Skip to content
Success

Console Output

Pull request #665 updated
13:37:12 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 crazy-max for docker/docker-ce-packaging
Obtained Jenkinsfile from 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de+015bb449e44e3682a7d087c03f4a92bbf2dc8599 (9ddd5925cddfba092e805a2f99829199bdc4162f)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_PR-665@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] parallel
[Pipeline] { (Branch: centos:7-amd64)
[Pipeline] { (Branch: centos:7-aarch64)
[Pipeline] { (Branch: quay.io/centos/centos:stream8-amd64)
[Pipeline] { (Branch: quay.io/centos/centos:stream8-aarch64)
[Pipeline] { (Branch: debian:buster-amd64)
[Pipeline] { (Branch: debian:buster-aarch64)
[Pipeline] { (Branch: debian:buster-armhf)
[Pipeline] { (Branch: debian:bullseye-amd64)
[Pipeline] { (Branch: debian:bullseye-aarch64)
[Pipeline] { (Branch: debian:bullseye-armhf)
[Pipeline] { (Branch: fedora:34-amd64)
[Pipeline] { (Branch: fedora:34-aarch64)
[Pipeline] { (Branch: fedora:35-amd64)
[Pipeline] { (Branch: fedora:35-aarch64)
[Pipeline] { (Branch: fedora:36-amd64)
[Pipeline] { (Branch: fedora:36-aarch64)
[Pipeline] { (Branch: balenalib/rpi-raspbian:buster-armhf)
[Pipeline] { (Branch: balenalib/rpi-raspbian:bullseye-armhf)
[Pipeline] { (Branch: ubuntu:bionic-amd64)
[Pipeline] { (Branch: ubuntu:bionic-aarch64)
[Pipeline] { (Branch: ubuntu:bionic-armhf)
[Pipeline] { (Branch: ubuntu:focal-amd64)
[Pipeline] { (Branch: ubuntu:focal-aarch64)
[Pipeline] { (Branch: ubuntu:focal-armhf)
[Pipeline] { (Branch: ubuntu:impish-amd64)
[Pipeline] { (Branch: ubuntu:impish-aarch64)
[Pipeline] { (Branch: ubuntu:impish-armhf)
[Pipeline] { (Branch: ubuntu:jammy-amd64)
[Pipeline] { (Branch: ubuntu:jammy-aarch64)
[Pipeline] { (Branch: ubuntu:jammy-armhf)
[Pipeline] { (Branch: static-linux-amd64)
[Pipeline] { (Branch: static-linux-armv6)
[Pipeline] { (Branch: static-linux-armv7)
[Pipeline] { (Branch: static-linux-aarch64)
[Pipeline] { (Branch: static-darwin-amd64)
[Pipeline] { (Branch: static-darwin-aarch64)
[Pipeline] { (Branch: static-windows-amd64)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-040a4f4857f52f9f3) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[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-665@tmp/32296af4-f4f4-47d2-9d6f-127749a50a04/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:37:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:37:15 chowning workspace
[Pipeline] sh
13:37:15 + pwd
13:37:15 + id -u
13:37:15 + id -g
13:37:15 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:37:16 Removing all docker containers
[Pipeline] sh
13:37:16 + docker container ls -aq
[Pipeline] echo
13:37:16 Docker containers have been removed
[Pipeline] echo
13:37:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:37:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (static-linux-amd64)
[Pipeline] sh
13:37:16 + echo starting...
13:37:16 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:37:16 + docker version
13:37:16 Client: Docker Engine - Community
13:37:16  Version:           20.10.14
13:37:16  API version:       1.41
13:37:16  Go version:        go1.16.15
13:37:16  Git commit:        a224086
13:37:16  Built:             Thu Mar 24 01:47:57 2022
13:37:16  OS/Arch:           linux/amd64
13:37:16  Context:           default
13:37:16  Experimental:      true
13:37:16 
13:37:16 Server: Docker Engine - Community
13:37:16  Engine:
13:37:16   Version:          20.10.14
13:37:16   API version:      1.41 (minimum version 1.12)
13:37:16   Go version:       go1.16.15
13:37:16   Git commit:       87a90dc
13:37:16   Built:            Thu Mar 24 01:45:46 2022
13:37:16   OS/Arch:          linux/amd64
13:37:16   Experimental:     true
13:37:16  containerd:
13:37:16   Version:          1.5.11
13:37:16   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:37:16  runc:
13:37:16   Version:          1.0.3
13:37:16   GitCommit:        v1.0.3-0-gf46b6ba
13:37:16  docker-init:
13:37:16   Version:          0.19.0
13:37:16   GitCommit:        de40ad0
[Pipeline] sh
13:37:17 + docker info
13:37:18 Client:
13:37:18  Context:    default
13:37:18  Debug Mode: false
13:37:18  Plugins:
13:37:18   app: Docker App (Docker Inc., v0.9.1-beta3)
13:37:18   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:37:18   compose: Docker Compose (Docker Inc., v2.4.1)
13:37:18   scan: Docker Scan (Docker Inc., v0.17.0)
13:37:18 
13:37:18 Server:
13:37:18  Containers: 0
13:37:18   Running: 0
13:37:18   Paused: 0
13:37:18   Stopped: 0
13:37:18  Images: 2
13:37:18  Server Version: 20.10.14
13:37:18  Storage Driver: overlay2
13:37:18   Backing Filesystem: extfs
13:37:18   Supports d_type: true
13:37:18   Native Overlay Diff: true
13:37:18   userxattr: false
13:37:18  Logging Driver: json-file
13:37:18  Cgroup Driver: cgroupfs
13:37:18  Cgroup Version: 1
13:37:18  Plugins:
13:37:18   Volume: local
13:37:18   Network: bridge host ipvlan macvlan null overlay
13:37:18   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:37:18  Swarm: inactive
13:37:18  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:37:18  Default Runtime: runc
13:37:18  Init Binary: docker-init
13:37:18  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:37:18  runc version: v1.0.3-0-gf46b6ba
13:37:18  init version: de40ad0
13:37:18  Security Options:
13:37:18   apparmor
13:37:18   seccomp
13:37:18    Profile: default
13:37:18  Kernel Version: 5.4.0-1071-aws
13:37:18  Operating System: Ubuntu 18.04.6 LTS
13:37:18  OSType: linux
13:37:18  Architecture: x86_64
13:37:18  CPUs: 2
13:37:18  Total Memory: 7.565GiB
13:37:18  Name: ip-10-100-43-241
13:37:18  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
13:37:18  Docker Root Dir: /var/lib/docker
13:37:18  Debug Mode: false
13:37:18  Username: dockerbuildbot
13:37:18  Registry: https://index.docker.io/v1/
13:37:18  Labels:
13:37:18  Experimental: true
13:37:18  Insecure Registries:
13:37:18   127.0.0.0/8
13:37:18  Live Restore Enabled: true
13:37:18 
13:37:18 WARNING: No swap limit support
[Pipeline] sh
13:37:18 + env+ sort
13:37:18 
13:37:18 BRANCH_NAME=PR-665
13:37:18 BUILD_DISPLAY_NAME=#32
13:37:18 BUILD_ID=32
13:37:18 BUILD_NUMBER=32
13:37:18 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:37:18 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:37:18 CHANGE_AUTHOR=crazy-max
13:37:18 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:37:18 CHANGE_BRANCH=fix-static-pkgs
13:37:18 CHANGE_FORK=crazy-max
13:37:18 CHANGE_ID=665
13:37:18 CHANGE_TARGET=master
13:37:18 CHANGE_TITLE=fix and refactor static packages
13:37:18 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:37:18 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:37:18 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/32296af4-f4f4-47d2-9d6f-127749a50a04
13:37:18 EXECUTOR_NUMBER=0
13:37:18 HOME=/home/ubuntu
13:37:18 HUDSON_COOKIE=6139c84c-c768-48f9-aea9-3a4177bd45ed
13:37:18 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:37:18 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:37:18 HUDSON_URL=https://ci-next.docker.com/public/
13:37:18 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:37:18 JENKINS_NODE_COOKIE=e2064056-fe66-4a05-8650-9aebf1b29f3f
13:37:18 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:37:18 JENKINS_URL=https://ci-next.docker.com/public/
13:37:18 JOB_BASE_NAME=PR-665
13:37:18 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:37:18 JOB_NAME=docker-ce-packaging/PR-665
13:37:18 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:37:18 LANG=C.UTF-8
13:37:18 LOGNAME=ubuntu
13:37:18 MAIL=/var/mail/ubuntu
13:37:18 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2 (i-040a4f4857f52f9f3) amd64 app-converter docker e2e-runner e2e-runner-next ec2 linux overlay2 packer ubuntu ubuntu-1804 ubuntu-1804-overlay2 x86_64
13:37:18 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2 (i-040a4f4857f52f9f3)
13:37:18 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:37:18 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:37:18 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:37:18 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:37:18 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:37:18 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:37:18 SHELL=/bin/bash
13:37:18 SHLVL=1
13:37:18 SSH_CLIENT=10.100.0.134 36266 22
13:37:18 SSH_CONNECTION=10.100.0.134 36266 10.100.43.241 22
13:37:18 STAGE_NAME=info
13:37:18 USER=ubuntu
13:37:18 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:37:18 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:37:18 XDG_RUNTIME_DIR=/run/user/1000
13:37:18 XDG_SESSION_ID=3
13:37:18 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:37:18 The recommended git tool is: git
13:37:18 using credential docker-jenkins-github-credentials
13:37:18 Cloning the remote Git repository
13:37:18 Cloning with configured refspecs honoured and without tags
13:37:19 Fetching without tags
13:37:19 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:37:19 Merge succeeded, producing 7dd1199a6f8b4ddff6b02f86b2f6fe21cc268f74
13:37:19 Checking out Revision 7dd1199a6f8b4ddff6b02f86b2f6fe21cc268f74 (PR-665)
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7dd1199a6f8b4ddff6b02f86b2f6fe21cc268f74 # timeout=10
13:37:19 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:37:19 First time build. Skipping changelog.
[Pipeline] sh
13:37:20 + make REF=master TARGETPLATFORM=linux/amd64 static
13:37:20 Init https://github.com/docker/cli.git
13:37:20 git init src/github.com/docker/cli
13:37:20 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:37:20 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:37:20 Checkout https://github.com/docker/cli.git#master
13:37:20 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:37:20 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:37:22 From https://github.com/docker/cli
13:37:22  * [new branch]      master     -> master
13:37:22  * [new branch]      master     -> origin/master
13:37:22 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:37:22 Init https://github.com/docker/docker.git
13:37:22 git init src/github.com/docker/docker
13:37:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:37:22 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:37:22 Checkout https://github.com/docker/docker.git#master
13:37:22 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:37:22 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:37:25 From https://github.com/docker/docker
13:37:25  * [new branch]      master     -> master
13:37:25  * [new branch]      master     -> origin/master
13:37:25 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:37:25 Init https://github.com/docker/buildx.git
13:37:25 git init src/github.com/docker/buildx
13:37:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:37:25 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:37:25 Checkout https://github.com/docker/buildx.git#v0.8.2
13:37:25 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:37:25 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:37:27 From https://github.com/docker/buildx
13:37:27  * [new tag]         v0.8.2     -> v0.8.2
13:37:27 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:37:27 Init https://github.com/docker/compose.git
13:37:27 git init src/github.com/docker/compose
13:37:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:37:27 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:37:27 Checkout https://github.com/docker/compose.git#v2.5.0
13:37:27 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:37:28 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:37:28 From https://github.com/docker/compose
13:37:28  * [new tag]         v2.5.0     -> v2.5.0
13:37:28 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:37:28 Init https://github.com/docker/scan-cli-plugin.git
13:37:28 git init src/github.com/docker/scan-cli-plugin
13:37:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:37:28 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:37:28 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:37:28 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:37:28 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:37:28 From https://github.com/docker/scan-cli-plugin
13:37:28  * [new tag]         v0.17.0    -> v0.17.0
13:37:28 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:37:28 make -C static build
13:37:28 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:37:28 Building static package for linux/amd64
13:37:28 ./build-static "/home/ubuntu/workspace/docker-ce-packaging_PR-665/static" "linux/amd64"
13:37:28 UNAME=x86_64
13:37:28 TARGETPLATFORM=linux/amd64
13:37:28 CURPLATFORM=linux/amd64
13:37:28 CROSS=false
13:37:28 admiring_volhard
13:37:28 + docker buildx build --platform linux/amd64 --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg BUILDKIT_MULTI_PLATFORM=true --build-arg CGO_ENABLED= --output ./build --target binary .
13:37:29 #1 [internal] booting buildkit
13:37:29 #1 pulling image moby/buildkit:buildx-stable-1
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&amd64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64&&ubuntu-2004’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64’ are offline
Still waiting to schedule task
All nodes of label ‘linux&&aarch64’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-040a4f4857f52f9f3)Still waiting to schedule task
All nodes of label ‘linux&&aarch64’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-040a4f4857f52f9f3)13:37:31 #1 pulling image moby/buildkit:buildx-stable-1 2.4s done
13:37:31 #1 creating container buildx_buildkit_admiring_volhard0
13:37:33 #1 creating container buildx_buildkit_admiring_volhard0 1.5s done
13:37:33 #1 DONE 3.9s
13:37:33 
13:37:33 #2 [internal] load .dockerignore
13:37:33 #2 transferring context: 263B done
13:37:33 #2 DONE 0.0s
13:37:33 
13:37:33 #3 [internal] load build definition from Dockerfile
13:37:33 #3 transferring dockerfile: 4.97kB done
13:37:33 #3 DONE 0.1s
13:37:33 
13:37:33 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:37:33 #4 DONE 0.0s
13:37:33 
13:37:33 #5 resolve image config for docker.io/docker/dockerfile:1
13:37:34 #5 DONE 0.6s
13:37:34 
13:37:34 #6 docker-image://docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad
13:37:34 #6 resolve docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad
13:37:34 #6 resolve docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad 0.0s done
13:37:34 #6 sha256:0f821387874bc19cdfd45922f5ff075fd256356bf3f2baba7fb109d2b3a64bbd 9.93MB / 9.93MB 0.2s done
13:37:34 #6 extracting sha256:0f821387874bc19cdfd45922f5ff075fd256356bf3f2baba7fb109d2b3a64bbd
13:37:34 #6 extracting sha256:0f821387874bc19cdfd45922f5ff075fd256356bf3f2baba7fb109d2b3a64bbd 0.2s done
13:37:34 #6 DONE 0.4s
13:37:34 
13:37:34 #7 [auth] library/golang:pull token for registry-1.docker.io
13:37:34 #7 DONE 0.0s
13:37:34 
13:37:34 #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:37:34 #8 DONE 0.0s
13:37:34 
13:37:34 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
13:37:34 #9 DONE 0.0s
13:37:34 
13:37:34 #10 [linux/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:37:35 #10 ...
13:37:35 
13:37:35 #11 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.1-alpine
13:37:35 #11 DONE 0.3s
13:37:35 
13:37:35 #10 [linux/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:37:35 #10 DONE 0.4s
13:37:35 
13:37:35 #12 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:37:35 #12 DONE 0.5s
13:37:35 
13:37:35 #13 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:37:35 #13 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
13:37:35 #13 DONE 0.1s
13:37:35 
13:37:35 #14 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:37:35 #14 resolve docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8 0.0s done
13:37:35 #14 ...
13:37:35 
13:37:35 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:37:35 #15 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
13:37:35 #15 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.1s done
13:37:35 #15 DONE 0.2s
13:37:35 
13:37:35 #13 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:37:35 #13 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.0s done
13:37:35 #13 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
13:37:35 #13 DONE 0.2s
13:37:35 
13:37:35 #16 [internal] load build context
13:37:35 #16 ...
13:37:35 
13:37:35 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:37:35 #15 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 0.1s done
13:37:35 #15 DONE 0.3s
13:37:35 
13:37:35 #16 [internal] load build context
13:37:38 #16 transferring context: 36.57MB 2.5s done
13:37:38 #16 DONE 2.7s
13:37:38 
13:37:38 #14 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:37:38 #14 sha256:9a8029b02d49777774618d41ab3a1f7f4f32f7d4b10453afd26a184b8787beaa 156B / 156B 0.1s done
13:37:38 #14 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 115.57MB / 115.57MB 1.9s done
13:37:38 #14 sha256:25bc292e5bacdd8b97a1632a82d0fd0ee6c2692409bd4b35cb9e7e652efbc7c8 153B / 153B 0.4s done
13:37:38 #14 sha256:52dc419b0ee22d1bb5f3b95a57b2edc733b7b585277f8101db7b2c9b53605c1b 271.96kB / 271.96kB 0.4s done
13:37:38 #14 sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 2.81MB / 2.81MB 0.4s done
13:37:38 #14 extracting sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 0.5s done
13:37:38 #14 extracting sha256:52dc419b0ee22d1bb5f3b95a57b2edc733b7b585277f8101db7b2c9b53605c1b 0.2s done
13:37:38 #14 extracting sha256:25bc292e5bacdd8b97a1632a82d0fd0ee6c2692409bd4b35cb9e7e652efbc7c8 0.1s done
13:37:38 #14 extracting sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6
13:37:41 #14 extracting sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 4.0s done
13:37:41 #14 DONE 6.3s
13:37:41 
13:37:41 #14 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:37:41 #14 extracting sha256:9a8029b02d49777774618d41ab3a1f7f4f32f7d4b10453afd26a184b8787beaa 0.0s done
13:37:41 #14 DONE 6.4s
13:37:41 
13:37:41 #17 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
13:37:42 #17 DONE 0.7s
13:37:42 
13:37:42 #18 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
13:37:42 #0 0.116 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
13:37:43 #18 1.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
13:37:43 #18 1.407 (1/22) Installing ncurses-terminfo-base (6.3_p20211120-r0)
13:37:43 #18 1.413 (2/22) Installing ncurses-libs (6.3_p20211120-r0)
13:37:43 #18 1.422 (3/22) Installing readline (8.1.1-r0)
13:37:43 #18 1.428 (4/22) Installing bash (5.1.16-r0)
13:37:43 #18 1.441 Executing bash-5.1.16-r0.post-install
13:37:43 #18 1.444 (5/22) Installing libffi (3.4.2-r1)
13:37:43 #18 1.447 (6/22) Installing libgcc (10.3.1_git20211027-r0)
13:37:43 #18 1.450 (7/22) Installing libstdc++ (10.3.1_git20211027-r0)
13:37:43 #18 1.464 (8/22) Installing xz-libs (5.2.5-r1)
13:37:43 #18 1.468 (9/22) Installing libxml2 (2.9.13-r0)
13:37:43 #18 1.495 (10/22) Installing llvm12-libs (12.0.1-r0)
13:37:44 #18 2.216 (11/22) Installing clang-libs (12.0.1-r1)
13:37:45 #18 2.817 (12/22) Installing clang (12.0.1-r1)
13:37:45 #18 3.067 (13/22) Installing libmagic (5.41-r0)
13:37:45 #18 3.093 (14/22) Installing file (5.41-r0)
13:37:45 #18 3.097 (15/22) Installing brotli-libs (1.0.9-r5)
13:37:45 #18 3.108 (16/22) Installing nghttp2-libs (1.46.0-r0)
13:37:45 #18 3.112 (17/22) Installing libcurl (7.80.0-r1)
13:37:45 #18 3.120 (18/22) Installing expat (2.4.7-r0)
13:37:45 #18 3.124 (19/22) Installing pcre2 (10.39-r0)
13:37:45 #18 3.133 (20/22) Installing git (2.34.2-r0)
13:37:45 #18 3.248 (21/22) Installing lld (12.0.1-r1)
13:37:45 #18 3.280 (22/22) Installing llvm12 (12.0.1-r0)
13:37:45 #18 3.624 Executing busybox-1.34.1-r5.trigger
13:37:46 #18 3.629 OK: 300 MiB in 37 packages
13:37:46 #18 DONE 4.1s
13:37:46 
13:37:46 #19 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
13:37:46 #19 DONE 0.0s
13:37:46 
13:37:46 #20 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:37:46 #20 0.173 + apk  --root / add --no-cache musl-dev gcc
13:37:46 #20 0.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
13:37:47 #20 1.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
13:37:47 #20 1.562 (1/10) Installing binutils (2.37-r3)
13:37:48 #20 1.666 (2/10) Installing libgomp (10.3.1_git20211027-r0)
13:37:48 #20 1.678 (3/10) Installing libatomic (10.3.1_git20211027-r0)
13:37:48 #20 1.687 (4/10) Installing libgphobos (10.3.1_git20211027-r0)
13:37:48 #20 1.758 (5/10) Installing gmp (6.2.1-r1)
13:37:48 #20 1.769 (6/10) Installing isl22 (0.22-r0)
13:37:48 #20 1.791 (7/10) Installing mpfr4 (4.1.0-r0)
13:37:48 #20 1.828 (8/10) Installing mpc1 (1.2.1-r0)
13:37:48 #20 1.832 (9/10) Installing gcc (10.3.1_git20211027-r0)
13:37:48 #20 ...
13:37:48 
13:37:48 #21 [linux/amd64 goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
13:37:48 #0 0.576 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
13:37:48 #0 1.013 go: downloading github.com/akavel/rsrc v0.10.2
13:37:48 #21 DONE 1.9s
13:37:48 
13:37:48 #20 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:37:48 #20 2.524 (10/10) Installing musl-dev (1.2.2-r7)
13:37:48 #20 2.593 Executing busybox-1.34.1-r5.trigger
13:37:48 #20 2.599 OK: 419 MiB in 47 packages
13:37:49 #20 DONE 2.9s
13:37:49 
13:37:49 #22 [linux/amd64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
13:37:49 #22 DONE 0.0s
13:37:49 
13:37:49 #23 [linux/amd64 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true
13:37:49 #23 DONE 0.1s
13:37:49 
13:37:49 #24 [linux/amd64 build 3/3] 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
13:37:49 #24 0.164 Building static docker-linux-amd64
13:37:49 #24 0.167 + go build -o /out/docker-linux-amd64 -tags ' osusergo pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:37:49Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -extldflags -static' '-buildmode=pie' github.com/docker/cli/cmd/docker
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-061b38692476ce24a) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-075d6cc56e9d428d5) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04893aa03a0d0fc11) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-082985aeec6b2c86d) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-01b76f9174665cecd) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-095453fc89b75f071) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07f27abcf5f638a5a) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-021053a6785ee5c2f) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-030844c4bfce548b9) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-02c180de728065ca2) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/23f8c772-ff7b-466c-9cb0-cf631163fa1b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[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-665@tmp/d6718a76-23dc-4a77-88fb-393039ca022e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[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-665@tmp/dc706899-4479-4405-afff-014b9c0b9ba6/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[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-665@tmp/daf1f858-8bcc-4e70-9383-8902a14d31f5/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[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-665@tmp/b7062590-91f4-4e7e-91df-4940d0fc9e81/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
13:38:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:24 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/f95e6d59-1ff0-41bd-a20a-c8be2c44b57f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/b7cdd2c2-4a6c-4ae3-9758-8b686dd76440/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/670cd163-00ca-4f97-bee6-fbd9914f42f8/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:38:25 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:25 chowning workspace
[Pipeline] sh
13:38:25 + pwd
13:38:25 + id -u
13:38:25 + id -g
13:38:25 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:25 Unable to find image 'busybox:latest' locally
13:38:25 latest: Pulling from library/busybox
13:38:25 2f0e692259c0: Pulling fs layer
13:38:26 2f0e692259c0: Verifying Checksum
13:38:26 2f0e692259c0: Download complete
13:38:26 2f0e692259c0: Pull complete
13:38:26 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
[Pipeline] echo
13:38:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:26 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/99469c28-bdf2-4ffa-a093-290af90a8c4a/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/eb33316d-2fa2-43df-b93c-a127aa354993/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:38:26 Status: Downloaded newer image for busybox:latest
13:38:26 + pwd
13:38:26 + id -u
13:38:26 + id -g
13:38:26 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:26 Unable to find image 'busybox:latest' locally
13:38:26 latest: Pulling from library/busybox
13:38:26 2f0e692259c0: Pulling fs layer
13:38:26 2f0e692259c0: Verifying Checksum
13:38:26 2f0e692259c0: Download complete
13:38:26 2f0e692259c0: Pull complete
13:38:26 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:26 Status: Downloaded newer image for busybox:latest
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
13:38:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:27 chowning workspace
[Pipeline] sh
13:38:27 + pwd
13:38:27 + id -u
13:38:27 + id -g
13:38:27 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:27 Unable to find image 'busybox:latest' locally
13:38:27 latest: Pulling from library/busybox
[Pipeline] echo
13:38:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:27 chowning workspace
[Pipeline] sh
13:38:27 2f0e692259c0: Pulling fs layer
13:38:27 2f0e692259c0: Verifying Checksum
13:38:27 2f0e692259c0: Download complete
13:38:27 2f0e692259c0: Pull complete
13:38:28 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:28 Status: Downloaded newer image for busybox:latest
13:38:28 + pwd
13:38:28 + id -u
13:38:28 + id -g
13:38:28 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:28 Unable to find image 'busybox:latest' locally
13:38:28 latest: Pulling from library/busybox
13:38:28 2f0e692259c0: Pulling fs layer
13:38:28 2f0e692259c0: Verifying Checksum
13:38:28 2f0e692259c0: Download complete
[Pipeline] echo
13:38:28 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:28 chowning workspace
[Pipeline] sh
13:38:28 2f0e692259c0: Pull complete
13:38:28 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:28 Status: Downloaded newer image for busybox:latest
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e3eb236a2e6b7fc6) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-00e39daa0df919a00) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0ca24404ef79aee27) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0c771d4c24b2b0a11) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-06e64dfd87bafa4e2) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-02845885c46e57763) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0bd1e503228a3e405) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:28 + pwd
13:38:28 + id -u
13:38:28 + id -g
13:38:28 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:28 Unable to find image 'busybox:latest' locally
13:38:28 latest: Pulling from library/busybox
13:38:28 2f0e692259c0: Pulling fs layer
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-09f417f0b781a0e30) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-05ede08f4752a8fde) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04aca800b29d62d36) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] echo
13:38:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:29 chowning workspace
13:38:29 2f0e692259c0: Download complete
13:38:29 2f0e692259c0: Pull complete
13:38:29 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:29 Status: Downloaded newer image for busybox:latest
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-0836bcaf845f1550d) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:29 + pwd
13:38:29 + id -u
13:38:29 + id -g
13:38:29 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:29 Unable to find image 'busybox:latest' locally
13:38:29 latest: Pulling from library/busybox
13:38:29 2f0e692259c0: Pulling fs layer
13:38:29 2f0e692259c0: Verifying Checksum
13:38:29 2f0e692259c0: Download complete
[Pipeline] echo
13:38:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:29 chowning workspace
[Pipeline] sh
13:38:29 2f0e692259c0: Pull complete
13:38:29 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:29 Status: Downloaded newer image for busybox:latest
13:38:30 + pwd
13:38:30 + id -u
13:38:30 + id -g
13:38:30 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:30 Unable to find image 'busybox:latest' locally
13:38:30 latest: Pulling from library/busybox
13:38:30 2f0e692259c0: Pulling fs layer
13:38:30 2f0e692259c0: Verifying Checksum
13:38:30 2f0e692259c0: Download complete
13:38:30 2f0e692259c0: Pull complete
13:38:30 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:30 Status: Downloaded newer image for busybox:latest
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:38:31 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:31 chowning workspace
[Pipeline] sh
13:38:31 + pwd
13:38:31 + id -u
13:38:31 + id -g
13:38:31 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:31 Unable to find image 'busybox:latest' locally
13:38:31 latest: Pulling from library/busybox
13:38:31 2f0e692259c0: Pulling fs layer
13:38:31 2f0e692259c0: Pull complete
13:38:31 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:31 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:38:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:32 chowning workspace
[Pipeline] sh
13:38:32 + pwd
13:38:32 + id -u
13:38:32 + id -g
13:38:32 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:32 Unable to find image 'busybox:latest' locally
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
13:38:33 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
13:38:33 Removing all docker containers
[Pipeline] sh
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
13:38:34 + docker container ls -aq
[Pipeline] withDockerRegistry
13:38:34 + docker container ls -aq
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
13:38:34 + pwd
13:38:34 + id -u
13:38:34 + id -g
13:38:34 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:34 Unable to find image 'busybox:latest' locally
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] echo
13:38:34 Removing all docker containers
[Pipeline] sh
13:38:35 latest: Pulling from library/busybox
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] echo
13:38:35 Removing all docker containers
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-03eddedcf23d3e92d) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] echo
13:38:35 Removing all docker containers
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:38:35 + docker container ls -aq
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] withDockerRegistry
13:38:35 + docker container ls -aq
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-09dee6443fb3f3bbe) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] echo
13:38:35 Removing all docker containers
[Pipeline] sh
13:38:35 2f0e692259c0: Pulling fs layer
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-005316632e53ba220) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:38:35 + docker container ls -aq
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-06734ad07af93bc42) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] echo
13:38:35 Removing all docker containers
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0029d085e923de9e8) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:35 2f0e692259c0: Verifying Checksum
13:38:35 2f0e692259c0: Download complete
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:38:36 + docker container ls -aq
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0389350c4972f0612) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] echo
13:38:36 Removing all docker containers
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] sh
13:38:36 2f0e692259c0: Pull complete
13:38:36 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:36 Status: Downloaded newer image for busybox:latest
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0450c8efecb0ed4c6) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:36 latest: Pulling from library/busybox
13:38:36 + docker container ls -aq
[Pipeline] echo
13:38:36 Docker containers have been removed
[Pipeline] echo
13:38:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] echo
13:38:36 Docker containers have been removed
[Pipeline] echo
13:38:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0b9adafeee0a06aad) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] {
[Pipeline] echo
13:38:36 Docker containers have been removed
[Pipeline] echo
13:38:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] {
[Pipeline] echo
13:38:36 Docker containers have been removed
[Pipeline] echo
13:38:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07c89b81fd50184a7) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
13:38:36 Docker containers have been removed
[Pipeline] echo
13:38:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-09fc4e95cbfd0c0ec) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] echo
13:38:36 Docker containers have been removed
[Pipeline] echo
13:38:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
13:38:36 2f0e692259c0: Pulling fs layer
13:38:36 2f0e692259c0: Verifying Checksum
13:38:36 2f0e692259c0: Download complete
13:38:36 + docker container ls -aq
[Pipeline] echo
13:38:36 Docker containers have been removed
[Pipeline] echo
13:38:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] echo
13:38:36 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:36 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (fedora-36-aarch64)
[Pipeline] stage
[Pipeline] { (centos-7-aarch64)
[Pipeline] withDockerRegistry
[Pipeline] sh
[Pipeline] sh
[Pipeline] {
[Pipeline] echo
13:38:37 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:37 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (fedora-35-aarch64)
[Pipeline] stage
[Pipeline] { (debian-buster-aarch64)
13:38:37 + echo starting...
13:38:37 starting...
[Pipeline] withDockerRegistry
13:38:37 2f0e692259c0: Pull complete
[Pipeline] sh
[Pipeline] sh
13:38:37 + echo starting...
13:38:37 starting...
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-034462ee9f5dbac88) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
[Pipeline] {
[Pipeline] echo
13:38:37 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-aarch64)
[Pipeline] echo
13:38:37 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:37 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:37 Docker containers have been removed
[Pipeline] echo
13:38:37 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] withDockerRegistry
[Pipeline] stage
[Pipeline] { (centos-8-aarch64)
[Pipeline] stage
[Pipeline] { (fedora-34-aarch64)
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] sh
13:38:37 + echo starting...
13:38:37 starting...
$ 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/
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-019926853df3413c3) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:37 + echo starting...
13:38:37 starting...
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] }
[Pipeline] {
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] }
[Pipeline] withDockerRegistry
[Pipeline] echo
13:38:37 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bullseye-aarch64)
[Pipeline] sh
13:38:37 + echo starting...
13:38:37 starting...
[Pipeline] }
[Pipeline] {
[Pipeline] }
[Pipeline] // stage
13:38:38 + echo starting...
13:38:38 starting...
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:38:38 + echo starting...
13:38:38 starting...
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:38:38 + echo starting...
13:38:38 starting...
13:38:38 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:38 Status: Downloaded newer image for busybox:latest
[Pipeline] sh
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:38:38 + docker version
13:38:38 Client: Docker Engine - Community
13:38:38  Version:           20.10.14
13:38:38  API version:       1.41
13:38:38  Go version:        go1.16.15
13:38:38  Git commit:        a224086
13:38:38  Built:             Thu Mar 24 01:47:20 2022
13:38:38  OS/Arch:           linux/arm64
13:38:38  Context:           default
13:38:38  Experimental:      true
13:38:38 
13:38:38 Server: Docker Engine - Community
13:38:38  Engine:
13:38:38   Version:          20.10.14
13:38:38   API version:      1.41 (minimum version 1.12)
13:38:38   Go version:       go1.16.15
13:38:38   Git commit:       87a90dc
13:38:38   Built:            Thu Mar 24 01:45:39 2022
13:38:38   OS/Arch:          linux/arm64
13:38:38   Experimental:     true
13:38:38  containerd:
13:38:38   Version:          1.5.11
13:38:38   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:38  runc:
13:38:38   Version:          1.0.3
13:38:38   GitCommit:        v1.0.3-0-gf46b6ba
13:38:38  docker-init:
13:38:38   Version:          0.19.0
13:38:38   GitCommit:        de40ad0
[Pipeline] sh
13:38:38 + docker version
13:38:38 Client: Docker Engine - Community
13:38:38  Version:           20.10.14
13:38:38  API version:       1.41
13:38:38  Go version:        go1.16.15
13:38:38  Git commit:        a224086
13:38:38  Built:             Thu Mar 24 01:47:20 2022
13:38:38  OS/Arch:           linux/arm64
13:38:38  Context:           default
13:38:38  Experimental:      true
13:38:38 
13:38:38 Server: Docker Engine - Community
13:38:38  Engine:
13:38:38   Version:          20.10.14
13:38:38   API version:      1.41 (minimum version 1.12)
13:38:38   Go version:       go1.16.15
13:38:38   Git commit:       87a90dc
13:38:38   Built:            Thu Mar 24 01:45:39 2022
13:38:38   OS/Arch:          linux/arm64
13:38:38   Experimental:     true
13:38:38  containerd:
13:38:38   Version:          1.5.11
13:38:38   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:38  runc:
13:38:38   Version:          1.0.3
13:38:38   GitCommit:        v1.0.3-0-gf46b6ba
13:38:38  docker-init:
13:38:38   Version:          0.19.0
13:38:38   GitCommit:        de40ad0
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] sh
13:38:39 + docker version
13:38:39 Client: Docker Engine - Community
13:38:39  Version:           20.10.14
13:38:39  API version:       1.41
13:38:39  Go version:        go1.16.15
13:38:39  Git commit:        a224086
13:38:39  Built:             Thu Mar 24 01:47:20 2022
13:38:39  OS/Arch:           linux/arm64
13:38:39  Context:           default
13:38:39  Experimental:      true
13:38:39 
13:38:39 Server: Docker Engine - Community
13:38:39  Engine:
13:38:39   Version:          20.10.14
13:38:39   API version:      1.41 (minimum version 1.12)
13:38:39   Go version:       go1.16.15
13:38:39   Git commit:       87a90dc
13:38:39   Built:            Thu Mar 24 01:45:39 2022
13:38:39   OS/Arch:          linux/arm64
13:38:39   Experimental:     true
13:38:39  containerd:
13:38:39   Version:          1.5.11
13:38:39   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:39  runc:
13:38:39   Version:          1.0.3
13:38:39   GitCommit:        v1.0.3-0-gf46b6ba
13:38:39  docker-init:
13:38:39   Version:          0.19.0
13:38:39   GitCommit:        de40ad0
[Pipeline] sh
13:38:39 + docker version
13:38:39 Client: Docker Engine - Community
13:38:39  Version:           20.10.14
13:38:39  API version:       1.41
13:38:39  Go version:        go1.16.15
13:38:39  Git commit:        a224086
13:38:39  Built:             Thu Mar 24 01:47:20 2022
13:38:39  OS/Arch:           linux/arm64
13:38:39  Context:           default
13:38:39  Experimental:      true
13:38:39 
13:38:39 Server: Docker Engine - Community
13:38:39  Engine:
13:38:39   Version:          20.10.14
13:38:39   API version:      1.41 (minimum version 1.12)
13:38:39   Go version:       go1.16.15
13:38:39   Git commit:       87a90dc
13:38:39   Built:            Thu Mar 24 01:45:39 2022
13:38:39   OS/Arch:          linux/arm64
13:38:39   Experimental:     true
13:38:39  containerd:
13:38:39   Version:          1.5.11
13:38:39   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:39  runc:
13:38:39   Version:          1.0.3
13:38:39   GitCommit:        v1.0.3-0-gf46b6ba
13:38:39  docker-init:
13:38:39   Version:          0.19.0
13:38:39   GitCommit:        de40ad0
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:38:39 + docker version
13:38:39 Client: Docker Engine - Community
13:38:39  Version:           20.10.14
13:38:39  API version:       1.41
13:38:39  Go version:        go1.16.15
13:38:39  Git commit:        a224086
13:38:39  Built:             Thu Mar 24 01:47:20 2022
13:38:39  OS/Arch:           linux/arm64
13:38:39  Context:           default
13:38:39  Experimental:      true
13:38:39 
13:38:39 Server: Docker Engine - Community
13:38:39  Engine:
13:38:39   Version:          20.10.14
13:38:39   API version:      1.41 (minimum version 1.12)
13:38:39   Go version:       go1.16.15
13:38:39   Git commit:       87a90dc
13:38:39   Built:            Thu Mar 24 01:45:39 2022
13:38:39   OS/Arch:          linux/arm64
13:38:39   Experimental:     true
13:38:39  containerd:
13:38:39   Version:          1.5.11
13:38:39   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:39  runc:
13:38:39   Version:          1.0.3
13:38:39   GitCommit:        v1.0.3-0-gf46b6ba
13:38:39  docker-init:
13:38:39   Version:          0.19.0
13:38:39   GitCommit:        de40ad0
13:38:39 + docker info
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] sh
[Pipeline] sh
13:38:39 + docker info
13:38:39 + docker version
13:38:39 Client: Docker Engine - Community
13:38:39  Version:           20.10.14
13:38:39  API version:       1.41
13:38:39  Go version:        go1.16.15
13:38:39  Git commit:        a224086
13:38:39  Built:             Thu Mar 24 01:47:20 2022
13:38:39  OS/Arch:           linux/arm64
13:38:39  Context:           default
13:38:39  Experimental:      true
13:38:39 
13:38:39 Server: Docker Engine - Community
13:38:39  Engine:
13:38:39   Version:          20.10.14
13:38:39   API version:      1.41 (minimum version 1.12)
13:38:39   Go version:       go1.16.15
13:38:39   Git commit:       87a90dc
13:38:39   Built:            Thu Mar 24 01:45:39 2022
13:38:39   OS/Arch:          linux/arm64
13:38:39   Experimental:     true
13:38:39  containerd:
13:38:39   Version:          1.5.11
13:38:39   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:39  runc:
13:38:39   Version:          1.0.3
13:38:39   GitCommit:        v1.0.3-0-gf46b6ba
13:38:39  docker-init:
13:38:39   Version:          0.19.0
13:38:39   GitCommit:        de40ad0
[Pipeline] sh
13:38:39 + docker version
13:38:39 Client: Docker Engine - Community
13:38:39  Version:           20.10.14
13:38:39  API version:       1.41
13:38:39  Go version:        go1.16.15
13:38:39  Git commit:        a224086
13:38:39  Built:             Thu Mar 24 01:47:20 2022
13:38:39  OS/Arch:           linux/arm64
13:38:39  Context:           default
13:38:39  Experimental:      true
13:38:39 
13:38:39 Server: Docker Engine - Community
13:38:39  Engine:
13:38:39   Version:          20.10.14
13:38:39   API version:      1.41 (minimum version 1.12)
13:38:39   Go version:       go1.16.15
13:38:39   Git commit:       87a90dc
13:38:39   Built:            Thu Mar 24 01:45:39 2022
13:38:39   OS/Arch:          linux/arm64
13:38:39   Experimental:     true
13:38:39  containerd:
13:38:39   Version:          1.5.11
13:38:39   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:39  runc:
13:38:39   Version:          1.0.3
13:38:39   GitCommit:        v1.0.3-0-gf46b6ba
13:38:39  docker-init:
13:38:39   Version:          0.19.0
13:38:39   GitCommit:        de40ad0
[Pipeline] sh
13:38:39 + docker version
13:38:39 Client: Docker Engine - Community
13:38:39  Version:           20.10.14
13:38:39  API version:       1.41
13:38:39  Go version:        go1.16.15
13:38:39  Git commit:        a224086
13:38:39  Built:             Thu Mar 24 01:47:20 2022
13:38:39  OS/Arch:           linux/arm64
13:38:39  Context:           default
13:38:39  Experimental:      true
13:38:39 
13:38:39 Server: Docker Engine - Community
13:38:39  Engine:
13:38:39   Version:          20.10.14
13:38:39   API version:      1.41 (minimum version 1.12)
13:38:39   Go version:       go1.16.15
13:38:39   Git commit:       87a90dc
13:38:39   Built:            Thu Mar 24 01:45:39 2022
13:38:39   OS/Arch:          linux/arm64
13:38:39   Experimental:     true
13:38:39  containerd:
13:38:39   Version:          1.5.11
13:38:39   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:39  runc:
13:38:39   Version:          1.0.3
13:38:39   GitCommit:        v1.0.3-0-gf46b6ba
13:38:39  docker-init:
13:38:39   Version:          0.19.0
13:38:39   GitCommit:        de40ad0
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] sh
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/8bb4f4f4-8496-414c-a47f-8ad08303bb32/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] sh
13:38:39 + docker info
13:38:40 + docker info
[Pipeline] sh
13:38:40 + docker info
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:38:40 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:40 chowning workspace
[Pipeline] sh
13:38:40 + docker info
13:38:40 + docker info
13:38:40 + docker info
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-665@tmp/30c686d6-1b06-4e6b-af64-0ffdec32b9bb/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/7a3f2f31-cadb-407a-b428-5cfb0e672482/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/4d093618-ddb2-4a0f-97da-2fbdfdec2c8b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/cf00ab81-65ab-42bc-8b7f-e52c52e7e17c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/a6f30b3f-5195-4411-9ffc-cb442c69a651/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/d8ebee1a-cda3-43c5-aa13-7b88f579fc66/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/4ccef012-e629-42ab-b21a-4eaad0393162/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/3984f6de-790e-4086-8717-a0e231337142/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/9eb72151-4930-4205-ba5d-75f60f6e8b7a/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/3653129d-da72-469f-b7ff-6e4caa312909/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] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:38:41 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:41 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
13:38:41 + pwd
13:38:41 + id -u
13:38:41 + id -g
13:38:41 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:41 Unable to find image 'busybox:latest' locally
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/1b95e014-3557-491b-a22b-eadb19157857/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/2707de84-49d5-4e02-948e-dd1a5d840974/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02609c882e4b0c720) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:42 latest: Pulling from library/busybox
13:38:42 2f0e692259c0: 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-665@tmp/32f3ad5b-46c5-4014-acd7-8e9485234fad/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:38:42 2f0e692259c0: Download complete
13:38:42 2f0e692259c0: Pull complete
[Pipeline] echo
13:38:42 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:42 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/55b878b2-af86-4f8a-99aa-5980b7dc1b93/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:38:42 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:42 Status: Downloaded newer image for busybox:latest
13:38:42 + pwd
13:38:42 + id -u
13:38:42 + id -g
13:38:42 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:42 Unable to find image 'busybox:latest' locally
13:38:42 latest: Pulling from library/busybox
13:38:42 50e8d59317eb: Pulling fs layer
13:38:43 50e8d59317eb: Verifying Checksum
13:38:43 50e8d59317eb: Download complete
13:38:43 50e8d59317eb: Pull complete
13:38:43 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:43 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:38:43 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:43 chowning workspace
[Pipeline] sh
13:38:44 + pwd
13:38:44 + id -u
13:38:44 + id -g
13:38:44 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:44 Unable to find image 'busybox:latest' locally
13:38:44 latest: Pulling from library/busybox
13:38:44 50e8d59317eb: Pulling fs layer
13:38:44 50e8d59317eb: Download complete
13:38:44 50e8d59317eb: Pull complete
13:38:44 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:44 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:38:44 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:44 chowning workspace
[Pipeline] sh
13:38:45 + pwd
13:38:45 + id -u
13:38:45 + id -g
13:38:45 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:45 Unable to find image 'busybox:latest' locally
13:38:45 latest: Pulling from library/busybox
13:38:45 50e8d59317eb: Pulling fs layer
13:38:45 50e8d59317eb: Download complete
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-665@tmp/ff0c443f-30df-43fb-af76-b786836f31c0/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/de101a7e-719a-4260-aced-a508e84cce8f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/3a330fbd-72a0-4783-8e47-7cec61c418d4/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/785062e2-bcae-4f91-96e0-9b5851a959dd/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/24619284-cc81-4b1a-8389-ffdd42fb7003/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/86ce7c43-6d67-4310-8ed2-25c23e716074/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/2ec0c45b-029c-43e0-a4c7-79d141125a7c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/0f04cae9-5251-45fb-b0c8-1dd4fc15b1c9/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:38:45 50e8d59317eb: Pull complete
13:38:45 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:45 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:38:45 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:45 chowning workspace
[Pipeline] sh
13:38:45 + pwd
13:38:45 + id -u
13:38:45 + id -g
13:38:45 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:45 Unable to find image 'busybox:latest' locally
13:38:45 latest: Pulling from library/busybox
13:38:45 50e8d59317eb: Pulling fs layer
13:38:45 Client:
13:38:45  Context:    default
13:38:45  Debug Mode: false
13:38:45  Plugins:
13:38:45   app: Docker App (Docker Inc., v0.9.1-beta3)
13:38:45   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:38:45 
13:38:45 Server:
13:38:45  Containers: 0
13:38:45   Running: 0
13:38:45   Paused: 0
13:38:45   Stopped: 0
13:38:45  Images: 1
13:38:45  Server Version: 20.10.14
13:38:45  Storage Driver: overlay2
13:38:45   Backing Filesystem: extfs
13:38:45   Supports d_type: true
13:38:45   Native Overlay Diff: true
13:38:45   userxattr: false
13:38:45  Logging Driver: json-file
13:38:45  Cgroup Driver: cgroupfs
13:38:45  Cgroup Version: 1
13:38:45  Plugins:
13:38:45   Volume: local
13:38:45   Network: bridge host ipvlan macvlan null overlay
13:38:45   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:38:45  Swarm: inactive
13:38:45  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:38:45  Default Runtime: runc
13:38:45  Init Binary: docker-init
13:38:45  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:45  runc version: v1.0.3-0-gf46b6ba
13:38:45  init version: de40ad0
13:38:45  Security Options:
13:38:45   apparmor
13:38:45   seccomp
13:38:45    Profile: default
13:38:45  Kernel Version: 5.13.0-1021-aws
13:38:45  Operating System: Ubuntu 20.04.4 LTS
13:38:45  OSType: linux
13:38:45  Architecture: aarch64
13:38:45  CPUs: 2
13:38:45  Total Memory: 7.578GiB
13:38:45  Name: ip-10-100-54-239
13:38:45  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:38:45  Docker Root Dir: /var/lib/docker
13:38:45  Debug Mode: false
13:38:45  Username: dockerbuildbot
13:38:45  Registry: https://index.docker.io/v1/
13:38:45  Labels:
13:38:45  Experimental: true
13:38:45  Insecure Registries:
13:38:45   127.0.0.0/8
13:38:45  Live Restore Enabled: true
13:38:45 
13:38:46 Client:
13:38:46  Context:    default
13:38:46  Debug Mode: false
13:38:46  Plugins:
13:38:46   app: Docker App (Docker Inc., v0.9.1-beta3)
13:38:46   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:38:46 
13:38:46 Server:
13:38:46  Containers: 0
13:38:46   Running: 0
13:38:46   Paused: 0
13:38:46   Stopped: 0
13:38:46  Images: 1
13:38:46  Server Version: 20.10.14
13:38:46  Storage Driver: overlay2
13:38:46   Backing Filesystem: extfs
13:38:46   Supports d_type: true
13:38:46   Native Overlay Diff: true
13:38:46   userxattr: false
13:38:46  Logging Driver: json-file
13:38:46  Cgroup Driver: cgroupfs
13:38:46  Cgroup Version: 1
13:38:46  Plugins:
13:38:46   Volume: local
13:38:46   Network: bridge host ipvlan macvlan null overlay
13:38:46   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:38:46  Swarm: inactive
13:38:46  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
13:38:46  Default Runtime: runc
13:38:46  Init Binary: docker-init
13:38:46  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:46  runc version: v1.0.3-0-gf46b6ba
13:38:46  init version: de40ad0
13:38:46  Security Options:
13:38:46   apparmor
13:38:46   seccomp
13:38:46    Profile: default
13:38:46  Kernel Version: 5.13.0-1021-aws
13:38:46  Operating System: Ubuntu 20.04.4 LTS
13:38:46  OSType: linux
13:38:46  Architecture: aarch64
13:38:46  CPUs: 2
13:38:46  Total Memory: 7.578GiB
13:38:46  Name: ip-10-100-52-130
13:38:46  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:38:46  Docker Root Dir: /var/lib/docker
13:38:46  Debug Mode: false
13:38:46  Username: dockerbuildbot
13:38:46  Registry: https://index.docker.io/v1/
13:38:46  Labels:
13:38:46  Experimental: true
13:38:46  Insecure Registries:
13:38:46   127.0.0.0/8
13:38:46  Live Restore Enabled: true
13:38:46 
[Pipeline] echo
13:38:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:46 chowning workspace
[Pipeline] sh
13:38:46 50e8d59317eb: Verifying Checksum
13:38:46 50e8d59317eb: Download complete
13:38:46 50e8d59317eb: Pull complete
13:38:46 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:46 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:38:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:46 chowning workspace
[Pipeline] sh
13:38:46 + pwd
13:38:46 + id -u
13:38:46 + id -g
13:38:46 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:46 Unable to find image 'busybox:latest' locally
13:38:46 latest: Pulling from library/busybox
13:38:46 50e8d59317eb: Pulling fs layer
13:38:46 Client:
13:38:46  Context:    default
13:38:46  Debug Mode: false
13:38:46  Plugins:
13:38:46   app: Docker App (Docker Inc., v0.9.1-beta3)
13:38:46   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:38:46 
13:38:46 Server:
13:38:46  Containers: 0
13:38:46   Running: 0
13:38:46   Paused: 0
13:38:46   Stopped: 0
13:38:46  Images: 1
13:38:46  Server Version: 20.10.14
13:38:46  Storage Driver: overlay2
13:38:46   Backing Filesystem: extfs
13:38:46   Supports d_type: true
13:38:46   Native Overlay Diff: true
13:38:46   userxattr: false
13:38:46  Logging Driver: json-file
13:38:46  Cgroup Driver: cgroupfs
13:38:46  Cgroup Version: 1
13:38:46  Plugins:
13:38:46   Volume: local
13:38:46   Network: bridge host ipvlan macvlan null overlay
13:38:46   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:38:46  Swarm: inactive
13:38:46  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:38:46  Default Runtime: runc
13:38:46  Init Binary: docker-init
13:38:46  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:46  runc version: v1.0.3-0-gf46b6ba
13:38:46  init version: de40ad0
13:38:46  Security Options:
13:38:46   apparmor
13:38:46   seccomp
13:38:46    Profile: default
13:38:46  Kernel Version: 5.13.0-1021-aws
13:38:46  Operating System: Ubuntu 20.04.4 LTS
13:38:46  OSType: linux
13:38:46  Architecture: aarch64
13:38:46  CPUs: 2
13:38:46  Total Memory: 7.578GiB
13:38:46  Name: ip-10-100-40-45
13:38:46  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:38:46  Docker Root Dir: /var/lib/docker
13:38:46  Debug Mode: false
13:38:46  Username: dockerbuildbot
13:38:46  Registry: https://index.docker.io/v1/
13:38:46  Labels:
13:38:46  Experimental: true
13:38:46  Insecure Registries:
13:38:46   127.0.0.0/8
13:38:46  Live Restore Enabled: true
13:38:46 
13:38:46 Client:
13:38:46  Context:    default
13:38:46  Debug Mode: false
13:38:46  Plugins:
13:38:46   app: Docker App (Docker Inc., v0.9.1-beta3)
13:38:46   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:38:46 
13:38:46 Server:
13:38:46  Containers: 0
13:38:46   Running: 0
13:38:46   Paused: 0
13:38:46   Stopped: 0
13:38:46  Images: 1
13:38:46  Server Version: 20.10.14
13:38:46  Storage Driver: overlay2
13:38:46   Backing Filesystem: extfs
13:38:46   Supports d_type: true
13:38:46   Native Overlay Diff: true
13:38:46   userxattr: false
13:38:46  Logging Driver: json-file
13:38:46  Cgroup Driver: cgroupfs
13:38:46  Cgroup Version: 1
13:38:46  Plugins:
13:38:46   Volume: local
13:38:46   Network: bridge host ipvlan macvlan null overlay
13:38:46   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:38:46  Swarm: inactive
13:38:46  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
13:38:46  Default Runtime: runc
13:38:46  Init Binary: docker-init
13:38:46  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:46  runc version: v1.0.3-0-gf46b6ba
13:38:46  init version: de40ad0
13:38:46  Security Options:
13:38:46   apparmor
13:38:46   seccomp
13:38:46    Profile: default
13:38:46  Kernel Version: 5.13.0-1021-aws
13:38:46  Operating System: Ubuntu 20.04.4 LTS
13:38:46  OSType: linux
13:38:46  Architecture: aarch64
13:38:46  CPUs: 2
13:38:46  Total Memory: 7.578GiB
13:38:46  Name: ip-10-100-62-190
13:38:46  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:38:46  Docker Root Dir: /var/lib/docker
13:38:46  Debug Mode: false
13:38:46  Username: dockerbuildbot
13:38:46  Registry: https://index.docker.io/v1/
13:38:46  Labels:
13:38:46  Experimental: true
13:38:46  Insecure Registries:
13:38:46   127.0.0.0/8
13:38:46  Live Restore Enabled: true
13:38:46 
[Pipeline] echo
13:38:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:46 chowning workspace
13:38:46 + pwd
13:38:46 + id -u
13:38:46 + id -g
13:38:46 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:46 Unable to find image 'busybox:latest' locally
13:38:46 latest: Pulling from library/busybox
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0010c903ed95594e5) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:46 50e8d59317eb: Verifying Checksum
13:38:46 50e8d59317eb: Download complete
13:38:46 50e8d59317eb: Pull complete
13:38:46 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:46 Client:
13:38:46  Context:    default
13:38:46  Debug Mode: false
13:38:46  Plugins:
13:38:46   app: Docker App (Docker Inc., v0.9.1-beta3)
13:38:46   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:38:46 
13:38:46 Server:
13:38:46  Containers: 0
13:38:46   Running: 0
13:38:46   Paused: 0
13:38:46   Stopped: 0
13:38:46  Images: 1
13:38:46  Server Version: 20.10.14
13:38:46  Storage Driver: overlay2
13:38:46   Backing Filesystem: extfs
13:38:46   Supports d_type: true
13:38:46   Native Overlay Diff: true
13:38:46   userxattr: false
13:38:46  Logging Driver: json-file
13:38:46  Cgroup Driver: cgroupfs
13:38:46  Cgroup Version: 1
13:38:46  Plugins:
13:38:46   Volume: local
13:38:46   Network: bridge host ipvlan macvlan null overlay
13:38:46   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:38:46  Swarm: inactive
13:38:46  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:38:46  Default Runtime: runc
13:38:46  Init Binary: docker-init
13:38:46  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:46  runc version: v1.0.3-0-gf46b6ba
13:38:46  init version: de40ad0
13:38:46  Security Options:
13:38:46   apparmor
13:38:46   seccomp
13:38:46    Profile: default
13:38:46  Kernel Version: 5.13.0-1021-aws
13:38:46  Operating System: Ubuntu 20.04.4 LTS
13:38:46  OSType: linux
13:38:46  Architecture: aarch64
13:38:46  CPUs: 2
13:38:46  Total Memory: 7.578GiB
13:38:46  Name: ip-10-100-42-8
13:38:46  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:38:46  Docker Root Dir: /var/lib/docker
13:38:46  Debug Mode: false
13:38:46  Username: dockerbuildbot
13:38:46  Registry: https://index.docker.io/v1/
13:38:46  Labels:
13:38:46  Experimental: true
13:38:46  Insecure Registries:
13:38:46   127.0.0.0/8
13:38:46  Live Restore Enabled: true
13:38:46 
13:38:46 50e8d59317eb: Pulling fs layer
13:38:46 50e8d59317eb: Verifying Checksum
13:38:46 50e8d59317eb: Download complete
13:38:46 Client:
13:38:46  Context:    default
13:38:46  Debug Mode: false
13:38:46  Plugins:
13:38:46   app: Docker App (Docker Inc., v0.9.1-beta3)
13:38:46   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:38:46 
13:38:46 Server:
13:38:46  Containers: 0
13:38:46   Running: 0
13:38:46   Paused: 0
13:38:46   Stopped: 0
13:38:46  Images: 1
13:38:46  Server Version: 20.10.14
13:38:46  Storage Driver: overlay2
13:38:46   Backing Filesystem: extfs
13:38:46   Supports d_type: true
13:38:46   Native Overlay Diff: true
13:38:46   userxattr: false
13:38:46  Logging Driver: json-file
13:38:46  Cgroup Driver: cgroupfs
13:38:46  Cgroup Version: 1
13:38:46  Plugins:
13:38:46   Volume: local
13:38:46   Network: bridge host ipvlan macvlan null overlay
13:38:46   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:38:46  Swarm: inactive
13:38:46  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
13:38:46  Default Runtime: runc
13:38:46  Init Binary: docker-init
13:38:46  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:46  runc version: v1.0.3-0-gf46b6ba
13:38:46  init version: de40ad0
13:38:46  Security Options:
13:38:46   apparmor
13:38:46   seccomp
13:38:46    Profile: default
13:38:46  Kernel Version: 5.13.0-1021-aws
13:38:46  Operating System: Ubuntu 20.04.4 LTS
13:38:46  OSType: linux
13:38:46  Architecture: aarch64
13:38:46  CPUs: 2
13:38:46  Total Memory: 7.578GiB
13:38:46  Name: ip-10-100-34-253
13:38:46  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:38:46  Docker Root Dir: /var/lib/docker
13:38:46  Debug Mode: false
13:38:46  Username: dockerbuildbot
13:38:46  Registry: https://index.docker.io/v1/
13:38:46  Labels:
13:38:46  Experimental: true
13:38:46  Insecure Registries:
13:38:46   127.0.0.0/8
13:38:46  Live Restore Enabled: true
13:38:46 
13:38:47 Status: Downloaded newer image for busybox:latest
13:38:47 + pwd
13:38:47 + id -u
13:38:47 + id -g
13:38:47 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:47 Unable to find image 'busybox:latest' locally
13:38:47 latest: Pulling from library/busybox
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:38:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:47 chowning workspace
[Pipeline] sh
13:38:47 50e8d59317eb: Pull complete
13:38:47 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:47 Status: Downloaded newer image for busybox:latest
13:38:47 50e8d59317eb: Pulling fs layer
13:38:47 50e8d59317eb: Verifying Checksum
13:38:47 50e8d59317eb: Download complete
13:38:47 50e8d59317eb: Pull complete
13:38:47 + pwd
13:38:47 + id -u
13:38:47 + id -g
13:38:47 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:47 Unable to find image 'busybox:latest' locally
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
13:38:47 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
13:38:47 Removing all docker containers
[Pipeline] sh
[Pipeline] sh
13:38:47 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:47 Status: Downloaded newer image for busybox:latest
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
13:38:47 latest: Pulling from library/busybox
13:38:47 50e8d59317eb: Pulling fs layer
13:38:47 50e8d59317eb: Download complete
[Pipeline] sh
[Pipeline] sh
[Pipeline] echo
13:38:47 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
13:38:47 Removing all docker containers
[Pipeline] sh
13:38:47 + pwd
13:38:47 + id -u
13:38:47 + id -g
13:38:47 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:47 Unable to find image 'busybox:latest' locally
13:38:47 + docker container ls -aq
13:38:47 + docker container ls -aq
[Pipeline] echo
13:38:47 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
13:38:47 Removing all docker containers
[Pipeline] sh
13:38:47 + env
13:38:47 + sort
13:38:47 BRANCH_NAME=PR-665
13:38:47 BUILD_DISPLAY_NAME=#32
13:38:47 BUILD_ID=32
13:38:47 BUILD_NUMBER=32
13:38:47 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:38:47 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:38:47 CHANGE_AUTHOR=crazy-max
13:38:47 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:38:47 CHANGE_BRANCH=fix-static-pkgs
13:38:47 CHANGE_FORK=crazy-max
13:38:47 CHANGE_ID=665
13:38:47 CHANGE_TARGET=master
13:38:47 CHANGE_TITLE=fix and refactor static packages
13:38:47 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:38:47 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:38:47 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/23f8c772-ff7b-466c-9cb0-cf631163fa1b
13:38:47 EXECUTOR_NUMBER=0
13:38:47 HOME=/home/ubuntu
13:38:47 HUDSON_COOKIE=f8814abc-3d79-43f6-a146-041bba1a6493
13:38:47 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:38:47 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:38:47 HUDSON_URL=https://ci-next.docker.com/public/
13:38:47 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:38:47 JENKINS_NODE_COOKIE=69d110ea-7235-4d45-a944-5d603b0446c7
13:38:47 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:38:47 JENKINS_URL=https://ci-next.docker.com/public/
13:38:47 JOB_BASE_NAME=PR-665
13:38:47 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:38:47 JOB_NAME=docker-ce-packaging/PR-665
13:38:47 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:38:47 LANG=C.UTF-8
13:38:47 LOGNAME=ubuntu
13:38:47 MOTD_SHOWN=pam
13:38:47 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-095453fc89b75f071) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:38:47 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-095453fc89b75f071)
13:38:47 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:38:47 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:38:47 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:38:47 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:38:47 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:38:47 SHELL=/bin/bash
13:38:47 SHLVL=0
13:38:47 SSH_CLIENT=10.100.0.134 59860 22
13:38:47 SSH_CONNECTION=10.100.0.134 59860 10.100.54.239 22
13:38:47 STAGE_NAME=info
13:38:47 USER=ubuntu
13:38:47 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:38:47 XDG_RUNTIME_DIR=/run/user/1000
13:38:47 XDG_SESSION_CLASS=user
13:38:47 XDG_SESSION_ID=3
13:38:47 XDG_SESSION_TYPE=tty
13:38:47 _=/usr/bin/java
13:38:47 + sort
13:38:47 + env
13:38:47 BRANCH_NAME=PR-665
13:38:47 BUILD_DISPLAY_NAME=#32
13:38:47 BUILD_ID=32
13:38:47 BUILD_NUMBER=32
13:38:47 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:38:47 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:38:47 CHANGE_AUTHOR=crazy-max
13:38:47 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:38:47 CHANGE_BRANCH=fix-static-pkgs
13:38:47 CHANGE_FORK=crazy-max
13:38:47 CHANGE_ID=665
13:38:47 CHANGE_TARGET=master
13:38:47 CHANGE_TITLE=fix and refactor static packages
13:38:47 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:38:47 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:38:47 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/d6718a76-23dc-4a77-88fb-393039ca022e
13:38:47 EXECUTOR_NUMBER=0
13:38:47 HOME=/home/ubuntu
13:38:47 HUDSON_COOKIE=b65c1543-0366-49bb-a5cb-7ab5857a9fbe
13:38:47 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:38:47 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:38:47 HUDSON_URL=https://ci-next.docker.com/public/
13:38:47 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:38:47 JENKINS_NODE_COOKIE=07237363-a0c1-4bce-843b-2ace1822f9cb
13:38:47 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:38:47 JENKINS_URL=https://ci-next.docker.com/public/
13:38:47 JOB_BASE_NAME=PR-665
13:38:47 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:38:47 JOB_NAME=docker-ce-packaging/PR-665
13:38:47 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:38:47 LANG=C.UTF-8
13:38:47 LOGNAME=ubuntu
13:38:47 MOTD_SHOWN=pam
13:38:47 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-082985aeec6b2c86d) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:38:47 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-082985aeec6b2c86d)
13:38:47 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:38:47 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:38:47 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:38:47 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:38:47 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:38:47 SHELL=/bin/bash
13:38:47 SHLVL=0
13:38:47 SSH_CLIENT=10.100.0.134 39234 22
13:38:47 SSH_CONNECTION=10.100.0.134 39234 10.100.52.130 22
13:38:47 STAGE_NAME=info
13:38:47 USER=ubuntu
13:38:47 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:38:47 XDG_RUNTIME_DIR=/run/user/1000
13:38:47 XDG_SESSION_CLASS=user
13:38:47 XDG_SESSION_ID=3
13:38:47 XDG_SESSION_TYPE=tty
13:38:47 _=/usr/bin/java
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
13:38:47 + sort
13:38:47 + env
13:38:47 BRANCH_NAME=PR-665
13:38:47 BUILD_DISPLAY_NAME=#32
13:38:47 BUILD_ID=32
13:38:47 BUILD_NUMBER=32
13:38:47 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:38:47 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:38:47 CHANGE_AUTHOR=crazy-max
13:38:47 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:38:47 CHANGE_BRANCH=fix-static-pkgs
13:38:47 CHANGE_FORK=crazy-max
13:38:47 CHANGE_ID=665
13:38:47 CHANGE_TARGET=master
13:38:47 CHANGE_TITLE=fix and refactor static packages
13:38:47 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:38:47 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:38:47 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/670cd163-00ca-4f97-bee6-fbd9914f42f8
13:38:47 EXECUTOR_NUMBER=0
13:38:47 HOME=/home/ubuntu
13:38:47 HUDSON_COOKIE=f7a3b447-0ece-434f-91d8-cd1b5473a108
13:38:47 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:38:47 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:38:47 HUDSON_URL=https://ci-next.docker.com/public/
13:38:47 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:38:47 JENKINS_NODE_COOKIE=3517e97d-fbd9-4890-8439-b6cb24d17ae7
13:38:47 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:38:47 JENKINS_URL=https://ci-next.docker.com/public/
13:38:47 JOB_BASE_NAME=PR-665
13:38:47 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:38:47 JOB_NAME=docker-ce-packaging/PR-665
13:38:47 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:38:47 LANG=C.UTF-8
13:38:47 LOGNAME=ubuntu
13:38:47 MOTD_SHOWN=pam
13:38:47 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-021053a6785ee5c2f) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:38:47 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-021053a6785ee5c2f)
13:38:47 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:38:47 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:38:47 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:38:47 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:38:47 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:38:47 SHELL=/bin/bash
13:38:47 SHLVL=0
13:38:47 SSH_CLIENT=10.100.0.134 49442 22
13:38:47 SSH_CONNECTION=10.100.0.134 49442 10.100.40.45 22
13:38:47 STAGE_NAME=info
13:38:47 USER=ubuntu
13:38:47 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:38:47 XDG_RUNTIME_DIR=/run/user/1000
13:38:47 XDG_SESSION_CLASS=user
13:38:47 XDG_SESSION_ID=3
13:38:47 XDG_SESSION_TYPE=tty
13:38:47 _=/usr/bin/java
[Pipeline] wrap
[Pipeline] withDockerRegistry
[Pipeline] {
13:38:47 50e8d59317eb: Pull complete
13:38:47 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:47 Status: Downloaded newer image for busybox:latest
[Pipeline] wrap
[Pipeline] echo
13:38:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:47 chowning workspace
[Pipeline] sh
13:38:47 + sort
13:38:47 + env
13:38:47 BRANCH_NAME=PR-665
13:38:47 BUILD_DISPLAY_NAME=#32
13:38:47 BUILD_ID=32
13:38:47 BUILD_NUMBER=32
13:38:47 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:38:47 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:38:47 CHANGE_AUTHOR=crazy-max
13:38:47 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:38:47 CHANGE_BRANCH=fix-static-pkgs
13:38:47 CHANGE_FORK=crazy-max
13:38:47 CHANGE_ID=665
13:38:47 CHANGE_TARGET=master
13:38:47 CHANGE_TITLE=fix and refactor static packages
13:38:47 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:38:47 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:38:47 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/dc706899-4479-4405-afff-014b9c0b9ba6
13:38:47 EXECUTOR_NUMBER=0
13:38:47 HOME=/home/ubuntu
13:38:47 HUDSON_COOKIE=239d3842-c8e3-4268-b39c-af5526b82c17
13:38:47 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:38:47 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:38:47 HUDSON_URL=https://ci-next.docker.com/public/
13:38:47 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:38:47 JENKINS_NODE_COOKIE=b7a05abe-fcb2-41b6-8a4f-8acb14cfe7ab
13:38:47 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:38:47 JENKINS_URL=https://ci-next.docker.com/public/
13:38:47 JOB_BASE_NAME=PR-665
13:38:47 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:38:47 JOB_NAME=docker-ce-packaging/PR-665
13:38:47 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:38:47 LANG=C.UTF-8
13:38:47 LOGNAME=ubuntu
13:38:47 MOTD_SHOWN=pam
13:38:47 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04893aa03a0d0fc11) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:38:47 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04893aa03a0d0fc11)
13:38:47 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:38:47 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:38:47 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:38:47 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:38:47 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:38:47 SHELL=/bin/bash
13:38:47 SHLVL=0
13:38:47 SSH_CLIENT=10.100.0.134 60026 22
13:38:47 SSH_CONNECTION=10.100.0.134 60026 10.100.62.190 22
13:38:47 STAGE_NAME=info
13:38:47 USER=ubuntu
13:38:47 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:38:47 XDG_RUNTIME_DIR=/run/user/1000
13:38:47 XDG_SESSION_CLASS=user
13:38:47 XDG_SESSION_ID=3
13:38:47 XDG_SESSION_TYPE=tty
13:38:47 _=/usr/bin/java
13:38:47 + env
13:38:47 + sort
13:38:47 BRANCH_NAME=PR-665
13:38:47 BUILD_DISPLAY_NAME=#32
13:38:47 BUILD_ID=32
13:38:47 BUILD_NUMBER=32
13:38:47 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:38:47 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:38:47 CHANGE_AUTHOR=crazy-max
13:38:47 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:38:47 CHANGE_BRANCH=fix-static-pkgs
13:38:47 CHANGE_FORK=crazy-max
13:38:47 CHANGE_ID=665
13:38:47 CHANGE_TARGET=master
13:38:47 CHANGE_TITLE=fix and refactor static packages
13:38:47 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:38:47 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:38:47 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/b7062590-91f4-4e7e-91df-4940d0fc9e81
13:38:47 EXECUTOR_NUMBER=0
13:38:47 HOME=/home/ubuntu
13:38:47 HUDSON_COOKIE=77ad24e7-1bf4-43c8-a7b0-93305e30657b
13:38:47 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:38:47 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:38:47 HUDSON_URL=https://ci-next.docker.com/public/
13:38:47 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:38:47 JENKINS_NODE_COOKIE=409f7cd2-9820-4b41-af53-87871ebcc524
13:38:47 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:38:47 JENKINS_URL=https://ci-next.docker.com/public/
13:38:47 JOB_BASE_NAME=PR-665
13:38:47 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:38:47 JOB_NAME=docker-ce-packaging/PR-665
13:38:47 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:38:47 LANG=C.UTF-8
13:38:47 LOGNAME=ubuntu
13:38:47 MOTD_SHOWN=pam
13:38:47 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07f27abcf5f638a5a) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:38:47 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07f27abcf5f638a5a)
13:38:47 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:38:47 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:38:47 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:38:47 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:38:47 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:38:47 SHELL=/bin/bash
13:38:47 SHLVL=0
13:38:47 SSH_CLIENT=10.100.0.134 33450 22
13:38:47 SSH_CONNECTION=10.100.0.134 33450 10.100.42.8 22
13:38:47 STAGE_NAME=info
13:38:47 USER=ubuntu
13:38:47 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:38:47 XDG_RUNTIME_DIR=/run/user/1000
13:38:47 XDG_SESSION_CLASS=user
13:38:47 XDG_SESSION_ID=3
13:38:47 XDG_SESSION_TYPE=tty
13:38:47 _=/usr/bin/java
13:38:47 + sort
13:38:47 + env
13:38:47 BRANCH_NAME=PR-665
13:38:47 BUILD_DISPLAY_NAME=#32
13:38:47 BUILD_ID=32
13:38:47 BUILD_NUMBER=32
13:38:47 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:38:47 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:38:47 CHANGE_AUTHOR=crazy-max
13:38:47 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:38:47 CHANGE_BRANCH=fix-static-pkgs
13:38:47 CHANGE_FORK=crazy-max
13:38:47 CHANGE_ID=665
13:38:47 CHANGE_TARGET=master
13:38:47 CHANGE_TITLE=fix and refactor static packages
13:38:47 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:38:47 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:38:47 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/b7cdd2c2-4a6c-4ae3-9758-8b686dd76440
13:38:47 EXECUTOR_NUMBER=0
13:38:47 HOME=/home/ubuntu
13:38:47 HUDSON_COOKIE=d28c116f-3fd2-45fc-a929-103befd77329
13:38:47 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:38:47 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:38:47 HUDSON_URL=https://ci-next.docker.com/public/
13:38:47 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:38:47 JENKINS_NODE_COOKIE=79f41604-629a-4318-9ded-8d0377e53b70
13:38:47 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:38:47 JENKINS_URL=https://ci-next.docker.com/public/
13:38:47 JOB_BASE_NAME=PR-665
13:38:47 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:38:47 JOB_NAME=docker-ce-packaging/PR-665
13:38:47 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:38:47 LANG=C.UTF-8
13:38:47 LOGNAME=ubuntu
13:38:47 MOTD_SHOWN=pam
13:38:47 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-075d6cc56e9d428d5) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:38:47 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-075d6cc56e9d428d5)
13:38:47 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:38:47 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:38:47 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:38:47 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:38:47 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:38:47 SHELL=/bin/bash
13:38:47 SHLVL=0
13:38:47 SSH_CLIENT=10.100.0.134 49154 22
13:38:47 SSH_CONNECTION=10.100.0.134 49154 10.100.34.253 22
13:38:47 STAGE_NAME=info
13:38:47 USER=ubuntu
13:38:47 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:47 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:38:47 XDG_RUNTIME_DIR=/run/user/1000
13:38:47 XDG_SESSION_CLASS=user
13:38:47 XDG_SESSION_ID=3
13:38:47 XDG_SESSION_TYPE=tty
13:38:47 _=/usr/bin/java
13:38:48 + docker container ls -aq
13:38:48 latest: Pulling from library/busybox
13:38:48 50e8d59317eb: Pulling fs layer
13:38:48 50e8d59317eb: Download complete
13:38:48 50e8d59317eb: Pull complete
13:38:48 + docker container ls -aq
13:38:48 + docker container ls -aq
13:38:48 + docker container ls -aq
[Pipeline] echo
13:38:48 Docker containers have been removed
[Pipeline] echo
13:38:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:48 Docker containers have been removed
[Pipeline] echo
13:38:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] echo
13:38:48 Removing all docker containers
[Pipeline] sh
13:38:48 Client:
13:38:48  Context:    default
13:38:48  Debug Mode: false
13:38:48  Plugins:
13:38:48   app: Docker App (Docker Inc., v0.9.1-beta3)
13:38:48   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:38:48 
13:38:48 Server:
13:38:48  Containers: 0
13:38:48   Running: 0
13:38:48   Paused: 0
13:38:48   Stopped: 0
13:38:48  Images: 1
13:38:48  Server Version: 20.10.14
13:38:48  Storage Driver: overlay2
13:38:48   Backing Filesystem: extfs
13:38:48   Supports d_type: true
13:38:48   Native Overlay Diff: true
13:38:48   userxattr: false
13:38:48  Logging Driver: json-file
13:38:48  Cgroup Driver: cgroupfs
13:38:48  Cgroup Version: 1
13:38:48  Plugins:
13:38:48   Volume: local
13:38:48   Network: bridge host ipvlan macvlan null overlay
13:38:48   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:38:48  Swarm: inactive
13:38:48  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
13:38:48  Default Runtime: runc
13:38:48  Init Binary: docker-init
13:38:48  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:48  runc version: v1.0.3-0-gf46b6ba
13:38:48  init version: de40ad0
13:38:48  Security Options:
13:38:48   apparmor
13:38:48   seccomp
13:38:48    Profile: default
13:38:48  Kernel Version: 5.13.0-1021-aws
13:38:48  Operating System: Ubuntu 20.04.4 LTS
13:38:48  OSType: linux
13:38:48  Architecture: aarch64
13:38:48  CPUs: 2
13:38:48  Total Memory: 7.578GiB
13:38:48  Name: ip-10-100-35-38
13:38:48  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:38:48  Docker Root Dir: /var/lib/docker
13:38:48  Debug Mode: false
13:38:48  Username: dockerbuildbot
13:38:48  Registry: https://index.docker.io/v1/
13:38:48  Labels:
13:38:48  Experimental: true
13:38:48  Insecure Registries:
13:38:48   127.0.0.0/8
13:38:48  Live Restore Enabled: true
13:38:48 
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] }
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] }
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
13:38:48 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:48 Status: Downloaded newer image for busybox:latest
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] echo
13:38:48 Docker containers have been removed
[Pipeline] echo
13:38:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:48 Docker containers have been removed
[Pipeline] echo
13:38:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:48 Docker containers have been removed
[Pipeline] echo
13:38:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:48 Docker containers have been removed
[Pipeline] echo
13:38:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:48 chowning workspace
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
13:38:48 + pwd
13:38:48 + id -u
13:38:48 + id -g
13:38:48 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:48 Unable to find image 'busybox:latest' locally
13:38:48 + docker container ls -aq
13:38:48 Client:
13:38:48  Context:    default
13:38:48  Debug Mode: false
13:38:48  Plugins:
13:38:48   app: Docker App (Docker Inc., v0.9.1-beta3)
13:38:48   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:38:48 
13:38:48 Server:
13:38:48  Containers: 0
13:38:48   Running: 0
13:38:48   Paused: 0
13:38:48   Stopped: 0
13:38:48  Images: 1
13:38:48  Server Version: 20.10.14
13:38:48  Storage Driver: overlay2
13:38:48   Backing Filesystem: extfs
13:38:48   Supports d_type: true
13:38:48   Native Overlay Diff: true
13:38:48   userxattr: false
13:38:48  Logging Driver: json-file
13:38:48  Cgroup Driver: cgroupfs
13:38:48  Cgroup Version: 1
13:38:48  Plugins:
13:38:48   Volume: local
13:38:48   Network: bridge host ipvlan macvlan null overlay
13:38:48   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:38:48  Swarm: inactive
13:38:48  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:38:48  Default Runtime: runc
13:38:48  Init Binary: docker-init
13:38:48  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:48  runc version: v1.0.3-0-gf46b6ba
13:38:48  init version: de40ad0
13:38:48  Security Options:
13:38:48   apparmor
13:38:48   seccomp
13:38:48    Profile: default
13:38:48  Kernel Version: 5.13.0-1021-aws
13:38:48  Operating System: Ubuntu 20.04.4 LTS
13:38:48  OSType: linux
13:38:48  Architecture: aarch64
13:38:48  CPUs: 2
13:38:48  Total Memory: 7.578GiB
13:38:48  Name: ip-10-100-44-246
13:38:48  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:38:48  Docker Root Dir: /var/lib/docker
13:38:48  Debug Mode: false
13:38:48  Username: dockerbuildbot
13:38:48  Registry: https://index.docker.io/v1/
13:38:48  Labels:
13:38:48  Experimental: true
13:38:48  Insecure Registries:
13:38:48   127.0.0.0/8
13:38:48  Live Restore Enabled: true
13:38:48 
[Pipeline] echo
13:38:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:48 chowning workspace
[Pipeline] sh
13:38:48 latest: Pulling from library/busybox
13:38:48 50e8d59317eb: Pulling fs layer
13:38:48 + pwd
13:38:48 + id -u
13:38:48 + id -g
13:38:48 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:48 Unable to find image 'busybox:latest' locally
13:38:48 latest: Pulling from library/busybox
[Pipeline] echo
13:38:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:48 chowning workspace
[Pipeline] sh
13:38:49 50e8d59317eb: Verifying Checksum
13:38:49 50e8d59317eb: Download complete
13:38:49 50e8d59317eb: Pull complete
13:38:49 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:49 Status: Downloaded newer image for busybox:latest
13:38:49 2f0e692259c0: Pulling fs layer
13:38:49 2f0e692259c0: Download complete
13:38:49 2f0e692259c0: Pull complete
13:38:49 + pwd
13:38:49 + id -u
13:38:49 + id -g
13:38:49 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:49 Unable to find image 'busybox:latest' locally
[Pipeline] echo
13:38:49 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:49 chowning workspace
[Pipeline] sh
13:38:49 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:49 Status: Downloaded newer image for busybox:latest
13:38:49 + pwd
13:38:49 + id -u
13:38:49 + id -g
13:38:49 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:49 Unable to find image 'busybox:latest' locally
13:38:49 latest: Pulling from library/busybox
[Pipeline] echo
13:38:49 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:49 chowning workspace
[Pipeline] sh
13:38:49 2f0e692259c0: Pulling fs layer
13:38:49 2f0e692259c0: Verifying Checksum
13:38:49 2f0e692259c0: Download complete
13:38:49 2f0e692259c0: Pull complete
13:38:49 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:49 Status: Downloaded newer image for busybox:latest
13:38:49 + pwd
13:38:49 + id -u
13:38:49 + id -g
13:38:49 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:49 Unable to find image 'busybox:latest' locally
13:38:49 latest: Pulling from library/busybox
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
13:38:50 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:50 cleanWorkspace: Workspace is clean.
[Pipeline] sh
13:38:50 latest: Pulling from library/busybox
13:38:50 2f0e692259c0: Pulling fs layer
13:38:50 2f0e692259c0: Verifying Checksum
13:38:50 2f0e692259c0: Download complete
13:38:50 2f0e692259c0: Pulling fs layer
13:38:50 2f0e692259c0: Verifying Checksum
13:38:50 2f0e692259c0: Download complete
13:38:50 2f0e692259c0: Pull complete
13:38:50 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:50 Status: Downloaded newer image for busybox:latest
[Pipeline] stage
[Pipeline] { (static-linux-armv6)
[Pipeline] stage
[Pipeline] { (static-linux-armv7)
13:38:50 2f0e692259c0: Pull complete
13:38:50 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:50 Status: Downloaded newer image for busybox:latest
[Pipeline] checkout
13:38:50 The recommended git tool is: git
[Pipeline] sh
13:38:50 + env
13:38:50 + sort
13:38:50 BRANCH_NAME=PR-665
13:38:50 BUILD_DISPLAY_NAME=#32
13:38:50 BUILD_ID=32
13:38:50 BUILD_NUMBER=32
13:38:50 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:38:50 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:38:50 CHANGE_AUTHOR=crazy-max
13:38:50 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:38:50 CHANGE_BRANCH=fix-static-pkgs
13:38:50 CHANGE_FORK=crazy-max
13:38:50 CHANGE_ID=665
13:38:50 CHANGE_TARGET=master
13:38:50 CHANGE_TITLE=fix and refactor static packages
13:38:50 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:38:50 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:38:50 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/daf1f858-8bcc-4e70-9383-8902a14d31f5
13:38:50 EXECUTOR_NUMBER=0
13:38:50 HOME=/home/ubuntu
13:38:50 HUDSON_COOKIE=2094e1fa-2623-4778-9532-007bdd09d0f0
13:38:50 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:38:50 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:38:50 HUDSON_URL=https://ci-next.docker.com/public/
13:38:50 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:38:50 JENKINS_NODE_COOKIE=70d1f909-3692-4f0f-9c10-4573b447e4d6
13:38:50 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:38:50 JENKINS_URL=https://ci-next.docker.com/public/
13:38:50 JOB_BASE_NAME=PR-665
13:38:50 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:38:50 JOB_NAME=docker-ce-packaging/PR-665
13:38:50 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:38:50 LANG=C.UTF-8
13:38:50 LOGNAME=ubuntu
13:38:50 MOTD_SHOWN=pam
13:38:50 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-061b38692476ce24a) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:38:50 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-061b38692476ce24a)
13:38:50 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:38:50 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:50 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:38:50 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:38:50 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:38:50 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:38:50 SHELL=/bin/bash
13:38:50 SHLVL=0
13:38:50 SSH_CLIENT=10.100.0.134 57534 22
13:38:50 SSH_CONNECTION=10.100.0.134 57534 10.100.35.38 22
13:38:50 STAGE_NAME=info
13:38:50 USER=ubuntu
13:38:50 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:50 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:38:50 XDG_RUNTIME_DIR=/run/user/1000
13:38:50 XDG_SESSION_CLASS=user
13:38:50 XDG_SESSION_ID=3
13:38:50 XDG_SESSION_TYPE=tty
13:38:50 _=/usr/bin/java
[Pipeline] sh
13:38:50 + pwd
13:38:50 + id -u
13:38:50 + id -g
13:38:50 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:50 Unable to find image 'busybox:latest' locally
13:38:50 latest: Pulling from library/busybox
13:38:50 c1873807789f: Pulling fs layer
13:38:50 c1873807789f: Verifying Checksum
13:38:50 c1873807789f: Download complete
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
[Pipeline] // stage
13:38:50 The recommended git tool is: git
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:38:50 The recommended git tool is: git
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
13:38:50 + echo starting...
13:38:50 starting...
[Pipeline] echo
13:38:50 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:50 chowning workspace
[Pipeline] sh
13:38:50 + echo starting...
13:38:50 starting...
13:38:50 c1873807789f: Pull complete
13:38:50 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:50 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:38:51 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:51 chowning workspace
[Pipeline] sh
13:38:51 + pwd
13:38:51 + id -u
13:38:51 + id -g
13:38:51 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:51 Unable to find image 'busybox:latest' locally
13:38:51 latest: Pulling from library/busybox
13:38:52 c1873807789f: Pulling fs layer
13:38:52 c1873807789f: Download complete
[Pipeline] echo
13:38:52 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:52 chowning workspace
[Pipeline] sh
13:38:52 c1873807789f: Pull complete
13:38:52 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:52 Status: Downloaded newer image for busybox:latest
13:38:52 + pwd
13:38:52 + id -u
13:38:52 + id -g
13:38:52 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:52 Unable to find image 'busybox:latest' locally
13:38:52 latest: Pulling from library/busybox
13:38:53 c1873807789f: Pulling fs layer
13:38:53 c1873807789f: Verifying Checksum
13:38:53 c1873807789f: Download complete
[Pipeline] echo
13:38:53 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:53 chowning workspace
[Pipeline] sh
13:38:53 c1873807789f: Pull complete
13:38:53 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:53 Status: Downloaded newer image for busybox:latest
13:38:53 + pwd
13:38:53 + id -u
13:38:53 + id -g
13:38:53 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:53 Unable to find image 'busybox:latest' locally
13:38:53 latest: Pulling from library/busybox
13:38:54 c1873807789f: Pulling fs layer
13:38:54 c1873807789f: Verifying Checksum
13:38:54 c1873807789f: Download complete
[Pipeline] echo
13:38:54 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:54 chowning workspace
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0392ae8567aa91a62) in /home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:54 + pwd
13:38:54 + id -u
13:38:54 + id -g
13:38:54 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:54 Unable to find image 'busybox:latest' locally
13:38:54 using credential docker-jenkins-github-credentials
13:38:54 Cloning the remote Git repository
13:38:54 Cloning with configured refspecs honoured and without tags
13:38:54 c1873807789f: Pull complete
13:38:54 using credential docker-jenkins-github-credentials
13:38:54 Cloning the remote Git repository
13:38:54 Cloning with configured refspecs honoured and without tags
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-665@tmp/11ed6081-a410-4ee8-baf8-ad37928b02fc/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/522f512c-f191-4cf2-aabd-4d5180df777f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
13:38:54 using credential docker-jenkins-github-credentials
13:38:55 Cloning the remote Git repository
13:38:55 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
13:38:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:55 chowning workspace
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
13:38:55 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
13:38:55 + pwd
13:38:55 + id -u
13:38:55 + id -g
13:38:55 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:55 Unable to find image 'busybox:latest' locally
13:38:55 Status: Downloaded newer image for busybox:latest
13:38:55 latest: Pulling from library/busybox
[Pipeline] echo
13:38:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:55 chowning workspace
[Pipeline] sh
13:38:56 + pwd
13:38:56 + id -u
13:38:56 + id -g
13:38:56 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:56 Unable to find image 'busybox:latest' locally
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] sh
[Pipeline] echo
13:38:56 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:56 cleanWorkspace: Workspace is clean.
13:38:56 c1873807789f: Pulling fs layer
[Pipeline] echo
13:38:56 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:56 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:56 Docker containers have been removed
[Pipeline] echo
13:38:56 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] echo
13:38:56 Removing all docker containers
13:38:56 latest: Pulling from library/busybox
[Pipeline] sh
13:38:56 + env
13:38:56 + sort
13:38:56 BRANCH_NAME=PR-665
13:38:56 BUILD_DISPLAY_NAME=#32
13:38:56 BUILD_ID=32
13:38:56 BUILD_NUMBER=32
13:38:56 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:38:56 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:38:56 CHANGE_AUTHOR=crazy-max
13:38:56 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:38:56 CHANGE_BRANCH=fix-static-pkgs
13:38:56 CHANGE_FORK=crazy-max
13:38:56 CHANGE_ID=665
13:38:56 CHANGE_TARGET=master
13:38:56 CHANGE_TITLE=fix and refactor static packages
13:38:56 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:38:56 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:38:56 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/f95e6d59-1ff0-41bd-a20a-c8be2c44b57f
13:38:56 EXECUTOR_NUMBER=0
13:38:56 HOME=/home/ubuntu
13:38:56 HUDSON_COOKIE=5d47e468-6a67-4f0f-a23b-6a3632b7b369
13:38:56 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:38:56 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:38:56 HUDSON_URL=https://ci-next.docker.com/public/
13:38:56 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:38:56 JENKINS_NODE_COOKIE=a1d97da7-2c44-4e37-bef5-610f27be2402
13:38:56 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:38:56 JENKINS_URL=https://ci-next.docker.com/public/
13:38:56 JOB_BASE_NAME=PR-665
13:38:56 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:38:56 JOB_NAME=docker-ce-packaging/PR-665
13:38:56 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:38:56 LANG=C.UTF-8
13:38:56 LOGNAME=ubuntu
13:38:56 MOTD_SHOWN=pam
13:38:56 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-02c180de728065ca2) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:38:56 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-02c180de728065ca2)
13:38:56 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:38:56 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:56 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:38:56 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:38:56 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:38:56 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:38:56 SHELL=/bin/bash
13:38:56 SHLVL=0
13:38:56 SSH_CLIENT=10.100.0.134 41714 22
13:38:56 SSH_CONNECTION=10.100.0.134 41714 10.100.44.246 22
13:38:56 STAGE_NAME=info
13:38:56 USER=ubuntu
13:38:56 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:38:56 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:38:56 XDG_RUNTIME_DIR=/run/user/1000
13:38:56 XDG_SESSION_CLASS=user
13:38:56 XDG_SESSION_ID=3
13:38:56 XDG_SESSION_TYPE=tty
13:38:56 _=/usr/bin/java
[Pipeline] echo
13:38:56 Removing all docker containers
[Pipeline] sh
13:38:56 + pwd
13:38:56 + id -u
13:38:56 + id -g
13:38:56 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:56 Unable to find image 'busybox:latest' locally
13:38:56 c1873807789f: Verifying Checksum
13:38:56 c1873807789f: Download complete
13:38:56 Fetching without tags
13:38:56 Fetching without tags
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] echo
13:38:56 Removing all docker containers
[Pipeline] sh
13:38:56 c1873807789f: Pulling fs layer
13:38:56 c1873807789f: Download complete
13:38:56 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:38:56 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
[Pipeline] echo
13:38:56 Removing all docker containers
13:38:56 latest: Pulling from library/busybox
[Pipeline] sh
13:38:56 + docker container ls -aq
13:38:56 c1873807789f: Pull complete
13:38:56 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:56 Status: Downloaded newer image for busybox:latest
13:38:56 Merge succeeded, producing dcfcc1d8796dbfa04a72a7e6d0b5db6a38c3e1f1
13:38:56 Checking out Revision dcfcc1d8796dbfa04a72a7e6d0b5db6a38c3e1f1 (PR-665)
13:38:56 Merge succeeded, producing dcfcc1d8796dbfa04a72a7e6d0b5db6a38c3e1f1
13:38:56 Checking out Revision dcfcc1d8796dbfa04a72a7e6d0b5db6a38c3e1f1 (PR-665)
13:38:56 Fetching without tags
[Pipeline] stage
[Pipeline] { (static-linux-aarch64)
[Pipeline] stage
13:38:56 + docker container ls -aq
[Pipeline] { (fedora-36-amd64)
[Pipeline] stage
[Pipeline] { (fedora-34-amd64)
[Pipeline] stage
[Pipeline] { (debian-buster-amd64)
[Pipeline] checkout
13:38:56 The recommended git tool is: git
13:38:56 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:38:56 + docker container ls -aq
13:38:56 c1873807789f: Pulling fs layer
[Pipeline] checkout
13:38:57 The recommended git tool is: git
13:38:57 Merge succeeded, producing 52a9c0707143b528468107f841dd4e8a3514e72a
13:38:57 Checking out Revision 52a9c0707143b528468107f841dd4e8a3514e72a (PR-665)
[Pipeline] checkout
13:38:57 + docker container ls -aq
13:38:57 The recommended git tool is: git
[Pipeline] echo
13:38:57 Removing all docker containers
[Pipeline] sh
[Pipeline] sh
13:38:57 c1873807789f: Verifying Checksum
13:38:57 c1873807789f: Download complete
13:38:57 c1873807789f: Pull complete
[Pipeline] sh
[Pipeline] sh
13:38:57 + docker container ls -aq
[Pipeline] sh
[Pipeline] echo
13:38:57 Removing all docker containers
[Pipeline] sh
13:38:57 + echo starting...
13:38:57 starting...
[Pipeline] echo
13:38:57 Removing all docker containers
[Pipeline] sh
13:38:57 latest: Pulling from library/busybox
13:38:57 #24 DONE 67.8s
13:38:57 + echo starting...
13:38:57 starting...
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dcfcc1d8796dbfa04a72a7e6d0b5db6a38c3e1f1 # timeout=10
[Pipeline] }
[Pipeline] echo
13:38:57 Removing all docker containers
[Pipeline] sh
13:38:57 + echo starting...
13:38:57 starting...
[Pipeline] echo
13:38:57 Removing all docker containers
[Pipeline] sh
13:38:57 + echo starting...
13:38:57 starting...
[Pipeline] }
[Pipeline] }
[Pipeline] {
[Pipeline] {
[Pipeline] {
13:38:57 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:57 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:38:57 Removing all docker containers
[Pipeline] sh
13:38:57 c1873807789f: Pull complete
13:38:57 + docker container ls -aq
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dcfcc1d8796dbfa04a72a7e6d0b5db6a38c3e1f1 # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 52a9c0707143b528468107f841dd4e8a3514e72a # timeout=10
[Pipeline] withDockerRegistry
13:38:57 c1873807789f: Pulling fs layer
13:38:57 c1873807789f: Verifying Checksum
13:38:57 c1873807789f: Download complete
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
13:38:57 
13:38:57 #25 [linux/amd64 binary 1/1] COPY --from=build /out .
13:38:57 #25 DONE 0.1s
13:38:57 
13:38:57 #26 exporting to client
13:38:57 #26 copying files linux/amd64 4.62MB 0.1s
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
13:38:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:57 chowning workspace
[Pipeline] sh
13:38:57 + docker container ls -aq
13:38:58 + docker container ls -aq
13:38:58 + docker container ls -aq
13:38:58 + docker container ls -aq
13:38:58 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:58 c1873807789f: Pull complete
13:38:58 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:38:58 Status: Downloaded newer image for busybox:latest
13:38:58 #26 copying files linux/amd64 26.98MB 0.5s done
13:38:58 #26 DONE 0.5s
13:38:58 + docker buildx build --platform linux/amd64 --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg CONTAINERD_VERSION --build-arg RUNC_VERSION --build-arg CGO_ENABLED= --output ./bundles --target binary .
13:38:58 Status: Downloaded newer image for busybox:latest
13:38:58 #1 [internal] load build definition from Dockerfile
13:38:58 #1 transferring dockerfile: 17.43kB 0.0s done
13:38:58 #1 DONE 0.0s
13:38:58 
13:38:58 #2 [internal] load .dockerignore
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] echo
13:38:58 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:38:58 chowning workspace
[Pipeline] sh
13:38:58 #2 transferring context: 145B done
13:38:58 #2 DONE 0.0s
13:38:58 
13:38:58 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:38:58 + pwd
13:38:58 + id -u
13:38:58 + id -g
13:38:58 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:58 Unable to find image 'busybox:latest' locally
[Pipeline] }
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:59 Docker containers have been removed
[Pipeline] echo
13:38:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] stage
[Pipeline] { (centos-7-amd64)
[Pipeline] sh
[Pipeline] echo
13:38:59 Docker containers have been removed
[Pipeline] echo
13:38:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:59 Docker containers have been removed
[Pipeline] echo
13:38:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:59 Docker containers have been removed
[Pipeline] echo
13:38:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:59 Docker containers have been removed
[Pipeline] echo
13:38:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
[Pipeline] // stage
13:38:59 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] sh
13:38:59 #3 DONE 0.6s
13:38:59 
13:38:59 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:38:59 #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:38:59 #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.1s done
13:38:59 #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
[Pipeline] echo
13:38:59 Docker containers have been removed
[Pipeline] echo
13:38:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:59 Removing all docker containers
[Pipeline] sh
13:38:59 + echo starting...
13:38:59 starting...
[Pipeline] echo
13:38:59 Docker containers have been removed
[Pipeline] echo
13:38:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:59 Docker containers have been removed
[Pipeline] echo
13:38:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:59 Docker containers have been removed
[Pipeline] echo
13:38:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:59 Docker containers have been removed
13:38:59 + pwd
13:38:59 + id -u
13:38:59 + id -g
13:38:59 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:38:59 Unable to find image 'busybox:latest' locally
[Pipeline] echo
13:38:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:38:59 Removing all docker containers
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-impish-amd64)
[Pipeline] checkout
13:38:59 The recommended git tool is: git
[Pipeline] sh
13:38:59 + docker version
13:38:59 Client: Docker Engine - Community
13:38:59  Version:           20.10.14
13:38:59  API version:       1.41
13:38:59  Go version:        go1.16.15
13:38:59  Git commit:        a224086
13:38:59  Built:             Thu Mar 24 01:47:10 2022
13:38:59  OS/Arch:           linux/arm64
13:38:59  Context:           default
13:38:59  Experimental:      true
13:38:59 
13:38:59 Server: Docker Engine - Community
13:38:59  Engine:
13:38:59   Version:          20.10.14
13:38:59   API version:      1.41 (minimum version 1.12)
13:38:59   Go version:       go1.16.15
13:38:59   Git commit:       87a90dc
13:38:59   Built:            Thu Mar 24 01:45:30 2022
13:38:59   OS/Arch:          linux/arm64
13:38:59   Experimental:     true
13:38:59  containerd:
13:38:59   Version:          1.5.11
13:38:59   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:59  runc:
13:38:59   Version:          1.0.3
13:38:59   GitCommit:        v1.0.3-0-gf46b6ba
13:38:59  docker-init:
13:38:59   Version:          0.19.0
13:38:59   GitCommit:        de40ad0
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
13:38:59 #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
13:38:59 #4 DONE 0.4s
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-amd64)
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
13:38:59 + docker version
13:38:59 Client: Docker Engine - Community
13:38:59  Version:           20.10.14
13:38:59  API version:       1.41
13:38:59  Go version:        go1.16.15
13:38:59  Git commit:        a224086
13:38:59  Built:             Thu Mar 24 01:47:10 2022
13:38:59  OS/Arch:           linux/arm64
13:38:59  Context:           default
13:38:59  Experimental:      true
13:38:59 
13:38:59 Server: Docker Engine - Community
13:38:59  Engine:
13:38:59   Version:          20.10.14
13:38:59   API version:      1.41 (minimum version 1.12)
13:38:59   Go version:       go1.16.15
13:38:59   Git commit:       87a90dc
13:38:59   Built:            Thu Mar 24 01:45:30 2022
13:38:59   OS/Arch:          linux/arm64
13:38:59   Experimental:     true
13:38:59  containerd:
13:38:59   Version:          1.5.11
13:38:59   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:59  runc:
13:38:59   Version:          1.0.3
13:38:59   GitCommit:        v1.0.3-0-gf46b6ba
13:38:59  docker-init:
13:38:59   Version:          0.19.0
13:38:59   GitCommit:        de40ad0
[Pipeline] stage
[Pipeline] { (centos-8-amd64)
[Pipeline] stage
[Pipeline] { (debian-bullseye-amd64)
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (ubuntu-focal-amd64)
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] sh
13:38:59 + docker container ls -aq
[Pipeline] sh
13:38:59 + docker container ls -aq
[Pipeline] sh
[Pipeline] sh
13:38:59 + echo starting...
13:38:59 starting...
13:38:59 
13:38:59 #5 [auth] djs55/vpnkit:pull token for registry-1.docker.io
13:38:59 #5 DONE 0.0s
13:38:59 
13:38:59 #6 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye
13:38:59 using credential docker-jenkins-github-credentials
13:38:59 Cloning the remote Git repository
13:38:59 Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
13:38:59 latest: Pulling from library/busybox
13:38:59 50e8d59317eb: Pulling fs layer
13:38:59 50e8d59317eb: Verifying Checksum
13:38:59 50e8d59317eb: Download complete
[Pipeline] sh
13:38:59 + echo starting...
13:38:59 starting...
[Pipeline] sh
13:38:59 + echo starting...
13:38:59 starting...
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
[Pipeline] }
[Pipeline] stage
[Pipeline] { (ubuntu-impish-aarch64)
[Pipeline] sh
13:38:59 using credential docker-jenkins-github-credentials
13:38:59 + echo starting...
13:38:59 starting...
13:38:59 Cloning the remote Git repository
13:38:59 Cloning with configured refspecs honoured and without tags
13:38:59 + docker version
13:38:59 Client: Docker Engine - Community
13:38:59  Version:           20.10.14
13:38:59  API version:       1.41
13:38:59  Go version:        go1.16.15
13:38:59  Git commit:        a224086
13:38:59  Built:             Thu Mar 24 01:47:10 2022
13:38:59  OS/Arch:           linux/arm64
13:38:59  Context:           default
13:38:59  Experimental:      true
13:38:59 
13:38:59 Server: Docker Engine - Community
13:38:59  Engine:
13:38:59   Version:          20.10.14
13:38:59   API version:      1.41 (minimum version 1.12)
13:38:59   Go version:       go1.16.15
13:38:59   Git commit:       87a90dc
13:38:59   Built:            Thu Mar 24 01:45:30 2022
13:38:59   OS/Arch:          linux/arm64
13:38:59   Experimental:     true
13:38:59  containerd:
13:38:59   Version:          1.5.11
13:38:59   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:38:59  runc:
13:38:59   Version:          1.0.3
13:38:59   GitCommit:        v1.0.3-0-gf46b6ba
13:38:59  docker-init:
13:38:59   Version:          0.19.0
13:38:59   GitCommit:        de40ad0
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
13:38:59 latest: Pulling from library/busybox
13:38:59 50e8d59317eb: Pulling fs layer
13:38:59 50e8d59317eb: Verifying Checksum
13:38:59 50e8d59317eb: Download complete
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
[Pipeline] echo
13:38:59 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (fedora-35-amd64)
[Pipeline] stage
[Pipeline] { (static-darwin-aarch64)
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-aarch64)
[Pipeline] stage
[Pipeline] { (ubuntu-focal-aarch64)
[Pipeline] sh
13:38:59 + echo starting...
13:38:59 starting...
13:39:00 using credential docker-jenkins-github-credentials
[Pipeline] sh
13:39:00 Cloning the remote Git repository
13:39:00 Cloning with configured refspecs honoured and without tags
13:39:00 + docker version
13:39:00 Client: Docker Engine - Community
13:39:00  Version:           20.10.14
13:39:00  API version:       1.41
13:39:00  Go version:        go1.16.15
13:39:00  Git commit:        a224086
13:39:00  Built:             Thu Mar 24 01:48:02 2022
13:39:00  OS/Arch:           linux/amd64
13:39:00  Context:           default
13:39:00  Experimental:      true
13:39:00 
13:39:00 Server: Docker Engine - Community
13:39:00  Engine:
13:39:00   Version:          20.10.14
13:39:00   API version:      1.41 (minimum version 1.12)
13:39:00   Go version:       go1.16.15
13:39:00   Git commit:       87a90dc
13:39:00   Built:            Thu Mar 24 01:45:53 2022
13:39:00   OS/Arch:          linux/amd64
13:39:00   Experimental:     true
13:39:00  containerd:
13:39:00   Version:          1.5.11
13:39:00   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:00  runc:
13:39:00   Version:          1.0.3
13:39:00   GitCommit:        v1.0.3-0-gf46b6ba
13:39:00  docker-init:
13:39:00   Version:          0.19.0
13:39:00   GitCommit:        de40ad0
13:39:00 + docker version
13:39:00 Client: Docker Engine - Community
13:39:00  Version:           20.10.14
13:39:00  API version:       1.41
13:39:00  Go version:        go1.16.15
13:39:00  Git commit:        a224086
13:39:00  Built:             Thu Mar 24 01:48:02 2022
13:39:00  OS/Arch:           linux/amd64
13:39:00  Context:           default
13:39:00  Experimental:      true
13:39:00 
13:39:00 Server: Docker Engine - Community
13:39:00  Engine:
13:39:00   Version:          20.10.14
13:39:00   API version:      1.41 (minimum version 1.12)
13:39:00   Go version:       go1.16.15
13:39:00   Git commit:       87a90dc
13:39:00   Built:            Thu Mar 24 01:45:53 2022
13:39:00   OS/Arch:          linux/amd64
13:39:00   Experimental:     true
13:39:00  containerd:
13:39:00   Version:          1.5.11
13:39:00   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:00  runc:
13:39:00   Version:          1.0.3
13:39:00   GitCommit:        v1.0.3-0-gf46b6ba
13:39:00  docker-init:
13:39:00   Version:          0.19.0
13:39:00   GitCommit:        de40ad0
[Pipeline] sh
13:39:00 + docker version
13:39:00 Client: Docker Engine - Community
13:39:00  Version:           20.10.14
13:39:00  API version:       1.41
13:39:00  Go version:        go1.16.15
13:39:00  Git commit:        a224086
13:39:00  Built:             Thu Mar 24 01:48:02 2022
13:39:00  OS/Arch:           linux/amd64
13:39:00  Context:           default
13:39:00  Experimental:      true
13:39:00 
13:39:00 Server: Docker Engine - Community
13:39:00  Engine:
13:39:00   Version:          20.10.14
13:39:00   API version:      1.41 (minimum version 1.12)
13:39:00   Go version:       go1.16.15
13:39:00   Git commit:       87a90dc
13:39:00   Built:            Thu Mar 24 01:45:53 2022
13:39:00   OS/Arch:          linux/amd64
13:39:00   Experimental:     true
13:39:00  containerd:
13:39:00   Version:          1.5.11
13:39:00   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:00  runc:
13:39:00   Version:          1.0.3
13:39:00   GitCommit:        v1.0.3-0-gf46b6ba
13:39:00  docker-init:
13:39:00   Version:          0.19.0
13:39:00   GitCommit:        de40ad0
[Pipeline] sh
13:39:00 + echo starting...
13:39:00 starting...
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # timeout=10
[Pipeline] sh
[Pipeline] sh
13:39:00 + echo starting...
13:39:00 starting...
[Pipeline] echo
13:39:00 Docker containers have been removed
[Pipeline] echo
13:39:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:39:00 Docker containers have been removed
[Pipeline] echo
13:39:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] }
[Pipeline] sh
13:39:00 + echo starting...
13:39:00 starting...
[Pipeline] }
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # timeout=10
13:39:00 50e8d59317eb: Pull complete
13:39:00 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:39:00 Status: Downloaded newer image for busybox:latest
[Pipeline] sh
[Pipeline] sh
13:39:00 + echo starting...
13:39:00 starting...
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] }
[Pipeline] echo
13:39:00 Removing all docker containers
[Pipeline] sh
13:39:00 + echo starting...
13:39:00 starting...
13:39:00 50e8d59317eb: Pull complete
13:39:00 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
13:39:00 Status: Downloaded newer image for busybox:latest
13:39:00 + docker info
[Pipeline] }
[Pipeline] echo
13:39:00 cleanWorkspace: Workspace is clean.
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-armhf)
[Pipeline] echo
13:39:00 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (raspbian-buster-armhf)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
13:39:00 + docker info
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:39:00 + docker version
13:39:00 Client: Docker Engine - Community
13:39:00  Version:           20.10.14
13:39:00  API version:       1.41
13:39:00  Go version:        go1.16.15
13:39:00  Git commit:        a224086
13:39:00  Built:             Thu Mar 24 01:48:02 2022
13:39:00  OS/Arch:           linux/amd64
13:39:00  Context:           default
13:39:00  Experimental:      true
13:39:00 
13:39:00 Server: Docker Engine - Community
13:39:00  Engine:
13:39:00   Version:          20.10.14
13:39:00   API version:      1.41 (minimum version 1.12)
13:39:00   Go version:       go1.16.15
13:39:00   Git commit:       87a90dc
13:39:00   Built:            Thu Mar 24 01:45:53 2022
13:39:00   OS/Arch:          linux/amd64
13:39:00   Experimental:     true
13:39:00  containerd:
13:39:00   Version:          1.5.11
13:39:00   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:00  runc:
13:39:00   Version:          1.0.3
13:39:00   GitCommit:        v1.0.3-0-gf46b6ba
13:39:00  docker-init:
13:39:00   Version:          0.19.0
13:39:00   GitCommit:        de40ad0
13:39:00 + docker info
13:39:00 + docker info
[Pipeline] sh
13:39:00 + docker info
13:39:00 #6 DONE 0.8s
13:39:00 
13:39:00 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:39:00 #7 DONE 0.9s
13:39:00 
13:39:00 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:39:00 #8 DONE 1.0s
13:39:00 + docker info
13:39:00 + docker container ls -aq
[Pipeline] sh
13:39:00 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:00 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:00 First time build. Skipping changelog.
13:39:00 Fetching without tags
13:39:00 + docker version
13:39:00 Client: Docker Engine - Community
13:39:00  Version:           20.10.14
13:39:00  API version:       1.41
13:39:00  Go version:        go1.16.15
13:39:00  Git commit:        a224086
13:39:00  Built:             Thu Mar 24 01:48:02 2022
13:39:00  OS/Arch:           linux/amd64
13:39:00  Context:           default
13:39:00  Experimental:      true
13:39:00 
13:39:00 Server: Docker Engine - Community
13:39:00  Engine:
13:39:00   Version:          20.10.14
13:39:00   API version:      1.41 (minimum version 1.12)
13:39:00   Go version:       go1.16.15
13:39:00   Git commit:       87a90dc
13:39:00   Built:            Thu Mar 24 01:45:53 2022
13:39:00   OS/Arch:          linux/amd64
13:39:00   Experimental:     true
13:39:00  containerd:
13:39:00   Version:          1.5.11
13:39:00   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:00  runc:
13:39:00   Version:          1.0.3
13:39:00   GitCommit:        v1.0.3-0-gf46b6ba
13:39:00  docker-init:
13:39:00   Version:          0.19.0
13:39:00   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] sh
13:39:00 
13:39:00 #9 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:39:00 #9 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:39:00 #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.2s
13:39:01 Fetching without tags
13:39:01 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] sh
13:39:01 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:01 First time build. Skipping changelog.
13:39:01 Fetching without tags
13:39:01 + echo starting...
13:39:01 starting...
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:39:01 Merge succeeded, producing 22eeef608b897b4a9dcba83990feb8eb2785bdda
13:39:01 Checking out Revision 22eeef608b897b4a9dcba83990feb8eb2785bdda (PR-665)
13:39:01 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:01 using credential docker-jenkins-github-credentials
13:39:01 Cloning the remote Git repository
13:39:01 Cloning with configured refspecs honoured and without tags
13:39:01 + echo starting...
13:39:01 starting...
[Pipeline] sh
13:39:01 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:01 Merge succeeded, producing 22eeef608b897b4a9dcba83990feb8eb2785bdda
13:39:01 Checking out Revision 22eeef608b897b4a9dcba83990feb8eb2785bdda (PR-665)
13:39:01 + docker version
13:39:01 Client: Docker Engine - Community
13:39:01  Version:           20.10.14
13:39:01  API version:       1.41
13:39:01  Go version:        go1.16.15
13:39:01  Git commit:        a224086
13:39:01  Built:             Thu Mar 24 01:48:02 2022
13:39:01  OS/Arch:           linux/amd64
13:39:01  Context:           default
13:39:01  Experimental:      true
13:39:01 
13:39:01 Server: Docker Engine - Community
13:39:01  Engine:
13:39:01   Version:          20.10.14
13:39:01   API version:      1.41 (minimum version 1.12)
13:39:01   Go version:       go1.16.15
13:39:01   Git commit:       87a90dc
13:39:01   Built:            Thu Mar 24 01:45:53 2022
13:39:01   OS/Arch:          linux/amd64
13:39:01   Experimental:     true
13:39:01  containerd:
13:39:01   Version:          1.5.11
13:39:01   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:01  runc:
13:39:01   Version:          1.0.3
13:39:01   GitCommit:        v1.0.3-0-gf46b6ba
13:39:01  docker-init:
13:39:01   Version:          0.19.0
13:39:01   GitCommit:        de40ad0
[Pipeline] sh
13:39:01 Merge succeeded, producing 22eeef608b897b4a9dcba83990feb8eb2785bdda
13:39:01 Checking out Revision 22eeef608b897b4a9dcba83990feb8eb2785bdda (PR-665)
13:39:01 + docker version
13:39:01 Client: Docker Engine - Community
13:39:01  Version:           20.10.14
13:39:01  API version:       1.41
13:39:01  Go version:        go1.16.15
13:39:01  Git commit:        a224086
13:39:01  Built:             Thu Mar 24 01:48:02 2022
13:39:01  OS/Arch:           linux/amd64
13:39:01  Context:           default
13:39:01  Experimental:      true
13:39:01 
13:39:01 Server: Docker Engine - Community
13:39:01  Engine:
13:39:01   Version:          20.10.14
13:39:01   API version:      1.41 (minimum version 1.12)
13:39:01   Go version:       go1.16.15
13:39:01   Git commit:       87a90dc
13:39:01   Built:            Thu Mar 24 01:45:53 2022
13:39:01   OS/Arch:          linux/amd64
13:39:01   Experimental:     true
13:39:01  containerd:
13:39:01   Version:          1.5.11
13:39:01   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:01  runc:
13:39:01   Version:          1.0.3
13:39:01   GitCommit:        v1.0.3-0-gf46b6ba
13:39:01  docker-init:
13:39:01   Version:          0.19.0
13:39:01   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] echo
13:39:01 Docker containers have been removed
[Pipeline] echo
13:39:01 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] sh
13:39:01 + docker version
13:39:01 Client: Docker Engine - Community
13:39:01  Version:           20.10.14
13:39:01  API version:       1.41
13:39:01  Go version:        go1.16.15
13:39:01  Git commit:        a224086
13:39:01  Built:             Thu Mar 24 01:48:02 2022
13:39:01  OS/Arch:           linux/amd64
13:39:01  Context:           default
13:39:01  Experimental:      true
13:39:01 
13:39:01 Server: Docker Engine - Community
13:39:01  Engine:
13:39:01   Version:          20.10.14
13:39:01   API version:      1.41 (minimum version 1.12)
13:39:01   Go version:       go1.16.15
13:39:01   Git commit:       87a90dc
13:39:01   Built:            Thu Mar 24 01:45:53 2022
13:39:01   OS/Arch:          linux/amd64
13:39:01   Experimental:     true
13:39:01  containerd:
13:39:01   Version:          1.5.11
13:39:01   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:01  runc:
13:39:01   Version:          1.0.3
13:39:01   GitCommit:        v1.0.3-0-gf46b6ba
13:39:01  docker-init:
13:39:01   Version:          0.19.0
13:39:01   GitCommit:        de40ad0
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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 22eeef608b897b4a9dcba83990feb8eb2785bdda # timeout=10
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] sh
13:39:01 + docker version
13:39:01 Client: Docker Engine - Community
13:39:01  Version:           20.10.14
13:39:01  API version:       1.41
13:39:01  Go version:        go1.16.15
13:39:01  Git commit:        a224086
13:39:01  Built:             Thu Mar 24 01:48:02 2022
13:39:01  OS/Arch:           linux/amd64
13:39:01  Context:           default
13:39:01  Experimental:      true
13:39:01 
13:39:01 Server: Docker Engine - Community
13:39:01  Engine:
13:39:01   Version:          20.10.14
13:39:01   API version:      1.41 (minimum version 1.12)
13:39:01   Go version:       go1.16.15
13:39:01   Git commit:       87a90dc
13:39:01   Built:            Thu Mar 24 01:45:53 2022
13:39:01   OS/Arch:          linux/amd64
13:39:01   Experimental:     true
13:39:01  containerd:
13:39:01   Version:          1.5.11
13:39:01   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:01  runc:
13:39:01   Version:          1.0.3
13:39:01   GitCommit:        v1.0.3-0-gf46b6ba
13:39:01  docker-init:
13:39:01   Version:          0.19.0
13:39:01   GitCommit:        de40ad0
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
13:39:01 + docker version
13:39:01 Client: Docker Engine - Community
13:39:01  Version:           20.10.14
13:39:01  API version:       1.41
13:39:01  Go version:        go1.16.15
13:39:01  Git commit:        a224086
13:39:01  Built:             Thu Mar 24 01:47:20 2022
13:39:01  OS/Arch:           linux/arm64
13:39:01  Context:           default
13:39:01  Experimental:      true
13:39:01 
13:39:01 Server: Docker Engine - Community
13:39:01  Engine:
13:39:01   Version:          20.10.14
13:39:01   API version:      1.41 (minimum version 1.12)
13:39:01   Go version:       go1.16.15
13:39:01   Git commit:       87a90dc
13:39:01   Built:            Thu Mar 24 01:45:39 2022
13:39:01   OS/Arch:          linux/arm64
13:39:01   Experimental:     true
13:39:01  containerd:
13:39:01   Version:          1.5.11
13:39:01   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:01  runc:
13:39:01   Version:          1.0.3
13:39:01   GitCommit:        v1.0.3-0-gf46b6ba
13:39:01  docker-init:
13:39:01   Version:          0.19.0
13:39:01   GitCommit:        de40ad0
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/09e9abcf-92f7-4b1c-83f3-020914a4577e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 22eeef608b897b4a9dcba83990feb8eb2785bdda # timeout=10
13:39:01 #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.05MB / 9.86MB 0.5s
13:39:01 #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
[Pipeline] }
[Pipeline] sh
13:39:01 using credential docker-jenkins-github-credentials
13:39:01 Cloning the remote Git repository
13:39:01 Cloning with configured refspecs honoured and without tags
[Pipeline] sh
13:39:01 + docker version
13:39:01 Client: Docker Engine - Community
13:39:01  Version:           20.10.14
13:39:01  API version:       1.41
13:39:01  Go version:        go1.16.15
13:39:01  Git commit:        a224086
13:39:01  Built:             Thu Mar 24 01:48:02 2022
13:39:01  OS/Arch:           linux/amd64
13:39:01  Context:           default
13:39:01  Experimental:      true
13:39:01 
13:39:01 Server: Docker Engine - Community
13:39:01  Engine:
13:39:01   Version:          20.10.14
13:39:01   API version:      1.41 (minimum version 1.12)
13:39:01   Go version:       go1.16.15
13:39:01   Git commit:       87a90dc
13:39:01   Built:            Thu Mar 24 01:45:53 2022
13:39:01   OS/Arch:          linux/amd64
13:39:01   Experimental:     true
13:39:01  containerd:
13:39:01   Version:          1.5.11
13:39:01   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:01  runc:
13:39:01   Version:          1.0.3
13:39:01   GitCommit:        v1.0.3-0-gf46b6ba
13:39:01  docker-init:
13:39:01   Version:          0.19.0
13:39:01   GitCommit:        de40ad0
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 22eeef608b897b4a9dcba83990feb8eb2785bdda # timeout=10
[Pipeline] sh
13:39:01 + docker info
[Pipeline] echo
13:39:01 cleanWorkspace: Workspace is clean.
[Pipeline] sh
13:39:01 + docker info
[Pipeline] stage
[Pipeline] { (ubuntu-focal-armhf)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:39:01 + docker version
13:39:01 Client: Docker Engine - Community
13:39:01  Version:           20.10.14
13:39:01  API version:       1.41
13:39:01  Go version:        go1.16.15
13:39:01  Git commit:        a224086
13:39:01  Built:             Thu Mar 24 01:47:10 2022
13:39:01  OS/Arch:           linux/arm64
13:39:01  Context:           default
13:39:01  Experimental:      true
13:39:01 
13:39:01 Server: Docker Engine - Community
13:39:01  Engine:
13:39:01   Version:          20.10.14
13:39:01   API version:      1.41 (minimum version 1.12)
13:39:01   Go version:       go1.16.15
13:39:01   Git commit:       87a90dc
13:39:01   Built:            Thu Mar 24 01:45:30 2022
13:39:01   OS/Arch:          linux/arm64
13:39:01   Experimental:     true
13:39:01  containerd:
13:39:01   Version:          1.5.11
13:39:01   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:01  runc:
13:39:01   Version:          1.0.3
13:39:01   GitCommit:        v1.0.3-0-gf46b6ba
13:39:01  docker-init:
13:39:01   Version:          0.19.0
13:39:01   GitCommit:        de40ad0
[Pipeline] echo
13:39:01 Removing all docker containers
[Pipeline] sh
13:39:01 + docker version
13:39:01 Client: Docker Engine - Community
13:39:01  Version:           20.10.14
13:39:01  API version:       1.41
13:39:01  Go version:        go1.16.15
13:39:01  Git commit:        a224086
13:39:01  Built:             Thu Mar 24 01:47:20 2022
13:39:01  OS/Arch:           linux/arm64
13:39:01  Context:           default
13:39:01  Experimental:      true
13:39:01 
13:39:01 Server: Docker Engine - Community
13:39:01  Engine:
13:39:01   Version:          20.10.14
13:39:01   API version:      1.41 (minimum version 1.12)
13:39:01   Go version:       go1.16.15
13:39:01   Git commit:       87a90dc
13:39:01   Built:            Thu Mar 24 01:45:39 2022
13:39:01   OS/Arch:          linux/arm64
13:39:01   Experimental:     true
13:39:01  containerd:
13:39:01   Version:          1.5.11
13:39:01   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:01  runc:
13:39:01   Version:          1.0.3
13:39:01   GitCommit:        v1.0.3-0-gf46b6ba
13:39:01  docker-init:
13:39:01   Version:          0.19.0
13:39:01   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] sh
13:39:01 + docker version
13:39:01 Client: Docker Engine - Community
13:39:01  Version:           20.10.14
13:39:01  API version:       1.41
13:39:01  Go version:        go1.16.15
13:39:01  Git commit:        a224086
13:39:01  Built:             Thu Mar 24 01:47:20 2022
13:39:01  OS/Arch:           linux/arm64
13:39:01  Context:           default
13:39:01  Experimental:      true
13:39:01 
13:39:01 Server: Docker Engine - Community
13:39:01  Engine:
13:39:01   Version:          20.10.14
13:39:01   API version:      1.41 (minimum version 1.12)
13:39:01   Go version:       go1.16.15
13:39:01   Git commit:       87a90dc
13:39:01   Built:            Thu Mar 24 01:45:39 2022
13:39:01   OS/Arch:          linux/arm64
13:39:01   Experimental:     true
13:39:01  containerd:
13:39:01   Version:          1.5.11
13:39:01   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:01  runc:
13:39:01   Version:          1.0.3
13:39:01   GitCommit:        v1.0.3-0-gf46b6ba
13:39:01  docker-init:
13:39:01   Version:          0.19.0
13:39:01   GitCommit:        de40ad0
13:39:01 #9 DONE 0.8s
13:39:01 
13:39:01 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:39:01 #10 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.0s done
13:39:01 #10 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 0.3s done
13:39:01 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 11.53MB / 141.70MB 0.6s
13:39:01 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 5.24MB / 85.84MB 0.5s
13:39:01 #10 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 4.19MB / 54.58MB 0.3s
13:39:01 #10 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 1.05MB / 10.87MB 0.2s
13:39:01 + docker info
13:39:01 + docker info
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
[Pipeline] {
[Pipeline] sh
13:39:01 + make REF=master centos-7
13:39:01 Init https://github.com/docker/cli.git
13:39:01 git init src/github.com/docker/cli
13:39:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:01 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:01 Checkout https://github.com/docker/cli.git#master
13:39:01 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:01 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
[Pipeline] sh
13:39:01 + docker info
[Pipeline] wrap
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] sh
13:39:01 + echo starting...
13:39:01 starting...
[Pipeline] sh
13:39:02 + docker container ls -aq
[Pipeline] sh
13:39:02 + docker info
[Pipeline] sh
[Pipeline] sh
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:02 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 22.02MB / 141.70MB 0.8s
13:39:02 #10 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 8.39MB / 10.87MB 0.3s
13:39:02 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 17.83MB / 85.84MB 0.8s
13:39:02 #10 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 17.83MB / 54.58MB 0.8s
[Pipeline] {
[Pipeline] wrap
[Pipeline] }
[Pipeline] echo
13:39:02 Docker containers have been removed
[Pipeline] echo
13:39:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] {
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
13:39:02 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-armhf)
[Pipeline] echo
13:39:02 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:39:02 chowning workspace
[Pipeline] sh
13:39:02 + docker version
13:39:02 Client: Docker Engine - Community
13:39:02  Version:           20.10.14
13:39:02  API version:       1.41
13:39:02  Go version:        go1.16.15
13:39:02  Git commit:        a224086
13:39:02  Built:             Thu Mar 24 01:48:25 2022
13:39:02  OS/Arch:           linux/arm
13:39:02  Context:           default
13:39:02  Experimental:      true
13:39:02 
13:39:02 Server: Docker Engine - Community
13:39:02  Engine:
13:39:02   Version:          20.10.14
13:39:02   API version:      1.41 (minimum version 1.12)
13:39:02   Go version:       go1.16.15
13:39:02   Git commit:       87a90dc
13:39:02   Built:            Thu Mar 24 01:46:22 2022
13:39:02   OS/Arch:          linux/arm
13:39:02   Experimental:     true
13:39:02  containerd:
13:39:02   Version:          1.5.11
13:39:02   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:02  runc:
13:39:02   Version:          1.0.3
13:39:02   GitCommit:        v1.0.3-0-gf46b6ba
13:39:02  docker-init:
13:39:02   Version:          0.19.0
13:39:02   GitCommit:        de40ad0
13:39:02 + make REF=master fedora-36
13:39:02 Init https://github.com/docker/cli.git
13:39:02 git init src/github.com/docker/cli
13:39:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:02 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:02 Checkout https://github.com/docker/cli.git#master
13:39:02 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:02 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:02 + docker info
13:39:02 + docker info
13:39:02 Fetching without tags
13:39:02 + docker version
13:39:02 Client: Docker Engine - Community
13:39:02  Version:           20.10.14
13:39:02  API version:       1.41
13:39:02  Go version:        go1.16.15
13:39:02  Git commit:        a224086
13:39:02  Built:             Thu Mar 24 01:48:25 2022
13:39:02  OS/Arch:           linux/arm
13:39:02  Context:           default
13:39:02  Experimental:      true
13:39:02 
13:39:02 Server: Docker Engine - Community
13:39:02  Engine:
13:39:02   Version:          20.10.14
13:39:02   API version:      1.41 (minimum version 1.12)
13:39:02   Go version:       go1.16.15
13:39:02   Git commit:       87a90dc
13:39:02   Built:            Thu Mar 24 01:46:22 2022
13:39:02   OS/Arch:          linux/arm
13:39:02   Experimental:     true
13:39:02  containerd:
13:39:02   Version:          1.5.11
13:39:02   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:02  runc:
13:39:02   Version:          1.0.3
13:39:02   GitCommit:        v1.0.3-0-gf46b6ba
13:39:02  docker-init:
13:39:02   Version:          0.19.0
13:39:02   GitCommit:        de40ad0
13:39:02 + make REF=master fedora-35
13:39:02 Init https://github.com/docker/cli.git
13:39:02 git init src/github.com/docker/cli
13:39:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:02 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:02 Checkout https://github.com/docker/cli.git#master
13:39:02 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:02 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:02 + docker info
13:39:02 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:02 + docker info
13:39:02 + docker info
13:39:02 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 29.36MB / 141.70MB 1.1s
13:39:02 #10 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 22.02MB / 54.58MB 0.9s
13:39:02 #10 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 0.5s done
13:39:02 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 37.75MB / 141.70MB 1.2s
13:39:02 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 28.31MB / 85.84MB 1.1s
13:39:02 #10 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 0.2s done
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # timeout=10
13:39:02 Merge succeeded, producing 292c0971b58d2abbe5d98e9100c661b43b15d826
13:39:02 Checking out Revision 292c0971b58d2abbe5d98e9100c661b43b15d826 (PR-665)
[Pipeline] sh
[Pipeline] sh
13:39:02 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 45.09MB / 141.70MB 1.4s
13:39:02 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 35.65MB / 85.84MB 1.2s
13:39:02 #10 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 30.05MB / 54.58MB 1.1s
13:39:02 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 41.64MB / 85.84MB 1.4s
13:39:02 #10 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 34.60MB / 54.58MB 1.2s
13:39:02 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 2.10MB / 54.94MB 0.2s
[Pipeline] echo
13:39:02 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
13:39:02 Removing all docker containers
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:02 Fetching without tags
[Pipeline] sh
[Pipeline] sh
[Pipeline] echo
13:39:02 Removing all docker containers
[Pipeline] sh
13:39:02 + docker version
13:39:02 Client: Docker Engine - Community
13:39:02  Version:           20.10.14
13:39:02  API version:       1.41
13:39:02  Go version:        go1.16.15
13:39:02  Git commit:        a224086
13:39:02  Built:             Thu Mar 24 01:48:25 2022
13:39:02  OS/Arch:           linux/arm
13:39:02  Context:           default
13:39:02  Experimental:      true
13:39:02 
13:39:02 Server: Docker Engine - Community
13:39:02  Engine:
13:39:02   Version:          20.10.14
13:39:02   API version:      1.41 (minimum version 1.12)
13:39:02   Go version:       go1.16.15
13:39:02   Git commit:       87a90dc
13:39:02   Built:            Thu Mar 24 01:46:22 2022
13:39:02   OS/Arch:          linux/arm
13:39:02   Experimental:     true
13:39:02  containerd:
13:39:02   Version:          1.5.11
13:39:02   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:02  runc:
13:39:02   Version:          1.0.3
13:39:02   GitCommit:        v1.0.3-0-gf46b6ba
13:39:02  docker-init:
13:39:02   Version:          0.19.0
13:39:02   GitCommit:        de40ad0
[Pipeline] sh
13:39:02 + pwd
13:39:02 + id -u
13:39:02 + id -g
13:39:02 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665:/workspace busybox chown -R 1000:1000 /workspace
13:39:02 Unable to find image 'busybox:latest' locally
13:39:02 latest: Pulling from library/busybox
13:39:02 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:02 + echo starting...
13:39:02 starting...
13:39:02 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 54.53MB / 141.70MB 1.7s
13:39:02 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 48.23MB / 85.84MB 1.5s
13:39:02 #10 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 42.99MB / 54.58MB 1.4s
13:39:02 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 7.34MB / 54.94MB 0.3s
13:39:02 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 55.57MB / 85.84MB 1.7s
13:39:02 #10 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 47.19MB / 54.58MB 1.5s
13:39:02 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 13.63MB / 54.94MB 0.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:39:02 + docker container ls -aq
[Pipeline] echo
13:39:02 Docker containers have been removed
[Pipeline] echo
13:39:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:39:02 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bullseye-armhf)
[Pipeline] sh
13:39:02 Merge succeeded, producing 292c0971b58d2abbe5d98e9100c661b43b15d826
13:39:02 Checking out Revision 292c0971b58d2abbe5d98e9100c661b43b15d826 (PR-665)
13:39:03 + docker container ls -aq
[Pipeline] echo
13:39:03 Docker containers have been removed
[Pipeline] echo
13:39:03 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:39:03 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-impish-armhf)
13:39:03 + docker info
[Pipeline] sh
13:39:03 + docker info
13:39:03 + docker container ls -aq
[Pipeline] echo
13:39:03 Docker containers have been removed
[Pipeline] echo
13:39:03 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:39:03 cleanWorkspace: Workspace is clean.
13:39:03 50e8d59317eb: Pulling fs layer
13:39:03 50e8d59317eb: Download complete
13:39:03 50e8d59317eb: Pull complete
13:39:03 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
[Pipeline] stage
[Pipeline] { (raspbian-bullseye-armhf)
[Pipeline] sh
13:39:03 + docker info
13:39:03 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 63.96MB / 141.70MB 2.0s
13:39:03 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 66.12MB / 85.84MB 1.8s
13:39:03 #10 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.53MB / 54.58MB 1.7s
13:39:03 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 19.92MB / 54.94MB 0.6s
13:39:03 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 26.21MB / 54.94MB 0.8s
[Pipeline] echo
13:39:03 Removing all docker containers
[Pipeline] sh
13:39:03 + docker version
13:39:03 Client: Docker Engine - Community
13:39:03  Version:           20.10.14
13:39:03  API version:       1.41
13:39:03  Go version:        go1.16.15
13:39:03  Git commit:        a224086
13:39:03  Built:             Thu Mar 24 01:48:25 2022
13:39:03  OS/Arch:           linux/arm
13:39:03  Context:           default
13:39:03  Experimental:      true
13:39:03 
13:39:03 Server: Docker Engine - Community
13:39:03  Engine:
13:39:03   Version:          20.10.14
13:39:03   API version:      1.41 (minimum version 1.12)
13:39:03   Go version:       go1.16.15
13:39:03   Git commit:       87a90dc
13:39:03   Built:            Thu Mar 24 01:46:22 2022
13:39:03   OS/Arch:          linux/arm
13:39:03   Experimental:     true
13:39:03  containerd:
13:39:03   Version:          1.5.11
13:39:03   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:03  runc:
13:39:03   Version:          1.0.3
13:39:03   GitCommit:        v1.0.3-0-gf46b6ba
13:39:03  docker-init:
13:39:03   Version:          0.19.0
13:39:03   GitCommit:        de40ad0
[Pipeline] sh
13:39:03 + echo starting...
13:39:03 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:39:03 + echo starting...
13:39:03 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
13:39:03 Status: Downloaded newer image for busybox:latest
[Pipeline] { (info)
[Pipeline] sh
13:39:03 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 73.40MB / 141.70MB 2.1s
13:39:03 #10 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 1.8s done
13:39:03 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 29.84MB / 54.94MB 0.9s
13:39:03 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 80.74MB / 141.70MB 2.4s
13:39:03 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 75.50MB / 85.84MB 2.3s
13:39:03 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 37.75MB / 54.94MB 1.1s
13:39:03 + echo starting...
13:39:03 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:39:03 + docker container ls -aq
[Pipeline] echo
13:39:03 Docker containers have been removed
[Pipeline] echo
13:39:03 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:39:03 cleanWorkspace: Workspace is clean.
[Pipeline] stage
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 292c0971b58d2abbe5d98e9100c661b43b15d826 # timeout=10
[Pipeline] { (debian-buster-armhf)
[Pipeline] sh
13:39:03 + docker info
13:39:03 + docker version
13:39:03 Client: Docker Engine - Community
13:39:03  Version:           20.10.14
13:39:03  API version:       1.41
13:39:03  Go version:        go1.16.15
13:39:03  Git commit:        a224086
13:39:03  Built:             Thu Mar 24 01:48:25 2022
13:39:03  OS/Arch:           linux/arm
13:39:03  Context:           default
13:39:03  Experimental:      true
13:39:03 
13:39:03 Server: Docker Engine - Community
13:39:03  Engine:
13:39:03   Version:          20.10.14
13:39:03   API version:      1.41 (minimum version 1.12)
13:39:03   Go version:       go1.16.15
13:39:03   Git commit:       87a90dc
13:39:03   Built:            Thu Mar 24 01:46:22 2022
13:39:03   OS/Arch:          linux/arm
13:39:03   Experimental:     true
13:39:03  containerd:
13:39:03   Version:          1.5.11
13:39:03   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:03  runc:
13:39:03   Version:          1.0.3
13:39:03   GitCommit:        v1.0.3-0-gf46b6ba
13:39:03  docker-init:
13:39:03   Version:          0.19.0
13:39:03   GitCommit:        de40ad0
[Pipeline] sh
13:39:03 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 81.79MB / 85.84MB 2.4s
13:39:03 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 48.23MB / 54.94MB 1.2s
13:39:03 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.4s
13:39:03 + docker version
13:39:03 Client: Docker Engine - Community
13:39:03  Version:           20.10.14
13:39:03  API version:       1.41
13:39:03  Go version:        go1.16.15
13:39:03  Git commit:        a224086
13:39:03  Built:             Thu Mar 24 01:48:25 2022
13:39:03  OS/Arch:           linux/arm
13:39:03  Context:           default
13:39:03  Experimental:      true
13:39:03 
13:39:03 Server: Docker Engine - Community
13:39:03  Engine:
13:39:03   Version:          20.10.14
13:39:03   API version:      1.41 (minimum version 1.12)
13:39:03   Go version:       go1.16.15
13:39:03   Git commit:       87a90dc
13:39:03   Built:            Thu Mar 24 01:46:22 2022
13:39:03   OS/Arch:          linux/arm
13:39:03   Experimental:     true
13:39:03  containerd:
13:39:03   Version:          1.5.11
13:39:03   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:03  runc:
13:39:03   Version:          1.0.3
13:39:03   GitCommit:        v1.0.3-0-gf46b6ba
13:39:03  docker-init:
13:39:03   Version:          0.19.0
13:39:03   GitCommit:        de40ad0
[Pipeline] sh
13:39:03 + docker version
13:39:03 Client: Docker Engine - Community
13:39:03  Version:           20.10.14
13:39:03  API version:       1.41
13:39:03  Go version:        go1.16.15
13:39:03  Git commit:        a224086
13:39:03  Built:             Thu Mar 24 01:48:25 2022
13:39:03  OS/Arch:           linux/arm
13:39:03  Context:           default
13:39:03  Experimental:      true
13:39:03 
13:39:03 Server: Docker Engine - Community
13:39:03  Engine:
13:39:03   Version:          20.10.14
13:39:03   API version:      1.41 (minimum version 1.12)
13:39:03   Go version:       go1.16.15
13:39:03   Git commit:       87a90dc
13:39:03   Built:            Thu Mar 24 01:46:22 2022
13:39:03   OS/Arch:          linux/arm
13:39:03   Experimental:     true
13:39:03  containerd:
13:39:03   Version:          1.5.11
13:39:03   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:03  runc:
13:39:03   Version:          1.0.3
13:39:03   GitCommit:        v1.0.3-0-gf46b6ba
13:39:03  docker-init:
13:39:03   Version:          0.19.0
13:39:03   GitCommit:        de40ad0
[Pipeline] sh
13:39:03 + echo starting...
13:39:03 starting...
13:39:03 From https://github.com/docker/cli
13:39:03  * [new branch]      master     -> master
13:39:03  * [new branch]      master     -> origin/master
13:39:03 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:03 Init https://github.com/docker/docker.git
13:39:03 git init src/github.com/docker/docker
13:39:03 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:03 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:03 Checkout https://github.com/docker/docker.git#master
13:39:03 ./scripts/checkout.sh src/github.com/docker/docker "master"
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 292c0971b58d2abbe5d98e9100c661b43b15d826 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:39:03 + docker info
13:39:03 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 93.32MB / 141.70MB 2.7s
13:39:03 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 2.6s done
13:39:03 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 101.71MB / 141.70MB 2.9s
13:39:04 + docker info
13:39:04 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:04 + docker info
13:39:04 From https://github.com/docker/cli
13:39:04  * [new branch]      master     -> master
13:39:04  * [new branch]      master     -> origin/master
13:39:04 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:04 Init https://github.com/docker/docker.git
13:39:04 git init src/github.com/docker/docker
13:39:04 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:04 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:04 Checkout https://github.com/docker/docker.git#master
13:39:04 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:04 + docker version
13:39:04 Client: Docker Engine - Community
13:39:04  Version:           20.10.14
13:39:04  API version:       1.41
13:39:04  Go version:        go1.16.15
13:39:04  Git commit:        a224086
13:39:04  Built:             Thu Mar 24 01:48:25 2022
13:39:04  OS/Arch:           linux/arm
13:39:04  Context:           default
13:39:04  Experimental:      true
13:39:04 
13:39:04 Server: Docker Engine - Community
13:39:04  Engine:
13:39:04   Version:          20.10.14
13:39:04   API version:      1.41 (minimum version 1.12)
13:39:04   Go version:       go1.16.15
13:39:04   Git commit:       87a90dc
13:39:04   Built:            Thu Mar 24 01:46:22 2022
13:39:04   OS/Arch:          linux/arm
13:39:04   Experimental:     true
13:39:04  containerd:
13:39:04   Version:          1.5.11
13:39:04   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:04  runc:
13:39:04   Version:          1.0.3
13:39:04   GitCommit:        v1.0.3-0-gf46b6ba
13:39:04  docker-init:
13:39:04   Version:          0.19.0
13:39:04   GitCommit:        de40ad0
[Pipeline] sh
13:39:04 From https://github.com/docker/cli
13:39:04  * [new branch]      master     -> master
13:39:04  * [new branch]      master     -> origin/master
13:39:04 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:04 Init https://github.com/docker/docker.git
13:39:04 git init src/github.com/docker/docker
13:39:04 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:04 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:04 Checkout https://github.com/docker/docker.git#master
13:39:04 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:04 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 113.25MB / 141.70MB 3.0s
13:39:04 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.5s done
13:39:04 #10 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a
13:39:04 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 122.68MB / 141.70MB 3.2s
13:39:04 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:04 + docker info
13:39:04 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:04 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 132.57MB / 141.70MB 3.3s
13:39:04 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 3.6s
13:39:04 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:04 First time build. Skipping changelog.
[Pipeline] echo
13:39:04 Removing all docker containers
[Pipeline] sh
13:39:04 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:04 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:05 #10 ...
13:39:05 
13:39:05 #11 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:39:05 #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:39:05 #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.4s done
13:39:05 #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.6s done
13:39:05 #11 DONE 4.1s
13:39:05 
13:39:05 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:39:05 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 3.8s done
13:39:05 #10 ...
13:39:05 
13:39:05 #9 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:39:05 #9 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.2s done
13:39:05 #9 DONE 4.0s
13:39:05 
13:39:05 #12 [internal] load build context
13:39:05 #12 transferring context: 22.51MB 4.2s
13:39:05 + docker container ls -aq
[Pipeline] echo
13:39:05 Docker containers have been removed
[Pipeline] echo
13:39:05 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:39:05 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-amd64)
[Pipeline] sh
[Pipeline] sh
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
[Pipeline] sh
[Pipeline] sh
13:39:05 + echo starting...
13:39:05 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:39:05 + make REF=master centos-8
13:39:05 Init https://github.com/docker/cli.git
13:39:05 git init src/github.com/docker/cli
13:39:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:05 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:05 Checkout https://github.com/docker/cli.git#master
13:39:05 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:05 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:05 + make REF=master debian-buster
13:39:05 Init https://github.com/docker/cli.git
13:39:05 git init src/github.com/docker/cli
13:39:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:05 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:05 Checkout https://github.com/docker/cli.git#master
13:39:05 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:05 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:05 + make REF=master debian-bullseye
13:39:05 Init https://github.com/docker/cli.git
13:39:05 git init src/github.com/docker/cli
13:39:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:05 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:05 Checkout https://github.com/docker/cli.git#master
13:39:05 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:05 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:05 #12 ...
13:39:05 
13:39:05 #13 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:39:05 #13 DONE 0.2s
13:39:05 
13:39:05 #12 [internal] load build context
13:39:05 + docker version
13:39:05 Client: Docker Engine - Community
13:39:05  Version:           20.10.14
13:39:05  API version:       1.41
13:39:05  Go version:        go1.16.15
13:39:05  Git commit:        a224086
13:39:05  Built:             Thu Mar 24 01:48:02 2022
13:39:05  OS/Arch:           linux/amd64
13:39:05  Context:           default
13:39:05  Experimental:      true
13:39:05 
13:39:05 Server: Docker Engine - Community
13:39:05  Engine:
13:39:05   Version:          20.10.14
13:39:05   API version:      1.41 (minimum version 1.12)
13:39:05   Go version:       go1.16.15
13:39:05   Git commit:       87a90dc
13:39:05   Built:            Thu Mar 24 01:45:53 2022
13:39:05   OS/Arch:          linux/amd64
13:39:05   Experimental:     true
13:39:05  containerd:
13:39:05   Version:          1.5.11
13:39:05   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:05  runc:
13:39:05   Version:          1.0.3
13:39:05   GitCommit:        v1.0.3-0-gf46b6ba
13:39:05  docker-init:
13:39:05   Version:          0.19.0
13:39:05   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] echo
13:39:05 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
13:39:05 Removing all docker containers
[Pipeline] sh
13:39:05 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:05 First time build. Skipping changelog.
13:39:05 + docker info
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:06 + docker container ls -aq
[Pipeline] echo
13:39:06 Docker containers have been removed
[Pipeline] echo
13:39:06 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:39:06 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (static-windows-amd64)
[Pipeline] sh
13:39:06 + docker container ls -aq
[Pipeline] echo
13:39:06 Docker containers have been removed
[Pipeline] echo
13:39:06 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:39:06 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (static-darwin-amd64)
[Pipeline] sh
13:39:06 #12 ...
13:39:06 
13:39:06 #14 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:39:06 #14 DONE 0.7s
13:39:06 
13:39:06 #12 [internal] load build context
[Pipeline] sh
13:39:06 + echo starting...
13:39:06 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:39:06 + echo starting...
13:39:06 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
13:39:06 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:06 + make REF=master ubuntu-bionic
13:39:06 Init https://github.com/docker/cli.git
13:39:06 git init src/github.com/docker/cli
13:39:06 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:06 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:06 Checkout https://github.com/docker/cli.git#master
13:39:06 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:06 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:06 + docker version
13:39:06 Client: Docker Engine - Community
13:39:06  Version:           20.10.14
13:39:06  API version:       1.41
13:39:06  Go version:        go1.16.15
13:39:06  Git commit:        a224086
13:39:06  Built:             Thu Mar 24 01:47:57 2022
13:39:06  OS/Arch:           linux/amd64
13:39:06  Context:           default
13:39:06  Experimental:      true
13:39:06 
13:39:06 Server: Docker Engine - Community
13:39:06  Engine:
13:39:06   Version:          20.10.14
13:39:06   API version:      1.41 (minimum version 1.12)
13:39:06   Go version:       go1.16.15
13:39:06   Git commit:       87a90dc
13:39:06   Built:            Thu Mar 24 01:45:46 2022
13:39:06   OS/Arch:          linux/amd64
13:39:06   Experimental:     true
13:39:06  containerd:
13:39:06   Version:          1.5.11
13:39:06   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:06  runc:
13:39:06   Version:          1.0.3
13:39:06   GitCommit:        v1.0.3-0-gf46b6ba
13:39:06  docker-init:
13:39:06   Version:          0.19.0
13:39:06   GitCommit:        de40ad0
[Pipeline] sh
13:39:06 + docker version
13:39:06 Client: Docker Engine - Community
13:39:06  Version:           20.10.14
13:39:06  API version:       1.41
13:39:06  Go version:        go1.16.15
13:39:06  Git commit:        a224086
13:39:06  Built:             Thu Mar 24 01:47:57 2022
13:39:06  OS/Arch:           linux/amd64
13:39:06  Context:           default
13:39:06  Experimental:      true
13:39:06 
13:39:06 Server: Docker Engine - Community
13:39:06  Engine:
13:39:06   Version:          20.10.14
13:39:06   API version:      1.41 (minimum version 1.12)
13:39:06   Go version:       go1.16.15
13:39:06   Git commit:       87a90dc
13:39:06   Built:            Thu Mar 24 01:45:46 2022
13:39:06   OS/Arch:          linux/amd64
13:39:06   Experimental:     true
13:39:06  containerd:
13:39:06   Version:          1.5.11
13:39:06   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:06  runc:
13:39:06   Version:          1.0.3
13:39:06   GitCommit:        v1.0.3-0-gf46b6ba
13:39:06  docker-init:
13:39:06   Version:          0.19.0
13:39:06   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] sh
13:39:06 + docker info
13:39:07 + docker info
13:39:07 + make REF=master fedora-34
13:39:07 Init https://github.com/docker/cli.git
13:39:07 git init src/github.com/docker/cli
13:39:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:07 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:07 Checkout https://github.com/docker/cli.git#master
13:39:07 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:07 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:07 From https://github.com/docker/docker
13:39:07  * [new branch]      master     -> master
13:39:07  * [new branch]      master     -> origin/master
13:39:07 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:07 Init https://github.com/docker/buildx.git
13:39:07 git init src/github.com/docker/buildx
13:39:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:07 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:07 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:07 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:07 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:07 From https://github.com/docker/cli
13:39:07  * [new branch]      master     -> master
13:39:07  * [new branch]      master     -> origin/master
13:39:07 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:07 Init https://github.com/docker/docker.git
13:39:07 git init src/github.com/docker/docker
13:39:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:07 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:07 Checkout https://github.com/docker/docker.git#master
13:39:07 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:07 From https://github.com/docker/cli
13:39:07  * [new branch]      master     -> master
13:39:07  * [new branch]      master     -> origin/master
13:39:07 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:07 Init https://github.com/docker/docker.git
13:39:07 git init src/github.com/docker/docker
13:39:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:07 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:07 Checkout https://github.com/docker/docker.git#master
13:39:07 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:07 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:07 Client:
13:39:07  Context:    default
13:39:07  Debug Mode: false
13:39:07  Plugins:
13:39:07   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:07   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:07 
13:39:07 Server:
13:39:07  Containers: 0
13:39:07   Running: 0
13:39:07   Paused: 0
13:39:07   Stopped: 0
13:39:07  Images: 1
13:39:07  Server Version: 20.10.14
13:39:07  Storage Driver: overlay2
13:39:07   Backing Filesystem: extfs
13:39:07   Supports d_type: true
13:39:07   Native Overlay Diff: true
13:39:07   userxattr: false
13:39:07  Logging Driver: json-file
13:39:07  Cgroup Driver: cgroupfs
13:39:07  Cgroup Version: 1
13:39:07  Plugins:
13:39:07   Volume: local
13:39:07   Network: bridge host ipvlan macvlan null overlay
13:39:07   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:07  Swarm: inactive
13:39:07  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:07  Default Runtime: runc
13:39:07  Init Binary: docker-init
13:39:07  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:07  runc version: v1.0.3-0-gf46b6ba
13:39:07  init version: de40ad0
13:39:07  Security Options:
13:39:07   apparmor
13:39:07   seccomp
13:39:07    Profile: default
13:39:07  Kernel Version: 5.13.0-1021-aws
13:39:07  Operating System: Ubuntu 20.04.4 LTS
13:39:07  OSType: linux
13:39:07  Architecture: aarch64
13:39:07  CPUs: 2
13:39:07  Total Memory: 7.578GiB
13:39:07  Name: ip-10-100-75-237
13:39:07  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:39:07  Docker Root Dir: /var/lib/docker
13:39:07  Debug Mode: false
13:39:07  Username: dockerbuildbot
13:39:07  Registry: https://index.docker.io/v1/
13:39:07  Labels:
13:39:07  Experimental: true
13:39:07  Insecure Registries:
13:39:07   127.0.0.0/8
13:39:07  Live Restore Enabled: true
13:39:07 
[Pipeline] sh
13:39:07 From https://github.com/docker/cli
13:39:07  * [new branch]      master     -> master
13:39:07  * [new branch]      master     -> origin/master
13:39:07 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:07 Init https://github.com/docker/docker.git
13:39:07 git init src/github.com/docker/docker
13:39:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:07 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:07 Checkout https://github.com/docker/docker.git#master
13:39:07 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:07 Client:
13:39:07  Context:    default
13:39:07  Debug Mode: false
13:39:07  Plugins:
13:39:07   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:07   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:07 
13:39:07 Server:
13:39:07  Containers: 0
13:39:07   Running: 0
13:39:07   Paused: 0
13:39:07   Stopped: 0
13:39:07  Images: 1
13:39:07  Server Version: 20.10.14
13:39:07  Storage Driver: overlay2
13:39:07   Backing Filesystem: extfs
13:39:07   Supports d_type: true
13:39:07   Native Overlay Diff: true
13:39:07   userxattr: false
13:39:07  Logging Driver: json-file
13:39:07  Cgroup Driver: cgroupfs
13:39:07  Cgroup Version: 1
13:39:07  Plugins:
13:39:07   Volume: local
13:39:07   Network: bridge host ipvlan macvlan null overlay
13:39:07   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:07  Swarm: inactive
13:39:07  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:07  Default Runtime: runc
13:39:07  Init Binary: docker-init
13:39:07  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:07  runc version: v1.0.3-0-gf46b6ba
13:39:07  init version: de40ad0
13:39:07  Security Options:
13:39:07   apparmor
13:39:07   seccomp
13:39:07    Profile: default
13:39:07  Kernel Version: 5.13.0-1021-aws
13:39:07  Operating System: Ubuntu 20.04.4 LTS
13:39:07  OSType: linux
13:39:07  Architecture: aarch64
13:39:07  CPUs: 2
13:39:07  Total Memory: 7.578GiB
13:39:07  Name: ip-10-100-71-179
13:39:07  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:39:07  Docker Root Dir: /var/lib/docker
13:39:07  Debug Mode: false
13:39:07  Username: dockerbuildbot
13:39:07  Registry: https://index.docker.io/v1/
13:39:07  Labels:
13:39:07  Experimental: true
13:39:07  Insecure Registries:
13:39:07   127.0.0.0/8
13:39:07  Live Restore Enabled: true
13:39:07 
[Pipeline] sh
13:39:07 Client:
13:39:07  Context:    default
13:39:07  Debug Mode: false
13:39:07  Plugins:
13:39:07   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:07   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:07 
13:39:07 Server:
13:39:07  Containers: 0
13:39:07   Running: 0
13:39:07   Paused: 0
13:39:07   Stopped: 0
13:39:07  Images: 1
13:39:07  Server Version: 20.10.14
13:39:07  Storage Driver: overlay2
13:39:07   Backing Filesystem: extfs
13:39:07   Supports d_type: true
13:39:07   Native Overlay Diff: true
13:39:07   userxattr: false
13:39:07  Logging Driver: json-file
13:39:07  Cgroup Driver: cgroupfs
13:39:07  Cgroup Version: 1
13:39:07  Plugins:
13:39:07   Volume: local
13:39:07   Network: bridge host ipvlan macvlan null overlay
13:39:07   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:07  Swarm: inactive
13:39:07  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:07  Default Runtime: runc
13:39:07  Init Binary: docker-init
13:39:07  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:07  runc version: v1.0.3-0-gf46b6ba
13:39:07  init version: de40ad0
13:39:07  Security Options:
13:39:07   apparmor
13:39:07   seccomp
13:39:07    Profile: default
13:39:07  Kernel Version: 5.13.0-1021-aws
13:39:07  Operating System: Ubuntu 20.04.4 LTS
13:39:07  OSType: linux
13:39:07  Architecture: aarch64
13:39:07  CPUs: 2
13:39:07  Total Memory: 7.578GiB
13:39:07  Name: ip-10-100-90-235
13:39:07  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
13:39:07  Docker Root Dir: /var/lib/docker
13:39:07  Debug Mode: false
13:39:07  Username: dockerbuildbot
13:39:07  Registry: https://index.docker.io/v1/
13:39:07  Labels:
13:39:07  Experimental: true
13:39:07  Insecure Registries:
13:39:07   127.0.0.0/8
13:39:07  Live Restore Enabled: true
13:39:07 
[Pipeline] sh
13:39:07 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:07 From https://github.com/docker/docker
13:39:07  * [new branch]      master     -> master
13:39:07  * [new branch]      master     -> origin/master
13:39:07 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:07 Init https://github.com/docker/buildx.git
13:39:07 git init src/github.com/docker/buildx
13:39:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:07 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:07 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:07 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:07 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:07 + env
13:39:07 + sort
13:39:07 BRANCH_NAME=PR-665
13:39:07 BUILD_DISPLAY_NAME=#32
13:39:07 BUILD_ID=32
13:39:07 BUILD_NUMBER=32
13:39:07 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:07 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:07 CHANGE_AUTHOR=crazy-max
13:39:07 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:07 CHANGE_BRANCH=fix-static-pkgs
13:39:07 CHANGE_FORK=crazy-max
13:39:07 CHANGE_ID=665
13:39:07 CHANGE_TARGET=master
13:39:07 CHANGE_TITLE=fix and refactor static packages
13:39:07 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:07 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:07 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/1b95e014-3557-491b-a22b-eadb19157857
13:39:07 EXECUTOR_NUMBER=0
13:39:07 HOME=/home/ubuntu
13:39:07 HUDSON_COOKIE=0523e9cf-9061-41b6-9cf1-217e445476a2
13:39:07 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:07 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:07 HUDSON_URL=https://ci-next.docker.com/public/
13:39:07 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:07 JENKINS_NODE_COOKIE=2556efe9-5bd5-4f46-9673-d7b674cbfd92
13:39:07 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:07 JENKINS_URL=https://ci-next.docker.com/public/
13:39:07 JOB_BASE_NAME=PR-665
13:39:07 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:07 JOB_NAME=docker-ce-packaging/PR-665
13:39:07 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:07 LANG=C.UTF-8
13:39:07 LOGNAME=ubuntu
13:39:07 MOTD_SHOWN=pam
13:39:07 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07c89b81fd50184a7) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:39:07 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07c89b81fd50184a7)
13:39:07 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:07 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:07 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:07 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:07 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:07 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:07 SHELL=/bin/bash
13:39:07 SHLVL=0
13:39:07 SSH_CLIENT=10.100.0.134 39326 22
13:39:07 SSH_CONNECTION=10.100.0.134 39326 10.100.75.237 22
13:39:07 STAGE_NAME=info
13:39:07 USER=ubuntu
13:39:07 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:07 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:07 XDG_RUNTIME_DIR=/run/user/1000
13:39:07 XDG_SESSION_CLASS=user
13:39:07 XDG_SESSION_ID=3
13:39:07 XDG_SESSION_TYPE=tty
13:39:07 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:39:07 The recommended git tool is: git
13:39:07 From https://github.com/docker/docker
13:39:07  * [new branch]      master     -> master
13:39:07  * [new branch]      master     -> origin/master
13:39:07 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:07 Init https://github.com/docker/buildx.git
13:39:07 git init src/github.com/docker/buildx
13:39:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:07 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:07 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:07 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:07 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:07 + sort
13:39:07 + env
13:39:07 BRANCH_NAME=PR-665
13:39:07 BUILD_DISPLAY_NAME=#32
13:39:07 BUILD_ID=32
13:39:07 BUILD_NUMBER=32
13:39:07 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:07 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:07 CHANGE_AUTHOR=crazy-max
13:39:07 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:07 CHANGE_BRANCH=fix-static-pkgs
13:39:07 CHANGE_FORK=crazy-max
13:39:07 CHANGE_ID=665
13:39:07 CHANGE_TARGET=master
13:39:07 CHANGE_TITLE=fix and refactor static packages
13:39:07 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:07 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:07 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/32f3ad5b-46c5-4014-acd7-8e9485234fad
13:39:07 EXECUTOR_NUMBER=0
13:39:07 HOME=/home/ubuntu
13:39:07 HUDSON_COOKIE=cb334365-ed19-428e-b7ed-7ac2deb91d40
13:39:07 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:07 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:07 HUDSON_URL=https://ci-next.docker.com/public/
13:39:07 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:07 JENKINS_NODE_COOKIE=2051b622-824b-4c1a-b24b-3091c7089ee7
13:39:07 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:07 JENKINS_URL=https://ci-next.docker.com/public/
13:39:07 JOB_BASE_NAME=PR-665
13:39:07 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:07 JOB_NAME=docker-ce-packaging/PR-665
13:39:07 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:07 LANG=C.UTF-8
13:39:07 LOGNAME=ubuntu
13:39:07 MOTD_SHOWN=pam
13:39:07 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-034462ee9f5dbac88) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:39:07 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-034462ee9f5dbac88)
13:39:07 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:07 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:07 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:07 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:07 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:07 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:07 SHELL=/bin/bash
13:39:07 SHLVL=0
13:39:07 SSH_CLIENT=10.100.0.134 45746 22
13:39:07 SSH_CONNECTION=10.100.0.134 45746 10.100.90.235 22
13:39:07 STAGE_NAME=info
13:39:07 USER=ubuntu
13:39:07 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:07 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:07 XDG_RUNTIME_DIR=/run/user/1000
13:39:07 XDG_SESSION_CLASS=user
13:39:07 XDG_SESSION_ID=3
13:39:07 XDG_SESSION_TYPE=tty
13:39:07 _=/usr/bin/java
13:39:07 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
13:39:07 + sort
13:39:07 + env
13:39:07 BRANCH_NAME=PR-665
13:39:07 BUILD_DISPLAY_NAME=#32
13:39:07 BUILD_ID=32
13:39:07 BUILD_NUMBER=32
13:39:07 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:07 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:07 CHANGE_AUTHOR=crazy-max
13:39:07 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:07 CHANGE_BRANCH=fix-static-pkgs
13:39:07 CHANGE_FORK=crazy-max
13:39:07 CHANGE_ID=665
13:39:07 CHANGE_TARGET=master
13:39:07 CHANGE_TITLE=fix and refactor static packages
13:39:07 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:07 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:07 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/55b878b2-af86-4f8a-99aa-5980b7dc1b93
13:39:07 EXECUTOR_NUMBER=0
13:39:07 HOME=/home/ubuntu
13:39:07 HUDSON_COOKIE=01e6e719-2876-4e8b-8696-d422f116951d
13:39:07 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:07 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:07 HUDSON_URL=https://ci-next.docker.com/public/
13:39:07 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:07 JENKINS_NODE_COOKIE=e08a3fc1-e377-4caf-9d2f-b7e789dd7309
13:39:07 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:07 JENKINS_URL=https://ci-next.docker.com/public/
13:39:07 JOB_BASE_NAME=PR-665
13:39:07 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:07 JOB_NAME=docker-ce-packaging/PR-665
13:39:07 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:07 LANG=C.UTF-8
13:39:07 LOGNAME=ubuntu
13:39:07 MOTD_SHOWN=pam
13:39:07 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-019926853df3413c3) aarch64 arm64 arm64v8 arm64v8-ubuntu-2004 cgroup1 docker linux overlay2 ubuntu ubuntu-2004 ubuntu-2004-arm64v8
13:39:07 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-019926853df3413c3)
13:39:07 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:07 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:07 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:07 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:07 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:07 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:07 SHELL=/bin/bash
13:39:07 SHLVL=0
13:39:07 SSH_CLIENT=10.100.0.134 47446 22
13:39:07 SSH_CONNECTION=10.100.0.134 47446 10.100.71.179 22
13:39:07 STAGE_NAME=info
13:39:07 USER=ubuntu
13:39:07 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:07 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:07 XDG_RUNTIME_DIR=/run/user/1000
13:39:07 XDG_SESSION_CLASS=user
13:39:07 XDG_SESSION_ID=3
13:39:07 XDG_SESSION_TYPE=tty
13:39:07 _=/usr/bin/java
[Pipeline] checkout
13:39:07 The recommended git tool is: git
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:39:07 The recommended git tool is: git
13:39:08 From https://github.com/docker/cli
13:39:08  * [new branch]      master     -> master
13:39:08  * [new branch]      master     -> origin/master
13:39:08 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:08 Init https://github.com/docker/docker.git
13:39:08 git init src/github.com/docker/docker
13:39:08 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:08 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:08 Checkout https://github.com/docker/docker.git#master
13:39:08 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:08 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:08 #12 transferring context: 60.99MB 7.4s done
13:39:08 #12 DONE 7.6s
13:39:08 
13:39:08 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:39:09 #10 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 4.9s done
13:39:09 #10 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127
13:39:09 From https://github.com/docker/cli
13:39:09  * [new branch]      master     -> master
13:39:09  * [new branch]      master     -> origin/master
13:39:09 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:09 Init https://github.com/docker/docker.git
13:39:09 git init src/github.com/docker/docker
13:39:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:09 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:09 Checkout https://github.com/docker/docker.git#master
13:39:09 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:09 using credential docker-jenkins-github-credentials
13:39:09 Cloning the remote Git repository
13:39:09 Cloning with configured refspecs honoured and without tags
13:39:09 #10 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.2s done
13:39:09 #10 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04
13:39:09 #10 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.2s done
13:39:09 #10 DONE 8.6s
13:39:09 using credential docker-jenkins-github-credentials
13:39:09 Cloning the remote Git repository
13:39:09 Cloning with configured refspecs honoured and without tags
13:39:09 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:09 using credential docker-jenkins-github-credentials
13:39:09 Cloning the remote Git repository
13:39:09 Cloning with configured refspecs honoured and without tags
13:39:09 
13:39:09 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:39:09 #10 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:09 From https://github.com/docker/buildx
13:39:09  * [new tag]         v0.8.2     -> v0.8.2
13:39:09 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:09 Init https://github.com/docker/compose.git
13:39:09 git init src/github.com/docker/compose
13:39:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:09 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:09 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:09 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
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/665/head:refs/remotes/origin/PR-665 +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-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:10 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:10 Fetching without tags
13:39:10 From https://github.com/docker/buildx
13:39:10  * [new tag]         v0.8.2     -> v0.8.2
13:39:10 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:10 Fetching without tags
13:39:10 From https://github.com/docker/compose
13:39:10  * [new tag]         v2.5.0     -> v2.5.0
13:39:10 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:10 Init https://github.com/docker/scan-cli-plugin.git
13:39:10 git init src/github.com/docker/scan-cli-plugin
13:39:10 From https://github.com/docker/buildx
13:39:10  * [new tag]         v0.8.2     -> v0.8.2
13:39:10 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:10 Init https://github.com/docker/compose.git
13:39:10 git init src/github.com/docker/compose
13:39:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:10 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:10 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:10 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:10 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:10 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:10 Merge succeeded, producing 20aa53c3fe8e5b2dfe70d7873684fc2cbdeda5fa
13:39:10 Checking out Revision 20aa53c3fe8e5b2dfe70d7873684fc2cbdeda5fa (PR-665)
13:39:10 Init https://github.com/docker/compose.git
13:39:10 git init src/github.com/docker/compose
13:39:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:10 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:10 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:10 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:10 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:10 Fetching without tags
13:39:10 Client:
13:39:10  Context:    default
13:39:10  Debug Mode: false
13:39:10  Plugins:
13:39:10   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:10   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:10   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:10   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:10 
13:39:10 Server:
13:39:10  Containers: 0
13:39:10   Running: 0
13:39:10   Paused: 0
13:39:10   Stopped: 0
13:39:10  Images: 1
13:39:10  Server Version: 20.10.14
13:39:10  Storage Driver: overlay2
13:39:10   Backing Filesystem: extfs
13:39:10   Supports d_type: true
13:39:10   Native Overlay Diff: true
13:39:10   userxattr: false
13:39:10  Logging Driver: json-file
13:39:10  Cgroup Driver: systemd
13:39:10  Cgroup Version: 2
13:39:10  Plugins:
13:39:10   Volume: local
13:39:10   Network: bridge host ipvlan macvlan null overlay
13:39:10   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:10  Swarm: inactive
13:39:10  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
13:39:10  Default Runtime: runc
13:39:10  Init Binary: docker-init
13:39:10  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:10  runc version: v1.0.3-0-gf46b6ba
13:39:10  init version: de40ad0
13:39:10  Security Options:
13:39:10   apparmor
13:39:10   seccomp
13:39:10    Profile: default
13:39:10   cgroupns
13:39:10  Kernel Version: 5.13.0-1021-aws
13:39:10  Operating System: Ubuntu 20.04.4 LTS
13:39:10  OSType: linux
13:39:10  Architecture: x86_64
13:39:10  CPUs: 2
13:39:10  Total Memory: 7.559GiB
13:39:10  Name: ip-10-100-77-62
13:39:10  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:10  Docker Root Dir: /var/lib/docker
13:39:10  Debug Mode: false
13:39:10  Username: dockerbuildbot
13:39:10  Registry: https://index.docker.io/v1/
13:39:10  Labels:
13:39:10  Experimental: true
13:39:10  Insecure Registries:
13:39:10   127.0.0.0/8
13:39:10  Live Restore Enabled: true
13:39:10 
[Pipeline] sh
13:39:10 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:10 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:10 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:10 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:10 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:10 From https://github.com/docker/docker
13:39:10  * [new branch]      master     -> master
13:39:10  * [new branch]      master     -> origin/master
13:39:10 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:10 Init https://github.com/docker/buildx.git
13:39:10 git init src/github.com/docker/buildx
13:39:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:10 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:10 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:10 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:10 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:10 Merge succeeded, producing 20aa53c3fe8e5b2dfe70d7873684fc2cbdeda5fa
13:39:10 Checking out Revision 20aa53c3fe8e5b2dfe70d7873684fc2cbdeda5fa (PR-665)
13:39:10 Client:
13:39:10  Context:    default
13:39:10  Debug Mode: false
13:39:10  Plugins:
13:39:10   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:10   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:10   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:10   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:10 
13:39:10 Server:
13:39:10  Containers: 0
13:39:10   Running: 0
13:39:10   Paused: 0
13:39:10   Stopped: 0
13:39:10  Images: 1
13:39:10  Server Version: 20.10.14
13:39:10  Storage Driver: overlay2
13:39:10   Backing Filesystem: extfs
13:39:10   Supports d_type: true
13:39:10   Native Overlay Diff: true
13:39:10   userxattr: false
13:39:10  Logging Driver: json-file
13:39:10  Cgroup Driver: systemd
13:39:10  Cgroup Version: 2
13:39:10  Plugins:
13:39:10   Volume: local
13:39:10   Network: bridge host ipvlan macvlan null overlay
13:39:10   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:10  Swarm: inactive
13:39:10  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:10  Default Runtime: runc
13:39:10  Init Binary: docker-init
13:39:10  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:10  runc version: v1.0.3-0-gf46b6ba
13:39:10  init version: de40ad0
13:39:10  Security Options:
13:39:10   apparmor
13:39:10   seccomp
13:39:10    Profile: default
13:39:10   cgroupns
13:39:10  Kernel Version: 5.13.0-1021-aws
13:39:10  Operating System: Ubuntu 20.04.4 LTS
13:39:10  OSType: linux
13:39:10  Architecture: x86_64
13:39:10  CPUs: 2
13:39:10  Total Memory: 7.476GiB
13:39:10  Name: ip-10-100-69-18
13:39:10  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:10  Docker Root Dir: /var/lib/docker
13:39:10  Debug Mode: false
13:39:10  Username: dockerbuildbot
13:39:10  Registry: https://index.docker.io/v1/
13:39:10  Labels:
13:39:10  Experimental: true
13:39:10  Insecure Registries:
13:39:10   127.0.0.0/8
13:39:10  Live Restore Enabled: true
13:39:10 
[Pipeline] sh
13:39:10 + sort
13:39:10 + env
13:39:10 BRANCH_NAME=PR-665
13:39:10 BUILD_DISPLAY_NAME=#32
13:39:10 BUILD_ID=32
13:39:10 BUILD_NUMBER=32
13:39:10 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:10 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:10 CHANGE_AUTHOR=crazy-max
13:39:10 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:10 CHANGE_BRANCH=fix-static-pkgs
13:39:10 CHANGE_FORK=crazy-max
13:39:10 CHANGE_ID=665
13:39:10 CHANGE_TARGET=master
13:39:10 CHANGE_TITLE=fix and refactor static packages
13:39:10 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:10 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:10 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/cf00ab81-65ab-42bc-8b7f-e52c52e7e17c
13:39:10 EXECUTOR_NUMBER=0
13:39:10 HOME=/home/ubuntu
13:39:10 HUDSON_COOKIE=22159060-9306-4365-bf3d-96706f9bf478
13:39:10 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:10 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:10 HUDSON_URL=https://ci-next.docker.com/public/
13:39:10 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:10 JENKINS_NODE_COOKIE=b9bf49f0-3aa9-4dcc-86d9-7cc0ef398436
13:39:10 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:10 JENKINS_URL=https://ci-next.docker.com/public/
13:39:10 JOB_BASE_NAME=PR-665
13:39:10 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:10 JOB_NAME=docker-ce-packaging/PR-665
13:39:10 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:10 LANG=C.UTF-8
13:39:10 LOGNAME=ubuntu
13:39:10 MOTD_SHOWN=pam
13:39:10 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0c771d4c24b2b0a11) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:10 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0c771d4c24b2b0a11)
13:39:10 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:10 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:10 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:10 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:10 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:10 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:10 SHELL=/bin/bash
13:39:10 SHLVL=0
13:39:10 SSH_CLIENT=10.100.0.134 56378 22
13:39:10 SSH_CONNECTION=10.100.0.134 56378 10.100.77.62 22
13:39:10 STAGE_NAME=info
13:39:10 USER=ubuntu
13:39:10 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:10 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:10 XDG_RUNTIME_DIR=/run/user/1000
13:39:10 XDG_SESSION_CLASS=user
13:39:10 XDG_SESSION_ID=3
13:39:10 XDG_SESSION_TYPE=tty
13:39:10 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
13:39:10 From https://github.com/docker/docker
13:39:10  * [new branch]      master     -> master
13:39:10  * [new branch]      master     -> origin/master
13:39:10 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:10 Init https://github.com/docker/buildx.git
13:39:10 git init src/github.com/docker/buildx
13:39:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:10 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:10 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:10 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
[Pipeline] checkout
13:39:10 The recommended git tool is: git
13:39:10 From https://github.com/docker/scan-cli-plugin
13:39:10  * [new tag]         v0.17.0    -> v0.17.0
13:39:10 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:10 make -C rpm centos-7
13:39:10 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:39:10 mkdir -p rpmbuild/SOURCES
13:39:10 docker run --rm -w /v \
13:39:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:10 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:10 	alpine \
13:39:10 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:10 Unable to find image 'alpine:latest' locally
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:11 From https://github.com/docker/docker
13:39:11  * [new branch]      master     -> master
13:39:11  * [new branch]      master     -> origin/master
13:39:11 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:11 From https://github.com/docker/compose
13:39:11  * [new tag]         v2.5.0     -> v2.5.0
13:39:11 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:11 Init https://github.com/docker/scan-cli-plugin.git
13:39:11 git init src/github.com/docker/scan-cli-plugin
13:39:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:11 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:11 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:11 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:11 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:11 + sort
13:39:11 + env
13:39:11 BRANCH_NAME=PR-665
13:39:11 BUILD_DISPLAY_NAME=#32
13:39:11 BUILD_ID=32
13:39:11 BUILD_NUMBER=32
13:39:11 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:11 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:11 CHANGE_AUTHOR=crazy-max
13:39:11 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:11 CHANGE_BRANCH=fix-static-pkgs
13:39:11 CHANGE_FORK=crazy-max
13:39:11 CHANGE_ID=665
13:39:11 CHANGE_TARGET=master
13:39:11 CHANGE_TITLE=fix and refactor static packages
13:39:11 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:11 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/3984f6de-790e-4086-8717-a0e231337142
13:39:11 EXECUTOR_NUMBER=0
13:39:11 HOME=/home/ubuntu
13:39:11 HUDSON_COOKIE=7883cf5f-a054-4707-a2ad-92a3fa2ec60c
13:39:11 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:11 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:11 HUDSON_URL=https://ci-next.docker.com/public/
13:39:11 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:11 JENKINS_NODE_COOKIE=0983885a-2e61-4d28-9221-dc61a15618ba
13:39:11 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:11 JENKINS_URL=https://ci-next.docker.com/public/
13:39:11 JOB_BASE_NAME=PR-665
13:39:11 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:11 JOB_NAME=docker-ce-packaging/PR-665
13:39:11 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:11 LANG=C.UTF-8
13:39:11 LOGNAME=ubuntu
13:39:11 MOTD_SHOWN=pam
13:39:11 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-09f417f0b781a0e30) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:11 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-09f417f0b781a0e30)
13:39:11 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:11 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:11 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:11 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:11 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:11 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:11 SHELL=/bin/bash
13:39:11 SHLVL=0
13:39:11 SSH_CLIENT=10.100.0.134 43740 22
13:39:11 SSH_CONNECTION=10.100.0.134 43740 10.100.69.18 22
13:39:11 STAGE_NAME=info
13:39:11 USER=ubuntu
13:39:11 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:11 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:11 XDG_RUNTIME_DIR=/run/user/1000
13:39:11 XDG_SESSION_CLASS=user
13:39:11 XDG_SESSION_ID=3
13:39:11 XDG_SESSION_TYPE=tty
13:39:11 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20aa53c3fe8e5b2dfe70d7873684fc2cbdeda5fa # timeout=10
13:39:11 From https://github.com/docker/compose
13:39:11  * [new tag]         v2.5.0     -> v2.5.0
13:39:11 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:11 Init https://github.com/docker/scan-cli-plugin.git
13:39:11 git init src/github.com/docker/scan-cli-plugin
13:39:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:11 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:11 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:11 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:11 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
[Pipeline] checkout
13:39:11 The recommended git tool is: git
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20aa53c3fe8e5b2dfe70d7873684fc2cbdeda5fa # timeout=10
13:39:11 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:11 latest: Pulling from library/alpine
13:39:11 9981e73032c8: Pulling fs layer
13:39:11 Init https://github.com/docker/buildx.git
13:39:11 git init src/github.com/docker/buildx
13:39:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:11 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:11 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:11 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:11 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:11 From https://github.com/docker/scan-cli-plugin
13:39:11  * [new tag]         v0.17.0    -> v0.17.0
13:39:11 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:11 make -C rpm fedora-36
13:39:11 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:39:11 mkdir -p rpmbuild/SOURCES
13:39:11 docker run --rm -w /v \
13:39:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:11 	alpine \
13:39:11 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:11 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:11 Merge succeeded, producing 0e1bb3c84ed7c8b641e5bf3cccf885abba624452
13:39:11 Checking out Revision 0e1bb3c84ed7c8b641e5bf3cccf885abba624452 (PR-665)
13:39:11 9981e73032c8: Download complete
13:39:11 9981e73032c8: Pull complete
13:39:11 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:11 Status: Downloaded newer image for alpine:latest
13:39:11 #10 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 1.9s done
13:39:11 #10 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba
13:39:11 Client:
13:39:11  Context:    default
13:39:11  Debug Mode: false
13:39:11  Plugins:
13:39:11   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:11   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:11   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:11   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:11 
13:39:11 Server:
13:39:11  Containers: 0
13:39:11   Running: 0
13:39:11   Paused: 0
13:39:11   Stopped: 0
13:39:11  Images: 1
13:39:11  Server Version: 20.10.14
13:39:11  Storage Driver: overlay2
13:39:11   Backing Filesystem: extfs
13:39:11   Supports d_type: true
13:39:11   Native Overlay Diff: true
13:39:11   userxattr: false
13:39:11  Logging Driver: json-file
13:39:11  Cgroup Driver: systemd
13:39:11  Cgroup Version: 2
13:39:11  Plugins:
13:39:11   Volume: local
13:39:11   Network: bridge host ipvlan macvlan null overlay
13:39:11   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:11  Swarm: inactive
13:39:11  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:11  Default Runtime: runc
13:39:11  Init Binary: docker-init
13:39:11  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:11  runc version: v1.0.3-0-gf46b6ba
13:39:11  init version: de40ad0
13:39:11  Security Options:
13:39:11   apparmor
13:39:11   seccomp
13:39:11    Profile: default
13:39:11   cgroupns
13:39:11  Kernel Version: 5.13.0-1021-aws
13:39:11  Operating System: Ubuntu 20.04.4 LTS
13:39:11  OSType: linux
13:39:11  Architecture: x86_64
13:39:11  CPUs: 2
13:39:11  Total Memory: 7.559GiB
13:39:11  Name: ip-10-100-71-227
13:39:11  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:11  Docker Root Dir: /var/lib/docker
13:39:11  Debug Mode: false
13:39:11  Username: dockerbuildbot
13:39:11  Registry: https://index.docker.io/v1/
13:39:11  Labels:
13:39:11  Experimental: true
13:39:11  Insecure Registries:
13:39:11   127.0.0.0/8
13:39:11  Live Restore Enabled: true
13:39:11 
[Pipeline] sh
13:39:11 Unable to find image 'alpine:latest' locally
13:39:11 Client:
13:39:11  Context:    default
13:39:11  Debug Mode: false
13:39:11  Plugins:
13:39:11   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:11   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:11   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:11   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:11 
13:39:11 Server:
13:39:11  Containers: 0
13:39:11   Running: 0
13:39:11   Paused: 0
13:39:11   Stopped: 0
13:39:11  Images: 1
13:39:11  Server Version: 20.10.14
13:39:11  Storage Driver: overlay2
13:39:11   Backing Filesystem: extfs
13:39:11   Supports d_type: true
13:39:11   Native Overlay Diff: true
13:39:11   userxattr: false
13:39:11  Logging Driver: json-file
13:39:11  Cgroup Driver: systemd
13:39:11  Cgroup Version: 2
13:39:11  Plugins:
13:39:11   Volume: local
13:39:11   Network: bridge host ipvlan macvlan null overlay
13:39:11   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:11  Swarm: inactive
13:39:11  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
13:39:11  Default Runtime: runc
13:39:11  Init Binary: docker-init
13:39:11  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:11  runc version: v1.0.3-0-gf46b6ba
13:39:11  init version: de40ad0
13:39:11  Security Options:
13:39:11   apparmor
13:39:11   seccomp
13:39:11    Profile: default
13:39:11   cgroupns
13:39:11  Kernel Version: 5.13.0-1021-aws
13:39:11  Operating System: Ubuntu 20.04.4 LTS
13:39:11  OSType: linux
13:39:11  Architecture: x86_64
13:39:11  CPUs: 2
13:39:11  Total Memory: 7.559GiB
13:39:11  Name: ip-10-100-94-138
13:39:11  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:11  Docker Root Dir: /var/lib/docker
13:39:11  Debug Mode: false
13:39:11  Username: dockerbuildbot
13:39:11  Registry: https://index.docker.io/v1/
13:39:11  Labels:
13:39:11  Experimental: true
13:39:11  Insecure Registries:
13:39:11   127.0.0.0/8
13:39:11  Live Restore Enabled: true
13:39:11 
[Pipeline] sh
13:39:11 From https://github.com/docker/scan-cli-plugin
13:39:11  * [new tag]         v0.17.0    -> v0.17.0
13:39:11 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:11 make -C rpm fedora-35
13:39:11 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:39:11 mkdir -p rpmbuild/SOURCES
13:39:11 docker run --rm -w /v \
13:39:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:11 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:11 	alpine \
13:39:11 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:11 Unable to find image 'alpine:latest' locally
13:39:11 latest: Pulling from library/alpine
13:39:11 latest: Pulling from library/alpine
13:39:11 9981e73032c8: Pulling fs layer
13:39:11 9981e73032c8: Verifying Checksum
13:39:11 9981e73032c8: Download complete
13:39:11 Client:
13:39:11  Context:    default
13:39:11  Debug Mode: false
13:39:11  Plugins:
13:39:11   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:11   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:11   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:11   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:11 
13:39:11 Server:
13:39:11  Containers: 0
13:39:11   Running: 0
13:39:11   Paused: 0
13:39:11   Stopped: 0
13:39:11  Images: 1
13:39:11  Server Version: 20.10.14
13:39:11  Storage Driver: overlay2
13:39:11   Backing Filesystem: extfs
13:39:11   Supports d_type: true
13:39:11   Native Overlay Diff: true
13:39:11   userxattr: false
13:39:11  Logging Driver: json-file
13:39:11  Cgroup Driver: systemd
13:39:11  Cgroup Version: 2
13:39:11  Plugins:
13:39:11   Volume: local
13:39:11   Network: bridge host ipvlan macvlan null overlay
13:39:11   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:11  Swarm: inactive
13:39:11  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:11  Default Runtime: runc
13:39:11  Init Binary: docker-init
13:39:11  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:11  runc version: v1.0.3-0-gf46b6ba
13:39:11  init version: de40ad0
13:39:11  Security Options:
13:39:11   apparmor
13:39:11   seccomp
13:39:11    Profile: default
13:39:11   cgroupns
13:39:11  Kernel Version: 5.13.0-1021-aws
13:39:11  Operating System: Ubuntu 20.04.4 LTS
13:39:11  OSType: linux
13:39:11  Architecture: x86_64
13:39:11  CPUs: 2
13:39:11  Total Memory: 7.559GiB
13:39:11  Name: ip-10-100-77-36
13:39:11  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:11  Docker Root Dir: /var/lib/docker
13:39:11  Debug Mode: false
13:39:11  Username: dockerbuildbot
13:39:11  Registry: https://index.docker.io/v1/
13:39:11  Labels:
13:39:11  Experimental: true
13:39:11  Insecure Registries:
13:39:11   127.0.0.0/8
13:39:11  Live Restore Enabled: true
13:39:11 
[Pipeline] sh
13:39:11 From https://github.com/docker/docker
13:39:11  * [new branch]      master     -> master
13:39:11  * [new branch]      master     -> origin/master
13:39:11 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:11 Init https://github.com/docker/buildx.git
13:39:11 git init src/github.com/docker/buildx
13:39:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:11 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:11 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:11 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:11 + env
13:39:11 + sort
13:39:11 BRANCH_NAME=PR-665
13:39:11 BUILD_DISPLAY_NAME=#32
13:39:11 BUILD_ID=32
13:39:11 BUILD_NUMBER=32
13:39:11 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:11 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:11 CHANGE_AUTHOR=crazy-max
13:39:11 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:11 CHANGE_BRANCH=fix-static-pkgs
13:39:11 CHANGE_FORK=crazy-max
13:39:11 CHANGE_ID=665
13:39:11 CHANGE_TARGET=master
13:39:11 CHANGE_TITLE=fix and refactor static packages
13:39:11 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:11 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/d8ebee1a-cda3-43c5-aa13-7b88f579fc66
13:39:11 EXECUTOR_NUMBER=0
13:39:11 HOME=/home/ubuntu
13:39:11 HUDSON_COOKIE=5d365347-eb31-43b7-92f8-187b83443e50
13:39:11 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:11 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:11 HUDSON_URL=https://ci-next.docker.com/public/
13:39:11 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:11 JENKINS_NODE_COOKIE=b45cb9af-2ece-422c-8c30-a116356f249d
13:39:11 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:11 JENKINS_URL=https://ci-next.docker.com/public/
13:39:11 JOB_BASE_NAME=PR-665
13:39:11 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:11 JOB_NAME=docker-ce-packaging/PR-665
13:39:11 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:11 LANG=C.UTF-8
13:39:11 LOGNAME=ubuntu
13:39:11 MOTD_SHOWN=pam
13:39:11 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e3eb236a2e6b7fc6) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:11 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e3eb236a2e6b7fc6)
13:39:11 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:11 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:11 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:11 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:11 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:11 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:11 SHELL=/bin/bash
13:39:11 SHLVL=0
13:39:11 SSH_CLIENT=10.100.0.134 50208 22
13:39:11 SSH_CONNECTION=10.100.0.134 50208 10.100.71.227 22
13:39:11 STAGE_NAME=info
13:39:11 USER=ubuntu
13:39:11 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:11 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:11 XDG_RUNTIME_DIR=/run/user/1000
13:39:11 XDG_SESSION_CLASS=user
13:39:11 XDG_SESSION_ID=3
13:39:11 XDG_SESSION_TYPE=tty
13:39:11 _=/usr/bin/java
13:39:11 Client:
13:39:11  Context:    default
13:39:11  Debug Mode: false
13:39:11  Plugins:
13:39:11   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:11   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:11   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:11   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:11 
13:39:11 Server:
13:39:11  Containers: 0
13:39:11   Running: 0
13:39:11   Paused: 0
13:39:11   Stopped: 0
13:39:11  Images: 1
13:39:11  Server Version: 20.10.14
13:39:11  Storage Driver: overlay2
13:39:11   Backing Filesystem: extfs
13:39:11   Supports d_type: true
13:39:11   Native Overlay Diff: true
13:39:11   userxattr: false
13:39:11  Logging Driver: json-file
13:39:11  Cgroup Driver: systemd
13:39:11  Cgroup Version: 2
13:39:11  Plugins:
13:39:11   Volume: local
13:39:11   Network: bridge host ipvlan macvlan null overlay
13:39:11   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:11  Swarm: inactive
13:39:11  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
13:39:11  Default Runtime: runc
13:39:11  Init Binary: docker-init
13:39:11  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:11  runc version: v1.0.3-0-gf46b6ba
13:39:11  init version: de40ad0
13:39:11  Security Options:
13:39:11   apparmor
13:39:11   seccomp
13:39:11    Profile: default
13:39:11   cgroupns
13:39:11  Kernel Version: 5.13.0-1021-aws
13:39:11  Operating System: Ubuntu 20.04.4 LTS
13:39:11  OSType: linux
13:39:11  Architecture: x86_64
13:39:11  CPUs: 2
13:39:11  Total Memory: 7.559GiB
13:39:11  Name: ip-10-100-95-118
13:39:11  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:11  Docker Root Dir: /var/lib/docker
13:39:11  Debug Mode: false
13:39:11  Username: dockerbuildbot
13:39:11  Registry: https://index.docker.io/v1/
13:39:11  Labels:
13:39:11  Experimental: true
13:39:11  Insecure Registries:
13:39:11   127.0.0.0/8
13:39:11  Live Restore Enabled: true
13:39:11 
[Pipeline] }
[Pipeline] sh
13:39:11 + sort
13:39:11 + env
13:39:11 BRANCH_NAME=PR-665
13:39:11 BUILD_DISPLAY_NAME=#32
13:39:11 BUILD_ID=32
13:39:11 BUILD_NUMBER=32
13:39:11 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:11 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:11 CHANGE_AUTHOR=crazy-max
13:39:11 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:11 CHANGE_BRANCH=fix-static-pkgs
13:39:11 CHANGE_FORK=crazy-max
13:39:11 CHANGE_ID=665
13:39:11 CHANGE_TARGET=master
13:39:11 CHANGE_TITLE=fix and refactor static packages
13:39:11 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:11 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/4ccef012-e629-42ab-b21a-4eaad0393162
13:39:11 EXECUTOR_NUMBER=0
13:39:11 HOME=/home/ubuntu
13:39:11 HUDSON_COOKIE=ab8f7fc6-b714-4e62-9414-77adceaa4d78
13:39:11 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:11 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:11 HUDSON_URL=https://ci-next.docker.com/public/
13:39:11 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:11 JENKINS_NODE_COOKIE=3d40f78d-4c52-44c8-809c-62050aed8c25
13:39:11 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:11 JENKINS_URL=https://ci-next.docker.com/public/
13:39:11 JOB_BASE_NAME=PR-665
13:39:11 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:11 JOB_NAME=docker-ce-packaging/PR-665
13:39:11 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:11 LANG=C.UTF-8
13:39:11 LOGNAME=ubuntu
13:39:11 MOTD_SHOWN=pam
13:39:11 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-06e64dfd87bafa4e2) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:11 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-06e64dfd87bafa4e2)
13:39:11 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:11 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:11 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:11 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:11 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:11 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:11 SHELL=/bin/bash
13:39:11 SHLVL=0
13:39:11 SSH_CLIENT=10.100.0.134 56964 22
13:39:11 SSH_CONNECTION=10.100.0.134 56964 10.100.94.138 22
13:39:11 STAGE_NAME=info
13:39:11 USER=ubuntu
13:39:11 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:11 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:11 XDG_RUNTIME_DIR=/run/user/1000
13:39:11 XDG_SESSION_CLASS=user
13:39:11 XDG_SESSION_ID=3
13:39:11 XDG_SESSION_TYPE=tty
13:39:11 _=/usr/bin/java
[Pipeline] // stage
13:39:12 Client:
13:39:12  Context:    default
13:39:12  Debug Mode: false
13:39:12  Plugins:
13:39:12   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:12   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:12   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:12   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:12 
13:39:12 Server:
13:39:12  Containers: 0
13:39:12   Running: 0
13:39:12   Paused: 0
13:39:12   Stopped: 0
13:39:12  Images: 1
13:39:12  Server Version: 20.10.14
13:39:12  Storage Driver: overlay2
13:39:12   Backing Filesystem: extfs
13:39:12   Supports d_type: true
13:39:12   Native Overlay Diff: true
13:39:12   userxattr: false
13:39:12  Logging Driver: json-file
13:39:12  Cgroup Driver: systemd
13:39:12  Cgroup Version: 2
13:39:12  Plugins:
13:39:12   Volume: local
13:39:12   Network: bridge host ipvlan macvlan null overlay
13:39:12   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:12  Swarm: inactive
13:39:12  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:12  Default Runtime: runc
13:39:12  Init Binary: docker-init
13:39:12  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:12  runc version: v1.0.3-0-gf46b6ba
13:39:12  init version: de40ad0
13:39:12  Security Options:
13:39:12   apparmor
13:39:12   seccomp
13:39:12    Profile: default
13:39:12   cgroupns
13:39:12  Kernel Version: 5.13.0-1021-aws
13:39:12  Operating System: Ubuntu 20.04.4 LTS
13:39:12  OSType: linux
13:39:12  Architecture: x86_64
13:39:12  CPUs: 2
13:39:12  Total Memory: 7.559GiB
13:39:12  Name: ip-10-100-67-10
13:39:12  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:12  Docker Root Dir: /var/lib/docker
13:39:12  Debug Mode: false
13:39:12  Username: dockerbuildbot
13:39:12  Registry: https://index.docker.io/v1/
13:39:12  Labels:
13:39:12  Experimental: true
13:39:12  Insecure Registries:
13:39:12   127.0.0.0/8
13:39:12  Live Restore Enabled: true
13:39:12 
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
13:39:12 9981e73032c8: Pulling fs layer
13:39:12 9981e73032c8: Verifying Checksum
13:39:12 9981e73032c8: Download complete
[Pipeline] checkout
13:39:12 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] sh
13:39:12 9981e73032c8: Pull complete
13:39:12 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:12 Status: Downloaded newer image for alpine:latest
[Pipeline] checkout
13:39:12 The recommended git tool is: git
13:39:12 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:12 Client:
13:39:12  Context:    default
13:39:12  Debug Mode: false
13:39:12  Plugins:
13:39:12   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:12   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:12   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:12   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:12 
13:39:12 Server:
13:39:12  Containers: 0
13:39:12   Running: 0
13:39:12   Paused: 0
13:39:12   Stopped: 0
13:39:12  Images: 1
13:39:12  Server Version: 20.10.14
13:39:12  Storage Driver: overlay2
13:39:12   Backing Filesystem: extfs
13:39:12   Supports d_type: true
13:39:12   Native Overlay Diff: true
13:39:12   userxattr: false
13:39:12  Logging Driver: json-file
13:39:12  Cgroup Driver: systemd
13:39:12  Cgroup Version: 2
13:39:12  Plugins:
13:39:12   Volume: local
13:39:12   Network: bridge host ipvlan macvlan null overlay
13:39:12   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:12  Swarm: inactive
13:39:12  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
13:39:12  Default Runtime: runc
13:39:12  Init Binary: docker-init
13:39:12  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:12  runc version: v1.0.3-0-gf46b6ba
13:39:12  init version: de40ad0
13:39:12  Security Options:
13:39:12   apparmor
13:39:12   seccomp
13:39:12    Profile: default
13:39:12   cgroupns
13:39:12  Kernel Version: 5.13.0-1021-aws
13:39:12  Operating System: Ubuntu 20.04.4 LTS
13:39:12  OSType: linux
13:39:12  Architecture: x86_64
13:39:12  CPUs: 2
13:39:12  Total Memory: 7.559GiB
13:39:12  Name: ip-10-100-69-168
13:39:12  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:12  Docker Root Dir: /var/lib/docker
13:39:12  Debug Mode: false
13:39:12  Username: dockerbuildbot
13:39:12  Registry: https://index.docker.io/v1/
13:39:12  Labels:
13:39:12  Experimental: true
13:39:12  Insecure Registries:
13:39:12   127.0.0.0/8
13:39:12  Live Restore Enabled: true
13:39:12 
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0e1bb3c84ed7c8b641e5bf3cccf885abba624452 # timeout=10
[Pipeline] sh
13:39:12 + sort
13:39:12 + env
13:39:12 BRANCH_NAME=PR-665
13:39:12 BUILD_DISPLAY_NAME=#32
13:39:12 BUILD_ID=32
13:39:12 BUILD_NUMBER=32
13:39:12 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:12 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:12 CHANGE_AUTHOR=crazy-max
13:39:12 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:12 CHANGE_BRANCH=fix-static-pkgs
13:39:12 CHANGE_FORK=crazy-max
13:39:12 CHANGE_ID=665
13:39:12 CHANGE_TARGET=master
13:39:12 CHANGE_TITLE=fix and refactor static packages
13:39:12 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:12 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:12 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/4d093618-ddb2-4a0f-97da-2fbdfdec2c8b
13:39:12 EXECUTOR_NUMBER=0
13:39:12 HOME=/home/ubuntu
13:39:12 HUDSON_COOKIE=99ab9438-d52e-4132-a7d2-edbb84415fd4
13:39:12 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:12 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:12 HUDSON_URL=https://ci-next.docker.com/public/
13:39:12 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:12 JENKINS_NODE_COOKIE=11257f3b-d9ec-4a4b-a57c-c02d91cf3ebd
13:39:12 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:12 JENKINS_URL=https://ci-next.docker.com/public/
13:39:12 JOB_BASE_NAME=PR-665
13:39:12 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:12 JOB_NAME=docker-ce-packaging/PR-665
13:39:12 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:12 LANG=C.UTF-8
13:39:12 LOGNAME=ubuntu
13:39:12 MOTD_SHOWN=pam
13:39:12 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04aca800b29d62d36) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:12 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04aca800b29d62d36)
13:39:12 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:12 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:12 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:12 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:12 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:12 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:12 SHELL=/bin/bash
13:39:12 SHLVL=0
13:39:12 SSH_CLIENT=10.100.0.134 59510 22
13:39:12 SSH_CONNECTION=10.100.0.134 59510 10.100.77.36 22
13:39:12 STAGE_NAME=info
13:39:12 USER=ubuntu
13:39:12 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:12 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:12 XDG_RUNTIME_DIR=/run/user/1000
13:39:12 XDG_SESSION_CLASS=user
13:39:12 XDG_SESSION_ID=3
13:39:12 XDG_SESSION_TYPE=tty
13:39:12 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
13:39:12 + sort
13:39:12 + env
13:39:12 BRANCH_NAME=PR-665
13:39:12 BUILD_DISPLAY_NAME=#32
13:39:12 BUILD_ID=32
13:39:12 BUILD_NUMBER=32
13:39:12 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:12 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:12 CHANGE_AUTHOR=crazy-max
13:39:12 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:12 CHANGE_BRANCH=fix-static-pkgs
13:39:12 CHANGE_FORK=crazy-max
13:39:12 CHANGE_ID=665
13:39:12 CHANGE_TARGET=master
13:39:12 CHANGE_TITLE=fix and refactor static packages
13:39:12 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:12 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:12 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/3653129d-da72-469f-b7ff-6e4caa312909
13:39:12 EXECUTOR_NUMBER=0
13:39:12 HOME=/home/ubuntu
13:39:12 HUDSON_COOKIE=a06fb7a8-7358-4b48-a0f5-f12fd8ec9398
13:39:12 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:12 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:12 HUDSON_URL=https://ci-next.docker.com/public/
13:39:12 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:12 JENKINS_NODE_COOKIE=ff7716d5-21ec-4bbe-9887-07344565e6c6
13:39:12 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:12 JENKINS_URL=https://ci-next.docker.com/public/
13:39:12 JOB_BASE_NAME=PR-665
13:39:12 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:12 JOB_NAME=docker-ce-packaging/PR-665
13:39:12 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:12 LANG=C.UTF-8
13:39:12 LOGNAME=ubuntu
13:39:12 MOTD_SHOWN=pam
13:39:12 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-05ede08f4752a8fde) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:12 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-05ede08f4752a8fde)
13:39:12 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:12 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:12 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:12 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:12 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:12 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:12 SHELL=/bin/bash
13:39:12 SHLVL=0
13:39:12 SSH_CLIENT=10.100.0.134 50056 22
13:39:12 SSH_CONNECTION=10.100.0.134 50056 10.100.95.118 22
13:39:12 STAGE_NAME=info
13:39:12 USER=ubuntu
13:39:12 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:12 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:12 XDG_RUNTIME_DIR=/run/user/1000
13:39:12 XDG_SESSION_CLASS=user
13:39:12 XDG_SESSION_ID=3
13:39:12 XDG_SESSION_TYPE=tty
13:39:12 _=/usr/bin/java
[Pipeline] checkout
13:39:12 The recommended git tool is: git
[Pipeline] }
13:39:12 9981e73032c8: Pull complete
13:39:12 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:12 Status: Downloaded newer image for alpine:latest
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:39:12 The recommended git tool is: git
13:39:12 + sort
13:39:12 + env
13:39:12 BRANCH_NAME=PR-665
13:39:12 BUILD_DISPLAY_NAME=#32
13:39:12 BUILD_ID=32
13:39:12 BUILD_NUMBER=32
13:39:12 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:12 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:12 CHANGE_AUTHOR=crazy-max
13:39:12 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:12 CHANGE_BRANCH=fix-static-pkgs
13:39:12 CHANGE_FORK=crazy-max
13:39:12 CHANGE_ID=665
13:39:12 CHANGE_TARGET=master
13:39:12 CHANGE_TITLE=fix and refactor static packages
13:39:12 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:12 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:12 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/30c686d6-1b06-4e6b-af64-0ffdec32b9bb
13:39:12 EXECUTOR_NUMBER=0
13:39:12 HOME=/home/ubuntu
13:39:12 HUDSON_COOKIE=45b2127a-0730-456f-bf88-8ace9f7f7725
13:39:12 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:12 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:12 HUDSON_URL=https://ci-next.docker.com/public/
13:39:12 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:12 JENKINS_NODE_COOKIE=2ec4eebf-74a4-430c-8c2a-ef77ec612be9
13:39:12 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:12 JENKINS_URL=https://ci-next.docker.com/public/
13:39:12 JOB_BASE_NAME=PR-665
13:39:12 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:12 JOB_NAME=docker-ce-packaging/PR-665
13:39:12 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:12 LANG=C.UTF-8
13:39:12 LOGNAME=ubuntu
13:39:12 MOTD_SHOWN=pam
13:39:12 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-02845885c46e57763) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:12 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-02845885c46e57763)
13:39:12 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:12 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:12 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:12 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:12 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:12 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:12 SHELL=/bin/bash
13:39:12 SHLVL=0
13:39:12 SSH_CLIENT=10.100.0.134 53360 22
13:39:12 SSH_CONNECTION=10.100.0.134 53360 10.100.67.10 22
13:39:12 STAGE_NAME=info
13:39:12 USER=ubuntu
13:39:12 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:12 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:12 XDG_RUNTIME_DIR=/run/user/1000
13:39:12 XDG_SESSION_CLASS=user
13:39:12 XDG_SESSION_ID=3
13:39:12 XDG_SESSION_TYPE=tty
13:39:12 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:39:12 The recommended git tool is: git
13:39:12 + sort
13:39:12 + env
13:39:12 BRANCH_NAME=PR-665
13:39:12 BUILD_DISPLAY_NAME=#32
13:39:12 BUILD_ID=32
13:39:12 BUILD_NUMBER=32
13:39:12 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:12 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:12 CHANGE_AUTHOR=crazy-max
13:39:12 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:12 CHANGE_BRANCH=fix-static-pkgs
13:39:12 CHANGE_FORK=crazy-max
13:39:12 CHANGE_ID=665
13:39:12 CHANGE_TARGET=master
13:39:12 CHANGE_TITLE=fix and refactor static packages
13:39:12 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:12 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:12 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/7a3f2f31-cadb-407a-b428-5cfb0e672482
13:39:12 EXECUTOR_NUMBER=0
13:39:12 HOME=/home/ubuntu
13:39:12 HUDSON_COOKIE=40019cd7-fe2f-4c51-aa7e-8fcb8ed11a51
13:39:12 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:12 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:12 HUDSON_URL=https://ci-next.docker.com/public/
13:39:12 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:12 JENKINS_NODE_COOKIE=90d021cd-199d-4af1-aba2-877741b8ee54
13:39:12 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:12 JENKINS_URL=https://ci-next.docker.com/public/
13:39:12 JOB_BASE_NAME=PR-665
13:39:12 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:12 JOB_NAME=docker-ce-packaging/PR-665
13:39:12 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:12 LANG=C.UTF-8
13:39:12 LOGNAME=ubuntu
13:39:12 MOTD_SHOWN=pam
13:39:12 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-00e39daa0df919a00) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:12 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-00e39daa0df919a00)
13:39:12 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:12 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:12 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:12 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:12 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:12 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:12 SHELL=/bin/bash
13:39:12 SHLVL=0
13:39:12 SSH_CLIENT=10.100.0.134 40516 22
13:39:12 SSH_CONNECTION=10.100.0.134 40516 10.100.69.168 22
13:39:12 STAGE_NAME=info
13:39:12 USER=ubuntu
13:39:12 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:12 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:12 XDG_RUNTIME_DIR=/run/user/1000
13:39:12 XDG_SESSION_CLASS=user
13:39:12 XDG_SESSION_ID=3
13:39:12 XDG_SESSION_TYPE=tty
13:39:12 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:39:12 The recommended git tool is: git
13:39:12 Client:
13:39:12  Context:    default
13:39:12  Debug Mode: false
13:39:12  Plugins:
13:39:12   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:12   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:12 
13:39:12 Server:
13:39:12  Containers: 0
13:39:12   Running: 0
13:39:12   Paused: 0
13:39:12   Stopped: 0
13:39:12  Images: 1
13:39:12  Server Version: 20.10.14
13:39:12  Storage Driver: overlay2
13:39:12   Backing Filesystem: extfs
13:39:12   Supports d_type: true
13:39:12   Native Overlay Diff: true
13:39:12   userxattr: false
13:39:12  Logging Driver: json-file
13:39:12  Cgroup Driver: cgroupfs
13:39:12  Cgroup Version: 1
13:39:12  Plugins:
13:39:12   Volume: local
13:39:12   Network: bridge host ipvlan macvlan null overlay
13:39:12   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:12  Swarm: inactive
13:39:12  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:12  Default Runtime: runc
13:39:12  Init Binary: docker-init
13:39:12  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:12  runc version: v1.0.3-0-gf46b6ba
13:39:12  init version: de40ad0
13:39:12  Security Options:
13:39:12   apparmor
13:39:12   seccomp
13:39:12    Profile: default
13:39:12  Kernel Version: 5.4.0-1071-aws
13:39:12  Operating System: Ubuntu 18.04.6 LTS
13:39:12  OSType: linux
13:39:12  Architecture: armv8l
13:39:12  CPUs: 2
13:39:12  Total Memory: 7.582GiB
13:39:12  Name: ip-10-100-67-19
13:39:12  ID: L2DA:HS7W:OGRC:VHUG:2BYK:DOFX:SYW4:MCO6:YIXO:FGSY:WKOF:BQZX
13:39:12  Docker Root Dir: /var/lib/docker
13:39:12  Debug Mode: false
13:39:12  Username: dockerbuildbot
13:39:12  Registry: https://index.docker.io/v1/
13:39:12  Labels:
13:39:12  Experimental: true
13:39:12  Insecure Registries:
13:39:12   127.0.0.0/8
13:39:12  Live Restore Enabled: true
13:39:12 
13:39:12 WARNING: No swap limit support
[Pipeline] sh
13:39:12 From https://github.com/docker/docker
13:39:12  * [new branch]      master     -> master
13:39:12  * [new branch]      master     -> origin/master
13:39:12 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:12 Init https://github.com/docker/buildx.git
13:39:12 git init src/github.com/docker/buildx
13:39:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:12 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:12 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:12 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:12 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:12 using credential docker-jenkins-github-credentials
13:39:12 Cloning the remote Git repository
13:39:12 Cloning with configured refspecs honoured and without tags
13:39:12 Client:
13:39:12  Context:    default
13:39:12  Debug Mode: false
13:39:12  Plugins:
13:39:12   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:12   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:12   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:12   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:12 
13:39:12 Server:
13:39:12  Containers: 0
13:39:12   Running: 0
13:39:12   Paused: 0
13:39:12   Stopped: 0
13:39:12  Images: 1
13:39:12  Server Version: 20.10.14
13:39:12  Storage Driver: overlay2
13:39:12   Backing Filesystem: extfs
13:39:12   Supports d_type: true
13:39:12   Native Overlay Diff: true
13:39:12   userxattr: false
13:39:12  Logging Driver: json-file
13:39:12  Cgroup Driver: systemd
13:39:12  Cgroup Version: 2
13:39:12  Plugins:
13:39:12   Volume: local
13:39:12   Network: bridge host ipvlan macvlan null overlay
13:39:12   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:12  Swarm: inactive
13:39:12  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:12  Default Runtime: runc
13:39:12  Init Binary: docker-init
13:39:12  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:12  runc version: v1.0.3-0-gf46b6ba
13:39:12  init version: de40ad0
13:39:12  Security Options:
13:39:12   apparmor
13:39:12   seccomp
13:39:12    Profile: default
13:39:12   cgroupns
13:39:12  Kernel Version: 5.13.0-1021-aws
13:39:12  Operating System: Ubuntu 20.04.4 LTS
13:39:12  OSType: linux
13:39:12  Architecture: x86_64
13:39:12  CPUs: 2
13:39:12  Total Memory: 7.559GiB
13:39:12  Name: ip-10-100-76-102
13:39:12  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:12  Docker Root Dir: /var/lib/docker
13:39:12  Debug Mode: false
13:39:12  Username: dockerbuildbot
13:39:12  Registry: https://index.docker.io/v1/
13:39:12  Labels:
13:39:12  Experimental: true
13:39:12  Insecure Registries:
13:39:12   127.0.0.0/8
13:39:12  Live Restore Enabled: true
13:39:12 
13:39:12 + sort
13:39:12 + env
13:39:12 BRANCH_NAME=PR-665
13:39:12 BUILD_DISPLAY_NAME=#32
13:39:12 BUILD_ID=32
13:39:12 BUILD_NUMBER=32
13:39:12 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:12 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:12 CHANGE_AUTHOR=crazy-max
13:39:12 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:12 CHANGE_BRANCH=fix-static-pkgs
13:39:12 CHANGE_FORK=crazy-max
13:39:12 CHANGE_ID=665
13:39:12 CHANGE_TARGET=master
13:39:12 CHANGE_TITLE=fix and refactor static packages
13:39:12 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:12 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:12 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/86ce7c43-6d67-4310-8ed2-25c23e716074
13:39:12 EXECUTOR_NUMBER=0
13:39:12 HOME=/home/ubuntu
13:39:12 HUDSON_COOKIE=c0ef5236-c60e-42d0-8f6e-7e5344e20fad
13:39:12 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:12 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:12 HUDSON_URL=https://ci-next.docker.com/public/
13:39:12 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:12 JENKINS_NODE_COOKIE=a5017545-7001-4d93-b334-9f1c592140f6
13:39:12 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:12 JENKINS_URL=https://ci-next.docker.com/public/
13:39:12 JOB_BASE_NAME=PR-665
13:39:12 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:12 JOB_NAME=docker-ce-packaging/PR-665
13:39:12 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:12 LANG=C.UTF-8
13:39:12 LOGNAME=ubuntu
13:39:12 MAIL=/var/mail/ubuntu
13:39:12 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-03eddedcf23d3e92d) arm32v7 armhf docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm32v7
13:39:12 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-03eddedcf23d3e92d)
13:39:12 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:12 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:12 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:12 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:12 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:12 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:12 SHELL=/bin/bash
13:39:12 SHLVL=1
13:39:12 SSH_CLIENT=10.100.0.134 45264 22
13:39:12 SSH_CONNECTION=10.100.0.134 45264 10.100.67.19 22
13:39:12 STAGE_NAME=info
13:39:12 USER=ubuntu
13:39:12 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:12 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:12 XDG_RUNTIME_DIR=/run/user/1000
13:39:12 XDG_SESSION_ID=3
13:39:12 _=/usr/bin/java
[Pipeline] sh
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
13:39:12 Client:
13:39:12  Context:    default
13:39:12  Debug Mode: false
13:39:12  Plugins:
13:39:12   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:12   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:12 
13:39:12 Server:
13:39:12  Containers: 0
13:39:12   Running: 0
13:39:12   Paused: 0
13:39:12   Stopped: 0
13:39:12  Images: 1
13:39:12  Server Version: 20.10.14
13:39:12  Storage Driver: overlay2
13:39:12   Backing Filesystem: extfs
13:39:12   Supports d_type: true
13:39:12   Native Overlay Diff: true
13:39:12   userxattr: false
13:39:12  Logging Driver: json-file
13:39:12  Cgroup Driver: cgroupfs
13:39:12  Cgroup Version: 1
13:39:12  Plugins:
13:39:12   Volume: local
13:39:12   Network: bridge host ipvlan macvlan null overlay
13:39:12   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:12  Swarm: inactive
13:39:12  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:12  Default Runtime: runc
13:39:12  Init Binary: docker-init
13:39:12  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:12  runc version: v1.0.3-0-gf46b6ba
13:39:12  init version: de40ad0
13:39:12  Security Options:
13:39:12   apparmor
13:39:12   seccomp
13:39:12    Profile: default
13:39:12  Kernel Version: 5.4.0-1071-aws
13:39:12  Operating System: Ubuntu 18.04.6 LTS
13:39:12  OSType: linux
13:39:12  Architecture: armv8l
13:39:12  CPUs: 2
13:39:12  Total Memory: 7.582GiB
13:39:12  Name: ip-10-100-83-168
13:39:12  ID: L2DA:HS7W:OGRC:VHUG:2BYK:DOFX:SYW4:MCO6:YIXO:FGSY:WKOF:BQZX
13:39:12  Docker Root Dir: /var/lib/docker
13:39:12  Debug Mode: false
13:39:12  Username: dockerbuildbot
13:39:12  Registry: https://index.docker.io/v1/
13:39:12  Labels:
13:39:12  Experimental: true
13:39:12  Insecure Registries:
13:39:12   127.0.0.0/8
13:39:12  Live Restore Enabled: true
13:39:12 
13:39:12 WARNING: No swap limit support
13:39:13 Client:
13:39:13  Context:    default
13:39:13  Debug Mode: false
13:39:13  Plugins:
13:39:13   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:13   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:13 
13:39:13 Server:
13:39:13  Containers: 0
13:39:13   Running: 0
13:39:13   Paused: 0
13:39:13   Stopped: 0
13:39:13  Images: 1
13:39:13  Server Version: 20.10.14
13:39:13  Storage Driver: overlay2
13:39:13   Backing Filesystem: extfs
13:39:13   Supports d_type: true
13:39:13   Native Overlay Diff: true
13:39:13   userxattr: false
13:39:13  Logging Driver: json-file
13:39:13  Cgroup Driver: cgroupfs
13:39:13  Cgroup Version: 1
13:39:13  Plugins:
13:39:13   Volume: local
13:39:13   Network: bridge host ipvlan macvlan null overlay
13:39:13   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:13  Swarm: inactive
13:39:13  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:13  Default Runtime: runc
13:39:13  Init Binary: docker-init
13:39:13  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:13  runc version: v1.0.3-0-gf46b6ba
13:39:13  init version: de40ad0
13:39:13  Security Options:
13:39:13   apparmor
13:39:13   seccomp
13:39:13    Profile: default
13:39:13  Kernel Version: 5.4.0-1071-aws
13:39:13  Operating System: Ubuntu 18.04.6 LTS
13:39:13  OSType: linux
13:39:13  Architecture: armv8l
13:39:13  CPUs: 2
13:39:13  Total Memory: 7.582GiB
13:39:13  Name: ip-10-100-83-102
13:39:13  ID: L2DA:HS7W:OGRC:VHUG:2BYK:DOFX:SYW4:MCO6:YIXO:FGSY:WKOF:BQZX
13:39:13  Docker Root Dir: /var/lib/docker
13:39:13  Debug Mode: false
13:39:13  Username: dockerbuildbot
13:39:13  Registry: https://index.docker.io/v1/
13:39:13  Labels:
13:39:13  Experimental: true
13:39:13  Insecure Registries:
13:39:13   127.0.0.0/8
13:39:13  Live Restore Enabled: true
13:39:13 
13:39:13 WARNING: No swap limit support
[Pipeline] checkout
13:39:13 The recommended git tool is: git
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
[Pipeline] sh
13:39:13 Client:
13:39:13  Context:    default
13:39:13  Debug Mode: false
13:39:13  Plugins:
13:39:13   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:13   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:13 
13:39:13 Server:
13:39:13  Containers: 0
13:39:13   Running: 0
13:39:13   Paused: 0
13:39:13   Stopped: 0
13:39:13  Images: 1
13:39:13  Server Version: 20.10.14
13:39:13  Storage Driver: overlay2
13:39:13   Backing Filesystem: extfs
13:39:13   Supports d_type: true
13:39:13   Native Overlay Diff: true
13:39:13   userxattr: false
13:39:13  Logging Driver: json-file
13:39:13  Cgroup Driver: cgroupfs
13:39:13  Cgroup Version: 1
13:39:13  Plugins:
13:39:13   Volume: local
13:39:13   Network: bridge host ipvlan macvlan null overlay
13:39:13   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:13  Swarm: inactive
13:39:13  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:13  Default Runtime: runc
13:39:13  Init Binary: docker-init
13:39:13  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:13  runc version: v1.0.3-0-gf46b6ba
13:39:13  init version: de40ad0
13:39:13  Security Options:
13:39:13   apparmor
13:39:13   seccomp
13:39:13    Profile: default
13:39:13  Kernel Version: 5.4.0-1071-aws
13:39:13  Operating System: Ubuntu 18.04.6 LTS
13:39:13  OSType: linux
13:39:13  Architecture: armv8l
13:39:13  CPUs: 2
13:39:13  Total Memory: 7.582GiB
13:39:13  Name: ip-10-100-68-145
13:39:13  ID: L2DA:HS7W:OGRC:VHUG:2BYK:DOFX:SYW4:MCO6:YIXO:FGSY:WKOF:BQZX
13:39:13  Docker Root Dir: /var/lib/docker
13:39:13  Debug Mode: false
13:39:13  Username: dockerbuildbot
13:39:13  Registry: https://index.docker.io/v1/
13:39:13  Labels:
13:39:13  Experimental: true
13:39:13  Insecure Registries:
13:39:13   127.0.0.0/8
13:39:13  Live Restore Enabled: true
13:39:13 
13:39:13 WARNING: No swap limit support
[Pipeline] sh
13:39:13 + env
13:39:13 + sort
13:39:13 BRANCH_NAME=PR-665
13:39:13 BUILD_DISPLAY_NAME=#32
13:39:13 BUILD_ID=32
13:39:13 BUILD_NUMBER=32
13:39:13 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:13 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:13 CHANGE_AUTHOR=crazy-max
13:39:13 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:13 CHANGE_BRANCH=fix-static-pkgs
13:39:13 CHANGE_FORK=crazy-max
13:39:13 CHANGE_ID=665
13:39:13 CHANGE_TARGET=master
13:39:13 CHANGE_TITLE=fix and refactor static packages
13:39:13 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:13 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:13 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/a6f30b3f-5195-4411-9ffc-cb442c69a651
13:39:13 EXECUTOR_NUMBER=0
13:39:13 HOME=/home/ubuntu
13:39:13 HUDSON_COOKIE=3d6b2e2a-e9dd-4740-a843-082d410aa00b
13:39:13 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:13 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:13 HUDSON_URL=https://ci-next.docker.com/public/
13:39:13 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:13 JENKINS_NODE_COOKIE=73f1eeb6-9000-4993-9ffd-d2324c8b8467
13:39:13 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:13 JENKINS_URL=https://ci-next.docker.com/public/
13:39:13 JOB_BASE_NAME=PR-665
13:39:13 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:13 JOB_NAME=docker-ce-packaging/PR-665
13:39:13 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:13 LANG=C.UTF-8
13:39:13 LOGNAME=ubuntu
13:39:13 MOTD_SHOWN=pam
13:39:13 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0bd1e503228a3e405) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:13 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0bd1e503228a3e405)
13:39:13 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:13 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:13 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:13 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:13 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:13 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:13 SHELL=/bin/bash
13:39:13 SHLVL=0
13:39:13 SSH_CLIENT=10.100.0.134 54804 22
13:39:13 SSH_CONNECTION=10.100.0.134 54804 10.100.76.102 22
13:39:13 STAGE_NAME=info
13:39:13 USER=ubuntu
13:39:13 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:13 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:13 XDG_RUNTIME_DIR=/run/user/1000
13:39:13 XDG_SESSION_CLASS=user
13:39:13 XDG_SESSION_ID=3
13:39:13 XDG_SESSION_TYPE=tty
13:39:13 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
13:39:13 From https://github.com/docker/buildx
13:39:13  * [new tag]         v0.8.2     -> v0.8.2
13:39:13 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:13 Init https://github.com/docker/compose.git
13:39:13 git init src/github.com/docker/compose
13:39:13 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:13 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:13 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:13 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
[Pipeline] checkout
13:39:13 The recommended git tool is: git
13:39:13 + sort
13:39:13 + env
13:39:13 BRANCH_NAME=PR-665
13:39:13 BUILD_DISPLAY_NAME=#32
13:39:13 BUILD_ID=32
13:39:13 BUILD_NUMBER=32
13:39:13 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:13 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:13 CHANGE_AUTHOR=crazy-max
13:39:13 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:13 CHANGE_BRANCH=fix-static-pkgs
13:39:13 CHANGE_FORK=crazy-max
13:39:13 CHANGE_ID=665
13:39:13 CHANGE_TARGET=master
13:39:13 CHANGE_TITLE=fix and refactor static packages
13:39:13 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:13 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:13 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/de101a7e-719a-4260-aced-a508e84cce8f
13:39:13 EXECUTOR_NUMBER=0
13:39:13 HOME=/home/ubuntu
13:39:13 HUDSON_COOKIE=0dbcedb0-dd8f-4396-aea8-568b6bee1c94
13:39:13 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:13 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:13 HUDSON_URL=https://ci-next.docker.com/public/
13:39:13 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:13 JENKINS_NODE_COOKIE=b01da11f-8aaf-4438-8116-0dcdec5f7c14
13:39:13 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:13 JENKINS_URL=https://ci-next.docker.com/public/
13:39:13 JOB_BASE_NAME=PR-665
13:39:13 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:13 JOB_NAME=docker-ce-packaging/PR-665
13:39:13 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:13 LANG=C.UTF-8
13:39:13 LOGNAME=ubuntu
13:39:13 MAIL=/var/mail/ubuntu
13:39:13 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-06734ad07af93bc42) arm32v7 armhf docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm32v7
13:39:13 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-06734ad07af93bc42)
13:39:13 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:13 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:13 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:13 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:13 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:13 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:13 SHELL=/bin/bash
13:39:13 SHLVL=1
13:39:13 SSH_CLIENT=10.100.0.134 41490 22
13:39:13 SSH_CONNECTION=10.100.0.134 41490 10.100.83.102 22
13:39:13 STAGE_NAME=info
13:39:13 USER=ubuntu
13:39:13 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:13 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:13 XDG_RUNTIME_DIR=/run/user/1000
13:39:13 XDG_SESSION_ID=3
13:39:13 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
13:39:13 + sort
13:39:13 + env
13:39:13 BRANCH_NAME=PR-665
13:39:13 BUILD_DISPLAY_NAME=#32
13:39:13 BUILD_ID=32
13:39:13 BUILD_NUMBER=32
13:39:13 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:13 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:13 CHANGE_AUTHOR=crazy-max
13:39:13 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:13 CHANGE_BRANCH=fix-static-pkgs
13:39:13 CHANGE_FORK=crazy-max
13:39:13 CHANGE_ID=665
13:39:13 CHANGE_TARGET=master
13:39:13 CHANGE_TITLE=fix and refactor static packages
13:39:13 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:13 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:13 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/ff0c443f-30df-43fb-af76-b786836f31c0
13:39:13 EXECUTOR_NUMBER=0
13:39:13 HOME=/home/ubuntu
13:39:13 HUDSON_COOKIE=bfefd0b6-d9e4-43b1-b5e1-b19fc1a7e4a9
13:39:13 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:13 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:13 HUDSON_URL=https://ci-next.docker.com/public/
13:39:13 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:13 JENKINS_NODE_COOKIE=51435936-7787-4ef8-b58c-d0da7c51b869
13:39:13 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:13 JENKINS_URL=https://ci-next.docker.com/public/
13:39:13 JOB_BASE_NAME=PR-665
13:39:13 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:13 JOB_NAME=docker-ce-packaging/PR-665
13:39:13 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:13 LANG=C.UTF-8
13:39:13 LOGNAME=ubuntu
13:39:13 MAIL=/var/mail/ubuntu
13:39:13 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-005316632e53ba220) arm32v7 armhf docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm32v7
13:39:13 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-005316632e53ba220)
13:39:13 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:13 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:13 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:13 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:13 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:13 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:13 SHELL=/bin/bash
13:39:13 SHLVL=1
13:39:13 SSH_CLIENT=10.100.0.134 46006 22
13:39:13 SSH_CONNECTION=10.100.0.134 46006 10.100.83.168 22
13:39:13 STAGE_NAME=info
13:39:13 USER=ubuntu
13:39:13 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:13 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:13 XDG_RUNTIME_DIR=/run/user/1000
13:39:13 XDG_SESSION_ID=3
13:39:13 _=/usr/bin/java
[Pipeline] checkout
13:39:13 The recommended git tool is: git
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:39:13 The recommended git tool is: git
13:39:13 #10 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 2.3s done
13:39:13 #10 DONE 12.8s
13:39:13 + sort
13:39:13 + env
13:39:13 BRANCH_NAME=PR-665
13:39:13 BUILD_DISPLAY_NAME=#32
13:39:13 BUILD_ID=32
13:39:13 BUILD_NUMBER=32
13:39:13 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:13 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:13 CHANGE_AUTHOR=crazy-max
13:39:13 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:13 CHANGE_BRANCH=fix-static-pkgs
13:39:13 CHANGE_FORK=crazy-max
13:39:13 CHANGE_ID=665
13:39:13 CHANGE_TARGET=master
13:39:13 CHANGE_TITLE=fix and refactor static packages
13:39:13 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:13 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:13 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/3a330fbd-72a0-4783-8e47-7cec61c418d4
13:39:13 EXECUTOR_NUMBER=0
13:39:13 HOME=/home/ubuntu
13:39:13 HUDSON_COOKIE=a209375d-8859-4072-a712-50ceabffa10e
13:39:13 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:13 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:13 HUDSON_URL=https://ci-next.docker.com/public/
13:39:13 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:13 JENKINS_NODE_COOKIE=cd7a2284-de83-4ff8-9dd1-2429e5b4183b
13:39:13 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:13 JENKINS_URL=https://ci-next.docker.com/public/
13:39:13 JOB_BASE_NAME=PR-665
13:39:13 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:13 JOB_NAME=docker-ce-packaging/PR-665
13:39:13 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:13 LANG=C.UTF-8
13:39:13 LOGNAME=ubuntu
13:39:13 MAIL=/var/mail/ubuntu
13:39:13 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0b9adafeee0a06aad) arm32v7 armhf docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm32v7
13:39:13 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0b9adafeee0a06aad)
13:39:13 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:13 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:13 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:13 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:13 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:13 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:13 SHELL=/bin/bash
13:39:13 SHLVL=1
13:39:13 SSH_CLIENT=10.100.0.134 57366 22
13:39:13 SSH_CONNECTION=10.100.0.134 57366 10.100.68.145 22
13:39:13 STAGE_NAME=info
13:39:13 USER=ubuntu
13:39:13 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:13 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:13 XDG_RUNTIME_DIR=/run/user/1000
13:39:13 XDG_SESSION_ID=3
13:39:13 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
13:39:13 Client:
13:39:13  Context:    default
13:39:13  Debug Mode: false
13:39:13  Plugins:
13:39:13   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:13   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:13 
13:39:13 Server:
13:39:13  Containers: 0
13:39:13   Running: 0
13:39:13   Paused: 0
13:39:13   Stopped: 0
13:39:13  Images: 1
13:39:13  Server Version: 20.10.14
13:39:13  Storage Driver: overlay2
13:39:13   Backing Filesystem: extfs
13:39:13   Supports d_type: true
13:39:13   Native Overlay Diff: true
13:39:13   userxattr: false
13:39:13  Logging Driver: json-file
13:39:13  Cgroup Driver: cgroupfs
13:39:13  Cgroup Version: 1
13:39:13  Plugins:
13:39:13   Volume: local
13:39:13   Network: bridge host ipvlan macvlan null overlay
13:39:13   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:13  Swarm: inactive
13:39:13  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:13  Default Runtime: runc
13:39:13  Init Binary: docker-init
13:39:13  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:13  runc version: v1.0.3-0-gf46b6ba
13:39:13  init version: de40ad0
13:39:13  Security Options:
13:39:13   apparmor
13:39:13   seccomp
13:39:13    Profile: default
13:39:13  Kernel Version: 5.4.0-1071-aws
13:39:13  Operating System: Ubuntu 18.04.6 LTS
13:39:13  OSType: linux
13:39:13  Architecture: armv8l
13:39:13  CPUs: 2
13:39:13  Total Memory: 7.582GiB
13:39:13  Name: ip-10-100-79-78
13:39:13  ID: L2DA:HS7W:OGRC:VHUG:2BYK:DOFX:SYW4:MCO6:YIXO:FGSY:WKOF:BQZX
13:39:13  Docker Root Dir: /var/lib/docker
13:39:13  Debug Mode: false
13:39:13  Username: dockerbuildbot
13:39:13  Registry: https://index.docker.io/v1/
13:39:13  Labels:
13:39:13  Experimental: true
13:39:13  Insecure Registries:
13:39:13   127.0.0.0/8
13:39:13  Live Restore Enabled: true
13:39:13 
13:39:13 WARNING: No swap limit support
[Pipeline] checkout
13:39:13 The recommended git tool is: git
13:39:13 using credential docker-jenkins-github-credentials
[Pipeline] sh
13:39:13 Cloning the remote Git repository
13:39:13 Cloning with configured refspecs honoured and without tags
13:39:13 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:13 
13:39:13 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:39:13 #10 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f
13:39:13 From https://github.com/docker/buildx
13:39:13  * [new tag]         v0.8.2     -> v0.8.2
13:39:13 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:13 Init https://github.com/docker/compose.git
13:39:13 git init src/github.com/docker/compose
13:39:13 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:13 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:13 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:13 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:13 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:13 From https://github.com/docker/compose
13:39:13  * [new tag]         v2.5.0     -> v2.5.0
13:39:13 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:13 + sort
13:39:13 + env
13:39:13 BRANCH_NAME=PR-665
13:39:13 BUILD_DISPLAY_NAME=#32
13:39:13 BUILD_ID=32
13:39:13 BUILD_NUMBER=32
13:39:13 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:13 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:13 CHANGE_AUTHOR=crazy-max
13:39:13 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:13 CHANGE_BRANCH=fix-static-pkgs
13:39:13 CHANGE_FORK=crazy-max
13:39:13 CHANGE_ID=665
13:39:13 CHANGE_TARGET=master
13:39:13 CHANGE_TITLE=fix and refactor static packages
13:39:13 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:13 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:13 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/0f04cae9-5251-45fb-b0c8-1dd4fc15b1c9
13:39:13 EXECUTOR_NUMBER=0
13:39:13 HOME=/home/ubuntu
13:39:13 HUDSON_COOKIE=cfde8dbb-48ee-4a9a-ab2a-665a9dfc65dc
13:39:13 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:13 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:13 HUDSON_URL=https://ci-next.docker.com/public/
13:39:13 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:13 JENKINS_NODE_COOKIE=bdd68c1b-cdc6-496d-82ae-61dcea798322
13:39:13 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:13 JENKINS_URL=https://ci-next.docker.com/public/
13:39:13 JOB_BASE_NAME=PR-665
13:39:13 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:13 JOB_NAME=docker-ce-packaging/PR-665
13:39:13 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:13 LANG=C.UTF-8
13:39:13 LOGNAME=ubuntu
13:39:13 MAIL=/var/mail/ubuntu
13:39:13 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0450c8efecb0ed4c6) arm32v7 armhf docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm32v7
13:39:13 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0450c8efecb0ed4c6)
13:39:13 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:13 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:13 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:13 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:13 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:13 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:13 SHELL=/bin/bash
13:39:13 SHLVL=1
13:39:13 SSH_CLIENT=10.100.0.134 56128 22
13:39:13 SSH_CONNECTION=10.100.0.134 56128 10.100.79.78 22
13:39:13 STAGE_NAME=info
13:39:13 USER=ubuntu
13:39:13 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:13 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:13 XDG_RUNTIME_DIR=/run/user/1000
13:39:13 XDG_SESSION_ID=3
13:39:13 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
13:39:13 From https://github.com/docker/buildx
13:39:13  * [new tag]         v0.8.2     -> v0.8.2
13:39:13 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
[Pipeline] checkout
13:39:13 The recommended git tool is: git
13:39:14 Client:
13:39:14  Context:    default
13:39:14  Debug Mode: false
13:39:14  Plugins:
13:39:14   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:14   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:14 
13:39:14 Server:
13:39:14  Containers: 0
13:39:14   Running: 0
13:39:14   Paused: 0
13:39:14   Stopped: 0
13:39:14  Images: 1
13:39:14  Server Version: 20.10.14
13:39:14  Storage Driver: overlay2
13:39:14   Backing Filesystem: extfs
13:39:14   Supports d_type: true
13:39:14   Native Overlay Diff: true
13:39:14   userxattr: false
13:39:14  Logging Driver: json-file
13:39:14  Cgroup Driver: cgroupfs
13:39:14  Cgroup Version: 1
13:39:14  Plugins:
13:39:14   Volume: local
13:39:14   Network: bridge host ipvlan macvlan null overlay
13:39:14   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:14  Swarm: inactive
13:39:14  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:14  Default Runtime: runc
13:39:14  Init Binary: docker-init
13:39:14  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:14  runc version: v1.0.3-0-gf46b6ba
13:39:14  init version: de40ad0
13:39:14  Security Options:
13:39:14   apparmor
13:39:14   seccomp
13:39:14    Profile: default
13:39:14  Kernel Version: 5.4.0-1071-aws
13:39:14  Operating System: Ubuntu 18.04.6 LTS
13:39:14  OSType: linux
13:39:14  Architecture: armv8l
13:39:14  CPUs: 2
13:39:14  Total Memory: 7.582GiB
13:39:14  Name: ip-10-100-85-247
13:39:14  ID: L2DA:HS7W:OGRC:VHUG:2BYK:DOFX:SYW4:MCO6:YIXO:FGSY:WKOF:BQZX
13:39:14  Docker Root Dir: /var/lib/docker
13:39:14  Debug Mode: false
13:39:14  Username: dockerbuildbot
13:39:14  Registry: https://index.docker.io/v1/
13:39:14  Labels:
13:39:14  Experimental: true
13:39:14  Insecure Registries:
13:39:14   127.0.0.0/8
13:39:14  Live Restore Enabled: true
13:39:14 
13:39:14 WARNING: No swap limit support
[Pipeline] sh
13:39:14 Client:
13:39:14  Context:    default
13:39:14  Debug Mode: false
13:39:14  Plugins:
13:39:14   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:14   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:14   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:14   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:14 
13:39:14 Server:
13:39:14  Containers: 0
13:39:14   Running: 0
13:39:14   Paused: 0
13:39:14   Stopped: 0
13:39:14  Images: 1
13:39:14  Server Version: 20.10.14
13:39:14  Storage Driver: overlay2
13:39:14   Backing Filesystem: extfs
13:39:14   Supports d_type: true
13:39:14   Native Overlay Diff: true
13:39:14   userxattr: false
13:39:14  Logging Driver: json-file
13:39:14  Cgroup Driver: systemd
13:39:14  Cgroup Version: 2
13:39:14  Plugins:
13:39:14   Volume: local
13:39:14   Network: bridge host ipvlan macvlan null overlay
13:39:14   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:14  Swarm: inactive
13:39:14  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:14  Default Runtime: runc
13:39:14  Init Binary: docker-init
13:39:14  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:14  runc version: v1.0.3-0-gf46b6ba
13:39:14  init version: de40ad0
13:39:14  Security Options:
13:39:14   apparmor
13:39:14   seccomp
13:39:14    Profile: default
13:39:14   cgroupns
13:39:14  Kernel Version: 5.13.0-1021-aws
13:39:14  Operating System: Ubuntu 20.04.4 LTS
13:39:14  OSType: linux
13:39:14  Architecture: x86_64
13:39:14  CPUs: 2
13:39:14  Total Memory: 7.559GiB
13:39:14  Name: ip-10-100-85-197
13:39:14  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:14  Docker Root Dir: /var/lib/docker
13:39:14  Debug Mode: false
13:39:14  Username: dockerbuildbot
13:39:14  Registry: https://index.docker.io/v1/
13:39:14  Labels:
13:39:14  Experimental: true
13:39:14  Insecure Registries:
13:39:14   127.0.0.0/8
13:39:14  Live Restore Enabled: true
13:39:14 
13:39:14 Client:
13:39:14  Context:    default
13:39:14  Debug Mode: false
13:39:14  Plugins:
13:39:14   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:14   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:14 
13:39:14 Server:
13:39:14  Containers: 0
13:39:14   Running: 0
13:39:14   Paused: 0
13:39:14   Stopped: 0
13:39:14  Images: 1
13:39:14  Server Version: 20.10.14
13:39:14  Storage Driver: overlay2
13:39:14   Backing Filesystem: extfs
13:39:14   Supports d_type: true
13:39:14   Native Overlay Diff: true
13:39:14   userxattr: false
13:39:14  Logging Driver: json-file
13:39:14  Cgroup Driver: cgroupfs
13:39:14  Cgroup Version: 1
13:39:14  Plugins:
13:39:14   Volume: local
13:39:14   Network: bridge host ipvlan macvlan null overlay
13:39:14   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:14  Swarm: inactive
13:39:14  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:14  Default Runtime: runc
13:39:14  Init Binary: docker-init
13:39:14  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:14  runc version: v1.0.3-0-gf46b6ba
13:39:14  init version: de40ad0
13:39:14  Security Options:
13:39:14   apparmor
13:39:14   seccomp
13:39:14    Profile: default
13:39:14  Kernel Version: 5.4.0-1071-aws
13:39:14  Operating System: Ubuntu 18.04.6 LTS
13:39:14  OSType: linux
13:39:14  Architecture: armv8l
13:39:14  CPUs: 2
13:39:14  Total Memory: 7.582GiB
13:39:14  Name: ip-10-100-79-98
13:39:14  ID: L2DA:HS7W:OGRC:VHUG:2BYK:DOFX:SYW4:MCO6:YIXO:FGSY:WKOF:BQZX
13:39:14  Docker Root Dir: /var/lib/docker
13:39:14  Debug Mode: false
13:39:14  Username: dockerbuildbot
13:39:14  Registry: https://index.docker.io/v1/
13:39:14  Labels:
13:39:14  Experimental: true
13:39:14  Insecure Registries:
13:39:14   127.0.0.0/8
13:39:14  Live Restore Enabled: true
13:39:14 
13:39:14 WARNING: No swap limit support
13:39:14 Init https://github.com/docker/scan-cli-plugin.git
13:39:14 git init src/github.com/docker/scan-cli-plugin
13:39:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:14 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:14 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:14 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:14 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:14 Client:
13:39:14  Context:    default
13:39:14  Debug Mode: false
13:39:14  Plugins:
13:39:14   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:14   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:14   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:14   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:14 
13:39:14 Server:
13:39:14  Containers: 0
13:39:14   Running: 0
13:39:14   Paused: 0
13:39:14   Stopped: 0
13:39:14  Images: 1
13:39:14  Server Version: 20.10.14
13:39:14  Storage Driver: overlay2
13:39:14   Backing Filesystem: extfs
13:39:14   Supports d_type: true
13:39:14   Native Overlay Diff: true
13:39:14   userxattr: false
13:39:14  Logging Driver: json-file
13:39:14  Cgroup Driver: systemd
13:39:14  Cgroup Version: 2
13:39:14  Plugins:
13:39:14   Volume: local
13:39:14   Network: bridge host ipvlan macvlan null overlay
13:39:14   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:14  Swarm: inactive
13:39:14  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:14  Default Runtime: runc
13:39:14  Init Binary: docker-init
13:39:14  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:14  runc version: v1.0.3-0-gf46b6ba
13:39:14  init version: de40ad0
13:39:14  Security Options:
13:39:14   apparmor
13:39:14   seccomp
13:39:14    Profile: default
13:39:14   cgroupns
13:39:14  Kernel Version: 5.13.0-1021-aws
13:39:14  Operating System: Ubuntu 20.04.4 LTS
13:39:14  OSType: linux
13:39:14  Architecture: x86_64
13:39:14  CPUs: 2
13:39:14  Total Memory: 7.559GiB
13:39:14  Name: ip-10-100-103-138
13:39:14  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
13:39:14  Docker Root Dir: /var/lib/docker
13:39:14  Debug Mode: false
13:39:14  Username: dockerbuildbot
13:39:14  Registry: https://index.docker.io/v1/
13:39:14  Labels:
13:39:14  Experimental: true
13:39:14  Insecure Registries:
13:39:14   127.0.0.0/8
13:39:14  Live Restore Enabled: true
13:39:14 
13:39:14 Fetching without tags
13:39:14 Init https://github.com/docker/compose.git
13:39:14 git init src/github.com/docker/compose
13:39:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:14 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:14 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:14 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:14 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
[Pipeline] sh
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] sh
13:39:14 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:14 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:14 First time build. Skipping changelog.
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:14 + sort
13:39:14 + env
13:39:14 BRANCH_NAME=PR-665
13:39:14 BUILD_DISPLAY_NAME=#32
13:39:14 BUILD_ID=32
13:39:14 BUILD_NUMBER=32
13:39:14 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:14 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:14 CHANGE_AUTHOR=crazy-max
13:39:14 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:14 CHANGE_BRANCH=fix-static-pkgs
13:39:14 CHANGE_FORK=crazy-max
13:39:14 CHANGE_ID=665
13:39:14 CHANGE_TARGET=master
13:39:14 CHANGE_TITLE=fix and refactor static packages
13:39:14 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:14 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:14 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/24619284-cc81-4b1a-8389-ffdd42fb7003
13:39:14 EXECUTOR_NUMBER=0
13:39:14 HOME=/home/ubuntu
13:39:14 HUDSON_COOKIE=afcf498a-1cff-4c83-af94-63f5afae6718
13:39:14 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:14 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:14 HUDSON_URL=https://ci-next.docker.com/public/
13:39:14 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:14 JENKINS_NODE_COOKIE=3d34ccc4-f7d9-4203-9534-52ff25c00416
13:39:14 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:14 JENKINS_URL=https://ci-next.docker.com/public/
13:39:14 JOB_BASE_NAME=PR-665
13:39:14 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:14 JOB_NAME=docker-ce-packaging/PR-665
13:39:14 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:14 LANG=C.UTF-8
13:39:14 LOGNAME=ubuntu
13:39:14 MAIL=/var/mail/ubuntu
13:39:14 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0389350c4972f0612) arm32v7 armhf docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm32v7
13:39:14 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0389350c4972f0612)
13:39:14 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:14 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:14 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:14 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:14 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:14 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:14 SHELL=/bin/bash
13:39:14 SHLVL=1
13:39:14 SSH_CLIENT=10.100.0.134 33512 22
13:39:14 SSH_CONNECTION=10.100.0.134 33512 10.100.85.247 22
13:39:14 STAGE_NAME=info
13:39:14 USER=ubuntu
13:39:14 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:14 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:14 XDG_RUNTIME_DIR=/run/user/1000
13:39:14 XDG_SESSION_ID=3
13:39:14 _=/usr/bin/java
13:39:14 + sort
13:39:14 + env
13:39:14 BRANCH_NAME=PR-665
13:39:14 BUILD_DISPLAY_NAME=#32
13:39:14 BUILD_ID=32
13:39:14 BUILD_NUMBER=32
13:39:14 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:14 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:14 CHANGE_AUTHOR=crazy-max
13:39:14 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:14 CHANGE_BRANCH=fix-static-pkgs
13:39:14 CHANGE_FORK=crazy-max
13:39:14 CHANGE_ID=665
13:39:14 CHANGE_TARGET=master
13:39:14 CHANGE_TITLE=fix and refactor static packages
13:39:14 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:14 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:14 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/9eb72151-4930-4205-ba5d-75f60f6e8b7a
13:39:14 EXECUTOR_NUMBER=0
13:39:14 HOME=/home/ubuntu
13:39:14 HUDSON_COOKIE=ba1f21c1-5d82-4b55-a370-e9dcc965c3e7
13:39:14 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:14 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:14 HUDSON_URL=https://ci-next.docker.com/public/
13:39:14 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:14 JENKINS_NODE_COOKIE=7ba5d988-05d1-46a3-9801-1ad7f1b12b77
13:39:14 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:14 JENKINS_URL=https://ci-next.docker.com/public/
13:39:14 JOB_BASE_NAME=PR-665
13:39:14 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:14 JOB_NAME=docker-ce-packaging/PR-665
13:39:14 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:14 LANG=C.UTF-8
13:39:14 LOGNAME=ubuntu
13:39:14 MOTD_SHOWN=pam
13:39:14 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0ca24404ef79aee27) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:14 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0ca24404ef79aee27)
13:39:14 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:14 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:14 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:14 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:14 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:14 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:14 SHELL=/bin/bash
13:39:14 SHLVL=0
13:39:14 SSH_CLIENT=10.100.0.134 57056 22
13:39:14 SSH_CONNECTION=10.100.0.134 57056 10.100.85.197 22
13:39:14 STAGE_NAME=info
13:39:14 USER=ubuntu
13:39:14 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:14 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:14 XDG_RUNTIME_DIR=/run/user/1000
13:39:14 XDG_SESSION_CLASS=user
13:39:14 XDG_SESSION_ID=3
13:39:14 XDG_SESSION_TYPE=tty
13:39:14 _=/usr/bin/java
[Pipeline] sh
13:39:14 From https://github.com/docker/compose
13:39:14  * [new tag]         v2.5.0     -> v2.5.0
13:39:14 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:14 Init https://github.com/docker/scan-cli-plugin.git
13:39:14 git init src/github.com/docker/scan-cli-plugin
13:39:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:14 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:14 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:14 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:14 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:14 From https://github.com/docker/scan-cli-plugin
13:39:14  * [new tag]         v0.17.0    -> v0.17.0
13:39:14 From https://github.com/docker/scan-cli-plugin
13:39:14  * [new tag]         v0.17.0    -> v0.17.0
13:39:14 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:14 make -C deb debian-buster
13:39:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:14 mkdir -p sources
13:39:14 docker run --rm -w /v \
13:39:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:14 	alpine \
13:39:14 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:14 Unable to find image 'alpine:latest' locally
13:39:14 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:14 Merge succeeded, producing a437fe3c836b0fa4e2ba53144404b0e8a59c5766
13:39:14 Checking out Revision a437fe3c836b0fa4e2ba53144404b0e8a59c5766 (PR-665)
13:39:14 Client:
13:39:14  Context:    default
13:39:14  Debug Mode: false
13:39:14  Plugins:
13:39:14   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:14   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:14 
13:39:14 Server:
13:39:14  Containers: 0
13:39:14   Running: 0
13:39:14   Paused: 0
13:39:14   Stopped: 0
13:39:14  Images: 1
13:39:14  Server Version: 20.10.14
13:39:14  Storage Driver: overlay2
13:39:14   Backing Filesystem: extfs
13:39:14   Supports d_type: true
13:39:14   Native Overlay Diff: true
13:39:14   userxattr: false
13:39:14  Logging Driver: json-file
13:39:14  Cgroup Driver: cgroupfs
13:39:14  Cgroup Version: 1
13:39:14  Plugins:
13:39:14   Volume: local
13:39:14   Network: bridge host ipvlan macvlan null overlay
13:39:14   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:14  Swarm: inactive
13:39:14  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:14  Default Runtime: runc
13:39:14  Init Binary: docker-init
13:39:14  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:14  runc version: v1.0.3-0-gf46b6ba
13:39:14  init version: de40ad0
13:39:14  Security Options:
13:39:14   apparmor
13:39:14   seccomp
13:39:14    Profile: default
13:39:14  Kernel Version: 5.4.0-1071-aws
13:39:14  Operating System: Ubuntu 18.04.6 LTS
13:39:14  OSType: linux
13:39:14  Architecture: aarch64
13:39:14  CPUs: 2
13:39:14  Total Memory: 7.582GiB
13:39:14  Name: ip-10-100-75-168
13:39:14  ID: KZVE:UGXK:XZ3Y:XADR:MFLY:XE47:7LUZ:N22N:VBFS:U7XC:A2QF:2LZU
13:39:14  Docker Root Dir: /var/lib/docker
13:39:14  Debug Mode: false
13:39:14  Username: dockerbuildbot
13:39:14  Registry: https://index.docker.io/v1/
13:39:14  Labels:
13:39:14  Experimental: true
13:39:14  Insecure Registries:
13:39:14   127.0.0.0/8
13:39:14  Live Restore Enabled: true
13:39:14 
13:39:14 WARNING: No swap limit support
13:39:14 using credential docker-jenkins-github-credentials
13:39:14 Cloning the remote Git repository
13:39:14 Cloning with configured refspecs honoured and without tags
13:39:14 + sort
13:39:14 + env
13:39:14 BRANCH_NAME=PR-665
13:39:14 BUILD_DISPLAY_NAME=#32
13:39:14 BUILD_ID=32
13:39:14 BUILD_NUMBER=32
13:39:14 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:14 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:14 CHANGE_AUTHOR=crazy-max
13:39:14 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:14 CHANGE_BRANCH=fix-static-pkgs
13:39:14 CHANGE_FORK=crazy-max
13:39:14 CHANGE_ID=665
13:39:14 CHANGE_TARGET=master
13:39:14 CHANGE_TITLE=fix and refactor static packages
13:39:14 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:14 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:14 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/2ec0c45b-029c-43e0-a4c7-79d141125a7c
13:39:14 EXECUTOR_NUMBER=0
13:39:14 HOME=/home/ubuntu
13:39:14 HUDSON_COOKIE=33575d19-4446-4a6b-b1e1-dc176b827b13
13:39:14 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:14 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:14 HUDSON_URL=https://ci-next.docker.com/public/
13:39:14 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:14 JENKINS_NODE_COOKIE=6be4ca46-560b-4a74-841a-cf1446c329a4
13:39:14 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:14 JENKINS_URL=https://ci-next.docker.com/public/
13:39:14 JOB_BASE_NAME=PR-665
13:39:14 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:14 JOB_NAME=docker-ce-packaging/PR-665
13:39:14 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:14 LANG=C.UTF-8
13:39:14 LOGNAME=ubuntu
13:39:14 MAIL=/var/mail/ubuntu
13:39:14 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0029d085e923de9e8) arm32v7 armhf docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm32v7
13:39:14 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0029d085e923de9e8)
13:39:14 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:14 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:14 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:14 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:14 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:14 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:14 SHELL=/bin/bash
13:39:14 SHLVL=1
13:39:14 SSH_CLIENT=10.100.0.134 43668 22
13:39:14 SSH_CONNECTION=10.100.0.134 43668 10.100.79.98 22
13:39:14 STAGE_NAME=info
13:39:14 USER=ubuntu
13:39:14 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:14 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:14 XDG_RUNTIME_DIR=/run/user/1000
13:39:14 XDG_SESSION_ID=3
13:39:14 _=/usr/bin/java
[Pipeline] }
[Pipeline] sh
[Pipeline] }
13:39:14 using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
13:39:14 Cloning the remote Git repository
13:39:14 Cloning with configured refspecs honoured and without tags
13:39:14 From https://github.com/docker/buildx
13:39:14  * [new tag]         v0.8.2     -> v0.8.2
13:39:14 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:14 Init https://github.com/docker/compose.git
13:39:14 git init src/github.com/docker/compose
13:39:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:14 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:14 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:14 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:14 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
[Pipeline] stage
13:39:14 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:14 make -C rpm centos-8
13:39:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:39:14 mkdir -p rpmbuild/SOURCES
13:39:14 docker run --rm -w /v \
13:39:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:14 	alpine \
13:39:14 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:14 Unable to find image 'alpine:latest' locally
[Pipeline] { (build)
13:39:14 latest: Pulling from library/alpine
13:39:14 9981e73032c8: Pulling fs layer
13:39:14 9981e73032c8: Verifying Checksum
13:39:14 9981e73032c8: Download complete
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
13:39:14 From https://github.com/docker/compose
13:39:14  * [new tag]         v2.5.0     -> v2.5.0
13:39:14 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:14 Init https://github.com/docker/scan-cli-plugin.git
13:39:14 git init src/github.com/docker/scan-cli-plugin
13:39:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:14 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:14 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:14 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:14 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:14 + env
13:39:14 + sort
13:39:14 BRANCH_NAME=PR-665
13:39:14 BUILD_DISPLAY_NAME=#32
13:39:14 BUILD_ID=32
13:39:14 BUILD_NUMBER=32
13:39:14 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:14 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:14 CHANGE_AUTHOR=crazy-max
13:39:14 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:14 CHANGE_BRANCH=fix-static-pkgs
13:39:14 CHANGE_FORK=crazy-max
13:39:14 CHANGE_ID=665
13:39:14 CHANGE_TARGET=master
13:39:14 CHANGE_TITLE=fix and refactor static packages
13:39:14 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:14 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:14 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/09e9abcf-92f7-4b1c-83f3-020914a4577e
13:39:14 EXECUTOR_NUMBER=0
13:39:14 HOME=/home/ubuntu
13:39:14 HUDSON_COOKIE=cfaa918f-20b0-4e44-8bb6-add166203b4c
13:39:14 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:14 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:14 HUDSON_URL=https://ci-next.docker.com/public/
13:39:14 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:14 JENKINS_NODE_COOKIE=fd55ace2-49e1-442e-93bf-76e46070e275
13:39:14 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:14 JENKINS_URL=https://ci-next.docker.com/public/
13:39:14 JOB_BASE_NAME=PR-665
13:39:14 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:14 JOB_NAME=docker-ce-packaging/PR-665
13:39:14 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:14 LANG=C.UTF-8
13:39:14 LOGNAME=ubuntu
13:39:14 MOTD_SHOWN=pam
13:39:14 NODE_LABELS=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0392ae8567aa91a62) amd64 cgroup2 docker ec2 linux ubuntu ubuntu-2004 ubuntu-2004-cgroup2 x86_64
13:39:14 NODE_NAME=EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0392ae8567aa91a62)
13:39:14 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:14 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:14 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:14 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:14 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:14 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:14 SHELL=/bin/bash
13:39:14 SHLVL=0
13:39:14 SSH_CLIENT=10.100.0.134 49272 22
13:39:14 SSH_CONNECTION=10.100.0.134 49272 10.100.103.138 22
13:39:14 STAGE_NAME=info
13:39:14 USER=ubuntu
13:39:14 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:14 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:14 XDG_RUNTIME_DIR=/run/user/1000
13:39:14 XDG_SESSION_CLASS=user
13:39:14 XDG_SESSION_ID=3
13:39:14 XDG_SESSION_TYPE=tty
13:39:14 _=/usr/bin/java
[Pipeline] checkout
13:39:14 The recommended git tool is: git
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:14 Fetching without tags
[Pipeline] checkout
13:39:14 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
13:39:14 + sort
13:39:14 + env
13:39:14 BRANCH_NAME=PR-665
13:39:14 BUILD_DISPLAY_NAME=#32
13:39:14 BUILD_ID=32
13:39:14 BUILD_NUMBER=32
13:39:14 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:14 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:14 CHANGE_AUTHOR=crazy-max
13:39:14 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:14 CHANGE_BRANCH=fix-static-pkgs
13:39:14 CHANGE_FORK=crazy-max
13:39:14 CHANGE_ID=665
13:39:14 CHANGE_TARGET=master
13:39:14 CHANGE_TITLE=fix and refactor static packages
13:39:14 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:14 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:14 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/2707de84-49d5-4e02-948e-dd1a5d840974
13:39:14 EXECUTOR_NUMBER=0
13:39:14 HOME=/home/ubuntu
13:39:14 HUDSON_COOKIE=aa1f45cd-8358-4204-aecf-13d41ae9c098
13:39:14 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:14 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:14 HUDSON_URL=https://ci-next.docker.com/public/
13:39:14 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:14 JENKINS_NODE_COOKIE=933d5b8e-486f-43eb-a89e-ac735938d40e
13:39:14 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:14 JENKINS_URL=https://ci-next.docker.com/public/
13:39:14 JOB_BASE_NAME=PR-665
13:39:14 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:14 JOB_NAME=docker-ce-packaging/PR-665
13:39:14 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:14 LANG=C.UTF-8
13:39:14 LOGNAME=ubuntu
13:39:14 MAIL=/var/mail/ubuntu
13:39:14 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-09fc4e95cbfd0c0ec) aarch64 arm64 arm64v8 arm64v8-ubuntu-1804 docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm64v8
13:39:14 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-09fc4e95cbfd0c0ec)
13:39:14 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:14 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:14 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:14 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:14 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:14 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:14 SHELL=/bin/bash
13:39:14 SHLVL=1
13:39:14 SSH_CLIENT=10.100.0.134 53964 22
13:39:14 SSH_CONNECTION=10.100.0.134 53964 10.100.75.168 22
13:39:14 STAGE_NAME=info
13:39:14 USER=ubuntu
13:39:14 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:14 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:14 XDG_RUNTIME_DIR=/run/user/1000
13:39:14 XDG_SESSION_ID=3
13:39:14 _=/usr/bin/java
[Pipeline] { (build)
[Pipeline] }
[Pipeline] sh
13:39:14 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:14 From https://github.com/docker/compose
13:39:14  * [new tag]         v2.5.0     -> v2.5.0
13:39:14 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:14 Init https://github.com/docker/scan-cli-plugin.git
13:39:14 git init src/github.com/docker/scan-cli-plugin
13:39:14 latest: Pulling from library/alpine
13:39:14 9981e73032c8: Pulling fs layer
13:39:14 9981e73032c8: Verifying Checksum
13:39:14 9981e73032c8: Download complete
13:39:14 9981e73032c8: Pull complete
13:39:14 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:14 Status: Downloaded newer image for alpine:latest
13:39:15 From https://github.com/docker/scan-cli-plugin
13:39:15  * [new tag]         v0.17.0    -> v0.17.0
13:39:15 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:15 make -C deb debian-bullseye
13:39:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:15 mkdir -p sources
13:39:15 docker run --rm -w /v \
13:39:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:15 	alpine \
13:39:15 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:15 Unable to find image 'alpine:latest' locally
[Pipeline] sh
13:39:15 Merge succeeded, producing 019fa2bd041edafff68d17c9cfff7a148bcbcede
13:39:15 Checking out Revision 019fa2bd041edafff68d17c9cfff7a148bcbcede (PR-665)
[Pipeline] }
[Pipeline] checkout
13:39:15 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # timeout=10
13:39:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:15 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:15 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:15 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:15 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:15 9981e73032c8: Pull complete
13:39:15 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:15 Status: Downloaded newer image for alpine:latest
13:39:15 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:15 First time build. Skipping changelog.
[Pipeline] checkout
13:39:15 The recommended git tool is: git
13:39:15 + make REF=master ubuntu-focal
13:39:15 Init https://github.com/docker/cli.git
13:39:15 git init src/github.com/docker/cli
13:39:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:15 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:15 Checkout https://github.com/docker/cli.git#master
13:39:15 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:15 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:15 From https://github.com/docker/buildx
13:39:15  * [new tag]         v0.8.2     -> v0.8.2
13:39:15 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:15 latest: Pulling from library/alpine
13:39:15 9981e73032c8: Pulling fs layer
[Pipeline] checkout
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a437fe3c836b0fa4e2ba53144404b0e8a59c5766 # timeout=10
13:39:15 The recommended git tool is: git
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # timeout=10
13:39:15 + make REF=master ubuntu-jammy
13:39:15 Init https://github.com/docker/cli.git
13:39:15 git init src/github.com/docker/cli
13:39:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:15 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:15 Checkout https://github.com/docker/cli.git#master
13:39:15 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:15 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:15 using credential docker-jenkins-github-credentials
13:39:15 Cloning the remote Git repository
13:39:15 Cloning with configured refspecs honoured and without tags
13:39:15 Client:
13:39:15  Context:    default
13:39:15  Debug Mode: false
13:39:15  Plugins:
13:39:15   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:15   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:15 
13:39:15 Server:
13:39:15  Containers: 0
13:39:15   Running: 0
13:39:15   Paused: 0
13:39:15   Stopped: 0
13:39:15  Images: 1
13:39:15  Server Version: 20.10.14
13:39:15  Storage Driver: overlay2
13:39:15   Backing Filesystem: extfs
13:39:15   Supports d_type: true
13:39:15   Native Overlay Diff: true
13:39:15   userxattr: false
13:39:15  Logging Driver: json-file
13:39:15  Cgroup Driver: cgroupfs
13:39:15  Cgroup Version: 1
13:39:15  Plugins:
13:39:15   Volume: local
13:39:15   Network: bridge host ipvlan macvlan null overlay
13:39:15   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:15  Swarm: inactive
13:39:15  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:15  Default Runtime: runc
13:39:15  Init Binary: docker-init
13:39:15  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:15  runc version: v1.0.3-0-gf46b6ba
13:39:15  init version: de40ad0
13:39:15  Security Options:
13:39:15   apparmor
13:39:15   seccomp
13:39:15    Profile: default
13:39:15  Kernel Version: 5.4.0-1071-aws
13:39:15  Operating System: Ubuntu 18.04.6 LTS
13:39:15  OSType: linux
13:39:15  Architecture: aarch64
13:39:15  CPUs: 2
13:39:15  Total Memory: 7.582GiB
13:39:15  Name: ip-10-100-40-191
13:39:15  ID: KZVE:UGXK:XZ3Y:XADR:MFLY:XE47:7LUZ:N22N:VBFS:U7XC:A2QF:2LZU
13:39:15  Docker Root Dir: /var/lib/docker
13:39:15  Debug Mode: false
13:39:15  Username: dockerbuildbot
13:39:15  Registry: https://index.docker.io/v1/
13:39:15  Labels:
13:39:15  Experimental: true
13:39:15  Insecure Registries:
13:39:15   127.0.0.0/8
13:39:15  Live Restore Enabled: true
13:39:15 
13:39:15 WARNING: No swap limit support
[Pipeline] sh
13:39:15 From https://github.com/docker/scan-cli-plugin
13:39:15  * [new tag]         v0.17.0    -> v0.17.0
13:39:15 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:15 make -C deb ubuntu-bionic
13:39:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:15 mkdir -p sources
13:39:15 docker run --rm -w /v \
13:39:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:15 	alpine \
13:39:15 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:15 Unable to find image 'alpine:latest' locally
13:39:15 Client:
13:39:15  Context:    default
13:39:15  Debug Mode: false
13:39:15  Plugins:
13:39:15   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:15   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:15 
13:39:15 Server:
13:39:15  Containers: 0
13:39:15   Running: 0
13:39:15   Paused: 0
13:39:15   Stopped: 0
13:39:15  Images: 1
13:39:15  Server Version: 20.10.14
13:39:15  Storage Driver: overlay2
13:39:15   Backing Filesystem: extfs
13:39:15   Supports d_type: true
13:39:15   Native Overlay Diff: true
13:39:15   userxattr: false
13:39:15  Logging Driver: json-file
13:39:15  Cgroup Driver: cgroupfs
13:39:15  Cgroup Version: 1
13:39:15  Plugins:
13:39:15   Volume: local
13:39:15   Network: bridge host ipvlan macvlan null overlay
13:39:15   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:15  Swarm: inactive
13:39:15  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:15  Default Runtime: runc
13:39:15  Init Binary: docker-init
13:39:15  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:15  runc version: v1.0.3-0-gf46b6ba
13:39:15  init version: de40ad0
13:39:15  Security Options:
13:39:15   apparmor
13:39:15   seccomp
13:39:15    Profile: default
13:39:15  Kernel Version: 5.4.0-1071-aws
13:39:15  Operating System: Ubuntu 18.04.6 LTS
13:39:15  OSType: linux
13:39:15  Architecture: aarch64
13:39:15  CPUs: 2
13:39:15  Total Memory: 7.582GiB
13:39:15  Name: ip-10-100-59-121
13:39:15  ID: KZVE:UGXK:XZ3Y:XADR:MFLY:XE47:7LUZ:N22N:VBFS:U7XC:A2QF:2LZU
13:39:15  Docker Root Dir: /var/lib/docker
13:39:15  Debug Mode: false
13:39:15  Username: dockerbuildbot
13:39:15  Registry: https://index.docker.io/v1/
13:39:15  Labels:
13:39:15  Experimental: true
13:39:15  Insecure Registries:
13:39:15   127.0.0.0/8
13:39:15  Live Restore Enabled: true
13:39:15 
13:39:15 WARNING: No swap limit support
13:39:15 Client:
13:39:15  Context:    default
13:39:15  Debug Mode: false
13:39:15  Plugins:
13:39:15   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:15   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:15 
13:39:15 Server:
13:39:15  Containers: 0
13:39:15   Running: 0
13:39:15   Paused: 0
13:39:15   Stopped: 0
13:39:15  Images: 1
13:39:15  Server Version: 20.10.14
13:39:15  Storage Driver: overlay2
13:39:15   Backing Filesystem: extfs
13:39:15   Supports d_type: true
13:39:15   Native Overlay Diff: true
13:39:15   userxattr: false
13:39:15  Logging Driver: json-file
13:39:15  Cgroup Driver: cgroupfs
13:39:15  Cgroup Version: 1
13:39:15  Plugins:
13:39:15   Volume: local
13:39:15   Network: bridge host ipvlan macvlan null overlay
13:39:15   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:15  Swarm: inactive
13:39:15  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
13:39:15  Default Runtime: runc
13:39:15  Init Binary: docker-init
13:39:15  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:15  runc version: v1.0.3-0-gf46b6ba
13:39:15  init version: de40ad0
13:39:15  Security Options:
13:39:15   apparmor
13:39:15   seccomp
13:39:15    Profile: default
13:39:15  Kernel Version: 5.4.0-1071-aws
13:39:15  Operating System: Ubuntu 18.04.6 LTS
13:39:15  OSType: linux
13:39:15  Architecture: aarch64
13:39:15  CPUs: 2
13:39:15  Total Memory: 7.582GiB
13:39:15  Name: ip-10-100-95-64
13:39:15  ID: KZVE:UGXK:XZ3Y:XADR:MFLY:XE47:7LUZ:N22N:VBFS:U7XC:A2QF:2LZU
13:39:15  Docker Root Dir: /var/lib/docker
13:39:15  Debug Mode: false
13:39:15  Username: dockerbuildbot
13:39:15  Registry: https://index.docker.io/v1/
13:39:15  Labels:
13:39:15  Experimental: true
13:39:15  Insecure Registries:
13:39:15   127.0.0.0/8
13:39:15  Live Restore Enabled: true
13:39:15 
13:39:15 WARNING: No swap limit support
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 019fa2bd041edafff68d17c9cfff7a148bcbcede # timeout=10
13:39:15 Init https://github.com/docker/compose.git
13:39:15 git init src/github.com/docker/compose
13:39:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:15 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:15 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:15 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:15 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:15 9981e73032c8: Download complete
13:39:15 9981e73032c8: Pull complete
13:39:15 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:15 Status: Downloaded newer image for alpine:latest
[Pipeline] sh
[Pipeline] sh
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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] sh
13:39:15 latest: Pulling from library/alpine
13:39:15 9981e73032c8: Pulling fs layer
13:39:15 9981e73032c8: Verifying Checksum
13:39:15 9981e73032c8: Download complete
13:39:15 using credential docker-jenkins-github-credentials
13:39:15 Cloning the remote Git repository
13:39:15 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:15 + sort
13:39:15 + env
13:39:15 BRANCH_NAME=PR-665
13:39:15 BUILD_DISPLAY_NAME=#32
13:39:15 BUILD_ID=32
13:39:15 BUILD_NUMBER=32
13:39:15 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:15 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:15 CHANGE_AUTHOR=crazy-max
13:39:15 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:15 CHANGE_BRANCH=fix-static-pkgs
13:39:15 CHANGE_FORK=crazy-max
13:39:15 CHANGE_ID=665
13:39:15 CHANGE_TARGET=master
13:39:15 CHANGE_TITLE=fix and refactor static packages
13:39:15 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:15 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:15 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/99469c28-bdf2-4ffa-a093-290af90a8c4a
13:39:15 EXECUTOR_NUMBER=0
13:39:15 HOME=/home/ubuntu
13:39:15 HUDSON_COOKIE=b0128dbd-335c-419c-90b2-abd359b44618
13:39:15 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:15 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:15 HUDSON_URL=https://ci-next.docker.com/public/
13:39:15 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:15 JENKINS_NODE_COOKIE=afad7b5f-b3ac-4be7-8720-55e162763883
13:39:15 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:15 JENKINS_URL=https://ci-next.docker.com/public/
13:39:15 JOB_BASE_NAME=PR-665
13:39:15 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:15 JOB_NAME=docker-ce-packaging/PR-665
13:39:15 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:15 LANG=C.UTF-8
13:39:15 LOGNAME=ubuntu
13:39:15 MAIL=/var/mail/ubuntu
13:39:15 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-01b76f9174665cecd) aarch64 arm64 arm64v8 arm64v8-ubuntu-1804 docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm64v8
13:39:15 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-01b76f9174665cecd)
13:39:15 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:15 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:15 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:15 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:15 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:15 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:15 SHELL=/bin/bash
13:39:15 SHLVL=1
13:39:15 SSH_CLIENT=10.100.0.134 34482 22
13:39:15 SSH_CONNECTION=10.100.0.134 34482 10.100.40.191 22
13:39:15 STAGE_NAME=info
13:39:15 USER=ubuntu
13:39:15 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:15 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:15 XDG_RUNTIME_DIR=/run/user/1000
13:39:15 XDG_SESSION_ID=3
13:39:15 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
13:39:15 + sort
13:39:15 + env
13:39:15 BRANCH_NAME=PR-665
13:39:15 BUILD_DISPLAY_NAME=#32
13:39:15 BUILD_ID=32
13:39:15 BUILD_NUMBER=32
13:39:15 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:15 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:15 CHANGE_AUTHOR=crazy-max
13:39:15 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:15 CHANGE_BRANCH=fix-static-pkgs
13:39:15 CHANGE_FORK=crazy-max
13:39:15 CHANGE_ID=665
13:39:15 CHANGE_TARGET=master
13:39:15 CHANGE_TITLE=fix and refactor static packages
13:39:15 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:15 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:15 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/eb33316d-2fa2-43df-b93c-a127aa354993
13:39:15 EXECUTOR_NUMBER=0
13:39:15 HOME=/home/ubuntu
13:39:15 HUDSON_COOKIE=4da20cbf-1149-4cc2-88cf-3dbecf54c28c
13:39:15 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:15 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:15 HUDSON_URL=https://ci-next.docker.com/public/
13:39:15 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:15 JENKINS_NODE_COOKIE=def45215-e9ce-4fa7-8795-e188ad920df9
13:39:15 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:15 JENKINS_URL=https://ci-next.docker.com/public/
13:39:15 JOB_BASE_NAME=PR-665
13:39:15 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:15 JOB_NAME=docker-ce-packaging/PR-665
13:39:15 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:15 LANG=C.UTF-8
13:39:15 LOGNAME=ubuntu
13:39:15 MAIL=/var/mail/ubuntu
13:39:15 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-030844c4bfce548b9) aarch64 arm64 arm64v8 arm64v8-ubuntu-1804 docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm64v8
13:39:15 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-030844c4bfce548b9)
13:39:15 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:15 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:15 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:15 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:15 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:15 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:15 SHELL=/bin/bash
13:39:15 SHLVL=1
13:39:15 SSH_CLIENT=10.100.0.134 50986 22
13:39:15 SSH_CONNECTION=10.100.0.134 50986 10.100.59.121 22
13:39:15 STAGE_NAME=info
13:39:15 USER=ubuntu
13:39:15 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:15 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:15 XDG_RUNTIME_DIR=/run/user/1000
13:39:15 XDG_SESSION_ID=3
13:39:15 _=/usr/bin/java
[Pipeline] { (build)
13:39:15 using credential docker-jenkins-github-credentials
13:39:15 Cloning the remote Git repository
13:39:15 Cloning with configured refspecs honoured and without tags
[Pipeline] }
13:39:15 + sort
13:39:15 + env
13:39:15 BRANCH_NAME=PR-665
13:39:15 BUILD_DISPLAY_NAME=#32
13:39:15 BUILD_ID=32
13:39:15 BUILD_NUMBER=32
13:39:15 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:15 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:15 CHANGE_AUTHOR=crazy-max
13:39:15 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:15 CHANGE_BRANCH=fix-static-pkgs
13:39:15 CHANGE_FORK=crazy-max
13:39:15 CHANGE_ID=665
13:39:15 CHANGE_TARGET=master
13:39:15 CHANGE_TITLE=fix and refactor static packages
13:39:15 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:15 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:15 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/8bb4f4f4-8496-414c-a47f-8ad08303bb32
13:39:15 EXECUTOR_NUMBER=0
13:39:15 HOME=/home/ubuntu
13:39:15 HUDSON_COOKIE=26cd73aa-c863-4100-b01f-8cbe4bb87a5d
13:39:15 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:15 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:15 HUDSON_URL=https://ci-next.docker.com/public/
13:39:15 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:15 JENKINS_NODE_COOKIE=4a36762c-f9ca-4957-af13-f1e5085e62bb
13:39:15 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:15 JENKINS_URL=https://ci-next.docker.com/public/
13:39:15 JOB_BASE_NAME=PR-665
13:39:15 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:15 JOB_NAME=docker-ce-packaging/PR-665
13:39:15 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:15 LANG=C.UTF-8
13:39:15 LOGNAME=ubuntu
13:39:15 MAIL=/var/mail/ubuntu
13:39:15 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-0836bcaf845f1550d) aarch64 arm64 arm64v8 arm64v8-ubuntu-1804 docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm64v8
13:39:15 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm64v8 (i-0836bcaf845f1550d)
13:39:15 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:15 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:15 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:15 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:15 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:15 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:15 SHELL=/bin/bash
13:39:15 SHLVL=1
13:39:15 SSH_CLIENT=10.100.0.134 53416 22
13:39:15 SSH_CONNECTION=10.100.0.134 53416 10.100.95.64 22
13:39:15 STAGE_NAME=info
13:39:15 USER=ubuntu
13:39:15 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:15 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:15 XDG_RUNTIME_DIR=/run/user/1000
13:39:15 XDG_SESSION_ID=3
13:39:15 _=/usr/bin/java
[Pipeline] checkout
13:39:15 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:16 + make REF=master ubuntu-impish
13:39:16 Init https://github.com/docker/cli.git
13:39:16 git init src/github.com/docker/cli
13:39:16 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:16 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:16 Checkout https://github.com/docker/cli.git#master
13:39:16 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:16 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:16 9981e73032c8: Pull complete
13:39:16 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:16 Status: Downloaded newer image for alpine:latest
13:39:16 using credential docker-jenkins-github-credentials
13:39:16 Cloning the remote Git repository
13:39:16 Cloning with configured refspecs honoured and without tags
13:39:16 Client:
13:39:16  Context:    default
13:39:16  Debug Mode: false
13:39:16  Plugins:
13:39:16   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:16   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:16 
13:39:16 Server:
13:39:16  Containers: 0
13:39:16   Running: 0
13:39:16   Paused: 0
13:39:16   Stopped: 0
13:39:16  Images: 1
13:39:16  Server Version: 20.10.14
13:39:16  Storage Driver: overlay2
13:39:16   Backing Filesystem: extfs
13:39:16   Supports d_type: true
13:39:16   Native Overlay Diff: true
13:39:16   userxattr: false
13:39:16  Logging Driver: json-file
13:39:16  Cgroup Driver: cgroupfs
13:39:16  Cgroup Version: 1
13:39:16  Plugins:
13:39:16   Volume: local
13:39:16   Network: bridge host ipvlan macvlan null overlay
13:39:16   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:16  Swarm: inactive
13:39:16  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:16  Default Runtime: runc
13:39:16  Init Binary: docker-init
13:39:16  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:16  runc version: v1.0.3-0-gf46b6ba
13:39:16  init version: de40ad0
13:39:16  Security Options:
13:39:16   apparmor
13:39:16   seccomp
13:39:16    Profile: default
13:39:16  Kernel Version: 5.4.0-1071-aws
13:39:16  Operating System: Ubuntu 18.04.6 LTS
13:39:16  OSType: linux
13:39:16  Architecture: armv8l
13:39:16  CPUs: 2
13:39:16  Total Memory: 7.582GiB
13:39:16  Name: ip-10-100-80-123
13:39:16  ID: L2DA:HS7W:OGRC:VHUG:2BYK:DOFX:SYW4:MCO6:YIXO:FGSY:WKOF:BQZX
13:39:16  Docker Root Dir: /var/lib/docker
13:39:16  Debug Mode: false
13:39:16  Username: dockerbuildbot
13:39:16  Registry: https://index.docker.io/v1/
13:39:16  Labels:
13:39:16  Experimental: true
13:39:16  Insecure Registries:
13:39:16   127.0.0.0/8
13:39:16  Live Restore Enabled: true
13:39:16 
13:39:16 WARNING: No swap limit support
[Pipeline] checkout
13:39:16 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
13:39:16 Fetching without tags
[Pipeline] { (build)
[Pipeline] sh
13:39:16 From https://github.com/docker/compose
13:39:16  * [new tag]         v2.5.0     -> v2.5.0
13:39:16 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:16 Init https://github.com/docker/scan-cli-plugin.git
13:39:16 git init src/github.com/docker/scan-cli-plugin
13:39:16 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:16 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:16 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:16 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:16 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:16 Fetching without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:16 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
[Pipeline] checkout
13:39:16 The recommended git tool is: git
13:39:16 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:16 Merge succeeded, producing 98ed0fee3d66f0bb475d558bb74835c28a1f3d6b
13:39:16 Checking out Revision 98ed0fee3d66f0bb475d558bb74835c28a1f3d6b (PR-665)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 98ed0fee3d66f0bb475d558bb74835c28a1f3d6b # timeout=10
13:39:16 From https://github.com/docker/scan-cli-plugin
13:39:16  * [new tag]         v0.17.0    -> v0.17.0
13:39:16 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:16 make -C rpm fedora-34
13:39:16 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:39:16 mkdir -p rpmbuild/SOURCES
13:39:16 docker run --rm -w /v \
13:39:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:16 	alpine \
13:39:16 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:16 Unable to find image 'alpine:latest' locally
13:39:16 Merge succeeded, producing 98ed0fee3d66f0bb475d558bb74835c28a1f3d6b
13:39:16 Checking out Revision 98ed0fee3d66f0bb475d558bb74835c28a1f3d6b (PR-665)
13:39:16 + sort
13:39:16 + env
13:39:16 BRANCH_NAME=PR-665
13:39:16 BUILD_DISPLAY_NAME=#32
13:39:16 BUILD_ID=32
13:39:16 BUILD_NUMBER=32
13:39:16 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:16 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:16 CHANGE_AUTHOR=crazy-max
13:39:16 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:16 CHANGE_BRANCH=fix-static-pkgs
13:39:16 CHANGE_FORK=crazy-max
13:39:16 CHANGE_ID=665
13:39:16 CHANGE_TARGET=master
13:39:16 CHANGE_TITLE=fix and refactor static packages
13:39:16 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:16 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:16 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/785062e2-bcae-4f91-96e0-9b5851a959dd
13:39:16 EXECUTOR_NUMBER=0
13:39:16 HOME=/home/ubuntu
13:39:16 HUDSON_COOKIE=7a69f571-581f-4986-8f4b-1f754ebe1c0e
13:39:16 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:16 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:16 HUDSON_URL=https://ci-next.docker.com/public/
13:39:16 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:16 JENKINS_NODE_COOKIE=ad512c2d-d989-49cf-8f00-c5c136ecf237
13:39:16 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:16 JENKINS_URL=https://ci-next.docker.com/public/
13:39:16 JOB_BASE_NAME=PR-665
13:39:16 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:16 JOB_NAME=docker-ce-packaging/PR-665
13:39:16 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:16 LANG=C.UTF-8
13:39:16 LOGNAME=ubuntu
13:39:16 MAIL=/var/mail/ubuntu
13:39:16 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-09dee6443fb3f3bbe) arm32v7 armhf docker linux overlay2 ubuntu ubuntu-1804 ubuntu-1804-overlay2-arm32v7
13:39:16 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-09dee6443fb3f3bbe)
13:39:16 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:16 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:16 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:16 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:16 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:16 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:16 SHELL=/bin/bash
13:39:16 SHLVL=1
13:39:16 SSH_CLIENT=10.100.0.134 52082 22
13:39:16 SSH_CONNECTION=10.100.0.134 52082 10.100.80.123 22
13:39:16 STAGE_NAME=info
13:39:16 USER=ubuntu
13:39:16 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:16 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:16 XDG_RUNTIME_DIR=/run/user/1000
13:39:16 XDG_SESSION_ID=3
13:39:16 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 98ed0fee3d66f0bb475d558bb74835c28a1f3d6b # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # timeout=10
[Pipeline] checkout
13:39:16 The recommended git tool is: git
13:39:16 latest: Pulling from library/alpine
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # timeout=10
13:39:16 Fetching without tags
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:16 9981e73032c8: Pulling fs layer
13:39:16 9981e73032c8: Verifying Checksum
13:39:16 9981e73032c8: Download complete
13:39:16 9981e73032c8: Pull complete
13:39:16 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:16 Status: Downloaded newer image for alpine:latest
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:16 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:17 Merge succeeded, producing 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c
13:39:17 Checking out Revision 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c (PR-665)
13:39:17 From https://github.com/docker/cli
13:39:17  * [new branch]      master     -> master
13:39:17  * [new branch]      master     -> origin/master
13:39:17 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:17 Init https://github.com/docker/docker.git
13:39:17 git init src/github.com/docker/docker
13:39:17 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:17 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:17 Checkout https://github.com/docker/docker.git#master
13:39:17 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:17 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:17 From https://github.com/docker/cli
13:39:17  * [new branch]      master     -> master
13:39:17  * [new branch]      master     -> origin/master
13:39:17 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:17 Init https://github.com/docker/docker.git
13:39:17 git init src/github.com/docker/docker
13:39:17 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:17 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:17 Checkout https://github.com/docker/docker.git#master
13:39:17 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:17 Fetching without tags
13:39:17 Fetching without tags
13:39:17 using credential docker-jenkins-github-credentials
13:39:17 Cloning the remote Git repository
13:39:17 Cloning with configured refspecs honoured and without tags
13:39:17 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:17 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:17 Merge succeeded, producing 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c
13:39:17 Checking out Revision 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c (PR-665)
13:39:17 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:17 Fetching without tags
13:39:17 using credential docker-jenkins-github-credentials
13:39:17 Cloning the remote Git repository
13:39:17 Cloning with configured refspecs honoured and without tags
13:39:17 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:17 using credential docker-jenkins-github-credentials
13:39:17 Cloning the remote Git repository
13:39:17 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
13:39:17 Merge succeeded, producing 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c
13:39:17 Checking out Revision 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c (PR-665)
13:39:17 Merge succeeded, producing 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c
13:39:17 Checking out Revision 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c (PR-665)
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c # timeout=10
13:39:17 using credential docker-jenkins-github-credentials
13:39:17 From https://github.com/docker/cli
13:39:17  * [new branch]      master     -> master
13:39:17  * [new branch]      master     -> origin/master
13:39:17 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:17 Init https://github.com/docker/docker.git
13:39:17 git init src/github.com/docker/docker
13:39:17 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:17 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:17 Checkout https://github.com/docker/docker.git#master
13:39:17 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:17 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:17 Cloning the remote Git repository
13:39:17 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c # timeout=10
13:39:18 using credential docker-jenkins-github-credentials
13:39:18 Cloning the remote Git repository
13:39:18 Cloning with configured refspecs honoured and 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/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1a00db53e3163b0ef7079ae0a3c34f7c74ba5b8c # timeout=10
13:39:18 using credential docker-jenkins-github-credentials
13:39:18 Cloning the remote Git repository
13:39:18 Cloning with configured refspecs honoured and without tags
13:39:18 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:18 First time build. Skipping changelog.
13:39:18 using credential docker-jenkins-github-credentials
13:39:18 Cloning the remote Git repository
13:39:18 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-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:18 Fetching without tags
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:19 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] sh
13:39:19 Merge succeeded, producing 992660c3d18dc6b874a894e47aec240ba7fa8901
13:39:19 Checking out Revision 992660c3d18dc6b874a894e47aec240ba7fa8901 (PR-665)
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:19 #10 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 4.8s done
13:39:19 #10 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f
13:39:19 #10 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 0.0s done
13:39:19 #10 DONE 17.6s
13:39:19 
13:39:19 #15 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:39:19 #15 DONE 0.8s
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +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-665 # 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/665/head:refs/remotes/origin/PR-665 +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-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:19 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:19 First time build. Skipping changelog.
13:39:19 
13:39:19 #16 [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
13:39:19 #16 DONE 0.1s
13:39:19 
13:39:19 #17 [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
13:39:19 + make REF=master fedora-36
13:39:19 Init https://github.com/docker/cli.git
13:39:19 git init src/github.com/docker/cli
13:39:19 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:19 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:19 Checkout https://github.com/docker/cli.git#master
13:39:19 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:19 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:19 using credential docker-jenkins-github-credentials
13:39:19 using credential docker-jenkins-github-credentials
13:39:19 Cloning the remote Git repository
13:39:19 Cloning with configured refspecs honoured and without tags
13:39:19 Cloning the remote Git repository
13:39:19 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-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:19 #17 ...
13:39:19 
13:39:19 #18 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:39:19 #18 DONE 0.2s
13:39:19 
13:39:19 #19 [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
13:39:19 using credential docker-jenkins-github-credentials
13:39:19 Cloning the remote Git repository
13:39:19 Cloning with configured refspecs honoured and without tags
[Pipeline] sh
13:39:19 using credential docker-jenkins-github-credentials
13:39:19 Cloning the remote Git repository
13:39:19 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-665 # timeout=10
13:39:19 Fetching without tags
13:39:19 Fetching without tags
13:39:19 Fetching without tags
13:39:19 Fetching without tags
13:39:19 Fetching without tags
13:39:19 Fetching without tags
13:39:19 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:19 #19 0.311 + RM_GOPATH=0
13:39:19 #19 0.311 + TMP_GOPATH=
13:39:19 #19 0.311 + : /build
13:39:19 #19 0.311 + '[' -z '' ']'
13:39:19 #19 0.312 ++ mktemp -d
13:39:19 #19 0.321 + export GOPATH=/tmp/tmp.cwxb5GlpQ9
13:39:19 #19 0.321 + GOPATH=/tmp/tmp.cwxb5GlpQ9
13:39:19 #19 0.322 + RM_GOPATH=1
13:39:19 #19 0.322 + case "$(go env GOARCH)" in
13:39:19 #19 0.326 ++ go env GOARCH
13:39:19 #19 0.331 + export GO_BUILDMODE=-buildmode=pie
13:39:19 #19 0.332 + GO_BUILDMODE=-buildmode=pie
13:39:19 #19 0.334 ++ dirname /install.sh
13:39:19 #19 0.336 + dir=/
13:39:19 #19 0.337 + bin=rootlesskit
13:39:19 #19 0.338 + shift
13:39:19 #19 0.339 + '[' '!' -f //rootlesskit.installer ']'
13:39:19 #19 0.339 + . //rootlesskit.installer
13:39:19 #19 0.340 ++ : 1920341cd41e047834a21007424162a2dc946315
13:39:19 #19 0.341 + install_rootlesskit
13:39:19 #19 0.342 + case "$1" in
13:39:19 #19 0.342 + export CGO_ENABLED=0
13:39:19 #19 0.343 + CGO_ENABLED=0
13:39:19 #19 0.344 + _install_rootlesskit
13:39:19 #19 0.345 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:39:19 #19 0.346 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:39:19 #19 0.346 + for f in rootlesskit rootlesskit-docker-proxy
13:39:19 #19 0.347 + GOBIN=/build
13:39:19 #19 0.347 + GO111MODULE=on
13:39:19 #19 0.347 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:39:19 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:20 + make REF=master debian-buster
13:39:20 Init https://github.com/docker/cli.git
13:39:20 git init src/github.com/docker/cli
13:39:20 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:20 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:20 Checkout https://github.com/docker/cli.git#master
13:39:20 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:20 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:20 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:20 Merge succeeded, producing 17d4a83668de414f826272578f5bb6c5afcc4416
13:39:20 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:20 Checking out Revision 17d4a83668de414f826272578f5bb6c5afcc4416 (PR-665)
13:39:20 Merge succeeded, producing 17d4a83668de414f826272578f5bb6c5afcc4416
13:39:20 Checking out Revision 17d4a83668de414f826272578f5bb6c5afcc4416 (PR-665)
13:39:20 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:20 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:20 Merge succeeded, producing 17d4a83668de414f826272578f5bb6c5afcc4416
13:39:20 Checking out Revision 17d4a83668de414f826272578f5bb6c5afcc4416 (PR-665)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 992660c3d18dc6b874a894e47aec240ba7fa8901 # timeout=10
13:39:20 Merge succeeded, producing 17d4a83668de414f826272578f5bb6c5afcc4416
13:39:20 Checking out Revision 17d4a83668de414f826272578f5bb6c5afcc4416 (PR-665)
13:39:20 #19 0.798 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:39:20 Merge succeeded, producing 17d4a83668de414f826272578f5bb6c5afcc4416
13:39:20 Checking out Revision 17d4a83668de414f826272578f5bb6c5afcc4416 (PR-665)
13:39:20 using credential docker-jenkins-github-credentials
13:39:20 Cloning the remote Git repository
13:39:20 Cloning with configured refspecs honoured and without tags
13:39:20 mkdir -p sources
13:39:20 docker run --rm -w /v \
13:39:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:20 	alpine \
13:39:20 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
13:39:20 mkdir -p rpmbuild/SOURCES
13:39:20 docker run --rm -w /v \
13:39:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:20 	alpine \
13:39:20 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:20 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:20 First time build. Skipping changelog.
13:39:20 using credential docker-jenkins-github-credentials
13:39:20 Cloning the remote Git repository
13:39:20 Cloning with configured refspecs honoured and without tags
13:39:20 Merge succeeded, producing 17d4a83668de414f826272578f5bb6c5afcc4416
13:39:20 Checking out Revision 17d4a83668de414f826272578f5bb6c5afcc4416 (PR-665)
13:39:20 mkdir -p rpmbuild/SOURCES
13:39:20 docker run --rm -w /v \
13:39:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:20 	alpine \
13:39:20 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:20 From https://github.com/docker/docker
13:39:20  * [new branch]      master     -> master
13:39:20  * [new branch]      master     -> origin/master
13:39:20 + git -C src/github.com/docker/docker checkout -q refs/heads/master
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 17d4a83668de414f826272578f5bb6c5afcc4416 # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 17d4a83668de414f826272578f5bb6c5afcc4416 # timeout=10
13:39:20 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 17d4a83668de414f826272578f5bb6c5afcc4416 # timeout=10
13:39:20 Fetching without tags
13:39:20 using credential docker-jenkins-github-credentials
13:39:20 Cloning the remote Git repository
13:39:20 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-665 # timeout=10
13:39:20 using credential docker-jenkins-github-credentials
13:39:20 Cloning the remote Git repository
13:39:20 Cloning with configured refspecs honoured and without tags
13:39:20 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:20 Init https://github.com/docker/buildx.git
13:39:20 git init src/github.com/docker/buildx
13:39:20 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:20 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:20 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:20 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:20 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:20 From https://github.com/docker/docker
13:39:20  * [new branch]      master     -> master
13:39:20  * [new branch]      master     -> origin/master
13:39:20 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:20 Init https://github.com/docker/buildx.git
13:39:20 git init src/github.com/docker/buildx
13:39:20 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:20 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:20 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:20 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:20 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:20 Merge succeeded, producing 17d4a83668de414f826272578f5bb6c5afcc4416
13:39:20 Checking out Revision 17d4a83668de414f826272578f5bb6c5afcc4416 (PR-665)
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:20 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/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 17d4a83668de414f826272578f5bb6c5afcc4416 # timeout=10
13:39:20 mkdir -p sources
13:39:20 docker run --rm -w /v \
13:39:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:20 	alpine \
13:39:20 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
[Pipeline] sh
13:39:21 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 17d4a83668de414f826272578f5bb6c5afcc4416 # timeout=10
13:39:21 + make REF=master centos-7
13:39:21 Init https://github.com/docker/cli.git
13:39:21 git init src/github.com/docker/cli
13:39:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:21 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:21 Checkout https://github.com/docker/cli.git#master
13:39:21 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:21 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:21 Fetching without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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
13:39:21 Merge succeeded, producing 23b93599281cc2580ce0783b29f1538339301989
13:39:21 Checking out Revision 23b93599281cc2580ce0783b29f1538339301989 (PR-665)
13:39:21 Fetching without tags
13:39:21 + make REF=master ubuntu-impish
13:39:21 Init https://github.com/docker/cli.git
13:39:21 git init src/github.com/docker/cli
13:39:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:21 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:21 Checkout https://github.com/docker/cli.git#master
13:39:21 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:21 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:21 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:21 From https://github.com/docker/docker
13:39:21  * [new branch]      master     -> master
13:39:21  * [new branch]      master     -> origin/master
13:39:21 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:21 Init https://github.com/docker/buildx.git
13:39:21 git init src/github.com/docker/buildx
13:39:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:21 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:21 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:21 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:21 Fetching without tags
13:39:21 mkdir -p sources
13:39:21 docker run --rm -w /v \
13:39:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:21 	alpine \
13:39:21 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:21 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:21 Merge succeeded, producing 23b93599281cc2580ce0783b29f1538339301989
13:39:21 Checking out Revision 23b93599281cc2580ce0783b29f1538339301989 (PR-665)
13:39:21 From https://github.com/docker/cli
13:39:21  * [new branch]      master     -> master
13:39:21  * [new branch]      master     -> origin/master
13:39:21 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:21 Init https://github.com/docker/docker.git
13:39:21 git init src/github.com/docker/docker
13:39:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:21 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:21 Checkout https://github.com/docker/docker.git#master
13:39:21 ./scripts/checkout.sh src/github.com/docker/docker "master"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 17d4a83668de414f826272578f5bb6c5afcc4416 # timeout=10
13:39:21 Fetching without tags
13:39:21 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:21 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:21 First time build. Skipping changelog.
13:39:21 Merge succeeded, producing 23b93599281cc2580ce0783b29f1538339301989
13:39:21 Checking out Revision 23b93599281cc2580ce0783b29f1538339301989 (PR-665)
13:39:21 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:21 Fetching without tags
13:39:21 mkdir -p rpmbuild/SOURCES
13:39:21 docker run --rm -w /v \
13:39:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:21 	alpine \
13:39:21 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:21 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:21 Merge succeeded, producing 23b93599281cc2580ce0783b29f1538339301989
13:39:21 Checking out Revision 23b93599281cc2580ce0783b29f1538339301989 (PR-665)
13:39:21 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:21 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:21 From https://github.com/docker/cli
13:39:21  * [new branch]      master     -> master
13:39:21  * [new branch]      master     -> origin/master
13:39:21 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:21 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
 > git checkout -f 17d4a83668de414f826272578f5bb6c5afcc4416 # timeout=10
13:39:21 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:21 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:21 Merge succeeded, producing 23b93599281cc2580ce0783b29f1538339301989
13:39:21 Checking out Revision 23b93599281cc2580ce0783b29f1538339301989 (PR-665)
13:39:21 Merge succeeded, producing 23b93599281cc2580ce0783b29f1538339301989
13:39:21 Checking out Revision 23b93599281cc2580ce0783b29f1538339301989 (PR-665)
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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23b93599281cc2580ce0783b29f1538339301989 # timeout=10
13:39:21 mkdir -p rpmbuild/SOURCES
13:39:21 docker run --rm -w /v \
13:39:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:21 	alpine \
13:39:21 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:21 Init https://github.com/docker/docker.git
13:39:21 git init src/github.com/docker/docker
13:39:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:21 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:21 Checkout https://github.com/docker/docker.git#master
13:39:21 ./scripts/checkout.sh src/github.com/docker/docker "master"
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:21 Fetching without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23b93599281cc2580ce0783b29f1538339301989 # timeout=10
13:39:21 From https://github.com/docker/cli
13:39:21  * [new branch]      master     -> master
13:39:21  * [new branch]      master     -> origin/master
13:39:21 + git -C src/github.com/docker/cli checkout -q refs/heads/master
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23b93599281cc2580ce0783b29f1538339301989 # timeout=10
13:39:22 Client:
13:39:22  Context:    default
13:39:22  Debug Mode: false
13:39:22  Plugins:
13:39:22   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:22   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:22   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:22   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:22 
13:39:22 Server:
13:39:22  Containers: 0
13:39:22   Running: 0
13:39:22   Paused: 0
13:39:22   Stopped: 0
13:39:22  Images: 1
13:39:22  Server Version: 20.10.14
13:39:22  Storage Driver: overlay2
13:39:22   Backing Filesystem: extfs
13:39:22   Supports d_type: true
13:39:22   Native Overlay Diff: true
13:39:22   userxattr: false
13:39:22  Logging Driver: json-file
13:39:22  Cgroup Driver: cgroupfs
13:39:22  Cgroup Version: 1
13:39:22  Plugins:
13:39:22   Volume: local
13:39:22   Network: bridge host ipvlan macvlan null overlay
13:39:22   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:22  Swarm: inactive
13:39:22  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:22  Default Runtime: runc
13:39:22  Init Binary: docker-init
13:39:22  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:22  runc version: v1.0.3-0-gf46b6ba
13:39:22  init version: de40ad0
13:39:22  Security Options:
13:39:22   apparmor
13:39:22   seccomp
13:39:22    Profile: default
13:39:22  Kernel Version: 5.4.0-1071-aws
13:39:22  Operating System: Ubuntu 18.04.6 LTS
13:39:22  OSType: linux
13:39:22  Architecture: x86_64
13:39:22  CPUs: 2
13:39:22  Total Memory: 7.565GiB
13:39:22  Name: ip-10-100-103-226
13:39:22  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
13:39:22  Docker Root Dir: /var/lib/docker
13:39:22  Debug Mode: false
13:39:22  Username: dockerbuildbot
13:39:22  Registry: https://index.docker.io/v1/
13:39:22  Labels:
13:39:22  Experimental: true
13:39:22  Insecure Registries:
13:39:22   127.0.0.0/8
13:39:22  Live Restore Enabled: true
13:39:22 
13:39:22 WARNING: No swap limit support
[Pipeline] sh
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23b93599281cc2580ce0783b29f1538339301989 # timeout=10
[Pipeline] sh
13:39:22 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
[Pipeline] sh
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23b93599281cc2580ce0783b29f1538339301989 # timeout=10
13:39:22 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:22 #19 2.566 go: downloading github.com/sirupsen/logrus v1.8.1
13:39:22 #19 2.570 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:39:22 Init https://github.com/docker/docker.git
13:39:22 git init src/github.com/docker/docker
13:39:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:22 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:22 Checkout https://github.com/docker/docker.git#master
13:39:22 ./scripts/checkout.sh src/github.com/docker/docker "master"
 > 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
13:39:22 mkdir -p rpmbuild/SOURCES
13:39:22 docker run --rm -w /v \
13:39:22 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:22 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:22 	alpine \
13:39:22 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:22 Merge succeeded, producing b15cf7c018508e43bfcd170f80bd7a15c61037a0
13:39:22 Checking out Revision b15cf7c018508e43bfcd170f80bd7a15c61037a0 (PR-665)
13:39:22 + sort
13:39:22 + env
13:39:22 BRANCH_NAME=PR-665
13:39:22 BUILD_DISPLAY_NAME=#32
13:39:22 BUILD_ID=32
13:39:22 BUILD_NUMBER=32
13:39:22 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:22 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:22 CHANGE_AUTHOR=crazy-max
13:39:22 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:22 CHANGE_BRANCH=fix-static-pkgs
13:39:22 CHANGE_FORK=crazy-max
13:39:22 CHANGE_ID=665
13:39:22 CHANGE_TARGET=master
13:39:22 CHANGE_TITLE=fix and refactor static packages
13:39:22 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:22 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:22 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/522f512c-f191-4cf2-aabd-4d5180df777f
13:39:22 EXECUTOR_NUMBER=0
13:39:22 HOME=/home/ubuntu
13:39:22 HUDSON_COOKIE=f0cc9f95-3719-43f3-9838-fa154f7d9f65
13:39:22 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:22 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:22 HUDSON_URL=https://ci-next.docker.com/public/
13:39:22 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:22 JENKINS_NODE_COOKIE=ff775e6a-0b7d-4d9a-b170-bbf1795ed129
13:39:22 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:22 JENKINS_URL=https://ci-next.docker.com/public/
13:39:22 JOB_BASE_NAME=PR-665
13:39:22 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:22 JOB_NAME=docker-ce-packaging/PR-665
13:39:22 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:22 LANG=C.UTF-8
13:39:22 LOGNAME=ubuntu
13:39:22 MAIL=/var/mail/ubuntu
13:39:22 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02609c882e4b0c720) amd64 app-converter docker e2e-runner e2e-runner-next ec2 linux overlay2 packer ubuntu ubuntu-1804 ubuntu-1804-overlay2 x86_64
13:39:22 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02609c882e4b0c720)
13:39:22 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:22 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:22 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:22 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:22 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:22 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:22 SHELL=/bin/bash
13:39:22 SHLVL=1
13:39:22 SSH_CLIENT=10.100.0.134 45098 22
13:39:22 SSH_CONNECTION=10.100.0.134 45098 10.100.103.226 22
13:39:22 STAGE_NAME=info
13:39:22 USER=ubuntu
13:39:22 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:22 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:22 XDG_RUNTIME_DIR=/run/user/1000
13:39:22 XDG_SESSION_ID=3
13:39:22 _=/usr/bin/java
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
13:39:22 + make REF=master centos-8
13:39:22 Init https://github.com/docker/cli.git
13:39:22 git init src/github.com/docker/cli
13:39:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:22 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:22 Checkout https://github.com/docker/cli.git#master
13:39:22 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:22 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
[Pipeline] checkout
13:39:22 The recommended git tool is: git
[Pipeline] sh
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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23b93599281cc2580ce0783b29f1538339301989 # timeout=10
13:39:22 + make REF=master debian-bullseye
13:39:22 Init https://github.com/docker/cli.git
13:39:22 git init src/github.com/docker/cli
13:39:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:22 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:22 Checkout https://github.com/docker/cli.git#master
13:39:22 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:22 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:22 #19 2.809 go: downloading github.com/urfave/cli/v2 v2.4.0
[Pipeline] sh
13:39:22 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:22 mkdir -p rpmbuild/SOURCES
13:39:22 docker run --rm -w /v \
13:39:22 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:22 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:22 	alpine \
13:39:22 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:22 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:22 First time build. Skipping changelog.
13:39:22 + make REF=master ubuntu-focal
13:39:22 Init https://github.com/docker/cli.git
13:39:22 git init src/github.com/docker/cli
13:39:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:22 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:22 Checkout https://github.com/docker/cli.git#master
13:39:22 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:22 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:22 + make REF=master fedora-35
13:39:22 Init https://github.com/docker/cli.git
13:39:22 git init src/github.com/docker/cli
13:39:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:22 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:22 Checkout https://github.com/docker/cli.git#master
13:39:22 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:22 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:22 From https://github.com/docker/cli
13:39:22  * [new branch]      master     -> master
13:39:22  * [new branch]      master     -> origin/master
13:39:22 + git -C src/github.com/docker/cli checkout -q refs/heads/master
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:23 mkdir -p rpmbuild/SOURCES
13:39:23 docker run --rm -w /v \
13:39:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:23 	alpine \
13:39:23 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:23 From https://github.com/docker/cli
13:39:23  * [new branch]      master     -> master
13:39:23  * [new branch]      master     -> origin/master
13:39:23 + git -C src/github.com/docker/cli checkout -q refs/heads/master
[Pipeline] sh
13:39:23 From https://github.com/docker/cli
13:39:23  * [new branch]      master     -> master
13:39:23  * [new branch]      master     -> origin/master
13:39:23 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:23 Init https://github.com/docker/docker.git
13:39:23 git init src/github.com/docker/docker
13:39:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:23 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:23 Checkout https://github.com/docker/docker.git#master
13:39:23 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:23 Init https://github.com/docker/docker.git
13:39:23 git init src/github.com/docker/docker
13:39:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:23 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:23 Checkout https://github.com/docker/docker.git#master
13:39:23 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:23 From https://github.com/docker/buildx
13:39:23  * [new tag]         v0.8.2     -> v0.8.2
13:39:23 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:23 Init https://github.com/docker/compose.git
13:39:23 git init src/github.com/docker/compose
13:39:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:23 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:23 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:23 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:23 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:23 Init https://github.com/docker/docker.git
13:39:23 git init src/github.com/docker/docker
13:39:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:23 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:23 Checkout https://github.com/docker/docker.git#master
13:39:23 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:23 From https://github.com/docker/cli
13:39:23  * [new branch]      master     -> master
13:39:23  * [new branch]      master     -> origin/master
13:39:23 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:23 From https://github.com/docker/cli
13:39:23  * [new branch]      master     -> master
13:39:23  * [new branch]      master     -> origin/master
13:39:23 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:23 + make REF=master fedora-34
13:39:23 Init https://github.com/docker/cli.git
13:39:23 git init src/github.com/docker/cli
13:39:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:23 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:23 Checkout https://github.com/docker/cli.git#master
13:39:23 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:23 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:23 From https://github.com/docker/buildx
13:39:23  * [new tag]         v0.8.2     -> v0.8.2
13:39:23 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:23 Init https://github.com/docker/compose.git
13:39:23 git init src/github.com/docker/compose
13:39:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:23 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:23 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:23 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:23 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:23 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:23 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b15cf7c018508e43bfcd170f80bd7a15c61037a0 # timeout=10
13:39:23 Init https://github.com/docker/docker.git
13:39:23 git init src/github.com/docker/docker
13:39:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:23 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:23 Checkout https://github.com/docker/docker.git#master
13:39:23 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:23 Init https://github.com/docker/docker.git
13:39:23 git init src/github.com/docker/docker
13:39:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:23 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:23 Checkout https://github.com/docker/docker.git#master
13:39:23 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:23 mkdir -p rpmbuild/SOURCES
13:39:23 docker run --rm -w /v \
13:39:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:23 	alpine \
13:39:23 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:23 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:23 mkdir -p sources
13:39:23 docker run --rm -w /v \
13:39:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:23 	alpine \
13:39:23 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:23 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:23 mkdir -p rpmbuild/SOURCES
13:39:23 docker run --rm -w /v \
13:39:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:23 	alpine \
13:39:23 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:23 #19 4.112 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:39:23 #19 4.259 go: downloading github.com/google/uuid v1.3.0
13:39:23 #19 4.279 go: downloading github.com/moby/vpnkit v0.5.0
13:39:23 #19 4.299 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:39:23 #19 4.387 go: downloading github.com/gofrs/flock v0.8.1
13:39:23 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:23 From https://github.com/docker/compose
13:39:23  * [new tag]         v2.5.0     -> v2.5.0
13:39:23 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:23 Init https://github.com/docker/scan-cli-plugin.git
13:39:23 git init src/github.com/docker/scan-cli-plugin
13:39:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:23 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:23 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:23 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:23 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:23 From https://github.com/docker/compose
13:39:23  * [new tag]         v2.5.0     -> v2.5.0
13:39:23 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:23 Init https://github.com/docker/scan-cli-plugin.git
13:39:23 git init src/github.com/docker/scan-cli-plugin
13:39:23 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:23 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:23 First time build. Skipping changelog.
13:39:23 From https://github.com/docker/cli
13:39:23  * [new branch]      master     -> master
13:39:23  * [new branch]      master     -> origin/master
13:39:23 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:23 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:24 From https://github.com/docker/buildx
13:39:24  * [new tag]         v0.8.2     -> v0.8.2
13:39:24 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:24 Init https://github.com/docker/compose.git
13:39:24 git init src/github.com/docker/compose
13:39:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:24 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:24 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:24 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:24 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:24 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
[Pipeline] sh
13:39:24 #19 4.415 go: downloading github.com/gorilla/mux v1.8.0
13:39:24 #19 4.518 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:39:24 #19 4.593 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:39:24 From https://github.com/docker/scan-cli-plugin
13:39:24  * [new tag]         v0.17.0    -> v0.17.0
13:39:24 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:24 make -C deb ubuntu-focal
13:39:24 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:24 mkdir -p sources
13:39:24 docker run --rm -w /v \
13:39:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:24 	alpine \
13:39:24 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:24 Unable to find image 'alpine:latest' locally
13:39:24 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:24 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:24 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:24 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:24 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:24 Init https://github.com/docker/docker.git
13:39:24 git init src/github.com/docker/docker
13:39:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:24 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:24 Checkout https://github.com/docker/docker.git#master
13:39:24 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:24 mkdir -p sources
13:39:24 docker run --rm -w /v \
13:39:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:24 	alpine \
13:39:24 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
[Pipeline] sh
[Pipeline] sh
13:39:24 #19 4.752 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:39:24 latest: Pulling from library/alpine
13:39:24 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:24 From https://github.com/docker/scan-cli-plugin
13:39:24  * [new tag]         v0.17.0    -> v0.17.0
13:39:24 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:24 make -C deb ubuntu-jammy
13:39:24 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:24 mkdir -p sources
13:39:24 docker run --rm -w /v \
13:39:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:24 	alpine \
13:39:24 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:24 Unable to find image 'alpine:latest' locally
13:39:24 + make REF=master ubuntu-bionic
13:39:24 Init https://github.com/docker/cli.git
13:39:24 git init src/github.com/docker/cli
13:39:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:24 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:24 Checkout https://github.com/docker/cli.git#master
13:39:24 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:24 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
[Pipeline] sh
13:39:24 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
[Pipeline] sh
[Pipeline] sh
13:39:24 + make REF=master ubuntu-focal
13:39:24 Init https://github.com/docker/cli.git
13:39:24 git init src/github.com/docker/cli
13:39:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:24 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:24 Checkout https://github.com/docker/cli.git#master
13:39:24 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:24 9981e73032c8: Pulling fs layer
13:39:24 9981e73032c8: Verifying Checksum
13:39:24 9981e73032c8: Download complete
13:39:24 From https://github.com/docker/compose
13:39:24  * [new tag]         v2.5.0     -> v2.5.0
13:39:24 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:24 Init https://github.com/docker/scan-cli-plugin.git
13:39:24 git init src/github.com/docker/scan-cli-plugin
13:39:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:24 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:24 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:24 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:24 latest: Pulling from library/alpine
13:39:24 9981e73032c8: Pulling fs layer
13:39:24 using credential docker-jenkins-github-credentials
13:39:24 + make REF=master debian-buster
13:39:24 Init https://github.com/docker/cli.git
13:39:24 git init src/github.com/docker/cli
13:39:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:24 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:24 Checkout https://github.com/docker/cli.git#master
13:39:24 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:24 mkdir -p sources
13:39:24 docker run --rm -w /v \
13:39:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:24 	alpine \
13:39:24 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:24 Cloning the remote Git repository
13:39:24 Cloning with configured refspecs honoured and without tags
13:39:24 + make REF=master raspbian-buster
13:39:24 Init https://github.com/docker/cli.git
13:39:24 git init src/github.com/docker/cli
13:39:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:24 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:24 Checkout https://github.com/docker/cli.git#master
13:39:24 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:24 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:24 + make REF=master ubuntu-bionic
13:39:24 Init https://github.com/docker/cli.git
13:39:24 git init src/github.com/docker/cli
13:39:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:24 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:24 Checkout https://github.com/docker/cli.git#master
13:39:24 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:24 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:24 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:24 + make REF=master ubuntu-jammy
13:39:24 Init https://github.com/docker/cli.git
13:39:24 git init src/github.com/docker/cli
13:39:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:24 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:24 Checkout https://github.com/docker/cli.git#master
13:39:24 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:24 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
[Pipeline] sh
13:39:24 First time build. Skipping changelog.
13:39:24 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:24 9981e73032c8: Pull complete
13:39:24 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:24 Status: Downloaded newer image for alpine:latest
13:39:24 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:24 From https://github.com/docker/scan-cli-plugin
13:39:24  * [new tag]         v0.17.0    -> v0.17.0
13:39:24 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:24 make -C deb ubuntu-impish
13:39:24 9981e73032c8: Verifying Checksum
13:39:24 9981e73032c8: Download complete
13:39:24 From https://github.com/docker/docker
13:39:24  * [new branch]      master     -> master
13:39:24  * [new branch]      master     -> origin/master
13:39:24 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:24 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:24 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:25 mkdir -p rpmbuild/SOURCES
13:39:25 docker run --rm -w /v \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:25 	alpine \
13:39:25 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:25 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:25 + make REF=master ubuntu-jammy
13:39:25 Init https://github.com/docker/cli.git
13:39:25 git init src/github.com/docker/cli
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:25 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:25 Checkout https://github.com/docker/cli.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:25 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:25 Client:
13:39:25  Context:    default
13:39:25  Debug Mode: false
13:39:25  Plugins:
13:39:25   app: Docker App (Docker Inc., v0.9.1-beta3)
13:39:25   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
13:39:25   compose: Docker Compose (Docker Inc., v2.4.1)
13:39:25   scan: Docker Scan (Docker Inc., v0.17.0)
13:39:25 
13:39:25 Server:
13:39:25  Containers: 0
13:39:25   Running: 0
13:39:25   Paused: 0
13:39:25   Stopped: 0
13:39:25  Images: 1
13:39:25  Server Version: 20.10.14
13:39:25  Storage Driver: overlay2
13:39:25   Backing Filesystem: extfs
13:39:25   Supports d_type: true
13:39:25   Native Overlay Diff: true
13:39:25   userxattr: false
13:39:25  Logging Driver: json-file
13:39:25  Cgroup Driver: cgroupfs
13:39:25  Cgroup Version: 1
13:39:25  Plugins:
13:39:25   Volume: local
13:39:25   Network: bridge host ipvlan macvlan null overlay
13:39:25   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:39:25  Swarm: inactive
13:39:25  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:39:25  Default Runtime: runc
13:39:25  Init Binary: docker-init
13:39:25  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
13:39:25  runc version: v1.0.3-0-gf46b6ba
13:39:25  init version: de40ad0
13:39:25  Security Options:
13:39:25   apparmor
13:39:25   seccomp
13:39:25    Profile: default
13:39:25  Kernel Version: 5.4.0-1071-aws
13:39:25  Operating System: Ubuntu 18.04.6 LTS
13:39:25  OSType: linux
13:39:25  Architecture: x86_64
13:39:25  CPUs: 2
13:39:25  Total Memory: 7.483GiB
13:39:25  Name: ip-10-100-116-164
13:39:25  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
13:39:25  Docker Root Dir: /var/lib/docker
13:39:25  Debug Mode: false
13:39:25  Username: dockerbuildbot
13:39:25  Registry: https://index.docker.io/v1/
13:39:25  Labels:
13:39:25  Experimental: true
13:39:25  Insecure Registries:
13:39:25   127.0.0.0/8
13:39:25  Live Restore Enabled: true
13:39:25 
13:39:25 WARNING: No swap limit support
13:39:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:25 mkdir -p sources
13:39:25 docker run --rm -w /v \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:25 	alpine \
13:39:25 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:25 Unable to find image 'alpine:latest' locally
[Pipeline] sh
13:39:25 9981e73032c8: Pull complete
13:39:25 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:25 Status: Downloaded newer image for alpine:latest
13:39:25 Init https://github.com/docker/buildx.git
13:39:25 git init src/github.com/docker/buildx
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:25 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:25 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:25 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:25 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:25 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:25 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:25 #19 5.592 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:39:25 #19 5.766 go: downloading github.com/russross/blackfriday/v2 v2.1.0
[Pipeline] sh
13:39:25 From https://github.com/docker/cli
13:39:25  * [new branch]      master     -> master
13:39:25  * [new branch]      master     -> origin/master
13:39:25 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:25 latest: Pulling from library/alpine
13:39:25 9981e73032c8: Pulling fs layer
13:39:25 9981e73032c8: Verifying Checksum
13:39:25 9981e73032c8: Download complete
13:39:25 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:25 + sort
13:39:25 + env
13:39:25 BRANCH_NAME=PR-665
13:39:25 BUILD_DISPLAY_NAME=#32
13:39:25 BUILD_ID=32
13:39:25 BUILD_NUMBER=32
13:39:25 BUILD_TAG=jenkins-docker-ce-packaging-PR-665-32
13:39:25 BUILD_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/
13:39:25 CHANGE_AUTHOR=crazy-max
13:39:25 CHANGE_AUTHOR_DISPLAY_NAME=CrazyMax
13:39:25 CHANGE_BRANCH=fix-static-pkgs
13:39:25 CHANGE_FORK=crazy-max
13:39:25 CHANGE_ID=665
13:39:25 CHANGE_TARGET=master
13:39:25 CHANGE_TITLE=fix and refactor static packages
13:39:25 CHANGE_URL=https://github.com/docker/docker-ce-packaging/pull/665
13:39:25 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
13:39:25 DOCKER_CONFIG=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp/11ed6081-a410-4ee8-baf8-ad37928b02fc
13:39:25 EXECUTOR_NUMBER=0
13:39:25 HOME=/home/ubuntu
13:39:25 HUDSON_COOKIE=ab686f6b-fa4d-411c-a207-67e0df324ffd
13:39:25 HUDSON_HOME=/var/cloudbees-jenkins-distribution
13:39:25 HUDSON_SERVER_COOKIE=aaf6decb76ababb5
13:39:25 HUDSON_URL=https://ci-next.docker.com/public/
13:39:25 JENKINS_HOME=/var/cloudbees-jenkins-distribution
13:39:25 JENKINS_NODE_COOKIE=49ba812c-0b42-4cf2-8dc8-cf1380999bea
13:39:25 JENKINS_SERVER_COOKIE=durable-e948116f80a571042f11c518da638d35
13:39:25 JENKINS_URL=https://ci-next.docker.com/public/
13:39:25 JOB_BASE_NAME=PR-665
13:39:25 JOB_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/display/redirect
13:39:25 JOB_NAME=docker-ce-packaging/PR-665
13:39:25 JOB_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/
13:39:25 LANG=C.UTF-8
13:39:25 LOGNAME=ubuntu
13:39:25 MAIL=/var/mail/ubuntu
13:39:25 NODE_LABELS=EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0010c903ed95594e5) amd64 app-converter docker e2e-runner e2e-runner-next ec2 linux overlay2 packer ubuntu ubuntu-1804 ubuntu-1804-overlay2 x86_64
13:39:25 NODE_NAME=EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0010c903ed95594e5)
13:39:25 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
13:39:25 PWD=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:25 RUN_ARTIFACTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=artifacts
13:39:25 RUN_CHANGES_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=changes
13:39:25 RUN_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect
13:39:25 RUN_TESTS_DISPLAY_URL=https://ci-next.docker.com/public/job/docker-ce-packaging/job/PR-665/32/display/redirect?page=tests
13:39:25 SHELL=/bin/bash
13:39:25 SHLVL=1
13:39:25 SSH_CLIENT=10.100.0.134 58174 22
13:39:25 SSH_CONNECTION=10.100.0.134 58174 10.100.116.164 22
13:39:25 STAGE_NAME=info
13:39:25 USER=ubuntu
13:39:25 WORKSPACE=/home/ubuntu/workspace/docker-ce-packaging_PR-665
13:39:25 WORKSPACE_TMP=/home/ubuntu/workspace/docker-ce-packaging_PR-665@tmp
13:39:25 XDG_RUNTIME_DIR=/run/user/1000
13:39:25 XDG_SESSION_ID=3
13:39:25 _=/usr/bin/java
13:39:25 From https://github.com/docker/cli
13:39:25  * [new branch]      master     -> master
13:39:25  * [new branch]      master     -> origin/master
13:39:25 + git -C src/github.com/docker/cli checkout -q refs/heads/master
[Pipeline] }
[Pipeline] // stage
13:39:25 From https://github.com/docker/docker
13:39:25  * [new branch]      master     -> master
13:39:25  * [new branch]      master     -> origin/master
13:39:25 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:25 Init https://github.com/docker/buildx.git
13:39:25 git init src/github.com/docker/buildx
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:25 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:25 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:25 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
13:39:25 The recommended git tool is: git
13:39:25 From https://github.com/docker/cli
13:39:25  * [new branch]      master     -> master
13:39:25  * [new branch]      master     -> origin/master
13:39:25 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:25 mkdir -p rpmbuild/SOURCES
13:39:25 docker run --rm -w /v \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:25 	alpine \
13:39:25 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:25 mkdir -p rpmbuild/SOURCES
13:39:25 docker run --rm -w /v \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:25 	alpine \
13:39:25 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:25 Init https://github.com/docker/docker.git
13:39:25 git init src/github.com/docker/docker
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:25 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:25 Checkout https://github.com/docker/docker.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:25 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:25 mkdir -p rpmbuild/SOURCES
13:39:25 docker run --rm -w /v \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:25 	alpine \
13:39:25 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
[Pipeline] sh
13:39:25 + make REF=master ubuntu-impish
13:39:25 Init https://github.com/docker/cli.git
13:39:25 git init src/github.com/docker/cli
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:25 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:25 Checkout https://github.com/docker/cli.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:25 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:25 9981e73032c8: Pull complete
13:39:25 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:25 Status: Downloaded newer image for alpine:latest
13:39:25 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:25 From https://github.com/docker/cli
13:39:25  * [new branch]      master     -> master
13:39:25  * [new branch]      master     -> origin/master
13:39:25 + git -C src/github.com/docker/cli checkout -q refs/heads/master
[Pipeline] sh
13:39:25 Init https://github.com/docker/docker.git
13:39:25 git init src/github.com/docker/docker
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:25 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:25 Checkout https://github.com/docker/docker.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:25 From https://github.com/docker/cli
13:39:25  * [new branch]      master     -> master
13:39:25  * [new branch]      master     -> origin/master
13:39:25 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:25 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:25 From https://github.com/docker/cli
13:39:25  * [new branch]      master     -> master
13:39:25  * [new branch]      master     -> origin/master
13:39:25 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:25 Init https://github.com/docker/docker.git
13:39:25 git init src/github.com/docker/docker
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:25 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:25 Checkout https://github.com/docker/docker.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:25 Init https://github.com/docker/docker.git
13:39:25 git init src/github.com/docker/docker
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:25 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:25 Checkout https://github.com/docker/docker.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:25 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
[Pipeline] sh
13:39:25 From https://github.com/docker/docker
13:39:25  * [new branch]      master     -> master
13:39:25  * [new branch]      master     -> origin/master
13:39:25 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:25 + make REF=master TARGETPLATFORM=darwin/arm64 static
13:39:25 Init https://github.com/docker/cli.git
13:39:25 git init src/github.com/docker/cli
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:25 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:25 Checkout https://github.com/docker/cli.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:25 From https://github.com/docker/docker
13:39:25  * [new branch]      master     -> master
13:39:25  * [new branch]      master     -> origin/master
13:39:25 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:25 Init https://github.com/docker/buildx.git
13:39:25 git init src/github.com/docker/buildx
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:25 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:25 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:25 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:25 mkdir -p rpmbuild/SOURCES
13:39:25 docker run --rm -w /v \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:25 	alpine \
13:39:25 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:25 + make REF=master TARGETPLATFORM=linux/arm64 static
13:39:25 Init https://github.com/docker/cli.git
13:39:25 git init src/github.com/docker/cli
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:25 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:25 Checkout https://github.com/docker/cli.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:25 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:25 Init https://github.com/docker/docker.git
13:39:25 git init src/github.com/docker/docker
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:25 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:25 Checkout https://github.com/docker/docker.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:25 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:25 Init https://github.com/docker/docker.git
13:39:25 git init src/github.com/docker/docker
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:25 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:25 Checkout https://github.com/docker/docker.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:25 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:25 + make REF=master raspbian-bullseye
13:39:25 Init https://github.com/docker/cli.git
13:39:25 git init src/github.com/docker/cli
13:39:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:25 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:25 Checkout https://github.com/docker/cli.git#master
13:39:25 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:25 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:25 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:25 First time build. Skipping changelog.
13:39:25 mkdir -p rpmbuild/SOURCES
13:39:25 docker run --rm -w /v \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:25 	alpine \
13:39:25 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
[Pipeline] sh
13:39:26 + make REF=master TARGETPLATFORM=linux/arm/v6 static
13:39:26 Init https://github.com/docker/cli.git
13:39:26 git init src/github.com/docker/cli
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:26 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:26 Checkout https://github.com/docker/cli.git#master
13:39:26 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:26 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:26 Init https://github.com/docker/buildx.git
13:39:26 git init src/github.com/docker/buildx
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:26 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:26 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:26 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:26 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:26 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:26 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:26 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:26 mkdir -p sources
13:39:26 docker run --rm -w /v \
13:39:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:26 	alpine \
13:39:26 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:26 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:26 Fetching without tags
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:26 From https://github.com/docker/docker
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/docker checkout -q refs/heads/master
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:26 + make REF=master TARGETPLATFORM=linux/arm/v7 static
13:39:26 Init https://github.com/docker/cli.git
13:39:26 git init src/github.com/docker/cli
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:26 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:26 Checkout https://github.com/docker/cli.git#master
13:39:26 ./scripts/checkout.sh src/github.com/docker/cli "master"
[Pipeline] sh
13:39:26 mkdir -p rpmbuild/SOURCES
13:39:26 docker run --rm -w /v \
13:39:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:26 	alpine \
13:39:26 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:26 From https://github.com/docker/docker
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:26 mkdir -p rpmbuild/SOURCES
13:39:26 docker run --rm -w /v \
13:39:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:26 	alpine \
13:39:26 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:26 From https://github.com/docker/cli
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:26 Init https://github.com/docker/docker.git
13:39:26 git init src/github.com/docker/docker
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:26 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:26 Checkout https://github.com/docker/docker.git#master
13:39:26 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:26 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:26 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:26 + make REF=master debian-bullseye
13:39:26 Init https://github.com/docker/cli.git
13:39:26 git init src/github.com/docker/cli
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:26 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:26 Checkout https://github.com/docker/cli.git#master
13:39:26 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:26 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:26 From https://github.com/docker/docker
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:26 Init https://github.com/docker/buildx.git
13:39:26 git init src/github.com/docker/buildx
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:26 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:26 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:26 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # timeout=10
 > git remote # timeout=10
13:39:26 From https://github.com/docker/cli
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:26 Init https://github.com/docker/docker.git
13:39:26 git init src/github.com/docker/docker
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:26 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:26 Checkout https://github.com/docker/docker.git#master
13:39:26 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:26 From https://github.com/docker/docker
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:26 mkdir -p sources
13:39:26 docker run --rm -w /v \
13:39:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:26 	alpine \
13:39:26 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:26 From https://github.com/docker/docker
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:26 Init https://github.com/docker/buildx.git
13:39:26 git init src/github.com/docker/buildx
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:26 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:26 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:26 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:26 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:26 From https://github.com/docker/cli
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:26 Init https://github.com/docker/docker.git
13:39:26 git init src/github.com/docker/docker
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:26 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:26 Checkout https://github.com/docker/docker.git#master
13:39:26 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:26 Merge succeeded, producing 573eae1e3cf90a6e500cd430c94a12676b135b1a
13:39:26 Checking out Revision 573eae1e3cf90a6e500cd430c94a12676b135b1a (PR-665)
13:39:26 Init https://github.com/docker/buildx.git
13:39:26 git init src/github.com/docker/buildx
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:26 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:26 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:26 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:26 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:26 From https://github.com/docker/cli
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:26 Init https://github.com/docker/docker.git
13:39:26 git init src/github.com/docker/docker
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:26 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:26 Checkout https://github.com/docker/docker.git#master
13:39:26 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:26 Init https://github.com/docker/buildx.git
13:39:26 git init src/github.com/docker/buildx
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:26 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:26 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:26 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:26 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:26 From https://github.com/docker/docker
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:26 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:26 From https://github.com/docker/docker
13:39:26  * [new branch]      master     -> master
13:39:26  * [new branch]      master     -> origin/master
13:39:26 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:26 Init https://github.com/docker/buildx.git
13:39:26 git init src/github.com/docker/buildx
13:39:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:26 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:26 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:26 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:26 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:26 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:27 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:27 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:27 From https://github.com/docker/docker
13:39:27  * [new branch]      master     -> master
13:39:27  * [new branch]      master     -> origin/master
13:39:27 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:27 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:27 From https://github.com/docker/cli
13:39:27  * [new branch]      master     -> master
13:39:27  * [new branch]      master     -> origin/master
13:39:27 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:27 Init https://github.com/docker/buildx.git
13:39:27 git init src/github.com/docker/buildx
13:39:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:27 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:27 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:27 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:27 == Building packages for fedora-36 ==
13:39:27 mkdir -p "rpmbuild/fedora-36"
13:39:27 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster -t rpmbuild-fedora-36/aarch64 -f fedora-36/Dockerfile .
13:39:27 mkdir -p rpmbuild/SOURCES
13:39:27 docker run --rm -w /v \
13:39:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:27 	alpine \
13:39:27 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:27 From https://github.com/docker/docker
13:39:27  * [new branch]      master     -> master
13:39:27  * [new branch]      master     -> origin/master
13:39:27 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:27 == Building packages for centos-7 ==
13:39:27 mkdir -p "rpmbuild/centos-7"
13:39:27 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster -t rpmbuild-centos-7/aarch64 -f centos-7/Dockerfile .
13:39:27 Init https://github.com/docker/docker.git
13:39:27 git init src/github.com/docker/docker
13:39:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:27 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:27 Checkout https://github.com/docker/docker.git#master
13:39:27 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:27 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:27 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:27 mkdir -p sources
13:39:27 docker run --rm -w /v \
13:39:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:27 	alpine \
13:39:27 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:27 From https://github.com/docker/cli
13:39:27  * [new branch]      master     -> master
13:39:27  * [new branch]      master     -> origin/master
13:39:27 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:27 Init https://github.com/docker/docker.git
13:39:27 git init src/github.com/docker/docker
13:39:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:27 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:27 Checkout https://github.com/docker/docker.git#master
13:39:27 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:27 From https://github.com/docker/docker
13:39:27  * [new branch]      master     -> master
13:39:27  * [new branch]      master     -> origin/master
13:39:27 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:27 #1 [internal] load build definition from Dockerfile
13:39:27 #1 sha256:a2aac99a66f8e576228ddb916421d0970d159306bf2464f2ed3a9fb62be4d459
13:39:27 #1 transferring dockerfile: 906B done
13:39:27 #1 DONE 0.1s
13:39:27 
13:39:27 #2 [internal] load .dockerignore
13:39:27 #2 sha256:ac081dd0010ec570cc32ee85b8abacee83add41851a979b6615bf57589d7c899
13:39:27 #2 transferring context: 2B done
13:39:27 #2 DONE 0.1s
13:39:27 
13:39:27 #5 [auth] library/fedora:pull token for registry-1.docker.io
13:39:27 #5 sha256:7ee8a24f911af7676eeb1ff72787be88cd7a3a69de9c982787fe0174772c454f
13:39:27 #5 DONE 0.0s
13:39:27 
13:39:27 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:27 #6 sha256:0ae3dcde5574526e1d66ec4b6e65629cfd737276dc10bb26da1074198eb8c14f
13:39:27 #6 DONE 0.0s
13:39:27 
13:39:27 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:27 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:27 Init https://github.com/docker/buildx.git
13:39:27 git init src/github.com/docker/buildx
13:39:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:27 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:27 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:27 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:27 #1 [internal] load build definition from Dockerfile
13:39:27 #1 sha256:77a58c31810c0f644992e799595afbb96d831040ebd73a7ae2766460e9705954
13:39:27 #1 transferring dockerfile: 1.43kB done
13:39:27 #1 DONE 0.1s
13:39:27 
13:39:27 #2 [internal] load .dockerignore
13:39:27 #2 sha256:a809b984e74cee0ff617ff86d5b4a49ed8aba5843f6fbe11c8bcbd6fe82fae15
13:39:27 #2 transferring context: 2B done
13:39:27 #2 DONE 0.1s
13:39:27 
13:39:27 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:27 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:27 #4 ...
13:39:27 
13:39:27 #5 [auth] library/centos:pull token for registry-1.docker.io
13:39:27 #5 sha256:7fe565dda556a30df64e81bca524e0adf19c297847cf04c101a0a94a00d770c0
13:39:27 #5 DONE 0.0s
13:39:27 
13:39:27 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:27 #6 sha256:3095f5d42405575b8f73d49b9ddab7fb1becf9c348ef51195c2eae587cbfa81f
13:39:27 #6 DONE 0.0s
13:39:27 Init https://github.com/docker/buildx.git
13:39:27 git init src/github.com/docker/buildx
13:39:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:27 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:27 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:27 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:27 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:27 From https://github.com/docker/buildx
13:39:27  * [new tag]         v0.8.2     -> v0.8.2
13:39:27 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:27 Init https://github.com/docker/compose.git
13:39:27 git init src/github.com/docker/compose
13:39:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:27 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:27 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:27 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:27 == Building packages for debian-buster ==
13:39:27 mkdir -p "debbuild/debian-buster"
13:39:27 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
13:39:27 using credential docker-jenkins-github-credentials
13:39:27 mkdir -p sources
13:39:27 docker run --rm -w /v \
13:39:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:27 	alpine \
13:39:27 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:27 Cloning the remote Git repository
13:39:27 Cloning with configured refspecs honoured and without tags
13:39:27 Init https://github.com/docker/buildx.git
13:39:27 git init src/github.com/docker/buildx
13:39:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:27 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:27 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:27 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:27 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:27 Init https://github.com/docker/buildx.git
13:39:27 git init src/github.com/docker/buildx
13:39:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:27 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:27 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:27 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:27 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:27 #4 DONE 0.4s
13:39:27 
13:39:27 #3 [internal] load metadata for docker.io/library/fedora:36
13:39:27 #3 sha256:73cd5a5ed47fc791d26860a9f6452dd61c51470638f517e9fa5cdca15792d916
13:39:27 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:27 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:27 == Building packages for fedora-35 ==
13:39:27 mkdir -p "rpmbuild/fedora-35"
13:39:27 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster -t rpmbuild-fedora-35/aarch64 -f fedora-35/Dockerfile .
13:39:27 
13:39:27 #3 [internal] load metadata for docker.io/library/centos:7
13:39:27 #3 sha256:b84e30cc57878b522c0231f9044b263406346e739661a97f8354b8fd3ee7e2c9
13:39:27 #3 DONE 0.3s
13:39:27 
13:39:27 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:27 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 573eae1e3cf90a6e500cd430c94a12676b135b1a # timeout=10
13:39:27 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:27 mkdir -p sources
13:39:27 docker run --rm -w /v \
13:39:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:27 	alpine \
13:39:27 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:27 #1 [internal] load build definition from Dockerfile
13:39:27 #1 sha256:6f221349dc96f0437496f893f7221f9f0e87253a27888058d5542cc1a81318e4
13:39:27 #1 transferring dockerfile: 920B done
13:39:27 #1 DONE 0.1s
13:39:27 
13:39:27 #2 [internal] load .dockerignore
13:39:27 #2 sha256:a4061b419d18b1f3102c0f482b16ac1bdfdf5f55d2f727054d360d50d9f858fd
13:39:27 #2 transferring context: 2B done
13:39:27 #2 DONE 0.0s
13:39:27 
13:39:27 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:27 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:27 #4 ...
13:39:27 
13:39:27 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:27 #5 sha256:d19387ad1370ca5027f5327fb015e3bc9560ce218d53560c8084fcc9f7363af5
13:39:27 #5 DONE 0.0s
13:39:27 
13:39:27 #6 [auth] library/debian:pull token for registry-1.docker.io
13:39:27 #6 sha256:7f4c7efbfad4b1b003c53c9aab660d0744a225edb95ebf142ac4a2d52ba12737
13:39:27 #6 DONE 0.0s
13:39:27 From https://github.com/docker/cli
13:39:27  * [new branch]      master     -> master
13:39:27  * [new branch]      master     -> origin/master
13:39:27 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:27 Init https://github.com/docker/docker.git
13:39:27 git init src/github.com/docker/docker
13:39:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:27 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:27 Checkout https://github.com/docker/docker.git#master
13:39:27 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:27 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:28 From https://github.com/docker/cli
13:39:28  * [new branch]      master     -> master
13:39:28  * [new branch]      master     -> origin/master
13:39:28 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:28 Init https://github.com/docker/docker.git
13:39:28 git init src/github.com/docker/docker
13:39:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:28 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:28 Checkout https://github.com/docker/docker.git#master
13:39:28 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:28 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:28 #3 DONE 0.5s
13:39:28 
13:39:28 #7 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:aa97e5d23ac89b3ca08ab14e6f5248228122a58d8c063fa58a1284cdfb3b600e
13:39:28 #7 sha256:3781bd7e9c8aeec101ccd4709144b602dc469eb883d3b724fce670d819daa99e
13:39:28 #7 resolve docker.io/library/fedora:36@sha256:aa97e5d23ac89b3ca08ab14e6f5248228122a58d8c063fa58a1284cdfb3b600e 0.0s done
13:39:28 #7 ...
13:39:28 
13:39:28 #9 [internal] load build context
13:39:28 #9 sha256:ed606851e97fda7b1cbce46dac4d211713602005051d828e89b727227ad9976e
13:39:28 #9 transferring context: 15.33kB done
13:39:28 #9 DONE 0.1s
13:39:28 
13:39:28 #7 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:aa97e5d23ac89b3ca08ab14e6f5248228122a58d8c063fa58a1284cdfb3b600e
13:39:28 #7 sha256:3781bd7e9c8aeec101ccd4709144b602dc469eb883d3b724fce670d819daa99e
13:39:28 #7 sha256:aa97e5d23ac89b3ca08ab14e6f5248228122a58d8c063fa58a1284cdfb3b600e 1.20kB / 1.20kB done
13:39:28 #7 sha256:a75e701ba03b541754cbd90bd56abbcf947ab8c55325b11e197c48b3daac80e1 529B / 529B done
13:39:28 #7 sha256:3dedd9482ae4a466bf928e2cb4b86d00f0ab5c531abf77a93b38425afa3091da 2.00kB / 2.00kB done
13:39:28 #7 sha256:b1ffded9597ee8a86be3e97a8aeefde4677ecb21b87ea5df3128c7e2bcc2e322 0B / 56.97MB 0.1s
13:39:28 #1 [internal] load build definition from Dockerfile
13:39:28 #1 sha256:113b3051b71db4181908cbea070a93cd69008238fa981a2382f86f071c42ec11
13:39:28 #1 transferring dockerfile: 906B done
13:39:28 #1 DONE 0.1s
13:39:28 
13:39:28 #2 [internal] load .dockerignore
13:39:28 #2 sha256:6a5e9f2c02600b08499ef9397817903c0609b1ef27f323b75324ec177fc38c61
13:39:28 #2 transferring context: 2B done
13:39:28 #2 DONE 0.1s
13:39:28 
13:39:28 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:28 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:28 #4 ...
13:39:28 
13:39:28 #5 [auth] library/fedora:pull token for registry-1.docker.io
13:39:28 #5 sha256:d20668ec1888025c75469319b0a9672bbf414a21c053afec66ea6a99951390ba
13:39:28 #5 DONE 0.0s
13:39:28 
13:39:28 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:28 #6 sha256:4f3eb2814704bdeb71b35c68e20470b8ab696072e10dca0461f0fb31ea9f2b9b
13:39:28 #6 DONE 0.0s
13:39:28 #4 DONE 0.5s
13:39:28 
13:39:28 #10 [internal] load build context
13:39:28 #10 sha256:4d4e6567d607493ab6a954c55a20addddec3ce3ed37a2342112b348ad9cc5913
13:39:28 #10 transferring context: 15.33kB done
13:39:28 #10 DONE 0.0s
13:39:28 
13:39:28 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:c73f515d06b0fa07bb18d8202035e739a494ce760aa73129f60f4bf2bd22b407
13:39:28 #7 sha256:eb44ee9922b42ff9e079460a13bc0c275b63dcadb67f58c5c5a3ab6543d2ffa8
13:39:28 #7 resolve docker.io/library/centos:7@sha256:c73f515d06b0fa07bb18d8202035e739a494ce760aa73129f60f4bf2bd22b407 0.0s done
13:39:28 #7 sha256:c73f515d06b0fa07bb18d8202035e739a494ce760aa73129f60f4bf2bd22b407 1.20kB / 1.20kB done
13:39:28 #7 sha256:73f11afcbb50d8bc70eab9f0850b3fa30e61a419bc48cf426e63527d14a8373b 530B / 530B done
13:39:28 #7 sha256:c9a1fdca3387618f8634949de4533419327736e2f5c618e3bfebe877aa331352 2.77kB / 2.77kB done
13:39:28 From https://github.com/docker/docker
13:39:28  * [new branch]      master     -> master
13:39:28  * [new branch]      master     -> origin/master
13:39:28 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:28 From https://github.com/docker/compose
13:39:28  * [new tag]         v2.5.0     -> v2.5.0
13:39:28 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:28 Init https://github.com/docker/scan-cli-plugin.git
13:39:28 git init src/github.com/docker/scan-cli-plugin
13:39:28 From https://github.com/docker/buildx
13:39:28  * [new tag]         v0.8.2     -> v0.8.2
13:39:28 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:28 Init https://github.com/docker/compose.git
13:39:28 git init src/github.com/docker/compose
13:39:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:28 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:28 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:28 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:28 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:28 mkdir -p sources
13:39:28 docker run --rm -w /v \
13:39:28 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:28 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:28 	alpine \
13:39:28 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:28 
13:39:28 #3 [internal] load metadata for docker.io/library/debian:buster
13:39:28 #3 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
13:39:28 #3 DONE 0.4s
13:39:28 
13:39:28 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:28 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:28 #4 DONE 0.4s
13:39:28 
13:39:28 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761
13:39:28 #7 sha256:b7ceb612c30d2d2505fc3f8cb0e332db24efcbc37ad2753e3286bdfe48490ddd
13:39:28 #7 resolve docker.io/library/debian:buster@sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761 0.0s done
13:39:28 == Building packages for debian-bullseye ==
13:39:28 mkdir -p "debbuild/debian-bullseye"
13:39:28 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
13:39:28 #7 sha256:b1ffded9597ee8a86be3e97a8aeefde4677ecb21b87ea5df3128c7e2bcc2e322 3.15MB / 56.97MB 0.2s
13:39:28 #7 sha256:b1ffded9597ee8a86be3e97a8aeefde4677ecb21b87ea5df3128c7e2bcc2e322 25.17MB / 56.97MB 0.3s
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:39:28 
13:39:28 #3 [internal] load metadata for docker.io/library/fedora:35
13:39:28 #3 sha256:64a3bb95acc92c743104f0e7c30147d6f40aad9fecef006188f7f0959cb2c2b5
13:39:28 #3 DONE 0.4s
13:39:28 
13:39:28 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:28 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:28 #4 DONE 0.4s
13:39:28 
13:39:28 #9 [internal] load build context
13:39:28 #9 sha256:55fa03eacc3dacf6e547344d99023085d02a2d43ceba754599fba948880e9637
13:39:28 #9 DONE 0.0s
13:39:28 
13:39:28 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:28 #12 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:28 #12 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:28 #12 DONE 0.0s
13:39:28 
13:39:28 #7 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
13:39:28 #7 sha256:d399f65148316a83c3f208b6df8a420704a043c73b2c3ee84fd2898dce3cb796
13:39:28 #7 resolve docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
13:39:28 Init https://github.com/docker/buildx.git
13:39:28 git init src/github.com/docker/buildx
13:39:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:28 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:28 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:28 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:28 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:28 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:28 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:28 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:28 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:28 From https://github.com/docker/docker
13:39:28  * [new branch]      master     -> master
13:39:28  * [new branch]      master     -> origin/master
13:39:28 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:28 #7 sha256:bf508d976de85857fd69e5da1f67d89f59ab3bc9f60b578ce24eee43047faf23 529B / 529B done
13:39:28 #7 sha256:de70a5f020527dc50128dcfe45bc76352337371d985d92dbeb1f826f5b462d08 1.48kB / 1.48kB done
13:39:28 #7 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 5.24MB / 49.23MB 0.1s
13:39:28 #7 sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761 1.85kB / 1.85kB done
13:39:28 #7 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 15.73MB / 49.23MB 0.2s
13:39:28 From https://github.com/docker/docker
13:39:28  * [new branch]      master     -> master
13:39:28  * [new branch]      master     -> origin/master
13:39:28 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:28 From https://github.com/docker/buildx
13:39:28  * [new tag]         v0.8.2     -> v0.8.2
13:39:28 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:28 Init https://github.com/docker/compose.git
13:39:28 git init src/github.com/docker/compose
13:39:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:28 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:28 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:28 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:28 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:28 #7 sha256:b1ffded9597ee8a86be3e97a8aeefde4677ecb21b87ea5df3128c7e2bcc2e322 32.51MB / 56.97MB 0.4s
13:39:28 #7 sha256:b1ffded9597ee8a86be3e97a8aeefde4677ecb21b87ea5df3128c7e2bcc2e322 41.94MB / 56.97MB 0.5s
13:39:28 == Building packages for centos-8 ==
13:39:28 mkdir -p "rpmbuild/centos-8"
13:39:28 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster -t rpmbuild-centos-8/aarch64 -f centos-8/Dockerfile .
13:39:28 #1 [internal] load build definition from Dockerfile
13:39:28 #1 sha256:6ba686f3bd9534d61544aad74a6effc95bcc05236a7e97ff37865a45094e5fd1
13:39:28 #1 transferring dockerfile: 1.73kB done
13:39:28 #1 DONE 0.1s
13:39:28 
13:39:28 #2 [internal] load .dockerignore
13:39:28 #2 sha256:a9aa3ba7476cac95f00cb300670b72bfea0a177f3b7f07e6b559da711482e211
13:39:28 #2 transferring context: 2B done
13:39:28 #2 DONE 0.0s
13:39:28 
13:39:28 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:28 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:28 #7 ...
13:39:28 
13:39:28 #9 [internal] load build context
13:39:28 #9 sha256:55fa03eacc3dacf6e547344d99023085d02a2d43ceba754599fba948880e9637
13:39:28 #9 transferring context: 15.33kB done
13:39:28 #9 DONE 0.0s
13:39:28 
13:39:28 #7 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
13:39:28 #7 sha256:d399f65148316a83c3f208b6df8a420704a043c73b2c3ee84fd2898dce3cb796
13:39:28 #7 resolve docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 0.0s done
13:39:28 #7 sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 1.20kB / 1.20kB done
13:39:28 #7 sha256:acf39c9fb7cd0fa51ee423f9536667007a1b52e98c6030c823007cf5686c7765 529B / 529B done
13:39:28 #7 sha256:775b4cdd6b58e0dd0077142af08f123c9ed90ac24c4004f161afd01f86c3c95b 2.00kB / 2.00kB done
13:39:28 From https://github.com/docker/buildx
13:39:28  * [new tag]         v0.8.2     -> v0.8.2
13:39:28 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:28 Init https://github.com/docker/compose.git
13:39:28 git init src/github.com/docker/compose
13:39:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:28 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:28 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:28 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:28 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:28 From https://github.com/docker/scan-cli-plugin
13:39:28  * [new tag]         v0.17.0    -> v0.17.0
13:39:28 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:28 make -C rpm fedora-36
13:39:28 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:39:28 mkdir -p rpmbuild/SOURCES
13:39:28 docker run --rm -w /v \
13:39:28 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:28 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:28 	alpine \
13:39:28 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:28 Unable to find image 'alpine:latest' locally
13:39:28 #7 ...
13:39:28 
13:39:28 #9 [internal] load build context
13:39:28 #9 sha256:3344f2a6e03e0cb63b1e23b8c0f5ace3644bf0a14f1b04f2b61c54dab3d3e330
13:39:28 #9 transferring context: 28.95MB 0.2s done
13:39:28 #9 DONE 0.3s
13:39:28 
13:39:28 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761
13:39:28 #7 sha256:b7ceb612c30d2d2505fc3f8cb0e332db24efcbc37ad2753e3286bdfe48490ddd
13:39:28 #7 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 25.17MB / 49.23MB 0.3s
13:39:28 #7 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 45.09MB / 49.23MB 0.5s
13:39:28 From https://github.com/docker/compose
13:39:28  * [new tag]         v2.5.0     -> v2.5.0
13:39:28 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:28 Init https://github.com/docker/scan-cli-plugin.git
13:39:28 git init src/github.com/docker/scan-cli-plugin
13:39:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:28 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:28 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:28 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:28 From https://github.com/docker/buildx
13:39:28  * [new tag]         v0.8.2     -> v0.8.2
13:39:28 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:28 From https://github.com/docker/buildx
13:39:28  * [new tag]         v0.8.2     -> v0.8.2
13:39:28 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:28 Init https://github.com/docker/buildx.git
13:39:28 git init src/github.com/docker/buildx
13:39:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:28 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:28 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:28 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:28 mkdir -p rpmbuild/SOURCES
13:39:28 docker run --rm -w /v \
13:39:28 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:28 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:28 	alpine \
13:39:28 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:28 From https://github.com/docker/docker
13:39:28  * [new branch]      master     -> master
13:39:28  * [new branch]      master     -> origin/master
13:39:28 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:28 #7 sha256:b1ffded9597ee8a86be3e97a8aeefde4677ecb21b87ea5df3128c7e2bcc2e322 55.57MB / 56.97MB 0.7s
13:39:28 #1 [internal] load build definition from Dockerfile
13:39:28 #1 sha256:1d252187810e981e002252ebd4079beca7c566bc0152ebe82302f6e6d67b9df6
13:39:28 #1 transferring dockerfile: 922B done
13:39:28 #1 DONE 0.1s
13:39:28 
13:39:28 #2 [internal] load .dockerignore
13:39:28 #2 sha256:dd49e7e95c7624f8c56c28c0a488fa166bd608dff408367a25f86ed9fb8628ae
13:39:28 #2 transferring context: 2B done
13:39:28 #2 DONE 0.0s
13:39:28 
13:39:28 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:28 #5 sha256:fafc8780946887eae777755c949b35b390aeae7e864f10d1a52ccd4060811f06
13:39:28 #5 DONE 0.0s
13:39:28 
13:39:28 #6 [auth] library/debian:pull token for registry-1.docker.io
13:39:28 #6 sha256:56a92b90f45c474e212a6e87fabce4ae66ee10e7221174a5dd040a7f06de25b2
13:39:28 #6 DONE 0.0s
13:39:28 
13:39:28 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:28 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:28 #4 ...
13:39:28 
13:39:28 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:28 #5 sha256:45662dba292f303fd6d18ecd06d1c3ccfcbd06de6bfe80e4f534e44c2d81e448
13:39:28 #5 DONE 0.0s
13:39:28 From https://github.com/docker/compose
13:39:28  * [new tag]         v2.5.0     -> v2.5.0
13:39:28 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:28 Init https://github.com/docker/scan-cli-plugin.git
13:39:28 git init src/github.com/docker/scan-cli-plugin
13:39:28 latest: Pulling from library/alpine
13:39:29 #7 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 0.6s
13:39:29 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:29 From https://github.com/docker/scan-cli-plugin
13:39:29  * [new tag]         v0.17.0    -> v0.17.0
13:39:29 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:29 make -C rpm centos-7
13:39:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:39:29 mkdir -p rpmbuild/SOURCES
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:29 mkdir -p rpmbuild/SOURCES
13:39:29 docker run --rm -w /v \
13:39:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:29 	alpine \
13:39:29 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:29 From https://github.com/docker/compose
13:39:29  * [new tag]         v2.5.0     -> v2.5.0
13:39:29 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:29 Init https://github.com/docker/scan-cli-plugin.git
13:39:29 git init src/github.com/docker/scan-cli-plugin
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:29 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:29 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:29 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:29 == Building packages for ubuntu-bionic ==
13:39:29 mkdir -p "debbuild/ubuntu-bionic"
13:39:29 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/aarch64 -f ubuntu-bionic/Dockerfile .
13:39:29 #1 [internal] load build definition from Dockerfile
13:39:29 #1 sha256:d91081cc1d91e9f655653def6a2a8fad99c8249a8accc9213afbcc12aa0fe753
13:39:29 #1 transferring dockerfile: 920B done
13:39:29 #1 DONE 0.1s
13:39:29 
13:39:29 #2 [internal] load .dockerignore
13:39:29 #2 sha256:ccecc19646d4ef09eeddf2af9b118b9ba6aacebe90b3d3201d30c54eecdc6dd1
13:39:29 #2 transferring context: 2B done
13:39:29 #2 DONE 0.0s
13:39:29 
13:39:29 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:29 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:29 #4 DONE 0.4s
13:39:29 
13:39:29 #3 [internal] load metadata for docker.io/library/debian:bullseye
13:39:29 #3 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
13:39:29 #3 DONE 0.4s
13:39:29 
13:39:29 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:29 #13 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:29 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:29 #13 DONE 0.0s
13:39:29 
13:39:29 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0
13:39:29 #7 sha256:bed77682cd220d54140bcf37d58f4fcb9d13200807ede72213ac2e98be978d82
13:39:29 #7 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.0s done
13:39:29 #7 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done
13:39:29 #7 sha256:3c0acad2a24228465b3273129fe5bd5c3b122925a491f24e0308999fa5532d48 529B / 529B done
13:39:29 #7 sha256:f8dd32c4c981fb56702f6effe49f64226ac124415109befc63d15ec19a12dabd 1.48kB / 1.48kB done
13:39:29 #7 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 0B / 53.63MB 0.0s
13:39:29 
13:39:29 #3 [internal] load metadata for quay.io/centos/centos:stream8
13:39:29 #3 sha256:19e12042a1c0c8f5bfd02e29e1e71217524ebf6b00a626cf29f2b72eaca9d130
13:39:29 #3 DONE 0.2s
13:39:29 
13:39:29 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:29 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:29 #4 DONE 0.4s
13:39:29 
13:39:29 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:29 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:29 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:29 Fetching without tags
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:29 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:29 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:29 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:29 From https://github.com/docker/docker
13:39:29  * [new branch]      master     -> master
13:39:29  * [new branch]      master     -> origin/master
13:39:29 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:29 df9b9388f04a: Pulling fs layer
13:39:29 df9b9388f04a: Download complete
13:39:29 From https://github.com/docker/buildx
13:39:29  * [new tag]         v0.8.2     -> v0.8.2
13:39:29 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:29 docker run --rm -w /v \
13:39:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:29 	alpine \
13:39:29 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:29 Unable to find image 'alpine:latest' locally
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:29 From https://github.com/docker/compose
13:39:29  * [new tag]         v2.5.0     -> v2.5.0
13:39:29 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:29 Init https://github.com/docker/scan-cli-plugin.git
13:39:29 git init src/github.com/docker/scan-cli-plugin
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:29 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:29 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:29 Merging remotes/origin/master commit 015bb449e44e3682a7d087c03f4a92bbf2dc8599 into PR head commit 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de
13:39:29 From https://github.com/docker/buildx
13:39:29  * [new tag]         v0.8.2     -> v0.8.2
13:39:29 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:29 From https://github.com/docker/buildx
13:39:29  * [new tag]         v0.8.2     -> v0.8.2
13:39:29 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:29 Init https://github.com/docker/buildx.git
13:39:29 git init src/github.com/docker/buildx
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:29 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:29 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:29 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:29 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:29 From https://github.com/docker/scan-cli-plugin
13:39:29  * [new tag]         v0.17.0    -> v0.17.0
13:39:29 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:29 make -C rpm fedora-34
13:39:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:39:29 mkdir -p rpmbuild/SOURCES
13:39:29 docker run --rm -w /v \
13:39:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:29 	alpine \
13:39:29 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:29 #4 ...
13:39:29 
13:39:29 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:29 #5 sha256:dbf20de6d42e369cf3c3dfba6162bb1f022d375de46b7ddc0b5befd57c1e29aa
13:39:29 #5 DONE 0.0s
13:39:29 
13:39:29 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:29 #6 sha256:6144434e6044e1bfcc8bcd1edcfac57e6028766d922542e08a74e93b079ca1fe
13:39:29 #6 DONE 0.0s
13:39:29 Init https://github.com/docker/buildx.git
13:39:29 git init src/github.com/docker/buildx
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:29 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:29 From https://github.com/docker/buildx
13:39:29  * [new tag]         v0.8.2     -> v0.8.2
13:39:29 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:29 #7 ...
13:39:29 
13:39:29 #9 [internal] load build context
13:39:29 #9 sha256:1395e34ee255793397b2f71c2427e2f1844dc41002efdc4a22783c5a8c4b2079
13:39:29 #9 transferring context: 28.95MB 0.2s done
13:39:29 #9 DONE 0.2s
13:39:29 
13:39:29 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0
13:39:29 #7 sha256:bed77682cd220d54140bcf37d58f4fcb9d13200807ede72213ac2e98be978d82
13:39:29 #7 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 6.29MB / 53.63MB 0.1s
13:39:29 #7 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 19.92MB / 53.63MB 0.2s
13:39:29 From https://github.com/docker/docker
13:39:29  * [new branch]      master     -> master
13:39:29  * [new branch]      master     -> origin/master
13:39:29 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:29 Init https://github.com/docker/buildx.git
13:39:29 git init src/github.com/docker/buildx
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:29 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:29 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:29 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:29 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:29 #14 ...
13:39:29 
13:39:29 #11 [internal] load build context
13:39:29 #11 sha256:40e1087377ae09be6cf313c2c5f98c8960f412fda8b7da742a9f5a76b20b1cf6
13:39:29 #11 transferring context: 15.33kB done
13:39:29 #11 DONE 0.1s
13:39:29 
13:39:29 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:29 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:29 #14 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:29 #14 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:29 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:29 From https://github.com/docker/buildx
13:39:29  * [new tag]         v0.8.2     -> v0.8.2
13:39:29 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 Merge succeeded, producing 4de1dff94b06af4340fdb79845680d019de7e419
13:39:29 Checking out Revision 4de1dff94b06af4340fdb79845680d019de7e419 (PR-665)
13:39:29 From https://github.com/docker/scan-cli-plugin
13:39:29  * [new tag]         v0.17.0    -> v0.17.0
13:39:29 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:29 make -C deb debian-buster
13:39:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:29 mkdir -p sources
13:39:29 docker run --rm -w /v \
13:39:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:29 	alpine \
13:39:29 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:29 Unable to find image 'alpine:latest' locally
13:39:29 #7 sha256:b1ffded9597ee8a86be3e97a8aeefde4677ecb21b87ea5df3128c7e2bcc2e322 56.97MB / 56.97MB 1.4s done
13:39:29 Init https://github.com/docker/buildx.git
13:39:29 git init src/github.com/docker/buildx
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:29 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:29 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:29 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:29 df9b9388f04a: Pull complete
13:39:29 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:29 Status: Downloaded newer image for alpine:latest
13:39:29 #19 ...
13:39:29 
13:39:29 #20 [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
13:39:29 #0 0.709 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:39:29 #0 0.710 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:39:29 #0 0.719 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:39:29 #0 0.936 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB]
13:39:29 #0 1.272 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:39:29 #0 2.230 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:39:29 #0 5.191 Fetched 8511 kB in 5s (1783 kB/s)
13:39:29 #0 5.191 Reading package lists...
13:39:29 #0 7.499 Reading package lists...
13:39:29 #0 9.511 Building dependency tree...
13:39:29 #20 ...
13:39:29 
13:39:29 #21 [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
13:39:29 #0 0.737 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:39:29 #0 0.738 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:39:29 #0 0.764 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:39:29 #0 1.041 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB]
13:39:29 #0 1.345 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:39:29 #0 2.118 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:39:29 #0 5.403 Fetched 8511 kB in 5s (1715 kB/s)
13:39:29 #0 5.403 Reading package lists...
13:39:29 #0 7.506 Reading package lists...
13:39:29 From https://github.com/docker/buildx
13:39:29  * [new tag]         v0.8.2     -> v0.8.2
13:39:29 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 latest: Pulling from library/alpine
13:39:29 df9b9388f04a: Pulling fs layer
13:39:29 df9b9388f04a: Download complete
13:39:29 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:29 From https://github.com/docker/buildx
13:39:29  * [new tag]         v0.8.2     -> v0.8.2
13:39:29 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:29 From https://github.com/docker/buildx
13:39:29  * [new tag]         v0.8.2     -> v0.8.2
13:39:29 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 #7 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 1.3s done
13:39:29 #7 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:29 Unable to find image 'alpine:latest' locally
13:39:29 
13:39:29 #3 [internal] load metadata for docker.io/library/ubuntu:bionic
13:39:29 #3 sha256:9481ca12cc018c3244ae38fbc1bc7a5a03be470741643979e92f7369e6b2ef52
13:39:29 #3 DONE 0.4s
13:39:29 
13:39:29 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:29 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:29 #4 DONE 0.5s
13:39:29 
13:39:29 #7 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f
13:39:29 #7 sha256:930f33f4bfc46048388159bb9de7fd9eb585f1f91a98d895fcf79f6b7c9819c6
13:39:29 #7 resolve docker.io/library/ubuntu:bionic@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f 0.0s done
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:29 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:29 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:29 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:29 #7 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 29.36MB / 53.63MB 0.3s
13:39:29 #7 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 49.28MB / 53.63MB 0.5s
13:39:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:29 latest: Pulling from library/alpine
13:39:29 df9b9388f04a: Pulling fs layer
13:39:29 #7 extracting sha256:b1ffded9597ee8a86be3e97a8aeefde4677ecb21b87ea5df3128c7e2bcc2e322
13:39:29 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:29 #0 9.705 Building dependency tree...
13:39:29 #21 ...
13:39:29 
13:39:29 #22 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:39:29 #0 0.527 go: downloading github.com/tc-hib/go-winres v0.2.3
13:39:29 #0 1.198 go: downloading github.com/tc-hib/winres v0.1.5
13:39:29 #0 1.745 go: downloading github.com/urfave/cli/v2 v2.3.0
13:39:29 #0 1.800 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
13:39:29 #0 1.855 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
13:39:29 #0 3.267 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:39:29 #0 3.304 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:39:29 #22 ...
13:39:29 
13:39:29 #17 [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
13:39:29 #17 0.731 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:39:29 #17 0.750 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:39:29 #17 0.759 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:39:29 #17 0.982 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB]
13:39:29 #17 1.262 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:39:29 #17 2.038 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:39:29 #17 5.225 Fetched 8511 kB in 5s (1789 kB/s)
13:39:29 #17 5.225 Reading package lists...
13:39:29 #17 7.319 Reading package lists...
13:39:29 #17 9.477 Building dependency tree...
13:39:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/665/head:refs/remotes/origin/PR-665 # 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/665/head:refs/remotes/origin/PR-665 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60d4aa349eb50a8a62c37a9328d3bd4e1b0065de # 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 015bb449e44e3682a7d087c03f4a92bbf2dc8599 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4de1dff94b06af4340fdb79845680d019de7e419 # timeout=10
13:39:29 df9b9388f04a: Pull complete
13:39:29 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:29 Status: Downloaded newer image for alpine:latest
13:39:29 From https://github.com/docker/buildx
13:39:29  * [new tag]         v0.8.2     -> v0.8.2
13:39:29 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:29 Init https://github.com/docker/compose.git
13:39:29 git init src/github.com/docker/compose
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:29 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:29 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:29 From https://github.com/docker/scan-cli-plugin
13:39:29  * [new tag]         v0.17.0    -> v0.17.0
13:39:29 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:29 make -C deb ubuntu-jammy
13:39:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:29 mkdir -p sources
13:39:29 docker run --rm -w /v \
13:39:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:29 	alpine \
13:39:29 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:29 Unable to find image 'alpine:latest' locally
13:39:29 From https://github.com/docker/compose
13:39:29  * [new tag]         v2.5.0     -> v2.5.0
13:39:29 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:29 Init https://github.com/docker/scan-cli-plugin.git
13:39:29 git init src/github.com/docker/scan-cli-plugin
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:29 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:29 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:29 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:29 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:29 From https://github.com/docker/docker
13:39:29  * [new branch]      master     -> master
13:39:29  * [new branch]      master     -> origin/master
13:39:29 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:29 From https://github.com/docker/docker
13:39:29  * [new branch]      master     -> master
13:39:29  * [new branch]      master     -> origin/master
13:39:29 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:29 latest: Pulling from library/alpine
13:39:29 df9b9388f04a: Pulling fs layer
13:39:29 df9b9388f04a: Verifying Checksum
13:39:29 df9b9388f04a: Download complete
13:39:29 #7 ...
13:39:29 
13:39:29 #9 [internal] load build context
13:39:29 #9 sha256:03f8af8237aea59ccc6f9d2d58582427489e22004e8702168dbe9520992243e3
13:39:29 #9 transferring context: 28.95MB 0.2s done
13:39:29 #9 DONE 0.2s
13:39:29 
13:39:29 #7 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f
13:39:29 #7 sha256:930f33f4bfc46048388159bb9de7fd9eb585f1f91a98d895fcf79f6b7c9819c6
13:39:29 #7 sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f 1.41kB / 1.41kB done
13:39:29 #7 sha256:6f911cac13c27a4f9936b949161f57f1fd27228b821e9912815fa941dc7bec7f 529B / 529B done
13:39:29 #7 sha256:cc6f13ca5102d1f202c195aa84a99fb434853f3e039bf9610e6cb771e8d52bf8 1.48kB / 1.48kB done
13:39:29 #7 sha256:e196da37f904f62d236ea302bf13ba07711cc62b35774f86ecda18bcc9ed57c6 0B / 23.74MB 0.1s
13:39:29 #7 sha256:e196da37f904f62d236ea302bf13ba07711cc62b35774f86ecda18bcc9ed57c6 16.78MB / 23.74MB 0.3s
13:39:29 #7 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 0.6s
13:39:29 From https://github.com/docker/compose
13:39:29  * [new tag]         v2.5.0     -> v2.5.0
13:39:29 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:29 Init https://github.com/docker/scan-cli-plugin.git
13:39:29 git init src/github.com/docker/scan-cli-plugin
13:39:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:29 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:29 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:29 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:29 df9b9388f04a: Download complete
13:39:29 df9b9388f04a: Pull complete
13:39:29 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:29 Status: Downloaded newer image for alpine:latest
13:39:29 From https://github.com/docker/buildx
13:39:29  * [new tag]         v0.8.2     -> v0.8.2
13:39:29 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:30 From https://github.com/docker/compose
13:39:30  * [new tag]         v2.5.0     -> v2.5.0
13:39:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:30 Init https://github.com/docker/scan-cli-plugin.git
13:39:30 git init src/github.com/docker/scan-cli-plugin
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:30 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:30 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:30 #17 10.74 The following additional packages will be installed:
13:39:30 From https://github.com/docker/compose
13:39:30  * [new tag]         v2.5.0     -> v2.5.0
13:39:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:30 Init https://github.com/docker/scan-cli-plugin.git
13:39:30 git init src/github.com/docker/scan-cli-plugin
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:30 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:30 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:30 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:30 latest: Pulling from library/alpine
13:39:30 df9b9388f04a: Pulling fs layer
13:39:30 df9b9388f04a: Verifying Checksum
13:39:30 df9b9388f04a: Download complete
13:39:30 From https://github.com/docker/scan-cli-plugin
13:39:30  * [new tag]         v0.17.0    -> v0.17.0
13:39:30 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:30 make -C deb ubuntu-bionic
13:39:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:30 mkdir -p sources
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:30 Unable to find image 'alpine:latest' locally
13:39:30 mkdir -p sources
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:30 From https://github.com/docker/compose
13:39:30  * [new tag]         v2.5.0     -> v2.5.0
13:39:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:30 Init https://github.com/docker/scan-cli-plugin.git
13:39:30 git init src/github.com/docker/scan-cli-plugin
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:30 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:30 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:30 From https://github.com/docker/compose
13:39:30  * [new tag]         v2.5.0     -> v2.5.0
13:39:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:30 Init https://github.com/docker/scan-cli-plugin.git
13:39:30 git init src/github.com/docker/scan-cli-plugin
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:30 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:30 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:30 df9b9388f04a: Pull complete
13:39:30 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:30 Status: Downloaded newer image for alpine:latest
13:39:30 Init https://github.com/docker/buildx.git
13:39:30 git init src/github.com/docker/buildx
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:30 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:30 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:30 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:30 From https://github.com/docker/compose
13:39:30  * [new tag]         v2.5.0     -> v2.5.0
13:39:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:30 Init https://github.com/docker/scan-cli-plugin.git
13:39:30 git init src/github.com/docker/scan-cli-plugin
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:30 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:30 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:30 From https://github.com/docker/compose
13:39:30  * [new tag]         v2.5.0     -> v2.5.0
13:39:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:30 Init https://github.com/docker/scan-cli-plugin.git
13:39:30 git init src/github.com/docker/scan-cli-plugin
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:30 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:30 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:30 #7 sha256:e196da37f904f62d236ea302bf13ba07711cc62b35774f86ecda18bcc9ed57c6 23.74MB / 23.74MB 0.4s
13:39:30 #7 sha256:e196da37f904f62d236ea302bf13ba07711cc62b35774f86ecda18bcc9ed57c6 23.74MB / 23.74MB 0.5s done
13:39:30 #7 extracting sha256:e196da37f904f62d236ea302bf13ba07711cc62b35774f86ecda18bcc9ed57c6
13:39:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:30 From https://github.com/docker/scan-cli-plugin
13:39:30  * [new tag]         v0.17.0    -> v0.17.0
13:39:30 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:30 make -C deb ubuntu-impish
13:39:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:30 From https://github.com/docker/compose
13:39:30  * [new tag]         v2.5.0     -> v2.5.0
13:39:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:30 Init https://github.com/docker/scan-cli-plugin.git
13:39:30 git init src/github.com/docker/scan-cli-plugin
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:30 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:30 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:30 Init https://github.com/docker/compose.git
13:39:30 git init src/github.com/docker/compose
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:30 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:30 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:30 From https://github.com/docker/docker
13:39:30  * [new branch]      master     -> master
13:39:30  * [new branch]      master     -> origin/master
13:39:30 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:30 Init https://github.com/docker/buildx.git
13:39:30 git init src/github.com/docker/buildx
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:30 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:30 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:30 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:30 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:30 #17 10.74   libbtrfs0
13:39:30 #17 10.82 The following NEW packages will be installed:
13:39:30 #17 10.83   libbtrfs-dev libbtrfs0
13:39:30 #17 ...
13:39:30 
13:39:30 #20 [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
13:39:30 #20 11.03 The following additional packages will be installed:
13:39:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:30 From https://github.com/docker/compose
13:39:30  * [new tag]         v2.5.0     -> v2.5.0
13:39:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:30 Init https://github.com/docker/scan-cli-plugin.git
13:39:30 git init src/github.com/docker/scan-cli-plugin
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:30 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:30 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:30 df9b9388f04a: Pull complete
13:39:30 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:30 Status: Downloaded newer image for alpine:latest
13:39:30 From https://github.com/docker/buildx
13:39:30  * [new tag]         v0.8.2     -> v0.8.2
13:39:30 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:30 latest: Pulling from library/alpine
13:39:30 mkdir -p sources
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:30 From https://github.com/docker/scan-cli-plugin
13:39:30  * [new tag]         v0.17.0    -> v0.17.0
13:39:30 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:30 make -C deb debian-bullseye
13:39:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:30 mkdir -p sources
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:30 Unable to find image 'alpine:latest' locally
13:39:30 == Building packages for fedora-34 ==
13:39:30 mkdir -p "rpmbuild/fedora-34"
13:39:30 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster -t rpmbuild-fedora-34/aarch64 -f fedora-34/Dockerfile .
13:39:30 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:30 From https://github.com/docker/scan-cli-plugin
13:39:30  * [new tag]         v0.17.0    -> v0.17.0
13:39:30 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:30 make -C deb ubuntu-bionic
13:39:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:30 mkdir -p sources
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:30 Unable to find image 'alpine:latest' locally
13:39:30 From https://github.com/docker/scan-cli-plugin
13:39:30  * [new tag]         v0.17.0    -> v0.17.0
13:39:30 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:30 make -C deb ubuntu-focal
13:39:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:30 mkdir -p sources
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:30 Unable to find image 'alpine:latest' locally
13:39:30 Init https://github.com/docker/buildx.git
13:39:30 git init src/github.com/docker/buildx
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:30 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:30 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:30 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:30 mkdir -p sources
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:30 Unable to find image 'alpine:latest' locally
13:39:30 From https://github.com/docker/scan-cli-plugin
13:39:30  * [new tag]         v0.17.0    -> v0.17.0
13:39:30 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:30 make -C rpm fedora-35
13:39:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:39:30 mkdir -p rpmbuild/SOURCES
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:30 Unable to find image 'alpine:latest' locally
13:39:30 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:30 From https://github.com/docker/scan-cli-plugin
13:39:30  * [new tag]         v0.17.0    -> v0.17.0
13:39:30 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:30 make -C rpm centos-8
13:39:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:39:30 mkdir -p rpmbuild/SOURCES
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:30 Unable to find image 'alpine:latest' locally
13:39:30 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:30 #20 11.04   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
13:39:30 #20 11.04 Suggested packages:
13:39:30 #20 11.04   cmake-doc ninja-build lrzip
13:39:30 #20 11.04 Recommended packages:
13:39:30 #20 11.04   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:39:30 From https://github.com/docker/scan-cli-plugin
13:39:30  * [new tag]         v0.17.0    -> v0.17.0
13:39:30 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:30 make -C deb ubuntu-focal
13:39:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:30 mkdir -p sources
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:30 Unable to find image 'alpine:latest' locally
13:39:30 First time build. Skipping changelog.
13:39:30 From https://github.com/docker/scan-cli-plugin
13:39:30  * [new tag]         v0.17.0    -> v0.17.0
13:39:30 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:30 make -C deb ubuntu-impish
13:39:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:30 mkdir -p sources
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:30 57fb4b5f1a47: Pulling fs layer
13:39:30 From https://github.com/docker/buildx
13:39:30  * [new tag]         v0.8.2     -> v0.8.2
13:39:30 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:30 latest: Pulling from library/alpine
13:39:30 df9b9388f04a: Pulling fs layer
13:39:30 From https://github.com/docker/buildx
13:39:30  * [new tag]         v0.8.2     -> v0.8.2
13:39:30 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:30 latest: Pulling from library/alpine
13:39:30 df9b9388f04a: Pulling fs layer
13:39:30 #1 [internal] load build definition from Dockerfile
13:39:30 #1 sha256:8caaff2a6407d46abcd0f8844d3b8df4f0380a195c710bbc664ecde8a55446cf
13:39:30 #1 transferring dockerfile: 906B done
13:39:30 #1 DONE 0.1s
13:39:30 
13:39:30 #2 [internal] load .dockerignore
13:39:30 #2 sha256:323e320765e6be529b382c93b5271e027d401e65aa0ca2149939a006467036bd
13:39:30 #2 transferring context: 2B done
13:39:30 #2 DONE 0.1s
13:39:30 latest: Pulling from library/alpine
13:39:30 df9b9388f04a: Pulling fs layer
13:39:30 #7 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 0B / 108.37MB 2.3s
13:39:30 #7 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 16.78MB / 108.37MB 2.5s
13:39:30 #7 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 32.51MB / 108.37MB 2.7s
13:39:30 #7 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 50.33MB / 108.37MB 2.8s
13:39:30 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:30 latest: Pulling from library/alpine
13:39:30 df9b9388f04a: Pulling fs layer
13:39:30 df9b9388f04a: Verifying Checksum
13:39:30 df9b9388f04a: Download complete
13:39:30 latest: Pulling from library/alpine
13:39:30 latest: Pulling from library/alpine
13:39:30 df9b9388f04a: Pulling fs layer
13:39:30 df9b9388f04a: Download complete
13:39:30 From https://github.com/docker/compose
13:39:30  * [new tag]         v2.5.0     -> v2.5.0
13:39:30 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:30 Init https://github.com/docker/scan-cli-plugin.git
13:39:30 git init src/github.com/docker/scan-cli-plugin
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:30 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:30 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:30 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:30 #20 11.32 The following NEW packages will be installed:
13:39:30 #20 11.33   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
13:39:30 #20 11.33   vim-common xxd
13:39:30 latest: Pulling from library/alpine
13:39:30 57fb4b5f1a47: Pulling fs layer
13:39:30 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 1.5s
13:39:30 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 10.49MB / 49.23MB 1.5s
13:39:30 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 20.97MB / 49.23MB 1.6s
13:39:30 Unable to find image 'alpine:latest' locally
13:39:30 mkdir -p sources
13:39:30 docker run --rm -w /v \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:30 	alpine \
13:39:30 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:30 57fb4b5f1a47: Verifying Checksum
13:39:30 57fb4b5f1a47: Download complete
[Pipeline] sh
13:39:30 #7 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 1.4s done
13:39:30 #7 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682
13:39:30 df9b9388f04a: Verifying Checksum
13:39:30 df9b9388f04a: Download complete
13:39:30 df9b9388f04a: Pull complete
13:39:30 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:30 Status: Downloaded newer image for alpine:latest
13:39:30 Init https://github.com/docker/compose.git
13:39:30 git init src/github.com/docker/compose
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:30 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:30 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:30 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:30 Init https://github.com/docker/compose.git
13:39:30 git init src/github.com/docker/compose
13:39:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:30 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:30 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:30 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:30 df9b9388f04a: Verifying Checksum
13:39:30 df9b9388f04a: Download complete
13:39:30 df9b9388f04a: Pull complete
13:39:30 
13:39:30 #5 [auth] library/fedora:pull token for registry-1.docker.io
13:39:30 #5 sha256:25cd73e9fb16bf46fa9f32c1f17eb1432f6c574c1eccf3a0fc25ab103ef5b8e7
13:39:30 #5 DONE 0.0s
13:39:30 
13:39:30 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:30 #6 sha256:9ce2ca2ccc2119bc1ad80bb98758eda0029e7e3237c58ed0e15630da4eeb495a
13:39:30 #6 DONE 0.0s
13:39:30 
13:39:30 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:30 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:30 df9b9388f04a: Verifying Checksum
13:39:30 df9b9388f04a: Download complete
13:39:30 df9b9388f04a: Pull complete
13:39:30 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:30 Status: Downloaded newer image for alpine:latest
13:39:30 #7 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 66.06MB / 108.37MB 3.0s
13:39:30 df9b9388f04a: Pull complete
13:39:30 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:30 Status: Downloaded newer image for alpine:latest
13:39:31 df9b9388f04a: Pulling fs layer
13:39:31 df9b9388f04a: Verifying Checksum
13:39:31 df9b9388f04a: Download complete
13:39:31 df9b9388f04a: Pull complete
13:39:31 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:31 Status: Downloaded newer image for alpine:latest
13:39:31 From https://github.com/docker/scan-cli-plugin
13:39:31  * [new tag]         v0.17.0    -> v0.17.0
13:39:31 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:31 make -C deb raspbian-bullseye
13:39:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:31 mkdir -p sources
13:39:31 docker run --rm -w /v \
13:39:31 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:31 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:31 	alpine \
13:39:31 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:31 Unable to find image 'alpine:latest' locally
13:39:31 #20 11.67 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
13:39:31 #20 11.67 Need to get 17.7 MB of archives.
13:39:31 #20 11.67 After this operation, 70.7 MB of additional disk space will be used.
13:39:31 #20 11.67 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
13:39:31 #20 11.67 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:39:31 #20 11.68 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:39:31 #20 11.73 Get:4 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
13:39:31 57fb4b5f1a47: Verifying Checksum
13:39:31 57fb4b5f1a47: Download complete
13:39:31 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 1.7s done
13:39:31 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 30.41MB / 49.23MB 1.7s
13:39:31 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 40.89MB / 49.23MB 1.8s
13:39:31 latest: Pulling from library/alpine
13:39:31 57fb4b5f1a47: Pulling fs layer
13:39:31 57fb4b5f1a47: Pull complete
13:39:31 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:31 Status: Downloaded newer image for alpine:latest
13:39:31 + make REF=master TARGETPLATFORM=darwin/amd64 static
13:39:31 Init https://github.com/docker/cli.git
13:39:31 git init src/github.com/docker/cli
13:39:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:31 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:31 Checkout https://github.com/docker/cli.git#master
13:39:31 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:31 Init https://github.com/docker/compose.git
13:39:31 git init src/github.com/docker/compose
13:39:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:31 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:31 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:31 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:31 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:31 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:31 Status: Downloaded newer image for alpine:latest
13:39:31 #4 DONE 0.4s
13:39:31 
13:39:31 #3 [internal] load metadata for docker.io/library/fedora:34
13:39:31 #3 sha256:18e083ccc0320d8b39dde606b40fe353b7662bf13d1395f447a07345c532469d
13:39:31 #3 DONE 0.4s
13:39:31 
13:39:31 #9 [internal] load build context
13:39:31 #9 sha256:6e8bfa4156b0c7d28fb03f89942a87ca5eb28f5fa5b0509418ab7e030e91c6c9
13:39:31 #9 transferring context: 15.33kB done
13:39:31 #9 DONE 0.0s
13:39:31 
13:39:31 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697
13:39:31 #7 sha256:a2296114dab9d66595e795bac813cf87269b353528a0530ab901103cb65d7c44
13:39:31 #7 resolve docker.io/library/fedora:34@sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697 0.0s done
13:39:31 #7 sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697 1.20kB / 1.20kB done
13:39:31 #7 sha256:dace6d144b7fc7448edf1090cce9fc5e596d0c42b8b3a1b2f65c7514a03c5b4b 529B / 529B done
13:39:31 #7 sha256:cdb9893ca440268b58e0fc97e3647d47c5de71ccfe7dfac49446eb12325aa915 2.00kB / 2.00kB done
13:39:31 #7 sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 0B / 64.50MB 0.1s
13:39:31 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:31 #7 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 84.93MB / 108.37MB 3.2s
13:39:31 df9b9388f04a: Pull complete
13:39:31 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:31 Status: Downloaded newer image for alpine:latest
13:39:31 #20 11.92 Get:5 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB]
13:39:31 #20 11.93 Get:6 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
13:39:31 #20 11.94 Get:7 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
13:39:31 #20 11.94 Get:8 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
13:39:31 #20 11.95 Get:9 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
13:39:31 #20 11.95 Get:10 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
13:39:31 57fb4b5f1a47: Pull complete
13:39:31 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:31 Status: Downloaded newer image for alpine:latest
13:39:31 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 2.0s
13:39:31 57fb4b5f1a47: Verifying Checksum
13:39:31 57fb4b5f1a47: Download complete
13:39:31 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:31 From https://github.com/docker/compose
13:39:31  * [new tag]         v2.5.0     -> v2.5.0
13:39:31 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:31 Init https://github.com/docker/scan-cli-plugin.git
13:39:31 git init src/github.com/docker/scan-cli-plugin
13:39:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:31 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:31 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:31 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:31 #7 sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 7.34MB / 64.50MB 0.3s
13:39:31 From https://github.com/docker/compose
13:39:31  * [new tag]         v2.5.0     -> v2.5.0
13:39:31 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:31 Init https://github.com/docker/scan-cli-plugin.git
13:39:31 git init src/github.com/docker/scan-cli-plugin
13:39:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:31 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:31 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:31 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:31 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:31 From https://github.com/docker/compose
13:39:31  * [new tag]         v2.5.0     -> v2.5.0
13:39:31 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:31 Init https://github.com/docker/scan-cli-plugin.git
13:39:31 git init src/github.com/docker/scan-cli-plugin
13:39:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:31 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:31 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:31 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:31 #7 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 106.81MB / 108.37MB 3.5s
13:39:31 #7 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 1.7s done
13:39:31 From https://github.com/docker/scan-cli-plugin
13:39:31  * [new tag]         v0.17.0    -> v0.17.0
13:39:31 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:31 make -C deb debian-buster
13:39:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:31 mkdir -p sources
13:39:31 docker run --rm -w /v \
13:39:31 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:31 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:31 	alpine \
13:39:31 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:31 Unable to find image 'alpine:latest' locally
13:39:31 latest: Pulling from library/alpine
13:39:31 57fb4b5f1a47: Pulling fs layer
13:39:31 57fb4b5f1a47: Verifying Checksum
13:39:31 57fb4b5f1a47: Download complete
13:39:31 57fb4b5f1a47: Pull complete
13:39:31 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:31 Status: Downloaded newer image for alpine:latest
13:39:31 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:31 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:31 #7 sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 16.78MB / 64.50MB 0.5s
13:39:31 #7 sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 20.97MB / 64.50MB 0.6s
13:39:31 #7 sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 32.51MB / 64.50MB 0.7s
13:39:31 From https://github.com/docker/scan-cli-plugin
13:39:31  * [new tag]         v0.17.0    -> v0.17.0
13:39:31 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:31 make -C deb debian-bullseye
13:39:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:31 mkdir -p sources
13:39:31 docker run --rm -w /v \
13:39:31 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:31 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:31 	alpine \
13:39:31 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:31 Unable to find image 'alpine:latest' locally
13:39:31 latest: Pulling from library/alpine
13:39:31 57fb4b5f1a47: Pulling fs layer
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:31 From https://github.com/docker/buildx
13:39:31  * [new tag]         v0.8.2     -> v0.8.2
13:39:31 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:31 #7 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 0B / 53.61MB 2.8s
13:39:31 #7 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 14.68MB / 53.61MB 2.9s
13:39:31 #7 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 26.21MB / 53.61MB 3.1s
13:39:31 #7 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 37.75MB / 53.61MB 3.2s
13:39:31 #7 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 50.33MB / 53.61MB 3.3s
13:39:31 #7 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 53.61MB / 53.61MB 3.4s
13:39:32 latest: Pulling from library/alpine
13:39:32 #7 sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 50.33MB / 64.50MB 0.8s
13:39:32 From https://github.com/docker/scan-cli-plugin
13:39:32  * [new tag]         v0.17.0    -> v0.17.0
13:39:32 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:32 make -C static build
13:39:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:39:32 Building static package for linux/arm/v7
13:39:32 ./build-static "/home/ubuntu/workspace/docker-ce-packaging_PR-665/static" "linux/arm/v7"
13:39:32 UNAME=aarch64
13:39:32 TARGETPLATFORM=linux/arm/v7
13:39:32 CURPLATFORM=linux/arm64
13:39:32 CROSS=true
13:39:32 From https://github.com/docker/scan-cli-plugin
13:39:32  * [new tag]         v0.17.0    -> v0.17.0
13:39:32 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:32 make -C static build
13:39:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:39:32 Building static package for linux/arm64
13:39:32 ./build-static "/home/ubuntu/workspace/docker-ce-packaging_PR-665/static" "linux/arm64"
13:39:32 UNAME=aarch64
13:39:32 TARGETPLATFORM=linux/arm64
13:39:32 CURPLATFORM=linux/arm64
13:39:32 CROSS=false
13:39:32 57fb4b5f1a47: Verifying Checksum
13:39:32 57fb4b5f1a47: Download complete
13:39:32 #7 extracting sha256:e196da37f904f62d236ea302bf13ba07711cc62b35774f86ecda18bcc9ed57c6 1.6s done
13:39:32 57fb4b5f1a47: Pull complete
13:39:32 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:32 Status: Downloaded newer image for alpine:latest
13:39:32 Init https://github.com/docker/compose.git
13:39:32 git init src/github.com/docker/compose
13:39:32 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:32 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:32 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:32 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:32 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:32 57fb4b5f1a47: Pulling fs layer
13:39:32 57fb4b5f1a47: Verifying Checksum
13:39:32 57fb4b5f1a47: Download complete
13:39:32 #7 sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 54.53MB / 64.50MB 1.0s
13:39:32 #7 sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 61.87MB / 64.50MB 1.1s
13:39:32 #20 ...
13:39:32 
13:39:32 #17 [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
13:39:32 #17 11.14 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
13:39:32 #17 11.14 Need to get 460 kB of archives.
13:39:32 #17 11.14 After this operation, 1237 kB of additional disk space will be used.
13:39:32 #17 11.14 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:39:32 #17 11.15 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:39:32 #17 11.55 debconf: delaying package configuration, since apt-utils is not installed
13:39:32 #17 11.66 Fetched 460 kB in 0s (1559 kB/s)
13:39:32 #17 11.71 Selecting previously unselected package libbtrfs0:amd64.
13:39:32 #17 11.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
13:39:32 #17 11.74 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
13:39:32 #17 11.75 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:39:32 #17 11.95 Selecting previously unselected package libbtrfs-dev:amd64.
13:39:32 #17 11.95 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
13:39:32 #17 11.96 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:39:32 #17 12.14 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:39:32 #17 12.15 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:39:32 #17 12.17 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:39:32 #17 DONE 12.6s
13:39:32 
13:39:32 #20 [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
13:39:32 #20 12.70 debconf: delaying package configuration, since apt-utils is not installed
13:39:32 #20 ...
13:39:32 
13:39:32 #23 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:39:32 #23 DONE 0.1s
13:39:32 
13:39:32 #20 [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
13:39:32 #20 12.87 Fetched 17.7 MB in 1s (25.7 MB/s)
13:39:32 #20 12.92 Selecting previously unselected package xxd.
13:39:32 admiring_pare
13:39:32 + docker buildx build --platform linux/arm/v7 --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg BUILDKIT_MULTI_PLATFORM=true --build-arg CGO_ENABLED=0 --output ./build --target binary .
13:39:32 keen_archimedes
13:39:32 + docker buildx build --platform linux/arm64 --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg BUILDKIT_MULTI_PLATFORM=true --build-arg CGO_ENABLED= --output ./build --target binary .
13:39:32 57fb4b5f1a47: Pull complete
13:39:32 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:32 Status: Downloaded newer image for alpine:latest
13:39:32 #20 12.92 (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 ... 15709 files and directories currently installed.)
13:39:32 #20 12.97 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:39:32 #20 12.97 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:39:32 #20 13.08 Selecting previously unselected package vim-common.
13:39:32 #20 13.09 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:39:32 #20 13.11 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:39:32 #1 [internal] booting buildkit
13:39:32 #1 pulling image moby/buildkit:buildx-stable-1
13:39:32 #1 [internal] booting buildkit
13:39:32 #1 pulling image moby/buildkit:buildx-stable-1
13:39:32 #7 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 53.61MB / 53.61MB 3.9s done
13:39:32 #7 extracting sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c
13:39:32 From https://github.com/docker/buildx
13:39:32  * [new tag]         v0.8.2     -> v0.8.2
13:39:32 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:32 #14 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 3.3s
13:39:32 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 12.58MB / 52.17MB 3.3s
13:39:32 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 3.4s done
13:39:32 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 22.02MB / 52.17MB 3.4s
13:39:32 #14 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b
13:39:32 From https://github.com/docker/buildx
13:39:32  * [new tag]         v0.8.2     -> v0.8.2
13:39:32 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:32 From https://github.com/docker/compose
13:39:32  * [new tag]         v2.5.0     -> v2.5.0
13:39:32 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:32 Init https://github.com/docker/scan-cli-plugin.git
13:39:32 git init src/github.com/docker/scan-cli-plugin
13:39:32 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:32 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:32 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:32 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:32 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:32 #20 13.32 Selecting previously unselected package cmake-data.
13:39:32 #20 13.33 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:39:32 #20 13.34 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:39:32 57fb4b5f1a47: Pull complete
13:39:32 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:32 Status: Downloaded newer image for alpine:latest
13:39:32 #7 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 108.37MB / 108.37MB 4.6s done
13:39:32 #7 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec
13:39:32 From https://github.com/docker/buildx
13:39:32  * [new tag]         v0.8.2     -> v0.8.2
13:39:32 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:32 Init https://github.com/docker/compose.git
13:39:32 git init src/github.com/docker/compose
13:39:32 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:32 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:32 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:32 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:32 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:33 #14 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 3.4s done
13:39:33 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 32.51MB / 52.17MB 3.6s
13:39:33 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 5.24MB / 108.70MB 3.6s
13:39:33 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 1.80MB / 62.44MB 3.6s
13:39:33 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 51.38MB / 52.17MB 3.7s
13:39:33 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 24.12MB / 108.70MB 3.7s
13:39:33 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 22.02MB / 62.44MB 3.7s
13:39:33 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 35.65MB / 108.70MB 3.9s
13:39:33 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 35.65MB / 62.44MB 3.9s
13:39:33 Init https://github.com/docker/compose.git
13:39:33 git init src/github.com/docker/compose
13:39:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:33 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:33 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:33 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:33 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:33 Commit message: "Merge commit '015bb449e44e3682a7d087c03f4a92bbf2dc8599' into HEAD"
13:39:33 From https://github.com/docker/scan-cli-plugin
13:39:33  * [new tag]         v0.17.0    -> v0.17.0
13:39:33 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:33 make -C deb raspbian-buster
13:39:33 #7 DONE 3.2s
13:39:33 
13:39:33 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:33 #8 sha256:c7aae3ff7561310d97e75a83696638cb01d3e521586a0ddb5b2c08f8eb01af32
13:39:33 First time build. Skipping changelog.
13:39:33 Init https://github.com/docker/compose.git
13:39:33 git init src/github.com/docker/compose
13:39:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:33 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:33 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:33 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:33 #7 sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 64.50MB / 64.50MB 2.0s done
13:39:33 #7 extracting sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519
13:39:33 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 46.14MB / 108.70MB 4.0s
13:39:33 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 44.85MB / 62.44MB 4.0s
13:39:33 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 57.67MB / 108.70MB 4.1s
13:39:33 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 55.57MB / 62.44MB 4.1s
13:39:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:33 mkdir -p sources
13:39:33 docker run --rm -w /v \
13:39:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:33 	alpine \
13:39:33 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:33 Unable to find image 'alpine:latest' locally
13:39:33 From https://github.com/docker/cli
13:39:33  * [new branch]      master     -> master
13:39:33  * [new branch]      master     -> origin/master
13:39:33 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:33 Init https://github.com/docker/docker.git
13:39:33 git init src/github.com/docker/docker
13:39:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:33 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:33 Checkout https://github.com/docker/docker.git#master
13:39:33 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:33 mkdir -p sources
13:39:33 docker run --rm -w /v \
13:39:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:33 	alpine \
13:39:33 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:33 #7 DONE 4.7s
13:39:33 
13:39:33 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:33 #13 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:33 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:33 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:33 #13 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:33 #13 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:33 #13 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 1.3s done
13:39:33 #13 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.3s done
13:39:33 #13 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.5s done
13:39:33 #13 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 2.9s done
13:39:33 #13 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 2.0s done
13:39:33 #13 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 108.70MB / 108.70MB 4.6s done
13:39:33 #13 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 4.6s
13:39:33 #13 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.2s done
13:39:33 #13 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.1s
13:39:33 #13 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.3s done
13:39:33 #13 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50
13:39:33 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
[Pipeline] sh
13:39:33 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 65.01MB / 108.70MB 4.2s
13:39:33 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 4.2s
13:39:33 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 4.2s done
13:39:33 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 87.03MB / 108.70MB 4.4s
13:39:33 #14 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 4.4s
13:39:33 From https://github.com/docker/compose
13:39:33  * [new tag]         v2.5.0     -> v2.5.0
13:39:33 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:33 Init https://github.com/docker/scan-cli-plugin.git
13:39:33 git init src/github.com/docker/scan-cli-plugin
13:39:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:33 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:33 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:33 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:33 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:33 latest: Pulling from library/alpine
13:39:33 57fb4b5f1a47: Pulling fs layer
13:39:33 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git rev-list --no-walk 8592554df84e6f193697bdb5ed2aedd10e341649 # timeout=10
13:39:33 From https://github.com/docker/compose
13:39:33  * [new tag]         v2.5.0     -> v2.5.0
13:39:33 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:33 Init https://github.com/docker/scan-cli-plugin.git
13:39:33 git init src/github.com/docker/scan-cli-plugin
13:39:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:33 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:33 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:33 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:33 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:33 mkdir -p sources
13:39:33 docker run --rm -w /v \
13:39:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:33 	alpine \
13:39:33 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:33 From https://github.com/docker/compose
13:39:33  * [new tag]         v2.5.0     -> v2.5.0
13:39:33 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:33 Init https://github.com/docker/scan-cli-plugin.git
13:39:33 git init src/github.com/docker/scan-cli-plugin
13:39:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:33 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:33 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:33 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:33 #20 ...
13:39:33 
13:39:33 #22 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:39:33 #22 14.27 NAME:
13:39:33 #22 14.27    go-winres - A tool for embedding resources in Windows executables
13:39:33 #22 14.27 
13:39:33 #22 14.27 USAGE:
13:39:33 #22 14.27    go-winres [global options] command [command options] [arguments...]
13:39:33 #22 14.27 
13:39:33 #22 14.27 COMMANDS:
13:39:33 #22 14.27    init     Create an initial ./winres/winres.json
13:39:33 #22 14.27    make     Make syso files for the "go build" command
13:39:33 #22 14.28    simply   Make syso files for the "go build" command (simplified)
13:39:33 #22 14.28    extract  Extract all resources from an executable
13:39:33 #22 14.28    patch    Replace resources in an executable file (exe, dll)
13:39:33 #22 14.28    help, h  Shows a list of commands or help for one command
13:39:33 #22 14.28 
13:39:33 #22 14.28 GLOBAL OPTIONS:
13:39:33 #22 14.28    --help, -h  show help (default: false)
13:39:33 #22 DONE 14.4s
13:39:33 + make REF=master TARGETPLATFORM=windows/amd64 static
13:39:33 Init https://github.com/docker/cli.git
13:39:33 git init src/github.com/docker/cli
13:39:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli/.git/
13:39:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:39:33 Checkout https://github.com/docker/cli.git#master
13:39:33 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:39:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:33 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 96.47MB / 108.70MB 4.4s
13:39:33 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 106.95MB / 108.70MB 4.6s
13:39:33 From https://github.com/docker/scan-cli-plugin
13:39:33  * [new tag]         v0.17.0    -> v0.17.0
13:39:33 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:33 make -C static build
13:39:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:39:33 Building static package for linux/arm/v6
13:39:33 ./build-static "/home/ubuntu/workspace/docker-ce-packaging_PR-665/static" "linux/arm/v6"
13:39:33 UNAME=aarch64
13:39:33 TARGETPLATFORM=linux/arm/v6
13:39:33 CURPLATFORM=linux/arm64
13:39:33 CROSS=true
13:39:33 57fb4b5f1a47: Verifying Checksum
13:39:33 57fb4b5f1a47: Download complete
13:39:33 From https://github.com/docker/scan-cli-plugin
13:39:33  * [new tag]         v0.17.0    -> v0.17.0
13:39:33 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:33 make -C deb ubuntu-jammy
13:39:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:39:33 mkdir -p sources
13:39:33 docker run --rm -w /v \
13:39:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:33 	alpine \
13:39:33 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:33 #7 extracting sha256:b1ffded9597ee8a86be3e97a8aeefde4677ecb21b87ea5df3128c7e2bcc2e322 4.3s done
13:39:33 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:33 #8 0.865 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
13:39:34 
13:39:34 #24 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:34 #0 0.227 + RM_GOPATH=0
13:39:34 #0 0.227 + TMP_GOPATH=
13:39:34 #0 0.227 + : /build
13:39:34 #0 0.227 + '[' -z '' ']'
13:39:34 #0 0.227 ++ mktemp -d
13:39:34 #0 0.229 + export GOPATH=/tmp/tmp.n2Mp65XzuL
13:39:34 #0 0.229 + GOPATH=/tmp/tmp.n2Mp65XzuL
13:39:34 #0 0.230 + RM_GOPATH=1
13:39:34 #0 0.230 + case "$(go env GOARCH)" in
13:39:34 #0 0.231 ++ go env GOARCH
13:39:34 #0 0.260 + export GO_BUILDMODE=-buildmode=pie
13:39:34 #0 0.261 + GO_BUILDMODE=-buildmode=pie
13:39:34 #0 0.264 ++ dirname /install.sh
13:39:34 #0 0.266 + dir=/
13:39:34 #0 0.266 + bin=containerd
13:39:34 #0 0.266 + shift
13:39:34 #0 0.266 + '[' '!' -f //containerd.installer ']'
13:39:34 #0 0.266 + . //containerd.installer
13:39:34 #0 0.267 ++ set -e
13:39:34 #0 0.267 ++ : v1.6.3
13:39:34 #0 0.267 + install_containerd
13:39:34 #0 0.268 + echo 'Install containerd version v1.6.3'
13:39:34 #0 0.268 + git clone https://github.com/containerd/containerd.git /tmp/tmp.n2Mp65XzuL/src/github.com/containerd/containerd
13:39:34 #0 0.268 Install containerd version v1.6.3
13:39:34 #0 0.286 Cloning into '/tmp/tmp.n2Mp65XzuL/src/github.com/containerd/containerd'...
13:39:34 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 4.6s done
13:39:34 #14 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 4.6s done
13:39:34 unruffled_lamarr
13:39:34 + docker buildx build --platform linux/arm/v6 --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg BUILDKIT_MULTI_PLATFORM=true --build-arg CGO_ENABLED=0 --output ./build --target binary .
13:39:34 57fb4b5f1a47: Pull complete
13:39:34 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:34 Status: Downloaded newer image for alpine:latest
13:39:34 mkdir -p sources
13:39:34 docker run --rm -w /v \
13:39:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:34 	alpine \
13:39:34 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:34 mkdir -p sources
13:39:34 docker run --rm -w /v \
13:39:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:34 	alpine \
13:39:34 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:34 Unable to find image 'alpine:latest' locally
13:39:34 #7 DONE 6.1s
13:39:34 
13:39:34 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:34 #12 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:34 #12 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:34 #12 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:34 #12 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 1.0s done
13:39:34 #12 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:34 #12 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:34 #12 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.3s done
13:39:34 #12 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.6s done
13:39:34 #12 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 3.1s done
13:39:34 #12 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 2.7s done
13:39:34 #12 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 3.7s done
13:39:34 #12 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 108.70MB / 108.70MB 4.8s done
13:39:34 #12 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.5s done
13:39:34 #12 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 4.8s done
13:39:34 #12 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.3s done
13:39:34 #12 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 0.3s
13:39:34 #7 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 3.3s done
13:39:34 #7 DONE 5.1s
13:39:34 
13:39:34 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:34 #13 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:34 #13 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:34 #13 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.3s done
13:39:34 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:34 #13 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:34 #13 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 0.9s done
13:39:34 #13 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.5s done
13:39:34 #13 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 1.9s done
13:39:34 #13 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 2.7s done
13:39:34 #13 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 108.70MB / 108.70MB 3.7s done
13:39:34 #13 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 2.6s done
13:39:34 #13 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 2.7s done
13:39:34 #13 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.5s done
13:39:34 #13 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.4s done
13:39:34 #13 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 0.1s
13:39:34 From https://github.com/docker/scan-cli-plugin
13:39:34  * [new tag]         v0.17.0    -> v0.17.0
13:39:34 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:34 make -C static build
13:39:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:39:34 Building static package for darwin/arm64
13:39:34 ./build-static "/home/ubuntu/workspace/docker-ce-packaging_PR-665/static" "darwin/arm64"
13:39:34 UNAME=aarch64
13:39:34 TARGETPLATFORM=darwin/arm64
13:39:34 CURPLATFORM=linux/arm64
13:39:34 CROSS=true
13:39:34 #8 1.276 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
13:39:34 #8 1.369 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB]
13:39:34 #1 [internal] booting buildkit
13:39:34 #1 pulling image moby/buildkit:buildx-stable-1
13:39:34 latest: Pulling from library/alpine
13:39:34 57fb4b5f1a47: Pulling fs layer
13:39:34 brave_aryabhata
13:39:34 + docker buildx build --platform darwin/arm64 --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg BUILDKIT_MULTI_PLATFORM=true --build-arg CGO_ENABLED= --output ./build --target binary .
13:39:34 #1 [internal] booting buildkit
13:39:34 #8 1.463 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
13:39:34 #8 1.563 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB]
13:39:34 mkdir -p sources
13:39:34 docker run --rm -w /v \
13:39:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:34 	alpine \
13:39:34 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:34 57fb4b5f1a47: Verifying Checksum
13:39:34 57fb4b5f1a47: Download complete
13:39:34 mkdir -p rpmbuild/SOURCES
13:39:34 docker run --rm -w /v \
13:39:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:34 	alpine \
13:39:34 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:34 #1 pulling image moby/buildkit:buildx-stable-1
13:39:34 #7 ...
13:39:34 
13:39:34 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:34 #13 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:34 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:34 #13 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:34 #13 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 1.0s done
13:39:34 #13 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:34 #13 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.5s done
13:39:34 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:34 #13 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.4s done
13:39:34 #13 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 1.6s done
13:39:34 #13 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 2.2s done
13:39:34 #13 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 108.70MB / 108.70MB 3.6s done
13:39:34 #13 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 1.8s done
13:39:34 #13 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 2.2s done
13:39:34 #13 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.2s done
13:39:34 #13 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.2s done
13:39:34 #13 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 2.2s
13:39:34 57fb4b5f1a47: Pull complete
13:39:34 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:39:34 Status: Downloaded newer image for alpine:latest
13:39:34 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 108.70MB / 108.70MB 5.6s done
13:39:35 mkdir -p rpmbuild/SOURCES
13:39:35 docker run --rm -w /v \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:35 	alpine \
13:39:35 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:35 mkdir -p sources
13:39:35 docker run --rm -w /v \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:35 	alpine \
13:39:35 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:35 mkdir -p sources
13:39:35 docker run --rm -w /v \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:35 	alpine \
13:39:35 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:35 mkdir -p sources
13:39:35 docker run --rm -w /v \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:35 	alpine \
13:39:35 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:35 mkdir -p sources
13:39:35 docker run --rm -w /v \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:35 	alpine \
13:39:35 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:35 #8 2.392 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB]
13:39:35 #8 2.392 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB]
13:39:35 #8 2.404 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B]
13:39:35 #8 2.406 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1888 kB]
13:39:35 #8 2.473 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5351 B]
13:39:35 #8 2.473 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [2027 kB]
13:39:35 #8 2.591 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [5042 B]
13:39:35 #8 2.591 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [12.2 kB]
13:39:35 #8 2.591 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [12.5 kB]
13:39:35 #8 2.591 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1331 kB]
13:39:35 mkdir -p rpmbuild/SOURCES
13:39:35 docker run --rm -w /v \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:35 	alpine \
13:39:35 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:35 From https://github.com/docker/cli
13:39:35  * [new branch]      master     -> master
13:39:35  * [new branch]      master     -> origin/master
13:39:35 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:39:35 Init https://github.com/docker/docker.git
13:39:35 git init src/github.com/docker/docker
13:39:35 #8 2.647 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [4372 B]
13:39:35 #8 2.647 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2759 B]
13:39:35 #8 2.647 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1506 kB]
13:39:35 #13 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 3.0s done
13:39:35 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done
13:39:35 #1 creating container buildx_buildkit_keen_archimedes0
13:39:35 #1 pulling image moby/buildkit:buildx-stable-1 2.8s done
13:39:35 #1 creating container buildx_buildkit_admiring_pare0
13:39:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker/.git/
13:39:35 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:39:35 Checkout https://github.com/docker/docker.git#master
13:39:35 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:39:35 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:39:35 #14 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 3.1s done
13:39:35 #14 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b
13:39:35 mkdir -p sources
13:39:35 docker run --rm -w /v \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:35 	alpine \
13:39:35 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:36 #13 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 0.1s
13:39:36 mkdir -p sources
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:36 mkdir -p rpmbuild/SOURCES
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:36 mkdir -p sources
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:36 mkdir -p sources
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:36 #14 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.5s done
13:39:36 #14 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea
13:39:36 mkdir -p sources
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:36 mkdir -p rpmbuild/SOURCES
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/cli:/cli \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:39:36 mkdir -p sources
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:36 #8 3.811 Fetched 19.7 MB in 3s (5916 kB/s)
13:39:36 mkdir -p sources
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:36 mkdir -p sources
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:36 #13 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 3.0s done
13:39:36 #13 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7
13:39:36 #12 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 2.5s done
13:39:36 #12 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7
13:39:36 #7 extracting sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 3.6s done
13:39:36 #7 DONE 7.9s
13:39:36 
13:39:36 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:36 #12 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:36 #12 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.2s done
13:39:36 #12 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:36 #12 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 1.1s done
13:39:36 #12 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.4s done
13:39:36 #12 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:36 #12 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:36 #12 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 1.9s done
13:39:36 #12 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 2.8s done
13:39:36 #12 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 1.6s done
13:39:36 #12 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.4s done
13:39:36 #12 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 2.9s done
13:39:36 #12 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 108.70MB / 108.70MB 5.4s done
13:39:36 #12 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.3s done
13:39:36 #12 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 3.1s done
13:39:36 #12 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 0.4s
13:39:36 mkdir -p sources
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:36 From https://github.com/docker/docker
13:39:36  * [new branch]      master     -> master
13:39:36  * [new branch]      master     -> origin/master
13:39:36 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:36 mkdir -p rpmbuild/SOURCES
13:39:36 docker run --rm -w /v \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:36 	alpine \
13:39:36 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:37 mkdir -p sources
13:39:37 docker run --rm -w /v \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:37 	alpine \
13:39:37 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:37 mkdir -p sources
13:39:37 docker run --rm -w /v \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:37 	alpine \
13:39:37 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:37 #14 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.4s done
13:39:37 #14 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50
13:39:37 Init https://github.com/docker/buildx.git
13:39:37 git init src/github.com/docker/buildx
13:39:37 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:37 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:37 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:37 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:37 mkdir -p sources
13:39:37 docker run --rm -w /v \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:37 	alpine \
13:39:37 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:37 mkdir -p rpmbuild/SOURCES
13:39:37 docker run --rm -w /v \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:37 	alpine \
13:39:37 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:37 mkdir -p rpmbuild/SOURCES
13:39:37 docker run --rm -w /v \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:37 	alpine \
13:39:37 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:37 #7 extracting sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 4.0s done
13:39:37 mkdir -p sources
13:39:37 docker run --rm -w /v \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:37 	alpine \
13:39:37 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:37 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:37 == Building packages for ubuntu-focal ==
13:39:37 mkdir -p "debbuild/ubuntu-focal"
13:39:37 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
13:39:37 mkdir -p sources
13:39:37 docker run --rm -w /v \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:37 	alpine \
13:39:37 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:37 #13 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 3.0s done
13:39:37 #13 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7
13:39:37 #8 3.811 Reading package lists...
13:39:37 == Building packages for ubuntu-jammy ==
13:39:37 mkdir -p "debbuild/ubuntu-jammy"
13:39:37 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
13:39:37 #1 [internal] load build definition from Dockerfile
13:39:37 #1 sha256:cac31acdbf27f1871018c496e4492313eb71c78b4e8846785d74ce28a5e6457d
13:39:37 #1 transferring dockerfile: 1.22kB done
13:39:37 #1 DONE 0.1s
13:39:37 
13:39:37 #2 [internal] load .dockerignore
13:39:37 #2 sha256:233e12523059da255ce3155663c76c7382b73cd46315a519579b0c3eb3a39407
13:39:37 #2 transferring context: 2B done
13:39:37 #2 DONE 0.1s
13:39:37 #1 pulling image moby/buildkit:buildx-stable-1 3.1s done
13:39:37 #1 creating container buildx_buildkit_unruffled_lamarr0
13:39:37 #7 DONE 6.4s
13:39:37 
13:39:37 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:37 #12 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:37 #12 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:37 #12 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.2s done
13:39:37 #12 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:37 #12 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:37 #12 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:37 #12 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 0.9s done
13:39:37 #12 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.4s done
13:39:37 #12 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 1.4s done
13:39:37 #12 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 2.5s done
13:39:37 #12 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 2.5s done
13:39:37 #12 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 108.70MB / 108.70MB 3.4s done
13:39:37 #12 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 3.4s done
13:39:37 #12 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.5s done
13:39:37 #12 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.3s done
13:39:37 #12 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 1.6s
13:39:37 #1 [internal] load build definition from Dockerfile
13:39:37 #1 sha256:0ffb8706ff68320be8b37b10edaef39809b495cc6db612552ad939318775ec27
13:39:37 #1 transferring dockerfile: 1.22kB done
13:39:37 #1 DONE 0.1s
13:39:37 
13:39:37 #2 [internal] load .dockerignore
13:39:37 #2 sha256:8fcb061f356f5493a68847b756a33d3b36c463515e4330a5d2031d7175cd205f
13:39:37 #2 transferring context: 2B done
13:39:37 #2 DONE 0.1s
13:39:37 
13:39:37 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:37 #5 sha256:e472de48f33a349882891bf243428b3ce510e9c33ad66a6446f98708304576f4
13:39:37 #5 DONE 0.0s
13:39:37 
13:39:37 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:37 #6 sha256:7ff5558c75502d6657cdd358e80f911833a34de24093a1bf75dde1493d4a3a84
13:39:37 #6 DONE 0.0s
13:39:37 
13:39:37 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:37 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:37 == Building packages for ubuntu-impish ==
13:39:37 mkdir -p "debbuild/ubuntu-impish"
13:39:37 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-impish/aarch64 -f ubuntu-impish/Dockerfile .
13:39:37 
13:39:37 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:37 #5 sha256:29eb23d83a0c94af9992c1029c0dc39480a358d0f6aa6c8a8319cc52cc8ce8d9
13:39:37 #5 DONE 0.0s
13:39:37 
13:39:37 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:37 #6 sha256:9204244984c7ac81930af582cc19bebfcc1990b748f6d7ca3c243a3ca9ad95d2
13:39:37 #6 DONE 0.0s
13:39:37 
13:39:37 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:37 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:37 #4 DONE 0.4s
13:39:37 
13:39:37 #3 [internal] load metadata for docker.io/library/ubuntu:focal
13:39:37 #3 sha256:c8cb9dfb3ba995aa2991a1ab489f221b7a7cdb95758a76d24dbec52cad0311e1
13:39:37 #3 DONE 0.3s
13:39:38 #1 [internal] load build definition from Dockerfile
13:39:38 #1 sha256:cb1b9e9e26d5d636da8cdc6b45c462f53f3cd74079b4ca304b29d26b703f459d
13:39:38 #1 transferring dockerfile: 1.22kB done
13:39:38 #1 DONE 0.1s
13:39:38 
13:39:38 #2 [internal] load .dockerignore
13:39:38 #2 sha256:65daed756218b61acaabe8234411a02b1d26f9bb81dd2bc925df2e08f39a0a82
13:39:38 #2 transferring context: 2B done
13:39:38 #2 DONE 0.0s
13:39:38 
13:39:38 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:38 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:38 #12 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.3s done
13:39:38 #4 DONE 0.3s
13:39:38 
13:39:38 #3 [internal] load metadata for docker.io/library/ubuntu:jammy
13:39:38 #3 sha256:30360813bf8c3d1a7d9189a852c376b16291c1fd0198aeca7f8cf92327670820
13:39:38 #3 DONE 0.4s
13:39:38 
13:39:38 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:38 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:38 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:38 mkdir -p rpmbuild/SOURCES
13:39:38 docker run --rm -w /v \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:38 	alpine \
13:39:38 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:38 
13:39:38 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:38 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:38 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:38 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0B / 7.72MB 0.1s
13:39:38 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:38 #14 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 0B / 49.23MB 0.1s
13:39:38 #14 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:38 mkdir -p sources
13:39:38 docker run --rm -w /v \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:38 	alpine \
13:39:38 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:38 #24 ...
13:39:38 
13:39:38 #21 [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
13:39:38 #21 11.23 The following additional packages will be installed:
13:39:38 #21 11.24   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:39:38 #21 11.24   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
13:39:38 #21 11.24   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
13:39:38 #21 11.24   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
13:39:38 #21 11.24   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
13:39:38 #21 11.24   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
13:39:38 #21 11.24   mingw-w64-common mingw-w64-x86-64-dev
13:39:38 #21 11.25 Suggested packages:
13:39:38 #21 11.25   gcc-10-locales seccomp wine64
13:39:38 #21 11.79 The following NEW packages will be installed:
13:39:38 #21 11.80   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:39:38 #21 11.80   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
13:39:38 #21 11.80   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
13:39:38 #21 11.80   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
13:39:38 #21 11.80   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
13:39:38 #21 11.80   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:39:38 #21 11.81   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
13:39:38 #21 11.81   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
13:39:38 #21 11.81   mingw-w64-x86-64-dev
13:39:38 #21 12.16 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded.
13:39:38 #21 12.16 Need to get 115 MB of archives.
13:39:38 #21 12.16 After this operation, 645 MB of additional disk space will be used.
13:39:38 #21 12.16 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
13:39:38 #21 12.23 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]
13:39:38 #21 12.29 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
13:39:38 #21 12.31 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
13:39:38 #21 12.31 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
13:39:38 #21 12.32 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
13:39:38 #21 12.47 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
13:39:38 #21 12.54 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
13:39:38 #21 12.54 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]
13:39:38 #21 12.79 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]
13:39:38 #21 13.50 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]
13:39:38 #21 13.75 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]
13:39:38 #21 14.04 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]
13:39:38 #21 14.86 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]
13:39:38 #21 15.28 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
13:39:38 #21 15.30 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
13:39:38 #21 15.30 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
13:39:38 #21 15.30 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:39:38 #21 15.32 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:39:38 #21 15.35 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
13:39:38 #21 15.35 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
13:39:38 #21 15.36 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
13:39:38 #21 15.38 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
13:39:38 #21 15.38 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
13:39:38 #21 15.40 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
13:39:38 #21 15.41 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
13:39:38 #21 15.44 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
13:39:38 #21 15.45 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
13:39:38 #21 15.48 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
13:39:38 #21 15.48 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
13:39:38 #21 15.92 debconf: delaying package configuration, since apt-utils is not installed
13:39:38 #21 16.03 Fetched 115 MB in 4s (31.7 MB/s)
13:39:38 #21 16.08 Selecting previously unselected package binutils-mingw-w64-i686.
13:39:38 #21 16.08 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
13:39:38 #21 16.14 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
13:39:38 #21 16.14 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:39:38 #21 17.10 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:39:38 #21 17.11 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
13:39:38 #21 17.12 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:39:38 #21 18.07 Selecting previously unselected package binutils-mingw-w64.
13:39:38 #21 18.07 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
13:39:38 #21 18.08 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
13:39:38 #21 18.16 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:39:38 #21 18.17 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:39:38 #21 18.18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:39:38 #21 18.31 Selecting previously unselected package dmsetup.
13:39:38 #21 18.31 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
13:39:38 #21 18.32 Unpacking dmsetup (2:1.02.175-2.1) ...
13:39:38 #21 18.42 Selecting previously unselected package mingw-w64-common.
13:39:38 #21 18.42 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
13:39:38 #21 18.43 Unpacking mingw-w64-common (8.0.0-1) ...
13:39:38 #4 ...
13:39:38 
13:39:38 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:38 #5 sha256:a33699246a96aa360910dc6545b9bd33cb790d2ab563cd8cb9c0f30064c6fb3b
13:39:38 #5 DONE 0.0s
13:39:38 
13:39:38 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:38 #6 sha256:1825a0f7ebd7416b39777c688091531201dfab04d7cf7acbe4e96f1a081aa37d
13:39:38 #6 DONE 0.0s
13:39:38 
13:39:38 #3 [internal] load metadata for docker.io/library/ubuntu:impish
13:39:38 #3 sha256:cb4523ab63459f97938bb59eb8df7526d9b7a2c01d69882f5951f45e0dbf0634
13:39:38 mkdir -p sources
13:39:38 docker run --rm -w /v \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:38 	alpine \
13:39:38 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:38 mkdir -p sources
13:39:38 docker run --rm -w /v \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:38 	alpine \
13:39:38 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:38 mkdir -p sources
13:39:38 docker run --rm -w /v \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:38 	alpine \
13:39:38 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:38 #14 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 667.65kB / 49.23MB 0.1s
13:39:38 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0B / 7.72MB 0.1s
13:39:38 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:38 #14 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:38 #14 ...
13:39:38 
13:39:38 #10 [internal] load build context
13:39:38 #10 sha256:e8a1b6cbcfa57a5a65bd92c3ad0e8f3490637cf6b4042b3933b30d22f550b86e
13:39:38 #10 transferring context: 28.95MB 0.2s done
13:39:38 #10 DONE 0.3s
13:39:38 
13:39:38 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:38 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 13.63MB / 49.23MB 0.2s
13:39:38 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.2s
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 23.07MB / 49.23MB 0.3s
13:39:38 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.2s done
13:39:38 #14 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 3.15MB / 9.77MB 0.3s
13:39:38 mkdir -p rpmbuild/SOURCES
13:39:38 docker run --rm -w /v \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:38 	alpine \
13:39:38 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:38 #14 ...
13:39:38 
13:39:38 #10 [internal] load build context
13:39:38 #10 sha256:e2d2a5bbbc802492ae8d93dcea149d5c518b5b650fa36d22571c136d12154c0b
13:39:38 #10 transferring context: 28.95MB 0.3s done
13:39:38 #10 DONE 0.3s
13:39:38 
13:39:38 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:38 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:38 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 1.05MB / 7.72MB 0.2s
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 4.19MB / 49.23MB 0.2s
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 17.19MB / 49.23MB 0.3s
13:39:38 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.3s done
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 39.85MB / 49.23MB 0.5s
13:39:38 #14 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.5s
13:39:38 #12 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 0.1s
13:39:38 #3 DONE 0.4s
13:39:38 
13:39:38 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:38 #4 sha256:963cbfc3c91ec77da672e47007967874e83f80705705f86d23a3bb412d597e46
13:39:38 #4 DONE 0.4s
13:39:38 
13:39:38 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:38 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:38 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:38 #13 ...
13:39:38 
13:39:38 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:c73f515d06b0fa07bb18d8202035e739a494ce760aa73129f60f4bf2bd22b407
13:39:38 #7 sha256:eb44ee9922b42ff9e079460a13bc0c275b63dcadb67f58c5c5a3ab6543d2ffa8
13:39:38 #7 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 5.5s done
13:39:38 #7 DONE 10.4s
13:39:38 
13:39:38 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:38 #13 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:38 #13 ...
13:39:38 
13:39:38 #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
13:39:38 #8 sha256:a19561c2ce78cffe924e269975a3c0ccb94717b89388ac04166660f235c36a38
13:39:38 mkdir -p sources
13:39:38 docker run --rm -w /v \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:38 	alpine \
13:39:38 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 44.04MB / 49.23MB 0.5s
13:39:38 #14 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.4s done
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 0.6s
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 0.6s
13:39:38 #14 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.7s done
13:39:38 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 0B / 62.44MB 0.7s
13:39:38 #8 4.842 Reading package lists...
13:39:38 #8 5.832 Building dependency tree...
13:39:38 #8 ...
13:39:38 
13:39:38 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:38 #13 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:38 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:38 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:38 #13 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 1.0s done
13:39:38 #13 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:38 #13 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:38 #13 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.2s done
13:39:38 #13 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.5s done
13:39:38 #13 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 1.8s done
13:39:38 #13 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 2.2s done
13:39:38 #13 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 108.70MB / 108.70MB 3.1s
13:39:38 #13 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 2.3s done
13:39:38 #13 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 2.2s done
13:39:38 #13 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.3s done
13:39:38 #13 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.2s done
13:39:38 #13 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 2.7s done
13:39:38 #13 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.0s
13:39:38 #14 sha256:da3dc40049ba1c1850590446180285165873bceacb7596696646e4c1441fcb3d 1.79kB / 1.79kB done
13:39:38 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:38 #14 sha256:521b735934d7cee9b44a288edd8fb360750cc0bc6dda24d7fef25d5b7e0ea7fd 7.06kB / 7.06kB done
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 1.05MB / 49.23MB 0.1s
13:39:38 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0B / 7.72MB 0.1s
13:39:38 #14 ...
13:39:38 
13:39:38 #10 [internal] load build context
13:39:38 #10 sha256:c72e117e3fa8332a34920b1031d2fa74f95331fefe73e68b28a37047cb7f2141
13:39:38 #10 transferring context: 28.95MB 0.2s done
13:39:38 #10 DONE 0.3s
13:39:38 
13:39:38 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:38 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:38 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 14.68MB / 49.23MB 0.2s
13:39:38 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.2s
13:39:38 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 5.24MB / 52.17MB 0.8s
13:39:38 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 3.09MB / 62.44MB 0.8s
13:39:38 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 8.39MB / 62.44MB 0.8s
13:39:38 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 17.83MB / 62.44MB 0.9s
13:39:39 #12 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 2.7s done
13:39:39 #12 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 0.1s
13:39:39 #13 ...
13:39:39 
13:39:39 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:39 #8 sha256:c7aae3ff7561310d97e75a83696638cb01d3e521586a0ddb5b2c08f8eb01af32
13:39:39 #8 5.832 Building dependency tree...
13:39:39 #8 6.007 Reading state information...
13:39:39 #8 6.205 The following additional packages will be installed:
13:39:39 #8 6.205   at autoconf automake autopoint autotools-dev binutils
13:39:39 #8 6.205   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
13:39:39 #8 6.205   ca-certificates cpp cpp-7 dctrl-tools debhelper dh-autoreconf
13:39:39 #8 6.205   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
13:39:39 #8 6.205   fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git-man
13:39:39 #8 6.205   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:39:39 #8 6.205   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
13:39:39 #8 6.205   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:39:39 #8 6.205   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:39 #8 6.205   libasan4 libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
13:39:39 #8 6.205   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
13:39:39 #8 6.205   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl
13:39:39 #8 6.205   libclass-accessor-perl libclass-method-modifiers-perl
13:39:39 #8 6.205   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
13:39:39 #8 6.205   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
13:39:39 #8 6.205   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
13:39:39 #8 6.205   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
13:39:39 #8 6.205   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
13:39:39 #8 6.205   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
13:39:39 #8 6.205   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
13:39:39 #8 6.205   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
13:39:39 #8 6.205   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
13:39:39 #8 6.205   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
13:39:39 #8 6.205   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
13:39:39 #8 6.205   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:39:39 #8 6.205   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:39:39 #8 6.205   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:39 #8 6.205   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
13:39:39 #8 6.205   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
13:39:39 #8 6.205   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:39:39 #8 6.206   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
13:39:39 #8 6.206   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:39:39 #8 6.206   libldap-common liblist-compare-perl liblist-moreutils-perl
13:39:39 #8 6.206   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:39 #8 6.206   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:39:39 #8 6.206   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:39 #8 6.206   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
13:39:39 #8 6.206   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
13:39:39 #8 6.206   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:39:39 #8 6.206   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
13:39:39 #8 6.206   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:39 #8 6.206   libparams-validate-perl libparse-debianchangelog-perl
13:39:39 #8 6.206   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
13:39:39 #8 6.206   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:39:39 #8 6.206   libpython3.6-minimal libpython3.6-stdlib libreadline7
13:39:39 #8 6.206   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
13:39:39 #8 6.206   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
13:39:39 #8 6.206   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
13:39:39 #8 6.206   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
13:39:39 #8 6.206   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:39:39 #8 6.206   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:39:39 #8 6.206   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
13:39:39 #8 6.206   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
13:39:39 #8 6.206   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwind0-heimdal
13:39:39 #8 6.206   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
13:39:39 #8 6.206   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:39:39 #8 6.206   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:39:39 #8 6.206   libxml-sax-perl libxml-simple-perl libxml2 libxmuu1 libyaml-0-2
13:39:39 #8 6.206   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release m4 make
13:39:39 #8 6.206   man-db manpages manpages-dev mime-support multiarch-support netbase
13:39:39 #8 6.206   openssh-client openssl patch patchutils perl perl-modules-5.26
13:39:39 #8 6.207   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:39:39 #8 6.207   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:39:39 #8 6.207   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:39:39 #8 6.207   python3-pkg-resources python3-requests python3-six python3-unidiff
13:39:39 #8 6.207   python3-urllib3 python3-xdg python3.6 python3.6-minimal readline-common
13:39:39 #8 6.207   shared-mime-info strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:39:39 #8 6.209 Suggested packages:
13:39:39 #8 6.209   default-mta | mail-transport-agent autoconf-archive gnu-standards
13:39:39 #8 6.209   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
13:39:39 #8 6.209   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
13:39:39 #8 6.209   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:39:39 #8 6.209   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:39:39 #8 6.209   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:39 #8 6.209   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:39:39 #8 6.209   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
13:39:39 #8 6.209   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
13:39:39 #8 6.209   mini-dinstall rsync gcc-7-doc libstdc++6-7-dbg gcc-multilib flex bison gdb
13:39:39 #8 6.209   gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg
13:39:39 #8 6.209   liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg
13:39:39 #8 6.209   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
13:39:39 #8 6.209   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
13:39:39 #8 6.209   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
13:39:39 #8 6.209   libgssapi-perl glibc-doc bzr gdbm-l10n krb5-doc krb5-user libtool-doc
13:39:39 #8 6.209   libcrypt-ssleay-perl libscalar-number-perl libhtml-template-perl
13:39:39 #8 6.209   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
13:39:39 #8 6.209   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
13:39:39 #8 6.209   libstdc++-7-doc libbareword-filehandles-perl libindirect-perl
13:39:39 #8 6.209   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
13:39:39 #8 6.209   libauthen-ntlm-perl bash-completion binutils-multiarch libtext-template-perl
13:39:39 #8 6.209   lsb m4-doc make-doc apparmor www-browser keychain libpam-ssh monkeysphere
13:39:39 #8 6.209   ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
13:39:39 #8 6.209   | libterm-readline-perl-perl pinentry-doc libmail-box-perl python3-doc
13:39:39 #8 6.209   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:39:39 #8 6.209   python3-cryptography python3-openssl python3-socks python3.6-venv
13:39:39 #8 6.209   python3.6-doc binfmt-support readline-doc zip wdiff-doc
13:39:39 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 24.12MB / 49.23MB 0.3s
13:39:39 #14 sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 7.72MB / 7.72MB 0.2s done
13:39:39 #14 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0B / 9.77MB 0.3s
13:39:39 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 45.09MB / 49.23MB 0.5s
13:39:39 #14 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.5s
13:39:39 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 0.6s
13:39:39 #1 creating container buildx_buildkit_admiring_pare0 4.0s done
13:39:39 mkdir -p sources
13:39:39 docker run --rm -w /v \
13:39:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/docker:/engine \
13:39:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:39 	alpine \
13:39:39 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:39:39 From https://github.com/docker/docker
13:39:39  * [new branch]      master     -> master
13:39:39  * [new branch]      master     -> origin/master
13:39:39 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 15.73MB / 52.17MB 0.9s
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 15.73MB / 62.44MB 0.9s
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 26.21MB / 52.17MB 1.0s
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 25.17MB / 62.44MB 1.0s
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 35.65MB / 52.17MB 1.1s
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 35.01MB / 62.44MB 1.1s
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 28.31MB / 62.44MB 1.0s
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 37.75MB / 62.44MB 1.1s
13:39:39 #13 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.5s done
13:39:39 #13 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116
13:39:39 #14 sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 9.77MB / 9.77MB 0.5s done
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 4.79MB / 62.44MB 0.8s
13:39:39 #1 DONE 6.8s
13:39:39 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 1.1s done
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 1.3s
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 52.65MB / 62.44MB 1.3s
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 5.24MB / 108.70MB 1.3s
13:39:39 #14 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 60.82MB / 62.44MB 1.4s
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 18.10MB / 108.70MB 1.4s
13:39:39 mkdir -p rpmbuild/SOURCES
13:39:39 docker run --rm -w /v \
13:39:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:39 	alpine \
13:39:39 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:39 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 1.1s done
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 59.29MB / 62.44MB 1.3s
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 6.09MB / 108.70MB 1.3s
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 13.63MB / 52.17MB 1.3s
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 1.4s
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 14.12MB / 108.70MB 1.4s
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 22.02MB / 52.17MB 1.4s
13:39:39 #14 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 30.41MB / 108.70MB 1.5s
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 30.41MB / 52.17MB 1.5s
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 14.68MB / 62.44MB 0.9s
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 24.12MB / 62.44MB 1.0s
13:39:39 #14 ...
13:39:39 
13:39:39 #6 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:fc45f3e1294861d7851a87be152b1ab2350d755744077d5ee12b725fdca87919
13:39:39 #6 sha256:744925218499a0da7b177d5f43425a0bdac69de4e72f1cbcf8fd5da40dfb4e4f
13:39:39 #6 resolve quay.io/centos/centos:stream8@sha256:fc45f3e1294861d7851a87be152b1ab2350d755744077d5ee12b725fdca87919 0.0s done
13:39:39 #6 sha256:fc45f3e1294861d7851a87be152b1ab2350d755744077d5ee12b725fdca87919 743B / 743B done
13:39:39 #6 sha256:a2e6050b3b24177d56ba48eef075406e4432860b9b19fb652f32f5a8bd99200b 920B / 920B done
13:39:39 #6 sha256:92cb138d4d94cbbff17aa4b82d85af8aa1d18e2264938b676bb190ad828114d0 6.46kB / 6.46kB done
13:39:39 #6 sha256:e30c66a3ff9f07091512decde3122376cc1aa3d988536a0b5f55a2218f20bcee 84.62MB / 84.62MB 3.2s done
13:39:39 #6 sha256:ab0a22562e7c69f66914f018fb59b6e0ed1292b74e395307519610a3529427c7 1.89kB / 1.89kB 0.1s done
13:39:39 #6 sha256:85de28dc774bbd9bc039d89dffc5b271888d97350cb7bf88632c4a64d09c1a1f 29.92MB / 29.92MB 1.0s done
13:39:39 #6 sha256:700ff06352f931ff04c60749c2e3011d45ae6cda5df2f29c2c6bd58336f02af1 46.79MB / 46.79MB 1.4s done
13:39:39 #6 extracting sha256:e30c66a3ff9f07091512decde3122376cc1aa3d988536a0b5f55a2218f20bcee 6.4s done
13:39:39 #6 extracting sha256:ab0a22562e7c69f66914f018fb59b6e0ed1292b74e395307519610a3529427c7
13:39:39 #6 extracting sha256:ab0a22562e7c69f66914f018fb59b6e0ed1292b74e395307519610a3529427c7 done
13:39:39 #6 ...
13:39:39 
13:39:39 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:39 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:39 #8 6.673 The following NEW packages will be installed:
13:39:39 #8 6.673   at autoconf automake autopoint autotools-dev binutils
13:39:39 #8 6.673   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
13:39:39 #8 6.673   ca-certificates cpp cpp-7 curl dctrl-tools debhelper devscripts
13:39:39 #8 6.673   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:39:39 #8 6.673   dpkg-dev dput equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext
13:39:39 #8 6.673   gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:39:39 #8 6.673   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
13:39:39 #8 6.673   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:39:39 #8 6.673   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
13:39:39 #8 6.673   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
13:39:39 #8 6.673   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:39:39 #8 6.673   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
13:39:39 #8 6.673   libcgi-pm-perl libclass-accessor-perl libclass-method-modifiers-perl
13:39:39 #8 6.673   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
13:39:39 #8 6.673   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
13:39:39 #8 6.673   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
13:39:39 #8 6.673   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
13:39:39 #8 6.673   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
13:39:39 #8 6.673   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
13:39:39 #8 6.673   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
13:39:39 #8 6.673   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
13:39:39 #8 6.673   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
13:39:39 #8 6.674   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
13:39:39 #8 6.674   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
13:39:39 #8 6.674   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:39:39 #8 6.674   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:39:39 #8 6.674   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:39 #8 6.674   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
13:39:39 #8 6.674   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
13:39:39 #8 6.674   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:39:39 #8 6.674   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
13:39:39 #8 6.674   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:39:39 #8 6.674   libldap-common liblist-compare-perl liblist-moreutils-perl
13:39:39 #8 6.674   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:39 #8 6.674   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:39:39 #8 6.674   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:39 #8 6.674   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
13:39:39 #8 6.674   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
13:39:39 #8 6.674   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:39:39 #8 6.674   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
13:39:39 #8 6.674   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:39 #8 6.674   libparams-validate-perl libparse-debianchangelog-perl
13:39:39 #8 6.674   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
13:39:39 #8 6.674   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:39:39 #8 6.674   libpython3.6-minimal libpython3.6-stdlib libreadline7
13:39:39 #8 6.674   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
13:39:39 #8 6.674   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
13:39:39 #8 6.674   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
13:39:39 #8 6.674   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
13:39:39 #8 6.674   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:39:39 #8 6.674   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:39:39 #8 6.674   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
13:39:39 #8 6.674   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
13:39:39 #8 6.674   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwind0-heimdal
13:39:39 #8 6.674   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
13:39:39 #8 6.674   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:39:39 #8 6.674   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:39:39 #8 6.674   libxml-sax-perl libxml-simple-perl libxml2 libxmuu1 libyaml-0-2
13:39:39 #8 6.674   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release m4 make
13:39:39 #8 6.674   man-db manpages manpages-dev mime-support multiarch-support netbase
13:39:39 #8 6.674   openssh-client openssl patch patchutils perl perl-modules-5.26
13:39:39 #8 6.674   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:39:39 #8 6.674   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:39:39 #8 6.674   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:39:39 #8 6.674   python3-pkg-resources python3-requests python3-six python3-unidiff
13:39:39 #8 6.674   python3-urllib3 python3-xdg python3.6 python3.6-minimal readline-common
13:39:39 #8 6.674   shared-mime-info strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:39:39 
13:39:39 #2 [internal] load build definition from Dockerfile
13:39:39 #2 transferring dockerfile: 4.97kB done
13:39:39 #2 DONE 0.1s
13:39:39 
13:39:39 #3 [internal] load .dockerignore
13:39:39 #3 transferring context: 263B done
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 30.41MB / 108.70MB 1.5s
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 39.85MB / 108.70MB 1.6s
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 39.85MB / 108.70MB 1.6s
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 41.94MB / 52.17MB 1.6s
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 50.33MB / 108.70MB 1.7s
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 1.7s
13:39:39 Init https://github.com/docker/buildx.git
13:39:39 git init src/github.com/docker/buildx
13:39:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx/.git/
13:39:39 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
13:39:39 Checkout https://github.com/docker/buildx.git#v0.8.2
13:39:39 ./scripts/checkout.sh src/github.com/docker/buildx "v0.8.2"
13:39:39 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.8.2:refs/tags/v0.8.2
13:39:39 mkdir -p rpmbuild/SOURCES
13:39:39 docker run --rm -w /v \
13:39:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:39 	alpine \
13:39:39 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 34.60MB / 62.44MB 1.1s
13:39:39 #14 sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 49.23MB / 49.23MB 1.1s done
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 39.85MB / 62.44MB 1.2s
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 0B / 52.17MB 1.2s
13:39:39 #14 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b
13:39:39 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 52.43MB / 62.44MB 1.3s
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 3.15MB / 52.17MB 1.3s
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 1.05MB / 108.70MB 1.3s
13:39:39 mkdir -p rpmbuild/SOURCES
13:39:39 docker run --rm -w /v \
13:39:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:39 	alpine \
13:39:39 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:39 #8 7.099 0 upgraded, 298 newly installed, 0 to remove and 0 not upgraded.
13:39:39 #8 7.099 Need to get 87.9 MB of archives.
13:39:39 #8 7.099 After this operation, 385 MB of additional disk space will be used.
13:39:39 #8 7.099 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB]
13:39:39 #3 DONE 0.1s
13:39:39 
13:39:39 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:39:39 #4 DONE 0.0s
13:39:39 
13:39:39 #5 resolve image config for docker.io/docker/dockerfile:1
13:39:39 From https://github.com/docker/buildx
13:39:39  * [new tag]         v0.8.2     -> v0.8.2
13:39:39 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 50.33MB / 108.70MB 1.7s
13:39:39 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 1.7s done
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 59.77MB / 108.70MB 1.8s
13:39:39 #14 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 1.8s
13:39:39 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 70.25MB / 108.70MB 1.9s
13:39:40 #1 creating container buildx_buildkit_keen_archimedes0 3.9s done
13:39:40 #1 DONE 6.8s
13:39:40 
13:39:40 #2 [internal] load .dockerignore
13:39:40 #2 transferring context: 263B done
13:39:40 #2 DONE 0.1s
13:39:40 
13:39:40 #3 [internal] load build definition from Dockerfile
13:39:40 #3 transferring dockerfile: 4.97kB done
13:39:40 #3 DONE 0.2s
13:39:40 
13:39:40 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:39:40 #4 DONE 0.0s
13:39:40 
13:39:40 #5 resolve image config for docker.io/docker/dockerfile:1
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 60.82MB / 108.70MB 1.8s
13:39:40 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 1.9s done
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 72.35MB / 108.70MB 1.9s
13:39:40 #14 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 0B / 126B 1.9s
13:39:40 mkdir -p rpmbuild/SOURCES
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:40 #12 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 3.0s done
13:39:40 #12 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 0.1s
13:39:40 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 1.4s
13:39:40 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 15.08MB / 52.17MB 1.4s
13:39:40 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 33.55MB / 52.17MB 1.6s
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 36.44MB / 108.70MB 1.6s
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:40 #8 7.248 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.1 arm64 1.1.1-1ubuntu2.1~18.04.15 [1063 kB]
13:39:40 #21 20.62 Selecting previously unselected package mingw-w64-x86-64-dev.
13:39:40 #21 20.62 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
13:39:40 #21 20.63 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
13:39:40 #14 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 3.2s done
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 80.57MB / 108.70MB 2.0s
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 89.13MB / 108.70MB 2.1s
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 91.23MB / 108.70MB 2.1s
13:39:40 #14 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 2.1s
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 99.61MB / 108.70MB 2.2s
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:40 mkdir -p rpmbuild/SOURCES
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:40 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 50.33MB / 52.17MB 1.7s
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 46.14MB / 108.70MB 1.7s
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 56.62MB / 108.70MB 1.8s
13:39:40 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 2.2s done
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 108.70MB / 108.70MB 2.3s
13:39:40 #14 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 2.2s done
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 108.70MB / 108.70MB 2.3s
13:39:40 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 2.3s done
13:39:40 #14 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 2.3s done
13:39:40 Init https://github.com/docker/compose.git
13:39:40 git init src/github.com/docker/compose
13:39:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:40 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:40 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:40 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:40 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:40 #5 DONE 0.9s
13:39:40 
13:39:40 #6 docker-image://docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad
13:39:40 #6 resolve docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:40 #14 sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 62.44MB / 62.44MB 1.9s done
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 66.06MB / 108.70MB 1.9s
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 76.55MB / 108.70MB 2.0s
13:39:40 mkdir -p rpmbuild/SOURCES
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:40 #8 7.682 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-minimal arm64 3.6.9-1~18.04ubuntu1.7 [529 kB]
13:39:40 #8 7.706 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.7 [70.2 kB]
13:39:40 #8 7.712 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6-minimal arm64 3.6.9-1~18.04ubuntu1.7 [1326 kB]
13:39:40 #8 7.807 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.7-1~18.04 [23.7 kB]
13:39:40 #8 7.807 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB]
13:39:40 #8 7.807 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB]
13:39:40 #8 7.807 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB]
13:39:40 #8 7.807 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB]
13:39:40 #8 7.807 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.4 [430 kB]
13:39:40 #8 7.811 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-stdlib arm64 3.6.9-1~18.04ubuntu1.7 [1608 kB]
13:39:40 #8 7.889 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.7 [203 kB]
13:39:40 #8 7.899 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B]
13:39:40 #8 7.903 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB]
13:39:40 #8 7.904 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.5 [6960 B]
13:39:40 #8 7.904 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7088 B]
13:39:40 #8 7.905 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB]
13:39:40 #8 7.905 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B]
13:39:40 #8 7.905 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB]
13:39:40 #8 7.906 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
13:39:40 #21 ...
13:39:40 
13:39:40 #20 [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
13:39:40 #20 15.43 Selecting previously unselected package libicu67:amd64.
13:39:40 #20 15.43 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
13:39:40 #20 15.45 Unpacking libicu67:amd64 (67.1-7) ...
13:39:40 #20 17.91 Selecting previously unselected package libxml2:amd64.
13:39:40 #20 17.91 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ...
13:39:40 #20 17.92 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ...
13:39:40 #20 18.20 Selecting previously unselected package libarchive13:amd64.
13:39:40 #20 18.20 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
13:39:40 #20 18.21 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:39:40 #20 18.32 Selecting previously unselected package libjsoncpp24:amd64.
13:39:40 #20 18.32 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
13:39:40 #20 18.32 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
13:39:40 #20 18.41 Selecting previously unselected package librhash0:amd64.
13:39:40 #20 18.42 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
13:39:40 #20 18.43 Unpacking librhash0:amd64 (1.4.1-2) ...
13:39:40 #20 18.53 Selecting previously unselected package libuv1:amd64.
13:39:40 #20 18.54 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
13:39:40 #20 18.55 Unpacking libuv1:amd64 (1.40.0-2) ...
13:39:40 #20 18.64 Selecting previously unselected package cmake.
13:39:40 #20 18.64 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
13:39:40 #20 18.65 Unpacking cmake (3.18.4-2+deb11u1) ...
13:39:40 #20 20.52 Setting up libicu67:amd64 (67.1-7) ...
13:39:40 #20 20.54 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:39:40 #20 20.55 Setting up libuv1:amd64 (1.40.0-2) ...
13:39:40 #20 20.57 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:39:40 #20 20.60 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
13:39:40 #20 20.62 Setting up librhash0:amd64 (1.4.1-2) ...
13:39:40 #20 20.63 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:39:40 #20 20.67 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ...
13:39:40 #20 20.69 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:39:40 #20 20.70 Setting up cmake (3.18.4-2+deb11u1) ...
13:39:40 #20 20.72 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:39:40 #20 DONE 21.3s
13:39:40 
13:39:40 #25 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:39:40 #25 DONE 0.1s
13:39:40 
13:39:40 #26 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:40 mkdir -p rpmbuild/SOURCES
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:40 #14 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7
13:39:40 #6 resolve docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad done
13:39:40 #13 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.8s done
13:39:40 #13 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116
13:39:40 #13 ...
13:39:40 
13:39:40 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:40 #8 sha256:aeeabf0743016f9dbc8bc91c1f7876bc029a554e3ad856b951c090058905fbb1
13:39:40 #8 0.879 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:39:40 #8 0.906 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:39:40 #8 0.912 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:39:40 #8 1.019 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:39:40 #8 1.186 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:39:40 #8 1.344 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:39:40 #8 2.221 Fetched 8399 kB in 2s (5215 kB/s)
13:39:40 #8 2.221 Reading package lists...
13:39:40 #8 2.768 Reading package lists...
13:39:40 #8 3.300 Building dependency tree...
13:39:40 #8 3.468 Reading state information...
13:39:40 #8 3.712 The following additional packages will be installed:
13:39:40 #8 3.712   autoconf automake autopoint autotools-dev binutils
13:39:40 #8 3.712   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
13:39:40 #8 3.712   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
13:39:40 #8 3.712   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:39:40 #8 3.712   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:39:40 #8 3.712   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
13:39:40 #8 3.712   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:39:40 #8 3.712   intltool-debian iso-codes less libalgorithm-diff-perl
13:39:40 #8 3.712   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:39:40 #8 3.712   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
13:39:40 #8 3.712   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:39:40 #8 3.712   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:40 #8 3.712   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
13:39:40 #8 3.712   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
13:39:40 #8 3.712   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:39:40 #8 3.712   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
13:39:40 #8 3.712   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
13:39:40 #8 3.712   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
13:39:40 #8 3.712   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:39:40 #8 3.712   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:39:40 #8 3.712   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:39:40 #8 3.712   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
13:39:40 #8 3.712   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:39:40 #8 3.712   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:39:40 #8 3.712   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
13:39:40 #8 3.712   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
13:39:40 #8 3.712   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
13:39:40 #8 3.712   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
13:39:40 #8 3.712   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
13:39:40 #8 3.712   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
13:39:40 #8 3.712   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
13:39:40 #8 3.712   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
13:39:40 #8 3.712   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:40 #8 3.712   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:40 #8 3.712   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:40 #8 3.712   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:40 #8 3.712   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:39:40 #8 3.712   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
13:39:40 #8 3.712   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
13:39:40 #8 3.712   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:39:40 #8 3.712   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
13:39:40 #8 3.712   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
13:39:40 #8 3.712   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:39:40 #8 3.712   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:39:40 #8 3.712   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
13:39:40 #8 3.712   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:39:40 #8 3.712   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:39:40 #8 3.712   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:40 #8 3.712   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
13:39:40 #8 3.712   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:39:40 #8 3.712   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:39:40 #8 3.712   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:39:40 #8 3.712   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
13:39:40 #8 3.712   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:39:40 #8 3.712   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:39:40 #8 3.712   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:39:40 #8 3.712   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:39:40 #8 3.712   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:39:40 #8 3.712   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:39:40 #8 3.712   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:40 #8 3.712   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:40 #8 3.712   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:40 #8 3.712   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
13:39:40 #8 3.712   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
13:39:40 #8 3.712   libstrictures-perl libstring-copyright-perl libstring-escape-perl
13:39:40 #8 3.712   libstring-shellquote-perl libsub-exporter-perl
13:39:40 #8 3.712   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:39:40 #8 3.712   libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:40 #8 3.712   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
13:39:40 #8 3.712   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
13:39:40 #8 3.712   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
13:39:40 #8 3.712   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
13:39:40 #8 3.712   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
13:39:40 #8 3.712   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
13:39:40 #8 3.712   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
13:39:40 #8 3.712   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
13:39:40 #8 3.712   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:39:40 #8 3.712   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:39:40 #8 3.712   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
13:39:40 #8 3.712   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
13:39:40 #8 3.712   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
13:39:40 #8 3.712   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
13:39:40 #8 3.712   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
13:39:40 #8 3.712   python3 python3-apt python3-certifi python3-chardet python3-debian
13:39:40 #8 3.712   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
13:39:40 #8 3.712   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:39:40 #8 3.712   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
13:39:40 #8 3.712   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
13:39:40 #8 3.712 Suggested packages:
13:39:40 #8 3.712   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:39:40 #8 3.712   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
13:39:40 #8 3.712   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:39:40 #8 3.712   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:39:40 #8 3.712   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:40 #8 3.712   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:39:40 #8 3.712   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
13:39:40 #8 3.712   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
13:39:40 #8 3.712   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
13:39:40 #8 3.712   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
13:39:40 #8 3.712   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
13:39:40 #8 3.712   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
13:39:40 #8 3.712   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
13:39:40 #8 3.712   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
13:39:40 #8 3.712   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:39:40 #8 3.712   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
13:39:40 #8 3.712   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
13:39:40 #8 3.712   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:39:40 #8 3.712   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
13:39:40 #8 3.712   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
13:39:40 #8 3.712   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:39:40 #8 3.712   diffutils-doc perl-doc libterm-readline-gnu-perl
13:39:40 #8 3.712   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
13:39:40 #8 3.712   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
13:39:40 #8 3.712   python-apt-doc python3-setuptools python3-cryptography python3-openssl
13:39:40 #8 3.712   python3-socks python-requests-doc python3.9-venv python3.9-doc
13:39:40 #8 3.712   binfmt-support readline-doc zip wdiff-doc
13:39:40 #8 5.373 The following NEW packages will be installed:
13:39:40 #8 5.373   autoconf automake autopoint autotools-dev binutils
13:39:40 #8 5.373   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
13:39:40 #8 5.373   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
13:39:40 #8 5.373   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:39:40 #8 5.373   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:39:40 #8 5.373   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
13:39:40 #8 5.373   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:39:40 #8 5.374   gpgconf gpgsm groff-base intltool-debian iso-codes less
13:39:40 #8 5.374   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:39:40 #8 5.374   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:40 #8 5.374   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
13:39:40 #8 5.374   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:39:40 #8 5.374   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
13:39:40 #8 5.374   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
13:39:40 #8 5.374   libclass-inspector-perl libclass-method-modifiers-perl
13:39:40 #8 5.374   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:39:40 #8 5.374   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:39:40 #8 5.374   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
13:39:40 #8 5.374   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
13:39:40 #8 5.374   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
13:39:40 #8 5.374   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:39:40 #8 5.374   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
13:39:40 #8 5.374   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:39:40 #8 5.374   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:39:40 #8 5.374   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
13:39:40 #8 5.374   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
13:39:40 #8 5.374   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
13:39:40 #8 5.374   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
13:39:40 #8 5.374   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
13:39:40 #8 5.374   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
13:39:40 #8 5.374   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
13:39:40 #8 5.374   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
13:39:40 #8 5.374   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:40 #8 5.374   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:40 #8 5.374   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:40 #8 5.374   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:40 #8 5.374   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:39:40 #8 5.374   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
13:39:40 #8 5.374   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
13:39:40 #8 5.374   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:39:40 #8 5.374   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
13:39:40 #8 5.374   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
13:39:40 #8 5.374   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:39:40 #8 5.374   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:39:40 #8 5.374   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
13:39:40 #8 5.374   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:39:40 #8 5.374   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:39:40 #8 5.374   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:40 #8 5.374   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
13:39:40 #8 5.374   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:39:40 #8 5.374   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:39:40 #8 5.374   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:39:40 #8 5.374   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
13:39:40 #8 5.374   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:39:40 #8 5.374   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:39:40 #8 5.374   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:39:40 #8 5.374   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:39:40 #8 5.374   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:39:40 #8 5.374   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:39:40 #8 5.374   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:40 #8 5.375   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:40 #8 5.375   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:40 #8 5.375   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
13:39:40 #8 5.375   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
13:39:40 #8 5.375   libstrictures-perl libstring-copyright-perl libstring-escape-perl
13:39:40 #8 5.375   libstring-shellquote-perl libsub-exporter-perl
13:39:40 #8 5.375   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:39:40 #8 5.375   libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:40 #8 5.375   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
13:39:40 #8 5.375   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
13:39:40 #8 5.375   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
13:39:40 #8 5.375   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
13:39:40 #8 5.375   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
13:39:40 #8 5.375   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
13:39:40 #8 5.375   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
13:39:40 #8 5.375   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
13:39:40 #8 5.375   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:39:40 #8 5.375   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:39:40 #8 5.375   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
13:39:40 #8 5.375   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
13:39:40 #8 5.375   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
13:39:40 #8 5.375   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
13:39:40 #8 5.375   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
13:39:40 #8 5.375   python3 python3-apt python3-certifi python3-chardet python3-debian
13:39:40 #8 5.375   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
13:39:40 #8 5.375   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:39:40 #8 5.375   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
13:39:40 #8 5.375   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
13:39:40 #8 5.665 0 upgraded, 382 newly installed, 0 to remove and 2 not upgraded.
13:39:40 #8 5.665 Need to get 167 MB of archives.
13:39:40 #8 5.665 After this operation, 549 MB of additional disk space will be used.
13:39:40 #8 5.665 Get:1 http://security.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
13:39:40 #8 5.670 Get:2 http://deb.debian.org/debian bullseye/main arm64 bsdextrautils arm64 2.36.1-8+deb11u1 [142 kB]
13:39:40 #8 5.671 Get:3 http://security.debian.org/debian-security bullseye-security/main arm64 linux-libc-dev arm64 5.10.113-1 [1468 kB]
13:39:40 #8 5.677 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 libtiff5 arm64 4.2.0-1+deb11u1 [277 kB]
13:39:40 #8 5.678 Get:5 http://deb.debian.org/debian bullseye/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB]
13:39:40 #8 5.706 Get:6 http://deb.debian.org/debian bullseye/main arm64 groff-base arm64 1.22.4-6 [883 kB]
13:39:40 #8 5.712 Get:7 http://deb.debian.org/debian bullseye/main arm64 libgdbm6 arm64 1.19-2 [64.0 kB]
13:39:40 #8 5.712 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpipeline1 arm64 1.5.3-1 [33.0 kB]
13:39:40 #8 5.712 Get:9 http://deb.debian.org/debian bullseye/main arm64 man-db arm64 2.9.4-2 [1336 kB]
13:39:40 #8 5.729 Get:10 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
13:39:40 #8 5.744 Get:11 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB]
13:39:40 #8 5.745 Get:12 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB]
13:39:40 #8 5.796 Get:13 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB]
13:39:40 #8 5.797 Get:14 http://deb.debian.org/debian bullseye/main arm64 liblocale-gettext-perl arm64 1.07-4+b1 [18.9 kB]
13:39:40 #8 5.805 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
13:39:40 #8 5.812 Get:16 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u3 [84.1 kB]
13:39:40 #8 5.812 Get:17 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
13:39:40 #8 5.819 Get:18 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
13:39:40 #8 5.822 Get:19 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
13:39:40 #8 5.822 Get:20 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
13:39:40 #8 5.822 Get:21 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
13:39:40 #8 5.823 Get:22 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
13:39:40 #8 5.824 Get:23 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
13:39:40 #8 5.829 Get:24 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
13:39:40 #8 5.836 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
13:39:40 #8 5.852 Get:26 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
13:39:40 #8 5.868 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
13:39:40 #8 5.868 Get:28 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
13:39:40 #8 5.868 Get:29 http://deb.debian.org/debian bullseye/main arm64 less arm64 551-2 [129 kB]
13:39:40 #8 5.868 Get:30 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB]
13:39:40 #8 5.868 Get:31 http://deb.debian.org/debian bullseye/main arm64 sensible-utils all 0.0.14 [14.8 kB]
13:39:40 #8 5.868 Get:32 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
13:39:40 #8 5.868 Get:33 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u1 [830 kB]
13:39:40 #8 5.868 Get:34 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
13:39:40 #8 5.868 Get:35 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
13:39:40 #8 5.878 Get:36 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
13:39:40 #8 5.878 Get:37 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
13:39:40 #8 5.879 Get:38 http://deb.debian.org/debian bullseye/main arm64 gettext-base arm64 0.21-4 [173 kB]
13:39:40 #8 5.880 Get:39 http://deb.debian.org/debian bullseye/main arm64 manpages all 5.10-1 [1412 kB]
13:39:40 #8 5.894 Get:40 http://deb.debian.org/debian bullseye/main arm64 libmd0 arm64 1.0.3-3 [27.9 kB]
13:39:40 #8 5.894 Get:41 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1 [106 kB]
13:39:40 #8 5.895 Get:42 http://deb.debian.org/debian bullseye/main arm64 libedit2 arm64 3.1-20191231-2+b1 [92.1 kB]
13:39:40 #8 5.896 Get:43 http://deb.debian.org/debian bullseye/main arm64 libcbor0 arm64 0.5.0+dfsg-2 [20.1 kB]
13:39:40 #8 5.896 Get:44 http://deb.debian.org/debian bullseye/main arm64 libfido2-1 arm64 1.6.0-2 [50.2 kB]
13:39:40 #8 5.898 Get:45 http://deb.debian.org/debian bullseye/main arm64 openssh-client arm64 1:8.4p1-5 [892 kB]
13:39:40 #8 5.904 Get:46 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB]
13:39:40 #8 5.906 Get:47 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
13:39:40 #8 5.908 Get:48 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
13:39:40 #8 5.912 Get:49 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
13:39:40 #8 5.912 Get:50 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
13:39:40 #8 5.918 Get:51 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
13:39:40 #8 5.924 Get:52 http://deb.debian.org/debian bullseye/main arm64 autopoint all 0.21-4 [510 kB]
13:39:40 #8 5.928 Get:53 http://deb.debian.org/debian bullseye/main arm64 binutils-common arm64 2.35.2-2 [2220 kB]
13:39:40 #8 5.951 Get:54 http://deb.debian.org/debian bullseye/main arm64 libbinutils arm64 2.35.2-2 [599 kB]
13:39:40 #8 5.955 Get:55 http://deb.debian.org/debian bullseye/main arm64 libctf-nobfd0 arm64 2.35.2-2 [108 kB]
13:39:40 #8 5.980 Get:56 http://deb.debian.org/debian bullseye/main arm64 libctf0 arm64 2.35.2-2 [51.0 kB]
13:39:40 #8 5.980 Get:57 http://deb.debian.org/debian bullseye/main arm64 binutils-aarch64-linux-gnu arm64 2.35.2-2 [2472 kB]
13:39:40 #8 5.987 Get:58 http://deb.debian.org/debian bullseye/main arm64 binutils arm64 2.35.2-2 [61.2 kB]
13:39:40 #8 5.992 Get:59 http://deb.debian.org/debian bullseye/main arm64 libc-dev-bin arm64 2.31-13+deb11u3 [272 kB]
13:39:40 #8 5.992 Get:60 http://deb.debian.org/debian bullseye/main arm64 libcrypt-dev arm64 1:4.4.18-4 [108 kB]
13:39:40 #8 6.019 Get:61 http://deb.debian.org/debian bullseye/main arm64 libtirpc-dev arm64 1.3.1-1 [192 kB]
13:39:40 #8 6.019 Get:62 http://deb.debian.org/debian bullseye/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
13:39:40 #8 6.019 Get:63 http://deb.debian.org/debian bullseye/main arm64 libc6-dev arm64 2.31-13+deb11u3 [2031 kB]
13:39:40 #8 6.024 Get:64 http://deb.debian.org/debian bullseye/main arm64 libisl23 arm64 0.23-1 [590 kB]
13:39:40 #8 6.028 Get:65 http://deb.debian.org/debian bullseye/main arm64 libmpfr6 arm64 4.1.0-3 [829 kB]
13:39:40 #8 6.052 Get:66 http://deb.debian.org/debian bullseye/main arm64 libmpc3 arm64 1.2.0-1 [43.2 kB]
13:39:40 #8 6.053 Get:67 http://deb.debian.org/debian bullseye/main arm64 cpp-10 arm64 10.2.1-6 [7756 kB]
13:39:40 #8 6.188 Get:68 http://deb.debian.org/debian bullseye/main arm64 cpp arm64 4:10.2.1-1 [19.7 kB]
13:39:40 #8 6.188 Get:69 http://deb.debian.org/debian bullseye/main arm64 libcc1-0 arm64 10.2.1-6 [45.1 kB]
13:39:40 #8 6.188 Get:70 http://deb.debian.org/debian bullseye/main arm64 libgomp1 arm64 10.2.1-6 [91.6 kB]
13:39:40 #8 6.188 Get:71 http://deb.debian.org/debian bullseye/main arm64 libitm1 arm64 10.2.1-6 [23.8 kB]
13:39:40 #8 6.188 Get:72 http://deb.debian.org/debian bullseye/main arm64 libatomic1 arm64 10.2.1-6 [9468 B]
13:39:40 #8 6.188 Get:73 http://deb.debian.org/debian bullseye/main arm64 libasan6 arm64 10.2.1-6 [2002 kB]
13:39:40 #8 6.191 Get:74 http://deb.debian.org/debian bullseye/main arm64 liblsan0 arm64 10.2.1-6 [794 kB]
13:39:40 #8 6.196 Get:75 http://deb.debian.org/debian bullseye/main arm64 libtsan0 arm64 10.2.1-6 [1957 kB]
13:39:40 #8 6.226 Get:76 http://deb.debian.org/debian bullseye/main arm64 libubsan1 arm64 10.2.1-6 [759 kB]
13:39:40 #8 6.233 Get:77 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev arm64 10.2.1-6 [876 kB]
13:39:40 #8 6.248 Get:78 http://deb.debian.org/debian bullseye/main arm64 gcc-10 arm64 10.2.1-6 [15.4 MB]
13:39:40 #8 6.492 Get:79 http://deb.debian.org/debian bullseye/main arm64 gcc arm64 4:10.2.1-1 [5208 B]
13:39:40 #8 6.492 Get:80 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev arm64 10.2.1-6 [1704 kB]
13:39:40 #8 6.511 Get:81 http://deb.debian.org/debian bullseye/main arm64 g++-10 arm64 10.2.1-6 [8557 kB]
13:39:40 #8 6.621 Get:82 http://deb.debian.org/debian bullseye/main arm64 g++ arm64 4:10.2.1-1 [1628 B]
13:39:40 #8 6.641 Get:83 http://deb.debian.org/debian bullseye/main arm64 make arm64 4.3-4.1 [391 kB]
13:39:40 #8 6.643 Get:84 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.9 [1537 kB]
13:39:40 #8 6.651 Get:85 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
13:39:40 #8 6.666 Get:86 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.9 [2153 kB]
13:39:40 #8 6.684 Get:87 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
13:39:40 #8 6.684 Get:88 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
13:39:40 #8 6.686 Get:89 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
13:39:40 #8 6.687 Get:90 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
13:39:40 #8 6.687 Get:91 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB]
13:39:40 #8 6.689 Get:92 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
13:39:40 #8 6.702 Get:93 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
13:39:40 #8 6.703 Get:94 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
13:39:40 #8 6.703 Get:95 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
13:39:40 #8 6.712 Get:96 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB]
13:39:40 #8 6.726 Get:97 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB]
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:40 #5 DONE 0.9s
13:39:40 
13:39:40 #6 docker-image://docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad
13:39:40 #6 resolve docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad 0.0s done
13:39:40 #6 sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 9.21MB / 9.21MB 0.2s done
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 95.42MB / 108.70MB 2.2s
13:39:40 #14 sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 105.37MB / 108.70MB 2.3s
13:39:40 mkdir -p sources
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:40 mkdir -p rpmbuild/SOURCES
13:39:40 docker run --rm -w /v \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:40 	alpine \
13:39:40 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:41 #8 7.983 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.4 [522 kB]
13:39:41 #8 7.986 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB]
13:39:41 #8 7.986 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bsdmainutils arm64 11.1.2ubuntu1 [175 kB]
13:39:41 #8 8.051 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 groff-base arm64 1.22.3-10 [1152 kB]
13:39:41 #8 8.070 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB]
13:39:41 #8 8.072 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpipeline1 arm64 1.5.0-1 [22.0 kB]
13:39:41 #8 8.073 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 man-db arm64 2.8.3-2ubuntu0.1 [993 kB]
13:39:41 #8 8.139 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB]
13:39:41 #26 0.220 + RM_GOPATH=0
13:39:41 #26 0.220 + TMP_GOPATH=
13:39:41 #26 0.220 + : /build
13:39:41 #26 0.221 + '[' -z '' ']'
13:39:41 #26 0.221 ++ mktemp -d
13:39:41 #26 0.223 + export GOPATH=/tmp/tmp.ZNbPXvJRoO
13:39:41 #26 0.223 + GOPATH=/tmp/tmp.ZNbPXvJRoO
13:39:41 #26 0.224 + RM_GOPATH=1
13:39:41 #26 0.224 + case "$(go env GOARCH)" in
13:39:41 #26 0.225 ++ go env GOARCH
13:39:41 #26 0.234 + export GO_BUILDMODE=-buildmode=pie
13:39:41 #26 0.234 + GO_BUILDMODE=-buildmode=pie
13:39:41 #26 0.236 ++ dirname /install.sh
13:39:41 #26 0.239 + dir=/
13:39:41 #26 0.239 + bin=tini
13:39:41 #26 0.239 + shift
13:39:41 #26 0.239 + '[' '!' -f //tini.installer ']'
13:39:41 #26 0.240 + . //tini.installer
13:39:41 #26 0.240 ++ : v0.19.0
13:39:41 #26 0.240 + install_tini
13:39:41 #26 0.240 + echo 'Install tini version v0.19.0'
13:39:41 #26 0.240 Install tini version v0.19.0
13:39:41 #26 0.240 + git clone https://github.com/krallin/tini.git /tmp/tmp.ZNbPXvJRoO/tini
13:39:41 #26 0.242 Cloning into '/tmp/tmp.ZNbPXvJRoO/tini'...
13:39:41 #6 sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 1.05MB / 9.21MB 0.2s
13:39:41 #6 sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 9.21MB / 9.21MB 0.3s done
13:39:41 #6 extracting sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652
13:39:41 #8 6.732 Get:98 http://deb.debian.org/debian bullseye/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
13:39:41 #8 6.732 Get:99 http://deb.debian.org/debian bullseye/main arm64 libdebhelper-perl all 13.3.4 [189 kB]
13:39:41 #8 6.734 Get:100 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
13:39:41 #8 6.739 Get:101 http://deb.debian.org/debian bullseye/main arm64 dh-autoreconf all 20 [17.1 kB]
13:39:41 #8 6.739 Get:102 http://deb.debian.org/debian bullseye/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
13:39:41 #8 6.739 Get:103 http://deb.debian.org/debian bullseye/main arm64 libsub-override-perl all 0.09-2 [10.2 kB]
13:39:41 #8 6.741 Get:104 http://deb.debian.org/debian bullseye/main arm64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
13:39:41 #8 6.742 Get:105 http://deb.debian.org/debian bullseye/main arm64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
13:39:41 #8 6.744 Get:106 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
13:39:41 #8 6.744 Get:107 http://deb.debian.org/debian bullseye/main arm64 dwz arm64 0.13+20210201-1 [155 kB]
13:39:41 #8 6.772 Get:108 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
13:39:41 #8 6.905 Get:109 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u1 [629 kB]
13:39:41 #8 6.917 Get:110 http://deb.debian.org/debian bullseye/main arm64 gettext arm64 0.21-4 [1261 kB]
13:39:41 #8 6.944 Get:111 http://deb.debian.org/debian bullseye/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
13:39:41 #8 6.951 Get:112 http://deb.debian.org/debian bullseye/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
13:39:41 #8 6.956 Get:113 http://deb.debian.org/debian bullseye/main arm64 debhelper all 13.3.4 [1049 kB]
13:39:41 #6 extracting sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652
13:39:41 #6 extracting sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 0.3s done
13:39:41 #6 DONE 0.6s
13:39:41 #14 sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 52.17MB / 52.17MB 2.3s done
13:39:41 #14 sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 126B / 126B 2.5s
13:39:41 == Building packages for ubuntu-jammy ==
13:39:41 mkdir -p "debbuild/ubuntu-jammy"
13:39:41 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/x86_64 -f ubuntu-jammy/Dockerfile .
13:39:41 mkdir -p sources
13:39:41 docker run --rm -w /v \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:41 	alpine \
13:39:41 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:41 #8 8.282 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B]
13:39:41 mkdir -p rpmbuild/SOURCES
13:39:41 docker run --rm -w /v \
13:39:41 #8 8.282 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.5 [3335 kB]
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:41 	alpine \
13:39:41 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:41 #6 extracting sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 0.2s done
13:39:41 #6 DONE 0.6s
13:39:41 
13:39:41 #7 [linux/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:39:41 #8 6.994 Get:114 http://deb.debian.org/debian bullseye/main arm64 debian-keyring all 2021.07.26 [31.1 MB]
13:39:41 == Building packages for centos-7 ==
13:39:41 mkdir -p "rpmbuild/centos-7"
13:39:41 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
13:39:41 
13:39:41 #7 [auth] library/golang:pull token for registry-1.docker.io
13:39:41 #7 DONE 0.0s
13:39:41 
13:39:41 #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:39:41 #8 DONE 0.0s
13:39:41 
13:39:41 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
13:39:41 #9 DONE 0.0s
13:39:41 
13:39:41 #10 [linux/arm64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:39:41 #14 ...
13:39:41 
13:39:41 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d
13:39:41 #7 sha256:c9c6d38a536dc25e25109f02e30b37cc81f532655ffb9cecafdadb870d2ce5fb
13:39:41 #7 resolve docker.io/library/ubuntu:jammy@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d 0.0s done
13:39:41 #7 sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d 1.42kB / 1.42kB done
13:39:41 #7 sha256:8e01a1e915645f9240d02ab90cc15da706b4dee508025785dd0538bb3fc7f859 529B / 529B done
13:39:41 #7 sha256:f3d495355b4ebc1367b0a666d029e8bd1f8cb3a85d1ecd0bbe5e20138c37e155 1.48kB / 1.48kB done
13:39:41 #7 sha256:b84950154c181a602d2e93b68e84660f96dc78f94ae36f3df2db8d5701abb6a5 28.38MB / 28.38MB 0.7s done
13:39:41 #7 extracting sha256:b84950154c181a602d2e93b68e84660f96dc78f94ae36f3df2db8d5701abb6a5 2.2s done
13:39:41 #7 DONE 3.3s
13:39:41 
13:39:41 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:41 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:41 mkdir -p sources
13:39:41 docker run --rm -w /v \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:41 	alpine \
13:39:41 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:41 #1 [internal] load build definition from Dockerfile
13:39:41 #1 sha256:4bf349754a6c9d8f42d822b2a96b7b9c570c4f9b1be98c10cbdd2f1498a997db
13:39:41 #1 transferring dockerfile: 1.22kB done
13:39:41 #1 DONE 0.1s
13:39:41 
13:39:41 #2 [internal] load .dockerignore
13:39:41 #2 sha256:a89f672fea54efb31d4914349ae3cfa4d4afc46fd9961916b2009bcf63785dea
13:39:41 #2 transferring context: 2B done
13:39:41 #2 DONE 0.1s
13:39:41 #14 ...
13:39:41 
13:39:41 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724
13:39:41 #7 sha256:87d55c2f604182389581fb0c2dc91e379f5befc435506ac0f36b9097f36bf47d
13:39:41 #7 resolve docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724 0.0s done
13:39:41 #7 sha256:db1bc6aa58da386bc4ae8c4489e0bda0f6073c49a7b6c2ca24386671b36a1f19 1.48kB / 1.48kB done
13:39:41 #7 sha256:d4ba87bb7858f0dd4a60003f011338f3a58b87d0add985652856007fe5ca5034 27.17MB / 27.17MB 0.6s done
13:39:41 #7 sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724 1.42kB / 1.42kB done
13:39:41 #7 sha256:ca83774d06420ceb4682ef73bd9cbbfc38a97a27e061b578547a6761206658b9 529B / 529B done
13:39:41 #7 extracting sha256:d4ba87bb7858f0dd4a60003f011338f3a58b87d0add985652856007fe5ca5034 1.8s done
13:39:41 #7 DONE 3.4s
13:39:41 
13:39:41 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:41 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:41 From https://github.com/docker/compose
13:39:41  * [new tag]         v2.5.0     -> v2.5.0
13:39:41 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:41 Init https://github.com/docker/scan-cli-plugin.git
13:39:41 git init src/github.com/docker/scan-cli-plugin
13:39:41 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:41 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:41 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:41 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:41 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:41 mkdir -p sources
13:39:41 docker run --rm -w /v \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:41 	alpine \
13:39:41 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:41 mkdir -p sources
13:39:41 docker run --rm -w /v \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:41 	alpine \
13:39:41 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:41 #8 8.461 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.5 [201 kB]
13:39:41 #8 8.464 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.15 [583 kB]
13:39:41 #8 8.473 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ca-certificates all 20210119~18.04.2 [145 kB]
13:39:41 #8 8.475 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 distro-info-data all 0.37ubuntu0.14 [4660 B]
13:39:41 #8 8.475 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic-mgc arm64 1:5.32-2ubuntu0.4 [184 kB]
13:39:41 #8 8.478 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic1 arm64 1:5.32-2ubuntu0.4 [61.9 kB]
13:39:41 #8 8.496 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 file arm64 1:5.32-2ubuntu0.4 [21.7 kB]
13:39:41 #8 8.498 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB]
13:39:41 #8 8.502 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapt-inst2.0 arm64 1.6.14 [56.7 kB]
13:39:41 #8 8.536 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.9 [983 kB]
13:39:41 #8 8.610 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.9 [4728 B]
13:39:41 #8 8.611 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.2 [7986 kB]
13:39:41 == Building packages for debian-buster ==
13:39:41 mkdir -p "debbuild/debian-buster"
13:39:41 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/x86_64 -f debian-buster/Dockerfile .
13:39:41 #1 [internal] load build definition from Dockerfile
13:39:41 #1 sha256:0cf67742c742c10937975b58b43208d81ee37484e04fce50addb1036b0f89b36
13:39:41 #1 transferring dockerfile: 920B done
13:39:41 #1 DONE 0.1s
13:39:41 
13:39:41 #2 [internal] load .dockerignore
13:39:41 #2 sha256:138dc4f2cbf2c21aa6703b5b63ffa1ae1608cc777bda3ebc81032dbf194a1b11
13:39:41 #2 transferring context: 2B done
13:39:41 #2 DONE 0.1s
13:39:41 
13:39:41 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:41 #5 sha256:0f1f0e43a9beda7c34d5eba32e51ff764b6abf9655ccbf44f45d06284046dad1
13:39:41 #5 DONE 0.0s
13:39:41 
13:39:41 #6 [auth] library/debian:pull token for registry-1.docker.io
13:39:41 #6 sha256:c87120e43355dba921441c89ef5f33c7df7010351441f34511714b9fa10bc4e7
13:39:41 #6 DONE 0.0s
13:39:41 
13:39:41 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:41 #4 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:41 #7 ...
13:39:41 
13:39:41 #8 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
13:39:41 #8 DONE 0.0s
13:39:41 
13:39:41 #9 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:39:41 #9 DONE 0.0s
13:39:41 
13:39:41 #10 [auth] library/golang:pull token for registry-1.docker.io
13:39:41 #10 DONE 0.0s
13:39:41 
13:39:41 #11 [linux/arm64 internal] load metadata for docker.io/library/golang:1.18.1-alpine
13:39:41 mkdir -p sources
13:39:41 docker run --rm -w /v \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:41 	alpine \
13:39:41 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:41 #12 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.7s done
13:39:41 #12 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116
13:39:41 #26 0.695 + cd /tmp/tmp.ZNbPXvJRoO/tini
13:39:41 #26 0.695 + git checkout -q v0.19.0
13:39:41 #26 0.702 + cmake .
13:39:41 #8 7.509 Get:115 http://deb.debian.org/debian bullseye/main arm64 libfakeroot arm64 1.25.3-1.1 [47.9 kB]
13:39:41 #8 7.512 Get:116 http://deb.debian.org/debian bullseye/main arm64 fakeroot arm64 1.25.3-1.1 [86.8 kB]
13:39:41 #2 [internal] load .dockerignore
13:39:41 #2 sha256:7922db0c94f41c90b1ec33f08fd4beee29f57f45bfb7410848e70511c3af94c4
13:39:41 #2 transferring context: 2B done
13:39:41 #2 DONE 0.1s
13:39:41 
13:39:41 #1 [internal] load build definition from Dockerfile
13:39:41 #1 sha256:c8109846d8f05c79739b8636ccc65a32b87cf70d25a765eb2e77da28299c4a3a
13:39:41 #1 transferring dockerfile: 1.43kB done
13:39:41 #1 DONE 0.2s
13:39:41 
13:39:41 #4 [internal] load metadata for docker.io/library/centos:7
13:39:41 #4 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237
13:39:41 == Building packages for fedora-36 ==
13:39:41 mkdir -p "rpmbuild/fedora-36"
13:39:41 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster -t rpmbuild-fedora-36/x86_64 -f fedora-36/Dockerfile .
13:39:41 #2 [internal] load .dockerignore
13:39:41 #2 sha256:fc51e539002ac12fb753c0e406f7713ba2e3ae8fcfd8dfdb2747cd423895fc58
13:39:41 #2 transferring context: 2B done
13:39:41 #2 DONE 0.1s
13:39:41 
13:39:41 #1 [internal] load build definition from Dockerfile
13:39:41 #1 sha256:33364f2145e7c66b195f427f8fe5dfc94d5030aa8b45af92a0153cc2cd2d08ae
13:39:41 #1 transferring dockerfile: 906B done
13:39:41 #1 DONE 0.1s
13:39:41 
13:39:41 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:41 #4 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:41 #4 ...
13:39:41 
13:39:41 #5 [auth] library/fedora:pull token for registry-1.docker.io
13:39:41 #5 sha256:e15e8ae626c90f5e0ea4c50373cf414a77dbb3cc1930a44e1c550624df02bfbb
13:39:41 #5 DONE 0.0s
13:39:41 
13:39:41 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:41 #6 sha256:566f2bda9bccf1485e8b470ade1513358edb435c4877add46532cacfc915df8a
13:39:41 #6 DONE 0.0s
13:39:41 
13:39:41 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:41 #5 sha256:fcd257839cfbcb567aad97c3850a67460ca6146135efe1b74af9248bae347092
13:39:41 #5 DONE 0.0s
13:39:41 
13:39:41 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:41 #6 sha256:ccedd69430144ad53d6c6c0cefcf7a46491c2c904e9ce15469176ac03edbbe8f
13:39:41 #6 DONE 0.0s
13:39:41 
13:39:41 #4 [internal] load metadata for docker.io/library/ubuntu:jammy
13:39:41 #4 sha256:5e41972c0cdee05640f3ed85ad5e7dca92c5a589ced43badaf14d81466f891ae
13:39:41 From https://github.com/docker/scan-cli-plugin
13:39:41  * [new tag]         v0.17.0    -> v0.17.0
13:39:41 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:41 make -C static build
13:39:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:39:41 Building static package for darwin/amd64
13:39:41 ./build-static "/home/ubuntu/workspace/docker-ce-packaging_PR-665/static" "darwin/amd64"
13:39:41 UNAME=x86_64
13:39:41 TARGETPLATFORM=darwin/amd64
13:39:41 CURPLATFORM=linux/amd64
13:39:41 CROSS=true
13:39:41 == Building packages for fedora-34 ==
13:39:41 mkdir -p "rpmbuild/fedora-34"
13:39:41 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster -t rpmbuild-fedora-34/x86_64 -f fedora-34/Dockerfile .
13:39:41 == Building packages for ubuntu-impish ==
13:39:41 mkdir -p "debbuild/ubuntu-impish"
13:39:41 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-impish/x86_64 -f ubuntu-impish/Dockerfile .
13:39:41 #11 DONE 0.5s
13:39:41 
13:39:41 #12 [linux/arm64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:39:41 #13 ...
13:39:41 
13:39:41 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:41 #8 sha256:2191eb2f4c0827399b5b07fcc8b20de277d6a1a6e7debe610b7345f229882368
13:39:41 #8 0.751 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
13:39:41 #8 0.770 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:39:41 #8 0.770 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:39:41 #8 0.902 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7739 kB]
13:39:41 #8 1.114 Get:5 http://deb.debian.org/debian buster-updates/main arm64 Packages [8784 B]
13:39:41 #8 1.575 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 Packages [312 kB]
13:39:41 #8 2.308 Fetched 8299 kB in 2s (4594 kB/s)
13:39:41 #8 2.308 Reading package lists...
13:39:41 #8 3.001 Reading package lists...
13:39:41 #8 3.674 Building dependency tree...
13:39:41 #8 3.826 Reading state information...
13:39:41 #8 4.054 The following additional packages will be installed:
13:39:41 #8 4.054   at autoconf automake autopoint autotools-dev binutils
13:39:41 #8 4.054   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
13:39:41 #8 4.054   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
13:39:41 #8 4.054   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:39:41 #8 4.054   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
13:39:41 #8 4.054   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
13:39:41 #8 4.054   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:39:41 #8 4.054   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
13:39:41 #8 4.054   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:39:41 #8 4.054   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:41 #8 4.054   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:39:41 #8 4.054   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
13:39:41 #8 4.054   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
13:39:41 #8 4.054   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
13:39:41 #8 4.054   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:39:41 #8 4.054   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:39:41 #8 4.054   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
13:39:41 #8 4.054   libdata-optlist-perl libdevel-callchecker-perl
13:39:41 #8 4.054   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
13:39:41 #8 4.054   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
13:39:41 #8 4.054   libdynaloader-functions-perl libedit2 libemail-valid-perl
13:39:41 #8 4.054   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
13:39:41 #8 4.054   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
13:39:41 #8 4.054   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
13:39:41 #8 4.054   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
13:39:41 #8 4.054   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
13:39:41 #8 4.054   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
13:39:41 #8 4.054   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
13:39:41 #8 4.054   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
13:39:41 #8 4.054   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
13:39:41 #8 4.054   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:41 #8 4.054   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:41 #8 4.054   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
13:39:41 #8 4.054   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
13:39:41 #8 4.054   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:39:41 #8 4.054   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
13:39:41 #8 4.054   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
13:39:41 #8 4.054   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
13:39:41 #8 4.054   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:39:41 #8 4.054   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:41 #8 4.054   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:39:41 #8 4.054   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
13:39:41 #8 4.054   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:41 #8 4.054   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
13:39:41 #8 4.054   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
13:39:41 #8 4.054   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
13:39:41 #8 4.054   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
13:39:41 #8 4.054   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
13:39:41 #8 4.054   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:41 #8 4.054   libparams-validate-perl libparse-debianchangelog-perl
13:39:41 #8 4.054   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
13:39:41 #8 4.054   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
13:39:41 #8 4.054   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
13:39:41 #8 4.054   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
13:39:41 #8 4.054   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:41 #8 4.054   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:39:41 #8 4.054   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:39:41 #8 4.054   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
13:39:41 #8 4.054   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
13:39:41 #8 4.054   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:39:41 #8 4.054   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:39:41 #8 4.054   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:39:41 #8 4.054   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
13:39:41 #8 4.054   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
13:39:41 #8 4.054   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
13:39:41 #8 4.054   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:41 #8 4.054   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
13:39:41 #8 4.054   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
13:39:41 #8 4.054   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:39:41 #8 4.054   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:39:41 #8 4.054   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
13:39:41 #8 4.054   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
13:39:41 #8 4.054   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
13:39:41 #8 4.054   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
13:39:41 #8 4.054   mariadb-common mime-support mysql-common netbase openssh-client openssl
13:39:41 #8 4.054   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
13:39:41 #8 4.054   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
13:39:41 #8 4.054   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:39:41 #8 4.054   python3-idna python3-magic python3-minimal python3-pkg-resources
13:39:41 #8 4.054   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:39:41 #8 4.054   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
13:39:41 #8 4.054   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:39:41 #8 4.054 Suggested packages:
13:39:41 #8 4.054   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
13:39:41 #8 4.054   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
13:39:41 #8 4.054   checksecurity debtags dh-make adequate autopkgtest bls-standalone
13:39:41 #8 4.054   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
13:39:41 #8 4.054   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:39:41 #8 4.054   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:41 #8 4.054   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:39:41 #8 4.054   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
13:39:41 #8 4.054   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
13:39:41 #8 4.054   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
13:39:41 #8 4.054   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
13:39:41 #8 4.054   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
13:39:41 #8 4.054   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
13:39:41 #8 4.054   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
13:39:41 #8 4.054   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
13:39:41 #8 4.054   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
13:39:41 #8 4.054   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
13:39:41 #8 4.054   libhtml-template-perl libsasl2-modules-gssapi-mit
13:39:41 #8 4.054   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:39:41 #8 4.054   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
13:39:41 #8 4.054   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
13:39:41 #8 4.054   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:39:41 #8 4.054   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:39:41 #8 4.054   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:39:41 #8 4.054   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
13:39:41 #8 4.054   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:39:41 #8 4.054   diffutils-doc perl-doc libterm-readline-gnu-perl
13:39:41 #8 4.054   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
13:39:41 #8 4.054   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
13:39:41 #8 4.054   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
13:39:41 #8 4.054   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
13:39:41 #8 4.054   readline-doc zip wdiff-doc
13:39:41 #8 5.786 The following NEW packages will be installed:
13:39:41 #8 5.786   at autoconf automake autopoint autotools-dev binutils
13:39:41 #8 5.786   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
13:39:41 #8 5.786   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
13:39:41 #8 5.786   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
13:39:41 #8 5.786   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
13:39:41 #8 5.786   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
13:39:41 #8 5.786   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
13:39:41 #8 5.786   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
13:39:41 #8 5.786   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:39:41 #8 5.786   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
13:39:41 #8 5.786   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
13:39:41 #8 5.786   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:39:41 #8 5.786   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
13:39:41 #8 5.786   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
13:39:41 #8 5.786   libclass-inspector-perl libclass-method-modifiers-perl
13:39:41 #8 5.786   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:39:41 #8 5.786   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
13:39:41 #8 5.786   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:39:41 #8 5.786   libdevel-callchecker-perl libdevel-globaldestruction-perl
13:39:41 #8 5.786   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:39:41 #8 5.786   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
13:39:41 #8 5.786   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
13:39:41 #8 5.786   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
13:39:41 #8 5.786   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
13:39:41 #8 5.786   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
13:39:41 #8 5.786   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
13:39:41 #8 5.786   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
13:39:41 #8 5.786   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
13:39:41 #8 5.786   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
13:39:41 #8 5.786   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
13:39:41 #8 5.786   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:41 #8 5.786   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:41 #8 5.786   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
13:39:41 #8 5.786   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
13:39:41 #8 5.786   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:39:41 #8 5.786   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
13:39:41 #8 5.786   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
13:39:41 #8 5.786   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
13:39:41 #8 5.786   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:39:41 #8 5.786   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:41 #8 5.786   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:39:41 #8 5.786   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
13:39:41 #8 5.786   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:41 #8 5.786   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
13:39:41 #8 5.786   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
13:39:41 #8 5.786   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
13:39:41 #8 5.786   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
13:39:41 #8 5.786   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
13:39:41 #8 5.786   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:41 #8 5.786   libparams-validate-perl libparse-debianchangelog-perl
13:39:41 #8 5.786   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
13:39:41 #8 5.786   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
13:39:41 #8 5.786   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
13:39:41 #8 5.786   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
13:39:41 #8 5.786   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:41 #8 5.786   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:39:41 #8 5.786   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:39:41 #8 5.786   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
13:39:41 #8 5.786   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
13:39:41 #8 5.786   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:39:41 #8 5.786   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:39:41 #8 5.786   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:39:41 #8 5.786   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
13:39:41 #8 5.786   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
13:39:41 #8 5.786   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
13:39:41 #8 5.786   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:41 #8 5.786   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
13:39:41 #8 5.786   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
13:39:41 #8 5.786   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:39:41 #8 5.786   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:39:41 #8 5.786   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
13:39:41 #8 5.786   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
13:39:41 #8 5.786   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
13:39:41 #8 5.786   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
13:39:41 #8 5.786   mariadb-common mime-support mysql-common netbase openssh-client openssl
13:39:41 #8 5.786   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
13:39:41 #8 5.786   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
13:39:41 #8 5.786   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:39:41 #8 5.786   python3-idna python3-magic python3-minimal python3-pkg-resources
13:39:41 #8 5.786   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:39:41 #8 5.786   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
13:39:41 #8 5.786   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:39:41 #8 6.079 0 upgraded, 362 newly installed, 0 to remove and 2 not upgraded.
13:39:41 #8 6.079 Need to get 162 MB of archives.
13:39:41 #8 6.079 After this operation, 560 MB of additional disk space will be used.
13:39:41 #8 6.079 Get:1 http://deb.debian.org/debian buster/main arm64 sensible-utils all 0.0.12 [15.8 kB]
13:39:41 #8 6.079 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 xz-utils arm64 5.2.4-1+deb10u1 [182 kB]
13:39:41 #8 6.083 Get:3 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
13:39:41 #8 6.083 Get:4 http://deb.debian.org/debian buster/main arm64 cron arm64 3.0pl1-134+deb10u1 [98.0 kB]
13:39:41 #8 6.086 Get:5 http://deb.debian.org/debian buster/main arm64 libbsd0 arm64 0.9.1-2+deb10u1 [97.6 kB]
13:39:41 #8 6.086 Get:6 http://deb.debian.org/debian buster/main arm64 bsdmainutils arm64 11.1.2+b1 [185 kB]
13:39:41 #8 6.089 Get:7 http://deb.debian.org/debian buster/main arm64 libuchardet0 arm64 0.0.6-3 [65.0 kB]
13:39:41 #8 6.099 Get:8 http://deb.debian.org/debian buster/main arm64 groff-base arm64 1.22.4-3+deb10u1 [870 kB]
13:39:41 #8 6.133 Get:9 http://deb.debian.org/debian buster/main arm64 libgdbm6 arm64 1.18.1-4 [63.4 kB]
13:39:41 #8 6.133 Get:10 http://deb.debian.org/debian buster/main arm64 libpipeline1 arm64 1.5.1-2 [29.8 kB]
13:39:41 #8 6.146 Get:11 http://deb.debian.org/debian buster/main arm64 man-db arm64 2.8.5-2 [1258 kB]
13:39:41 #8 6.169 Get:12 http://deb.debian.org/debian buster/main arm64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
13:39:41 #8 6.226 Get:13 http://deb.debian.org/debian buster/main arm64 libgdbm-compat4 arm64 1.18.1-4 [44.0 kB]
13:39:41 #8 6.243 Get:14 http://deb.debian.org/debian buster/main arm64 libperl5.28 arm64 5.28.1-6+deb10u1 [3727 kB]
13:39:41 #8 6.290 Get:15 http://deb.debian.org/debian buster/main arm64 perl arm64 5.28.1-6+deb10u1 [204 kB]
13:39:41 #8 6.290 Get:16 http://deb.debian.org/debian buster/main arm64 liblocale-gettext-perl arm64 1.07-3+b4 [18.8 kB]
13:39:41 #8 6.296 Get:17 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u1 [1393 kB]
13:39:41 #8 6.309 Get:18 http://deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
13:39:41 #8 6.315 Get:19 http://deb.debian.org/debian buster/main arm64 libexpat1 arm64 2.2.6-2+deb10u4 [87.1 kB]
13:39:41 #8 6.337 Get:20 http://deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
13:39:41 #8 6.347 Get:21 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
13:39:41 #8 6.348 Get:22 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
13:39:41 #8 6.350 Get:23 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
13:39:41 #8 6.351 Get:24 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
13:39:41 #8 6.353 Get:25 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
13:39:41 #8 6.355 Get:26 http://deb.debian.org/debian buster/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u1 [603 kB]
13:39:41 #8 6.361 Get:27 http://deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
13:39:41 #8 6.376 Get:28 http://deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
13:39:41 #8 6.380 Get:29 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
13:39:41 #8 6.381 Get:30 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
13:39:41 #8 6.382 Get:31 http://deb.debian.org/debian buster/main arm64 less arm64 487-0.1+b1 [117 kB]
13:39:41 #8 6.383 Get:32 http://deb.debian.org/debian buster/main arm64 netbase all 5.6 [19.4 kB]
13:39:41 #8 6.384 Get:33 http://deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
13:39:41 #8 6.385 Get:34 http://deb.debian.org/debian buster/main arm64 libmagic-mgc arm64 1:5.35-4+deb10u2 [242 kB]
13:39:41 #8 6.388 Get:35 http://deb.debian.org/debian buster/main arm64 libmagic1 arm64 1:5.35-4+deb10u2 [115 kB]
13:39:41 #8 6.390 Get:36 http://deb.debian.org/debian buster/main arm64 file arm64 1:5.35-4+deb10u2 [66.5 kB]
13:39:41 #8 6.391 Get:37 http://deb.debian.org/debian buster/main arm64 gettext-base arm64 0.19.8.1-9 [120 kB]
13:39:41 #8 6.393 Get:38 http://deb.debian.org/debian buster/main arm64 krb5-locales all 1.17-3+deb10u3 [95.5 kB]
13:39:41 #8 6.394 Get:39 http://deb.debian.org/debian buster/main arm64 manpages all 4.16-2 [1295 kB]
13:39:41 #8 6.407 Get:40 http://deb.debian.org/debian buster/main arm64 libedit2 arm64 3.1-20181209-1 [91.2 kB]
13:39:41 #8 6.415 Get:41 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
13:39:41 #8 6.415 Get:42 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u3 [65.0 kB]
13:39:41 #8 6.415 Get:43 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u3 [123 kB]
13:39:41 #8 6.415 Get:44 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u3 [351 kB]
13:39:41 #8 6.415 Get:45 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u3 [150 kB]
13:39:41 #8 6.417 Get:46 http://deb.debian.org/debian buster/main arm64 openssh-client arm64 1:7.9p1-10+deb10u2 [757 kB]
13:39:41 #8 6.426 Get:47 http://deb.debian.org/debian buster/main arm64 ucf all 3.0038+nmu1 [69.0 kB]
13:39:41 #8 6.426 Get:48 http://deb.debian.org/debian buster/main arm64 libfl2 arm64 2.6.4-6.2 [103 kB]
13:39:41 #8 6.429 Get:49 http://deb.debian.org/debian buster/main arm64 at arm64 3.1.23-1 [48.3 kB]
13:39:41 #8 6.432 Get:50 http://deb.debian.org/debian buster/main arm64 libsigsegv2 arm64 2.12-2 [32.3 kB]
13:39:41 #8 6.432 Get:51 http://deb.debian.org/debian buster/main arm64 m4 arm64 1.4.18-2 [198 kB]
13:39:41 #8 6.437 Get:52 http://deb.debian.org/debian buster/main arm64 autoconf all 2.69-11 [341 kB]
13:39:41 #8 6.443 Get:53 http://deb.debian.org/debian buster/main arm64 autotools-dev all 20180224.1 [77.0 kB]
13:39:41 #8 6.443 Get:54 http://deb.debian.org/debian buster/main arm64 automake all 1:1.16.1-4 [771 kB]
13:39:41 #8 6.450 Get:55 http://deb.debian.org/debian buster/main arm64 autopoint all 0.19.8.1-9 [434 kB]
13:39:41 #8 6.458 Get:56 http://deb.debian.org/debian buster/main arm64 binutils-common arm64 2.31.1-16 [2073 kB]
13:39:41 #8 6.478 Get:57 http://deb.debian.org/debian buster/main arm64 libbinutils arm64 2.31.1-16 [455 kB]
13:39:41 #8 6.482 Get:58 http://deb.debian.org/debian buster/main arm64 binutils-aarch64-linux-gnu arm64 2.31.1-16 [2129 kB]
13:39:41 #8 6.531 Get:59 http://deb.debian.org/debian buster/main arm64 binutils arm64 2.31.1-16 [56.7 kB]
13:39:41 #8 6.531 Get:60 http://deb.debian.org/debian buster/main arm64 libc-dev-bin arm64 2.28-10+deb10u1 [270 kB]
13:39:41 #8 6.531 Get:61 http://deb.debian.org/debian buster/main arm64 linux-libc-dev arm64 4.19.235-1 [1490 kB]
13:39:41 #8 6.547 Get:62 http://deb.debian.org/debian buster/main arm64 libc6-dev arm64 2.28-10+deb10u1 [2323 kB]
13:39:41 #8 6.573 Get:63 http://deb.debian.org/debian buster/main arm64 libisl19 arm64 0.20-2 [535 kB]
13:39:41 #8 6.582 Get:64 http://deb.debian.org/debian buster/main arm64 libmpfr6 arm64 4.0.2-1 [746 kB]
13:39:41 #8 6.610 Get:65 http://deb.debian.org/debian buster/main arm64 libmpc3 arm64 1.1.0-1 [38.0 kB]
13:39:41 #8 6.610 Get:66 http://deb.debian.org/debian buster/main arm64 cpp-8 arm64 8.3.0-6 [7400 kB]
13:39:41 #8 6.740 Get:67 http://deb.debian.org/debian buster/main arm64 cpp arm64 4:8.3.0-1 [19.4 kB]
13:39:41 #8 6.741 Get:68 http://deb.debian.org/debian buster/main arm64 libcc1-0 arm64 8.3.0-6 [45.0 kB]
13:39:41 #8 6.742 Get:69 http://deb.debian.org/debian buster/main arm64 libgomp1 arm64 8.3.0-6 [67.8 kB]
13:39:41 #8 6.743 Get:70 http://deb.debian.org/debian buster/main arm64 libitm1 arm64 8.3.0-6 [24.0 kB]
13:39:41 #8 6.748 Get:71 http://deb.debian.org/debian buster/main arm64 libatomic1 arm64 8.3.0-6 [8820 B]
13:39:41 #8 6.754 Get:72 http://deb.debian.org/debian buster/main arm64 libasan5 arm64 8.3.0-6 [327 kB]
13:39:41 #8 6.754 Get:73 http://deb.debian.org/debian buster/main arm64 liblsan0 arm64 8.3.0-6 [118 kB]
13:39:41 #8 6.754 Get:74 http://deb.debian.org/debian buster/main arm64 libtsan0 arm64 8.3.0-6 [262 kB]
13:39:41 #8 6.757 Get:75 http://deb.debian.org/debian buster/main arm64 libubsan1 arm64 8.3.0-6 [111 kB]
13:39:41 #8 6.770 Get:76 http://deb.debian.org/debian buster/main arm64 libgcc-8-dev arm64 8.3.0-6 [835 kB]
13:39:41 #8 6.783 Get:77 http://deb.debian.org/debian buster/main arm64 gcc-8 arm64 8.3.0-6 [7879 kB]
13:39:41 #8 6.934 Get:78 http://deb.debian.org/debian buster/main arm64 gcc arm64 4:8.3.0-1 [5212 B]
13:39:41 #8 6.934 Get:79 http://deb.debian.org/debian buster/main arm64 libstdc++-8-dev arm64 8.3.0-6 [1502 kB]
13:39:41 #8 6.953 Get:80 http://deb.debian.org/debian buster/main arm64 g++-8 arm64 8.3.0-6 [8176 kB]
13:39:41 #8 7.118 Get:81 http://deb.debian.org/debian buster/main arm64 g++ arm64 4:8.3.0-1 [1624 B]
13:39:41 #8 7.118 Get:82 http://deb.debian.org/debian buster/main arm64 make arm64 4.2.1-1.2 [333 kB]
13:39:41 #8 7.122 Get:83 http://deb.debian.org/debian buster/main arm64 libdpkg-perl all 1.19.7 [1414 kB]
13:39:41 #8 7.141 Get:84 http://deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB]
13:39:41 #8 7.146 Get:85 http://deb.debian.org/debian buster/main arm64 dpkg-dev all 1.19.7 [1773 kB]
13:39:41 #8 7.190 Get:86 http://deb.debian.org/debian buster/main arm64 build-essential arm64 12.6 [7576 B]
13:39:41 #8 7.190 Get:87 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1n-0+deb10u1 [833 kB]
13:39:41 #8 7.190 Get:88 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
13:39:41 #8 7.190 Get:89 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB]
13:39:41 #8 7.190 Get:90 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB]
13:39:41 #8 7.190 Get:91 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:39:41 #8 7.190 Get:92 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB]
13:39:41 #8 7.190 Get:93 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
13:39:41 #8 7.190 Get:94 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
13:39:41 #8 7.192 Get:95 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
13:39:41 #8 7.194 Get:96 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
13:39:41 #8 7.197 Get:97 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB]
13:39:41 #8 7.200 Get:98 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB]
13:39:41 #8 7.203 Get:99 http://deb.debian.org/debian buster/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
13:39:41 #8 7.206 Get:100 http://deb.debian.org/debian buster/main arm64 libtool all 2.4.6-9 [547 kB]
13:39:41 #8 7.214 Get:101 http://deb.debian.org/debian buster/main arm64 dh-autoreconf all 19 [16.9 kB]
13:39:41 #8 7.214 Get:102 http://deb.debian.org/debian buster/main arm64 libarchive-zip-perl all 1.64-1 [96.8 kB]
13:39:41 #8 7.214 Get:103 http://deb.debian.org/debian buster/main arm64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
13:39:41 #8 7.214 Get:104 http://deb.debian.org/debian buster/main arm64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
13:39:41 #8 7.214 Get:105 http://deb.debian.org/debian buster/main arm64 dwz arm64 0.12-3 [71.7 kB]
13:39:41 #8 7.216 Get:106 http://deb.debian.org/debian buster/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u3 [1185 kB]
13:39:41 #8 7.230 Get:107 http://deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB]
13:39:41 #8 7.391 Get:108 http://deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u3 [625 kB]
13:39:41 #8 7.397 Get:109 http://deb.debian.org/debian buster/main arm64 libcroco3 arm64 0.6.12-3 [140 kB]
13:39:41 #8 7.400 Get:110 http://deb.debian.org/debian buster/main arm64 libncurses6 arm64 6.1+20181013-2+deb10u2 [92.6 kB]
13:39:41 #8 7.403 Get:111 http://deb.debian.org/debian buster/main arm64 gettext arm64 0.19.8.1-9 [1261 kB]
13:39:41 #8 7.423 Get:112 http://deb.debian.org/debian buster/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
13:39:41 #8 7.425 Get:113 http://deb.debian.org/debian buster/main arm64 po-debconf all 1.0.21 [248 kB]
13:39:41 #8 7.431 Get:114 http://deb.debian.org/debian buster/main arm64 debhelper all 12.1.1 [1016 kB]
13:39:41 #8 7.462 Get:115 http://deb.debian.org/debian buster/main arm64 debian-keyring all 2019.02.25 [32.4 MB]
13:39:41 #8 8.393 Get:116 http://deb.debian.org/debian buster/main arm64 libfakeroot arm64 1.23-1 [42.1 kB]
13:39:41 #8 8.399 Get:117 http://deb.debian.org/debian buster/main arm64 fakeroot arm64 1.23-1 [83.3 kB]
13:39:41 #8 8.402 Get:118 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
13:39:41 #8 8.403 Get:119 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u1 [503 kB]
13:39:41 #8 8.411 Get:120 http://deb.debian.org/debian buster/main arm64 libksba8 arm64 1.3.5-2 [84.7 kB]
13:39:41 #8 8.413 Get:121 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
13:39:41 #8 8.414 Get:122 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u1 [694 kB]
13:39:41 #8 8.423 Get:123 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u1 [1010 kB]
13:39:41 #8 8.482 Get:124 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u1 [824 kB]
13:39:41 #8 8.547 Get:125 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u1 [827 kB]
13:39:41 #8 8.563 Get:126 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
13:39:41 #8 8.593 Get:127 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u1 [601 kB]
13:39:41 #8 8.635 Get:128 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u1 [478 kB]
13:39:41 #8 8.654 Get:129 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u1 [472 kB]
13:39:41 #8 8.674 Get:130 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u1 [587 kB]
13:39:41 #8 8.684 Get:131 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u1 [715 kB]
13:39:41 #8 8.703 Get:132 http://deb.debian.org/debian buster/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
13:39:41 #8 8.715 Get:133 http://deb.debian.org/debian buster/main arm64 libfile-homedir-perl all 1.004-1 [42.7 kB]
13:39:41 #8 8.717 Get:134 http://deb.debian.org/debian buster/main arm64 libio-pty-perl arm64 1:1.08-1.1+b5 [32.8 kB]
13:39:41 #8 8.722 Get:135 http://deb.debian.org/debian buster/main arm64 libipc-run-perl all 20180523.0-1 [101 kB]
13:39:41 #8 8.722 Get:136 http://deb.debian.org/debian buster/main arm64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
13:39:41 #8 8.723 Get:137 http://deb.debian.org/debian buster/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
13:39:41 #8 8.724 Get:138 http://deb.debian.org/debian buster/main arm64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
13:39:41 #8 8.728 Get:139 http://deb.debian.org/debian buster/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b1 [11.4 kB]
13:39:41 #8 8.735 Get:140 http://deb.debian.org/debian buster/main arm64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
13:39:41 #8 8.754 Get:141 http://deb.debian.org/debian buster/main arm64 libdevel-callchecker-perl arm64 0.008-1 [15.6 kB]
13:39:41 #8 8.762 Get:142 http://deb.debian.org/debian buster/main arm64 libparams-classify-perl arm64 0.015-1+b1 [25.4 kB]
13:39:41 #8 8.763 Get:143 http://deb.debian.org/debian buster/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
13:39:41 #8 8.775 Get:144 http://deb.debian.org/debian buster/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
13:39:41 #8 8.778 Get:145 http://deb.debian.org/debian buster/main arm64 librole-tiny-perl all 2.000006-1 [19.4 kB]
13:39:41 #8 8.789 Get:146 http://deb.debian.org/debian buster/main arm64 libstrictures-perl all 2.000005-1 [18.3 kB]
13:39:41 #8 8.808 Get:147 http://deb.debian.org/debian buster/main arm64 libsub-quote-perl all 2.005001-1 [17.9 kB]
13:39:41 #8 8.814 Get:148 http://deb.debian.org/debian buster/main arm64 libmoo-perl all 2.003004-2 [57.4 kB]
13:39:41 #8 8.818 Get:149 http://deb.debian.org/debian buster/main arm64 libencode-locale-perl all 1.05-1 [13.7 kB]
13:39:41 #8 8.834 Get:150 http://deb.debian.org/debian buster/main arm64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
13:39:41 #8 8.834 Get:151 http://deb.debian.org/debian buster/main arm64 libhttp-date-perl all 6.02-1 [10.7 kB]
13:39:41 #8 8.837 Get:152 http://deb.debian.org/debian buster/main arm64 libfile-listing-perl all 6.04-1 [10.3 kB]
13:39:41 #8 8.842 Get:153 http://deb.debian.org/debian buster/main arm64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
13:39:41 #8 8.859 Get:154 http://deb.debian.org/debian buster/main arm64 liburi-perl all 1.76-1 [89.9 kB]
13:39:41 #8 8.873 Get:155 http://deb.debian.org/debian buster/main arm64 libhtml-parser-perl arm64 3.72-3+b3 [103 kB]
13:39:41 #8 8.884 Get:156 http://deb.debian.org/debian buster/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
13:39:41 #8 8.893 Get:157 http://deb.debian.org/debian buster/main arm64 libio-html-perl all 1.001-1 [17.6 kB]
13:39:41 #8 8.894 Get:158 http://deb.debian.org/debian buster/main arm64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
13:39:41 #8 8.899 Get:159 http://deb.debian.org/debian buster/main arm64 libhttp-message-perl all 6.18-1 [77.8 kB]
13:39:41 #26 0.960 -- The C compiler identification is GNU 10.2.1
13:39:41 #26 0.993 -- Detecting C compiler ABI info
13:39:41 #26 1.246 -- Detecting C compiler ABI info - done
13:39:41 #8 7.518 Get:117 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
13:39:41 #8 7.518 Get:118 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u1 [540 kB]
13:39:41 #8 7.521 Get:119 http://deb.debian.org/debian bullseye/main arm64 libksba8 arm64 1.5.0-3 [114 kB]
13:39:41 #8 7.524 Get:120 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
13:39:41 #8 7.528 Get:121 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u1 [743 kB]
13:39:41 #8 7.532 Get:122 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u1 [1085 kB]
13:39:41 #8 7.552 Get:123 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u1 [864 kB]
13:39:41 #8 7.565 Get:124 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u1 [884 kB]
13:39:41 #8 7.568 Get:125 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
13:39:41 #8 7.580 Get:126 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u1 [651 kB]
13:39:41 #8 7.588 Get:127 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u1 [517 kB]
13:39:41 #8 7.589 Get:128 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u1 [510 kB]
13:39:41 #8 7.596 Get:129 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u1 [627 kB]
13:39:41 #8 7.611 Get:130 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u1 [825 kB]
13:39:41 #8 7.615 Get:131 http://deb.debian.org/debian bullseye/main arm64 libfile-dirlist-perl all 0.05-2 [7444 B]
13:39:41 #8 7.632 Get:132 http://deb.debian.org/debian bullseye/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
13:39:41 #8 7.632 Get:133 http://deb.debian.org/debian bullseye/main arm64 libfile-homedir-perl all 1.006-1 [43.8 kB]
13:39:41 #8 7.632 Get:134 http://deb.debian.org/debian bullseye/main arm64 libfile-touch-perl all 0.11-1 [9254 B]
13:39:41 #8 7.632 Get:135 http://deb.debian.org/debian bullseye/main arm64 libio-pty-perl arm64 1:1.15-2 [36.0 kB]
13:39:41 #8 7.632 Get:136 http://deb.debian.org/debian bullseye/main arm64 libipc-run-perl all 20200505.0-1 [102 kB]
13:39:41 #8 7.632 Get:137 http://deb.debian.org/debian bullseye/main arm64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
13:39:41 #8 7.632 Get:138 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b3 [11.2 kB]
13:39:41 #8 7.632 Get:139 http://deb.debian.org/debian bullseye/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
13:39:41 #8 7.632 Get:140 http://deb.debian.org/debian bullseye/main arm64 libdevel-callchecker-perl arm64 0.008-1+b2 [15.8 kB]
13:39:41 #8 7.632 Get:141 http://deb.debian.org/debian bullseye/main arm64 libparams-classify-perl arm64 0.015-1+b3 [25.5 kB]
13:39:41 #8 7.634 Get:142 http://deb.debian.org/debian bullseye/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
13:39:41 #8 7.636 Get:143 http://deb.debian.org/debian bullseye/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
13:39:41 #8 7.636 Get:144 http://deb.debian.org/debian bullseye/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB]
13:39:41 #8 7.637 Get:145 http://deb.debian.org/debian bullseye/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB]
13:39:41 #8 7.639 Get:146 http://deb.debian.org/debian bullseye/main arm64 libsub-quote-perl all 2.006006-1 [21.0 kB]
13:39:41 #8 7.639 Get:147 http://deb.debian.org/debian bullseye/main arm64 libmoo-perl all 2.004004-1 [59.9 kB]
13:39:41 #8 7.641 Get:148 http://deb.debian.org/debian bullseye/main arm64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
13:39:41 #8 7.643 Get:149 http://deb.debian.org/debian bullseye/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
13:39:41 #8 7.643 Get:150 http://deb.debian.org/debian bullseye/main arm64 libhttp-date-perl all 6.05-1 [10.4 kB]
13:39:41 #8 7.643 Get:151 http://deb.debian.org/debian bullseye/main arm64 libfile-listing-perl all 6.14-1 [12.4 kB]
13:39:41 #8 7.643 Get:152 http://deb.debian.org/debian bullseye/main arm64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
13:39:41 #8 7.644 Get:153 http://deb.debian.org/debian bullseye/main arm64 liburi-perl all 5.08-1 [90.6 kB]
13:39:41 #8 7.646 Get:154 http://deb.debian.org/debian bullseye/main arm64 libhtml-parser-perl arm64 3.75-1+b1 [103 kB]
13:39:41 #8 7.646 Get:155 http://deb.debian.org/debian bullseye/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
13:39:41 #8 7.646 Get:156 http://deb.debian.org/debian bullseye/main arm64 libio-html-perl all 1.004-2 [16.1 kB]
13:39:41 #8 7.648 Get:157 http://deb.debian.org/debian bullseye/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
13:39:41 #8 7.652 Get:158 http://deb.debian.org/debian bullseye/main arm64 libhttp-message-perl all 6.28-1 [79.6 kB]
13:39:41 #8 7.652 Get:159 http://deb.debian.org/debian bullseye/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
13:39:41 #8 7.652 Get:160 http://deb.debian.org/debian bullseye/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
13:39:41 #8 7.652 Get:161 http://deb.debian.org/debian bullseye/main arm64 perl-openssl-defaults arm64 5 [7360 B]
13:39:41 #8 7.652 Get:162 http://deb.debian.org/debian bullseye/main arm64 libnet-ssleay-perl arm64 1.88-3+b1 [316 kB]
13:39:41 #8 7.659 Get:163 http://deb.debian.org/debian bullseye/main arm64 libio-socket-ssl-perl all 2.069-1 [215 kB]
13:39:41 #8 7.660 Get:164 http://deb.debian.org/debian bullseye/main arm64 libnet-http-perl all 6.20-1 [25.1 kB]
13:39:41 #8 7.662 Get:165 http://deb.debian.org/debian bullseye/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
13:39:41 #8 7.664 Get:166 http://deb.debian.org/debian bullseye/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
13:39:41 #8 7.665 Get:167 http://deb.debian.org/debian bullseye/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
13:39:41 #8 7.669 Get:168 http://deb.debian.org/debian bullseye/main arm64 libwww-perl all 6.52-1 [192 kB]
13:39:41 #8 7.669 Get:169 http://deb.debian.org/debian bullseye/main arm64 patchutils arm64 0.4.2-1 [73.5 kB]
13:39:41 #8 7.676 Get:170 http://deb.debian.org/debian bullseye/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
13:39:41 #8 7.676 Get:171 http://deb.debian.org/debian bullseye/main arm64 devscripts arm64 2.21.3+deb11u1 [1092 kB]
13:39:41 #8 7.682 Get:172 http://deb.debian.org/debian bullseye/main arm64 diffstat arm64 1.64-1 [34.6 kB]
13:39:41 #8 7.682 Get:173 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u1 [7624 B]
13:39:41 #8 7.684 Get:174 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
13:39:41 #8 7.690 Get:175 http://deb.debian.org/debian bullseye/main arm64 python3-chardet all 4.0.0-1 [99.0 kB]
13:39:41 #8 7.694 Get:176 http://deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
13:39:41 #8 7.694 Get:177 http://deb.debian.org/debian bullseye/main arm64 python3-debian all 0.1.39 [80.1 kB]
13:39:41 #8 7.694 Get:178 http://deb.debian.org/debian bullseye/main arm64 libgpgme11 arm64 1.14.0-1+b2 [267 kB]
13:39:41 #8 7.696 Get:179 http://deb.debian.org/debian bullseye/main arm64 python3-gpg arm64 1.14.0-1+b2 [324 kB]
13:39:41 #8 7.704 Get:180 http://deb.debian.org/debian bullseye/main arm64 dput all 1.1.0 [56.5 kB]
13:39:41 #8 7.704 Get:181 http://deb.debian.org/debian bullseye/main arm64 equivs all 2.3.1 [22.7 kB]
13:39:41 #8 7.708 Get:182 http://deb.debian.org/debian bullseye/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
13:39:41 #8 7.719 Get:183 http://deb.debian.org/debian bullseye/main arm64 fontconfig-config all 2.13.1-4.2 [281 kB]
13:39:41 #4 ...
13:39:41 
13:39:41 #5 [auth] library/centos:pull token for registry-1.docker.io
13:39:41 #5 sha256:043e41430e314ca6b740cafd20c29ec56e3d173054b3edf03fb72bdfb47e770a
13:39:41 #5 DONE 0.0s
13:39:41 
13:39:41 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:41 #6 sha256:8b00f0730a833bf45dd7af7de402a57b51214374abd5219211b8c55b3e6e5fa3
13:39:41 #6 DONE 0.0s
13:39:41 
13:39:41 #3 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:41 #3 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:41 mkdir -p rpmbuild/SOURCES
13:39:41 docker run --rm -w /v \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/v \
13:39:41 	alpine \
13:39:41 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:41 
13:39:41 #3 [internal] load metadata for docker.io/library/fedora:36
13:39:41 #3 sha256:b0daf253e9999054dbe302a69542b3391784994fe01956037770418baa090fae
13:39:41 #4 DONE 0.4s
13:39:41 
13:39:41 #3 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:41 #3 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:41 #3 DONE 0.3s
13:39:41 
13:39:41 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:41 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:41 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:41 #10 ...
13:39:41 
13:39:41 #11 [linux/arm64 internal] load metadata for docker.io/library/golang:1.18.1-alpine
13:39:41 #11 DONE 0.4s
13:39:41 
13:39:41 #10 [linux/arm64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:39:41 #10 DONE 0.4s
13:39:41 
13:39:41 #12 [linux/arm/v7 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:39:41 #12 DONE 0.5s
13:39:42 #1 [internal] load build definition from Dockerfile
13:39:42 #1 sha256:e25db314aa972303950c9765aad7bb6c0d67d5ef7c1543b76f6ca1899dc8e166
13:39:42 #1 transferring dockerfile: 906B done
13:39:42 #1 DONE 0.1s
13:39:42 
13:39:42 #2 [internal] load .dockerignore
13:39:42 #2 sha256:087a209ea4307fab7db35ae19491c3889b7b16c751bc89a61267d12396efbd51
13:39:42 #2 transferring context: 2B done
13:39:42 #2 DONE 0.1s
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:42 #4 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:42 == Building packages for ubuntu-bionic ==
13:39:42 mkdir -p "debbuild/ubuntu-bionic"
13:39:42 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/x86_64 -f ubuntu-bionic/Dockerfile .
13:39:42 #1 [internal] load build definition from Dockerfile
13:39:42 #1 sha256:5e922f3c21a47d88164723dcd8da8b5c2760bd0fcb496084d09814dbaf5fc2d7
13:39:42 #1 transferring dockerfile: 1.22kB done
13:39:42 #1 DONE 0.1s
13:39:42 
13:39:42 #2 [internal] load .dockerignore
13:39:42 #2 sha256:231d027a5fdf4937c64dbd1a46ec882ed8ed1d452048d6edb7f2b1f41aa16a1e
13:39:42 #2 transferring context: 2B done
13:39:42 #2 DONE 0.1s
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/ubuntu:impish
13:39:42 #4 sha256:e61a2543f00bd09f12ff8ff2cefe9caa25f61bf46ba69183a81775b402ac34d3
13:39:42 #4 ...
13:39:42 
13:39:42 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:42 #5 sha256:57041a62a017fb9f1a46fe4f2e2ef0bea990fef9ab0cf3a65852e3a545a0274c
13:39:42 #5 DONE 0.0s
13:39:42 
13:39:42 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:42 #6 sha256:39539d5c0359bf897d5f3b47add2a26a633031c7212f5ed96cc69269d66f6187
13:39:42 #6 DONE 0.0s
13:39:42 #12 DONE 0.7s
13:39:42 
13:39:42 #7 [linux/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:39:42 #7 DONE 0.7s
13:39:42 #8 9.052 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.5 [548 kB]
13:39:42 #8 9.092 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-0-2 arm64 0.1.7-2ubuntu3 [40.0 kB]
13:39:42 #8 9.093 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
13:39:42 #8 9.094 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB]
13:39:42 #8 9.094 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB]
13:39:42 #8 9.100 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 ucf all 3.0038 [50.5 kB]
13:39:42 #8 9.100 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB]
13:39:42 #8 9.101 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 xz-utils arm64 5.2.2-1.3ubuntu0.1 [79.8 kB]
13:39:42 #8 9.104 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gettext-base arm64 0.19.8.1-6ubuntu0.3 [110 kB]
13:39:42 #14 ...
13:39:42 
13:39:42 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed
13:39:42 #7 sha256:632a4f8a4d214b2e73a09cd7f97bae517ff7bc6510899e3a3f6dca2e2419b570
13:39:42 #7 resolve docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed 0.0s done
13:39:42 #7 sha256:330330705b92fe325e550f8d35519f2213e1168df212cf8095ea10db63fb6afa 529B / 529B done
13:39:42 #7 sha256:771a596909ab10d1a46e672acfdae2b4ecae9896feb006e47a62f826f30128dc 1.48kB / 1.48kB done
13:39:42 #7 sha256:924f038c577f5fb37fec4317d1c44a40bae2f6ee798dc0e31394270b30d69e8d 29.03MB / 29.03MB 0.7s done
13:39:42 #7 sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed 1.42kB / 1.42kB done
13:39:42 #7 extracting sha256:924f038c577f5fb37fec4317d1c44a40bae2f6ee798dc0e31394270b30d69e8d 2.1s done
13:39:42 #7 DONE 3.3s
13:39:42 
13:39:42 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:42 #8 8.950 Get:160 http://deb.debian.org/debian buster/main arm64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
13:39:42 #8 8.954 Get:161 http://deb.debian.org/debian buster/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
13:39:42 #8 8.958 Get:162 http://deb.debian.org/debian buster/main arm64 perl-openssl-defaults arm64 3 [6782 B]
13:39:42 #8 8.961 Get:163 http://deb.debian.org/debian buster/main arm64 libnet-ssleay-perl arm64 1.85-2+b1 [303 kB]
13:39:42 #8 8.970 Get:164 http://deb.debian.org/debian buster/main arm64 libio-socket-ssl-perl all 2.060-3 [207 kB]
13:39:42 #8 8.972 Get:165 http://deb.debian.org/debian buster/main arm64 libnet-http-perl all 6.18-1 [24.5 kB]
13:39:42 #8 8.973 Get:166 http://deb.debian.org/debian buster/main arm64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
13:39:42 #8 8.973 Get:167 http://deb.debian.org/debian buster/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
13:39:42 #8 8.973 Get:168 http://deb.debian.org/debian buster/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
13:39:42 #8 8.973 Get:169 http://deb.debian.org/debian buster/main arm64 libwww-perl all 6.36-2 [188 kB]
13:39:42 #8 8.978 Get:170 http://deb.debian.org/debian buster/main arm64 patchutils arm64 0.3.4-2 [84.7 kB]
13:39:42 #8 8.983 Get:171 http://deb.debian.org/debian buster/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
13:39:42 #8 8.986 Get:172 http://deb.debian.org/debian buster/main arm64 devscripts arm64 2.19.5+deb10u1 [1045 kB]
13:39:42 #8 9.000 Get:173 http://deb.debian.org/debian buster/main arm64 diffstat arm64 1.62-1 [32.0 kB]
13:39:42 #8 9.000 Get:174 http://deb.debian.org/debian buster/main arm64 distro-info-data all 0.41+deb10u4 [6880 B]
13:39:42 #8 9.003 Get:175 http://deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:39:42 #8 9.006 Get:176 http://deb.debian.org/debian buster/main arm64 python3-chardet all 3.0.4-3 [80.5 kB]
13:39:42 #8 9.006 Get:177 http://deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB]
13:39:42 #8 9.008 Get:178 http://deb.debian.org/debian buster/main arm64 python3-debian all 0.1.35 [78.8 kB]
13:39:42 #8 9.011 Get:179 http://deb.debian.org/debian buster/main arm64 libgpgme11 arm64 1.12.0-6 [241 kB]
13:39:42 #8 9.013 Get:180 http://deb.debian.org/debian buster/main arm64 python3-gpg arm64 1.12.0-6 [292 kB]
13:39:42 #8 9.021 Get:181 http://deb.debian.org/debian buster/main arm64 dput all 1.0.3 [54.5 kB]
13:39:42 #8 9.023 Get:182 http://deb.debian.org/debian buster/main arm64 equivs all 2.2.0 [22.4 kB]
13:39:42 #8 9.024 Get:183 http://deb.debian.org/debian buster/main arm64 exim4-config all 4.92-8+deb10u6 [324 kB]
13:39:42 #8 9.038 Get:184 http://deb.debian.org/debian buster/main arm64 exim4-base arm64 4.92-8+deb10u6 [1136 kB]
13:39:42 #8 9.072 Get:185 http://deb.debian.org/debian buster/main arm64 libevent-2.1-6 arm64 2.1.8-stable-4 [150 kB]
13:39:42 #8 9.072 Get:186 http://deb.debian.org/debian buster/main arm64 libunbound8 arm64 1.9.0-2+deb10u2 [432 kB]
13:39:42 #8 9.072 Get:187 http://deb.debian.org/debian buster/main arm64 libgnutls-dane0 arm64 3.6.7-4+deb10u7 [317 kB]
13:39:42 #8 9.074 Get:188 http://deb.debian.org/debian buster/main arm64 exim4-daemon-light arm64 4.92-8+deb10u6 [557 kB]
13:39:42 #8 9.107 Get:189 http://deb.debian.org/debian buster/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u2 [311 kB]
13:39:42 #8 9.107 Get:190 http://deb.debian.org/debian buster/main arm64 libpcre2-8-0 arm64 10.32-5 [186 kB]
13:39:42 #8 9.107 Get:191 http://deb.debian.org/debian buster/main arm64 liberror-perl all 0.17027-2 [30.9 kB]
13:39:42 #8 9.107 Get:192 http://deb.debian.org/debian buster/main arm64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
13:39:42 #8 9.127 Get:193 http://deb.debian.org/debian buster/main arm64 git arm64 1:2.20.1-2+deb10u3 [5509 kB]
13:39:42 #26 1.317 -- Check for working C compiler: /usr/bin/cc - skipped
13:39:42 #26 1.319 -- Detecting C compile features
13:39:42 #26 1.320 -- Detecting C compile features - done
13:39:42 #26 1.337 -- Performing Test HAS_BUILTIN_FORTIFY
13:39:42 #26 1.480 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:39:42 #26 1.518 -- Configuring done
13:39:42 #8 7.736 Get:184 http://deb.debian.org/debian bullseye/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u1 [317 kB]
13:39:42 #8 7.738 Get:185 http://deb.debian.org/debian bullseye/main arm64 liberror-perl all 0.17029-1 [31.0 kB]
13:39:42 #8 7.739 Get:186 http://deb.debian.org/debian bullseye/main arm64 git-man all 1:2.30.2-1 [1827 kB]
13:39:42 #8 7.757 Get:187 http://deb.debian.org/debian bullseye/main arm64 git arm64 1:2.30.2-1 [5428 kB]
13:39:42 #8 7.852 Get:188 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB]
13:39:42 #8 7.859 Get:189 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
13:39:42 #8 7.885 Get:190 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6+b1 [11.7 kB]
13:39:42 #8 7.885 Get:191 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
13:39:42 #8 7.885 Get:192 http://deb.debian.org/debian bullseye/main arm64 libaliased-perl all 0.34-1.1 [14.1 kB]
13:39:42 #8 7.885 Get:193 http://deb.debian.org/debian bullseye/main arm64 libapt-pkg-perl arm64 0.1.39 [69.4 kB]
13:39:42 #8 7.888 Get:194 http://deb.debian.org/debian bullseye/main arm64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
13:39:42 #8 7.888 Get:195 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
13:39:42 #8 7.888 Get:196 http://deb.debian.org/debian bullseye/main arm64 libarray-intspan-perl all 2.004-1 [25.5 kB]
13:39:42 #8 7.889 Get:197 http://deb.debian.org/debian bullseye/main arm64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
13:39:42 #8 7.889 Get:198 http://deb.debian.org/debian bullseye/main arm64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
13:39:42 #8 7.890 Get:199 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
13:39:42 #8 7.890 Get:200 http://deb.debian.org/debian bullseye/main arm64 libvariable-magic-perl arm64 0.62-1+b3 [44.2 kB]
13:39:42 #8 7.891 Get:201 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
13:39:42 #8 7.892 Get:202 http://deb.debian.org/debian bullseye/main arm64 libpng16-16 arm64 1.6.37-3 [289 kB]
13:39:42 #8 7.893 Get:203 http://deb.debian.org/debian bullseye/main arm64 libfreetype6 arm64 2.10.4+dfsg-1 [393 kB]
13:39:42 #8 7.895 Get:204 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1 arm64 2.13.1-4.2 [344 kB]
13:39:42 #8 7.897 Get:205 http://deb.debian.org/debian bullseye/main arm64 libjpeg62-turbo arm64 1:2.0.6-4 [133 kB]
13:39:42 #8 7.898 Get:206 http://deb.debian.org/debian bullseye/main arm64 libdeflate0 arm64 1.7-1 [47.7 kB]
13:39:42 #8 7.900 Get:207 http://deb.debian.org/debian bullseye/main arm64 libjbig0 arm64 2.1-3.1+b2 [27.8 kB]
13:39:42 #8 7.901 Get:208 http://deb.debian.org/debian bullseye/main arm64 libwebp6 arm64 0.6.1-2.1 [244 kB]
13:39:42 #8 7.906 Get:209 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
13:39:42 #8 7.907 Get:210 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
13:39:42 #8 7.912 Get:211 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB]
13:39:42 #8 7.912 Get:212 http://deb.debian.org/debian bullseye/main arm64 libx11-data all 2:1.7.2-1 [311 kB]
13:39:42 #8 7.912 Get:213 http://deb.debian.org/debian bullseye/main arm64 libx11-6 arm64 2:1.7.2-1 [748 kB]
13:39:42 #8 7.924 Get:214 http://deb.debian.org/debian bullseye/main arm64 libxpm4 arm64 1:3.5.12-1 [43.9 kB]
13:39:42 #8 7.924 Get:215 http://deb.debian.org/debian bullseye/main arm64 libgd3 arm64 2.3.0-2 [127 kB]
13:39:42 #8 7.924 Get:216 http://deb.debian.org/debian bullseye/main arm64 libc-devtools arm64 2.31-13+deb11u3 [244 kB]
13:39:42 #8 7.925 Get:217 http://deb.debian.org/debian bullseye/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
13:39:42 #8 7.926 Get:218 http://deb.debian.org/debian bullseye/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
13:39:42 #8 7.926 Get:219 http://deb.debian.org/debian bullseye/main arm64 libclass-inspector-perl all 1.36-1 [19.6 kB]
13:39:42 #8 7.927 Get:220 http://deb.debian.org/debian bullseye/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b7 [36.9 kB]
13:39:42 #8 7.927 Get:221 http://deb.debian.org/debian bullseye/main arm64 libclone-perl arm64 0.45-1+b1 [15.3 kB]
13:39:42 #8 7.928 Get:222 http://deb.debian.org/debian bullseye/main arm64 libcommon-sense-perl arm64 3.75-1+b4 [24.6 kB]
13:39:42 #8 7.935 Get:223 http://deb.debian.org/debian bullseye/main arm64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
13:39:42 #8 7.937 Get:224 http://deb.debian.org/debian bullseye/main arm64 libparams-util-perl arm64 1.102-1+b1 [25.3 kB]
13:39:42 #8 7.943 Get:225 http://deb.debian.org/debian bullseye/main arm64 libsub-install-perl all 0.928-1.1 [10.8 kB]
13:39:42 #8 7.944 Get:226 http://deb.debian.org/debian bullseye/main arm64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
13:39:42 #8 7.945 Get:227 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
13:39:42 #8 7.946 Get:228 http://deb.debian.org/debian bullseye/main arm64 libconst-fast-perl all 0.014-1.1 [8552 B]
13:39:42 #8 7.948 Get:229 http://deb.debian.org/debian bullseye/main arm64 libwant-perl arm64 0.29-1+b6 [28.4 kB]
13:39:42 #8 7.949 Get:230 http://deb.debian.org/debian bullseye/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
13:39:42 #8 7.950 Get:231 http://deb.debian.org/debian bullseye/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
13:39:42 #8 7.952 Get:232 http://deb.debian.org/debian bullseye/main arm64 libcpanel-json-xs-perl arm64 4.25-1+b1 [127 kB]
13:39:42 #8 7.960 Get:233 http://deb.debian.org/debian bullseye/main arm64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
13:39:42 #8 7.961 Get:234 http://deb.debian.org/debian bullseye/main arm64 libexception-class-perl all 1.44-1 [32.3 kB]
13:39:42 #8 7.963 Get:235 http://deb.debian.org/debian bullseye/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
13:39:42 #8 7.964 Get:236 http://deb.debian.org/debian bullseye/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
13:39:42 #8 7.974 Get:237 http://deb.debian.org/debian bullseye/main arm64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
13:39:42 #8 7.975 Get:238 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-xs-perl arm64 0.430-2 [36.8 kB]
13:39:42 #8 7.978 Get:239 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
13:39:42 #8 7.980 Get:240 http://deb.debian.org/debian bullseye/main arm64 libdata-dpath-perl all 0.58-1 [43.5 kB]
13:39:42 #8 7.980 Get:241 http://deb.debian.org/debian bullseye/main arm64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
13:39:42 #8 7.982 Get:242 http://deb.debian.org/debian bullseye/main arm64 libdata-messagepack-perl arm64 1.00-4+b1 [37.6 kB]
13:39:42 #8 7.983 Get:243 http://deb.debian.org/debian bullseye/main arm64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
13:39:42 #8 7.984 Get:244 http://deb.debian.org/debian bullseye/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
13:39:42 #8 7.997 Get:245 http://deb.debian.org/debian bullseye/main arm64 libdevel-size-perl arm64 0.83-1+b2 [25.8 kB]
13:39:42 #8 7.998 Get:246 http://deb.debian.org/debian bullseye/main arm64 libdistro-info-perl all 1.0 [7480 B]
13:39:42 #8 8.000 Get:247 http://deb.debian.org/debian bullseye/main arm64 libemail-address-xs-perl arm64 1.04-1+b3 [26.7 kB]
13:39:42 #8 8.007 Get:248 http://deb.debian.org/debian bullseye/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB]
13:39:42 #8 8.008 Get:249 http://deb.debian.org/debian bullseye/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB]
13:39:42 #8 8.009 Get:250 http://deb.debian.org/debian bullseye/main arm64 libfcgi-perl arm64 0.79+ds-2 [27.1 kB]
13:39:42 #8 8.011 Get:251 http://deb.debian.org/debian bullseye/main arm64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
13:39:42 #8 8.011 Get:252 http://deb.debian.org/debian bullseye/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
13:39:42 #8 8.011 Get:253 http://deb.debian.org/debian bullseye/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
13:39:42 #8 8.012 Get:254 http://deb.debian.org/debian bullseye/main arm64 libfile-fcntllock-perl arm64 0.22-3+b7 [35.4 kB]
13:39:42 #8 8.014 Get:255 http://deb.debian.org/debian bullseye/main arm64 libnumber-compare-perl all 0.03-1.1 [6956 B]
13:39:42 #8 8.016 Get:256 http://deb.debian.org/debian bullseye/main arm64 libtext-glob-perl all 0.11-1 [8888 B]
13:39:42 #8 8.018 Get:257 http://deb.debian.org/debian bullseye/main arm64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
13:39:42 #8 8.018 Get:258 http://deb.debian.org/debian bullseye/main arm64 libfont-afm-perl all 1.20-3 [14.0 kB]
13:39:42 #8 8.018 Get:259 http://deb.debian.org/debian bullseye/main arm64 libio-string-perl all 1.08-3.1 [11.8 kB]
13:39:42 #8 8.019 Get:260 http://deb.debian.org/debian bullseye/main arm64 libfont-ttf-perl all 1.06-1.1 [318 kB]
13:39:42 #8 8.022 Get:261 http://deb.debian.org/debian bullseye/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
13:39:42 #8 8.023 Get:262 http://deb.debian.org/debian bullseye/main arm64 libparams-validate-perl arm64 1.30-1+b1 [66.2 kB]
13:39:42 #8 8.024 Get:263 http://deb.debian.org/debian bullseye/main arm64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
13:39:42 #8 8.026 Get:264 http://deb.debian.org/debian bullseye/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
13:39:42 #3 ...
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/centos:7
13:39:42 #4 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237
13:39:42 #4 DONE 0.4s
13:39:42 
13:39:42 #3 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:42 #3 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:42 #3 DONE 0.4s
13:39:42 
13:39:42 #10 [internal] load build context
13:39:42 #10 sha256:9ac9d30488953368081b85d5e53ded11ff1401af36fba415d8176cd23ad6a5cd
13:39:42 #10 transferring context: 15.33kB done
13:39:42 #10 DONE 0.0s
13:39:42 
13:39:42 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:c73f515d06b0fa07bb18d8202035e739a494ce760aa73129f60f4bf2bd22b407
13:39:42 #7 sha256:8c82933c032a7bd124a27346cd3e10fe831376502aac9e75ecc612ae5f699533
13:39:42 #7 resolve docker.io/library/centos:7@sha256:c73f515d06b0fa07bb18d8202035e739a494ce760aa73129f60f4bf2bd22b407 0.0s done
13:39:42 #7 sha256:c73f515d06b0fa07bb18d8202035e739a494ce760aa73129f60f4bf2bd22b407 1.20kB / 1.20kB done
13:39:42 #7 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done
13:39:42 #7 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done
13:39:42 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 2.10MB / 76.10MB 0.1s
13:39:42 #4 DONE 0.4s
13:39:42 
13:39:42 #3 [internal] load metadata for docker.io/library/debian:buster
13:39:42 #3 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
13:39:42 #3 DONE 0.4s
13:39:42 
13:39:42 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:42 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:42 #13 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:42 #13 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:42 #13 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 1.05MB / 7.86MB 0.1s
13:39:42 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:42 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 1.05MB / 50.44MB 0.1s
13:39:42 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0B / 10.00MB 0.1s
13:39:42 #13 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.2s
13:39:42 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 5.24MB / 50.44MB 0.2s
13:39:42 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 2.10MB / 10.00MB 0.2s
13:39:42 #3 ...
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:42 #4 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:42 #4 DONE 0.4s
13:39:42 
13:39:42 #3 [internal] load metadata for docker.io/library/fedora:36
13:39:42 #3 sha256:b0daf253e9999054dbe302a69542b3391784994fe01956037770418baa090fae
13:39:42 #3 DONE 0.6s
13:39:42 #14 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:42 #14 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:42 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 0B / 50.44MB 0.1s
13:39:42 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0B / 7.86MB 0.1s
13:39:42 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:42 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 5.24MB / 50.44MB 0.2s
13:39:42 
13:39:42 #13 [internal] load build context
13:39:42 #13 DONE 0.0s
13:39:42 
13:39:42 #14 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:39:42 #14 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
13:39:42 #14 DONE 0.0s
13:39:42 
13:39:42 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:42 #15 resolve docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:42 #15 resolve docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8 0.1s done
13:39:42 #4 ...
13:39:42 
13:39:42 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:42 #5 sha256:5fee9f69bacdcb4c044f3534436fed934da4b1a939e50a9a43941e0859aaad42
13:39:42 #5 DONE 0.0s
13:39:42 
13:39:42 #6 [auth] library/fedora:pull token for registry-1.docker.io
13:39:42 #6 sha256:6ee8bf0b47defdb0d0f9e9d4ad851674c7070b59622c46ea68ceb62c2eeeeb99
13:39:42 #6 DONE 0.0s
13:39:42 
13:39:42 #3 [internal] load metadata for docker.io/library/fedora:34
13:39:42 #3 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
13:39:42 #1 [internal] load build definition from Dockerfile
13:39:42 #1 sha256:bcbb2a14d56844a8f96b9ee0febb31053c6e2eeed9111383f622d78d25391b08
13:39:42 #1 transferring dockerfile: 920B done
13:39:42 #1 DONE 0.1s
13:39:42 
13:39:42 #2 [internal] load .dockerignore
13:39:42 #2 sha256:5d26198ea22c0f71921a3ee833d02134ddff030fa93b41e31017a3b9242cf203
13:39:42 #2 transferring context: 2B done
13:39:42 #2 DONE 0.0s
13:39:42 
13:39:42 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:42 #5 sha256:95b0a5f50bd88f78d75b8857bb569305bc20c056b39ad299d2ebcdfce0e21838
13:39:42 eloquent_shirley
13:39:42 + docker buildx build --platform darwin/amd64 --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg BUILDKIT_MULTI_PLATFORM=true --build-arg CGO_ENABLED= --output ./build --target binary .
13:39:42 #1 [internal] booting buildkit
13:39:42 #1 pulling image moby/buildkit:buildx-stable-1
13:39:42 From https://github.com/docker/buildx
13:39:42  * [new tag]         v0.8.2     -> v0.8.2
13:39:42 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.8.2
13:39:42 
13:39:42 #3 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:42 #3 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:42 #3 DONE 0.4s
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/ubuntu:impish
13:39:42 #4 sha256:e61a2543f00bd09f12ff8ff2cefe9caa25f61bf46ba69183a81775b402ac34d3
13:39:42 #4 DONE 0.4s
13:39:42 
13:39:42 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed
13:39:42 #7 sha256:45b2b2b0575dc86dc2334679a8966af6a3df385f709e9909876b781063e88672
13:39:42 #7 resolve docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed
13:39:42 #14 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 2.7s done
13:39:42 #14 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b
13:39:42 == Building packages for debian-bullseye ==
13:39:42 mkdir -p "debbuild/debian-bullseye"
13:39:42 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/x86_64 -f debian-bullseye/Dockerfile .
13:39:42 #1 [internal] load build definition from Dockerfile
13:39:42 #1 sha256:d2788c1541c99194d9df061e91662150e207c1212e0844421be0b3f8206383c2
13:39:42 #1 transferring dockerfile: 922B done
13:39:42 #1 DONE 0.1s
13:39:42 
13:39:42 #2 [internal] load .dockerignore
13:39:42 #2 sha256:df51b967220aedb66696dad1278dbab2a3c23d77e8b4f4e45033ee28cda07b08
13:39:42 #2 transferring context: 2B done
13:39:42 #2 DONE 0.0s
13:39:42 
13:39:42 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:42 #5 sha256:711ed5bbd92b50b4b84475682dcde5fdcea9ede379823ee4c9e2d0e349ba13c6
13:39:42 #8 9.245 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iso-codes all 3.79-1 [2565 kB]
13:39:42 #8 9.422 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 krb5-locales all 1.16-2ubuntu0.2 [13.4 kB]
13:39:42 #8 9.422 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB]
13:39:42 #8 9.422 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.2 [28.1 kB]
13:39:42 #8 9.438 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.2 [79.9 kB]
13:39:42 #8 9.438 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2.1 [8172 B]
13:39:42 #8 9.459 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.2 [241 kB]
13:39:42 #8 9.459 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.2 [103 kB]
13:39:42 #8 9.459 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB]
13:39:42 #8 9.459 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.8 [724 kB]
13:39:42 #8 9.495 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B]
13:39:42 #8 9.568 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB]
13:39:42 #8 9.258 Get:194 http://deb.debian.org/debian buster/main arm64 libgc1c2 arm64 1:7.6.4-0.4 [214 kB]
13:39:42 #8 9.258 Get:195 http://deb.debian.org/debian buster/main arm64 libltdl7 arm64 2.4.6-9 [389 kB]
13:39:42 #8 9.258 Get:196 http://deb.debian.org/debian buster/main arm64 guile-2.2-libs arm64 2.2.4+1-2+deb10u1 [4938 kB]
13:39:42 #8 9.358 Get:197 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB]
13:39:42 #8 9.401 Get:198 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
13:39:42 #8 9.402 Get:199 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5+b1 [11.6 kB]
13:39:42 #8 9.403 Get:200 http://deb.debian.org/debian buster/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
13:39:42 #8 9.403 Get:201 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB]
13:39:42 #8 9.406 Get:202 http://deb.debian.org/debian buster/main arm64 libapt-pkg-perl arm64 0.1.34+b1 [68.6 kB]
13:39:42 #8 9.407 Get:203 http://deb.debian.org/debian buster/main arm64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
13:39:42 #8 9.407 Get:204 http://deb.debian.org/debian buster/main arm64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
13:39:42 #8 9.407 Get:205 http://deb.debian.org/debian buster/main arm64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
13:39:42 #8 9.408 Get:206 http://deb.debian.org/debian buster/main arm64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
13:39:42 #8 9.410 Get:207 http://deb.debian.org/debian buster/main arm64 libvariable-magic-perl arm64 0.62-1+b1 [44.8 kB]
13:39:42 #8 9.411 Get:208 http://deb.debian.org/debian buster/main arm64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
13:39:42 #8 9.412 Get:209 http://deb.debian.org/debian buster/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
13:39:42 #8 9.412 Get:210 http://deb.debian.org/debian buster/main arm64 libcgi-pm-perl all 4.40-1 [222 kB]
13:39:42 #8 9.415 Get:211 http://deb.debian.org/debian buster/main arm64 libfcgi-perl arm64 0.78-2+b3 [38.8 kB]
13:39:42 #8 9.416 Get:212 http://deb.debian.org/debian buster/main arm64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
13:39:42 #8 9.416 Get:213 http://deb.debian.org/debian buster/main arm64 libsub-name-perl arm64 0.21-1+b3 [13.4 kB]
13:39:42 #8 9.417 Get:214 http://deb.debian.org/debian buster/main arm64 libclass-accessor-perl all 0.51-1 [23.2 kB]
13:39:42 #8 9.418 Get:215 http://deb.debian.org/debian buster/main arm64 libclass-inspector-perl all 1.32-1 [19.1 kB]
13:39:42 #8 9.419 Get:216 http://deb.debian.org/debian buster/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b2 [37.1 kB]
13:39:42 #8 9.420 Get:217 http://deb.debian.org/debian buster/main arm64 libclone-perl arm64 0.41-1+b1 [14.5 kB]
13:39:42 #26 1.529 -- Generating done
13:39:42 #26 1.531 -- Build files have been written to: /tmp/tmp.ZNbPXvJRoO/tini
13:39:42 #26 1.537 + make tini-static
13:39:42 #26 1.652 Scanning dependencies of target tini-static
13:39:42 #26 1.707 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:39:42 #14 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 2.7s done
13:39:42 #14 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b
13:39:42 == Building packages for ubuntu-focal ==
13:39:42 mkdir -p "debbuild/ubuntu-focal"
13:39:42 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
13:39:42 #8 8.027 Get:265 http://deb.debian.org/debian bullseye/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
13:39:42 #8 8.033 Get:266 http://deb.debian.org/debian bullseye/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
13:39:42 #8 8.035 Get:267 http://deb.debian.org/debian bullseye/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
13:39:42 #8 8.036 Get:268 http://deb.debian.org/debian bullseye/main arm64 libjson-perl all 4.03000-1 [88.6 kB]
13:39:42 #8 8.040 Get:269 http://deb.debian.org/debian bullseye/main arm64 liblog-any-perl all 1.709-1 [73.5 kB]
13:39:42 #8 8.040 Get:270 http://deb.debian.org/debian bullseye/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
13:39:42 #8 8.041 Get:271 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-perl all 0.39-1 [21.9 kB]
13:39:42 #8 8.043 Get:272 http://deb.debian.org/debian bullseye/main arm64 libsub-identify-perl arm64 0.14-1+b3 [11.9 kB]
13:39:42 #8 8.044 Get:273 http://deb.debian.org/debian bullseye/main arm64 libsub-name-perl arm64 0.26-1+b1 [13.5 kB]
13:39:42 #8 8.044 Get:274 http://deb.debian.org/debian bullseye/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
13:39:42 #8 8.045 Get:275 http://deb.debian.org/debian bullseye/main arm64 libpath-tiny-perl all 0.118-1 [53.5 kB]
13:39:42 #8 8.049 Get:276 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-perl all 1.012001-2 [351 kB]
13:39:42 #8 8.053 Get:277 http://deb.debian.org/debian bullseye/main arm64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
13:39:42 #8 8.053 Get:278 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
13:39:42 #8 8.059 Get:279 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
13:39:42 #8 8.082 Get:280 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
13:39:42 #8 8.083 Get:281 http://deb.debian.org/debian bullseye/main arm64 libhash-fieldhash-perl arm64 0.15-1+b3 [17.6 kB]
13:39:42 #8 8.086 Get:282 http://deb.debian.org/debian bullseye/main arm64 libhtml-form-perl all 6.07-1 [22.9 kB]
13:39:42 #8 8.087 Get:283 http://deb.debian.org/debian bullseye/main arm64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
13:39:42 #8 8.088 Get:284 http://deb.debian.org/debian bullseye/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
13:39:42 #8 8.089 Get:285 http://deb.debian.org/debian bullseye/main arm64 libhttp-daemon-perl all 6.12-1 [22.9 kB]
13:39:42 #8 8.090 Get:286 http://deb.debian.org/debian bullseye/main arm64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
13:39:42 #8 8.090 Get:287 http://deb.debian.org/debian bullseye/main arm64 libipc-run3-perl all 0.048-2 [34.2 kB]
13:39:42 #8 8.091 Get:288 http://deb.debian.org/debian bullseye/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
13:39:42 #8 8.092 Get:289 http://deb.debian.org/debian bullseye/main arm64 libjson-xs-perl arm64 4.030-1+b1 [93.7 kB]
13:39:42 #8 8.093 Get:290 http://deb.debian.org/debian bullseye/main arm64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
13:39:42 #8 8.095 Get:291 http://deb.debian.org/debian bullseye/main arm64 libldap-common all 2.4.57+dfsg-3 [95.9 kB]
13:39:42 #8 8.097 Get:292 http://deb.debian.org/debian bullseye/main arm64 liblist-compare-perl all 0.55-1 [66.9 kB]
13:39:42 #8 8.098 Get:293 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-perl all 0.58-1 [36.5 kB]
13:39:42 #8 8.099 Get:294 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-xs-perl arm64 0.58-2+b1 [31.1 kB]
13:39:42 #8 8.099 Get:295 http://deb.debian.org/debian bullseye/main arm64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
13:39:42 #8 8.100 Get:296 http://deb.debian.org/debian bullseye/main arm64 libltdl7 arm64 2.4.6-15 [390 kB]
13:39:42 #8 8.102 Get:297 http://deb.debian.org/debian bullseye/main arm64 libltdl-dev arm64 2.4.6-15 [162 kB]
13:39:42 #8 8.103 Get:298 http://deb.debian.org/debian bullseye/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
13:39:42 #8 8.105 Get:299 http://deb.debian.org/debian bullseye/main arm64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
13:39:42 #8 8.106 Get:300 http://deb.debian.org/debian bullseye/main arm64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
13:39:42 #8 8.107 Get:301 http://deb.debian.org/debian bullseye/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
13:39:42 #8 8.109 Get:302 http://deb.debian.org/debian bullseye/main arm64 libmailtools-perl all 2.21-1 [95.5 kB]
13:39:42 #8 8.111 Get:303 http://deb.debian.org/debian bullseye/main arm64 libmarkdown2 arm64 2.2.6-1 [34.3 kB]
13:39:42 #8 8.113 Get:304 http://deb.debian.org/debian bullseye/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
13:39:42 #8 8.113 Get:305 http://deb.debian.org/debian bullseye/main arm64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
13:39:42 #8 8.116 Get:306 http://deb.debian.org/debian bullseye/main arm64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
13:39:42 #8 8.117 Get:307 http://deb.debian.org/debian bullseye/main arm64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
13:39:42 #8 8.119 Get:308 http://deb.debian.org/debian bullseye/main arm64 libmoox-struct-perl all 0.020-1 [25.4 kB]
13:39:42 #8 8.121 Get:309 http://deb.debian.org/debian bullseye/main arm64 libmouse-perl arm64 2.5.10-1+b1 [170 kB]
13:39:42 #8 8.123 Get:310 http://deb.debian.org/debian bullseye/main arm64 libnumber-range-perl all 0.12-1.1 [8688 B]
13:39:42 #8 8.124 Get:311 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b9 [41.8 kB]
13:39:42 #8 8.126 Get:312 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b9 [28.5 kB]
13:39:42 #8 8.128 Get:313 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-xs-perl arm64 0.29-1+b2 [19.7 kB]
13:39:42 #8 8.130 Get:314 http://deb.debian.org/debian bullseye/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
13:39:42 #8 8.131 Get:315 http://deb.debian.org/debian bullseye/main arm64 libperlio-gzip-perl arm64 0.19-1+b7 [17.0 kB]
13:39:42 #8 8.138 Get:316 http://deb.debian.org/debian bullseye/main arm64 libpod-parser-perl all 1.63-2 [96.1 kB]
13:39:42 #8 8.138 Get:317 http://deb.debian.org/debian bullseye/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB]
13:39:42 #8 8.139 Get:318 http://deb.debian.org/debian bullseye/main arm64 libproc-processtable-perl arm64 0.59-2+b1 [45.7 kB]
13:39:42 #8 8.142 Get:319 http://deb.debian.org/debian bullseye/main arm64 libre2-9 arm64 20210201+dfsg-1 [151 kB]
13:39:42 #8 8.145 Get:320 http://deb.debian.org/debian bullseye/main arm64 libre-engine-re2-perl arm64 0.14-1 [17.7 kB]
13:39:42 #8 8.146 Get:321 http://deb.debian.org/debian bullseye/main arm64 libreadonly-perl all 2.050-3 [23.1 kB]
13:39:42 #8 8.147 Get:322 http://deb.debian.org/debian bullseye/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
13:39:42 #8 8.149 Get:323 http://deb.debian.org/debian bullseye/main arm64 libref-util-xs-perl arm64 0.117-1+b3 [13.5 kB]
13:39:42 #8 8.150 Get:324 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
13:39:42 #8 8.152 Get:325 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
13:39:42 #8 8.153 Get:326 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2.1+deb11u1 [101 kB]
13:39:42 #8 8.154 Get:327 http://deb.debian.org/debian bullseye/main arm64 libsereal-decoder-perl arm64 4.018+ds-1+b1 [95.3 kB]
13:39:42 #8 8.156 Get:328 http://deb.debian.org/debian bullseye/main arm64 libsereal-encoder-perl arm64 4.018+ds-1+b1 [98.3 kB]
13:39:42 #8 8.157 Get:329 http://deb.debian.org/debian bullseye/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
13:39:42 #8 8.160 Get:330 http://deb.debian.org/debian bullseye/main arm64 libxml-parser-perl arm64 2.46-2 [205 kB]
13:39:42 #8 8.161 Get:331 http://deb.debian.org/debian bullseye/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
13:39:42 #8 8.163 Get:332 http://deb.debian.org/debian bullseye/main arm64 libsort-key-perl arm64 1.33-2+b3 [36.1 kB]
13:39:42 #8 8.164 Get:333 http://deb.debian.org/debian bullseye/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
13:39:42 #8 8.165 Get:334 http://deb.debian.org/debian bullseye/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
13:39:42 #8 8.166 Get:335 http://deb.debian.org/debian bullseye/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
13:39:42 #8 8.167 Get:336 http://deb.debian.org/debian bullseye/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-1 [33.5 kB]
13:39:42 #8 8.168 Get:337 http://deb.debian.org/debian bullseye/main arm64 libterm-readkey-perl arm64 2.38-1+b2 [27.3 kB]
13:39:42 #8 8.174 Get:338 http://deb.debian.org/debian bullseye/main arm64 libtext-levenshteinxs-perl arm64 0.03-4+b8 [8680 B]
13:39:42 #8 8.174 Get:339 http://deb.debian.org/debian bullseye/main arm64 libtext-markdown-discount-perl arm64 0.12-1+b1 [12.9 kB]
13:39:42 #8 8.176 Get:340 http://deb.debian.org/debian bullseye/main arm64 libtext-xslate-perl arm64 3.5.8-1+b1 [195 kB]
13:39:42 #8 8.178 Get:341 http://deb.debian.org/debian bullseye/main arm64 libtime-duration-perl all 1.21-1 [13.7 kB]
13:39:42 #8 8.179 Get:342 http://deb.debian.org/debian bullseye/main arm64 libtime-moment-perl arm64 0.44-1+b3 [75.1 kB]
13:39:42 #8 8.181 Get:343 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-xs-perl arm64 0.022-1 [24.8 kB]
13:39:42 #8 8.183 Get:344 http://deb.debian.org/debian bullseye/main arm64 libunicode-utf8-perl arm64 0.62-1+b2 [19.8 kB]
13:39:42 #8 8.184 Get:345 http://deb.debian.org/debian bullseye/main arm64 libxdelta2 arm64 1.1.3-9.3 [45.6 kB]
13:39:42 #8 8.185 Get:346 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB]
13:39:42 #8 8.186 Get:347 http://deb.debian.org/debian bullseye/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
13:39:42 #8 8.187 Get:348 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
13:39:42 #8 8.189 Get:349 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
13:39:42 #8 8.204 Get:350 http://deb.debian.org/debian bullseye/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2+b1 [326 kB]
13:39:42 #8 8.208 Get:351 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
13:39:42 #8 8.209 Get:352 http://deb.debian.org/debian bullseye/main arm64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
13:39:42 #8 8.210 Get:353 http://deb.debian.org/debian bullseye/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
13:39:42 #8 8.211 Get:354 http://deb.debian.org/debian bullseye/main arm64 libyaml-0-2 arm64 0.2.2-1 [45.1 kB]
13:39:42 #8 8.213 Get:355 http://deb.debian.org/debian bullseye/main arm64 libyaml-libyaml-perl arm64 0.82+repack-1+b1 [34.5 kB]
13:39:42 #8 8.214 Get:356 http://deb.debian.org/debian bullseye/main arm64 licensecheck all 3.1.1-2 [50.0 kB]
13:39:42 #8 8.216 Get:357 http://deb.debian.org/debian bullseye/main arm64 lzip arm64 1.22-3 [84.7 kB]
13:39:42 #8 8.218 Get:358 http://deb.debian.org/debian bullseye/main arm64 lzop arm64 1.04-2 [82.8 kB]
13:39:42 mkdir -p sources
13:39:42 docker run --rm -w /v \
13:39:42 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:42 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:42 	alpine \
13:39:42 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:42 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 7.34MB / 76.10MB 0.2s
13:39:42 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 17.83MB / 76.10MB 0.3s
13:39:42 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 9.44MB / 50.44MB 0.3s
13:39:42 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 9.80MB / 10.00MB 0.3s
13:39:42 #13 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.3s done
13:39:42 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 22.02MB / 50.44MB 0.5s
13:39:42 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.4s done
13:39:42 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 9.34MB / 51.84MB 0.5s
13:39:42 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 0B / 68.80MB 0.5s
13:39:42 
13:39:42 #9 [internal] load build context
13:39:42 #9 sha256:ac0891fa373921c8ddc08a4f022a118a877e2951ae0beb039a7512b15885245e
13:39:42 #9 transferring context: 15.33kB done
13:39:42 #9 DONE 0.1s
13:39:42 
13:39:42 #7 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:aa97e5d23ac89b3ca08ab14e6f5248228122a58d8c063fa58a1284cdfb3b600e
13:39:42 #7 sha256:4965838a44966d19500c692070cd33a137ab238ac59ef62c010196567d50e31e
13:39:42 #7 resolve docker.io/library/fedora:36@sha256:aa97e5d23ac89b3ca08ab14e6f5248228122a58d8c063fa58a1284cdfb3b600e 0.0s done
13:39:42 #7 sha256:aa97e5d23ac89b3ca08ab14e6f5248228122a58d8c063fa58a1284cdfb3b600e 1.20kB / 1.20kB done
13:39:42 #7 sha256:da5b1b6ca1960e343173acdc823b1cfdb8434c4e9894835f225956314a3fc908 529B / 529B done
13:39:42 #7 sha256:2447409b46e444145a1babde2fb7ab4fcb49b05f14af315ba01916137054a9b2 2.00kB / 2.00kB done
13:39:42 #7 sha256:d0258d303cefca03de1f560dd731928536a52d39b3b77434c19affd450b9a433 1.05MB / 58.91MB 0.2s
13:39:42 #7 sha256:d0258d303cefca03de1f560dd731928536a52d39b3b77434c19affd450b9a433 9.44MB / 58.91MB 0.3s
13:39:42 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 16.78MB / 50.44MB 0.4s
13:39:42 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.4s
13:39:42 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 27.26MB / 50.44MB 0.5s
13:39:42 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.5s done
13:39:42 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0B / 10.00MB 0.5s
13:39:42 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 45.09MB / 50.44MB 0.7s
13:39:42 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.7s
13:39:42 #15 ...
13:39:42 
13:39:42 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:42 #16 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
13:39:42 #16 DONE 0.2s
13:39:42 
13:39:42 #14 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:39:42 #14 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
13:39:42 #14 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329
13:39:42 #14 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
13:39:42 #14 DONE 0.3s
13:39:42 
13:39:42 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:42 #16 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.1s done
13:39:42 #16 DONE 0.3s
13:39:42 
13:39:42 #13 [internal] load build context
13:39:42 #3 DONE 0.3s
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:42 #4 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:42 #4 DONE 0.3s
13:39:42 
13:39:42 #9 [internal] load build context
13:39:42 #9 sha256:c455e2513957a65af7243e14d099ee6c67c46279a74fbff6101597e8dcfcac77
13:39:42 #9 transferring context: 15.33kB done
13:39:42 #9 DONE 0.0s
13:39:42 
13:39:42 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #12 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:42 #12 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:42 #12 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:42 #12 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 14.68MB / 50.44MB 0.2s
13:39:42 #12 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 5.24MB / 7.86MB 0.2s
13:39:42 #12 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:42 #12 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:42 #12 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 2.10MB / 10.00MB 0.2s
13:39:42 #5 DONE 0.0s
13:39:42 
13:39:42 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:42 #6 sha256:70caa7818c6664bd0c7dfe1948a64463d96fd81887bbed19e579f54f9ff5d867
13:39:42 #6 DONE 0.0s
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/ubuntu:bionic
13:39:42 #4 sha256:42b24fe0142b829277f500329d7c50fc0d654412fc6d296283027ac72a38314d
13:39:42 #7 resolve docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed 0.0s done
13:39:42 #7 sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed 1.42kB / 1.42kB done
13:39:42 #7 sha256:253908b2844746ab3f3a08fc8a44b9b9fc1efc408d5969b093ab9ffa11eb1894 529B / 529B done
13:39:42 #7 sha256:565852265961284e5715ccd6f1a20339c4b0448d7649d76e3abbd4fafab3adc4 1.46kB / 1.46kB done
13:39:42 #7 sha256:940122ec7d0c039d048e3bf953a33cd8ef814fd587266a5e732d24d2314af8f1 9.44MB / 30.38MB 0.2s
13:39:42 #14 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.3s done
13:39:42 #14 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea
13:39:42 #5 DONE 0.0s
13:39:42 
13:39:42 #6 [auth] library/debian:pull token for registry-1.docker.io
13:39:42 #6 sha256:f408a0de98a4a96c3fd3dddeec2ad7edfea129e1fce309313e9ac3f1f45a31a5
13:39:42 #6 DONE 0.0s
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:42 #4 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:42 #8 9.623 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.6 [527 kB]
13:39:42 #8 9.651 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 publicsuffix all 20180223.1310-1 [97.6 kB]
13:39:42 #8 9.654 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-apt-common all 1.6.5ubuntu0.7 [16.9 kB]
13:39:42 #8 9.655 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-apt arm64 1.6.5ubuntu0.7 [149 kB]
13:39:42 #8 9.664 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 strace arm64 4.21-1ubuntu1 [226 kB]
13:39:42 #8 9.671 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB]
13:39:42 #8 9.671 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 at arm64 3.1.20-3.1ubuntu2 [36.8 kB]
13:39:42 #8 9.671 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsigsegv2 arm64 2.12-1 [14.1 kB]
13:39:42 #8 9.672 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 m4 arm64 1.4.18-1 [185 kB]
13:39:42 #8 9.717 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autoconf all 2.69-11 [322 kB]
13:39:42 #8 9.791 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autotools-dev all 20180224.1 [39.6 kB]
13:39:42 #8 9.593 Get:218 http://deb.debian.org/debian buster/main arm64 libcommon-sense-perl arm64 3.74-2+b7 [24.0 kB]
13:39:42 #8 9.600 Get:219 http://deb.debian.org/debian buster/main arm64 libparams-util-perl arm64 1.07-3+b4 [22.5 kB]
13:39:42 #8 9.600 Get:220 http://deb.debian.org/debian buster/main arm64 libsub-install-perl all 0.928-1 [11.4 kB]
13:39:42 #8 9.603 Get:221 http://deb.debian.org/debian buster/main arm64 libdata-optlist-perl all 0.110-1 [10.6 kB]
13:39:42 #8 9.603 Get:222 http://deb.debian.org/debian buster/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
13:39:42 #8 9.604 Get:223 http://deb.debian.org/debian buster/main arm64 libconst-fast-perl all 0.014-1 [8250 B]
13:39:42 #8 9.606 Get:224 http://deb.debian.org/debian buster/main arm64 libwant-perl arm64 0.29-1+b4 [28.5 kB]
13:39:42 #8 9.608 Get:225 http://deb.debian.org/debian buster/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
13:39:42 #8 9.614 Get:226 http://deb.debian.org/debian buster/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
13:39:42 #8 9.614 Get:227 http://deb.debian.org/debian buster/main arm64 libdata-dump-perl all 1.23-1 [29.5 kB]
13:39:42 #8 9.620 Get:228 http://deb.debian.org/debian buster/main arm64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
13:39:42 #8 9.620 Get:229 http://deb.debian.org/debian buster/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
13:39:42 #8 9.620 Get:230 http://deb.debian.org/debian buster/main arm64 libdistro-info-perl all 0.21 [6696 B]
13:39:42 #8 9.620 Get:231 http://deb.debian.org/debian buster/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
13:39:42 #8 9.620 Get:232 http://deb.debian.org/debian buster/main arm64 libmailtools-perl all 2.18-1 [88.5 kB]
13:39:42 #8 9.620 Get:233 http://deb.debian.org/debian buster/main arm64 libnet-ip-perl all 1.26-2 [29.0 kB]
13:39:42 #8 9.626 Get:234 http://deb.debian.org/debian buster/main arm64 libnet-dns-perl all 1.19-1 [372 kB]
13:39:42 #8 9.630 Get:235 http://deb.debian.org/debian buster/main arm64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
13:39:42 #8 9.631 Get:236 http://deb.debian.org/debian buster/main arm64 libemail-valid-perl all 1.202-1 [23.0 kB]
13:39:42 #8 9.632 Get:237 http://deb.debian.org/debian buster/main arm64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
13:39:42 #8 9.632 Get:238 http://deb.debian.org/debian buster/main arm64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
13:39:42 #8 9.633 Get:239 http://deb.debian.org/debian buster/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
13:39:42 #8 9.634 Get:240 http://deb.debian.org/debian buster/main arm64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
13:39:42 #8 9.637 Get:241 http://deb.debian.org/debian buster/main arm64 libfile-fcntllock-perl arm64 0.22-3+b5 [35.5 kB]
13:39:42 #8 9.637 Get:242 http://deb.debian.org/debian buster/main arm64 libfont-afm-perl all 1.20-2 [13.6 kB]
13:39:42 #8 9.638 Get:243 http://deb.debian.org/debian buster/main arm64 libfribidi0 arm64 1.0.5-3.1+deb10u1 [63.6 kB]
13:39:42 #8 9.646 Get:244 http://deb.debian.org/debian buster/main arm64 libfuture-perl all 0.39-1 [74.5 kB]
13:39:42 #8 9.646 Get:245 http://deb.debian.org/debian buster/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
13:39:42 #8 9.646 Get:246 http://deb.debian.org/debian buster/main arm64 libparams-validate-perl arm64 1.29-1+b1 [66.3 kB]
13:39:42 #8 9.646 Get:247 http://deb.debian.org/debian buster/main arm64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
13:39:42 #8 9.646 Get:248 http://deb.debian.org/debian buster/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
13:39:42 #8 9.648 Get:249 http://deb.debian.org/debian buster/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
13:39:42 #8 9.661 Get:250 http://deb.debian.org/debian buster/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
13:39:42 #8 9.661 Get:251 http://deb.debian.org/debian buster/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
13:39:42 #8 9.661 Get:252 http://deb.debian.org/debian buster/main arm64 libjson-perl all 4.02000-1 [88.8 kB]
13:39:42 #8 9.669 Get:253 http://deb.debian.org/debian buster/main arm64 liblog-any-perl all 1.707-1 [65.2 kB]
13:39:42 #8 9.669 Get:254 http://deb.debian.org/debian buster/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
13:39:42 #8 9.672 Get:255 http://deb.debian.org/debian buster/main arm64 libpackage-stash-perl all 0.38-1 [21.7 kB]
13:39:42 #8 9.672 Get:256 http://deb.debian.org/debian buster/main arm64 libsub-identify-perl arm64 0.14-1+b1 [12.0 kB]
13:39:42 #8 9.673 Get:257 http://deb.debian.org/debian buster/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
13:39:42 #8 9.677 Get:258 http://deb.debian.org/debian buster/main arm64 libpath-tiny-perl all 0.108-1 [53.3 kB]
13:39:42 #8 9.677 Get:259 http://deb.debian.org/debian buster/main arm64 libtype-tiny-perl all 1.004004-1 [266 kB]
13:39:42 #8 9.699 Get:260 http://deb.debian.org/debian buster/main arm64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
13:39:42 #8 9.702 Get:261 http://deb.debian.org/debian buster/main arm64 libglib2.0-data all 2.58.3-2+deb10u3 [1111 kB]
13:39:42 #8 9.711 Get:262 http://deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
13:39:42 #8 9.714 Get:263 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB]
13:39:42 == Building packages for centos-8 ==
13:39:42 mkdir -p "rpmbuild/centos-8"
13:39:42 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile .
13:39:42 #1 [internal] load build definition from Dockerfile
13:39:42 #1 sha256:b6cef2bb84eb0aa81a25af13562d4fd452782b00dde0cd88af069078bba13ccc
13:39:42 #1 transferring dockerfile: 1.73kB done
13:39:42 #1 DONE 0.1s
13:39:42 
13:39:42 #2 [internal] load .dockerignore
13:39:42 #2 sha256:78429f8ecdf5afceaf77221d0955de04c2b7dfde61452d9daf44db26d221ae63
13:39:42 #2 transferring context: 2B done
13:39:42 #2 DONE 0.1s
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:42 #4 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:42 #4 ...
13:39:42 
13:39:42 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:42 #5 sha256:5c73f9ad948f587c5d1eb88b3de50c26a2150e6f3a5c80580ad06b56be8bcf8b
13:39:42 #5 DONE 0.0s
13:39:42 #14 extracting sha256:b9f330b3a7e234282d632d95bd19a655cf0e06c1a76a51d0f73b9581be8f851b 2.9s done
13:39:42 #1 [internal] load build definition from Dockerfile
13:39:42 #1 sha256:0a598b54e00d2b0e2bb5e16a6a033751ab876465fd9a995f612b98c5ec71406a
13:39:42 #1 transferring dockerfile: 1.22kB done
13:39:42 #1 DONE 0.1s
13:39:42 
13:39:42 #2 [internal] load .dockerignore
13:39:42 #2 sha256:a8928c80001e8023cbee6de0b9af0fbb295a1e5adc9f23809f2a641f83f76f18
13:39:42 #2 transferring context: 2B done
13:39:42 #2 DONE 0.0s
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/ubuntu:focal
13:39:42 #4 sha256:d8099b9e2a8d5949e23c58d0d8ac7c3b4e8785ea131ce18291d94cefef37ed4b
13:39:42 #4 ...
13:39:42 
13:39:42 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:42 #5 sha256:5c78295558621c8166ac7b327be12d1ab089a7315c62e8eea71d4b4467c36dc9
13:39:42 #5 DONE 0.0s
13:39:42 
13:39:42 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:42 #6 sha256:76c8c2956917beeb306362fb41ae022be24aa294dd39e13286bb6b03edf5f1e3
13:39:42 #6 DONE 0.0s
13:39:42 #8 8.310 Get:359 http://deb.debian.org/debian bullseye/main arm64 t1utils arm64 1.41-4 [59.8 kB]
13:39:42 #8 8.333 Get:360 http://deb.debian.org/debian bullseye/main arm64 unzip arm64 6.0-26 [165 kB]
13:39:42 #8 8.335 Get:361 http://deb.debian.org/debian bullseye/main arm64 lintian all 2.104.0 [1265 kB]
13:39:42 #8 8.344 Get:362 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB]
13:39:42 #8 8.344 Get:363 http://deb.debian.org/debian bullseye/main arm64 manpages-dev all 5.10-1 [2309 kB]
13:39:42 #8 8.368 Get:364 http://deb.debian.org/debian bullseye/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB]
13:39:42 #8 8.385 Get:365 http://deb.debian.org/debian bullseye/main arm64 pixz arm64 1.0.7-1 [20.2 kB]
13:39:42 #8 8.385 Get:366 http://deb.debian.org/debian bullseye/main arm64 xdelta arm64 1.1.3-9.3 [25.8 kB]
13:39:42 #8 8.385 Get:367 http://deb.debian.org/debian bullseye/main arm64 xdelta3 arm64 3.0.11-dfsg-1+b1 [59.7 kB]
13:39:42 #8 8.386 Get:368 http://deb.debian.org/debian bullseye/main arm64 pristine-tar arm64 1.49 [115 kB]
13:39:42 #8 8.387 Get:369 http://deb.debian.org/debian bullseye/main arm64 publicsuffix all 20211207.1025-0+deb11u1 [125 kB]
13:39:42 #8 8.388 Get:370 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB]
13:39:42 #8 8.388 Get:371 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB]
13:39:42 #8 8.389 Get:372 http://deb.debian.org/debian bullseye/main arm64 python3-certifi all 2020.6.20-1 [151 kB]
13:39:42 #8 8.390 Get:373 http://deb.debian.org/debian bullseye/main arm64 python3-idna all 2.10-1 [37.4 kB]
13:39:42 #8 8.394 Get:374 http://deb.debian.org/debian bullseye/main arm64 python3-magic all 2:0.4.20-3 [13.4 kB]
13:39:42 #8 8.394 Get:375 http://deb.debian.org/debian bullseye/main arm64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
13:39:42 #8 8.394 Get:376 http://deb.debian.org/debian bullseye/main arm64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
13:39:42 #8 8.394 Get:377 http://deb.debian.org/debian bullseye/main arm64 python3-unidiff all 0.5.5-2 [9604 B]
13:39:42 #8 8.395 Get:378 http://deb.debian.org/debian bullseye/main arm64 python3-xdg all 0.27-2 [41.8 kB]
13:39:42 #8 8.397 Get:379 http://deb.debian.org/debian bullseye/main arm64 shared-mime-info arm64 2.0-1 [700 kB]
13:39:42 #8 8.401 Get:380 http://deb.debian.org/debian bullseye/main arm64 strace arm64 5.10-1 [994 kB]
13:39:42 #8 8.405 Get:381 http://deb.debian.org/debian bullseye/main arm64 xauth arm64 1:1.1-1 [40.0 kB]
13:39:42 #8 8.405 Get:382 http://deb.debian.org/debian bullseye/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
13:39:42 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 24.12MB / 76.10MB 0.4s
13:39:42 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 46.14MB / 76.10MB 0.6s
13:39:42 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 30.41MB / 50.44MB 0.6s
13:39:42 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 15.73MB / 51.84MB 0.6s
13:39:42 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 35.65MB / 50.44MB 0.7s
13:39:42 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 24.12MB / 51.84MB 0.7s
13:39:42 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 5.24MB / 68.80MB 0.7s
13:39:42 #7 sha256:d0258d303cefca03de1f560dd731928536a52d39b3b77434c19affd450b9a433 16.88MB / 58.91MB 0.4s
13:39:42 #7 sha256:d0258d303cefca03de1f560dd731928536a52d39b3b77434c19affd450b9a433 31.46MB / 58.91MB 0.5s
13:39:42 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 0.8s
13:39:42 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.8s done
13:39:42 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 212.99kB / 68.80MB 0.9s
13:39:42 #13 ...
13:39:42 
13:39:42 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:42 #16 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 0.1s done
13:39:42 #16 DONE 0.5s
13:39:42 
13:39:42 #13 [internal] load build context
13:39:42 #8 DONE 3.8s
13:39:42 
13:39:42 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #13 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:42 #13 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.9s done
13:39:42 #13 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 3.1s
13:39:42 #13 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 3.9s done
13:39:42 #4 DONE 0.4s
13:39:42 
13:39:42 #3 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:42 #3 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:42 #3 DONE 0.4s
13:39:42 
13:39:42 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:42 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:42 #12 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 26.21MB / 50.44MB 0.3s
13:39:42 #12 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.3s done
13:39:42 #12 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.3s
13:39:42 #12 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 35.65MB / 50.44MB 0.4s
13:39:42 #1 pulling image moby/buildkit:buildx-stable-1 7.7s done
13:39:42 #1 creating container buildx_buildkit_brave_aryabhata0
13:39:42 #7 sha256:940122ec7d0c039d048e3bf953a33cd8ef814fd587266a5e732d24d2314af8f1 16.94MB / 30.38MB 0.3s
13:39:42 #7 sha256:940122ec7d0c039d048e3bf953a33cd8ef814fd587266a5e732d24d2314af8f1 25.17MB / 30.38MB 0.4s
13:39:42 == Building packages for fedora-35 ==
13:39:42 mkdir -p "rpmbuild/fedora-35"
13:39:42 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster -t rpmbuild-fedora-35/x86_64 -f fedora-35/Dockerfile .
13:39:42 #14 ...
13:39:42 
13:39:42 #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
13:39:42 #8 sha256:14724883450446bf8b204a70dac228c79c199a1c2ce6c6d4fa6583e2e43f2438
13:39:42 #8 DONE 1.3s
13:39:42 
13:39:42 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:42 Init https://github.com/docker/compose.git
13:39:42 git init src/github.com/docker/compose
13:39:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose/.git/
13:39:42 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:39:42 Checkout https://github.com/docker/compose.git#v2.5.0
13:39:42 ./scripts/checkout.sh src/github.com/docker/compose "v2.5.0"
13:39:42 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.5.0:refs/tags/v2.5.0
13:39:42 #4 DONE 0.3s
13:39:42 
13:39:42 #3 [internal] load metadata for docker.io/library/debian:bullseye
13:39:42 #3 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
13:39:42 #3 DONE 0.3s
13:39:42 
13:39:42 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0
13:39:42 #7 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c
13:39:42 #7 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.0s done
13:39:42 #7 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done
13:39:42 #7 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done
13:39:42 #7 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done
13:39:42 #7 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 0B / 54.94MB 0.1s
13:39:42 #8 9.791 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 automake all 1:1.15.1-3ubuntu2 [509 kB]
13:39:42 #8 9.810 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
13:39:42 #8 9.827 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.7 [197 kB]
13:39:42 #8 9.834 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.7 [417 kB]
13:39:42 #8 9.865 Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.7 [2169 kB]
13:39:42 #8 9.962 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.7 [3372 B]
13:39:42 #8 9.962 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.5 [58.7 kB]
13:39:42 #8 9.964 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-176.185 [964 kB]
13:39:42 #8 10.02 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.5 [2048 kB]
13:39:42 #8 10.11 Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB]
13:39:42 #8 10.11 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB]
13:39:42 #8 10.13 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB]
13:39:42 
13:39:42 #3 [internal] load metadata for quay.io/centos/centos:stream8
13:39:42 #3 sha256:11afe0c2cbf9b5004ff3ac2e150e3c71a16a32e351f7b339af9ff3143b86770c
13:39:42 #3 DONE 0.3s
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:42 #4 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:42 #4 DONE 0.4s
13:39:42 
13:39:42 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:42 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a done
13:39:42 #8 9.718 Get:264 http://deb.debian.org/debian buster/main arm64 libntlm0 arm64 1.5-1+deb10u1 [23.6 kB]
13:39:42 #8 9.722 Get:265 http://deb.debian.org/debian buster/main arm64 libgsasl7 arm64 1.8.0-8+b2 [198 kB]
13:39:42 #8 9.726 Get:266 http://deb.debian.org/debian buster/main arm64 libhtml-form-perl all 6.03-1 [23.9 kB]
13:39:42 #8 9.727 Get:267 http://deb.debian.org/debian buster/main arm64 libhtml-format-perl all 2.12-1 [43.5 kB]
13:39:42 #8 9.728 Get:268 http://deb.debian.org/debian buster/main arm64 libhttp-daemon-perl all 6.01-3 [16.6 kB]
13:39:42 #8 9.730 Get:269 http://deb.debian.org/debian buster/main arm64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
13:39:42 #8 9.731 Get:270 http://deb.debian.org/debian buster/main arm64 libio-async-perl all 0.72-1 [262 kB]
13:39:42 #8 9.739 Get:271 http://deb.debian.org/debian buster/main arm64 libio-sessiondata-perl all 1.03-1 [5782 B]
13:39:42 #8 9.741 Get:272 http://deb.debian.org/debian buster/main arm64 libio-string-perl all 1.08-3 [12.3 kB]
13:39:42 #8 9.741 Get:273 http://deb.debian.org/debian buster/main arm64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
13:39:42 #8 9.742 Get:274 http://deb.debian.org/debian buster/main arm64 libjson-xs-perl arm64 3.040-1+b1 [90.2 kB]
13:39:42 #8 9.747 Get:275 http://deb.debian.org/debian buster/main arm64 liblzo2-2 arm64 2.10-0.1 [49.0 kB]
13:39:42 #8 9.747 Get:276 http://deb.debian.org/debian buster/main arm64 libkyotocabinet16v5 arm64 1.2.76-4.2+b1 [267 kB]
13:39:42 #8 9.753 Get:277 http://deb.debian.org/debian buster/main arm64 liblist-compare-perl all 0.53-1 [68.9 kB]
13:39:42 #8 9.756 Get:278 http://deb.debian.org/debian buster/main arm64 liblist-moreutils-perl arm64 0.416-1+b4 [62.4 kB]
13:39:42 #8 9.761 Get:279 http://deb.debian.org/debian buster/main arm64 libltdl-dev arm64 2.4.6-9 [162 kB]
13:39:42 #8 9.764 Get:280 http://deb.debian.org/debian buster/main arm64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
13:39:42 #8 9.764 Get:281 http://deb.debian.org/debian buster/main arm64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
13:39:42 #8 9.764 Get:282 http://deb.debian.org/debian buster/main arm64 mailutils-common all 1:3.5-4 [689 kB]
13:39:42 #8 9.777 Get:283 http://deb.debian.org/debian buster/main arm64 mysql-common all 5.8+1.0.5 [7324 B]
13:39:42 #8 9.779 Get:284 http://deb.debian.org/debian buster/main arm64 mariadb-common all 1:10.3.34-0+deb10u1 [33.0 kB]
13:39:42 #8 9.781 Get:285 http://deb.debian.org/debian buster/main arm64 libmariadb3 arm64 1:10.3.34-0+deb10u1 [163 kB]
13:39:42 #8 9.786 Get:286 http://deb.debian.org/debian buster/main arm64 libpython2.7-minimal arm64 2.7.16-2+deb10u1 [395 kB]
13:39:42 #8 9.799 Get:287 http://deb.debian.org/debian buster/main arm64 libpython2.7-stdlib arm64 2.7.16-2+deb10u1 [1890 kB]
13:39:42 #8 9.818 Get:288 http://deb.debian.org/debian buster/main arm64 libpython2.7 arm64 2.7.16-2+deb10u1 [958 kB]
13:39:42 #8 9.851 Get:289 http://deb.debian.org/debian buster/main arm64 libmailutils5 arm64 1:3.5-4 [829 kB]
13:39:42 #8 9.861 Get:290 http://deb.debian.org/debian buster/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
13:39:42 #8 9.867 Get:291 http://deb.debian.org/debian buster/main arm64 libnet-dns-sec-perl arm64 1.11-1 [47.7 kB]
13:39:42 #8 9.867 Get:292 http://deb.debian.org/debian buster/main arm64 libnet-libidn-perl arm64 0.12.ds-3+b1 [18.7 kB]
13:39:42 #8 9.868 Get:293 http://deb.debian.org/debian buster/main arm64 libnumber-compare-perl all 0.03-1 [7642 B]
13:39:42 #8 9.869 Get:294 http://deb.debian.org/debian buster/main arm64 libnumber-range-perl all 0.12-1 [9274 B]
13:39:42 #8 9.869 Get:295 http://deb.debian.org/debian buster/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b7 [41.8 kB]
13:39:42 #8 9.870 Get:296 http://deb.debian.org/debian buster/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b7 [28.8 kB]
13:39:42 #8 9.872 Get:297 http://deb.debian.org/debian buster/main arm64 libpackage-stash-xs-perl arm64 0.29-1 [19.7 kB]
13:39:42 #8 9.872 Get:298 http://deb.debian.org/debian buster/main arm64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
13:39:42 #8 9.872 Get:299 http://deb.debian.org/debian buster/main arm64 libtext-glob-perl all 0.10-1 [8362 B]
13:39:42 #8 9.873 Get:300 http://deb.debian.org/debian buster/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
13:39:42 #14 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.1s
13:39:42 
13:39:42 #3 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:42 #3 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:42 #3 DONE 0.3s
13:39:42 
13:39:42 #4 [internal] load metadata for docker.io/library/ubuntu:focal
13:39:42 #4 sha256:d8099b9e2a8d5949e23c58d0d8ac7c3b4e8785ea131ce18291d94cefef37ed4b
13:39:42 #4 DONE 0.4s
13:39:42 
13:39:42 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:42 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:42 #8 8.679 debconf: delaying package configuration, since apt-utils is not installed
13:39:42 #8 8.711 Fetched 167 MB in 3s (55.4 MB/s)
13:39:42 #8 8.748 Selecting previously unselected package bsdextrautils.
13:39:42 #8 8.748 (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 ... 6645 files and directories currently installed.)
13:39:42 #8 8.749 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_arm64.deb ...
13:39:42 #8 8.752 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
13:39:42 #8 8.811 Selecting previously unselected package libuchardet0:arm64.
13:39:42 #8 8.811 Preparing to unpack .../01-libuchardet0_0.0.7-1_arm64.deb ...
13:39:42 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 56.62MB / 76.10MB 0.7s
13:39:42 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 72.42MB / 76.10MB 0.8s
13:39:42 #1 creating container buildx_buildkit_unruffled_lamarr0 4.7s done
13:39:42 #1 DONE 7.7s
13:39:42 
13:39:42 #2 [internal] load build definition from Dockerfile
13:39:42 #2 transferring dockerfile: 30B
13:39:42 #2 transferring dockerfile: 4.97kB done
13:39:42 #2 DONE 0.1s
13:39:42 
13:39:42 #3 [internal] load .dockerignore
13:39:42 #3 transferring context: 263B done
13:39:42 #3 DONE 0.1s
13:39:42 
13:39:42 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:39:42 #4 DONE 0.0s
13:39:42 
13:39:42 #5 resolve image config for docker.io/docker/dockerfile:1
13:39:42 #14 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.3s done
13:39:42 #14 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea
13:39:42 #14 ...
13:39:42 
13:39:42 #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
13:39:42 #8 sha256:13a3c9fe535f675cb307680a82875f6fd19fb0b910fca5ff98dfd9850a4dc0ca
13:39:42 #8 DONE 1.5s
13:39:42 
13:39:42 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:42 #13 ...
13:39:42 
13:39:42 #9 [internal] load build context
13:39:42 #9 sha256:9bde0b1cec6061ed206f8d3313cd1b0e69f04d5d7f4299230113e1a876c7c36e
13:39:42 #9 transferring context: 28.96MB 0.9s done
13:39:42 #9 DONE 0.9s
13:39:42 
13:39:42 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:42 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:42 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 41.94MB / 50.44MB 0.8s
13:39:42 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 33.55MB / 51.84MB 0.8s
13:39:42 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 11.53MB / 68.80MB 0.8s
13:39:42 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.0s
13:39:42 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 1.0s
13:39:42 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 22.02MB / 68.80MB 1.0s
13:39:43 #7 sha256:d0258d303cefca03de1f560dd731928536a52d39b3b77434c19affd450b9a433 47.19MB / 58.91MB 0.7s
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 6.29MB / 68.80MB 1.0s
13:39:43 #14 ...
13:39:43 
13:39:43 #10 [internal] load build context
13:39:43 #10 sha256:dfca3bbc14e8a13daad7d6230caad329ddc85c46f9bfacc5e8187c344634dea8
13:39:43 #10 transferring context: 28.96MB 1.0s done
13:39:43 #10 DONE 1.3s
13:39:43 
13:39:43 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:43 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 17.83MB / 68.80MB 1.1s
13:39:43 #12 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 43.10MB / 50.44MB 0.5s
13:39:43 #12 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.4s done
13:39:43 #12 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 5.24MB / 51.84MB 0.5s
13:39:43 #12 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 6.29MB / 68.80MB 0.5s
13:39:43 #12 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 0.7s
13:39:43 #12 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 25.03MB / 51.84MB 0.7s
13:39:43 #12 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 18.87MB / 68.80MB 0.7s
13:39:43 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 2.10MB / 50.44MB 0.1s
13:39:43 #13 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0B / 7.86MB 0.1s
13:39:43 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0B / 10.00MB 0.1s
13:39:43 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:43 #13 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:43 #13 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:43 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 9.44MB / 50.44MB 0.2s
13:39:43 #13 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 3.15MB / 7.86MB 0.2s
13:39:43 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 2.10MB / 10.00MB 0.2s
13:39:43 #7 sha256:940122ec7d0c039d048e3bf953a33cd8ef814fd587266a5e732d24d2314af8f1 30.38MB / 30.38MB 0.6s
13:39:43 #7 ...
13:39:43 
13:39:43 #10 [internal] load build context
13:39:43 #10 sha256:2bf6d9e0a5e93f7424b57633f65780ea8976249d2a55232a1f1ac78fb6f22eef
13:39:43 #10 transferring context: 28.96MB 0.7s done
13:39:43 #10 DONE 0.7s
13:39:43 
13:39:43 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed
13:39:43 #7 sha256:45b2b2b0575dc86dc2334679a8966af6a3df385f709e9909876b781063e88672
13:39:43 #1 [internal] load build definition from Dockerfile
13:39:43 #1 sha256:580d448001915282bc8bebf9ff44c8a4af1abea04771425f9bb34ae840102bd2
13:39:43 #1 transferring dockerfile: 906B done
13:39:43 #1 DONE 0.1s
13:39:43 
13:39:43 #2 [internal] load .dockerignore
13:39:43 #2 sha256:b7fb96f2045b1586ef41c63f10c7b70c6d383b9c44aa76c7681db2262fb077dc
13:39:43 #2 transferring context: 2B done
13:39:43 #2 DONE 0.1s
13:39:43 
13:39:43 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:43 #4 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:43 #14 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.4s done
13:39:43 #7 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 3.15MB / 54.94MB 0.3s
13:39:43 #8 10.13 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
13:39:43 #8 10.14 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB]
13:39:43 #14 ...
13:39:43 
13:39:43 #11 [internal] load build context
13:39:43 #11 sha256:c1815b6e6c4aff5c260423d6dbf4c5405294ab6dced8af6ebf4475691146225b
13:39:43 #11 transferring context: 15.33kB done
13:39:43 #11 DONE 0.0s
13:39:43 
13:39:43 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:43 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:43 #14 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:43 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0B / 10.00MB 0.1s
13:39:43 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:43 #14 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 6.29MB / 50.44MB 0.1s
13:39:43 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 3.15MB / 7.86MB 0.1s
13:39:43 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 9.44MB / 10.00MB 0.2s
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 16.78MB / 50.44MB 0.2s
13:39:43 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.2s
13:39:43 #8 10.03 Get:301 http://deb.debian.org/debian buster/main arm64 libperlio-gzip-perl arm64 0.19-1+b5 [17.2 kB]
13:39:43 #8 10.04 Get:302 http://deb.debian.org/debian buster/main arm64 libpod-constants-perl all 0.19-1 [16.9 kB]
13:39:43 #8 10.04 Get:303 http://deb.debian.org/debian buster/main arm64 libreadonly-perl all 2.050-1 [22.7 kB]
13:39:43 #8 10.05 Get:304 http://deb.debian.org/debian buster/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
13:39:43 #8 10.23 Get:305 http://deb.debian.org/debian buster/main arm64 libref-util-xs-perl arm64 0.117-1+b1 [13.8 kB]
13:39:43 #8 8.823 Unpacking libuchardet0:arm64 (0.0.7-1) ...
13:39:43 #8 8.874 Selecting previously unselected package groff-base.
13:39:43 #8 8.874 Preparing to unpack .../02-groff-base_1.22.4-6_arm64.deb ...
13:39:43 #8 8.902 Unpacking groff-base (1.22.4-6) ...
13:39:43 #8 9.052 Selecting previously unselected package libgdbm6:arm64.
13:39:43 #8 9.052 Preparing to unpack .../03-libgdbm6_1.19-2_arm64.deb ...
13:39:43 #8 9.059 Unpacking libgdbm6:arm64 (1.19-2) ...
13:39:43 #8 9.110 Selecting previously unselected package libpipeline1:arm64.
13:39:43 #8 9.110 Preparing to unpack .../04-libpipeline1_1.5.3-1_arm64.deb ...
13:39:43 #8 9.110 Unpacking libpipeline1:arm64 (1.5.3-1) ...
13:39:43 #14 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.3s done
13:39:43 #5 DONE 0.7s
13:39:43 
13:39:43 #6 docker-image://docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad
13:39:43 #6 resolve docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad 0.0s done
13:39:43 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:43 #14 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:43 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0B / 7.86MB 0.1s
13:39:43 #14 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 4.19MB / 50.44MB 0.1s
13:39:43 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0B / 10.00MB 0.1s
13:39:43 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 3.15MB / 7.86MB 0.2s
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 12.58MB / 50.44MB 0.2s
13:39:43 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 6.29MB / 10.00MB 0.2s
13:39:43 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 33.55MB / 68.80MB 1.2s
13:39:43 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 49.28MB / 68.80MB 1.3s
13:39:43 #7 sha256:d0258d303cefca03de1f560dd731928536a52d39b3b77434c19affd450b9a433 56.62MB / 58.91MB 0.8s
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 35.65MB / 68.80MB 1.3s
13:39:43 #12 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 46.14MB / 51.84MB 0.9s
13:39:43 #12 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 37.75MB / 68.80MB 0.9s
13:39:43 #12 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 1.0s
13:39:43 #12 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 51.38MB / 68.80MB 1.0s
13:39:43 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 16.98MB / 50.44MB 0.3s
13:39:43 #13 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.3s
13:39:43 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 4.19MB / 10.00MB 0.3s
13:39:43 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 37.75MB / 50.44MB 0.5s
13:39:43 #13 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.4s done
13:39:43 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.5s
13:39:43 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 3.15MB / 51.84MB 0.5s
13:39:43 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 45.09MB / 50.44MB 0.6s
13:39:43 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.5s done
13:39:43 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 11.53MB / 51.84MB 0.6s
13:39:43 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 0B / 68.80MB 0.6s
13:39:43 mkdir -p sources
13:39:43 docker run --rm -w /v \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:43 	alpine \
13:39:43 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:43 #26 2.268 [100%] Linking C executable tini-static
13:39:43 #26 2.579 [100%] Built target tini-static
13:39:43 #26 2.612 + mkdir -p /build
13:39:43 #26 2.618 + cp tini-static /build/docker-init
13:39:43 mkdir -p sources
13:39:43 docker run --rm -w /v \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/buildx:/buildx \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:43 	alpine \
13:39:43 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
13:39:43 #14 ...
13:39:43 
13:39:43 #6 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:fc45f3e1294861d7851a87be152b1ab2350d755744077d5ee12b725fdca87919
13:39:43 #6 sha256:744925218499a0da7b177d5f43425a0bdac69de4e72f1cbcf8fd5da40dfb4e4f
13:39:43 #6 extracting sha256:85de28dc774bbd9bc039d89dffc5b271888d97350cb7bf88632c4a64d09c1a1f 0.4s done
13:39:43 #6 extracting sha256:700ff06352f931ff04c60749c2e3011d45ae6cda5df2f29c2c6bd58336f02af1 2.7s done
13:39:43 #6 DONE 13.6s
13:39:43 
13:39:43 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:43 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:43 #14 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.6s done
13:39:43 #14 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 0.1s
13:39:43 #13 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:43 #13 DONE 15.5s
13:39:43 
13:39:43 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
13:39:43 #9 sha256:82bb559065f619d3aab19857e5e08ef43ee74050b2f9c417a89af3a598cfe3d2
13:39:43 #9 0.907 Loaded plugins: fastestmirror, ovl
13:39:43 #4 ...
13:39:43 
13:39:43 #5 [auth] library/fedora:pull token for registry-1.docker.io
13:39:43 #5 sha256:5c59cc89c28063118f490ce080fdadd6b410642a278ddb7d1660d21882a395c2
13:39:43 #5 DONE 0.0s
13:39:43 
13:39:43 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:43 #6 sha256:7028ee9ee2b77ea4d1bdd00653d976de379e6ea29cdd7fb00038772233583d1c
13:39:43 #6 DONE 0.0s
13:39:43 #7 sha256:940122ec7d0c039d048e3bf953a33cd8ef814fd587266a5e732d24d2314af8f1 30.38MB / 30.38MB 0.7s done
13:39:43 #7 extracting sha256:940122ec7d0c039d048e3bf953a33cd8ef814fd587266a5e732d24d2314af8f1
13:39:43 #14 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50
13:39:43 #7 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 18.87MB / 54.94MB 0.5s
13:39:43 #7 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 25.17MB / 54.94MB 0.6s
13:39:43 #8 10.53 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB]
13:39:43 #8 10.53 Get:91 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB]
13:39:43 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.3s
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 25.76MB / 50.44MB 0.3s
13:39:43 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.2s done
13:39:43 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 2.10MB / 51.84MB 0.3s
13:39:43 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.3s done
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 37.75MB / 50.44MB 0.4s
13:39:43 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 12.58MB / 51.84MB 0.4s
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 2.10MB / 68.80MB 0.4s
13:39:43 #8 10.23 Get:306 http://deb.debian.org/debian buster/main arm64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
13:39:43 #8 10.24 Get:307 http://deb.debian.org/debian buster/main arm64 libsasl2-modules arm64 2.1.27+dfsg-1+deb10u2 [102 kB]
13:39:43 #8 10.24 Get:308 http://deb.debian.org/debian buster/main arm64 libsereal-decoder-perl arm64 4.005+ds-1+b1 [88.1 kB]
13:39:43 #8 10.24 Get:309 http://deb.debian.org/debian buster/main arm64 libsereal-encoder-perl arm64 4.005+ds-1+b1 [89.4 kB]
13:39:43 #8 10.24 Get:310 http://deb.debian.org/debian buster/main arm64 libsereal-perl all 4.005-1 [10.8 kB]
13:39:43 #8 10.24 Get:311 http://deb.debian.org/debian buster/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
13:39:43 #8 10.25 Get:312 http://deb.debian.org/debian buster/main arm64 libxml-parser-perl arm64 2.44-4 [212 kB]
13:39:43 #8 10.25 Get:313 http://deb.debian.org/debian buster/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
13:39:43 #8 10.25 Get:314 http://deb.debian.org/debian buster/main arm64 libsort-key-perl arm64 1.33-2+b1 [36.3 kB]
13:39:43 #8 10.25 Get:315 http://deb.debian.org/debian buster/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
13:39:43 #8 10.26 Get:316 http://deb.debian.org/debian buster/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
13:39:43 #8 10.26 Get:317 http://deb.debian.org/debian buster/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
13:39:43 #8 10.26 Get:318 http://deb.debian.org/debian buster/main arm64 libterm-readkey-perl arm64 2.38-1 [27.0 kB]
13:39:43 #8 10.26 Get:319 http://deb.debian.org/debian buster/main arm64 libtest-fatal-perl all 0.014-1 [11.9 kB]
13:39:43 #8 10.26 Get:320 http://deb.debian.org/debian buster/main arm64 libtest-refcount-perl all 0.08-3 [11.4 kB]
13:39:43 #8 10.26 Get:321 http://deb.debian.org/debian buster/main arm64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
13:39:43 #8 10.26 Get:322 http://deb.debian.org/debian buster/main arm64 libtype-tiny-xs-perl arm64 0.014-1+b1 [23.7 kB]
13:39:43 #8 10.26 Get:323 http://deb.debian.org/debian buster/main arm64 libunicode-utf8-perl arm64 0.62-1 [19.6 kB]
13:39:43 #8 10.27 Get:324 http://deb.debian.org/debian buster/main arm64 libwrap0 arm64 7.6.q-28 [58.4 kB]
13:39:43 #8 10.27 Get:325 http://deb.debian.org/debian buster/main arm64 libxau6 arm64 1:1.0.8-1+b2 [19.3 kB]
13:39:43 #8 10.27 Get:326 http://deb.debian.org/debian buster/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
13:39:43 #8 10.27 Get:327 http://deb.debian.org/debian buster/main arm64 libxcb1 arm64 1.13.1-2 [135 kB]
13:39:43 #8 10.27 Get:328 http://deb.debian.org/debian buster/main arm64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
13:39:43 #8 10.27 Get:329 http://deb.debian.org/debian buster/main arm64 libx11-6 arm64 2:1.6.7-1+deb10u2 [736 kB]
13:39:43 #8 10.28 Get:330 http://deb.debian.org/debian buster/main arm64 libxext6 arm64 2:1.3.3-1+b2 [48.6 kB]
13:39:43 #8 10.28 Get:331 http://deb.debian.org/debian buster/main arm64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
13:39:43 #8 10.28 Get:332 http://deb.debian.org/debian buster/main arm64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
13:39:43 #8 10.28 Get:333 http://deb.debian.org/debian buster/main arm64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
13:39:43 #8 10.33 Get:334 http://deb.debian.org/debian buster/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1 [334 kB]
13:39:43 #8 10.34 Get:335 http://deb.debian.org/debian buster/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
13:39:43 #8 10.34 Get:336 http://deb.debian.org/debian buster/main arm64 libxml-simple-perl all 2.25-1 [72.0 kB]
13:39:43 #8 10.34 Get:337 http://deb.debian.org/debian buster/main arm64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
13:39:43 #8 10.35 Get:338 http://deb.debian.org/debian buster/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
13:39:43 #8 10.35 Get:339 http://deb.debian.org/debian buster/main arm64 libyaml-0-2 arm64 0.2.1-1 [41.4 kB]
13:39:43 #8 10.35 Get:340 http://deb.debian.org/debian buster/main arm64 libyaml-libyaml-perl arm64 0.76+repack-1 [32.0 kB]
13:39:43 #8 10.35 Get:341 http://deb.debian.org/debian buster/main arm64 licensecheck all 3.0.31-3 [28.3 kB]
13:39:43 #8 10.35 Get:342 http://deb.debian.org/debian buster/main arm64 t1utils arm64 1.41-3 [59.7 kB]
13:39:43 #8 10.36 Get:343 http://deb.debian.org/debian buster/main arm64 lintian all 2.15.0 [1181 kB]
13:39:43 #8 10.38 Get:344 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB]
13:39:43 #8 10.38 Get:345 http://deb.debian.org/debian buster/main arm64 mailutils arm64 1:3.5-4 [570 kB]
13:39:43 #8 10.39 Get:346 http://deb.debian.org/debian buster/main arm64 manpages-dev all 4.16-2 [2232 kB]
13:39:43 #8 10.42 Get:347 http://deb.debian.org/debian buster/main arm64 psmisc arm64 23.2-1+deb10u1 [123 kB]
13:39:43 #8 10.43 Get:348 http://deb.debian.org/debian buster/main arm64 publicsuffix all 20211109.1735-0+deb10u1 [125 kB]
13:39:43 #8 10.43 Get:349 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB]
13:39:43 #8 10.43 Get:350 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB]
13:39:43 #8 10.44 Get:351 http://deb.debian.org/debian buster/main arm64 python3-certifi all 2018.8.24-1 [140 kB]
13:39:43 #8 10.45 Get:352 http://deb.debian.org/debian buster/main arm64 python3-idna all 2.6-1 [34.3 kB]
13:39:43 #8 10.45 Get:353 http://deb.debian.org/debian buster/main arm64 python3-magic all 2:0.4.15-2 [9256 B]
13:39:43 #8 10.45 Get:354 http://deb.debian.org/debian buster/main arm64 python3-urllib3 all 1.24.1-1 [97.1 kB]
13:39:43 From https://github.com/docker/compose
13:39:43  * [new tag]         v2.5.0     -> v2.5.0
13:39:43 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.5.0
13:39:43 Init https://github.com/docker/scan-cli-plugin.git
13:39:43 git init src/github.com/docker/scan-cli-plugin
13:39:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin/.git/
13:39:43 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:39:43 Checkout https://github.com/docker/scan-cli-plugin.git#v0.17.0
13:39:43 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:39:43 
13:39:43 #13 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:39:43 #13 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
13:39:43 #13 ...
13:39:43 
13:39:43 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:43 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
13:39:43 #14 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.1s done
13:39:43 #14 DONE 0.3s
13:39:43 
13:39:43 #13 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:39:43 #13 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
13:39:43 #13 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329
13:39:43 #8 9.171 Selecting previously unselected package man-db.
13:39:43 #8 9.171 Preparing to unpack .../05-man-db_2.9.4-2_arm64.deb ...
13:39:43 #8 9.177 Unpacking man-db (2.9.4-2) ...
13:39:43 #14 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 0.1s
13:39:43 mkdir -p sources
13:39:43 docker run --rm -w /v \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:43 	alpine \
13:39:43 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:43 #6 sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 9.21MB / 9.21MB 0.2s
13:39:43 #6 sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 9.21MB / 9.21MB 0.2s done
13:39:43 #6 extracting sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652
13:39:43 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.4s
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 29.36MB / 50.44MB 0.4s
13:39:43 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.4s done
13:39:43 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.4s done
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 47.19MB / 50.44MB 0.6s
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 5.24MB / 68.80MB 0.6s
13:39:43 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 3.15MB / 51.84MB 0.6s
13:39:43 #14 ...
13:39:43 
13:39:43 #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
13:39:43 #8 sha256:cf4550a6618051706cd14d8cce3ad61068fef86284dad1a6f3e841a5cdb8fc94
13:39:43 #8 DONE 1.3s
13:39:43 
13:39:43 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:43 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:43 #14 extracting sha256:8a80651adb7e52d8ecd27d43b9e69ada9ca277071ea09607121d0076de36480b 0.3s done
13:39:43 #14 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea
13:39:43 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.3s done
13:39:43 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 62.54MB / 68.80MB 1.4s
13:39:43 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 1.5s
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.3s done
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 44.04MB / 68.80MB 1.4s
13:39:43 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 1.05MB / 51.84MB 1.4s
13:39:43 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 0B / 141.70MB 1.4s
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 58.80MB / 68.80MB 1.6s
13:39:43 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 11.61MB / 51.84MB 1.6s
13:39:43 #14 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344
13:39:43 #12 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.0s done
13:39:43 #12 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 65.46MB / 68.80MB 1.1s
13:39:43 #12 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344
13:39:43 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 0.7s
13:39:43 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 18.94MB / 51.84MB 0.7s
13:39:43 #26 DONE 2.8s
13:39:43 
13:39:43 #21 [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
13:39:43 #21 22.89 Selecting previously unselected package gcc-mingw-w64-base.
13:39:43 #21 22.90 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
13:39:43 #21 22.91 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:39:43 #21 23.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
13:39:43 #21 23.03 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
13:39:43 #21 23.03 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:39:43 mkdir -p sources
13:39:43 docker run --rm -w /v \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:43 	alpine \
13:39:43 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:43 #9 1.300 Determining fastest mirrors
13:39:43 
13:39:43 #3 [internal] load metadata for docker.io/library/fedora:35
13:39:43 #3 sha256:0832b142ddb8c128fa73b22b54a42e2e7dd2c49293bffeaab67874e02dc77fcd
13:39:43 #3 ...
13:39:43 
13:39:43 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:43 #4 sha256:6b0966cfaf157beea33bebffb9b5b2d0268225d3aa94515655ae374227de8e4a
13:39:43 #4 DONE 0.3s
13:39:43 #7 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 34.60MB / 54.94MB 0.7s
13:39:43 #7 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 45.09MB / 54.94MB 0.8s
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 0.6s
13:39:43 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 22.02MB / 51.84MB 0.6s
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 20.80MB / 68.80MB 0.6s
13:39:43 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 50.45MB / 51.84MB 0.8s
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 37.75MB / 68.80MB 0.8s
13:39:43 #8 10.45 Get:355 http://deb.debian.org/debian buster/main arm64 python3-requests all 2.21.0-1 [66.9 kB]
13:39:43 #8 10.45 Get:356 http://deb.debian.org/debian buster/main arm64 python3-unidiff all 0.5.4-1 [7506 B]
13:39:43 #8 10.45 Get:357 http://deb.debian.org/debian buster/main arm64 python3-xdg all 0.25-5 [35.9 kB]
13:39:43 #8 10.45 Get:358 http://deb.debian.org/debian buster/main arm64 shared-mime-info arm64 1.10-1 [764 kB]
13:39:43 #8 10.47 Get:359 http://deb.debian.org/debian buster/main arm64 strace arm64 4.26-0.2 [803 kB]
13:39:43 #8 10.49 Get:360 http://deb.debian.org/debian buster/main arm64 unzip arm64 6.0-23+deb10u2 [166 kB]
13:39:43 #8 10.49 Get:361 http://deb.debian.org/debian buster/main arm64 xauth arm64 1:1.0.10-1 [38.2 kB]
13:39:43 #8 10.49 Get:362 http://deb.debian.org/debian buster/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
13:39:43 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:39:43 #8 9.378 Selecting previously unselected package perl-modules-5.32.
13:39:43 #8 9.378 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
13:39:43 #8 9.383 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
13:39:43 #8 10.55 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB]
13:39:43 #8 10.55 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB]
13:39:43 #8 10.55 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B]
13:39:43 #8 10.55 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB]
13:39:43 #8 10.55 Get:96 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB]
13:39:43 #8 10.55 Get:97 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB]
13:39:43 #8 10.56 Get:98 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB]
13:39:43 #8 10.61 Get:99 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB]
13:39:43 #8 10.68 Get:100 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB]
13:39:43 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 0.7s
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 14.68MB / 68.80MB 0.7s
13:39:43 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 8.39MB / 51.84MB 0.7s
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 26.21MB / 68.80MB 0.8s
13:39:43 #6 extracting sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 0.2s done
13:39:43 #6 DONE 0.4s
13:39:43 
13:39:43 #7 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:39:43 #7 DONE 0.0s
13:39:43 
13:39:43 #8 [auth] library/golang:pull token for registry-1.docker.io
13:39:43 #8 DONE 0.0s
13:39:43 
13:39:43 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
13:39:43 #9 DONE 0.0s
13:39:43 
13:39:43 #10 [linux/arm/v6 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:39:43 #14 extracting sha256:a7b38ee622cbfb492ebc3bc598771624fba7ef1830b4e0f9737f2bbf4b6ec0ea 0.3s done
13:39:43 #12 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 5.1s
13:39:43 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 1.7s done
13:39:43 #13 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 0B / 155B 1.8s
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 67.60MB / 68.80MB 1.8s
13:39:43 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 22.18MB / 51.84MB 1.8s
13:39:43 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 8.80MB / 141.70MB 1.8s
13:39:43 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 29.36MB / 51.84MB 1.9s
13:39:43 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 16.78MB / 141.70MB 1.9s
13:39:43 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 33.61MB / 51.84MB 0.9s
13:39:43 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 25.17MB / 68.80MB 0.9s
13:39:43 #13 ...
13:39:43 
13:39:43 #9 [internal] load build context
13:39:43 #9 sha256:e81aaaae0a27bb33b4e1ea2bd73ebc545a3622785f3a5d9049d78aa081a95325
13:39:43 #9 transferring context: 28.96MB 0.8s done
13:39:43 #9 DONE 1.1s
13:39:43 
13:39:43 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:43 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:43 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 45.09MB / 51.84MB 1.0s
13:39:43 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 34.60MB / 68.80MB 1.0s
13:39:43 mkdir -p sources
13:39:43 docker run --rm -w /v \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:43 	alpine \
13:39:43 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:43 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 1.5s done
13:39:43 #7 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.0s
13:39:43 #7 ...
13:39:43 
13:39:43 #9 [internal] load build context
13:39:43 #9 sha256:0ec6b561852bf4d4cc9dc10d0513974e5667f6bf95ee218ea9e04b6b504a7886
13:39:43 #9 transferring context: 28.96MB 1.0s done
13:39:43 #9 DONE 1.2s
13:39:43 
13:39:43 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0
13:39:43 #7 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c
13:39:43 
13:39:43 #3 [internal] load metadata for docker.io/library/fedora:35
13:39:43 #3 sha256:0832b142ddb8c128fa73b22b54a42e2e7dd2c49293bffeaab67874e02dc77fcd
13:39:43 #3 DONE 0.5s
13:39:43 
13:39:43 #7 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
13:39:43 #7 sha256:3099f0663f3fd64b15a1ec349269aabcb46d49b91981b3a651eea001bb4a7f34
13:39:43 #7 resolve docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 0.0s done
13:39:43 #7 ...
13:39:43 
13:39:43 #9 [internal] load build context
13:39:43 #9 sha256:03d58d083bbbdd09f6906d4f2b8e22411b645d3be3d49b2e28c75c128f138124
13:39:43 #9 transferring context: 15.33kB done
13:39:43 #9 DONE 0.0s
13:39:43 
13:39:43 #7 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
13:39:43 #7 sha256:3099f0663f3fd64b15a1ec349269aabcb46d49b91981b3a651eea001bb4a7f34
13:39:43 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 0B / 54.63MB 0.1s
13:39:43 #7 sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 1.20kB / 1.20kB done
13:39:43 #7 sha256:36af84ba69e21c9ef86a0424a090674c433b2b80c2462e57503886f1d823abe8 529B / 529B done
13:39:43 #7 sha256:b97d90f26110930f4ea32c16be938ecac6f85b5b917edf1390e0dcf8f467bd33 2.00kB / 2.00kB done
13:39:43 mkdir -p sources
13:39:43 docker run --rm -w /v \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:43 	alpine \
13:39:43 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:43 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 53.48MB / 68.80MB 0.9s
13:39:43 #8 10.80 debconf: delaying package configuration, since apt-utils is not installed
13:39:43 #8 10.84 Fetched 162 MB in 5s (34.6 MB/s)
13:39:43 #8 10.98 Selecting previously unselected package sensible-utils.
13:39:43 #8 10.98 (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 ... 6670 files and directories currently installed.)
13:39:43 #8 10.98 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
13:39:43 #8 11.00 Unpacking sensible-utils (0.0.12) ...
13:39:43 From https://github.com/docker/scan-cli-plugin
13:39:43  * [new tag]         v0.17.0    -> v0.17.0
13:39:43 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:39:43 make -C static build
13:39:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:39:43 Building static package for windows/amd64
13:39:43 ./build-static "/home/ubuntu/workspace/docker-ce-packaging_PR-665/static" "windows/amd64"
13:39:43 UNAME=x86_64
13:39:43 TARGETPLATFORM=windows/amd64
13:39:43 CURPLATFORM=linux/amd64
13:39:43 CROSS=true
13:39:44 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 36.70MB / 68.80MB 0.9s
13:39:44 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 12.58MB / 51.84MB 0.9s
13:39:44 #8 11.11 Get:101 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B]
13:39:44 #10 DONE 0.3s
13:39:44 
13:39:44 #11 [linux/arm64 internal] load metadata for docker.io/library/golang:1.18.1-alpine
13:39:44 #14 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 0.1s
13:39:44 #13 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 1.9s
13:39:44 #13 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 0.5s
13:39:44 #13 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.4s done
13:39:44 #13 DONE 0.8s
13:39:44 
13:39:44 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:44 #15 resolve docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8 0.0s done
13:39:44 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 9.44MB / 110.43MB 0.3s
13:39:44 #15 sha256:bda57b85efde0ed435315f4f74625e7a055107aa29e8c91a313ca6d525fb709c 0B / 154B 0.2s
13:39:44 #15 sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f 0B / 271.76kB 0.2s
13:39:44 #15 sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 0B / 2.72MB 0.2s
13:39:44 #15 ...
13:39:44 
13:39:44 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:44 #14 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 0.5s done
13:39:44 #14 DONE 0.8s
13:39:44 
13:39:44 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:44 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 40.90MB / 51.84MB 2.1s
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 28.31MB / 141.70MB 2.1s
13:39:44 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.0s done
13:39:44 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.38MB / 51.84MB 1.1s
13:39:44 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 45.09MB / 68.80MB 1.1s
13:39:44 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 65.78MB / 68.80MB 1.3s
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 9.44MB / 141.70MB 1.3s
13:39:44 mkdir -p sources
13:39:44 docker run --rm -w /v \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:44 	alpine \
13:39:44 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:44 #12 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 1.4s done
13:39:44 #12 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 1.5s
13:39:44 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc
13:39:44 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 6.29MB / 54.63MB 0.4s
13:39:44 #7 sha256:d0258d303cefca03de1f560dd731928536a52d39b3b77434c19affd450b9a433 58.91MB / 58.91MB 1.7s done
13:39:44 #7 extracting sha256:d0258d303cefca03de1f560dd731928536a52d39b3b77434c19affd450b9a433
13:39:44 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 0.9s done
13:39:44 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 1.1s
13:39:44 #14 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344
13:39:44 #8 11.11 Selecting previously unselected package lsb-base.
13:39:44 #8 11.11 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
13:39:44 #8 11.12 Unpacking lsb-base (10.2019051400) ...
13:39:44 #8 11.20 Selecting previously unselected package cron.
13:39:44 #8 11.20 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_arm64.deb ...
13:39:44 #8 11.21 Unpacking cron (3.0pl1-134+deb10u1) ...
13:39:44 #14 ...
13:39:44 
13:39:44 #10 [internal] load build context
13:39:44 #10 sha256:e8062c0dae3b8abb6a1e76d0290e3507974850961e0cefb7791425eac8fb1e2a
13:39:44 #10 transferring context: 28.96MB 0.8s done
13:39:44 #10 DONE 1.1s
13:39:44 
13:39:44 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:44 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:44 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.1s done
13:39:44 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 54.73MB / 68.80MB 1.1s
13:39:44 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 34.60MB / 51.84MB 1.1s
13:39:44 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 65.01MB / 68.80MB 1.2s
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 2.10MB / 141.70MB 1.2s
13:39:44 #14 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344
13:39:44 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 1.3s
13:39:44 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 46.01MB / 51.84MB 1.3s
13:39:44 mkdir -p sources
13:39:44 docker run --rm -w /v \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:44 	alpine \
13:39:44 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:44 #8 11.27 Get:102 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB]
13:39:44 #11 DONE 0.4s
13:39:44 
13:39:44 #12 [linux/arm64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:39:44 #12 DONE 0.4s
13:39:44 #12 ...
13:39:44 
13:39:44 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:39:44 #8 sha256:41fd9cdb775df00062a5c60c3b6bc1bc3562a5f8a595f13efd719834917a2418
13:39:44 #8 4.388 Fedora 36 - aarch64                              16 MB/s |  60 MB     00:03    
13:39:44 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 2.3s done
13:39:44 #13 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 2.3s done
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 0B / 141.70MB 2.4s
13:39:44 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 31.46MB / 110.43MB 0.5s
13:39:44 #15 sha256:bda57b85efde0ed435315f4f74625e7a055107aa29e8c91a313ca6d525fb709c 154B / 154B 0.5s
13:39:44 #15 sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f 271.76kB / 271.76kB 0.4s done
13:39:44 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 39.85MB / 110.43MB 0.6s
13:39:44 #15 sha256:bda57b85efde0ed435315f4f74625e7a055107aa29e8c91a313ca6d525fb709c 154B / 154B 0.5s done
13:39:44 #15 sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 2.72MB / 2.72MB 0.5s
13:39:44 #15 sha256:48a657773900190e59f0ba6a0b06f6708be5a593336955df99496b40dd24e06d 126B / 126B 0.2s
13:39:44 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 2.3s
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 44.04MB / 141.70MB 2.3s
13:39:44 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 2.3s done
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 58.72MB / 141.70MB 2.5s
13:39:44 #14 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 2.5s
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 18.87MB / 141.70MB 1.4s
13:39:44 #13 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344
13:39:44 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 1.5s done
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 27.26MB / 141.70MB 1.5s
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 39.85MB / 141.70MB 1.6s
13:39:44 #13 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 1.6s
13:39:44 #12 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 2.0s done
13:39:44 #12 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 2.0s done
13:39:44 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 0B / 141.70MB 2.0s
13:39:44 mkdir -p sources
13:39:44 docker run --rm -w /v \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:44 	alpine \
13:39:44 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:44 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 16.78MB / 54.63MB 0.5s
13:39:44 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 40.89MB / 54.63MB 0.7s
13:39:44 mkdir -p sources
13:39:44 docker run --rm -w /v \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:44 	alpine \
13:39:44 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:44 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 1.3s done
13:39:44 #14 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 0B / 155B 1.4s
13:39:44 #14 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 1.5s
13:39:44 #8 11.29 Selecting previously unselected package libbsd0:arm64.
13:39:44 #8 11.30 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_arm64.deb ...
13:39:44 #8 11.32 Unpacking libbsd0:arm64 (0.9.1-2+deb10u1) ...
13:39:44 #8 11.42 Selecting previously unselected package bsdmainutils.
13:39:44 #8 11.42 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_arm64.deb ...
13:39:44 #8 11.43 Unpacking bsdmainutils (11.1.2+b1) ...
13:39:44 mkdir -p sources
13:39:44 docker run --rm -w /v \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:44 	alpine \
13:39:44 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:44 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 1.4s
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 10.49MB / 141.70MB 1.4s
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 20.97MB / 141.70MB 1.6s
13:39:44 jolly_wing
13:39:44 #8 ...
13:39:44 + docker buildx build --platform windows/amd64 --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg BUILDKIT_MULTI_PLATFORM=true --build-arg CGO_ENABLED= --output ./build --target binary .
13:39:44 #1 [internal] booting buildkit
13:39:44 
13:39:44 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:44 #12 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:44 mkdir -p sources
13:39:44 docker run --rm -w /v \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:44 	alpine \
13:39:44 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 9.44MB / 141.70MB 2.5s
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 19.92MB / 141.70MB 2.6s
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 66.37MB / 141.70MB 2.6s
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 74.45MB / 141.70MB 2.7s
13:39:44 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 50.62MB / 110.43MB 0.8s
13:39:44 #15 sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 2.72MB / 2.72MB 0.6s done
13:39:44 #15 sha256:48a657773900190e59f0ba6a0b06f6708be5a593336955df99496b40dd24e06d 126B / 126B 0.2s done
13:39:44 #15 extracting sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9
13:39:44 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 61.87MB / 110.43MB 0.9s
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 53.48MB / 141.70MB 1.7s
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 65.61MB / 141.70MB 1.8s
13:39:44 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 16.78MB / 141.70MB 2.2s
13:39:44 #8 10.14 Selecting previously unselected package libgdbm-compat4:arm64.
13:39:44 #8 10.14 Preparing to unpack .../07-libgdbm-compat4_1.19-2_arm64.deb ...
13:39:44 #8 10.15 Unpacking libgdbm-compat4:arm64 (1.19-2) ...
13:39:44 #8 10.23 Selecting previously unselected package libperl5.32:arm64.
13:39:44 #8 10.23 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_arm64.deb ...
13:39:44 #8 10.23 Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ...
13:39:44 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 53.48MB / 54.63MB 0.8s
13:39:44 #13 transferring context: 36.57MB 2.2s done
13:39:44 #13 DONE 2.3s
13:39:44 
13:39:44 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:44 #15 sha256:48a657773900190e59f0ba6a0b06f6708be5a593336955df99496b40dd24e06d 126B / 126B 0.2s done
13:39:44 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 97.52MB / 110.43MB 1.8s
13:39:44 #15 sha256:bda57b85efde0ed435315f4f74625e7a055107aa29e8c91a313ca6d525fb709c 154B / 154B 0.1s done
13:39:44 #15 sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f 271.76kB / 271.76kB 0.2s done
13:39:44 #15 sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 2.72MB / 2.72MB 0.2s done
13:39:44 #15 extracting sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 0.6s done
13:39:44 #15 extracting sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f 0.2s done
13:39:44 #15 extracting sha256:bda57b85efde0ed435315f4f74625e7a055107aa29e8c91a313ca6d525fb709c 0.1s done
13:39:44 #8 11.70 Selecting previously unselected package libuchardet0:arm64.
13:39:44 #8 11.70 Preparing to unpack .../05-libuchardet0_0.0.6-3_arm64.deb ...
13:39:44 #8 11.75 Unpacking libuchardet0:arm64 (0.0.6-3) ...
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 34.60MB / 141.70MB 1.7s
13:39:44 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 1.8s done
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 45.91MB / 141.70MB 1.8s
13:39:44 #14 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 0B / 155B 1.8s
13:39:44 #1 pulling image moby/buildkit:buildx-stable-1
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 36.70MB / 141.70MB 2.8s
13:39:44 #8 ...
13:39:44 
13:39:44 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:44 #13 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:44 #13 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.7s done
13:39:44 #13 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 4.4s done
13:39:44 #13 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:44 #13 DONE 15.0s
13:39:44 
13:39:44 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:44 #8 sha256:c7aae3ff7561310d97e75a83696638cb01d3e521586a0ddb5b2c08f8eb01af32
13:39:44 #8 11.88 Get:103 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB]
13:39:44 #7 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.7s done
13:39:44 #7 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a
13:39:44 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 2.7s done
13:39:44 #14 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 2.7s done
13:39:44 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 94.37MB / 141.70MB 2.9s
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 75.50MB / 141.70MB 1.9s
13:39:44 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 85.98MB / 141.70MB 2.0s
13:39:44 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 75.50MB / 110.43MB 1.1s
13:39:44 #15 extracting sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 0.5s done
13:39:44 #15 extracting sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f
13:39:44 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 38.80MB / 141.70MB 2.5s
13:39:44 mkdir -p sources
13:39:44 docker run --rm -w /v \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:44 	alpine \
13:39:44 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:45 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 110.43MB / 110.43MB 2.3s
13:39:45 #8 12.00 Selecting previously unselected package groff-base.
13:39:45 #8 12.00 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_arm64.deb ...
13:39:45 #8 12.01 Unpacking groff-base (1.22.4-3+deb10u1) ...
13:39:45 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 1.8s done
13:39:45 #14 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 1.8s done
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 7.34MB / 141.70MB 1.9s
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 20.97MB / 141.70MB 2.1s
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 54.69MB / 141.70MB 1.9s
13:39:45 #14 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 1.9s
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 62.91MB / 141.70MB 2.0s
13:39:45 mkdir -p sources
13:39:45 docker run --rm -w /v \
13:39:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:45 	alpine \
13:39:45 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:45 #8 12.29 Get:104 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B]
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 54.53MB / 141.70MB 3.0s
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 65.22MB / 141.70MB 3.1s
13:39:45 #12 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 5.2s
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 104.86MB / 141.70MB 3.0s
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 112.20MB / 141.70MB 3.1s
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 126.88MB / 141.70MB 3.3s
13:39:45 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 2.0s done
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 96.47MB / 141.70MB 2.1s
13:39:45 #13 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 2.1s done
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 103.81MB / 141.70MB 2.2s
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 111.30MB / 141.70MB 2.3s
13:39:45 #15 extracting sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f 0.1s done
13:39:45 #15 extracting sha256:bda57b85efde0ed435315f4f74625e7a055107aa29e8c91a313ca6d525fb709c 0.0s done
13:39:45 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 82.84MB / 110.43MB 1.5s
13:39:45 #12 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 6.8s done
13:39:45 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 52.25MB / 141.70MB 2.7s
13:39:45 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 62.91MB / 141.70MB 2.8s
13:39:45 == Building packages for ubuntu-focal ==
13:39:45 mkdir -p "debbuild/ubuntu-focal"
13:39:45 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
13:39:45 #1 [internal] load build definition from Dockerfile
13:39:45 #1 sha256:a3e3a3cec1cafe2a85721b3afe34857d4d8a58506f5220b57dc8407a09a1d984
13:39:45 #1 transferring dockerfile: 1.22kB done
13:39:45 #1 DONE 0.1s
13:39:45 
13:39:45 #2 [internal] load .dockerignore
13:39:45 #2 sha256:41eb0114300f914e4198293650c2aae1233bb9d10bd82e16bb13f08694d24d22
13:39:45 #2 transferring context: 0.0s
13:39:45 
13:39:45 #13 [internal] load build context
13:39:45 #13 DONE 0.0s
13:39:45 
13:39:45 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:45 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
13:39:45 #14 DONE 0.1s
13:39:45 
13:39:45 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:45 #15 resolve docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:45 #15 ...
13:39:45 
13:39:45 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:45 #14 DONE 0.2s
13:39:45 
13:39:45 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:45 #15 resolve docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8 0.1s done
13:39:45 #15 ...
13:39:45 
13:39:45 #16 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:39:45 #16 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.1s done
13:39:45 #16 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.0s done
13:39:45 #16 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
13:39:45 #16 DONE 0.2s
13:39:45 #8 11.00 Selecting previously unselected package perl.
13:39:45 #8 11.00 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_arm64.deb ...
13:39:45 #8 11.03 Unpacking perl (5.32.1-4+deb11u2) ...
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 28.31MB / 141.70MB 2.3s
13:39:45 #14 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 2.0s done
13:39:45 #14 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 71.44MB / 141.70MB 2.1s
13:39:45 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 2.2s done
13:39:45 #14 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 2.2s done
13:39:45 == Building packages for ubuntu-impish ==
13:39:45 mkdir -p "debbuild/ubuntu-impish"
13:39:45 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-impish/aarch64 -f ubuntu-impish/Dockerfile .
13:39:45 #8 12.29 Get:105 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB]
13:39:45 #8 12.30 Get:106 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB]
13:39:45 #8 12.30 Get:107 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB]
13:39:45 #8 12.30 Get:108 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB]
13:39:45 #8 12.33 Get:109 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B]
13:39:45 #8 12.33 Get:110 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1 [35.4 kB]
13:39:45 #8 12.33 Get:111 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1 [130 kB]
13:39:45 #8 12.34 Get:112 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1 [24.9 kB]
13:39:45 #8 12.37 Get:113 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1 [76.4 kB]
13:39:45 #8 12.42 Get:114 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1 [47.0 kB]
13:39:45 #8 12.42 Get:115 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1 [88.5 kB]
13:39:45 #8 12.42 Get:116 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1 [170 kB]
13:39:45 #8 12.43 Get:117 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1 [13.3 kB]
13:39:45 #8 12.43 Get:118 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1 [79.1 kB]
13:39:45 #8 12.43 Get:119 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsasl2-modules-db arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [13.6 kB]
13:39:45 #8 12.43 Get:120 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsasl2-2 arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [43.2 kB]
13:39:45 #8 12.44 Get:121 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB]
13:39:45 #8 12.45 Get:122 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-2.4-2 arm64 2.4.45+dfsg-1ubuntu1.10 [131 kB]
13:39:45 #8 12.52 Get:123 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB]
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 73.40MB / 141.70MB 3.2s
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 81.79MB / 141.70MB 3.3s
13:39:45 #14 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 2.0s done
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 136.31MB / 141.70MB 3.4s
13:39:45 == Building packages for ubuntu-bionic ==
13:39:45 mkdir -p "debbuild/ubuntu-bionic"
13:39:45 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/aarch64 -f ubuntu-bionic/Dockerfile .
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 130.57MB / 141.70MB 2.5s
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 2.6s
13:39:45 == Building packages for debian-buster ==
13:39:45 mkdir -p "debbuild/debian-buster"
13:39:45 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
13:39:45 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 80.74MB / 141.70MB 3.0s
13:39:45 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 90.18MB / 141.70MB 3.1s
13:39:45 #12 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1
13:39:45 #2 transferring context: 2B 0.0s done
13:39:45 #2 DONE 0.1s
13:39:45 
13:39:45 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:45 #5 sha256:95d294e11d2b5ac459e591d63a00caf4086b311e202eb77e21146eea6b50087c
13:39:45 #5 DONE 0.0s
13:39:45 
13:39:45 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:45 #6 sha256:cae0e9d6e99b09d18de15ff35cc2a568fe879bb2ca06c42d88c7854a1c9080fb
13:39:45 #6 DONE 0.0s
13:39:45 
13:39:45 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:45 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:45 
13:39:45 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:45 #14 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.0s done
13:39:45 #14 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 0.0s done
13:39:45 #14 DONE 0.3s
13:39:45 
13:39:45 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:45 == Building packages for debian-bullseye ==
13:39:45 mkdir -p "debbuild/debian-bullseye"
13:39:45 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
13:39:45 #8 11.20 Selecting previously unselected package liblocale-gettext-perl.
13:39:45 #8 11.20 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_arm64.deb ...
13:39:45 #8 11.21 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
13:39:45 #8 11.26 Selecting previously unselected package libpython3.9-minimal:arm64.
13:39:45 #8 11.26 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_arm64.deb ...
13:39:45 #8 11.27 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
13:39:45 mkdir -p sources
13:39:45 docker run --rm -w /v \
13:39:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:45 	alpine \
13:39:45 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 35.65MB / 141.70MB 2.5s
13:39:45 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 110.43MB / 110.43MB 2.5s done
13:39:45 #15 extracting sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6
13:39:45 #8 12.30 Selecting previously unselected package libgdbm6:arm64.
13:39:45 #8 12.31 Preparing to unpack .../07-libgdbm6_1.18.1-4_arm64.deb ...
13:39:45 #8 12.32 Unpacking libgdbm6:arm64 (1.18.1-4) ...
13:39:45 #8 12.59 Selecting previously unselected package libpipeline1:arm64.
13:39:45 #8 12.60 Preparing to unpack .../08-libpipeline1_1.5.1-2_arm64.deb ...
13:39:45 #8 12.62 Unpacking libpipeline1:arm64 (1.5.1-2) ...
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 79.69MB / 141.70MB 2.4s
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 87.71MB / 141.70MB 2.5s
13:39:45 #8 12.53 Get:124 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB]
13:39:45 #8 12.53 Get:125 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.17 [185 kB]
13:39:45 #8 12.54 Get:126 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.17 [152 kB]
13:39:45 #8 12.54 Get:127 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dctrl-tools arm64 2.24-2build1 [54.5 kB]
13:39:45 #8 12.55 Get:128 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtool all 2.4.6-2 [194 kB]
13:39:45 #8 12.56 Get:129 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-autoreconf all 17 [15.8 kB]
13:39:45 #8 12.56 Get:130 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
13:39:45 #8 12.56 Get:131 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
13:39:45 #8 12.60 Get:132 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtimedate-perl all 2.3000-2 [37.5 kB]
13:39:45 #8 12.68 Get:133 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
13:39:45 #8 12.68 Get:134 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcroco3 arm64 0.6.12-2 [68.2 kB]
13:39:45 #8 12.68 Get:135 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gettext arm64 0.19.8.1-6ubuntu0.3 [1221 kB]
13:39:45 #8 12.73 Get:136 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
13:39:45 #8 12.73 Get:137 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 po-debconf all 1.0.20 [232 kB]
13:39:45 #8 12.77 Get:138 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 debhelper all 11.1.6ubuntu2 [902 kB]
13:39:45 #8 12.81 Get:139 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-which-perl all 1.21-1 [11.8 kB]
13:39:45 #7 sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 54.63MB / 54.63MB 1.6s done
13:39:45 #7 extracting sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d
13:39:45 #14 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7
13:39:45 #1 [internal] load build definition from Dockerfile
13:39:45 #1 sha256:6af17fbc95419d87be4c6a66d00253c4efabd57eebfd27e66b12f88b0367a1bf
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 106.95MB / 141.70MB 3.5s
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 115.34MB / 141.70MB 3.6s
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 124.78MB / 141.70MB 3.7s
13:39:45 #12 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:45 #1 [internal] load build definition from Dockerfile
13:39:45 #1 sha256:c5e40444f579afedd019626463cd4440afe246d873e36eca2a9fea08b19b18a8
13:39:45 #1 transferring dockerfile: 920B done
13:39:45 #1 DONE 0.1s
13:39:45 
13:39:45 #2 [internal] load .dockerignore
13:39:45 #2 sha256:abd94f37bb5c5f0e67feedb99762a82d68d65a87b3d7e156c9530084720ab1aa
13:39:45 #2 transferring context:
13:39:45 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 104.86MB / 141.70MB 3.2s
13:39:45 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 115.34MB / 141.70MB 3.3s
13:39:45 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 90.18MB / 110.43MB 2.0s
13:39:45 #15 ...
13:39:45 
13:39:45 #16 [internal] load build context
13:39:45 #16 transferring context: 36.57MB 2.3s done
13:39:45 #16 DONE 2.6s
13:39:45 #15 sha256:48a657773900190e59f0ba6a0b06f6708be5a593336955df99496b40dd24e06d 126B / 126B 0.1s done
13:39:45 #15 sha256:bda57b85efde0ed435315f4f74625e7a055107aa29e8c91a313ca6d525fb709c 154B / 154B 0.1s done
13:39:45 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 9.44MB / 110.43MB 0.2s
13:39:45 #15 sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f 271.76kB / 271.76kB 0.1s done
13:39:45 #15 sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 2.72MB / 2.72MB 0.2s done
13:39:45 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 24.12MB / 110.43MB 0.3s
13:39:45 #15 extracting sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9
13:39:45 #8 11.45 Selecting previously unselected package libexpat1:arm64.
13:39:45 #8 11.45 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u3_arm64.deb ...
13:39:45 #8 11.45 Unpacking libexpat1:arm64 (2.2.10-2+deb11u3) ...
13:39:45 #8 11.52 Selecting previously unselected package python3.9-minimal.
13:39:45 #8 11.52 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_arm64.deb ...
13:39:45 #8 11.52 Unpacking python3.9-minimal (3.9.2-1) ...
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 54.53MB / 141.70MB 2.7s
13:39:45 #8 12.73 Selecting previously unselected package man-db.
13:39:45 #8 12.73 Preparing to unpack .../09-man-db_2.8.5-2_arm64.deb ...
13:39:45 #8 12.74 Unpacking man-db (2.8.5-2) ...
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 108.00MB / 141.70MB 2.7s
13:39:45 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 119.54MB / 141.70MB 2.8s
13:39:45 #8 12.82 Get:140 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-homedir-perl all 1.002-1 [37.1 kB]
13:39:45 #8 12.82 Get:141 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 devscripts arm64 2.17.12ubuntu1.1 [870 kB]
13:39:45 #8 12.84 Get:142 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 diffstat arm64 1.61-1build1 [21.5 kB]
13:39:45 #8 12.84 Get:143 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB]
13:39:45 #8 12.85 Get:144 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.4 [107 kB]
13:39:45 #8 12.85 Get:145 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB]
13:39:45 #8 12.85 Get:146 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B]
13:39:45 #8 12.90 Get:147 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.4 [276 kB]
13:39:45 #8 12.92 Get:148 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-pkg-resources all 39.0.1-2 [98.8 kB]
13:39:45 #8 12.93 Get:149 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-chardet all 3.0.4-1 [80.3 kB]
13:39:45 #8 12.93 Get:150 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-six all 1.11.0-2 [11.4 kB]
13:39:45 #8 12.98 Get:151 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-debian all 0.1.32 [65.4 kB]
13:39:45 #8 12.98 Get:152 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.4 [49.8 kB]
13:39:45 #8 12.99 Get:153 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.4 [108 kB]
13:39:45 #8 12.99 Get:154 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.4 [400 kB]
13:39:45 #8 13.01 Get:155 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB]
13:39:45 #8 13.01 Get:156 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.4 [189 kB]
13:39:45 #8 13.06 Get:157 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.4 [76.6 kB]
13:39:45 #1 transferring dockerfile: 920B done
13:39:45 #1 DONE 0.2s
13:39:45 
13:39:45 #2 [internal] load .dockerignore
13:39:45 #2 sha256:c2b9f9cdc2a63ece0cf2462a727358ca5eebb858570929a5445fc1909583e79e
13:39:45 #2 transferring context: 2B done
13:39:45 #2 DONE 0.0s
13:39:45 
13:39:45 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:45 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:45 #4 ...
13:39:45 
13:39:45 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:45 #5 sha256:521a9327c4e8ee638d5b3b8326ab4e0596ced61fe77455923fadf711c1227574
13:39:45 #5 DONE 0.0s
13:39:45 
13:39:45 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:45 #6 sha256:6bdccf066fe0f4663fa04163bc9e8df5ff42b3aad59360a96ed5515921736959
13:39:45 #6 DONE 0.0s
13:39:45 #14 extracting sha256:fc937997baec7d2d040aba23614db074862008cbdd69b46d2baea31711d58a50 2.1s done
13:39:45 #1 [internal] load build definition from Dockerfile
13:39:45 #1 sha256:fc92493c016c57efeebfb13289578339b4403cbac7b492382198d9bee9bd4882
13:39:45 #1 transferring dockerfile: 1.22kB done
13:39:45 #1 DONE 0.1s
13:39:45 
13:39:45 #2 [internal] load .dockerignore
13:39:45 #2 sha256:bbcc012593e55a7b2fe29600b378fbbe643b239059b69194e2ef58f447b17918
13:39:45 #2 transferring context: 2B done
13:39:45 #2 DONE 0.0s
13:39:45 
13:39:45 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:45 #5 sha256:f7c872237c0a7a6ec155b7c3ec4b011d341a57d4fc8fc76871c26323ea23fc5f
13:39:45 #5 DONE 0.0s
13:39:45 
13:39:45 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:45 #6 sha256:c53a064e745cf6096034cdef7b1b1537698b27bb20a5441fc676bc3a5c3280ac
13:39:45 #6 DONE 0.0s
13:39:45 
13:39:45 #4 [internal] load metadata for docker.io/library/ubuntu:impish
13:39:45 #4 sha256:77555ef446f01bc1b1349e1591843c7a2bdfcb19593906d5c175c264b728c47a
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 133.17MB / 141.70MB 3.8s
13:39:45 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 4.0s
13:39:45 #12 DONE 17.4s
13:39:45 
13:39:45 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:39:45 #8 sha256:b5de00d9de22cf86025f1db4ae2cd2537d7fa5ad65c15616e62bff2e044894a1
13:39:45 #8 4.176 Fedora 35 - aarch64                              22 MB/s |  75 MB     00:03    
13:39:45 #2 transferring context: 2B done
13:39:45 #2 DONE 0.0s
13:39:45 
13:39:45 #5 [auth] library/debian:pull token for registry-1.docker.io
13:39:45 #5 sha256:364d854eb789dc727dc8dbbb9dd5eb39a630b36cef69e04cbdac3d1059ace30a
13:39:45 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 123.73MB / 141.70MB 3.4s
13:39:45 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 3.6s
13:39:45 
13:39:45 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:46 == Building packages for raspbian-bullseye ==
13:39:46 mkdir -p "debbuild/raspbian-bullseye"
13:39:46 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
13:39:46 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 33.55MB / 110.43MB 0.5s
13:39:46 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 40.89MB / 110.43MB 0.6s
13:39:46 #15 extracting sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 0.4s done
13:39:46 #4 ...
13:39:46 
13:39:46 #3 [internal] load metadata for docker.io/library/ubuntu:focal
13:39:46 #3 sha256:dfa5d3305e5f290f27a742dff585bdd2c33d5301a2478b881038815a355609ea
13:39:46 #3 DONE 0.5s
13:39:46 #8 11.75 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
13:39:46 #8 11.77 Setting up libexpat1:arm64 (2.2.10-2+deb11u3) ...
13:39:46 #8 11.78 Setting up python3.9-minimal (3.9.2-1) ...
13:39:46 #1 [internal] load build definition from Dockerfile
13:39:46 #1 sha256:aec5bc32f8e11a522d6cbe70faf332c58212bec20e4b141fc22c447ab823d7d8
13:39:46 #1 transferring dockerfile: 922B done
13:39:46 #1 DONE 0.1s
13:39:46 
13:39:46 #2 [internal] load .dockerignore
13:39:46 #2 sha256:63c78ccde7e1ac0c6b2b82fa4e2d2667281785c29b5c612af99f2df7aa88fa4f
13:39:46 #2 transferring context: 2B done
13:39:46 #2 DONE 0.1s
13:39:46 
13:39:46 #5 [auth] library/debian:pull token for registry-1.docker.io
13:39:46 #5 sha256:306b29abc25ac3641b007d192e95ab487171ef83ea70f819f6ac37c9470d0f63
13:39:46 #5 DONE 0.0s
13:39:46 
13:39:46 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:46 #6 sha256:f503ef34e651bf0d07d06e5e16478cb58bbfc3ca81f37223191cf0bdfff5ae99
13:39:46 #6 DONE 0.0s
13:39:46 
13:39:46 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:46 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:46 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 66.06MB / 141.70MB 2.9s
13:39:46 #8 ...
13:39:46 
13:39:46 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:46 #13 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:46 #13 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 4.9s done
13:39:46 #13 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:46 #13 DONE 17.6s
13:39:46 
13:39:46 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:46 #8 sha256:2191eb2f4c0827399b5b07fcc8b20de277d6a1a6e7debe610b7345f229882368
13:39:46 #8 13.02 Selecting previously unselected package perl-modules-5.28.
13:39:46 #8 13.02 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
13:39:46 #8 13.09 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
13:39:46 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 135.27MB / 141.70MB 3.0s
13:39:46 #21 26.35 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
13:39:46 #21 26.35 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
13:39:46 #21 26.36 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:39:46 
13:39:46 #3 [internal] load metadata for docker.io/library/ubuntu:bionic
13:39:46 #3 sha256:6c0a6b2f63404b7a5f9421664f2a7ccb3be51ea363f55e098a0ee5d1194acc17
13:39:46 #8 13.06 Get:158 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.4 [71.5 kB]
13:39:46 #8 13.06 Get:159 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.4 [182 kB]
13:39:46 #8 13.07 Get:160 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.4 [249 kB]
13:39:46 #8 13.13 Get:161 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgpgme11 arm64 1.10.0-1ubuntu2 [90.0 kB]
13:39:46 #8 13.14 Get:162 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-gpg arm64 1.10.0-1ubuntu2 [131 kB]
13:39:46 #8 13.14 Get:163 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dput all 1.0.1ubuntu1 [42.7 kB]
13:39:46 #8 13.14 Get:164 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB]
13:39:46 #8 13.15 Get:165 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB]
13:39:46 #8 13.15 Get:166 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.17 [184 kB]
13:39:46 #8 13.21 Get:167 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB]
13:39:46 #8 13.21 Get:168 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.11 [804 kB]
13:39:46 #8 13.24 Get:169 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.11 [2966 kB]
13:39:46 #1 creating container buildx_buildkit_brave_aryabhata0 3.2s done
13:39:46 #1 DONE 10.9s
13:39:46 
13:39:46 #2 [internal] load .dockerignore
13:39:46 #2 transferring context: 263B done
13:39:46 #2 DONE 0.1s
13:39:46 
13:39:46 #3 [internal] load build definition from Dockerfile
13:39:46 #3 transferring dockerfile: 4.97kB done
13:39:46 #3 DONE 0.1s
13:39:46 
13:39:46 #4 resolve image config for docker.io/docker/dockerfile:1
13:39:46 #4 ...
13:39:46 
13:39:46 #5 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:39:46 #5 DONE 0.0s
13:39:46 
13:39:46 #4 resolve image config for docker.io/docker/dockerfile:1
13:39:46 #14 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7
13:39:46 #4 DONE 0.5s
13:39:46 
13:39:46 #3 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:46 #3 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:46 #3 DONE 0.4s
13:39:46 #5 DONE 0.0s
13:39:46 
13:39:46 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:46 #6 sha256:0d12f5b69ceee8a6046e62354d4731d41ad7e8cfa47219a72978675563df8adc
13:39:46 #6 DONE 0.0s
13:39:46 
13:39:46 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:46 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:46 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 99.61MB / 110.43MB 2.4s
13:39:46 #1 [internal] load build definition from Dockerfile
13:39:46 #1 sha256:6bda4a576d6da8327aefdd001ed77ea7259152696fa174d7aca72f367914bf5f
13:39:46 #1 transferring dockerfile: 937B done
13:39:46 #1 DONE 0.1s
13:39:46 
13:39:46 #2 [internal] load .dockerignore
13:39:46 #2 sha256:d1580b7c7c7d7e8b7123a8dcc5b6b67531609fc50b576fb8b32ebef7f15e2e56
13:39:46 #2 transferring context: 2B done
13:39:46 #15 extracting sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f
13:39:46 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 55.57MB / 110.43MB 0.9s
13:39:46 
13:39:46 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:46 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:46 #4 DONE 0.6s
13:39:46 
13:39:46 #10 [internal] load build context
13:39:46 #10 sha256:1acfc490f2e86d7d4ff8814f8ad13276d87858437be1b18bdac7c0cd740f78b9
13:39:46 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 92.27MB / 141.70MB 3.2s
13:39:46 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 100.66MB / 141.70MB 3.3s
13:39:46 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 108.00MB / 141.70MB 3.4s
13:39:46 #3 DONE 0.5s
13:39:46 
13:39:46 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:46 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:46 #4 DONE 0.6s
13:39:46 
13:39:46 #7 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f
13:39:46 #7 sha256:52855308e2aca75b6e940217a73c4c5da76eb8473f330796730201354276f921
13:39:46 #7 resolve docker.io/library/ubuntu:bionic@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f 0.0s done
13:39:46 #7 sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f 1.41kB / 1.41kB done
13:39:46 #7 sha256:ec5715e4fd292b212edd9062c1abe247298ed3acf87b9555b55cc9b16e7f628a 529B / 529B done
13:39:46 #7 sha256:998a0018caa18ee34b520e0ab73417aefdd24abfb7492fb5aa4cecb0a7ce3466 1.48kB / 1.48kB done
13:39:46 #8 13.40 Get:170 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
13:39:46 #8 13.40 Get:171 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB]
13:39:46 #8 13.40 Get:172 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:39:46 #8 13.40 Get:173 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libapt-pkg-perl arm64 0.1.33build1 [67.2 kB]
13:39:46 #8 13.41 Get:174 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
13:39:46 #8 13.41 Get:175 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-op-check-perl arm64 0.22-1 [9996 B]
13:39:46 #8 13.41 Get:176 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
13:39:46 #8 13.41 Get:177 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-callchecker-perl arm64 0.007-2build1 [14.0 kB]
13:39:46 #8 13.41 Get:178 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-classify-perl arm64 0.015-1 [20.4 kB]
13:39:46 #8 13.49 Get:179 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:39:46 #8 13.49 Get:180 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
13:39:46 #8 13.49 Get:181 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
13:39:46 #8 13.50 Get:182 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:39:46 #8 13.50 Get:183 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libvariable-magic-perl arm64 0.62-1 [32.6 kB]
13:39:46 #8 13.50 Get:184 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
13:39:46 #8 13.50 Get:185 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
13:39:46 #8 13.50 Get:186 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liburi-perl all 1.73-1 [77.2 kB]
13:39:46 #8 13.57 Get:187 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-parser-perl arm64 3.72-3build1 [82.6 kB]
13:39:46 #8 13.57 Get:188 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-pm-perl all 4.38-1 [185 kB]
13:39:46 == Building packages for raspbian-buster ==
13:39:46 mkdir -p "debbuild/raspbian-buster"
13:39:46 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile .
13:39:46 
13:39:46 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:46 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:46 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:46 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:46 #14 sha256:f73aff22369c3c7c695f28e300b644fdf9eea7be3e57f9b89c2e26fe73108e7a 7.05kB / 7.05kB done
13:39:46 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 0B / 7.15MB 0.1s
13:39:46 #14 sha256:d14a88611c591f5e4b1c81fd25277d1a56caaf2ee5bcf96abf2557ec8fb0ac1b 1.79kB / 1.79kB done
13:39:46 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 0B / 45.91MB 0.1s
13:39:46 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 1.05MB / 7.15MB 0.2s
13:39:46 #4 DONE 0.6s
13:39:46 
13:39:46 #3 [internal] load metadata for docker.io/library/debian:buster
13:39:46 #3 sha256:48d5930cf3dad3cf75639d9398380aaca5baa89192bf3587470b7174eaa24669
13:39:46 #3 DONE 0.6s
13:39:46 #2 DONE 0.1s
13:39:46 
13:39:46 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
13:39:46 #5 sha256:8f8dcfdb6eeaa0d75ba3d15df009f41b9d7a8b665a1da528893051cb4177b6a8
13:39:46 #5 DONE 0.0s
13:39:46 
13:39:46 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:46 #6 sha256:9f2c217956287ae886a2f9f9b2fb4d12cd8be6b101c6b6aabca25a543f5c7167
13:39:46 #6 DONE 0.0s
13:39:46 
13:39:46 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:46 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:46 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 75.50MB / 110.43MB 1.1s
13:39:46 #15 extracting sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f 0.4s done
13:39:46 #15 extracting sha256:bda57b85efde0ed435315f4f74625e7a055107aa29e8c91a313ca6d525fb709c 0.1s done
13:39:46 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 117.44MB / 141.70MB 3.5s
13:39:46 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 137.36MB / 141.70MB 3.7s
13:39:46 mkdir -p sources
13:39:46 docker run --rm -w /v \
13:39:46 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/compose:/compose \
13:39:46 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:46 	alpine \
13:39:46 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:39:46 #4 ...
13:39:46 
13:39:46 #3 [internal] load metadata for docker.io/library/debian:bullseye
13:39:46 #3 sha256:014fb2d315cad134d36e118d77cb54cc380fa218da4e07a0a3feca53f8c2ae03
13:39:46 #3 DONE 0.5s
13:39:46 
13:39:46 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:46 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:46 #8 12.47 Selecting previously unselected package python3-minimal.
13:39:46 #8 12.47 (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 ... 9507 files and directories currently installed.)
13:39:46 #8 12.47 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
13:39:46 #14 ...
13:39:46 
13:39:46 #7 [stage-1 2/9] RUN if [ -f /etc/yum.repos.d/CentOS-Stream-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Stream-Sources.repo; fi
13:39:46 #7 sha256:c358307aea97be22a0b2eeb3acf2b0b8f842ea57ea56a65f4b068d677c22295a
13:39:46 #7 DONE 3.8s
13:39:46 
13:39:46 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:46 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:46 #8 13.64 Get:189 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfcgi-perl arm64 0.78-2build1 [30.2 kB]
13:39:46 #8 13.64 Get:190 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-fast-perl all 1:2.13-1 [9940 B]
13:39:46 #8 13.65 Get:191 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-name-perl arm64 0.21-1build1 [11.2 kB]
13:39:46 #8 13.65 Get:192 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-accessor-perl all 0.51-1 [21.2 kB]
13:39:46 #8 13.65 Get:193 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
13:39:46 #8 13.65 Get:194 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-xsaccessor-perl arm64 1.19-2build8 [30.7 kB]
13:39:46 #8 13.65 Get:195 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclone-perl arm64 0.39-1 [10.1 kB]
13:39:46 #8 13.65 Get:196 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
13:39:46 #8 13.72 Get:197 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-util-perl arm64 1.07-3build3 [18.9 kB]
13:39:46 #8 13.72 Get:198 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
13:39:46 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 0B / 22.30MB 0.3s
13:39:46 #8 13.73 Selecting previously unselected package libgdbm-compat4:arm64.
13:39:46 #8 13.73 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_arm64.deb ...
13:39:46 #7 extracting sha256:940122ec7d0c039d048e3bf953a33cd8ef814fd587266a5e732d24d2314af8f1 3.3s done
13:39:46 #1 [internal] load build definition from Dockerfile
13:39:46 #1 sha256:2e5324a39f628522e126d3a1ea4d906159427fbaa38f107d44838c830520b27b
13:39:46 #1 transferring dockerfile: 935B done
13:39:46 #1 DONE 0.1s
13:39:46 
13:39:46 #2 [internal] load .dockerignore
13:39:46 #2 sha256:c53012301891e45f228f7b1977b3e82a5e46a478cc1558769d914a1e3e53f16c
13:39:46 #2 transferring context:
13:39:46 #4 DONE 0.6s
13:39:46 
13:39:46 #6 docker-image://docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad
13:39:46 #6 resolve docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad 0.0s done
13:39:46 #6 sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 9.21MB / 9.21MB 0.2s
13:39:46 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 4.19MB / 7.15MB 0.3s
13:39:46 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 3.15MB / 45.91MB 0.3s
13:39:46 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 0.5s
13:39:46 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 6.29MB / 45.91MB 0.5s
13:39:46 
13:39:46 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761
13:39:46 #7 sha256:26fd4ff7d2abb3cd677f8515069bb3cd8597d37a0225efa0cfbc778a60292762
13:39:46 #7 resolve docker.io/library/debian:buster@sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761 0.0s done
13:39:46 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 0B / 45.91MB 0.0s
13:39:46 #7 sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761 1.85kB / 1.85kB done
13:39:46 #7 sha256:8e9f24e8010ba995daf25c6fafe8ea5c1914428cc29df867ffc034375d769a43 529B / 529B done
13:39:46 #7 sha256:8b12c05639277048cd1ee9a1764a3946118f4dbd48e2c6dd7d36abe127500640 1.48kB / 1.48kB done
13:39:46 #14 ...
13:39:46 
13:39:46 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d
13:39:46 #7 sha256:b734fd8320b639006a38ffecd72866d958e5860f3597ba2bc69172a82e7a0f87
13:39:46 #7 resolve docker.io/library/ubuntu:jammy@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d 0.0s done
13:39:46 #7 sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d 1.42kB / 1.42kB done
13:39:46 #7 sha256:aa6c2c047467afc828e77e306041b7fa4a65734fe3449a54aa9c280822b0d87d 529B / 529B done
13:39:46 #7 sha256:d2e4e1f511320dfb2d0baff2468fcf0526998b73fe10c8890b4684bb7ef8290f 1.46kB / 1.46kB done
13:39:46 #7 sha256:125a6e411906fe6b0aaa50fc9d600bf6ff9bb11a8651727ce1ed482dc271c24c 30.42MB / 30.42MB 0.7s done
13:39:46 #7 extracting sha256:125a6e411906fe6b0aaa50fc9d600bf6ff9bb11a8651727ce1ed482dc271c24c 3.5s done
13:39:46 #7 DONE 4.7s
13:39:46 
13:39:46 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:46 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:46 #4 ...
13:39:46 
13:39:46 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
13:39:46 #3 sha256:0d5dd2f8821fe752759cf3d3376b798a199e8721bae9607c5d382072a1643236
13:39:46 #3 DONE 0.3s
13:39:46 
13:39:46 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:46 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:46 #4 DONE 0.4s
13:39:46 
13:39:46 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:46 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:46 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.1s done
13:39:46 #13 DONE 0.1s
13:39:46 
13:39:46 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:28b9dc0abb696ff2daf017e525ecf914b56b6eb61a4080433070422f1345d340
13:39:46 #7 sha256:017fdb17af965d3314696cc70dbbbf08a6a16b62934847bdbabdc4331b64f88f
13:39:46 #7 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:28b9dc0abb696ff2daf017e525ecf914b56b6eb61a4080433070422f1345d340 0.0s done
13:39:46 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 3.6s done
13:39:46 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 110.43MB / 110.43MB 2.9s
13:39:46 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 81.79MB / 110.43MB 1.2s
13:39:46 #4 DONE 0.7s
13:39:46 
13:39:46 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:46 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:46 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.1s done
13:39:46 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 0B / 45.91MB 0.1s
13:39:46 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:46 #13 sha256:d14a88611c591f5e4b1c81fd25277d1a56caaf2ee5bcf96abf2557ec8fb0ac1b 1.79kB / 1.79kB done
13:39:46 #13 sha256:f73aff22369c3c7c695f28e300b644fdf9eea7be3e57f9b89c2e26fe73108e7a 7.05kB / 7.05kB done
13:39:46 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 0B / 7.15MB 0.2s
13:39:46 #8 12.48 Unpacking python3-minimal (3.9.2-3) ...
13:39:46 #8 12.53 Selecting previously unselected package media-types.
13:39:46 #8 12.54 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:39:46 #8 12.54 Unpacking media-types (4.0.0) ...
13:39:46 #8 12.59 Selecting previously unselected package libmpdec3:arm64.
13:39:46 #8 12.59 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
13:39:46 #8 12.59 Unpacking libmpdec3:arm64 (2.5.1-1) ...
13:39:46 #8 12.67 Selecting previously unselected package libncursesw6:arm64.
13:39:46 #8 12.67 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_arm64.deb ...
13:39:46 #8 12.67 Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
13:39:46 #12 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 5.2s
13:39:46 #13 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0
13:39:46 #13 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.3s done
13:39:46 #8 13.80 Get:199 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
13:39:46 #8 13.80 Get:200 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
13:39:46 #8 13.80 Get:201 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
13:39:46 #8 13.81 Get:202 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
13:39:46 #8 13.97 Get:203 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 perl-openssl-defaults arm64 3build1 [7012 B]
13:39:46 #8 14.04 Get:204 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libnet-ssleay-perl arm64 1.84-1ubuntu0.2 [270 kB]
13:39:46 #8 13.74 Unpacking libgdbm-compat4:arm64 (1.18.1-4) ...
13:39:46 #8 13.79 Selecting previously unselected package libperl5.28:arm64.
13:39:46 #8 13.79 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_arm64.deb ...
13:39:46 #8 13.80 Unpacking libperl5.28:arm64 (5.28.1-6+deb10u1) ...
13:39:46 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 2.10MB / 22.30MB 0.5s
13:39:46 #7 DONE 4.4s
13:39:46 
13:39:46 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:46 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:46 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:46 #14 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:46 #14 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:46 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:46 #14 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.2s done
13:39:46 #14 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.4s done
13:39:46 #14 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.8s done
13:39:46 #14 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 2.2s done
13:39:46 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 4.3s
13:39:46 #14 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 2.6s done
13:39:46 #14 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 3.1s
13:39:46 #14 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 2.6s done
13:39:46 #2 transferring context: 2B done
13:39:46 #2 DONE 0.1s
13:39:46 
13:39:46 #5 [auth] library/golang:pull token for registry-1.docker.io
13:39:46 #5 sha256:48a19163fb365050553d9939c64ff66fe0941b243b3065d8caf5d983af90ac72
13:39:46 #5 DONE 0.0s
13:39:46 
13:39:46 #6 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
13:39:46 #6 sha256:a654562fa76e3249f466ce6dae4b3f3e076a01ffde46f05f727e18641f6beeb7
13:39:46 #6 DONE 0.0s
13:39:46 
13:39:46 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:46 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:46 #6 sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 9.21MB / 9.21MB 0.2s done
13:39:46 #6 extracting sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652
13:39:47 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 0.6s done
13:39:47 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 10.49MB / 45.91MB 0.7s
13:39:47 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 0B / 9.34MB 0.7s
13:39:47 #7 sha256:5de24926fdb81c86ada382875dbf215cf6f199019b4bb1f09d25ca6bff5e20f8 0B / 257B 0.1s
13:39:47 #7 sha256:28b9dc0abb696ff2daf017e525ecf914b56b6eb61a4080433070422f1345d340 1.99kB / 1.99kB done
13:39:47 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 0B / 41.61MB 0.1s
13:39:47 #7 sha256:7d98e93ffc668f26637a3c08b73ce0c4fcf59451314cee5e9ea8cd4e17ddca55 0B / 307B 0.1s
13:39:47 #7 sha256:0959e91ec6dde83b6dfa2cc8297a6795e272a599b40a47421679d04cb8e92927 5.01kB / 5.01kB done
13:39:47 #7 sha256:5de24926fdb81c86ada382875dbf215cf6f199019b4bb1f09d25ca6bff5e20f8 257B / 257B 0.1s done
13:39:47 #7 sha256:7d98e93ffc668f26637a3c08b73ce0c4fcf59451314cee5e9ea8cd4e17ddca55 307B / 307B 0.1s done
13:39:47 #7 sha256:6824b8fe204dbd3bf1059610617b557f0952698f698380c2ce62c7cfd1194b66 0B / 912B 0.2s
13:39:47 #7 sha256:d984e2bcee9ea5cad5b10094ffff60e6714df8aabe2c7ec512ea743fd5322028 0B / 178B 0.2s
13:39:47 #12 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 7.0s done
13:39:47 #12 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:47 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 97.52MB / 110.43MB 1.5s
13:39:47 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 110.43MB / 110.43MB 1.7s
13:39:47 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 1.05MB / 7.15MB 0.3s
13:39:47 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 2.10MB / 7.15MB 0.4s
13:39:47 #8 12.73 Selecting previously unselected package readline-common.
13:39:47 #8 12.73 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
13:39:47 #8 12.74 Unpacking readline-common (8.1-1) ...
13:39:47 #8 12.78 Selecting previously unselected package libreadline8:arm64.
13:39:47 #8 12.78 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
13:39:47 #8 12.78 Unpacking libreadline8:arm64 (8.1-1) ...
13:39:47 #8 12.84 Selecting previously unselected package libsqlite3-0:arm64.
13:39:47 #8 ...
13:39:47 
13:39:47 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:47 #13 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:47 #13 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 6.3s done
13:39:47 #13 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:47 #13 DONE 18.0s
13:39:47 
13:39:47 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:47 #8 sha256:aeeabf0743016f9dbc8bc91c1f7876bc029a554e3ad856b951c090058905fbb1
13:39:47 #8 12.84 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ...
13:39:47 #8 12.85 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
13:39:47 #8 12.93 Selecting previously unselected package libpython3.9-stdlib:arm64.
13:39:47 #8 12.93 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
13:39:47 #8 12.93 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
13:39:47 #13 ...
13:39:47 
13:39:47 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761
13:39:47 #7 sha256:dab7b04ce205fb89ace40f2b4eda8b363a7fb071241867681959c551769ea231
13:39:47 #7 resolve docker.io/library/debian:buster@sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761 0.0s done
13:39:47 #7 sha256:26a2b081e03207d26a105340161109ba0f00e857cbb0ff85aaeeeadd46b709c5 1.46kB / 1.46kB done
13:39:47 #7 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.3s done
13:39:47 #7 sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761 1.85kB / 1.85kB done
13:39:47 #7 sha256:40dd1c1b1c36eac161ab63b6ce3a57d56ad79a667a37717a31721bac3f30aaf9 529B / 529B done
13:39:47 #7 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 2.7s done
13:39:47 #7 DONE 5.1s
13:39:47 
13:39:47 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:47 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:47 #13 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.1s
13:39:47 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 4.19MB / 22.30MB 0.8s
13:39:47 #8 14.29 Selecting previously unselected package perl.
13:39:47 #8 14.29 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_arm64.deb ...
13:39:47 #4 ...
13:39:47 
13:39:47 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
13:39:47 #3 sha256:27d889f59b8b6db4a47aae0ffadbf142048b8a10d8ca072aac162cc67bd1afab
13:39:47 #3 DONE 0.4s
13:39:47 #6 extracting sha256:b70a8a81575ef6dacee4f14af815709f4a1911df3a18321c976d17f8c85df652 0.2s done
13:39:47 #6 DONE 0.4s
13:39:47 
13:39:47 #7 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:39:47 #7 DONE 0.0s
13:39:47 
13:39:47 #8 [auth] library/golang:pull token for registry-1.docker.io
13:39:47 #8 DONE 0.0s
13:39:47 
13:39:47 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
13:39:47 #9 DONE 0.0s
13:39:47 
13:39:47 #10 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:39:47 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 2.10MB / 41.61MB 0.3s
13:39:47 #7 sha256:6824b8fe204dbd3bf1059610617b557f0952698f698380c2ce62c7cfd1194b66 912B / 912B 0.2s done
13:39:47 #7 sha256:d984e2bcee9ea5cad5b10094ffff60e6714df8aabe2c7ec512ea743fd5322028 178B / 178B 0.2s done
13:39:47 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 0B / 17.93MB 0.3s
13:39:47 #7 sha256:7f436058f053f0703e5c5f8e928ba4ef7ae3c71596b2d61258cdd01e0f628e93 0B / 414B 0.3s
13:39:47 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 5.24MB / 41.61MB 0.5s
13:39:47 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 2.10MB / 17.93MB 0.5s
13:39:47 #7 sha256:7f436058f053f0703e5c5f8e928ba4ef7ae3c71596b2d61258cdd01e0f628e93 414B / 414B 0.3s done
13:39:47 #7 sha256:d58f005c4a5c46562e418b9dc67f26f9849b2734ce93fc9806c490721e17d748 123.07kB / 123.07kB 0.4s done
13:39:47 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 13.63MB / 45.91MB 0.9s
13:39:47 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 2.10MB / 9.34MB 0.9s
13:39:47 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 4.19MB / 9.34MB 1.0s
13:39:47 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 4.19MB / 45.91MB 0.5s
13:39:47 #12 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 3.6s done
13:39:47 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 4.7s done
13:39:47 #12 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0
13:39:47 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 4.19MB / 45.91MB 0.6s
13:39:47 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 4.19MB / 7.15MB 0.6s
13:39:47 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 5.24MB / 7.15MB 0.7s
13:39:47 #8 13.19 Selecting previously unselected package python3.9.
13:39:47 #8 13.19 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ...
13:39:47 #8 13.19 Unpacking python3.9 (3.9.2-1) ...
13:39:47 #13 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.4s done
13:39:47 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 6.29MB / 22.30MB 1.1s
13:39:47 #8 14.31 Unpacking perl (5.28.1-6+deb10u1) ...
13:39:47 #8 14.37 Selecting previously unselected package liblocale-gettext-perl.
13:39:47 #8 14.37 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_arm64.deb ...
13:39:47 #8 14.38 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
13:39:47 #8 14.51 Selecting previously unselected package libssl1.1:arm64.
13:39:47 #8 14.51 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u1_arm64.deb ...
13:39:47 #8 14.52 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u1) ...
13:39:47 #12 ...
13:39:47 
13:39:47 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:39:47 #8 sha256:7e9e53d712bb4a85e8f9ecf476371f8e2e6cf099d421e42bf400345f9ed75525
13:39:47 #8 3.761 Fedora 34 - aarch64                              24 MB/s |  70 MB     00:02    
13:39:47 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 4.1s done
13:39:47 
13:39:47 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:47 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:47 #4 DONE 0.4s
13:39:47 
13:39:47 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:47 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:47 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:47 #13 sha256:d14a88611c591f5e4b1c81fd25277d1a56caaf2ee5bcf96abf2557ec8fb0ac1b 1.79kB / 1.79kB done
13:39:47 #13 sha256:f73aff22369c3c7c695f28e300b644fdf9eea7be3e57f9b89c2e26fe73108e7a 7.05kB / 7.05kB done
13:39:47 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:47 #8 14.36 Get:205 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libio-socket-ssl-perl all 2.060-3~ubuntu18.04.1 [173 kB]
13:39:47 #8 14.42 Get:206 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:39:47 #8 14.42 Get:207 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmailtools-perl all 2.18-1 [74.0 kB]
13:39:47 #8 14.43 Get:208 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsocket6-perl arm64 0.27-1build2 [22.0 kB]
13:39:47 #8 14.44 Get:209 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
13:39:47 #8 14.44 Get:210 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-ip-perl all 1.26-1 [31.5 kB]
13:39:47 #8 14.45 Get:211 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-dns-perl all 1.10-2 [335 kB]
13:39:47 #8 14.49 Get:212 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
13:39:47 #8 14.50 Get:213 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
13:39:47 #8 14.50 Get:214 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
13:39:47 #8 14.51 Get:215 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
13:39:47 #8 14.51 Get:216 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
13:39:47 #8 14.52 Get:217 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-basedir-perl all 0.07-1 [16.9 kB]
13:39:47 #8 14.59 Get:218 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
13:39:47 #8 14.59 Get:219 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB]
13:39:47 #8 14.59 Get:220 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-date-perl all 6.02-1 [10.4 kB]
13:39:47 #8 14.59 Get:221 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
13:39:47 #8 14.59 Get:222 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
13:39:47 #8 14.59 Get:223 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-stringy-perl all 2.111-2 [60.6 kB]
13:39:47 #8 14.59 Get:224 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-validate-perl arm64 1.29-1 [49.4 kB]
13:39:47 #8 14.66 Get:225 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
13:39:47 #8 14.67 Get:226 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
13:39:47 #8 14.67 Get:227 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
13:39:47 #8 14.74 Get:228 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
13:39:47 #10 ...
13:39:47 
13:39:47 #11 [linux/arm64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:39:47 #11 DONE 0.3s
13:39:47 
13:39:47 #12 [linux/arm64 internal] load metadata for docker.io/library/golang:1.18.1-alpine
13:39:47 #12 DONE 0.4s
13:39:47 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 3.15MB / 17.93MB 0.6s
13:39:47 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 7.34MB / 41.61MB 0.7s
13:39:47 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 5.24MB / 17.93MB 0.8s
13:39:47 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 18.87MB / 45.91MB 1.2s
13:39:47 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 6.29MB / 9.34MB 1.2s
13:39:47 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 7.34MB / 9.34MB 1.3s
13:39:47 #1 pulling image moby/buildkit:buildx-stable-1 4.4s done
13:39:47 #1 creating container buildx_buildkit_eloquent_shirley0
13:39:47 #14 ...
13:39:47 
13:39:47 #8 [stage-1 3/9] RUN if [ -f /etc/yum.repos.d/CentOS-Stream-PowerTools.repo ]; then sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-Stream-PowerTools.repo; fi
13:39:47 #8 sha256:a32c8b2863e1bafcc2adfe49ebea65fdfb94c5ac28a5cdee1c01983a815fb6e5
13:39:47 #8 DONE 0.9s
13:39:47 
13:39:47 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:47 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:47 #14 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 4.1s done
13:39:47 #12 DONE 19.3s
13:39:47 
13:39:47 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:39:47 #8 sha256:41fd9cdb775df00062a5c60c3b6bc1bc3562a5f8a595f13efd719834917a2418
13:39:47 #8 13.24 Selecting previously unselected package libpython3-stdlib:arm64.
13:39:47 #8 13.25 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ...
13:39:47 #8 13.25 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
13:39:47 #8 13.29 Setting up python3-minimal (3.9.2-3) ...
13:39:47 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 0.9s
13:39:47 #14 ...
13:39:47 
13:39:47 #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
13:39:47 #8 sha256:e42cad63e5bffd84e1336e0e2f637ff57dcc9932722f7e3c4e9f557bb25e5782
13:39:47 #8 DONE 1.0s
13:39:47 
13:39:47 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:47 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:47 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 8.39MB / 22.30MB 1.3s
13:39:47 #13 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad
13:39:47 #8 14.69 Selecting previously unselected package libpython3.7-minimal:arm64.
13:39:47 #8 14.69 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
13:39:47 #8 14.70 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
13:39:47 #8 14.79 Selecting previously unselected package libexpat1:arm64.
13:39:47 #8 14.79 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u4_arm64.deb ...
13:39:47 #8 14.79 Unpacking libexpat1:arm64 (2.2.6-2+deb10u4) ...
13:39:47 #8 14.85 Selecting previously unselected package python3.7-minimal.
13:39:47 #8 ...
13:39:47 
13:39:47 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:47 #12 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:47 #8 14.74 Get:229 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
13:39:47 #8 14.74 Get:230 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
13:39:47 #8 14.74 Get:231 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-message-perl all 6.14-1 [72.1 kB]
13:39:47 #8 14.75 Get:232 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-form-perl all 6.03-1 [23.5 kB]
13:39:47 #8 14.75 Get:233 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tree-perl all 5.07-1 [200 kB]
13:39:47 #8 14.76 Get:234 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
13:39:47 #8 14.81 Get:235 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
13:39:47 #8 14.81 Get:236 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-daemon-perl all 6.01-1 [17.0 kB]
13:39:47 #8 14.82 Get:237 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
13:39:47 #8 14.89 Get:238 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:39:47 
13:39:47 #10 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:39:47 #10 DONE 0.4s
13:39:47 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 11.53MB / 41.61MB 1.0s
13:39:47 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 8.39MB / 17.93MB 1.0s
13:39:47 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 13.63MB / 41.61MB 1.1s
13:39:47 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 10.49MB / 17.93MB 1.1s
13:39:47 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 24.12MB / 45.91MB 1.4s
13:39:47 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 9.34MB / 9.34MB 1.4s
13:39:47 #14 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.5s done
13:39:47 #14 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:47 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 7.34MB / 45.91MB 1.0s
13:39:47 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 11.53MB / 45.91MB 1.3s
13:39:47 #14 ...
13:39:47 
13:39:47 #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
13:39:47 #8 sha256:735cbee17d5baf78fdcb2109aba9687e3739ac72a1a3e4aa835abab30c985bd2
13:39:47 #8 DONE 1.1s
13:39:47 
13:39:47 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:47 #9 sha256:7fd49663945227bd005b6d3026447bb351fab5b03c0a1f7750ee1202fce83e98
13:39:47 #12 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.5s done
13:39:47 #12 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06
13:39:47 #8 13.58 Selecting previously unselected package python3.
13:39:47 #8 13.58 (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 ... 9945 files and directories currently installed.)
13:39:47 #8 13.59 Preparing to unpack .../000-python3_3.9.2-3_arm64.deb ...
13:39:47 #8 13.60 Unpacking python3 (3.9.2-3) ...
13:39:47 #8 13.63 Selecting previously unselected package less.
13:39:47 #8 13.64 Preparing to unpack .../001-less_551-2_arm64.deb ...
13:39:47 #8 13.64 Unpacking less (551-2) ...
13:39:47 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 8.39MB / 45.91MB 1.1s
13:39:47 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 0.9s done
13:39:47 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 0B / 9.34MB 1.1s
13:39:47 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 1.05MB / 9.34MB 1.2s
13:39:47 #14 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 4.4s done
13:39:47 #14 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0
13:39:47 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 10.49MB / 22.30MB 1.5s
13:39:48 #8 14.85 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
13:39:48 #8 14.86 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:39:48 #8 14.89 Get:239 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-pty-perl arm64 1:1.08-1.1build4 [28.9 kB]
13:39:48 #8 14.89 Get:240 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
13:39:48 #8 14.89 Get:241 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-run-perl all 0.96-1 [89.9 kB]
13:39:48 #8 14.90 Get:242 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
13:39:48 #8 14.90 Get:243 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-moreutils-perl arm64 0.416-1build3 [52.7 kB]
13:39:48 #8 14.90 Get:244 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl7 arm64 2.4.6-2 [35.9 kB]
13:39:48 #8 14.96 Get:245 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl-dev arm64 2.4.6-2 [160 kB]
13:39:48 #8 14.97 Get:246 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-http-perl all 6.17-1 [22.7 kB]
13:39:48 #8 14.97 Get:247 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
13:39:48 #8 15.04 Get:248 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
13:39:48 #8 15.05 Get:249 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
13:39:48 #8 15.05 Get:250 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:39:48 #8 15.05 Get:251 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
13:39:48 #8 15.05 Get:252 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librole-tiny-perl all 2.000006-1 [15.9 kB]
13:39:48 #8 15.05 Get:253 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstrictures-perl all 2.000003-1 [16.1 kB]
13:39:48 #8 15.05 Get:254 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-quote-perl all 2.005000-1 [17.0 kB]
13:39:48 #8 15.12 Get:255 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmoo-perl all 2.003004-1 [45.5 kB]
13:39:48 #8 15.12 Get:256 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-perl all 0.37-1 [18.3 kB]
13:39:48 #8 15.12 Get:257 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-identify-perl arm64 0.14-1 [10.3 kB]
13:39:48 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 1.05MB / 45.91MB 0.7s
13:39:48 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 9.34MB / 9.34MB 1.5s done
13:39:48 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 0B / 47.36MB 1.6s
13:39:48 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 28.18MB / 45.91MB 1.7s
13:39:48 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 15.73MB / 41.61MB 1.2s
13:39:48 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 11.53MB / 17.93MB 1.2s
13:39:48 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 13.63MB / 17.93MB 1.3s
13:39:48 #14 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116
13:39:48 #14 DONE 19.0s
13:39:48 
13:39:48 #9 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
13:39:48 #9 sha256:29a247c1d29d01d6c7d2475edf208752095f076d29115e07756a84a55d47562e
13:39:48 #9 DONE 0.7s
13:39:48 
13:39:48 #10 [stage-1 5/9] RUN yum install -y rpm-build rpmlint yum-utils
13:39:48 #10 sha256:0863db91314fbbe28f043f0b3861bc10583e1d7efbf4ff3e04ffaa0492883530
13:39:48 #14 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.6s done
13:39:48 #13 ...
13:39:48 
13:39:48 #7 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f
13:39:48 #7 sha256:1b4ea7f5cbb2920e89fce685dc2cc8b2b5aee4ec9745effb40d69423d804452c
13:39:48 #7 resolve docker.io/library/ubuntu:bionic@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f 0.0s done
13:39:48 #7 sha256:971a12d7e92a23183dead8bfc415aa650e7deb1cc5fed11a3d21f759a891fde9 529B / 529B done
13:39:48 #7 sha256:c6ad7e71ba7d4969784c76f57c4cc9083aa96bb969d802f2ea38f4aaed90ff93 1.46kB / 1.46kB done
13:39:48 #7 sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f 1.41kB / 1.41kB done
13:39:48 #7 sha256:40dd5be53814ae70b2898558673b7ea18d58bf7ab3433560b9ce3cb76d9ff0b1 26.71MB / 26.71MB 2.6s done
13:39:48 #7 extracting sha256:40dd5be53814ae70b2898558673b7ea18d58bf7ab3433560b9ce3cb76d9ff0b1 2.0s done
13:39:48 #7 DONE 5.0s
13:39:48 
13:39:48 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:48 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:48 #13 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 3.8s done
13:39:48 #13 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0
13:39:48 #8 13.69 Selecting previously unselected package netbase.
13:39:48 #8 13.69 Preparing to unpack .../002-netbase_6.3_all.deb ...
13:39:48 #8 13.70 Unpacking netbase (6.3) ...
13:39:48 #8 13.74 Selecting previously unselected package sensible-utils.
13:39:48 #8 13.74 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
13:39:48 #8 13.75 Unpacking sensible-utils (0.0.14) ...
13:39:48 #8 13.78 Selecting previously unselected package bzip2.
13:39:48 #8 13.78 Preparing to unpack .../004-bzip2_1.0.8-4_arm64.deb ...
13:39:48 #8 13.79 Unpacking bzip2 (1.0.8-4) ...
13:39:48 #8 13.83 Selecting previously unselected package openssl.
13:39:48 #8 13.84 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u1_arm64.deb ...
13:39:48 #8 13.84 Unpacking openssl (1.1.1n-0+deb11u1) ...
13:39:48 #8 14.09 Selecting previously unselected package ca-certificates.
13:39:48 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 11.53MB / 45.91MB 1.5s
13:39:48 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 3.15MB / 9.34MB 1.5s
13:39:48 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 13.63MB / 22.30MB 1.9s
13:39:48 #8 15.00 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u1) ...
13:39:48 #8 15.17 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
13:39:48 #8 15.19 Setting up libexpat1:arm64 (2.2.6-2+deb10u4) ...
13:39:48 #8 15.20 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:39:48 #8 15.19 Get:258 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:39:48 #8 15.19 Get:259 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
13:39:48 #8 15.19 Get:260 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
13:39:48 #8 15.19 Get:261 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-xs-perl arm64 0.28-3build2 [15.2 kB]
13:39:48 #8 15.19 Get:262 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
13:39:48 #8 15.20 Get:263 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
13:39:48 #8 15.20 Get:264 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
13:39:48 #8 15.27 Get:265 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-tiny-perl all 0.104-1 [55.3 kB]
13:39:48 #8 15.27 Get:266 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libperlio-gzip-perl arm64 0.19-1build3 [13.5 kB]
13:39:48 #8 15.27 Get:267 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
13:39:48 #8 15.34 Get:268 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
13:39:48 #8 15.34 Get:269 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsasl2-modules arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [42.1 kB]
13:39:48 #8 15.35 Get:270 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-key-perl arm64 1.33-2 [33.6 kB]
13:39:48 #8 15.35 Get:271 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
13:39:48 #8 15.35 Get:272 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:39:48 #8 15.35 Get:273 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
13:39:48 #8 15.35 Get:274 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libunicode-utf8-perl arm64 0.60-1build4 [17.2 kB]
13:39:48 #8 15.42 Get:275 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
13:39:48 #8 15.42 Get:276 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
13:39:48 #8 15.42 Get:277 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
13:39:48 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 4.19MB / 45.91MB 0.9s
13:39:48 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 19.92MB / 41.61MB 1.5s
13:39:48 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 15.73MB / 17.93MB 1.5s
13:39:48 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 22.02MB / 41.61MB 1.6s
13:39:48 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 16.78MB / 17.93MB 1.6s
13:39:48 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 3.15MB / 47.36MB 1.8s
13:39:48 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 32.51MB / 45.91MB 2.0s
13:39:48 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 6.29MB / 47.36MB 2.0s
13:39:48 
13:39:48 #13 [internal] load build context
13:39:48 #13 DONE 0.0s
13:39:48 
13:39:48 #14 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:39:48 #14 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
13:39:48 #14 DONE 0.0s
13:39:48 
13:39:48 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:48 #15 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:48 #15 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
13:39:48 #15 DONE 0.1s
13:39:48 
13:39:48 #14 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:39:48 #14 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
13:39:48 #14 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 0.1s
13:39:48 #14 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 3.9s done
13:39:48 #14 ...
13:39:48 
13:39:48 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724
13:39:48 #7 sha256:f972fadbf0cc603a95018407b982cb0d43028f695be30ed267ddd9da82779cb8
13:39:48 #7 resolve docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724 0.0s done
13:39:48 #7 sha256:9d42d0e3e57bc067d10a75ee33bdd1a5298e95e5fc3c5d1fce98b455cb879249 529B / 529B done
13:39:48 #7 sha256:53df61775e8856a464ca52d4cd9eabbf4eb3ceedbde5afecc57e417e7b7155d5 1.46kB / 1.46kB done
13:39:48 #7 sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724 1.42kB / 1.42kB done
13:39:48 #7 sha256:d5fd17ec1767521cf97f61568096bfc9a7cd9c2d149576a7b43930c5a97062b0 28.57MB / 28.57MB 2.7s done
13:39:48 #7 extracting sha256:d5fd17ec1767521cf97f61568096bfc9a7cd9c2d149576a7b43930c5a97062b0 2.2s done
13:39:48 #7 DONE 5.4s
13:39:48 
13:39:48 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:48 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:48 #14 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0
13:39:48 #13 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.4s done
13:39:48 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 14.68MB / 45.91MB 1.6s
13:39:48 #15 ...
13:39:48 
13:39:48 #13 [internal] load build context
13:39:48 #13 transferring context: 36.57MB 2.5s done
13:39:48 #13 DONE 3.2s
13:39:48 
13:39:48 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:48 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 110.43MB / 110.43MB 2.8s done
13:39:48 #15 extracting sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6
13:39:48 #8 14.09 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
13:39:48 #8 14.12 Unpacking ca-certificates (20210119) ...
13:39:48 #12 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.5s done
13:39:48 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 4.19MB / 9.34MB 1.6s
13:39:48 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 5.24MB / 9.34MB 1.7s
13:39:48 #14 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 5.0s done
13:39:48 #14 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 4.2s done
13:39:48 #14 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0
13:39:48 #14 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.4s done
13:39:48 #14 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06
13:39:48 #8 15.49 Get:278 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-libxml-perl arm64 2.0128+dfsg-5 [297 kB]
13:39:48 #8 15.51 Get:279 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-parser-perl arm64 2.44-2build3 [196 kB]
13:39:48 #8 15.52 Get:280 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
13:39:48 #8 15.52 Get:281 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-simple-perl all 2.24-1 [63.6 kB]
13:39:48 #8 15.52 Get:282 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-libyaml-perl arm64 0.69+repack-1 [24.3 kB]
13:39:48 #8 15.53 Get:283 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 licensecheck all 3.0.31-2 [22.0 kB]
13:39:48 #8 15.53 Get:284 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
13:39:48 #8 15.57 Get:285 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 t1utils arm64 1.41-2 [48.9 kB]
13:39:48 #8 15.57 Get:286 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lintian all 2.5.81ubuntu1 [847 kB]
13:39:48 #8 15.62 Get:287 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB]
13:39:48 #8 15.73 Get:288 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-certifi all 2018.1.18-2 [144 kB]
13:39:48 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 8.39MB / 45.91MB 1.2s
13:39:48 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 9.44MB / 47.36MB 2.1s
13:39:48 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 35.65MB / 45.91MB 2.2s
13:39:48 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 24.12MB / 41.61MB 1.7s
13:39:48 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 17.93MB / 17.93MB 1.7s
13:39:48 #7 sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 17.93MB / 17.93MB 1.7s done
13:39:48 #14 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.0s done
13:39:48 #14 DONE 0.2s
13:39:48 
13:39:48 #16 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:48 #16 resolve docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8 0.0s done
13:39:48 #16 DONE 0.3s
13:39:48 
13:39:48 #13 [internal] load build context
13:39:48 #12 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 7.0s done
13:39:48 #15 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 110.43MB / 110.43MB 5.0s done
13:39:48 #13 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06
13:39:48 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 17.83MB / 45.91MB 2.0s
13:39:48 #12 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 0.1s
13:39:48 #8 14.38 Selecting previously unselected package libmagic-mgc.
13:39:48 #8 14.38 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_arm64.deb ...
13:39:48 #8 14.39 Unpacking libmagic-mgc (1:5.39-3) ...
13:39:48 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 6.29MB / 9.34MB 1.8s
13:39:48 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 14.68MB / 45.91MB 1.9s
13:39:48 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 7.34MB / 9.34MB 1.9s
13:39:48 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 15.73MB / 22.30MB 2.2s
13:39:48 #7 ...
13:39:48 
13:39:48 #9 [internal] load build context
13:39:48 #9 sha256:6eb08b95c281c56a717859b2846f3c4b25a51c648cc3fe22e559e6af235079a9
13:39:48 #9 transferring context: 28.96MB 2.4s done
13:39:48 #9 DONE 2.4s
13:39:48 
13:39:48 #7 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f
13:39:48 #7 sha256:52855308e2aca75b6e940217a73c4c5da76eb8473f330796730201354276f921
13:39:48 #8 15.73 Get:289 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-idna all 2.6-1 [32.5 kB]
13:39:48 #8 15.73 Get:290 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
13:39:48 #8 15.74 Get:291 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
13:39:48 #8 15.74 Get:292 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-unidiff all 0.5.4-1 [7140 B]
13:39:48 #8 15.74 Get:293 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
13:39:48 #8 15.74 Get:294 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 unzip arm64 6.0-21ubuntu1.1 [158 kB]
13:39:48 #8 15.75 Get:295 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 wdiff arm64 1.2.2-2 [27.9 kB]
13:39:48 #8 15.75 Get:296 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 equivs all 2.1.0 [19.4 kB]
13:39:48 #8 15.80 Get:297 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:39:48 #8 15.88 Get:298 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-magic all 2:0.4.15-1 [9280 B]
13:39:48 #8 15.74 Selecting previously unselected package python3-minimal.
13:39:48 #8 15.74 (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 ... 9600 files and directories currently installed.)
13:39:48 #8 15.75 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
13:39:48 #8 15.75 Unpacking python3-minimal (3.7.3-1) ...
13:39:48 #8 15.79 Selecting previously unselected package mime-support.
13:39:48 #8 15.79 Preparing to unpack .../1-mime-support_3.62_all.deb ...
13:39:48 #8 15.79 Unpacking mime-support (3.62) ...
13:39:48 #8 15.83 Selecting previously unselected package libmpdec2:arm64.
13:39:48 #8 15.83 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
13:39:48 #8 15.84 Unpacking libmpdec2:arm64 (2.4.2-2) ...
13:39:48 #8 15.87 Selecting previously unselected package readline-common.
13:39:48 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 11.53MB / 45.91MB 1.4s
13:39:48 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 0B / 53.27MB 2.4s
13:39:48 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 26.21MB / 41.61MB 1.9s
13:39:48 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 29.36MB / 41.61MB 2.1s
13:39:48 #12 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1
13:39:48 #13 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.4s done
13:39:49 #8 14.69 Selecting previously unselected package libmagic1:arm64.
13:39:49 #8 14.69 Preparing to unpack .../008-libmagic1_1%3a5.39-3_arm64.deb ...
13:39:49 #8 14.71 Unpacking libmagic1:arm64 (1:5.39-3) ...
13:39:49 #8 14.76 Selecting previously unselected package file.
13:39:49 #8 14.76 Preparing to unpack .../009-file_1%3a5.39-3_arm64.deb ...
13:39:49 #8 14.77 Unpacking file (1:5.39-3) ...
13:39:49 #8 14.82 Selecting previously unselected package gettext-base.
13:39:49 #15 DONE 5.7s
13:39:49 #14 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.5s done
13:39:49 #14 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06
13:39:49 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 9.34MB / 9.34MB 2.1s done
13:39:49 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 17.83MB / 45.91MB 2.2s
13:39:49 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 0B / 47.36MB 2.2s
13:39:49 #1 pulling image moby/buildkit:buildx-stable-1 4.2s done
13:39:49 #1 creating container buildx_buildkit_jolly_wing0
13:39:49 #14 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.6s done
13:39:49 #14 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.1s
13:39:49 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 18.87MB / 22.30MB 2.5s
13:39:49 #8 16.03 debconf: delaying package configuration, since apt-utils is not installed
13:39:49 #8 16.06 Fetched 87.9 MB in 9s (9571 kB/s)
13:39:49 #8 16.08 Selecting previously unselected package liblocale-gettext-perl.
13:39:49 #8 16.08 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4044 files and directories currently installed.)
13:39:49 #8 16.09 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_arm64.deb ...
13:39:49 #8 16.09 Unpacking liblocale-gettext-perl (1.07-3build2) ...
13:39:49 #8 16.15 Selecting previously unselected package libssl1.1:arm64.
13:39:49 #8 16.15 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.15_arm64.deb ...
13:39:49 #8 16.16 Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.15) ...
13:39:49 #8 16.26 Selecting previously unselected package libpython3.6-minimal:arm64.
13:39:49 #8 15.87 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
13:39:49 #8 15.87 Unpacking readline-common (7.0-5) ...
13:39:49 #8 15.91 Selecting previously unselected package libreadline7:arm64.
13:39:49 #8 15.91 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
13:39:49 #8 15.92 Unpacking libreadline7:arm64 (7.0-5) ...
13:39:49 #8 15.96 Selecting previously unselected package libsqlite3-0:arm64.
13:39:49 #8 15.96 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u1_arm64.deb ...
13:39:49 #8 15.97 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u1) ...
13:39:49 #8 16.04 Selecting previously unselected package libpython3.7-stdlib:arm64.
13:39:49 #8 16.04 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
13:39:49 #8 16.04 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
13:39:49 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 14.68MB / 45.91MB 1.5s
13:39:49 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 17.83MB / 45.91MB 1.7s
13:39:49 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 0B / 7.15MB 1.7s
13:39:49 #14 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.4s done
13:39:49 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 12.58MB / 47.36MB 2.5s
13:39:49 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 39.85MB / 45.91MB 2.7s
13:39:49 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 16.78MB / 47.36MB 2.7s
13:39:49 #14 ...
13:39:49 
13:39:49 #10 [internal] load build context
13:39:49 #10 sha256:ff0b2640977e0af5582c7b834c1719ad7d4fe3afb79af6b4c6c56089d5c2a375
13:39:49 #10 transferring context: 28.96MB 2.8s done
13:39:49 #10 DONE 2.9s
13:39:49 
13:39:49 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:49 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:49 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 3.15MB / 53.27MB 2.8s
13:39:49 mkdir -p sources
13:39:49 docker run --rm -w /v \
13:39:49 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:39:49 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/sources:/v \
13:39:49 	alpine \
13:39:49 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:39:49 #13 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad
13:39:49 #9 1.133 Get:1 http://security.ubuntu.com/ubuntu impish-security InRelease [110 kB]
13:39:49 #9 1.134 Get:2 http://archive.ubuntu.com/ubuntu impish InRelease [270 kB]
13:39:49 #9 1.211 Get:3 http://archive.ubuntu.com/ubuntu impish-updates InRelease [115 kB]
13:39:49 #9 1.227 Get:4 http://archive.ubuntu.com/ubuntu impish-backports InRelease [101 kB]
13:39:49 #9 1.302 Get:5 http://security.ubuntu.com/ubuntu impish-security/main amd64 Packages [406 kB]
13:39:49 #9 1.370 Get:6 http://security.ubuntu.com/ubuntu impish-security/multiverse amd64 Packages [1699 B]
13:39:49 #9 1.370 Get:7 http://security.ubuntu.com/ubuntu impish-security/restricted amd64 Packages [316 kB]
13:39:49 #9 1.370 Get:8 http://security.ubuntu.com/ubuntu impish-security/universe amd64 Packages [225 kB]
13:39:49 #9 1.450 Get:9 http://archive.ubuntu.com/ubuntu impish/multiverse amd64 Packages [256 kB]
13:39:49 #8 14.82 Preparing to unpack .../010-gettext-base_0.21-4_arm64.deb ...
13:39:49 #8 14.83 Unpacking gettext-base (0.21-4) ...
13:39:49 #8 14.90 Selecting previously unselected package manpages.
13:39:49 #8 14.90 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
13:39:49 #8 14.90 Unpacking manpages (5.10-1) ...
13:39:49 #8 15.09 Selecting previously unselected package libmd0:arm64.
13:39:49 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 22.02MB / 45.91MB 2.5s
13:39:49 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 20.97MB / 45.91MB 2.6s
13:39:49 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 4.19MB / 47.36MB 2.6s
13:39:49 #14 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.3s done
13:39:49 #12 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:49 #12 DONE 18.2s
13:39:49 
13:39:49 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:39:49 #8 sha256:7e9e53d712bb4a85e8f9ecf476371f8e2e6cf099d421e42bf400345f9ed75525
13:39:49 #7 ...
13:39:49 
13:39:49 #9 [internal] load build context
13:39:49 #9 sha256:d186f06fb7ddf578d04a88b8a021f28f4f4c1b245bc3640e33c1e2634ccfdac1
13:39:49 #9 transferring context: 28.96MB 2.3s done
13:39:49 #9 DONE 2.3s
13:39:49 
13:39:49 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:28b9dc0abb696ff2daf017e525ecf914b56b6eb61a4080433070422f1345d340
13:39:49 #7 sha256:017fdb17af965d3314696cc70dbbbf08a6a16b62934847bdbabdc4331b64f88f
13:39:49 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 33.55MB / 41.61MB 2.4s
13:39:49 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 35.65MB / 41.61MB 2.5s
13:39:49 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 37.75MB / 41.61MB 2.6s
13:39:49 
13:39:49 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:49 #15 extracting sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6
13:39:49 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 20.97MB / 22.30MB 2.8s
13:39:49 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 22.30MB / 22.30MB 2.9s
13:39:49 #8 16.26 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.7_arm64.deb ...
13:39:49 #8 16.27 Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.7) ...
13:39:49 #8 16.37 Selecting previously unselected package libexpat1:arm64.
13:39:49 #8 16.37 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.7_arm64.deb ...
13:39:49 #8 16.37 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.7) ...
13:39:49 #8 16.42 Selecting previously unselected package python3.6-minimal.
13:39:49 #8 16.42 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.7_arm64.deb ...
13:39:49 #8 16.43 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ...
13:39:49 #8 16.20 Selecting previously unselected package python3.7.
13:39:49 #8 16.20 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u3_arm64.deb ...
13:39:49 #8 16.20 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:39:49 #8 16.24 Selecting previously unselected package libpython3-stdlib:arm64.
13:39:49 #8 16.25 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
13:39:49 #8 16.25 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
13:39:49 #8 16.28 Setting up python3-minimal (3.7.3-1) ...
13:39:49 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 20.97MB / 45.91MB 1.8s
13:39:49 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 1.04MB / 7.15MB 1.8s
13:39:49 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 2.10MB / 7.15MB 1.9s
13:39:49 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 19.92MB / 47.36MB 2.9s
13:39:49 #14 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad
13:39:49 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 5.1s
13:39:49 #7 extracting sha256:d0258d303cefca03de1f560dd731928536a52d39b3b77434c19affd450b9a433 5.2s
13:39:49 #7 ...
13:39:49 
13:39:49 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:49 #12 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:49 #12 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:49 #12 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:49 #12 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:49 #12 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:49 #12 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.1s done
13:39:49 #12 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.5s done
13:39:49 #12 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.7s done
13:39:49 #12 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 2.8s done
13:39:49 #12 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 4.9s done
13:39:49 #12 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 2.3s done
13:39:49 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 4.7s done
13:39:49 #12 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 2.8s done
13:39:49 #12 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.6s done
13:39:49 #12 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.2s
13:39:49 #14 extracting sha256:f231bc54f3b400832eef05bbbe17d7ed7c8c51d68272b477808599196640c6a7 2.7s done
13:39:49 #14 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 0.1s
13:39:49 #14 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad
13:39:49 #9 1.469 Get:10 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages [1793 kB]
13:39:49 #9 1.543 Get:11 http://archive.ubuntu.com/ubuntu impish/universe amd64 Packages [16.7 MB]
13:39:49 #8 15.09 Preparing to unpack .../012-libmd0_1.0.3-3_arm64.deb ...
13:39:49 #8 15.10 Unpacking libmd0:arm64 (1.0.3-3) ...
13:39:49 #8 15.15 Selecting previously unselected package libbsd0:arm64.
13:39:49 #8 15.16 Preparing to unpack .../013-libbsd0_0.11.3-1_arm64.deb ...
13:39:49 #8 15.16 Unpacking libbsd0:arm64 (0.11.3-1) ...
13:39:49 #8 15.22 Selecting previously unselected package libedit2:arm64.
13:39:49 #8 15.22 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_arm64.deb ...
13:39:49 #8 15.23 Unpacking libedit2:arm64 (3.1-20191231-2+b1) ...
13:39:49 #8 15.31 Selecting previously unselected package libcbor0:arm64.
13:39:49 #8 15.31 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_arm64.deb ...
13:39:49 == Building packages for ubuntu-jammy ==
13:39:49 mkdir -p "debbuild/ubuntu-jammy"
13:39:49 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.1-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
13:39:49 #10 transferring context: 28.96MB 3.4s done
13:39:49 #10 DONE 3.5s
13:39:49 
13:39:49 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:49 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:49 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:49 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:49 #14 sha256:f73aff22369c3c7c695f28e300b644fdf9eea7be3e57f9b89c2e26fe73108e7a 7.05kB / 7.05kB done
13:39:49 #14 sha256:d14a88611c591f5e4b1c81fd25277d1a56caaf2ee5bcf96abf2557ec8fb0ac1b 1.79kB / 1.79kB done
13:39:49 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 29.36MB / 45.91MB 3.5s
13:39:49 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 0.9s done
13:39:49 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 9.34MB / 9.34MB 2.1s done
13:39:49 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 8.39MB / 47.36MB 3.5s
13:39:49 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 7.34MB / 53.27MB 3.5s
13:39:49 #8 16.59 Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.15) ...
13:39:49 #8 16.67 Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.7) ...
13:39:49 #8 16.69 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.7) ...
13:39:49 #8 16.71 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ...
13:39:49 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 24.12MB / 45.91MB 2.0s
13:39:49 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 4.19MB / 7.15MB 2.0s
13:39:49 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 5.24MB / 7.15MB 2.1s
13:39:49 #8 16.48 Selecting previously unselected package python3.
13:39:49 #8 16.48 (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 ... 10069 files and directories currently installed.)
13:39:49 #8 16.49 Preparing to unpack .../000-python3_3.7.3-1_arm64.deb ...
13:39:49 #8 16.50 Unpacking python3 (3.7.3-1) ...
13:39:49 #8 16.53 Selecting previously unselected package less.
13:39:49 #8 16.53 Preparing to unpack .../001-less_487-0.1+b1_arm64.deb ...
13:39:49 #8 16.54 Unpacking less (487-0.1+b1) ...
13:39:49 #8 16.58 Selecting previously unselected package netbase.
13:39:49 #8 16.58 Preparing to unpack .../002-netbase_5.6_all.deb ...
13:39:49 #8 16.58 Unpacking netbase (5.6) ...
13:39:49 #8 16.61 Selecting previously unselected package bzip2.
13:39:49 #8 16.61 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
13:39:49 #8 16.62 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:39:49 #8 16.65 Selecting previously unselected package libmagic-mgc.
13:39:49 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.09MB / 45.91MB 3.1s
13:39:49 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 23.07MB / 47.36MB 3.1s
13:39:49 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 7.34MB / 53.27MB 3.1s
13:39:49 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 26.21MB / 47.36MB 3.3s
13:39:49 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 11.53MB / 53.27MB 3.3s
13:39:49 #14 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.5s done
13:39:49 #7 ...
13:39:49 
13:39:49 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:49 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:49 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:49 #13 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.2s done
13:39:49 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:49 #13 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:49 #13 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:49 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 0.9s done
13:39:49 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 0.6s done
13:39:49 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 1.9s done
13:39:49 #13 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 4.3s done
13:39:49 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 3.1s done
13:39:49 #13 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 1.9s done
13:39:49 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 4.9s done
13:39:49 #13 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.5s done
13:39:49 #13 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.5s done
13:39:49 #13 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 0.7s
13:39:49 #14 ...
13:39:49 
13:39:49 #8 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
13:39:49 #8 sha256:0464271b68a6f65f0aaf3f0a8abf16b2c37bebd1fdef2c926826f1d0340def4a
13:39:49 #8 DONE 1.4s
13:39:49 
13:39:49 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:49 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:49 #8 15.38 Unpacking libcbor0:arm64 (0.5.0+dfsg-2) ...
13:39:49 #8 15.42 Selecting previously unselected package libfido2-1:arm64.
13:39:49 #8 15.42 Preparing to unpack .../016-libfido2-1_1.6.0-2_arm64.deb ...
13:39:49 #8 15.43 Unpacking libfido2-1:arm64 (1.6.0-2) ...
13:39:49 #8 15.47 Selecting previously unselected package openssh-client.
13:39:49 #8 15.47 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5_arm64.deb ...
13:39:49 #8 15.48 Unpacking openssh-client (1:8.4p1-5) ...
13:39:49 #8 15.58 Selecting previously unselected package ucf.
13:39:49 #8 15.58 Preparing to unpack .../018-ucf_3.0043_all.deb ...
13:39:49 #8 15.59 Moving old data out of the way
13:39:49 #8 15.59 Unpacking ucf (3.0043) ...
13:39:49 #8 15.62 Selecting previously unselected package xz-utils.
13:39:49 #8 15.63 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
13:39:49 #8 15.63 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:39:49 #8 15.68 Selecting previously unselected package libsigsegv2:arm64.
13:39:49 #8 15.68 Preparing to unpack .../020-libsigsegv2_2.13-1_arm64.deb ...
13:39:49 #8 15.68 Unpacking libsigsegv2:arm64 (2.13-1) ...
13:39:49 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 7.34MB / 47.36MB 3.0s
13:39:49 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 24.12MB / 45.91MB 3.1s
13:39:49 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 26.21MB / 45.91MB 3.0s
13:39:49 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 41.61MB / 41.61MB 3.0s
13:39:49 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 27.26MB / 45.91MB 2.3s
13:39:49 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 2.3s
13:39:49 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 30.41MB / 45.91MB 2.4s
13:39:49 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 2.3s done
13:39:49 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 1.05MB / 9.34MB 2.4s
13:39:49 #8 16.65 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_arm64.deb ...
13:39:49 #8 16.65 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
13:39:49 #8 16.72 Selecting previously unselected package libmagic1:arm64.
13:39:49 #8 16.72 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_arm64.deb ...
13:39:49 #8 16.72 Unpacking libmagic1:arm64 (1:5.35-4+deb10u2) ...
13:39:49 #8 16.76 Selecting previously unselected package file.
13:39:49 #8 16.76 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_arm64.deb ...
13:39:49 #8 16.76 Unpacking file (1:5.35-4+deb10u2) ...
13:39:49 #8 16.80 Selecting previously unselected package gettext-base.
13:39:49 #8 16.80 Preparing to unpack .../007-gettext-base_0.19.8.1-9_arm64.deb ...
13:39:49 #8 16.80 Unpacking gettext-base (0.19.8.1-9) ...
13:39:49 #8 16.85 Selecting previously unselected package krb5-locales.
13:39:49 #8 16.85 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u3_all.deb ...
13:39:49 #8 16.85 Unpacking krb5-locales (1.17-3+deb10u3) ...
13:39:49 #8 16.88 Selecting previously unselected package manpages.
13:39:49 #8 16.88 Preparing to unpack .../009-manpages_4.16-2_all.deb ...
13:39:49 #8 16.89 Unpacking manpages (4.16-2) ...
13:39:49 #8 17.00 Selecting previously unselected package libedit2:arm64.
13:39:49 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 29.36MB / 47.36MB 3.5s
13:39:49 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 15.73MB / 53.27MB 3.5s
13:39:49 #14 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad
13:39:49 #7 sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 22.30MB / 22.30MB 3.1s done
13:39:49 #7 extracting sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a
13:39:50 #12 ...
13:39:50 
13:39:50 #7 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:aa97e5d23ac89b3ca08ab14e6f5248228122a58d8c063fa58a1284cdfb3b600e
13:39:50 #7 sha256:4965838a44966d19500c692070cd33a137ab238ac59ef62c010196567d50e31e
13:39:50 #7 extracting sha256:d0258d303cefca03de1f560dd731928536a52d39b3b77434c19affd450b9a433 5.6s done
13:39:50 #7 DONE 7.8s
13:39:50 
13:39:50 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:39:50 #8 sha256:59ce26c958d6d9881d0ea2c7c54962af7775fbb18d3d7af1a10ccefd5047c325
13:39:50 #8 15.71 Selecting previously unselected package m4.
13:39:50 #8 15.71 Preparing to unpack .../021-m4_1.4.18-5_arm64.deb ...
13:39:50 #8 15.71 Unpacking m4 (1.4.18-5) ...
13:39:50 #8 15.77 Selecting previously unselected package autoconf.
13:39:50 #8 15.77 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
13:39:50 #8 15.78 Unpacking autoconf (2.69-14) ...
13:39:50 #8 15.83 Selecting previously unselected package autotools-dev.
13:39:50 #8 15.83 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
13:39:50 #8 15.84 Unpacking autotools-dev (20180224.1+nmu1) ...
13:39:50 #8 15.88 Selecting previously unselected package automake.
13:39:50 #8 15.88 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
13:39:50 #8 15.88 Unpacking automake (1:1.16.3-2) ...
13:39:50 #8 15.95 Selecting previously unselected package autopoint.
13:39:50 #1 creating container buildx_buildkit_eloquent_shirley0 3.4s done
13:39:50 #1 DONE 7.8s
13:39:50 #7 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 5.0s done
13:39:50 #7 DONE 7.2s
13:39:50 
13:39:50 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:50 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:50 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:50 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:50 #13 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:50 #13 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.2s done
13:39:50 #13 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:50 #13 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.3s done
13:39:50 #13 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 1.3s done
13:39:50 #13 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 4.5s done
13:39:50 #13 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 2.9s done
13:39:50 #13 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 5.1s done
13:39:50 #13 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 3.4s done
13:39:50 #13 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 3.4s done
13:39:50 #13 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.6s done
13:39:50 #13 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.5s done
13:39:50 #13 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad
13:39:50 #9 1.942 Get:12 http://archive.ubuntu.com/ubuntu impish/restricted amd64 Packages [110 kB]
13:39:50 #9 1.958 Get:13 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 Packages [482 kB]
13:39:50 #9 1.960 Get:14 http://archive.ubuntu.com/ubuntu impish-updates/restricted amd64 Packages [323 kB]
13:39:50 #9 1.969 Get:15 http://archive.ubuntu.com/ubuntu impish-updates/universe amd64 Packages [240 kB]
13:39:50 #9 1.983 Get:16 http://archive.ubuntu.com/ubuntu impish-updates/multiverse amd64 Packages [8745 B]
13:39:50 #9 1.984 Get:17 http://archive.ubuntu.com/ubuntu impish-backports/universe amd64 Packages [5198 B]
13:39:50 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 35.65MB / 45.91MB 2.6s
13:39:50 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 5.24MB / 9.34MB 2.6s
13:39:50 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 7.34MB / 9.34MB 2.7s
13:39:50 #2 [internal] load .dockerignore
13:39:50 #2 sha256:c3fcc120d90bcd11110720e5b2f7a0a264641c2c6bc5392bd3cd46e461eeacfe
13:39:50 #2 transferring context: 2B done
13:39:50 #2 DONE 0.1s
13:39:50 
13:39:50 #1 [internal] load build definition from Dockerfile
13:39:50 #1 sha256:a472a252ba7a4aa328e0492deccbd8592575a1ff6757879191fb3f4d99df6ad6
13:39:50 #1 transferring dockerfile: 1.22kB done
13:39:50 #1 DONE 0.2s
13:39:50 
13:39:50 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:50 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:50 #8 17.00 Preparing to unpack .../010-libedit2_3.1-20181209-1_arm64.deb ...
13:39:50 #8 17.00 Unpacking libedit2:arm64 (3.1-20181209-1) ...
13:39:50 #8 17.04 Selecting previously unselected package libkeyutils1:arm64.
13:39:50 #8 17.04 Preparing to unpack .../011-libkeyutils1_1.6-6_arm64.deb ...
13:39:50 #8 17.04 Unpacking libkeyutils1:arm64 (1.6-6) ...
13:39:50 #8 17.07 Selecting previously unselected package libkrb5support0:arm64.
13:39:50 #8 17.08 Preparing to unpack .../012-libkrb5support0_1.17-3+deb10u3_arm64.deb ...
13:39:50 #8 17.08 Unpacking libkrb5support0:arm64 (1.17-3+deb10u3) ...
13:39:50 #8 17.12 Selecting previously unselected package libk5crypto3:arm64.
13:39:50 #8 17.12 Preparing to unpack .../013-libk5crypto3_1.17-3+deb10u3_arm64.deb ...
13:39:50 #8 17.12 Unpacking libk5crypto3:arm64 (1.17-3+deb10u3) ...
13:39:50 #8 17.16 Selecting previously unselected package libkrb5-3:arm64.
13:39:50 #8 17.17 Preparing to unpack .../014-libkrb5-3_1.17-3+deb10u3_arm64.deb ...
13:39:50 #8 17.17 Unpacking libkrb5-3:arm64 (1.17-3+deb10u3) ...
13:39:50 #8 17.24 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:39:50 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 3.5s done
13:39:50 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 32.51MB / 47.36MB 3.7s
13:39:50 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 18.87MB / 53.27MB 3.7s
13:39:50 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 0B / 110.02MB 3.7s
13:39:50 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa
13:39:50 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 22.02MB / 53.27MB 3.9s
13:39:50 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 32.51MB / 45.91MB 3.9s
13:39:50 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 11.53MB / 47.36MB 3.9s
13:39:50 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 10.49MB / 53.27MB 4.0s
13:39:50 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 10.49MB / 47.36MB 3.3s
13:39:50 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 27.26MB / 45.91MB 3.5s
13:39:50 #8 17.24 Selecting previously unselected package python3-minimal.
13:39:50 #8 17.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 ... 4315 files and directories currently installed.)
13:39:50 #8 17.24 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ...
13:39:50 #8 17.24 Unpacking python3-minimal (3.6.7-1~18.04) ...
13:39:50 #8 17.28 Selecting previously unselected package mime-support.
13:39:50 #8 17.28 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
13:39:50 #8 17.29 Unpacking mime-support (3.60ubuntu1) ...
13:39:50 #8 17.33 Selecting previously unselected package libmpdec2:arm64.
13:39:50 #8 17.33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ...
13:39:50 #8 17.33 Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ...
13:39:50 #8 17.37 Selecting previously unselected package readline-common.
13:39:50 #9 7.907  * base: download.cf.centos.org
13:39:50 #9 7.907  * extras: download.cf.centos.org
13:39:50 #9 7.907  * updates: download.cf.centos.org
13:39:50 #8 15.96 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
13:39:50 #8 15.96 Unpacking autopoint (0.21-4) ...
13:39:50 #8 16.00 Selecting previously unselected package binutils-common:arm64.
13:39:50 #8 16.00 Preparing to unpack .../026-binutils-common_2.35.2-2_arm64.deb ...
13:39:50 #8 16.00 Unpacking binutils-common:arm64 (2.35.2-2) ...
13:39:50 #8 16.21 Selecting previously unselected package libbinutils:arm64.
13:39:50 #4 ...
13:39:50 
13:39:50 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
13:39:50 #5 sha256:3b72b8c2196912526c334482542e512354b3e306bd257ae24302dc9376f54d74
13:39:50 #5 DONE 0.0s
13:39:50 
13:39:50 #6 [auth] library/golang:pull token for registry-1.docker.io
13:39:50 #6 sha256:5a6378070e73aac3383b40c178e7446d43f41e909ed01fb5b00c2a38659d2c5b
13:39:50 #6 DONE 0.0s
13:39:50 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 39.85MB / 45.91MB 2.9s
13:39:50 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 9.34MB / 9.34MB 2.9s done
13:39:50 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 2.10MB / 47.36MB 2.9s
13:39:50 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 0B / 53.27MB 3.0s
13:39:50 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 36.70MB / 47.36MB 4.0s
13:39:50 #8 17.24 Preparing to unpack .../015-libgssapi-krb5-2_1.17-3+deb10u3_arm64.deb ...
13:39:50 #8 17.24 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ...
13:39:50 #8 17.29 Selecting previously unselected package openssh-client.
13:39:50 #8 17.29 Preparing to unpack .../016-openssh-client_1%3a7.9p1-10+deb10u2_arm64.deb ...
13:39:50 #8 17.30 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
13:39:50 #8 17.39 Selecting previously unselected package ucf.
13:39:50 #8 17.39 Preparing to unpack .../017-ucf_3.0038+nmu1_all.deb ...
13:39:50 #8 17.40 Moving old data out of the way
13:39:50 #8 17.40 Unpacking ucf (3.0038+nmu1) ...
13:39:50 #8 17.43 Selecting previously unselected package xz-utils.
13:39:50 #8 17.43 Preparing to unpack .../018-xz-utils_5.2.4-1+deb10u1_arm64.deb ...
13:39:50 #8 17.44 Unpacking xz-utils (5.2.4-1+deb10u1) ...
13:39:50 #8 17.48 Selecting previously unselected package libfl2:arm64.
13:39:50 #8 17.48 Preparing to unpack .../019-libfl2_2.6.4-6.2_arm64.deb ...
13:39:50 #8 17.49 Unpacking libfl2:arm64 (2.6.4-6.2) ...
13:39:50 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 35.65MB / 45.91MB 4.3s
13:39:50 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 14.68MB / 47.36MB 4.3s
13:39:50 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 31.46MB / 45.91MB 3.5s
13:39:50 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 13.63MB / 47.36MB 3.7s
13:39:50 #8 17.37 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
13:39:50 #8 17.38 Unpacking readline-common (7.0-3) ...
13:39:50 #8 17.42 Selecting previously unselected package libreadline7:arm64.
13:39:50 #8 17.42 Preparing to unpack .../4-libreadline7_7.0-3_arm64.deb ...
13:39:50 #8 17.42 Unpacking libreadline7:arm64 (7.0-3) ...
13:39:50 #8 17.47 Selecting previously unselected package libsqlite3-0:arm64.
13:39:50 #8 17.47 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.4_arm64.deb ...
13:39:50 #8 17.47 Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.4) ...
13:39:50 #8 17.54 Selecting previously unselected package libpython3.6-stdlib:arm64.
13:39:50 #8 17.54 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.7_arm64.deb ...
13:39:50 #8 17.54 Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.7) ...
13:39:50 #7 sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 41.61MB / 41.61MB 3.4s done
13:39:50 #7 extracting sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd
13:39:50 #8 16.21 Preparing to unpack .../027-libbinutils_2.35.2-2_arm64.deb ...
13:39:50 #8 16.22 Unpacking libbinutils:arm64 (2.35.2-2) ...
13:39:50 #8 16.30 Selecting previously unselected package libctf-nobfd0:arm64.
13:39:50 #8 16.30 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_arm64.deb ...
13:39:50 #8 16.31 Unpacking libctf-nobfd0:arm64 (2.35.2-2) ...
13:39:50 #8 16.35 Selecting previously unselected package libctf0:arm64.
13:39:50 #8 16.35 Preparing to unpack .../029-libctf0_2.35.2-2_arm64.deb ...
13:39:50 #8 16.36 Unpacking libctf0:arm64 (2.35.2-2) ...
13:39:50 #8 16.39 Selecting previously unselected package binutils-aarch64-linux-gnu.
13:39:50 #8 16.39 Preparing to unpack .../030-binutils-aarch64-linux-gnu_2.35.2-2_arm64.deb ...
13:39:50 #8 16.40 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
13:39:50 
13:39:50 #3 [internal] load metadata for docker.io/library/ubuntu:jammy
13:39:50 #3 sha256:b8ce80cc34dc11bf68543cc943665e74758259e8f14555015cec4d6bcbe11ce4
13:39:50 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 44.04MB / 45.91MB 3.1s
13:39:50 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 6.29MB / 47.36MB 3.1s
13:39:50 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 39.85MB / 47.36MB 4.4s
13:39:50 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 26.21MB / 53.27MB 4.4s
13:39:50 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 6.29MB / 110.02MB 4.4s
13:39:50 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 13.63MB / 53.27MB 4.4s
13:39:50 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 38.80MB / 45.91MB 4.6s
13:39:50 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 17.83MB / 47.36MB 4.6s
13:39:50 #8 17.53 Selecting previously unselected package at.
13:39:50 #8 17.53 Preparing to unpack .../020-at_3.1.23-1_arm64.deb ...
13:39:50 #8 17.54 Unpacking at (3.1.23-1) ...
13:39:50 #8 17.58 Selecting previously unselected package libsigsegv2:arm64.
13:39:50 #8 17.58 Preparing to unpack .../021-libsigsegv2_2.12-2_arm64.deb ...
13:39:50 #8 17.58 Unpacking libsigsegv2:arm64 (2.12-2) ...
13:39:50 #8 17.61 Selecting previously unselected package m4.
13:39:50 #8 17.61 Preparing to unpack .../022-m4_1.4.18-2_arm64.deb ...
13:39:50 #8 17.62 Unpacking m4 (1.4.18-2) ...
13:39:50 #8 17.66 Selecting previously unselected package autoconf.
13:39:50 #8 17.66 Preparing to unpack .../023-autoconf_2.69-11_all.deb ...
13:39:50 #8 17.67 Unpacking autoconf (2.69-11) ...
13:39:50 #8 17.72 Selecting previously unselected package autotools-dev.
13:39:50 #10 1.968 CentOS Stream 8 - AppStream                      16 MB/s |  18 MB     00:01    
13:39:50 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 30.41MB / 45.91MB 3.9s
13:39:50 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 35.65MB / 45.91MB 4.0s
13:39:50 
13:39:50 #2 [internal] load build definition from Dockerfile
13:39:50 #2 transferring dockerfile:
13:39:50 #2 transferring dockerfile: 4.97kB done
13:39:50 #2 DONE 0.2s
13:39:50 
13:39:50 #3 [internal] load .dockerignore
13:39:50 #3 transferring context: 263B done
13:39:50 #3 DONE 0.1s
13:39:50 
13:39:50 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:39:50 #8 17.70 Selecting previously unselected package python3.6.
13:39:50 #8 17.70 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.7_arm64.deb ...
13:39:50 #8 17.70 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.7) ...
13:39:50 #8 17.74 Selecting previously unselected package libpython3-stdlib:arm64.
13:39:50 #8 17.74 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ...
13:39:50 #8 17.75 Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
13:39:50 #8 17.78 Setting up python3-minimal (3.6.7-1~18.04) ...
13:39:50 #7 ...
13:39:50 
13:39:50 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:50 #12 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:50 #12 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:50 #12 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:50 #12 sha256:f1e97d64a50f4c2b4fa61211f5206e636a54f992a047d192d6d068fbcd1946c3 1.79kB / 1.79kB done
13:39:50 #12 sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 50.44MB / 50.44MB 1.0s done
13:39:50 #12 sha256:7f157abc65790f9f770cdae8b17c2fac5183f98a632b5cf186dee17d3ea4d867 7.05kB / 7.05kB done
13:39:50 #12 sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 7.86MB / 7.86MB 0.4s done
13:39:50 #12 sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 10.00MB / 10.00MB 1.1s done
13:39:50 #12 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 4.7s done
13:39:50 #12 sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 68.80MB / 68.80MB 2.8s done
13:39:50 #12 sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 141.70MB / 141.70MB 4.8s done
13:39:50 #12 sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 51.84MB / 51.84MB 3.2s done
13:39:50 #12 sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc 155B / 155B 3.2s done
13:39:50 #12 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.5s done
13:39:50 #12 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.5s
13:39:50 #12 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.6s done
13:39:50 #15 extracting sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 4.6s done
13:39:50 #15 extracting sha256:48a657773900190e59f0ba6a0b06f6708be5a593336955df99496b40dd24e06d 0.0s done
13:39:50 #15 DONE 7.9s
13:39:50 
13:39:50 #17 [linux/arm64 build-base-alpine 2/4] COPY --from=xx / /
13:39:50 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 3.15MB / 53.27MB 3.3s
13:39:50 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 10.49MB / 47.36MB 3.5s
13:39:50 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 6.29MB / 53.27MB 3.5s
13:39:50 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 17.83MB / 53.27MB 4.7s
13:39:50 #3 DONE 0.5s
13:39:50 
13:39:50 #4 [internal] load metadata for docker.io/library/golang:1.18.1-buster
13:39:50 #4 sha256:24bfe90fc670f6e31f3c83693e7f27051a7e5430086cf69bdc255b9945eb12f7
13:39:50 #4 DONE 0.6s
13:39:50 
13:39:50 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:50 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:50 #14 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.1s done
13:39:50 #8 17.72 Preparing to unpack .../024-autotools-dev_20180224.1_all.deb ...
13:39:50 #8 17.72 Unpacking autotools-dev (20180224.1) ...
13:39:50 #8 17.77 Selecting previously unselected package automake.
13:39:50 #8 17.77 Preparing to unpack .../025-automake_1%3a1.16.1-4_all.deb ...
13:39:50 #8 17.78 Unpacking automake (1:1.16.1-4) ...
13:39:50 #8 17.85 Selecting previously unselected package autopoint.
13:39:50 #8 17.85 Preparing to unpack .../026-autopoint_0.19.8.1-9_all.deb ...
13:39:50 #8 17.86 Unpacking autopoint (0.19.8.1-9) ...
13:39:50 #8 17.89 Selecting previously unselected package binutils-common:arm64.
13:39:50 #8 17.89 Preparing to unpack .../027-binutils-common_2.31.1-16_arm64.deb ...
13:39:50 #8 17.90 Unpacking binutils-common:arm64 (2.31.1-16) ...
13:39:50 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 38.80MB / 45.91MB 4.3s
13:39:50 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 16.78MB / 47.36MB 4.0s
13:39:50 #4 DONE 0.0s
13:39:50 
13:39:50 #5 resolve image config for docker.io/docker/dockerfile:1
13:39:50 #8 17.97 Selecting previously unselected package python3.
13:39:50 #8 17.97 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4773 files and directories currently installed.)
13:39:50 #8 17.98 Preparing to unpack .../0-python3_3.6.7-1~18.04_arm64.deb ...
13:39:50 #8 17.99 Unpacking python3 (3.6.7-1~18.04) ...
13:39:50 #8 18.02 Selecting previously unselected package multiarch-support.
13:39:50 #8 18.02 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.5_arm64.deb ...
13:39:50 #8 18.02 Unpacking multiarch-support (2.27-3ubuntu1.5) ...
13:39:50 #8 18.06 Selecting previously unselected package libxau6:arm64.
13:39:50 #8 18.06 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ...
13:39:50 #8 18.06 Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ...
13:39:50 #8 18.10 Selecting previously unselected package libbsd0:arm64.
13:39:50 #8 18.10 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ...
13:39:50 #8 18.10 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ...
13:39:50 #8 18.14 Selecting previously unselected package libxdmcp6:arm64.
13:39:51 #13 ...
13:39:51 
13:39:51 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:c73f515d06b0fa07bb18d8202035e739a494ce760aa73129f60f4bf2bd22b407
13:39:51 #7 sha256:8c82933c032a7bd124a27346cd3e10fe831376502aac9e75ecc612ae5f699533
13:39:51 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 6.7s done
13:39:51 #7 DONE 8.9s
13:39:51 
13:39:51 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:51 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:51 #13 ...
13:39:51 
13:39:51 #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
13:39:51 #8 sha256:0c865b8ab2a87bf276de103e1ce93ffabb9897da883cfbb12659c77bddd72c21
13:39:51 #12 ...
13:39:51 
13:39:51 #7 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
13:39:51 #7 sha256:3099f0663f3fd64b15a1ec349269aabcb46d49b91981b3a651eea001bb4a7f34
13:39:51 #7 extracting sha256:054e3e802ba7bde57dcc19df7b12ac4fecb92bc0c3e7b591210bcea96f993b5d 5.5s done
13:39:51 #7 DONE 7.5s
13:39:51 
13:39:51 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:51 #12 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:51 #12 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad
13:39:51 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 3.7s done
13:39:51 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 13.63MB / 47.36MB 3.7s
13:39:51 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 9.44MB / 53.27MB 3.7s
13:39:51 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 42.99MB / 45.91MB 5.0s
13:39:51 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 21.45MB / 47.36MB 5.0s
13:39:51 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 20.97MB / 53.27MB 5.1s
13:39:51 #8 16.66 Selecting previously unselected package binutils.
13:39:51 #8 16.66 Preparing to unpack .../031-binutils_2.35.2-2_arm64.deb ...
13:39:51 #8 16.67 Unpacking binutils (2.35.2-2) ...
13:39:51 #8 16.70 Selecting previously unselected package libc-dev-bin.
13:39:51 #8 16.70 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u3_arm64.deb ...
13:39:51 #8 16.70 Unpacking libc-dev-bin (2.31-13+deb11u3) ...
13:39:51 #8 16.74 Selecting previously unselected package linux-libc-dev:arm64.
13:39:51 #8 16.74 Preparing to unpack .../033-linux-libc-dev_5.10.113-1_arm64.deb ...
13:39:51 #8 16.75 Unpacking linux-libc-dev:arm64 (5.10.113-1) ...
13:39:51 #8 16.89 Selecting previously unselected package libcrypt-dev:arm64.
13:39:51 #8 16.89 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_arm64.deb ...
13:39:51 #8 16.90 Unpacking libcrypt-dev:arm64 (1:4.4.18-4) ...
13:39:51 #8 16.93 Selecting previously unselected package libtirpc-dev:arm64.
13:39:51 #14 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:51 #14 sha256:f73aff22369c3c7c695f28e300b644fdf9eea7be3e57f9b89c2e26fe73108e7a 7.05kB / 7.05kB done
13:39:51 #14 sha256:d14a88611c591f5e4b1c81fd25277d1a56caaf2ee5bcf96abf2557ec8fb0ac1b 1.79kB / 1.79kB done
13:39:51 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 0B / 45.91MB 0.1s
13:39:51 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 0B / 7.15MB 0.1s
13:39:51 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 1.05MB / 7.15MB 0.2s
13:39:51 #8 18.10 Selecting previously unselected package libbinutils:arm64.
13:39:51 #8 18.10 Preparing to unpack .../028-libbinutils_2.31.1-16_arm64.deb ...
13:39:51 #8 18.11 Unpacking libbinutils:arm64 (2.31.1-16) ...
13:39:51 #8 18.17 Selecting previously unselected package binutils-aarch64-linux-gnu.
13:39:51 #8 18.18 Preparing to unpack .../029-binutils-aarch64-linux-gnu_2.31.1-16_arm64.deb ...
13:39:51 #8 18.18 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
13:39:51 #7 ...
13:39:51 
13:39:51 #9 [internal] load build context
13:39:51 #9 sha256:908ef342fb7434801d52241d535135598d497d9f9a534457cbfd4edcb3fe60b3
13:39:51 #9 transferring context: 28.96MB 4.6s done
13:39:51 #9 DONE 4.6s
13:39:51 
13:39:51 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761
13:39:51 #7 sha256:26fd4ff7d2abb3cd677f8515069bb3cd8597d37a0225efa0cfbc778a60292762
13:39:51 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 33.55MB / 45.91MB 4.3s
13:39:51 #13 ...
13:39:51 
13:39:51 #9 [internal] load build context
13:39:51 #9 sha256:6435905306f8535cb9b53ef5753cf947990ab93cfc91507590a5d00146e147bd
13:39:51 #9 transferring context: 28.96MB 4.4s done
13:39:51 #9 DONE 4.5s
13:39:51 
13:39:51 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:51 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:51 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 20.97MB / 47.36MB 4.5s
13:39:51 #8 18.14 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
13:39:51 #8 18.14 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
13:39:51 #8 18.18 Selecting previously unselected package libxcb1:arm64.
13:39:51 #8 18.18 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_arm64.deb ...
13:39:51 #8 18.18 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ...
13:39:51 #8 18.22 Selecting previously unselected package libx11-data.
13:39:51 #8 18.23 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
13:39:51 #8 18.23 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
13:39:51 #8 18.30 Selecting previously unselected package libx11-6:arm64.
13:39:51 #8 18.30 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_arm64.deb ...
13:39:51 #8 18.30 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ...
13:39:51 #8 18.37 Setting up multiarch-support (2.27-3ubuntu1.5) ...
13:39:51 #8 18.41 Selecting previously unselected package libxext6:arm64.
13:39:51 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 42.99MB / 47.36MB 4.9s
13:39:51 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 29.36MB / 53.27MB 4.9s
13:39:51 #13 transferring context: 22.10MB 2.5s
13:39:51 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 1.05MB / 110.02MB 3.9s
13:39:51 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa
13:39:51 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 12.58MB / 53.27MB 4.0s
13:39:51 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 24.12MB / 47.36MB 5.2s
13:39:51 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 5.4s
13:39:51 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 28.31MB / 47.36MB 5.4s
13:39:51 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 25.17MB / 53.27MB 5.4s
13:39:51 #8 16.93 Preparing to unpack .../035-libtirpc-dev_1.3.1-1_arm64.deb ...
13:39:51 #8 16.94 Unpacking libtirpc-dev:arm64 (1.3.1-1) ...
13:39:51 #8 16.98 Selecting previously unselected package libnsl-dev:arm64.
13:39:51 #8 16.98 Preparing to unpack .../036-libnsl-dev_1.3.0-2_arm64.deb ...
13:39:51 #8 16.98 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
13:39:51 #8 17.02 Selecting previously unselected package libc6-dev:arm64.
13:39:51 #8 17.02 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u3_arm64.deb ...
13:39:51 #8 17.02 Unpacking libc6-dev:arm64 (2.31-13+deb11u3) ...
13:39:51 #8 18.42 Selecting previously unselected package binutils.
13:39:51 #8 18.42 Preparing to unpack .../030-binutils_2.31.1-16_arm64.deb ...
13:39:51 #8 18.42 Unpacking binutils (2.31.1-16) ...
13:39:51 #8 18.45 Selecting previously unselected package libc-dev-bin.
13:39:51 #8 18.45 Preparing to unpack .../031-libc-dev-bin_2.28-10+deb10u1_arm64.deb ...
13:39:51 #8 18.46 Unpacking libc-dev-bin (2.28-10+deb10u1) ...
13:39:51 #8 18.49 Selecting previously unselected package linux-libc-dev:arm64.
13:39:51 #8 18.49 Preparing to unpack .../032-linux-libc-dev_4.19.235-1_arm64.deb ...
13:39:51 #8 18.50 Unpacking linux-libc-dev:arm64 (4.19.235-1) ...
13:39:51 #21 ...
13:39:51 
13:39:51 #24 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:39:51 #24 18.66 + cd /tmp/tmp.n2Mp65XzuL/src/github.com/containerd/containerd
13:39:51 #24 18.66 + git checkout -q v1.6.3
13:39:51 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 41.94MB / 45.91MB 4.7s
13:39:51 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 38.80MB / 45.91MB 4.6s
13:39:51 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 41.94MB / 45.91MB 4.8s
13:39:51 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 24.12MB / 47.36MB 4.8s
13:39:51 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 2.10MB / 7.15MB 0.4s
13:39:51 #8 18.41 (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 ... 5097 files and directories currently installed.)
13:39:51 #8 18.42 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_arm64.deb ...
13:39:51 #8 18.42 Unpacking libxext6:arm64 (2:1.3.3-1) ...
13:39:51 #8 18.46 Selecting previously unselected package bsdmainutils.
13:39:51 #8 18.46 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_arm64.deb ...
13:39:51 #8 18.46 Unpacking bsdmainutils (11.1.2ubuntu1) ...
13:39:51 #8 18.51 Selecting previously unselected package groff-base.
13:39:51 #8 18.51 Preparing to unpack .../002-groff-base_1.22.3-10_arm64.deb ...
13:39:51 #8 18.51 Unpacking groff-base (1.22.3-10) ...
13:39:51 #8 18.58 Selecting previously unselected package libgdbm5:arm64.
13:39:51 #8 18.58 Preparing to unpack .../003-libgdbm5_1.14.1-6_arm64.deb ...
13:39:51 #8 18.58 Unpacking libgdbm5:arm64 (1.14.1-6) ...
13:39:51 #8 18.62 Selecting previously unselected package libpipeline1:arm64.
13:39:51 #8 18.62 Preparing to unpack .../004-libpipeline1_1.5.0-1_arm64.deb ...
13:39:51 #8 18.62 Unpacking libpipeline1:arm64 (1.5.0-1) ...
13:39:51 #8 18.67 Selecting previously unselected package man-db.
13:39:51 #9 3.215 Fetched 21.5 MB in 2s (8834 kB/s)
13:39:51 #5 DONE 0.7s
13:39:51 
13:39:51 #6 docker-image://docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad
13:39:51 #6 resolve docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad 0.0s done
13:39:51 #6 DONE 0.1s
13:39:51 
13:39:51 #6 docker-image://docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad
13:39:51 #13 transferring context: 36.57MB 3.1s done
13:39:51 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 17.83MB / 47.36MB 4.2s
13:39:51 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 5.6s done
13:39:51 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 32.51MB / 47.36MB 5.6s
13:39:51 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 29.36MB / 53.27MB 5.6s
13:39:51 #14 ...
13:39:51 
13:39:51 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:51 #9 sha256:dc61eb5210dcb528f296fa9b93c9d543bfaeade9abda22ba6a9953f7d11211f5
13:39:51 #9 0.997 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
13:39:51 #9 1.409 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
13:39:51 #9 1.508 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
13:39:51 #9 1.605 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
13:39:51 #9 1.702 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
13:39:51 #9 1.717 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
13:39:51 #9 1.735 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
13:39:51 #9 2.527 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
13:39:51 #9 2.541 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [4157 B]
13:39:51 #9 2.543 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9066 B]
13:39:51 #9 2.544 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1092 kB]
13:39:51 #9 2.555 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1510 kB]
13:39:51 #9 2.654 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [26.0 kB]
13:39:51 #9 2.655 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [51.2 kB]
13:39:51 #9 2.657 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3254 B]
13:39:51 #9 2.658 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1159 kB]
13:39:51 #9 2.706 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [3916 B]
13:39:51 #9 2.706 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [805 kB]
13:39:51 #9 3.357 Fetched 17.8 MB in 3s (6288 kB/s)
13:39:51 #9 3.357 Reading package lists...
13:39:51 #9 4.131 Reading package lists...
13:39:51 #9 4.892 Building dependency tree...
13:39:51 #9 5.049 Reading state information...
13:39:51 #9 5.256 The following additional packages will be installed:
13:39:51 #9 5.256   at autoconf automake autopoint autotools-dev binutils
13:39:51 #9 5.256   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
13:39:51 #9 5.256   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
13:39:51 #9 5.256   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
13:39:51 #9 5.257   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
13:39:51 #9 5.257   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:39:51 #9 5.257   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
13:39:51 #9 5.257   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:39:51 #8 17.26 Selecting previously unselected package libisl23:arm64.
13:39:51 #9 5.257   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:51 #9 5.257   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
13:39:51 #9 5.257   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:39:51 #9 5.257   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:51 #9 5.257   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
13:39:51 #9 5.257   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:39:51 #9 5.257   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:39:51 #9 5.258   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
13:39:51 #9 5.258   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:39:51 #9 5.258   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
13:39:51 #9 5.258   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:39:51 #9 5.258   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
13:39:51 #9 5.258   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:39:51 #9 5.258   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:39:51 #9 5.258   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:39:51 #9 5.258   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:39:51 #9 5.258   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:39:51 #9 5.258   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:39:51 #9 5.258   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:39:51 #9 5.258   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:39:51 #9 5.258   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:39:51 #9 5.258   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:39:51 #9 5.259   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:39:51 #9 5.259   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:51 #9 5.259   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:51 #9 5.259   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:39:51 #9 5.259   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:39:51 #9 5.259   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:39:51 #9 5.259   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:39:51 #9 5.259   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
13:39:51 #9 5.259   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
13:39:51 #9 5.259   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
13:39:51 #9 5.259   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:39:51 #9 5.259   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:39:51 #9 5.259   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:51 #9 5.259   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:39:51 #9 5.259   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:51 #9 5.259   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
13:39:51 #9 5.259   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:39:51 #9 5.259   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:39:51 #9 5.259   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:39:51 #9 5.259   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:39:51 #9 5.259   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:39:51 #9 5.259   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:39:51 #9 5.259   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:39:51 #9 5.259   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:39:51 #9 5.259   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
13:39:51 #9 5.259   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:39:51 #9 5.259   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:39:51 #9 5.265   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:39:51 #9 5.265   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:39:51 #9 5.265   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:39:51 #9 5.265   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:39:51 #9 5.265   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:39:51 #9 5.265   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:39:51 #9 5.265   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:51 #9 5.265   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:39:51 #9 5.265   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:39:51 #9 5.265   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
13:39:51 #9 5.265   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:39:51 #9 5.265   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:39:51 #9 5.265   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:39:51 #9 5.265   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:39:51 #9 5.265   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:51 #9 5.265   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:39:51 #9 5.265   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:39:51 #9 5.265   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:39:51 #9 5.265   openssh-client openssl patch patchutils perl perl-modules-5.30
13:39:51 #9 5.265   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:39:51 #9 5.265   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:39:51 #9 5.265   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:39:51 #9 5.265   python3-pkg-resources python3-requests python3-six python3-unidiff
13:39:51 #9 5.265   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:39:51 #9 5.265   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:39:51 #9 5.265   xz-utils
13:39:51 #9 5.265 Suggested packages:
13:39:51 #9 5.265   default-mta | mail-transport-agent autoconf-archive gnu-standards
13:39:51 #9 5.265   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
13:39:51 #9 5.265   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
13:39:51 #9 5.265   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
13:39:51 #9 5.265   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:39:51 #9 5.265   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:51 #9 5.265   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:39:51 #9 5.265   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
13:39:51 #9 5.265   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
13:39:51 #9 5.265   mini-dinstall rsync gcc-9-doc gcc-multilib flex bison gdb gcc-doc
13:39:51 #9 5.265   gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
13:39:51 #9 5.265   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
13:39:51 #9 5.265   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
13:39:51 #9 5.265   libgssapi-perl glibc-doc bzr gdbm-l10n krb5-doc krb5-user libtool-doc
13:39:51 #9 5.265   libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
13:39:51 #9 5.265   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
13:39:51 #9 5.265   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
13:39:51 #9 5.265   libstdc++-9-doc libbareword-filehandles-perl libindirect-perl
13:39:51 #9 5.265   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
13:39:51 #9 5.265   libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:39:51 #9 5.265   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:39:51 #9 5.265   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:39:51 #9 5.265   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:39:51 #9 5.265   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
13:39:51 #9 5.265   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
13:39:51 #9 5.265   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:39:51 #9 5.265   python3-cryptography python3-openssl python3-socks python3.8-venv
13:39:51 #9 5.265   python3.8-doc binfmt-support readline-doc zip wdiff-doc
13:39:51 #9 5.575 The following NEW packages will be installed:
13:39:51 #9 5.575   at autoconf automake autopoint autotools-dev binutils
13:39:51 #9 5.575   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
13:39:51 #9 5.575   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
13:39:51 #9 5.575   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:39:51 #9 5.575   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
13:39:51 #9 5.575   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:39:51 #9 5.575   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
13:39:51 #9 5.575   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:39:51 #9 5.575   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
13:39:51 #9 5.575   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
13:39:51 #9 5.575   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:39:51 #9 5.575   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:51 #9 5.575   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
13:39:51 #9 5.575   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:39:51 #9 5.575   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:39:51 #9 5.575   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
13:39:51 #9 5.575   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:39:51 #9 5.575   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
13:39:51 #9 5.575   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:39:51 #9 5.575   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
13:39:51 #9 5.575   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:39:51 #9 5.575   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:39:51 #9 5.575   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:39:51 #9 5.575   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:39:51 #9 5.575   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:39:51 #9 5.576   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:39:51 #9 5.576   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:39:51 #9 5.576   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:39:51 #9 5.576   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:39:51 #9 5.576   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:39:51 #9 5.576   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:39:51 #9 5.576   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:51 #9 5.576   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:51 #9 5.576   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:39:51 #9 5.576   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:39:51 #9 5.576   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:39:51 #9 5.576   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:39:51 #9 5.576   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
13:39:51 #9 5.576   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
13:39:51 #9 5.576   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
13:39:51 #9 5.576   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:39:51 #9 5.576   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:39:51 #9 5.576   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:51 #9 5.576   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:39:51 #9 5.576   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:51 #9 5.576   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
13:39:51 #9 5.576   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:39:51 #9 5.576   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:39:51 #9 5.576   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:39:51 #9 5.576   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:39:51 #9 5.576   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:39:51 #9 5.576   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:39:51 #9 5.576   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:39:51 #9 5.576   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:39:51 #9 5.576   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
13:39:51 #9 5.576   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:39:51 #9 5.576   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:39:51 #9 5.576   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:39:51 #9 5.576   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:39:51 #9 5.576   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:39:51 #9 5.576   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:39:51 #9 5.576   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:39:51 #9 5.576   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:39:51 #9 5.576   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:51 #9 5.576   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:39:51 #9 5.576   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:39:51 #9 5.576   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
13:39:51 #9 5.576   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:39:51 #9 5.576   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:39:51 #9 5.576   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:39:51 #9 5.576   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:39:51 #9 5.576   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:51 #9 5.576   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:39:51 #9 5.576   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:39:51 #9 5.576   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:39:51 #9 5.576   openssh-client openssl patch patchutils perl perl-modules-5.30
13:39:51 #9 5.576   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:39:51 #9 5.576   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:39:51 #9 5.576   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:39:51 #9 5.576   python3-pkg-resources python3-requests python3-six python3-unidiff
13:39:51 #9 5.576   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:39:51 #9 5.576   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:39:51 #9 5.576   xz-utils
13:39:51 #9 6.000 0 upgraded, 352 newly installed, 0 to remove and 1 not upgraded.
13:39:51 #9 6.000 Need to get 97.8 MB of archives.
13:39:51 #9 6.000 After this operation, 449 MB of additional disk space will be used.
13:39:51 #9 6.000 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblocale-gettext-perl arm64 1.07-4 [16.7 kB]
13:39:51 #9 6.149 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.12 [1157 kB]
13:39:51 #9 6.572 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-minimal arm64 3.8.10-0ubuntu1~20.04.4 [714 kB]
13:39:51 #9 6.624 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libexpat1 arm64 2.2.9-1ubuntu0.4 [62.6 kB]
13:39:51 #9 6.627 Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8-minimal arm64 3.8.10-0ubuntu1~20.04.4 [1830 kB]
13:39:51 #9 6.715 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-minimal arm64 3.8.2-0ubuntu2 [23.6 kB]
13:39:51 #9 6.715 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mime-support all 3.64ubuntu1 [30.6 kB]
13:39:51 #9 6.717 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpdec2 arm64 2.4.2-3 [79.6 kB]
13:39:51 #9 6.720 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 readline-common all 8.0-4 [53.5 kB]
13:39:51 #9 6.722 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadline8 arm64 8.0-4 [123 kB]
13:39:51 #9 6.729 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsqlite3-0 arm64 3.31.1-4ubuntu0.2 [507 kB]
13:39:51 #9 6.749 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-stdlib arm64 3.8.10-0ubuntu1~20.04.4 [1648 kB]
13:39:51 #9 6.826 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8 arm64 3.8.10-0ubuntu1~20.04.4 [387 kB]
13:39:51 #9 6.848 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpython3-stdlib arm64 3.8.2-0ubuntu2 [7068 B]
13:39:51 #9 6.848 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3 arm64 3.8.2-0ubuntu2 [47.6 kB]
13:39:51 #9 6.850 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libbsd0 arm64 0.10.0-1 [43.7 kB]
13:39:51 #9 6.852 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bsdmainutils arm64 11.1.2ubuntu3 [179 kB]
13:39:51 #9 6.862 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libuchardet0 arm64 0.0.6-3build1 [65.0 kB]
13:39:51 #9 6.870 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 groff-base arm64 1.22.4-4build1 [796 kB]
13:39:51 #9 6.897 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm6 arm64 1.18.1-5 [26.4 kB]
13:39:51 #9 6.897 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpipeline1 arm64 1.5.2-2build1 [26.1 kB]
13:39:51 #9 6.944 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 man-db arm64 2.9.1-1 [1095 kB]
13:39:51 #9 6.962 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
13:39:51 #9 7.123 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm-compat4 arm64 1.18.1-5 [6040 B]
13:39:51 #9 7.123 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libperl5.30 arm64 5.30.0-9ubuntu0.2 [3772 kB]
13:39:51 #9 7.303 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl arm64 5.30.0-9ubuntu0.2 [224 kB]
13:39:51 #9 7.312 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.12 [599 kB]
13:39:51 #9 7.342 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20210119~20.04.2 [145 kB]
13:39:51 #9 7.345 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.10 [4704 B]
13:39:51 #9 7.346 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic-mgc arm64 1:5.38-4 [218 kB]
13:39:51 #9 7.356 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic1 arm64 1:5.38-4 [71.7 kB]
13:39:51 #9 7.360 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 file arm64 1:5.38-4 [23.3 kB]
13:39:51 #9 7.360 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 less arm64 551-1ubuntu0.1 [119 kB]
13:39:51 #9 7.366 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libelf1 arm64 0.176-1.1build1 [44.2 kB]
13:39:51 #9 7.376 Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-0 arm64 2.64.6-1~ubuntu20.04.4 [1200 kB]
13:39:51 #9 7.451 Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
13:39:51 #9 7.451 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2022a-0ubuntu0.20.04 [294 kB]
13:39:51 #9 7.462 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libicu66 arm64 66.1-2ubuntu2.1 [8360 kB]
13:39:51 #9 7.950 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxml2 arm64 2.9.10+dfsg-5ubuntu0.20.04.2 [570 kB]
13:39:51 #9 7.955 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB]
13:39:51 #9 7.956 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
13:39:51 #9 7.972 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 netbase all 6.1 [13.1 kB]
13:39:51 #9 7.972 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-pkg-resources all 45.2.0-1 [130 kB]
13:39:51 #9 7.972 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-six all 1.14.0-2 [12.1 kB]
13:39:51 #9 7.972 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 shared-mime-info arm64 1.15-1 [429 kB]
13:39:51 #9 7.976 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 ucf all 3.0038+nmu1 [51.6 kB]
13:39:51 #9 7.976 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xdg-user-dirs arm64 0.17-2ubuntu1 [47.6 kB]
13:39:51 #9 8.025 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 xz-utils arm64 5.2.4-1ubuntu1.1 [81.4 kB]
13:39:51 #9 8.098 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext-base arm64 0.19.8.1-10build1 [48.2 kB]
13:39:51 #9 8.101 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iso-codes all 4.4-1 [2695 kB]
13:39:51 #9 8.217 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
13:39:51 #9 8.217 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcbor0.6 arm64 0.6.0-0ubuntu1 [20.5 kB]
13:39:51 #9 8.240 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libedit2 arm64 3.1-20191231-1 [82.7 kB]
13:39:51 #9 8.241 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfido2-1 arm64 1.3.1-1ubuntu2 [45.1 kB]
13:39:51 #9 8.242 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.1 [30.4 kB]
13:39:51 #9 8.242 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.1 [80.4 kB]
13:39:51 #9 8.243 Get:57 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libkeyutils1 arm64 1.6-6ubuntu1 [10.1 kB]
13:39:51 #9 8.244 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.1 [312 kB]
13:39:51 #9 8.253 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.1 [113 kB]
13:39:51 #9 8.321 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpsl5 arm64 0.21.0-1ubuntu1 [51.3 kB]
13:39:51 #9 8.321 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxau6 arm64 1:1.0.9-0ubuntu1 [7356 B]
13:39:51 #9 8.322 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu1 [10.3 kB]
13:39:51 #9 8.323 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb1 arm64 1.14-2 [43.0 kB]
13:39:51 #9 8.323 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
13:39:51 #9 8.328 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-6 arm64 2:1.6.9-2ubuntu1.2 [552 kB]
13:39:51 #9 8.350 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxext6 arm64 2:1.3.4-0ubuntu1 [27.7 kB]
13:39:51 #9 8.350 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxmuu1 arm64 2:1.1.3-0ubuntu1 [9772 B]
13:39:51 #9 8.398 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages all 5.05-1 [1314 kB]
13:39:51 #9 8.443 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssh-client arm64 1:8.2p1-4ubuntu0.4 [637 kB]
13:39:51 #9 8.483 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 publicsuffix all 20200303.0012-1 [111 kB]
13:39:51 #9 8.494 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python-apt-common all 2.0.0ubuntu0.20.04.7 [17.1 kB]
13:39:51 #9 8.494 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-apt arm64 2.0.0ubuntu0.20.04.7 [147 kB]
13:39:51 #9 8.494 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 strace arm64 5.5-3ubuntu1 [297 kB]
13:39:51 #9 8.503 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xauth arm64 1:1.1-0ubuntu1 [24.1 kB]
13:39:51 #9 8.504 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfl2 arm64 2.6.4-6.2 [11.4 kB]
13:39:51 #9 8.505 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 at arm64 3.1.23-1ubuntu1 [37.7 kB]
13:39:51 #9 8.508 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsigsegv2 arm64 2.12-2 [13.3 kB]
13:39:51 #9 8.541 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 m4 arm64 1.4.18-4 [194 kB]
13:39:51 #9 8.615 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autoconf all 2.69-11.1 [321 kB]
13:39:51 #9 8.628 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autotools-dev all 20180224.1 [39.6 kB]
13:39:51 #9 8.628 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 automake all 1:1.16.1-4ubuntu6 [522 kB]
13:39:51 #9 8.648 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autopoint all 0.19.8.1-10build1 [412 kB]
13:39:51 #9 8.666 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-common arm64 2.34-6ubuntu1.3 [207 kB]
13:39:51 #9 8.673 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbinutils arm64 2.34-6ubuntu1.3 [475 kB]
13:39:51 #9 8.705 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf-nobfd0 arm64 2.34-6ubuntu1.3 [44.0 kB]
13:39:51 #9 8.706 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf0 arm64 2.34-6ubuntu1.3 [43.2 kB]
13:39:51 #9 8.707 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.34-6ubuntu1.3 [1987 kB]
13:39:51 #9 8.798 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils arm64 2.34-6ubuntu1.3 [3356 B]
13:39:51 #9 8.798 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc-dev-bin arm64 2.31-0ubuntu9.7 [64.2 kB]
13:39:51 #9 8.799 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-libc-dev arm64 5.4.0-109.123 [1091 kB]
13:39:51 #8 17.27 Preparing to unpack .../038-libisl23_0.23-1_arm64.deb ...
13:39:51 #8 17.27 Unpacking libisl23:arm64 (0.23-1) ...
13:39:51 #8 17.35 Selecting previously unselected package libmpfr6:arm64.
13:39:51 #8 17.35 Preparing to unpack .../039-libmpfr6_4.1.0-3_arm64.deb ...
13:39:51 #8 17.35 Unpacking libmpfr6:arm64 (4.1.0-3) ...
13:39:51 #8 17.40 Selecting previously unselected package libmpc3:arm64.
13:39:51 #8 17.41 Preparing to unpack .../040-libmpc3_1.2.0-1_arm64.deb ...
13:39:51 #8 17.41 Unpacking libmpc3:arm64 (1.2.0-1) ...
13:39:51 #8 17.44 Selecting previously unselected package cpp-10.
13:39:51 #8 17.44 Preparing to unpack .../041-cpp-10_10.2.1-6_arm64.deb ...
13:39:51 #8 17.45 Unpacking cpp-10 (10.2.1-6) ...
13:39:51 #8 18.63 Selecting previously unselected package libc6-dev:arm64.
13:39:51 #8 18.63 Preparing to unpack .../033-libc6-dev_2.28-10+deb10u1_arm64.deb ...
13:39:51 #8 18.64 Unpacking libc6-dev:arm64 (2.28-10+deb10u1) ...
13:39:51 #24 19.62 + export 'BUILDTAGS=netgo osusergo static_build'
13:39:51 #24 19.62 + BUILDTAGS='netgo osusergo static_build'
13:39:51 #24 19.62 + export EXTRA_FLAGS=-buildmode=pie
13:39:51 #24 19.62 + EXTRA_FLAGS=-buildmode=pie
13:39:51 #24 19.62 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:39:51 #24 19.62 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:39:51 #24 19.62 + '[' '' = dynamic ']'
13:39:51 #24 19.62 + make
13:39:51 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 5.0s
13:39:51 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 3.15MB / 45.91MB 0.6s
13:39:51 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 4.19MB / 7.15MB 0.6s
13:39:51 #8 18.67 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_arm64.deb ...
13:39:51 #8 18.67 Unpacking man-db (2.8.3-2ubuntu0.1) ...
13:39:51 #8 18.79 Selecting previously unselected package perl-modules-5.26.
13:39:51 #8 18.80 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ...
13:39:51 #8 18.80 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
13:39:51 #6 sha256:0f821387874bc19cdfd45922f5ff075fd256356bf3f2baba7fb109d2b3a64bbd 9.93MB / 9.93MB 0.2s done
13:39:51 #6 extracting sha256:0f821387874bc19cdfd45922f5ff075fd256356bf3f2baba7fb109d2b3a64bbd
13:39:51 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 46.14MB / 47.36MB 5.3s
13:39:51 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 32.51MB / 53.27MB 5.3s
13:39:51 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 12.58MB / 110.02MB 5.3s
13:39:51 #13 DONE 3.5s
13:39:51 
13:39:51 #16 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:51 #16 sha256:48a657773900190e59f0ba6a0b06f6708be5a593336955df99496b40dd24e06d 126B / 126B 0.2s done
13:39:51 #16 sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 110.43MB / 110.43MB 3.2s done
13:39:51 #16 sha256:bda57b85efde0ed435315f4f74625e7a055107aa29e8c91a313ca6d525fb709c 154B / 154B 0.4s done
13:39:51 #16 sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f 271.76kB / 271.76kB 0.3s done
13:39:51 #16 sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 2.72MB / 2.72MB 0.1s done
13:39:51 #16 extracting sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 0.8s done
13:39:51 #16 extracting sha256:c7637d0a7b497b253b73e807a5e676ba3f0750afafa9e1a4c61260513feb321f 0.3s done
13:39:51 #16 extracting sha256:bda57b85efde0ed435315f4f74625e7a055107aa29e8c91a313ca6d525fb709c 0.0s done
13:39:51 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 15.73MB / 53.27MB 4.3s
13:39:51 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 20.97MB / 47.36MB 4.5s
13:39:51 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 8.39MB / 110.02MB 4.5s
13:39:51 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 18.87MB / 53.27MB 4.6s
13:39:51 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 32.51MB / 53.27MB 5.8s
13:39:51 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 0B / 110.02MB 5.8s
13:39:51 #9 8.857 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcrypt-dev arm64 1:4.4.10-10ubuntu4 [111 kB]
13:39:51 #9 8.865 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc6-dev arm64 2.31-0ubuntu9.7 [2059 kB]
13:39:51 #9 8.957 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9-base arm64 9.4.0-1ubuntu1~20.04.1 [19.4 kB]
13:39:51 #9 8.957 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libisl22 arm64 0.22.1-1 [537 kB]
13:39:51 #9 8.992 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpfr6 arm64 4.0.2-1 [212 kB]
13:39:51 #9 8.998 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
13:39:51 #9 8.998 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cpp-9 arm64 9.4.0-1ubuntu1~20.04.1 [5986 kB]
13:39:51 #8 18.92 Selecting previously unselected package libisl19:arm64.
13:39:51 #8 18.92 Preparing to unpack .../034-libisl19_0.20-2_arm64.deb ...
13:39:51 #8 18.92 Unpacking libisl19:arm64 (0.20-2) ...
13:39:51 #8 18.99 Selecting previously unselected package libmpfr6:arm64.
13:39:52 #12 ...
13:39:52 
13:39:52 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697
13:39:52 #7 sha256:fa6c18cf4ebdd59d74acc219d69a3f0bb340c9780b3f9503eb32dc0ea8c200b2
13:39:52 #7 resolve docker.io/library/fedora:34@sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697 0.0s done
13:39:52 #7 sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697 1.20kB / 1.20kB done
13:39:52 #7 sha256:24fe8d51f042d80fc1fa7d593e03d3994ddae4a5cd3d5d9495fde740364e0bc2 529B / 529B done
13:39:52 #7 sha256:af70648d87b6cb346e5e0c7541ed79dca8c0658fa8511f2786c325461026bb63 2.00kB / 2.00kB done
13:39:52 #7 sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3 64.82MB / 64.82MB 3.4s done
13:39:52 #7 extracting sha256:e0c16e4be11038e5110b2301bd4188e1f6f4e6c85b97502793d90c8921d404b3 5.3s done
13:39:52 #7 DONE 9.1s
13:39:52 
13:39:52 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:52 #12 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:52 #12 ...
13:39:52 
13:39:52 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:39:52 #8 sha256:6fde161d932ad248341709781879759edff67030c9f1f2e7c2f2ddb9ba1e55cd
13:39:52 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 5.2s
13:39:52 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 28.31MB / 47.36MB 5.2s
13:39:52 #6 extracting sha256:0f821387874bc19cdfd45922f5ff075fd256356bf3f2baba7fb109d2b3a64bbd 0.3s done
13:39:52 #6 DONE 0.6s
13:39:52 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 7.34MB / 45.91MB 0.9s
13:39:52 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 0.9s
13:39:52 #16 DONE 3.8s
13:39:52 
13:39:52 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:52 #15 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 3.6s
13:39:52 #13 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 4.3s done
13:39:52 #13 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002
13:39:52 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 24.12MB / 47.36MB 4.7s
13:39:52 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 35.65MB / 47.36MB 6.0s
13:39:52 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa
13:39:52 #9 9.341 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cpp arm64 4:9.3.0-1ubuntu2 [27.6 kB]
13:39:52 #8 19.00 Preparing to unpack .../035-libmpfr6_4.0.2-1_arm64.deb ...
13:39:52 #8 19.00 Unpacking libmpfr6:arm64 (4.0.2-1) ...
13:39:52 #8 19.05 Selecting previously unselected package libmpc3:arm64.
13:39:52 #8 19.05 Preparing to unpack .../036-libmpc3_1.1.0-1_arm64.deb ...
13:39:52 #8 19.06 Unpacking libmpc3:arm64 (1.1.0-1) ...
13:39:52 #8 19.09 Selecting previously unselected package cpp-8.
13:39:52 #8 19.09 Preparing to unpack .../037-cpp-8_8.3.0-6_arm64.deb ...
13:39:52 #8 19.09 Unpacking cpp-8 (8.3.0-6) ...
13:39:52 #7 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 5.4s done
13:39:52 #8 18.05 Selecting previously unselected package cpp.
13:39:52 #8 18.05 Preparing to unpack .../042-cpp_4%3a10.2.1-1_arm64.deb ...
13:39:52 #8 18.05 Unpacking cpp (4:10.2.1-1) ...
13:39:52 #8 18.09 Selecting previously unselected package libcc1-0:arm64.
13:39:52 #8 18.09 Preparing to unpack .../043-libcc1-0_10.2.1-6_arm64.deb ...
13:39:52 #8 18.09 Unpacking libcc1-0:arm64 (10.2.1-6) ...
13:39:52 #8 18.13 Selecting previously unselected package libgomp1:arm64.
13:39:52 #8 18.13 Preparing to unpack .../044-libgomp1_10.2.1-6_arm64.deb ...
13:39:52 #8 18.13 Unpacking libgomp1:arm64 (10.2.1-6) ...
13:39:52 #8 18.17 Selecting previously unselected package libitm1:arm64.
13:39:52 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 32.51MB / 47.36MB 5.4s
13:39:52 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 5.5s done
13:39:52 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 36.70MB / 47.36MB 5.6s
13:39:52 #17 DONE 2.2s
13:39:52 
13:39:52 #18 [linux/arm64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
13:39:52 #18 0.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
13:39:52 
13:39:52 #7 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:39:52 #7 DONE 0.0s
13:39:52 
13:39:52 #8 [auth] library/golang:pull token for registry-1.docker.io
13:39:52 #8 DONE 0.0s
13:39:52 
13:39:52 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
13:39:52 #9 DONE 0.0s
13:39:52 
13:39:52 #10 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:39:52 #8 19.12 Selecting previously unselected package libgdbm-compat4:arm64.
13:39:52 #8 19.12 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_arm64.deb ...
13:39:52 #8 19.13 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ...
13:39:52 #8 19.16 Selecting previously unselected package libperl5.26:arm64.
13:39:52 #8 19.17 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.5_arm64.deb ...
13:39:52 #8 19.17 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.5) ...
13:39:52 #8 19.51 Selecting previously unselected package perl.
13:39:52 #14 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 4.1s done
13:39:52 #14 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:52 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 36.70MB / 53.27MB 5.9s
13:39:52 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 5.9s done
13:39:52 #14 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 0B / 157B 6.0s
13:39:52 #14 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 157B / 157B 6.1s
13:39:52 #9 3.215 Reading package lists...
13:39:52 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 22.02MB / 53.27MB 4.8s
13:39:52 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 14.68MB / 110.02MB 5.0s
13:39:52 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 35.65MB / 53.27MB 6.2s
13:39:52 #9 9.341 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcc1-0 arm64 10.3.0-1ubuntu1~20.04 [46.4 kB]
13:39:52 #9 9.342 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgomp1 arm64 10.3.0-1ubuntu1~20.04 [93.4 kB]
13:39:52 #9 9.350 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libitm1 arm64 10.3.0-1ubuntu1~20.04 [24.1 kB]
13:39:52 #9 9.505 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libatomic1 arm64 10.3.0-1ubuntu1~20.04 [9820 B]
13:39:52 #9 9.581 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasan5 arm64 9.4.0-1ubuntu1~20.04.1 [2692 kB]
13:39:52 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa
13:39:52 #8 18.18 Preparing to unpack .../045-libitm1_10.2.1-6_arm64.deb ...
13:39:52 #8 18.18 Unpacking libitm1:arm64 (10.2.1-6) ...
13:39:52 #8 18.21 Selecting previously unselected package libatomic1:arm64.
13:39:52 #8 18.22 Preparing to unpack .../046-libatomic1_10.2.1-6_arm64.deb ...
13:39:52 #8 18.22 Unpacking libatomic1:arm64 (10.2.1-6) ...
13:39:52 #8 18.26 Selecting previously unselected package libasan6:arm64.
13:39:52 #8 18.26 Preparing to unpack .../047-libasan6_10.2.1-6_arm64.deb ...
13:39:52 #8 18.26 Unpacking libasan6:arm64 (10.2.1-6) ...
13:39:52 #8 19.51 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.5_arm64.deb ...
13:39:52 #8 19.52 Unpacking perl (5.26.1-6ubuntu0.5) ...
13:39:52 #8 19.57 Selecting previously unselected package openssl.
13:39:52 #8 19.58 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.15_arm64.deb ...
13:39:52 #8 19.58 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.15) ...
13:39:52 #8 19.66 Selecting previously unselected package ca-certificates.
13:39:52 #8 19.66 Preparing to unpack .../011-ca-certificates_20210119~18.04.2_all.deb ...
13:39:52 #8 19.66 Unpacking ca-certificates (20210119~18.04.2) ...
13:39:52 #8 19.72 Selecting previously unselected package distro-info-data.
13:39:52 #8 19.72 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.14_all.deb ...
13:39:52 #8 19.72 Unpacking distro-info-data (0.37ubuntu0.14) ...
13:39:52 #8 19.75 Selecting previously unselected package libmagic-mgc.
13:39:52 #8 19.75 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_arm64.deb ...
13:39:52 #8 19.75 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
13:39:52 #14 ...
13:39:52 
13:39:52 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:52 #9 sha256:fc574228dba3222af2960f1d5f65087efa44b3a2bcf1b5db907e74df3d840cb1
13:39:52 #9 1.098 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
13:39:52 #9 1.513 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [109 kB]
13:39:52 #9 1.607 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [90.7 kB]
13:39:52 #9 1.699 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
13:39:52 #9 1.801 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB]
13:39:52 #9 1.851 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB]
13:39:52 #9 2.958 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB]
13:39:52 #9 2.958 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB]
13:39:52 #9 2.964 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [82.4 kB]
13:39:52 #9 2.965 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [12.7 kB]
13:39:52 #9 2.965 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [29.4 kB]
13:39:52 #9 2.966 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [80.7 kB]
13:39:52 #9 2.971 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [55.7 kB]
13:39:52 #9 2.971 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [12.7 kB]
13:39:52 #9 3.727 Fetched 20.1 MB in 3s (6476 kB/s)
13:39:52 #9 3.727 Reading package lists...
13:39:52 #9 4.403 Reading package lists...
13:39:52 #9 5.031 Building dependency tree...
13:39:52 #9 5.183 Reading state information...
13:39:52 #9 5.395 The following additional packages will be installed:
13:39:52 #9 5.395   autoconf automake autopoint autotools-dev binutils
13:39:52 #9 5.395   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
13:39:52 #9 5.395   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
13:39:52 #9 5.395   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:39:52 #9 5.395   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:39:52 #9 5.395   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
13:39:52 #9 5.395   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:39:52 #9 5.395   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
13:39:52 #9 5.395   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:39:52 #9 5.395   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:52 #9 5.395   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:39:52 #9 5.395   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:52 #9 5.395   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
13:39:52 #9 5.395   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:39:52 #9 5.395   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:39:52 #9 5.395   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:39:52 #9 5.395   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:39:52 #9 5.395   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:39:52 #9 5.395   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
13:39:52 #9 5.395   libdata-validate-uri-perl libdebhelper-perl libdeflate0
13:39:52 #9 5.395   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
13:39:52 #9 5.395   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
13:39:52 #9 5.395   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
13:39:52 #9 5.395   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
13:39:52 #9 5.395   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
13:39:52 #9 5.395   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
13:39:52 #9 5.395   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:39:52 #9 5.395   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
13:39:52 #9 5.395   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
13:39:52 #9 5.395   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:39:52 #9 5.395   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:52 #9 5.395   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:52 #9 5.395   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:52 #9 5.395   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:52 #9 5.395   libhwasan0 libicu70 libimport-into-perl libio-html-perl
13:39:52 #9 5.395   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
13:39:52 #9 5.395   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
13:39:52 #9 5.395   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
13:39:52 #9 5.395   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
13:39:52 #9 5.395   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
13:39:52 #9 5.395   libldap-common liblist-compare-perl liblist-moreutils-perl
13:39:52 #9 5.395   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:39:52 #9 5.395   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:39:52 #9 5.395   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:52 #9 5.395   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:39:52 #9 5.395   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
13:39:52 #9 5.395   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:39:52 #9 5.395   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:39:52 #9 5.395   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:39:52 #9 5.395   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
13:39:52 #9 5.395   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
13:39:52 #9 5.395   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:39:52 #9 5.395   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
13:39:52 #9 5.395   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
13:39:52 #9 5.395   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
13:39:52 #9 5.395   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
13:39:52 #9 5.395   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
13:39:52 #9 5.395   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
13:39:52 #9 5.395   libreadonly-perl libref-util-perl libref-util-xs-perl
13:39:52 #9 5.395   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
13:39:52 #9 5.395   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:39:52 #9 5.395   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
13:39:52 #9 5.395   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
13:39:52 #9 5.395   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
13:39:52 #9 5.395   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
13:39:52 #9 5.395   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:39:52 #9 5.395   libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:52 #9 5.395   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
13:39:52 #9 5.395   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:39:52 #9 5.395   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:39:52 #9 5.395   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
13:39:52 #9 5.395   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:52 #9 5.395   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
13:39:52 #9 5.395   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
13:39:52 #9 5.395   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:39:52 #9 5.395   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:52 #9 5.395   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
13:39:52 #9 5.395   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
13:39:52 #9 5.395   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
13:39:52 #9 5.395   man-db manpages manpages-dev media-types netbase openssh-client openssl
13:39:52 #9 5.395   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
13:39:52 #9 5.395   pinentry-curses po-debconf publicsuffix python-apt-common python3
13:39:52 #9 5.395   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:39:52 #9 5.395   python3-idna python3-magic python3-minimal python3-pkg-resources
13:39:52 #9 5.395   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:39:52 #9 5.395   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
13:39:52 #9 5.395   ucf unzip wdiff xauth xz-utils zstd
13:39:52 #9 5.395 Suggested packages:
13:39:52 #9 5.395   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:39:52 #9 5.395   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
13:39:52 #9 5.395   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
13:39:52 #9 5.395   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
13:39:52 #9 5.395   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:52 #9 5.395   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:39:52 #9 5.395   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
13:39:52 #9 5.395   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
13:39:52 #9 5.395   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
13:39:52 #9 5.395   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
13:39:52 #9 5.395   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
13:39:52 #9 5.395   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
13:39:52 #9 5.395   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
13:39:52 #9 5.395   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:39:52 #9 5.395   libscalar-number-perl libsasl2-modules-gssapi-mit
13:39:52 #9 5.395   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:39:52 #9 5.395   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
13:39:52 #9 5.395   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:39:52 #9 5.395   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
13:39:52 #9 5.395   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:39:52 #9 5.395   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:39:52 #9 5.395   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:39:52 #9 5.395   libterm-readline-gnu-perl | libterm-readline-perl-perl
13:39:52 #9 5.395   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
13:39:52 #9 5.395   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:39:52 #9 5.395   python3-cryptography python3-openssl python3-socks python-requests-doc
13:39:52 #9 5.395   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
13:39:52 #9 5.686 The following NEW packages will be installed:
13:39:52 #9 5.686   autoconf automake autopoint autotools-dev binutils
13:39:52 #9 5.686   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
13:39:52 #9 5.686   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
13:39:52 #9 5.686   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:39:52 #9 5.686   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:39:52 #9 5.686   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
13:39:52 #9 5.686   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
13:39:52 #9 5.686   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
13:39:52 #9 5.686   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:39:52 #9 5.686   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:52 #9 5.686   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:39:52 #9 5.686   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:52 #9 5.686   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
13:39:52 #9 5.686   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:39:52 #9 5.686   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:39:52 #9 5.686   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:39:52 #9 5.686   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:39:52 #9 5.686   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:39:52 #9 5.686   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
13:39:52 #9 5.686   libdata-validate-uri-perl libdebhelper-perl libdeflate0
13:39:52 #9 5.686   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
13:39:52 #9 5.686   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
13:39:52 #9 5.686   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
13:39:52 #9 5.686   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
13:39:52 #9 5.686   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
13:39:52 #9 5.686   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
13:39:52 #9 5.686   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:39:52 #9 5.686   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
13:39:52 #9 5.686   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
13:39:52 #9 5.686   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:39:52 #9 5.686   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:52 #9 5.686   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:52 #9 5.686   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:52 #9 5.686   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:52 #9 5.686   libhwasan0 libicu70 libimport-into-perl libio-html-perl
13:39:52 #9 5.686   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
13:39:52 #9 5.686   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
13:39:52 #9 5.686   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
13:39:52 #9 5.686   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
13:39:52 #9 5.686   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
13:39:52 #9 5.686   libldap-common liblist-compare-perl liblist-moreutils-perl
13:39:52 #9 5.686   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:39:52 #9 5.686   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:39:52 #9 5.686   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:52 #9 5.686   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:39:52 #9 5.686   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
13:39:52 #9 5.686   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:39:52 #9 5.686   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:39:52 #9 5.686   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:39:52 #9 5.686   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
13:39:52 #9 5.686   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
13:39:52 #9 5.686   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:39:52 #9 5.686   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
13:39:52 #9 5.686   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
13:39:52 #9 5.686   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
13:39:52 #9 5.686   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
13:39:52 #9 5.686   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
13:39:52 #9 5.686   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
13:39:52 #9 5.686   libreadonly-perl libref-util-perl libref-util-xs-perl
13:39:52 #9 5.686   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
13:39:52 #9 5.686   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:39:52 #9 5.686   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
13:39:52 #9 5.686   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
13:39:52 #9 5.686   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
13:39:52 #9 5.686   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
13:39:52 #9 5.686   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:39:52 #9 5.686   libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:52 #9 5.686   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
13:39:52 #9 5.686   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:39:52 #9 5.686   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:39:52 #9 5.686   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
13:39:52 #9 5.686   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:52 #9 5.686   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
13:39:52 #9 5.686   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
13:39:52 #9 5.686   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:39:52 #9 5.686   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:52 #9 5.686   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
13:39:52 #9 5.686   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
13:39:52 #9 5.686   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
13:39:52 #9 5.686   man-db manpages manpages-dev media-types netbase openssh-client openssl
13:39:52 #9 5.686   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
13:39:52 #9 5.686   pinentry-curses po-debconf publicsuffix python-apt-common python3
13:39:52 #9 5.686   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:39:52 #9 5.686   python3-idna python3-magic python3-minimal python3-pkg-resources
13:39:52 #9 5.686   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:39:52 #9 5.686   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
13:39:52 #9 5.686   ucf unzip wdiff xauth xz-utils zstd
13:39:52 #9 6.112 0 upgraded, 370 newly installed, 0 to remove and 2 not upgraded.
13:39:52 #9 6.112 Need to get 128 MB of archives.
13:39:52 #9 6.112 After this operation, 459 MB of additional disk space will be used.
13:39:52 #9 6.112 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16.9 kB]
13:39:52 #9 6.260 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpython3.10-minimal arm64 3.10.4-3 [806 kB]
13:39:52 #9 6.643 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexpat1 arm64 2.4.7-1 [78.1 kB]
13:39:52 #9 6.652 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3.10-minimal arm64 3.10.4-3 [2244 kB]
13:39:52 #9 6.785 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-minimal arm64 3.10.4-0ubuntu2 [24.4 kB]
13:39:52 #9 6.787 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB]
13:39:52 #9 6.789 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
13:39:52 #9 6.795 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB]
13:39:52 #9 6.797 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB]
13:39:52 #9 6.807 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsqlite3-0 arm64 3.37.2-2 [636 kB]
13:39:52 #9 6.837 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpython3.10-stdlib arm64 3.10.4-3 [1827 kB]
13:39:52 #9 6.921 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3.10 arm64 3.10.4-3 [488 kB]
13:39:52 #9 6.943 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpython3-stdlib arm64 3.10.4-0ubuntu2 [6990 B]
13:39:52 #9 6.943 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3 arm64 3.10.4-0ubuntu2 [22.8 kB]
13:39:52 #9 6.945 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-modules-5.34 all 5.34.0-3ubuntu1 [2975 kB]
13:39:52 #9 7.083 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm6 arm64 1.23-1 [34.1 kB]
13:39:52 #9 7.085 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm-compat4 arm64 1.23-1 [6294 B]
13:39:52 #9 7.085 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperl5.34 arm64 5.34.0-3ubuntu1 [4700 kB]
13:39:52 #9 7.315 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl arm64 5.34.0-3ubuntu1 [232 kB]
13:39:52 #9 7.324 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 openssl arm64 3.0.2-0ubuntu1 [1160 kB]
13:39:52 #9 7.378 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ca-certificates all 20211016 [148 kB]
13:39:52 #9 7.384 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.1 [5124 B]
13:39:52 #9 7.384 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB]
13:39:52 #9 7.549 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 less arm64 590-1build1 [142 kB]
13:39:52 #9 7.553 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmd0 arm64 1.0.4-1build1 [23.8 kB]
13:39:52 #9 7.553 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbsd0 arm64 0.11.5-1 [43.7 kB]
13:39:52 #9 7.555 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB]
13:39:52 #9 7.558 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB]
13:39:52 #9 8.165 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml2 arm64 2.9.13+dfsg-1build1 [727 kB]
13:39:52 #9 8.165 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB]
13:39:52 #9 8.165 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
13:39:52 #9 8.165 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB]
13:39:52 #9 8.173 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python-apt-common all 2.3.0ubuntu2 [15.2 kB]
13:39:52 #9 8.173 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-apt arm64 2.3.0ubuntu2 [162 kB]
13:39:52 #9 8.173 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pkg-resources all 59.6.0-1.2 [132 kB]
13:39:52 #9 8.173 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ucf all 3.0043 [56.1 kB]
13:39:52 #9 8.173 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bsdextrautils arm64 2.37.2-4ubuntu3 [70.1 kB]
13:39:52 #9 8.235 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic-mgc arm64 1:5.41-3 [257 kB]
13:39:52 #9 8.304 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic1 arm64 1:5.41-3 [85.0 kB]
13:39:52 #9 8.307 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 file arm64 1:5.41-3 [21.6 kB]
13:39:52 #9 8.307 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext-base arm64 0.21-4ubuntu4 [37.2 kB]
13:39:52 #9 8.308 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB]
13:39:52 #9 8.312 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 groff-base arm64 1.22.4-8build1 [917 kB]
13:39:52 #9 8.346 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB]
13:39:52 #9 8.346 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libedit2 arm64 3.1-20210910-1build1 [96.0 kB]
13:39:52 #9 8.350 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfido2-1 arm64 1.10.0-1 [81.8 kB]
13:39:52 #9 8.353 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnghttp2-14 arm64 1.43.0-1build3 [75.4 kB]
13:39:52 #9 8.387 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpipeline1 arm64 1.5.5-1 [23.2 kB]
13:39:52 #9 8.452 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpng16-16 arm64 1.6.37-3build5 [189 kB]
13:39:52 #9 8.459 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
13:39:52 #9 8.470 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B]
13:39:52 #9 8.470 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB]
13:39:52 #9 8.470 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb1 arm64 1.14-3ubuntu3 [49.0 kB]
13:39:52 #9 8.470 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-data all 2:1.7.5-1 [119 kB]
13:39:52 #9 8.471 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-6 arm64 2:1.7.5-1 [661 kB]
13:39:52 #9 8.504 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB]
13:39:52 #9 8.504 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB]
13:39:52 #9 8.526 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 man-db arm64 2.10.2-1 [1181 kB]
13:39:52 #9 8.602 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages all 5.10-1ubuntu1 [1375 kB]
13:39:52 #9 8.650 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 openssh-client arm64 1:8.9p1-3 [866 kB]
13:39:52 #9 8.698 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 publicsuffix all 20211207.1025-1 [129 kB]
13:39:52 #9 8.702 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 strace arm64 5.16-0ubuntu3 [465 kB]
13:39:52 #9 8.722 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xauth arm64 1:1.1-1build2 [26.8 kB]
13:39:52 #9 8.722 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xz-utils arm64 5.2.5-2ubuntu1 [84.4 kB]
13:39:52 #9 8.726 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsigsegv2 arm64 2.13-1ubuntu3 [14.5 kB]
13:39:52 #9 8.726 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 m4 arm64 1.4.18-5ubuntu2 [196 kB]
13:39:52 #9 8.747 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autoconf all 2.71-2 [338 kB]
13:39:52 #9 8.759 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autotools-dev all 20220109.1 [44.9 kB]
13:39:52 #9 8.761 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 automake all 1:1.16.5-1.3 [558 kB]
13:39:52 #9 8.819 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autopoint all 0.21-4ubuntu4 [422 kB]
13:39:52 #9 8.835 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 binutils-common arm64 2.38-3ubuntu1 [221 kB]
13:39:52 #9 8.843 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbinutils arm64 2.38-3ubuntu1 [825 kB]
13:39:52 #9 8.874 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libctf-nobfd0 arm64 2.38-3ubuntu1 [106 kB]
13:39:52 #9 8.894 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libctf0 arm64 2.38-3ubuntu1 [102 kB]
13:39:52 #9 8.896 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 binutils-aarch64-linux-gnu arm64 2.38-3ubuntu1 [3225 kB]
13:39:52 #9 9.074 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 binutils arm64 2.38-3ubuntu1 [3156 B]
13:39:52 #9 9.074 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc-dev-bin arm64 2.35-0ubuntu3 [19.6 kB]
13:39:52 #9 9.074 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 linux-libc-dev arm64 5.15.0-27.28 [1282 kB]
13:39:52 #9 9.096 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcrypt-dev arm64 1:4.4.27-1 [119 kB]
13:39:52 #9 9.119 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB]
13:39:52 #9 9.119 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtirpc-dev arm64 1.3.2-2build1 [198 kB]
13:39:52 #9 9.130 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB]
13:39:52 #9 9.130 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc6-dev arm64 2.35-0ubuntu3 [1544 kB]
13:39:52 #9 9.203 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc-11-base arm64 11.2.0-19ubuntu1 [20.8 kB]
13:39:52 #9 9.203 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libisl23 arm64 0.24-2build1 [689 kB]
13:39:52 #9 9.230 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB]
13:39:52 #9 9.247 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpc3 arm64 1.2.1-2build1 [48.1 kB]
13:39:52 #9 9.247 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp-11 arm64 11.2.0-19ubuntu1 [9692 kB]
13:39:52 #9 9.802 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp arm64 4:11.2.0-1ubuntu1 [27.7 kB]
13:39:52 #9 9.803 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcc1-0 arm64 12-20220319-1ubuntu1 [45.0 kB]
13:39:52 #9 9.804 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgomp1 arm64 12-20220319-1ubuntu1 [124 kB]
13:39:52 #9 9.804 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libitm1 arm64 12-20220319-1ubuntu1 [28.4 kB]
13:39:52 #9 9.805 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libatomic1 arm64 12-20220319-1ubuntu1 [10.8 kB]
13:39:52 #9 9.806 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libasan6 arm64 11.2.0-19ubuntu1 [2229 kB]
13:39:52 #9 9.840 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblsan0 arm64 12-20220319-1ubuntu1 [1034 kB]
13:39:52 #9 9.911 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtsan0 arm64 11.2.0-19ubuntu1 [2235 kB]
13:39:52 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 18.87MB / 110.02MB 6.2s
13:39:52 #14 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 157B / 157B 6.1s done
13:39:52 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 40.89MB / 53.27MB 6.3s
13:39:52 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 11.53MB / 45.91MB 1.4s
13:39:52 #14 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 1.2s done
13:39:52 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 1.05MB / 9.34MB 1.4s
13:39:52 #24 20.52 + bin/ctr
13:39:52 #15 extracting sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 4.3s done
13:39:52 #15 DONE 7.5s
13:39:52 
13:39:52 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:52 #15 extracting sha256:48a657773900190e59f0ba6a0b06f6708be5a593336955df99496b40dd24e06d 0.0s done
13:39:52 #15 DONE 7.5s
13:39:52 
13:39:52 #17 [linux/arm64 build-base-alpine 2/4] COPY --from=xx / /
13:39:52 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 27.26MB / 47.36MB 5.1s
13:39:52 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 25.17MB / 53.27MB 5.1s
13:39:52 #14 ...
13:39:52 
13:39:52 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:52 #9 sha256:b352c7ff7862e7af890b6f5542e85378ad532dbbfa7c9b2949922c33a7d9ed13
13:39:52 #9 0.972 Get:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease [270 kB]
13:39:52 #9 1.385 Get:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease [115 kB]
13:39:52 #9 1.481 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease [101 kB]
13:39:52 #9 1.574 Get:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease [110 kB]
13:39:52 #9 1.672 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 Packages [1755 kB]
13:39:52 #9 1.909 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/restricted arm64 Packages [5462 B]
13:39:52 #9 1.909 Get:7 http://ports.ubuntu.com/ubuntu-ports impish/multiverse arm64 Packages [215 kB]
13:39:52 #9 1.909 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/universe arm64 Packages [16.5 MB]
13:39:52 #9 2.879 Get:9 http://ports.ubuntu.com/ubuntu-ports impish-updates/restricted arm64 Packages [3440 B]
13:39:52 #9 2.879 Get:10 http://ports.ubuntu.com/ubuntu-ports impish-updates/multiverse arm64 Packages [997 B]
13:39:52 #9 2.879 Get:11 http://ports.ubuntu.com/ubuntu-ports impish-updates/universe arm64 Packages [229 kB]
13:39:52 #9 2.879 Get:12 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 Packages [440 kB]
13:39:52 #9 2.879 Get:13 http://ports.ubuntu.com/ubuntu-ports impish-backports/universe arm64 Packages [5197 B]
13:39:52 #9 2.893 Get:14 http://ports.ubuntu.com/ubuntu-ports impish-security/restricted arm64 Packages [3107 B]
13:39:52 #9 2.893 Get:15 http://ports.ubuntu.com/ubuntu-ports impish-security/universe arm64 Packages [213 kB]
13:39:52 #9 2.895 Get:16 http://ports.ubuntu.com/ubuntu-ports impish-security/main arm64 Packages [366 kB]
13:39:52 #9 3.583 Fetched 20.3 MB in 3s (6753 kB/s)
13:39:52 #9 3.583 Reading package lists...
13:39:52 #9 4.284 Reading package lists...
13:39:52 #9 4.923 Building dependency tree...
13:39:52 #9 5.087 Reading state information...
13:39:52 #9 5.283 The following additional packages will be installed:
13:39:52 #9 5.283   autoconf automake autopoint autotools-dev binutils
13:39:52 #9 5.283   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
13:39:52 #9 5.283   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
13:39:52 #9 5.283   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:39:52 #9 5.283   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:39:52 #9 5.283   g++-11 gcc gcc-11 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
13:39:52 #9 5.283   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:39:52 #9 5.283   intltool-debian iso-codes less libalgorithm-diff-perl
13:39:52 #9 5.283   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:39:52 #9 5.283   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:52 #9 5.283   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:39:52 #9 5.283   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:52 #9 5.283   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.6
13:39:52 #9 5.283   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:39:52 #9 5.283   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:39:52 #9 5.283   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:39:52 #9 5.283   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:39:52 #9 5.283   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:39:52 #9 5.283   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:39:52 #9 5.283   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:39:52 #9 5.283   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
13:39:52 #9 5.283   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:39:52 #9 5.283   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:39:52 #9 5.283   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:39:52 #9 5.283   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
13:39:52 #9 5.283   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
13:39:52 #9 5.283   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:39:52 #9 5.283   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-11-dev
13:39:52 #9 5.283   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:39:52 #9 5.283   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:39:52 #9 5.283   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:52 #9 5.283   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:52 #9 5.283   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:52 #9 5.283   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:52 #9 5.283   libhwasan0 libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:39:52 #9 5.283   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
13:39:52 #9 5.283   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
13:39:52 #9 5.283   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
13:39:52 #9 5.283   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8
13:39:52 #9 5.283   libldap-2.5-0 libldap-common liblist-compare-perl liblist-moreutils-perl
13:39:52 #9 5.283   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:39:52 #9 5.283   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:39:52 #9 5.283   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:52 #9 5.283   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:39:52 #9 5.283   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:39:52 #9 5.283   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:39:52 #9 5.283   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:39:52 #9 5.283   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:39:52 #9 5.283   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:39:52 #9 5.283   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:39:52 #9 5.283   libnumber-range-perl libobject-id-perl libpackage-stash-perl
13:39:52 #9 5.283   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:52 #9 5.283   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
13:39:52 #9 5.283   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:39:52 #9 5.283   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:39:52 #9 5.283   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:39:52 #9 5.283   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:39:52 #9 5.283   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:52 #9 5.283   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:52 #9 5.283   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:52 #9 5.283   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
13:39:52 #9 5.283   libsqlite3-0 libssh-4 libstdc++-11-dev libstrictures-perl
13:39:52 #9 5.283   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:39:52 #9 5.283   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:39:52 #9 5.283   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:52 #9 5.283   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
13:39:52 #9 5.283   libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:39:52 #9 5.283   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:39:52 #9 5.283   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
13:39:52 #9 5.283   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:52 #9 5.283   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
13:39:52 #9 5.283   libwant-perl libwebp6 libwww-perl libwww-robotrules-perl libx11-6
13:39:52 #9 5.283   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:39:52 #9 5.283   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:52 #9 5.283   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 libyaml-0-2
13:39:52 #9 5.283   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
13:39:52 #9 5.283   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
13:39:52 #9 5.283   netbase openssh-client openssl patch patchutils perl perl-modules-5.32
13:39:52 #9 5.283   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:39:52 #9 5.283   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:39:52 #9 5.283   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:39:52 #9 5.283   python3-pkg-resources python3-requests python3-six python3-unidiff
13:39:52 #9 5.283   python3-urllib3 python3-xdg python3.9 python3.9-minimal readline-common
13:39:52 #9 5.283   rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth xz-utils zstd
13:39:52 #9 5.287 Suggested packages:
13:39:52 #9 5.287   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:39:52 #9 5.287   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
13:39:52 #9 5.287   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:39:52 #9 5.287   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:39:52 #9 5.287   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:52 #9 5.287   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:39:52 #9 5.287   postgresql-client pristine-lfs pristine-tar quilt ratt reprotest
13:39:52 #9 5.287   svn-buildpackage w3m debian-keyring libsoap-lite-perl dbus-user-session
13:39:52 #9 5.287   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
13:39:52 #9 5.287   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
13:39:52 #9 5.287   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
13:39:52 #9 5.287   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
13:39:52 #9 5.287   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
13:39:52 #9 5.287   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:39:52 #9 5.287   libscalar-number-perl libsasl2-modules-gssapi-mit
13:39:52 #9 5.287   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:39:52 #9 5.287   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
13:39:52 #9 5.287   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:39:52 #9 5.287   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
13:39:52 #9 5.287   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
13:39:52 #9 5.287   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:39:52 #9 5.287   diffutils-doc perl-doc libterm-readline-gnu-perl
13:39:52 #9 5.287   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
13:39:52 #9 5.287   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
13:39:52 #9 5.287   python-apt-doc python3-setuptools python3-cryptography python3-openssl
13:39:52 #9 5.287   python3-socks python-requests-doc python3.9-venv python3.9-doc
13:39:52 #9 5.287   binfmt-support readline-doc zip wdiff-doc
13:39:52 #9 5.555 The following NEW packages will be installed:
13:39:52 #9 5.555   autoconf automake autopoint autotools-dev binutils
13:39:52 #9 5.555   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
13:39:52 #9 5.555   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
13:39:52 #9 5.555   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:39:52 #9 5.555   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:39:52 #9 5.555   fonts-dejavu-core g++ g++-11 gcc gcc-11 gettext gettext-base git git-man
13:39:52 #9 5.555   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:39:52 #9 5.555   gpgconf gpgsm groff-base intltool-debian iso-codes less
13:39:52 #9 5.555   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:39:52 #9 5.555   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:52 #9 5.555   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:39:52 #9 5.555   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:52 #9 5.555   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.6
13:39:52 #9 5.555   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:39:52 #9 5.555   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:39:52 #9 5.555   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:39:52 #9 5.555   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:39:52 #9 5.555   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:39:52 #9 5.555   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:39:52 #9 5.555   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:39:52 #9 5.555   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
13:39:52 #9 5.555   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:39:52 #9 5.555   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:39:52 #9 5.555   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:39:52 #9 5.555   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
13:39:52 #9 5.555   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
13:39:52 #9 5.555   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:39:52 #9 5.555   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-11-dev
13:39:52 #9 5.555   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:39:52 #9 5.555   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:39:52 #9 5.555   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:52 #9 5.555   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:52 #9 5.555   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:52 #9 5.555   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:52 #9 5.555   libhwasan0 libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:39:52 #9 5.555   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
13:39:52 #9 5.555   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
13:39:52 #9 5.555   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
13:39:52 #9 5.555   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8
13:39:52 #9 5.555   libldap-2.5-0 libldap-common liblist-compare-perl liblist-moreutils-perl
13:39:52 #9 5.555   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:39:52 #9 5.555   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:39:52 #9 5.555   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:52 #9 5.555   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:39:52 #9 5.555   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:39:52 #9 5.555   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:39:52 #9 5.555   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:39:52 #9 5.555   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:39:52 #9 5.555   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:39:52 #9 5.555   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:39:52 #9 5.555   libnumber-range-perl libobject-id-perl libpackage-stash-perl
13:39:52 #9 5.555   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:52 #9 5.555   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
13:39:52 #9 5.555   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:39:52 #9 5.555   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:39:52 #9 5.555   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:39:52 #9 5.555   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:39:52 #9 5.555   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:52 #9 5.555   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:52 #9 5.555   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:52 #9 5.555   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
13:39:52 #9 5.555   libsqlite3-0 libssh-4 libstdc++-11-dev libstrictures-perl
13:39:52 #9 5.555   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:39:52 #9 5.555   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:39:52 #9 5.555   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:52 #9 5.555   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
13:39:52 #9 5.555   libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:39:52 #9 5.555   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:39:52 #9 5.555   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
13:39:52 #9 5.555   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:52 #9 5.555   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
13:39:52 #9 5.555   libwant-perl libwebp6 libwww-perl libwww-robotrules-perl libx11-6
13:39:52 #9 5.555   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:39:52 #9 5.555   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:52 #9 5.555   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 libyaml-0-2
13:39:52 #9 5.555   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
13:39:52 #9 5.555   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
13:39:52 #9 5.555   netbase openssh-client openssl patch patchutils perl perl-modules-5.32
13:39:52 #9 5.555   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:39:52 #9 5.555   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:39:52 #9 5.555   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:39:52 #9 5.555   python3-pkg-resources python3-requests python3-six python3-unidiff
13:39:52 #9 5.555   python3-urllib3 python3-xdg python3.9 python3.9-minimal readline-common
13:39:52 #9 5.555   rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth xz-utils zstd
13:39:52 #9 5.979 0 upgraded, 362 newly installed, 0 to remove and 0 not upgraded.
13:39:52 #9 5.979 Need to get 247 MB of archives.
13:39:52 #9 5.979 After this operation, 840 MB of additional disk space will be used.
13:39:52 #9 5.979 Get:1 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblocale-gettext-perl arm64 1.07-4build1 [16.6 kB]
13:39:52 #9 6.124 Get:2 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpython3.9-minimal arm64 3.9.7-2build1 [782 kB]
13:39:52 #9 6.496 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libexpat1 arm64 2.4.1-2ubuntu0.3 [77.1 kB]
13:39:52 #9 6.504 Get:4 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3.9-minimal arm64 3.9.7-2build1 [2124 kB]
13:39:52 #9 6.634 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-minimal arm64 3.9.4-1build1 [24.5 kB]
13:39:52 #9 6.634 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 media-types all 4.0.0 [22.2 kB]
13:39:52 #9 6.636 Get:7 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 tzdata all 2022a-0ubuntu0.21.10 [337 kB]
13:39:52 #9 6.653 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmpdec3 arm64 2.5.1-2build1 [89.0 kB]
13:39:52 #9 6.659 Get:9 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 readline-common all 8.1-2 [54.1 kB]
13:39:52 #9 6.662 Get:10 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libreadline8 arm64 8.1-2 [129 kB]
13:39:52 #9 6.668 Get:11 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsqlite3-0 arm64 3.35.5-1 [552 kB]
13:39:52 #9 6.693 Get:12 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpython3.9-stdlib arm64 3.9.7-2build1 [1803 kB]
13:39:52 #9 6.774 Get:13 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3.9 arm64 3.9.7-2build1 [433 kB]
13:39:52 #9 6.793 Get:14 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpython3-stdlib arm64 3.9.4-1build1 [7146 B]
13:39:52 #9 6.794 Get:15 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3 arm64 3.9.4-1build1 [22.8 kB]
13:39:52 #9 6.795 Get:16 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 bsdextrautils arm64 2.36.1-8ubuntu2.2 [73.7 kB]
13:39:52 #9 6.799 Get:17 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libuchardet0 arm64 0.0.7-1build1 [76.8 kB]
13:39:52 #9 6.804 Get:18 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 groff-base arm64 1.22.4-7 [918 kB]
13:39:52 #9 6.845 Get:19 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgdbm6 arm64 1.19-2 [26.5 kB]
13:39:52 #9 6.845 Get:20 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpipeline1 arm64 1.5.3-1build1 [22.9 kB]
13:39:52 #9 6.847 Get:21 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 man-db arm64 2.9.4-2 [1136 kB]
13:39:52 #9 6.901 Get:22 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 perl-modules-5.32 all 5.32.1-3ubuntu3 [2945 kB]
13:39:52 #9 7.037 Get:23 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgdbm-compat4 arm64 1.19-2 [6020 B]
13:39:52 #9 7.039 Get:24 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libperl5.32 arm64 5.32.1-3ubuntu3 [4633 kB]
13:39:52 #9 7.256 Get:25 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 perl arm64 5.32.1-3ubuntu3 [227 kB]
13:39:52 #9 7.261 Get:26 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 openssl arm64 1.1.1l-1ubuntu1.2 [635 kB]
13:39:52 #9 7.290 Get:27 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 ca-certificates all 20210119ubuntu1 [149 kB]
13:39:52 #9 7.295 Get:28 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 distro-info-data all 0.51ubuntu1.2 [5140 B]
13:39:52 #9 7.296 Get:29 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 less arm64 551-2 [119 kB]
13:39:52 #9 7.301 Get:30 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmd0 arm64 1.0.3-3build1 [21.4 kB]
13:39:52 #9 7.302 Get:31 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libbsd0 arm64 0.11.3-1ubuntu2 [39.0 kB]
13:39:52 #9 7.303 Get:32 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libelf1 arm64 0.185-1build1 [51.1 kB]
13:39:52 #9 7.307 Get:33 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libicu67 arm64 67.1-7ubuntu1 [10.0 MB]
13:39:52 #9 7.898 Get:34 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libxml2 arm64 2.9.12+dfsg-4ubuntu0.1 [726 kB]
13:39:52 #9 7.898 Get:35 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB]
13:39:52 #9 7.898 Get:36 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 lsb-release all 11.1.0ubuntu3 [10.8 kB]
13:39:52 #9 7.898 Get:37 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 netbase all 6.3 [12.9 kB]
13:39:52 #9 7.898 Get:38 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-pkg-resources all 52.0.0-4 [129 kB]
13:39:52 #9 7.905 Get:39 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 ucf all 3.0043 [56.1 kB]
13:39:52 #9 7.905 Get:40 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmagic-mgc arm64 1:5.39-3 [228 kB]
13:39:52 #9 7.908 Get:41 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmagic1 arm64 1:5.39-3 [75.1 kB]
13:39:52 #9 7.908 Get:42 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 file arm64 1:5.39-3 [23.6 kB]
13:39:52 #9 7.962 Get:43 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gettext-base arm64 0.21-4ubuntu3 [35.2 kB]
13:39:52 #9 8.034 Get:44 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 iso-codes all 4.6.0-1 [2769 kB]
13:39:52 #9 8.149 Get:45 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcbor0.6 arm64 0.6.0-0ubuntu3 [20.7 kB]
13:39:52 #9 8.150 Get:46 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libedit2 arm64 3.1-20191231-2build1 [96.0 kB]
13:39:52 #9 8.153 Get:47 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfido2-1 arm64 1.6.0-2build1 [56.9 kB]
13:39:52 #9 8.155 Get:48 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpng16-16 arm64 1.6.37-3build4 [189 kB]
13:39:52 #9 8.178 Get:49 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpsl5 arm64 0.21.0-1.2 [53.2 kB]
13:39:52 #9 8.178 Get:50 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxau6 arm64 1:1.0.9-1build3 [7248 B]
13:39:52 #9 8.179 Get:51 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu4 [10.9 kB]
13:39:52 #9 8.179 Get:52 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxcb1 arm64 1.14-3ubuntu1 [43.6 kB]
13:39:52 #9 8.181 Get:53 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libx11-data all 2:1.7.2-1 [123 kB]
13:39:52 #9 8.224 Get:54 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libx11-6 arm64 2:1.7.2-1 [659 kB]
13:39:52 #9 8.295 Get:55 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxext6 arm64 2:1.3.4-0ubuntu3 [27.3 kB]
13:39:52 #9 8.296 Get:56 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxmuu1 arm64 2:1.1.3-0ubuntu1 [9772 B]
13:39:52 #9 8.296 Get:57 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 manpages all 5.10-1ubuntu1 [1375 kB]
13:39:52 #9 8.346 Get:58 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 openssh-client arm64 1:8.4p1-6ubuntu2.1 [754 kB]
13:39:52 #9 8.388 Get:59 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 publicsuffix all 20210108.1309-1 [116 kB]
13:39:52 #9 8.392 Get:60 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python-apt-common all 2.2.1 [13.9 kB]
13:39:52 #9 8.393 Get:61 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-apt arm64 2.2.1 [144 kB]
13:39:52 #9 8.398 Get:62 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 strace arm64 5.13-0ubuntu1 [425 kB]
13:39:52 #9 8.414 Get:63 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 xauth arm64 1:1.1-1 [24.0 kB]
13:39:52 #9 8.414 Get:64 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 xz-utils arm64 5.2.5-2ubuntu0.1 [84.4 kB]
13:39:52 #9 8.439 Get:65 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsigsegv2 arm64 2.13-1ubuntu2 [14.5 kB]
13:39:52 #9 8.440 Get:66 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 m4 arm64 1.4.18-5ubuntu1 [196 kB]
13:39:52 #9 8.447 Get:67 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 autoconf all 2.69-14 [293 kB]
13:39:52 #9 8.513 Get:68 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 autotools-dev all 20180224.1+nmu1 [39.4 kB]
13:39:52 #9 8.515 Get:69 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 automake all 1:1.16.4-2 [557 kB]
13:39:52 #9 8.534 Get:70 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 autopoint all 0.21-4ubuntu3 [422 kB]
13:39:52 #9 8.549 Get:71 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 binutils-common arm64 2.37-7ubuntu1 [212 kB]
13:39:52 #9 8.557 Get:72 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libbinutils arm64 2.37-7ubuntu1 [733 kB]
13:39:52 #9 8.601 Get:73 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libctf-nobfd0 arm64 2.37-7ubuntu1 [106 kB]
13:39:52 #9 8.603 Get:74 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libctf0 arm64 2.37-7ubuntu1 [102 kB]
13:39:52 #9 8.606 Get:75 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 binutils-aarch64-linux-gnu arm64 2.37-7ubuntu1 [3211 kB]
13:39:52 #9 8.781 Get:76 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 binutils arm64 2.37-7ubuntu1 [3162 B]
13:39:52 #9 8.781 Get:77 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libc-dev-bin arm64 2.34-0ubuntu3.2 [19.6 kB]
13:39:52 #9 8.781 Get:78 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 linux-libc-dev arm64 5.13.0-40.45 [1265 kB]
13:39:52 #9 8.816 Get:79 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcrypt-dev arm64 1:4.4.18-4ubuntu1 [109 kB]
13:39:52 #9 8.819 Get:80 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu5 [65.3 kB]
13:39:52 #9 8.823 Get:81 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtirpc-dev arm64 1.3.2-2 [198 kB]
13:39:52 #9 8.828 Get:82 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnsl-dev arm64 1.3.0-2build1 [72.0 kB]
13:39:52 #9 8.832 Get:83 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libc6-dev arm64 2.34-0ubuntu3.2 [1525 kB]
13:39:52 #9 8.903 Get:84 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libisl23 arm64 0.24-1 [591 kB]
13:39:52 #9 8.923 Get:85 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmpfr6 arm64 4.1.0-3build1 [215 kB]
13:39:52 #9 8.945 Get:86 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmpc3 arm64 1.2.0-1build1 [42.4 kB]
13:39:52 #9 8.946 Get:87 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 cpp-11 arm64 11.2.0-7ubuntu2 [49.9 MB]
13:39:52 #9 ...
13:39:52 
13:39:52 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:52 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:52 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 38.80MB / 47.36MB 6.5s
13:39:52 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 6.29MB / 110.02MB 6.5s
13:39:52 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 38.80MB / 53.27MB 6.6s
13:39:52 #9 ...
13:39:52 
13:39:52 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:52 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:52 #14 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 3.7s done
13:39:52 #14 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:52 #14 DONE 14.5s
13:39:52 
13:39:52 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:52 #9 sha256:dc61eb5210dcb528f296fa9b93c9d543bfaeade9abda22ba6a9953f7d11211f5
13:39:52 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 40.89MB / 47.36MB 6.0s
13:39:52 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 0B / 53.27MB 6.0s
13:39:52 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 0B / 110.02MB 6.0s
13:39:52 #8 18.46 Selecting previously unselected package liblsan0:arm64.
13:39:52 #8 18.47 Preparing to unpack .../048-liblsan0_10.2.1-6_arm64.deb ...
13:39:52 #8 18.47 Unpacking liblsan0:arm64 (10.2.1-6) ...
13:39:52 #8 18.56 Selecting previously unselected package libtsan0:arm64.
13:39:52 #8 18.56 Preparing to unpack .../049-libtsan0_10.2.1-6_arm64.deb ...
13:39:52 #8 19.66 Selecting previously unselected package cpp.
13:39:52 #8 19.66 Preparing to unpack .../038-cpp_4%3a8.3.0-1_arm64.deb ...
13:39:52 #8 19.67 Unpacking cpp (4:8.3.0-1) ...
13:39:52 #8 19.70 Selecting previously unselected package libcc1-0:arm64.
13:39:52 #8 19.70 Preparing to unpack .../039-libcc1-0_8.3.0-6_arm64.deb ...
13:39:52 #8 19.71 Unpacking libcc1-0:arm64 (8.3.0-6) ...
13:39:52 #8 19.75 Selecting previously unselected package libgomp1:arm64.
13:39:52 #8 19.75 Preparing to unpack .../040-libgomp1_8.3.0-6_arm64.deb ...
13:39:52 #8 19.75 Unpacking libgomp1:arm64 (8.3.0-6) ...
13:39:52 #8 19.79 Selecting previously unselected package libitm1:arm64.
13:39:52 #8 19.79 Preparing to unpack .../041-libitm1_8.3.0-6_arm64.deb ...
13:39:52 #8 19.79 Unpacking libitm1:arm64 (8.3.0-6) ...
13:39:52 #8 19.83 Selecting previously unselected package libatomic1:arm64.
13:39:52 #7 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 0.6s
13:39:52 #8 19.82 Selecting previously unselected package libmagic1:arm64.
13:39:52 #8 19.82 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_arm64.deb ...
13:39:52 #8 19.83 Unpacking libmagic1:arm64 (1:5.32-2ubuntu0.4) ...
13:39:52 #8 19.86 Selecting previously unselected package file.
13:39:52 #8 19.86 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_arm64.deb ...
13:39:52 #8 19.87 Unpacking file (1:5.32-2ubuntu0.4) ...
13:39:52 #8 19.91 Selecting previously unselected package less.
13:39:52 #8 19.91 Preparing to unpack .../016-less_487-0.1_arm64.deb ...
13:39:52 #8 19.91 Unpacking less (487-0.1) ...
13:39:52 #8 19.96 Selecting previously unselected package libapt-inst2.0:arm64.
13:39:52 #8 19.96 Preparing to unpack .../017-libapt-inst2.0_1.6.14_arm64.deb ...
13:39:52 #8 19.97 Unpacking libapt-inst2.0:arm64 (1.6.14) ...
13:39:52 #8 20.02 Selecting previously unselected package libglib2.0-0:arm64.
13:39:52 #9 ...
13:39:52 
13:39:52 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:52 #14 sha256:4678fdafd63b8316f953117acf12131f1c3897212ac384593c44233f54e4b8cd
13:39:52 #14 DONE 14.6s
13:39:52 
13:39:52 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:52 #9 sha256:fc574228dba3222af2960f1d5f65087efa44b3a2bcf1b5db907e74df3d840cb1
13:39:52 #9 10.05 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libubsan1 arm64 12-20220319-1ubuntu1 [964 kB]
13:39:52 #9 10.08 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhwasan0 arm64 12-20220319-1ubuntu1 [1118 kB]
13:39:52 #9 10.14 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgcc-11-dev arm64 11.2.0-19ubuntu1 [1151 kB]
13:39:52 #9 10.20 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc-11 arm64 11.2.0-19ubuntu1 [19.4 MB]
13:39:52 #10 DONE 0.6s
13:39:52 
13:39:52 #11 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:39:52 #11 DONE 0.5s
13:39:52 
13:39:52 #12 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.1-alpine
13:39:52 #12 DONE 0.6s
13:39:52 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 14.68MB / 45.91MB 1.7s
13:39:52 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 3.15MB / 9.34MB 1.7s
13:39:52 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 4.19MB / 9.34MB 1.8s
13:39:52 #8 DONE 1.7s
13:39:52 
13:39:52 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
13:39:52 #9 sha256:1c003743c09659c3c82d324bce220033dfba1a7e9f3a4c96c436ffd5ae6c2bc0
13:39:52 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 30.41MB / 47.36MB 5.4s
13:39:52 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 28.31MB / 53.27MB 5.4s
13:39:53 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 44.04MB / 47.36MB 6.3s
13:39:53 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 3.15MB / 53.27MB 6.4s
13:39:53 #8 18.57 Unpacking libtsan0:arm64 (10.2.1-6) ...
13:39:53 #8 18.77 Selecting previously unselected package libubsan1:arm64.
13:39:53 #8 18.77 Preparing to unpack .../050-libubsan1_10.2.1-6_arm64.deb ...
13:39:53 #8 18.77 Unpacking libubsan1:arm64 (10.2.1-6) ...
13:39:53 #8 18.86 Selecting previously unselected package libgcc-10-dev:arm64.
13:39:53 #8 19.83 Preparing to unpack .../042-libatomic1_8.3.0-6_arm64.deb ...
13:39:53 #8 19.84 Unpacking libatomic1:arm64 (8.3.0-6) ...
13:39:53 #8 19.87 Selecting previously unselected package libasan5:arm64.
13:39:53 #8 19.87 Preparing to unpack .../043-libasan5_8.3.0-6_arm64.deb ...
13:39:53 #8 19.88 Unpacking libasan5:arm64 (8.3.0-6) ...
13:39:53 #8 19.94 Selecting previously unselected package liblsan0:arm64.
13:39:53 #8 19.94 Preparing to unpack .../044-liblsan0_8.3.0-6_arm64.deb ...
13:39:53 #8 19.94 Unpacking liblsan0:arm64 (8.3.0-6) ...
13:39:53 #8 19.99 Selecting previously unselected package libtsan0:arm64.
13:39:53 #8 19.99 Preparing to unpack .../045-libtsan0_8.3.0-6_arm64.deb ...
13:39:53 #8 19.99 Unpacking libtsan0:arm64 (8.3.0-6) ...
13:39:53 #8 20.04 Selecting previously unselected package libubsan1:arm64.
13:39:53 #8 20.05 Preparing to unpack .../046-libubsan1_8.3.0-6_arm64.deb ...
13:39:53 #8 20.05 Unpacking libubsan1:arm64 (8.3.0-6) ...
13:39:53 #8 20.09 Selecting previously unselected package libgcc-8-dev:arm64.
13:39:53 #8 20.09 Preparing to unpack .../047-libgcc-8-dev_8.3.0-6_arm64.deb ...
13:39:53 #8 20.10 Unpacking libgcc-8-dev:arm64 (8.3.0-6) ...
13:39:53 #8 20.02 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_arm64.deb ...
13:39:53 #8 20.03 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
13:39:53 #8 20.13 Selecting previously unselected package libglib2.0-data.
13:39:53 #8 20.13 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
13:39:53 #8 20.14 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
13:39:53 #8 20.25 Selecting previously unselected package libicu60:arm64.
13:39:53 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 6.29MB / 9.34MB 1.9s
13:39:53 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 17.83MB / 45.91MB 2.1s
13:39:53 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 7.34MB / 9.34MB 2.1s
13:39:53 
13:39:53 #13 [internal] load build context
13:39:53 #13 DONE 0.0s
13:39:53 
13:39:53 #14 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:53 #14 resolve docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:53 #14 ...
13:39:53 
13:39:53 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:39:53 #15 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.1s done
13:39:53 #15 DONE 0.1s
13:39:53 
13:39:53 #14 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:53 #14 resolve docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8 0.1s done
13:39:53 #14 ...
13:39:53 
13:39:53 #6 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:fc45f3e1294861d7851a87be152b1ab2350d755744077d5ee12b725fdca87919
13:39:53 #6 sha256:1d97f01bce8cd4ad2e238fef24e0fe631891202379dcf3a00bfa0d93fd37d7f4
13:39:53 #6 resolve quay.io/centos/centos:stream8@sha256:fc45f3e1294861d7851a87be152b1ab2350d755744077d5ee12b725fdca87919 0.0s done
13:39:53 #6 sha256:fc45f3e1294861d7851a87be152b1ab2350d755744077d5ee12b725fdca87919 743B / 743B done
13:39:53 #6 sha256:fc196b0e96ca8d0a7a06d768f1f6288478e5ae064c26c3626b2e6e9b6e6ebcf4 920B / 920B done
13:39:53 #6 sha256:c5c90f59f34baf33d093b8c0ad4dcb4ad8b1719e1f933e0e11dc303d5a38df12 6.47kB / 6.47kB done
13:39:53 #6 sha256:fdc12ef68aeeb51669f794676814577b3b2e9df667d27d033cee5ad802afd1f0 86.12MB / 86.12MB 3.7s done
13:39:53 #6 sha256:998ceb85f37596025e32fab7d9cd59620b87ba0e45ab5c18c59060f59840daaf 1.89kB / 1.89kB 1.9s done
13:39:53 #6 sha256:45081c646f637d7ba601d6f9dc8a026b2be1cf96c969311ae0c7be6e08f20bb1 29.89MB / 29.89MB 2.7s done
13:39:53 #6 sha256:b0eb4fd5a26a59a6bb57d88dd506bb37d8ab5295585f09ec9940fb69d4b6f26a 49.75MB / 49.75MB 4.0s done
13:39:53 #6 extracting sha256:fdc12ef68aeeb51669f794676814577b3b2e9df667d27d033cee5ad802afd1f0 6.2s
13:39:53 #6 ...
13:39:53 
13:39:53 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:53 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:53 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 45.09MB / 53.27MB 6.7s
13:39:53 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 25.17MB / 110.02MB 6.9s
13:39:53 #14 extracting sha256:0af23c8acc382d7701c3a2e6d49d20baa5c46c0953f964f1614c3f3c0b33d116 4.0s done
13:39:53 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 41.94MB / 47.36MB 7.0s
13:39:53 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 41.94MB / 53.27MB 7.2s
13:39:53 #9 10.14 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 liblsan0 arm64 10.3.0-1ubuntu1~20.04 [801 kB]
13:39:53 #9 10.16 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtsan0 arm64 10.3.0-1ubuntu1~20.04 [1969 kB]
13:39:53 #9 10.25 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libubsan1 arm64 10.3.0-1ubuntu1~20.04 [765 kB]
13:39:53 #9 10.28 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgcc-9-dev arm64 9.4.0-1ubuntu1~20.04.1 [920 kB]
13:39:53 #9 10.33 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9 arm64 9.4.0-1ubuntu1~20.04.1 [6738 kB]
13:39:53 #8 18.86 Preparing to unpack .../051-libgcc-10-dev_10.2.1-6_arm64.deb ...
13:39:53 #8 18.87 Unpacking libgcc-10-dev:arm64 (10.2.1-6) ...
13:39:53 #8 18.99 Selecting previously unselected package gcc-10.
13:39:53 #8 18.99 Preparing to unpack .../052-gcc-10_10.2.1-6_arm64.deb ...
13:39:53 #8 19.00 Unpacking gcc-10 (10.2.1-6) ...
13:39:53 #8 20.21 Selecting previously unselected package gcc-8.
13:39:53 #8 20.21 Preparing to unpack .../048-gcc-8_8.3.0-6_arm64.deb ...
13:39:53 #8 20.21 Unpacking gcc-8 (8.3.0-6) ...
13:39:53 #9 4.263 Reading package lists...
13:39:53 #8 20.25 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_arm64.deb ...
13:39:53 #8 20.26 Unpacking libicu60:arm64 (60.2-3ubuntu3.2) ...
13:39:53 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 20.97MB / 45.91MB 2.3s
13:39:53 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 8.39MB / 9.34MB 2.3s
13:39:53 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 9.34MB / 9.34MB 2.4s
13:39:53 #14 ...
13:39:53 
13:39:53 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:39:53 #15 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
13:39:53 #15 DONE 0.4s
13:39:53 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 48.23MB / 53.27MB 7.1s
13:39:53 #15 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 4.8s done
13:39:53 #15 DONE 5.0s
13:39:53 
13:39:53 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:53 #15 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
13:39:53 #13 ...
13:39:53 
13:39:53 #9 [internal] load build context
13:39:53 #9 sha256:bfba2357ab5d1690c81388ac9d742f6d82642dd7f8afc57ce0bdb006df5debc7
13:39:53 #9 transferring context: 28.96MB 6.0s done
13:39:53 #9 DONE 6.1s
13:39:53 
13:39:53 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:53 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:53 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 34.60MB / 47.36MB 5.9s
13:39:53 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 32.51MB / 53.27MB 5.9s
13:39:53 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 20.97MB / 110.02MB 5.9s
13:39:53 #13 ...
13:39:53 
13:39:53 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:f1ea119207443d62c398cca8d92a7852bebc1c8b39bd69c42e164c436afdd9f0
13:39:53 #7 sha256:0b4299c183d228da7e3fbba08253d1b9273a2cceb7de1cd688b0b00d7e0abbb1
13:39:53 #7 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:f1ea119207443d62c398cca8d92a7852bebc1c8b39bd69c42e164c436afdd9f0 0.0s done
13:39:53 #7 sha256:df29e8774ed93574ca0ab64ae06025740cc404cb07d2959ac6b5959016dc9eaa 307B / 307B 0.1s done
13:39:53 #7 sha256:f1ea119207443d62c398cca8d92a7852bebc1c8b39bd69c42e164c436afdd9f0 1.99kB / 1.99kB done
13:39:53 #7 sha256:6f6c5b71ad7b1f1570fee7f840822d3aa08c5ca496af8cd6ab74d92c2c8ff437 38.40MB / 38.40MB 2.8s done
13:39:53 #7 sha256:4c3993915605f36669740b1fa8046984bb79d6903ccdf47c39b5156c67569913 5.01kB / 5.01kB done
13:39:53 #7 sha256:608c8b94cb00e84f92e07637c832717b3f2577bb1de3b25932079e8a07899666 258B / 258B 0.2s done
13:39:53 #7 sha256:3abe7fd2756e782bf34bdbc6b8885d26774c309e3387022e3039d301ff791da8 911B / 911B 0.3s done
13:39:53 #7 sha256:1ee8e9d3d579c8b782076ab76beea9f52067c42e0709a52b4cb721ad33637c86 177B / 177B 0.3s done
13:39:53 #7 sha256:88baabc7c5771f4d613e1a3a340460db2d30ea6860b01522d3aa38184e1f798e 412B / 412B 0.4s done
13:39:53 #7 sha256:c9e7a3ba9326e58eb90d79d2bdeceaa1901b2efc1eb6334b794724e239218aa0 18.95MB / 18.95MB 1.8s done
13:39:53 #7 sha256:9a4c482cac57304899b24bf73839ec03db8436341de095dc0d22a0bb579574bd 130.61kB / 130.61kB 0.6s done
13:39:53 #7 extracting sha256:6f6c5b71ad7b1f1570fee7f840822d3aa08c5ca496af8cd6ab74d92c2c8ff437 2.9s
13:39:53 #7 ...
13:39:53 
13:39:53 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:53 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:53 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 35.65MB / 53.27MB 6.2s
13:39:53 #14 extracting sha256:96e77776281865e740bc55c21e8ccf92eb00da433affc35674d9e7e930e1dce1 done
13:39:53 #14 DONE 14.9s
13:39:53 
13:39:53 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:53 #9 sha256:b352c7ff7862e7af890b6f5542e85378ad532dbbfa7c9b2949922c33a7d9ed13
13:39:53 #15 extracting sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 3.9s done
13:39:53 #15 DONE 9.6s
13:39:53 
13:39:53 #15 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:53 #15 extracting sha256:48a657773900190e59f0ba6a0b06f6708be5a593336955df99496b40dd24e06d 0.0s done
13:39:53 #15 DONE 9.6s
13:39:53 
13:39:53 #17 [linux/arm64 build-base-alpine 2/4] COPY --from=xx / /
13:39:53 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 45.09MB / 47.36MB 7.4s
13:39:53 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 45.09MB / 53.27MB 7.5s
13:39:53 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 12.58MB / 110.02MB 7.5s
13:39:53 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 6.8s
13:39:53 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 6.29MB / 53.27MB 6.9s
13:39:53 #9 5.257 Building dependency tree...
13:39:53 #9 5.434 Reading state information...
13:39:53 #9 5.649 The following additional packages will be installed:
13:39:53 #9 5.649   autoconf automake autopoint autotools-dev binutils binutils-common
13:39:53 #9 5.649   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
13:39:53 #14 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 9.34MB / 9.34MB 2.4s done
13:39:53 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 0B / 47.36MB 2.6s
13:39:53 #18 1.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
13:39:53 #18 1.428 (1/22) Installing ncurses-terminfo-base (6.3_p20211120-r0)
13:39:53 #18 1.447 (2/22) Installing ncurses-libs (6.3_p20211120-r0)
13:39:53 #18 1.457 (3/22) Installing readline (8.1.1-r0)
13:39:53 #18 1.464 (4/22) Installing bash (5.1.16-r0)
13:39:53 #18 1.506 Executing bash-5.1.16-r0.post-install
13:39:53 #18 1.509 (5/22) Installing libffi (3.4.2-r1)
13:39:53 #18 1.513 (6/22) Installing libgcc (10.3.1_git20211027-r0)
13:39:53 #18 1.518 (7/22) Installing libstdc++ (10.3.1_git20211027-r0)
13:39:53 #18 1.534 (8/22) Installing xz-libs (5.2.5-r1)
13:39:53 #18 1.540 (9/22) Installing libxml2 (2.9.13-r0)
13:39:53 #18 1.553 (10/22) Installing llvm12-libs (12.0.1-r0)
13:39:53 
13:39:53 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:39:53 #15 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329
13:39:53 #15 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.2s done
13:39:53 #15 DONE 0.6s
13:39:53 
13:39:53 #14 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:53 #14 DONE 0.7s
13:39:53 
13:39:53 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:53 #16 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
13:39:53 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 1.05MB / 151.10MB 0.2s
13:39:53 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 37.75MB / 47.36MB 6.3s
13:39:53 #9 0.913 Loaded plugins: fastestmirror, ovl
13:39:53 #9 10.72 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gcc arm64 4:9.3.0-1ubuntu2 [5228 B]
13:39:53 #9 10.73 Get:110 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libstdc++-9-dev arm64 9.4.0-1ubuntu1~20.04.1 [1688 kB]
13:39:53 #9 10.75 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 g++-9 arm64 9.4.0-1ubuntu1~20.04.1 [6843 kB]
13:39:53 #9 5.649   ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit dh-autoreconf
13:39:53 #9 5.649   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
13:39:53 #9 5.649   fakeroot file fontconfig-config fonts-dejavu-core g++ g++-11 gcc gcc-11
13:39:53 #9 5.649   gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:39:53 #9 5.649   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
13:39:53 #9 5.650   iso-codes less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:39:53 #9 5.650   libalgorithm-merge-perl libaliased-perl libapt-pkg-perl libarchive-cpio-perl
13:39:53 #9 5.650   libarchive-zip-perl libarray-intspan-perl libasan6 libassuan0 libatomic1
13:39:53 #9 5.650   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:39:53 #9 5.650   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
13:39:53 #9 5.650   libcapture-tiny-perl libcbor0.6 libcc1-0 libclass-data-inheritable-perl
13:39:53 #9 5.650   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:39:53 #9 5.650   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
13:39:53 #9 5.650   libcontextual-return-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
13:39:53 #9 5.650   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
13:39:53 #9 5.650   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
13:39:53 #9 5.650   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:39:53 #9 5.650   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
13:39:53 #9 5.650   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:39:53 #9 5.650   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:39:53 #9 5.650   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:39:53 #9 5.650   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
13:39:53 #9 5.650   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
13:39:53 #9 5.650   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:39:53 #9 5.650   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-11-dev
13:39:53 #9 5.650   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:39:53 #9 5.650   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:39:53 #9 5.650   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:53 #9 5.650   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:53 #9 5.650   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:53 #9 5.650   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:53 #9 5.650   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:39:53 #9 5.650   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
13:39:53 #9 5.650   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
13:39:53 #9 5.650   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
13:39:53 #9 5.650   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8
13:39:53 #9 5.650   libldap-2.5-0 libldap-common liblist-compare-perl liblist-moreutils-perl
13:39:53 #9 5.650   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:39:53 #9 5.650   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:39:53 #9 5.650   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:53 #9 5.650   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:39:53 #9 5.650   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:39:53 #9 5.650   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:39:53 #9 5.650   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:39:53 #9 5.650   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:39:53 #9 5.650   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:39:53 #9 5.650   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:39:53 #9 5.651   libnumber-range-perl libobject-id-perl libpackage-stash-perl
13:39:53 #9 5.651   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:53 #9 5.651   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
13:39:53 #9 5.651   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:39:53 #9 5.651   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:39:53 #9 5.651   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
13:39:53 #9 5.651   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:39:53 #9 5.651   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:53 #9 5.651   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:53 #9 5.651   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:53 #9 5.651   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
13:39:53 #9 5.651   libsqlite3-0 libssh-4 libstdc++-11-dev libstrictures-perl
13:39:53 #9 5.651   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:39:53 #9 5.651   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:39:53 #9 5.651   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:53 #9 5.651   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
13:39:53 #9 5.651   libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:39:53 #9 5.651   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:39:53 #9 5.651   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
13:39:53 #9 5.651   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:53 #9 5.651   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
13:39:53 #9 5.651   libvariable-magic-perl libwant-perl libwebp6 libwww-perl
13:39:53 #9 5.651   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:39:53 #9 5.651   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:39:53 #9 5.651   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
13:39:53 #9 5.651   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:39:53 #9 5.651   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
13:39:53 #9 5.656   media-types netbase openssh-client openssl patch patchutils perl
13:39:53 #9 5.656   perl-modules-5.32 perl-openssl-defaults pinentry-curses po-debconf
13:39:53 #9 5.656   publicsuffix python-apt-common python3 python3-apt python3-certifi
13:39:53 #9 5.656   python3-chardet python3-debian python3-gpg python3-idna python3-magic
13:39:53 #9 5.656   python3-minimal python3-pkg-resources python3-requests python3-six
13:39:53 #9 5.656   python3-unidiff python3-urllib3 python3-xdg python3.9 python3.9-minimal
13:39:53 #9 5.656   readline-common rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth
13:39:53 #9 5.656   xz-utils zstd
13:39:53 #9 5.656 Suggested packages:
13:39:53 #9 5.656   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:39:53 #9 5.656   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
13:39:53 #9 5.656   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:39:53 #9 5.656   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:39:53 #9 5.656   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:53 #9 5.656   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:39:53 #9 5.656   postgresql-client pristine-lfs pristine-tar quilt ratt reprotest
13:39:53 #9 5.656   svn-buildpackage w3m debian-keyring libsoap-lite-perl dbus-user-session
13:39:53 #9 5.656   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
13:39:53 #9 5.656   g++-multilib g++-11-multilib gcc-11-doc gcc-multilib flex bison gdb gcc-doc
13:39:53 #9 5.656   gcc-11-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
13:39:53 #9 5.656   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
13:39:53 #9 5.656   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
13:39:53 #9 5.656   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
13:39:53 #9 5.656   libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
13:39:53 #9 5.656   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
13:39:53 #9 5.656   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
13:39:53 #9 5.656   libstdc++-11-doc libbareword-filehandles-perl libindirect-perl
13:39:53 #9 5.656   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
13:39:53 #9 5.656   libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
13:39:53 #9 5.656   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
13:39:53 #9 5.656   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:39:53 #9 5.656   diffutils-doc perl-doc libterm-readline-gnu-perl
13:39:53 #9 5.656   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
13:39:53 #9 5.656   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
13:39:53 #9 5.656   python-apt-doc python3-setuptools python3-cryptography python3-openssl
13:39:53 #9 5.656   python3-socks python-requests-doc python3.9-venv python3.9-doc
13:39:53 #9 5.656   binfmt-support readline-doc zip wdiff-doc
13:39:53 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 6.29MB / 110.02MB 7.0s
13:39:53 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 9.44MB / 53.27MB 7.1s
13:39:53 #8 20.84 Selecting previously unselected package gcc.
13:39:53 #8 20.84 Preparing to unpack .../049-gcc_4%3a8.3.0-1_arm64.deb ...
13:39:53 #8 20.85 Unpacking gcc (4:8.3.0-1) ...
13:39:53 #8 20.88 Selecting previously unselected package libstdc++-8-dev:arm64.
13:39:53 #8 20.88 Preparing to unpack .../050-libstdc++-8-dev_8.3.0-6_arm64.deb ...
13:39:53 #8 20.89 Unpacking libstdc++-8-dev:arm64 (8.3.0-6) ...
13:39:53 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 25.06MB / 45.91MB 2.7s
13:39:53 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 3.15MB / 47.36MB 3.0s
13:39:53 #8 20.89 Selecting previously unselected package libxml2:arm64.
13:39:53 #8 20.89 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.5_arm64.deb ...
13:39:53 #8 20.90 Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.5) ...
13:39:53 #8 20.98 Selecting previously unselected package libyaml-0-2:arm64.
13:39:53 #8 20.98 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_arm64.deb ...
13:39:53 #8 20.98 Unpacking libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
13:39:53 #8 21.01 Selecting previously unselected package lsb-release.
13:39:53 #8 21.01 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
13:39:53 #8 21.02 Unpacking lsb-release (9.20170808ubuntu1) ...
13:39:53 #8 21.05 Selecting previously unselected package netbase.
13:39:53 #8 21.05 Preparing to unpack .../024-netbase_5.4_all.deb ...
13:39:53 #8 21.06 Unpacking netbase (5.4) ...
13:39:53 #8 21.09 Selecting previously unselected package shared-mime-info.
13:39:53 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 9.44MB / 151.10MB 0.3s
13:39:53 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 51.38MB / 53.27MB 7.5s
13:39:53 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 31.46MB / 110.02MB 7.5s
13:39:54 #14 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 4.1s done
13:39:54 #14 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002
13:39:54 #9 1.307 Determining fastest mirrors
13:39:54 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 48.23MB / 53.27MB 7.9s
13:39:54 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 8.0s done
13:39:54 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 18.87MB / 110.02MB 8.1s
13:39:54 #14 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 0B / 157B 8.1s
13:39:54 #9 11.23 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 g++ arm64 4:9.3.0-1ubuntu2 [1592 B]
13:39:54 #9 11.24 Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 make arm64 4.2.1-1.2 [154 kB]
13:39:54 #9 11.24 Get:114 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdpkg-perl all 1.19.7ubuntu3 [230 kB]
13:39:54 #9 11.24 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patch arm64 2.7.6-6 [98.1 kB]
13:39:54 #9 11.25 Get:116 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
13:39:54 #9 11.25 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 build-essential arm64 12.8ubuntu1.1 [4664 B]
13:39:54 #9 11.25 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbrotli1 arm64 1.0.7-6ubuntu0.1 [257 kB]
13:39:54 #9 11.26 Get:119 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libroken18-heimdal arm64 7.7.0+dfsg-1ubuntu1 [39.4 kB]
13:39:54 #9 11.26 Get:120 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-1ubuntu1 [150 kB]
13:39:54 #9 11.31 Get:121 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-1ubuntu1 [27.9 kB]
13:39:54 #9 11.34 Get:122 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-1ubuntu1 [86.4 kB]
13:39:54 #9 11.34 Get:123 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwind0-heimdal arm64 7.7.0+dfsg-1ubuntu1 [47.3 kB]
13:39:54 #9 11.34 Get:124 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-1ubuntu1 [98.7 kB]
13:39:54 #9 11.34 Get:125 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-1ubuntu1 [191 kB]
13:39:54 #9 11.35 Get:126 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-1ubuntu1 [14.7 kB]
13:39:54 #9 11.35 Get:127 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-1ubuntu1 [88.3 kB]
13:39:54 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 7.2s done
13:39:54 #13 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 157B / 157B 7.3s done
13:39:54 #9 6.045 The following NEW packages will be installed:
13:39:54 #9 6.046   autoconf automake autopoint autotools-dev binutils binutils-common
13:39:54 #9 6.046   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
13:39:54 #9 6.046   ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit devscripts
13:39:54 #9 6.046   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:39:54 #9 6.046   dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core
13:39:54 #9 6.046   g++ g++-11 gcc gcc-11 gettext gettext-base git git-man gnupg gnupg-l10n
13:39:54 #9 6.046   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:39:54 #9 6.046   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
13:39:54 #9 6.046   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:39:54 #9 6.046   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:54 #9 6.046   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:39:54 #9 6.046   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:54 #9 6.046   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.6
13:39:54 #9 6.046   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:39:54 #9 6.046   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:39:54 #9 6.046   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:39:54 #9 6.046   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:39:54 #9 6.046   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:39:54 #9 6.046   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:39:54 #9 6.046   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:39:54 #9 6.046   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
13:39:54 #9 6.046   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:39:54 #9 6.046   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:39:54 #9 6.046   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:39:54 #9 6.047   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
13:39:54 #9 6.047   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
13:39:54 #9 6.047   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:39:54 #9 6.047   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-11-dev
13:39:54 #9 6.047   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:39:54 #9 6.047   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:39:54 #9 6.047   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:54 #9 6.047   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:54 #9 6.047   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:54 #9 6.047   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:54 #9 6.047   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:39:54 #9 6.047   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
13:39:54 #9 6.047   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
13:39:54 #9 6.047   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
13:39:54 #9 6.047   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8
13:39:54 #9 6.047   libldap-2.5-0 libldap-common liblist-compare-perl liblist-moreutils-perl
13:39:54 #9 6.047   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:39:54 #9 6.047   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:39:54 #9 6.047   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:54 #9 6.047   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:39:54 #9 6.047   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:39:54 #9 6.047   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:39:54 #9 6.047   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:39:54 #9 6.047   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:39:54 #9 6.047   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:39:54 #9 6.047   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:39:54 #9 6.047   libnumber-range-perl libobject-id-perl libpackage-stash-perl
13:39:54 #9 6.047   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:54 #9 6.047   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
13:39:54 #9 6.047   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:39:54 #9 6.048   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:39:54 #9 6.048   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
13:39:54 #9 6.048   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:39:54 #9 6.048   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:54 #9 6.048   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:54 #9 6.048   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:54 #9 6.048   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
13:39:54 #9 6.048   libsqlite3-0 libssh-4 libstdc++-11-dev libstrictures-perl
13:39:54 #9 6.048   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:39:54 #9 6.048   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:39:54 #9 6.048   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:54 #9 6.048   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
13:39:54 #9 6.048   libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:39:54 #9 6.048   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:39:54 #9 6.048   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
13:39:54 #9 6.048   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:54 #9 6.048   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
13:39:54 #9 6.048   libvariable-magic-perl libwant-perl libwebp6 libwww-perl
13:39:54 #9 6.048   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:39:54 #9 6.048   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:39:54 #9 6.048   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
13:39:54 #9 6.048   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:39:54 #9 6.048   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
13:39:54 #9 6.049   media-types netbase openssh-client openssl patch patchutils perl
13:39:54 #9 6.049   perl-modules-5.32 perl-openssl-defaults pinentry-curses po-debconf
13:39:54 #9 6.049   publicsuffix python-apt-common python3 python3-apt python3-certifi
13:39:54 #9 6.049   python3-chardet python3-debian python3-gpg python3-idna python3-magic
13:39:54 #9 6.049   python3-minimal python3-pkg-resources python3-requests python3-six
13:39:54 #9 6.049   python3-unidiff python3-urllib3 python3-xdg python3.9 python3.9-minimal
13:39:54 #9 6.049   readline-common rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth
13:39:54 #9 6.049   xz-utils zstd
13:39:54 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 28.31MB / 45.91MB 3.1s
13:39:54 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 6.29MB / 47.36MB 3.2s
13:39:54 #8 21.09 Selecting previously unselected package g++-8.
13:39:54 #8 21.09 Preparing to unpack .../051-g++-8_8.3.0-6_arm64.deb ...
13:39:54 #8 21.09 Unpacking g++-8 (8.3.0-6) ...
13:39:54 #8 21.09 Preparing to unpack .../025-shared-mime-info_1.9-2_arm64.deb ...
13:39:54 #8 21.09 Unpacking shared-mime-info (1.9-2) ...
13:39:54 #8 21.18 Selecting previously unselected package ucf.
13:39:54 #8 21.18 Preparing to unpack .../026-ucf_3.0038_all.deb ...
13:39:54 #8 21.19 Moving old data out of the way
13:39:54 #8 21.19 Unpacking ucf (3.0038) ...
13:39:54 #8 21.22 Selecting previously unselected package xdg-user-dirs.
13:39:54 #8 21.22 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ...
13:39:54 #8 21.23 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
13:39:54 #8 21.29 Selecting previously unselected package xz-utils.
13:39:54 #8 21.29 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_arm64.deb ...
13:39:54 #8 21.29 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
13:39:54 #8 21.33 Selecting previously unselected package gettext-base.
13:39:54 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 25.17MB / 151.10MB 0.8s
13:39:54 #9 11.32 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc arm64 4:11.2.0-1ubuntu1 [5128 B]
13:39:54 #8 20.14 Selecting previously unselected package gcc.
13:39:54 #8 20.14 Preparing to unpack .../053-gcc_4%3a10.2.1-1_arm64.deb ...
13:39:54 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 41.94MB / 47.36MB 6.8s
13:39:54 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 39.85MB / 53.27MB 6.8s
13:39:54 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 28.31MB / 110.02MB 6.8s
13:39:54 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 51.38MB / 53.27MB 8.2s
13:39:54 #14 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 157B / 157B 8.1s done
13:39:54 #9 11.35 Get:128 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2ubuntu0.1 [14.9 kB]
13:39:54 #9 11.36 Get:129 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2ubuntu0.1 [48.4 kB]
13:39:54 #9 11.39 Get:130 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB]
13:39:54 #9 11.46 Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-2.4-2 arm64 2.4.49+dfsg-2ubuntu1.8 [145 kB]
13:39:54 #9 11.47 Get:132 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnghttp2-14 arm64 1.40.0-1build1 [74.7 kB]
13:39:54 #9 11.48 Get:133 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build1 [53.3 kB]
13:39:54 #9 11.50 Get:134 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssh-4 arm64 0.9.3-2ubuntu2.2 [159 kB]
13:39:54 #9 11.50 Get:135 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.10 [215 kB]
13:39:54 #9 11.51 Get:136 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.10 [157 kB]
13:39:54 #9 11.52 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dctrl-tools arm64 2.24-3 [59.1 kB]
13:39:54 #9 11.53 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtool all 2.4.6-14 [161 kB]
13:39:54 #9 11.53 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-autoreconf all 19 [16.1 kB]
13:39:54 #9 11.55 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
13:39:54 #9 11.61 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-zip-perl all 1.67-2 [90.5 kB]
13:39:54 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 12.58MB / 53.27MB 7.5s
13:39:54 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 12.06MB / 110.02MB 7.6s
13:39:54 #9 6.362 0 upgraded, 363 newly installed, 0 to remove and 0 not upgraded.
13:39:54 #9 6.362 Need to get 251 MB of archives.
13:39:54 #9 6.362 After this operation, 830 MB of additional disk space will be used.
13:39:54 #9 6.362 Get:1 http://archive.ubuntu.com/ubuntu impish/main amd64 liblocale-gettext-perl amd64 1.07-4build1 [16.9 kB]
13:39:54 #9 6.385 Get:2 http://archive.ubuntu.com/ubuntu impish/main amd64 libpython3.9-minimal amd64 3.9.7-2build1 [784 kB]
13:39:54 #9 6.455 Get:3 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libexpat1 amd64 2.4.1-2ubuntu0.3 [91.2 kB]
13:39:54 #9 6.455 Get:4 http://archive.ubuntu.com/ubuntu impish/main amd64 python3.9-minimal amd64 3.9.7-2build1 [2081 kB]
13:39:54 #9 6.482 Get:5 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-minimal amd64 3.9.4-1build1 [24.5 kB]
13:39:54 #9 6.482 Get:6 http://archive.ubuntu.com/ubuntu impish/main amd64 media-types all 4.0.0 [22.2 kB]
13:39:54 #9 6.482 Get:7 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 tzdata all 2022a-0ubuntu0.21.10 [337 kB]
13:39:54 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 31.46MB / 45.91MB 3.4s
13:39:54 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 10.49MB / 47.36MB 3.4s
13:39:54 #8 21.33 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_arm64.deb ...
13:39:54 #8 21.33 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
13:39:54 #8 21.36 Selecting previously unselected package iso-codes.
13:39:54 #8 21.37 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
13:39:54 #8 21.37 Unpacking iso-codes (3.79-1) ...
13:39:54 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 34.60MB / 151.10MB 0.9s
13:39:54 #9 11.72 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstdc++-11-dev arm64 11.2.0-19ubuntu1 [2070 kB]
13:39:54 #8 20.15 Unpacking gcc (4:10.2.1-1) ...
13:39:54 #8 20.18 Selecting previously unselected package libstdc++-10-dev:arm64.
13:39:54 #8 20.18 Preparing to unpack .../054-libstdc++-10-dev_10.2.1-6_arm64.deb ...
13:39:54 #8 20.19 Unpacking libstdc++-10-dev:arm64 (10.2.1-6) ...
13:39:54 #8 20.40 Selecting previously unselected package g++-10.
13:39:54 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 37.75MB / 110.02MB 8.0s
13:39:54 #13 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 4.9s done
13:39:54 #13 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 0.1s
13:39:54 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 53.27MB / 53.27MB 8.0s done
13:39:54 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 45.09MB / 110.02MB 8.3s
13:39:54 #18 2.192 (11/22) Installing clang-libs (12.0.1-r1)
13:39:54 #9 11.62 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-override-perl all 0.09-2 [9532 B]
13:39:54 #9 11.63 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
13:39:54 #9 11.64 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
13:39:54 #9 11.65 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dwz arm64 0.13-5 [134 kB]
13:39:54 #9 11.65 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcroco3 arm64 0.6.13-1 [77.1 kB]
13:39:54 #9 11.65 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext arm64 0.19.8.1-10build1 [850 kB]
13:39:54 #9 11.68 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:39:54 #9 11.70 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 po-debconf all 1.0.21 [233 kB]
13:39:54 #9 11.70 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 debhelper all 12.10ubuntu1 [877 kB]
13:39:54 #9 11.76 Get:151 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfakeroot arm64 1.24-1 [26.0 kB]
13:39:54 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 15.73MB / 53.27MB 7.8s
13:39:54 #9 6.502 Get:8 http://archive.ubuntu.com/ubuntu impish/main amd64 libmpdec3 amd64 2.5.1-2build1 [86.8 kB]
13:39:54 #9 6.502 Get:9 http://archive.ubuntu.com/ubuntu impish/main amd64 readline-common all 8.1-2 [54.1 kB]
13:39:54 #9 6.502 Get:10 http://archive.ubuntu.com/ubuntu impish/main amd64 libreadline8 amd64 8.1-2 [138 kB]
13:39:54 #9 6.502 Get:11 http://archive.ubuntu.com/ubuntu impish/main amd64 libsqlite3-0 amd64 3.35.5-1 [601 kB]
13:39:54 #9 6.505 Get:12 http://archive.ubuntu.com/ubuntu impish/main amd64 libpython3.9-stdlib amd64 3.9.7-2build1 [1807 kB]
13:39:54 #9 6.532 Get:13 http://archive.ubuntu.com/ubuntu impish/main amd64 python3.9 amd64 3.9.7-2build1 [433 kB]
13:39:54 #9 6.540 Get:14 http://archive.ubuntu.com/ubuntu impish/main amd64 libpython3-stdlib amd64 3.9.4-1build1 [7146 B]
13:39:54 #9 6.540 Get:15 http://archive.ubuntu.com/ubuntu impish/main amd64 python3 amd64 3.9.4-1build1 [22.8 kB]
13:39:54 #9 6.541 Get:16 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 bsdextrautils amd64 2.36.1-8ubuntu2.2 [74.8 kB]
13:39:54 #9 6.543 Get:17 http://archive.ubuntu.com/ubuntu impish/main amd64 libuchardet0 amd64 0.0.7-1build1 [76.7 kB]
13:39:54 #9 6.545 Get:18 http://archive.ubuntu.com/ubuntu impish/main amd64 groff-base amd64 1.22.4-7 [956 kB]
13:39:54 #9 6.563 Get:19 http://archive.ubuntu.com/ubuntu impish/main amd64 libgdbm6 amd64 1.19-2 [27.5 kB]
13:39:54 #9 6.564 Get:20 http://archive.ubuntu.com/ubuntu impish/main amd64 libpipeline1 amd64 1.5.3-1build1 [23.2 kB]
13:39:54 #9 6.565 Get:21 http://archive.ubuntu.com/ubuntu impish/main amd64 man-db amd64 2.9.4-2 [1154 kB]
13:39:54 #9 6.582 Get:22 http://archive.ubuntu.com/ubuntu impish/main amd64 perl-modules-5.32 all 5.32.1-3ubuntu3 [2945 kB]
13:39:54 #9 6.641 Get:23 http://archive.ubuntu.com/ubuntu impish/main amd64 libgdbm-compat4 amd64 1.19-2 [6236 B]
13:39:54 #9 6.641 Get:24 http://archive.ubuntu.com/ubuntu impish/main amd64 libperl5.32 amd64 5.32.1-3ubuntu3 [4713 kB]
13:39:54 #9 6.717 Get:25 http://archive.ubuntu.com/ubuntu impish/main amd64 perl amd64 5.32.1-3ubuntu3 [227 kB]
13:39:54 #14 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 4.5s done
13:39:54 #14 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002
13:39:54 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 0B / 53.27MB 3.6s
13:39:54 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 34.60MB / 45.91MB 3.7s
13:39:54 #8 21.65 Selecting previously unselected package krb5-locales.
13:39:54 #8 21.65 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.2_all.deb ...
13:39:54 #8 21.66 Unpacking krb5-locales (1.16-2ubuntu0.2) ...
13:39:54 #8 21.70 Selecting previously unselected package libedit2:arm64.
13:39:54 #8 21.70 Preparing to unpack .../032-libedit2_3.1-20170329-1_arm64.deb ...
13:39:54 #8 21.71 Unpacking libedit2:arm64 (3.1-20170329-1) ...
13:39:54 #8 21.75 Selecting previously unselected package libkrb5support0:arm64.
13:39:54 #8 21.75 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.2_arm64.deb ...
13:39:54 #8 21.75 Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.2) ...
13:39:54 #8 21.79 Selecting previously unselected package libk5crypto3:arm64.
13:39:54 #8 21.79 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.2_arm64.deb ...
13:39:54 #8 21.80 Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.2) ...
13:39:54 #8 21.85 Selecting previously unselected package libkeyutils1:arm64.
13:39:54 #8 21.85 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_arm64.deb ...
13:39:54 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 48.23MB / 151.10MB 1.2s
13:39:54 #8 21.71 Selecting previously unselected package g++.
13:39:54 #8 21.71 Preparing to unpack .../052-g++_4%3a8.3.0-1_arm64.deb ...
13:39:54 #8 21.72 Unpacking g++ (4:8.3.0-1) ...
13:39:54 #8 21.74 Selecting previously unselected package make.
13:39:54 #8 21.74 Preparing to unpack .../053-make_4.2.1-1.2_arm64.deb ...
13:39:54 #8 21.75 Unpacking make (4.2.1-1.2) ...
13:39:54 #8 21.80 Selecting previously unselected package libdpkg-perl.
13:39:54 #8 20.41 Preparing to unpack .../055-g++-10_10.2.1-6_arm64.deb ...
13:39:54 #8 20.41 Unpacking g++-10 (10.2.1-6) ...
13:39:54 #18 2.715 (12/22) Installing clang (12.0.1-r1)
13:39:54 #9 11.77 Get:152 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 fakeroot arm64 1.24-1 [61.9 kB]
13:39:54 #9 11.77 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libassuan0 arm64 2.5.3-7ubuntu2 [33.1 kB]
13:39:54 #9 11.77 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgconf arm64 2.2.19-3ubuntu2.1 [117 kB]
13:39:54 #9 11.78 Get:155 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB]
13:39:54 #9 11.78 Get:156 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnpth0 arm64 1.6-1 [7440 B]
13:39:54 #9 11.79 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dirmngr arm64 2.2.19-3ubuntu2.1 [310 kB]
13:39:54 #9 11.84 Get:158 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB]
13:39:54 #9 11.85 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-utils arm64 2.2.19-3ubuntu2.1 [443 kB]
13:39:54 #9 11.86 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg arm64 2.2.19-3ubuntu2.1 [442 kB]
13:39:54 #9 11.91 Get:161 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pinentry-curses arm64 1.1.0-3build1 [34.3 kB]
13:39:54 #9 11.92 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-agent arm64 2.2.19-3ubuntu2.1 [216 kB]
13:39:54 #9 11.94 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-client arm64 2.2.19-3ubuntu2.1 [89.3 kB]
13:39:54 #9 11.94 Get:164 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-server arm64 2.2.19-3ubuntu2.1 [83.0 kB]
13:39:54 #9 11.94 Get:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgsm arm64 2.2.19-3ubuntu2.1 [199 kB]
13:39:54 #9 11.95 Get:166 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg all 2.2.19-3ubuntu2.1 [259 kB]
13:39:54 #9 11.96 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
13:39:54 #9 11.99 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-homedir-perl all 1.004-1 [37.3 kB]
13:39:54 #9 12.00 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-pty-perl arm64 1:1.12-1 [31.5 kB]
13:39:54 #9 12.00 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-run-perl all 20180523.0-2 [89.7 kB]
13:39:54 #9 12.06 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:39:54 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 18.87MB / 53.27MB 8.1s
13:39:54 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 17.83MB / 110.02MB 8.2s
13:39:54 #9 6.718 Get:26 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 openssl amd64 1.1.1l-1ubuntu1.2 [651 kB]
13:39:54 #9 6.733 Get:27 http://archive.ubuntu.com/ubuntu impish/main amd64 ca-certificates all 20210119ubuntu1 [149 kB]
13:39:54 #9 6.733 Get:28 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 distro-info-data all 0.51ubuntu1.2 [5140 B]
13:39:54 #9 6.733 Get:29 http://archive.ubuntu.com/ubuntu impish/main amd64 less amd64 551-2 [123 kB]
13:39:54 #9 6.735 Get:30 http://archive.ubuntu.com/ubuntu impish/main amd64 libmd0 amd64 1.0.3-3build1 [21.5 kB]
13:39:54 #9 6.735 Get:31 http://archive.ubuntu.com/ubuntu impish/main amd64 libbsd0 amd64 0.11.3-1ubuntu2 [41.1 kB]
13:39:54 #9 6.743 Get:32 http://archive.ubuntu.com/ubuntu impish/main amd64 libelf1 amd64 0.185-1build1 [51.4 kB]
13:39:54 #9 6.743 Get:33 http://archive.ubuntu.com/ubuntu impish/main amd64 libicu67 amd64 67.1-7ubuntu1 [10.1 MB]
13:39:54 #9 6.923 Get:34 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libxml2 amd64 2.9.12+dfsg-4ubuntu0.1 [762 kB]
13:39:54 #9 6.925 Get:35 http://archive.ubuntu.com/ubuntu impish/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
13:39:54 #9 6.926 Get:36 http://archive.ubuntu.com/ubuntu impish/main amd64 lsb-release all 11.1.0ubuntu3 [10.8 kB]
13:39:54 #9 6.927 Get:37 http://archive.ubuntu.com/ubuntu impish/main amd64 netbase all 6.3 [12.9 kB]
13:39:54 #9 6.928 Get:38 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-pkg-resources all 52.0.0-4 [129 kB]
13:39:54 #9 6.930 Get:39 http://archive.ubuntu.com/ubuntu impish/main amd64 ucf all 3.0043 [56.1 kB]
13:39:54 #9 6.932 Get:40 http://archive.ubuntu.com/ubuntu impish/main amd64 libmagic-mgc amd64 1:5.39-3 [228 kB]
13:39:54 #9 6.936 Get:41 http://archive.ubuntu.com/ubuntu impish/main amd64 libmagic1 amd64 1:5.39-3 [80.6 kB]
13:39:54 #9 6.938 Get:42 http://archive.ubuntu.com/ubuntu impish/main amd64 file amd64 1:5.39-3 [23.7 kB]
13:39:54 #9 6.939 Get:43 http://archive.ubuntu.com/ubuntu impish/main amd64 gettext-base amd64 0.21-4ubuntu3 [36.6 kB]
13:39:54 #9 6.943 Get:44 http://archive.ubuntu.com/ubuntu impish/main amd64 iso-codes all 4.6.0-1 [2769 kB]
13:39:54 #9 6.994 Get:45 http://archive.ubuntu.com/ubuntu impish/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu3 [21.7 kB]
13:39:54 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 46.14MB / 47.36MB 7.3s
13:39:54 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 42.99MB / 53.27MB 7.3s
13:39:54 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 34.60MB / 110.02MB 7.5s
13:39:54 #14 ...
13:39:54 
13:39:54 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:54 #9 sha256:db342ff3b083b3e8cec76e9b373a097b76d9a44f7ee864d506a9a560df12c7d0
13:39:54 #9 0.965 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
13:39:54 #9 0.966 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
13:39:54 #9 1.029 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [109 kB]
13:39:54 #9 1.050 Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [90.7 kB]
13:39:54 #9 1.128 Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [80.6 kB]
13:39:54 #9 1.156 Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [61.3 kB]
13:39:54 #9 1.163 Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [57.1 kB]
13:39:54 #9 1.282 Get:8 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
13:39:54 #9 1.300 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
13:39:54 #9 1.357 Get:10 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
13:39:54 #9 1.362 Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
13:39:54 #9 1.812 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [61.3 kB]
13:39:54 #9 1.812 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [29.4 kB]
13:39:54 #9 1.812 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [82.3 kB]
13:39:54 #9 3.020 Fetched 20.6 MB in 2s (8793 kB/s)
13:39:54 #9 3.020 Reading package lists...
13:39:54 #9 4.042 Reading package lists...
13:39:54 #9 4.993 Building dependency tree...
13:39:54 #9 5.196 Reading state information...
13:39:54 #9 5.434 The following additional packages will be installed:
13:39:54 #9 5.434   autoconf automake autopoint autotools-dev binutils binutils-common
13:39:54 #9 5.434   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
13:39:54 #9 5.434   ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit dh-autoreconf
13:39:54 #9 5.434   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
13:39:54 #9 5.434   fakeroot file fontconfig-config fonts-dejavu-core g++ g++-11 gcc gcc-11
13:39:54 #9 5.434   gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
13:39:54 #9 5.434   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:39:54 #9 5.435   intltool-debian iso-codes less libalgorithm-diff-perl
13:39:54 #9 5.435   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:39:54 #9 5.435   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:54 #9 5.435   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:39:54 #9 5.435   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:54 #9 5.435   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
13:39:54 #9 5.435   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:39:54 #9 5.435   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:39:54 #9 5.435   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:39:54 #9 5.435   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:39:54 #9 5.435   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:39:54 #9 5.435   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
13:39:54 #9 5.435   libdata-validate-uri-perl libdebhelper-perl libdeflate0
13:39:54 #9 5.435   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
13:39:54 #9 5.435   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
13:39:54 #9 5.435   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
13:39:54 #9 5.435   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
13:39:54 #9 5.435   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
13:39:54 #9 5.435   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
13:39:54 #9 5.435   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:39:54 #9 5.435   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
13:39:54 #9 5.435   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
13:39:54 #9 5.435   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:39:54 #9 5.435   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:54 #9 5.435   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:54 #9 5.435   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:54 #9 5.435   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:54 #9 5.435   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
13:39:54 #9 5.435   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
13:39:54 #9 5.435   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
13:39:54 #9 5.435   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:39:54 #9 5.435   libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
13:39:54 #9 5.435   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
13:39:54 #9 5.435   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:39:54 #9 5.435   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:39:54 #9 5.435   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
13:39:54 #9 5.435   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:39:54 #9 5.435   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
13:39:54 #9 5.435   libmath-base85-perl libmd0 libmodule-implementation-perl
13:39:54 #9 5.435   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
13:39:54 #9 5.435   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
13:39:54 #9 5.435   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
13:39:54 #9 5.435   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
13:39:54 #9 5.435   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
13:39:54 #9 5.435   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
13:39:54 #9 5.435   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:54 #9 5.435   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
13:39:54 #9 5.435   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
13:39:54 #9 5.435   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
13:39:54 #9 5.435   libpython3.10-minimal libpython3.10-stdlib libquadmath0
13:39:54 #9 5.435   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:39:54 #9 5.435   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:54 #9 5.436   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:54 #9 5.436   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:54 #9 5.436   libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl
13:39:54 #9 5.436   libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev
13:39:54 #9 5.436   libstrictures-perl libstring-copyright-perl libstring-escape-perl
13:39:54 #9 5.436   libstring-shellquote-perl libsub-exporter-perl
13:39:54 #9 5.436   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:39:54 #9 5.436   libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:54 #9 5.436   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
13:39:54 #9 5.436   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:39:54 #9 5.436   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:39:54 #9 5.436   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
13:39:54 #9 5.436   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:54 #9 5.436   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
13:39:54 #9 5.436   libvariable-magic-perl libwant-perl libwebp7 libwww-perl
13:39:54 #9 5.436   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:39:54 #9 5.436   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:39:54 #9 5.436   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
13:39:54 #9 5.436   libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl
13:39:54 #9 5.436   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
13:39:54 #9 5.436   m4 make man-db manpages manpages-dev media-types netbase openssh-client
13:39:54 #9 5.436   openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults
13:39:54 #9 5.436   pinentry-curses po-debconf publicsuffix python-apt-common python3
13:39:54 #9 5.437   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:39:54 #9 5.437   python3-idna python3-magic python3-minimal python3-pkg-resources
13:39:54 #9 5.437   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:39:54 #9 5.437   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
13:39:54 #9 5.437   ucf unzip wdiff xauth xz-utils zstd
13:39:54 #9 5.439 Suggested packages:
13:39:54 #9 5.439   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:39:54 #9 5.439   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
13:39:54 #9 5.439   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
13:39:54 #9 5.439   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
13:39:54 #9 5.439   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:54 #9 5.439   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:39:54 #9 5.439   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
13:39:54 #9 5.439   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
13:39:54 #9 5.439   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
13:39:54 #9 5.439   g++-multilib g++-11-multilib gcc-11-doc gcc-multilib flex bison gdb gcc-doc
13:39:54 #9 5.439   gcc-11-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
13:39:54 #9 5.439   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
13:39:54 #9 5.439   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
13:39:54 #9 5.439   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
13:39:54 #9 5.439   libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
13:39:54 #9 5.439   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
13:39:54 #9 5.439   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
13:39:54 #9 5.439   libstdc++-11-doc libbareword-filehandles-perl libindirect-perl
13:39:54 #9 5.439   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
13:39:54 #9 5.439   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
13:39:54 #9 5.439   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:39:54 #9 5.439   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:39:54 #9 5.439   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:39:54 #9 5.439   libterm-readline-gnu-perl | libterm-readline-perl-perl
13:39:54 #9 5.439   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
13:39:54 #9 5.439   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:39:54 #9 5.439   python3-cryptography python3-openssl python3-socks python-requests-doc
13:39:54 #9 5.439   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
13:39:54 #9 5.795 The following NEW packages will be installed:
13:39:54 #9 5.795   autoconf automake autopoint autotools-dev binutils binutils-common
13:39:54 #9 5.795   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
13:39:54 #9 5.796   ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit devscripts
13:39:54 #9 5.796   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:39:54 #9 5.796   dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core
13:39:54 #9 5.796   g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git git-man gnupg
13:39:54 #9 5.796   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
13:39:54 #9 5.796   gpgsm groff-base intltool-debian iso-codes less libalgorithm-diff-perl
13:39:54 #9 5.796   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:39:54 #9 5.796   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:54 #9 5.798   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:39:54 #9 5.798   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:54 #9 5.798   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
13:39:54 #9 5.798   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:39:54 #9 5.798   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:39:54 #9 5.798   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:39:54 #9 5.798   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:39:54 #9 5.798   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:39:54 #9 5.798   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
13:39:54 #9 5.798   libdata-validate-uri-perl libdebhelper-perl libdeflate0
13:39:54 #9 5.798   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
13:39:54 #9 5.798   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
13:39:54 #9 5.798   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
13:39:54 #9 5.798   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
13:39:54 #9 5.798   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
13:39:54 #9 5.798   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
13:39:54 #9 5.798   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:39:54 #9 5.798   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
13:39:54 #9 5.798   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
13:39:54 #9 5.798   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:39:54 #9 5.798   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:54 #9 5.798   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:54 #9 5.798   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:54 #9 5.798   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:54 #9 5.798   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
13:39:54 #9 5.798   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
13:39:54 #9 5.798   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
13:39:54 #9 5.798   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:39:54 #9 5.798   libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
13:39:54 #9 5.798   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
13:39:54 #9 5.798   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:39:54 #9 5.798   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:39:54 #9 5.798   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
13:39:54 #9 5.798   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:39:54 #9 5.798   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
13:39:54 #9 5.798   libmath-base85-perl libmd0 libmodule-implementation-perl
13:39:54 #9 5.798   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
13:39:54 #9 5.798   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
13:39:54 #9 5.798   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
13:39:54 #9 5.798   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
13:39:54 #9 5.798   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
13:39:54 #9 5.798   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
13:39:54 #9 5.798   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:54 #9 5.798   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
13:39:54 #9 5.798   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
13:39:54 #9 5.798   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
13:39:54 #9 5.798   libpython3.10-minimal libpython3.10-stdlib libquadmath0
13:39:54 #9 5.798   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:39:54 #9 5.798   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:54 #9 5.798   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:54 #9 5.798   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:54 #9 5.798   libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl
13:39:54 #9 5.798   libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev
13:39:54 #9 5.798   libstrictures-perl libstring-copyright-perl libstring-escape-perl
13:39:54 #9 5.798   libstring-shellquote-perl libsub-exporter-perl
13:39:54 #9 5.798   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:39:54 #9 5.798   libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:54 #9 5.798   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
13:39:54 #9 5.798   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:39:54 #9 5.798   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:39:54 #9 5.798   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
13:39:54 #9 5.798   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:54 #9 5.798   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
13:39:54 #9 5.798   libvariable-magic-perl libwant-perl libwebp7 libwww-perl
13:39:54 #9 5.798   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:39:54 #9 5.798   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:39:54 #9 5.798   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
13:39:54 #9 5.798   libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl
13:39:54 #9 5.798   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
13:39:54 #9 5.798   m4 make man-db manpages manpages-dev media-types netbase openssh-client
13:39:54 #9 5.798   openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults
13:39:54 #9 5.798   pinentry-curses po-debconf publicsuffix python-apt-common python3
13:39:54 #9 5.798   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:39:54 #9 5.798   python3-idna python3-magic python3-minimal python3-pkg-resources
13:39:54 #9 5.798   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:39:54 #9 5.798   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
13:39:54 #9 5.798   ucf unzip wdiff xauth xz-utils zstd
13:39:54 #9 6.110 0 upgraded, 371 newly installed, 0 to remove and 2 not upgraded.
13:39:54 #9 6.110 Need to get 132 MB of archives.
13:39:54 #9 6.110 After this operation, 475 MB of additional disk space will be used.
13:39:54 #9 6.110 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB]
13:39:54 #9 6.136 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpython3.10-minimal amd64 3.10.4-3 [809 kB]
13:39:54 #9 6.196 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexpat1 amd64 2.4.7-1 [90.7 kB]
13:39:54 #9 6.199 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3.10-minimal amd64 3.10.4-3 [2246 kB]
13:39:54 #9 6.234 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-minimal amd64 3.10.4-0ubuntu2 [24.4 kB]
13:39:54 #9 6.238 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB]
13:39:54 #9 6.239 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
13:39:54 #9 6.240 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
13:39:54 #9 6.242 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
13:39:54 #9 6.244 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsqlite3-0 amd64 3.37.2-2 [643 kB]
13:39:54 #9 6.252 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpython3.10-stdlib amd64 3.10.4-3 [1830 kB]
13:39:54 #9 6.279 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3.10 amd64 3.10.4-3 [488 kB]
13:39:54 #9 6.286 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpython3-stdlib amd64 3.10.4-0ubuntu2 [6990 B]
13:39:54 #9 6.287 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3 amd64 3.10.4-0ubuntu2 [22.8 kB]
13:39:54 #9 6.288 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1 [2975 kB]
13:39:54 #9 6.332 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
13:39:54 #9 6.338 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
13:39:54 #9 6.339 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1 [4809 kB]
13:39:54 #9 6.413 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl amd64 5.34.0-3ubuntu1 [232 kB]
13:39:54 #9 6.417 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 openssl amd64 3.0.2-0ubuntu1 [1186 kB]
13:39:54 #9 6.435 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 ca-certificates all 20211016 [148 kB]
13:39:54 #9 6.438 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.1 [5124 B]
13:39:54 #9 6.438 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB]
13:39:54 #9 6.491 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 less amd64 590-1build1 [143 kB]
13:39:54 #9 6.494 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB]
13:39:54 #9 6.495 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB]
13:39:54 #9 6.496 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB]
13:39:54 #9 6.498 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
13:39:54 #9 6.659 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml2 amd64 2.9.13+dfsg-1build1 [762 kB]
13:39:54 #9 6.669 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB]
13:39:54 #9 6.671 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
13:39:54 #9 6.671 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
13:39:54 #9 6.672 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-apt-common all 2.3.0ubuntu2 [15.2 kB]
13:39:54 #9 6.673 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-apt amd64 2.3.0ubuntu2 [165 kB]
13:39:54 #9 6.676 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pkg-resources all 59.6.0-1.2 [132 kB]
13:39:54 #9 6.678 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB]
13:39:54 #9 6.679 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3 [71.1 kB]
13:39:54 #9 6.681 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmagic-mgc amd64 1:5.41-3 [257 kB]
13:39:54 #9 6.685 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmagic1 amd64 1:5.41-3 [87.2 kB]
13:39:54 #9 6.687 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 file amd64 1:5.41-3 [21.5 kB]
13:39:54 #9 6.688 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB]
13:39:54 #9 6.697 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB]
13:39:54 #9 6.698 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8build1 [955 kB]
13:39:54 #9 6.710 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB]
13:39:54 #9 6.711 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB]
13:39:54 #9 6.713 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB]
13:39:54 #9 6.714 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB]
13:39:54 #9 6.716 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB]
13:39:54 #9 6.717 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB]
13:39:54 #9 6.720 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
13:39:54 #9 6.722 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
13:39:54 #9 6.722 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
13:39:54 #9 6.738 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
13:39:54 #9 6.738 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-data all 2:1.7.5-1 [119 kB]
13:39:54 #9 6.738 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-6 amd64 2:1.7.5-1 [666 kB]
13:39:54 #9 6.750 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
13:39:54 #9 6.750 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB]
13:39:54 #9 6.751 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 man-db amd64 2.10.2-1 [1187 kB]
13:39:54 #9 6.781 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB]
13:39:54 #9 6.791 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 openssh-client amd64 1:8.9p1-3 [909 kB]
13:39:54 #9 6.813 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB]
13:39:54 #9 6.813 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB]
13:39:54 #9 6.813 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 strace amd64 5.16-0ubuntu3 [567 kB]
13:39:54 #9 6.817 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB]
13:39:54 #9 6.819 Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB]
13:39:54 #9 6.819 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsigsegv2 amd64 2.13-1ubuntu3 [14.6 kB]
13:39:54 #9 6.820 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB]
13:39:54 #9 6.824 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB]
13:39:54 #9 6.830 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB]
13:39:54 #9 6.831 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB]
13:39:54 #9 6.839 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 autopoint all 0.21-4ubuntu4 [422 kB]
13:39:54 #9 6.847 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 binutils-common amd64 2.38-3ubuntu1 [221 kB]
13:39:54 #9 6.850 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbinutils amd64 2.38-3ubuntu1 [662 kB]
13:39:54 #9 6.862 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libctf-nobfd0 amd64 2.38-3ubuntu1 [106 kB]
13:39:54 #9 6.862 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libctf0 amd64 2.38-3ubuntu1 [103 kB]
13:39:54 #9 6.863 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 binutils-x86-64-linux-gnu amd64 2.38-3ubuntu1 [2328 kB]
13:39:54 #9 6.898 Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 binutils amd64 2.38-3ubuntu1 [3186 B]
13:39:54 #9 6.898 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libc-dev-bin amd64 2.35-0ubuntu3 [20.3 kB]
13:39:54 #9 6.899 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-27.28 [1306 kB]
13:39:54 #9 6.918 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
13:39:54 #9 6.921 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
13:39:54 #9 6.924 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtirpc-dev amd64 1.3.2-2build1 [192 kB]
13:39:54 #9 6.925 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
13:39:54 #9 6.928 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libc6-dev amd64 2.35-0ubuntu3 [2099 kB]
13:39:54 #9 6.958 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc-11-base amd64 11.2.0-19ubuntu1 [20.8 kB]
13:39:54 #9 6.959 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB]
13:39:54 #9 6.970 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB]
13:39:54 #9 7.015 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
13:39:54 #9 7.015 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp-11 amd64 11.2.0-19ubuntu1 [9966 kB]
13:39:54 #9 7.145 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB]
13:39:54 #9 7.145 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcc1-0 amd64 12-20220319-1ubuntu1 [47.2 kB]
13:39:54 #9 7.145 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgomp1 amd64 12-20220319-1ubuntu1 [126 kB]
13:39:54 #9 7.147 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libitm1 amd64 12-20220319-1ubuntu1 [30.2 kB]
13:39:54 #9 7.148 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatomic1 amd64 12-20220319-1ubuntu1 [10.4 kB]
13:39:54 #9 7.149 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libasan6 amd64 11.2.0-19ubuntu1 [2283 kB]
13:39:54 #9 7.188 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblsan0 amd64 12-20220319-1ubuntu1 [1069 kB]
13:39:54 #9 7.201 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtsan0 amd64 11.2.0-19ubuntu1 [2261 kB]
13:39:54 #9 7.236 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libubsan1 amd64 12-20220319-1ubuntu1 [976 kB]
13:39:54 #9 7.249 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libquadmath0 amd64 12-20220319-1ubuntu1 [154 kB]
13:39:54 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 14.68MB / 47.36MB 3.9s
13:39:54 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 26.21MB / 110.02MB 8.8s
13:39:54 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 53.27MB / 53.27MB 8.8s done
13:39:54 #8 21.85 Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
13:39:54 #8 21.89 Selecting previously unselected package libkrb5-3:arm64.
13:39:54 #8 21.89 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.2_arm64.deb ...
13:39:54 #8 21.89 Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.2) ...
13:39:54 #8 21.95 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:39:54 #8 21.95 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.2_arm64.deb ...
13:39:54 #8 21.96 Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ...
13:39:54 #8 22.00 Selecting previously unselected package libpsl5:arm64.
13:39:54 #8 22.00 Preparing to unpack .../038-libpsl5_0.19.1-5build1_arm64.deb ...
13:39:54 #8 22.00 Unpacking libpsl5:arm64 (0.19.1-5build1) ...
13:39:54 #8 22.05 Selecting previously unselected package libssl1.0.0:arm64.
13:39:54 #8 22.05 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.8_arm64.deb ...
13:39:54 #8 22.06 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.8) ...
13:39:54 #8 22.19 Selecting previously unselected package libxmuu1:arm64.
13:39:54 #8 21.81 Preparing to unpack .../054-libdpkg-perl_1.19.7_all.deb ...
13:39:54 #8 21.81 Unpacking libdpkg-perl (1.19.7) ...
13:39:54 #8 21.88 Selecting previously unselected package patch.
13:39:54 #8 21.88 Preparing to unpack .../055-patch_2.7.6-3+deb10u1_arm64.deb ...
13:39:54 #8 21.88 Unpacking patch (2.7.6-3+deb10u1) ...
13:39:54 #8 21.92 Selecting previously unselected package dpkg-dev.
13:39:54 #8 21.92 Preparing to unpack .../056-dpkg-dev_1.19.7_all.deb ...
13:39:54 #8 21.93 Unpacking dpkg-dev (1.19.7) ...
13:39:54 #8 22.01 Selecting previously unselected package build-essential.
13:39:54 #8 22.02 Preparing to unpack .../057-build-essential_12.6_arm64.deb ...
13:39:54 #8 22.02 Unpacking build-essential (12.6) ...
13:39:54 #8 22.05 Selecting previously unselected package openssl.
13:39:54 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 59.77MB / 151.10MB 1.7s
13:39:55 #9 12.38 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++-11 arm64 11.2.0-19ubuntu1 [11.1 MB]
13:39:55 #14 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 4.7s done
13:39:55 #14 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002
13:39:55 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 52.43MB / 110.02MB 8.7s
13:39:55 #9 12.07 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-op-check-perl arm64 0.22-1build2 [10.2 kB]
13:39:55 #9 12.08 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
13:39:55 #9 12.09 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu1 [14.4 kB]
13:39:55 #9 12.09 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-classify-perl arm64 0.015-1build2 [20.8 kB]
13:39:55 #9 12.10 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:39:55 #9 12.10 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:39:55 #9 12.14 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librole-tiny-perl all 2.001004-1 [16.5 kB]
13:39:55 #9 12.14 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
13:39:55 #9 12.14 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
13:39:55 #9 12.21 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoo-perl all 2.003006-1 [46.3 kB]
13:39:55 #9 12.22 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
13:39:55 #9 12.22 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtimedate-perl all 2.3200-1 [34.0 kB]
13:39:55 #9 12.23 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
13:39:55 #9 12.23 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
13:39:55 #9 12.24 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:39:55 #9 12.25 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liburi-perl all 1.76-2 [77.5 kB]
13:39:55 #9 12.29 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-parser-perl arm64 3.72-5 [84.1 kB]
13:39:55 #9 12.30 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
13:39:55 #9 12.31 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
13:39:55 #9 12.36 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:39:55 #18 2.961 (13/22) Installing libmagic (5.41-r0)
13:39:55 #18 2.983 (14/22) Installing file (5.41-r0)
13:39:55 #7 extracting sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 5.0s
13:39:55 #7 ...
13:39:55 
13:39:55 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:55 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:55 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.1s done
13:39:55 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 5.0s done
13:39:55 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:55 #13 sha256:d14a88611c591f5e4b1c81fd25277d1a56caaf2ee5bcf96abf2557ec8fb0ac1b 1.79kB / 1.79kB done
13:39:55 #13 sha256:f73aff22369c3c7c695f28e300b644fdf9eea7be3e57f9b89c2e26fe73108e7a 7.05kB / 7.05kB done
13:39:55 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 1.0s done
13:39:55 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 9.34MB / 9.34MB 2.5s done
13:39:55 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 8.0s done
13:39:55 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 53.27MB / 53.27MB 8.4s
13:39:55 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 26.21MB / 110.02MB 8.4s
13:39:55 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 2.9s
13:39:55 #13 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 157B / 157B 8.1s done
13:39:55 #9 6.995 Get:46 http://archive.ubuntu.com/ubuntu impish/main amd64 libedit2 amd64 3.1-20191231-2build1 [97.4 kB]
13:39:55 #9 6.997 Get:47 http://archive.ubuntu.com/ubuntu impish/main amd64 libfido2-1 amd64 1.6.0-2build1 [58.1 kB]
13:39:55 #9 6.999 Get:48 http://archive.ubuntu.com/ubuntu impish/main amd64 libpng16-16 amd64 1.6.37-3build4 [191 kB]
13:39:55 #9 7.003 Get:49 http://archive.ubuntu.com/ubuntu impish/main amd64 libpsl5 amd64 0.21.0-1.2 [53.5 kB]
13:39:55 #9 7.004 Get:50 http://archive.ubuntu.com/ubuntu impish/main amd64 libxau6 amd64 1:1.0.9-1build3 [7360 B]
13:39:55 #9 7.005 Get:51 http://archive.ubuntu.com/ubuntu impish/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu4 [11.0 kB]
13:39:55 #9 7.006 Get:52 http://archive.ubuntu.com/ubuntu impish/main amd64 libxcb1 amd64 1.14-3ubuntu1 [45.3 kB]
13:39:55 #9 7.008 Get:53 http://archive.ubuntu.com/ubuntu impish/main amd64 libx11-data all 2:1.7.2-1 [123 kB]
13:39:55 #9 7.011 Get:54 http://archive.ubuntu.com/ubuntu impish/main amd64 libx11-6 amd64 2:1.7.2-1 [664 kB]
13:39:55 #9 7.026 Get:55 http://archive.ubuntu.com/ubuntu impish/main amd64 libxext6 amd64 2:1.3.4-0ubuntu3 [28.9 kB]
13:39:55 #9 7.028 Get:56 http://archive.ubuntu.com/ubuntu impish/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
13:39:55 #9 7.029 Get:57 http://archive.ubuntu.com/ubuntu impish/main amd64 manpages all 5.10-1ubuntu1 [1375 kB]
13:39:55 #9 7.056 Get:58 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 openssh-client amd64 1:8.4p1-6ubuntu2.1 [771 kB]
13:39:55 #9 7.068 Get:59 http://archive.ubuntu.com/ubuntu impish/main amd64 publicsuffix all 20210108.1309-1 [116 kB]
13:39:55 #9 7.071 Get:60 http://archive.ubuntu.com/ubuntu impish/main amd64 python-apt-common all 2.2.1 [13.9 kB]
13:39:55 #9 7.072 Get:61 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-apt amd64 2.2.1 [151 kB]
13:39:55 #9 7.087 Get:62 http://archive.ubuntu.com/ubuntu impish/main amd64 libunwind8 amd64 1.3.2-2 [50.9 kB]
13:39:55 #9 7.087 Get:63 http://archive.ubuntu.com/ubuntu impish/main amd64 strace amd64 5.13-0ubuntu1 [532 kB]
13:39:55 #9 7.088 Get:64 http://archive.ubuntu.com/ubuntu impish/main amd64 xauth amd64 1:1.1-1 [24.8 kB]
13:39:55 #9 7.090 Get:65 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 xz-utils amd64 5.2.5-2ubuntu0.1 [84.8 kB]
13:39:55 #9 7.093 Get:66 http://archive.ubuntu.com/ubuntu impish/main amd64 libsigsegv2 amd64 2.13-1ubuntu2 [14.6 kB]
13:39:55 #9 7.093 Get:67 http://archive.ubuntu.com/ubuntu impish/main amd64 m4 amd64 1.4.18-5ubuntu1 [199 kB]
13:39:55 #9 7.097 Get:68 http://archive.ubuntu.com/ubuntu impish/main amd64 autoconf all 2.69-14 [293 kB]
13:39:55 #9 7.112 Get:69 http://archive.ubuntu.com/ubuntu impish/main amd64 autotools-dev all 20180224.1+nmu1 [39.4 kB]
13:39:55 #9 7.112 Get:70 http://archive.ubuntu.com/ubuntu impish/main amd64 automake all 1:1.16.4-2 [557 kB]
13:39:55 #9 7.119 Get:71 http://archive.ubuntu.com/ubuntu impish/main amd64 autopoint all 0.21-4ubuntu3 [422 kB]
13:39:55 #9 7.132 Get:72 http://archive.ubuntu.com/ubuntu impish/main amd64 binutils-common amd64 2.37-7ubuntu1 [212 kB]
13:39:55 #9 7.138 Get:73 http://archive.ubuntu.com/ubuntu impish/main amd64 libbinutils amd64 2.37-7ubuntu1 [654 kB]
13:39:55 #9 7.142 Get:74 http://archive.ubuntu.com/ubuntu impish/main amd64 libctf-nobfd0 amd64 2.37-7ubuntu1 [106 kB]
13:39:55 #9 7.145 Get:75 http://archive.ubuntu.com/ubuntu impish/main amd64 libctf0 amd64 2.37-7ubuntu1 [103 kB]
13:39:55 #9 7.147 Get:76 http://archive.ubuntu.com/ubuntu impish/main amd64 binutils-x86-64-linux-gnu amd64 2.37-7ubuntu1 [2315 kB]
13:39:55 #9 7.184 Get:77 http://archive.ubuntu.com/ubuntu impish/main amd64 binutils amd64 2.37-7ubuntu1 [3190 B]
13:39:55 #9 7.185 Get:78 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libc-dev-bin amd64 2.34-0ubuntu3.2 [20.3 kB]
13:39:55 #9 7.186 Get:79 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 linux-libc-dev amd64 5.13.0-40.45 [1289 kB]
13:39:55 #9 7.206 Get:80 http://archive.ubuntu.com/ubuntu impish/main amd64 libcrypt-dev amd64 1:4.4.18-4ubuntu1 [104 kB]
13:39:55 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 46.14MB / 53.27MB 7.6s
13:39:55 #9 7.252 Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcc-11-dev amd64 11.2.0-19ubuntu1 [2526 kB]
13:39:55 #9 7.290 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc-11 amd64 11.2.0-19ubuntu1 [20.1 MB]
13:39:55 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 37.75MB / 45.91MB 4.1s
13:39:55 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 4.19MB / 53.27MB 4.1s
13:39:55 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 17.83MB / 47.36MB 4.2s
13:39:55 #8 22.19 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_arm64.deb ...
13:39:55 #8 22.19 Unpacking libxmuu1:arm64 (2:1.1.2-2) ...
13:39:55 #8 22.22 Selecting previously unselected package manpages.
13:39:55 #8 22.23 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
13:39:55 #8 22.23 Unpacking manpages (4.15-1) ...
13:39:55 #8 22.33 Selecting previously unselected package openssh-client.
13:39:55 #8 22.33 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.6_arm64.deb ...
13:39:55 #8 22.34 Unpacking openssh-client (1:7.6p1-4ubuntu0.6) ...
13:39:55 #8 22.41 Selecting previously unselected package publicsuffix.
13:39:55 #8 22.41 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
13:39:55 #8 22.42 Unpacking publicsuffix (20180223.1310-1) ...
13:39:55 #8 22.45 Selecting previously unselected package python-apt-common.
13:39:55 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 72.35MB / 151.10MB 2.0s
13:39:55 #8 22.05 Preparing to unpack .../058-openssl_1.1.1n-0+deb10u1_arm64.deb ...
13:39:55 #8 22.06 Unpacking openssl (1.1.1n-0+deb10u1) ...
13:39:55 #8 22.15 Selecting previously unselected package ca-certificates.
13:39:55 #8 22.16 Preparing to unpack .../059-ca-certificates_20200601~deb10u2_all.deb ...
13:39:55 #8 22.16 Unpacking ca-certificates (20200601~deb10u2) ...
13:39:55 #8 22.21 Selecting previously unselected package libsasl2-modules-db:arm64.
13:39:55 #8 22.21 Preparing to unpack .../060-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ...
13:39:55 #8 22.21 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
13:39:55 #8 22.25 Selecting previously unselected package libsasl2-2:arm64.
13:39:55 #8 22.25 Preparing to unpack .../061-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ...
13:39:55 #8 22.25 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
13:39:55 #8 22.29 Selecting previously unselected package libldap-common.
13:39:55 #8 ...
13:39:55 
13:39:55 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:55 #12 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:55 #12 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.6s done
13:39:55 #12 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 3.5s done
13:39:55 #12 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 1.5s
13:39:55 #17 DONE 2.6s
13:39:55 
13:39:55 #18 [linux/arm64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
13:39:55 #0 0.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
13:39:55 #12 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 3.7s done
13:39:55 #12 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002
13:39:55 #8 21.08 Selecting previously unselected package g++.
13:39:55 #8 21.08 Preparing to unpack .../056-g++_4%3a10.2.1-1_arm64.deb ...
13:39:55 #8 21.09 Unpacking g++ (4:10.2.1-1) ...
13:39:55 #8 21.11 Selecting previously unselected package make.
13:39:55 #8 21.11 Preparing to unpack .../057-make_4.3-4.1_arm64.deb ...
13:39:55 #8 21.12 Unpacking make (4.3-4.1) ...
13:39:55 #8 21.17 Selecting previously unselected package libdpkg-perl.
13:39:55 #8 21.18 Preparing to unpack .../058-libdpkg-perl_1.20.9_all.deb ...
13:39:55 #8 21.18 Unpacking libdpkg-perl (1.20.9) ...
13:39:55 #8 21.24 Selecting previously unselected package patch.
13:39:55 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 5.3s
13:39:55 #13 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 4.6s done
13:39:55 #13 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002
13:39:55 #9 12.36 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-message-perl all 6.22-1 [76.1 kB]
13:39:55 #9 12.37 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
13:39:55 #9 12.37 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:39:55 #9 12.37 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 perl-openssl-defaults arm64 4 [7188 B]
13:39:55 #9 12.37 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ssleay-perl arm64 1.88-2ubuntu1 [286 kB]
13:39:55 #9 12.38 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-socket-ssl-perl all 2.067-1 [176 kB]
13:39:55 #9 12.44 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-http-perl all 6.19-1 [22.8 kB]
13:39:55 #9 12.44 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
13:39:55 #9 12.44 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
13:39:55 #9 12.51 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:39:55 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 33.55MB / 110.02MB 8.9s
13:39:55 #9 7.209 Get:81 http://archive.ubuntu.com/ubuntu impish/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu5 [68.4 kB]
13:39:55 #9 7.211 Get:82 http://archive.ubuntu.com/ubuntu impish/main amd64 libtirpc-dev amd64 1.3.2-2 [192 kB]
13:39:55 #9 7.219 Get:83 http://archive.ubuntu.com/ubuntu impish/main amd64 libnsl-dev amd64 1.3.0-2build1 [71.2 kB]
13:39:55 #9 7.219 Get:84 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libc6-dev amd64 2.34-0ubuntu3.2 [1885 kB]
13:39:55 #9 7.247 Get:85 http://archive.ubuntu.com/ubuntu impish/main amd64 libisl23 amd64 0.24-1 [668 kB]
13:39:55 #9 7.263 Get:86 http://archive.ubuntu.com/ubuntu impish/main amd64 libmpfr6 amd64 4.1.0-3build1 [1400 kB]
13:39:55 #9 7.279 Get:87 http://archive.ubuntu.com/ubuntu impish/main amd64 libmpc3 amd64 1.2.0-1build1 [44.1 kB]
13:39:55 #9 7.279 Get:88 http://archive.ubuntu.com/ubuntu impish/main amd64 cpp-11 amd64 11.2.0-7ubuntu2 [50.6 MB]
13:39:55 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 7.9s done
13:39:55 #13 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 0B / 157B 7.9s
13:39:55 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 49.28MB / 53.27MB 8.0s
13:39:55 #9 12.07 Get:88 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 cpp arm64 4:11.2.0-1ubuntu1 [27.7 kB]
13:39:55 #9 12.07 Get:89 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcc1-0 arm64 11.2.0-7ubuntu2 [54.1 kB]
13:39:55 #9 12.08 Get:90 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgomp1 arm64 11.2.0-7ubuntu2 [115 kB]
13:39:55 #9 12.08 Get:91 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libitm1 arm64 11.2.0-7ubuntu2 [28.4 kB]
13:39:55 #9 12.08 Get:92 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libatomic1 arm64 11.2.0-7ubuntu2 [10.8 kB]
13:39:55 #9 12.08 Get:93 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libasan6 arm64 11.2.0-7ubuntu2 [2229 kB]
13:39:55 #9 12.10 Get:94 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblsan0 arm64 11.2.0-7ubuntu2 [942 kB]
13:39:55 #9 12.13 Get:95 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtsan0 arm64 11.2.0-7ubuntu2 [2233 kB]
13:39:55 #18 2.986 (15/22) Installing brotli-libs (1.0.9-r5)
13:39:55 #18 2.995 (16/22) Installing nghttp2-libs (1.46.0-r0)
13:39:55 #18 3.001 (17/22) Installing libcurl (7.80.0-r1)
13:39:55 #18 3.008 (18/22) Installing expat (2.4.7-r0)
13:39:55 #18 3.012 (19/22) Installing pcre2 (10.39-r0)
13:39:55 #18 3.020 (20/22) Installing git (2.34.2-r0)
13:39:55 #18 3.147 (21/22) Installing lld (12.0.1-r1)
13:39:55 #18 3.201 (22/22) Installing llvm12 (12.0.1-r0)
13:39:55 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 24.12MB / 53.27MB 8.6s
13:39:55 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 23.54MB / 110.02MB 8.7s
13:39:55 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 40.89MB / 45.91MB 4.4s
13:39:55 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 7.34MB / 53.27MB 4.4s
13:39:55 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 20.97MB / 47.36MB 4.5s
13:39:55 #8 22.45 Preparing to unpack .../044-python-apt-common_1.6.5ubuntu0.7_all.deb ...
13:39:55 #8 22.46 Unpacking python-apt-common (1.6.5ubuntu0.7) ...
13:39:55 #8 22.49 Selecting previously unselected package python3-apt.
13:39:55 #8 22.49 Preparing to unpack .../045-python3-apt_1.6.5ubuntu0.7_arm64.deb ...
13:39:55 #8 22.49 Unpacking python3-apt (1.6.5ubuntu0.7) ...
13:39:55 #8 22.53 Selecting previously unselected package strace.
13:39:55 #8 22.53 Preparing to unpack .../046-strace_4.21-1ubuntu1_arm64.deb ...
13:39:55 #8 22.54 Unpacking strace (4.21-1ubuntu1) ...
13:39:55 #8 22.58 Selecting previously unselected package xauth.
13:39:55 #8 22.58 Preparing to unpack .../047-xauth_1%3a1.0.10-1_arm64.deb ...
13:39:55 #8 22.59 Unpacking xauth (1:1.0.10-1) ...
13:39:55 #8 22.62 Selecting previously unselected package at.
13:39:55 #8 22.63 Preparing to unpack .../048-at_3.1.20-3.1ubuntu2_arm64.deb ...
13:39:55 #8 22.63 Unpacking at (3.1.20-3.1ubuntu2) ...
13:39:55 #8 22.67 Selecting previously unselected package libsigsegv2:arm64.
13:39:55 #8 22.67 Preparing to unpack .../049-libsigsegv2_2.12-1_arm64.deb ...
13:39:55 #8 22.67 Unpacking libsigsegv2:arm64 (2.12-1) ...
13:39:55 #8 22.70 Selecting previously unselected package m4.
13:39:55 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 32.51MB / 110.02MB 9.3s
13:39:55 #8 22.29 Preparing to unpack .../062-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:39:55 #8 22.29 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:39:55 #8 22.33 Selecting previously unselected package libldap-2.4-2:arm64.
13:39:55 #8 22.33 Preparing to unpack .../063-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ...
13:39:55 #8 22.33 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
13:39:55 #8 22.39 Selecting previously unselected package libnghttp2-14:arm64.
13:39:55 #8 22.39 Preparing to unpack .../064-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
13:39:55 #8 22.40 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
13:39:55 #8 22.43 Selecting previously unselected package libpsl5:arm64.
13:39:55 #8 22.43 Preparing to unpack .../065-libpsl5_0.20.2-2_arm64.deb ...
13:39:55 #8 22.44 Unpacking libpsl5:arm64 (0.20.2-2) ...
13:39:55 #8 22.47 Selecting previously unselected package librtmp1:arm64.
13:39:55 #8 22.48 Preparing to unpack .../066-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
13:39:55 #8 22.48 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
13:39:55 #8 22.51 Selecting previously unselected package libssh2-1:arm64.
13:39:55 #8 22.52 Preparing to unpack .../067-libssh2-1_1.8.0-2.1_arm64.deb ...
13:39:55 #8 22.52 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
13:39:55 #8 22.56 Selecting previously unselected package libcurl4:arm64.
13:39:55 #8 22.56 Preparing to unpack .../068-libcurl4_7.64.0-4+deb10u2_arm64.deb ...
13:39:55 #8 22.57 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ...
13:39:55 #8 22.61 Selecting previously unselected package curl.
13:39:55 #8 22.61 Preparing to unpack .../069-curl_7.64.0-4+deb10u2_arm64.deb ...
13:39:55 #8 22.62 Unpacking curl (7.64.0-4+deb10u2) ...
13:39:55 #8 21.25 Preparing to unpack .../059-patch_2.7.6-7_arm64.deb ...
13:39:55 #8 21.25 Unpacking patch (2.7.6-7) ...
13:39:55 #8 21.29 Selecting previously unselected package dpkg-dev.
13:39:55 #8 21.29 Preparing to unpack .../060-dpkg-dev_1.20.9_all.deb ...
13:39:55 #8 21.30 Unpacking dpkg-dev (1.20.9) ...
13:39:55 #8 21.40 Selecting previously unselected package build-essential.
13:39:55 #8 21.40 Preparing to unpack .../061-build-essential_12.9_arm64.deb ...
13:39:55 #8 21.41 Unpacking build-essential (12.9) ...
13:39:55 #8 21.44 Selecting previously unselected package libbrotli1:arm64.
13:39:55 #8 21.44 Preparing to unpack .../062-libbrotli1_1.0.9-2+b2_arm64.deb ...
13:39:55 #8 21.44 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
13:39:55 #8 21.49 Selecting previously unselected package libsasl2-modules-db:arm64.
13:39:55 #8 21.49 Preparing to unpack .../063-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
13:39:55 #8 21.50 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:39:55 #9 12.52 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-perl all 6.43-1 [140 kB]
13:39:55 #9 12.69 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
13:39:55 #13 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 157B / 157B 8.0s done
13:39:55 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 52.43MB / 53.27MB 8.3s
13:39:55 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 42.99MB / 110.02MB 8.3s
13:39:55 #9 12.30 Get:96 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libubsan1 arm64 11.2.0-7ubuntu2 [908 kB]
13:39:55 #9 12.33 Get:97 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhwasan0 arm64 11.2.0-7ubuntu2 [1010 kB]
13:39:55 #9 12.47 Get:98 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgcc-11-dev arm64 11.2.0-7ubuntu2 [1150 kB]
13:39:55 #18 3.529 Executing busybox-1.34.1-r5.trigger
13:39:55 #18 3.533 OK: 279 MiB in 37 packages
13:39:55 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 29.36MB / 53.27MB 8.9s
13:39:55 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 4.7s
13:39:55 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 10.49MB / 53.27MB 4.7s
13:39:55 #9 7.867 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B]
13:39:55 #9 7.880 Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstdc++-11-dev amd64 11.2.0-19ubuntu1 [2083 kB]
13:39:55 #9 7.975 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++-11 amd64 11.2.0-19ubuntu1 [11.4 MB]
13:39:55 #9 8.158 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B]
13:39:55 #9 8.158 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
13:39:55 #9 8.160 Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdpkg-perl all 1.21.1ubuntu2 [236 kB]
13:39:55 #9 8.163 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]
13:39:55 #9 8.163 Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB]
13:39:55 #9 8.165 Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB]
13:39:55 #9 8.165 Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 dpkg-dev all 1.21.1ubuntu2 [922 kB]
13:39:55 #8 22.70 Preparing to unpack .../050-m4_1.4.18-1_arm64.deb ...
13:39:55 #8 22.70 Unpacking m4 (1.4.18-1) ...
13:39:55 #8 22.75 Selecting previously unselected package autoconf.
13:39:55 #8 22.75 Preparing to unpack .../051-autoconf_2.69-11_all.deb ...
13:39:55 #8 22.75 Unpacking autoconf (2.69-11) ...
13:39:55 #8 22.80 Selecting previously unselected package autotools-dev.
13:39:55 #8 22.81 Preparing to unpack .../052-autotools-dev_20180224.1_all.deb ...
13:39:55 #8 22.81 Unpacking autotools-dev (20180224.1) ...
13:39:55 #8 22.84 Selecting previously unselected package automake.
13:39:55 #8 22.85 Preparing to unpack .../053-automake_1%3a1.15.1-3ubuntu2_all.deb ...
13:39:55 #8 22.85 Unpacking automake (1:1.15.1-3ubuntu2) ...
13:39:55 #8 22.92 Selecting previously unselected package autopoint.
13:39:55 #8 22.67 Selecting previously unselected package dctrl-tools.
13:39:55 #8 22.67 Preparing to unpack .../070-dctrl-tools_2.24-3_arm64.deb ...
13:39:55 #8 22.68 Unpacking dctrl-tools (2.24-3) ...
13:39:55 #8 22.71 Selecting previously unselected package libtool.
13:39:55 #8 22.71 Preparing to unpack .../071-libtool_2.4.6-9_all.deb ...
13:39:55 #8 22.72 Unpacking libtool (2.4.6-9) ...
13:39:55 #8 22.77 Selecting previously unselected package dh-autoreconf.
13:39:55 #8 22.77 Preparing to unpack .../072-dh-autoreconf_19_all.deb ...
13:39:55 #8 22.77 Unpacking dh-autoreconf (19) ...
13:39:55 #8 22.80 Selecting previously unselected package libarchive-zip-perl.
13:39:55 #8 22.80 Preparing to unpack .../073-libarchive-zip-perl_1.64-1_all.deb ...
13:39:55 #8 22.80 Unpacking libarchive-zip-perl (1.64-1) ...
13:39:55 #8 22.84 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:39:55 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 82.84MB / 151.10MB 2.3s
13:39:55 #7 extracting sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 5.0s
13:39:55 #7 ...
13:39:55 
13:39:55 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:55 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:55 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:55 #13 sha256:d14a88611c591f5e4b1c81fd25277d1a56caaf2ee5bcf96abf2557ec8fb0ac1b 1.79kB / 1.79kB done
13:39:55 #13 sha256:f73aff22369c3c7c695f28e300b644fdf9eea7be3e57f9b89c2e26fe73108e7a 7.05kB / 7.05kB done
13:39:55 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 4.0s done
13:39:55 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 2.4s done
13:39:55 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 9.34MB / 9.34MB 3.5s done
13:39:55 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 8.7s
13:39:55 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 36.70MB / 110.02MB 8.7s
13:39:55 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 40.89MB / 53.27MB 8.7s
13:39:55 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 4.2s
13:39:55 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 45.09MB / 53.27MB 9.0s
13:39:55 #8 21.53 Selecting previously unselected package libsasl2-2:arm64.
13:39:55 #8 21.54 Preparing to unpack .../064-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
13:39:55 #8 21.54 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:39:55 #8 21.59 Selecting previously unselected package libldap-2.4-2:arm64.
13:39:55 #8 21.59 Preparing to unpack .../065-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ...
13:39:55 #8 21.59 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ...
13:39:55 #9 12.94 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 wdiff arm64 1.2.2-2build1 [28.8 kB]
13:39:55 #9 12.97 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 devscripts arm64 2.20.2ubuntu2 [940 kB]
13:39:55 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 58.72MB / 110.02MB 9.4s
13:39:55 #9 12.54 Get:99 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gcc-11 arm64 11.2.0-7ubuntu2 [58.3 MB]
13:39:55 #10 7.882 CentOS Stream 8 - BaseOS                         12 MB/s |  17 MB     00:01    
13:39:55 #9 13.12 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++ arm64 4:11.2.0-1ubuntu1 [1394 B]
13:39:55 #9 13.13 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 make arm64 4.3-4.1build1 [177 kB]
13:39:55 #9 13.13 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdpkg-perl all 1.21.1ubuntu2 [236 kB]
13:39:55 #9 13.13 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB]
13:39:55 #9 13.13 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patch arm64 2.7.6-7build2 [105 kB]
13:39:55 #9 13.13 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lto-disabled-list all 24 [12.5 kB]
13:39:55 #9 13.13 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dpkg-dev all 1.21.1ubuntu2 [922 kB]
13:39:55 #9 13.15 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 build-essential arm64 12.9ubuntu3 [4740 B]
13:39:55 #9 13.15 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
13:39:55 #9 13.20 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1 [21.3 kB]
13:39:55 #9 13.21 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1 [55.6 kB]
13:39:55 #9 13.27 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libldap-2.5-0 arm64 2.5.11+dfsg-1~exp1ubuntu3 [181 kB]
13:39:55 #9 13.28 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
13:39:55 #9 13.29 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
13:39:55 #9 13.30 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.1 [284 kB]
13:39:55 #9 13.31 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.1 [190 kB]
13:39:55 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 53.27MB / 53.27MB 9.1s done
13:39:55 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 39.85MB / 110.02MB 9.3s
13:39:55 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 29.36MB / 110.02MB 9.1s
13:39:55 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 33.55MB / 53.27MB 9.2s
13:39:56 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 25.17MB / 47.36MB 4.8s
13:39:56 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 13.63MB / 53.27MB 5.0s
13:39:56 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 29.36MB / 47.36MB 5.1s
13:39:56 #9 8.175 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]
13:39:56 #9 8.175 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
13:39:56 #9 8.180 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1 [20.8 kB]
13:39:56 #9 8.181 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1 [53.9 kB]
13:39:56 #9 8.188 Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 libldap-2.5-0 amd64 2.5.11+dfsg-1~exp1ubuntu3 [184 kB]
13:39:56 #9 8.196 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
13:39:56 #9 8.196 Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
13:39:56 #9 8.196 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.1 [289 kB]
13:39:56 #9 8.201 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.1 [194 kB]
13:39:56 #9 8.204 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB]
13:39:56 #9 8.206 Get:122 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
13:39:56 #9 8.207 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB]
13:39:56 #9 8.210 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-autoreconf all 20 [16.1 kB]
13:39:56 #9 8.211 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
13:39:56 #9 8.213 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-override-perl all 0.09-2 [9532 B]
13:39:56 #9 8.214 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
13:39:56 #9 8.215 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
13:39:56 #9 8.225 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB]
13:39:56 #9 8.227 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 debugedit amd64 1:5.0-4build1 [47.2 kB]
13:39:56 #9 8.229 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 dwz amd64 0.14-1build2 [105 kB]
13:39:56 #9 8.232 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB]
13:39:56 #9 8.244 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:39:56 #9 8.245 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
13:39:56 #9 8.249 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 debhelper all 13.6ubuntu1 [923 kB]
13:39:56 #9 8.263 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]
13:39:56 #9 8.264 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]
13:39:56 #9 8.266 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
13:39:56 #9 8.267 Get:139 http://archive.ubuntu.com/ubuntu jammy/main amd64 gpgconf amd64 2.2.27-3ubuntu2 [94.1 kB]
13:39:56 #9 8.269 Get:140 http://archive.ubuntu.com/ubuntu jammy/main amd64 libksba8 amd64 1.6.0-2build1 [119 kB]
13:39:56 #9 8.272 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
13:39:56 #9 8.272 Get:142 http://archive.ubuntu.com/ubuntu jammy/main amd64 dirmngr amd64 2.2.27-3ubuntu2 [293 kB]
13:39:56 #9 8.277 Get:143 http://archive.ubuntu.com/ubuntu jammy/main amd64 gnupg-l10n all 2.2.27-3ubuntu2 [54.3 kB]
13:39:56 #9 8.279 Get:144 http://archive.ubuntu.com/ubuntu jammy/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2 [308 kB]
13:39:56 #9 8.286 Get:145 http://archive.ubuntu.com/ubuntu jammy/main amd64 gpg amd64 2.2.27-3ubuntu2 [517 kB]
13:39:56 #9 8.296 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
13:39:56 #9 8.298 Get:147 http://archive.ubuntu.com/ubuntu jammy/main amd64 gpg-agent amd64 2.2.27-3ubuntu2 [209 kB]
13:39:56 #9 8.303 Get:148 http://archive.ubuntu.com/ubuntu jammy/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2 [62.7 kB]
13:39:56 #9 8.305 Get:149 http://archive.ubuntu.com/ubuntu jammy/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2 [57.5 kB]
13:39:56 #9 8.306 Get:150 http://archive.ubuntu.com/ubuntu jammy/main amd64 gpgsm amd64 2.2.27-3ubuntu2 [198 kB]
13:39:56 #9 8.310 Get:151 http://archive.ubuntu.com/ubuntu jammy/main amd64 gnupg all 2.2.27-3ubuntu2 [315 kB]
13:39:56 #9 8.316 Get:152 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
13:39:56 #9 8.317 Get:153 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
13:39:56 #9 8.318 Get:154 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
13:39:56 #9 8.319 Get:155 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-touch-perl all 0.12-1 [9024 B]
13:39:56 #9 8.325 Get:156 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-pty-perl amd64 1:1.15-2build2 [35.1 kB]
13:39:56 #9 8.325 Get:157 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB]
13:39:56 #9 8.327 Get:158 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:39:56 #9 8.328 Get:159 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-xsaccessor-perl amd64 1.19-3build9 [34.1 kB]
13:39:56 #9 8.336 Get:160 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-op-check-perl amd64 0.22-1build5 [10.3 kB]
13:39:56 #9 8.337 Get:161 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
13:39:56 #9 8.338 Get:162 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu4 [14.9 kB]
13:39:56 #9 8.338 Get:163 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-classify-perl amd64 0.015-1build5 [22.0 kB]
13:39:56 #9 8.339 Get:164 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:39:56 #9 8.339 Get:165 http://archive.ubuntu.com/ubuntu jammy/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:39:56 #9 8.349 Get:166 http://archive.ubuntu.com/ubuntu jammy/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
13:39:56 #9 8.350 Get:167 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
13:39:56 #9 8.350 Get:168 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoo-perl all 2.005004-3 [48.0 kB]
13:39:56 #9 8.351 Get:169 http://archive.ubuntu.com/ubuntu jammy/main amd64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
13:39:56 #9 8.365 Get:170 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
13:39:56 #9 8.365 Get:171 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
13:39:56 #9 8.365 Get:172 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-listing-perl all 6.14-1 [11.2 kB]
13:39:56 #9 8.365 Get:173 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:39:56 #9 8.365 Get:174 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburi-perl all 5.10-1 [78.8 kB]
13:39:56 #9 8.365 Get:175 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-parser-perl amd64 3.76-1build2 [88.4 kB]
13:39:56 #9 8.378 Get:176 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
13:39:56 #9 8.378 Get:177 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-html-perl all 1.004-2 [15.4 kB]
13:39:56 #9 8.378 Get:178 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:39:56 #9 8.378 Get:179 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-message-perl all 6.36-1 [76.8 kB]
13:39:56 #8 22.92 Preparing to unpack .../054-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
13:39:56 #8 22.92 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
13:39:56 #8 22.96 Selecting previously unselected package binutils-common:arm64.
13:39:56 #8 22.96 Preparing to unpack .../055-binutils-common_2.30-21ubuntu1~18.04.7_arm64.deb ...
13:39:56 #8 22.96 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.7) ...
13:39:56 #8 23.01 Selecting previously unselected package libbinutils:arm64.
13:39:56 #8 23.01 Preparing to unpack .../056-libbinutils_2.30-21ubuntu1~18.04.7_arm64.deb ...
13:39:56 #8 23.02 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.7) ...
13:39:56 #8 23.08 Selecting previously unselected package binutils-aarch64-linux-gnu.
13:39:56 #8 23.08 Preparing to unpack .../057-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.7_arm64.deb ...
13:39:56 #8 23.09 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
13:39:56 #8 22.84 Preparing to unpack .../074-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
13:39:56 #8 22.84 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
13:39:56 #8 22.87 Selecting previously unselected package dh-strip-nondeterminism.
13:39:56 #8 22.87 Preparing to unpack .../075-dh-strip-nondeterminism_1.1.2-1_all.deb ...
13:39:56 #8 22.88 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
13:39:56 #8 22.91 Selecting previously unselected package dwz.
13:39:56 #8 22.91 Preparing to unpack .../076-dwz_0.12-3_arm64.deb ...
13:39:56 #8 22.91 Unpacking dwz (0.12-3) ...
13:39:56 #8 22.96 Selecting previously unselected package libglib2.0-0:arm64.
13:39:56 #8 22.96 Preparing to unpack .../077-libglib2.0-0_2.58.3-2+deb10u3_arm64.deb ...
13:39:56 #8 22.97 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u3) ...
13:39:56 #8 23.08 Selecting previously unselected package libicu63:arm64.
13:39:56 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 39.85MB / 110.02MB 9.8s
13:39:56 #14 ...
13:39:56 
13:39:56 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724
13:39:56 #7 sha256:09c9406b793e843e3efdb9a89bb3c741dc0db1bbbd710d80143f7187b5980b7c
13:39:56 #7 resolve docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724 0.0s done
13:39:56 #7 sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724 1.42kB / 1.42kB done
13:39:56 #7 sha256:681dcdedc7ac9708764c1018cb9785907298c490cee08717ce57d401258ac876 529B / 529B done
13:39:56 #7 sha256:6d3dbf2c88b9eed84cee7427e9fc590a188443d72668941196c7395d8af26dc2 1.48kB / 1.48kB done
13:39:56 #7 sha256:b20724a4297c7ca8b89f31d6ad53e7ead0c17c7908a4592871cdc97332193580 24.07MB / 24.07MB 2.4s done
13:39:56 #7 extracting sha256:b20724a4297c7ca8b89f31d6ad53e7ead0c17c7908a4592871cdc97332193580 7.3s
13:39:56 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 92.27MB / 151.10MB 2.7s
13:39:56 #17 DONE 2.8s
13:39:56 
13:39:56 #18 [linux/arm64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
13:39:56 #18 0.105 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
13:39:56 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 9.0s done
13:39:56 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 42.99MB / 110.02MB 9.1s
13:39:56 #13 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 157B / 157B 9.2s done
13:39:56 #8 21.65 Selecting previously unselected package libnghttp2-14:arm64.
13:39:56 #8 21.65 Preparing to unpack .../066-libnghttp2-14_1.43.0-1_arm64.deb ...
13:39:56 #8 21.66 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
13:39:56 #8 21.69 Selecting previously unselected package libpsl5:arm64.
13:39:56 #8 21.70 Preparing to unpack .../067-libpsl5_0.21.0-1.2_arm64.deb ...
13:39:56 #8 21.70 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
13:39:56 #8 21.74 Selecting previously unselected package librtmp1:arm64.
13:39:56 #8 21.74 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
13:39:56 #8 21.74 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:39:56 #8 21.79 Selecting previously unselected package libssh2-1:arm64.
13:39:56 #8 21.79 Preparing to unpack .../069-libssh2-1_1.9.0-2_arm64.deb ...
13:39:56 #8 21.80 Unpacking libssh2-1:arm64 (1.9.0-2) ...
13:39:56 #8 21.85 Selecting previously unselected package libcurl4:arm64.
13:39:56 #8 21.85 Preparing to unpack .../070-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ...
13:39:56 #8 21.85 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
13:39:56 #8 21.90 Selecting previously unselected package curl.
13:39:56 #8 21.90 Preparing to unpack .../071-curl_7.74.0-1.3+deb11u1_arm64.deb ...
13:39:56 #8 21.91 Unpacking curl (7.74.0-1.3+deb11u1) ...
13:39:56 #8 21.96 Selecting previously unselected package dctrl-tools.
13:39:56 #8 21.96 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
13:39:56 #8 21.97 Unpacking dctrl-tools (2.24-3) ...
13:39:56 #8 22.01 Selecting previously unselected package libdebhelper-perl.
13:39:56 #9 13.25 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 diffstat arm64 1.63-1 [25.2 kB]
13:39:56 #9 13.25 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-chardet all 3.0.4-4build1 [80.4 kB]
13:39:56 #9 13.26 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
13:39:56 #9 13.27 Get:209 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgpgme11 arm64 1.13.1-7ubuntu2 [108 kB]
13:39:56 #9 13.28 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-gpg arm64 1.13.1-7ubuntu2 [156 kB]
13:39:56 #9 13.29 Get:211 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dput all 1.0.3ubuntu1 [42.3 kB]
13:39:56 #9 13.29 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl3-gnutls arm64 7.68.0-1ubuntu2.10 [213 kB]
13:39:56 #9 13.31 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
13:39:56 #9 13.31 Get:214 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git-man all 1:2.25.1-1ubuntu3.4 [885 kB]
13:39:56 #9 13.36 Get:215 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git arm64 1:2.25.1-1ubuntu3.4 [4345 kB]
13:39:56 #14 ...
13:39:56 
13:39:56 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed
13:39:56 #7 sha256:7e98311902214bb81584d75ea98ad095986dabe3371b7efc3f92357192afe39b
13:39:56 #7 resolve docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed 0.0s done
13:39:56 #7 sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed 1.42kB / 1.42kB done
13:39:56 #7 sha256:51927bb029ae20b80e128ab2c5620163a1b89975d4cbed6f56eab57ca591f5f1 529B / 529B done
13:39:56 #7 sha256:71a66381c8346b8424a3114f9d6db5e4d331759c66ce3cce459e427d53b1ddf3 1.48kB / 1.48kB done
13:39:56 #7 sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 26.92MB / 26.92MB 2.2s done
13:39:56 #7 extracting sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 7.2s
13:39:56 #9 13.32 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB]
13:39:56 #9 13.33 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
13:39:56 #9 13.33 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtool all 2.4.6-15build2 [164 kB]
13:39:56 #9 13.35 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-autoreconf all 20 [16.1 kB]
13:39:56 #9 13.36 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
13:39:56 #9 13.42 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-override-perl all 0.09-2 [9532 B]
13:39:56 #9 13.43 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
13:39:56 #9 13.43 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
13:39:56 #9 13.43 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB]
13:39:56 #9 13.44 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debugedit arm64 1:5.0-4build1 [46.5 kB]
13:39:56 #9 13.44 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dwz arm64 0.14-1build2 [102 kB]
13:39:56 #9 13.44 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext arm64 0.21-4ubuntu4 [846 kB]
13:39:56 #9 13.47 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:39:56 #9 13.49 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
13:39:56 #9 13.50 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debhelper all 13.6ubuntu1 [923 kB]
13:39:56 #9 13.57 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfakeroot arm64 1.28-1ubuntu1 [31.5 kB]
13:39:56 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 49.28MB / 110.02MB 8.8s
13:39:56 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 53.27MB / 53.27MB 8.9s done
13:39:56 #14 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 5.1s done
13:39:56 #9 8.389 Get:180 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
13:39:56 #9 8.389 Get:181 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:39:56 #9 8.389 Get:182 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl-openssl-defaults amd64 5build2 [7542 B]
13:39:56 #9 8.389 Get:183 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ssleay-perl amd64 1.92-1build2 [327 kB]
13:39:56 #9 8.392 Get:184 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-socket-ssl-perl all 2.074-2 [192 kB]
13:39:56 #9 8.395 Get:185 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-http-perl all 6.22-1 [23.2 kB]
13:39:56 #9 8.402 Get:186 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
13:39:56 #9 8.402 Get:187 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtry-tiny-perl all 0.31-1 [21.8 kB]
13:39:56 #9 8.402 Get:188 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:39:56 #9 8.402 Get:189 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-perl all 6.61-1 [141 kB]
13:39:56 #9 8.418 Get:190 http://archive.ubuntu.com/ubuntu jammy/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB]
13:39:56 #9 8.418 Get:191 http://archive.ubuntu.com/ubuntu jammy/main amd64 wdiff amd64 1.2.2-2build3 [29.6 kB]
13:39:56 #9 8.418 Get:192 http://archive.ubuntu.com/ubuntu jammy/main amd64 devscripts amd64 2.22.1ubuntu1 [1057 kB]
13:39:56 #9 8.428 Get:193 http://archive.ubuntu.com/ubuntu jammy/main amd64 diffstat amd64 1.64-1build2 [29.2 kB]
13:39:56 #9 8.429 Get:194 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-chardet all 4.0.0-1 [98.0 kB]
13:39:56 #9 8.431 Get:195 http://archive.ubuntu.com/ubuntu jammy/main amd64 zstd amd64 1.4.8+dfsg-3build1 [603 kB]
13:39:56 #9 8.441 Get:196 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-debian all 0.1.43ubuntu1 [107 kB]
13:39:56 #9 8.443 Get:197 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpgme11 amd64 1.16.0-1.2ubuntu4 [136 kB]
13:39:56 #9 8.445 Get:198 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-gpg amd64 1.16.0-1.2ubuntu4 [215 kB]
13:39:56 #9 8.449 Get:199 http://archive.ubuntu.com/ubuntu jammy/main amd64 dput all 1.1.0ubuntu2 [44.9 kB]
13:39:56 #9 8.451 Get:200 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
13:39:56 #9 8.483 Get:201 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
13:39:56 #9 8.484 Get:202 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.1 [283 kB]
13:39:56 #13 ...
13:39:56 
13:39:56 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:56 #8 sha256:64e86dd1a93ffba4519665f26b454c5890ecad73b5d8c44f156b3043f58a705b
13:39:56 #8 0.925 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:39:56 #8 0.937 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
13:39:56 #8 0.937 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:39:56 #8 1.083 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [318 kB]
13:39:56 #8 1.304 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB]
13:39:56 #8 1.555 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8796 B]
13:39:56 #8 3.223 Fetched 8477 kB in 3s (3331 kB/s)
13:39:56 #8 3.223 Reading package lists...
13:39:56 #8 4.146 Reading package lists...
13:39:56 #8 5.029 Building dependency tree...
13:39:56 #8 5.207 Reading state information...
13:39:56 #8 5.400 The following additional packages will be installed:
13:39:56 #8 5.400   at autoconf automake autopoint autotools-dev binutils binutils-common
13:39:56 #8 5.400   binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
13:39:56 #8 5.400   cpp cpp-8 cron dctrl-tools debhelper debian-keyring dh-autoreconf
13:39:56 #8 5.400   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
13:39:56 #8 5.400   exim4-base exim4-config exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8
13:39:56 #8 5.400   gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:39:56 #8 5.400   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs
13:39:56 #8 5.400   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
13:39:56 #8 5.400   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0
13:39:56 #8 5.400   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan5 libassuan0
13:39:56 #8 5.400   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:39:56 #8 5.400   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
13:39:56 #8 5.400   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
13:39:56 #8 5.400   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
13:39:56 #8 5.400   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:39:56 #8 5.400   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:39:56 #8 5.400   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
13:39:56 #8 5.400   libdata-optlist-perl libdevel-callchecker-perl
13:39:56 #8 5.400   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
13:39:56 #8 5.400   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
13:39:56 #8 5.400   libdynaloader-functions-perl libedit2 libemail-valid-perl
13:39:56 #8 5.400   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
13:39:56 #8 5.400   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
13:39:56 #8 5.400   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
13:39:56 #8 5.400   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
13:39:56 #8 5.400   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
13:39:56 #8 5.400   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
13:39:56 #8 5.400   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
13:39:56 #8 5.400   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
13:39:56 #8 5.400   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
13:39:56 #8 5.400   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:56 #8 5.400   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:56 #8 5.400   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
13:39:56 #8 5.400   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
13:39:56 #8 5.400   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:39:56 #8 5.400   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
13:39:56 #8 5.400   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
13:39:56 #8 5.400   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
13:39:56 #8 5.400   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:39:56 #8 5.400   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:56 #8 5.400   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:39:56 #8 5.400   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
13:39:56 #8 5.400   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:56 #8 5.400   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
13:39:56 #8 5.400   libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
13:39:56 #8 5.400   libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
13:39:56 #8 5.400   libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
13:39:56 #8 5.400   libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
13:39:56 #8 5.400   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:56 #8 5.400   libparams-validate-perl libparse-debianchangelog-perl
13:39:56 #8 5.400   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
13:39:56 #8 5.400   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
13:39:56 #8 5.400   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
13:39:56 #8 5.400   libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
13:39:56 #8 5.400   libreadonly-perl libref-util-perl libref-util-xs-perl
13:39:56 #8 5.400   libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:56 #8 5.400   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:56 #8 5.400   libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
13:39:56 #8 5.400   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
13:39:56 #8 5.400   libstdc++-8-dev libstrictures-perl libstring-copyright-perl
13:39:56 #8 5.400   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:39:56 #8 5.400   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:39:56 #8 5.400   libsub-install-perl libsub-name-perl libsub-quote-perl
13:39:56 #8 5.400   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
13:39:56 #8 5.400   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
13:39:56 #8 5.400   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
13:39:56 #8 5.400   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:56 #8 5.400   libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
13:39:56 #8 5.400   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
13:39:56 #8 5.400   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:39:56 #8 5.400   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:39:56 #8 5.400   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
13:39:56 #8 5.400   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
13:39:56 #8 5.400   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
13:39:56 #8 5.400   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
13:39:56 #8 5.400   mariadb-common mime-support mysql-common netbase openssh-client openssl
13:39:56 #8 5.400   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
13:39:56 #8 5.401   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
13:39:56 #8 5.401   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:39:56 #8 5.401   python3-idna python3-magic python3-minimal python3-pkg-resources
13:39:56 #8 5.401   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:39:56 #8 5.401   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
13:39:56 #8 5.401   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:39:56 #8 5.403 Suggested packages:
13:39:56 #8 5.403   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
13:39:56 #8 5.403   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
13:39:56 #8 5.403   checksecurity debtags dh-make adequate autopkgtest bls-standalone
13:39:56 #8 5.403   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
13:39:56 #8 5.403   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:39:56 #8 5.403   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:56 #8 5.403   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:39:56 #8 5.403   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
13:39:56 #8 5.403   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
13:39:56 #8 5.403   eximon4 spf-tools-perl swaks g++-multilib g++-8-multilib gcc-8-doc
13:39:56 #8 5.403   libstdc++6-8-dbg gcc-multilib flex bison gdb gcc-doc gcc-8-multilib
13:39:56 #8 5.403   libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg
13:39:56 #8 5.403   liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg
13:39:56 #8 5.403   gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
13:39:56 #8 5.403   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
13:39:56 #8 5.403   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
13:39:56 #8 5.403   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
13:39:56 #8 5.403   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
13:39:56 #8 5.403   libhtml-template-perl libsasl2-modules-gssapi-mit
13:39:56 #8 5.403   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:39:56 #8 5.403   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
13:39:56 #8 5.403   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
13:39:56 #8 5.403   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:39:56 #8 5.403   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:39:56 #8 5.403   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:39:56 #8 5.403   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
13:39:56 #8 5.403   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:39:56 #8 5.403   diffutils-doc perl-doc libterm-readline-gnu-perl
13:39:56 #8 5.403   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
13:39:56 #8 5.403   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
13:39:56 #8 5.403   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
13:39:56 #8 5.403   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
13:39:56 #8 5.403   readline-doc zip wdiff-doc
13:39:56 #8 7.940 The following NEW packages will be installed:
13:39:56 #8 7.940   at autoconf automake autopoint autotools-dev binutils binutils-common
13:39:56 #8 7.941   binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
13:39:56 #8 7.941   cpp cpp-8 cron curl dctrl-tools debhelper debian-keyring devscripts
13:39:56 #8 7.941   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:39:56 #8 7.941   dpkg-dev dput dwz equivs exim4-base exim4-config exim4-daemon-light fakeroot
13:39:56 #8 7.941   file g++ g++-8 gcc gcc-8 gettext gettext-base git git-man gnupg gnupg-l10n
13:39:56 #8 7.941   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:39:56 #8 7.941   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
13:39:56 #8 7.941   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:39:56 #8 7.941   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:56 #8 7.941   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:39:56 #8 7.941   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
13:39:56 #8 7.941   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
13:39:56 #8 7.942   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
13:39:56 #8 7.942   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:39:56 #8 7.942   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:39:56 #8 7.942   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
13:39:56 #8 7.942   libdata-optlist-perl libdevel-callchecker-perl
13:39:56 #8 7.942   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
13:39:56 #8 7.942   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
13:39:56 #8 7.942   libdynaloader-functions-perl libedit2 libemail-valid-perl
13:39:56 #8 7.942   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
13:39:56 #8 7.942   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
13:39:56 #8 7.942   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
13:39:56 #8 7.942   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
13:39:56 #8 7.942   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
13:39:56 #8 7.942   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
13:39:56 #8 7.942   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
13:39:56 #8 7.942   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
13:39:56 #8 7.942   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
13:39:56 #8 7.942   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:56 #8 7.943   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:56 #8 7.943   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
13:39:56 #8 7.943   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
13:39:56 #8 7.943   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:39:56 #8 7.943   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
13:39:56 #8 7.943   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
13:39:56 #8 7.943   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
13:39:56 #8 7.943   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:39:56 #8 7.943   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:56 #8 7.943   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:39:56 #8 7.943   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
13:39:56 #8 7.943   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:56 #8 7.943   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
13:39:56 #8 7.943   libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
13:39:56 #8 7.943   libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
13:39:56 #8 7.943   libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
13:39:56 #8 7.943   libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
13:39:56 #8 7.943   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:56 #8 7.943   libparams-validate-perl libparse-debianchangelog-perl
13:39:56 #8 7.943   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
13:39:56 #8 7.943   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
13:39:56 #8 7.943   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
13:39:56 #8 7.943   libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
13:39:56 #8 7.943   libreadonly-perl libref-util-perl libref-util-xs-perl
13:39:56 #8 7.944   libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:56 #8 7.944   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:56 #8 7.944   libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
13:39:56 #8 7.944   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
13:39:56 #8 7.944   libstdc++-8-dev libstrictures-perl libstring-copyright-perl
13:39:56 #8 7.944   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:39:56 #8 7.944   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:39:56 #8 7.944   libsub-install-perl libsub-name-perl libsub-quote-perl
13:39:56 #8 7.944   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
13:39:56 #8 7.944   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
13:39:56 #8 7.944   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
13:39:56 #8 7.944   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:39:56 #8 7.944   libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
13:39:56 #8 7.944   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
13:39:56 #8 7.944   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:39:56 #8 7.944   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:39:56 #8 7.944   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
13:39:56 #8 7.944   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
13:39:56 #8 7.944   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
13:39:56 #8 7.944   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
13:39:56 #8 7.945   mariadb-common mime-support mysql-common netbase openssh-client openssl
13:39:56 #8 7.945   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
13:39:56 #8 7.945   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
13:39:56 #8 7.945   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:39:56 #8 7.945   python3-idna python3-magic python3-minimal python3-pkg-resources
13:39:56 #8 7.945   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:39:56 #8 7.946   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
13:39:56 #8 7.946   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:39:56 #8 8.252 0 upgraded, 365 newly installed, 0 to remove and 2 not upgraded.
13:39:56 #8 8.252 Need to get 171 MB of archives.
13:39:56 #8 8.252 After this operation, 589 MB of additional disk space will be used.
13:39:56 #8 8.252 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB]
13:39:56 #8 8.252 Get:2 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
13:39:56 #8 8.252 Get:3 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
13:39:56 #8 8.252 Get:4 http://deb.debian.org/debian buster/main amd64 cron amd64 3.0pl1-134+deb10u1 [99.0 kB]
13:39:56 #8 8.254 Get:5 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2+deb10u1 [99.5 kB]
13:39:56 #8 8.255 Get:6 http://deb.debian.org/debian buster/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB]
13:39:56 #8 8.259 Get:7 http://deb.debian.org/debian buster/main amd64 libuchardet0 amd64 0.0.6-3 [64.9 kB]
13:39:56 #8 8.272 Get:8 http://deb.debian.org/debian buster/main amd64 groff-base amd64 1.22.4-3+deb10u1 [916 kB]
13:39:56 #8 8.275 Get:9 http://deb.debian.org/debian buster/main amd64 libgdbm6 amd64 1.18.1-4 [64.7 kB]
13:39:56 #8 8.277 Get:10 http://deb.debian.org/debian buster/main amd64 libpipeline1 amd64 1.5.1-2 [31.2 kB]
13:39:56 #8 8.278 Get:11 http://deb.debian.org/debian buster/main amd64 man-db amd64 2.8.5-2 [1274 kB]
13:39:56 #8 8.299 Get:12 http://deb.debian.org/debian buster/main amd64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
13:39:56 #8 8.358 Get:13 http://deb.debian.org/debian buster/main amd64 libgdbm-compat4 amd64 1.18.1-4 [44.1 kB]
13:39:56 #8 8.360 Get:14 http://deb.debian.org/debian buster/main amd64 libperl5.28 amd64 5.28.1-6+deb10u1 [3894 kB]
13:39:56 #8 8.468 Get:15 http://deb.debian.org/debian buster/main amd64 perl amd64 5.28.1-6+deb10u1 [204 kB]
13:39:56 #8 8.468 Get:16 http://deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB]
13:39:56 #8 8.468 Get:17 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u1 [1551 kB]
13:39:56 #8 8.485 Get:18 http://deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
13:39:56 #8 8.495 Get:19 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u4 [108 kB]
13:39:56 #8 8.498 Get:20 http://deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
13:39:56 #8 8.532 Get:21 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
13:39:56 #8 8.532 Get:22 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
13:39:56 #8 8.532 Get:23 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
13:39:56 #8 8.532 Get:24 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
13:39:56 #8 8.532 Get:25 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
13:39:56 #8 8.532 Get:26 http://deb.debian.org/debian buster/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u1 [641 kB]
13:39:56 #8 8.538 Get:27 http://deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
13:39:56 #8 8.565 Get:28 http://deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
13:39:56 #8 8.570 Get:29 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
13:39:56 #8 8.572 Get:30 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
13:39:56 #8 8.576 Get:31 http://deb.debian.org/debian buster/main amd64 less amd64 487-0.1+b1 [129 kB]
13:39:56 #8 8.576 Get:32 http://deb.debian.org/debian buster/main amd64 netbase all 5.6 [19.4 kB]
13:39:56 #8 8.577 Get:33 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
13:39:56 #8 8.578 Get:34 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
13:39:56 #8 8.582 Get:35 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
13:39:56 #8 8.585 Get:36 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
13:39:56 #8 8.586 Get:37 http://deb.debian.org/debian buster/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB]
13:39:56 #8 8.589 Get:38 http://deb.debian.org/debian buster/main amd64 krb5-locales all 1.17-3+deb10u3 [95.5 kB]
13:39:56 #8 8.591 Get:39 http://deb.debian.org/debian buster/main amd64 manpages all 4.16-2 [1295 kB]
13:39:56 #8 8.610 Get:40 http://deb.debian.org/debian buster/main amd64 libedit2 amd64 3.1-20181209-1 [94.0 kB]
13:39:56 #8 8.612 Get:41 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
13:39:56 #8 8.613 Get:42 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u3 [65.8 kB]
13:39:56 #8 8.614 Get:43 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u3 [122 kB]
13:39:56 #8 8.617 Get:44 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u3 [370 kB]
13:39:56 #8 8.623 Get:45 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u3 [158 kB]
13:39:56 #8 8.625 Get:46 http://deb.debian.org/debian buster/main amd64 openssh-client amd64 1:7.9p1-10+deb10u2 [782 kB]
13:39:56 #8 8.637 Get:47 http://deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB]
13:39:56 #8 8.639 Get:48 http://deb.debian.org/debian buster/main amd64 libfl2 amd64 2.6.4-6.2 [103 kB]
13:39:56 #8 8.641 Get:49 http://deb.debian.org/debian buster/main amd64 at amd64 3.1.23-1 [49.1 kB]
13:39:56 #8 8.643 Get:50 http://deb.debian.org/debian buster/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB]
13:39:56 #8 8.644 Get:51 http://deb.debian.org/debian buster/main amd64 m4 amd64 1.4.18-2 [203 kB]
13:39:56 #8 8.647 Get:52 http://deb.debian.org/debian buster/main amd64 autoconf all 2.69-11 [341 kB]
13:39:56 #8 8.653 Get:53 http://deb.debian.org/debian buster/main amd64 autotools-dev all 20180224.1 [77.0 kB]
13:39:56 #8 8.654 Get:54 http://deb.debian.org/debian buster/main amd64 automake all 1:1.16.1-4 [771 kB]
13:39:56 #8 8.666 Get:55 http://deb.debian.org/debian buster/main amd64 autopoint all 0.19.8.1-9 [434 kB]
13:39:56 #8 8.673 Get:56 http://deb.debian.org/debian buster/main amd64 binutils-common amd64 2.31.1-16 [2073 kB]
13:39:56 #8 8.704 Get:57 http://deb.debian.org/debian buster/main amd64 libbinutils amd64 2.31.1-16 [478 kB]
13:39:56 #8 8.711 Get:58 http://deb.debian.org/debian buster/main amd64 binutils-x86-64-linux-gnu amd64 2.31.1-16 [1823 kB]
13:39:56 #8 8.738 Get:59 http://deb.debian.org/debian buster/main amd64 binutils amd64 2.31.1-16 [56.8 kB]
13:39:56 #8 8.739 Get:60 http://deb.debian.org/debian buster/main amd64 libc-dev-bin amd64 2.28-10+deb10u1 [276 kB]
13:39:56 #8 8.744 Get:61 http://deb.debian.org/debian buster/main amd64 linux-libc-dev amd64 4.19.235-1 [1510 kB]
13:39:56 #8 8.767 Get:62 http://deb.debian.org/debian buster/main amd64 libc6-dev amd64 2.28-10+deb10u1 [2692 kB]
13:39:56 #8 8.806 Get:63 http://deb.debian.org/debian buster/main amd64 libisl19 amd64 0.20-2 [587 kB]
13:39:56 #8 8.852 Get:64 http://deb.debian.org/debian buster/main amd64 libmpfr6 amd64 4.0.2-1 [775 kB]
13:39:56 #8 8.852 Get:65 http://deb.debian.org/debian buster/main amd64 libmpc3 amd64 1.1.0-1 [41.3 kB]
13:39:56 #8 8.852 Get:66 http://deb.debian.org/debian buster/main amd64 cpp-8 amd64 8.3.0-6 [8914 kB]
13:39:56 #8 9.060 Get:67 http://deb.debian.org/debian buster/main amd64 cpp amd64 4:8.3.0-1 [19.4 kB]
13:39:56 #8 9.060 Get:68 http://deb.debian.org/debian buster/main amd64 libcc1-0 amd64 8.3.0-6 [46.6 kB]
13:39:56 #8 9.060 Get:69 http://deb.debian.org/debian buster/main amd64 libgomp1 amd64 8.3.0-6 [75.8 kB]
13:39:56 #8 9.060 Get:70 http://deb.debian.org/debian buster/main amd64 libitm1 amd64 8.3.0-6 [27.7 kB]
13:39:56 #8 9.080 Get:71 http://deb.debian.org/debian buster/main amd64 libatomic1 amd64 8.3.0-6 [9032 B]
13:39:56 #8 9.080 Get:72 http://deb.debian.org/debian buster/main amd64 libasan5 amd64 8.3.0-6 [362 kB]
13:39:56 #8 9.080 Get:73 http://deb.debian.org/debian buster/main amd64 liblsan0 amd64 8.3.0-6 [131 kB]
13:39:56 #8 9.080 Get:74 http://deb.debian.org/debian buster/main amd64 libtsan0 amd64 8.3.0-6 [283 kB]
13:39:56 #8 9.088 Get:75 http://deb.debian.org/debian buster/main amd64 libubsan1 amd64 8.3.0-6 [120 kB]
13:39:56 #8 9.088 Get:76 http://deb.debian.org/debian buster/main amd64 libmpx2 amd64 8.3.0-6 [11.4 kB]
13:39:56 #8 9.088 Get:77 http://deb.debian.org/debian buster/main amd64 libquadmath0 amd64 8.3.0-6 [133 kB]
13:39:56 #8 9.088 Get:78 http://deb.debian.org/debian buster/main amd64 libgcc-8-dev amd64 8.3.0-6 [2298 kB]
13:39:56 #8 9.126 Get:79 http://deb.debian.org/debian buster/main amd64 gcc-8 amd64 8.3.0-6 [9452 kB]
13:39:56 #8 23.33 Selecting previously unselected package binutils.
13:39:56 #8 23.33 Preparing to unpack .../058-binutils_2.30-21ubuntu1~18.04.7_arm64.deb ...
13:39:56 #8 23.33 Unpacking binutils (2.30-21ubuntu1~18.04.7) ...
13:39:56 #8 23.36 Selecting previously unselected package libc-dev-bin.
13:39:56 #8 23.36 Preparing to unpack .../059-libc-dev-bin_2.27-3ubuntu1.5_arm64.deb ...
13:39:56 #8 23.37 Unpacking libc-dev-bin (2.27-3ubuntu1.5) ...
13:39:56 #8 23.40 Selecting previously unselected package linux-libc-dev:arm64.
13:39:56 #8 23.40 Preparing to unpack .../060-linux-libc-dev_4.15.0-176.185_arm64.deb ...
13:39:56 #8 23.40 Unpacking linux-libc-dev:arm64 (4.15.0-176.185) ...
13:39:56 #8 23.09 Preparing to unpack .../078-libicu63_63.1-6+deb10u3_arm64.deb ...
13:39:56 #8 23.09 Unpacking libicu63:arm64 (63.1-6+deb10u3) ...
13:39:56 #7 ...
13:39:56 
13:39:56 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:56 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:56 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 49.28MB / 53.27MB 9.5s
13:39:56 #9 8.183 Get:89 http://archive.ubuntu.com/ubuntu impish/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB]
13:39:56 #9 8.183 Get:90 http://archive.ubuntu.com/ubuntu impish/main amd64 libcc1-0 amd64 11.2.0-7ubuntu2 [53.9 kB]
13:39:56 #9 8.183 Get:91 http://archive.ubuntu.com/ubuntu impish/main amd64 libgomp1 amd64 11.2.0-7ubuntu2 [117 kB]
13:39:56 #9 8.183 Get:92 http://archive.ubuntu.com/ubuntu impish/main amd64 libitm1 amd64 11.2.0-7ubuntu2 [30.0 kB]
13:39:56 #9 8.183 Get:93 http://archive.ubuntu.com/ubuntu impish/main amd64 libatomic1 amd64 11.2.0-7ubuntu2 [10.0 kB]
13:39:56 #9 8.183 Get:94 http://archive.ubuntu.com/ubuntu impish/main amd64 libasan6 amd64 11.2.0-7ubuntu2 [2280 kB]
13:39:56 #9 8.218 Get:95 http://archive.ubuntu.com/ubuntu impish/main amd64 liblsan0 amd64 11.2.0-7ubuntu2 [974 kB]
13:39:56 #9 8.253 Get:96 http://archive.ubuntu.com/ubuntu impish/main amd64 libtsan0 amd64 11.2.0-7ubuntu2 [2259 kB]
13:39:56 #9 8.274 Get:97 http://archive.ubuntu.com/ubuntu impish/main amd64 libubsan1 amd64 11.2.0-7ubuntu2 [920 kB]
13:39:56 #9 8.311 Get:98 http://archive.ubuntu.com/ubuntu impish/main amd64 libquadmath0 amd64 11.2.0-7ubuntu2 [154 kB]
13:39:56 #9 8.311 Get:99 http://archive.ubuntu.com/ubuntu impish/main amd64 libgcc-11-dev amd64 11.2.0-7ubuntu2 [2526 kB]
13:39:56 #9 8.337 Get:100 http://archive.ubuntu.com/ubuntu impish/main amd64 gcc-11 amd64 11.2.0-7ubuntu2 [59.3 MB]
13:39:56 #8 22.01 Preparing to unpack .../073-libdebhelper-perl_13.3.4_all.deb ...
13:39:56 #8 22.01 Unpacking libdebhelper-perl (13.3.4) ...
13:39:56 #8 22.06 Selecting previously unselected package libtool.
13:39:56 #8 22.06 Preparing to unpack .../074-libtool_2.4.6-15_all.deb ...
13:39:56 #8 22.07 Unpacking libtool (2.4.6-15) ...
13:39:56 #8 22.11 Selecting previously unselected package dh-autoreconf.
13:39:56 #8 22.11 Preparing to unpack .../075-dh-autoreconf_20_all.deb ...
13:39:56 #8 22.12 Unpacking dh-autoreconf (20) ...
13:39:56 #8 22.14 Selecting previously unselected package libarchive-zip-perl.
13:39:56 #8 22.15 Preparing to unpack .../076-libarchive-zip-perl_1.68-1_all.deb ...
13:39:56 #8 22.15 Unpacking libarchive-zip-perl (1.68-1) ...
13:39:56 #8 22.18 Selecting previously unselected package libsub-override-perl.
13:39:56 #8 22.18 Preparing to unpack .../077-libsub-override-perl_0.09-2_all.deb ...
13:39:56 #8 22.19 Unpacking libsub-override-perl (0.09-2) ...
13:39:56 #8 22.21 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:39:56 #9 13.60 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
13:39:56 #9 13.60 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6 [11.1 kB]
13:39:56 #9 13.60 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:39:56 #9 13.61 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libapt-pkg-perl arm64 0.1.36build3 [65.8 kB]
13:39:56 #9 13.61 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
13:39:56 #9 13.61 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarray-intspan-perl all 2.003-1 [23.3 kB]
13:39:56 #9 13.61 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
13:39:56 #9 13.61 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
13:39:56 #9 13.61 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:39:56 #7 ...
13:39:56 
13:39:56 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:56 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:56 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 65.01MB / 110.02MB 10.2s
13:39:56 #9 13.57 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fakeroot arm64 1.28-1ubuntu1 [60.5 kB]
13:39:56 #9 13.57 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB]
13:39:56 #9 13.57 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpgconf arm64 2.2.27-3ubuntu2 [92.4 kB]
13:39:56 #9 13.58 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libksba8 arm64 1.6.0-2build1 [117 kB]
13:39:56 #9 13.58 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
13:39:56 #9 13.58 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dirmngr arm64 2.2.27-3ubuntu2 [289 kB]
13:39:56 #9 13.59 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gnupg-l10n all 2.2.27-3ubuntu2 [54.3 kB]
13:39:56 #9 13.64 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2 [303 kB]
13:39:56 #9 13.65 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpg arm64 2.2.27-3ubuntu2 [506 kB]
13:39:56 #9 13.71 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB]
13:39:56 #9 13.72 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpg-agent arm64 2.2.27-3ubuntu2 [204 kB]
13:39:56 #9 13.72 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2 [61.4 kB]
13:39:56 #9 13.73 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2 [56.8 kB]
13:39:56 #9 13.73 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gpgsm arm64 2.2.27-3ubuntu2 [192 kB]
13:39:56 #9 13.73 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gnupg all 2.2.27-3ubuntu2 [315 kB]
13:39:56 #9 13.75 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
13:39:56 #9 13.75 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
13:39:56 #9 13.79 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
13:39:56 #9 13.79 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-touch-perl all 0.12-1 [9024 B]
13:39:56 #9 13.86 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-pty-perl arm64 1:1.15-2build2 [34.6 kB]
13:39:56 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 5.0s
13:39:56 #14 ...
13:39:56 
13:39:56 #10 [internal] load build context
13:39:56 #10 sha256:9669114cb7618636111b4a1b12dcfde7fe9be3466b1676f545aa0b9b895acaa0
13:39:56 #10 transferring context: 28.96MB 5.4s done
13:39:56 #10 DONE 5.4s
13:39:56 
13:39:56 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:56 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:56 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 33.55MB / 47.36MB 5.4s
13:39:56 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 17.83MB / 53.27MB 5.4s
13:39:56 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 0B / 110.02MB 5.4s
13:39:56 #14 ...
13:39:56 
13:39:56 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d
13:39:56 #7 sha256:6827fccc6589386786523e64c7f0013256450e821b7cd52b73fd8f0e6b0ebb75
13:39:56 #7 resolve docker.io/library/ubuntu:jammy@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d 0.0s done
13:39:56 #7 sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d 1.42kB / 1.42kB done
13:39:56 #7 sha256:58ddb1588a8c0304cd3dbdb81bdd40bee55ab67dcd4e9938ec167728bde5ae54 529B / 529B done
13:39:56 #7 sha256:4454e2e75bf4628b8547fb60b3753c9ce8cf250f6e86c944155b45873be77504 1.48kB / 1.48kB done
13:39:56 #7 sha256:5a3411c136d8a6da4e9d7d3abcbfc94f59ecb2935fd02cad49be6a79c899fcaa 27.02MB / 27.02MB 3.4s done
13:39:56 #7 extracting sha256:5a3411c136d8a6da4e9d7d3abcbfc94f59ecb2935fd02cad49be6a79c899fcaa 1.4s
13:39:56 #8 9.350 Get:80 http://deb.debian.org/debian buster/main amd64 gcc amd64 4:8.3.0-1 [5196 B]
13:39:56 #8 9.354 Get:81 http://deb.debian.org/debian buster/main amd64 libstdc++-8-dev amd64 8.3.0-6 [1532 kB]
13:39:56 #8 9.377 Get:82 http://deb.debian.org/debian buster/main amd64 g++-8 amd64 8.3.0-6 [9752 kB]
13:39:56 #8 23.55 Selecting previously unselected package libc6-dev:arm64.
13:39:56 #8 23.55 Preparing to unpack .../061-libc6-dev_2.27-3ubuntu1.5_arm64.deb ...
13:39:56 #8 23.56 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.5) ...
13:39:56 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 46.14MB / 110.02MB 9.8s
13:39:56 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 38.80MB / 53.27MB 9.7s
13:39:56 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 35.65MB / 110.02MB 9.7s
13:39:56 #9 8.899 Get:203 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
13:39:56 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 46.14MB / 110.02MB 10.3s
13:39:56 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 49.28MB / 110.02MB 9.6s
13:39:56 #12 ...
13:39:56 
13:39:56 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:39:56 #8 sha256:59ce26c958d6d9881d0ea2c7c54962af7775fbb18d3d7af1a10ccefd5047c325
13:39:56 #8 6.398 Fedora 36 - x86_64                               12 MB/s |  64 MB     00:05    
13:39:56 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 101.71MB / 151.10MB 3.0s
13:39:56 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 116.33MB / 151.10MB 3.3s
13:39:56 #18 1.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
13:39:56 #18 1.373 (1/22) Installing ncurses-terminfo-base (6.3_p20211120-r0)
13:39:56 #18 1.380 (2/22) Installing ncurses-libs (6.3_p20211120-r0)
13:39:56 #18 1.388 (3/22) Installing readline (8.1.1-r0)
13:39:56 #18 1.394 (4/22) Installing bash (5.1.16-r0)
13:39:56 #18 1.407 Executing bash-5.1.16-r0.post-install
13:39:56 #18 1.410 (5/22) Installing libffi (3.4.2-r1)
13:39:56 #18 1.415 (6/22) Installing libgcc (10.3.1_git20211027-r0)
13:39:56 #18 1.418 (7/22) Installing libstdc++ (10.3.1_git20211027-r0)
13:39:56 #18 1.431 (8/22) Installing xz-libs (5.2.5-r1)
13:39:56 #18 1.437 (9/22) Installing libxml2 (2.9.13-r0)
13:39:56 #18 1.449 (10/22) Installing llvm12-libs (12.0.1-r0)
13:39:56 #8 22.22 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
13:39:56 #8 22.22 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
13:39:56 #8 22.25 Selecting previously unselected package dh-strip-nondeterminism.
13:39:56 #8 22.25 Preparing to unpack .../079-dh-strip-nondeterminism_1.12.0-1_all.deb ...
13:39:56 #8 22.26 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
13:39:56 #8 22.29 Selecting previously unselected package libelf1:arm64.
13:39:56 #8 22.29 Preparing to unpack .../080-libelf1_0.183-1_arm64.deb ...
13:39:56 #8 22.30 Unpacking libelf1:arm64 (0.183-1) ...
13:39:56 #8 22.34 Selecting previously unselected package dwz.
13:39:56 #8 22.34 Preparing to unpack .../081-dwz_0.13+20210201-1_arm64.deb ...
13:39:56 #8 22.35 Unpacking dwz (0.13+20210201-1) ...
13:39:56 #8 22.39 Selecting previously unselected package libicu67:arm64.
13:39:56 #8 22.40 Preparing to unpack .../082-libicu67_67.1-7_arm64.deb ...
13:39:56 #8 22.40 Unpacking libicu67:arm64 (67.1-7) ...
13:39:56 #9 13.68 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libvariable-magic-perl arm64 0.62-1build2 [33.1 kB]
13:39:56 #9 13.69 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
13:39:56 #9 13.69 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:39:56 #9 13.70 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-xsaccessor-perl arm64 1.19-3build3 [33.1 kB]
13:39:56 #9 13.70 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclone-perl arm64 0.43-2 [10.8 kB]
13:39:56 #9 13.70 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcommon-sense-perl arm64 3.74-2build6 [20.1 kB]
13:39:56 #9 13.70 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-util-perl arm64 1.07-3build5 [19.2 kB]
13:39:56 #9 13.70 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
13:39:56 #9 13.70 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
13:39:56 #9 13.75 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
13:39:56 #9 13.78 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libconst-fast-perl all 0.014-1 [7958 B]
13:39:56 #9 13.78 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwant-perl arm64 0.29-1build4 [23.9 kB]
13:39:56 #9 13.78 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:39:56 #9 13.78 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcpanel-json-xs-perl arm64 4.19-1build1 [107 kB]
13:39:56 #9 13.78 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
13:39:56 #9 13.78 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
13:39:56 #9 13.79 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
13:39:56 #9 13.79 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
13:39:56 #9 13.83 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:39:56 #9 13.87 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
13:39:56 #9 13.86 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run-perl all 20200505.0-1 [89.8 kB]
13:39:56 #9 13.87 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:39:56 #9 13.87 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-xsaccessor-perl arm64 1.19-3build9 [33.6 kB]
13:39:56 #9 13.87 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-op-check-perl arm64 0.22-1build5 [10.1 kB]
13:39:56 #9 13.87 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
13:39:56 #9 13.87 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14.7 kB]
13:39:56 #9 13.87 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-classify-perl arm64 0.015-1build5 [21.7 kB]
13:39:56 #9 13.94 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:39:56 #9 13.94 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:39:56 #9 14.01 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
13:39:56 #9 14.01 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
13:39:56 #9 14.01 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoo-perl all 2.005004-3 [48.0 kB]
13:39:56 #9 14.01 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
13:39:56 #9 14.01 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
13:39:56 #9 14.01 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
13:39:56 #9 14.01 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-listing-perl all 6.14-1 [11.2 kB]
13:39:56 #9 14.02 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:39:56 #9 14.08 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liburi-perl all 5.10-1 [78.8 kB]
13:39:56 #9 14.09 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-parser-perl arm64 3.76-1build2 [87.1 kB]
13:39:56 #9 14.16 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
13:39:56 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 56.62MB / 110.02MB 9.2s
13:39:56 #8 23.82 Selecting previously unselected package gcc-7-base:arm64.
13:39:56 #8 23.82 Preparing to unpack .../062-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ...
13:39:56 #8 23.83 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ...
13:39:56 #8 23.87 Selecting previously unselected package libisl19:arm64.
13:39:56 #8 23.88 Preparing to unpack .../063-libisl19_0.19-1_arm64.deb ...
13:39:56 #8 23.88 Unpacking libisl19:arm64 (0.19-1) ...
13:39:56 #8 23.96 Selecting previously unselected package libmpfr6:arm64.
13:39:56 #8 23.96 Preparing to unpack .../064-libmpfr6_4.0.1-1_arm64.deb ...
13:39:56 #8 23.97 Unpacking libmpfr6:arm64 (4.0.1-1) ...
13:39:56 #13 ...
13:39:56 
13:39:56 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0
13:39:56 #7 sha256:ad6d02924b18a42cbc042c7babba589015e821a5c65457fb738747d35f8c1f83
13:39:56 #7 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.1s done
13:39:56 #7 sha256:f5965ab2ab9c4163f95c716a5524797dfb61300140e97aaa6821a762d0096c0e 529B / 529B done
13:39:56 #7 sha256:aaabdee60d04a8992fcef8727e5d2e99d97fc0efc15c1bf5e28e466360c3033b 1.48kB / 1.48kB done
13:39:56 #7 sha256:0a2c02101ee4340d4a9ebb962e9331486e417a3835c9adefb9badd2f0c116ab6 50.13MB / 50.13MB 5.9s done
13:39:56 #7 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done
13:39:56 #7 extracting sha256:0a2c02101ee4340d4a9ebb962e9331486e417a3835c9adefb9badd2f0c116ab6 3.5s
13:39:56 #7 ...
13:39:56 
13:39:56 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:56 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:56 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 42.99MB / 53.27MB 10.0s
13:39:56 #8 9.737 Get:83 http://deb.debian.org/debian buster/main amd64 g++ amd64 4:8.3.0-1 [1644 B]
13:39:56 #8 9.742 Get:84 http://deb.debian.org/debian buster/main amd64 make amd64 4.2.1-1.2 [341 kB]
13:39:56 #8 9.766 Get:85 http://deb.debian.org/debian buster/main amd64 libdpkg-perl all 1.19.7 [1414 kB]
13:39:56 #8 9.833 Get:86 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
13:39:56 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 55.16MB / 110.02MB 10.3s
13:39:56 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 52.43MB / 110.02MB 10.7s
13:39:56 #9 9.073 Get:204 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.2 [952 kB]
13:39:56 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 53.27MB / 53.27MB 9.9s
13:39:56 #8 23.74 Selecting previously unselected package libxml2:arm64.
13:39:56 #8 23.74 Preparing to unpack .../079-libxml2_2.9.4+dfsg1-7+deb10u3_arm64.deb ...
13:39:56 #8 23.75 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u3) ...
13:39:56 #8 23.83 Selecting previously unselected package libcroco3:arm64.
13:39:56 #8 23.83 Preparing to unpack .../080-libcroco3_0.6.12-3_arm64.deb ...
13:39:56 #8 23.83 Unpacking libcroco3:arm64 (0.6.12-3) ...
13:39:56 #8 23.89 Selecting previously unselected package libncurses6:arm64.
13:39:56 #8 23.89 Preparing to unpack .../081-libncurses6_6.1+20181013-2+deb10u2_arm64.deb ...
13:39:56 #8 23.89 Unpacking libncurses6:arm64 (6.1+20181013-2+deb10u2) ...
13:39:56 #8 23.93 Selecting previously unselected package gettext.
13:39:56 #9 13.87 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ip-perl all 1.26-2 [27.4 kB]
13:39:56 #9 13.87 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-perl all 1.22-1 [336 kB]
13:39:56 #9 13.87 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
13:39:56 #9 13.87 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
13:39:56 #9 13.87 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
13:39:56 #9 13.87 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
13:39:56 #9 13.87 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-basedir-perl all 0.08-1 [16.9 kB]
13:39:56 #9 13.90 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
13:39:56 #9 13.95 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-fcntllock-perl arm64 0.22-3build4 [33.0 kB]
13:39:56 #9 13.95 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
13:39:56 #9 13.95 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
13:39:56 #9 13.95 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:39:56 #9 13.95 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
13:39:56 #9 13.95 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
13:39:56 #9 13.95 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-ttf-perl all 1.06-1 [313 kB]
13:39:56 #9 13.96 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfuture-perl all 0.43-1 [77.8 kB]
13:39:56 #9 13.98 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-stringy-perl all 2.111-3 [55.8 kB]
13:39:56 #9 14.03 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-validate-perl arm64 1.29-3 [51.0 kB]
13:39:56 #9 14.03 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
13:39:56 #9 14.03 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
13:39:56 #9 14.03 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:39:56 #9 14.04 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
13:39:56 #9 14.04 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
13:39:56 #9 14.04 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-perl all 4.02000-2 [80.9 kB]
13:39:56 #9 14.04 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-perl all 1.708-1 [67.8 kB]
13:39:56 #9 14.05 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
13:39:56 #9 14.11 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-perl all 0.38-1 [19.1 kB]
13:39:56 #9 14.16 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-html-perl all 1.004-2 [15.4 kB]
13:39:56 #9 14.16 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:39:56 #9 14.17 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-message-perl all 6.36-1 [76.8 kB]
13:39:56 #9 14.17 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
13:39:56 #9 14.17 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:39:56 #9 14.17 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-openssl-defaults arm64 5build2 [7544 B]
13:39:56 #9 14.17 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ssleay-perl arm64 1.92-1build2 [326 kB]
13:39:56 #9 14.23 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB]
13:39:56 #9 14.24 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-http-perl all 6.22-1 [23.2 kB]
13:39:56 #9 14.30 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
13:39:57 #7 ...
13:39:57 
13:39:57 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:57 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:57 #13 resolve docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 0.0s done
13:39:57 #13 sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a 1.86kB / 1.86kB done
13:39:57 #13 sha256:d14a88611c591f5e4b1c81fd25277d1a56caaf2ee5bcf96abf2557ec8fb0ac1b 1.79kB / 1.79kB done
13:39:57 #13 sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 45.91MB / 45.91MB 5.4s done
13:39:57 #13 sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 9.34MB / 9.34MB 1.5s done
13:39:57 #13 sha256:f73aff22369c3c7c695f28e300b644fdf9eea7be3e57f9b89c2e26fe73108e7a 7.05kB / 7.05kB done
13:39:57 #13 sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 7.15MB / 7.15MB 1.0s done
13:39:57 #13 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 5.8s done
13:39:57 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 53.27MB / 53.27MB 6.9s done
13:39:57 #13 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 157B / 157B 5.9s done
13:39:57 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 62.91MB / 110.02MB 9.9s
13:39:57 #13 ...
13:39:57 
13:39:57 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:ebe4b9831fb22dfa778de4ffcb8ea0ad69b5d782d4e86cab14cc1fded5d8e761
13:39:57 #7 sha256:26fd4ff7d2abb3cd677f8515069bb3cd8597d37a0225efa0cfbc778a60292762
13:39:57 #18 1.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
13:39:57 #18 1.373 (1/22) Installing ncurses-terminfo-base (6.3_p20211120-r0)
13:39:57 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 71.30MB / 110.02MB 10.7s
13:39:57 #8 24.03 Selecting previously unselected package libmpc3:arm64.
13:39:57 #8 24.03 Preparing to unpack .../065-libmpc3_1.1.0-1_arm64.deb ...
13:39:57 #8 24.03 Unpacking libmpc3:arm64 (1.1.0-1) ...
13:39:57 #8 24.10 Selecting previously unselected package cpp-7.
13:39:57 #8 24.10 Preparing to unpack .../066-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
13:39:57 #8 24.11 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
13:39:57 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 46.14MB / 53.27MB 10.2s
13:39:57 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 42.99MB / 110.02MB 10.2s
13:39:57 #7 ...
13:39:57 
13:39:57 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:57 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:57 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 39.85MB / 47.36MB 6.2s
13:39:57 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 25.17MB / 53.27MB 6.2s
13:39:57 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 6.29MB / 110.02MB 6.2s
13:39:57 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 0.5s
13:39:57 #8 9.837 Get:87 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
13:39:57 #8 9.885 Get:88 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
13:39:57 #8 9.900 Get:89 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1n-0+deb10u1 [858 kB]
13:39:57 #8 9.915 Get:90 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
13:39:57 #8 9.917 Get:91 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
13:39:57 #8 9.918 Get:92 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
13:39:57 #8 9.921 Get:93 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:39:57 #8 9.925 Get:94 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
13:39:57 #8 9.930 Get:95 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
13:39:57 #8 9.932 Get:96 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
13:39:57 #8 9.936 Get:97 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
13:39:57 #8 9.938 Get:98 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
13:39:57 #8 9.944 Get:99 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
13:39:57 #8 9.946 Get:100 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
13:39:57 #8 9.950 Get:101 http://deb.debian.org/debian buster/main amd64 dctrl-tools amd64 2.24-3 [103 kB]
13:39:57 #8 9.953 Get:102 http://deb.debian.org/debian buster/main amd64 libtool all 2.4.6-9 [547 kB]
13:39:57 #8 9.964 Get:103 http://deb.debian.org/debian buster/main amd64 dh-autoreconf all 19 [16.9 kB]
13:39:57 #8 9.966 Get:104 http://deb.debian.org/debian buster/main amd64 libarchive-zip-perl all 1.64-1 [96.8 kB]
13:39:57 #8 9.969 Get:105 http://deb.debian.org/debian buster/main amd64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
13:39:57 #8 9.972 Get:106 http://deb.debian.org/debian buster/main amd64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
13:39:57 #8 9.980 Get:107 http://deb.debian.org/debian buster/main amd64 dwz amd64 0.12-3 [78.0 kB]
13:39:57 #8 9.980 Get:108 http://deb.debian.org/debian buster/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u3 [1259 kB]
13:39:57 #8 10.00 Get:109 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB]
13:39:57 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 59.77MB / 110.02MB 11.0s
13:39:57 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 5.0s
13:39:57 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 53.27MB / 53.27MB 10.3s done
13:39:57 #9 9.456 Get:205 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.2 [3130 kB]
13:39:57 #8 23.93 Preparing to unpack .../082-gettext_0.19.8.1-9_arm64.deb ...
13:39:57 #8 23.94 Unpacking gettext (0.19.8.1-9) ...
13:39:57 #8 24.07 Selecting previously unselected package intltool-debian.
13:39:57 #8 24.07 Preparing to unpack .../083-intltool-debian_0.35.0+20060710.5_all.deb ...
13:39:57 #8 24.07 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:39:57 #8 24.20 Selecting previously unselected package po-debconf.
13:39:57 #1 creating container buildx_buildkit_jolly_wing0 8.4s done
13:39:57 #1 DONE 12.6s
13:39:57 #9 14.11 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-identify-perl arm64 0.14-1build2 [10.5 kB]
13:39:57 #9 14.11 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-name-perl arm64 0.26-1 [11.2 kB]
13:39:57 #9 14.11 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:39:57 #9 14.11 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-tiny-perl all 0.108-1 [42.6 kB]
13:39:57 #9 14.11 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-perl all 1.008001-2 [304 kB]
13:39:57 #9 14.12 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
13:39:57 #9 14.12 Get:278 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhash-fieldhash-perl arm64 0.15-1build2 [16.5 kB]
13:39:57 #9 14.13 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
13:39:57 #9 14.20 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
13:39:57 #9 14.20 Get:281 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-daemon-perl all 6.06-1 [21.4 kB]
13:39:57 #9 14.20 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libidn11 arm64 1.33-2.2ubuntu2 [45.3 kB]
13:39:57 #9 14.20 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
13:39:57 #9 14.20 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-perl all 0.75-1 [254 kB]
13:39:57 #9 14.20 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblinux-epoll-perl arm64 0.017-1 [15.6 kB]
13:39:57 #9 14.20 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
13:39:57 #9 14.20 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
13:39:57 #9 14.20 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-xs-perl arm64 4.020-1build1 [82.2 kB]
13:39:57 #9 14.28 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
13:39:57 #9 14.28 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
13:39:57 #9 14.28 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-moreutils-perl arm64 0.416-1build5 [53.5 kB]
13:39:57 #9 14.28 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
13:39:57 #9 14.28 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-xs-perl arm64 0.58-2 [30.2 kB]
13:39:57 #9 14.35 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl7 arm64 2.4.6-14 [37.5 kB]
13:39:57 #9 14.35 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl-dev arm64 2.4.6-14 [162 kB]
13:39:57 #9 14.35 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:39:57 #9 14.35 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
13:39:57 #9 14.35 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoox-aliases-perl all 0.001006-1 [7176 B]
13:39:57 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 132.12MB / 151.10MB 3.6s
13:39:57 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 142.61MB / 151.10MB 3.8s
13:39:57 #8 23.08 Selecting previously unselected package libxml2:arm64.
13:39:57 #9 14.30 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtry-tiny-perl all 0.31-1 [21.8 kB]
13:39:57 #9 14.31 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:39:57 #9 14.31 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-perl all 6.61-1 [141 kB]
13:39:57 #9 14.31 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB]
13:39:57 #9 14.31 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wdiff arm64 1.2.2-2build3 [29.0 kB]
13:39:57 #9 14.31 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 devscripts arm64 2.22.1ubuntu1 [1057 kB]
13:39:57 #9 14.35 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 diffstat arm64 1.64-1build2 [28.3 kB]
13:39:57 #9 14.38 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-chardet all 4.0.0-1 [98.0 kB]
13:39:57 #9 14.38 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zstd arm64 1.4.8+dfsg-3build1 [587 kB]
13:39:57 #9 14.45 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-debian all 0.1.43ubuntu1 [107 kB]
13:39:57 #9 14.45 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgpgme11 arm64 1.16.0-1.2ubuntu4 [131 kB]
13:39:57 #9 14.46 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-gpg arm64 1.16.0-1.2ubuntu4 [210 kB]
13:39:57 #9 14.47 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dput all 1.1.0ubuntu2 [44.9 kB]
13:39:57 #9 14.47 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
13:39:57 #9 14.51 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
13:39:57 #9 14.53 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.1 [278 kB]
13:39:57 #9 14.53 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
13:39:57 #18 2.061 (11/22) Installing clang-libs (12.0.1-r1)
13:39:57 #8 ...
13:39:57 
13:39:57 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:57 #12 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:57 #12 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 4.0s done
13:39:57 #12 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 3.9s
13:39:57 #12 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 4.5s done
13:39:57 #18 1.381 (2/22) Installing ncurses-libs (6.3_p20211120-r0)
13:39:57 #18 1.410 (3/22) Installing readline (8.1.1-r0)
13:39:57 #18 1.415 (4/22) Installing bash (5.1.16-r0)
13:39:57 #18 1.427 Executing bash-5.1.16-r0.post-install
13:39:57 #18 1.429 (5/22) Installing libffi (3.4.2-r1)
13:39:57 #18 1.433 (6/22) Installing libgcc (10.3.1_git20211027-r0)
13:39:57 #18 1.436 (7/22) Installing libstdc++ (10.3.1_git20211027-r0)
13:39:57 #18 1.448 (8/22) Installing xz-libs (5.2.5-r1)
13:39:57 #18 1.453 (9/22) Installing libxml2 (2.9.13-r0)
13:39:57 #18 1.464 (10/22) Installing llvm12-libs (12.0.1-r0)
13:39:57 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 63.96MB / 110.02MB 9.9s
13:39:57 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 49.28MB / 53.27MB 10.5s
13:39:57 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 55.57MB / 110.02MB 10.6s
13:39:57 #9 9.634 Get:206 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
13:39:57 #9 9.637 Get:207 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB]
13:39:57 #9 9.637 Get:208 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:39:57 #9 9.637 Get:209 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB]
13:39:57 #9 9.637 Get:210 http://archive.ubuntu.com/ubuntu jammy/main amd64 libapt-pkg-perl amd64 0.1.40build2 [72.5 kB]
13:39:57 #9 9.640 Get:211 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
13:39:57 #9 9.643 Get:212 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarray-intspan-perl all 2.004-1 [24.5 kB]
13:39:57 #9 9.643 Get:213 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
13:39:57 #9 9.643 Get:214 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:39:57 #9 9.709 Get:215 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvariable-magic-perl amd64 0.62-1build5 [35.9 kB]
13:39:57 #8 24.20 Preparing to unpack .../084-po-debconf_1.0.21_all.deb ...
13:39:57 #8 24.21 Unpacking po-debconf (1.0.21) ...
13:39:57 #8 24.25 Selecting previously unselected package debhelper.
13:39:57 #8 24.25 Preparing to unpack .../085-debhelper_12.1.1_all.deb ...
13:39:57 #8 24.26 Unpacking debhelper (12.1.1) ...
13:39:57 #8 24.38 Selecting previously unselected package debian-keyring.
13:39:57 #8 24.38 Preparing to unpack .../086-debian-keyring_2019.02.25_all.deb ...
13:39:57 #8 24.39 Unpacking debian-keyring (2019.02.25) ...
13:39:57 #8 10.20 Get:110 http://deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u3 [689 kB]
13:39:57 #8 10.21 Get:111 http://deb.debian.org/debian buster/main amd64 libcroco3 amd64 0.6.12-3 [145 kB]
13:39:57 #8 10.21 Get:112 http://deb.debian.org/debian buster/main amd64 libncurses6 amd64 6.1+20181013-2+deb10u2 [102 kB]
13:39:57 #8 10.21 Get:113 http://deb.debian.org/debian buster/main amd64 gettext amd64 0.19.8.1-9 [1303 kB]
13:39:57 #8 10.23 Get:114 http://deb.debian.org/debian buster/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
13:39:57 #8 10.23 Get:115 http://deb.debian.org/debian buster/main amd64 po-debconf all 1.0.21 [248 kB]
13:39:57 #8 10.24 Get:116 http://deb.debian.org/debian buster/main amd64 debhelper all 12.1.1 [1016 kB]
13:39:57 #8 10.26 Get:117 http://deb.debian.org/debian buster/main amd64 debian-keyring all 2019.02.25 [32.4 MB]
13:39:57 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 60.82MB / 110.02MB 10.6s
13:39:57 #9 14.43 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
13:39:57 #9 14.43 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoox-struct-perl all 0.017-1 [23.4 kB]
13:39:57 #9 14.43 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-sec-perl arm64 1.15-1 [44.1 kB]
13:39:57 #9 14.43 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-libidn-perl arm64 0.12.ds-3build2 [17.3 kB]
13:39:57 #9 14.58 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
13:39:57 #9 14.58 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-xs-perl arm64 0.29-1build1 [18.0 kB]
13:39:57 #9 14.68 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:39:57 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 4.1s
13:39:57 #16 ...
13:39:57 
13:39:57 #14 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:39:57 #14 sha256:9a8029b02d49777774618d41ab3a1f7f4f32f7d4b10453afd26a184b8787beaa 156B / 156B 0.4s done
13:39:57 #14 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 115.57MB / 115.57MB 3.7s done
13:39:57 #14 sha256:25bc292e5bacdd8b97a1632a82d0fd0ee6c2692409bd4b35cb9e7e652efbc7c8 153B / 153B 0.4s done
13:39:57 #14 sha256:52dc419b0ee22d1bb5f3b95a57b2edc733b7b585277f8101db7b2c9b53605c1b 271.96kB / 271.96kB 0.1s done
13:39:57 #14 sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 2.81MB / 2.81MB 0.5s done
13:39:57 #14 extracting sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 0.9s done
13:39:57 #14 extracting sha256:52dc419b0ee22d1bb5f3b95a57b2edc733b7b585277f8101db7b2c9b53605c1b 0.5s done
13:39:57 #14 extracting sha256:25bc292e5bacdd8b97a1632a82d0fd0ee6c2692409bd4b35cb9e7e652efbc7c8 0.1s done
13:39:57 #14 DONE 4.4s
13:39:57 #8 23.08 Preparing to unpack .../083-libxml2_2.9.10+dfsg-6.7+deb11u1_arm64.deb ...
13:39:57 #8 23.08 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ...
13:39:57 #8 23.20 Selecting previously unselected package gettext.
13:39:57 #8 23.21 Preparing to unpack .../084-gettext_0.21-4_arm64.deb ...
13:39:57 #8 23.21 Unpacking gettext (0.21-4) ...
13:39:57 #8 23.32 Selecting previously unselected package intltool-debian.
13:39:57 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0
13:39:57 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 5.1s
13:39:57 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 52.43MB / 53.27MB 10.7s
13:39:57 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 49.28MB / 110.02MB 10.7s
13:39:57 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 78.64MB / 110.02MB 11.3s
13:39:57 #8 24.65 Selecting previously unselected package cpp.
13:39:57 #8 24.65 Preparing to unpack .../067-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
13:39:57 #8 24.66 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
13:39:57 #8 24.70 Selecting previously unselected package libcc1-0:arm64.
13:39:57 #8 24.70 Preparing to unpack .../068-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ...
13:39:57 #8 24.70 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ...
13:39:57 #8 24.75 Selecting previously unselected package libgomp1:arm64.
13:39:57 #8 24.75 Preparing to unpack .../069-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ...
13:39:57 #8 24.75 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ...
13:39:57 #8 24.80 Selecting previously unselected package libitm1:arm64.
13:39:57 #8 24.80 Preparing to unpack .../070-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ...
13:39:57 #8 24.81 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ...
13:39:57 #8 24.86 Selecting previously unselected package libatomic1:arm64.
13:39:57 #9 9.785 Get:216 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
13:39:57 #9 9.785 Get:217 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfreetype6 amd64 2.11.1+dfsg-1build1 [389 kB]
13:39:57 #9 9.790 Get:218 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB]
13:39:57 #9 9.793 Get:219 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
13:39:57 #9 9.796 Get:220 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
13:39:57 #9 9.801 Get:221 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB]
13:39:57 #9 9.801 Get:222 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjbig0 amd64 2.1-3.1build3 [28.9 kB]
13:39:57 #9 9.801 Get:223 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwebp7 amd64 1.2.2-2 [206 kB]
13:39:57 #9 9.804 Get:224 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtiff5 amd64 4.3.0-6 [183 kB]
13:39:57 #9 9.865 Get:225 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxpm4 amd64 1:3.5.12-1build2 [36.2 kB]
13:39:57 #9 9.888 Get:226 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgd3 amd64 2.3.0-2ubuntu2 [129 kB]
13:39:57 #9 9.888 Get:227 http://archive.ubuntu.com/ubuntu jammy/main amd64 libc-devtools amd64 2.35-0ubuntu3 [28.9 kB]
13:39:57 #9 9.888 Get:228 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:39:57 #9 9.888 Get:229 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
13:39:57 #9 9.888 Get:230 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclone-perl amd64 0.45-1build3 [11.0 kB]
13:39:57 #9 9.888 Get:231 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcommon-sense-perl amd64 3.75-2build1 [21.1 kB]
13:39:57 #9 9.892 Get:232 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
13:39:57 #9 9.892 Get:233 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-util-perl amd64 1.102-1build3 [22.7 kB]
13:39:57 #9 9.933 Get:234 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-install-perl all 0.928-1.1 [9972 B]
13:39:57 #9 9.972 Get:235 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-optlist-perl all 0.112-1 [11.0 kB]
13:39:57 #9 9.972 Get:236 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-perl all 0.988-1 [50.6 kB]
13:39:57 #9 9.972 Get:237 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B]
13:39:57 #9 9.972 Get:238 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwant-perl amd64 0.29-1build7 [24.9 kB]
13:39:57 #9 9.972 Get:239 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:39:57 #9 9.972 Get:240 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcpanel-json-xs-perl amd64 4.27-1build1 [114 kB]
13:39:57 #9 9.972 Get:241 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
13:39:57 #9 9.972 Get:242 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexception-class-perl all 1.45-1 [28.6 kB]
13:39:57 #9 10.01 Get:243 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
13:39:57 #9 10.05 Get:244 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
13:39:57 #9 10.05 Get:245 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
13:39:57 #9 10.05 Get:246 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-xs-perl amd64 0.430-2build2 [41.9 kB]
13:39:57 #9 10.05 Get:247 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
13:39:57 #9 10.05 Get:248 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
13:39:57 #9 10.05 Get:249 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB]
13:39:57 #9 10.05 Get:250 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-messagepack-perl amd64 1.01-2build1 [34.7 kB]
13:39:57 #9 10.05 Get:251 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
13:39:57 #9 10.08 Get:252 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
13:39:57 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 68.16MB / 110.02MB 11.1s
13:39:57 #14 ...
13:39:57 
13:39:57 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:57 #9 sha256:8469b9d04f259684fbac5aafc7a2bb91bf9bed81cf8ff7a43a9cd2bb50bd6176
13:39:57 #9 0.998 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
13:39:57 #9 1.005 Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
13:39:57 #9 1.065 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
13:39:57 #9 1.081 Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
13:39:57 #9 1.195 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [25.8 kB]
13:39:57 #9 1.226 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1777 kB]
13:39:57 #9 1.320 Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1139 kB]
13:39:57 #9 1.334 Get:8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [870 kB]
13:39:57 #9 1.460 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
13:39:57 #9 1.531 Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
13:39:57 #9 1.531 Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
13:39:57 #9 1.531 Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
13:39:57 #9 1.950 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1157 kB]
13:39:57 #9 1.983 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2193 kB]
13:39:57 #9 2.054 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1216 kB]
13:39:57 #9 2.088 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [30.3 kB]
13:39:57 #9 2.272 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [51.2 kB]
13:39:57 #9 2.286 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [26.0 kB]
13:39:57 #9 3.688 Fetched 21.9 MB in 3s (7336 kB/s)
13:39:57 #9 3.688 Reading package lists...
13:39:57 #9 5.100 Reading package lists...
13:39:57 #9 6.384 Building dependency tree...
13:39:57 #9 6.653 Reading state information...
13:39:57 #9 6.955 The following additional packages will be installed:
13:39:57 #9 6.955   at autoconf automake autopoint autotools-dev binutils binutils-common
13:39:57 #9 6.955   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
13:39:57 #9 6.955   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
13:39:57 #9 6.955   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
13:39:57 #9 6.955   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
13:39:57 #9 6.955   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:39:57 #9 6.955   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
13:39:57 #9 6.955   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
13:39:57 #9 6.955   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
13:39:57 #9 6.955   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
13:39:57 #9 6.956   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:39:57 #9 6.956   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
13:39:57 #9 6.956   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
13:39:57 #9 6.956   libclone-perl libcommon-sense-perl libconst-fast-perl
13:39:57 #9 6.956   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
13:39:57 #9 6.956   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
13:39:57 #9 6.956   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
13:39:57 #9 6.956   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
13:39:57 #9 6.956   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
13:39:57 #9 6.956   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:39:57 #9 6.956   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:39:57 #9 6.956   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:39:57 #9 6.956   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:39:57 #9 6.956   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:39:57 #9 6.956   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:39:57 #9 6.956   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:39:57 #9 6.956   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:39:57 #9 6.956   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:39:57 #9 6.956   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:39:57 #9 6.956   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:39:57 #9 6.957   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:57 #9 6.957   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:57 #9 6.957   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:39:57 #9 6.957   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:39:57 #9 6.957   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:39:57 #9 6.957   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:39:57 #9 6.957   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
13:39:57 #9 6.957   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
13:39:57 #9 6.957   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
13:39:57 #9 6.957   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:39:57 #9 6.957   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:39:57 #9 6.957   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:57 #9 6.957   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:39:57 #9 6.957   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:57 #9 6.957   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
13:39:57 #9 6.957   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:39:57 #9 6.957   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:39:57 #9 6.957   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:39:57 #9 6.957   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:39:57 #9 6.957   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:39:57 #9 6.957   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:39:57 #9 6.957   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:39:57 #9 6.957   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:39:57 #9 6.957   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
13:39:57 #9 6.958   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:39:57 #9 6.958   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:39:57 #9 6.958   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:39:57 #9 6.958   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:39:57 #9 6.958   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:39:57 #9 6.958   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:39:57 #9 6.958   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:39:57 #9 6.958   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:39:57 #9 6.958   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:57 #9 6.958   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:39:57 #9 6.958   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:39:57 #9 6.958   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
13:39:57 #9 6.958   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:39:57 #9 6.958   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
13:39:57 #9 6.958   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
13:39:57 #9 6.958   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:39:57 #9 6.958   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:57 #9 6.958   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:39:57 #9 6.958   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:39:57 #9 6.958   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:39:57 #9 6.958   openssh-client openssl patch patchutils perl perl-modules-5.30
13:39:57 #9 6.959   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:39:57 #9 6.959   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:39:57 #9 6.959   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:39:57 #9 6.959   python3-pkg-resources python3-requests python3-six python3-unidiff
13:39:57 #9 6.959   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:39:57 #9 6.960   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:39:57 #9 6.960   xz-utils
13:39:57 #9 6.962 Suggested packages:
13:39:57 #9 6.962   default-mta | mail-transport-agent autoconf-archive gnu-standards
13:39:57 #9 6.962   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
13:39:57 #9 6.962   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
13:39:57 #9 6.962   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
13:39:57 #9 6.962   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:39:57 #9 6.962   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:57 #9 6.962   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:39:57 #9 6.962   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
13:39:57 #9 6.962   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
13:39:57 #9 6.962   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
13:39:57 #9 6.962   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
13:39:57 #9 6.962   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
13:39:57 #9 6.962   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
13:39:57 #9 6.962   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
13:39:57 #9 6.962   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:39:57 #9 6.962   libscalar-number-perl libsasl2-modules-gssapi-mit
13:39:57 #9 6.962   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:39:57 #9 6.962   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
13:39:57 #9 6.962   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:39:57 #9 6.962   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:39:57 #9 6.962   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:39:57 #9 6.962   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:39:57 #9 6.962   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:39:57 #9 6.962   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
13:39:57 #9 6.962   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
13:39:57 #9 6.962   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:39:57 #9 6.962   python3-cryptography python3-openssl python3-socks python3.8-venv
13:39:57 #9 6.962   python3.8-doc binfmt-support readline-doc zip wdiff-doc
13:39:57 #9 7.439 The following NEW packages will be installed:
13:39:57 #9 7.439   at autoconf automake autopoint autotools-dev binutils binutils-common
13:39:57 #9 7.439   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
13:39:57 #9 7.439   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
13:39:57 #9 7.439   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
13:39:57 #9 7.440   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
13:39:57 #9 7.440   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
13:39:57 #9 7.440   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
13:39:57 #9 7.440   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:39:57 #9 7.440   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
13:39:57 #9 7.440   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
13:39:57 #9 7.440   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:39:57 #9 7.440   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:57 #9 7.440   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
13:39:57 #9 7.440   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:39:57 #9 7.440   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:39:57 #9 7.440   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
13:39:57 #9 7.440   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:39:57 #9 7.440   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
13:39:57 #9 7.440   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:39:57 #9 7.440   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
13:39:57 #9 7.440   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:39:57 #9 7.440   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:39:57 #9 7.440   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:39:57 #9 7.440   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:39:57 #9 7.440   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:39:57 #9 7.441   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:39:57 #9 7.441   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:39:57 #9 7.441   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:39:57 #9 7.441   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:39:57 #9 7.441   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:39:57 #9 7.441   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:39:57 #9 7.441   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:57 #9 7.441   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:57 #9 7.441   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:39:57 #9 7.441   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:39:57 #9 7.441   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:39:57 #9 7.441   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:39:57 #9 7.441   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
13:39:57 #9 7.441   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
13:39:57 #9 7.441   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
13:39:57 #9 7.441   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:39:57 #9 7.441   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:39:57 #9 7.441   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:57 #9 7.441   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:39:57 #9 7.441   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:57 #9 7.441   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
13:39:57 #9 7.441   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:39:57 #9 7.441   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:39:57 #9 7.441   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:39:57 #9 7.441   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:39:57 #9 7.441   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:39:57 #9 7.441   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:39:57 #9 7.441   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:39:57 #9 7.441   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:39:57 #9 7.441   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
13:39:57 #9 7.441   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:39:57 #9 7.441   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:39:57 #9 7.442   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:39:57 #9 7.442   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:39:57 #9 7.442   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:39:57 #9 7.442   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:39:57 #9 7.442   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:39:57 #9 7.442   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:39:57 #9 7.442   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:57 #9 7.442   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:39:57 #9 7.442   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:39:57 #9 7.442   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
13:39:57 #9 7.442   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:39:57 #9 7.442   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
13:39:57 #9 7.442   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
13:39:57 #9 7.442   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:39:57 #9 7.442   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:57 #9 7.442   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:39:57 #9 7.442   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:39:57 #9 7.443   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:39:57 #9 7.443   openssh-client openssl patch patchutils perl perl-modules-5.30
13:39:57 #9 7.443   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:39:57 #9 7.443   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:39:57 #9 7.443   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:39:57 #9 7.443   python3-pkg-resources python3-requests python3-six python3-unidiff
13:39:57 #9 7.443   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:39:57 #9 7.444   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:39:57 #9 7.444   xz-utils
13:39:57 #9 7.761 0 upgraded, 354 newly installed, 0 to remove and 1 not upgraded.
13:39:57 #9 7.761 Need to get 106 MB of archives.
13:39:57 #9 7.761 After this operation, 481 MB of additional disk space will be used.
13:39:57 #9 7.761 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
13:39:57 #9 7.786 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB]
13:39:57 #9 7.857 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [717 kB]
13:39:57 #9 7.867 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB]
13:39:57 #9 7.869 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [1899 kB]
13:39:57 #9 7.900 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
13:39:57 #9 7.901 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
13:39:57 #9 7.901 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
13:39:57 #9 7.903 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
13:39:57 #9 7.904 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
13:39:57 #9 7.906 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB]
13:39:57 #9 7.915 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.4 [1675 kB]
13:39:57 #9 7.942 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.4 [387 kB]
13:39:57 #9 7.948 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
13:39:57 #9 7.949 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
13:39:57 #9 7.950 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
13:39:57 #9 7.951 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
13:39:57 #9 7.954 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
13:39:57 #9 7.955 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
13:39:57 #9 7.966 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
13:39:57 #9 7.967 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
13:39:57 #9 7.968 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
13:39:57 #9 7.982 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
13:39:57 #9 8.025 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
13:39:57 #9 8.026 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB]
13:39:57 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 68.16MB / 110.02MB 11.7s
13:39:57 #9 14.78 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
13:39:57 #9 14.83 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperlio-gzip-perl arm64 0.19-1build5 [14.1 kB]
13:39:57 #9 14.84 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
13:39:57 #9 14.85 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre2-5 arm64 20200101+dfsg-1build1 [142 kB]
13:39:57 #9 14.93 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre-engine-re2-perl arm64 0.13-5 [15.6 kB]
13:39:57 
13:39:57 #2 [internal] load build definition from Dockerfile
13:39:57 #2 transferring dockerfile: 4.97kB 0.0s done
13:39:57 #2 DONE 0.2s
13:39:57 
13:39:57 #3 [internal] load .dockerignore
13:39:57 #3 transferring context: 263B done
13:39:57 #3 DONE 0.1s
13:39:57 
13:39:57 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:39:57 #9 9.644 Get:101 http://archive.ubuntu.com/ubuntu impish/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B]
13:39:57 
13:39:57 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:57 #8 23.32 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
13:39:57 #8 23.33 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:39:57 #8 23.36 Selecting previously unselected package po-debconf.
13:39:57 #8 23.36 Preparing to unpack .../086-po-debconf_1.0.21+nmu1_all.deb ...
13:39:57 #8 23.36 Unpacking po-debconf (1.0.21+nmu1) ...
13:39:57 #8 23.41 Selecting previously unselected package debhelper.
13:39:57 #8 23.42 Preparing to unpack .../087-debhelper_13.3.4_all.deb ...
13:39:57 #8 23.42 Unpacking debhelper (13.3.4) ...
13:39:57 #8 23.52 Selecting previously unselected package debian-keyring.
13:39:57 #8 23.52 Preparing to unpack .../088-debian-keyring_2021.07.26_all.deb ...
13:39:57 #8 23.52 Unpacking debian-keyring (2021.07.26) ...
13:39:57 #9 14.93 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git-man all 1:2.34.1-1ubuntu1.2 [952 kB]
13:39:57 #18 2.609 (12/22) Installing clang (12.0.1-r1)
13:39:57 #13 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 3.5s done
13:39:57 #13 ...
13:39:57 
13:39:57 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:57 #8 sha256:4fb2ff74d408d14e937a10668e0747c5b9759577c8003684daebf3b99ed45a89
13:39:57 #8 0.880 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
13:39:57 #8 0.893 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
13:39:57 #8 0.948 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
13:39:57 #8 0.966 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
13:39:57 #8 1.051 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1496 kB]
13:39:57 #8 1.145 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [909 kB]
13:39:57 #8 1.190 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2733 kB]
13:39:57 #8 1.287 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [21.1 kB]
13:39:57 #8 1.342 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
13:39:57 #8 1.364 Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
13:39:57 #8 1.837 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
13:39:57 #8 1.866 Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
13:39:57 #8 1.867 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2272 kB]
13:39:57 #8 1.936 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3167 kB]
13:39:57 #8 2.053 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [29.8 kB]
13:39:57 #8 2.068 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [942 kB]
13:39:57 #8 2.089 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [12.2 kB]
13:39:57 #8 2.093 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [12.9 kB]
13:39:57 #8 4.506 Fetched 25.0 MB in 4s (6412 kB/s)
13:39:57 #8 4.506 Reading package lists...
13:39:57 #8 6.255 Reading package lists...
13:39:57 #8 7.972 Building dependency tree...
13:39:57 #8 8.231 Reading state information...
13:39:57 #8 8.480 The following additional packages will be installed:
13:39:57 #8 8.480   at autoconf automake autopoint autotools-dev binutils binutils-common
13:39:57 #8 8.480   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
13:39:57 #8 8.480   cpp-7 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
13:39:57 #8 8.480   dirmngr distro-info-data dpkg-dev dput fakeroot file g++ g++-7 gcc gcc-7
13:39:57 #8 8.480   gcc-7-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
13:39:57 #8 8.480   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:39:57 #8 8.480   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
13:39:57 #8 8.480   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0
13:39:57 #8 8.480   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan4
13:39:57 #8 8.480   libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
13:39:57 #8 8.480   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
13:39:57 #8 8.480   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl libcilkrts5
13:39:57 #8 8.480   libclass-accessor-perl libclass-method-modifiers-perl
13:39:57 #8 8.480   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
13:39:57 #8 8.480   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
13:39:57 #8 8.480   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
13:39:57 #8 8.480   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
13:39:57 #8 8.480   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
13:39:57 #8 8.480   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
13:39:57 #8 8.480   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
13:39:57 #8 8.480   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
13:39:57 #8 8.480   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
13:39:57 #8 8.480   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
13:39:57 #8 8.480   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
13:39:57 #8 8.480   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:39:57 #8 8.480   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:39:57 #8 8.480   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:57 #8 8.480   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
13:39:57 #8 8.480   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
13:39:57 #8 8.480   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:39:57 #8 8.480   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
13:39:57 #8 8.480   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:39:57 #8 8.480   libldap-common liblist-compare-perl liblist-moreutils-perl
13:39:57 #8 8.480   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:57 #8 8.480   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:39:57 #8 8.480   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:57 #8 8.480   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
13:39:57 #8 8.480   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
13:39:57 #8 8.480   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:39:57 #8 8.480   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
13:39:57 #8 8.480   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:57 #8 8.480   libparams-validate-perl libparse-debianchangelog-perl
13:39:57 #8 8.480   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
13:39:57 #8 8.480   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:39:57 #8 8.480   libpython3.6-minimal libpython3.6-stdlib libquadmath0 libreadline7
13:39:57 #8 8.480   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
13:39:57 #8 8.480   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
13:39:57 #8 8.480   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
13:39:57 #8 8.480   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
13:39:57 #8 8.480   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:39:57 #8 8.480   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:39:57 #8 8.480   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
13:39:57 #8 8.480   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
13:39:57 #8 8.480   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
13:39:57 #8 8.480   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:39:57 #8 8.480   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:39:57 #8 8.480   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:57 #8 8.480   libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libxml2 libxmuu1
13:39:57 #8 8.480   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:39:57 #8 8.480   lsb-release m4 make man-db manpages manpages-dev mime-support
13:39:57 #8 8.480   multiarch-support netbase openssh-client openssl patch patchutils perl
13:39:57 #8 8.480   perl-modules-5.26 perl-openssl-defaults pinentry-curses po-debconf
13:39:57 #8 8.480   publicsuffix python-apt-common python3 python3-apt python3-certifi
13:39:57 #8 8.480   python3-chardet python3-debian python3-gpg python3-idna python3-magic
13:39:57 #8 8.480   python3-minimal python3-pkg-resources python3-requests python3-six
13:39:57 #8 8.480   python3-unidiff python3-urllib3 python3-xdg python3.6 python3.6-minimal
13:39:57 #8 8.480   readline-common shared-mime-info strace t1utils ucf unzip wdiff xauth
13:39:57 #8 8.480   xdg-user-dirs xz-utils
13:39:57 #8 8.480 Suggested packages:
13:39:57 #8 8.480   default-mta | mail-transport-agent autoconf-archive gnu-standards
13:39:57 #8 8.480   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
13:39:57 #8 8.480   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
13:39:57 #8 8.480   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:39:57 #8 8.480   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:39:57 #8 8.480   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:57 #8 8.480   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:39:57 #8 8.480   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
13:39:57 #8 8.480   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
13:39:57 #8 8.480   mini-dinstall rsync g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg
13:39:57 #8 8.480   gcc-multilib flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
13:39:57 #8 8.480   libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
13:39:57 #8 8.480   libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-doc
13:39:57 #8 8.480   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
13:39:57 #8 8.480   git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
13:39:57 #8 8.480   parcimonie xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr
13:39:57 #8 8.480   gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
13:39:57 #8 8.480   libscalar-number-perl libhtml-template-perl libsasl2-modules-gssapi-mit
13:39:57 #8 8.480   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:39:57 #8 8.480   libsasl2-modules-sql libstdc++-7-doc libbareword-filehandles-perl
13:39:57 #8 8.480   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:39:57 #8 8.480   gcj-jdk libauthen-ntlm-perl bash-completion binutils-multiarch
13:39:57 #8 8.480   libtext-template-perl lsb m4-doc make-doc apparmor www-browser keychain
13:39:57 #8 8.480   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:39:57 #8 8.480   libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc
13:39:57 #8 8.480   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
13:39:57 #8 8.480   python-apt-doc python3-setuptools python3-cryptography python3-openssl
13:39:57 #8 8.480   python3-socks python3.6-venv python3.6-doc binfmt-support readline-doc zip
13:39:57 #8 8.480   wdiff-doc
13:39:57 #8 9.146 The following NEW packages will be installed:
13:39:57 #8 9.147   at autoconf automake autopoint autotools-dev binutils binutils-common
13:39:57 #8 9.147   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
13:39:57 #8 9.147   cpp-7 curl dctrl-tools debhelper devscripts dh-autoreconf
13:39:57 #8 9.147   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
13:39:57 #8 9.147   equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git
13:39:57 #8 9.147   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
13:39:57 #8 9.147   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
13:39:57 #8 9.147   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:39:57 #8 9.147   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
13:39:57 #8 9.147   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
13:39:57 #8 9.147   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:39:57 #8 9.147   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
13:39:57 #8 9.147   libcgi-pm-perl libcilkrts5 libclass-accessor-perl
13:39:57 #8 9.147   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:39:57 #8 9.147   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:39:57 #8 9.147   libdevel-callchecker-perl libdevel-globaldestruction-perl
13:39:57 #8 9.148   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
13:39:57 #8 9.148   libdynaloader-functions-perl libedit2 libemail-valid-perl
13:39:57 #8 9.148   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
13:39:57 #8 9.148   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
13:39:57 #8 9.148   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
13:39:57 #8 9.148   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
13:39:57 #8 9.148   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
13:39:57 #8 9.148   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
13:39:57 #8 9.148   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
13:39:57 #8 9.148   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:39:57 #8 9.148   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:39:57 #8 9.148   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:57 #8 9.148   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
13:39:57 #8 9.148   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
13:39:57 #8 9.148   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:39:57 #8 9.148   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
13:39:57 #8 9.148   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:39:57 #8 9.148   libldap-common liblist-compare-perl liblist-moreutils-perl
13:39:57 #8 9.148   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:39:57 #8 9.148   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:39:57 #8 9.148   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:57 #8 9.149   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
13:39:57 #8 9.149   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
13:39:57 #8 9.149   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:39:57 #8 9.149   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
13:39:57 #8 9.149   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:39:57 #8 9.149   libparams-validate-perl libparse-debianchangelog-perl
13:39:57 #8 9.149   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
13:39:57 #8 9.149   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:39:57 #8 9.149   libpython3.6-minimal libpython3.6-stdlib libquadmath0 libreadline7
13:39:57 #8 9.149   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
13:39:57 #8 9.149   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
13:39:57 #8 9.149   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
13:39:57 #8 9.149   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
13:39:57 #8 9.149   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:39:57 #8 9.149   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:39:57 #8 9.149   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
13:39:57 #8 9.149   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
13:39:57 #8 9.149   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
13:39:57 #8 9.149   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:39:57 #8 9.149   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:39:57 #8 9.149   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:57 #8 9.149   libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libxml2 libxmuu1
13:39:57 #8 9.149   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:39:57 #8 9.150   lsb-release m4 make man-db manpages manpages-dev mime-support
13:39:57 #8 9.150   multiarch-support netbase openssh-client openssl patch patchutils perl
13:39:57 #8 9.150   perl-modules-5.26 perl-openssl-defaults pinentry-curses po-debconf
13:39:57 #8 9.150   publicsuffix python-apt-common python3 python3-apt python3-certifi
13:39:57 #8 9.150   python3-chardet python3-debian python3-gpg python3-idna python3-magic
13:39:57 #8 9.150   python3-minimal python3-pkg-resources python3-requests python3-six
13:39:57 #8 9.150   python3-unidiff python3-urllib3 python3-xdg python3.6 python3.6-minimal
13:39:57 #8 9.151   readline-common shared-mime-info strace t1utils ucf unzip wdiff xauth
13:39:57 #8 9.151   xdg-user-dirs xz-utils
13:39:57 #8 9.577 0 upgraded, 302 newly installed, 0 to remove and 0 not upgraded.
13:39:57 #8 9.577 Need to get 98.9 MB of archives.
13:39:57 #8 9.577 After this operation, 420 MB of additional disk space will be used.
13:39:57 #8 9.577 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB]
13:39:57 #8 9.722 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.15 [1303 kB]
13:39:57 #18 2.051 (11/22) Installing clang-libs (12.0.1-r1)
13:39:57 #14 ...
13:39:57 
13:39:57 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed
13:39:57 #7 sha256:7e98311902214bb81584d75ea98ad095986dabe3371b7efc3f92357192afe39b
13:39:57 #7 extracting sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 8.4s done
13:39:57 #7 DONE 11.5s
13:39:57 
13:39:57 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:57 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:57 #8 24.87 Preparing to unpack .../071-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ...
13:39:57 #8 24.87 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ...
13:39:57 #8 24.91 Selecting previously unselected package libasan4:arm64.
13:39:57 #8 24.91 Preparing to unpack .../072-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ...
13:39:57 #8 24.92 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ...
13:39:57 #8 24.98 Selecting previously unselected package liblsan0:arm64.
13:39:57 #8 24.98 Preparing to unpack .../073-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ...
13:39:57 #8 24.99 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
13:39:57 #8 25.03 Selecting previously unselected package libtsan0:arm64.
13:39:57 #8 25.03 Preparing to unpack .../074-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ...
13:39:57 #8 25.03 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
13:39:57 #8 25.09 Selecting previously unselected package libubsan0:arm64.
13:39:57 #8 25.09 Preparing to unpack .../075-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ...
13:39:57 #9 10.13 Get:253 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
13:39:57 #9 10.13 Get:254 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
13:39:57 #9 10.13 Get:255 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-1build7 [82.4 kB]
13:39:57 #9 10.14 Get:256 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
13:39:57 #9 10.14 Get:257 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
13:39:57 #9 10.14 Get:258 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdistro-info-perl all 1.1build1 [5644 B]
13:39:57 #9 10.14 Get:259 http://archive.ubuntu.com/ubuntu jammy/main amd64 libemail-address-xs-perl amd64 1.04-1build6 [28.7 kB]
13:39:57 #9 10.14 Get:260 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
13:39:57 #9 10.16 Get:261 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-basedir-perl all 0.09-1 [15.7 kB]
13:39:57 #9 10.22 Get:262 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
13:39:57 #9 10.22 Get:263 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB]
13:39:57 #9 10.22 Get:264 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnumber-compare-perl all 0.03-2 [7058 B]
13:39:57 #13 ...
13:39:57 
13:39:57 #7 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8ca3c7fd3f
13:39:57 #7 sha256:52855308e2aca75b6e940217a73c4c5da76eb8473f330796730201354276f921
13:39:57 #7 extracting sha256:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a 7.7s done
13:39:57 #7 DONE 11.4s
13:39:57 
13:39:57 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:57 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:57 #13 ...
13:39:57 
13:39:57 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:57 #8 sha256:5323f1ab4d7332a150acc3373447d976aeca8b205e66e4f27926c47cd38ee2e9
13:39:57 #9 8.104 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB]
13:39:57 #9 8.104 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB]
13:39:57 #9 8.109 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20210119~20.04.2 [145 kB]
13:39:57 #9 8.112 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.10 [4704 B]
13:39:57 #9 8.114 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
13:39:57 #9 8.118 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
13:39:57 #9 8.120 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
13:39:57 #9 8.121 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
13:39:57 #9 8.123 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
13:39:57 #9 8.125 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
13:39:57 #9 8.148 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
13:39:57 #9 8.149 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2022a-0ubuntu0.20.04 [294 kB]
13:39:57 #9 8.156 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
13:39:57 #14 ...
13:39:57 
13:39:57 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724
13:39:57 #7 sha256:09c9406b793e843e3efdb9a89bb3c741dc0db1bbbd710d80143f7187b5980b7c
13:39:57 #7 extracting sha256:b20724a4297c7ca8b89f31d6ad53e7ead0c17c7908a4592871cdc97332193580 8.6s done
13:39:57 #7 DONE 11.8s
13:39:57 
13:39:57 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:57 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:39:57 #24 ...
13:39:57 
13:39:57 #21 [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
13:39:57 #21 31.87 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
13:39:57 #21 31.88 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
13:39:57 #21 31.89 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:39:57 #21 34.29 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
13:39:57 #21 34.30 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
13:39:57 #21 34.30 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:39:57 #21 36.73 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
13:39:57 #21 36.73 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
13:39:57 #21 36.74 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:39:57 #4 DONE 0.0s
13:39:57 
13:39:57 #5 resolve image config for docker.io/docker/dockerfile:1
13:39:58 #9 9.921 Get:102 http://archive.ubuntu.com/ubuntu impish/main amd64 libstdc++-11-dev amd64 11.2.0-7ubuntu2 [2073 kB]
13:39:58 #9 10.03 Get:103 http://archive.ubuntu.com/ubuntu impish/main amd64 g++-11 amd64 11.2.0-7ubuntu2 [55.2 MB]
13:39:58 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 44.04MB / 47.36MB 6.8s
13:39:58 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 28.31MB / 53.27MB 6.8s
13:39:58 #9 14.94 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadonly-perl all 2.050-2 [19.9 kB]
13:39:58 #9 14.94 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
13:39:58 #9 14.95 Get:313 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-xs-perl arm64 0.117-1build2 [11.6 kB]
13:39:58 #9 14.95 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
13:39:58 #9 14.96 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
13:39:58 #9 14.97 Get:316 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2ubuntu0.1 [46.1 kB]
13:39:58 #9 14.98 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-decoder-perl arm64 4.011+ds-1build1 [96.0 kB]
13:39:58 #9 15.00 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-encoder-perl arm64 4.011+ds-1build1 [97.4 kB]
13:39:58 #9 15.04 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-perl all 4.011-1 [8604 B]
13:39:58 #9 15.05 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-key-perl arm64 1.33-2build2 [34.4 kB]
13:39:58 #9 15.05 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-copyright-perl all 0.003006-1 [9608 B]
13:39:58 #9 15.05 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:39:58 #9 15.05 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:39:58 #9 15.05 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libterm-readkey-perl arm64 2.38-1build1 [24.1 kB]
13:39:58 #9 15.06 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-fatal-perl all 0.014-1 [11.1 kB]
13:39:58 #9 15.12 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-refcount-perl all 0.10-1 [11.4 kB]
13:39:58 #9 15.12 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
13:39:58 #9 15.12 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-xs-perl arm64 0.016-1 [22.3 kB]
13:39:58 #9 15.19 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libunicode-utf8-perl arm64 0.62-1build1 [17.5 kB]
13:39:58 #18 2.842 (13/22) Installing libmagic (5.41-r0)
13:39:58 #18 2.867 (14/22) Installing file (5.41-r0)
13:39:58 #18 2.873 (15/22) Installing brotli-libs (1.0.9-r5)
13:39:58 #18 2.891 (16/22) Installing nghttp2-libs (1.46.0-r0)
13:39:58 #18 2.895 (17/22) Installing libcurl (7.80.0-r1)
13:39:58 #18 2.903 (18/22) Installing expat (2.4.7-r0)
13:39:58 #18 2.910 (19/22) Installing pcre2 (10.39-r0)
13:39:58 #18 2.917 (20/22) Installing git (2.34.2-r0)
13:39:58 #8 10.15 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.7 [534 kB]
13:39:58 #8 10.18 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.7 [82.6 kB]
13:39:58 #8 10.19 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.7 [1610 kB]
13:39:58 #8 10.26 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
13:39:58 #8 10.26 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
13:39:58 #8 10.26 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
13:39:58 #8 10.27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
13:39:58 #8 10.27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
13:39:58 #8 10.27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB]
13:39:58 #8 10.30 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.7 [1710 kB]
13:39:58 #8 10.38 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.7 [203 kB]
13:39:58 #8 ...
13:39:58 
13:39:58 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:58 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:58 #13 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0
13:39:58 #18 2.563 (12/22) Installing clang (12.0.1-r1)
13:39:58 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 56.62MB / 110.02MB 11.4s
13:39:58 #13 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 53.27MB / 53.27MB 11.5s done
13:39:58 #8 25.10 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ...
13:39:58 #8 25.14 Selecting previously unselected package libgcc-7-dev:arm64.
13:39:58 #8 25.14 Preparing to unpack .../076-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ...
13:39:58 #8 25.14 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
13:39:58 #8 25.25 Selecting previously unselected package gcc-7.
13:39:58 #8 25.25 Preparing to unpack .../077-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
13:39:58 #8 25.26 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
13:39:58 #9 10.22 Get:265 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-glob-perl all 0.11-2 [8042 B]
13:39:58 #9 10.22 Get:266 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:39:58 #9 10.23 Get:267 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
13:39:58 #9 10.23 Get:268 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
13:39:58 #9 10.23 Get:269 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB]
13:39:58 #9 10.23 Get:270 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
13:39:58 #9 10.31 Get:271 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:39:58 #9 10.31 Get:272 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
13:39:58 #9 10.31 Get:273 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
13:39:58 #9 10.31 Get:274 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-perl all 4.04000-1 [81.8 kB]
13:39:58 #9 10.31 Get:275 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-perl all 1.710-1 [68.4 kB]
13:39:58 #9 10.31 Get:276 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
13:39:58 #9 10.31 Get:277 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB]
13:39:58 #9 10.31 Get:278 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-identify-perl amd64 0.14-1build5 [10.4 kB]
13:39:58 #9 10.38 Get:279 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-name-perl amd64 0.26-1build3 [11.4 kB]
13:39:58 #9 10.38 Get:280 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:39:58 #9 10.46 Get:281 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-tiny-perl all 0.122-1 [45.9 kB]
13:39:58 #9 10.46 Get:282 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
13:39:58 #9 10.46 Get:283 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-perl all 1.012004-1 [321 kB]
13:39:58 #9 10.46 Get:284 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
13:39:58 #9 10.46 Get:285 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhash-fieldhash-perl amd64 0.15-1build5 [17.3 kB]
13:39:58 #9 10.47 Get:286 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
13:39:58 #9 10.47 Get:287 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
13:39:58 #9 10.47 Get:288 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
13:39:58 #9 10.53 Get:289 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-daemon-perl all 6.13-1 [22.3 kB]
13:39:58 #9 10.53 Get:290 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-interactive-perl all 1.023-1 [10.4 kB]
13:39:58 #9 10.61 Get:291 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
13:39:58 #9 10.61 Get:292 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
13:39:58 #9 10.61 Get:293 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-xs-perl amd64 4.030-1build3 [87.2 kB]
13:39:58 #9 10.61 Get:294 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
13:39:58 #9 10.61 Get:295 http://archive.ubuntu.com/ubuntu jammy/main amd64 libldap-common all 2.5.11+dfsg-1~exp1ubuntu3 [16.8 kB]
13:39:58 #9 10.61 Get:296 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
13:39:58 #9 10.61 Get:297 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
13:39:58 #9 10.61 Get:298 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-xs-perl amd64 0.58-2build3 [34.8 kB]
13:39:58 #9 8.379 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.2 [640 kB]
13:39:58 #9 8.379 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
13:39:58 #9 8.381 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
13:39:58 #9 8.382 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
13:39:58 #9 8.383 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pkg-resources all 45.2.0-1 [130 kB]
13:39:58 #9 8.385 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
13:39:58 #9 8.386 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
13:39:58 #9 8.392 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
13:39:58 #9 8.393 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
13:39:58 #9 8.394 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
13:39:58 #9 8.399 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
13:39:58 #9 8.401 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
13:39:58 #9 8.433 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
13:39:58 #9 8.434 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
13:39:58 #9 8.434 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
13:39:58 #9 8.436 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
13:39:58 #9 8.440 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB]
13:39:58 #9 8.440 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB]
13:39:58 #9 8.440 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB]
13:39:58 #9 8.447 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB]
13:39:58 #9 8.468 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB]
13:39:58 #9 8.468 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
13:39:58 #9 8.468 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
13:39:58 #9 8.468 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
13:39:58 #9 8.468 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
13:39:58 #9 8.470 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
13:39:58 #9 8.472 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
13:39:58 #9 8.480 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
13:39:58 #9 8.481 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
13:39:58 #9 8.483 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
13:39:58 #9 8.502 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB]
13:39:58 #9 8.512 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
13:39:58 #9 8.514 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.0ubuntu0.20.04.7 [17.1 kB]
13:39:58 #9 8.515 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.0ubuntu0.20.04.7 [154 kB]
13:39:58 #9 8.518 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
13:39:58 #9 8.519 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
13:39:58 #9 8.526 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
13:39:58 #9 8.526 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
13:39:58 #9 8.528 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
13:39:58 #9 8.529 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
13:39:58 #9 8.529 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
13:39:58 #9 8.540 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
13:39:58 #9 8.544 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
13:39:58 #9 8.546 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
13:39:58 #9 8.554 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
13:39:58 #9 8.562 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB]
13:39:58 #9 8.567 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB]
13:39:58 #9 8.576 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB]
13:39:58 #9 8.577 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB]
13:39:58 #9 8.579 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB]
13:39:58 #9 ...
13:39:58 
13:39:58 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:58 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:58 #14 extracting sha256:85bed84afb9a834cf090b55d2e584abd55b4792d93b750db896f486680638344 4.9s done
13:39:58 #14 extracting sha256:5fdd409f4b2bf3771fac1cbc2df46d1cbb4b800b154cfc33e8e0cd23e67ab3e0 0.4s done
13:39:58 #14 extracting sha256:fa3069e6cecf9d5e43ace0a925b53849b2fd189ef41883d45d8f2e12213c2c06 0.6s done
13:39:58 #14 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 4.5s done
13:39:58 #14 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 3.3s
13:39:58 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 70.25MB / 110.02MB 10.6s
13:39:58 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 31.46MB / 53.27MB 7.1s
13:39:58 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 7.2s
13:39:58 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 12.58MB / 110.02MB 7.2s
13:39:58 #9 15.20 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
13:39:58 #9 15.20 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
13:39:58 #9 15.20 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:39:58 #9 15.20 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1build1 [309 kB]
13:39:58 #9 15.23 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-parser-perl arm64 2.46-1 [191 kB]
13:39:58 #9 15.24 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:39:58 #9 15.27 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-writer-perl all 0.625-1 [24.9 kB]
13:39:58 #9 15.27 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-libyaml-perl arm64 0.81+repack-1 [27.2 kB]
13:39:58 #9 15.27 Get:338 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 licensecheck all 3.0.45-1 [23.9 kB]
13:39:58 #9 15.34 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-size-perl arm64 0.83-1build1 [19.6 kB]
13:39:58 #9 15.35 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 t1utils arm64 1.41-3 [53.5 kB]
13:39:58 #9 15.35 Get:341 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 lintian all 2.62.0ubuntu2 [982 kB]
13:39:58 #9 15.39 Get:342 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages-dev all 5.05-1 [2266 kB]
13:39:58 #9 ...
13:39:58 
13:39:58 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:58 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:58 #13 extracting sha256:4ee16f45eff97cbe98b74c63ca2375b2c6b2592cd765a86df098f731baab13ad 3.8s done
13:39:58 #13 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 2.5s done
13:39:58 #13 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 2.4s
13:39:58 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 62.91MB / 110.02MB 11.4s
13:39:58 #8 11.06 Get:118 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
13:39:58 #8 11.06 Get:119 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
13:39:58 #8 11.06 Get:120 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB]
13:39:58 #8 11.06 Get:121 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u1 [510 kB]
13:39:58 #8 11.07 Get:122 http://deb.debian.org/debian buster/main amd64 libksba8 amd64 1.3.5-2 [99.7 kB]
13:39:58 #8 11.07 Get:123 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB]
13:39:58 #8 11.07 Get:124 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u1 [712 kB]
13:39:58 #8 11.09 Get:125 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u1 [1010 kB]
13:39:58 #8 11.10 Get:126 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u1 [861 kB]
13:39:58 #8 11.11 Get:127 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u1 [865 kB]
13:39:58 #8 11.12 Get:128 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB]
13:39:58 #8 11.14 Get:129 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u1 [617 kB]
13:39:58 #8 11.14 Get:130 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u1 [485 kB]
13:39:58 #8 11.15 Get:131 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u1 [478 kB]
13:39:58 #8 11.15 Get:132 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u1 [604 kB]
13:39:58 #8 11.17 Get:133 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u1 [715 kB]
13:39:58 #8 11.18 Get:134 http://deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
13:39:58 #8 11.18 Get:135 http://deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB]
13:39:58 #8 11.18 Get:136 http://deb.debian.org/debian buster/main amd64 libio-pty-perl amd64 1:1.08-1.1+b5 [33.7 kB]
13:39:58 #8 11.18 Get:137 http://deb.debian.org/debian buster/main amd64 libipc-run-perl all 20180523.0-1 [101 kB]
13:39:58 #8 11.19 Get:138 http://deb.debian.org/debian buster/main amd64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
13:39:58 #8 11.19 Get:139 http://deb.debian.org/debian buster/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
13:39:58 #8 11.19 Get:140 http://deb.debian.org/debian buster/main amd64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
13:39:58 #8 11.19 Get:141 http://deb.debian.org/debian buster/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b1 [11.4 kB]
13:39:58 #8 11.19 Get:142 http://deb.debian.org/debian buster/main amd64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
13:39:58 #8 11.19 Get:143 http://deb.debian.org/debian buster/main amd64 libdevel-callchecker-perl amd64 0.008-1 [15.7 kB]
13:39:58 #8 11.19 Get:144 http://deb.debian.org/debian buster/main amd64 libparams-classify-perl amd64 0.015-1+b1 [25.5 kB]
13:39:58 #8 11.19 Get:145 http://deb.debian.org/debian buster/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
13:39:58 #8 11.19 Get:146 http://deb.debian.org/debian buster/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
13:39:58 #8 11.19 Get:147 http://deb.debian.org/debian buster/main amd64 librole-tiny-perl all 2.000006-1 [19.4 kB]
13:39:58 #8 11.19 Get:148 http://deb.debian.org/debian buster/main amd64 libstrictures-perl all 2.000005-1 [18.3 kB]
13:39:58 #8 11.20 Get:149 http://deb.debian.org/debian buster/main amd64 libsub-quote-perl all 2.005001-1 [17.9 kB]
13:39:58 #8 11.20 Get:150 http://deb.debian.org/debian buster/main amd64 libmoo-perl all 2.003004-2 [57.4 kB]
13:39:58 #8 11.20 Get:151 http://deb.debian.org/debian buster/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB]
13:39:58 #8 11.20 Get:152 http://deb.debian.org/debian buster/main amd64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
13:39:58 #8 11.20 Get:153 http://deb.debian.org/debian buster/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB]
13:39:58 #8 11.20 Get:154 http://deb.debian.org/debian buster/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB]
13:39:58 #8 11.20 Get:155 http://deb.debian.org/debian buster/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
13:39:58 #8 11.21 Get:156 http://deb.debian.org/debian buster/main amd64 liburi-perl all 1.76-1 [89.9 kB]
13:39:58 #8 11.21 Get:157 http://deb.debian.org/debian buster/main amd64 libhtml-parser-perl amd64 3.72-3+b3 [105 kB]
13:39:58 #8 11.21 Get:158 http://deb.debian.org/debian buster/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
13:39:58 #8 11.22 Get:159 http://deb.debian.org/debian buster/main amd64 libio-html-perl all 1.001-1 [17.6 kB]
13:39:58 #8 11.22 Get:160 http://deb.debian.org/debian buster/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
13:39:58 #8 11.22 Get:161 http://deb.debian.org/debian buster/main amd64 libhttp-message-perl all 6.18-1 [77.8 kB]
13:39:58 #8 11.22 Get:162 http://deb.debian.org/debian buster/main amd64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
13:39:58 #8 11.22 Get:163 http://deb.debian.org/debian buster/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
13:39:58 #8 11.22 Get:164 http://deb.debian.org/debian buster/main amd64 perl-openssl-defaults amd64 3 [6782 B]
13:39:58 #8 11.22 Get:165 http://deb.debian.org/debian buster/main amd64 libnet-ssleay-perl amd64 1.85-2+b1 [308 kB]
13:39:58 #8 11.23 Get:166 http://deb.debian.org/debian buster/main amd64 libio-socket-ssl-perl all 2.060-3 [207 kB]
13:39:58 #8 11.24 Get:167 http://deb.debian.org/debian buster/main amd64 libnet-http-perl all 6.18-1 [24.5 kB]
13:39:58 #8 11.24 Get:168 http://deb.debian.org/debian buster/main amd64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
13:39:58 #8 11.24 Get:169 http://deb.debian.org/debian buster/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
13:39:58 #8 11.24 Get:170 http://deb.debian.org/debian buster/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
13:39:58 #8 11.24 Get:171 http://deb.debian.org/debian buster/main amd64 libwww-perl all 6.36-2 [188 kB]
13:39:58 #8 11.24 Get:172 http://deb.debian.org/debian buster/main amd64 patchutils amd64 0.3.4-2 [90.4 kB]
13:39:58 #8 11.25 Get:173 http://deb.debian.org/debian buster/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
13:39:58 #8 11.25 Get:174 http://deb.debian.org/debian buster/main amd64 devscripts amd64 2.19.5+deb10u1 [1046 kB]
13:39:58 #8 11.27 Get:175 http://deb.debian.org/debian buster/main amd64 diffstat amd64 1.62-1 [33.4 kB]
13:39:58 #8 11.27 Get:176 http://deb.debian.org/debian buster/main amd64 distro-info-data all 0.41+deb10u4 [6880 B]
13:39:58 #8 11.27 Get:177 http://deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:39:58 #8 11.27 Get:178 http://deb.debian.org/debian buster/main amd64 python3-chardet all 3.0.4-3 [80.5 kB]
13:39:58 #8 11.27 Get:179 http://deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
13:39:58 #8 11.28 Get:180 http://deb.debian.org/debian buster/main amd64 python3-debian all 0.1.35 [78.8 kB]
13:39:58 #8 11.28 Get:181 http://deb.debian.org/debian buster/main amd64 libgpgme11 amd64 1.12.0-6 [251 kB]
13:39:58 #8 11.28 Get:182 http://deb.debian.org/debian buster/main amd64 python3-gpg amd64 1.12.0-6 [301 kB]
13:39:58 #8 11.29 Get:183 http://deb.debian.org/debian buster/main amd64 dput all 1.0.3 [54.5 kB]
13:39:58 #8 11.29 Get:184 http://deb.debian.org/debian buster/main amd64 equivs all 2.2.0 [22.4 kB]
13:39:58 #8 11.29 Get:185 http://deb.debian.org/debian buster/main amd64 exim4-config all 4.92-8+deb10u6 [324 kB]
13:39:58 #8 11.30 Get:186 http://deb.debian.org/debian buster/main amd64 exim4-base amd64 4.92-8+deb10u6 [1137 kB]
13:39:58 #8 11.32 Get:187 http://deb.debian.org/debian buster/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4 [177 kB]
13:39:58 #8 11.32 Get:188 http://deb.debian.org/debian buster/main amd64 libunbound8 amd64 1.9.0-2+deb10u2 [462 kB]
13:39:58 #8 11.33 Get:189 http://deb.debian.org/debian buster/main amd64 libgnutls-dane0 amd64 3.6.7-4+deb10u7 [317 kB]
13:39:58 #18 3.025 (21/22) Installing lld (12.0.1-r1)
13:39:58 #18 3.058 (22/22) Installing llvm12 (12.0.1-r0)
13:39:58 #18 2.793 (13/22) Installing libmagic (5.41-r0)
13:39:58 #18 2.816 (14/22) Installing file (5.41-r0)
13:39:58 #9 15.56 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git arm64 1:2.34.1-1ubuntu1.2 [3171 kB]
13:39:58 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 85.98MB / 110.02MB 12.1s
13:39:58 #9 10.68 Get:299 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
13:39:58 #9 10.68 Get:300 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB]
13:39:58 #9 10.76 Get:301 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl-dev amd64 2.4.6-15build2 [169 kB]
13:39:58 #9 10.76 Get:302 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB]
13:39:58 #9 10.76 Get:303 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
13:39:58 #9 8.609 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B]
13:39:58 #9 8.610 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB]
13:39:58 #9 8.612 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-109.123 [1111 kB]
13:39:58 #9 8.632 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
13:39:58 #9 8.634 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB]
13:39:58 #9 8.679 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB]
13:39:58 #9 8.679 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
13:39:58 #9 8.704 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
13:39:58 #9 8.706 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
13:39:58 #9 8.707 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB]
13:39:58 #9 15.52 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-certifi all 2019.11.28-1 [149 kB]
13:39:58 #9 15.52 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-idna all 2.8-1 [34.6 kB]
13:39:58 #9 15.53 Get:345 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
13:39:58 #9 15.53 Get:346 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
13:39:58 #9 15.53 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
13:39:58 #9 15.53 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
13:39:58 #9 15.53 Get:349 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 unzip arm64 6.0-25ubuntu1 [163 kB]
13:39:58 #9 15.54 Get:350 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 equivs all 2.2.0 [19.7 kB]
13:39:58 #9 15.54 Get:351 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:39:58 #8 11.34 Get:190 http://deb.debian.org/debian buster/main amd64 exim4-daemon-light amd64 4.92-8+deb10u6 [584 kB]
13:39:58 #8 11.35 Get:191 http://deb.debian.org/debian buster/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u2 [330 kB]
13:39:58 #8 11.35 Get:192 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
13:39:58 #8 11.36 Get:193 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
13:39:58 #8 11.36 Get:194 http://deb.debian.org/debian buster/main amd64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
13:39:58 #8 11.39 Get:195 http://deb.debian.org/debian buster/main amd64 git amd64 1:2.20.1-2+deb10u3 [5633 kB]
13:39:58 #8 11.53 Get:196 http://deb.debian.org/debian buster/main amd64 libgc1c2 amd64 1:7.6.4-0.4 [224 kB]
13:39:58 #8 11.54 Get:197 http://deb.debian.org/debian buster/main amd64 libltdl7 amd64 2.4.6-9 [390 kB]
13:39:58 #8 11.54 Get:198 http://deb.debian.org/debian buster/main amd64 guile-2.2-libs amd64 2.2.4+1-2+deb10u1 [4968 kB]
13:39:58 #18 3.355 Executing busybox-1.34.1-r5.trigger
13:39:58 #18 3.360 OK: 279 MiB in 37 packages
13:39:58 #18 2.827 (15/22) Installing brotli-libs (1.0.9-r5)
13:39:58 #18 2.832 (16/22) Installing nghttp2-libs (1.46.0-r0)
13:39:58 #18 2.836 (17/22) Installing libcurl (7.80.0-r1)
13:39:58 #18 2.846 (18/22) Installing expat (2.4.7-r0)
13:39:58 #18 2.848 (19/22) Installing pcre2 (10.39-r0)
13:39:58 #18 2.855 (20/22) Installing git (2.34.2-r0)
13:39:58 #18 2.961 (21/22) Installing lld (12.0.1-r1)
13:39:58 #9 15.74 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
13:39:58 #9 15.74 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6build3 [11.7 kB]
13:39:58 #9 15.74 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:39:58 #9 15.74 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libaliased-perl all 0.34-1.1 [13.3 kB]
13:39:58 #9 15.74 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libapt-pkg-perl arm64 0.1.40build2 [70.3 kB]
13:39:58 #9 15.74 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
13:39:58 #9 15.74 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarray-intspan-perl all 2.004-1 [24.5 kB]
13:39:58 #9 15.74 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
13:39:58 #9 15.74 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:39:58 #9 15.81 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvariable-magic-perl arm64 0.62-1build5 [34.8 kB]
13:39:58 #9 15.88 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
13:39:58 #9 15.88 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfreetype6 arm64 2.11.1+dfsg-1build1 [383 kB]
13:39:58 #9 15.89 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontconfig1 arm64 2.13.1-4.2ubuntu5 [135 kB]
13:39:58 #9 15.89 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB]
13:39:58 #9 15.89 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2264 B]
13:39:58 #9 15.89 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdeflate0 arm64 1.10-2 [69.1 kB]
13:39:58 #9 15.90 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjbig0 arm64 2.1-3.1build3 [28.8 kB]
13:39:58 #9 15.90 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwebp7 arm64 1.2.2-2 [192 kB]
13:39:58 #9 15.90 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtiff5 arm64 4.3.0-6 [179 kB]
13:39:58 #9 15.96 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxpm4 arm64 1:3.5.12-1build2 [35.0 kB]
13:39:58 #9 15.98 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgd3 arm64 2.3.0-2ubuntu2 [126 kB]
13:39:58 #9 15.98 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libc-devtools arm64 2.35-0ubuntu3 [27.6 kB]
13:39:58 #9 15.98 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:39:58 #9 15.98 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
13:39:58 #9 15.98 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclone-perl arm64 0.45-1build3 [10.8 kB]
13:39:58 #9 15.98 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcommon-sense-perl arm64 3.75-2build1 [21.2 kB]
13:39:58 #9 15.98 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
13:39:58 #9 15.98 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-util-perl arm64 1.102-1build3 [22.2 kB]
13:39:58 #9 16.03 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-install-perl all 0.928-1.1 [9972 B]
13:39:58 #9 16.05 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-optlist-perl all 0.112-1 [11.0 kB]
13:39:58 #9 16.06 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-perl all 0.988-1 [50.6 kB]
13:39:58 #9 16.06 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconst-fast-perl all 0.014-1.1 [7756 B]
13:39:58 #9 16.06 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwant-perl arm64 0.29-1build7 [24.7 kB]
13:39:58 #9 16.06 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:39:58 #9 16.06 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcpanel-json-xs-perl arm64 4.27-1build1 [114 kB]
13:39:58 #13 ...
13:39:58 
13:39:58 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:58 #8 sha256:e77cf47aa692d040705dba42b3c67690b4ff6d745a8c33b78bbb347a24d43d2d
13:39:58 #8 1.070 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:39:58 #8 1.079 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:39:58 #8 1.081 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:39:58 #8 1.209 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB]
13:39:58 #8 1.424 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:39:58 #8 1.615 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:39:58 #8 3.060 Fetched 8511 kB in 2s (3769 kB/s)
13:39:58 #8 3.060 Reading package lists...
13:39:58 #8 3.864 Reading package lists...
13:39:58 #8 4.667 Building dependency tree...
13:39:58 #8 4.836 Reading state information...
13:39:58 #8 5.027 The following additional packages will be installed:
13:39:58 #8 5.027   autoconf automake autopoint autotools-dev binutils binutils-common
13:39:58 #8 5.027   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
13:39:58 #8 5.027   ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
13:39:58 #8 5.027   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:39:58 #8 5.027   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:39:58 #8 5.027   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
13:39:58 #8 5.027   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:39:58 #8 5.027   intltool-debian iso-codes less libalgorithm-diff-perl
13:39:58 #8 5.027   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:39:58 #8 5.027   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
13:39:58 #8 5.027   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:39:58 #8 5.027   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:39:58 #8 5.027   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
13:39:58 #8 5.027   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
13:39:58 #8 5.027   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:39:58 #8 5.027   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
13:39:58 #8 5.027   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
13:39:58 #8 5.027   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
13:39:58 #8 5.027   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:39:58 #8 5.027   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:39:58 #8 5.027   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:39:58 #8 5.027   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
13:39:58 #8 5.027   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:39:58 #8 5.027   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:39:58 #8 5.027   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
13:39:58 #8 5.027   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
13:39:58 #8 5.027   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
13:39:58 #8 5.027   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
13:39:58 #8 5.027   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
13:39:58 #8 5.027   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
13:39:58 #8 5.027   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
13:39:58 #8 5.027   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
13:39:58 #8 5.027   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:58 #8 5.027   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:58 #8 5.027   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:58 #8 5.027   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:58 #8 5.027   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:39:58 #8 5.027   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
13:39:58 #8 5.027   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
13:39:58 #8 5.027   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:39:58 #8 5.027   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
13:39:58 #8 5.027   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
13:39:58 #8 5.027   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:39:58 #8 5.027   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:39:58 #8 5.027   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
13:39:58 #8 5.027   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:39:58 #8 5.027   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:39:58 #8 5.027   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:58 #8 5.027   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
13:39:58 #8 5.027   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:39:58 #8 5.027   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:39:58 #8 5.027   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:39:58 #8 5.027   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
13:39:58 #8 5.027   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:39:58 #8 5.027   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:39:58 #8 5.027   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:39:58 #8 5.027   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:39:58 #8 5.027   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
13:39:58 #8 5.027   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:39:58 #8 5.027   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:58 #8 5.027   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:58 #8 5.027   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:58 #8 5.027   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
13:39:58 #8 5.027   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
13:39:58 #8 5.027   libstrictures-perl libstring-copyright-perl libstring-escape-perl
13:39:58 #8 5.027   libstring-shellquote-perl libsub-exporter-perl
13:39:58 #8 5.027   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:39:58 #8 5.027   libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:58 #8 5.027   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
13:39:58 #8 5.027   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
13:39:58 #8 5.027   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
13:39:58 #8 5.027   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
13:39:58 #8 5.027   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
13:39:58 #8 5.027   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
13:39:58 #8 5.027   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
13:39:58 #8 5.027   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
13:39:58 #8 5.027   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
13:39:58 #8 5.027   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:58 #8 5.027   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
13:39:58 #8 5.027   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:39:58 #8 5.027   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
13:39:58 #8 5.027   netbase openssh-client openssl patch patchutils pbzip2 perl
13:39:58 #8 5.027   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
13:39:58 #8 5.027   pristine-tar publicsuffix python-apt-common python3 python3-apt
13:39:58 #8 5.027   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
13:39:58 #8 5.027   python3-magic python3-minimal python3-pkg-resources python3-requests
13:39:58 #8 5.027   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
13:39:58 #8 5.027   python3.9-minimal readline-common sensible-utils shared-mime-info strace
13:39:58 #8 5.027   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
13:39:58 #8 5.033 Suggested packages:
13:39:58 #8 5.033   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:39:58 #8 5.033   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
13:39:58 #8 5.033   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:39:58 #8 5.033   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:39:58 #8 5.033   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:39:58 #8 5.033   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:39:58 #8 5.033   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
13:39:58 #8 5.033   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
13:39:58 #8 5.033   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
13:39:58 #8 5.033   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
13:39:58 #8 5.033   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
13:39:58 #8 5.033   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
13:39:58 #8 5.033   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n gpm
13:39:58 #8 5.033   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
13:39:58 #8 5.033   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
13:39:58 #8 5.033   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
13:39:58 #8 5.033   libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-10-doc
13:39:58 #8 5.033   libbareword-filehandles-perl libindirect-perl libmultidimensional-perl
13:39:58 #8 5.033   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
13:39:58 #8 5.033   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
13:39:58 #8 5.033   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
13:39:58 #8 5.033   www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
13:39:58 #8 5.033   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
13:39:58 #8 5.033   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
13:39:58 #8 5.033   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:39:58 #8 5.033   python3-cryptography python3-openssl python3-socks python-requests-doc
13:39:58 #8 5.033   python3.9-venv python3.9-doc binfmt-support readline-doc zip wdiff-doc
13:39:58 #8 7.364 The following NEW packages will be installed:
13:39:58 #8 7.365   autoconf automake autopoint autotools-dev binutils binutils-common
13:39:58 #8 7.365   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
13:39:58 #8 7.365   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
13:39:58 #8 7.365   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:39:58 #8 7.365   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:39:58 #8 7.365   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
13:39:58 #8 7.365   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:39:58 #8 7.366   gpgconf gpgsm groff-base intltool-debian iso-codes less
13:39:58 #8 7.366   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:39:58 #8 7.366   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:39:58 #8 7.366   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
13:39:58 #8 7.366   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:39:58 #8 7.366   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
13:39:58 #8 7.366   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
13:39:58 #8 7.366   libclass-inspector-perl libclass-method-modifiers-perl
13:39:58 #8 7.366   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:39:58 #8 7.366   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:39:58 #8 7.366   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
13:39:58 #8 7.366   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
13:39:58 #8 7.366   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
13:39:58 #8 7.366   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:39:58 #8 7.366   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
13:39:58 #8 7.366   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:39:58 #8 7.367   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:39:58 #8 7.367   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
13:39:58 #8 7.367   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
13:39:58 #8 7.367   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
13:39:58 #8 7.367   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
13:39:58 #8 7.367   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
13:39:58 #8 7.367   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
13:39:58 #8 7.367   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
13:39:58 #8 7.367   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
13:39:58 #8 7.367   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:39:58 #8 7.368   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:39:58 #8 7.368   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:39:58 #8 7.368   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:39:58 #8 7.368   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:39:58 #8 7.368   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
13:39:58 #8 7.368   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
13:39:58 #8 7.368   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:39:58 #8 7.368   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
13:39:58 #8 7.368   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
13:39:58 #8 7.368   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:39:58 #8 7.368   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:39:58 #8 7.368   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
13:39:58 #8 7.368   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:39:58 #8 7.368   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:39:58 #8 7.368   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
13:39:58 #8 7.368   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
13:39:58 #8 7.368   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:39:58 #8 7.368   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:39:58 #8 7.369   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:39:58 #8 7.369   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
13:39:58 #8 7.369   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:39:58 #8 7.369   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:39:58 #8 7.369   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:39:58 #8 7.369   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:39:58 #8 7.369   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
13:39:58 #8 7.369   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:39:58 #8 7.369   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:39:58 #8 7.369   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:39:58 #8 7.370   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:39:58 #8 7.370   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
13:39:58 #8 7.370   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
13:39:58 #8 7.370   libstrictures-perl libstring-copyright-perl libstring-escape-perl
13:39:58 #8 7.370   libstring-shellquote-perl libsub-exporter-perl
13:39:58 #8 7.370   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:39:58 #8 7.370   libsub-name-perl libsub-override-perl libsub-quote-perl
13:39:58 #8 7.370   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
13:39:58 #8 7.370   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
13:39:58 #8 7.370   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
13:39:58 #8 7.370   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
13:39:58 #8 7.370   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
13:39:58 #8 7.370   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
13:39:58 #8 7.370   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
13:39:58 #8 7.370   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
13:39:58 #8 7.370   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
13:39:58 #8 7.370   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:39:58 #8 7.370   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
13:39:58 #8 7.370   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:39:58 #8 7.370   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
13:39:58 #8 7.371   netbase openssh-client openssl patch patchutils pbzip2 perl
13:39:58 #8 7.371   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
13:39:58 #8 7.371   pristine-tar publicsuffix python-apt-common python3 python3-apt
13:39:58 #8 7.371   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
13:39:58 #8 7.371   python3-magic python3-minimal python3-pkg-resources python3-requests
13:39:58 #8 7.371   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
13:39:58 #8 7.371   python3.9-minimal readline-common sensible-utils shared-mime-info strace
13:39:58 #8 7.372   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
13:39:58 #8 7.671 0 upgraded, 384 newly installed, 0 to remove and 2 not upgraded.
13:39:58 #8 7.671 Need to get 175 MB of archives.
13:39:58 #8 7.671 After this operation, 571 MB of additional disk space will be used.
13:39:58 #8 7.671 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
13:39:58 #8 7.673 Get:2 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8+deb11u1 [145 kB]
13:39:58 #8 7.675 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.113-1 [1488 kB]
13:39:58 #8 7.686 Get:4 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
13:39:58 #8 7.686 Get:5 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB]
13:39:58 #8 7.695 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 libtiff5 amd64 4.2.0-1+deb11u1 [289 kB]
13:39:58 #8 7.726 Get:7 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
13:39:58 #8 7.726 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
13:39:58 #8 7.726 Get:9 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB]
13:39:58 #8 7.737 Get:10 http://deb.debian.org/debian bullseye/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
13:39:58 #8 7.781 Get:11 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
13:39:58 #8 7.781 Get:12 http://deb.debian.org/debian bullseye/main amd64 libperl5.32 amd64 5.32.1-4+deb11u2 [4106 kB]
13:39:58 #8 7.854 Get:13 http://deb.debian.org/debian bullseye/main amd64 perl amd64 5.32.1-4+deb11u2 [293 kB]
13:39:58 #8 7.854 Get:14 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
13:39:58 #8 7.854 Get:15 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
13:39:58 #8 7.859 Get:16 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2+deb11u3 [98.5 kB]
13:39:58 #8 7.863 Get:17 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
13:39:58 #8 7.885 Get:18 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
13:39:58 #8 7.886 Get:19 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
13:39:58 #8 7.887 Get:20 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
13:39:58 #8 7.889 Get:21 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
13:39:58 #8 7.891 Get:22 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
13:39:58 #8 7.893 Get:23 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
13:39:58 #8 7.896 Get:24 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
13:39:58 #8 7.905 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
13:39:58 #8 7.924 Get:26 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
13:39:58 #8 7.929 Get:27 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
13:39:58 #8 7.930 Get:28 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
13:39:58 #8 7.931 Get:29 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2 [133 kB]
13:39:58 #8 7.933 Get:30 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
13:39:58 #8 7.934 Get:31 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]
13:39:58 #8 7.935 Get:32 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
13:39:58 #8 7.936 Get:33 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB]
13:39:58 #8 7.955 Get:34 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
13:39:58 #8 7.957 Get:35 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
13:39:58 #8 7.960 Get:36 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
13:39:58 #8 7.962 Get:37 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
13:39:58 #8 7.964 Get:38 http://deb.debian.org/debian bullseye/main amd64 gettext-base amd64 0.21-4 [175 kB]
13:39:58 #8 7.966 Get:39 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB]
13:39:58 #8 7.982 Get:40 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
13:39:58 #8 7.983 Get:41 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
13:39:58 #8 7.984 Get:42 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB]
13:39:58 #8 7.986 Get:43 http://deb.debian.org/debian bullseye/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]
13:39:58 #8 7.987 Get:44 http://deb.debian.org/debian bullseye/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB]
13:39:58 #8 7.988 Get:45 http://deb.debian.org/debian bullseye/main amd64 openssh-client amd64 1:8.4p1-5 [929 kB]
13:39:58 #8 7.999 Get:46 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB]
13:39:58 #8 8.011 Get:47 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
13:39:58 #8 8.012 Get:48 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
13:39:58 #8 8.015 Get:49 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
13:39:58 #8 8.019 Get:50 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
13:39:58 #8 8.020 Get:51 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
13:39:58 #8 8.030 Get:52 http://deb.debian.org/debian bullseye/main amd64 autopoint all 0.21-4 [510 kB]
13:39:58 #8 8.036 Get:53 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
13:39:58 #8 8.074 Get:54 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
13:39:58 #8 8.084 Get:55 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
13:39:58 #8 8.093 Get:56 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
13:39:58 #8 8.094 Get:57 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
13:39:58 #8 8.135 Get:58 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
13:39:58 #8 8.135 Get:59 http://deb.debian.org/debian bullseye/main amd64 libc-dev-bin amd64 2.31-13+deb11u3 [275 kB]
13:39:58 #8 8.143 Get:60 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
13:39:58 #8 8.150 Get:61 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1 [190 kB]
13:39:58 #8 8.152 Get:62 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
13:39:58 #8 8.166 Get:63 http://deb.debian.org/debian bullseye/main amd64 libc6-dev amd64 2.31-13+deb11u3 [2348 kB]
13:39:58 #8 8.199 Get:64 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB]
13:39:58 #8 8.209 Get:65 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
13:39:58 #8 8.239 Get:66 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
13:39:58 #8 8.240 Get:67 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
13:39:58 #8 8.400 Get:68 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
13:39:58 #8 8.426 Get:69 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
13:39:58 #8 8.426 Get:70 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
13:39:58 #8 8.430 Get:71 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
13:39:58 #8 8.430 Get:72 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
13:39:58 #8 8.430 Get:73 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
13:39:58 #8 8.449 Get:74 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
13:39:58 #8 8.463 Get:75 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
13:39:58 #8 8.497 Get:76 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
13:39:58 #8 8.510 Get:77 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
13:39:58 #8 8.510 Get:78 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
13:39:58 #8 8.535 Get:79 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
13:39:58 #16 ...
13:39:58 
13:39:58 #13 [internal] load build context
13:39:58 #13 transferring context: 36.57MB 4.8s done
13:39:58 #13 DONE 5.4s
13:39:58 
13:39:58 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:39:58 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 5.3s done
13:39:58 #16 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
13:39:58 #9 8.876 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
13:39:58 #9 8.876 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
13:39:58 #9 8.880 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
13:39:58 #9 8.908 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
13:39:58 #9 8.952 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
13:39:58 #9 8.952 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB]
13:39:58 #9 9.024 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
13:39:58 #9 9.054 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
13:39:58 #9 15.71 Get:352 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-magic all 2:0.4.15-3 [9376 B]
13:39:58 #9 15.90 debconf: delaying package configuration, since apt-utils is not installed
13:39:58 #14 sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 47.36MB / 47.36MB 7.5s done
13:39:58 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 37.75MB / 53.27MB 7.7s
13:39:58 #14 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 0B / 157B 7.7s
13:39:58 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 19.92MB / 110.02MB 7.8s
13:39:58 #14 sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 157B / 157B 7.7s done
13:39:58 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 76.55MB / 110.02MB 11.3s
13:39:58 #8 11.68 Get:199 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB]
13:39:58 #8 11.71 Get:200 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
13:39:58 #8 11.74 Get:201 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
13:39:58 #8 11.74 Get:202 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
13:39:58 #8 11.74 Get:203 http://deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB]
13:39:58 #8 11.74 Get:204 http://deb.debian.org/debian buster/main amd64 libapt-pkg-perl amd64 0.1.34+b1 [71.2 kB]
13:39:58 #8 11.74 Get:205 http://deb.debian.org/debian buster/main amd64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
13:39:58 #8 11.74 Get:206 http://deb.debian.org/debian buster/main amd64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
13:39:58 #8 11.74 Get:207 http://deb.debian.org/debian buster/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
13:39:58 #8 11.74 Get:208 http://deb.debian.org/debian buster/main amd64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
13:39:58 #8 11.74 Get:209 http://deb.debian.org/debian buster/main amd64 libvariable-magic-perl amd64 0.62-1+b1 [45.9 kB]
13:39:58 #8 11.74 Get:210 http://deb.debian.org/debian buster/main amd64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
13:39:58 #8 11.74 Get:211 http://deb.debian.org/debian buster/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
13:39:58 #8 11.74 Get:212 http://deb.debian.org/debian buster/main amd64 libcgi-pm-perl all 4.40-1 [222 kB]
13:39:58 #8 11.75 Get:213 http://deb.debian.org/debian buster/main amd64 libfcgi-perl amd64 0.78-2+b3 [39.0 kB]
13:39:58 #8 11.75 Get:214 http://deb.debian.org/debian buster/main amd64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
13:39:58 #8 11.75 Get:215 http://deb.debian.org/debian buster/main amd64 libsub-name-perl amd64 0.21-1+b3 [13.6 kB]
13:39:58 #8 11.75 Get:216 http://deb.debian.org/debian buster/main amd64 libclass-accessor-perl all 0.51-1 [23.2 kB]
13:39:58 #8 11.75 Get:217 http://deb.debian.org/debian buster/main amd64 libclass-inspector-perl all 1.32-1 [19.1 kB]
13:39:58 #8 11.75 Get:218 http://deb.debian.org/debian buster/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b2 [38.0 kB]
13:39:58 #8 11.76 Get:219 http://deb.debian.org/debian buster/main amd64 libclone-perl amd64 0.41-1+b1 [14.6 kB]
13:39:58 #8 11.76 Get:220 http://deb.debian.org/debian buster/main amd64 libcommon-sense-perl amd64 3.74-2+b7 [24.0 kB]
13:39:58 #8 11.76 Get:221 http://deb.debian.org/debian buster/main amd64 libparams-util-perl amd64 1.07-3+b4 [23.0 kB]
13:39:58 #8 11.76 Get:222 http://deb.debian.org/debian buster/main amd64 libsub-install-perl all 0.928-1 [11.4 kB]
13:39:58 #8 11.76 Get:223 http://deb.debian.org/debian buster/main amd64 libdata-optlist-perl all 0.110-1 [10.6 kB]
13:39:58 #8 11.76 Get:224 http://deb.debian.org/debian buster/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
13:39:58 #8 11.76 Get:225 http://deb.debian.org/debian buster/main amd64 libconst-fast-perl all 0.014-1 [8250 B]
13:39:58 #8 11.76 Get:226 http://deb.debian.org/debian buster/main amd64 libwant-perl amd64 0.29-1+b4 [28.9 kB]
13:39:58 #8 11.76 Get:227 http://deb.debian.org/debian buster/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
13:39:58 #8 11.77 Get:228 http://deb.debian.org/debian buster/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
13:39:58 #8 11.77 Get:229 http://deb.debian.org/debian buster/main amd64 libdata-dump-perl all 1.23-1 [29.5 kB]
13:39:58 #8 11.77 Get:230 http://deb.debian.org/debian buster/main amd64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
13:39:58 #8 11.77 Get:231 http://deb.debian.org/debian buster/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
13:39:58 #8 11.77 Get:232 http://deb.debian.org/debian buster/main amd64 libdistro-info-perl all 0.21 [6696 B]
13:39:58 #8 11.77 Get:233 http://deb.debian.org/debian buster/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
13:39:58 #8 11.77 Get:234 http://deb.debian.org/debian buster/main amd64 libmailtools-perl all 2.18-1 [88.5 kB]
13:39:58 #8 11.78 Get:235 http://deb.debian.org/debian buster/main amd64 libnet-ip-perl all 1.26-2 [29.0 kB]
13:39:58 #8 11.78 Get:236 http://deb.debian.org/debian buster/main amd64 libnet-dns-perl all 1.19-1 [372 kB]
13:39:58 #8 11.78 Get:237 http://deb.debian.org/debian buster/main amd64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
13:39:58 #8 11.78 Get:238 http://deb.debian.org/debian buster/main amd64 libemail-valid-perl all 1.202-1 [23.0 kB]
13:39:58 #8 11.78 Get:239 http://deb.debian.org/debian buster/main amd64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
13:39:58 #8 11.79 Get:240 http://deb.debian.org/debian buster/main amd64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
13:39:58 #8 11.79 Get:241 http://deb.debian.org/debian buster/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
13:39:58 #8 11.79 Get:242 http://deb.debian.org/debian buster/main amd64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
13:39:58 #8 11.79 Get:243 http://deb.debian.org/debian buster/main amd64 libfile-fcntllock-perl amd64 0.22-3+b5 [35.4 kB]
13:39:58 #8 11.79 Get:244 http://deb.debian.org/debian buster/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB]
13:39:58 #8 11.79 Get:245 http://deb.debian.org/debian buster/main amd64 libfribidi0 amd64 1.0.5-3.1+deb10u1 [63.7 kB]
13:39:58 #8 11.79 Get:246 http://deb.debian.org/debian buster/main amd64 libfuture-perl all 0.39-1 [74.5 kB]
13:39:58 #8 11.80 Get:247 http://deb.debian.org/debian buster/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
13:39:58 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 74.45MB / 110.02MB 12.7s
13:39:58 #18 2.989 (22/22) Installing llvm12 (12.0.1-r0)
13:39:58 #9 16.06 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
13:39:58 #9 16.06 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexception-class-perl all 1.45-1 [28.6 kB]
13:39:58 #9 16.10 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
13:39:58 #9 16.13 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
13:39:58 #9 16.14 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
13:39:58 #9 16.14 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-xs-perl arm64 0.430-2build2 [39.2 kB]
13:39:58 #9 16.14 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
13:39:58 #9 16.14 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
13:39:58 #9 16.14 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB]
13:39:58 #9 16.14 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-messagepack-perl arm64 1.01-2build1 [33.9 kB]
13:39:58 #9 16.14 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
13:39:58 #9 16.18 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
13:39:58 #9 16.21 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
13:39:58 #9 16.21 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
13:39:58 #9 16.21 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-1build7 [82.3 kB]
13:39:58 #9 16.22 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
13:39:58 #9 16.22 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
13:39:58 #9 16.22 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdistro-info-perl all 1.1build1 [5644 B]
13:39:58 #9 16.22 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libemail-address-xs-perl arm64 1.04-1build6 [27.9 kB]
13:39:58 #9 16.22 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
13:39:58 #9 16.25 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-basedir-perl all 0.09-1 [15.7 kB]
13:39:58 #9 16.29 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
13:39:58 #8 8.841 Get:80 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
13:39:58 #8 8.841 Get:81 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
13:39:58 #8 8.856 Get:82 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
13:39:58 #8 9.039 Get:83 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
13:39:58 #8 9.039 Get:84 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
13:39:58 #8 9.039 Get:85 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.9 [1537 kB]
13:39:58 #5 DONE 0.8s
13:39:58 
13:39:58 #6 docker-image://docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad
13:39:58 #6 resolve docker.io/docker/dockerfile:1@sha256:91f386bc3ae6cd5585fbd02f811e295b4a7020c23c7691d686830bf6233e91ad 0.0s done
13:39:58 #6 sha256:0f821387874bc19cdfd45922f5ff075fd256356bf3f2baba7fb109d2b3a64bbd 9.93MB / 9.93MB 0.2s
13:39:58 #6 sha256:0f821387874bc19cdfd45922f5ff075fd256356bf3f2baba7fb109d2b3a64bbd 9.93MB / 9.93MB 0.2s done
13:39:58 #6 extracting sha256:0f821387874bc19cdfd45922f5ff075fd256356bf3f2baba7fb109d2b3a64bbd
13:39:59 #9 11.15 Get:304 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
13:39:59 #9 9.078 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
13:39:59 #9 9.090 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
13:39:59 #9 9.093 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB]
13:39:59 #9 9.147 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB]
13:39:59 #9 9.352 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
13:39:59 #9 9.352 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB]
13:39:59 #9 11.31 Get:305 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:39:59 #9 9.371 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB]
13:39:59 #9 11.32 Get:306 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
13:39:59 #9 15.93 Fetched 97.8 MB in 10s (9665 kB/s)
13:39:59 #9 15.95 Selecting previously unselected package liblocale-gettext-perl.
13:39:59 #9 15.95 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4118 files and directories currently installed.)
13:39:59 #9 15.96 Preparing to unpack .../liblocale-gettext-perl_1.07-4_arm64.deb ...
13:39:59 #9 15.96 Unpacking liblocale-gettext-perl (1.07-4) ...
13:39:59 #9 16.05 Selecting previously unselected package libssl1.1:arm64.
13:39:59 #9 16.05 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.12_arm64.deb ...
13:39:59 #9 16.06 Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.12) ...
13:39:59 #9 16.18 Selecting previously unselected package libpython3.8-minimal:arm64.
13:39:59 #8 25.86 Selecting previously unselected package gcc.
13:39:59 #8 25.87 Preparing to unpack .../078-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
13:39:59 #8 25.87 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
13:39:59 #8 25.90 Selecting previously unselected package libstdc++-7-dev:arm64.
13:39:59 #8 25.90 Preparing to unpack .../079-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ...
13:39:59 #8 25.91 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
13:39:59 #8 26.12 Selecting previously unselected package g++-7.
13:39:59 #8 26.12 Preparing to unpack .../080-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
13:39:59 #8 26.12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
13:39:59 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 41.94MB / 53.27MB 8.1s
13:39:59 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 62.91MB / 110.02MB 12.3s
13:39:59 #18 3.301 Executing busybox-1.34.1-r5.trigger
13:39:59 #18 3.318 OK: 279 MiB in 37 packages
13:39:59 #9 16.29 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-fcntllock-perl arm64 0.22-3build7 [33.7 kB]
13:39:59 #9 16.29 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnumber-compare-perl all 0.03-2 [7058 B]
13:39:59 #9 16.29 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-glob-perl all 0.11-2 [8042 B]
13:39:59 #9 16.29 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:39:59 #9 16.30 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
13:39:59 #9 16.30 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
13:39:59 #9 16.30 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-ttf-perl all 1.06-1.1 [316 kB]
13:39:59 #9 16.33 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
13:39:59 #9 16.37 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:39:59 #9 16.37 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
13:39:59 #9 16.37 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
13:39:59 #9 16.38 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-perl all 4.04000-1 [81.8 kB]
13:39:59 #9 16.38 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-perl all 1.710-1 [68.4 kB]
13:39:59 #9 16.38 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
13:39:59 #9 16.38 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-perl all 0.39-1 [19.1 kB]
13:39:59 #9 16.38 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-identify-perl arm64 0.14-1build5 [10.3 kB]
13:39:59 #9 16.40 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-name-perl arm64 0.26-1build3 [11.0 kB]
13:39:59 #9 16.45 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:39:59 #9 16.45 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-tiny-perl all 0.122-1 [45.9 kB]
13:39:59 #9 16.45 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
13:39:59 #9 16.45 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-perl all 1.012004-1 [321 kB]
13:39:59 #9 16.46 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
13:39:59 #9 16.46 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhash-fieldhash-perl arm64 0.15-1build5 [16.9 kB]
13:39:59 #9 16.46 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
13:39:59 #9 16.46 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
13:39:59 #9 16.47 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
13:39:59 #9 16.54 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-daemon-perl all 6.13-1 [22.3 kB]
13:39:59 #8 11.80 Get:248 http://deb.debian.org/debian buster/main amd64 libparams-validate-perl amd64 1.29-1+b1 [67.6 kB]
13:39:59 #8 11.80 Get:249 http://deb.debian.org/debian buster/main amd64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
13:39:59 #8 11.80 Get:250 http://deb.debian.org/debian buster/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
13:39:59 #8 11.80 Get:251 http://deb.debian.org/debian buster/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
13:39:59 #8 11.80 Get:252 http://deb.debian.org/debian buster/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
13:39:59 #8 11.80 Get:253 http://deb.debian.org/debian buster/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
13:39:59 #8 11.81 Get:254 http://deb.debian.org/debian buster/main amd64 libjson-perl all 4.02000-1 [88.8 kB]
13:39:59 #8 11.81 Get:255 http://deb.debian.org/debian buster/main amd64 liblog-any-perl all 1.707-1 [65.2 kB]
13:39:59 #8 11.81 Get:256 http://deb.debian.org/debian buster/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
13:39:59 #8 11.81 Get:257 http://deb.debian.org/debian buster/main amd64 libpackage-stash-perl all 0.38-1 [21.7 kB]
13:39:59 #8 11.81 Get:258 http://deb.debian.org/debian buster/main amd64 libsub-identify-perl amd64 0.14-1+b1 [12.0 kB]
13:39:59 #8 11.82 Get:259 http://deb.debian.org/debian buster/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
13:39:59 #8 11.82 Get:260 http://deb.debian.org/debian buster/main amd64 libpath-tiny-perl all 0.108-1 [53.3 kB]
13:39:59 #8 11.82 Get:261 http://deb.debian.org/debian buster/main amd64 libtype-tiny-perl all 1.004004-1 [266 kB]
13:39:59 #8 11.82 Get:262 http://deb.debian.org/debian buster/main amd64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
13:39:59 #8 11.83 Get:263 http://deb.debian.org/debian buster/main amd64 libglib2.0-data all 2.58.3-2+deb10u3 [1111 kB]
13:39:59 #8 11.84 Get:264 http://deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
13:39:59 #8 11.84 Get:265 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
13:39:59 #8 11.85 Get:266 http://deb.debian.org/debian buster/main amd64 libntlm0 amd64 1.5-1+deb10u1 [22.7 kB]
13:39:59 #8 11.85 Get:267 http://deb.debian.org/debian buster/main amd64 libgsasl7 amd64 1.8.0-8+b2 [207 kB]
13:39:59 #8 11.85 Get:268 http://deb.debian.org/debian buster/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB]
13:39:59 #8 11.85 Get:269 http://deb.debian.org/debian buster/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB]
13:39:59 #8 11.86 Get:270 http://deb.debian.org/debian buster/main amd64 libhttp-daemon-perl all 6.01-3 [16.6 kB]
13:39:59 #8 11.86 Get:271 http://deb.debian.org/debian buster/main amd64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
13:39:59 #8 11.86 Get:272 http://deb.debian.org/debian buster/main amd64 libio-async-perl all 0.72-1 [262 kB]
13:39:59 #8 11.86 Get:273 http://deb.debian.org/debian buster/main amd64 libio-sessiondata-perl all 1.03-1 [5782 B]
13:39:59 #8 11.87 Get:274 http://deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB]
13:39:59 #8 11.87 Get:275 http://deb.debian.org/debian buster/main amd64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
13:39:59 #8 11.87 Get:276 http://deb.debian.org/debian buster/main amd64 libjson-xs-perl amd64 3.040-1+b1 [91.0 kB]
13:39:59 #8 11.87 Get:277 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
13:39:59 #8 11.87 Get:278 http://deb.debian.org/debian buster/main amd64 libkyotocabinet16v5 amd64 1.2.76-4.2+b1 [298 kB]
13:39:59 #8 11.88 Get:279 http://deb.debian.org/debian buster/main amd64 liblist-compare-perl all 0.53-1 [68.9 kB]
13:39:59 #8 11.88 Get:280 http://deb.debian.org/debian buster/main amd64 liblist-moreutils-perl amd64 0.416-1+b4 [64.2 kB]
13:39:59 #8 11.88 Get:281 http://deb.debian.org/debian buster/main amd64 libltdl-dev amd64 2.4.6-9 [162 kB]
13:39:59 #8 11.89 Get:282 http://deb.debian.org/debian buster/main amd64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
13:39:59 #8 11.89 Get:283 http://deb.debian.org/debian buster/main amd64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
13:39:59 #8 11.89 Get:284 http://deb.debian.org/debian buster/main amd64 mailutils-common all 1:3.5-4 [689 kB]
13:39:59 #8 11.91 Get:285 http://deb.debian.org/debian buster/main amd64 mysql-common all 5.8+1.0.5 [7324 B]
13:39:59 #8 11.91 Get:286 http://deb.debian.org/debian buster/main amd64 mariadb-common all 1:10.3.34-0+deb10u1 [33.0 kB]
13:39:59 #8 11.92 Get:287 http://deb.debian.org/debian buster/main amd64 libmariadb3 amd64 1:10.3.34-0+deb10u1 [173 kB]
13:39:59 #8 11.92 Get:288 http://deb.debian.org/debian buster/main amd64 libpython2.7-minimal amd64 2.7.16-2+deb10u1 [395 kB]
13:39:59 #8 11.92 Get:289 http://deb.debian.org/debian buster/main amd64 libpython2.7-stdlib amd64 2.7.16-2+deb10u1 [1912 kB]
13:39:59 #8 11.95 Get:290 http://deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2+deb10u1 [1036 kB]
13:39:59 #8 11.98 Get:291 http://deb.debian.org/debian buster/main amd64 libmailutils5 amd64 1:3.5-4 [880 kB]
13:39:59 #8 11.99 Get:292 http://deb.debian.org/debian buster/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
13:39:59 #8 11.99 Get:293 http://deb.debian.org/debian buster/main amd64 libnet-dns-sec-perl amd64 1.11-1 [48.1 kB]
13:39:59 #8 11.99 Get:294 http://deb.debian.org/debian buster/main amd64 libnet-libidn-perl amd64 0.12.ds-3+b1 [18.6 kB]
13:39:59 #8 11.99 Get:295 http://deb.debian.org/debian buster/main amd64 libnumber-compare-perl all 0.03-1 [7642 B]
13:39:59 #8 11.99 Get:296 http://deb.debian.org/debian buster/main amd64 libnumber-range-perl all 0.12-1 [9274 B]
13:39:59 #8 11.99 Get:297 http://deb.debian.org/debian buster/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b7 [38.1 kB]
13:39:59 #8 12.00 Get:298 http://deb.debian.org/debian buster/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b7 [28.7 kB]
13:39:59 #8 12.00 Get:299 http://deb.debian.org/debian buster/main amd64 libpackage-stash-xs-perl amd64 0.29-1 [19.8 kB]
13:39:59 #8 12.00 Get:300 http://deb.debian.org/debian buster/main amd64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
13:39:59 #8 12.00 Get:301 http://deb.debian.org/debian buster/main amd64 libtext-glob-perl all 0.10-1 [8362 B]
13:39:59 #8 12.00 Get:302 http://deb.debian.org/debian buster/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
13:39:59 #8 12.00 Get:303 http://deb.debian.org/debian buster/main amd64 libperlio-gzip-perl amd64 0.19-1+b5 [17.4 kB]
13:39:59 #8 12.00 Get:304 http://deb.debian.org/debian buster/main amd64 libpod-constants-perl all 0.19-1 [16.9 kB]
13:39:59 #8 12.00 Get:305 http://deb.debian.org/debian buster/main amd64 libreadonly-perl all 2.050-1 [22.7 kB]
13:39:59 #8 12.00 Get:306 http://deb.debian.org/debian buster/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
13:39:59 #8 12.00 Get:307 http://deb.debian.org/debian buster/main amd64 libref-util-xs-perl amd64 0.117-1+b1 [14.0 kB]
13:39:59 #8 12.00 Get:308 http://deb.debian.org/debian buster/main amd64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
13:39:59 #8 12.00 Get:309 http://deb.debian.org/debian buster/main amd64 libsasl2-modules amd64 2.1.27+dfsg-1+deb10u2 [104 kB]
13:39:59 #8 12.03 Get:310 http://deb.debian.org/debian buster/main amd64 libsereal-decoder-perl amd64 4.005+ds-1+b1 [93.6 kB]
13:39:59 #8 12.03 Get:311 http://deb.debian.org/debian buster/main amd64 libsereal-encoder-perl amd64 4.005+ds-1+b1 [95.4 kB]
13:39:59 #8 12.03 Get:312 http://deb.debian.org/debian buster/main amd64 libsereal-perl all 4.005-1 [10.8 kB]
13:39:59 #8 12.03 Get:313 http://deb.debian.org/debian buster/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
13:39:59 #8 12.04 Get:314 http://deb.debian.org/debian buster/main amd64 libxml-parser-perl amd64 2.44-4 [213 kB]
13:39:59 #8 12.04 Get:315 http://deb.debian.org/debian buster/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
13:39:59 #8 12.04 Get:316 http://deb.debian.org/debian buster/main amd64 libsort-key-perl amd64 1.33-2+b1 [37.0 kB]
13:39:59 #8 12.04 Get:317 http://deb.debian.org/debian buster/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
13:39:59 #8 12.05 Get:318 http://deb.debian.org/debian buster/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
13:39:59 #8 12.05 Get:319 http://deb.debian.org/debian buster/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
13:39:59 #8 12.05 Get:320 http://deb.debian.org/debian buster/main amd64 libterm-readkey-perl amd64 2.38-1 [27.4 kB]
13:39:59 #8 12.06 Get:321 http://deb.debian.org/debian buster/main amd64 libtest-fatal-perl all 0.014-1 [11.9 kB]
13:39:59 #8 12.06 Get:322 http://deb.debian.org/debian buster/main amd64 libtest-refcount-perl all 0.08-3 [11.4 kB]
13:39:59 #8 12.06 Get:323 http://deb.debian.org/debian buster/main amd64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
13:39:59 #8 12.07 Get:324 http://deb.debian.org/debian buster/main amd64 libtype-tiny-xs-perl amd64 0.014-1+b1 [24.4 kB]
13:39:59 #8 12.07 Get:325 http://deb.debian.org/debian buster/main amd64 libunicode-utf8-perl amd64 0.62-1 [20.0 kB]
13:39:59 #8 12.07 Get:326 http://deb.debian.org/debian buster/main amd64 libunwind8 amd64 1.2.1-10~deb10u1 [51.1 kB]
13:39:59 #8 12.07 Get:327 http://deb.debian.org/debian buster/main amd64 libwrap0 amd64 7.6.q-28 [58.7 kB]
13:39:59 #8 12.07 Get:328 http://deb.debian.org/debian buster/main amd64 libxau6 amd64 1:1.0.8-1+b2 [19.9 kB]
13:39:59 #8 12.07 Get:329 http://deb.debian.org/debian buster/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
13:39:59 #8 12.07 Get:330 http://deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2 [137 kB]
13:39:59 #8 12.07 Get:331 http://deb.debian.org/debian buster/main amd64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
13:39:59 #8 12.09 Get:332 http://deb.debian.org/debian buster/main amd64 libx11-6 amd64 2:1.6.7-1+deb10u2 [757 kB]
13:39:59 #8 12.10 Get:333 http://deb.debian.org/debian buster/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB]
13:39:59 #8 12.10 Get:334 http://deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
13:39:59 #8 12.10 Get:335 http://deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
13:39:59 #8 12.10 Get:336 http://deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
13:39:59 #8 12.10 Get:337 http://deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB]
13:39:59 #8 12.11 Get:338 http://deb.debian.org/debian buster/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
13:39:59 #8 12.11 Get:339 http://deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
13:39:59 #8 12.11 Get:340 http://deb.debian.org/debian buster/main amd64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
13:39:59 #8 12.11 Get:341 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
13:39:59 #8 12.11 Get:342 http://deb.debian.org/debian buster/main amd64 libyaml-0-2 amd64 0.2.1-1 [47.2 kB]
13:39:59 #8 12.11 Get:343 http://deb.debian.org/debian buster/main amd64 libyaml-libyaml-perl amd64 0.76+repack-1 [33.1 kB]
13:39:59 #8 12.11 Get:344 http://deb.debian.org/debian buster/main amd64 licensecheck all 3.0.31-3 [28.3 kB]
13:39:59 #8 12.11 Get:345 http://deb.debian.org/debian buster/main amd64 t1utils amd64 1.41-3 [62.3 kB]
13:39:59 #8 12.12 Get:346 http://deb.debian.org/debian buster/main amd64 lintian all 2.15.0 [1181 kB]
13:39:59 #8 12.14 Get:347 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB]
13:39:59 #8 9.060 Get:86 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
13:39:59 #8 9.060 Get:87 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
13:39:59 #8 9.098 Get:88 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
13:39:59 #8 9.098 Get:89 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
13:39:59 #8 9.098 Get:90 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
13:39:59 #8 9.098 Get:91 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
13:39:59 #8 9.098 Get:92 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
13:39:59 #8 9.098 Get:93 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
13:39:59 #8 9.127 Get:94 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
13:39:59 #8 9.127 Get:95 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
13:39:59 #8 9.127 Get:96 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
13:39:59 #8 9.127 Get:97 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
13:39:59 #8 9.127 Get:98 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
13:39:59 #8 9.127 Get:99 http://deb.debian.org/debian bullseye/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
13:39:59 #8 9.132 Get:100 http://deb.debian.org/debian bullseye/main amd64 libdebhelper-perl all 13.3.4 [189 kB]
13:39:59 #8 9.132 Get:101 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
13:39:59 #8 9.138 Get:102 http://deb.debian.org/debian bullseye/main amd64 dh-autoreconf all 20 [17.1 kB]
13:39:59 #8 9.139 Get:103 http://deb.debian.org/debian bullseye/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
13:39:59 #8 9.141 Get:104 http://deb.debian.org/debian bullseye/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
13:39:59 #8 9.142 Get:105 http://deb.debian.org/debian bullseye/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
13:39:59 #8 9.143 Get:106 http://deb.debian.org/debian bullseye/main amd64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
13:39:59 #8 9.144 Get:107 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
13:39:59 #8 9.146 Get:108 http://deb.debian.org/debian bullseye/main amd64 dwz amd64 0.13+20210201-1 [175 kB]
13:39:59 #8 9.149 Get:109 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
13:39:59 #14 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 4.2s done
13:39:59 #6 extracting sha256:0f821387874bc19cdfd45922f5ff075fd256356bf3f2baba7fb109d2b3a64bbd 0.3s done
13:39:59 #6 DONE 0.6s
13:39:59 #9 15.55 Get:100 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gcc arm64 4:11.2.0-1ubuntu1 [5128 B]
13:39:59 #9 15.55 Get:101 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libstdc++-11-dev arm64 11.2.0-7ubuntu2 [2061 kB]
13:39:59 #9 15.97 Get:102 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 g++-11 arm64 11.2.0-7ubuntu2 [54.4 MB]
13:39:59 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 70.25MB / 110.02MB 12.3s
13:39:59 #9 9.583 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
13:39:59 #9 9.583 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
13:39:59 #9 9.583 Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB]
13:39:59 #9 9.583 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
13:39:59 #9 9.594 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
13:39:59 #9 9.608 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
13:39:59 #9 9.608 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
13:39:59 #9 9.608 Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB]
13:39:59 #9 9.608 Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB]
13:39:59 #9 9.608 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB]
13:39:59 #9 9.608 Get:124 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB]
13:39:59 #9 9.610 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB]
13:39:59 #9 9.610 Get:126 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB]
13:39:59 #9 9.611 Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB]
13:39:59 #9 9.614 Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB]
13:39:59 #9 9.615 Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB]
13:39:59 #9 9.631 Get:130 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
13:39:59 #9 9.631 Get:131 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
13:39:59 #9 9.631 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB]
13:39:59 #9 9.631 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB]
13:39:59 #9 9.632 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
13:39:59 #9 9.633 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
13:39:59 #9 9.634 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
13:39:59 #9 9.637 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.10 [235 kB]
13:39:59 #9 9.642 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.10 [161 kB]
13:39:59 #9 9.645 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
13:39:59 #9 9.657 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
13:39:59 #9 9.657 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
13:39:59 #9 9.657 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
13:39:59 #9 9.657 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
13:39:59 #9 9.657 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
13:39:59 #9 9.657 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
13:39:59 #9 9.657 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
13:39:59 #9 11.45 Get:307 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB]
13:39:59 #9 11.48 Get:308 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
13:39:59 #9 11.49 Get:309 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
13:39:59 #9 11.49 Get:310 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
13:39:59 #9 11.50 Get:311 http://archive.ubuntu.com/ubuntu jammy/main amd64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
13:39:59 #9 11.51 Get:312 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-struct-perl all 0.020-1 [23.7 kB]
13:39:59 #9 11.53 Get:313 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmouse-perl amd64 2.5.10-1build4 [161 kB]
13:39:59 #9 11.59 Get:314 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-xs-perl amd64 0.29-1build5 [19.4 kB]
13:39:59 #9 11.59 Get:315 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
13:39:59 #9 11.60 Get:316 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-gzip-perl amd64 0.19-1build8 [14.9 kB]
13:39:59 #9 11.61 Get:317 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-utf8-strict-perl amd64 0.009-1build1 [11.9 kB]
13:39:59 #9 11.61 Get:318 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-parser-perl all 1.63-2 [82.2 kB]
13:39:59 #9 11.63 Get:319 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
13:39:59 #8 1.200 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
13:39:59 #9 16.18 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_arm64.deb ...
13:39:59 #9 16.18 Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.4) ...
13:39:59 #9 16.31 Selecting previously unselected package libexpat1:arm64.
13:39:59 #9 16.32 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_arm64.deb ...
13:39:59 #9 16.32 Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.4) ...
13:39:59 #9 16.36 Selecting previously unselected package python3.8-minimal.
13:39:59 #9 16.37 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_arm64.deb ...
13:39:59 #9 16.37 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ...
13:39:59 #8 26.45 Selecting previously unselected package libfakeroot:arm64.
13:39:59 #14 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 4.4s done
13:39:59 #14 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0
13:39:59 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 94.37MB / 110.02MB 12.8s
13:39:59 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 45.09MB / 53.27MB 8.4s
13:39:59 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 26.21MB / 110.02MB 8.4s
13:39:59 #9 16.54 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-interactive-perl all 1.023-1 [10.4 kB]
13:39:59 #9 16.54 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
13:39:59 #9 16.54 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
13:39:59 #9 16.54 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-xs-perl arm64 4.030-1build3 [87.0 kB]
13:39:59 #9 16.54 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
13:39:59 #9 16.54 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libldap-common all 2.5.11+dfsg-1~exp1ubuntu3 [16.8 kB]
13:39:59 #9 16.54 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
13:39:59 #9 16.55 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
13:39:59 #9 16.61 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-xs-perl arm64 0.58-2build3 [32.5 kB]
13:39:59 #9 16.62 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
13:39:59 #9 16.62 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl7 arm64 2.4.6-15build2 [39.5 kB]
13:39:59 #9 16.62 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl-dev arm64 2.4.6-15build2 [170 kB]
13:39:59 #9 16.62 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB]
13:39:59 #9 16.62 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
13:39:59 #9 16.62 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
13:39:59 #8 12.14 Get:348 http://deb.debian.org/debian buster/main amd64 mailutils amd64 1:3.5-4 [585 kB]
13:39:59 #8 12.15 Get:349 http://deb.debian.org/debian buster/main amd64 manpages-dev all 4.16-2 [2232 kB]
13:39:59 #8 12.18 Get:350 http://deb.debian.org/debian buster/main amd64 psmisc amd64 23.2-1+deb10u1 [126 kB]
13:39:59 #8 12.18 Get:351 http://deb.debian.org/debian buster/main amd64 publicsuffix all 20211109.1735-0+deb10u1 [125 kB]
13:39:59 #8 12.19 Get:352 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB]
13:39:59 #8 12.19 Get:353 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB]
13:39:59 #8 12.19 Get:354 http://deb.debian.org/debian buster/main amd64 python3-certifi all 2018.8.24-1 [140 kB]
13:39:59 #8 12.20 Get:355 http://deb.debian.org/debian buster/main amd64 python3-idna all 2.6-1 [34.3 kB]
13:39:59 #8 12.20 Get:356 http://deb.debian.org/debian buster/main amd64 python3-magic all 2:0.4.15-2 [9256 B]
13:39:59 #8 12.20 Get:357 http://deb.debian.org/debian buster/main amd64 python3-urllib3 all 1.24.1-1 [97.1 kB]
13:39:59 #8 12.20 Get:358 http://deb.debian.org/debian buster/main amd64 python3-requests all 2.21.0-1 [66.9 kB]
13:39:59 #8 12.20 Get:359 http://deb.debian.org/debian buster/main amd64 python3-unidiff all 0.5.4-1 [7506 B]
13:39:59 #8 12.20 Get:360 http://deb.debian.org/debian buster/main amd64 python3-xdg all 0.25-5 [35.9 kB]
13:39:59 #8 12.20 Get:361 http://deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB]
13:39:59 #8 12.22 Get:362 http://deb.debian.org/debian buster/main amd64 strace amd64 4.26-0.2 [898 kB]
13:39:59 #8 12.23 Get:363 http://deb.debian.org/debian buster/main amd64 unzip amd64 6.0-23+deb10u2 [172 kB]
13:39:59 #8 12.23 Get:364 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
13:39:59 #8 12.23 Get:365 http://deb.debian.org/debian buster/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
13:39:59 #8 9.345 Get:110 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB]
13:39:59 #8 9.350 Get:111 http://deb.debian.org/debian bullseye/main amd64 gettext amd64 0.21-4 [1311 kB]
13:39:59 #8 9.362 Get:112 http://deb.debian.org/debian bullseye/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
13:39:59 #8 9.362 Get:113 http://deb.debian.org/debian bullseye/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
13:39:59 #8 9.366 Get:114 http://deb.debian.org/debian bullseye/main amd64 debhelper all 13.3.4 [1049 kB]
13:39:59 #8 9.382 Get:115 http://deb.debian.org/debian bullseye/main amd64 debian-keyring all 2021.07.26 [31.1 MB]
13:39:59 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 81.79MB / 110.02MB 13.3s
13:39:59 #14 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0
13:39:59 
13:39:59 #7 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:39:59 #9 9.670 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
13:39:59 #9 9.670 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
13:39:59 #9 9.670 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
13:39:59 #9 9.681 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:39:59 #9 9.692 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
13:39:59 #9 9.692 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
13:39:59 #9 9.704 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
13:39:59 #9 9.704 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
13:39:59 #9 9.704 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
13:39:59 #9 9.704 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB]
13:39:59 #9 9.706 Get:157 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
13:39:59 #9 9.706 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
13:39:59 #9 9.706 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB]
13:39:59 #9 9.713 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB]
13:39:59 #9 9.713 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.1 [480 kB]
13:39:59 #9 9.736 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB]
13:39:59 #9 9.736 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
13:39:59 #9 9.736 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB]
13:39:59 #9 9.737 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.1 [97.6 kB]
13:39:59 #9 9.739 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.1 [90.3 kB]
13:39:59 #9 9.741 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.1 [217 kB]
13:39:59 #9 9.745 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.1 [259 kB]
13:39:59 #9 9.748 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
13:39:59 #9 9.749 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
13:39:59 #9 9.753 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
13:39:59 #9 9.753 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
13:39:59 #9 9.755 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:39:59 #9 9.755 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
13:39:59 #9 9.766 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
13:39:59 #9 9.766 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
13:39:59 #9 9.766 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
13:39:59 #9 9.766 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:39:59 #9 9.766 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:39:59 #9 9.766 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
13:39:59 #9 9.778 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
13:39:59 #9 9.778 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
13:39:59 #9 9.778 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
13:39:59 #9 9.778 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
13:39:59 #9 9.789 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
13:39:59 #9 9.790 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
13:39:59 #9 9.790 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
13:39:59 #9 9.790 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:39:59 #9 9.791 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
13:39:59 #9 9.792 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
13:39:59 #9 9.801 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
13:39:59 #9 9.803 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
13:39:59 #9 9.804 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:39:59 #9 9.804 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
13:39:59 #9 9.814 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
13:39:59 #9 9.815 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:39:59 #9 9.815 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
13:39:59 #9 9.815 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
13:39:59 #9 9.818 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
13:39:59 #9 9.820 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
13:39:59 #9 9.827 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
13:39:59 #9 9.827 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
13:39:59 #9 9.853 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:39:59 #9 9.866 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
13:39:59 #9 9.898 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
13:39:59 #9 11.63 Get:320 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproc-processtable-perl amd64 0.634-1build1 [37.5 kB]
13:39:59 #9 11.64 Get:321 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre2-9 amd64 20220201+dfsg-1 [160 kB]
13:39:59 #9 11.67 Get:322 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre-engine-re2-perl amd64 0.14-1build2 [18.8 kB]
13:39:59 #9 11.68 Get:323 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
13:39:59 #9 11.68 Get:324 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
13:39:59 #9 11.75 Get:325 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-xs-perl amd64 0.117-1build5 [12.7 kB]
13:39:59 #9 11.75 Get:326 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
13:39:59 #9 11.75 Get:327 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
13:39:59 #9 11.76 Get:328 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1 [57.5 kB]
13:39:59 #9 11.76 Get:329 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-decoder-perl amd64 4.023+ds-1 [100 kB]
13:39:59 #9 11.77 Get:330 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-encoder-perl amd64 4.023+ds-1 [104 kB]
13:39:59 #9 11.77 Get:331 http://archive.ubuntu.com/ubuntu jammy/main amd64 libset-intspan-perl all 1.19-2 [26.1 kB]
13:39:59 #9 11.78 Get:332 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsocket6-perl amd64 0.29-1build4 [19.7 kB]
13:39:59 #9 11.82 Get:333 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
13:39:59 #9 11.82 Get:334 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:39:59 #8 1.600 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
13:39:59 #8 1.694 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB]
13:39:59 #9 16.55 Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.12) ...
13:39:59 #9 16.66 Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.4) ...
13:39:59 #9 16.69 Setting up libexpat1:arm64 (2.2.9-1ubuntu0.4) ...
13:39:59 #9 16.71 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ...
13:39:59 #8 26.45 Preparing to unpack .../087-libfakeroot_1.23-1_arm64.deb ...
13:39:59 #8 26.45 Unpacking libfakeroot:arm64 (1.23-1) ...
13:39:59 #8 26.49 Selecting previously unselected package fakeroot.
13:39:59 #8 26.50 Preparing to unpack .../088-fakeroot_1.23-1_arm64.deb ...
13:39:59 #8 26.50 Unpacking fakeroot (1.23-1) ...
13:39:59 #8 26.54 Selecting previously unselected package libassuan0:arm64.
13:39:59 #8 26.55 Preparing to unpack .../089-libassuan0_2.5.2-1_arm64.deb ...
13:39:59 #8 26.55 Unpacking libassuan0:arm64 (2.5.2-1) ...
13:39:59 #8 26.59 Selecting previously unselected package gpgconf.
13:39:59 #8 26.59 Preparing to unpack .../090-gpgconf_2.2.12-1+deb10u1_arm64.deb ...
13:39:59 #8 26.59 Unpacking gpgconf (2.2.12-1+deb10u1) ...
13:39:59 #8 26.64 Selecting previously unselected package libksba8:arm64.
13:39:59 #8 26.65 Preparing to unpack .../091-libksba8_1.3.5-2_arm64.deb ...
13:39:59 #8 26.65 Unpacking libksba8:arm64 (1.3.5-2) ...
13:39:59 #14 ...
13:39:59 
13:39:59 #6 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:fc45f3e1294861d7851a87be152b1ab2350d755744077d5ee12b725fdca87919
13:39:59 #6 sha256:1d97f01bce8cd4ad2e238fef24e0fe631891202379dcf3a00bfa0d93fd37d7f4
13:39:59 #6 extracting sha256:fdc12ef68aeeb51669f794676814577b3b2e9df667d27d033cee5ad802afd1f0 7.8s done
13:39:59 #6 extracting sha256:998ceb85f37596025e32fab7d9cd59620b87ba0e45ab5c18c59060f59840daaf done
13:39:59 #6 extracting sha256:45081c646f637d7ba601d6f9dc8a026b2be1cf96c969311ae0c7be6e08f20bb1 0.6s done
13:39:59 #6 extracting sha256:b0eb4fd5a26a59a6bb57d88dd506bb37d8ab5295585f09ec9940fb69d4b6f26a 3.6s done
13:39:59 #6 DONE 16.6s
13:39:59 
13:39:59 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:39:59 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:39:59 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 103.81MB / 110.02MB 13.3s
13:39:59 #8 12.49 debconf: delaying package configuration, since apt-utils is not installed
13:39:59 #8 12.53 Fetched 171 MB in 4s (40.2 MB/s)
13:39:59 #8 12.55 Selecting previously unselected package sensible-utils.
13:39:59 #8 12.55 (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 ... 6677 files and directories currently installed.)
13:39:59 #8 12.56 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
13:39:59 #8 12.57 Unpacking sensible-utils (0.0.12) ...
13:39:59 #8 12.61 Selecting previously unselected package lsb-base.
13:39:59 #8 12.61 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
13:39:59 #8 12.61 Unpacking lsb-base (10.2019051400) ...
13:39:59 #8 12.65 Selecting previously unselected package cron.
13:39:59 #8 12.65 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_amd64.deb ...
13:39:59 #8 12.65 Unpacking cron (3.0pl1-134+deb10u1) ...
13:39:59 #8 26.71 Selecting previously unselected package g++.
13:39:59 #8 26.71 Preparing to unpack .../081-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
13:39:59 #8 26.72 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
13:39:59 #8 26.77 Selecting previously unselected package make.
13:39:59 #8 26.78 Preparing to unpack .../082-make_4.1-9.1ubuntu1_arm64.deb ...
13:39:59 #8 26.78 Unpacking make (4.1-9.1ubuntu1) ...
13:39:59 #8 26.81 Selecting previously unselected package libdpkg-perl.
13:39:59 #8 25.51 Selecting previously unselected package libfakeroot:arm64.
13:39:59 #8 25.51 Preparing to unpack .../089-libfakeroot_1.25.3-1.1_arm64.deb ...
13:39:59 #8 25.51 Unpacking libfakeroot:arm64 (1.25.3-1.1) ...
13:39:59 #8 25.55 Selecting previously unselected package fakeroot.
13:39:59 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 69.21MB / 110.02MB 12.9s
13:39:59 #7 ...
13:39:59 
13:39:59 #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:39:59 #8 DONE 0.0s
13:39:59 
13:39:59 #9 [auth] library/golang:pull token for registry-1.docker.io
13:39:59 #9 DONE 0.0s
13:39:59 
13:39:59 #10 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
13:39:59 #10 DONE 0.0s
13:39:59 
13:39:59 #11 [windows/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:39:59 #14 ...
13:39:59 
13:39:59 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:39:59 #9 sha256:7fd49663945227bd005b6d3026447bb351fab5b03c0a1f7750ee1202fce83e98
13:39:59 #9 11.54 Get:104 http://archive.ubuntu.com/ubuntu impish/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B]
13:39:59 #9 11.56 Get:105 http://archive.ubuntu.com/ubuntu impish/main amd64 make amd64 4.3-4ubuntu1 [167 kB]
13:39:59 #9 11.56 Get:106 http://archive.ubuntu.com/ubuntu impish/main amd64 libdpkg-perl all 1.20.9ubuntu2 [233 kB]
13:39:59 #9 11.56 Get:107 http://archive.ubuntu.com/ubuntu impish/main amd64 bzip2 amd64 1.0.8-4ubuntu3 [33.4 kB]
13:39:59 #9 11.56 Get:108 http://archive.ubuntu.com/ubuntu impish/main amd64 patch amd64 2.7.6-7 [105 kB]
13:39:59 #9 11.56 Get:109 http://archive.ubuntu.com/ubuntu impish/main amd64 lto-disabled-list all 16 [12.5 kB]
13:39:59 #9 11.56 Get:110 http://archive.ubuntu.com/ubuntu impish/main amd64 dpkg-dev all 1.20.9ubuntu2 [937 kB]
13:39:59 #9 11.57 Get:111 http://archive.ubuntu.com/ubuntu impish/main amd64 build-essential amd64 12.9ubuntu2 [4678 B]
13:39:59 #9 11.57 Get:112 http://archive.ubuntu.com/ubuntu impish/main amd64 libbrotli1 amd64 1.0.9-2build3 [315 kB]
13:39:59 #9 11.58 Get:113 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1ubuntu0.1 [15.5 kB]
13:39:59 #9 11.58 Get:114 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1ubuntu0.1 [49.5 kB]
13:39:59 #9 11.58 Get:115 http://archive.ubuntu.com/ubuntu impish/main amd64 libldap-2.5-0 amd64 2.5.6+dfsg-1~exp1ubuntu1 [186 kB]
13:39:59 #9 11.58 Get:116 http://archive.ubuntu.com/ubuntu impish/main amd64 libnghttp2-14 amd64 1.43.0-1 [72.5 kB]
13:39:59 #9 11.58 Get:117 http://archive.ubuntu.com/ubuntu impish/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build3 [58.3 kB]
13:39:59 #9 11.58 Get:118 http://archive.ubuntu.com/ubuntu impish/main amd64 libssh-4 amd64 0.9.6-1 [185 kB]
13:39:59 #9 11.59 Get:119 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libcurl4 amd64 7.74.0-1.3ubuntu2.1 [274 kB]
13:39:59 #9 11.59 Get:120 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 curl amd64 7.74.0-1.3ubuntu2.1 [179 kB]
13:39:59 #9 11.60 Get:121 http://archive.ubuntu.com/ubuntu impish/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
13:39:59 #9 11.60 Get:122 http://archive.ubuntu.com/ubuntu impish/main amd64 libdebhelper-perl all 13.3.4ubuntu2 [62.5 kB]
13:39:59 #9 11.60 Get:123 http://archive.ubuntu.com/ubuntu impish/main amd64 libtool all 2.4.6-15 [161 kB]
13:39:59 #9 11.62 Get:124 http://archive.ubuntu.com/ubuntu impish/main amd64 dh-autoreconf all 20 [16.1 kB]
13:39:59 #9 11.62 Get:125 http://archive.ubuntu.com/ubuntu impish/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
13:39:59 #9 11.62 Get:126 http://archive.ubuntu.com/ubuntu impish/main amd64 libsub-override-perl all 0.09-2 [9532 B]
13:39:59 #9 11.62 Get:127 http://archive.ubuntu.com/ubuntu impish/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [17.5 kB]
13:39:59 #9 11.62 Get:128 http://archive.ubuntu.com/ubuntu impish/main amd64 dh-strip-nondeterminism all 1.12.0-1 [5228 B]
13:39:59 #9 11.62 Get:129 http://archive.ubuntu.com/ubuntu impish/main amd64 libdw1 amd64 0.185-1build1 [249 kB]
13:39:59 #9 11.63 Get:130 http://archive.ubuntu.com/ubuntu impish/main amd64 debugedit amd64 1:5.0-0ubuntu2 [47.9 kB]
13:39:59 #9 11.63 Get:131 http://archive.ubuntu.com/ubuntu impish/main amd64 dwz amd64 0.14-1build1 [104 kB]
13:39:59 #9 11.63 Get:132 http://archive.ubuntu.com/ubuntu impish/main amd64 gettext amd64 0.21-4ubuntu3 [824 kB]
13:39:59 #9 11.64 Get:133 http://archive.ubuntu.com/ubuntu impish/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:39:59 #9 11.64 Get:134 http://archive.ubuntu.com/ubuntu impish/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
13:39:59 #9 11.65 Get:135 http://archive.ubuntu.com/ubuntu impish/main amd64 debhelper all 13.3.4ubuntu2 [921 kB]
13:39:59 #9 11.66 Get:136 http://archive.ubuntu.com/ubuntu impish/main amd64 libfakeroot amd64 1.25.3-1.1ubuntu2 [28.1 kB]
13:39:59 #9 11.66 Get:137 http://archive.ubuntu.com/ubuntu impish/main amd64 fakeroot amd64 1.25.3-1.1ubuntu2 [62.9 kB]
13:39:59 #9 11.66 Get:138 http://archive.ubuntu.com/ubuntu impish/main amd64 libassuan0 amd64 2.5.5-1 [38.4 kB]
13:39:59 #9 11.67 Get:139 http://archive.ubuntu.com/ubuntu impish/main amd64 gpgconf amd64 2.2.20-1ubuntu4 [91.1 kB]
13:39:59 #9 11.67 Get:140 http://archive.ubuntu.com/ubuntu impish/main amd64 libksba8 amd64 1.5.1-1 [109 kB]
13:39:59 #9 11.67 Get:141 http://archive.ubuntu.com/ubuntu impish/main amd64 libnpth0 amd64 1.6-3 [8220 B]
13:39:59 #9 11.67 Get:142 http://archive.ubuntu.com/ubuntu impish/main amd64 dirmngr amd64 2.2.20-1ubuntu4 [281 kB]
13:39:59 #9 11.67 Get:143 http://archive.ubuntu.com/ubuntu impish/main amd64 gnupg-l10n all 2.2.20-1ubuntu4 [51.4 kB]
13:39:59 #9 11.68 Get:144 http://archive.ubuntu.com/ubuntu impish/main amd64 gnupg-utils amd64 2.2.20-1ubuntu4 [302 kB]
13:39:59 #9 11.68 Get:145 http://archive.ubuntu.com/ubuntu impish/main amd64 gpg amd64 2.2.20-1ubuntu4 [479 kB]
13:39:59 #9 11.69 Get:146 http://archive.ubuntu.com/ubuntu impish/main amd64 pinentry-curses amd64 1.1.1-1 [32.0 kB]
13:39:59 #9 11.69 Get:147 http://archive.ubuntu.com/ubuntu impish/main amd64 gpg-agent amd64 2.2.20-1ubuntu4 [191 kB]
13:39:59 #9 11.69 Get:148 http://archive.ubuntu.com/ubuntu impish/main amd64 gpg-wks-client amd64 2.2.20-1ubuntu4 [62.3 kB]
13:39:59 #9 11.69 Get:149 http://archive.ubuntu.com/ubuntu impish/main amd64 gpg-wks-server amd64 2.2.20-1ubuntu4 [56.9 kB]
13:39:59 #9 11.70 Get:150 http://archive.ubuntu.com/ubuntu impish/main amd64 gpgsm amd64 2.2.20-1ubuntu4 [186 kB]
13:39:59 #9 11.70 Get:151 http://archive.ubuntu.com/ubuntu impish/main amd64 gnupg all 2.2.20-1ubuntu4 [260 kB]
13:39:59 #9 11.70 Get:152 http://archive.ubuntu.com/ubuntu impish/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
13:39:59 #9 11.70 Get:153 http://archive.ubuntu.com/ubuntu impish/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
13:39:59 #9 11.71 Get:154 http://archive.ubuntu.com/ubuntu impish/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
13:39:59 #9 11.71 Get:155 http://archive.ubuntu.com/ubuntu impish/main amd64 libfile-touch-perl all 0.11-1 [8284 B]
13:39:59 #9 11.71 Get:156 http://archive.ubuntu.com/ubuntu impish/main amd64 libio-pty-perl amd64 1:1.15-2build1 [35.1 kB]
13:39:59 #9 11.71 Get:157 http://archive.ubuntu.com/ubuntu impish/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB]
13:39:59 #9 11.71 Get:158 http://archive.ubuntu.com/ubuntu impish/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:39:59 #9 11.72 Get:159 http://archive.ubuntu.com/ubuntu impish/main amd64 libb-hooks-op-check-perl amd64 0.22-1build3 [10.3 kB]
13:39:59 #9 11.73 Get:160 http://archive.ubuntu.com/ubuntu impish/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
13:39:59 #9 11.73 Get:161 http://archive.ubuntu.com/ubuntu impish/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu3 [14.8 kB]
13:39:59 #9 11.73 Get:162 http://archive.ubuntu.com/ubuntu impish/main amd64 libparams-classify-perl amd64 0.015-1build4 [21.9 kB]
13:39:59 #9 11.73 Get:163 http://archive.ubuntu.com/ubuntu impish/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:39:59 #9 11.73 Get:164 http://archive.ubuntu.com/ubuntu impish/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:39:59 #9 11.74 Get:165 http://archive.ubuntu.com/ubuntu impish/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
13:39:59 #9 11.74 Get:166 http://archive.ubuntu.com/ubuntu impish/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
13:39:59 #9 11.74 Get:167 http://archive.ubuntu.com/ubuntu impish/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
13:39:59 #9 11.74 Get:168 http://archive.ubuntu.com/ubuntu impish/main amd64 libmoo-perl all 2.004004-1 [46.9 kB]
13:39:59 #9 11.74 Get:169 http://archive.ubuntu.com/ubuntu impish/main amd64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
13:39:59 #9 11.75 Get:170 http://archive.ubuntu.com/ubuntu impish/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
13:39:59 #9 11.75 Get:171 http://archive.ubuntu.com/ubuntu impish/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
13:39:59 #9 11.75 Get:172 http://archive.ubuntu.com/ubuntu impish/main amd64 libfile-listing-perl all 6.14-1 [11.2 kB]
13:39:59 #9 11.75 Get:173 http://archive.ubuntu.com/ubuntu impish/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:39:59 #9 11.75 Get:174 http://archive.ubuntu.com/ubuntu impish/main amd64 liburi-perl all 5.08-1 [77.4 kB]
13:39:59 #9 11.77 Get:175 http://archive.ubuntu.com/ubuntu impish/main amd64 libhtml-parser-perl amd64 3.76-1 [85.6 kB]
13:39:59 #9 11.77 Get:176 http://archive.ubuntu.com/ubuntu impish/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
13:39:59 #9 11.77 Get:177 http://archive.ubuntu.com/ubuntu impish/main amd64 libio-html-perl all 1.004-2 [15.4 kB]
13:39:59 #9 11.77 Get:178 http://archive.ubuntu.com/ubuntu impish/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:39:59 #9 11.78 Get:179 http://archive.ubuntu.com/ubuntu impish/main amd64 libhttp-message-perl all 6.29-1 [75.5 kB]
13:39:59 #9 11.78 Get:180 http://archive.ubuntu.com/ubuntu impish/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
13:39:59 #9 11.78 Get:181 http://archive.ubuntu.com/ubuntu impish/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:39:59 #9 11.78 Get:182 http://archive.ubuntu.com/ubuntu impish/main amd64 perl-openssl-defaults amd64 5 [7404 B]
13:39:59 #9 11.78 Get:183 http://archive.ubuntu.com/ubuntu impish/main amd64 libnet-ssleay-perl amd64 1.88-3ubuntu1 [292 kB]
13:39:59 #9 11.78 Get:184 http://archive.ubuntu.com/ubuntu impish/main amd64 libio-socket-ssl-perl all 2.069-1 [179 kB]
13:39:59 #9 11.79 Get:185 http://archive.ubuntu.com/ubuntu impish/main amd64 libnet-http-perl all 6.20-1 [23.0 kB]
13:39:59 #9 11.79 Get:186 http://archive.ubuntu.com/ubuntu impish/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
13:39:59 #9 11.80 Get:187 http://archive.ubuntu.com/ubuntu impish/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
13:39:59 #9 11.80 Get:188 http://archive.ubuntu.com/ubuntu impish/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:39:59 #9 11.80 Get:189 http://archive.ubuntu.com/ubuntu impish/main amd64 libwww-perl all 6.53-1 [140 kB]
13:39:59 #9 11.80 Get:190 http://archive.ubuntu.com/ubuntu impish/main amd64 patchutils amd64 0.4.2-1 [75.5 kB]
13:39:59 #9 11.81 Get:191 http://archive.ubuntu.com/ubuntu impish/main amd64 wdiff amd64 1.2.2-2build2 [29.6 kB]
13:39:59 #9 11.81 Get:192 http://archive.ubuntu.com/ubuntu impish/main amd64 devscripts amd64 2.21.4ubuntu1 [975 kB]
13:39:59 #9 11.83 Get:193 http://archive.ubuntu.com/ubuntu impish/main amd64 diffstat amd64 1.64-1 [27.8 kB]
13:39:59 #9 11.83 Get:194 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-chardet all 4.0.0-1 [98.0 kB]
13:39:59 #9 11.83 Get:195 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-six all 1.16.0-2 [12.6 kB]
13:39:59 13:39:59 #9 9.907 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
13:39:59 #9 9.907 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
#13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 84.93MB / 110.02MB 12.3s
13:39:59 #9 9.948 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
13:39:59 #9 9.948 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
13:39:59 #9 9.948 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
13:39:59 #9 9.948 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
13:39:59 #9 9.948 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
13:39:59 #9 9.948 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
13:39:59 #9 9.948 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.10 [232 kB]
13:39:59 #9 9.950 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
13:39:59 #9 9.951 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.4 [885 kB]
13:39:59 #9 9.966 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.4 [4560 kB]
13:39:59 #9 10.06 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
13:39:59 #9 10.06 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
13:39:59 #9 10.06 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:39:59 #9 10.06 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
13:39:59 #9 10.07 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
13:39:59 #9 10.07 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
13:39:59 #9 10.07 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
13:39:59 #9 10.07 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
13:39:59 #9 10.07 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:39:59 #9 10.08 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
13:39:59 #9 10.08 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
13:39:59 #9 10.08 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:39:59 #9 10.08 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
13:39:59 #9 10.08 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
13:39:59 #9 10.08 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
13:39:59 #9 10.08 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
13:39:59 #9 10.08 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
13:39:59 #9 10.09 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
13:39:59 #9 10.09 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
13:39:59 #9 10.10 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
13:39:59 #9 10.10 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
13:39:59 #9 10.11 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:39:59 #9 10.11 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
13:39:59 #9 10.11 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
13:39:59 #9 10.12 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
13:39:59 #9 10.12 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
13:39:59 #9 10.12 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
13:39:59 #9 10.12 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:39:59 #9 10.12 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
13:39:59 #9 10.13 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
13:39:59 #9 10.13 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
13:39:59 #9 10.14 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
13:39:59 #9 10.14 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
13:39:59 #9 10.14 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
13:39:59 #9 10.14 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
13:39:59 #9 10.14 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
13:39:59 #9 10.15 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
13:39:59 #9 10.15 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
13:39:59 #9 10.15 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
13:39:59 #9 10.15 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
13:39:59 #9 11.89 Get:335 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:39:59 #9 11.89 Get:336 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxs-parse-keyword-perl amd64 0.21-1build1 [51.0 kB]
13:39:59 #9 11.90 Get:337 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsyntax-keyword-try-perl amd64 0.26-1build1 [27.1 kB]
13:39:59 #9 11.90 Get:338 http://archive.ubuntu.com/ubuntu jammy/main amd64 libterm-readkey-perl amd64 2.38-1build4 [25.2 kB]
13:39:59 #9 11.90 Get:339 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build10 [8254 B]
13:39:59 #9 11.90 Get:340 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-markdown-discount-perl amd64 0.13-1build1 [12.9 kB]
13:39:59 #9 11.90 Get:341 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-xslate-perl amd64 3.5.9-1build1 [186 kB]
13:39:59 #9 11.91 Get:342 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
13:39:59 #9 11.97 Get:343 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-moment-perl amd64 0.44-1build6 [74.9 kB]
13:39:59 #9 11.97 Get:344 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-xs-perl amd64 0.022-1build2 [25.5 kB]
13:39:59 #9 12.04 Get:345 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunicode-utf8-perl amd64 0.62-1build4 [18.9 kB]
13:39:59 #9 12.04 Get:346 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
13:39:59 #9 12.04 Get:347 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
13:39:59 #9 12.04 Get:348 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
13:39:59 #9 12.04 Get:349 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [325 kB]
13:39:59 #9 12.06 Get:350 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-parser-perl amd64 2.46-3build1 [212 kB]
13:39:59 #9 12.07 Get:351 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:39:59 #9 12.07 Get:352 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1build1 [29.6 kB]
13:39:59 #9 12.11 Get:353 http://archive.ubuntu.com/ubuntu jammy/main amd64 licensecheck all 3.2.14-2 [40.9 kB]
13:39:59 #9 12.11 Get:354 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-size-perl amd64 0.83-1build4 [20.7 kB]
13:39:59 #9 12.18 Get:355 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
13:39:59 #9 12.18 Get:356 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzip amd64 1.23-1 [80.5 kB]
13:39:59 #9 12.19 Get:357 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzop amd64 1.04-2build2 [83.7 kB]
13:39:59 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 76.55MB / 110.02MB 13.0s
13:39:59 #8 1.784 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
13:39:59 #8 1.876 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf Packages [1277 kB]
13:39:59 #8 26.72 Selecting previously unselected package libnpth0:arm64.
13:39:59 #8 26.72 Preparing to unpack .../092-libnpth0_1.6-1_arm64.deb ...
13:39:59 #8 26.73 Unpacking libnpth0:arm64 (1.6-1) ...
13:39:59 #8 26.78 Selecting previously unselected package dirmngr.
13:39:59 #8 26.78 Preparing to unpack .../093-dirmngr_2.2.12-1+deb10u1_arm64.deb ...
13:39:59 #8 26.80 Unpacking dirmngr (2.2.12-1+deb10u1) ...
13:39:59 #8 26.85 Selecting previously unselected package gnupg-l10n.
13:39:59 #8 26.85 Preparing to unpack .../094-gnupg-l10n_2.2.12-1+deb10u1_all.deb ...
13:39:59 #8 26.86 Unpacking gnupg-l10n (2.2.12-1+deb10u1) ...
13:39:59 #8 25.65 Fedora 36 openh264 (From Cisco) - aarch64       2.4 kB/s | 2.5 kB     00:01    
13:39:59 #18 DONE 7.4s
13:39:59 
13:39:59 #19 [linux/arm64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
13:39:59 #19 DONE 0.1s
13:39:59 
13:39:59 #20 [linux/arm64 goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
13:39:59 #8 12.70 Selecting previously unselected package libbsd0:amd64.
13:39:59 #8 12.70 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_amd64.deb ...
13:39:59 #8 12.71 Unpacking libbsd0:amd64 (0.9.1-2+deb10u1) ...
13:39:59 #8 12.76 Selecting previously unselected package bsdmainutils.
13:39:59 #8 12.76 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_amd64.deb ...
13:39:59 #8 12.76 Unpacking bsdmainutils (11.1.2+b1) ...
13:39:59 #8 12.83 Selecting previously unselected package libuchardet0:amd64.
13:39:59 #8 12.83 Preparing to unpack .../05-libuchardet0_0.0.6-3_amd64.deb ...
13:39:59 #8 12.84 Unpacking libuchardet0:amd64 (0.0.6-3) ...
13:39:59 #8 12.87 Selecting previously unselected package groff-base.
13:39:59 #8 26.81 Preparing to unpack .../083-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ...
13:39:59 #8 26.82 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ...
13:39:59 #8 26.88 Selecting previously unselected package patch.
13:39:59 #8 26.88 Preparing to unpack .../084-patch_2.7.6-2ubuntu1.1_arm64.deb ...
13:39:59 #8 26.89 Unpacking patch (2.7.6-2ubuntu1.1) ...
13:39:59 #8 26.93 Selecting previously unselected package dpkg-dev.
13:39:59 #8 26.93 Preparing to unpack .../085-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ...
13:39:59 #8 26.94 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ...
13:39:59 #8 27.03 Selecting previously unselected package build-essential.
13:39:59 #8 27.03 Preparing to unpack .../086-build-essential_12.4ubuntu1_arm64.deb ...
13:39:59 #8 27.03 Unpacking build-essential (12.4ubuntu1) ...
13:39:59 #8 27.07 Selecting previously unselected package libroken18-heimdal:arm64.
13:39:59 #8 27.07 Preparing to unpack .../087-libroken18-heimdal_7.5.0+dfsg-1_arm64.deb ...
13:39:59 #8 27.08 Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1) ...
13:39:59 #8 27.12 Selecting previously unselected package libasn1-8-heimdal:arm64.
13:39:59 #8 27.12 Preparing to unpack .../088-libasn1-8-heimdal_7.5.0+dfsg-1_arm64.deb ...
13:39:59 #8 27.13 Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ...
13:39:59 #8 27.17 Selecting previously unselected package libheimbase1-heimdal:arm64.
13:39:59 #8 25.55 Preparing to unpack .../090-fakeroot_1.25.3-1.1_arm64.deb ...
13:39:59 #8 25.56 Unpacking fakeroot (1.25.3-1.1) ...
13:39:59 #8 25.60 Selecting previously unselected package libassuan0:arm64.
13:39:59 #8 25.60 Preparing to unpack .../091-libassuan0_2.5.3-7.1_arm64.deb ...
13:39:59 #8 25.60 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
13:39:59 #8 25.63 Selecting previously unselected package gpgconf.
13:39:59 #8 25.64 Preparing to unpack .../092-gpgconf_2.2.27-2+deb11u1_arm64.deb ...
13:39:59 #8 25.64 Unpacking gpgconf (2.2.27-2+deb11u1) ...
13:39:59 #8 25.69 Selecting previously unselected package libksba8:arm64.
13:39:59 #8 25.69 Preparing to unpack .../093-libksba8_1.5.0-3_arm64.deb ...
13:39:59 #8 25.69 Unpacking libksba8:arm64 (1.5.0-3) ...
13:39:59 #8 25.74 Selecting previously unselected package libnpth0:arm64.
13:39:59 #8 25.74 Preparing to unpack .../094-libnpth0_1.6-3_arm64.deb ...
13:39:59 #8 25.74 Unpacking libnpth0:arm64 (1.6-3) ...
13:39:59 #8 25.78 Selecting previously unselected package dirmngr.
13:39:59 #8 25.78 Preparing to unpack .../095-dirmngr_2.2.27-2+deb11u1_arm64.deb ...
13:39:59 #8 25.79 Unpacking dirmngr (2.2.27-2+deb11u1) ...
13:39:59 #9 17.02 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:39:59 #9 17.09 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
13:39:59 #9 17.27 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB]
13:39:59 #9 17.31 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
13:39:59 #9 17.32 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
13:39:59 #9 17.32 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
13:39:59 #9 17.34 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
13:39:59 #9 17.34 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-struct-perl all 0.020-1 [23.7 kB]
13:39:59 #9 11.83 Get:196 http://archive.ubuntu.com/ubuntu impish/main amd64 zstd amd64 1.4.8+dfsg-2.1 [553 kB]
13:39:59 #9 11.84 Get:197 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-debian all 0.1.39ubuntu1 [71.9 kB]
13:39:59 #9 11.84 Get:198 http://archive.ubuntu.com/ubuntu impish/main amd64 libgpgme11 amd64 1.14.0-1ubuntu4 [134 kB]
13:39:59 #9 11.85 Get:199 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-gpg amd64 1.14.0-1ubuntu4 [200 kB]
13:39:59 #9 11.85 Get:200 http://archive.ubuntu.com/ubuntu impish/main amd64 dput all 1.1.0ubuntu2 [44.9 kB]
13:39:59 #9 11.85 Get:201 http://archive.ubuntu.com/ubuntu impish/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
13:39:59 #9 11.87 Get:202 http://archive.ubuntu.com/ubuntu impish/main amd64 fontconfig-config all 2.13.1-4.2ubuntu3 [28.2 kB]
13:39:59 #11 ...
13:39:59 
13:39:59 #7 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:39:59 #7 DONE 0.5s
13:39:59 
13:39:59 #12 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.1-alpine
13:39:59 #12 DONE 0.5s
13:40:00 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 48.23MB / 53.27MB 8.7s
13:40:00 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 51.38MB / 53.27MB 9.0s
13:40:00 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 32.51MB / 110.02MB 9.0s
13:40:00 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 88.08MB / 110.02MB 13.8s
13:40:00 #15 ...
13:40:00 
13:40:00 #16 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:40:00 #16 extracting sha256:59105010ca6c9ed528dc03f6c683c1bc8cd362cabe6df8b6ffe5cb7ea9a5d7a6 6.7s done
13:40:00 #16 DONE 10.5s
13:40:00 #9 10.16 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:40:00 #9 10.16 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
13:40:00 #9 10.16 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
13:40:00 #9 10.17 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
13:40:00 #9 10.17 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
13:40:00 #9 10.18 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
13:40:00 #9 10.18 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
13:40:00 #9 10.18 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
13:40:00 #9 10.18 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
13:40:00 #9 10.18 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:40:00 #9 10.18 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
13:40:00 #9 10.18 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
13:40:00 #9 10.19 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
13:40:00 #9 10.19 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
13:40:00 #9 10.19 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
13:40:00 #9 10.19 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
13:40:00 #9 10.20 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
13:40:00 #9 10.20 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
13:40:00 #9 10.20 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:40:00 #9 10.21 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
13:40:00 #9 10.21 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
13:40:00 #9 10.21 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
13:40:00 #9 10.22 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
13:40:00 #9 10.22 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
13:40:00 #9 10.22 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
13:40:00 #9 10.22 Get:283 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-daemon-perl all 6.06-1 [21.4 kB]
13:40:00 #9 10.22 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
13:40:00 #9 10.23 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
13:40:00 #9 10.23 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
13:40:00 #9 10.23 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
13:40:00 #9 10.24 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
13:40:00 #9 10.24 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
13:40:00 #9 10.24 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
13:40:00 #9 10.24 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
13:40:00 #9 10.24 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
13:40:00 #9 10.24 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
13:40:00 #9 10.25 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
13:40:00 #9 10.25 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
13:40:00 #9 10.26 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
13:40:00 #9 10.26 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
13:40:00 #9 10.26 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:40:00 #9 10.26 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
13:40:00 #9 10.27 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
13:40:00 #9 10.27 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
13:40:00 #9 10.27 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
13:40:00 #9 10.27 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
13:40:00 #9 10.30 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
13:40:00 #9 10.32 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
13:40:00 #9 10.32 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
13:40:00 #9 10.33 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:40:00 #9 10.34 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
13:40:00 #9 10.35 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
13:40:00 #9 10.35 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
13:40:00 #9 10.35 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
13:40:00 #9 10.37 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
13:40:00 #9 10.37 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
13:40:00 #9 12.19 Get:358 http://archive.ubuntu.com/ubuntu jammy/main amd64 t1utils amd64 1.41-4build2 [61.3 kB]
13:40:00 #9 12.19 Get:359 http://archive.ubuntu.com/ubuntu jammy/main amd64 unzip amd64 6.0-26ubuntu3 [174 kB]
13:40:00 #9 12.20 Get:360 http://archive.ubuntu.com/ubuntu jammy/main amd64 lintian all 2.114.0ubuntu1 [1080 kB]
13:40:00 #9 12.26 Get:361 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
13:40:00 #9 12.35 Get:362 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB]
13:40:00 #9 12.36 Get:363 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB]
13:40:00 #9 12.36 Get:364 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
13:40:00 #9 12.36 Get:365 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
13:40:00 #9 12.37 Get:366 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
13:40:00 #9 12.37 Get:367 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
13:40:00 #9 12.37 Get:368 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-xdg all 0.27-2 [36.9 kB]
13:40:00 #9 12.37 Get:369 http://archive.ubuntu.com/ubuntu jammy/main amd64 equivs all 2.3.1 [19.0 kB]
13:40:00 #8 2.087 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages [11.0 MB]
13:40:00 #8 26.96 Selecting previously unselected package gnupg-utils.
13:40:00 #8 26.96 Preparing to unpack .../095-gnupg-utils_2.2.12-1+deb10u1_arm64.deb ...
13:40:00 #8 26.97 Unpacking gnupg-utils (2.2.12-1+deb10u1) ...
13:40:00 #8 27.05 Selecting previously unselected package gpg.
13:40:00 #8 27.05 Preparing to unpack .../096-gpg_2.2.12-1+deb10u1_arm64.deb ...
13:40:00 #8 27.05 Unpacking gpg (2.2.12-1+deb10u1) ...
13:40:00 #8 27.12 Selecting previously unselected package pinentry-curses.
13:40:00 #8 27.12 Preparing to unpack .../097-pinentry-curses_1.1.0-2_arm64.deb ...
13:40:00 #8 27.13 Unpacking pinentry-curses (1.1.0-2) ...
13:40:00 #8 27.16 Selecting previously unselected package gpg-agent.
13:40:00 #9 17.28 Selecting previously unselected package python3-minimal.
13:40:00 #9 17.28 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4433 files and directories currently installed.)
13:40:00 #9 17.29 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_arm64.deb ...
13:40:00 #9 17.29 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
13:40:00 #9 17.33 Selecting previously unselected package mime-support.
13:40:00 #8 12.87 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_amd64.deb ...
13:40:00 #8 12.88 Unpacking groff-base (1.22.4-3+deb10u1) ...
13:40:00 #8 13.08 Selecting previously unselected package libgdbm6:amd64.
13:40:00 #8 13.08 Preparing to unpack .../07-libgdbm6_1.18.1-4_amd64.deb ...
13:40:00 #8 13.09 Unpacking libgdbm6:amd64 (1.18.1-4) ...
13:40:00 #8 13.13 Selecting previously unselected package libpipeline1:amd64.
13:40:00 #8 13.13 Preparing to unpack .../08-libpipeline1_1.5.1-2_amd64.deb ...
13:40:00 #8 27.17 Preparing to unpack .../089-libheimbase1-heimdal_7.5.0+dfsg-1_arm64.deb ...
13:40:00 #8 27.18 Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:00 #8 27.23 Selecting previously unselected package libhcrypto4-heimdal:arm64.
13:40:00 #8 27.23 Preparing to unpack .../090-libhcrypto4-heimdal_7.5.0+dfsg-1_arm64.deb ...
13:40:00 #8 27.23 Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:00 #8 27.28 Selecting previously unselected package libwind0-heimdal:arm64.
13:40:00 #8 27.28 Preparing to unpack .../091-libwind0-heimdal_7.5.0+dfsg-1_arm64.deb ...
13:40:00 #8 27.29 Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:00 #8 27.35 Selecting previously unselected package libhx509-5-heimdal:arm64.
13:40:00 #8 27.35 Preparing to unpack .../092-libhx509-5-heimdal_7.5.0+dfsg-1_arm64.deb ...
13:40:00 #8 27.35 Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:00 #8 27.40 Selecting previously unselected package libkrb5-26-heimdal:arm64.
13:40:00 #8 25.85 Selecting previously unselected package gnupg-l10n.
13:40:00 #8 25.86 Preparing to unpack .../096-gnupg-l10n_2.2.27-2+deb11u1_all.deb ...
13:40:00 #8 25.86 Unpacking gnupg-l10n (2.2.27-2+deb11u1) ...
13:40:00 #8 25.95 Selecting previously unselected package gnupg-utils.
13:40:00 #8 25.95 Preparing to unpack .../097-gnupg-utils_2.2.27-2+deb11u1_arm64.deb ...
13:40:00 #8 25.96 Unpacking gnupg-utils (2.2.27-2+deb11u1) ...
13:40:00 #8 26.03 Selecting previously unselected package gpg.
13:40:00 #8 26.03 Preparing to unpack .../098-gpg_2.2.27-2+deb11u1_arm64.deb ...
13:40:00 #8 26.03 Unpacking gpg (2.2.27-2+deb11u1) ...
13:40:00 #9 17.36 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmouse-perl arm64 2.5.10-1build4 [160 kB]
13:40:00 #9 17.42 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-xs-perl arm64 0.29-1build5 [19.0 kB]
13:40:00 #9 17.43 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
13:40:00 #9 17.44 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-gzip-perl arm64 0.19-1build8 [14.6 kB]
13:40:00 #9 17.45 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-utf8-strict-perl arm64 0.009-1build1 [11.7 kB]
13:40:00 #9 17.45 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-parser-perl all 1.63-2 [82.2 kB]
13:40:00 #9 17.47 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
13:40:00 #9 17.47 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libproc-processtable-perl arm64 0.634-1build1 [37.2 kB]
13:40:00 #9 17.50 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre2-9 arm64 20220201+dfsg-1 [153 kB]
13:40:00 #9 17.52 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre-engine-re2-perl arm64 0.14-1build2 [17.9 kB]
13:40:00 #9 17.57 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
13:40:00 #9 12.27 Get:203 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libcurl3-gnutls amd64 7.74.0-1.3ubuntu2.1 [268 kB]
13:40:00 
13:40:00 #11 [windows/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:40:00 #11 DONE 0.6s
13:40:00 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 110.02MB / 110.02MB 13.7s
13:40:00 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 75.50MB / 110.02MB 13.5s
13:40:00 
13:40:00 #16 [linux/arm64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:40:00 #16 extracting sha256:48a657773900190e59f0ba6a0b06f6708be5a593336955df99496b40dd24e06d 0.0s done
13:40:00 #16 DONE 10.6s
13:40:00 
13:40:00 #17 [linux/arm64 build-base-alpine 2/4] COPY --from=xx / /
13:40:00 #9 10.37 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
13:40:00 #9 10.37 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
13:40:00 #9 10.37 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
13:40:00 #9 10.37 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
13:40:00 #9 10.37 Get:318 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB]
13:40:00 #9 10.37 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
13:40:00 #9 10.38 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
13:40:00 #9 10.39 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
13:40:00 #9 10.39 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
13:40:00 #9 10.39 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
13:40:00 #9 10.39 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:40:00 #9 10.39 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:40:00 #9 10.39 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
13:40:00 #9 10.39 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
13:40:00 #9 10.40 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
13:40:00 #9 10.40 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
13:40:00 #9 10.40 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
13:40:00 #9 10.41 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
13:40:00 #9 10.41 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
13:40:00 #9 10.41 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
13:40:00 #9 10.41 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:40:00 #9 10.41 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
13:40:00 #9 10.42 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
13:40:00 #9 10.42 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:40:00 #9 10.42 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
13:40:00 #9 10.42 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
13:40:00 #9 10.42 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
13:40:00 #9 10.44 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
13:40:00 #9 10.44 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
13:40:00 #9 10.44 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu2 [982 kB]
13:40:00 #9 10.47 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
13:40:00 #9 10.52 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
13:40:00 #9 10.52 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
13:40:00 #9 10.52 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
13:40:00 #9 10.52 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
13:40:00 #9 10.52 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
13:40:00 #9 10.54 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
13:40:00 #9 10.54 Get:351 http://archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB]
13:40:00 #9 10.54 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
13:40:00 #9 10.54 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:40:00 #9 10.58 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
13:40:00 #9 12.40 Get:370 http://archive.ubuntu.com/ubuntu jammy/main amd64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
13:40:00 #9 12.47 Get:371 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-magic all 2:0.4.24-2 [12.6 kB]
13:40:00 #9 12.69 debconf: delaying package configuration, since apt-utils is not installed
13:40:00 #9 12.73 Fetched 132 MB in 7s (19.8 MB/s)
13:40:00 #7 DONE 13.1s
13:40:00 
13:40:00 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:00 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:00 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 7.3s done
13:40:00 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 99.61MB / 110.02MB 13.0s
13:40:00 #13 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa
13:40:00 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 109.05MB / 110.02MB 13.7s
13:40:00 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 91.23MB / 110.02MB 12.8s
13:40:00 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 82.84MB / 110.02MB 13.4s
13:40:00 #8 27.16 Preparing to unpack .../098-gpg-agent_2.2.12-1+deb10u1_arm64.deb ...
13:40:00 #8 27.17 Unpacking gpg-agent (2.2.12-1+deb10u1) ...
13:40:00 #8 27.22 Selecting previously unselected package gpg-wks-client.
13:40:00 #8 27.23 Preparing to unpack .../099-gpg-wks-client_2.2.12-1+deb10u1_arm64.deb ...
13:40:00 #8 27.23 Unpacking gpg-wks-client (2.2.12-1+deb10u1) ...
13:40:00 #8 27.27 Selecting previously unselected package gpg-wks-server.
13:40:00 #8 27.27 Preparing to unpack .../100-gpg-wks-server_2.2.12-1+deb10u1_arm64.deb ...
13:40:00 #8 27.28 Unpacking gpg-wks-server (2.2.12-1+deb10u1) ...
13:40:00 #8 27.32 Selecting previously unselected package gpgsm.
13:40:00 #8 27.32 Preparing to unpack .../101-gpgsm_2.2.12-1+deb10u1_arm64.deb ...
13:40:00 #8 27.33 Unpacking gpgsm (2.2.12-1+deb10u1) ...
13:40:00 #8 27.37 Selecting previously unselected package gnupg.
13:40:00 #8 27.38 Preparing to unpack .../102-gnupg_2.2.12-1+deb10u1_all.deb ...
13:40:00 #8 27.38 Unpacking gnupg (2.2.12-1+deb10u1) ...
13:40:00 #8 27.44 Selecting previously unselected package libfile-which-perl.
13:40:00 #8 27.44 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
13:40:00 #8 27.44 Unpacking libfile-which-perl (1.23-1) ...
13:40:00 #8 27.47 Selecting previously unselected package libfile-homedir-perl.
13:40:00 #8 27.47 Preparing to unpack .../104-libfile-homedir-perl_1.004-1_all.deb ...
13:40:00 #8 27.48 Unpacking libfile-homedir-perl (1.004-1) ...
13:40:00 #8 10.28 Get:116 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
13:40:00 #8 10.29 Get:117 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
13:40:00 #8 10.29 Get:118 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
13:40:00 #8 10.29 Get:119 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u1 [548 kB]
13:40:00 #8 10.30 Get:120 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3 [123 kB]
13:40:00 #8 10.30 Get:121 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
13:40:00 #8 10.31 Get:122 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u1 [763 kB]
13:40:00 #8 10.32 Get:123 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u1 [1085 kB]
13:40:00 #8 10.34 Get:124 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u1 [905 kB]
13:40:00 #8 10.35 Get:125 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u1 [928 kB]
13:40:00 #8 10.37 Get:126 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
13:40:00 #8 10.37 Get:127 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u1 [669 kB]
13:40:00 #8 10.38 Get:128 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u1 [524 kB]
13:40:00 #8 10.39 Get:129 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u1 [516 kB]
13:40:00 #8 10.39 Get:130 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u1 [645 kB]
13:40:00 #8 10.40 Get:131 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u1 [825 kB]
13:40:00 #8 10.42 Get:132 http://deb.debian.org/debian bullseye/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B]
13:40:00 #8 10.42 Get:133 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
13:40:00 #8 10.42 Get:134 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
13:40:00 #8 10.42 Get:135 http://deb.debian.org/debian bullseye/main amd64 libfile-touch-perl all 0.11-1 [9254 B]
13:40:00 #8 10.42 Get:136 http://deb.debian.org/debian bullseye/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB]
13:40:00 #8 10.43 Get:137 http://deb.debian.org/debian bullseye/main amd64 libipc-run-perl all 20200505.0-1 [102 kB]
13:40:00 #8 10.43 Get:138 http://deb.debian.org/debian bullseye/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
13:40:00 #8 10.43 Get:139 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB]
13:40:00 #8 10.43 Get:140 http://deb.debian.org/debian bullseye/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
13:40:00 #8 10.43 Get:141 http://deb.debian.org/debian bullseye/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB]
13:40:00 #8 10.43 Get:142 http://deb.debian.org/debian bullseye/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB]
13:40:00 #8 10.43 Get:143 http://deb.debian.org/debian bullseye/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
13:40:00 #8 10.43 Get:144 http://deb.debian.org/debian bullseye/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
13:40:00 #8 10.43 Get:145 http://deb.debian.org/debian bullseye/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
13:40:00 #8 10.43 Get:146 http://deb.debian.org/debian bullseye/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
13:40:00 #8 10.43 Get:147 http://deb.debian.org/debian bullseye/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB]
13:40:00 #8 10.43 Get:148 http://deb.debian.org/debian bullseye/main amd64 libmoo-perl all 2.004004-1 [59.9 kB]
13:40:00 #8 10.44 Get:149 http://deb.debian.org/debian bullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
13:40:00 #8 10.44 Get:150 http://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
13:40:00 #9 17.33 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
13:40:00 #9 17.34 Unpacking mime-support (3.64ubuntu1) ...
13:40:00 #9 17.38 Selecting previously unselected package libmpdec2:arm64.
13:40:00 #9 17.38 Preparing to unpack .../2-libmpdec2_2.4.2-3_arm64.deb ...
13:40:00 #9 17.38 Unpacking libmpdec2:arm64 (2.4.2-3) ...
13:40:00 #9 17.42 Selecting previously unselected package readline-common.
13:40:00 #9 17.42 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
13:40:00 #9 17.42 Unpacking readline-common (8.0-4) ...
13:40:00 #9 17.48 Selecting previously unselected package libreadline8:arm64.
13:40:00 #9 17.48 Preparing to unpack .../4-libreadline8_8.0-4_arm64.deb ...
13:40:00 #9 17.48 Unpacking libreadline8:arm64 (8.0-4) ...
13:40:00 #9 17.55 Selecting previously unselected package libsqlite3-0:arm64.
13:40:00 #9 17.55 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.2_arm64.deb ...
13:40:00 #9 17.55 Unpacking libsqlite3-0:arm64 (3.31.1-4ubuntu0.2) ...
13:40:00 #9 17.62 Selecting previously unselected package libpython3.8-stdlib:arm64.
13:40:00 #8 13.14 Unpacking libpipeline1:amd64 (1.5.1-2) ...
13:40:00 #8 13.19 Selecting previously unselected package man-db.
13:40:00 #8 13.19 Preparing to unpack .../09-man-db_2.8.5-2_amd64.deb ...
13:40:00 #8 13.20 Unpacking man-db (2.8.5-2) ...
13:40:00 #8 27.41 Preparing to unpack .../093-libkrb5-26-heimdal_7.5.0+dfsg-1_arm64.deb ...
13:40:00 #8 27.41 Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:00 #8 27.46 Selecting previously unselected package libheimntlm0-heimdal:arm64.
13:40:00 #8 27.46 Preparing to unpack .../094-libheimntlm0-heimdal_7.5.0+dfsg-1_arm64.deb ...
13:40:00 #8 27.47 Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:00 #8 27.50 Selecting previously unselected package libgssapi3-heimdal:arm64.
13:40:00 #8 27.51 Preparing to unpack .../095-libgssapi3-heimdal_7.5.0+dfsg-1_arm64.deb ...
13:40:00 #8 27.51 Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:00 #8 27.55 Selecting previously unselected package libsasl2-modules-db:arm64.
13:40:00 #8 27.55 Preparing to unpack .../096-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
13:40:00 #8 27.55 Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:00 #8 27.59 Selecting previously unselected package libsasl2-2:arm64.
13:40:00 #8 27.59 Preparing to unpack .../097-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
13:40:00 #8 27.59 Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:00 #8 27.63 Selecting previously unselected package libldap-common.
13:40:00 #8 26.10 Selecting previously unselected package pinentry-curses.
13:40:00 #8 26.10 Preparing to unpack .../099-pinentry-curses_1.1.0-4_arm64.deb ...
13:40:00 #8 26.11 Unpacking pinentry-curses (1.1.0-4) ...
13:40:00 #8 26.15 Selecting previously unselected package gpg-agent.
13:40:00 #8 26.15 Preparing to unpack .../100-gpg-agent_2.2.27-2+deb11u1_arm64.deb ...
13:40:00 #8 26.15 Unpacking gpg-agent (2.2.27-2+deb11u1) ...
13:40:00 #8 26.21 Selecting previously unselected package gpg-wks-client.
13:40:00 #8 26.21 Preparing to unpack .../101-gpg-wks-client_2.2.27-2+deb11u1_arm64.deb ...
13:40:00 #8 26.22 Unpacking gpg-wks-client (2.2.27-2+deb11u1) ...
13:40:00 #8 26.26 Selecting previously unselected package gpg-wks-server.
13:40:00 #8 26.26 Preparing to unpack .../102-gpg-wks-server_2.2.27-2+deb11u1_arm64.deb ...
13:40:00 #8 26.27 Unpacking gpg-wks-server (2.2.27-2+deb11u1) ...
13:40:00 #8 26.30 Selecting previously unselected package gpgsm.
13:40:00 #8 26.31 Preparing to unpack .../103-gpgsm_2.2.27-2+deb11u1_arm64.deb ...
13:40:00 #8 26.31 Unpacking gpgsm (2.2.27-2+deb11u1) ...
13:40:00 #9 17.57 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
13:40:00 #9 17.57 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-xs-perl arm64 0.117-1build5 [12.4 kB]
13:40:00 #9 17.57 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
13:40:00 #9 17.58 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
13:40:00 #9 17.58 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsasl2-modules arm64 2.1.27+dfsg2-3ubuntu1 [57.3 kB]
13:40:00 #9 17.59 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-decoder-perl arm64 4.023+ds-1 [99.9 kB]
13:40:00 #9 17.59 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-encoder-perl arm64 4.023+ds-1 [103 kB]
13:40:00 #9 17.64 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libset-intspan-perl all 1.19-2 [26.1 kB]
13:40:00 #9 17.64 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsocket6-perl arm64 0.29-1build4 [19.8 kB]
13:40:00 #9 17.68 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
13:40:00 #9 17.68 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:40:00 #9 17.68 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:40:00 #9 17.68 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxs-parse-keyword-perl arm64 0.21-1build1 [50.4 kB]
13:40:00 #9 17.68 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsyntax-keyword-try-perl arm64 0.26-1build1 [26.7 kB]
13:40:00 #9 17.69 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libterm-readkey-perl arm64 2.38-1build4 [24.7 kB]
13:40:00 #9 17.69 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-levenshteinxs-perl arm64 0.03-4build10 [8072 B]
13:40:00 #9 17.72 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-markdown-discount-perl arm64 0.13-1build1 [12.7 kB]
13:40:00 #9 17.76 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-xslate-perl arm64 3.5.9-1build1 [184 kB]
13:40:00 #9 17.77 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
13:40:00 #9 17.77 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-moment-perl arm64 0.44-1build6 [75.4 kB]
13:40:00 #9 17.78 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-xs-perl arm64 0.022-1build2 [25.3 kB]
13:40:00 #9 17.78 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18.5 kB]
13:40:00 #9 17.78 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
13:40:00 #9 17.78 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
13:40:00 #9 17.78 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
13:40:00 #9 17.79 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB]
13:40:00 #9 17.86 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB]
13:40:00 #9 17.87 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:40:00 #9 17.87 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-libyaml-perl arm64 0.83+ds-1build1 [28.7 kB]
13:40:00 #9 17.88 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 licensecheck all 3.2.14-2 [40.9 kB]
13:40:00 #9 17.88 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-size-perl arm64 0.83-1build4 [20.4 kB]
13:40:00 #20 0.629 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
13:40:00 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 10.4s
13:40:00 #9 10.84 debconf: delaying package configuration, since apt-utils is not installed
13:40:00 #9 10.88 Fetched 106 MB in 3s (34.2 MB/s)
13:40:00 #9 10.90 Selecting previously unselected package liblocale-gettext-perl.
13:40:00 #9 10.90 (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.)
13:40:00 #9 10.90 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
13:40:00 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 38.80MB / 110.02MB 9.5s
13:40:00 #14 sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 53.27MB / 53.27MB 9.5s done
13:40:00 #9 12.75 Selecting previously unselected package liblocale-gettext-perl.
13:40:00 #9 12.75 (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 ... 4393 files and directories currently installed.)
13:40:00 #9 12.76 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ...
13:40:00 #9 12.77 Unpacking liblocale-gettext-perl (1.07-4build3) ...
13:40:00 #9 12.81 Selecting previously unselected package libpython3.10-minimal:amd64.
13:40:00 #9 12.81 Preparing to unpack .../libpython3.10-minimal_3.10.4-3_amd64.deb ...
13:40:00 #9 12.81 Unpacking libpython3.10-minimal:amd64 (3.10.4-3) ...
13:40:00 #9 12.93 Selecting previously unselected package libexpat1:amd64.
13:40:00 #9 12.93 Preparing to unpack .../libexpat1_2.4.7-1_amd64.deb ...
13:40:00 #9 12.93 Unpacking libexpat1:amd64 (2.4.7-1) ...
13:40:00 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 94.37MB / 110.02MB 14.3s
13:40:00 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 97.52MB / 110.02MB 13.2s
13:40:00 #12 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 4.6s done
13:40:00 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0
13:40:00 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 9.4s
13:40:00 #8 27.52 Selecting previously unselected package libio-pty-perl.
13:40:00 #8 27.52 Preparing to unpack .../105-libio-pty-perl_1%3a1.08-1.1+b5_arm64.deb ...
13:40:00 #8 27.53 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
13:40:00 #8 27.57 Selecting previously unselected package libipc-run-perl.
13:40:00 #8 27.58 Preparing to unpack .../106-libipc-run-perl_20180523.0-1_all.deb ...
13:40:00 #8 27.58 Unpacking libipc-run-perl (20180523.0-1) ...
13:40:00 #8 27.62 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:00 #8 27.62 Preparing to unpack .../107-libclass-method-modifiers-perl_2.12-1_all.deb ...
13:40:00 #8 27.63 Unpacking libclass-method-modifiers-perl (2.12-1) ...
13:40:00 #8 27.67 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:00 #8 27.67 Preparing to unpack .../108-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:00 #8 27.67 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:00 #8 27.71 Selecting previously unselected package libdevel-globaldestruction-perl.
13:40:00 #8 2.716 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/restricted armhf Packages [12.5 kB]
13:40:00 #8 2.722 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse armhf Packages [157 kB]
13:40:00 #8 2.731 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse armhf Packages [6833 B]
13:40:00 #8 2.731 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf Packages [1588 kB]
13:40:00 #8 2.760 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted armhf Packages [17.4 kB]
13:40:00 #8 2.760 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf Packages [1912 kB]
13:40:00 #8 10.44 Get:151 http://deb.debian.org/debian bullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB]
13:40:00 #8 10.44 Get:152 http://deb.debian.org/debian bullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB]
13:40:00 #8 10.44 Get:153 http://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
13:40:00 #8 10.44 Get:154 http://deb.debian.org/debian bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB]
13:40:00 #8 10.44 Get:155 http://deb.debian.org/debian bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB]
13:40:00 #8 10.45 Get:156 http://deb.debian.org/debian bullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
13:40:00 #8 10.45 Get:157 http://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB]
13:40:00 #8 10.45 Get:158 http://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
13:40:00 #8 10.45 Get:159 http://deb.debian.org/debian bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB]
13:40:00 #8 10.45 Get:160 http://deb.debian.org/debian bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
13:40:00 #8 10.45 Get:161 http://deb.debian.org/debian bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
13:40:00 #8 10.45 Get:162 http://deb.debian.org/debian bullseye/main amd64 perl-openssl-defaults amd64 5 [7360 B]
13:40:00 #8 10.46 Get:163 http://deb.debian.org/debian bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB]
13:40:00 #8 10.46 Get:164 http://deb.debian.org/debian bullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB]
13:40:00 #8 10.46 Get:165 http://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB]
13:40:00 #8 10.47 Get:166 http://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
13:40:00 #8 10.47 Get:167 http://deb.debian.org/debian bullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
13:40:00 #8 10.47 Get:168 http://deb.debian.org/debian bullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
13:40:00 #8 10.47 Get:169 http://deb.debian.org/debian bullseye/main amd64 libwww-perl all 6.52-1 [192 kB]
13:40:00 #8 10.47 Get:170 http://deb.debian.org/debian bullseye/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
13:40:00 #8 10.48 Get:171 http://deb.debian.org/debian bullseye/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
13:40:00 #8 10.48 Get:172 http://deb.debian.org/debian bullseye/main amd64 devscripts amd64 2.21.3+deb11u1 [1093 kB]
13:40:00 #8 10.50 Get:173 http://deb.debian.org/debian bullseye/main amd64 diffstat amd64 1.64-1 [36.6 kB]
13:40:00 #8 10.50 Get:174 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u1 [7624 B]
13:40:00 #8 10.51 Get:175 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
13:40:00 #8 10.51 Get:176 http://deb.debian.org/debian bullseye/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]
13:40:00 #8 10.52 Get:177 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
13:40:00 #8 10.52 Get:178 http://deb.debian.org/debian bullseye/main amd64 python3-debian all 0.1.39 [80.1 kB]
13:40:00 #8 10.53 Get:179 http://deb.debian.org/debian bullseye/main amd64 libgpgme11 amd64 1.14.0-1+b2 [281 kB]
13:40:00 #8 10.53 Get:180 http://deb.debian.org/debian bullseye/main amd64 python3-gpg amd64 1.14.0-1+b2 [334 kB]
13:40:00 #8 10.53 Get:181 http://deb.debian.org/debian bullseye/main amd64 dput all 1.1.0 [56.5 kB]
13:40:00 #8 10.53 Get:182 http://deb.debian.org/debian bullseye/main amd64 equivs all 2.3.1 [22.7 kB]
13:40:00 #8 10.54 Get:183 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
13:40:00 #8 10.55 Get:184 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
13:40:00 #8 10.55 Get:185 http://deb.debian.org/debian bullseye/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u1 [338 kB]
13:40:00 #8 10.56 Get:186 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
13:40:00 #8 10.57 Get:187 http://deb.debian.org/debian bullseye/main amd64 git-man all 1:2.30.2-1 [1827 kB]
13:40:00 #8 10.59 Get:188 http://deb.debian.org/debian bullseye/main amd64 git amd64 1:2.30.2-1 [5527 kB]
13:40:00 #9 17.62 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_arm64.deb ...
13:40:00 #9 17.62 Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.4) ...
13:40:00 #8 13.46 Selecting previously unselected package perl-modules-5.28.
13:40:00 #8 13.47 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
13:40:00 #8 13.48 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
13:40:00 #8 27.63 Preparing to unpack .../098-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ...
13:40:00 #8 27.63 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
13:40:00 #8 27.67 Selecting previously unselected package libldap-2.4-2:arm64.
13:40:00 #8 27.67 Preparing to unpack .../099-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_arm64.deb ...
13:40:00 #8 27.68 Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.10) ...
13:40:00 #8 27.77 Selecting previously unselected package libnghttp2-14:arm64.
13:40:00 #8 27.77 Preparing to unpack .../100-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ...
13:40:00 #8 27.80 Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
13:40:00 #8 27.84 Selecting previously unselected package librtmp1:arm64.
13:40:00 #8 27.85 Preparing to unpack .../101-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ...
13:40:00 #8 27.85 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
13:40:00 #8 27.92 Selecting previously unselected package libcurl4:arm64.
13:40:00 #9 17.88 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
13:40:00 #9 17.88 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzip arm64 1.23-1 [80.5 kB]
13:40:00 #9 17.88 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzop arm64 1.04-2build2 [84.0 kB]
13:40:00 #9 17.89 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 t1utils arm64 1.41-4build2 [61.5 kB]
13:40:00 #9 17.94 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 unzip arm64 6.0-26ubuntu3 [171 kB]
13:40:00 #9 18.01 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lintian all 2.114.0ubuntu1 [1080 kB]
13:40:00 #9 18.05 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
13:40:00 #8 26.36 Selecting previously unselected package gnupg.
13:40:00 #8 26.36 Preparing to unpack .../104-gnupg_2.2.27-2+deb11u1_all.deb ...
13:40:00 #8 26.36 Unpacking gnupg (2.2.27-2+deb11u1) ...
13:40:00 #8 26.42 Selecting previously unselected package libfile-dirlist-perl.
13:40:00 #8 26.42 Preparing to unpack .../105-libfile-dirlist-perl_0.05-2_all.deb ...
13:40:00 #8 26.42 Unpacking libfile-dirlist-perl (0.05-2) ...
13:40:00 #8 26.45 Selecting previously unselected package libfile-which-perl.
13:40:00 #8 26.45 Preparing to unpack .../106-libfile-which-perl_1.23-1_all.deb ...
13:40:00 #8 26.46 Unpacking libfile-which-perl (1.23-1) ...
13:40:00 #8 26.49 Selecting previously unselected package libfile-homedir-perl.
13:40:00 #8 26.49 Preparing to unpack .../107-libfile-homedir-perl_1.006-1_all.deb ...
13:40:00 #8 26.50 Unpacking libfile-homedir-perl (1.006-1) ...
13:40:00 #8 26.53 Selecting previously unselected package libfile-touch-perl.
13:40:00 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 110.02MB / 110.02MB 14.1s done
13:40:00 #9 12.69 Get:204 http://archive.ubuntu.com/ubuntu impish/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
13:40:00 #9 12.69 Get:205 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 git-man all 1:2.32.0-1ubuntu1.2 [942 kB]
13:40:00 
13:40:00 #13 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:40:00 #13 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
13:40:00 #13 DONE 0.1s
13:40:00 
13:40:00 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:40:00 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
13:40:00 #9 10.91 Unpacking liblocale-gettext-perl (1.07-4) ...
13:40:00 #9 10.98 Selecting previously unselected package libssl1.1:amd64.
13:40:00 #9 10.98 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ...
13:40:00 #9 10.99 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ...
13:40:00 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 45.09MB / 110.02MB 9.9s
13:40:00 #13 ...
13:40:00 
13:40:00 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
13:40:00 #9 sha256:1c003743c09659c3c82d324bce220033dfba1a7e9f3a4c96c436ffd5ae6c2bc0
13:40:00 #9 8.016  * base: download.cf.centos.org
13:40:00 #9 8.016  * extras: download.cf.centos.org
13:40:00 #9 8.016  * updates: download.cf.centos.org
13:40:00 #9 12.98 Selecting previously unselected package python3.10-minimal.
13:40:00 #9 12.98 Preparing to unpack .../python3.10-minimal_3.10.4-3_amd64.deb ...
13:40:00 #9 12.98 Unpacking python3.10-minimal (3.10.4-3) ...
13:40:00 #9 13.08 Setting up libpython3.10-minimal:amd64 (3.10.4-3) ...
13:40:00 #9 13.10 Setting up libexpat1:amd64 (2.4.7-1) ...
13:40:00 #9 13.12 Setting up python3.10-minimal (3.10.4-3) ...
13:40:00 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 101.71MB / 110.02MB 14.7s
13:40:00 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 81.79MB / 110.02MB 14.1s
13:40:00 #13 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 1.1s done
13:40:00 #8 2.865 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe armhf Packages [12.5 kB]
13:40:00 #8 2.865 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main armhf Packages [12.2 kB]
13:40:00 #8 2.865 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse armhf Packages [2754 B]
13:40:00 #8 2.865 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted armhf Packages [10.5 kB]
13:40:00 #8 2.879 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf Packages [1217 kB]
13:40:00 #8 2.935 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe armhf Packages [1226 kB]
13:40:00 #8 27.71 Preparing to unpack .../109-libdevel-globaldestruction-perl_0.14-1_all.deb ...
13:40:00 #8 27.71 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
13:40:00 #8 27.76 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:00 #8 27.76 Preparing to unpack .../110-libb-hooks-op-check-perl_0.22-1+b1_arm64.deb ...
13:40:00 #8 27.77 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
13:40:00 #8 27.81 Selecting previously unselected package libdynaloader-functions-perl.
13:40:00 #8 27.81 Preparing to unpack .../111-libdynaloader-functions-perl_0.003-1_all.deb ...
13:40:00 #8 27.82 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:40:00 #8 27.84 Selecting previously unselected package libdevel-callchecker-perl.
13:40:00 #8 27.84 Preparing to unpack .../112-libdevel-callchecker-perl_0.008-1_arm64.deb ...
13:40:00 #8 27.85 Unpacking libdevel-callchecker-perl (0.008-1) ...
13:40:00 #8 27.88 Selecting previously unselected package libparams-classify-perl.
13:40:00 #8 27.88 Preparing to unpack .../113-libparams-classify-perl_0.015-1+b1_arm64.deb ...
13:40:00 #8 27.89 Unpacking libparams-classify-perl (0.015-1+b1) ...
13:40:00 #8 27.92 Selecting previously unselected package libmodule-runtime-perl.
13:40:00 #8 27.92 Preparing to unpack .../114-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:00 #8 27.92 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:00 #8 27.95 Selecting previously unselected package libimport-into-perl.
13:40:00 #8 27.96 Preparing to unpack .../115-libimport-into-perl_1.002005-1_all.deb ...
13:40:00 #8 27.96 Unpacking libimport-into-perl (1.002005-1) ...
13:40:00 #8 27.99 Selecting previously unselected package librole-tiny-perl.
13:40:00 #8 27.99 Preparing to unpack .../116-librole-tiny-perl_2.000006-1_all.deb ...
13:40:00 #8 28.00 Unpacking librole-tiny-perl (2.000006-1) ...
13:40:00 #8 28.03 Selecting previously unselected package libstrictures-perl.
13:40:00 #9 17.78 Selecting previously unselected package python3.8.
13:40:00 #9 17.79 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.4_arm64.deb ...
13:40:00 #9 17.79 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ...
13:40:00 #9 17.84 Selecting previously unselected package libpython3-stdlib:arm64.
13:40:00 #9 17.84 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_arm64.deb ...
13:40:00 #9 17.84 Unpacking libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
13:40:00 #9 17.90 Setting up python3-minimal (3.8.2-0ubuntu2) ...
13:40:00 #8 24.21 Fedora 35 openh264 (From Cisco) - aarch64       2.4 kB/s | 2.5 kB     00:01    
13:40:00 #8 10.71 Get:189 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
13:40:00 #8 10.76 Get:190 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
13:40:00 #8 10.76 Get:191 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB]
13:40:00 #8 10.76 Get:192 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
13:40:00 #8 10.76 Get:193 http://deb.debian.org/debian bullseye/main amd64 libaliased-perl all 0.34-1.1 [14.1 kB]
13:40:00 #8 10.76 Get:194 http://deb.debian.org/debian bullseye/main amd64 libapt-pkg-perl amd64 0.1.39 [72.1 kB]
13:40:00 #8 10.77 Get:195 http://deb.debian.org/debian bullseye/main amd64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
13:40:00 #8 10.77 Get:196 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
13:40:00 #8 10.77 Get:197 http://deb.debian.org/debian bullseye/main amd64 libarray-intspan-perl all 2.004-1 [25.5 kB]
13:40:00 #8 10.77 Get:198 http://deb.debian.org/debian bullseye/main amd64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
13:40:00 #8 10.77 Get:199 http://deb.debian.org/debian bullseye/main amd64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
13:40:00 #8 10.77 Get:200 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
13:40:00 #8 10.77 Get:201 http://deb.debian.org/debian bullseye/main amd64 libvariable-magic-perl amd64 0.62-1+b3 [45.7 kB]
13:40:00 #8 10.77 Get:202 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
13:40:00 #8 10.78 Get:203 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
13:40:00 #8 10.78 Get:204 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1 [418 kB]
13:40:00 #8 10.79 Get:205 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
13:40:00 #8 10.79 Get:206 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
13:40:00 #8 10.80 Get:207 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB]
13:40:00 #8 10.80 Get:208 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
13:40:00 #8 10.80 Get:209 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
13:40:00 #8 10.80 Get:210 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
13:40:00 #8 10.80 Get:211 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
13:40:00 #8 10.80 Get:212 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
13:40:00 #8 10.81 Get:213 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1 [311 kB]
13:40:00 #8 10.81 Get:214 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1 [772 kB]
13:40:00 #8 10.82 Get:215 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
13:40:00 #8 10.82 Get:216 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
13:40:00 #8 10.82 Get:217 http://deb.debian.org/debian bullseye/main amd64 libc-devtools amd64 2.31-13+deb11u3 [245 kB]
13:40:00 #8 10.82 Get:218 http://deb.debian.org/debian bullseye/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
13:40:00 #8 10.83 Get:219 http://deb.debian.org/debian bullseye/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
13:40:00 #8 10.83 Get:220 http://deb.debian.org/debian bullseye/main amd64 libclass-inspector-perl all 1.36-1 [19.6 kB]
13:40:00 #8 10.83 Get:221 http://deb.debian.org/debian bullseye/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b7 [38.1 kB]
13:40:00 #8 10.83 Get:222 http://deb.debian.org/debian bullseye/main amd64 libclone-perl amd64 0.45-1+b1 [15.4 kB]
13:40:00 #8 10.83 Get:223 http://deb.debian.org/debian bullseye/main amd64 libcommon-sense-perl amd64 3.75-1+b4 [24.6 kB]
13:40:00 #8 10.83 Get:224 http://deb.debian.org/debian bullseye/main amd64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
13:40:00 #8 10.83 Get:225 http://deb.debian.org/debian bullseye/main amd64 libparams-util-perl amd64 1.102-1+b1 [25.6 kB]
13:40:00 #8 10.83 Get:226 http://deb.debian.org/debian bullseye/main amd64 libsub-install-perl all 0.928-1.1 [10.8 kB]
13:40:00 #8 10.84 Get:227 http://deb.debian.org/debian bullseye/main amd64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
13:40:00 #8 10.84 Get:228 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
13:40:00 #8 10.84 Get:229 http://deb.debian.org/debian bullseye/main amd64 libconst-fast-perl all 0.014-1.1 [8552 B]
13:40:00 #8 10.84 Get:230 http://deb.debian.org/debian bullseye/main amd64 libwant-perl amd64 0.29-1+b6 [28.8 kB]
13:40:00 #8 10.84 Get:231 http://deb.debian.org/debian bullseye/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
13:40:00 #8 10.84 Get:232 http://deb.debian.org/debian bullseye/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
13:40:00 #8 10.84 Get:233 http://deb.debian.org/debian bullseye/main amd64 libcpanel-json-xs-perl amd64 4.25-1+b1 [129 kB]
13:40:00 #8 10.84 Get:234 http://deb.debian.org/debian bullseye/main amd64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
13:40:00 #8 10.85 Get:235 http://deb.debian.org/debian bullseye/main amd64 libexception-class-perl all 1.44-1 [32.3 kB]
13:40:00 #8 10.85 Get:236 http://deb.debian.org/debian bullseye/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
13:40:00 #8 10.85 Get:237 http://deb.debian.org/debian bullseye/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
13:40:00 #8 10.85 Get:238 http://deb.debian.org/debian bullseye/main amd64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
13:40:00 #8 10.85 Get:239 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [40.9 kB]
13:40:00 #8 10.87 Get:240 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
13:40:00 #8 10.87 Get:241 http://deb.debian.org/debian bullseye/main amd64 libdata-dpath-perl all 0.58-1 [43.5 kB]
13:40:00 #8 10.88 Get:242 http://deb.debian.org/debian bullseye/main amd64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
13:40:00 #8 10.88 Get:243 http://deb.debian.org/debian bullseye/main amd64 libdata-messagepack-perl amd64 1.00-4+b1 [38.8 kB]
13:40:00 #8 10.88 Get:244 http://deb.debian.org/debian bullseye/main amd64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
13:40:00 #8 10.88 Get:245 http://deb.debian.org/debian bullseye/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
13:40:00 #8 10.88 Get:246 http://deb.debian.org/debian bullseye/main amd64 libdevel-size-perl amd64 0.83-1+b2 [26.1 kB]
13:40:00 #8 10.88 Get:247 http://deb.debian.org/debian bullseye/main amd64 libdistro-info-perl all 1.0 [7480 B]
13:40:00 #8 10.88 Get:248 http://deb.debian.org/debian bullseye/main amd64 libemail-address-xs-perl amd64 1.04-1+b3 [28.0 kB]
13:40:00 #8 10.88 Get:249 http://deb.debian.org/debian bullseye/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
13:40:00 #8 10.88 Get:250 http://deb.debian.org/debian bullseye/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
13:40:00 #8 10.88 Get:251 http://deb.debian.org/debian bullseye/main amd64 libfcgi-perl amd64 0.79+ds-2 [27.6 kB]
13:40:00 #8 10.89 Get:252 http://deb.debian.org/debian bullseye/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
13:40:00 #8 10.89 Get:253 http://deb.debian.org/debian bullseye/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
13:40:00 #8 10.89 Get:254 http://deb.debian.org/debian bullseye/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
13:40:00 #8 10.89 Get:255 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB]
13:40:00 #8 10.91 Get:256 http://deb.debian.org/debian bullseye/main amd64 libnumber-compare-perl all 0.03-1.1 [6956 B]
13:40:00 #8 10.91 Get:257 http://deb.debian.org/debian bullseye/main amd64 libtext-glob-perl all 0.11-1 [8888 B]
13:40:00 #8 10.92 Get:258 http://deb.debian.org/debian bullseye/main amd64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
13:40:00 #8 10.92 Get:259 http://deb.debian.org/debian bullseye/main amd64 libfont-afm-perl all 1.20-3 [14.0 kB]
13:40:00 #8 10.92 Get:260 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
13:40:00 #8 10.92 Get:261 http://deb.debian.org/debian bullseye/main amd64 libfont-ttf-perl all 1.06-1.1 [318 kB]
13:40:00 #8 10.92 Get:262 http://deb.debian.org/debian bullseye/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
13:40:00 #8 10.93 Get:263 http://deb.debian.org/debian bullseye/main amd64 libparams-validate-perl amd64 1.30-1+b1 [68.2 kB]
13:40:00 #8 10.93 Get:264 http://deb.debian.org/debian bullseye/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
13:40:00 #8 10.93 Get:265 http://deb.debian.org/debian bullseye/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
13:40:00 #8 10.93 Get:266 http://deb.debian.org/debian bullseye/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
13:40:00 #8 10.94 Get:267 http://deb.debian.org/debian bullseye/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
13:40:00 #8 10.94 Get:268 http://deb.debian.org/debian bullseye/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
13:40:00 #8 10.94 Get:269 http://deb.debian.org/debian bullseye/main amd64 libjson-perl all 4.03000-1 [88.6 kB]
13:40:00 #8 10.94 Get:270 http://deb.debian.org/debian bullseye/main amd64 liblog-any-perl all 1.709-1 [73.5 kB]
13:40:00 #8 10.94 Get:271 http://deb.debian.org/debian bullseye/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
13:40:00 #8 10.95 Get:272 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-perl all 0.39-1 [21.9 kB]
13:40:00 #8 10.95 Get:273 http://deb.debian.org/debian bullseye/main amd64 libsub-identify-perl amd64 0.14-1+b3 [12.0 kB]
13:40:00 #8 10.95 Get:274 http://deb.debian.org/debian bullseye/main amd64 libsub-name-perl amd64 0.26-1+b1 [13.8 kB]
13:40:00 #8 10.95 Get:275 http://deb.debian.org/debian bullseye/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
13:40:00 #8 10.95 Get:276 http://deb.debian.org/debian bullseye/main amd64 libpath-tiny-perl all 0.118-1 [53.5 kB]
13:40:00 #8 10.96 Get:277 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-perl all 1.012001-2 [351 kB]
13:40:00 #8 10.97 Get:278 http://deb.debian.org/debian bullseye/main amd64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
13:40:00 #8 10.97 Get:279 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
13:40:00 #8 10.99 Get:280 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
13:40:00 #8 11.01 Get:281 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
13:40:00 #8 11.01 Get:282 http://deb.debian.org/debian bullseye/main amd64 libhash-fieldhash-perl amd64 0.15-1+b3 [18.0 kB]
13:40:00 #8 11.01 Get:283 http://deb.debian.org/debian bullseye/main amd64 libhtml-form-perl all 6.07-1 [22.9 kB]
13:40:00 #8 27.92 Preparing to unpack .../102-libcurl4_7.58.0-2ubuntu3.17_arm64.deb ...
13:40:00 #8 27.92 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.17) ...
13:40:00 #8 27.97 Selecting previously unselected package curl.
13:40:00 #8 27.97 Preparing to unpack .../103-curl_7.58.0-2ubuntu3.17_arm64.deb ...
13:40:00 #8 27.98 Unpacking curl (7.58.0-2ubuntu3.17) ...
13:40:00 #8 28.02 Selecting previously unselected package dctrl-tools.
13:40:00 #8 28.02 Preparing to unpack .../104-dctrl-tools_2.24-2build1_arm64.deb ...
13:40:00 #8 28.03 Unpacking dctrl-tools (2.24-2build1) ...
13:40:00 #8 28.07 Selecting previously unselected package libtool.
13:40:00 #8 28.07 Preparing to unpack .../105-libtool_2.4.6-2_all.deb ...
13:40:00 #8 28.08 Unpacking libtool (2.4.6-2) ...
13:40:00 #8 28.12 Selecting previously unselected package dh-autoreconf.
13:40:00 #9 18.17 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-certifi all 2020.6.20-1 [150 kB]
13:40:00 #9 18.17 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-idna all 3.3-1 [49.3 kB]
13:40:00 #9 18.18 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
13:40:00 #9 18.18 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
13:40:00 #9 18.18 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
13:40:00 #9 18.18 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
13:40:00 #9 18.18 Get:367 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-xdg all 0.27-2 [36.9 kB]
13:40:00 #9 18.18 Get:368 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 equivs all 2.3.1 [19.0 kB]
13:40:00 #9 18.19 Get:369 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
13:40:00 #9 18.24 Get:370 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-magic all 2:0.4.24-2 [12.6 kB]
13:40:01 #8 26.53 Preparing to unpack .../108-libfile-touch-perl_0.11-1_all.deb ...
13:40:01 #8 26.53 Unpacking libfile-touch-perl (0.11-1) ...
13:40:01 #8 26.56 Selecting previously unselected package libio-pty-perl.
13:40:01 #8 26.56 Preparing to unpack .../109-libio-pty-perl_1%3a1.15-2_arm64.deb ...
13:40:01 #8 26.57 Unpacking libio-pty-perl (1:1.15-2) ...
13:40:01 #8 26.60 Selecting previously unselected package libipc-run-perl.
13:40:01 #8 26.60 Preparing to unpack .../110-libipc-run-perl_20200505.0-1_all.deb ...
13:40:01 #8 26.60 Unpacking libipc-run-perl (20200505.0-1) ...
13:40:01 #8 26.64 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:01 #8 26.64 Preparing to unpack .../111-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:01 #8 26.65 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:01 #8 26.68 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:01 #8 26.68 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b3_arm64.deb ...
13:40:01 #8 26.68 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
13:40:01 #8 26.71 Selecting previously unselected package libdynaloader-functions-perl.
13:40:01 #8 26.71 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:40:01 #8 26.72 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:40:01 #8 26.75 Selecting previously unselected package libdevel-callchecker-perl.
13:40:01 #8 26.75 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1+b2_arm64.deb ...
13:40:01 #8 26.76 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
13:40:01 #8 26.79 Selecting previously unselected package libparams-classify-perl.
13:40:01 #8 26.79 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b3_arm64.deb ...
13:40:01 #8 26.79 Unpacking libparams-classify-perl (0.015-1+b3) ...
13:40:01 #8 26.85 Selecting previously unselected package libmodule-runtime-perl.
13:40:01 #8 26.85 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:01 #9 12.87 Get:206 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 git amd64 1:2.32.0-1ubuntu1.2 [3035 kB]
13:40:01 #9 13.04 Get:207 http://archive.ubuntu.com/ubuntu impish/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
13:40:01 #9 13.07 Get:208 http://archive.ubuntu.com/ubuntu impish/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build1 [11.4 kB]
13:40:01 #9 13.07 Get:209 http://archive.ubuntu.com/ubuntu impish/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:40:01 #9 13.07 Get:210 http://archive.ubuntu.com/ubuntu impish/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB]
13:40:01 #9 13.07 Get:211 http://archive.ubuntu.com/ubuntu impish/main amd64 libapt-pkg-perl amd64 0.1.40 [68.6 kB]
13:40:01 #9 13.07 Get:212 http://archive.ubuntu.com/ubuntu impish/main amd64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
13:40:01 #9 13.07 Get:213 http://archive.ubuntu.com/ubuntu impish/main amd64 libarray-intspan-perl all 2.004-1 [24.5 kB]
13:40:01 #9 13.07 Get:214 http://archive.ubuntu.com/ubuntu impish/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
13:40:01 #9 13.07 Get:215 http://archive.ubuntu.com/ubuntu impish/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:40:01 #9 13.14 Get:216 http://archive.ubuntu.com/ubuntu impish/main amd64 libvariable-magic-perl amd64 0.62-1build3 [34.2 kB]
13:40:01 #9 11.19 Selecting previously unselected package libpython3.8-minimal:amd64.
13:40:01 #9 11.19 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ...
13:40:01 #9 11.20 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ...
13:40:01 #9 11.39 Selecting previously unselected package libexpat1:amd64.
13:40:01 #9 11.39 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ...
13:40:01 #9 11.39 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ...
13:40:01 #20 1.218 go: downloading github.com/akavel/rsrc v0.10.2
13:40:01 #14 ...
13:40:01 
13:40:01 #13 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:40:01 #13 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
13:40:01 #13 DONE 0.3s
13:40:01 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 109.05MB / 110.02MB 15.1s
13:40:01 #8 28.03 Preparing to unpack .../117-libstrictures-perl_2.000005-1_all.deb ...
13:40:01 #8 28.04 Unpacking libstrictures-perl (2.000005-1) ...
13:40:01 #8 28.07 Selecting previously unselected package libsub-quote-perl.
13:40:01 #8 28.07 Preparing to unpack .../118-libsub-quote-perl_2.005001-1_all.deb ...
13:40:01 #8 28.08 Unpacking libsub-quote-perl (2.005001-1) ...
13:40:01 #8 28.11 Selecting previously unselected package libmoo-perl.
13:40:01 #8 28.11 Preparing to unpack .../119-libmoo-perl_2.003004-2_all.deb ...
13:40:01 #8 28.11 Unpacking libmoo-perl (2.003004-2) ...
13:40:01 #8 28.15 Selecting previously unselected package libencode-locale-perl.
13:40:01 #8 28.15 Preparing to unpack .../120-libencode-locale-perl_1.05-1_all.deb ...
13:40:01 #8 28.15 Unpacking libencode-locale-perl (1.05-1) ...
13:40:01 #8 28.18 Selecting previously unselected package libtimedate-perl.
13:40:01 #8 28.18 Preparing to unpack .../121-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
13:40:01 #8 28.19 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
13:40:01 #8 28.23 Selecting previously unselected package libhttp-date-perl.
13:40:01 #8 28.23 Preparing to unpack .../122-libhttp-date-perl_6.02-1_all.deb ...
13:40:01 #8 28.23 Unpacking libhttp-date-perl (6.02-1) ...
13:40:01 #8 28.27 Selecting previously unselected package libfile-listing-perl.
13:40:01 #9 18.09 Selecting previously unselected package python3.
13:40:01 #9 18.09 (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 ... 4863 files and directories currently installed.)
13:40:01 #9 18.10 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_arm64.deb ...
13:40:01 #9 18.10 Unpacking python3 (3.8.2-0ubuntu2) ...
13:40:01 #9 18.15 Selecting previously unselected package libbsd0:arm64.
13:40:01 #9 18.15 Preparing to unpack .../001-libbsd0_0.10.0-1_arm64.deb ...
13:40:01 #9 18.15 Unpacking libbsd0:arm64 (0.10.0-1) ...
13:40:01 #9 18.20 Selecting previously unselected package bsdmainutils.
13:40:01 #9 18.20 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_arm64.deb ...
13:40:01 #9 18.21 Unpacking bsdmainutils (11.1.2ubuntu3) ...
13:40:01 #9 18.28 Selecting previously unselected package libuchardet0:arm64.
13:40:01 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 92.27MB / 110.02MB 14.2s
13:40:01 #8 11.01 Get:284 http://deb.debian.org/debian bullseye/main amd64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
13:40:01 #8 11.02 Get:285 http://deb.debian.org/debian bullseye/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
13:40:01 #8 11.02 Get:286 http://deb.debian.org/debian bullseye/main amd64 libhttp-daemon-perl all 6.12-1 [22.9 kB]
13:40:01 #8 11.02 Get:287 http://deb.debian.org/debian bullseye/main amd64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
13:40:01 #8 11.02 Get:288 http://deb.debian.org/debian bullseye/main amd64 libipc-run3-perl all 0.048-2 [34.2 kB]
13:40:01 #8 11.02 Get:289 http://deb.debian.org/debian bullseye/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
13:40:01 #8 11.03 Get:290 http://deb.debian.org/debian bullseye/main amd64 libjson-xs-perl amd64 4.030-1+b1 [94.9 kB]
13:40:01 #8 11.03 Get:291 http://deb.debian.org/debian bullseye/main amd64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
13:40:01 #8 11.03 Get:292 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3 [95.9 kB]
13:40:01 #8 11.03 Get:293 http://deb.debian.org/debian bullseye/main amd64 liblist-compare-perl all 0.55-1 [66.9 kB]
13:40:01 #8 11.03 Get:294 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-perl all 0.58-1 [36.5 kB]
13:40:01 #8 11.03 Get:295 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-xs-perl amd64 0.58-2+b1 [33.3 kB]
13:40:01 #8 11.04 Get:296 http://deb.debian.org/debian bullseye/main amd64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
13:40:01 #8 11.04 Get:297 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB]
13:40:01 #8 11.04 Get:298 http://deb.debian.org/debian bullseye/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
13:40:01 #8 11.04 Get:299 http://deb.debian.org/debian bullseye/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
13:40:01 #8 11.05 Get:300 http://deb.debian.org/debian bullseye/main amd64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
13:40:01 #8 11.05 Get:301 http://deb.debian.org/debian bullseye/main amd64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
13:40:01 #8 11.05 Get:302 http://deb.debian.org/debian bullseye/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
13:40:01 #8 11.05 Get:303 http://deb.debian.org/debian bullseye/main amd64 libmailtools-perl all 2.21-1 [95.5 kB]
13:40:01 #8 11.05 Get:304 http://deb.debian.org/debian bullseye/main amd64 libmarkdown2 amd64 2.2.6-1 [36.8 kB]
13:40:01 #8 11.05 Get:305 http://deb.debian.org/debian bullseye/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
13:40:01 #8 11.05 Get:306 http://deb.debian.org/debian bullseye/main amd64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
13:40:01 #8 11.06 Get:307 http://deb.debian.org/debian bullseye/main amd64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
13:40:01 #8 11.06 Get:308 http://deb.debian.org/debian bullseye/main amd64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
13:40:01 #8 11.06 Get:309 http://deb.debian.org/debian bullseye/main amd64 libmoox-struct-perl all 0.020-1 [25.4 kB]
13:40:01 #8 11.07 Get:310 http://deb.debian.org/debian bullseye/main amd64 libmouse-perl amd64 2.5.10-1+b1 [172 kB]
13:40:01 #8 11.07 Get:311 http://deb.debian.org/debian bullseye/main amd64 libnumber-range-perl all 0.12-1.1 [8688 B]
13:40:01 #8 11.07 Get:312 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b9 [37.9 kB]
13:40:01 #8 11.07 Get:313 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b9 [28.8 kB]
13:40:01 #8 11.07 Get:314 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-xs-perl amd64 0.29-1+b2 [20.2 kB]
13:40:01 #8 11.07 Get:315 http://deb.debian.org/debian bullseye/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
13:40:01 #8 11.07 Get:316 http://deb.debian.org/debian bullseye/main amd64 libperlio-gzip-perl amd64 0.19-1+b7 [17.4 kB]
13:40:01 #8 11.07 Get:317 http://deb.debian.org/debian bullseye/main amd64 libpod-parser-perl all 1.63-2 [96.1 kB]
13:40:01 #8 11.07 Get:318 http://deb.debian.org/debian bullseye/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
13:40:01 #8 11.08 Get:319 http://deb.debian.org/debian bullseye/main amd64 libproc-processtable-perl amd64 0.59-2+b1 [45.9 kB]
13:40:01 #8 11.08 Get:320 http://deb.debian.org/debian bullseye/main amd64 libre2-9 amd64 20210201+dfsg-1 [170 kB]
13:40:01 #8 11.08 Get:321 http://deb.debian.org/debian bullseye/main amd64 libre-engine-re2-perl amd64 0.14-1 [18.6 kB]
13:40:01 #8 11.08 Get:322 http://deb.debian.org/debian bullseye/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
13:40:01 #8 11.08 Get:323 http://deb.debian.org/debian bullseye/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
13:40:01 #8 11.08 Get:324 http://deb.debian.org/debian bullseye/main amd64 libref-util-xs-perl amd64 0.117-1+b3 [13.9 kB]
13:40:01 #8 11.08 Get:325 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
13:40:01 #8 11.09 Get:326 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
13:40:01 #8 11.09 Get:327 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1+deb11u1 [104 kB]
13:40:01 #8 11.09 Get:328 http://deb.debian.org/debian bullseye/main amd64 libsereal-decoder-perl amd64 4.018+ds-1+b1 [99.3 kB]
13:40:01 #8 11.10 Get:329 http://deb.debian.org/debian bullseye/main amd64 libsereal-encoder-perl amd64 4.018+ds-1+b1 [103 kB]
13:40:01 #8 11.11 Get:330 http://deb.debian.org/debian bullseye/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
13:40:01 #8 11.11 Get:331 http://deb.debian.org/debian bullseye/main amd64 libxml-parser-perl amd64 2.46-2 [206 kB]
13:40:01 #8 11.12 Get:332 http://deb.debian.org/debian bullseye/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
13:40:01 #8 11.12 Get:333 http://deb.debian.org/debian bullseye/main amd64 libsort-key-perl amd64 1.33-2+b3 [37.1 kB]
13:40:01 #8 11.12 Get:334 http://deb.debian.org/debian bullseye/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
13:40:01 #8 11.12 Get:335 http://deb.debian.org/debian bullseye/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
13:40:01 #8 11.13 Get:336 http://deb.debian.org/debian bullseye/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
13:40:01 #8 11.13 Get:337 http://deb.debian.org/debian bullseye/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-1 [33.9 kB]
13:40:01 #8 11.13 Get:338 http://deb.debian.org/debian bullseye/main amd64 libterm-readkey-perl amd64 2.38-1+b2 [27.8 kB]
13:40:01 #8 11.14 Get:339 http://deb.debian.org/debian bullseye/main amd64 libtext-levenshteinxs-perl amd64 0.03-4+b8 [8724 B]
13:40:01 #8 11.14 Get:340 http://deb.debian.org/debian bullseye/main amd64 libtext-markdown-discount-perl amd64 0.12-1+b1 [13.0 kB]
13:40:01 #8 11.14 Get:341 http://deb.debian.org/debian bullseye/main amd64 libtext-xslate-perl amd64 3.5.8-1+b1 [197 kB]
13:40:01 #8 11.14 Get:342 http://deb.debian.org/debian bullseye/main amd64 libtime-duration-perl all 1.21-1 [13.7 kB]
13:40:01 #8 11.14 Get:343 http://deb.debian.org/debian bullseye/main amd64 libtime-moment-perl amd64 0.44-1+b3 [75.8 kB]
13:40:01 #8 11.14 Get:344 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [25.8 kB]
13:40:01 #8 11.15 Get:345 http://deb.debian.org/debian bullseye/main amd64 libunicode-utf8-perl amd64 0.62-1+b2 [20.3 kB]
13:40:01 #8 11.15 Get:346 http://deb.debian.org/debian bullseye/main amd64 libunwind8 amd64 1.3.2-2 [54.5 kB]
13:40:01 #8 11.15 Get:347 http://deb.debian.org/debian bullseye/main amd64 libxdelta2 amd64 1.1.3-9.3 [48.2 kB]
13:40:01 #8 11.15 Get:348 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB]
13:40:01 #8 11.15 Get:349 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
13:40:01 #8 11.15 Get:350 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
13:40:01 #8 11.16 Get:351 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
13:40:01 #8 11.16 Get:352 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
13:40:01 #8 11.17 Get:353 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
13:40:01 #8 11.17 Get:354 http://deb.debian.org/debian bullseye/main amd64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
13:40:01 #8 11.17 Get:355 http://deb.debian.org/debian bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
13:40:01 #8 11.18 Get:356 http://deb.debian.org/debian bullseye/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB]
13:40:01 #8 11.18 Get:357 http://deb.debian.org/debian bullseye/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1+b1 [35.8 kB]
13:40:01 #8 11.18 Get:358 http://deb.debian.org/debian bullseye/main amd64 licensecheck all 3.1.1-2 [50.0 kB]
13:40:01 #8 11.18 Get:359 http://deb.debian.org/debian bullseye/main amd64 lzip amd64 1.22-3 [88.5 kB]
13:40:01 #8 11.18 Get:360 http://deb.debian.org/debian bullseye/main amd64 lzop amd64 1.04-2 [84.2 kB]
13:40:01 #8 11.18 Get:361 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB]
13:40:01 #8 11.19 Get:362 http://deb.debian.org/debian bullseye/main amd64 unzip amd64 6.0-26 [171 kB]
13:40:01 #8 11.19 Get:363 http://deb.debian.org/debian bullseye/main amd64 lintian all 2.104.0 [1265 kB]
13:40:01 #8 11.20 Get:364 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
13:40:01 #8 11.20 Get:365 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB]
13:40:01 #8 11.23 Get:366 http://deb.debian.org/debian bullseye/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
13:40:01 #8 11.23 Get:367 http://deb.debian.org/debian bullseye/main amd64 pixz amd64 1.0.7-1 [20.9 kB]
13:40:01 #8 11.23 Get:368 http://deb.debian.org/debian bullseye/main amd64 xdelta amd64 1.1.3-9.3 [26.4 kB]
13:40:01 #8 11.23 Get:369 http://deb.debian.org/debian bullseye/main amd64 xdelta3 amd64 3.0.11-dfsg-1+b1 [69.3 kB]
13:40:01 #8 11.23 Get:370 http://deb.debian.org/debian bullseye/main amd64 pristine-tar amd64 1.49 [119 kB]
13:40:01 #8 11.24 Get:371 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20211207.1025-0+deb11u1 [125 kB]
13:40:01 #8 11.24 Get:372 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
13:40:01 #8 11.24 Get:373 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
13:40:01 #8 11.24 Get:374 http://deb.debian.org/debian bullseye/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
13:40:01 #8 11.24 Get:375 http://deb.debian.org/debian bullseye/main amd64 python3-idna all 2.10-1 [37.4 kB]
13:40:01 #8 11.24 Get:376 http://deb.debian.org/debian bullseye/main amd64 python3-magic all 2:0.4.20-3 [13.4 kB]
13:40:01 #8 11.25 Get:377 http://deb.debian.org/debian bullseye/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
13:40:01 #8 11.25 Get:378 http://deb.debian.org/debian bullseye/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
13:40:01 #8 11.25 Get:379 http://deb.debian.org/debian bullseye/main amd64 python3-unidiff all 0.5.5-2 [9604 B]
13:40:01 #8 11.25 Get:380 http://deb.debian.org/debian bullseye/main amd64 python3-xdg all 0.27-2 [41.8 kB]
13:40:01 #8 11.26 Get:381 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB]
13:40:01 #8 11.26 Get:382 http://deb.debian.org/debian bullseye/main amd64 strace amd64 5.10-1 [1084 kB]
13:40:01 #8 11.27 Get:383 http://deb.debian.org/debian bullseye/main amd64 xauth amd64 1:1.1-1 [40.5 kB]
13:40:01 #8 11.27 Get:384 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
13:40:01 #9 18.44 debconf: delaying package configuration, since apt-utils is not installed
13:40:01 #9 18.47 Fetched 128 MB in 13s (10.2 MB/s)
13:40:01 #9 18.49 Selecting previously unselected package liblocale-gettext-perl.
13:40:01 #9 18.49 (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 ... 4387 files and directories currently installed.)
13:40:01 #9 18.49 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_arm64.deb ...
13:40:01 #9 18.49 Unpacking liblocale-gettext-perl (1.07-4build3) ...
13:40:01 #9 18.53 Selecting previously unselected package libpython3.10-minimal:arm64.
13:40:01 #9 18.53 Preparing to unpack .../libpython3.10-minimal_3.10.4-3_arm64.deb ...
13:40:01 #9 18.54 Unpacking libpython3.10-minimal:arm64 (3.10.4-3) ...
13:40:01 #8 28.12 Preparing to unpack .../106-dh-autoreconf_17_all.deb ...
13:40:01 #8 28.13 Unpacking dh-autoreconf (17) ...
13:40:01 #8 28.18 Selecting previously unselected package libarchive-zip-perl.
13:40:01 #8 28.18 Preparing to unpack .../107-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
13:40:01 #8 28.19 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
13:40:01 #8 28.22 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:01 #8 28.23 Preparing to unpack .../108-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
13:40:01 #8 28.23 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
13:40:01 #8 28.29 Selecting previously unselected package libtimedate-perl.
13:40:01 #8 28.30 Preparing to unpack .../109-libtimedate-perl_2.3000-2_all.deb ...
13:40:01 #8 28.30 Unpacking libtimedate-perl (2.3000-2) ...
13:40:01 #8 28.34 Selecting previously unselected package dh-strip-nondeterminism.
13:40:01 #10 12.25 CentOS Stream 8 - Extras                         21 kB/s |  17 kB     00:00    
13:40:01 #8 26.85 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:01 #8 26.89 Selecting previously unselected package libimport-into-perl.
13:40:01 #8 26.89 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
13:40:01 #8 26.89 Unpacking libimport-into-perl (1.002005-1) ...
13:40:01 #8 26.93 Selecting previously unselected package librole-tiny-perl.
13:40:01 #8 26.93 Preparing to unpack .../118-librole-tiny-perl_2.002004-1_all.deb ...
13:40:01 #8 26.94 Unpacking librole-tiny-perl (2.002004-1) ...
13:40:01 #8 26.97 Selecting previously unselected package libstrictures-perl.
13:40:01 #8 26.98 Preparing to unpack .../119-libstrictures-perl_2.000006-1_all.deb ...
13:40:01 #8 26.98 Unpacking libstrictures-perl (2.000006-1) ...
13:40:01 #8 27.04 Selecting previously unselected package libsub-quote-perl.
13:40:01 #8 27.04 Preparing to unpack .../120-libsub-quote-perl_2.006006-1_all.deb ...
13:40:01 #8 27.04 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:01 #8 27.08 Selecting previously unselected package libmoo-perl.
13:40:01 #8 27.17 Fedora Modular 36 - aarch64                     1.7 MB/s | 2.0 MB     00:01    
13:40:01 #8 14.22 Selecting previously unselected package libgdbm-compat4:amd64.
13:40:01 #8 14.22 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_amd64.deb ...
13:40:01 #8 14.23 Unpacking libgdbm-compat4:amd64 (1.18.1-4) ...
13:40:01 #8 14.26 Selecting previously unselected package libperl5.28:amd64.
13:40:01 #8 14.26 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_amd64.deb ...
13:40:01 #9 13.23 Get:217 http://archive.ubuntu.com/ubuntu impish/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [17.0 kB]
13:40:01 #9 13.23 Get:218 http://archive.ubuntu.com/ubuntu impish/main amd64 libfreetype6 amd64 2.10.4+dfsg-1build1 [348 kB]
13:40:01 #9 13.23 Get:219 http://archive.ubuntu.com/ubuntu impish/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu3 [116 kB]
13:40:01 #9 13.23 Get:220 http://archive.ubuntu.com/ubuntu impish/main amd64 libjpeg-turbo8 amd64 2.0.6-0ubuntu2 [117 kB]
13:40:01 #9 13.23 Get:221 http://archive.ubuntu.com/ubuntu impish/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
13:40:01 #9 13.23 Get:222 http://archive.ubuntu.com/ubuntu impish/main amd64 libdeflate0 amd64 1.7-2ubuntu2 [56.3 kB]
13:40:01 #9 13.23 Get:223 http://archive.ubuntu.com/ubuntu impish/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
13:40:01 #9 13.23 Get:224 http://archive.ubuntu.com/ubuntu impish/main amd64 libwebp6 amd64 0.6.1-2.1 [183 kB]
13:40:01 #9 13.23 Get:225 http://archive.ubuntu.com/ubuntu impish/main amd64 libtiff5 amd64 4.3.0-1 [168 kB]
13:40:01 #9 13.29 Get:226 http://archive.ubuntu.com/ubuntu impish/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
13:40:01 #9 13.31 Get:227 http://archive.ubuntu.com/ubuntu impish/main amd64 libgd3 amd64 2.3.0-2ubuntu1 [129 kB]
13:40:01 #9 13.31 Get:228 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libc-devtools amd64 2.34-0ubuntu3.2 [28.7 kB]
13:40:01 #9 13.31 Get:229 http://archive.ubuntu.com/ubuntu impish/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:40:01 #9 13.31 Get:230 http://archive.ubuntu.com/ubuntu impish/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
13:40:01 #9 13.31 Get:231 http://archive.ubuntu.com/ubuntu impish/main amd64 libclass-xsaccessor-perl amd64 1.19-3build7 [33.0 kB]
13:40:01 #9 13.31 Get:232 http://archive.ubuntu.com/ubuntu impish/main amd64 libclone-perl amd64 0.45-1build1 [10.6 kB]
13:40:01 #9 13.31 Get:233 http://archive.ubuntu.com/ubuntu impish/main amd64 libcommon-sense-perl amd64 3.75-1build4 [20.5 kB]
13:40:01 #9 13.31 Get:234 http://archive.ubuntu.com/ubuntu impish/main amd64 libconfig-tiny-perl all 2.26-1 [12.5 kB]
13:40:01 #9 13.36 Get:235 http://archive.ubuntu.com/ubuntu impish/main amd64 libparams-util-perl amd64 1.102-1build2 [22.6 kB]
13:40:01 #9 13.39 Get:236 http://archive.ubuntu.com/ubuntu impish/main amd64 libsub-install-perl all 0.928-1.1 [9972 B]
13:40:01 #9 13.39 Get:237 http://archive.ubuntu.com/ubuntu impish/main amd64 libdata-optlist-perl all 0.110-1.1 [10.2 kB]
13:40:01 #9 13.39 Get:238 http://archive.ubuntu.com/ubuntu impish/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
13:40:01 #9 13.39 Get:239 http://archive.ubuntu.com/ubuntu impish/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B]
13:40:01 #9 13.39 Get:240 http://archive.ubuntu.com/ubuntu impish/main amd64 libwant-perl amd64 0.29-1build6 [24.9 kB]
13:40:01 #9 13.39 Get:241 http://archive.ubuntu.com/ubuntu impish/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:40:01 #9 13.39 Get:242 http://archive.ubuntu.com/ubuntu impish/main amd64 libcpanel-json-xs-perl amd64 4.25-1build1 [111 kB]
13:40:01 #9 13.39 Get:243 http://archive.ubuntu.com/ubuntu impish/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
13:40:01 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 11.1s done
13:40:01 #9 11.44 Selecting previously unselected package python3.8-minimal.
13:40:01 #9 11.44 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ...
13:40:01 #9 11.45 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ...
13:40:01 #14 ...
13:40:01 
13:40:01 #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
13:40:01 #8 sha256:dc9b4ad93b235698996f80063b372f9562fe4a72abbbfd977d854aee3ff05a77
13:40:01 #8 DONE 3.5s
13:40:01 
13:40:01 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:01 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:01 
13:40:01 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:40:01 #14 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.1s done
13:40:01 #14 DONE 0.4s
13:40:01 
13:40:01 #13 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:40:01 #13 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329
13:40:01 #13 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
13:40:01 #13 DONE 0.4s
13:40:01 
13:40:01 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:40:01 #14 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 0.0s done
13:40:01 #14 DONE 0.4s
13:40:01 
13:40:01 #15 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:40:01 #15 resolve docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8 0.0s done
13:40:01 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 51.38MB / 110.02MB 10.4s
13:40:01 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 88.08MB / 110.02MB 14.6s
13:40:01 #9 18.28 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_arm64.deb ...
13:40:01 #9 18.28 Unpacking libuchardet0:arm64 (0.0.6-3build1) ...
13:40:01 #9 18.32 Selecting previously unselected package groff-base.
13:40:01 #9 18.32 Preparing to unpack .../004-groff-base_1.22.4-4build1_arm64.deb ...
13:40:01 #9 18.33 Unpacking groff-base (1.22.4-4build1) ...
13:40:01 #9 18.43 Selecting previously unselected package libgdbm6:arm64.
13:40:01 #9 18.43 Preparing to unpack .../005-libgdbm6_1.18.1-5_arm64.deb ...
13:40:01 #9 18.44 Unpacking libgdbm6:arm64 (1.18.1-5) ...
13:40:01 #9 18.48 Selecting previously unselected package libpipeline1:arm64.
13:40:01 #9 18.48 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_arm64.deb ...
13:40:01 #9 18.48 Unpacking libpipeline1:arm64 (1.5.2-2build1) ...
13:40:01 #9 18.54 Selecting previously unselected package man-db.
13:40:01 #8 28.27 Preparing to unpack .../123-libfile-listing-perl_6.04-1_all.deb ...
13:40:01 #8 28.27 Unpacking libfile-listing-perl (6.04-1) ...
13:40:01 #8 28.30 Selecting previously unselected package libhtml-tagset-perl.
13:40:01 #8 28.31 Preparing to unpack .../124-libhtml-tagset-perl_3.20-3_all.deb ...
13:40:01 #8 28.31 Unpacking libhtml-tagset-perl (3.20-3) ...
13:40:01 #8 28.34 Selecting previously unselected package liburi-perl.
13:40:01 #8 28.34 Preparing to unpack .../125-liburi-perl_1.76-1_all.deb ...
13:40:01 #8 28.35 Unpacking liburi-perl (1.76-1) ...
13:40:01 #8 28.38 Selecting previously unselected package libhtml-parser-perl.
13:40:01 #8 28.39 Preparing to unpack .../126-libhtml-parser-perl_3.72-3+b3_arm64.deb ...
13:40:01 #8 28.39 Unpacking libhtml-parser-perl (3.72-3+b3) ...
13:40:01 #8 28.43 Selecting previously unselected package libhtml-tree-perl.
13:40:01 #8 28.43 Preparing to unpack .../127-libhtml-tree-perl_5.07-2_all.deb ...
13:40:01 #8 28.44 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:01 #8 28.48 Selecting previously unselected package libio-html-perl.
13:40:01 #8 28.49 Preparing to unpack .../128-libio-html-perl_1.001-1_all.deb ...
13:40:01 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 110.02MB / 110.02MB 14.9s done
13:40:01 #13 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969
13:40:01 #8 11.53 debconf: delaying package configuration, since apt-utils is not installed
13:40:01 #9 18.62 Selecting previously unselected package libexpat1:arm64.
13:40:01 #9 18.62 Preparing to unpack .../libexpat1_2.4.7-1_arm64.deb ...
13:40:01 #9 18.63 Unpacking libexpat1:arm64 (2.4.7-1) ...
13:40:01 #9 18.68 Selecting previously unselected package python3.10-minimal.
13:40:01 #9 18.68 Preparing to unpack .../python3.10-minimal_3.10.4-3_arm64.deb ...
13:40:01 #9 18.69 Unpacking python3.10-minimal (3.10.4-3) ...
13:40:01 #14 ...
13:40:01 
13:40:01 #7 [stage-1 2/9] RUN if [ -f /etc/yum.repos.d/CentOS-Stream-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Stream-Sources.repo; fi
13:40:01 #7 sha256:6a5f9d409cf6560abafc57440e5cad1f24feb741e217fed15b89bccecadc0255
13:40:01 #7 DONE 1.6s
13:40:01 
13:40:01 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:01 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:01 #8 28.34 Preparing to unpack .../110-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
13:40:01 #8 28.35 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
13:40:01 #8 28.38 Selecting previously unselected package libcroco3:arm64.
13:40:01 #8 28.38 Preparing to unpack .../111-libcroco3_0.6.12-2_arm64.deb ...
13:40:01 #8 28.39 Unpacking libcroco3:arm64 (0.6.12-2) ...
13:40:01 #8 28.50 Selecting previously unselected package gettext.
13:40:01 #8 28.50 Preparing to unpack .../112-gettext_0.19.8.1-6ubuntu0.3_arm64.deb ...
13:40:01 #8 28.51 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
13:40:01 #10 13.36 CentOS Stream 8 - PowerTools                    2.9 MB/s | 2.9 MB     00:00    
13:40:01 #8 27.08 Preparing to unpack .../121-libmoo-perl_2.004004-1_all.deb ...
13:40:01 #8 27.09 Unpacking libmoo-perl (2.004004-1) ...
13:40:01 #8 27.12 Selecting previously unselected package libencode-locale-perl.
13:40:01 #8 27.12 Preparing to unpack .../122-libencode-locale-perl_1.05-1.1_all.deb ...
13:40:01 #8 27.13 Unpacking libencode-locale-perl (1.05-1.1) ...
13:40:01 #8 27.16 Selecting previously unselected package libtimedate-perl.
13:40:01 #8 27.17 Preparing to unpack .../123-libtimedate-perl_2.3300-2_all.deb ...
13:40:01 #8 27.17 Unpacking libtimedate-perl (2.3300-2) ...
13:40:01 #8 27.20 Selecting previously unselected package libhttp-date-perl.
13:40:01 #8 27.21 Preparing to unpack .../124-libhttp-date-perl_6.05-1_all.deb ...
13:40:01 #8 27.21 Unpacking libhttp-date-perl (6.05-1) ...
13:40:01 #8 27.24 Selecting previously unselected package libfile-listing-perl.
13:40:01 #8 27.25 Preparing to unpack .../125-libfile-listing-perl_6.14-1_all.deb ...
13:40:01 #8 27.25 Unpacking libfile-listing-perl (6.14-1) ...
13:40:01 #8 27.28 Selecting previously unselected package libhtml-tagset-perl.
13:40:01 #8 27.28 Preparing to unpack .../126-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:01 #8 27.29 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:01 #8 27.32 Selecting previously unselected package liburi-perl.
13:40:01 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 106.95MB / 110.02MB 13.9s
13:40:01 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 10.1s
13:40:01 #8 14.27 Unpacking libperl5.28:amd64 (5.28.1-6+deb10u1) ...
13:40:01 #9 13.44 Get:244 http://archive.ubuntu.com/ubuntu impish/main amd64 libexception-class-perl all 1.44-1 [25.9 kB]
13:40:01 #9 13.47 Get:245 http://archive.ubuntu.com/ubuntu impish/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
13:40:01 #9 13.47 Get:246 http://archive.ubuntu.com/ubuntu impish/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
13:40:01 #9 13.47 Get:247 http://archive.ubuntu.com/ubuntu impish/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
13:40:01 #9 13.47 Get:248 http://archive.ubuntu.com/ubuntu impish/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [39.4 kB]
13:40:01 #9 13.47 Get:249 http://archive.ubuntu.com/ubuntu impish/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
13:40:01 #9 13.47 Get:250 http://archive.ubuntu.com/ubuntu impish/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
13:40:01 #9 13.47 Get:251 http://archive.ubuntu.com/ubuntu impish/main amd64 libdata-dump-perl all 1.23-1.1 [24.9 kB]
13:40:01 #9 13.47 Get:252 http://archive.ubuntu.com/ubuntu impish/main amd64 libdata-messagepack-perl amd64 1.01-2 [34.7 kB]
13:40:01 #9 13.51 Get:253 http://archive.ubuntu.com/ubuntu impish/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
13:40:01 #9 13.55 Get:254 http://archive.ubuntu.com/ubuntu impish/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
13:40:01 #9 13.55 Get:255 http://archive.ubuntu.com/ubuntu impish/main amd64 libdistro-info-perl all 1.0 [5508 B]
13:40:01 #9 13.55 Get:256 http://archive.ubuntu.com/ubuntu impish/main amd64 libemail-address-xs-perl amd64 1.04-1build5 [28.6 kB]
13:40:01 #9 13.55 Get:257 http://archive.ubuntu.com/ubuntu impish/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
13:40:01 #9 13.55 Get:258 http://archive.ubuntu.com/ubuntu impish/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
13:40:01 #9 13.55 Get:259 http://archive.ubuntu.com/ubuntu impish/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
13:40:01 #9 13.55 Get:260 http://archive.ubuntu.com/ubuntu impish/main amd64 libfile-fcntllock-perl amd64 0.22-3build5 [33.1 kB]
13:40:01 #9 13.55 Get:261 http://archive.ubuntu.com/ubuntu impish/main amd64 libnumber-compare-perl all 0.03-1.1 [6620 B]
13:40:01 #9 13.59 Get:262 http://archive.ubuntu.com/ubuntu impish/main amd64 libtext-glob-perl all 0.11-1 [7992 B]
13:40:01 #9 13.63 Get:263 http://archive.ubuntu.com/ubuntu impish/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:40:01 #9 13.63 Get:264 http://archive.ubuntu.com/ubuntu impish/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
13:40:01 #9 13.63 Get:265 http://archive.ubuntu.com/ubuntu impish/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
13:40:01 #9 13.63 Get:266 http://archive.ubuntu.com/ubuntu impish/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB]
13:40:01 #9 13.64 Get:267 http://archive.ubuntu.com/ubuntu impish/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
13:40:01 #9 13.64 Get:268 http://archive.ubuntu.com/ubuntu impish/main amd64 libparams-validate-perl amd64 1.30-1build2 [54.8 kB]
13:40:01 #14 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa
13:40:01 #9 11.76 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ...
13:40:01 #9 11.90 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ...
13:40:01 #12 ...
13:40:01 
13:40:01 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:40:01 #8 sha256:7026d6e482c3e5268d9119eca714ea85b7cca404fd15faa947e9dd725188f6af
13:40:01 #8 5.924 Fedora 35 - x86_64                               16 MB/s |  79 MB     00:05    
13:40:01 #8 ...
13:40:01 
13:40:01 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:01 #12 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:01 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 110.02MB / 110.02MB 15.2s done
13:40:01 #8 22.34 Fedora 34 openh264 (From Cisco) - aarch64       2.1 kB/s | 2.5 kB     00:01    
13:40:01 #8 23.60 Fedora Modular 34 - aarch64                     5.2 MB/s | 4.8 MB     00:00    
13:40:01 #15 sha256:25bc292e5bacdd8b97a1632a82d0fd0ee6c2692409bd4b35cb9e7e652efbc7c8 0B / 153B 0.2s
13:40:01 #15 sha256:9a8029b02d49777774618d41ab3a1f7f4f32f7d4b10453afd26a184b8787beaa 156B / 156B 0.1s done
13:40:01 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 6.29MB / 115.57MB 0.2s
13:40:01 #15 sha256:52dc419b0ee22d1bb5f3b95a57b2edc733b7b585277f8101db7b2c9b53605c1b 0B / 271.96kB 0.2s
13:40:01 #9 18.54 Preparing to unpack .../007-man-db_2.9.1-1_arm64.deb ...
13:40:01 #9 18.55 Unpacking man-db (2.9.1-1) ...
13:40:01 #9 18.66 Selecting previously unselected package perl-modules-5.30.
13:40:01 #9 18.66 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
13:40:01 #9 18.67 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
13:40:01 #8 28.49 Unpacking libio-html-perl (1.001-1) ...
13:40:01 #8 28.52 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:01 #8 28.52 Preparing to unpack .../129-liblwp-mediatypes-perl_6.02-1_all.deb ...
13:40:01 #8 28.53 Unpacking liblwp-mediatypes-perl (6.02-1) ...
13:40:01 #8 28.56 Selecting previously unselected package libhttp-message-perl.
13:40:01 #8 28.56 Preparing to unpack .../130-libhttp-message-perl_6.18-1_all.deb ...
13:40:01 #8 28.57 Unpacking libhttp-message-perl (6.18-1) ...
13:40:01 #8 28.61 Selecting previously unselected package libhttp-cookies-perl.
13:40:01 #8 28.61 Preparing to unpack .../131-libhttp-cookies-perl_6.04-1_all.deb ...
13:40:01 #8 28.61 Unpacking libhttp-cookies-perl (6.04-1) ...
13:40:01 #8 28.65 Selecting previously unselected package libhttp-negotiate-perl.
13:40:01 #8 28.65 Preparing to unpack .../132-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:01 #8 28.66 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:01 #8 28.69 Selecting previously unselected package perl-openssl-defaults:arm64.
13:40:01 #8 28.69 Preparing to unpack .../133-perl-openssl-defaults_3_arm64.deb ...
13:40:01 #8 28.69 Unpacking perl-openssl-defaults:arm64 (3) ...
13:40:01 #8 28.75 Selecting previously unselected package libnet-ssleay-perl.
13:40:01 #9 ...
13:40:01 
13:40:01 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:01 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:01 #13 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 5.4s done
13:40:01 #13 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:01 #13 DONE 19.5s
13:40:01 
13:40:01 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
13:40:01 #9 sha256:1c003743c09659c3c82d324bce220033dfba1a7e9f3a4c96c436ffd5ae6c2bc0
13:40:01 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 98.57MB / 110.02MB 14.9s
13:40:01 #8 11.56 Fetched 175 MB in 4s (45.2 MB/s)
13:40:01 #8 11.59 Selecting previously unselected package bsdextrautils.
13:40:01 #8 11.59 (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.)
13:40:01 #8 11.59 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_amd64.deb ...
13:40:01 #8 11.60 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
13:40:01 #8 11.66 Selecting previously unselected package libuchardet0:amd64.
13:40:01 #8 11.66 Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ...
13:40:01 #8 11.68 Unpacking libuchardet0:amd64 (0.0.7-1) ...
13:40:01 #8 11.72 Selecting previously unselected package groff-base.
13:40:01 #8 11.72 Preparing to unpack .../02-groff-base_1.22.4-6_amd64.deb ...
13:40:01 #8 11.72 Unpacking groff-base (1.22.4-6) ...
13:40:01 #9 19.09 Setting up libpython3.10-minimal:arm64 (3.10.4-3) ...
13:40:01 #9 19.10 Setting up libexpat1:arm64 (2.4.7-1) ...
13:40:01 #9 19.12 Setting up python3.10-minimal (3.10.4-3) ...
13:40:01 #8 28.65 Selecting previously unselected package intltool-debian.
13:40:01 #8 28.65 Preparing to unpack .../113-intltool-debian_0.35.0+20060710.4_all.deb ...
13:40:01 #8 28.65 Unpacking intltool-debian (0.35.0+20060710.4) ...
13:40:01 #8 28.77 Selecting previously unselected package po-debconf.
13:40:01 #8 28.77 Preparing to unpack .../114-po-debconf_1.0.20_all.deb ...
13:40:01 #8 28.78 Unpacking po-debconf (1.0.20) ...
13:40:01 #8 28.83 Selecting previously unselected package debhelper.
13:40:01 #8 28.83 Preparing to unpack .../115-debhelper_11.1.6ubuntu2_all.deb ...
13:40:01 #8 28.83 Unpacking debhelper (11.1.6ubuntu2) ...
13:40:01 #8 27.32 Preparing to unpack .../127-liburi-perl_5.08-1_all.deb ...
13:40:01 #8 27.33 Unpacking liburi-perl (5.08-1) ...
13:40:01 #8 27.39 Selecting previously unselected package libhtml-parser-perl.
13:40:01 #8 27.39 Preparing to unpack .../128-libhtml-parser-perl_3.75-1+b1_arm64.deb ...
13:40:01 #8 27.40 Unpacking libhtml-parser-perl (3.75-1+b1) ...
13:40:01 #8 27.44 Selecting previously unselected package libhtml-tree-perl.
13:40:01 #8 27.44 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
13:40:01 #8 27.45 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:01 #8 27.50 Selecting previously unselected package libio-html-perl.
13:40:01 #8 27.51 Preparing to unpack .../130-libio-html-perl_1.004-2_all.deb ...
13:40:01 #8 27.51 Unpacking libio-html-perl (1.004-2) ...
13:40:01 #8 27.54 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:01 #8 27.54 Preparing to unpack .../131-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:01 #8 27.55 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:01 #8 27.58 Selecting previously unselected package libhttp-message-perl.
13:40:01 #8 27.59 Preparing to unpack .../132-libhttp-message-perl_6.28-1_all.deb ...
13:40:01 #8 27.59 Unpacking libhttp-message-perl (6.28-1) ...
13:40:01 #8 27.63 Selecting previously unselected package libhttp-cookies-perl.
13:40:01 #8 27.63 Preparing to unpack .../133-libhttp-cookies-perl_6.10-1_all.deb ...
13:40:01 #8 27.64 Unpacking libhttp-cookies-perl (6.10-1) ...
13:40:01 #8 27.67 Selecting previously unselected package libhttp-negotiate-perl.
13:40:01 #9 13.64 Get:269 http://archive.ubuntu.com/ubuntu impish/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [24.7 kB]
13:40:01 #9 13.64 Get:270 http://archive.ubuntu.com/ubuntu impish/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
13:40:01 #9 13.66 Get:271 http://archive.ubuntu.com/ubuntu impish/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:40:01 #9 13.73 Get:272 http://archive.ubuntu.com/ubuntu impish/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
13:40:01 #9 13.73 Get:273 http://archive.ubuntu.com/ubuntu impish/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
13:40:01 #9 13.73 Get:274 http://archive.ubuntu.com/ubuntu impish/main amd64 libjson-perl all 4.03000-1 [80.6 kB]
13:40:01 #9 13.73 Get:275 http://archive.ubuntu.com/ubuntu impish/main amd64 liblog-any-perl all 1.709-1 [67.7 kB]
13:40:01 #9 13.73 Get:276 http://archive.ubuntu.com/ubuntu impish/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
13:40:01 #9 13.73 Get:277 http://archive.ubuntu.com/ubuntu impish/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB]
13:40:01 #9 13.73 Get:278 http://archive.ubuntu.com/ubuntu impish/main amd64 libsub-identify-perl amd64 0.14-1build4 [10.6 kB]
13:40:01 #9 13.73 Get:279 http://archive.ubuntu.com/ubuntu impish/main amd64 libsub-name-perl amd64 0.26-1build2 [11.6 kB]
13:40:01 #9 13.74 Get:280 http://archive.ubuntu.com/ubuntu impish/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:40:01 #9 13.80 Get:281 http://archive.ubuntu.com/ubuntu impish/main amd64 libpath-tiny-perl all 0.118-1 [42.2 kB]
13:40:01 #9 13.80 Get:282 http://archive.ubuntu.com/ubuntu impish/main amd64 libtype-tiny-perl all 1.012002-1 [319 kB]
13:40:01 #9 13.81 Get:283 http://archive.ubuntu.com/ubuntu impish/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
13:40:01 #9 13.81 Get:284 http://archive.ubuntu.com/ubuntu impish/main amd64 libhash-fieldhash-perl amd64 0.15-1build4 [17.2 kB]
13:40:01 #9 13.81 Get:285 http://archive.ubuntu.com/ubuntu impish/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
13:40:01 #9 13.81 Get:286 http://archive.ubuntu.com/ubuntu impish/main amd64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
13:40:01 #9 13.81 Get:287 http://archive.ubuntu.com/ubuntu impish/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
13:40:01 #9 13.81 Get:288 http://archive.ubuntu.com/ubuntu impish/main amd64 libhttp-daemon-perl all 6.12-1 [21.7 kB]
13:40:01 #9 13.81 Get:289 http://archive.ubuntu.com/ubuntu impish/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
13:40:01 #9 11.91 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ...
13:40:01 #9 11.93 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ...
13:40:01 #8 25.53 Fedora Modular 35 - aarch64                     3.3 MB/s | 3.2 MB     00:00    
13:40:01 #15 sha256:25bc292e5bacdd8b97a1632a82d0fd0ee6c2692409bd4b35cb9e7e652efbc7c8 153B / 153B 0.4s done
13:40:01 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 16.78MB / 115.57MB 0.3s
13:40:01 #15 sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 0B / 2.81MB 0.2s
13:40:01 #15 sha256:52dc419b0ee22d1bb5f3b95a57b2edc733b7b585277f8101db7b2c9b53605c1b 271.96kB / 271.96kB 0.5s
13:40:01 #15 sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 2.81MB / 2.81MB 0.3s
13:40:01 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 23.17MB / 115.57MB 0.6s
13:40:01 #15 sha256:52dc419b0ee22d1bb5f3b95a57b2edc733b7b585277f8101db7b2c9b53605c1b 271.96kB / 271.96kB 0.5s done
13:40:01 #8 ...
13:40:01 
13:40:01 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:01 #12 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:01 #12 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 4.5s done
13:40:01 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 3.2s
13:40:01 #9 18.99 Selecting previously unselected package libgdbm-compat4:arm64.
13:40:01 #9 18.99 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_arm64.deb ...
13:40:01 #9 18.99 Unpacking libgdbm-compat4:arm64 (1.18.1-5) ...
13:40:01 #9 19.03 Selecting previously unselected package libperl5.30:arm64.
13:40:01 #9 19.03 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_arm64.deb ...
13:40:01 #9 19.03 Unpacking libperl5.30:arm64 (5.30.0-9ubuntu0.2) ...
13:40:01 #8 28.75 Preparing to unpack .../134-libnet-ssleay-perl_1.85-2+b1_arm64.deb ...
13:40:01 #8 28.75 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
13:40:01 #8 28.81 Selecting previously unselected package libio-socket-ssl-perl.
13:40:01 #8 28.81 Preparing to unpack .../135-libio-socket-ssl-perl_2.060-3_all.deb ...
13:40:01 #8 28.81 Unpacking libio-socket-ssl-perl (2.060-3) ...
13:40:01 #8 28.86 Selecting previously unselected package libnet-http-perl.
13:40:01 #8 28.86 Preparing to unpack .../136-libnet-http-perl_6.18-1_all.deb ...
13:40:01 #8 28.87 Unpacking libnet-http-perl (6.18-1) ...
13:40:01 #8 28.90 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:01 #8 28.90 Preparing to unpack .../137-liblwp-protocol-https-perl_6.07-2_all.deb ...
13:40:01 #8 28.91 Unpacking liblwp-protocol-https-perl (6.07-2) ...
13:40:01 #8 28.93 Selecting previously unselected package libtry-tiny-perl.
13:40:01 #8 28.94 Preparing to unpack .../138-libtry-tiny-perl_0.30-1_all.deb ...
13:40:01 #8 28.94 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:01 #8 28.97 Selecting previously unselected package libwww-robotrules-perl.
13:40:01 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 5.6s
13:40:01 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 94.37MB / 110.02MB 15.2s
13:40:02 #8 11.90 Selecting previously unselected package libgdbm6:amd64.
13:40:02 #8 11.90 Preparing to unpack .../03-libgdbm6_1.19-2_amd64.deb ...
13:40:02 #8 11.90 Unpacking libgdbm6:amd64 (1.19-2) ...
13:40:02 #8 11.96 Selecting previously unselected package libpipeline1:amd64.
13:40:02 #8 11.96 Preparing to unpack .../04-libpipeline1_1.5.3-1_amd64.deb ...
13:40:02 #8 11.96 Unpacking libpipeline1:amd64 (1.5.3-1) ...
13:40:02 #8 12.02 Selecting previously unselected package man-db.
13:40:02 #8 12.02 Preparing to unpack .../05-man-db_2.9.4-2_amd64.deb ...
13:40:02 #8 12.03 Unpacking man-db (2.9.4-2) ...
13:40:02 #8 28.93 Selecting previously unselected package libfile-which-perl.
13:40:02 #8 28.93 Preparing to unpack .../116-libfile-which-perl_1.21-1_all.deb ...
13:40:02 #8 28.94 Unpacking libfile-which-perl (1.21-1) ...
13:40:02 #8 28.97 Selecting previously unselected package libfile-homedir-perl.
13:40:02 #8 28.97 Preparing to unpack .../117-libfile-homedir-perl_1.002-1_all.deb ...
13:40:02 #8 28.97 Unpacking libfile-homedir-perl (1.002-1) ...
13:40:02 #8 29.03 Selecting previously unselected package devscripts.
13:40:02 #8 29.03 Preparing to unpack .../118-devscripts_2.17.12ubuntu1.1_arm64.deb ...
13:40:02 #8 29.05 Unpacking devscripts (2.17.12ubuntu1.1) ...
13:40:02 #8 29.15 Selecting previously unselected package diffstat.
13:40:02 #8 29.15 Preparing to unpack .../119-diffstat_1.61-1build1_arm64.deb ...
13:40:02 #8 29.15 Unpacking diffstat (1.61-1build1) ...
13:40:02 #8 29.21 Selecting previously unselected package libassuan0:arm64.
13:40:02 #8 29.21 Preparing to unpack .../120-libassuan0_2.5.1-2_arm64.deb ...
13:40:02 #8 29.21 Unpacking libassuan0:arm64 (2.5.1-2) ...
13:40:02 #8 29.25 Selecting previously unselected package gpgconf.
13:40:02 #9 13.89 Get:290 http://archive.ubuntu.com/ubuntu impish/main amd64 libjson-xs-perl amd64 4.030-1build2 [87.2 kB]
13:40:02 #9 13.89 Get:291 http://archive.ubuntu.com/ubuntu impish/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
13:40:02 #9 13.89 Get:292 http://archive.ubuntu.com/ubuntu impish/main amd64 libldap-common all 2.5.6+dfsg-1~exp1ubuntu1 [18.9 kB]
13:40:02 #9 13.89 Get:293 http://archive.ubuntu.com/ubuntu impish/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
13:40:02 #9 13.89 Get:294 http://archive.ubuntu.com/ubuntu impish/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
13:40:02 #9 13.89 Get:295 http://archive.ubuntu.com/ubuntu impish/main amd64 liblist-someutils-xs-perl amd64 0.58-2build2 [34.1 kB]
13:40:02 #9 13.89 Get:296 http://archive.ubuntu.com/ubuntu impish/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
13:40:02 #9 13.89 Get:297 http://archive.ubuntu.com/ubuntu impish/main amd64 libltdl7 amd64 2.4.6-15 [38.8 kB]
13:40:02 #9 13.89 Get:298 http://archive.ubuntu.com/ubuntu impish/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
13:40:02 #9 13.97 Get:299 http://archive.ubuntu.com/ubuntu impish/main amd64 liblzo2-2 amd64 2.10-2build1 [49.8 kB]
13:40:02 #9 13.97 Get:300 http://archive.ubuntu.com/ubuntu impish/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
13:40:02 #9 13.97 Get:301 http://archive.ubuntu.com/ubuntu impish/main amd64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
13:40:02 #9 13.97 Get:302 http://archive.ubuntu.com/ubuntu impish/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:40:02 #9 13.97 Get:303 http://archive.ubuntu.com/ubuntu impish/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
13:40:02 #14 ...
13:40:02 
13:40:02 #8 [stage-1 3/9] RUN if [ -f /etc/yum.repos.d/CentOS-Stream-PowerTools.repo ]; then sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-Stream-PowerTools.repo; fi
13:40:02 #8 sha256:58861d71dce43fe287d2176cb2eed992bd8e543c9bfa60cfcd993f118b3715b0
13:40:02 #8 DONE 1.0s
13:40:02 
13:40:02 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:02 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:02 #8 15.01 Selecting previously unselected package perl.
13:40:02 #8 15.01 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_amd64.deb ...
13:40:02 #8 15.02 Unpacking perl (5.28.1-6+deb10u1) ...
13:40:02 #8 15.08 Selecting previously unselected package liblocale-gettext-perl.
13:40:02 #8 15.08 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_amd64.deb ...
13:40:02 #8 15.09 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
13:40:02 #8 15.14 Selecting previously unselected package libssl1.1:amd64.
13:40:02 #8 15.14 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u1_amd64.deb ...
13:40:02 #8 15.14 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u1) ...
13:40:02 #14 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 0.5s done
13:40:02 #15 sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 2.81MB / 2.81MB 0.5s done
13:40:02 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 29.36MB / 115.57MB 0.8s
13:40:02 #15 extracting sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139
13:40:02 #21 42.17 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
13:40:02 #21 42.18 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
13:40:02 #21 42.19 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:40:02 #9 19.41 Selecting previously unselected package perl.
13:40:02 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 57.67MB / 110.02MB 11.1s
13:40:02 #9 14.26 Selecting previously unselected package python3-minimal.
13:40:02 #9 14.26 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4709 files and directories currently installed.)
13:40:02 #9 14.26 Preparing to unpack .../0-python3-minimal_3.10.4-0ubuntu2_amd64.deb ...
13:40:02 #9 14.27 Unpacking python3-minimal (3.10.4-0ubuntu2) ...
13:40:02 #9 14.30 Selecting previously unselected package media-types.
13:40:02 #9 14.30 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
13:40:02 #9 14.31 Unpacking media-types (7.0.0) ...
13:40:02 #9 14.35 Selecting previously unselected package libmpdec3:amd64.
13:40:02 #9 14.35 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
13:40:02 #9 14.35 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
13:40:02 #9 14.39 Selecting previously unselected package readline-common.
13:40:02 #9 14.39 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
13:40:02 #9 14.39 Unpacking readline-common (8.1.2-1) ...
13:40:02 #9 14.43 Selecting previously unselected package libreadline8:amd64.
13:40:02 #9 14.43 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
13:40:02 #9 14.44 Unpacking libreadline8:amd64 (8.1.2-1) ...
13:40:02 #9 14.51 Selecting previously unselected package libsqlite3-0:amd64.
13:40:02 #9 14.51 Preparing to unpack .../5-libsqlite3-0_3.37.2-2_amd64.deb ...
13:40:02 #9 14.52 Unpacking libsqlite3-0:amd64 (3.37.2-2) ...
13:40:02 #8 28.97 Preparing to unpack .../139-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:02 #8 28.98 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:02 #8 29.01 Selecting previously unselected package libwww-perl.
13:40:02 #8 29.01 Preparing to unpack .../140-libwww-perl_6.36-2_all.deb ...
13:40:02 #8 29.02 Unpacking libwww-perl (6.36-2) ...
13:40:02 #8 29.06 Selecting previously unselected package patchutils.
13:40:02 #8 29.06 Preparing to unpack .../141-patchutils_0.3.4-2_arm64.deb ...
13:40:02 #8 29.07 Unpacking patchutils (0.3.4-2) ...
13:40:02 #8 29.11 Selecting previously unselected package wdiff.
13:40:02 #8 29.11 Preparing to unpack .../142-wdiff_1.2.2-2+b1_arm64.deb ...
13:40:02 #8 29.12 Unpacking wdiff (1.2.2-2+b1) ...
13:40:02 #8 29.17 Selecting previously unselected package devscripts.
13:40:02 #8 29.17 Preparing to unpack .../143-devscripts_2.19.5+deb10u1_arm64.deb ...
13:40:02 #8 29.20 Unpacking devscripts (2.19.5+deb10u1) ...
13:40:02 #8 12.25 Selecting previously unselected package perl-modules-5.32.
13:40:02 #8 12.25 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
13:40:02 #8 12.25 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
13:40:02 #8 29.25 Preparing to unpack .../121-gpgconf_2.2.4-1ubuntu1.4_arm64.deb ...
13:40:02 #8 29.26 Unpacking gpgconf (2.2.4-1ubuntu1.4) ...
13:40:02 #8 29.31 Selecting previously unselected package libksba8:arm64.
13:40:02 #8 29.31 Preparing to unpack .../122-libksba8_1.3.5-2_arm64.deb ...
13:40:02 #8 29.32 Unpacking libksba8:arm64 (1.3.5-2) ...
13:40:02 #8 29.37 Selecting previously unselected package libnpth0:arm64.
13:40:02 #8 29.37 Preparing to unpack .../123-libnpth0_1.5-3_arm64.deb ...
13:40:02 #8 29.38 Unpacking libnpth0:arm64 (1.5-3) ...
13:40:02 #8 29.41 Selecting previously unselected package dirmngr.
13:40:02 #8 29.42 Preparing to unpack .../124-dirmngr_2.2.4-1ubuntu1.4_arm64.deb ...
13:40:02 #8 29.43 Unpacking dirmngr (2.2.4-1ubuntu1.4) ...
13:40:02 #8 29.49 Selecting previously unselected package python3-pkg-resources.
13:40:02 #8 27.67 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:02 #8 27.68 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:02 #8 27.71 Selecting previously unselected package perl-openssl-defaults:arm64.
13:40:02 #8 27.71 Preparing to unpack .../135-perl-openssl-defaults_5_arm64.deb ...
13:40:02 #8 28.01 Unpacking perl-openssl-defaults:arm64 (5) ...
13:40:02 #8 28.05 Selecting previously unselected package libnet-ssleay-perl.
13:40:02 #8 28.05 Preparing to unpack .../136-libnet-ssleay-perl_1.88-3+b1_arm64.deb ...
13:40:02 #8 28.05 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
13:40:02 #8 28.12 Selecting previously unselected package libio-socket-ssl-perl.
13:40:02 #8 28.12 Preparing to unpack .../137-libio-socket-ssl-perl_2.069-1_all.deb ...
13:40:02 #8 28.12 Unpacking libio-socket-ssl-perl (2.069-1) ...
13:40:02 #8 28.17 Selecting previously unselected package libnet-http-perl.
13:40:02 #8 28.17 Preparing to unpack .../138-libnet-http-perl_6.20-1_all.deb ...
13:40:02 #8 28.18 Unpacking libnet-http-perl (6.20-1) ...
13:40:02 #8 28.21 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:02 #8 28.21 Preparing to unpack .../139-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:40:02 #8 28.22 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:40:02 #13 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 0.8s done
13:40:02 #14 ...
13:40:02 
13:40:02 #8 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
13:40:02 #8 sha256:7a3c4b07df1be1fa98051503d43565a28104720abdaac221801ddb22d720ef8c
13:40:02 #8 DONE 4.6s
13:40:02 
13:40:02 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:02 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:02 #14 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969
13:40:02 #9 19.41 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_arm64.deb ...
13:40:02 #9 19.42 Unpacking perl (5.30.0-9ubuntu0.2) ...
13:40:02 #9 19.47 Selecting previously unselected package openssl.
13:40:02 #9 19.47 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.12_arm64.deb ...
13:40:02 #9 19.47 Unpacking openssl (1.1.1f-1ubuntu2.12) ...
13:40:02 #9 19.56 Selecting previously unselected package ca-certificates.
13:40:02 #20 DONE 2.4s
13:40:02 
13:40:02 #21 [linux/arm64->arm/v7 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:40:02 #0 0.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/armv7/APKINDEX.tar.gz
13:40:02 #0 1.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/armv7/APKINDEX.tar.gz
13:40:02 #0 1.783 (1/1) Installing alpine-keys (2.4-r1)
13:40:02 #0 1.801 OK: 0 MiB in 1 packages
13:40:02 #0 1.892 + apk  --root /armv7-alpine-linux-musleabihf add --no-cache musl-dev gcc
13:40:02 #0 1.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/armv7/APKINDEX.tar.gz
13:40:02 #9 14.64 Selecting previously unselected package libpython3.10-stdlib:amd64.
13:40:02 #9 14.64 Preparing to unpack .../6-libpython3.10-stdlib_3.10.4-3_amd64.deb ...
13:40:02 #9 14.66 Unpacking libpython3.10-stdlib:amd64 (3.10.4-3) ...
13:40:02 #8 29.31 Selecting previously unselected package diffstat.
13:40:02 #8 29.31 Preparing to unpack .../144-diffstat_1.62-1_arm64.deb ...
13:40:02 #8 29.31 Unpacking diffstat (1.62-1) ...
13:40:02 #8 29.35 Selecting previously unselected package distro-info-data.
13:40:02 #8 29.35 Preparing to unpack .../145-distro-info-data_0.41+deb10u4_all.deb ...
13:40:02 #8 29.35 Unpacking distro-info-data (0.41+deb10u4) ...
13:40:02 #8 29.38 Selecting previously unselected package python3-pkg-resources.
13:40:02 #8 29.39 Preparing to unpack .../146-python3-pkg-resources_40.8.0-1_all.deb ...
13:40:02 #8 29.39 Unpacking python3-pkg-resources (40.8.0-1) ...
13:40:02 #8 29.43 Selecting previously unselected package python3-chardet.
13:40:02 #8 29.44 Preparing to unpack .../147-python3-chardet_3.0.4-3_all.deb ...
13:40:02 #8 29.44 Unpacking python3-chardet (3.0.4-3) ...
13:40:02 #8 29.48 Selecting previously unselected package python3-six.
13:40:02 #8 29.48 Preparing to unpack .../148-python3-six_1.12.0-1_all.deb ...
13:40:02 #8 29.49 Unpacking python3-six (1.12.0-1) ...
13:40:02 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 100.66MB / 110.02MB 15.7s
13:40:02 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 10.4s
13:40:02 #8 29.49 Preparing to unpack .../125-python3-pkg-resources_39.0.1-2_all.deb ...
13:40:02 #8 29.49 Unpacking python3-pkg-resources (39.0.1-2) ...
13:40:02 #8 29.53 Selecting previously unselected package python3-chardet.
13:40:02 #8 29.54 Preparing to unpack .../126-python3-chardet_3.0.4-1_all.deb ...
13:40:02 #8 29.54 Unpacking python3-chardet (3.0.4-1) ...
13:40:02 #8 29.59 Selecting previously unselected package python3-six.
13:40:02 #8 29.59 Preparing to unpack .../127-python3-six_1.11.0-2_all.deb ...
13:40:02 #8 29.59 Unpacking python3-six (1.11.0-2) ...
13:40:02 #8 29.63 Selecting previously unselected package python3-debian.
13:40:02 #8 29.63 Preparing to unpack .../128-python3-debian_0.1.32_all.deb ...
13:40:02 #8 29.63 Unpacking python3-debian (0.1.32) ...
13:40:02 #8 29.68 Selecting previously unselected package gnupg-l10n.
13:40:02 #8 29.68 Preparing to unpack .../129-gnupg-l10n_2.2.4-1ubuntu1.4_all.deb ...
13:40:02 #8 29.69 Unpacking gnupg-l10n (2.2.4-1ubuntu1.4) ...
13:40:02 #8 28.25 Selecting previously unselected package libtry-tiny-perl.
13:40:02 #8 28.26 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
13:40:02 #8 28.26 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:02 #8 28.29 Selecting previously unselected package libwww-robotrules-perl.
13:40:02 #8 28.29 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:02 #8 28.30 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:02 #8 28.33 Selecting previously unselected package libwww-perl.
13:40:02 #8 28.34 Preparing to unpack .../142-libwww-perl_6.52-1_all.deb ...
13:40:02 #8 28.34 Unpacking libwww-perl (6.52-1) ...
13:40:02 #8 28.39 Selecting previously unselected package patchutils.
13:40:02 #8 28.40 Preparing to unpack .../143-patchutils_0.4.2-1_arm64.deb ...
13:40:02 #8 28.40 Unpacking patchutils (0.4.2-1) ...
13:40:02 #8 28.44 Selecting previously unselected package wdiff.
13:40:02 #9 14.45 Get:304 http://archive.ubuntu.com/ubuntu impish/main amd64 libmarkdown2 amd64 2.2.6-1ubuntu2 [38.3 kB]
13:40:02 #9 14.63 Get:305 http://archive.ubuntu.com/ubuntu impish/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
13:40:02 #9 14.64 Get:306 http://archive.ubuntu.com/ubuntu impish/main amd64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
13:40:02 #9 14.66 Get:307 http://archive.ubuntu.com/ubuntu impish/main amd64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
13:40:02 #9 14.69 Get:308 http://archive.ubuntu.com/ubuntu impish/main amd64 libmoox-struct-perl all 0.020-1 [23.7 kB]
13:40:02 #8 15.34 Selecting previously unselected package libpython3.7-minimal:amd64.
13:40:02 #8 15.34 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:40:02 #8 15.34 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:40:02 #8 15.50 Selecting previously unselected package libexpat1:amd64.
13:40:02 #8 15.50 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u4_amd64.deb ...
13:40:02 #8 15.51 Unpacking libexpat1:amd64 (2.2.6-2+deb10u4) ...
13:40:02 #8 15.57 Selecting previously unselected package python3.7-minimal.
13:40:02 #8 15.57 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:40:02 #8 15.58 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:40:02 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 105.91MB / 110.02MB 15.9s
13:40:02 #9 19.79 Selecting previously unselected package python3-minimal.
13:40:02 #9 19.79 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4703 files and directories currently installed.)
13:40:02 #9 19.79 Preparing to unpack .../0-python3-minimal_3.10.4-0ubuntu2_arm64.deb ...
13:40:02 #9 19.80 Unpacking python3-minimal (3.10.4-0ubuntu2) ...
13:40:02 #9 19.84 Selecting previously unselected package media-types.
13:40:02 #9 19.84 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
13:40:02 #9 19.84 Unpacking media-types (7.0.0) ...
13:40:02 #9 19.88 Selecting previously unselected package libmpdec3:arm64.
13:40:02 #9 19.88 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_arm64.deb ...
13:40:02 #9 19.89 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
13:40:02 #9 19.93 Selecting previously unselected package readline-common.
13:40:02 #9 19.93 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
13:40:02 #9 19.93 Unpacking readline-common (8.1.2-1) ...
13:40:02 #9 19.97 Selecting previously unselected package libreadline8:arm64.
13:40:02 #9 19.97 Preparing to unpack .../4-libreadline8_8.1.2-1_arm64.deb ...
13:40:02 #9 19.97 Unpacking libreadline8:arm64 (8.1.2-1) ...
13:40:02 #9 20.02 Selecting previously unselected package libsqlite3-0:arm64.
13:40:02 #9 19.56 Preparing to unpack .../013-ca-certificates_20210119~20.04.2_all.deb ...
13:40:02 #9 19.56 Unpacking ca-certificates (20210119~20.04.2) ...
13:40:02 #9 19.62 Selecting previously unselected package distro-info-data.
13:40:02 #9 19.62 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.10_all.deb ...
13:40:02 #9 19.62 Unpacking distro-info-data (0.43ubuntu1.10) ...
13:40:02 #9 19.65 Selecting previously unselected package libmagic-mgc.
13:40:02 #9 19.65 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_arm64.deb ...
13:40:02 #9 19.65 Unpacking libmagic-mgc (1:5.38-4) ...
13:40:02 #9 19.72 Selecting previously unselected package libmagic1:arm64.
13:40:02 #9 19.72 Preparing to unpack .../016-libmagic1_1%3a5.38-4_arm64.deb ...
13:40:02 #9 19.73 Unpacking libmagic1:arm64 (1:5.38-4) ...
13:40:02 #9 19.76 Selecting previously unselected package file.
13:40:02 #9 19.76 Preparing to unpack .../017-file_1%3a5.38-4_arm64.deb ...
13:40:02 #9 19.76 Unpacking file (1:5.38-4) ...
13:40:02 #9 19.81 Selecting previously unselected package less.
13:40:02 #9 19.81 Preparing to unpack .../018-less_551-1ubuntu0.1_arm64.deb ...
13:40:02 #9 19.81 Unpacking less (551-1ubuntu0.1) ...
13:40:02 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 39.85MB / 115.57MB 1.2s
13:40:02 #8 29.52 Selecting previously unselected package python3-debian.
13:40:02 #8 29.52 Preparing to unpack .../149-python3-debian_0.1.35_all.deb ...
13:40:02 #8 29.52 Unpacking python3-debian (0.1.35) ...
13:40:02 #8 29.57 Selecting previously unselected package libgpgme11:arm64.
13:40:02 #8 29.57 Preparing to unpack .../150-libgpgme11_1.12.0-6_arm64.deb ...
13:40:02 #8 29.57 Unpacking libgpgme11:arm64 (1.12.0-6) ...
13:40:02 #8 29.62 Selecting previously unselected package python3-gpg.
13:40:02 #8 29.62 Preparing to unpack .../151-python3-gpg_1.12.0-6_arm64.deb ...
13:40:02 #8 29.63 Unpacking python3-gpg (1.12.0-6) ...
13:40:02 #8 29.69 Selecting previously unselected package dput.
13:40:02 #8 29.69 Preparing to unpack .../152-dput_1.0.3_all.deb ...
13:40:02 #8 29.74 Unpacking dput (1.0.3) ...
13:40:02 #9 12.87 Selecting previously unselected package python3-minimal.
13:40:02 #9 12.87 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4440 files and directories currently installed.)
13:40:02 #9 12.87 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
13:40:02 #9 12.88 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
13:40:02 #9 12.92 Selecting previously unselected package mime-support.
13:40:02 #9 12.92 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
13:40:02 #9 12.92 Unpacking mime-support (3.64ubuntu1) ...
13:40:02 #9 12.97 Selecting previously unselected package libmpdec2:amd64.
13:40:02 #9 12.97 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
13:40:02 #9 12.97 Unpacking libmpdec2:amd64 (2.4.2-3) ...
13:40:02 #9 13.02 Selecting previously unselected package readline-common.
13:40:02 #9 13.02 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
13:40:02 #9 13.02 Unpacking readline-common (8.0-4) ...
13:40:02 #9 13.07 Selecting previously unselected package libreadline8:amd64.
13:40:02 #9 13.07 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
13:40:02 #9 13.08 Unpacking libreadline8:amd64 (8.0-4) ...
13:40:02 #9 13.14 Selecting previously unselected package libsqlite3-0:amd64.
13:40:02 #9 13.14 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ...
13:40:02 #9 13.14 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
13:40:02 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 63.96MB / 110.02MB 11.8s
13:40:02 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 5.0s
13:40:02 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 10.3s
13:40:02 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 10.6s done
13:40:02 #14 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa
13:40:02 #8 4.479 Fetched 18.9 MB in 4s (5172 kB/s)
13:40:02 #8 29.72 Selecting previously unselected package gnupg-utils.
13:40:02 #8 29.73 Preparing to unpack .../130-gnupg-utils_2.2.4-1ubuntu1.4_arm64.deb ...
13:40:02 #8 29.73 Unpacking gnupg-utils (2.2.4-1ubuntu1.4) ...
13:40:02 #8 29.77 Selecting previously unselected package gpg.
13:40:02 #8 29.77 Preparing to unpack .../131-gpg_2.2.4-1ubuntu1.4_arm64.deb ...
13:40:02 #8 29.78 Unpacking gpg (2.2.4-1ubuntu1.4) ...
13:40:02 #8 29.84 Selecting previously unselected package pinentry-curses.
13:40:02 #8 29.84 Preparing to unpack .../132-pinentry-curses_1.1.0-1_arm64.deb ...
13:40:02 #8 29.85 Unpacking pinentry-curses (1.1.0-1) ...
13:40:02 #8 29.91 Selecting previously unselected package gpg-agent.
13:40:02 #8 29.91 Preparing to unpack .../133-gpg-agent_2.2.4-1ubuntu1.4_arm64.deb ...
13:40:02 #8 29.92 Unpacking gpg-agent (2.2.4-1ubuntu1.4) ...
13:40:02 #8 29.96 Selecting previously unselected package gpg-wks-client.
13:40:02 #8 12.86 Selecting previously unselected package libgdbm-compat4:amd64.
13:40:02 #8 12.87 Preparing to unpack .../07-libgdbm-compat4_1.19-2_amd64.deb ...
13:40:02 #8 12.87 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
13:40:02 #8 12.92 Selecting previously unselected package libperl5.32:amd64.
13:40:02 #8 12.92 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_amd64.deb ...
13:40:02 #8 28.44 Preparing to unpack .../144-wdiff_1.2.2-2+b1_arm64.deb ...
13:40:02 #8 28.45 Unpacking wdiff (1.2.2-2+b1) ...
13:40:02 #8 28.59 Selecting previously unselected package devscripts.
13:40:02 #8 28.59 Preparing to unpack .../145-devscripts_2.21.3+deb11u1_arm64.deb ...
13:40:02 #8 28.62 Unpacking devscripts (2.21.3+deb11u1) ...
13:40:02 #9 14.72 Get:309 http://archive.ubuntu.com/ubuntu impish/main amd64 libmouse-perl amd64 2.5.10-1build2 [155 kB]
13:40:02 #9 14.84 Get:310 http://archive.ubuntu.com/ubuntu impish/main amd64 libnumber-range-perl all 0.12-1.1 [8000 B]
13:40:02 #9 14.85 Get:311 http://archive.ubuntu.com/ubuntu impish/main amd64 libpackage-stash-xs-perl amd64 0.29-1build4 [19.3 kB]
13:40:02 #9 14.86 Get:312 http://archive.ubuntu.com/ubuntu impish/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:40:02 #9 14.88 Get:313 http://archive.ubuntu.com/ubuntu impish/main amd64 libperlio-gzip-perl amd64 0.19-1build7 [15.2 kB]
13:40:02 #9 14.89 Get:314 http://archive.ubuntu.com/ubuntu impish/main amd64 libpod-parser-perl all 1.63-2 [82.2 kB]
13:40:02 #9 14.91 Get:315 http://archive.ubuntu.com/ubuntu impish/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
13:40:02 #9 14.91 Get:316 http://archive.ubuntu.com/ubuntu impish/main amd64 libproc-processtable-perl amd64 0.59-2build2 [36.9 kB]
13:40:02 #9 14.92 Get:317 http://archive.ubuntu.com/ubuntu impish/main amd64 libre2-9 amd64 20210801+dfsg-1 [161 kB]
13:40:02 #9 14.95 Get:318 http://archive.ubuntu.com/ubuntu impish/main amd64 libre-engine-re2-perl amd64 0.14-1build1 [18.7 kB]
13:40:02 #8 15.83 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u1) ...
13:40:02 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd
13:40:02 #9 20.02 Preparing to unpack .../5-libsqlite3-0_3.37.2-2_arm64.deb ...
13:40:02 #9 20.03 Unpacking libsqlite3-0:arm64 (3.37.2-2) ...
13:40:02 #9 20.07 Selecting previously unselected package libpython3.10-stdlib:arm64.
13:40:02 #9 20.07 Preparing to unpack .../6-libpython3.10-stdlib_3.10.4-3_arm64.deb ...
13:40:02 #9 20.07 Unpacking libpython3.10-stdlib:arm64 (3.10.4-3) ...
13:40:02 #9 20.18 Selecting previously unselected package python3.10.
13:40:02 #9 20.18 Preparing to unpack .../7-python3.10_3.10.4-3_arm64.deb ...
13:40:02 #9 20.18 Unpacking python3.10 (3.10.4-3) ...
13:40:02 #9 20.21 Selecting previously unselected package libpython3-stdlib:arm64.
13:40:02 #9 20.22 Preparing to unpack .../8-libpython3-stdlib_3.10.4-0ubuntu2_arm64.deb ...
13:40:02 #9 20.22 Unpacking libpython3-stdlib:arm64 (3.10.4-0ubuntu2) ...
13:40:02 #9 20.25 Setting up python3-minimal (3.10.4-0ubuntu2) ...
13:40:02 #9 19.87 Selecting previously unselected package libelf1:arm64.
13:40:02 #9 19.87 Preparing to unpack .../019-libelf1_0.176-1.1build1_arm64.deb ...
13:40:02 #9 19.88 Unpacking libelf1:arm64 (0.176-1.1build1) ...
13:40:02 #9 19.95 Selecting previously unselected package libglib2.0-0:arm64.
13:40:02 #9 19.95 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_arm64.deb ...
13:40:02 #9 19.96 Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
13:40:02 #9 20.08 Selecting previously unselected package libglib2.0-data.
13:40:02 #8 29.77 Selecting previously unselected package equivs.
13:40:02 #8 29.77 Preparing to unpack .../153-equivs_2.2.0_all.deb ...
13:40:02 #8 29.77 Unpacking equivs (2.2.0) ...
13:40:02 #8 29.94 Selecting previously unselected package exim4-config.
13:40:02 #8 29.94 Preparing to unpack .../154-exim4-config_4.92-8+deb10u6_all.deb ...
13:40:02 #8 29.95 Unpacking exim4-config (4.92-8+deb10u6) ...
13:40:02 #8 30.00 Selecting previously unselected package exim4-base.
13:40:02 #15 extracting sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 0.7s done
13:40:02 #15 extracting sha256:52dc419b0ee22d1bb5f3b95a57b2edc733b7b585277f8101db7b2c9b53605c1b
13:40:02 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 49.28MB / 115.57MB 1.5s
13:40:03 #9 13.26 Selecting previously unselected package libpython3.8-stdlib:amd64.
13:40:03 #9 13.26 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_amd64.deb ...
13:40:03 #9 13.26 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ...
13:40:03 #21 3.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/armv7/APKINDEX.tar.gz
13:40:03 #21 3.287 (1/14) Installing musl (1.2.2-r7)
13:40:03 #21 3.327 (2/14) Installing libgcc (10.3.1_git20211027-r0)
13:40:03 #21 3.337 (3/14) Installing libstdc++ (10.3.1_git20211027-r0)
13:40:03 #21 3.347 (4/14) Installing zlib (1.2.12-r1)
13:40:03 #21 3.352 (5/14) Installing binutils (2.37-r3)
13:40:03 #9 15.18 Selecting previously unselected package python3.10.
13:40:03 #9 15.18 Preparing to unpack .../7-python3.10_3.10.4-3_amd64.deb ...
13:40:03 #9 15.22 Unpacking python3.10 (3.10.4-3) ...
13:40:03 #9 15.26 Selecting previously unselected package libpython3-stdlib:amd64.
13:40:03 #9 15.26 Preparing to unpack .../8-libpython3-stdlib_3.10.4-0ubuntu2_amd64.deb ...
13:40:03 #9 15.26 Unpacking libpython3-stdlib:amd64 (3.10.4-0ubuntu2) ...
13:40:03 #9 15.30 Setting up python3-minimal (3.10.4-0ubuntu2) ...
13:40:03 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 106.95MB / 110.02MB 16.3s
13:40:03 #8 29.97 Preparing to unpack .../134-gpg-wks-client_2.2.4-1ubuntu1.4_arm64.deb ...
13:40:03 #8 29.97 Unpacking gpg-wks-client (2.2.4-1ubuntu1.4) ...
13:40:03 #8 30.01 Selecting previously unselected package gpg-wks-server.
13:40:03 #8 30.01 Preparing to unpack .../135-gpg-wks-server_2.2.4-1ubuntu1.4_arm64.deb ...
13:40:03 #8 30.02 Unpacking gpg-wks-server (2.2.4-1ubuntu1.4) ...
13:40:03 #8 30.06 Selecting previously unselected package gpgsm.
13:40:03 #8 30.06 Preparing to unpack .../136-gpgsm_2.2.4-1ubuntu1.4_arm64.deb ...
13:40:03 #8 30.07 Unpacking gpgsm (2.2.4-1ubuntu1.4) ...
13:40:03 #8 30.12 Selecting previously unselected package gnupg.
13:40:03 #8 30.12 Preparing to unpack .../137-gnupg_2.2.4-1ubuntu1.4_arm64.deb ...
13:40:03 #8 30.12 Unpacking gnupg (2.2.4-1ubuntu1.4) ...
13:40:03 #8 30.18 Selecting previously unselected package libgpgme11:arm64.
13:40:03 #8 30.18 Preparing to unpack .../138-libgpgme11_1.10.0-1ubuntu2_arm64.deb ...
13:40:03 #8 30.18 Unpacking libgpgme11:arm64 (1.10.0-1ubuntu2) ...
13:40:03 #8 30.23 Selecting previously unselected package python3-gpg.
13:40:03 #8 30.23 Preparing to unpack .../139-python3-gpg_1.10.0-1ubuntu2_arm64.deb ...
13:40:03 #8 30.23 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
13:40:03 #8 30.29 Selecting previously unselected package dput.
13:40:03 #8 12.92 Unpacking libperl5.32:amd64 (5.32.1-4+deb11u2) ...
13:40:03 #8 28.77 Selecting previously unselected package diffstat.
13:40:03 #8 28.77 Preparing to unpack .../146-diffstat_1.64-1_arm64.deb ...
13:40:03 #8 28.78 Unpacking diffstat (1.64-1) ...
13:40:03 #8 28.82 Selecting previously unselected package distro-info-data.
13:40:03 #8 28.82 Preparing to unpack .../147-distro-info-data_0.51+deb11u1_all.deb ...
13:40:03 #8 28.82 Unpacking distro-info-data (0.51+deb11u1) ...
13:40:03 #8 28.87 Selecting previously unselected package python3-pkg-resources.
13:40:03 #8 28.87 Preparing to unpack .../148-python3-pkg-resources_52.0.0-4_all.deb ...
13:40:03 #8 28.88 Unpacking python3-pkg-resources (52.0.0-4) ...
13:40:03 #8 28.93 Selecting previously unselected package python3-chardet.
13:40:03 #8 28.93 Preparing to unpack .../149-python3-chardet_4.0.0-1_all.deb ...
13:40:03 #8 28.94 Unpacking python3-chardet (4.0.0-1) ...
13:40:03 #8 28.98 Selecting previously unselected package python3-six.
13:40:03 #9 14.95 Get:319 http://archive.ubuntu.com/ubuntu impish/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
13:40:03 #9 14.99 Get:320 http://archive.ubuntu.com/ubuntu impish/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
13:40:03 #9 14.99 Get:321 http://archive.ubuntu.com/ubuntu impish/main amd64 libref-util-xs-perl amd64 0.117-1build3 [12.1 kB]
13:40:03 #9 15.00 Get:322 http://archive.ubuntu.com/ubuntu impish/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [49.4 kB]
13:40:03 #9 15.00 Get:323 http://archive.ubuntu.com/ubuntu impish/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
13:40:03 #9 15.00 Get:324 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1ubuntu0.1 [52.2 kB]
13:40:03 #9 15.02 Get:325 http://archive.ubuntu.com/ubuntu impish/main amd64 libsereal-decoder-perl amd64 4.018+ds-1build1 [94.6 kB]
13:40:03 #9 15.07 Get:326 http://archive.ubuntu.com/ubuntu impish/main amd64 libsereal-encoder-perl amd64 4.018+ds-1build1 [97.9 kB]
13:40:03 #9 15.07 Get:327 http://archive.ubuntu.com/ubuntu impish/main amd64 libsort-key-perl amd64 1.33-2build4 [36.6 kB]
13:40:03 #9 15.08 Get:328 http://archive.ubuntu.com/ubuntu impish/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
13:40:03 #9 15.08 Get:329 http://archive.ubuntu.com/ubuntu impish/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:40:03 #9 15.14 Get:330 http://archive.ubuntu.com/ubuntu impish/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:40:03 #9 15.14 Get:331 http://archive.ubuntu.com/ubuntu impish/main amd64 libterm-readkey-perl amd64 2.38-1build2 [24.6 kB]
13:40:03 #9 15.14 Get:332 http://archive.ubuntu.com/ubuntu impish/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build9 [8588 B]
13:40:03 #9 15.14 Get:333 http://archive.ubuntu.com/ubuntu impish/main amd64 libtext-markdown-discount-perl amd64 0.12-1build2 [12.5 kB]
13:40:03 #9 15.14 Get:334 http://archive.ubuntu.com/ubuntu impish/main amd64 libtext-xslate-perl amd64 3.5.8-1build2 [182 kB]
13:40:03 #9 15.15 Get:335 http://archive.ubuntu.com/ubuntu impish/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
13:40:03 #9 15.21 Get:336 http://archive.ubuntu.com/ubuntu impish/main amd64 libtime-moment-perl amd64 0.44-1build4 [70.7 kB]
13:40:03 #9 15.22 Get:337 http://archive.ubuntu.com/ubuntu impish/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [24.0 kB]
13:40:03 #9 15.22 Get:338 http://archive.ubuntu.com/ubuntu impish/main amd64 libunicode-utf8-perl amd64 0.62-1build2 [18.2 kB]
13:40:03 #9 15.22 Get:339 http://archive.ubuntu.com/ubuntu impish/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
13:40:03 #9 15.29 Get:340 http://archive.ubuntu.com/ubuntu impish/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
13:40:03 #9 15.29 Get:341 http://archive.ubuntu.com/ubuntu impish/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:40:03 #9 15.29 Get:342 http://archive.ubuntu.com/ubuntu impish/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2build1 [312 kB]
13:40:03 #9 15.31 Get:343 http://archive.ubuntu.com/ubuntu impish/main amd64 libxml-parser-perl amd64 2.46-2 [192 kB]
13:40:03 #8 16.03 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:40:03 #8 16.04 Setting up libexpat1:amd64 (2.2.6-2+deb10u4) ...
13:40:03 #8 16.05 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:40:03 #8 28.93 Fedora 36 - aarch64 - Updates                   249  B/s | 257  B     00:01    
13:40:03 #9 20.43 Selecting previously unselected package python3.
13:40:03 #9 20.43 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5132 files and directories currently installed.)
13:40:03 #9 20.44 Preparing to unpack .../000-python3_3.10.4-0ubuntu2_arm64.deb ...
13:40:03 #9 20.44 Unpacking python3 (3.10.4-0ubuntu2) ...
13:40:03 #9 20.47 Selecting previously unselected package perl-modules-5.34.
13:40:03 #9 20.47 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1_all.deb ...
13:40:03 #9 20.48 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1) ...
13:40:03 #9 20.08 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
13:40:03 #9 20.09 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:40:03 #9 20.17 Selecting previously unselected package tzdata.
13:40:03 #9 20.17 Preparing to unpack .../022-tzdata_2022a-0ubuntu0.20.04_all.deb ...
13:40:03 #9 20.17 Unpacking tzdata (2022a-0ubuntu0.20.04) ...
13:40:03 #8 30.01 Preparing to unpack .../155-exim4-base_4.92-8+deb10u6_arm64.deb ...
13:40:03 #8 30.01 Unpacking exim4-base (4.92-8+deb10u6) ...
13:40:03 #8 30.09 Selecting previously unselected package libevent-2.1-6:arm64.
13:40:03 #8 30.09 Preparing to unpack .../156-libevent-2.1-6_2.1.8-stable-4_arm64.deb ...
13:40:03 #8 30.10 Unpacking libevent-2.1-6:arm64 (2.1.8-stable-4) ...
13:40:03 #8 30.15 Selecting previously unselected package libunbound8:arm64.
13:40:03 #8 30.15 Preparing to unpack .../157-libunbound8_1.9.0-2+deb10u2_arm64.deb ...
13:40:03 #8 30.16 Unpacking libunbound8:arm64 (1.9.0-2+deb10u2) ...
13:40:03 #8 30.23 Selecting previously unselected package libgnutls-dane0:arm64.
13:40:03 #8 30.23 Preparing to unpack .../158-libgnutls-dane0_3.6.7-4+deb10u7_arm64.deb ...
13:40:03 #8 30.24 Unpacking libgnutls-dane0:arm64 (3.6.7-4+deb10u7) ...
13:40:03 #8 30.29 Selecting previously unselected package exim4-daemon-light.
13:40:03 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 55.57MB / 115.57MB 1.7s
13:40:03 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 63.96MB / 115.57MB 1.8s
13:40:03 #15 extracting sha256:52dc419b0ee22d1bb5f3b95a57b2edc733b7b585277f8101db7b2c9b53605c1b 0.2s done
13:40:03 #15 extracting sha256:25bc292e5bacdd8b97a1632a82d0fd0ee6c2692409bd4b35cb9e7e652efbc7c8 0.1s done
13:40:03 #9 13.57 Selecting previously unselected package python3.8.
13:40:03 #9 13.57 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.4_amd64.deb ...
13:40:03 #9 13.58 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ...
13:40:03 #21 3.412 (6/14) Installing libgomp (10.3.1_git20211027-r0)
13:40:03 #21 3.418 (7/14) Installing libatomic (10.3.1_git20211027-r0)
13:40:03 #21 3.444 (8/14) Installing libgphobos (10.3.1_git20211027-r0)
13:40:03 #21 3.480 (9/14) Installing gmp (6.2.1-r1)
13:40:03 #21 3.486 (10/14) Installing isl22 (0.22-r0)
13:40:03 #21 3.500 (11/14) Installing mpfr4 (4.1.0-r0)
13:40:03 #21 3.506 (12/14) Installing mpc1 (1.2.1-r0)
13:40:03 #21 3.512 (13/14) Installing gcc (10.3.1_git20211027-r0)
13:40:03 #9 15.59 Selecting previously unselected package python3.
13:40:03 #9 15.59 (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 ... 5138 files and directories currently installed.)
13:40:03 #9 15.60 Preparing to unpack .../000-python3_3.10.4-0ubuntu2_amd64.deb ...
13:40:03 #9 15.61 Unpacking python3 (3.10.4-0ubuntu2) ...
13:40:03 #9 15.64 Selecting previously unselected package perl-modules-5.34.
13:40:03 #9 15.64 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1_all.deb ...
13:40:03 #9 15.65 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1) ...
13:40:03 #14 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 0.7s done
13:40:03 #14 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd
13:40:03 #8 30.29 Preparing to unpack .../140-dput_1.0.1ubuntu1_all.deb ...
13:40:03 #8 30.30 Unpacking dput (1.0.1ubuntu1) ...
13:40:03 #8 30.34 Selecting previously unselected package libfakeroot:arm64.
13:40:03 #8 30.34 Preparing to unpack .../141-libfakeroot_1.22-2ubuntu1_arm64.deb ...
13:40:03 #8 30.35 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ...
13:40:03 #8 30.39 Selecting previously unselected package fakeroot.
13:40:03 #8 30.39 Preparing to unpack .../142-fakeroot_1.22-2ubuntu1_arm64.deb ...
13:40:03 #8 30.40 Unpacking fakeroot (1.22-2ubuntu1) ...
13:40:03 #8 30.44 Selecting previously unselected package libcurl3-gnutls:arm64.
13:40:03 #8 30.44 Preparing to unpack .../143-libcurl3-gnutls_7.58.0-2ubuntu3.17_arm64.deb ...
13:40:03 #8 30.44 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.17) ...
13:40:03 #8 30.49 Selecting previously unselected package liberror-perl.
13:40:03 #13 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 5.2s
13:40:03 #8 28.99 Preparing to unpack .../150-python3-six_1.16.0-2_all.deb ...
13:40:03 #8 28.99 Unpacking python3-six (1.16.0-2) ...
13:40:03 #8 29.03 Selecting previously unselected package python3-debian.
13:40:03 #8 29.03 Preparing to unpack .../151-python3-debian_0.1.39_all.deb ...
13:40:03 #8 29.04 Unpacking python3-debian (0.1.39) ...
13:40:03 #8 29.08 Selecting previously unselected package libgpgme11:arm64.
13:40:03 #8 29.09 Preparing to unpack .../152-libgpgme11_1.14.0-1+b2_arm64.deb ...
13:40:03 #8 29.09 Unpacking libgpgme11:arm64 (1.14.0-1+b2) ...
13:40:03 #8 29.14 Selecting previously unselected package python3-gpg.
13:40:03 #8 29.14 Preparing to unpack .../153-python3-gpg_1.14.0-1+b2_arm64.deb ...
13:40:03 #8 29.14 Unpacking python3-gpg (1.14.0-1+b2) ...
13:40:03 #8 29.22 Selecting previously unselected package dput.
13:40:03 #9 19.97 Get:103 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 g++ arm64 4:11.2.0-1ubuntu1 [1394 B]
13:40:03 #9 19.97 Get:104 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 make arm64 4.3-4ubuntu1 [158 kB]
13:40:03 #9 19.97 Get:105 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdpkg-perl all 1.20.9ubuntu2 [233 kB]
13:40:03 #9 19.98 Get:106 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 bzip2 arm64 1.0.8-4ubuntu3 [32.3 kB]
13:40:03 #9 19.99 Get:107 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 patch arm64 2.7.6-7 [97.8 kB]
13:40:03 #9 19.99 Get:108 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 lto-disabled-list all 16 [12.5 kB]
13:40:03 #9 19.99 Get:109 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dpkg-dev all 1.20.9ubuntu2 [937 kB]
13:40:03 #9 20.03 Get:110 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 build-essential arm64 12.9ubuntu2 [4680 B]
13:40:03 #9 20.03 Get:111 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libbrotli1 arm64 1.0.9-2build3 [314 kB]
13:40:03 #9 20.05 Get:112 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1ubuntu0.1 [16.1 kB]
13:40:03 #9 20.11 Get:113 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1ubuntu0.1 [51.3 kB]
13:40:03 #9 20.11 Get:114 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libldap-2.5-0 arm64 2.5.6+dfsg-1~exp1ubuntu1 [184 kB]
13:40:03 #9 20.12 Get:115 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnghttp2-14 arm64 1.43.0-1 [68.5 kB]
13:40:03 #9 20.12 Get:116 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build3 [59.3 kB]
13:40:03 #9 20.12 Get:117 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libssh-4 arm64 0.9.6-1 [184 kB]
13:40:03 #9 20.13 Get:118 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libcurl4 arm64 7.74.0-1.3ubuntu2.1 [268 kB]
13:40:03 #9 20.14 Get:119 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 curl arm64 7.74.0-1.3ubuntu2.1 [175 kB]
13:40:03 #9 20.15 Get:120 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dctrl-tools arm64 2.24-3 [59.1 kB]
13:40:03 #9 20.18 Get:121 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdebhelper-perl all 13.3.4ubuntu2 [62.5 kB]
13:40:03 #9 20.18 Get:122 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtool all 2.4.6-15 [161 kB]
13:40:03 #9 20.26 Get:123 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dh-autoreconf all 20 [16.1 kB]
13:40:03 #9 15.33 Get:344 http://archive.ubuntu.com/ubuntu impish/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:40:03 #9 15.33 Get:345 http://archive.ubuntu.com/ubuntu impish/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1build1 [28.0 kB]
13:40:03 #9 15.35 Get:346 http://archive.ubuntu.com/ubuntu impish/main amd64 licensecheck all 3.1.1-2 [36.7 kB]
13:40:03 #9 15.36 Get:347 http://archive.ubuntu.com/ubuntu impish/main amd64 libdevel-size-perl amd64 0.83-1build3 [20.8 kB]
13:40:03 #9 15.36 Get:348 http://archive.ubuntu.com/ubuntu impish/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
13:40:03 #9 15.36 Get:349 http://archive.ubuntu.com/ubuntu impish/main amd64 lzip amd64 1.22-3 [80.9 kB]
13:40:03 #9 15.43 Get:350 http://archive.ubuntu.com/ubuntu impish/main amd64 lzop amd64 1.04-2build1 [83.7 kB]
13:40:03 #9 15.43 Get:351 http://archive.ubuntu.com/ubuntu impish/main amd64 t1utils amd64 1.41-4build1 [61.4 kB]
13:40:03 #9 15.43 Get:352 http://archive.ubuntu.com/ubuntu impish/main amd64 unzip amd64 6.0-26ubuntu1 [168 kB]
13:40:03 #9 15.44 Get:353 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 lintian all 2.104.0ubuntu3.1 [969 kB]
13:40:03 #9 15.48 Get:354 http://archive.ubuntu.com/ubuntu impish/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
13:40:03 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 110.02MB / 110.02MB 15.6s done
13:40:03 #14 ...
13:40:03 
13:40:03 #9 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
13:40:03 #9 sha256:3bc45506cf4baa81cbe453e031b7894faf7e701b33d02b4145f113c83fb42d55
13:40:03 #9 DONE 1.0s
13:40:03 
13:40:03 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:03 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:03 #9 20.72 Selecting previously unselected package libgdbm6:arm64.
13:40:03 #9 20.72 Preparing to unpack .../002-libgdbm6_1.23-1_arm64.deb ...
13:40:03 #9 20.72 Unpacking libgdbm6:arm64 (1.23-1) ...
13:40:03 #9 20.77 Selecting previously unselected package libgdbm-compat4:arm64.
13:40:03 #9 20.77 Preparing to unpack .../003-libgdbm-compat4_1.23-1_arm64.deb ...
13:40:03 #9 20.78 Unpacking libgdbm-compat4:arm64 (1.23-1) ...
13:40:03 #9 20.85 Selecting previously unselected package libperl5.34:arm64.
13:40:03 #9 20.38 Selecting previously unselected package libicu66:arm64.
13:40:03 #9 20.38 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_arm64.deb ...
13:40:03 #9 20.39 Unpacking libicu66:arm64 (66.1-2ubuntu2.1) ...
13:40:03 #8 30.29 Preparing to unpack .../159-exim4-daemon-light_4.92-8+deb10u6_arm64.deb ...
13:40:03 #8 30.30 Unpacking exim4-daemon-light (4.92-8+deb10u6) ...
13:40:03 #8 30.38 Selecting previously unselected package libcurl3-gnutls:arm64.
13:40:03 #8 30.38 Preparing to unpack .../160-libcurl3-gnutls_7.64.0-4+deb10u2_arm64.deb ...
13:40:03 #8 30.38 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u2) ...
13:40:03 #8 30.44 Selecting previously unselected package libpcre2-8-0:arm64.
13:40:03 #8 30.44 Preparing to unpack .../161-libpcre2-8-0_10.32-5_arm64.deb ...
13:40:03 #8 30.45 Unpacking libpcre2-8-0:arm64 (10.32-5) ...
13:40:03 #8 30.49 Selecting previously unselected package liberror-perl.
13:40:03 #8 30.49 Preparing to unpack .../162-liberror-perl_0.17027-2_all.deb ...
13:40:03 #8 30.50 Unpacking liberror-perl (0.17027-2) ...
13:40:03 #8 30.54 Selecting previously unselected package git-man.
13:40:03 #8 30.54 Preparing to unpack .../163-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
13:40:03 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 82.84MB / 115.57MB 2.1s
13:40:03 #9 13.63 Selecting previously unselected package libpython3-stdlib:amd64.
13:40:03 #9 13.63 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
13:40:03 #9 13.63 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
13:40:03 #9 13.66 Setting up python3-minimal (3.8.2-0ubuntu2) ...
13:40:03 #21 ...
13:40:03 
13:40:03 #19 [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
13:40:03 #19 43.79 + for f in rootlesskit rootlesskit-docker-proxy
13:40:03 #19 43.79 + GOBIN=/build
13:40:03 #19 43.79 + GO111MODULE=on
13:40:03 #19 43.79 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:40:03 #8 30.49 Preparing to unpack .../144-liberror-perl_0.17025-1_all.deb ...
13:40:03 #8 30.50 Unpacking liberror-perl (0.17025-1) ...
13:40:03 #8 30.54 Selecting previously unselected package git-man.
13:40:03 #8 30.54 Preparing to unpack .../145-git-man_1%3a2.17.1-1ubuntu0.11_all.deb ...
13:40:03 #8 30.55 Unpacking git-man (1:2.17.1-1ubuntu0.11) ...
13:40:03 #8 30.65 Selecting previously unselected package git.
13:40:03 #8 30.65 Preparing to unpack .../146-git_1%3a2.17.1-1ubuntu0.11_arm64.deb ...
13:40:03 #8 30.68 Unpacking git (1:2.17.1-1ubuntu0.11) ...
13:40:03 #8 13.65 Selecting previously unselected package perl.
13:40:03 #8 13.65 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_amd64.deb ...
13:40:03 #8 13.66 Unpacking perl (5.32.1-4+deb11u2) ...
13:40:03 #8 29.22 Preparing to unpack .../154-dput_1.1.0_all.deb ...
13:40:03 #8 29.23 Unpacking dput (1.1.0) ...
13:40:03 #8 29.26 Selecting previously unselected package equivs.
13:40:03 #8 29.27 Preparing to unpack .../155-equivs_2.3.1_all.deb ...
13:40:03 #8 29.27 Unpacking equivs (2.3.1) ...
13:40:03 #8 29.31 Selecting previously unselected package fonts-dejavu-core.
13:40:03 #8 29.31 Preparing to unpack .../156-fonts-dejavu-core_2.37-2_all.deb ...
13:40:03 #8 29.32 Unpacking fonts-dejavu-core (2.37-2) ...
13:40:03 #9 20.26 Get:124 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
13:40:03 #9 20.26 Get:125 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-override-perl all 0.09-2 [9532 B]
13:40:03 #9 20.26 Get:126 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-stripnondeterminism-perl all 1.12.0-1 [17.5 kB]
13:40:03 #9 20.26 Get:127 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dh-strip-nondeterminism all 1.12.0-1 [5228 B]
13:40:03 #9 20.26 Get:128 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdw1 arm64 0.185-1build1 [245 kB]
13:40:03 #9 20.27 Get:129 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 debugedit arm64 1:5.0-0ubuntu2 [47.0 kB]
13:40:03 #9 20.27 Get:130 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dwz arm64 0.14-1build1 [102 kB]
13:40:03 #9 20.33 Get:131 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gettext arm64 0.21-4ubuntu3 [775 kB]
13:40:03 #9 20.36 Get:132 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:40:03 #9 20.40 Get:133 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
13:40:03 #9 15.60 Get:355 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-certifi all 2020.6.20-1 [150 kB]
13:40:03 #9 15.60 Get:356 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-idna all 2.10-1 [35.2 kB]
13:40:03 #9 15.61 Get:357 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
13:40:03 #9 15.61 Get:358 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
13:40:03 #9 15.61 Get:359 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
13:40:03 #9 15.61 Get:360 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-xdg all 0.27-2 [36.9 kB]
13:40:03 #9 15.61 Get:361 http://archive.ubuntu.com/ubuntu impish/main amd64 equivs all 2.3.1 [19.0 kB]
13:40:03 #9 15.61 Get:362 http://archive.ubuntu.com/ubuntu impish/main amd64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
13:40:03 #9 15.62 Get:363 http://archive.ubuntu.com/ubuntu impish/main amd64 python3-magic all 2:0.4.20-3 [12.3 kB]
13:40:03 #13 ...
13:40:03 
13:40:03 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:f1ea119207443d62c398cca8d92a7852bebc1c8b39bd69c42e164c436afdd9f0
13:40:03 #7 sha256:0b4299c183d228da7e3fbba08253d1b9273a2cceb7de1cd688b0b00d7e0abbb1
13:40:03 #7 extracting sha256:6f6c5b71ad7b1f1570fee7f840822d3aa08c5ca496af8cd6ab74d92c2c8ff437 12.0s done
13:40:03 #7 extracting sha256:df29e8774ed93574ca0ab64ae06025740cc404cb07d2959ac6b5959016dc9eaa done
13:40:03 #7 extracting sha256:608c8b94cb00e84f92e07637c832717b3f2577bb1de3b25932079e8a07899666 done
13:40:03 #7 extracting sha256:3abe7fd2756e782bf34bdbc6b8885d26774c309e3387022e3039d301ff791da8 done
13:40:03 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 70.25MB / 110.02MB 12.5s
13:40:03 #14 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 0.9s done
13:40:03 #14 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969
13:40:03 #9 20.85 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1_arm64.deb ...
13:40:03 #9 20.85 Unpacking libperl5.34:arm64 (5.34.0-3ubuntu1) ...
13:40:03 #9 21.05 Selecting previously unselected package perl.
13:40:03 #9 21.05 Preparing to unpack .../005-perl_5.34.0-3ubuntu1_arm64.deb ...
13:40:03 #9 21.06 Unpacking perl (5.34.0-3ubuntu1) ...
13:40:03 #9 21.10 Selecting previously unselected package openssl.
13:40:03 #8 4.479 Reading package lists...
13:40:03 #8 30.55 Unpacking git-man (1:2.20.1-2+deb10u3) ...
13:40:03 #8 30.66 Selecting previously unselected package git.
13:40:03 #8 30.66 Preparing to unpack .../164-git_1%3a2.20.1-2+deb10u3_arm64.deb ...
13:40:03 #8 30.68 Unpacking git (1:2.20.1-2+deb10u3) ...
13:40:03 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 93.32MB / 115.57MB 2.3s
13:40:03 #9 13.96 Selecting previously unselected package python3.
13:40:03 #9 13.96 (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.)
13:40:03 #9 13.96 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
13:40:03 #9 13.97 Unpacking python3 (3.8.2-0ubuntu2) ...
13:40:03 #9 14.01 Selecting previously unselected package libbsd0:amd64.
13:40:03 #9 14.01 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
13:40:03 #9 14.02 Unpacking libbsd0:amd64 (0.10.0-1) ...
13:40:03 #9 14.05 Selecting previously unselected package bsdmainutils.
13:40:03 #9 14.06 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
13:40:03 #9 14.06 Unpacking bsdmainutils (11.1.2ubuntu3) ...
13:40:03 #9 14.14 Selecting previously unselected package libuchardet0:amd64.
13:40:03 #9 14.14 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
13:40:03 #9 14.14 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
13:40:03 #8 31.02 Selecting previously unselected package libalgorithm-diff-perl.
13:40:03 #8 31.02 Preparing to unpack .../147-libalgorithm-diff-perl_1.19.03-1_all.deb ...
13:40:03 #8 31.03 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
13:40:03 #8 31.07 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:03 #21 3.926 (14/14) Installing musl-dev (1.2.2-r7)
13:40:03 #21 3.986 OK: 74 MiB in 15 packages
13:40:03 #9 16.05 Selecting previously unselected package libgdbm6:amd64.
13:40:03 #9 16.05 Preparing to unpack .../002-libgdbm6_1.23-1_amd64.deb ...
13:40:03 #9 16.05 Unpacking libgdbm6:amd64 (1.23-1) ...
13:40:03 #9 16.10 Selecting previously unselected package libgdbm-compat4:amd64.
13:40:03 #9 16.10 Preparing to unpack .../003-libgdbm-compat4_1.23-1_amd64.deb ...
13:40:03 #9 16.10 Unpacking libgdbm-compat4:amd64 (1.23-1) ...
13:40:03 #9 16.15 Selecting previously unselected package libperl5.34:amd64.
13:40:03 #9 16.15 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1_amd64.deb ...
13:40:03 #9 16.16 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1) ...
13:40:03 #8 13.73 Selecting previously unselected package liblocale-gettext-perl.
13:40:03 #8 13.73 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
13:40:03 #8 13.74 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
13:40:03 #8 13.78 Selecting previously unselected package libpython3.9-minimal:amd64.
13:40:03 #8 13.78 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_amd64.deb ...
13:40:03 #8 13.78 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
13:40:03 #8 13.98 Selecting previously unselected package libexpat1:amd64.
13:40:03 #8 13.98 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u3_amd64.deb ...
13:40:03 #8 13.98 Unpacking libexpat1:amd64 (2.2.10-2+deb11u3) ...
13:40:03 #9 20.41 Get:134 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 debhelper all 13.3.4ubuntu2 [921 kB]
13:40:03 #9 20.44 Get:135 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfakeroot arm64 1.25.3-1.1ubuntu2 [27.1 kB]
13:40:03 #9 20.44 Get:136 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 fakeroot arm64 1.25.3-1.1ubuntu2 [62.3 kB]
13:40:03 #9 20.45 Get:137 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libassuan0 arm64 2.5.5-1 [36.6 kB]
13:40:03 #9 20.45 Get:138 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpgconf arm64 2.2.20-1ubuntu4 [85.8 kB]
13:40:03 #9 20.45 Get:139 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libksba8 arm64 1.5.1-1 [100 kB]
13:40:03 #9 20.45 Get:140 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnpth0 arm64 1.6-3 [7824 B]
13:40:03 #9 20.47 Get:141 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dirmngr arm64 2.2.20-1ubuntu4 [263 kB]
13:40:03 #9 20.48 Get:142 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gnupg-l10n all 2.2.20-1ubuntu4 [51.4 kB]
13:40:03 #9 20.55 Get:143 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gnupg-utils arm64 2.2.20-1ubuntu4 [277 kB]
13:40:03 #9 20.56 Get:144 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpg arm64 2.2.20-1ubuntu4 [436 kB]
13:40:03 #9 20.57 Get:145 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 pinentry-curses arm64 1.1.1-1 [30.4 kB]
13:40:03 #9 20.57 Get:146 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpg-agent arm64 2.2.20-1ubuntu4 [176 kB]
13:40:03 #9 20.58 Get:147 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpg-wks-client arm64 2.2.20-1ubuntu4 [57.1 kB]
13:40:03 #9 20.58 Get:148 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpg-wks-server arm64 2.2.20-1ubuntu4 [52.7 kB]
13:40:03 #9 20.58 Get:149 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpgsm arm64 2.2.20-1ubuntu4 [168 kB]
13:40:03 #9 20.59 Get:150 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gnupg all 2.2.20-1ubuntu4 [260 kB]
13:40:03 #9 20.62 Get:151 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
13:40:03 #9 20.62 Get:152 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
13:40:03 #9 20.69 Get:153 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
13:40:03 #8 29.47 Selecting previously unselected package fontconfig-config.
13:40:03 #8 29.48 Preparing to unpack .../157-fontconfig-config_2.13.1-4.2_all.deb ...
13:40:03 #8 29.59 Unpacking fontconfig-config (2.13.1-4.2) ...
13:40:03 #8 29.65 Selecting previously unselected package libcurl3-gnutls:arm64.
13:40:03 #8 29.65 Preparing to unpack .../158-libcurl3-gnutls_7.74.0-1.3+deb11u1_arm64.deb ...
13:40:03 #8 29.65 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u1) ...
13:40:03 #8 29.71 Selecting previously unselected package liberror-perl.
13:40:03 #8 29.71 Preparing to unpack .../159-liberror-perl_0.17029-1_all.deb ...
13:40:03 #8 29.71 Unpacking liberror-perl (0.17029-1) ...
13:40:03 #8 29.81 Selecting previously unselected package git-man.
13:40:03 #9 15.87 debconf: delaying package configuration, since apt-utils is not installed
13:40:03 #9 15.91 Fetched 251 MB in 10s (26.3 MB/s)
13:40:03 #9 15.96 Selecting previously unselected package liblocale-gettext-perl.
13:40:03 #7 extracting sha256:1ee8e9d3d579c8b782076ab76beea9f52067c42e0709a52b4cb721ad33637c86 0.0s done
13:40:03 #7 ...
13:40:03 
13:40:03 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:03 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:03 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 12.5s done
13:40:03 #14 ...
13:40:03 
13:40:03 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d
13:40:03 #7 sha256:6827fccc6589386786523e64c7f0013256450e821b7cd52b73fd8f0e6b0ebb75
13:40:03 #7 extracting sha256:5a3411c136d8a6da4e9d7d3abcbfc94f59ecb2935fd02cad49be6a79c899fcaa 8.8s done
13:40:03 #7 DONE 13.0s
13:40:03 
13:40:03 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:03 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:03 #14 ...
13:40:03 
13:40:03 #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
13:40:03 #8 sha256:a858fd5c08f6ab5f7f4abd3e1af8635cdb958a6c74953dcc02e0ef91a106498b
13:40:03 #9 21.10 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1_arm64.deb ...
13:40:03 #9 21.11 Unpacking openssl (3.0.2-0ubuntu1) ...
13:40:03 #9 21.16 Selecting previously unselected package ca-certificates.
13:40:03 #9 21.17 Preparing to unpack .../007-ca-certificates_20211016_all.deb ...
13:40:03 #9 21.17 Unpacking ca-certificates (20211016) ...
13:40:03 #9 21.22 Selecting previously unselected package distro-info-data.
13:40:03 #9 21.22 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.1_all.deb ...
13:40:03 #9 21.23 Unpacking distro-info-data (0.52ubuntu0.1) ...
13:40:03 #9 21.26 Selecting previously unselected package iso-codes.
13:40:03 #9 21.26 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
13:40:03 #9 21.26 Unpacking iso-codes (4.9.0-1) ...
13:40:03 #8 5.889 Reading package lists...
13:40:03 #8 ...
13:40:03 
13:40:03 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:03 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:03 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 110.02MB / 110.02MB 17.3s
13:40:03 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 11.9s done
13:40:03 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 110.02MB / 110.02MB 17.3s done
13:40:04 #14 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 5.1s
13:40:04 #9 21.12 Selecting previously unselected package libxml2:arm64.
13:40:04 #9 21.12 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.2_arm64.deb ...
13:40:04 #9 21.13 Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.2) ...
13:40:04 #9 21.21 Selecting previously unselected package libyaml-0-2:arm64.
13:40:04 #9 21.21 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_arm64.deb ...
13:40:04 #9 21.21 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
13:40:04 #9 21.25 Selecting previously unselected package lsb-release.
13:40:04 #9 14.19 Selecting previously unselected package groff-base.
13:40:04 #9 14.19 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
13:40:04 #9 14.19 Unpacking groff-base (1.22.4-4build1) ...
13:40:04 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 101.34MB / 115.57MB 2.4s
13:40:04 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 112.20MB / 115.57MB 2.7s
13:40:04 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 110.02MB / 110.02MB 17.2s done
13:40:04 #8 31.07 Preparing to unpack .../148-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ...
13:40:04 #9 16.48 Selecting previously unselected package perl.
13:40:04 #8 31.08 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
13:40:04 #8 31.14 Selecting previously unselected package libalgorithm-merge-perl.
13:40:04 #8 31.14 Preparing to unpack .../149-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:04 #8 31.15 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:04 #8 31.18 Selecting previously unselected package libapt-pkg-perl.
13:40:04 #8 31.18 Preparing to unpack .../150-libapt-pkg-perl_0.1.33build1_arm64.deb ...
13:40:04 #8 31.19 Unpacking libapt-pkg-perl (0.1.33build1) ...
13:40:04 13:40:04 #8 31.24 Selecting previously unselected package libarchive-cpio-perl.
13:40:04 #8 31.24 Preparing to unpack .../151-libarchive-cpio-perl_0.10-1_all.deb ...
#9 16.48 Preparing to unpack .../005-perl_5.34.0-3ubuntu1_amd64.deb ...
13:40:04 #9 16.50 Unpacking perl (5.34.0-3ubuntu1) ...
13:40:04 #9 16.55 Selecting previously unselected package openssl.
13:40:04 #8 31.25 Unpacking libarchive-cpio-perl (0.10-1) ...
13:40:04 #8 31.29 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:04 #9 16.55 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1_amd64.deb ...
13:40:04 #8 16.70 Selecting previously unselected package python3-minimal.
13:40:04 #8 16.70 (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 ... 9605 files and directories currently installed.)
13:40:04 #8 16.71 Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
13:40:04 #8 16.71 Unpacking python3-minimal (3.7.3-1) ...
13:40:04 #8 16.76 Selecting previously unselected package mime-support.
13:40:04 #8 16.76 Preparing to unpack .../1-mime-support_3.62_all.deb ...
13:40:04 #8 16.76 Unpacking mime-support (3.62) ...
13:40:04 #8 16.81 Selecting previously unselected package libmpdec2:amd64.
13:40:04 #8 16.81 Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
13:40:04 #8 16.81 Unpacking libmpdec2:amd64 (2.4.2-2) ...
13:40:04 #8 16.89 Selecting previously unselected package readline-common.
13:40:04 #8 16.89 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
13:40:04 #8 16.91 Unpacking readline-common (7.0-5) ...
13:40:04 #8 17.03 Selecting previously unselected package libreadline7:amd64.
13:40:04 #8 17.03 Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
13:40:04 #8 17.09 Unpacking libreadline7:amd64 (7.0-5) ...
13:40:04 #8 26.29 Fedora 34 - aarch64 - Updates                    19 MB/s |  32 MB     00:01    
13:40:04 #8 14.03 Selecting previously unselected package python3.9-minimal.
13:40:04 #8 14.03 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_amd64.deb ...
13:40:04 #8 14.04 Unpacking python3.9-minimal (3.9.2-1) ...
13:40:04 #9 20.69 Get:154 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-touch-perl all 0.11-1 [8284 B]
13:40:04 #9 20.69 Get:155 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-pty-perl arm64 1:1.15-2build1 [34.7 kB]
13:40:04 #9 20.69 Get:156 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libipc-run-perl all 20200505.0-1 [89.8 kB]
13:40:04 #9 20.70 Get:157 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:40:04 #9 20.70 Get:158 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libb-hooks-op-check-perl arm64 0.22-1build3 [10.2 kB]
13:40:04 #9 20.70 Get:159 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
13:40:04 #9 20.70 Get:160 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu3 [14.7 kB]
13:40:04 #9 20.76 Get:161 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libparams-classify-perl arm64 0.015-1build4 [21.8 kB]
13:40:04 #9 20.76 Get:162 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:40:04 #9 20.84 Get:163 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:40:04 #9 20.84 Get:164 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
13:40:04 #9 20.84 Get:165 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
13:40:04 #9 20.84 Get:166 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
13:40:04 #9 20.84 Get:167 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmoo-perl all 2.004004-1 [46.9 kB]
13:40:04 #9 20.84 Get:168 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
13:40:04 #9 20.84 Get:169 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
13:40:04 #9 20.84 Get:170 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
13:40:04 #9 20.91 Get:171 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-listing-perl all 6.14-1 [11.2 kB]
13:40:04 #9 20.91 Get:172 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:40:04 #9 20.98 Get:173 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liburi-perl all 5.08-1 [77.4 kB]
13:40:04 #9 15.96 (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 ... 4384 files and directories currently installed.)
13:40:04 #9 15.96 Preparing to unpack .../liblocale-gettext-perl_1.07-4build1_amd64.deb ...
13:40:04 #9 15.97 Unpacking liblocale-gettext-perl (1.07-4build1) ...
13:40:04 #9 16.02 Selecting previously unselected package libpython3.9-minimal:amd64.
13:40:04 #9 16.02 Preparing to unpack .../libpython3.9-minimal_3.9.7-2build1_amd64.deb ...
13:40:04 #9 16.02 Unpacking libpython3.9-minimal:amd64 (3.9.7-2build1) ...
13:40:04 #9 16.15 Selecting previously unselected package libexpat1:amd64.
13:40:04 #9 16.15 Preparing to unpack .../libexpat1_2.4.1-2ubuntu0.3_amd64.deb ...
13:40:04 #9 16.16 Unpacking libexpat1:amd64 (2.4.1-2ubuntu0.3) ...
13:40:04 #9 16.20 Selecting previously unselected package python3.9-minimal.
13:40:04 #9 16.20 Preparing to unpack .../python3.9-minimal_3.9.7-2build1_amd64.deb ...
13:40:04 #9 16.21 Unpacking python3.9-minimal (3.9.7-2build1) ...
13:40:04 #8 29.81 Preparing to unpack .../160-git-man_1%3a2.30.2-1_all.deb ...
13:40:04 #8 29.83 Unpacking git-man (1:2.30.2-1) ...
13:40:04 #8 29.95 Selecting previously unselected package git.
13:40:04 #13 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa
13:40:04 #9 21.40 Selecting previously unselected package less.
13:40:04 #9 21.40 Preparing to unpack .../010-less_590-1build1_arm64.deb ...
13:40:04 #9 21.41 Unpacking less (590-1build1) ...
13:40:04 #9 21.47 Selecting previously unselected package libmd0:arm64.
13:40:04 #9 21.47 Preparing to unpack .../011-libmd0_1.0.4-1build1_arm64.deb ...
13:40:04 #9 21.48 Unpacking libmd0:arm64 (1.0.4-1build1) ...
13:40:04 #9 21.52 Selecting previously unselected package libbsd0:arm64.
13:40:04 #9 21.52 Preparing to unpack .../012-libbsd0_0.11.5-1_arm64.deb ...
13:40:04 #9 21.52 Unpacking libbsd0:arm64 (0.11.5-1) ...
13:40:04 #9 21.56 Selecting previously unselected package libelf1:arm64.
13:40:04 #9 21.57 Preparing to unpack .../013-libelf1_0.186-1build1_arm64.deb ...
13:40:04 #9 21.57 Unpacking libelf1:arm64 (0.186-1build1) ...
13:40:04 #13 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa
13:40:04 #9 21.25 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
13:40:04 #9 21.26 Unpacking lsb-release (11.1.0ubuntu2) ...
13:40:04 #9 21.32 Selecting previously unselected package netbase.
13:40:04 #9 21.33 Preparing to unpack .../027-netbase_6.1_all.deb ...
13:40:04 #9 21.33 Unpacking netbase (6.1) ...
13:40:04 #9 21.37 Selecting previously unselected package python3-pkg-resources.
13:40:04 #9 21.37 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
13:40:04 #9 21.38 Unpacking python3-pkg-resources (45.2.0-1) ...
13:40:04 #9 21.43 Selecting previously unselected package python3-six.
13:40:04 #9 21.43 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
13:40:04 #9 21.44 Unpacking python3-six (1.14.0-2) ...
13:40:04 #9 21.48 Selecting previously unselected package shared-mime-info.
13:40:04 #9 21.48 Preparing to unpack .../030-shared-mime-info_1.15-1_arm64.deb ...
13:40:04 #9 14.38 Selecting previously unselected package libgdbm6:amd64.
13:40:04 #9 14.38 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
13:40:04 #9 14.39 Unpacking libgdbm6:amd64 (1.18.1-5) ...
13:40:04 #9 14.42 Selecting previously unselected package libpipeline1:amd64.
13:40:04 #9 14.42 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
13:40:04 #9 14.43 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
13:40:04 #9 14.47 Selecting previously unselected package man-db.
13:40:04 #9 14.47 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
13:40:04 #9 14.48 Unpacking man-db (2.9.1-1) ...
13:40:04 #8 31.31 Selecting previously unselected package libgc1c2:arm64.
13:40:04 #8 31.31 Preparing to unpack .../165-libgc1c2_1%3a7.6.4-0.4_arm64.deb ...
13:40:04 #8 31.33 Unpacking libgc1c2:arm64 (1:7.6.4-0.4) ...
13:40:04 #8 17.37 Selecting previously unselected package libsqlite3-0:amd64.
13:40:04 #8 17.37 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u1_amd64.deb ...
13:40:04 #9 16.56 Unpacking openssl (3.0.2-0ubuntu1) ...
13:40:04 #9 16.65 Selecting previously unselected package ca-certificates.
13:40:04 #9 16.65 Preparing to unpack .../007-ca-certificates_20211016_all.deb ...
13:40:04 #9 16.65 Unpacking ca-certificates (20211016) ...
13:40:04 #9 16.72 Selecting previously unselected package distro-info-data.
13:40:04 #9 16.73 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.1_all.deb ...
13:40:04 #9 16.73 Unpacking distro-info-data (0.52ubuntu0.1) ...
13:40:04 #9 16.77 Selecting previously unselected package iso-codes.
13:40:04 #9 16.77 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
13:40:04 #9 16.77 Unpacking iso-codes (4.9.0-1) ...
13:40:04 #8 31.29 Preparing to unpack .../152-libb-hooks-op-check-perl_0.22-1_arm64.deb ...
13:40:04 #8 31.29 Unpacking libb-hooks-op-check-perl (0.22-1) ...
13:40:04 #8 31.41 Selecting previously unselected package libdynaloader-functions-perl.
13:40:04 #8 31.41 Preparing to unpack .../153-libdynaloader-functions-perl_0.003-1_all.deb ...
13:40:04 #8 31.43 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:40:04 #8 31.50 Selecting previously unselected package libdevel-callchecker-perl.
13:40:04 #8 31.51 Preparing to unpack .../154-libdevel-callchecker-perl_0.007-2build1_arm64.deb ...
13:40:04 #8 31.52 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
13:40:04 #8 27.93 Fedora 35 - aarch64 - Updates                    17 MB/s |  28 MB     00:01    
13:40:04 #9 20.98 Get:174 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-parser-perl arm64 3.76-1 [83.3 kB]
13:40:04 #9 20.99 Get:175 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
13:40:04 #9 20.99 Get:176 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-html-perl all 1.004-2 [15.4 kB]
13:40:04 #9 20.99 Get:177 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:40:04 #9 21.00 Get:178 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-message-perl all 6.29-1 [75.5 kB]
13:40:04 #9 21.00 Get:179 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
13:40:04 #9 21.00 Get:180 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:40:04 #9 21.05 Get:181 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 perl-openssl-defaults arm64 5 [7400 B]
13:40:04 #9 21.05 Get:182 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnet-ssleay-perl arm64 1.88-3ubuntu1 [285 kB]
13:40:04 #9 21.13 Get:183 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-socket-ssl-perl all 2.069-1 [179 kB]
13:40:04 #9 21.13 Get:184 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnet-http-perl all 6.20-1 [23.0 kB]
13:40:04 #9 21.13 Get:185 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
13:40:04 #9 21.13 Get:186 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
13:40:04 #9 21.13 Get:187 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:40:04 #9 21.14 Get:188 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libwww-perl all 6.53-1 [140 kB]
13:40:04 #9 21.14 Get:189 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 patchutils arm64 0.4.2-1 [71.0 kB]
13:40:04 #9 21.14 Get:190 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 wdiff arm64 1.2.2-2build2 [29.0 kB]
13:40:04 #9 21.20 Get:191 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 devscripts arm64 2.21.4ubuntu1 [975 kB]
13:40:04 #9 21.24 Get:192 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 diffstat arm64 1.64-1 [25.7 kB]
13:40:04 #9 16.31 Setting up libpython3.9-minimal:amd64 (3.9.7-2build1) ...
13:40:04 #9 16.32 Setting up libexpat1:amd64 (2.4.1-2ubuntu0.3) ...
13:40:04 #9 16.33 Setting up python3.9-minimal (3.9.7-2build1) ...
13:40:04 #8 14.43 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
13:40:04 #8 29.95 Preparing to unpack .../161-git_1%3a2.30.2-1_arm64.deb ...
13:40:04 #8 29.97 Unpacking git (1:2.30.2-1) ...
13:40:04 #9 21.62 Selecting previously unselected package libicu70:arm64.
13:40:04 #9 21.62 Preparing to unpack .../014-libicu70_70.1-2_arm64.deb ...
13:40:04 #9 21.63 Unpacking libicu70:arm64 (70.1-2) ...
13:40:04 #17 DONE 4.1s
13:40:04 
13:40:04 #18 [linux/arm64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
13:40:04 #18 0.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
13:40:04 #9 21.49 Unpacking shared-mime-info (1.15-1) ...
13:40:04 #9 21.59 Selecting previously unselected package ucf.
13:40:04 #9 21.59 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
13:40:04 #9 21.60 Moving old data out of the way
13:40:04 #9 21.60 Unpacking ucf (3.0038+nmu1) ...
13:40:04 #9 21.65 Selecting previously unselected package xdg-user-dirs.
13:40:04 #9 21.65 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_arm64.deb ...
13:40:04 #9 21.66 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
13:40:04 #9 21.72 Selecting previously unselected package xz-utils.
13:40:04 #9 14.66 Selecting previously unselected package perl-modules-5.30.
13:40:04 #9 14.66 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
13:40:04 #9 14.66 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
13:40:04 #8 30.27 Fedora Modular 36 - aarch64 - Updates           267  B/s | 257  B     00:00    
13:40:04 #8 31.41 Selecting previously unselected package libltdl7:arm64.
13:40:04 #8 31.41 Preparing to unpack .../166-libltdl7_2.4.6-9_arm64.deb ...
13:40:04 #8 31.42 Unpacking libltdl7:arm64 (2.4.6-9) ...
13:40:04 #8 31.56 Selecting previously unselected package guile-2.2-libs:arm64.
13:40:04 #8 31.56 Preparing to unpack .../167-guile-2.2-libs_2.2.4+1-2+deb10u1_arm64.deb ...
13:40:04 #8 31.66 Unpacking guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
13:40:04 #8 17.41 Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u1) ...
13:40:04 #8 17.63 Selecting previously unselected package libpython3.7-stdlib:amd64.
13:40:04 #8 17.63 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
13:40:04 #8 31.60 Selecting previously unselected package libparams-classify-perl.
13:40:04 #8 31.60 Preparing to unpack .../155-libparams-classify-perl_0.015-1_arm64.deb ...
13:40:04 #8 31.61 Unpacking libparams-classify-perl (0.015-1) ...
13:40:04 #8 31.65 Selecting previously unselected package libmodule-runtime-perl.
13:40:04 #8 31.65 Preparing to unpack .../156-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:04 #8 31.66 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:04 #8 31.70 Selecting previously unselected package libtry-tiny-perl.
13:40:04 #8 31.70 Preparing to unpack .../157-libtry-tiny-perl_0.30-1_all.deb ...
13:40:04 #8 31.71 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:04 #14 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 0.9s done
13:40:04 #9 21.27 Get:193 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-chardet all 4.0.0-1 [98.0 kB]
13:40:04 #9 21.28 Get:194 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-six all 1.16.0-2 [12.6 kB]
13:40:04 #9 21.28 Get:195 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 zstd arm64 1.4.8+dfsg-2.1 [504 kB]
13:40:04 #9 21.30 Get:196 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-debian all 0.1.39ubuntu1 [71.9 kB]
13:40:04 #9 21.30 Get:197 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgpgme11 arm64 1.14.0-1ubuntu4 [128 kB]
13:40:04 #9 21.30 Get:198 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-gpg arm64 1.14.0-1ubuntu4 [196 kB]
13:40:04 #9 21.31 Get:199 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dput all 1.1.0ubuntu2 [44.9 kB]
13:40:04 #9 21.31 Get:200 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
13:40:04 #9 21.36 Get:201 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 fontconfig-config all 2.13.1-4.2ubuntu3 [28.2 kB]
13:40:04 #9 21.37 Get:202 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libcurl3-gnutls arm64 7.74.0-1.3ubuntu2.1 [264 kB]
13:40:04 #8 14.47 Setting up libexpat1:amd64 (2.2.10-2+deb11u3) ...
13:40:04 #8 14.50 Setting up python3.9-minimal (3.9.2-1) ...
13:40:04 #8 30.52 Selecting previously unselected package iso-codes.
13:40:04 #9 21.90 Selecting previously unselected package libxml2:arm64.
13:40:04 #9 21.90 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1build1_arm64.deb ...
13:40:04 #9 21.91 Unpacking libxml2:arm64 (2.9.13+dfsg-1build1) ...
13:40:04 #9 21.99 Selecting previously unselected package libyaml-0-2:arm64.
13:40:04 #9 21.99 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_arm64.deb ...
13:40:04 #9 21.99 Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ...
13:40:04 #9 22.03 Selecting previously unselected package lsb-release.
13:40:04 #9 22.03 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
13:40:04 #9 22.04 Unpacking lsb-release (11.1.0ubuntu4) ...
13:40:04 #9 22.10 Selecting previously unselected package netbase.
13:40:04 #9 21.72 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_arm64.deb ...
13:40:04 #9 21.72 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
13:40:04 #9 21.76 Selecting previously unselected package gettext-base.
13:40:04 #9 21.76 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_arm64.deb ...
13:40:04 #9 21.77 Unpacking gettext-base (0.19.8.1-10build1) ...
13:40:04 #9 21.81 Selecting previously unselected package iso-codes.
13:40:04 #9 21.81 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
13:40:04 #9 21.81 Unpacking iso-codes (4.4-1) ...
13:40:04 #10 16.23 Dependencies resolved.
13:40:04 #10 16.24 ==============================================================================================
13:40:04 #10 16.24  Package                      Arch     Version                                Repo        Size
13:40:04 #10 16.24 ==============================================================================================
13:40:04 #10 16.24 Installing:
13:40:04 #10 16.24  rpm-build                    aarch64  4.14.3-23.el8                          appstream  173 k
13:40:04 #10 16.24  rpmlint                      noarch   1.10-14.el8                            appstream  192 k
13:40:04 #10 16.24  yum-utils                    noarch   4.0.21-11.el8                          baseos      73 k
13:40:04 #10 16.24 Upgrading:
13:40:04 #10 16.24  python3-dnf-plugins-core     noarch   4.0.21-11.el8                          baseos     240 k
13:40:04 #10 16.24  python3-rpm                  aarch64  4.14.3-23.el8                          baseos     156 k
13:40:04 #10 16.24  rpm                          aarch64  4.14.3-23.el8                          baseos     543 k
13:40:04 #10 16.24  rpm-build-libs               aarch64  4.14.3-23.el8                          baseos     151 k
13:40:04 #10 16.24  rpm-libs                     aarch64  4.14.3-23.el8                          baseos     328 k
13:40:04 #10 16.24 Installing dependencies:
13:40:04 #10 16.24  binutils                     aarch64  2.30-114.el8                           baseos     6.1 M
13:40:04 #10 16.24  bzip2                        aarch64  1.0.6-26.el8                           baseos      60 k
13:40:04 #10 16.24  cpio                         aarch64  2.12-11.el8                            baseos     260 k
13:40:04 #10 16.24  desktop-file-utils           aarch64  0.23-8.el8                             appstream   79 k
13:40:04 #10 16.24  diffutils                    aarch64  3.6-6.el8                              baseos     352 k
13:40:04 #10 16.24  dnf-plugins-core             noarch   4.0.21-11.el8                          baseos      71 k
13:40:04 #10 16.24  dwz                          aarch64  0.12-10.el8                            appstream  103 k
13:40:04 #10 16.24  efi-srpm-macros              noarch   3-3.el8                                appstream   22 k
13:40:04 #10 16.24  elfutils                     aarch64  0.186-1.el8                            baseos     527 k
13:40:04 #10 16.24  emacs-filesystem             noarch   1:26.1-7.el8                           baseos      70 k
13:40:04 #10 16.24  file                         aarch64  5.33-20.el8                            baseos      77 k
13:40:04 #10 16.24  gc                           aarch64  7.6.4-3.el8                            appstream   99 k
13:40:04 #10 16.24  gdb-headless                 aarch64  8.2-18.el8                             appstream  3.1 M
13:40:04 #10 16.24  ghc-srpm-macros              noarch   1.4.2-7.el8                            appstream  9.3 k
13:40:04 #10 16.24  glibc-gconv-extra            aarch64  2.28-189.el8                           appstream  1.8 M
13:40:04 #10 16.24  go-srpm-macros               noarch   2-17.el8                               appstream   13 k
13:40:04 #10 16.24  groff-base                   aarch64  1.22.3-18.el8                          baseos     989 k
13:40:04 #10 16.24  guile                        aarch64  5:2.0.14-7.el8                         appstream  3.5 M
13:40:04 #10 16.24  libatomic_ops                aarch64  7.6.2-3.el8                            appstream   38 k
13:40:04 #10 16.24  libbabeltrace                aarch64  1.5.4-4.el8                            baseos     189 k
13:40:04 #10 16.24  libpkgconf                   aarch64  1.4.2-1.el8                            baseos      34 k
13:40:04 #10 16.24  libtool-ltdl                 aarch64  2.4.6-25.el8                           baseos      57 k
13:40:04 #10 16.24  ncurses                      aarch64  6.1-9.20180224.el8                     baseos     383 k
13:40:04 #10 16.24  ocaml-srpm-macros            noarch   5-4.el8                                appstream  9.4 k
13:40:04 #10 16.24  openblas-srpm-macros         noarch   2-2.el8                                appstream  7.9 k
13:40:04 #10 16.24  openssl                      aarch64  1:1.1.1k-5.el8_5                       baseos     690 k
13:40:04 #10 16.24  patch                        aarch64  2.7.6-11.el8                           baseos     134 k
13:40:04 #10 16.24  perl-Carp                    noarch   1.42-396.el8                           baseos      30 k
13:40:04 #10 16.24  perl-Data-Dumper             aarch64  2.167-399.el8                          baseos      57 k
13:40:04 #10 16.24  perl-Digest                  noarch   1.17-395.el8                           appstream   27 k
13:40:04 #10 16.24  perl-Digest-MD5              aarch64  2.55-396.el8                           appstream   37 k
13:40:04 #10 16.24  perl-Encode                  aarch64  4:2.97-3.el8                           baseos     1.5 M
13:40:04 #10 16.24  perl-Errno                   aarch64  1.28-421.el8                           baseos      76 k
13:40:04 #10 16.24  perl-Exporter                noarch   5.72-396.el8                           baseos      34 k
13:40:04 #10 16.24  perl-File-Path               noarch   2.15-2.el8                             baseos      38 k
13:40:04 #10 16.24  perl-File-Temp               noarch   0.230.600-1.el8                        baseos      63 k
13:40:04 #10 16.24  perl-Getopt-Long             noarch   1:2.50-4.el8                           baseos      63 k
13:40:04 #10 16.24  perl-HTTP-Tiny               noarch   0.074-1.el8                            baseos      58 k
13:40:04 #10 16.24  perl-IO                      aarch64  1.38-421.el8                           baseos     142 k
13:40:04 #10 16.24  perl-MIME-Base64             aarch64  3.15-396.el8                           baseos      31 k
13:40:04 #10 16.24  perl-Net-SSLeay              aarch64  1.88-1.module_el8.4.0+517+be1595ff     appstream  372 k
13:40:04 #10 16.24  perl-PathTools               aarch64  3.74-1.el8                             baseos      90 k
13:40:04 #10 16.24  perl-Pod-Escapes             noarch   1:1.07-395.el8                         baseos      20 k
13:40:04 #10 16.24  perl-Pod-Perldoc             noarch   3.28-396.el8                           baseos      86 k
13:40:04 #10 16.24  perl-Pod-Simple              noarch   1:3.35-395.el8                         baseos     213 k
13:40:04 #10 16.24  perl-Pod-Usage               noarch   4:1.69-395.el8                         baseos      34 k
13:40:04 #10 16.24  perl-Scalar-List-Utils       aarch64  3:1.49-2.el8                           baseos      67 k
13:40:04 #10 16.24  perl-Socket                  aarch64  4:2.027-3.el8                          baseos      59 k
13:40:04 #10 16.24  perl-Storable                aarch64  1:3.11-3.el8                           baseos      95 k
13:40:04 #10 16.24  perl-Term-ANSIColor          noarch   4.06-396.el8                           baseos      46 k
13:40:04 #10 16.24  perl-Term-Cap                noarch   1.17-395.el8                           baseos      23 k
13:40:04 #10 16.24  perl-Text-ParseWords         noarch   3.30-395.el8                           baseos      18 k
13:40:04 #10 16.24  perl-Text-Tabs+Wrap          noarch   2013.0523-395.el8                      baseos      24 k
13:40:04 #10 16.24  perl-Time-Local              noarch   1:1.280-1.el8                          baseos      34 k
13:40:04 #10 16.24  perl-URI                     noarch   1.73-3.el8                             appstream  116 k
13:40:04 #10 16.24  perl-Unicode-Normalize       aarch64  1.25-396.el8                           baseos      78 k
13:40:04 #10 16.24  perl-constant                noarch   1.33-396.el8                           baseos      25 k
13:40:04 #10 16.24  perl-interpreter             aarch64  4:5.26.3-421.el8                       baseos     6.3 M
13:40:04 #10 16.24  perl-libnet                  noarch   3.11-3.el8                             appstream  121 k
13:40:04 #10 16.24  perl-libs                    aarch64  4:5.26.3-421.el8                       baseos     1.5 M
13:40:04 #10 16.24  perl-macros                  aarch64  4:5.26.3-421.el8                       baseos      72 k
13:40:04 #10 16.24  perl-parent                  noarch   1:0.237-1.el8                          baseos      20 k
13:40:04 #10 16.24  perl-podlators               noarch   4.11-1.el8                             baseos     118 k
13:40:04 #10 16.24  perl-srpm-macros             noarch   1-25.el8                               appstream   11 k
13:40:04 #10 16.24  perl-threads                 aarch64  1:2.21-2.el8                           baseos      60 k
13:40:04 #10 16.24  perl-threads-shared          aarch64  1.58-2.el8                             baseos      47 k
13:40:04 #10 16.24  pkgconf                      aarch64  1.4.2-1.el8                            baseos      37 k
13:40:04 #10 16.24  pkgconf-m4                   noarch   1.4.2-1.el8                            baseos      17 k
13:40:04 #10 16.24  pkgconf-pkg-config           aarch64  1.4.2-1.el8                            baseos      15 k
13:40:04 #10 16.24  python-rpm-macros            noarch   3-41.el8                               appstream   15 k
13:40:04 #10 16.24  python-srpm-macros           noarch   3-41.el8                               appstream   15 k
13:40:04 #10 16.24  python3-rpm-macros           noarch   3-41.el8                               appstream   14 k
13:40:04 #10 16.24  qt5-srpm-macros              noarch   5.15.3-1.el8                           appstream   11 k
13:40:04 #10 16.24  redhat-rpm-config            noarch   127-1.el8                              appstream   88 k
13:40:04 #10 16.24  rust-srpm-macros             noarch   5-2.el8                                appstream  9.2 k
13:40:04 #10 16.24  unzip                        aarch64  6.0-46.el8                             baseos     189 k
13:40:04 #10 16.24  xz                           aarch64  5.2.4-3.el8                            baseos     153 k
13:40:04 #10 16.24  zip                          aarch64  3.0-23.el8                             baseos     265 k
13:40:04 #10 16.24  zstd                         aarch64  1.4.4-1.el8                            appstream  303 k
13:40:04 #10 16.24 Installing weak dependencies:
13:40:04 #10 16.24  elfutils-debuginfod-client   aarch64  0.186-1.el8                            baseos      70 k
13:40:04 #10 16.24  perl-IO-Socket-IP            noarch   0.39-5.el8                             appstream   47 k
13:40:04 #10 16.24  perl-IO-Socket-SSL           noarch   2.066-4.module_el8.4.0+517+be1595ff    appstream  298 k
13:40:04 #10 16.24  perl-Mozilla-CA              noarch   20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
13:40:04 #10 16.24 Enabling module streams:
13:40:04 #10 16.24  perl                                  5.26                                                   
13:40:04 #10 16.24  perl-IO-Socket-SSL                    2.066                                                  
13:40:04 #10 16.24  perl-libwww-perl                      6.34                                                   
13:40:04 #10 16.24 
13:40:04 #10 16.24 Transaction Summary
13:40:04 #10 16.24 ==============================================================================================
13:40:04 #10 16.24 Install  86 Packages
13:40:04 #10 16.24 Upgrade   5 Packages
13:40:04 #10 16.24 
13:40:04 #10 16.26 Total download size: 34 M
13:40:04 #10 16.26 Downloading Packages:
13:40:04 #8 17.67 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:40:04 #8 31.88 Selecting previously unselected package libmodule-implementation-perl.
13:40:04 #8 31.88 Preparing to unpack .../158-libmodule-implementation-perl_0.09-1_all.deb ...
13:40:04 #8 31.90 Unpacking libmodule-implementation-perl (0.09-1) ...
13:40:04 #8 31.94 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:04 #8 31.94 Preparing to unpack .../159-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:04 #8 31.94 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:04 #8 31.97 Selecting previously unselected package libvariable-magic-perl.
13:40:04 #8 31.98 Preparing to unpack .../160-libvariable-magic-perl_0.62-1_arm64.deb ...
13:40:04 #8 31.98 Unpacking libvariable-magic-perl (0.62-1) ...
13:40:04 #13 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 110.02MB / 110.02MB 17.7s done
13:40:04 #9 21.77 Get:203 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
13:40:04 #9 17.05 Selecting previously unselected package less.
13:40:04 #9 17.05 Preparing to unpack .../010-less_590-1build1_amd64.deb ...
13:40:04 #9 17.06 Unpacking less (590-1build1) ...
13:40:04 #9 17.11 Selecting previously unselected package libmd0:amd64.
13:40:04 #9 17.11 Preparing to unpack .../011-libmd0_1.0.4-1build1_amd64.deb ...
13:40:04 #9 17.11 Unpacking libmd0:amd64 (1.0.4-1build1) ...
13:40:04 #9 17.15 Selecting previously unselected package libbsd0:amd64.
13:40:04 #9 17.15 Preparing to unpack .../012-libbsd0_0.11.5-1_amd64.deb ...
13:40:04 #9 17.16 Unpacking libbsd0:amd64 (0.11.5-1) ...
13:40:04 #9 17.19 Selecting previously unselected package libelf1:amd64.
13:40:04 #9 17.19 Preparing to unpack .../013-libelf1_0.186-1build1_amd64.deb ...
13:40:04 #9 17.20 Unpacking libelf1:amd64 (0.186-1build1) ...
13:40:04 #9 17.24 Selecting previously unselected package libicu70:amd64.
13:40:04 #9 17.24 Preparing to unpack .../014-libicu70_70.1-2_amd64.deb ...
13:40:04 #9 17.24 Unpacking libicu70:amd64 (70.1-2) ...
13:40:04 #9 ...
13:40:04 
13:40:04 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:04 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:04 #14 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 3.5s done
13:40:04 #14 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 7.4s
13:40:04 #8 30.52 Preparing to unpack .../162-iso-codes_4.6.0-1_all.deb ...
13:40:04 #8 30.53 Unpacking iso-codes (4.6.0-1) ...
13:40:05 #9 22.11 Preparing to unpack .../018-netbase_6.3_all.deb ...
13:40:05 #9 22.11 Unpacking netbase (6.3) ...
13:40:05 #9 22.15 Selecting previously unselected package python-apt-common.
13:40:05 #9 22.15 Preparing to unpack .../019-python-apt-common_2.3.0ubuntu2_all.deb ...
13:40:05 #9 22.16 Unpacking python-apt-common (2.3.0ubuntu2) ...
13:40:05 #9 22.23 Selecting previously unselected package python3-apt.
13:40:05 #9 22.23 Preparing to unpack .../020-python3-apt_2.3.0ubuntu2_arm64.deb ...
13:40:05 #9 22.24 Unpacking python3-apt (2.3.0ubuntu2) ...
13:40:05 #9 22.28 Selecting previously unselected package python3-pkg-resources.
13:40:05 #9 22.28 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2_all.deb ...
13:40:05 #9 22.28 Unpacking python3-pkg-resources (59.6.0-1.2) ...
13:40:05 #9 22.33 Selecting previously unselected package ucf.
13:40:05 #9 22.33 Preparing to unpack .../022-ucf_3.0043_all.deb ...
13:40:05 #9 22.11 Selecting previously unselected package krb5-locales.
13:40:05 #9 22.12 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
13:40:05 #9 22.12 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
13:40:05 #9 22.16 Selecting previously unselected package libcbor0.6:arm64.
13:40:05 #9 22.16 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_arm64.deb ...
13:40:05 #9 22.16 Unpacking libcbor0.6:arm64 (0.6.0-0ubuntu1) ...
13:40:05 #9 22.20 Selecting previously unselected package libedit2:arm64.
13:40:05 #9 22.21 Preparing to unpack .../038-libedit2_3.1-20191231-1_arm64.deb ...
13:40:05 #9 22.21 Unpacking libedit2:arm64 (3.1-20191231-1) ...
13:40:05 #9 22.26 Selecting previously unselected package libfido2-1:arm64.
13:40:05 #9 15.36 Selecting previously unselected package libgdbm-compat4:amd64.
13:40:05 #9 15.36 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
13:40:05 #9 15.37 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
13:40:05 #9 15.48 Selecting previously unselected package libperl5.30:amd64.
13:40:05 #8 18.08 Selecting previously unselected package python3.7.
13:40:05 #8 18.08 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u3_amd64.deb ...
13:40:05 #8 18.08 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:40:05 #8 18.14 Selecting previously unselected package libpython3-stdlib:amd64.
13:40:05 #8 18.14 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ...
13:40:05 #8 18.14 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
13:40:05 #8 18.19 Setting up python3-minimal (3.7.3-1) ...
13:40:05 #8 32.07 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:05 #8 32.07 Preparing to unpack .../161-libb-hooks-endofscope-perl_0.21-1_all.deb ...
13:40:05 #8 32.08 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
13:40:05 #8 32.15 Selecting previously unselected package libhtml-tagset-perl.
13:40:05 #8 32.16 Preparing to unpack .../162-libhtml-tagset-perl_3.20-3_all.deb ...
13:40:05 #8 32.18 Unpacking libhtml-tagset-perl (3.20-3) ...
13:40:05 #8 32.27 Selecting previously unselected package liburi-perl.
13:40:05 #8 32.27 Preparing to unpack .../163-liburi-perl_1.73-1_all.deb ...
13:40:05 #8 32.27 Unpacking liburi-perl (1.73-1) ...
13:40:05 #8 32.31 Selecting previously unselected package libhtml-parser-perl.
13:40:05 #8 32.31 Preparing to unpack .../164-libhtml-parser-perl_3.72-3build1_arm64.deb ...
13:40:05 #8 32.32 Unpacking libhtml-parser-perl (3.72-3build1) ...
13:40:05 #8 32.39 Selecting previously unselected package libcgi-pm-perl.
13:40:05 #13 ...
13:40:05 
13:40:05 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:05 #8 sha256:5323f1ab4d7332a150acc3373447d976aeca8b205e66e4f27926c47cd38ee2e9
13:40:05 #8 5.889 Reading package lists...
13:40:05 #8 32.18 Selecting previously unselected package iso-codes.
13:40:05 #8 32.18 Preparing to unpack .../168-iso-codes_4.2-1_all.deb ...
13:40:05 #8 32.19 Unpacking iso-codes (4.2-1) ...
13:40:05 #18 DONE 9.5s
13:40:05 
13:40:05 #19 [linux/arm64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
13:40:05 #19 DONE 0.1s
13:40:05 
13:40:05 #20 [linux/arm64->arm/v6 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:40:05 #20 0.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/armhf/APKINDEX.tar.gz
13:40:05 #14 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 0.1s
13:40:05 #13 ...
13:40:05 
13:40:05 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:05 #8 sha256:4fb2ff74d408d14e937a10668e0747c5b9759577c8003684daebf3b99ed45a89
13:40:05 #8 10.39 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
13:40:05 #8 10.39 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
13:40:05 #8 10.39 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.5 [6960 B]
13:40:05 #8 10.39 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B]
13:40:05 #8 10.39 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB]
13:40:05 #8 10.39 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
13:40:05 #8 10.39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
13:40:05 #8 10.44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
13:40:05 #8 10.51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.4 [572 kB]
13:40:05 #8 10.53 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
13:40:05 #8 10.53 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 bsdmainutils amd64 11.1.2ubuntu1 [181 kB]
13:40:05 #8 10.53 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 groff-base amd64 1.22.3-10 [1153 kB]
13:40:05 #8 10.59 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
13:40:05 #8 10.59 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpipeline1 amd64 1.5.0-1 [25.3 kB]
13:40:05 #8 10.59 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 man-db amd64 2.8.3-2ubuntu0.1 [1019 kB]
13:40:05 #8 10.62 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB]
13:40:05 #8 10.77 Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
13:40:05 #8 10.77 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB]
13:40:05 #8 10.94 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB]
13:40:05 #8 10.94 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.15 [614 kB]
13:40:05 #8 10.97 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20210119~18.04.2 [145 kB]
13:40:05 #8 10.98 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.14 [4660 B]
13:40:05 #8 10.98 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.4 [184 kB]
13:40:05 #8 10.99 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.4 [68.6 kB]
13:40:05 #8 11.00 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.4 [22.1 kB]
13:40:05 #8 11.00 Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB]
13:40:05 #8 11.00 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.14 [57.3 kB]
13:40:05 #8 11.01 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB]
13:40:05 #8 11.08 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.9 [4728 B]
13:40:05 #8 11.08 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8050 kB]
13:40:05 #8 11.51 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.5 [663 kB]
13:40:05 #8 11.53 Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB]
13:40:05 #8 11.53 Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
13:40:05 #8 11.53 Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB]
13:40:05 #8 11.53 Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB]
13:40:05 #8 11.54 Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]
13:40:05 #8 11.55 Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB]
13:40:05 #8 11.55 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xz-utils amd64 5.2.2-1.3ubuntu0.1 [83.8 kB]
13:40:05 #8 11.55 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext-base amd64 0.19.8.1-6ubuntu0.3 [113 kB]
13:40:05 #8 11.59 Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2565 kB]
13:40:05 #8 11.70 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-locales all 1.16-2ubuntu0.2 [13.4 kB]
13:40:05 #8 11.70 Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
13:40:05 #8 11.70 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB]
13:40:05 #8 11.71 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB]
13:40:05 #8 11.71 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B]
13:40:05 #8 11.71 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB]
13:40:05 #8 11.73 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB]
13:40:05 #8 11.74 Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
13:40:05 #8 11.74 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.8 [1088 kB]
13:40:05 #8 11.79 Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
13:40:05 #8 11.85 Get:64 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB]
13:40:05 #8 11.89 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.6 [612 kB]
13:40:05 #8 11.93 Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 publicsuffix all 20180223.1310-1 [97.6 kB]
13:40:05 #8 11.93 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.5ubuntu0.7 [16.9 kB]
13:40:05 #8 11.93 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.5ubuntu0.7 [149 kB]
13:40:05 #8 11.94 Get:69 http://archive.ubuntu.com/ubuntu bionic/main amd64 libunwind8 amd64 1.2.1-8 [47.5 kB]
13:40:05 #8 11.94 Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 strace amd64 4.21-1ubuntu1 [333 kB]
13:40:05 #8 11.95 Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB]
13:40:05 #8 11.95 Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 at amd64 3.1.20-3.1ubuntu2 [39.5 kB]
13:40:05 #8 11.95 Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]
13:40:05 #8 11.99 Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
13:40:05 #8 12.06 Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
13:40:05 #8 12.08 Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
13:40:05 #8 12.08 Get:77 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
13:40:05 #8 12.10 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
13:40:05 #8 12.11 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB]
13:40:05 #8 12.12 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB]
13:40:05 #8 12.15 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB]
13:40:05 #8 12.23 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B]
13:40:05 #8 12.23 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.5 [71.9 kB]
13:40:05 #8 12.24 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-176.185 [986 kB]
13:40:05 #8 12.29 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.5 [2587 kB]
13:40:05 #8 12.40 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB]
13:40:05 #8 12.43 Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
13:40:05 #8 12.44 Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
13:40:05 #8 12.44 Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
13:40:05 #8 12.44 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB]
13:40:05 #8 12.93 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB]
13:40:05 #8 12.93 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB]
13:40:05 #8 12.93 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB]
13:40:05 #8 12.94 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB]
13:40:05 #8 12.94 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B]
13:40:05 #8 12.94 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB]
13:40:05 #8 12.94 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB]
13:40:05 #8 12.95 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB]
13:40:05 #8 12.95 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB]
13:40:05 #8 13.01 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB]
13:40:05 #8 13.08 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB]
13:40:05 #8 13.23 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB]
13:40:05 #8 13.56 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB]
13:40:05 #8 13.89 Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB]
13:40:05 #8 14.54 Get:105 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B]
13:40:05 #8 14.54 Get:106 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB]
13:40:05 #8 14.57 Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB]
13:40:05 #8 15.15 Get:108 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B]
13:40:05 #8 15.15 Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
13:40:05 #8 15.15 Get:110 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB]
13:40:05 #8 15.15 Get:111 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB]
13:40:05 #8 15.15 Get:112 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB]
13:40:05 #8 15.17 Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
13:40:05 #8 15.17 Get:114 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB]
13:40:05 #8 15.17 Get:115 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB]
13:40:05 #8 30.94 Selecting previously unselected package libalgorithm-diff-perl.
13:40:05 #8 30.94 Preparing to unpack .../163-libalgorithm-diff-perl_1.201-1_all.deb ...
13:40:05 #8 15.17 Get:116 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB]
13:40:05 #8 30.95 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:40:05 #8 31.01 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:05 #8 15.22 Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB]
13:40:05 #8 31.01 Preparing to unpack .../164-libalgorithm-diff-xs-perl_0.04-6+b1_arm64.deb ...
13:40:05 #8 31.02 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
13:40:05 #8 15.24 Get:118 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB]
13:40:05 #8 31.08 Selecting previously unselected package libalgorithm-merge-perl.
13:40:05 #8 15.24 Get:119 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB]
13:40:05 #8 15.25 Get:120 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB]
13:40:05 #8 15.26 Get:121 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB]
13:40:05 #8 15.26 Get:122 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB]
13:40:05 #8 15.26 Get:123 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [15.0 kB]
13:40:05 #8 15.26 Get:124 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [49.2 kB]
13:40:05 #8 15.26 Get:125 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB]
13:40:05 #8 15.28 Get:126 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB]
13:40:05 #8 15.36 Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
13:40:05 #8 15.36 Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
13:40:05 #8 15.37 Get:129 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.17 [220 kB]
13:40:05 #8 15.37 Get:130 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.17 [159 kB]
13:40:05 #8 15.38 Get:131 http://archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB]
13:40:05 #8 15.38 Get:132 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB]
13:40:05 #8 15.39 Get:133 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB]
13:40:05 #8 15.39 Get:134 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
13:40:05 #8 15.39 Get:135 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
13:40:05 #8 15.43 Get:136 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
13:40:05 #8 15.51 Get:137 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
13:40:05 #8 15.51 Get:138 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]
13:40:05 #8 15.51 Get:139 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1293 kB]
13:40:05 #8 15.56 Get:140 http://archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
13:40:05 #8 15.56 Get:141 http://archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB]
13:40:05 #8 15.58 Get:142 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB]
13:40:05 #8 15.61 Get:143 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-which-perl all 1.21-1 [11.8 kB]
13:40:05 #8 15.62 Get:144 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-homedir-perl all 1.002-1 [37.1 kB]
13:40:05 #8 15.62 Get:145 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 devscripts amd64 2.17.12ubuntu1.1 [870 kB]
13:40:05 #8 15.67 Get:146 http://archive.ubuntu.com/ubuntu bionic/main amd64 diffstat amd64 1.61-1build1 [24.1 kB]
13:40:05 #8 15.67 Get:147 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
13:40:05 #8 15.67 Get:148 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB]
13:40:05 #8 15.67 Get:149 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
13:40:05 #8 15.67 Get:150 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
13:40:05 #8 15.73 Get:151 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB]
13:40:05 #8 15.74 Get:152 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pkg-resources all 39.0.1-2 [98.8 kB]
13:40:05 #8 15.74 Get:153 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB]
13:40:05 #8 15.74 Get:154 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB]
13:40:05 #8 15.80 Get:155 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-debian all 0.1.32 [65.4 kB]
13:40:05 #8 15.80 Get:156 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.4 [49.8 kB]
13:40:05 #8 15.81 Get:157 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.4 [128 kB]
13:40:05 #8 15.81 Get:158 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB]
13:40:05 #8 15.83 Get:159 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
13:40:05 #8 15.83 Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB]
13:40:05 #8 15.88 Get:161 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.4 [91.8 kB]
13:40:05 #8 15.88 Get:162 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.4 [85.0 kB]
13:40:05 #8 15.88 Get:163 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.4 [215 kB]
13:40:05 #8 15.90 Get:164 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.4 [249 kB]
13:40:05 #8 15.95 Get:165 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgpgme11 amd64 1.10.0-1ubuntu2 [111 kB]
13:40:05 #8 15.96 Get:166 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gpg amd64 1.10.0-1ubuntu2 [150 kB]
13:40:05 #8 15.96 Get:167 http://archive.ubuntu.com/ubuntu bionic/main amd64 dput all 1.0.1ubuntu1 [42.7 kB]
13:40:05 #8 15.97 Get:168 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]
13:40:05 #8 15.97 Get:169 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]
13:40:05 #8 15.97 Get:170 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.17 [219 kB]
13:40:05 #8 16.04 Get:171 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
13:40:05 #8 16.04 Get:172 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.11 [804 kB]
13:40:05 #8 16.07 Get:173 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.11 [3925 kB]
13:40:05 #8 16.33 Get:174 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
13:40:05 #8 16.33 Get:175 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]
13:40:05 #8 16.34 Get:176 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:40:05 #8 16.34 Get:177 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapt-pkg-perl amd64 0.1.33build1 [68.0 kB]
13:40:05 #8 16.35 Get:178 http://archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
13:40:05 #8 16.35 Get:179 http://archive.ubuntu.com/ubuntu bionic/main amd64 libb-hooks-op-check-perl amd64 0.22-1 [10.1 kB]
13:40:05 #8 16.36 Get:180 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
13:40:05 #8 16.37 Get:181 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevel-callchecker-perl amd64 0.007-2build1 [14.1 kB]
13:40:05 #8 16.37 Get:182 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-classify-perl amd64 0.015-1 [21.2 kB]
13:40:05 #8 16.41 Get:183 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:40:05 #8 16.45 Get:184 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
13:40:05 #8 16.45 Get:185 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
13:40:05 #8 16.45 Get:186 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:40:05 #8 16.45 Get:187 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvariable-magic-perl amd64 0.62-1 [34.5 kB]
13:40:05 #8 16.46 Get:188 http://archive.ubuntu.com/ubuntu bionic/main amd64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
13:40:05 #8 16.46 Get:189 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
13:40:05 #8 16.47 Get:190 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB]
13:40:05 #8 16.48 Get:191 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB]
13:40:05 #8 16.51 Get:192 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB]
13:40:05 #8 16.55 Get:193 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB]
13:40:05 #8 16.56 Get:194 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9940 B]
13:40:05 #8 16.57 Get:195 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-name-perl amd64 0.21-1build1 [11.6 kB]
13:40:05 #8 16.57 Get:196 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-accessor-perl all 0.51-1 [21.2 kB]
13:40:05 #8 16.57 Get:197 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
13:40:05 #8 16.58 Get:198 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-xsaccessor-perl amd64 1.19-2build8 [32.8 kB]
13:40:05 #8 16.58 Get:199 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclone-perl amd64 0.39-1 [10.4 kB]
13:40:05 #8 16.63 Get:200 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
13:40:05 #8 16.63 Get:201 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-util-perl amd64 1.07-3build3 [19.6 kB]
13:40:05 #8 16.63 Get:202 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
13:40:05 #8 16.78 Get:203 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
13:40:05 #8 16.86 Get:204 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
13:40:05 #8 16.87 Get:205 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
13:40:05 #8 16.90 Get:206 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
13:40:05 #8 16.93 Get:207 http://archive.ubuntu.com/ubuntu bionic/main amd64 perl-openssl-defaults amd64 3build1 [7012 B]
13:40:05 #8 16.94 Get:208 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnet-ssleay-perl amd64 1.84-1ubuntu0.2 [283 kB]
13:40:05 #8 17.19 Get:209 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libio-socket-ssl-perl all 2.060-3~ubuntu18.04.1 [173 kB]
13:40:05 #8 17.22 Get:210 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:40:05 #8 17.23 Get:211 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmailtools-perl all 2.18-1 [74.0 kB]
13:40:05 #8 17.25 Get:212 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsocket6-perl amd64 0.27-1build2 [23.0 kB]
13:40:05 #8 17.25 Get:213 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
13:40:05 #8 17.25 Get:214 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-ip-perl all 1.26-1 [31.5 kB]
13:40:05 #8 17.25 Get:215 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-dns-perl all 1.10-2 [335 kB]
13:40:05 #8 17.30 Get:216 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
13:40:05 #8 17.30 Get:217 http://archive.ubuntu.com/ubuntu bionic/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
13:40:05 #8 17.30 Get:218 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
13:40:05 #8 17.34 Get:219 http://archive.ubuntu.com/ubuntu bionic/main amd64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
13:40:05 #8 17.35 Get:220 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
13:40:05 #8 17.35 Get:221 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB]
13:40:05 #8 17.35 Get:222 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
13:40:05 #8 17.35 Get:223 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB]
13:40:05 #8 17.35 Get:224 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB]
13:40:05 #8 17.42 Get:225 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
13:40:05 #8 17.42 Get:226 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
13:40:05 #8 17.42 Get:227 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-stringy-perl all 2.111-2 [60.6 kB]
13:40:05 #8 17.42 Get:228 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-validate-perl amd64 1.29-1 [52.3 kB]
13:40:05 #8 17.49 Get:229 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
13:40:05 #8 17.49 Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
13:40:05 #8 17.49 Get:231 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
13:40:05 #8 17.49 Get:232 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
13:40:05 #8 17.49 Get:233 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
13:40:05 #8 17.50 Get:234 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
13:40:05 #21 DONE 5.3s
13:40:05 
13:40:05 #22 [linux/arm64->arm/v7 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
13:40:05 #22 DONE 0.1s
13:40:05 
13:40:05 #23 [linux/arm64->arm/v7 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true
13:40:05 #23 DONE 0.1s
13:40:05 #9 22.34 Moving old data out of the way
13:40:05 #9 22.34 Unpacking ucf (3.0043) ...
13:40:05 #9 22.37 Selecting previously unselected package bsdextrautils.
13:40:05 #9 22.37 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_arm64.deb ...
13:40:05 #9 22.38 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
13:40:05 #9 22.41 Selecting previously unselected package libmagic-mgc.
13:40:05 #9 22.41 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_arm64.deb ...
13:40:05 #9 22.42 Unpacking libmagic-mgc (1:5.41-3) ...
13:40:05 #9 22.50 Selecting previously unselected package libmagic1:arm64.
13:40:05 #9 22.50 Preparing to unpack .../025-libmagic1_1%3a5.41-3_arm64.deb ...
13:40:05 #9 22.51 Unpacking libmagic1:arm64 (1:5.41-3) ...
13:40:05 #9 22.53 Selecting previously unselected package file.
13:40:05 #9 22.54 Preparing to unpack .../026-file_1%3a5.41-3_arm64.deb ...
13:40:05 #9 22.54 Unpacking file (1:5.41-3) ...
13:40:05 #9 22.57 Selecting previously unselected package gettext-base.
13:40:05 #9 22.57 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_arm64.deb ...
13:40:05 #9 22.57 Unpacking gettext-base (0.21-4ubuntu4) ...
13:40:05 #9 22.61 Selecting previously unselected package libuchardet0:arm64.
13:40:05 #9 22.26 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_arm64.deb ...
13:40:05 #9 22.26 Unpacking libfido2-1:arm64 (1.3.1-1ubuntu2) ...
13:40:05 #9 22.31 Selecting previously unselected package libkrb5support0:arm64.
13:40:05 #9 22.31 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_arm64.deb ...
13:40:05 #9 22.31 Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.1) ...
13:40:05 #9 22.35 Selecting previously unselected package libk5crypto3:arm64.
13:40:05 #9 22.35 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_arm64.deb ...
13:40:05 #9 22.35 Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.1) ...
13:40:05 #9 22.40 Selecting previously unselected package libkeyutils1:arm64.
13:40:05 #9 22.40 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_arm64.deb ...
13:40:05 #9 22.41 Unpacking libkeyutils1:arm64 (1.6-6ubuntu1) ...
13:40:05 #9 22.44 Selecting previously unselected package libkrb5-3:arm64.
13:40:05 #9 22.45 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_arm64.deb ...
13:40:05 #9 22.45 Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.1) ...
13:40:05 #9 22.52 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:40:05 #9 17.25 Selecting previously unselected package python3-minimal.
13:40:05 #9 17.25 (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 ... 4691 files and directories currently installed.)
13:40:05 #9 17.25 Preparing to unpack .../0-python3-minimal_3.9.4-1build1_amd64.deb ...
13:40:05 #9 17.25 Unpacking python3-minimal (3.9.4-1build1) ...
13:40:05 #9 17.29 Selecting previously unselected package media-types.
13:40:05 #9 17.29 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:40:05 #9 17.30 Unpacking media-types (4.0.0) ...
13:40:05 #9 17.40 Selecting previously unselected package tzdata.
13:40:05 #9 17.40 Preparing to unpack .../2-tzdata_2022a-0ubuntu0.21.10_all.deb ...
13:40:05 #9 15.48 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ...
13:40:05 #9 15.50 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
13:40:05 #8 32.39 Preparing to unpack .../165-libcgi-pm-perl_4.38-1_all.deb ...
13:40:05 #8 32.41 Unpacking libcgi-pm-perl (4.38-1) ...
13:40:05 #8 32.56 Selecting previously unselected package libfcgi-perl.
13:40:05 #8 32.57 Preparing to unpack .../166-libfcgi-perl_0.78-2build1_arm64.deb ...
13:40:05 #8 32.58 Unpacking libfcgi-perl (0.78-2build1) ...
13:40:05 #8 32.65 Selecting previously unselected package libcgi-fast-perl.
13:40:05 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 14.0s done
13:40:05 #13 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa
13:40:05 #15 ...
13:40:05 
13:40:05 #16 [internal] load build context
13:40:05 #16 transferring context: 36.57MB 3.5s done
13:40:05 #16 DONE 4.5s
13:40:05 
13:40:05 #15 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:40:05 #8 7.205 Building dependency tree...
13:40:05 #8 7.392 Reading state information...
13:40:05 #8 7.616 The following additional packages will be installed:
13:40:05 #8 7.616   at autoconf automake autopoint autotools-dev binutils
13:40:05 #8 7.616   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:40:05 #8 7.616   ca-certificates cpp cpp-7 dctrl-tools debhelper dh-autoreconf
13:40:05 #8 7.616   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
13:40:05 #8 7.616   fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git-man
13:40:05 #8 7.616   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:40:05 #8 7.616   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
13:40:05 #8 7.616   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:40:05 #8 7.616   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:40:05 #8 7.616   libasan4 libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
13:40:05 #8 7.616   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
13:40:05 #8 7.616   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl libcilkrts5
13:40:05 #8 7.616   libclass-accessor-perl libclass-method-modifiers-perl
13:40:05 #8 7.616   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
13:40:05 #8 7.616   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
13:40:05 #8 7.616   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
13:40:05 #8 7.616   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
13:40:05 #8 7.616   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
13:40:05 #8 7.616   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
13:40:05 #8 7.616   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
13:40:05 #8 7.616   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
13:40:05 #8 7.616   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
13:40:05 #8 7.616   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
13:40:05 #8 7.616   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
13:40:05 #8 7.616   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:40:05 #8 7.616   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:40:05 #8 7.616   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:05 #8 7.616   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
13:40:05 #8 7.616   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
13:40:05 #8 7.616   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:40:05 #8 7.616   libipc-system-simple-perl libisl19 libk5crypto3 libkeyutils1
13:40:05 #8 7.616   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:40:05 #8 7.616   libldap-common liblist-compare-perl liblist-moreutils-perl
13:40:05 #8 7.616   liblocale-gettext-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
13:40:05 #8 7.616   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:40:05 #8 7.616   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:40:05 #8 7.616   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
13:40:05 #8 7.616   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
13:40:05 #8 7.616   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:40:05 #8 7.616   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
13:40:05 #8 7.616   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:40:05 #8 7.616   libparams-validate-perl libparse-debianchangelog-perl
13:40:05 #8 7.616   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
13:40:05 #8 7.616   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:40:05 #8 7.616   libpython3.6-minimal libpython3.6-stdlib libreadline7
13:40:05 #8 7.616   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
13:40:05 #8 7.616   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
13:40:05 #8 7.616   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
13:40:05 #8 7.616   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
13:40:05 #8 7.616   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:40:05 #8 7.616   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:40:05 #8 7.616   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
13:40:05 #8 7.616   libtimedate-perl libtool libtry-tiny-perl libubsan0 libunicode-utf8-perl
13:40:05 #8 7.616   liburi-perl libvariable-magic-perl libwind0-heimdal libwww-perl
13:40:05 #8 7.616   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:40:05 #8 7.616   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:40:05 #8 7.616   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
13:40:05 #8 7.616   libxml-simple-perl libxml2 libxmuu1 libyaml-0-2 libyaml-libyaml-perl
13:40:05 #8 7.616   licensecheck lintian linux-libc-dev lsb-release m4 make man-db manpages
13:40:05 #8 7.616   manpages-dev mime-support multiarch-support netbase openssh-client openssl
13:40:05 #8 7.616   patch patchutils perl perl-modules-5.26 perl-openssl-defaults
13:40:05 #8 7.616   pinentry-curses po-debconf publicsuffix python-apt-common python3
13:40:05 #8 7.616   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:40:05 #8 7.616   python3-idna python3-magic python3-minimal python3-pkg-resources
13:40:05 #8 7.616   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:40:05 #8 7.616   python3.6 python3.6-minimal readline-common shared-mime-info strace t1utils
13:40:05 #8 7.616   ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:40:05 #8 7.616 Suggested packages:
13:40:05 #8 7.616   default-mta | mail-transport-agent autoconf-archive gnu-standards
13:40:05 #8 7.616   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
13:40:05 #8 7.616   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
13:40:05 #8 7.616   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:40:05 #8 7.616   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:40:05 #8 7.616   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:40:05 #8 7.616   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:40:05 #8 7.616   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
13:40:05 #8 7.616   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
13:40:05 #8 7.616   mini-dinstall rsync g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg
13:40:05 #8 7.616   gcc-multilib flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
13:40:05 #8 7.616   libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
13:40:05 #8 7.616   libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-doc
13:40:05 #8 7.616   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
13:40:05 #8 7.616   git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
13:40:05 #8 7.616   parcimonie xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr
13:40:05 #8 7.616   gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
13:40:05 #8 7.616   libscalar-number-perl libhtml-template-perl libsasl2-modules-gssapi-mit
13:40:05 #8 7.616   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:40:05 #8 7.616   libsasl2-modules-sql libstdc++-7-doc libbareword-filehandles-perl
13:40:05 #8 7.616   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:40:05 #8 7.616   gcj-jdk libauthen-ntlm-perl bash-completion binutils-multiarch
13:40:05 #8 7.616   libtext-template-perl lsb m4-doc make-doc apparmor www-browser keychain
13:40:05 #8 7.616   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:40:05 #8 7.616   libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc
13:40:05 #8 7.616   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
13:40:05 #8 7.616   python-apt-doc python3-setuptools python3-cryptography python3-openssl
13:40:05 #8 7.616   python3-socks python3.6-venv python3.6-doc binfmt-support readline-doc zip
13:40:05 #8 7.616   wdiff-doc
13:40:05 #8 17.56 Get:235 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB]
13:40:05 #8 17.57 Get:236 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB]
13:40:05 #8 17.57 Get:237 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tree-perl all 5.07-1 [200 kB]
13:40:05 #8 17.58 Get:238 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
13:40:05 #8 17.64 Get:239 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
13:40:05 #8 17.64 Get:240 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB]
13:40:05 #8 17.64 Get:241 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
13:40:05 #8 17.64 Get:242 http://archive.ubuntu.com/ubuntu bionic/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:40:05 #8 17.64 Get:243 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-pty-perl amd64 1:1.08-1.1build4 [30.1 kB]
13:40:05 #8 17.65 Get:244 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
13:40:05 #13 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 13.0s done
13:40:05 #8 31.08 Preparing to unpack .../165-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:05 #8 31.10 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:05 #8 31.20 Selecting previously unselected package libaliased-perl.
13:40:05 #8 31.20 Preparing to unpack .../166-libaliased-perl_0.34-1.1_all.deb ...
13:40:05 #8 31.21 Unpacking libaliased-perl (0.34-1.1) ...
13:40:05 #8 31.29 Selecting previously unselected package libapt-pkg-perl.
13:40:05 #8 31.29 Preparing to unpack .../167-libapt-pkg-perl_0.1.39_arm64.deb ...
13:40:05 #8 31.34 Unpacking libapt-pkg-perl (0.1.39) ...
13:40:05 #9 21.94 Get:204 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 git-man all 1:2.32.0-1ubuntu1.2 [942 kB]
13:40:05 #9 22.32 Get:205 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 git arm64 1:2.32.0-1ubuntu1.2 [3059 kB]
13:40:05 
13:40:05 #24 [linux/arm64->arm/v7 build 3/3] 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
13:40:05 #24 0.182 Building static docker-linux-arm-v7
13:40:05 #24 0.185 + go build -o /out/docker-linux-arm-v7 -tags  -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:40:05Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40"' github.com/docker/cli/cmd/docker
13:40:05 #14 ...
13:40:05 
13:40:05 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:05 #9 sha256:db342ff3b083b3e8cec76e9b373a097b76d9a44f7ee864d506a9a560df12c7d0
13:40:05 #9 17.61 Selecting previously unselected package libxml2:amd64.
13:40:05 #9 17.61 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1build1_amd64.deb ...
13:40:05 #9 17.62 Unpacking libxml2:amd64 (2.9.13+dfsg-1build1) ...
13:40:05 #9 17.69 Selecting previously unselected package libyaml-0-2:amd64.
13:40:05 #9 17.69 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_amd64.deb ...
13:40:05 #9 17.69 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
13:40:05 #9 17.89 Selecting previously unselected package lsb-release.
13:40:05 #9 17.89 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
13:40:05 #9 17.92 Unpacking lsb-release (11.1.0ubuntu4) ...
13:40:05 #9 22.61 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_arm64.deb ...
13:40:05 #9 22.62 Unpacking libuchardet0:arm64 (0.0.7-1build2) ...
13:40:05 #9 22.66 Selecting previously unselected package groff-base.
13:40:05 #9 22.66 Preparing to unpack .../029-groff-base_1.22.4-8build1_arm64.deb ...
13:40:05 #9 22.67 Unpacking groff-base (1.22.4-8build1) ...
13:40:05 #9 22.73 Selecting previously unselected package libcbor0.8:arm64.
13:40:05 #9 22.73 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ...
13:40:05 #9 22.74 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
13:40:05 #9 22.77 Selecting previously unselected package libedit2:arm64.
13:40:05 #9 22.77 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_arm64.deb ...
13:40:05 #9 22.78 Unpacking libedit2:arm64 (3.1-20210910-1build1) ...
13:40:05 #9 22.81 Selecting previously unselected package libfido2-1:arm64.
13:40:05 #9 22.81 Preparing to unpack .../032-libfido2-1_1.10.0-1_arm64.deb ...
13:40:05 #9 22.82 Unpacking libfido2-1:arm64 (1.10.0-1) ...
13:40:05 #9 22.85 Selecting previously unselected package libnghttp2-14:arm64.
13:40:05 #13 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 1.1s done
13:40:05 #13 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969
13:40:05 #9 22.52 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_arm64.deb ...
13:40:05 #9 22.53 Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.1) ...
13:40:05 #9 22.58 Selecting previously unselected package libpsl5:arm64.
13:40:05 #9 22.58 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_arm64.deb ...
13:40:05 #9 22.58 Unpacking libpsl5:arm64 (0.21.0-1ubuntu1) ...
13:40:05 #9 22.63 Selecting previously unselected package libxau6:arm64.
13:40:05 #9 22.63 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_arm64.deb ...
13:40:05 #9 22.64 Unpacking libxau6:arm64 (1:1.0.9-0ubuntu1) ...
13:40:05 #9 22.68 Selecting previously unselected package libxdmcp6:arm64.
13:40:05 #9 22.68 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_arm64.deb ...
13:40:05 #9 22.69 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ...
13:40:05 #9 22.73 Selecting previously unselected package libxcb1:arm64.
13:40:05 #9 22.73 Preparing to unpack .../048-libxcb1_1.14-2_arm64.deb ...
13:40:05 #9 22.73 Unpacking libxcb1:arm64 (1.14-2) ...
13:40:05 #9 22.77 Selecting previously unselected package libx11-data.
13:40:05 #8 15.69 Selecting previously unselected package python3-minimal.
13:40:05 #8 15.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9508 files and directories currently installed.)
13:40:05 #8 15.69 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
13:40:05 #8 15.70 Unpacking python3-minimal (3.9.2-3) ...
13:40:05 #8 15.75 Selecting previously unselected package media-types.
13:40:05 #8 15.75 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:40:05 #9 17.40 Unpacking tzdata (2022a-0ubuntu0.21.10) ...
13:40:05 #13 ...
13:40:05 
13:40:05 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:28b9dc0abb696ff2daf017e525ecf914b56b6eb61a4080433070422f1345d340
13:40:05 #7 sha256:017fdb17af965d3314696cc70dbbbf08a6a16b62934847bdbabdc4331b64f88f
13:40:05 #7 extracting sha256:881f4f21c68e33b7c0bdb1fa462e4e4d1e54529b5d13e0922d29799258962ddd 13.6s done
13:40:05 #7 extracting sha256:7d98e93ffc668f26637a3c08b73ce0c4fcf59451314cee5e9ea8cd4e17ddca55 done
13:40:05 #7 extracting sha256:5de24926fdb81c86ada382875dbf215cf6f199019b4bb1f09d25ca6bff5e20f8 0.0s done
13:40:05 #7 extracting sha256:6824b8fe204dbd3bf1059610617b557f0952698f698380c2ce62c7cfd1194b66 done
13:40:05 #7 extracting sha256:d984e2bcee9ea5cad5b10094ffff60e6714df8aabe2c7ec512ea743fd5322028 done
13:40:05 #7 extracting sha256:7f436058f053f0703e5c5f8e928ba4ef7ae3c71596b2d61258cdd01e0f628e93 done
13:40:05 #7 extracting sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 0.1s
13:40:05 #7 ...
13:40:05 
13:40:05 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:05 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:05 #8 32.65 Preparing to unpack .../167-libcgi-fast-perl_1%3a2.13-1_all.deb ...
13:40:05 #8 32.67 Unpacking libcgi-fast-perl (1:2.13-1) ...
13:40:05 #8 32.70 Selecting previously unselected package libsub-name-perl.
13:40:05 #8 32.71 Preparing to unpack .../168-libsub-name-perl_0.21-1build1_arm64.deb ...
13:40:05 #8 32.71 Unpacking libsub-name-perl (0.21-1build1) ...
13:40:05 #8 32.75 Selecting previously unselected package libclass-accessor-perl.
13:40:05 #8 32.75 Preparing to unpack .../169-libclass-accessor-perl_0.51-1_all.deb ...
13:40:05 #8 32.75 Unpacking libclass-accessor-perl (0.51-1) ...
13:40:05 #8 32.78 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:05 #8 32.79 Preparing to unpack .../170-libclass-method-modifiers-perl_2.12-1_all.deb ...
13:40:05 #8 32.79 Unpacking libclass-method-modifiers-perl (2.12-1) ...
13:40:05 #8 32.83 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:05 #8 32.83 Preparing to unpack .../171-libclass-xsaccessor-perl_1.19-2build8_arm64.deb ...
13:40:05 #8 32.84 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
13:40:05 #18 DONE 10.0s
13:40:05 
13:40:05 #19 [linux/arm64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
13:40:05 #15 sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 115.57MB / 115.57MB 4.2s done
13:40:05 #15 extracting sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6
13:40:05 #8 18.47 Selecting previously unselected package python3.
13:40:05 #8 18.47 (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 ... 10074 files and directories currently installed.)
13:40:05 #8 18.47 Preparing to unpack .../000-python3_3.7.3-1_amd64.deb ...
13:40:05 #8 18.49 Unpacking python3 (3.7.3-1) ...
13:40:05 #8 18.54 Selecting previously unselected package less.
13:40:05 #8 18.54 Preparing to unpack .../001-less_487-0.1+b1_amd64.deb ...
13:40:05 #8 18.54 Unpacking less (487-0.1+b1) ...
13:40:05 #8 18.60 Selecting previously unselected package netbase.
13:40:05 #8 18.60 Preparing to unpack .../002-netbase_5.6_all.deb ...
13:40:05 #8 18.60 Unpacking netbase (5.6) ...
13:40:05 #8 18.63 Selecting previously unselected package bzip2.
13:40:05 #8 18.64 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
13:40:05 #8 18.65 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:40:05 #8 18.68 Selecting previously unselected package libmagic-mgc.
13:40:05 #8 18.68 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
13:40:05 #8 18.69 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
13:40:05 #8 ...
13:40:05 
13:40:05 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:05 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:05 #13 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 4.3s done
13:40:05 #13 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 9.2s
13:40:05 #8 17.72 Get:245 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-run-perl all 0.96-1 [89.9 kB]
13:40:05 #8 17.72 Get:246 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
13:40:05 #8 17.72 Get:247 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblist-moreutils-perl amd64 0.416-1build3 [55.5 kB]
13:40:05 #8 17.72 Get:248 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
13:40:05 #8 17.79 Get:249 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB]
13:40:05 #8 17.81 Get:250 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-http-perl all 6.17-1 [22.7 kB]
13:40:05 #8 17.81 Get:251 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
13:40:05 #8 17.81 Get:252 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
13:40:05 #8 17.81 Get:253 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
13:40:05 #8 17.81 Get:254 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:40:05 #8 17.87 Get:255 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
13:40:05 #8 17.87 Get:256 http://archive.ubuntu.com/ubuntu bionic/main amd64 librole-tiny-perl all 2.000006-1 [15.9 kB]
13:40:05 #8 17.87 Get:257 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstrictures-perl all 2.000003-1 [16.1 kB]
13:40:05 #8 17.87 Get:258 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-quote-perl all 2.005000-1 [17.0 kB]
13:40:05 #8 17.94 Get:259 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmoo-perl all 2.003004-1 [45.5 kB]
13:40:05 #8 17.94 Get:260 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpackage-stash-perl all 0.37-1 [18.3 kB]
13:40:05 #8 17.94 Get:261 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-identify-perl amd64 0.14-1 [10.5 kB]
13:40:05 #8 17.94 Get:262 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:40:05 #8 17.94 Get:263 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
13:40:05 #8 17.94 Get:264 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
13:40:05 #13 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa
13:40:05 #8 32.55 Selecting previously unselected package libalgorithm-diff-perl.
13:40:05 #8 32.55 Preparing to unpack .../169-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:40:05 #8 32.56 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:40:05 #8 32.61 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:05 #8 32.61 Preparing to unpack .../170-libalgorithm-diff-xs-perl_0.04-5+b1_arm64.deb ...
13:40:05 #8 32.62 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:40:05 #8 32.65 Selecting previously unselected package libalgorithm-merge-perl.
13:40:05 #8 32.65 Preparing to unpack .../171-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:05 #8 32.66 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:05 #8 32.73 Selecting previously unselected package libapt-inst2.0:arm64.
13:40:05 #8 32.73 Preparing to unpack .../172-libapt-inst2.0_1.8.2.3_arm64.deb ...
13:40:05 #8 32.74 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ...
13:40:05 #8 32.79 Selecting previously unselected package libapt-pkg-perl.
13:40:05 #8 32.79 Preparing to unpack .../173-libapt-pkg-perl_0.1.34+b1_arm64.deb ...
13:40:05 #8 32.80 Unpacking libapt-pkg-perl (0.1.34+b1) ...
13:40:05 #8 32.84 Selecting previously unselected package libarchive-cpio-perl.
13:40:05 #8 31.39 Selecting previously unselected package libarchive-cpio-perl.
13:40:05 #8 31.39 Preparing to unpack .../168-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:40:05 #8 31.39 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:40:05 #8 31.43 Selecting previously unselected package libarchive13:arm64.
13:40:05 #8 31.44 Preparing to unpack .../169-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
13:40:05 #8 31.44 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:40:05 #8 31.50 Selecting previously unselected package libarray-intspan-perl.
13:40:05 #8 31.50 Preparing to unpack .../170-libarray-intspan-perl_2.004-1_all.deb ...
13:40:05 #8 31.51 Unpacking libarray-intspan-perl (2.004-1) ...
13:40:05 #8 31.59 Selecting previously unselected package libauthen-sasl-perl.
13:40:05 #9 22.49 Get:206 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
13:40:05 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 5.1s
13:40:05 #9 18.09 Selecting previously unselected package netbase.
13:40:05 #9 18.09 Preparing to unpack .../018-netbase_6.3_all.deb ...
13:40:05 #9 18.14 Unpacking netbase (6.3) ...
13:40:05 #9 22.85 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_arm64.deb ...
13:40:05 #9 22.86 Unpacking libnghttp2-14:arm64 (1.43.0-1build3) ...
13:40:05 #9 22.89 Selecting previously unselected package libpipeline1:arm64.
13:40:05 #9 22.89 Preparing to unpack .../034-libpipeline1_1.5.5-1_arm64.deb ...
13:40:05 #9 22.89 Unpacking libpipeline1:arm64 (1.5.5-1) ...
13:40:05 #9 22.93 Selecting previously unselected package libpng16-16:arm64.
13:40:05 #9 22.93 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_arm64.deb ...
13:40:05 #9 22.93 Unpacking libpng16-16:arm64 (1.6.37-3build5) ...
13:40:05 #9 22.97 Selecting previously unselected package libpsl5:arm64.
13:40:05 #9 22.97 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_arm64.deb ...
13:40:05 #9 22.97 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
13:40:05 #9 23.00 Selecting previously unselected package libxau6:arm64.
13:40:05 #9 23.00 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_arm64.deb ...
13:40:05 #9 23.01 Unpacking libxau6:arm64 (1:1.0.9-1build5) ...
13:40:05 #9 23.04 Selecting previously unselected package libxdmcp6:arm64.
13:40:05 #9 23.04 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ...
13:40:05 #9 23.04 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
13:40:05 #9 23.08 Selecting previously unselected package libxcb1:arm64.
13:40:05 #9 23.08 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_arm64.deb ...
13:40:05 #9 23.08 Unpacking libxcb1:arm64 (1.14-3ubuntu3) ...
13:40:05 #9 23.11 Selecting previously unselected package libx11-data.
13:40:05 #9 23.11 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
13:40:05 #9 23.11 Unpacking libx11-data (2:1.7.5-1) ...
13:40:05 #9 23.18 Selecting previously unselected package libx11-6:arm64.
13:40:05 #9 23.18 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_arm64.deb ...
13:40:05 #9 22.77 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
13:40:05 #9 22.77 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
13:40:05 #9 22.85 Selecting previously unselected package libx11-6:arm64.
13:40:05 #9 22.85 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_arm64.deb ...
13:40:05 #9 22.85 Unpacking libx11-6:arm64 (2:1.6.9-2ubuntu1.2) ...
13:40:05 #9 22.93 Selecting previously unselected package libxext6:arm64.
13:40:05 #9 22.93 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_arm64.deb ...
13:40:05 #9 22.93 Unpacking libxext6:arm64 (2:1.3.4-0ubuntu1) ...
13:40:05 #9 22.97 Selecting previously unselected package libxmuu1:arm64.
13:40:05 #9 22.97 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_arm64.deb ...
13:40:05 #9 22.97 Unpacking libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
13:40:05 #9 23.01 Selecting previously unselected package manpages.
13:40:05 #9 23.01 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
13:40:05 #9 23.01 Unpacking manpages (5.05-1) ...
13:40:05 #18 1.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
13:40:05 #8 15.75 Unpacking media-types (4.0.0) ...
13:40:05 #8 15.80 Selecting previously unselected package libmpdec3:amd64.
13:40:05 #8 15.80 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
13:40:05 #8 15.81 Unpacking libmpdec3:amd64 (2.5.1-1) ...
13:40:05 #8 15.89 Selecting previously unselected package libncursesw6:amd64.
13:40:05 #8 15.89 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
13:40:05 #8 15.89 Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
13:40:05 #8 15.96 Selecting previously unselected package readline-common.
13:40:05 #8 15.96 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
13:40:05 #8 15.97 Unpacking readline-common (8.1-1) ...
13:40:05 #8 16.03 Selecting previously unselected package libreadline8:amd64.
13:40:05 #8 16.03 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
13:40:05 #9 17.81 Selecting previously unselected package libmpdec3:amd64.
13:40:05 #9 17.81 Preparing to unpack .../3-libmpdec3_2.5.1-2build1_amd64.deb ...
13:40:05 #9 17.82 Unpacking libmpdec3:amd64 (2.5.1-2build1) ...
13:40:05 #9 17.86 Selecting previously unselected package readline-common.
13:40:05 #9 17.86 Preparing to unpack .../4-readline-common_8.1-2_all.deb ...
13:40:05 #9 17.86 Unpacking readline-common (8.1-2) ...
13:40:05 #9 17.91 Selecting previously unselected package libreadline8:amd64.
13:40:05 #9 17.91 Preparing to unpack .../5-libreadline8_8.1-2_amd64.deb ...
13:40:05 #9 17.91 Unpacking libreadline8:amd64 (8.1-2) ...
13:40:05 #9 17.97 Selecting previously unselected package libsqlite3-0:amd64.
13:40:05 #9 17.97 Preparing to unpack .../6-libsqlite3-0_3.35.5-1_amd64.deb ...
13:40:05 #9 17.97 Unpacking libsqlite3-0:amd64 (3.35.5-1) ...
13:40:05 #8 32.92 Selecting previously unselected package libclone-perl.
13:40:05 #8 32.92 Preparing to unpack .../172-libclone-perl_0.39-1_arm64.deb ...
13:40:05 #8 32.93 Unpacking libclone-perl (0.39-1) ...
13:40:05 #8 33.00 Selecting previously unselected package libdata-dump-perl.
13:40:05 #8 33.00 Preparing to unpack .../173-libdata-dump-perl_1.23-1_all.deb ...
13:40:05 #8 33.01 Unpacking libdata-dump-perl (1.23-1) ...
13:40:05 #19 DONE 0.1s
13:40:05 
13:40:05 #20 [linux/arm64 goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
13:40:05 #13 ...
13:40:05 
13:40:05 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:05 #8 sha256:64e86dd1a93ffba4519665f26b454c5890ecad73b5d8c44f156b3043f58a705b
13:40:05 #8 18.80 Selecting previously unselected package libmagic1:amd64.
13:40:05 #8 18.80 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
13:40:05 #8 18.81 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
13:40:05 #8 18.85 Selecting previously unselected package file.
13:40:05 #8 18.85 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_amd64.deb ...
13:40:05 #8 18.86 Unpacking file (1:5.35-4+deb10u2) ...
13:40:05 #8 18.90 Selecting previously unselected package gettext-base.
13:40:05 #8 18.90 Preparing to unpack .../007-gettext-base_0.19.8.1-9_amd64.deb ...
13:40:05 #8 18.91 Unpacking gettext-base (0.19.8.1-9) ...
13:40:05 #8 18.98 Selecting previously unselected package krb5-locales.
13:40:05 #8 18.98 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u3_all.deb ...
13:40:06 #8 8.093 The following NEW packages will be installed:
13:40:06 #8 8.093   at autoconf automake autopoint autotools-dev binutils
13:40:06 #8 8.093   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:40:06 #8 8.093   ca-certificates cpp cpp-7 curl dctrl-tools debhelper devscripts
13:40:06 #8 8.093   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:40:06 #8 8.093   dpkg-dev dput equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext
13:40:06 #8 8.093   gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:40:06 #8 8.093   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
13:40:06 #8 8.093   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:40:06 #8 8.093   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
13:40:06 #8 8.093   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
13:40:06 #8 8.093   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:40:06 #8 8.093   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
13:40:06 #8 8.093   libcgi-pm-perl libcilkrts5 libclass-accessor-perl
13:40:06 #8 8.093   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:40:06 #8 8.093   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:40:06 #8 8.093   libdevel-callchecker-perl libdevel-globaldestruction-perl
13:40:06 #8 8.093   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
13:40:06 #8 8.093   libdynaloader-functions-perl libedit2 libemail-valid-perl
13:40:06 #8 8.093   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
13:40:06 #8 8.093   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
13:40:06 #8 8.093   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
13:40:06 #8 8.093   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
13:40:06 #8 8.093   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
13:40:06 #8 8.093   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
13:40:06 #8 8.093   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
13:40:06 #8 8.093   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:40:06 #8 8.093   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:40:06 #8 8.093   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:06 #8 8.093   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
13:40:06 #8 8.093   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
13:40:06 #8 8.093   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:40:06 #8 8.093   libipc-system-simple-perl libisl19 libk5crypto3 libkeyutils1
13:40:06 #8 8.093   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:40:06 #8 8.093   libldap-common liblist-compare-perl liblist-moreutils-perl
13:40:06 #8 8.093   liblocale-gettext-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
13:40:06 #8 8.093   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:40:06 #8 8.093   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:40:06 #8 8.093   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
13:40:06 #8 8.093   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
13:40:06 #8 8.093   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:40:06 #8 8.093   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
13:40:06 #8 8.093   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:40:06 #8 8.093   libparams-validate-perl libparse-debianchangelog-perl
13:40:06 #8 8.093   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
13:40:06 #8 8.093   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:40:06 #8 8.093   libpython3.6-minimal libpython3.6-stdlib libreadline7
13:40:06 #8 8.093   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
13:40:06 #8 8.093   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
13:40:06 #8 8.093   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
13:40:06 #8 8.093   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
13:40:06 #8 8.093   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:40:06 #8 8.093   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:40:06 #8 8.093   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
13:40:06 #8 8.093   libtimedate-perl libtool libtry-tiny-perl libubsan0 libunicode-utf8-perl
13:40:06 #8 8.093   liburi-perl libvariable-magic-perl libwind0-heimdal libwww-perl
13:40:06 #8 8.093   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:40:06 #8 8.093   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:40:06 #8 8.093   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
13:40:06 #8 8.093   libxml-simple-perl libxml2 libxmuu1 libyaml-0-2 libyaml-libyaml-perl
13:40:06 #8 8.093   licensecheck lintian linux-libc-dev lsb-release m4 make man-db manpages
13:40:06 #8 8.093   manpages-dev mime-support multiarch-support netbase openssh-client openssl
13:40:06 #8 8.093   patch patchutils perl perl-modules-5.26 perl-openssl-defaults
13:40:06 #8 8.093   pinentry-curses po-debconf publicsuffix python-apt-common python3
13:40:06 #8 8.093   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:40:06 #8 8.093   python3-idna python3-magic python3-minimal python3-pkg-resources
13:40:06 #8 8.093   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:40:06 #8 8.093   python3.6 python3.6-minimal readline-common shared-mime-info strace t1utils
13:40:06 #8 8.093   ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:40:06 #8 18.02 Get:265 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpackage-stash-xs-perl amd64 0.28-3build2 [16.4 kB]
13:40:06 #8 18.02 Get:266 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
13:40:06 #8 18.02 Get:267 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
13:40:06 #8 18.02 Get:268 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
13:40:06 #8 18.09 Get:269 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpath-tiny-perl all 0.104-1 [55.3 kB]
13:40:06 #8 18.09 Get:270 http://archive.ubuntu.com/ubuntu bionic/main amd64 libperlio-gzip-perl amd64 0.19-1build3 [14.4 kB]
13:40:06 #8 18.09 Get:271 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
13:40:06 #8 18.09 Get:272 http://archive.ubuntu.com/ubuntu bionic/main amd64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
13:40:06 #8 18.09 Get:273 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [48.9 kB]
13:40:06 #8 18.10 Get:274 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsort-key-perl amd64 1.33-2 [35.0 kB]
13:40:06 #8 ...
13:40:06 
13:40:06 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:06 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:06 #13 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 7.5s done
13:40:06 #13 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:06 #13 DONE 23.2s
13:40:06 
13:40:06 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:06 #8 sha256:4fb2ff74d408d14e937a10668e0747c5b9759577c8003684daebf3b99ed45a89
13:40:06 #8 18.16 Get:275 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
13:40:06 #8 18.16 Get:276 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:40:06 #8 18.17 Get:277 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
13:40:06 #8 18.17 Get:278 http://archive.ubuntu.com/ubuntu bionic/main amd64 libunicode-utf8-perl amd64 0.60-1build4 [17.9 kB]
13:40:06 #8 18.24 Get:279 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
13:40:06 #8 18.24 Get:280 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
13:40:06 #8 18.24 Get:281 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
13:40:06 #8 18.24 Get:282 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-libxml-perl amd64 2.0128+dfsg-5 [316 kB]
13:40:06 #8 18.26 Get:283 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-parser-perl amd64 2.44-2build3 [199 kB]
13:40:06 #8 18.27 Get:284 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
13:40:06 #8 32.84 Preparing to unpack .../174-libarchive-cpio-perl_0.10-1_all.deb ...
13:40:06 #8 32.85 Unpacking libarchive-cpio-perl (0.10-1) ...
13:40:06 #8 32.88 Selecting previously unselected package libasync-mergepoint-perl.
13:40:06 #8 32.88 Preparing to unpack .../175-libasync-mergepoint-perl_0.04-2_all.deb ...
13:40:06 #8 32.89 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:40:06 #8 32.95 Selecting previously unselected package libauthen-sasl-perl.
13:40:06 #8 32.95 Preparing to unpack .../176-libauthen-sasl-perl_2.1600-1_all.deb ...
13:40:06 #8 32.96 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:40:06 #8 32.99 Selecting previously unselected package libmodule-implementation-perl.
13:40:06 #8 33.00 Preparing to unpack .../177-libmodule-implementation-perl_0.09-1_all.deb ...
13:40:06 #8 33.00 Unpacking libmodule-implementation-perl (0.09-1) ...
13:40:06 #8 33.06 Selecting previously unselected package libvariable-magic-perl.
13:40:06 #9 22.51 Get:207 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6build1 [11.2 kB]
13:40:06 #9 22.51 Get:208 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:40:06 #9 22.51 Get:209 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libaliased-perl all 0.34-1.1 [13.3 kB]
13:40:06 #9 22.52 Get:210 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libapt-pkg-perl arm64 0.1.40 [65.5 kB]
13:40:06 #9 22.52 Get:211 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
13:40:06 #9 22.52 Get:212 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libarray-intspan-perl all 2.004-1 [24.5 kB]
13:40:06 #9 22.52 Get:213 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
13:40:06 #9 22.52 Get:214 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:40:06 #9 22.56 Get:215 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libvariable-magic-perl arm64 0.62-1build3 [32.5 kB]
13:40:06 #9 22.64 Get:216 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libb-hooks-endofscope-perl all 0.24-1.1 [17.0 kB]
13:40:06 #9 22.64 Get:217 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfreetype6 arm64 2.10.4+dfsg-1build1 [323 kB]
13:40:06 #9 22.64 Get:218 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfontconfig1 arm64 2.13.1-4.2ubuntu3 [113 kB]
13:40:06 #9 22.64 Get:219 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjpeg-turbo8 arm64 2.0.6-0ubuntu2 [99.9 kB]
13:40:06 #9 22.64 Get:220 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjpeg8 arm64 8c-2ubuntu8 [2198 B]
13:40:06 #9 22.64 Get:221 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdeflate0 arm64 1.7-2ubuntu2 [53.1 kB]
13:40:06 #9 22.65 Get:222 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjbig0 arm64 2.1-3.1build1 [24.0 kB]
13:40:06 #9 22.65 Get:223 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libwebp6 arm64 0.6.1-2.1 [164 kB]
13:40:06 #9 22.65 Get:224 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtiff5 arm64 4.3.0-1 [155 kB]
13:40:06 #9 22.71 Get:225 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxpm4 arm64 1:3.5.12-1 [28.8 kB]
13:40:06 #9 22.72 Get:226 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgd3 arm64 2.3.0-2ubuntu1 [126 kB]
13:40:06 #9 22.73 Get:227 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libc-devtools arm64 2.34-0ubuntu3.2 [27.7 kB]
13:40:06 #9 22.73 Get:228 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:40:06 #9 22.73 Get:229 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
13:40:06 #9 22.73 Get:230 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libclass-xsaccessor-perl arm64 1.19-3build7 [32.1 kB]
13:40:06 #9 22.73 Get:231 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libclone-perl arm64 0.45-1build1 [10.5 kB]
13:40:06 #9 22.73 Get:232 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcommon-sense-perl arm64 3.75-1build4 [20.5 kB]
13:40:06 #9 22.73 Get:233 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libconfig-tiny-perl all 2.26-1 [12.5 kB]
13:40:06 #9 22.78 Get:234 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libparams-util-perl arm64 1.102-1build2 [22.3 kB]
13:40:06 #9 22.80 Get:235 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-install-perl all 0.928-1.1 [9972 B]
13:40:06 #9 22.80 Get:236 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdata-optlist-perl all 0.110-1.1 [10.2 kB]
13:40:06 #9 22.80 Get:237 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
13:40:06 #9 22.81 Get:238 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libconst-fast-perl all 0.014-1.1 [7756 B]
13:40:06 #9 22.81 Get:239 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libwant-perl arm64 0.29-1build6 [24.9 kB]
13:40:06 #9 22.81 Get:240 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:40:06 #9 22.81 Get:241 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcpanel-json-xs-perl arm64 4.25-1build1 [108 kB]
13:40:06 #9 22.81 Get:242 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
13:40:06 #9 22.86 Get:243 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libexception-class-perl all 1.44-1 [25.9 kB]
13:40:06 #9 22.88 Get:244 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
13:40:06 #8 31.59 Preparing to unpack .../171-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:40:06 #8 31.60 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:40:06 #8 31.64 Selecting previously unselected package libmodule-implementation-perl.
13:40:06 #8 31.64 Preparing to unpack .../172-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:40:06 #8 31.64 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:40:06 #8 31.68 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:06 #8 31.69 Preparing to unpack .../173-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:06 #8 31.69 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:06 #8 31.72 Selecting previously unselected package libvariable-magic-perl.
13:40:06 #8 31.73 Preparing to unpack .../174-libvariable-magic-perl_0.62-1+b3_arm64.deb ...
13:40:06 #8 31.73 Unpacking libvariable-magic-perl (0.62-1+b3) ...
13:40:06 #8 31.77 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:06 #8 31.77 Preparing to unpack .../175-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
13:40:06 #8 31.78 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
13:40:06 #8 31.81 Selecting previously unselected package libpng16-16:arm64.
13:40:06 #9 18.29 Selecting previously unselected package python-apt-common.
13:40:06 #9 18.29 Preparing to unpack .../019-python-apt-common_2.3.0ubuntu2_all.deb ...
13:40:06 #9 18.30 Unpacking python-apt-common (2.3.0ubuntu2) ...
13:40:06 #9 18.45 Selecting previously unselected package python3-apt.
13:40:06 #9 18.45 Preparing to unpack .../020-python3-apt_2.3.0ubuntu2_amd64.deb ...
13:40:06 #9 18.49 Unpacking python3-apt (2.3.0ubuntu2) ...
13:40:06 #9 23.18 Unpacking libx11-6:arm64 (2:1.7.5-1) ...
13:40:06 #9 23.23 Selecting previously unselected package libxext6:arm64.
13:40:06 #9 23.23 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_arm64.deb ...
13:40:06 #9 23.23 Unpacking libxext6:arm64 (2:1.3.4-1build1) ...
13:40:06 #9 23.27 Selecting previously unselected package libxmuu1:arm64.
13:40:06 #9 23.27 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_arm64.deb ...
13:40:06 #9 23.28 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
13:40:06 #9 23.33 Selecting previously unselected package man-db.
13:40:06 #9 23.33 Preparing to unpack .../044-man-db_2.10.2-1_arm64.deb ...
13:40:06 #9 23.34 Unpacking man-db (2.10.2-1) ...
13:40:06 #9 23.39 Selecting previously unselected package manpages.
13:40:06 #9 23.13 Selecting previously unselected package openssh-client.
13:40:06 #9 23.13 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.4_arm64.deb ...
13:40:06 #9 23.14 Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ...
13:40:06 #19 46.30 rootlesskit version 1.0.0
13:40:06 #19 46.30 Usage of /build/rootlesskit-docker-proxy:
13:40:06 #19 46.30   -container-ip string
13:40:06 #19 46.30     	container ip
13:40:06 #19 46.30   -container-port int
13:40:06 #19 46.30     	container port (default -1)
13:40:06 #19 46.30   -host-ip string
13:40:06 #19 46.30     	host ip
13:40:06 #19 46.30   -host-port int
13:40:06 #19 46.30     	host port (default -1)
13:40:06 #19 46.30   -proto string
13:40:06 #19 46.30     	proxy protocol (default "tcp")
13:40:06 #18 1.797 (1/22) Installing ncurses-terminfo-base (6.3_p20211120-r0)
13:40:06 #18 1.803 (2/22) Installing ncurses-libs (6.3_p20211120-r0)
13:40:06 #18 1.824 (3/22) Installing readline (8.1.1-r0)
13:40:06 #18 1.833 (4/22) Installing bash (5.1.16-r0)
13:40:06 #18 1.851 Executing bash-5.1.16-r0.post-install
13:40:06 #18 1.869 (5/22) Installing libffi (3.4.2-r1)
13:40:06 #18 1.883 (6/22) Installing libgcc (10.3.1_git20211027-r0)
13:40:06 #18 1.883 (7/22) Installing libstdc++ (10.3.1_git20211027-r0)
13:40:06 #18 1.919 (8/22) Installing xz-libs (5.2.5-r1)
13:40:06 #18 1.934 (9/22) Installing libxml2 (2.9.13-r0)
13:40:06 #20 1.405 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/armhf/APKINDEX.tar.gz
13:40:06 #8 16.03 Unpacking libreadline8:amd64 (8.1-1) ...
13:40:06 #8 16.10 Selecting previously unselected package libsqlite3-0:amd64.
13:40:06 #8 16.10 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
13:40:06 #8 16.10 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
13:40:06 #9 18.08 Selecting previously unselected package libpython3.9-stdlib:amd64.
13:40:06 #9 18.08 Preparing to unpack .../7-libpython3.9-stdlib_3.9.7-2build1_amd64.deb ...
13:40:06 #9 18.09 Unpacking libpython3.9-stdlib:amd64 (3.9.7-2build1) ...
13:40:06 #9 18.23 Selecting previously unselected package python3.9.
13:40:06 #9 18.23 Preparing to unpack .../8-python3.9_3.9.7-2build1_amd64.deb ...
13:40:06 #9 18.24 Unpacking python3.9 (3.9.7-2build1) ...
13:40:06 #9 18.28 Selecting previously unselected package libpython3-stdlib:amd64.
13:40:06 #9 18.28 Preparing to unpack .../9-libpython3-stdlib_3.9.4-1build1_amd64.deb ...
13:40:06 #8 33.25 Selecting previously unselected package libparams-util-perl.
13:40:06 #8 33.25 Preparing to unpack .../174-libparams-util-perl_1.07-3build3_arm64.deb ...
13:40:06 #8 33.29 Unpacking libparams-util-perl (1.07-3build3) ...
13:40:06 #8 33.38 Selecting previously unselected package libsub-install-perl.
13:40:06 #8 33.39 Preparing to unpack .../175-libsub-install-perl_0.928-1_all.deb ...
13:40:06 #8 33.40 Unpacking libsub-install-perl (0.928-1) ...
13:40:06 #8 18.99 Unpacking krb5-locales (1.17-3+deb10u3) ...
13:40:06 #8 19.04 Selecting previously unselected package manpages.
13:40:06 #8 19.04 Preparing to unpack .../009-manpages_4.16-2_all.deb ...
13:40:06 #8 19.04 Unpacking manpages (4.16-2) ...
13:40:06 #8 19.23 Selecting previously unselected package libedit2:amd64.
13:40:06 #8 19.23 Preparing to unpack .../010-libedit2_3.1-20181209-1_amd64.deb ...
13:40:06 #8 19.24 Unpacking libedit2:amd64 (3.1-20181209-1) ...
13:40:06 #8 18.31 Get:285 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-simple-perl all 2.24-1 [63.6 kB]
13:40:06 #8 18.32 Get:286 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-libyaml-perl amd64 0.69+repack-1 [26.4 kB]
13:40:06 #8 18.32 Get:287 http://archive.ubuntu.com/ubuntu bionic/main amd64 licensecheck all 3.0.31-2 [22.0 kB]
13:40:06 #8 18.32 Get:288 http://archive.ubuntu.com/ubuntu bionic/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
13:40:06 #8 18.39 Get:289 http://archive.ubuntu.com/ubuntu bionic/main amd64 t1utils amd64 1.41-2 [56.0 kB]
13:40:06 #8 18.39 Get:290 http://archive.ubuntu.com/ubuntu bionic/main amd64 lintian all 2.5.81ubuntu1 [847 kB]
13:40:06 #8 18.42 Get:291 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB]
13:40:06 #8 18.52 Get:292 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB]
13:40:06 #9 22.88 Get:245 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
13:40:06 #9 22.88 Get:246 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
13:40:06 #9 22.89 Get:247 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-moreutils-xs-perl arm64 0.430-2 [35.0 kB]
13:40:06 #9 22.89 Get:248 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
13:40:06 #9 22.89 Get:249 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
13:40:06 #9 22.89 Get:250 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdata-dump-perl all 1.23-1.1 [24.9 kB]
13:40:06 #9 22.89 Get:251 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdata-messagepack-perl arm64 1.01-2 [33.8 kB]
13:40:06 #9 22.93 Get:252 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
13:40:06 #9 22.96 Get:253 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
13:40:06 #9 22.97 Get:254 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdistro-info-perl all 1.0 [5508 B]
13:40:06 #9 22.97 Get:255 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libemail-address-xs-perl arm64 1.04-1build5 [27.9 kB]
13:40:06 #9 22.97 Get:256 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
13:40:06 #9 22.97 Get:257 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-basedir-perl all 0.08-1 [16.9 kB]
13:40:06 #9 22.97 Get:258 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
13:40:06 #9 22.97 Get:259 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-fcntllock-perl arm64 0.22-3build5 [32.9 kB]
13:40:06 #9 22.97 Get:260 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnumber-compare-perl all 0.03-1.1 [6620 B]
13:40:06 #9 23.00 Get:261 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtext-glob-perl all 0.11-1 [7992 B]
13:40:06 #9 23.04 Get:262 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:40:06 #9 23.04 Get:263 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
13:40:06 #9 23.04 Get:264 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
13:40:06 #9 23.04 Get:265 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfont-ttf-perl all 1.06-1.1 [316 kB]
13:40:06 #9 23.05 Get:266 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-stringy-perl all 2.111-3 [55.8 kB]
13:40:06 #9 23.05 Get:267 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libparams-validate-perl arm64 1.30-1build2 [54.0 kB]
13:40:06 #9 23.05 Get:268 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgetopt-long-descriptive-perl all 0.105-1 [24.7 kB]
13:40:06 #9 23.05 Get:269 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
13:40:06 #9 23.08 Get:270 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:40:06 #9 23.12 Get:271 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
13:40:06 #8 33.07 Preparing to unpack .../178-libvariable-magic-perl_0.62-1+b1_arm64.deb ...
13:40:06 #8 33.09 Unpacking libvariable-magic-perl (0.62-1+b1) ...
13:40:06 #8 33.14 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:06 #8 33.14 Preparing to unpack .../179-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:40:06 #8 33.15 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:40:06 #8 33.19 Selecting previously unselected package libcapture-tiny-perl.
13:40:06 #8 33.20 Preparing to unpack .../180-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:06 #8 33.20 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:06 #8 33.24 Selecting previously unselected package libcgi-pm-perl.
13:40:06 #8 33.24 Preparing to unpack .../181-libcgi-pm-perl_4.40-1_all.deb ...
13:40:06 #8 33.24 Unpacking libcgi-pm-perl (4.40-1) ...
13:40:06 #8 33.29 Selecting previously unselected package libfcgi-perl.
13:40:06 #8 33.29 Preparing to unpack .../182-libfcgi-perl_0.78-2+b3_arm64.deb ...
13:40:06 #8 33.30 Unpacking libfcgi-perl (0.78-2+b3) ...
13:40:06 #8 33.33 Selecting previously unselected package libcgi-fast-perl.
13:40:06 #8 33.33 Preparing to unpack .../183-libcgi-fast-perl_1%3a2.13-1_all.deb ...
13:40:06 #8 33.34 Unpacking libcgi-fast-perl (1:2.13-1) ...
13:40:06 #8 33.37 Selecting previously unselected package libsub-name-perl.
13:40:06 #8 33.37 Preparing to unpack .../184-libsub-name-perl_0.21-1+b3_arm64.deb ...
13:40:06 #8 33.37 Unpacking libsub-name-perl (0.21-1+b3) ...
13:40:06 #8 33.40 Selecting previously unselected package libclass-accessor-perl.
13:40:06 #8 31.81 Preparing to unpack .../176-libpng16-16_1.6.37-3_arm64.deb ...
13:40:06 #8 31.82 Unpacking libpng16-16:arm64 (1.6.37-3) ...
13:40:06 #8 31.87 Selecting previously unselected package libfreetype6:arm64.
13:40:06 #8 31.88 Preparing to unpack .../177-libfreetype6_2.10.4+dfsg-1_arm64.deb ...
13:40:06 #8 31.88 Unpacking libfreetype6:arm64 (2.10.4+dfsg-1) ...
13:40:06 #8 31.95 Selecting previously unselected package libfontconfig1:arm64.
13:40:06 #8 31.95 Preparing to unpack .../178-libfontconfig1_2.13.1-4.2_arm64.deb ...
13:40:06 #8 31.95 Unpacking libfontconfig1:arm64 (2.13.1-4.2) ...
13:40:06 #8 32.00 Selecting previously unselected package libjpeg62-turbo:arm64.
13:40:06 #8 32.01 Preparing to unpack .../179-libjpeg62-turbo_1%3a2.0.6-4_arm64.deb ...
13:40:06 #8 32.01 Unpacking libjpeg62-turbo:arm64 (1:2.0.6-4) ...
13:40:06 #8 32.09 Selecting previously unselected package libdeflate0:arm64.
13:40:06 #9 23.39 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
13:40:06 #9 23.40 Unpacking manpages (5.10-1ubuntu1) ...
13:40:06 #9 23.51 Selecting previously unselected package openssh-client.
13:40:06 #9 23.51 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3_arm64.deb ...
13:40:06 #9 23.52 Unpacking openssh-client (1:8.9p1-3) ...
13:40:06 #9 23.57 Selecting previously unselected package publicsuffix.
13:40:06 #9 23.57 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
13:40:06 #9 23.58 Unpacking publicsuffix (20211207.1025-1) ...
13:40:06 #9 23.61 Selecting previously unselected package strace.
13:40:06 #9 23.61 Preparing to unpack .../048-strace_5.16-0ubuntu3_arm64.deb ...
13:40:06 #9 23.62 Unpacking strace (5.16-0ubuntu3) ...
13:40:06 #9 23.67 Selecting previously unselected package xauth.
13:40:06 #9 23.67 Preparing to unpack .../049-xauth_1%3a1.1-1build2_arm64.deb ...
13:40:06 #9 23.67 Unpacking xauth (1:1.1-1build2) ...
13:40:06 #9 23.71 Selecting previously unselected package xz-utils.
13:40:06 #9 23.71 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_arm64.deb ...
13:40:06 #9 23.71 Unpacking xz-utils (5.2.5-2ubuntu1) ...
13:40:06 #9 18.54 Selecting previously unselected package python3-pkg-resources.
13:40:06 #9 18.54 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2_all.deb ...
13:40:06 #9 18.55 Unpacking python3-pkg-resources (59.6.0-1.2) ...
13:40:06 #9 18.61 Selecting previously unselected package ucf.
13:40:06 #9 18.61 Preparing to unpack .../022-ucf_3.0043_all.deb ...
13:40:06 #9 18.62 Moving old data out of the way
13:40:06 #9 18.62 Unpacking ucf (3.0043) ...
13:40:06 #9 18.66 Selecting previously unselected package bsdextrautils.
13:40:06 #9 18.67 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_amd64.deb ...
13:40:06 #9 18.67 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
13:40:06 #9 18.71 Selecting previously unselected package libmagic-mgc.
13:40:06 #9 18.71 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_amd64.deb ...
13:40:06 #9 18.71 Unpacking libmagic-mgc (1:5.41-3) ...
13:40:06 #9 16.42 Selecting previously unselected package perl.
13:40:06 #9 16.42 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_amd64.deb ...
13:40:06 #9 16.44 Unpacking perl (5.30.0-9ubuntu0.2) ...
13:40:06 #9 16.64 Selecting previously unselected package openssl.
13:40:06 #9 16.64 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.12_amd64.deb ...
13:40:06 #9 16.65 Unpacking openssl (1.1.1f-1ubuntu2.12) ...
13:40:06 #9 23.22 Selecting previously unselected package publicsuffix.
13:40:06 #9 23.22 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
13:40:06 #9 23.23 Unpacking publicsuffix (20200303.0012-1) ...
13:40:06 #9 23.27 Selecting previously unselected package python-apt-common.
13:40:06 #9 23.27 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.7_all.deb ...
13:40:06 #9 23.27 Unpacking python-apt-common (2.0.0ubuntu0.20.04.7) ...
13:40:06 #9 23.31 Selecting previously unselected package python3-apt.
13:40:06 #9 23.31 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.7_arm64.deb ...
13:40:06 #9 23.32 Unpacking python3-apt (2.0.0ubuntu0.20.04.7) ...
13:40:06 #9 23.36 Selecting previously unselected package strace.
13:40:06 #9 23.36 Preparing to unpack .../058-strace_5.5-3ubuntu1_arm64.deb ...
13:40:06 #9 23.37 Unpacking strace (5.5-3ubuntu1) ...
13:40:06 #9 23.42 Selecting previously unselected package xauth.
13:40:06 #9 23.42 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_arm64.deb ...
13:40:06 #9 23.43 Unpacking xauth (1:1.1-0ubuntu1) ...
13:40:06 #9 23.46 Selecting previously unselected package libfl2:arm64.
13:40:06 #9 23.47 Preparing to unpack .../060-libfl2_2.6.4-6.2_arm64.deb ...
13:40:06 #9 23.47 Unpacking libfl2:arm64 (2.6.4-6.2) ...
13:40:06 #9 23.51 Selecting previously unselected package at.
13:40:06 #9 23.51 Preparing to unpack .../061-at_3.1.23-1ubuntu1_arm64.deb ...
13:40:06 #9 23.51 Unpacking at (3.1.23-1ubuntu1) ...
13:40:06 #9 23.57 Selecting previously unselected package libsigsegv2:arm64.
13:40:06 #18 1.956 (10/22) Installing llvm12-libs (12.0.1-r0)
13:40:06 #20 1.692 (1/1) Installing alpine-keys (2.4-r1)
13:40:06 #20 1.700 OK: 0 MiB in 1 packages
13:40:06 #20 1.748 + apk  --root /armv6-alpine-linux-musleabihf add --no-cache musl-dev gcc
13:40:06 #20 1.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/armhf/APKINDEX.tar.gz
13:40:06 #8 16.24 Selecting previously unselected package libpython3.9-stdlib:amd64.
13:40:06 #8 16.24 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
13:40:06 #8 16.24 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
13:40:06 #9 18.28 Unpacking libpython3-stdlib:amd64 (3.9.4-1build1) ...
13:40:06 #9 18.32 Setting up python3-minimal (3.9.4-1build1) ...
13:40:06 #8 33.50 Selecting previously unselected package libdata-optlist-perl.
13:40:06 #8 33.51 Preparing to unpack .../176-libdata-optlist-perl_0.110-1_all.deb ...
13:40:06 #8 33.53 Unpacking libdata-optlist-perl (0.110-1) ...
13:40:06 #8 19.29 Selecting previously unselected package libkeyutils1:amd64.
13:40:06 #8 19.29 Preparing to unpack .../011-libkeyutils1_1.6-6_amd64.deb ...
13:40:06 #8 19.31 Unpacking libkeyutils1:amd64 (1.6-6) ...
13:40:06 #8 19.34 Selecting previously unselected package libkrb5support0:amd64.
13:40:06 #8 19.34 Preparing to unpack .../012-libkrb5support0_1.17-3+deb10u3_amd64.deb ...
13:40:06 #8 19.35 Unpacking libkrb5support0:amd64 (1.17-3+deb10u3) ...
13:40:06 #8 19.41 Selecting previously unselected package libk5crypto3:amd64.
13:40:06 #8 19.41 Preparing to unpack .../013-libk5crypto3_1.17-3+deb10u3_amd64.deb ...
13:40:06 #8 19.42 Unpacking libk5crypto3:amd64 (1.17-3+deb10u3) ...
13:40:06 #8 19.48 Selecting previously unselected package libkrb5-3:amd64.
13:40:06 #8 19.48 Preparing to unpack .../014-libkrb5-3_1.17-3+deb10u3_amd64.deb ...
13:40:06 #13 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 1.0s done
13:40:06 #20 0.592 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
13:40:06 #8 18.54 Get:293 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB]
13:40:06 #8 18.54 Get:294 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
13:40:06 #8 18.55 Get:295 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
13:40:06 #8 18.55 Get:296 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-unidiff all 0.5.4-1 [7140 B]
13:40:06 #8 18.55 Get:297 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
13:40:06 #8 18.55 Get:298 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB]
13:40:06 #8 18.56 Get:299 http://archive.ubuntu.com/ubuntu bionic/main amd64 wdiff amd64 1.2.2-2 [29.6 kB]
13:40:06 #8 18.56 Get:300 http://archive.ubuntu.com/ubuntu bionic/universe amd64 equivs all 2.1.0 [19.4 kB]
13:40:06 #8 18.62 Get:301 http://archive.ubuntu.com/ubuntu bionic/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:40:06 #8 18.69 Get:302 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-magic all 2:0.4.15-1 [9280 B]
13:40:06 #9 23.13 Get:272 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
13:40:06 #9 23.13 Get:273 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjson-perl all 4.03000-1 [80.6 kB]
13:40:06 #9 23.13 Get:274 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblog-any-perl all 1.709-1 [67.7 kB]
13:40:06 #9 23.13 Get:275 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
13:40:06 #9 23.13 Get:276 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpackage-stash-perl all 0.39-1 [19.1 kB]
13:40:06 #9 23.13 Get:277 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-identify-perl arm64 0.14-1build4 [10.6 kB]
13:40:06 #9 23.13 Get:278 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-name-perl arm64 0.26-1build2 [11.3 kB]
13:40:06 #9 23.15 Get:279 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:40:06 #9 23.20 Get:280 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpath-tiny-perl all 0.118-1 [42.2 kB]
13:40:06 #9 23.21 Get:281 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtype-tiny-perl all 1.012002-1 [319 kB]
13:40:06 #9 23.21 Get:282 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
13:40:06 #9 23.21 Get:283 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhash-fieldhash-perl arm64 0.15-1build4 [16.9 kB]
13:40:06 #9 23.21 Get:284 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
13:40:06 #9 23.21 Get:285 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
13:40:06 #9 23.21 Get:286 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
13:40:06 #9 23.21 Get:287 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-daemon-perl all 6.12-1 [21.7 kB]
13:40:06 #9 23.22 Get:288 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
13:40:06 #9 23.29 Get:289 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjson-xs-perl arm64 4.030-1build2 [87.0 kB]
13:40:06 #9 23.29 Get:290 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
13:40:06 #9 23.29 Get:291 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libldap-common all 2.5.6+dfsg-1~exp1ubuntu1 [18.9 kB]
13:40:06 #9 23.29 Get:292 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
13:40:06 #9 23.29 Get:293 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
13:40:06 #9 23.29 Get:294 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-someutils-xs-perl arm64 0.58-2build2 [32.8 kB]
13:40:06 #9 23.29 Get:295 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
13:40:06 #9 23.29 Get:296 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libltdl7 arm64 2.4.6-15 [37.7 kB]
13:40:06 #9 23.30 Get:297 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libltdl-dev arm64 2.4.6-15 [162 kB]
13:40:06 #9 23.37 Get:298 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblzo2-2 arm64 2.10-2build1 [44.4 kB]
13:40:06 #8 33.41 Preparing to unpack .../185-libclass-accessor-perl_0.51-1_all.deb ...
13:40:06 #8 33.41 Unpacking libclass-accessor-perl (0.51-1) ...
13:40:06 #8 33.45 Selecting previously unselected package libclass-inspector-perl.
13:40:06 #8 33.45 Preparing to unpack .../186-libclass-inspector-perl_1.32-1_all.deb ...
13:40:06 #8 33.46 Unpacking libclass-inspector-perl (1.32-1) ...
13:40:06 #8 33.49 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:06 #8 33.49 Preparing to unpack .../187-libclass-xsaccessor-perl_1.19-3+b2_arm64.deb ...
13:40:06 #8 33.49 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
13:40:06 #8 33.53 Selecting previously unselected package libclone-perl.
13:40:06 #8 33.53 Preparing to unpack .../188-libclone-perl_0.41-1+b1_arm64.deb ...
13:40:06 #8 33.54 Unpacking libclone-perl (0.41-1+b1) ...
13:40:06 #8 33.57 Selecting previously unselected package libcommon-sense-perl.
13:40:06 #8 33.58 Preparing to unpack .../189-libcommon-sense-perl_3.74-2+b7_arm64.deb ...
13:40:06 #8 33.58 Unpacking libcommon-sense-perl (3.74-2+b7) ...
13:40:06 #8 33.61 Selecting previously unselected package libparams-util-perl.
13:40:06 #8 33.62 Preparing to unpack .../190-libparams-util-perl_1.07-3+b4_arm64.deb ...
13:40:06 #8 33.62 Unpacking libparams-util-perl (1.07-3+b4) ...
13:40:06 #8 33.65 Selecting previously unselected package libsub-install-perl.
13:40:06 #8 32.09 Preparing to unpack .../180-libdeflate0_1.7-1_arm64.deb ...
13:40:06 #8 32.10 Unpacking libdeflate0:arm64 (1.7-1) ...
13:40:06 #8 32.14 Selecting previously unselected package libjbig0:arm64.
13:40:06 #8 32.14 Preparing to unpack .../181-libjbig0_2.1-3.1+b2_arm64.deb ...
13:40:06 #8 32.15 Unpacking libjbig0:arm64 (2.1-3.1+b2) ...
13:40:06 #8 32.23 Selecting previously unselected package libwebp6:arm64.
13:40:06 #8 32.24 Preparing to unpack .../182-libwebp6_0.6.1-2.1_arm64.deb ...
13:40:06 #8 32.24 Unpacking libwebp6:arm64 (0.6.1-2.1) ...
13:40:06 #8 32.30 Selecting previously unselected package libtiff5:arm64.
13:40:06 #8 32.30 Preparing to unpack .../183-libtiff5_4.2.0-1+deb11u1_arm64.deb ...
13:40:06 #8 32.31 Unpacking libtiff5:arm64 (4.2.0-1+deb11u1) ...
13:40:06 #8 32.36 Selecting previously unselected package libxau6:arm64.
13:40:06 #9 23.75 Selecting previously unselected package libsigsegv2:arm64.
13:40:06 #9 23.75 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_arm64.deb ...
13:40:06 #9 23.76 Unpacking libsigsegv2:arm64 (2.13-1ubuntu3) ...
13:40:06 #9 23.79 Selecting previously unselected package m4.
13:40:06 #9 23.79 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_arm64.deb ...
13:40:06 #9 23.79 Unpacking m4 (1.4.18-5ubuntu2) ...
13:40:06 #9 23.83 Selecting previously unselected package autoconf.
13:40:06 #9 23.83 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
13:40:06 #9 23.84 Unpacking autoconf (2.71-2) ...
13:40:06 #9 23.88 Selecting previously unselected package autotools-dev.
13:40:06 #9 23.88 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
13:40:06 #9 23.88 Unpacking autotools-dev (20220109.1) ...
13:40:06 #9 23.92 Selecting previously unselected package automake.
13:40:06 #9 23.92 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
13:40:06 #9 23.93 Unpacking automake (1:1.16.5-1.3) ...
13:40:06 #9 23.98 Selecting previously unselected package autopoint.
13:40:06 #8 8.523 0 upgraded, 296 newly installed, 0 to remove and 0 not upgraded.
13:40:06 #8 8.523 Need to get 84.7 MB of archives.
13:40:06 #8 8.523 After this operation, 324 MB of additional disk space will be used.
13:40:06 #8 8.523 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblocale-gettext-perl armhf 1.07-3build2 [16.1 kB]
13:40:06 #8 8.669 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libssl1.1 armhf 1.1.1-1ubuntu2.1~18.04.15 [1070 kB]
13:40:06 #9 ...
13:40:06 
13:40:06 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:06 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:06 #14 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 8.2s done
13:40:06 #14 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:06 #14 DONE 24.5s
13:40:06 
13:40:06 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:06 #9 sha256:db342ff3b083b3e8cec76e9b373a097b76d9a44f7ee864d506a9a560df12c7d0
13:40:06 #9 18.78 Selecting previously unselected package libmagic1:amd64.
13:40:06 #9 18.78 Preparing to unpack .../025-libmagic1_1%3a5.41-3_amd64.deb ...
13:40:06 #9 18.78 Unpacking libmagic1:amd64 (1:5.41-3) ...
13:40:06 #9 18.83 Selecting previously unselected package file.
13:40:06 #9 18.83 Preparing to unpack .../026-file_1%3a5.41-3_amd64.deb ...
13:40:06 #9 18.84 Unpacking file (1:5.41-3) ...
13:40:06 #9 18.87 Selecting previously unselected package gettext-base.
13:40:06 #9 18.87 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_amd64.deb ...
13:40:06 #9 18.89 Unpacking gettext-base (0.21-4ubuntu4) ...
13:40:06 #9 18.94 Selecting previously unselected package libuchardet0:amd64.
13:40:06 #9 18.94 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_amd64.deb ...
13:40:06 #9 16.79 Selecting previously unselected package ca-certificates.
13:40:06 #9 16.79 Preparing to unpack .../013-ca-certificates_20210119~20.04.2_all.deb ...
13:40:06 #9 16.80 Unpacking ca-certificates (20210119~20.04.2) ...
13:40:06 #9 16.88 Selecting previously unselected package distro-info-data.
13:40:06 #9 16.88 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.10_all.deb ...
13:40:06 #9 16.89 Unpacking distro-info-data (0.43ubuntu1.10) ...
13:40:06 #9 16.92 Selecting previously unselected package libmagic-mgc.
13:40:06 #9 16.92 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
13:40:06 #9 16.93 Unpacking libmagic-mgc (1:5.38-4) ...
13:40:06 #13 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 1.0s done
13:40:06 #13 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969
13:40:06 #9 23.57 Preparing to unpack .../062-libsigsegv2_2.12-2_arm64.deb ...
13:40:06 #9 23.58 Unpacking libsigsegv2:arm64 (2.12-2) ...
13:40:06 #9 23.62 Selecting previously unselected package m4.
13:40:06 #9 23.62 Preparing to unpack .../063-m4_1.4.18-4_arm64.deb ...
13:40:06 #9 23.62 Unpacking m4 (1.4.18-4) ...
13:40:06 #9 23.67 Selecting previously unselected package autoconf.
13:40:06 #9 23.67 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
13:40:06 #9 23.68 Unpacking autoconf (2.69-11.1) ...
13:40:06 #9 23.73 Selecting previously unselected package autotools-dev.
13:40:06 #9 23.73 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
13:40:06 #9 23.73 Unpacking autotools-dev (20180224.1) ...
13:40:06 #9 23.78 Selecting previously unselected package automake.
13:40:06 #8 16.59 Selecting previously unselected package python3.9.
13:40:06 #8 16.59 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
13:40:06 #8 16.59 Unpacking python3.9 (3.9.2-1) ...
13:40:06 #8 16.66 Selecting previously unselected package libpython3-stdlib:amd64.
13:40:06 #8 16.66 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
13:40:06 #8 16.67 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
13:40:06 #8 16.70 Setting up python3-minimal (3.9.2-3) ...
13:40:06 #20 ...
13:40:06 
13:40:06 #21 [linux/arm64 goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
13:40:06 #0 0.513 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
13:40:06 #0 0.903 go: downloading github.com/akavel/rsrc v0.10.2
13:40:06 #21 DONE 1.9s
13:40:06 
13:40:06 #20 [linux/arm64->arm/v6 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:40:06 #9 18.62 Selecting previously unselected package python3.
13:40:06 #9 18.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 ... 6989 files and directories currently installed.)
13:40:06 #9 18.62 Preparing to unpack .../000-python3_3.9.4-1build1_amd64.deb ...
13:40:06 #9 18.63 Unpacking python3 (3.9.4-1build1) ...
13:40:06 #9 18.69 Selecting previously unselected package bsdextrautils.
13:40:06 #9 18.69 Preparing to unpack .../001-bsdextrautils_2.36.1-8ubuntu2.2_amd64.deb ...
13:40:06 #9 18.70 Unpacking bsdextrautils (2.36.1-8ubuntu2.2) ...
13:40:06 #9 18.74 Selecting previously unselected package libuchardet0:amd64.
13:40:06 #9 18.75 Preparing to unpack .../002-libuchardet0_0.0.7-1build1_amd64.deb ...
13:40:06 #9 18.75 Unpacking libuchardet0:amd64 (0.0.7-1build1) ...
13:40:06 #9 18.79 Selecting previously unselected package groff-base.
13:40:06 #9 18.79 Preparing to unpack .../003-groff-base_1.22.4-7_amd64.deb ...
13:40:06 #9 18.80 Unpacking groff-base (1.22.4-7) ...
13:40:06 #13 ...
13:40:06 
13:40:06 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0
13:40:06 #7 sha256:ad6d02924b18a42cbc042c7babba589015e821a5c65457fb738747d35f8c1f83
13:40:06 #7 extracting sha256:0a2c02101ee4340d4a9ebb962e9331486e417a3835c9adefb9badd2f0c116ab6 13.2s done
13:40:06 #7 DONE 19.7s
13:40:06 
13:40:06 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:06 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:06 #13 ...
13:40:06 
13:40:06 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:06 #8 sha256:5d84cd193ad52d2db99bc7b859d7a40e036d5ffc66b09666c16a92e81a19bbbb
13:40:06 #8 33.67 Selecting previously unselected package libdevel-globaldestruction-perl.
13:40:06 #8 33.67 Preparing to unpack .../177-libdevel-globaldestruction-perl_0.14-1_all.deb ...
13:40:06 #8 33.68 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
13:40:06 #8 33.71 Selecting previously unselected package libdigest-hmac-perl.
13:40:06 #8 33.72 Preparing to unpack .../178-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
13:40:06 #8 33.72 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
13:40:06 #8 33.83 Selecting previously unselected package libdistro-info-perl.
13:40:06 #8 33.83 Preparing to unpack .../179-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
13:40:06 #8 33.86 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
13:40:06 #8 33.91 Selecting previously unselected package perl-openssl-defaults:arm64.
13:40:06 #8 33.91 Preparing to unpack .../180-perl-openssl-defaults_3build1_arm64.deb ...
13:40:06 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd
13:40:06 #20 1.040 go: downloading github.com/akavel/rsrc v0.10.2
13:40:06 #8 19.50 Unpacking libkrb5-3:amd64 (1.17-3+deb10u3) ...
13:40:06 #8 19.60 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:40:06 #8 19.60 Preparing to unpack .../015-libgssapi-krb5-2_1.17-3+deb10u3_amd64.deb ...
13:40:06 #8 19.60 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ...
13:40:06 #8 19.71 Selecting previously unselected package openssh-client.
13:40:06 #8 19.71 Preparing to unpack .../016-openssh-client_1%3a7.9p1-10+deb10u2_amd64.deb ...
13:40:06 #8 18.88 debconf: delaying package configuration, since apt-utils is not installed
13:40:06 #8 18.91 Fetched 98.9 MB in 10s (10.4 MB/s)
13:40:06 #8 18.94 Selecting previously unselected package liblocale-gettext-perl.
13:40:06 #8 18.94 (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 ... 4051 files and directories currently installed.)
13:40:06 #8 18.94 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_amd64.deb ...
13:40:06 #8 18.95 Unpacking liblocale-gettext-perl (1.07-3build2) ...
13:40:06 #8 19.00 Selecting previously unselected package libssl1.1:amd64.
13:40:06 #8 19.00 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.15_amd64.deb ...
13:40:06 #8 19.01 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.15) ...
13:40:06 #9 23.37 Get:299 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
13:40:06 #9 23.37 Get:300 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
13:40:06 #9 23.37 Get:301 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:40:06 #9 23.37 Get:302 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
13:40:06 #9 23.37 Get:303 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmarkdown2 arm64 2.2.6-1ubuntu2 [37.0 kB]
13:40:06 #8 33.65 Preparing to unpack .../191-libsub-install-perl_0.928-1_all.deb ...
13:40:06 #8 33.66 Unpacking libsub-install-perl (0.928-1) ...
13:40:06 #8 33.70 Selecting previously unselected package libdata-optlist-perl.
13:40:06 #8 33.71 Preparing to unpack .../192-libdata-optlist-perl_0.110-1_all.deb ...
13:40:06 #8 33.72 Unpacking libdata-optlist-perl (0.110-1) ...
13:40:06 #8 33.76 Selecting previously unselected package libsub-exporter-perl.
13:40:06 #8 33.77 Preparing to unpack .../193-libsub-exporter-perl_0.987-1_all.deb ...
13:40:06 #8 33.77 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:06 #8 33.82 Selecting previously unselected package libconst-fast-perl.
13:40:06 #8 33.82 Preparing to unpack .../194-libconst-fast-perl_0.014-1_all.deb ...
13:40:06 #8 33.82 Unpacking libconst-fast-perl (0.014-1) ...
13:40:06 #8 33.85 Selecting previously unselected package libwant-perl.
13:40:06 #8 33.85 Preparing to unpack .../195-libwant-perl_0.29-1+b4_arm64.deb ...
13:40:06 #8 33.86 Unpacking libwant-perl (0.29-1+b4) ...
13:40:06 #8 33.89 Selecting previously unselected package libcontextual-return-perl.
13:40:06 #8 32.37 Preparing to unpack .../184-libxau6_1%3a1.0.9-1_arm64.deb ...
13:40:06 #8 32.37 Unpacking libxau6:arm64 (1:1.0.9-1) ...
13:40:06 #8 32.41 Selecting previously unselected package libxdmcp6:arm64.
13:40:06 #8 32.41 Preparing to unpack .../185-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
13:40:06 #8 32.42 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
13:40:06 #8 32.46 Selecting previously unselected package libxcb1:arm64.
13:40:06 #8 32.46 Preparing to unpack .../186-libxcb1_1.14-3_arm64.deb ...
13:40:06 #8 32.47 Unpacking libxcb1:arm64 (1.14-3) ...
13:40:06 #8 32.51 Selecting previously unselected package libx11-data.
13:40:06 #8 32.52 Preparing to unpack .../187-libx11-data_2%3a1.7.2-1_all.deb ...
13:40:06 #8 32.52 Unpacking libx11-data (2:1.7.2-1) ...
13:40:06 #8 32.60 Selecting previously unselected package libx11-6:arm64.
13:40:06 #9 23.98 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
13:40:06 #9 23.98 Unpacking autopoint (0.21-4ubuntu4) ...
13:40:06 #9 24.01 Selecting previously unselected package binutils-common:arm64.
13:40:06 #9 24.01 Preparing to unpack .../057-binutils-common_2.38-3ubuntu1_arm64.deb ...
13:40:06 #9 24.02 Unpacking binutils-common:arm64 (2.38-3ubuntu1) ...
13:40:06 #9 24.05 Selecting previously unselected package libbinutils:arm64.
13:40:06 #9 24.05 Preparing to unpack .../058-libbinutils_2.38-3ubuntu1_arm64.deb ...
13:40:06 #9 24.06 Unpacking libbinutils:arm64 (2.38-3ubuntu1) ...
13:40:06 #9 24.10 Selecting previously unselected package libctf-nobfd0:arm64.
13:40:06 #9 18.94 Unpacking libuchardet0:amd64 (0.0.7-1build2) ...
13:40:06 #9 18.99 Selecting previously unselected package groff-base.
13:40:06 #9 18.99 Preparing to unpack .../029-groff-base_1.22.4-8build1_amd64.deb ...
13:40:06 #9 19.00 Unpacking groff-base (1.22.4-8build1) ...
13:40:06 #9 19.09 Selecting previously unselected package libcbor0.8:amd64.
13:40:06 #9 19.09 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ...
13:40:06 #9 19.10 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
13:40:06 #9 19.14 Selecting previously unselected package libedit2:amd64.
13:40:06 #9 19.15 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_amd64.deb ...
13:40:06 #9 19.15 Unpacking libedit2:amd64 (3.1-20210910-1build1) ...
13:40:06 #9 17.05 Selecting previously unselected package libmagic1:amd64.
13:40:06 #9 17.05 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
13:40:06 #9 17.05 Unpacking libmagic1:amd64 (1:5.38-4) ...
13:40:06 #9 17.10 Selecting previously unselected package file.
13:40:06 #9 17.10 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
13:40:06 #9 17.10 Unpacking file (1:5.38-4) ...
13:40:06 #9 17.15 Selecting previously unselected package less.
13:40:06 #9 17.15 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
13:40:06 #9 17.16 Unpacking less (551-1ubuntu0.1) ...
13:40:06 #9 17.21 Selecting previously unselected package libelf1:amd64.
13:40:06 #9 17.21 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
13:40:06 #9 23.79 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
13:40:06 #9 23.79 Unpacking automake (1:1.16.1-4ubuntu6) ...
13:40:06 #9 23.86 Selecting previously unselected package autopoint.
13:40:06 #9 23.86 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
13:40:06 #9 23.87 Unpacking autopoint (0.19.8.1-10build1) ...
13:40:06 #9 23.91 Selecting previously unselected package binutils-common:arm64.
13:40:06 #9 23.91 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.3_arm64.deb ...
13:40:06 #9 23.92 Unpacking binutils-common:arm64 (2.34-6ubuntu1.3) ...
13:40:06 #9 23.98 Selecting previously unselected package libbinutils:arm64.
13:40:06 #9 23.98 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.3_arm64.deb ...
13:40:06 #9 23.99 Unpacking libbinutils:arm64 (2.34-6ubuntu1.3) ...
13:40:06 #9 24.06 Selecting previously unselected package libctf-nobfd0:arm64.
13:40:06 #9 18.90 Selecting previously unselected package libgdbm6:amd64.
13:40:06 #9 18.90 Preparing to unpack .../004-libgdbm6_1.19-2_amd64.deb ...
13:40:06 #9 18.92 Unpacking libgdbm6:amd64 (1.19-2) ...
13:40:06 #9 18.95 Selecting previously unselected package libpipeline1:amd64.
13:40:06 #9 18.95 Preparing to unpack .../005-libpipeline1_1.5.3-1build1_amd64.deb ...
13:40:06 #9 18.96 Unpacking libpipeline1:amd64 (1.5.3-1build1) ...
13:40:06 #9 19.02 Selecting previously unselected package man-db.
13:40:06 #12 ...
13:40:06 
13:40:06 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:40:06 #8 sha256:6fde161d932ad248341709781879759edff67030c9f1f2e7c2f2ddb9ba1e55cd
13:40:06 #8 5.451 Fedora 34 - x86_64                               16 MB/s |  74 MB     00:04    
13:40:06 #8 33.91 Unpacking perl-openssl-defaults:arm64 (3build1) ...
13:40:06 #8 33.95 Selecting previously unselected package libnet-ssleay-perl.
13:40:06 #8 33.95 Preparing to unpack .../181-libnet-ssleay-perl_1.84-1ubuntu0.2_arm64.deb ...
13:40:06 #8 33.95 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
13:40:06 #8 34.02 Selecting previously unselected package libio-socket-ssl-perl.
13:40:06 #8 34.02 Preparing to unpack .../182-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
13:40:06 #8 34.02 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
13:40:06 #8 34.06 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:06 #8 34.07 Preparing to unpack .../183-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:06 #8 34.07 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:06 #8 34.11 Selecting previously unselected package libmailtools-perl.
13:40:06 #8 34.11 Preparing to unpack .../184-libmailtools-perl_2.18-1_all.deb ...
13:40:06 #8 34.12 Unpacking libmailtools-perl (2.18-1) ...
13:40:06 #8 34.15 Selecting previously unselected package libsocket6-perl.
13:40:07 #8 19.72 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
13:40:07 #8 19.95 Selecting previously unselected package ucf.
13:40:07 #8 19.95 Preparing to unpack .../017-ucf_3.0038+nmu1_all.deb ...
13:40:07 #8 19.96 Moving old data out of the way
13:40:07 #8 19.97 Unpacking ucf (3.0038+nmu1) ...
13:40:07 #8 19.22 Selecting previously unselected package libpython3.6-minimal:amd64.
13:40:07 #8 19.22 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.7_amd64.deb ...
13:40:07 #8 19.23 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.7) ...
13:40:07 #9 23.77 Get:304 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
13:40:07 #19 DONE 47.5s
13:40:07 
13:40:07 #21 [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
13:40:07 #21 44.56 Selecting previously unselected package g++-mingw-w64-x86-64.
13:40:07 #21 44.57 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
13:40:07 #21 44.58 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:40:07 #21 44.66 Selecting previously unselected package libapparmor1:amd64.
13:40:07 #21 44.67 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
13:40:07 #21 44.67 Unpacking libapparmor1:amd64 (2.13.6-10) ...
13:40:07 #21 44.74 Selecting previously unselected package libapparmor-dev:amd64.
13:40:07 #21 44.75 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
13:40:07 #21 44.75 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
13:40:07 #21 44.85 Selecting previously unselected package libbtrfs0:amd64.
13:40:07 #21 44.87 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
13:40:07 #21 44.88 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:40:07 #21 45.00 Selecting previously unselected package libbtrfs-dev:amd64.
13:40:07 #21 45.00 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
13:40:07 #21 45.01 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:40:07 #21 45.11 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:40:07 #21 45.12 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:40:07 #21 45.12 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:40:07 #21 45.17 Selecting previously unselected package libudev-dev:amd64.
13:40:07 #21 45.17 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
13:40:07 #21 45.18 Unpacking libudev-dev:amd64 (247.3-7) ...
13:40:07 #21 45.27 Selecting previously unselected package libsepol1-dev:amd64.
13:40:07 #21 45.28 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
13:40:07 #21 45.28 Unpacking libsepol1-dev:amd64 (3.1-1) ...
13:40:07 #21 45.44 Selecting previously unselected package libpcre2-16-0:amd64.
13:40:07 #21 45.45 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
13:40:07 #21 45.46 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
13:40:07 #21 45.57 Selecting previously unselected package libpcre2-32-0:amd64.
13:40:07 #21 45.57 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
13:40:07 #21 45.58 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
13:40:07 #21 45.70 Selecting previously unselected package libpcre2-posix2:amd64.
13:40:07 #21 45.70 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
13:40:07 #21 45.71 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
13:40:07 #21 45.75 Selecting previously unselected package libpcre2-dev:amd64.
13:40:07 #21 45.76 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
13:40:07 #21 45.77 Unpacking libpcre2-dev:amd64 (10.36-2) ...
13:40:07 #21 46.07 Selecting previously unselected package libselinux1-dev:amd64.
13:40:07 #21 46.08 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
13:40:07 #21 46.08 Unpacking libselinux1-dev:amd64 (3.1-3) ...
13:40:07 #21 46.21 Selecting previously unselected package libdevmapper-dev:amd64.
13:40:07 #21 46.22 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
13:40:07 #21 46.22 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:40:07 #21 46.27 Selecting previously unselected package libseccomp-dev:amd64.
13:40:07 #21 46.28 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
13:40:07 #21 46.29 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:40:07 #21 46.39 Selecting previously unselected package libsystemd-dev:amd64.
13:40:07 #21 46.39 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
13:40:07 #21 46.41 Unpacking libsystemd-dev:amd64 (247.3-7) ...
13:40:07 #21 46.73 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:40:07 #21 46.77 Setting up libapparmor1:amd64 (2.13.6-10) ...
13:40:07 #21 46.81 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:40:07 #21 46.88 Setting up libsepol1-dev:amd64 (3.1-1) ...
13:40:07 #21 46.92 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:40:07 #21 46.99 Setting up libpcre2-16-0:amd64 (10.36-2) ...
13:40:07 #21 47.06 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:40:07 #21 47.11 Setting up libpcre2-32-0:amd64 (10.36-2) ...
13:40:07 #21 47.21 Setting up libudev-dev:amd64 (247.3-7) ...
13:40:07 #21 47.39 Setting up libpcre2-posix2:amd64 (10.36-2) ...
13:40:07 #21 47.47 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:40:07 #21 47.60 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:40:07 #21 47.70 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:40:07 #21 47.73 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
13:40:07 #21 47.76 Setting up mingw-w64-common (8.0.0-1) ...
13:40:07 #21 47.78 Setting up libsystemd-dev:amd64 (247.3-7) ...
13:40:07 #21 47.80 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
13:40:07 #8 33.89 Preparing to unpack .../196-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:07 #8 33.90 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:07 #8 33.93 Selecting previously unselected package libconvert-binhex-perl.
13:40:07 #8 33.94 Preparing to unpack .../197-libconvert-binhex-perl_1.125-1_all.deb ...
13:40:07 #8 33.94 Unpacking libconvert-binhex-perl (1.125-1) ...
13:40:07 #8 33.98 Selecting previously unselected package libdata-dump-perl.
13:40:07 #8 33.98 Preparing to unpack .../198-libdata-dump-perl_1.23-1_all.deb ...
13:40:07 #8 33.98 Unpacking libdata-dump-perl (1.23-1) ...
13:40:07 #8 34.01 Selecting previously unselected package libdigest-bubblebabble-perl.
13:40:07 #8 34.02 Preparing to unpack .../199-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:40:07 #8 34.02 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:40:07 #8 34.05 Selecting previously unselected package libdigest-hmac-perl.
13:40:07 #8 34.06 Preparing to unpack .../200-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:40:07 #8 34.06 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:40:07 #8 34.09 Selecting previously unselected package libdistro-info-perl.
13:40:07 #8 34.09 Preparing to unpack .../201-libdistro-info-perl_0.21_all.deb ...
13:40:07 #8 34.10 Unpacking libdistro-info-perl (0.21) ...
13:40:07 #8 34.13 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:07 #9 24.11 Preparing to unpack .../059-libctf-nobfd0_2.38-3ubuntu1_arm64.deb ...
13:40:07 #9 24.11 Unpacking libctf-nobfd0:arm64 (2.38-3ubuntu1) ...
13:40:07 #9 24.14 Selecting previously unselected package libctf0:arm64.
13:40:07 #9 24.15 Preparing to unpack .../060-libctf0_2.38-3ubuntu1_arm64.deb ...
13:40:07 #9 24.15 Unpacking libctf0:arm64 (2.38-3ubuntu1) ...
13:40:07 #9 24.18 Selecting previously unselected package binutils-aarch64-linux-gnu.
13:40:07 #9 24.18 Preparing to unpack .../061-binutils-aarch64-linux-gnu_2.38-3ubuntu1_arm64.deb ...
13:40:07 #9 24.19 Unpacking binutils-aarch64-linux-gnu (2.38-3ubuntu1) ...
13:40:07 #9 24.31 Selecting previously unselected package binutils.
13:40:07 #9 24.31 Preparing to unpack .../062-binutils_2.38-3ubuntu1_arm64.deb ...
13:40:07 #9 24.31 Unpacking binutils (2.38-3ubuntu1) ...
13:40:07 #9 24.34 Selecting previously unselected package libc-dev-bin.
13:40:07 #9 24.34 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3_arm64.deb ...
13:40:07 #9 24.35 Unpacking libc-dev-bin (2.35-0ubuntu3) ...
13:40:07 #9 24.38 Selecting previously unselected package linux-libc-dev:arm64.
13:40:07 #8 32.61 Preparing to unpack .../188-libx11-6_2%3a1.7.2-1_arm64.deb ...
13:40:07 #8 32.61 Unpacking libx11-6:arm64 (2:1.7.2-1) ...
13:40:07 #8 32.69 Selecting previously unselected package libxpm4:arm64.
13:40:07 #8 32.69 Preparing to unpack .../189-libxpm4_1%3a3.5.12-1_arm64.deb ...
13:40:07 #8 32.70 Unpacking libxpm4:arm64 (1:3.5.12-1) ...
13:40:07 #8 32.75 Selecting previously unselected package libgd3:arm64.
13:40:07 #8 32.75 Preparing to unpack .../190-libgd3_2.3.0-2_arm64.deb ...
13:40:07 #8 32.75 Unpacking libgd3:arm64 (2.3.0-2) ...
13:40:07 #8 32.79 Selecting previously unselected package libc-devtools.
13:40:07 #8 32.80 Preparing to unpack .../191-libc-devtools_2.31-13+deb11u3_arm64.deb ...
13:40:07 #8 32.80 Unpacking libc-devtools (2.31-13+deb11u3) ...
13:40:07 #8 32.84 Selecting previously unselected package libcapture-tiny-perl.
13:40:07 #8 32.84 Preparing to unpack .../192-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:07 #8 32.84 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:07 #8 32.89 Selecting previously unselected package libclass-data-inheritable-perl.
13:40:07 #9 19.19 Selecting previously unselected package libfido2-1:amd64.
13:40:07 #9 19.20 Preparing to unpack .../032-libfido2-1_1.10.0-1_amd64.deb ...
13:40:07 #9 19.20 Unpacking libfido2-1:amd64 (1.10.0-1) ...
13:40:07 #9 19.24 Selecting previously unselected package libnghttp2-14:amd64.
13:40:07 #9 19.24 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_amd64.deb ...
13:40:07 #9 19.25 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ...
13:40:07 #9 19.30 Selecting previously unselected package libpipeline1:amd64.
13:40:07 #9 19.31 Preparing to unpack .../034-libpipeline1_1.5.5-1_amd64.deb ...
13:40:07 #9 19.32 Unpacking libpipeline1:amd64 (1.5.5-1) ...
13:40:07 #9 19.45 Selecting previously unselected package libpng16-16:amd64.
13:40:07 #9 17.22 Unpacking libelf1:amd64 (0.176-1.1build1) ...
13:40:07 #9 17.28 Selecting previously unselected package libglib2.0-0:amd64.
13:40:07 #9 17.28 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
13:40:07 #9 17.28 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
13:40:07 #9 17.47 Selecting previously unselected package libglib2.0-data.
13:40:07 #9 17.47 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
13:40:07 #9 24.06 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.3_arm64.deb ...
13:40:07 #9 24.06 Unpacking libctf-nobfd0:arm64 (2.34-6ubuntu1.3) ...
13:40:07 #9 24.10 Selecting previously unselected package libctf0:arm64.
13:40:07 #9 24.11 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.3_arm64.deb ...
13:40:07 #9 24.11 Unpacking libctf0:arm64 (2.34-6ubuntu1.3) ...
13:40:07 #9 24.15 Selecting previously unselected package binutils-aarch64-linux-gnu.
13:40:07 #9 24.15 Preparing to unpack .../072-binutils-aarch64-linux-gnu_2.34-6ubuntu1.3_arm64.deb ...
13:40:07 #9 24.16 Unpacking binutils-aarch64-linux-gnu (2.34-6ubuntu1.3) ...
13:40:07 #8 9.086 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-minimal armhf 3.6.9-1~18.04ubuntu1.7 [525 kB]
13:40:07 #8 9.126 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libexpat1 armhf 2.2.5-3ubuntu0.7 [60.9 kB]
13:40:07 #8 9.129 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6-minimal armhf 3.6.9-1~18.04ubuntu1.7 [1344 kB]
13:40:07 #8 9.197 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-minimal armhf 3.6.7-1~18.04 [23.7 kB]
13:40:07 #8 9.197 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf mime-support all 3.60ubuntu1 [30.1 kB]
13:40:07 #8 9.197 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpdec2 armhf 2.4.2-1ubuntu1 [66.4 kB]
13:40:07 #8 9.197 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf readline-common all 7.0-3 [52.9 kB]
13:40:07 #8 9.200 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libreadline7 armhf 7.0-3 [103 kB]
13:40:07 #8 9.207 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsqlite3-0 armhf 3.22.0-1ubuntu0.4 [424 kB]
13:40:07 #8 9.232 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-stdlib armhf 3.6.9-1~18.04ubuntu1.7 [1637 kB]
13:40:07 #8 32.54 Fedora 36 - aarch64 - Test Updates              8.1 MB/s |  15 MB     00:01    
13:40:07 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 8.2s
13:40:07 #8 ...
13:40:07 
13:40:07 #12 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:07 #12 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:07 #9 19.02 Preparing to unpack .../006-man-db_2.9.4-2_amd64.deb ...
13:40:07 #9 19.03 Unpacking man-db (2.9.4-2) ...
13:40:07 #9 19.23 Selecting previously unselected package perl-modules-5.32.
13:40:07 #9 19.23 Preparing to unpack .../007-perl-modules-5.32_5.32.1-3ubuntu3_all.deb ...
13:40:07 #9 19.23 Unpacking perl-modules-5.32 (5.32.1-3ubuntu3) ...
13:40:07 #8 17.02 Selecting previously unselected package python3.
13:40:07 #8 17.02 (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.)
13:40:07 #8 17.02 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ...
13:40:07 #8 17.03 Unpacking python3 (3.9.2-3) ...
13:40:07 #8 17.08 Selecting previously unselected package less.
13:40:07 #8 17.08 Preparing to unpack .../001-less_551-2_amd64.deb ...
13:40:07 #8 17.08 Unpacking less (551-2) ...
13:40:07 #8 17.14 Selecting previously unselected package netbase.
13:40:07 #8 17.14 Preparing to unpack .../002-netbase_6.3_all.deb ...
13:40:07 #8 17.15 Unpacking netbase (6.3) ...
13:40:07 #8 17.18 Selecting previously unselected package sensible-utils.
13:40:07 #8 17.18 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
13:40:07 #8 17.18 Unpacking sensible-utils (0.0.14) ...
13:40:07 #8 17.22 Selecting previously unselected package bzip2.
13:40:07 #8 17.22 Preparing to unpack .../004-bzip2_1.0.8-4_amd64.deb ...
13:40:07 #8 17.22 Unpacking bzip2 (1.0.8-4) ...
13:40:07 #8 17.27 Selecting previously unselected package openssl.
13:40:07 #8 17.27 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u1_amd64.deb ...
13:40:07 #8 34.15 Preparing to unpack .../185-libsocket6-perl_0.27-1build2_arm64.deb ...
13:40:07 #8 34.16 Unpacking libsocket6-perl (0.27-1build2) ...
13:40:07 #8 34.20 Selecting previously unselected package libio-socket-inet6-perl.
13:40:07 #8 34.20 Preparing to unpack .../186-libio-socket-inet6-perl_2.72-2_all.deb ...
13:40:07 #8 34.20 Unpacking libio-socket-inet6-perl (2.72-2) ...
13:40:07 #8 34.24 Selecting previously unselected package libnet-ip-perl.
13:40:07 #8 34.24 Preparing to unpack .../187-libnet-ip-perl_1.26-1_all.deb ...
13:40:07 #8 34.25 Unpacking libnet-ip-perl (1.26-1) ...
13:40:07 #8 34.28 Selecting previously unselected package libnet-dns-perl.
13:40:07 #8 34.29 Preparing to unpack .../188-libnet-dns-perl_1.10-2_all.deb ...
13:40:07 #8 34.29 Unpacking libnet-dns-perl (1.10-2) ...
13:40:07 #8 34.37 Selecting previously unselected package libnet-domain-tld-perl.
13:40:07 #8 34.37 Preparing to unpack .../189-libnet-domain-tld-perl_1.75-1_all.deb ...
13:40:07 #8 34.38 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:40:07 #8 34.42 Selecting previously unselected package libemail-valid-perl.
13:40:07 #8 19.37 Selecting previously unselected package libexpat1:amd64.
13:40:07 #8 19.37 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.7_amd64.deb ...
13:40:07 #8 19.37 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.7) ...
13:40:07 #8 19.44 Selecting previously unselected package python3.6-minimal.
13:40:07 #8 19.44 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.7_amd64.deb ...
13:40:07 #8 19.45 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ...
13:40:07 #9 23.85 Get:305 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
13:40:07 #9 23.87 Get:306 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
13:40:07 #9 23.94 Get:307 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmoox-struct-perl all 0.020-1 [23.7 kB]
13:40:07 #9 23.99 Get:308 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmouse-perl arm64 2.5.10-1build2 [153 kB]
13:40:07 #9 24.14 Get:309 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnumber-range-perl all 0.12-1.1 [8000 B]
13:40:07 #9 24.14 Get:310 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpackage-stash-xs-perl arm64 0.29-1build4 [19.0 kB]
13:40:07 #9 24.15 Get:311 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:40:07 #9 24.17 Get:312 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libperlio-gzip-perl arm64 0.19-1build7 [14.9 kB]
13:40:07 #9 24.18 Get:313 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpod-parser-perl all 1.63-2 [82.2 kB]
13:40:07 #18 3.065 (11/22) Installing clang-libs (12.0.1-r1)
13:40:07 #13 ...
13:40:07 
13:40:07 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:f1ea119207443d62c398cca8d92a7852bebc1c8b39bd69c42e164c436afdd9f0
13:40:07 #7 sha256:0b4299c183d228da7e3fbba08253d1b9273a2cceb7de1cd688b0b00d7e0abbb1
13:40:07 #7 extracting sha256:88baabc7c5771f4d613e1a3a340460db2d30ea6860b01522d3aa38184e1f798e done
13:40:07 #7 extracting sha256:c9e7a3ba9326e58eb90d79d2bdeceaa1901b2efc1eb6334b794724e239218aa0 2.4s done
13:40:07 #7 extracting sha256:9a4c482cac57304899b24bf73839ec03db8436341de095dc0d22a0bb579574bd done
13:40:07 #7 DONE 19.9s
13:40:07 
13:40:07 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:07 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:07 
13:40:07 #21 ...
13:40:07 
13:40:07 #27 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:40:07 #27 DONE 0.1s
13:40:07 
13:40:07 #28 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:40:07 #28 DONE 0.1s
13:40:07 
13:40:07 #21 [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
13:40:07 #21 47.83 Setting up libpcre2-dev:amd64 (10.36-2) ...
13:40:07 #21 47.85 Setting up libselinux1-dev:amd64 (3.1-3) ...
13:40:07 #21 47.86 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:40:07 #21 47.88 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:40:07 #21 47.92 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:40:07 #21 47.95 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:40:07 #21 47.97 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:40:07 #21 47.99 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
13:40:07 #9 24.38 Preparing to unpack .../064-linux-libc-dev_5.15.0-27.28_arm64.deb ...
13:40:07 #9 24.38 Unpacking linux-libc-dev:arm64 (5.15.0-27.28) ...
13:40:07 #9 24.52 Selecting previously unselected package libcrypt-dev:arm64.
13:40:07 #9 24.53 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_arm64.deb ...
13:40:07 #9 24.53 Unpacking libcrypt-dev:arm64 (1:4.4.27-1) ...
13:40:07 #9 24.56 Selecting previously unselected package rpcsvc-proto.
13:40:07 #9 24.56 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ...
13:40:07 #9 24.57 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
13:40:07 #9 24.60 Selecting previously unselected package libtirpc-dev:arm64.
13:40:07 #9 24.60 Preparing to unpack .../067-libtirpc-dev_1.3.2-2build1_arm64.deb ...
13:40:07 #9 24.60 Unpacking libtirpc-dev:arm64 (1.3.2-2build1) ...
13:40:07 #9 24.64 Selecting previously unselected package libnsl-dev:arm64.
13:40:07 #8 34.14 Preparing to unpack .../202-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:07 #8 34.14 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:07 #8 34.17 Selecting previously unselected package libmailtools-perl.
13:40:07 #8 34.17 Preparing to unpack .../203-libmailtools-perl_2.18-1_all.deb ...
13:40:07 #8 34.18 Unpacking libmailtools-perl (2.18-1) ...
13:40:07 #8 34.22 Selecting previously unselected package libnet-ip-perl.
13:40:07 #8 34.23 Preparing to unpack .../204-libnet-ip-perl_1.26-2_all.deb ...
13:40:07 #8 34.23 Unpacking libnet-ip-perl (1.26-2) ...
13:40:07 #8 34.26 Selecting previously unselected package libnet-dns-perl.
13:40:07 #8 34.27 Preparing to unpack .../205-libnet-dns-perl_1.19-1_all.deb ...
13:40:07 #8 34.27 Unpacking libnet-dns-perl (1.19-1) ...
13:40:07 #8 34.33 Selecting previously unselected package libnet-domain-tld-perl.
13:40:07 #8 34.33 Preparing to unpack .../206-libnet-domain-tld-perl_1.75-1_all.deb ...
13:40:07 #8 34.34 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:40:07 #8 34.37 Selecting previously unselected package libemail-valid-perl.
13:40:07 #8 32.89 Preparing to unpack .../193-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:40:07 #8 32.89 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:40:07 #8 32.93 Selecting previously unselected package libclass-inspector-perl.
13:40:07 #8 32.93 Preparing to unpack .../194-libclass-inspector-perl_1.36-1_all.deb ...
13:40:07 #8 32.94 Unpacking libclass-inspector-perl (1.36-1) ...
13:40:07 #8 32.97 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:07 #8 32.98 Preparing to unpack .../195-libclass-xsaccessor-perl_1.19-3+b7_arm64.deb ...
13:40:07 #8 32.98 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
13:40:07 #8 33.01 Selecting previously unselected package libclone-perl.
13:40:07 #8 33.02 Preparing to unpack .../196-libclone-perl_0.45-1+b1_arm64.deb ...
13:40:07 #8 33.02 Unpacking libclone-perl (0.45-1+b1) ...
13:40:07 #8 33.05 Selecting previously unselected package libcommon-sense-perl.
13:40:07 #8 33.05 Preparing to unpack .../197-libcommon-sense-perl_3.75-1+b4_arm64.deb ...
13:40:07 #8 33.06 Unpacking libcommon-sense-perl (3.75-1+b4) ...
13:40:07 #8 33.09 Selecting previously unselected package libconfig-tiny-perl.
13:40:07 #8 33.09 Preparing to unpack .../198-libconfig-tiny-perl_2.26-1_all.deb ...
13:40:07 #8 33.10 Unpacking libconfig-tiny-perl (2.26-1) ...
13:40:07 #8 33.13 Selecting previously unselected package libparams-util-perl.
13:40:07 #8 20.03 Selecting previously unselected package xz-utils.
13:40:07 #8 20.03 Preparing to unpack .../018-xz-utils_5.2.4-1+deb10u1_amd64.deb ...
13:40:07 #8 20.04 Unpacking xz-utils (5.2.4-1+deb10u1) ...
13:40:07 #8 20.10 Selecting previously unselected package libfl2:amd64.
13:40:07 #8 20.10 Preparing to unpack .../019-libfl2_2.6.4-6.2_amd64.deb ...
13:40:07 #8 20.10 Unpacking libfl2:amd64 (2.6.4-6.2) ...
13:40:07 #8 20.16 Selecting previously unselected package at.
13:40:07 #8 20.17 Preparing to unpack .../020-at_3.1.23-1_amd64.deb ...
13:40:07 #8 20.17 Unpacking at (3.1.23-1) ...
13:40:07 #8 20.21 Selecting previously unselected package libsigsegv2:amd64.
13:40:07 #8 20.21 Preparing to unpack .../021-libsigsegv2_2.12-2_amd64.deb ...
13:40:07 #8 ...
13:40:07 
13:40:07 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:07 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:07 #13 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 10.0s done
13:40:07 #13 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:07 #13 DONE 25.3s
13:40:07 
13:40:07 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:07 #8 sha256:64e86dd1a93ffba4519665f26b454c5890ecad73b5d8c44f156b3043f58a705b
13:40:07 #8 20.22 Unpacking libsigsegv2:amd64 (2.12-2) ...
13:40:07 #8 20.27 Selecting previously unselected package m4.
13:40:07 #8 20.27 Preparing to unpack .../022-m4_1.4.18-2_amd64.deb ...
13:40:07 #8 20.28 Unpacking m4 (1.4.18-2) ...
13:40:07 #8 20.34 Selecting previously unselected package autoconf.
13:40:07 #9 17.48 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:40:07 #9 17.60 Selecting previously unselected package tzdata.
13:40:07 #9 17.61 Preparing to unpack .../022-tzdata_2022a-0ubuntu0.20.04_all.deb ...
13:40:07 #9 17.61 Unpacking tzdata (2022a-0ubuntu0.20.04) ...
13:40:07 #9 19.45 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_amd64.deb ...
13:40:07 #9 19.45 Unpacking libpng16-16:amd64 (1.6.37-3build5) ...
13:40:07 #9 19.51 Selecting previously unselected package libpsl5:amd64.
13:40:07 #9 19.51 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_amd64.deb ...
13:40:07 #9 19.52 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
13:40:07 #9 19.59 Selecting previously unselected package libxau6:amd64.
13:40:07 #9 19.59 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_amd64.deb ...
13:40:07 #9 19.60 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
13:40:07 #9 19.63 Selecting previously unselected package libxdmcp6:amd64.
13:40:07 #9 19.63 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
13:40:07 #9 19.64 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
13:40:07 #9 19.68 Selecting previously unselected package libxcb1:amd64.
13:40:07 #9 19.69 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_amd64.deb ...
13:40:07 #10 19.23 (1/91): efi-srpm-macros-3-3.el8.noarch.rpm       95 kB/s |  22 kB     00:00    
13:40:07 #8 9.307 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6 armhf 3.6.9-1~18.04ubuntu1.7 [203 kB]
13:40:07 #8 9.326 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3-stdlib armhf 3.6.7-1~18.04 [7240 B]
13:40:07 #8 9.326 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3 armhf 3.6.7-1~18.04 [47.2 kB]
13:40:07 #8 9.326 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf multiarch-support armhf 2.27-3ubuntu1.5 [6956 B]
13:40:07 #8 9.326 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libxau6 armhf 1:1.0.8-1ubuntu1 [6736 B]
13:40:07 #8 9.326 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libbsd0 armhf 0.8.7-1ubuntu0.1 [40.4 kB]
13:40:07 #8 9.326 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxdmcp6 armhf 1:1.1.2-3 [9316 B]
13:40:07 #8 9.326 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libxcb1 armhf 1.13-2~ubuntu18.04 [41.2 kB]
13:40:07 #8 9.331 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
13:40:07 #8 9.396 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libx11-6 armhf 2:1.6.4-3ubuntu0.4 [515 kB]
13:40:07 #8 9.476 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxext6 armhf 2:1.3.3-1 [25.1 kB]
13:40:07 #8 9.476 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf bsdmainutils armhf 11.1.2ubuntu1 [177 kB]
13:40:07 #8 9.476 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf groff-base armhf 1.22.3-10 [1013 kB]
13:40:07 #8 9.482 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgdbm5 armhf 1.14.1-6 [23.4 kB]
13:40:07 #8 9.482 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpipeline1 armhf 1.5.0-1 [21.1 kB]
13:40:07 #8 9.495 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf man-db armhf 2.8.3-2ubuntu0.1 [993 kB]
13:40:07 #8 9.556 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB]
13:40:07 #9 24.39 Selecting previously unselected package binutils.
13:40:07 #9 24.39 Preparing to unpack .../073-binutils_2.34-6ubuntu1.3_arm64.deb ...
13:40:07 #9 24.40 Unpacking binutils (2.34-6ubuntu1.3) ...
13:40:07 #9 24.43 Selecting previously unselected package libc-dev-bin.
13:40:07 #9 24.44 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.7_arm64.deb ...
13:40:07 #9 24.44 Unpacking libc-dev-bin (2.31-0ubuntu9.7) ...
13:40:07 #9 24.50 Selecting previously unselected package linux-libc-dev:arm64.
13:40:07 #8 17.27 Unpacking openssl (1.1.1n-0+deb11u1) ...
13:40:07 #8 17.43 Selecting previously unselected package ca-certificates.
13:40:07 #8 17.43 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
13:40:07 #8 17.43 Unpacking ca-certificates (20210119) ...
13:40:07 #8 17.53 Selecting previously unselected package libmagic-mgc.
13:40:07 #8 17.53 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_amd64.deb ...
13:40:07 #8 34.42 Preparing to unpack .../190-libemail-valid-perl_1.202-1_all.deb ...
13:40:07 #8 34.42 Unpacking libemail-valid-perl (1.202-1) ...
13:40:07 #8 34.46 Selecting previously unselected package libencode-locale-perl.
13:40:07 #8 34.46 Preparing to unpack .../191-libencode-locale-perl_1.05-1_all.deb ...
13:40:07 #8 34.46 Unpacking libencode-locale-perl (1.05-1) ...
13:40:07 #8 34.50 Selecting previously unselected package libexporter-tiny-perl.
13:40:07 #8 34.50 Preparing to unpack .../192-libexporter-tiny-perl_1.000000-2_all.deb ...
13:40:07 #8 34.51 Unpacking libexporter-tiny-perl (1.000000-2) ...
13:40:07 #8 34.54 Selecting previously unselected package libipc-system-simple-perl.
13:40:07 #8 34.55 Preparing to unpack .../193-libipc-system-simple-perl_1.25-4_all.deb ...
13:40:07 #8 34.55 Unpacking libipc-system-simple-perl (1.25-4) ...
13:40:07 #8 34.59 Selecting previously unselected package libfile-basedir-perl.
13:40:07 #8 34.59 Preparing to unpack .../194-libfile-basedir-perl_0.07-1_all.deb ...
13:40:07 #8 34.59 Unpacking libfile-basedir-perl (0.07-1) ...
13:40:07 #8 34.62 Selecting previously unselected package libfile-chdir-perl.
13:40:07 #8 34.63 Preparing to unpack .../195-libfile-chdir-perl_0.1008-1_all.deb ...
13:40:07 #8 34.63 Unpacking libfile-chdir-perl (0.1008-1) ...
13:40:07 #8 34.66 Selecting previously unselected package libfile-fcntllock-perl.
13:40:07 #13 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 1.0s done
13:40:07 #8 19.70 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.15) ...
13:40:07 #9 24.20 Get:314 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
13:40:07 #9 24.21 Get:315 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libproc-processtable-perl arm64 0.59-2build2 [36.7 kB]
13:40:07 #9 24.22 Get:316 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libre2-9 arm64 20210801+dfsg-1 [153 kB]
13:40:07 #9 24.25 Get:317 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libre-engine-re2-perl arm64 0.14-1build1 [17.9 kB]
13:40:07 #9 24.25 Get:318 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
13:40:07 #9 24.29 Get:319 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
13:40:07 #21 48.04 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:40:07 #21 48.06 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:40:07 #21 48.08 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:40:07 #21 48.11 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:40:07 #21 48.13 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:40:07 #21 48.15 Setting up dmsetup (2:1.02.175-2.1) ...
13:40:07 #21 48.17 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:40:07 #21 48.19 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:40:07 #21 48.21 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:40:07 #9 24.64 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_arm64.deb ...
13:40:07 #9 24.65 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ...
13:40:07 #9 24.68 Selecting previously unselected package libc6-dev:arm64.
13:40:07 #9 24.68 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3_arm64.deb ...
13:40:07 #9 24.69 Unpacking libc6-dev:arm64 (2.35-0ubuntu3) ...
13:40:07 #9 24.81 Selecting previously unselected package gcc-11-base:arm64.
13:40:07 #9 24.81 Preparing to unpack .../070-gcc-11-base_11.2.0-19ubuntu1_arm64.deb ...
13:40:07 #9 24.82 Unpacking gcc-11-base:arm64 (11.2.0-19ubuntu1) ...
13:40:07 #9 24.86 Selecting previously unselected package libisl23:arm64.
13:40:07 #9 24.86 Preparing to unpack .../071-libisl23_0.24-2build1_arm64.deb ...
13:40:07 #9 24.87 Unpacking libisl23:arm64 (0.24-2build1) ...
13:40:07 #9 24.92 Selecting previously unselected package libmpfr6:arm64.
13:40:07 #8 34.37 Preparing to unpack .../207-libemail-valid-perl_1.202-1_all.deb ...
13:40:07 #8 34.38 Unpacking libemail-valid-perl (1.202-1) ...
13:40:07 #8 34.41 Selecting previously unselected package libexporter-tiny-perl.
13:40:07 #8 34.41 Preparing to unpack .../208-libexporter-tiny-perl_1.002001-1_all.deb ...
13:40:07 #8 34.41 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:40:07 #8 34.45 Selecting previously unselected package libipc-system-simple-perl.
13:40:07 #8 34.45 Preparing to unpack .../209-libipc-system-simple-perl_1.25-4_all.deb ...
13:40:07 #8 34.45 Unpacking libipc-system-simple-perl (1.25-4) ...
13:40:07 #8 34.48 Selecting previously unselected package libfile-basedir-perl.
13:40:07 #8 34.49 Preparing to unpack .../210-libfile-basedir-perl_0.08-1_all.deb ...
13:40:07 #8 34.49 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:07 #8 34.53 Selecting previously unselected package libfile-chdir-perl.
13:40:07 #8 34.53 Preparing to unpack .../211-libfile-chdir-perl_0.1008-1_all.deb ...
13:40:07 #8 34.53 Unpacking libfile-chdir-perl (0.1008-1) ...
13:40:07 #8 34.56 Selecting previously unselected package libfile-fcntllock-perl.
13:40:07 #8 34.56 Preparing to unpack .../212-libfile-fcntllock-perl_0.22-3+b5_arm64.deb ...
13:40:07 #8 34.57 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
13:40:07 #8 34.60 Selecting previously unselected package libfont-afm-perl.
13:40:07 #8 20.34 Preparing to unpack .../023-autoconf_2.69-11_all.deb ...
13:40:07 #8 20.34 Unpacking autoconf (2.69-11) ...
13:40:07 #8 20.43 Selecting previously unselected package autotools-dev.
13:40:07 #8 20.44 Preparing to unpack .../024-autotools-dev_20180224.1_all.deb ...
13:40:07 #8 20.44 Unpacking autotools-dev (20180224.1) ...
13:40:07 #8 20.50 Selecting previously unselected package automake.
13:40:07 #8 20.50 Preparing to unpack .../025-automake_1%3a1.16.1-4_all.deb ...
13:40:07 #8 20.50 Unpacking automake (1:1.16.1-4) ...
13:40:07 #8 33.13 Preparing to unpack .../199-libparams-util-perl_1.102-1+b1_arm64.deb ...
13:40:07 #8 33.14 Unpacking libparams-util-perl (1.102-1+b1) ...
13:40:07 #8 33.17 Selecting previously unselected package libsub-install-perl.
13:40:07 #8 33.17 Preparing to unpack .../200-libsub-install-perl_0.928-1.1_all.deb ...
13:40:07 #8 33.18 Unpacking libsub-install-perl (0.928-1.1) ...
13:40:07 #8 33.22 Selecting previously unselected package libdata-optlist-perl.
13:40:07 #8 33.22 Preparing to unpack .../201-libdata-optlist-perl_0.110-1.1_all.deb ...
13:40:07 #8 33.22 Unpacking libdata-optlist-perl (0.110-1.1) ...
13:40:07 #8 33.26 Selecting previously unselected package libsub-exporter-perl.
13:40:07 #8 33.26 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
13:40:07 #8 33.26 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:07 #8 33.30 Selecting previously unselected package libconst-fast-perl.
13:40:07 #8 33.30 Preparing to unpack .../203-libconst-fast-perl_0.014-1.1_all.deb ...
13:40:07 #8 33.31 Unpacking libconst-fast-perl (0.014-1.1) ...
13:40:07 #8 33.34 Selecting previously unselected package libwant-perl.
13:40:07 #8 33.34 Preparing to unpack .../204-libwant-perl_0.29-1+b6_arm64.deb ...
13:40:07 #8 33.35 Unpacking libwant-perl (0.29-1+b6) ...
13:40:07 #8 33.38 Selecting previously unselected package libcontextual-return-perl.
13:40:07 #20 2.829 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/armhf/APKINDEX.tar.gz
13:40:07 #20 2.969 (1/14) Installing musl (1.2.2-r7)
13:40:07 #9 19.69 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
13:40:07 #9 19.75 Selecting previously unselected package libx11-data.
13:40:07 #9 19.75 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
13:40:07 #9 19.76 Unpacking libx11-data (2:1.7.5-1) ...
13:40:07 #9 19.84 Selecting previously unselected package libx11-6:amd64.
13:40:07 #9 19.84 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_amd64.deb ...
13:40:07 #9 19.85 Unpacking libx11-6:amd64 (2:1.7.5-1) ...
13:40:07 #9 19.91 Selecting previously unselected package libxext6:amd64.
13:40:07 #9 19.91 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_amd64.deb ...
13:40:07 #9 19.92 Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
13:40:07 #8 1.174 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:40:07 #8 1.174 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:40:07 #8 1.174 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:40:07 #10 19.23 (2/91): desktop-file-utils-0.23-8.el8.aarch64.r 332 kB/s |  79 kB     00:00    
13:40:07 #10 19.23 (3/91): dwz-0.12-10.el8.aarch64.rpm             428 kB/s | 103 kB     00:00    
13:40:07 #10 19.24 (4/91): gc-7.6.4-3.el8.aarch64.rpm              8.4 MB/s |  99 kB     00:00    
13:40:07 #10 19.24 (5/91): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  1.3 MB/s | 9.3 kB     00:00    
13:40:07 #10 19.25 (6/91): go-srpm-macros-2-17.el8.noarch.rpm      2.1 MB/s |  13 kB     00:00    
13:40:07 #10 19.37 (7/91): gdb-headless-8.2-18.el8.aarch64.rpm      22 MB/s | 3.1 MB     00:00    
13:40:07 #10 19.39 (8/91): libatomic_ops-7.6.2-3.el8.aarch64.rpm   2.5 MB/s |  38 kB     00:00    
13:40:07 #10 19.39 (9/91): ocaml-srpm-macros-5-4.el8.noarch.rpm    1.2 MB/s | 9.4 kB     00:00    
13:40:07 #10 19.40 (10/91): openblas-srpm-macros-2-2.el8.noarch.rp 1.4 MB/s | 7.9 kB     00:00    
13:40:07 #10 19.47 (11/91): guile-2.0.14-7.el8.aarch64.rpm          16 MB/s | 3.5 MB     00:00    
13:40:07 #8 9.687 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgdbm-compat4 armhf 1.14.1-6 [5764 B]
13:40:07 #8 9.700 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libperl5.26 armhf 5.26.1-6ubuntu0.5 [2889 kB]
13:40:07 #8 9.829 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf perl armhf 5.26.1-6ubuntu0.5 [201 kB]
13:40:07 #9 24.50 Preparing to unpack .../075-linux-libc-dev_5.4.0-109.123_arm64.deb ...
13:40:07 #9 24.51 Unpacking linux-libc-dev:arm64 (5.4.0-109.123) ...
13:40:07 #9 24.65 Selecting previously unselected package libcrypt-dev:arm64.
13:40:07 #9 24.66 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_arm64.deb ...
13:40:07 #9 24.66 Unpacking libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ...
13:40:07 #9 24.71 Selecting previously unselected package libc6-dev:arm64.
13:40:07 #9 24.71 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.7_arm64.deb ...
13:40:07 #9 24.71 Unpacking libc6-dev:arm64 (2.31-0ubuntu9.7) ...
13:40:07 #8 17.53 Unpacking libmagic-mgc (1:5.39-3) ...
13:40:07 #8 17.66 Selecting previously unselected package libmagic1:amd64.
13:40:07 #8 17.66 Preparing to unpack .../008-libmagic1_1%3a5.39-3_amd64.deb ...
13:40:07 #8 17.67 Unpacking libmagic1:amd64 (1:5.39-3) ...
13:40:07 #8 17.73 Selecting previously unselected package file.
13:40:07 #8 17.73 Preparing to unpack .../009-file_1%3a5.39-3_amd64.deb ...
13:40:07 #8 17.74 Unpacking file (1:5.39-3) ...
13:40:07 #8 17.77 Selecting previously unselected package gettext-base.
13:40:07 #8 17.78 Preparing to unpack .../010-gettext-base_0.21-4_amd64.deb ...
13:40:07 #8 17.78 Unpacking gettext-base (0.21-4) ...
13:40:07 #8 17.88 Selecting previously unselected package manpages.
13:40:07 #8 17.88 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
13:40:07 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 10.1s
13:40:07 #9 19.72 Selecting previously unselected package libgdbm-compat4:amd64.
13:40:07 #9 19.72 Preparing to unpack .../008-libgdbm-compat4_1.19-2_amd64.deb ...
13:40:07 #9 19.73 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
13:40:07 #9 ...
13:40:07 
13:40:07 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:07 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:07 #14 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 7.5s done
13:40:07 #14 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:07 #14 DONE 25.3s
13:40:07 
13:40:07 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:07 #9 sha256:7fd49663945227bd005b6d3026447bb351fab5b03c0a1f7750ee1202fce83e98
13:40:07 #9 19.77 Selecting previously unselected package libperl5.32:amd64.
13:40:07 #9 19.77 Preparing to unpack .../009-libperl5.32_5.32.1-3ubuntu3_amd64.deb ...
13:40:07 #9 19.77 Unpacking libperl5.32:amd64 (5.32.1-3ubuntu3) ...
13:40:07 #8 34.67 Preparing to unpack .../196-libfile-fcntllock-perl_0.22-3build2_arm64.deb ...
13:40:07 #8 34.67 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
13:40:07 #8 34.70 Selecting previously unselected package libhttp-date-perl.
13:40:07 #8 34.70 Preparing to unpack .../197-libhttp-date-perl_6.02-1_all.deb ...
13:40:07 #8 34.71 Unpacking libhttp-date-perl (6.02-1) ...
13:40:07 #8 34.74 Selecting previously unselected package libfile-listing-perl.
13:40:07 #8 34.75 Preparing to unpack .../198-libfile-listing-perl_6.04-1_all.deb ...
13:40:07 #8 34.75 Unpacking libfile-listing-perl (6.04-1) ...
13:40:07 #8 34.78 Selecting previously unselected package libfont-afm-perl.
13:40:07 #8 34.79 Preparing to unpack .../199-libfont-afm-perl_1.20-2_all.deb ...
13:40:07 #8 34.79 Unpacking libfont-afm-perl (1.20-2) ...
13:40:07 #8 34.83 Selecting previously unselected package libio-stringy-perl.
13:40:07 #8 34.83 Preparing to unpack .../200-libio-stringy-perl_2.111-2_all.deb ...
13:40:07 #8 34.84 Unpacking libio-stringy-perl (2.111-2) ...
13:40:07 #8 34.88 Selecting previously unselected package libparams-validate-perl.
13:40:07 #8 34.88 Preparing to unpack .../201-libparams-validate-perl_1.29-1_arm64.deb ...
13:40:07 #8 34.89 Unpacking libparams-validate-perl (1.29-1) ...
13:40:07 #8 34.92 Selecting previously unselected package libsub-exporter-perl.
13:40:07 #8 34.92 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
13:40:07 #8 34.96 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:07 #8 35.00 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:07 #8 19.80 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.7) ...
13:40:07 #8 19.81 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.7) ...
13:40:07 #8 19.83 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ...
13:40:07 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 0.1s
13:40:07 #9 24.29 Get:320 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libref-util-xs-perl arm64 0.117-1build3 [11.6 kB]
13:40:07 #9 24.29 Get:321 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libregexp-pattern-license-perl all 3.4.0-1 [49.4 kB]
13:40:07 #9 24.30 Get:322 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
13:40:07 #9 24.30 Get:323 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2.1ubuntu0.1 [52.1 kB]
13:40:07 #9 24.30 Get:324 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsereal-decoder-perl arm64 4.018+ds-1build1 [90.5 kB]
13:40:07 #9 24.36 Get:325 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsereal-encoder-perl arm64 4.018+ds-1build1 [92.7 kB]
13:40:07 #9 24.37 Get:326 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsort-key-perl arm64 1.33-2build4 [36.0 kB]
13:40:07 #9 24.37 Get:327 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libstring-copyright-perl all 0.003006-1 [9608 B]
13:40:07 #9 24.37 Get:328 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:40:07 #9 24.44 Get:329 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:40:07 #9 24.44 Get:330 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libterm-readkey-perl arm64 2.38-1build2 [24.0 kB]
13:40:07 #9 24.44 Get:331 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtext-levenshteinxs-perl arm64 0.03-4build9 [8486 B]
13:40:07 #9 24.44 Get:332 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtext-markdown-discount-perl arm64 0.12-1build2 [12.4 kB]
13:40:07 #9 24.44 Get:333 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtext-xslate-perl arm64 3.5.8-1build2 [179 kB]
13:40:07 #9 24.46 Get:334 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
13:40:07 #9 24.51 Get:335 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtime-moment-perl arm64 0.44-1build4 [70.0 kB]
13:40:07 #9 24.52 Get:336 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtype-tiny-xs-perl arm64 0.022-1 [23.2 kB]
13:40:07 #9 24.52 Get:337 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libunicode-utf8-perl arm64 0.62-1build2 [17.7 kB]
13:40:07 #9 24.52 Get:338 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
13:40:07 #9 24.59 Get:339 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
13:40:07 #9 24.92 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_arm64.deb ...
13:40:07 #9 24.92 Unpacking libmpfr6:arm64 (4.1.0-3build3) ...
13:40:07 #9 24.96 Selecting previously unselected package libmpc3:arm64.
13:40:07 #9 24.97 Preparing to unpack .../073-libmpc3_1.2.1-2build1_arm64.deb ...
13:40:07 #9 24.97 Unpacking libmpc3:arm64 (1.2.1-2build1) ...
13:40:07 #9 25.00 Selecting previously unselected package cpp-11.
13:40:07 #9 25.00 Preparing to unpack .../074-cpp-11_11.2.0-19ubuntu1_arm64.deb ...
13:40:07 #9 25.01 Unpacking cpp-11 (11.2.0-19ubuntu1) ...
13:40:07 #9 25.18 Selecting previously unselected package cpp.
13:40:07 #21 DONE 48.6s
13:40:07 
13:40:07 #24 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:40:07 #8 20.60 Selecting previously unselected package autopoint.
13:40:07 #8 20.61 Preparing to unpack .../026-autopoint_0.19.8.1-9_all.deb ...
13:40:07 #8 20.61 Unpacking autopoint (0.19.8.1-9) ...
13:40:07 #8 20.65 Selecting previously unselected package binutils-common:amd64.
13:40:07 #8 20.65 Preparing to unpack .../027-binutils-common_2.31.1-16_amd64.deb ...
13:40:07 #8 20.66 Unpacking binutils-common:amd64 (2.31.1-16) ...
13:40:07 #8 34.60 Preparing to unpack .../213-libfont-afm-perl_1.20-2_all.deb ...
13:40:07 #8 34.61 Unpacking libfont-afm-perl (1.20-2) ...
13:40:07 #8 34.65 Selecting previously unselected package libfribidi0:arm64.
13:40:07 #8 34.65 Preparing to unpack .../214-libfribidi0_1.0.5-3.1+deb10u1_arm64.deb ...
13:40:07 #8 34.66 Unpacking libfribidi0:arm64 (1.0.5-3.1+deb10u1) ...
13:40:07 #8 34.69 Selecting previously unselected package libfuture-perl.
13:40:07 #8 34.69 Preparing to unpack .../215-libfuture-perl_0.39-1_all.deb ...
13:40:07 #8 34.69 Unpacking libfuture-perl (0.39-1) ...
13:40:07 #8 34.73 Selecting previously unselected package libio-stringy-perl.
13:40:07 #8 34.73 Preparing to unpack .../216-libio-stringy-perl_2.111-3_all.deb ...
13:40:07 #8 34.74 Unpacking libio-stringy-perl (2.111-3) ...
13:40:07 #8 34.77 Selecting previously unselected package libparams-validate-perl.
13:40:07 #8 34.77 Preparing to unpack .../217-libparams-validate-perl_1.29-1+b1_arm64.deb ...
13:40:07 #8 34.78 Unpacking libparams-validate-perl (1.29-1+b1) ...
13:40:07 #8 34.82 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:07 #8 34.82 Preparing to unpack .../218-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
13:40:07 #8 34.82 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
13:40:07 #8 34.85 Selecting previously unselected package libsort-versions-perl.
13:40:07 #8 34.86 Preparing to unpack .../219-libsort-versions-perl_1.62-1_all.deb ...
13:40:07 #8 34.86 Unpacking libsort-versions-perl (1.62-1) ...
13:40:07 #8 34.95 Selecting previously unselected package libgit-wrapper-perl.
13:40:07 #8 34.95 Preparing to unpack .../220-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:07 #8 34.96 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:07 #8 33.39 Preparing to unpack .../205-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:07 #8 33.39 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:07 #8 33.43 Selecting previously unselected package libconvert-binhex-perl.
13:40:07 #8 33.43 Preparing to unpack .../206-libconvert-binhex-perl_1.125-1_all.deb ...
13:40:07 #8 33.43 Unpacking libconvert-binhex-perl (1.125-1) ...
13:40:07 #8 33.47 Selecting previously unselected package libcpanel-json-xs-perl.
13:40:07 #8 33.47 Preparing to unpack .../207-libcpanel-json-xs-perl_4.25-1+b1_arm64.deb ...
13:40:07 #8 33.47 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
13:40:07 #8 33.52 Selecting previously unselected package libdevel-stacktrace-perl.
13:40:07 #8 33.52 Preparing to unpack .../208-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:40:07 #8 33.53 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:40:07 #8 33.56 Selecting previously unselected package libexception-class-perl.
13:40:07 #8 33.56 Preparing to unpack .../209-libexception-class-perl_1.44-1_all.deb ...
13:40:07 #8 33.56 Unpacking libexception-class-perl (1.44-1) ...
13:40:07 #8 33.60 Selecting previously unselected package libiterator-perl.
13:40:07 #8 33.60 Preparing to unpack .../210-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:40:07 #8 33.60 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:40:07 #8 33.64 Selecting previously unselected package libiterator-util-perl.
13:40:07 #20 2.982 (2/14) Installing libgcc (10.3.1_git20211027-r0)
13:40:07 #20 2.986 (3/14) Installing libstdc++ (10.3.1_git20211027-r0)
13:40:07 #20 2.998 (4/14) Installing zlib (1.2.12-r1)
13:40:07 #20 3.005 (5/14) Installing binutils (2.37-r3)
13:40:07 #20 3.065 (6/14) Installing libgomp (10.3.1_git20211027-r0)
13:40:07 #20 3.072 (7/14) Installing libatomic (10.3.1_git20211027-r0)
13:40:07 #20 3.075 (8/14) Installing libgphobos (10.3.1_git20211027-r0)
13:40:07 #20 3.111 (9/14) Installing gmp (6.2.1-r1)
13:40:07 #20 3.119 (10/14) Installing isl22 (0.22-r0)
13:40:07 #20 3.133 (11/14) Installing mpfr4 (4.1.0-r0)
13:40:07 #20 3.142 (12/14) Installing mpc1 (1.2.1-r0)
13:40:07 #20 3.146 (13/14) Installing gcc (10.3.1_git20211027-r0)
13:40:07 #9 19.95 Selecting previously unselected package libxmuu1:amd64.
13:40:07 #9 19.95 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_amd64.deb ...
13:40:07 #9 19.96 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
13:40:07 #9 20.00 Selecting previously unselected package man-db.
13:40:07 #9 20.01 Preparing to unpack .../044-man-db_2.10.2-1_amd64.deb ...
13:40:07 #9 20.01 Unpacking man-db (2.10.2-1) ...
13:40:07 #9 20.08 Selecting previously unselected package manpages.
13:40:07 #9 20.08 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
13:40:07 #9 20.09 Unpacking manpages (5.10-1ubuntu1) ...
13:40:07 #8 1.364 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:40:07 #10 19.47 (12/91): perl-Digest-1.17-395.el8.noarch.rpm    363 kB/s |  27 kB     00:00    
13:40:07 #10 19.48 (13/91): perl-Digest-MD5-2.55-396.el8.aarch64.r 5.0 MB/s |  37 kB     00:00    
13:40:07 #10 19.48 (14/91): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 6.2 MB/s |  47 kB     00:00    
13:40:07 #10 19.49 (15/91): perl-Mozilla-CA-20160104-7.module_el8. 2.3 MB/s |  15 kB     00:00    
13:40:07 #10 19.56 (16/91): glibc-gconv-extra-2.28-189.el8.aarch64 5.5 MB/s | 1.8 MB     00:00    
13:40:07 #10 19.60 (17/91): perl-IO-Socket-SSL-2.066-4.module_el8. 2.5 MB/s | 298 kB     00:00    
13:40:07 #10 19.60 (18/91): perl-URI-1.73-3.el8.noarch.rpm         2.5 MB/s | 116 kB     00:00    
13:40:07 #10 19.63 (19/91): perl-Net-SSLeay-1.88-1.module_el8.4.0+ 2.6 MB/s | 372 kB     00:00    
13:40:07 #10 19.63 (20/91): perl-srpm-macros-1-25.el8.noarch.rpm   363 kB/s |  11 kB     00:00    
13:40:07 #10 19.64 (21/91): perl-libnet-3.11-3.el8.noarch.rpm      3.0 MB/s | 121 kB     00:00    
13:40:07 #10 19.64 (22/91): python-rpm-macros-3-41.el8.noarch.rpm  1.5 MB/s |  15 kB     00:00    
13:40:07 #10 19.64 (23/91): python-srpm-macros-3-41.el8.noarch.rpm 1.4 MB/s |  15 kB     00:00    
13:40:07 #10 19.65 (24/91): python3-rpm-macros-3-41.el8.noarch.rpm 1.5 MB/s |  14 kB     00:00    
13:40:07 #10 19.65 (25/91): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 1.1 MB/s |  11 kB     00:00    
13:40:07 #10 19.65 (26/91): redhat-rpm-config-127-1.el8.noarch.rpm 8.5 MB/s |  88 kB     00:00    
13:40:07 #10 19.66 (27/91): rpm-build-4.14.3-23.el8.aarch64.rpm     12 MB/s | 173 kB     00:00    
13:40:07 #10 19.66 (28/91): rust-srpm-macros-5-2.el8.noarch.rpm    903 kB/s | 9.2 kB     00:00    
13:40:07 #10 19.71 (29/91): zstd-1.4.4-1.el8.aarch64.rpm           5.8 MB/s | 303 kB     00:00    
13:40:07 #10 19.72 (30/91): bzip2-1.0.6-26.el8.aarch64.rpm         6.1 MB/s |  60 kB     00:00    
13:40:07 #10 19.76 (31/91): cpio-2.12-11.el8.aarch64.rpm           6.5 MB/s | 260 kB     00:00    
13:40:07 #10 19.83 (32/91): diffutils-3.6-6.el8.aarch64.rpm        5.2 MB/s | 352 kB     00:00    
13:40:07 #8 9.863 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf openssl armhf 1.1.1-1ubuntu2.1~18.04.15 [589 kB]
13:40:07 #8 9.875 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf ca-certificates all 20210119~18.04.2 [145 kB]
13:40:07 #8 9.885 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf distro-info-data all 0.37ubuntu0.14 [4660 B]
13:40:07 #8 9.885 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libmagic-mgc armhf 1:5.32-2ubuntu0.4 [184 kB]
13:40:07 #8 9.893 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libmagic1 armhf 1:5.32-2ubuntu0.4 [62.9 kB]
13:40:07 #8 9.893 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf file armhf 1:5.32-2ubuntu0.4 [21.5 kB]
13:40:07 #8 9.901 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf less armhf 487-0.1 [104 kB]
13:40:07 #8 9.901 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libapt-inst2.0 armhf 1.6.14 [54.2 kB]
13:40:07 #8 9.915 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libglib2.0-0 armhf 2.56.4-0ubuntu0.18.04.9 [1017 kB]
13:40:07 #8 10.01 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libglib2.0-data all 2.56.4-0ubuntu0.18.04.9 [4728 B]
13:40:07 #8 10.01 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libicu60 armhf 60.2-3ubuntu3.2 [7802 kB]
13:40:07 #9 24.97 Selecting previously unselected package gcc-9-base:arm64.
13:40:07 #9 24.98 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:40:07 #9 24.98 Unpacking gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:07 #9 25.04 Selecting previously unselected package libisl22:arm64.
13:40:07 #9 25.04 Preparing to unpack .../079-libisl22_0.22.1-1_arm64.deb ...
13:40:07 #9 25.05 Unpacking libisl22:arm64 (0.22.1-1) ...
13:40:07 #9 17.98 Selecting previously unselected package libicu66:amd64.
13:40:07 #9 17.98 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_amd64.deb ...
13:40:07 #9 17.98 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
13:40:07 #9 ...
13:40:07 
13:40:07 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:07 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:07 #14 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 4.1s done
13:40:07 #14 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 9.1s
13:40:08 #8 17.88 Unpacking manpages (5.10-1) ...
13:40:08 #8 18.07 Selecting previously unselected package libmd0:amd64.
13:40:08 #8 18.07 Preparing to unpack .../012-libmd0_1.0.3-3_amd64.deb ...
13:40:08 #8 18.08 Unpacking libmd0:amd64 (1.0.3-3) ...
13:40:08 #8 18.12 Selecting previously unselected package libbsd0:amd64.
13:40:08 #8 18.12 Preparing to unpack .../013-libbsd0_0.11.3-1_amd64.deb ...
13:40:08 #8 18.13 Unpacking libbsd0:amd64 (0.11.3-1) ...
13:40:08 #8 ...
13:40:08 
13:40:08 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:08 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:08 #13 extracting sha256:21b2aacb9bcb4d68740f7db755d0f604b9fef7abff0ce0f0fd759266d43c6002 4.1s done
13:40:08 #13 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 8.6s
13:40:08 #9 20.09 Selecting previously unselected package perl.
13:40:08 #8 35.01 Preparing to unpack .../203-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
13:40:08 #8 35.01 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
13:40:08 #8 35.05 Selecting previously unselected package libsort-versions-perl.
13:40:08 #8 35.05 Preparing to unpack .../204-libsort-versions-perl_1.62-1_all.deb ...
13:40:08 #8 35.05 Unpacking libsort-versions-perl (1.62-1) ...
13:40:08 #8 35.08 Selecting previously unselected package libgit-wrapper-perl.
13:40:08 #8 35.09 Preparing to unpack .../205-libgit-wrapper-perl_0.047-1_all.deb ...
13:40:08 #8 35.09 Unpacking libgit-wrapper-perl (0.047-1) ...
13:40:08 #8 35.13 Selecting previously unselected package libio-html-perl.
13:40:08 #8 35.13 Preparing to unpack .../206-libio-html-perl_1.001-1_all.deb ...
13:40:08 #8 35.14 Unpacking libio-html-perl (1.001-1) ...
13:40:08 #8 35.17 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:08 #8 35.17 Preparing to unpack .../207-liblwp-mediatypes-perl_6.02-1_all.deb ...
13:40:08 #8 35.17 Unpacking liblwp-mediatypes-perl (6.02-1) ...
13:40:08 #8 35.21 Selecting previously unselected package libhttp-message-perl.
13:40:08 #8 35.21 Preparing to unpack .../208-libhttp-message-perl_6.14-1_all.deb ...
13:40:08 #8 35.21 Unpacking libhttp-message-perl (6.14-1) ...
13:40:08 #8 35.25 Selecting previously unselected package libhtml-form-perl.
13:40:08 #13 ...
13:40:08 
13:40:08 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:28b9dc0abb696ff2daf017e525ecf914b56b6eb61a4080433070422f1345d340
13:40:08 #7 sha256:017fdb17af965d3314696cc70dbbbf08a6a16b62934847bdbabdc4331b64f88f
13:40:08 #7 extracting sha256:91c547d1020c9b2158276d290186fed0642bd17d72252fd228c06e0c8e13e190 1.9s done
13:40:08 #7 extracting sha256:d58f005c4a5c46562e418b9dc67f26f9849b2734ce93fc9806c490721e17d748 0.0s done
13:40:08 #7 DONE 21.2s
13:40:08 
13:40:08 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:08 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:08 #9 24.59 Get:340 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:40:08 #9 24.59 Get:341 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2build1 [301 kB]
13:40:08 #9 24.62 Get:342 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-parser-perl arm64 2.46-2 [190 kB]
13:40:08 #9 24.63 Get:343 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:40:08 #9 24.63 Get:344 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libyaml-libyaml-perl arm64 0.82+repack-1build1 [26.6 kB]
13:40:08 #9 24.66 Get:345 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 licensecheck all 3.1.1-2 [36.7 kB]
13:40:08 #9 24.66 Get:346 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevel-size-perl arm64 0.83-1build3 [20.5 kB]
13:40:08 #9 24.67 Get:347 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
13:40:08 #9 24.67 Get:348 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 lzip arm64 1.22-3 [77.1 kB]
13:40:08 #9 24.74 Get:349 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 lzop arm64 1.04-2build1 [84.0 kB]
13:40:08 #9 24.74 Get:350 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 t1utils arm64 1.41-4build1 [61.4 kB]
13:40:08 #9 24.74 Get:351 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 unzip arm64 6.0-26ubuntu1 [160 kB]
13:40:08 #9 24.75 Get:352 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 lintian all 2.104.0ubuntu3.1 [969 kB]
13:40:08 #9 24.79 Get:353 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
13:40:08 #9 25.18 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_arm64.deb ...
13:40:08 #9 25.18 Unpacking cpp (4:11.2.0-1ubuntu1) ...
13:40:08 #9 25.22 Selecting previously unselected package libcc1-0:arm64.
13:40:08 #9 25.22 Preparing to unpack .../076-libcc1-0_12-20220319-1ubuntu1_arm64.deb ...
13:40:08 #9 25.22 Unpacking libcc1-0:arm64 (12-20220319-1ubuntu1) ...
13:40:08 #9 25.26 Selecting previously unselected package libgomp1:arm64.
13:40:08 #9 25.26 Preparing to unpack .../077-libgomp1_12-20220319-1ubuntu1_arm64.deb ...
13:40:08 #9 25.27 Unpacking libgomp1:arm64 (12-20220319-1ubuntu1) ...
13:40:08 #9 25.31 Selecting previously unselected package libitm1:arm64.
13:40:08 #9 25.32 Preparing to unpack .../078-libitm1_12-20220319-1ubuntu1_arm64.deb ...
13:40:08 #9 25.32 Unpacking libitm1:arm64 (12-20220319-1ubuntu1) ...
13:40:08 #9 25.36 Selecting previously unselected package libatomic1:arm64.
13:40:08 #9 25.37 Preparing to unpack .../079-libatomic1_12-20220319-1ubuntu1_arm64.deb ...
13:40:08 #9 25.37 Unpacking libatomic1:arm64 (12-20220319-1ubuntu1) ...
13:40:08 #9 25.41 Selecting previously unselected package libasan6:arm64.
13:40:08 #9 25.41 Preparing to unpack .../080-libasan6_11.2.0-19ubuntu1_arm64.deb ...
13:40:08 #9 25.41 Unpacking libasan6:arm64 (11.2.0-19ubuntu1) ...
13:40:08 #24 ...
13:40:08 
13:40:08 #29 [binary-base 1/7] COPY --from=tini          /build/ /usr/local/bin/
13:40:08 #29 DONE 0.2s
13:40:08 
13:40:08 #30 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:40:08 #30 DONE 0.2s
13:40:08 
13:40:08 #31 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:40:08 #8 35.00 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:08 #8 35.00 Preparing to unpack .../221-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:40:08 #8 35.00 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:40:08 #8 35.03 Selecting previously unselected package libio-prompter-perl.
13:40:08 #8 35.03 Preparing to unpack .../222-libio-prompter-perl_0.004015-1_all.deb ...
13:40:08 #8 35.04 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:08 #8 35.07 Selecting previously unselected package libjson-perl.
13:40:08 #8 35.07 Preparing to unpack .../223-libjson-perl_4.02000-1_all.deb ...
13:40:08 #8 35.08 Unpacking libjson-perl (4.02000-1) ...
13:40:08 #8 35.11 Selecting previously unselected package liblog-any-perl.
13:40:08 #8 35.11 Preparing to unpack .../224-liblog-any-perl_1.707-1_all.deb ...
13:40:08 #8 35.12 Unpacking liblog-any-perl (1.707-1) ...
13:40:08 #8 35.15 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:08 #8 35.16 Preparing to unpack .../225-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:40:08 #8 35.16 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:40:08 #8 35.19 Selecting previously unselected package libpackage-stash-perl.
13:40:08 #8 33.64 Preparing to unpack .../211-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:40:08 #8 33.65 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:40:08 #8 33.68 Selecting previously unselected package libexporter-tiny-perl.
13:40:08 #8 33.68 Preparing to unpack .../212-libexporter-tiny-perl_1.002002-1_all.deb ...
13:40:08 #8 33.69 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:40:08 #8 33.72 Selecting previously unselected package liblist-moreutils-xs-perl.
13:40:08 #8 33.72 Preparing to unpack .../213-liblist-moreutils-xs-perl_0.430-2_arm64.deb ...
13:40:08 #8 33.73 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
13:40:08 #8 33.77 Selecting previously unselected package liblist-moreutils-perl.
13:40:08 #8 33.77 Preparing to unpack .../214-liblist-moreutils-perl_0.430-2_all.deb ...
13:40:08 #8 33.77 Unpacking liblist-moreutils-perl (0.430-2) ...
13:40:08 #8 33.80 Selecting previously unselected package libdata-dpath-perl.
13:40:08 #8 33.81 Preparing to unpack .../215-libdata-dpath-perl_0.58-1_all.deb ...
13:40:08 #8 33.81 Unpacking libdata-dpath-perl (0.58-1) ...
13:40:08 #8 33.84 Selecting previously unselected package libdata-dump-perl.
13:40:08 #8 33.85 Preparing to unpack .../216-libdata-dump-perl_1.23-1.1_all.deb ...
13:40:08 #8 33.85 Unpacking libdata-dump-perl (1.23-1.1) ...
13:40:08 #8 33.89 Selecting previously unselected package libdata-messagepack-perl.
13:40:08 #8 33.89 Preparing to unpack .../217-libdata-messagepack-perl_1.00-4+b1_arm64.deb ...
13:40:08 #8 33.89 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
13:40:08 #8 33.93 Selecting previously unselected package libnet-domain-tld-perl.
13:40:08 #8 33.93 Preparing to unpack .../218-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:40:08 #8 33.94 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:40:08 #8 33.98 Selecting previously unselected package libdata-validate-domain-perl.
13:40:08 #8 33.98 Preparing to unpack .../219-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:40:08 #8 33.98 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:40:08 #8 34.02 Selecting previously unselected package libdevel-size-perl.
13:40:08 #9 20.28 Selecting previously unselected package openssh-client.
13:40:08 #9 20.29 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3_amd64.deb ...
13:40:08 #9 20.30 Unpacking openssh-client (1:8.9p1-3) ...
13:40:08 #9 20.39 Selecting previously unselected package publicsuffix.
13:40:08 #9 20.39 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
13:40:08 #9 20.39 Unpacking publicsuffix (20211207.1025-1) ...
13:40:08 #9 20.44 Selecting previously unselected package libunwind8:amd64.
13:40:08 #9 20.44 Preparing to unpack .../048-libunwind8_1.3.2-2build2_amd64.deb ...
13:40:08 #9 20.45 Unpacking libunwind8:amd64 (1.3.2-2build2) ...
13:40:08 #9 20.48 Selecting previously unselected package strace.
13:40:08 #9 20.48 Preparing to unpack .../049-strace_5.16-0ubuntu3_amd64.deb ...
13:40:08 #9 20.49 Unpacking strace (5.16-0ubuntu3) ...
13:40:08 #8 21.05 Selecting previously unselected package libbinutils:amd64.
13:40:08 #8 21.05 Preparing to unpack .../028-libbinutils_2.31.1-16_amd64.deb ...
13:40:08 #8 21.05 Unpacking libbinutils:amd64 (2.31.1-16) ...
13:40:08 #10 19.84 (33/91): dnf-plugins-core-4.0.21-11.el8.noarch. 7.6 MB/s |  71 kB     00:00    
13:40:08 #10 19.92 (34/91): binutils-2.30-114.el8.aarch64.rpm       24 MB/s | 6.1 MB     00:00    
13:40:08 #10 19.95 (35/91): elfutils-0.186-1.el8.aarch64.rpm       4.6 MB/s | 527 kB     00:00    
13:40:08 #10 19.95 (36/91): elfutils-debuginfod-client-0.186-1.el8 1.9 MB/s |  70 kB     00:00    
13:40:08 #10 19.96 (37/91): emacs-filesystem-26.1-7.el8.noarch.rpm 7.0 MB/s |  70 kB     00:00    
13:40:08 #10 19.97 (38/91): file-5.33-20.el8.aarch64.rpm           7.8 MB/s |  77 kB     00:00    
13:40:08 #10 19.98 (39/91): libbabeltrace-1.5.4-4.el8.aarch64.rpm   19 MB/s | 189 kB     00:00    
13:40:08 #10 20.02 (40/91): libpkgconf-1.4.2-1.el8.aarch64.rpm     849 kB/s |  34 kB     00:00    
13:40:08 #10 20.02 (41/91): libtool-ltdl-2.4.6-25.el8.aarch64.rpm  6.6 MB/s |  57 kB     00:00    
13:40:08 #10 20.07 (42/91): groff-base-1.22.3-18.el8.aarch64.rpm   9.2 MB/s | 989 kB     00:00    
13:40:08 #9 25.13 Selecting previously unselected package libmpfr6:arm64.
13:40:08 #9 25.13 Preparing to unpack .../080-libmpfr6_4.0.2-1_arm64.deb ...
13:40:08 #9 25.14 Unpacking libmpfr6:arm64 (4.0.2-1) ...
13:40:08 #9 25.22 Selecting previously unselected package libmpc3:arm64.
13:40:08 #9 25.22 Preparing to unpack .../081-libmpc3_1.1.0-1_arm64.deb ...
13:40:08 #9 25.22 Unpacking libmpc3:arm64 (1.1.0-1) ...
13:40:08 #9 25.26 Selecting previously unselected package cpp-9.
13:40:08 #9 25.26 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:40:08 #9 25.26 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:08 #14 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 8.9s done
13:40:08 #14 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc
13:40:08 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 5.1s
13:40:08 #18 3.890 (12/22) Installing clang (12.0.1-r1)
13:40:08 #13 ...
13:40:08 
13:40:08 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:08 #8 sha256:e77cf47aa692d040705dba42b3c67690b4ff6d745a8c33b78bbb347a24d43d2d
13:40:08 #8 18.18 Selecting previously unselected package libedit2:amd64.
13:40:08 #8 18.18 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_amd64.deb ...
13:40:08 #8 18.19 Unpacking libedit2:amd64 (3.1-20191231-2+b1) ...
13:40:08 #8 18.24 Selecting previously unselected package libcbor0:amd64.
13:40:08 #8 18.24 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_amd64.deb ...
13:40:08 #8 18.25 Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ...
13:40:08 #8 18.28 Selecting previously unselected package libfido2-1:amd64.
13:40:08 #8 18.28 Preparing to unpack .../016-libfido2-1_1.6.0-2_amd64.deb ...
13:40:08 #8 18.29 Unpacking libfido2-1:amd64 (1.6.0-2) ...
13:40:08 #8 18.33 Selecting previously unselected package openssh-client.
13:40:08 #8 18.33 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5_amd64.deb ...
13:40:08 #8 18.35 Unpacking openssh-client (1:8.4p1-5) ...
13:40:08 #9 20.09 Preparing to unpack .../010-perl_5.32.1-3ubuntu3_amd64.deb ...
13:40:08 #9 20.10 Unpacking perl (5.32.1-3ubuntu3) ...
13:40:08 #9 20.16 Selecting previously unselected package openssl.
13:40:08 #9 20.16 Preparing to unpack .../011-openssl_1.1.1l-1ubuntu1.2_amd64.deb ...
13:40:08 #9 20.17 Unpacking openssl (1.1.1l-1ubuntu1.2) ...
13:40:08 #9 20.26 Selecting previously unselected package ca-certificates.
13:40:08 #9 20.26 Preparing to unpack .../012-ca-certificates_20210119ubuntu1_all.deb ...
13:40:08 #9 20.27 Unpacking ca-certificates (20210119ubuntu1) ...
13:40:08 #8 35.25 Preparing to unpack .../209-libhtml-form-perl_6.03-1_all.deb ...
13:40:08 #8 35.25 Unpacking libhtml-form-perl (6.03-1) ...
13:40:08 #8 35.29 Selecting previously unselected package libhtml-tree-perl.
13:40:08 #8 35.29 Preparing to unpack .../210-libhtml-tree-perl_5.07-1_all.deb ...
13:40:08 #8 35.29 Unpacking libhtml-tree-perl (5.07-1) ...
13:40:08 #8 35.34 Selecting previously unselected package libhtml-format-perl.
13:40:08 #8 35.34 Preparing to unpack .../211-libhtml-format-perl_2.12-1_all.deb ...
13:40:08 #8 35.34 Unpacking libhtml-format-perl (2.12-1) ...
13:40:08 #8 35.37 Selecting previously unselected package libhttp-cookies-perl.
13:40:08 #8 35.38 Preparing to unpack .../212-libhttp-cookies-perl_6.04-1_all.deb ...
13:40:08 #8 35.38 Unpacking libhttp-cookies-perl (6.04-1) ...
13:40:08 #8 35.41 Selecting previously unselected package libhttp-daemon-perl.
13:40:08 #8 35.41 Preparing to unpack .../213-libhttp-daemon-perl_6.01-1_all.deb ...
13:40:08 #8 35.42 Unpacking libhttp-daemon-perl (6.01-1) ...
13:40:08 #8 35.45 Selecting previously unselected package libhttp-negotiate-perl.
13:40:08 #8 35.45 Preparing to unpack .../214-libhttp-negotiate-perl_6.00-2_all.deb ...
13:40:08 #8 35.46 Unpacking libhttp-negotiate-perl (6.00-2) ...
13:40:08 #8 35.49 Selecting previously unselected package libimport-into-perl.
13:40:08 #9 24.92 Get:354 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-certifi all 2020.6.20-1 [150 kB]
13:40:08 #9 24.92 Get:355 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-idna all 2.10-1 [35.2 kB]
13:40:08 #9 24.92 Get:356 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
13:40:08 #9 24.93 Get:357 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
13:40:08 #9 24.93 Get:358 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
13:40:08 #9 24.94 Get:359 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-xdg all 0.27-2 [36.9 kB]
13:40:08 #9 24.95 Get:360 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 equivs all 2.3.1 [19.0 kB]
13:40:08 #9 24.95 Get:361 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
13:40:08 #9 24.95 Get:362 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-magic all 2:0.4.20-3 [12.3 kB]
13:40:08 #9 25.13 debconf: delaying package configuration, since apt-utils is not installed
13:40:08 #9 25.16 Fetched 247 MB in 19s (12.7 MB/s)
13:40:08 #9 25.49 Selecting previously unselected package liblsan0:arm64.
13:40:08 #9 25.49 Preparing to unpack .../081-liblsan0_12-20220319-1ubuntu1_arm64.deb ...
13:40:08 #9 25.49 Unpacking liblsan0:arm64 (12-20220319-1ubuntu1) ...
13:40:08 #9 25.57 Selecting previously unselected package libtsan0:arm64.
13:40:08 #9 25.57 Preparing to unpack .../082-libtsan0_11.2.0-19ubuntu1_arm64.deb ...
13:40:08 #9 25.57 Unpacking libtsan0:arm64 (11.2.0-19ubuntu1) ...
13:40:08 #9 25.65 Selecting previously unselected package libubsan1:arm64.
13:40:08 #9 25.65 Preparing to unpack .../083-libubsan1_12-20220319-1ubuntu1_arm64.deb ...
13:40:08 #9 25.65 Unpacking libubsan1:arm64 (12-20220319-1ubuntu1) ...
13:40:08 #9 25.72 Selecting previously unselected package libhwasan0:arm64.
13:40:08 #31 0.211 + RM_GOPATH=0
13:40:08 #31 0.212 + TMP_GOPATH=
13:40:08 #31 0.212 + : /build
13:40:08 #31 0.212 + '[' -z '' ']'
13:40:08 #31 0.212 ++ mktemp -d
13:40:08 #31 0.216 + export GOPATH=/tmp/tmp.cOfNRJi0Pp
13:40:08 #31 0.216 + GOPATH=/tmp/tmp.cOfNRJi0Pp
13:40:08 #31 0.217 + RM_GOPATH=1
13:40:08 #31 0.217 + case "$(go env GOARCH)" in
13:40:08 #31 0.218 ++ go env GOARCH
13:40:08 #31 0.244 + export GO_BUILDMODE=-buildmode=pie
13:40:08 #31 0.244 + GO_BUILDMODE=-buildmode=pie
13:40:08 #31 0.245 ++ dirname /install.sh
13:40:08 #31 0.246 + dir=/
13:40:08 #31 0.246 + bin=runc
13:40:08 #31 0.246 + shift
13:40:08 #31 0.246 + '[' '!' -f //runc.installer ']'
13:40:08 #31 0.246 + . //runc.installer
13:40:08 #31 0.246 ++ set -e
13:40:08 #31 0.246 ++ : v1.1.1
13:40:08 #31 0.247 + install_runc
13:40:08 #31 0.247 + RUNC_BUILDTAGS=seccomp
13:40:08 #31 0.247 + echo 'Install runc version v1.1.1 (build tags: seccomp)'
13:40:08 #31 0.247 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.cOfNRJi0Pp/src/github.com/opencontainers/runc
13:40:08 #31 0.247 Install runc version v1.1.1 (build tags: seccomp)
13:40:08 #31 0.250 Cloning into '/tmp/tmp.cOfNRJi0Pp/src/github.com/opencontainers/runc'...
13:40:08 #8 20.48 Selecting previously unselected package python3-minimal.
13:40:08 #8 20.48 (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 ... 4322 files and directories currently installed.)
13:40:08 #8 20.48 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
13:40:08 #8 20.49 Unpacking python3-minimal (3.6.7-1~18.04) ...
13:40:08 #8 20.53 Selecting previously unselected package mime-support.
13:40:08 #8 20.53 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
13:40:08 #8 20.54 Unpacking mime-support (3.60ubuntu1) ...
13:40:08 #8 20.60 Selecting previously unselected package libmpdec2:amd64.
13:40:08 #8 20.60 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
13:40:08 #8 20.61 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
13:40:08 #8 20.66 Selecting previously unselected package readline-common.
13:40:08 #8 20.66 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
13:40:08 #8 35.19 Preparing to unpack .../226-libpackage-stash-perl_0.38-1_all.deb ...
13:40:08 #8 35.20 Unpacking libpackage-stash-perl (0.38-1) ...
13:40:08 #8 35.26 Selecting previously unselected package libsub-identify-perl.
13:40:08 #8 35.26 Preparing to unpack .../227-libsub-identify-perl_0.14-1+b1_arm64.deb ...
13:40:08 #8 35.27 Unpacking libsub-identify-perl (0.14-1+b1) ...
13:40:08 #8 35.30 Selecting previously unselected package libnamespace-clean-perl.
13:40:08 #8 35.30 Preparing to unpack .../228-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:08 #8 35.31 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:08 #8 35.33 Selecting previously unselected package libpath-tiny-perl.
13:40:08 #8 35.34 Preparing to unpack .../229-libpath-tiny-perl_0.108-1_all.deb ...
13:40:08 #8 35.34 Unpacking libpath-tiny-perl (0.108-1) ...
13:40:08 #8 35.38 Selecting previously unselected package libtype-tiny-perl.
13:40:08 #8 35.38 Preparing to unpack .../230-libtype-tiny-perl_1.004004-1_all.deb ...
13:40:08 #8 35.38 Unpacking libtype-tiny-perl (1.004004-1) ...
13:40:08 #8 35.43 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:08 #8 34.02 Preparing to unpack .../220-libdevel-size-perl_0.83-1+b2_arm64.deb ...
13:40:08 #8 34.02 Unpacking libdevel-size-perl (0.83-1+b2) ...
13:40:08 #8 34.06 Selecting previously unselected package libdistro-info-perl.
13:40:08 #8 34.06 Preparing to unpack .../221-libdistro-info-perl_1.0_all.deb ...
13:40:08 #8 34.06 Unpacking libdistro-info-perl (1.0) ...
13:40:08 #8 34.10 Selecting previously unselected package libemail-address-xs-perl.
13:40:08 #8 34.10 Preparing to unpack .../222-libemail-address-xs-perl_1.04-1+b3_arm64.deb ...
13:40:08 #8 34.10 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
13:40:08 #8 34.14 Selecting previously unselected package libfcgi0ldbl:arm64.
13:40:08 #8 34.14 Preparing to unpack .../223-libfcgi0ldbl_2.4.2-2_arm64.deb ...
13:40:08 #8 34.15 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
13:40:08 #8 34.18 Selecting previously unselected package libfcgi-bin.
13:40:08 #8 34.18 Preparing to unpack .../224-libfcgi-bin_2.4.2-2_arm64.deb ...
13:40:08 #8 34.18 Unpacking libfcgi-bin (2.4.2-2) ...
13:40:08 #8 34.21 Selecting previously unselected package libfcgi-perl:arm64.
13:40:08 #8 34.22 Preparing to unpack .../225-libfcgi-perl_0.79+ds-2_arm64.deb ...
13:40:08 #8 34.22 Unpacking libfcgi-perl:arm64 (0.79+ds-2) ...
13:40:08 #8 34.25 Selecting previously unselected package libipc-system-simple-perl.
13:40:08 #9 20.54 Selecting previously unselected package xauth.
13:40:08 #9 20.54 Preparing to unpack .../050-xauth_1%3a1.1-1build2_amd64.deb ...
13:40:08 #9 20.54 Unpacking xauth (1:1.1-1build2) ...
13:40:08 #9 20.59 Selecting previously unselected package xz-utils.
13:40:08 #9 20.59 Preparing to unpack .../051-xz-utils_5.2.5-2ubuntu1_amd64.deb ...
13:40:08 #9 20.60 Unpacking xz-utils (5.2.5-2ubuntu1) ...
13:40:08 #9 20.66 Selecting previously unselected package libsigsegv2:amd64.
13:40:08 #9 20.66 Preparing to unpack .../052-libsigsegv2_2.13-1ubuntu3_amd64.deb ...
13:40:08 #9 20.67 Unpacking libsigsegv2:amd64 (2.13-1ubuntu3) ...
13:40:08 #9 20.71 Selecting previously unselected package m4.
13:40:08 #8 21.15 Selecting previously unselected package binutils-x86-64-linux-gnu.
13:40:08 #8 21.15 Preparing to unpack .../029-binutils-x86-64-linux-gnu_2.31.1-16_amd64.deb ...
13:40:08 #8 21.17 Unpacking binutils-x86-64-linux-gnu (2.31.1-16) ...
13:40:08 #10 20.11 (43/91): ncurses-6.1-9.20180224.el8.aarch64.rpm 4.2 MB/s | 383 kB     00:00    
13:40:08 #10 20.16 (44/91): patch-2.7.6-11.el8.aarch64.rpm         2.6 MB/s | 134 kB     00:00    
13:40:08 #10 20.17 (45/91): perl-Carp-1.42-396.el8.noarch.rpm      4.3 MB/s |  30 kB     00:00    
13:40:08 #10 20.21 (46/91): openssl-1.1.1k-5.el8_5.aarch64.rpm     4.7 MB/s | 690 kB     00:00    
13:40:08 #10 20.21 (47/91): perl-Data-Dumper-2.167-399.el8.aarch64 1.3 MB/s |  57 kB     00:00    
13:40:08 #10 20.23 (48/91): perl-Errno-1.28-421.el8.aarch64.rpm    6.3 MB/s |  76 kB     00:00    
13:40:08 #10 20.24 (49/91): perl-Exporter-5.72-396.el8.noarch.rpm  4.3 MB/s |  34 kB     00:00    
13:40:08 #10 20.32 (50/91): perl-Encode-2.97-3.el8.aarch64.rpm      13 MB/s | 1.5 MB     00:00    
13:40:08 #20 3.646 (14/14) Installing musl-dev (1.2.2-r7)
13:40:08 #20 3.706 OK: 91 MiB in 15 packages
13:40:08 #14 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:08 #14 DONE 25.5s
13:40:08 
13:40:08 #10 [stage-1 5/9] RUN yum install -y rpm-build rpmlint yum-utils
13:40:08 #10 sha256:6b12aa9d24f83861984ed569126b6ffb9641a5afdad0e1e1d8ee0ad11590df92
13:40:08 #10 2.420 CentOS Stream 8 - AppStream                      17 MB/s |  22 MB     00:01    
13:40:08 #8 1.859 Get:5 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:40:08 #8 10.42 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libxml2 armhf 2.9.4+dfsg1-6.1ubuntu1.5 [569 kB]
13:40:08 #8 10.42 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libyaml-0-2 armhf 0.1.7-2ubuntu3 [40.8 kB]
13:40:08 #8 10.42 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf lsb-release all 9.20170808ubuntu1 [11.0 kB]
13:40:08 #8 10.42 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf netbase all 5.4 [12.7 kB]
13:40:08 #8 10.42 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf shared-mime-info armhf 1.9-2 [424 kB]
13:40:08 #8 10.42 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf ucf all 3.0038 [50.5 kB]
13:40:08 #8 10.42 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf xdg-user-dirs armhf 0.17-1ubuntu1 [46.7 kB]
13:40:08 #8 10.42 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf xz-utils armhf 5.2.2-1.3ubuntu0.1 [82.1 kB]
13:40:08 #8 10.43 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gettext-base armhf 0.19.8.1-6ubuntu0.3 [109 kB]
13:40:08 #8 10.59 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf iso-codes all 3.79-1 [2565 kB]
13:40:08 #8 10.71 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf krb5-locales all 1.16-2ubuntu0.2 [13.4 kB]
13:40:08 #8 10.71 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libedit2 armhf 3.1-20170329-1 [61.9 kB]
13:40:08 #18 4.183 (13/22) Installing libmagic (5.41-r0)
13:40:08 #18 4.211 (14/22) Installing file (5.41-r0)
13:40:08 #18 4.218 (15/22) Installing brotli-libs (1.0.9-r5)
13:40:08 #18 4.234 (16/22) Installing nghttp2-libs (1.46.0-r0)
13:40:08 #18 4.243 (17/22) Installing libcurl (7.80.0-r1)
13:40:08 #18 4.262 (18/22) Installing expat (2.4.7-r0)
13:40:08 #18 4.266 (19/22) Installing pcre2 (10.39-r0)
13:40:08 #18 4.277 (20/22) Installing git (2.34.2-r0)
13:40:08 #8 18.53 Selecting previously unselected package ucf.
13:40:08 #8 18.53 Preparing to unpack .../018-ucf_3.0043_all.deb ...
13:40:08 #8 18.53 Moving old data out of the way
13:40:08 #8 18.53 Unpacking ucf (3.0043) ...
13:40:08 #8 18.58 Selecting previously unselected package xz-utils.
13:40:08 #8 18.58 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
13:40:08 #8 18.58 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:40:08 #9 20.57 Selecting previously unselected package distro-info-data.
13:40:08 #9 20.57 Preparing to unpack .../013-distro-info-data_0.51ubuntu1.2_all.deb ...
13:40:08 #9 20.61 Unpacking distro-info-data (0.51ubuntu1.2) ...
13:40:08 #8 35.49 Preparing to unpack .../215-libimport-into-perl_1.002005-1_all.deb ...
13:40:08 #8 35.49 Unpacking libimport-into-perl (1.002005-1) ...
13:40:08 #8 35.53 Selecting previously unselected package libio-pty-perl.
13:40:08 #8 35.53 Preparing to unpack .../216-libio-pty-perl_1%3a1.08-1.1build4_arm64.deb ...
13:40:08 #8 35.53 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
13:40:08 #8 35.57 Selecting previously unselected package libio-string-perl.
13:40:08 #8 35.57 Preparing to unpack .../217-libio-string-perl_1.08-3_all.deb ...
13:40:08 #8 35.57 Unpacking libio-string-perl (1.08-3) ...
13:40:08 #8 35.61 Selecting previously unselected package libipc-run-perl.
13:40:08 #8 35.61 Preparing to unpack .../218-libipc-run-perl_0.96-1_all.deb ...
13:40:08 #8 35.61 Unpacking libipc-run-perl (0.96-1) ...
13:40:08 #8 35.66 Selecting previously unselected package liblist-compare-perl.
13:40:08 #8 35.66 Preparing to unpack .../219-liblist-compare-perl_0.53-1_all.deb ...
13:40:08 #8 35.66 Unpacking liblist-compare-perl (0.53-1) ...
13:40:08 #8 35.70 Selecting previously unselected package liblist-moreutils-perl.
13:40:08 #8 35.70 Preparing to unpack .../220-liblist-moreutils-perl_0.416-1build3_arm64.deb ...
13:40:08 #8 35.70 Unpacking liblist-moreutils-perl (0.416-1build3) ...
13:40:08 #8 35.74 Selecting previously unselected package libltdl7:arm64.
13:40:08 #14 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 5.0s
13:40:08 #9 25.18 Selecting previously unselected package liblocale-gettext-perl.
13:40:08 #9 25.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4378 files and directories currently installed.)
13:40:08 #9 25.19 Preparing to unpack .../liblocale-gettext-perl_1.07-4build1_arm64.deb ...
13:40:08 #9 25.19 Unpacking liblocale-gettext-perl (1.07-4build1) ...
13:40:08 #9 25.23 Selecting previously unselected package libpython3.9-minimal:arm64.
13:40:08 #9 25.23 Preparing to unpack .../libpython3.9-minimal_3.9.7-2build1_arm64.deb ...
13:40:08 #9 25.23 Unpacking libpython3.9-minimal:arm64 (3.9.7-2build1) ...
13:40:08 #9 25.31 Selecting previously unselected package libexpat1:arm64.
13:40:08 #9 25.31 Preparing to unpack .../libexpat1_2.4.1-2ubuntu0.3_arm64.deb ...
13:40:08 #9 25.31 Unpacking libexpat1:arm64 (2.4.1-2ubuntu0.3) ...
13:40:08 #9 25.35 Selecting previously unselected package python3.9-minimal.
13:40:08 #9 25.35 Preparing to unpack .../python3.9-minimal_3.9.7-2build1_arm64.deb ...
13:40:08 #9 25.36 Unpacking python3.9-minimal (3.9.7-2build1) ...
13:40:08 #9 25.45 Setting up libpython3.9-minimal:arm64 (3.9.7-2build1) ...
13:40:08 #9 25.72 Preparing to unpack .../084-libhwasan0_12-20220319-1ubuntu1_arm64.deb ...
13:40:08 #9 25.73 Unpacking libhwasan0:arm64 (12-20220319-1ubuntu1) ...
13:40:08 #9 25.77 Selecting previously unselected package libgcc-11-dev:arm64.
13:40:08 #9 25.77 Preparing to unpack .../085-libgcc-11-dev_11.2.0-19ubuntu1_arm64.deb ...
13:40:08 #9 25.78 Unpacking libgcc-11-dev:arm64 (11.2.0-19ubuntu1) ...
13:40:08 #9 25.85 Selecting previously unselected package gcc-11.
13:40:08 #9 25.86 Preparing to unpack .../086-gcc-11_11.2.0-19ubuntu1_arm64.deb ...
13:40:08 #9 25.86 Unpacking gcc-11 (11.2.0-19ubuntu1) ...
13:40:08 #8 20.67 Unpacking readline-common (7.0-3) ...
13:40:08 #8 20.70 Selecting previously unselected package libreadline7:amd64.
13:40:08 #8 20.70 Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ...
13:40:08 #8 20.71 Unpacking libreadline7:amd64 (7.0-3) ...
13:40:08 #8 20.76 Selecting previously unselected package libsqlite3-0:amd64.
13:40:08 #8 20.76 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ...
13:40:08 #8 20.77 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ...
13:40:08 #8 20.86 Selecting previously unselected package libpython3.6-stdlib:amd64.
13:40:08 #8 20.86 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.7_amd64.deb ...
13:40:08 #8 34.25 Preparing to unpack .../226-libipc-system-simple-perl_1.30-1_all.deb ...
13:40:08 #8 34.26 Unpacking libipc-system-simple-perl (1.30-1) ...
13:40:08 #8 34.30 Selecting previously unselected package libfile-basedir-perl.
13:40:08 #8 34.30 Preparing to unpack .../227-libfile-basedir-perl_0.08-1_all.deb ...
13:40:08 #8 34.31 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:08 #8 34.34 Selecting previously unselected package libfile-chdir-perl.
13:40:08 #8 34.34 Preparing to unpack .../228-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:40:08 #8 34.34 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:40:08 #8 34.37 Selecting previously unselected package libfile-fcntllock-perl.
13:40:08 #8 34.38 Preparing to unpack .../229-libfile-fcntllock-perl_0.22-3+b7_arm64.deb ...
13:40:08 #8 34.38 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
13:40:08 #8 34.41 Selecting previously unselected package libnumber-compare-perl.
13:40:08 #8 34.42 Preparing to unpack .../230-libnumber-compare-perl_0.03-1.1_all.deb ...
13:40:08 #8 34.42 Unpacking libnumber-compare-perl (0.03-1.1) ...
13:40:08 #8 34.45 Selecting previously unselected package libtext-glob-perl.
13:40:08 #8 34.45 Preparing to unpack .../231-libtext-glob-perl_0.11-1_all.deb ...
13:40:08 #8 34.46 Unpacking libtext-glob-perl (0.11-1) ...
13:40:08 #8 34.49 Selecting previously unselected package libfile-find-rule-perl.
13:40:08 #8 35.43 Preparing to unpack .../231-libgitlab-api-v4-perl_0.16-1_all.deb ...
13:40:08 #8 35.44 Unpacking libgitlab-api-v4-perl (0.16-1) ...
13:40:08 #8 35.47 Selecting previously unselected package libglib2.0-data.
13:40:08 #8 35.48 Preparing to unpack .../232-libglib2.0-data_2.58.3-2+deb10u3_all.deb ...
13:40:08 #8 35.48 Unpacking libglib2.0-data (2.58.3-2+deb10u3) ...
13:40:08 #8 35.63 Selecting previously unselected package libgpm2:arm64.
13:40:08 #8 35.63 Preparing to unpack .../233-libgpm2_1.20.7-5_arm64.deb ...
13:40:08 #8 35.64 Unpacking libgpm2:arm64 (1.20.7-5) ...
13:40:08 #8 35.68 Selecting previously unselected package libidn11:arm64.
13:40:08 #9 20.71 Preparing to unpack .../053-m4_1.4.18-5ubuntu2_amd64.deb ...
13:40:08 #9 20.72 Unpacking m4 (1.4.18-5ubuntu2) ...
13:40:08 #9 20.78 Selecting previously unselected package autoconf.
13:40:08 #9 20.78 Preparing to unpack .../054-autoconf_2.71-2_all.deb ...
13:40:08 #9 20.79 Unpacking autoconf (2.71-2) ...
13:40:08 #9 20.85 Selecting previously unselected package autotools-dev.
13:40:08 #9 20.85 Preparing to unpack .../055-autotools-dev_20220109.1_all.deb ...
13:40:08 #9 20.86 Unpacking autotools-dev (20220109.1) ...
13:40:08 #9 20.91 Selecting previously unselected package automake.
13:40:08 #9 20.91 Preparing to unpack .../056-automake_1%3a1.16.5-1.3_all.deb ...
13:40:08 #9 20.92 Unpacking automake (1:1.16.5-1.3) ...
13:40:08 #9 20.99 Selecting previously unselected package autopoint.
13:40:08 #9 20.99 Preparing to unpack .../057-autopoint_0.21-4ubuntu4_all.deb ...
13:40:08 #9 21.00 Unpacking autopoint (0.21-4ubuntu4) ...
13:40:08 #9 21.04 Selecting previously unselected package binutils-common:amd64.
13:40:08 #9 21.04 Preparing to unpack .../058-binutils-common_2.38-3ubuntu1_amd64.deb ...
13:40:08 #9 21.05 Unpacking binutils-common:amd64 (2.38-3ubuntu1) ...
13:40:08 #16 ...
13:40:08 
13:40:08 #14 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:40:08 #14 extracting sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6
13:40:08 #10 20.32 (51/91): perl-File-Path-2.15-2.el8.noarch.rpm   428 kB/s |  38 kB     00:00    
13:40:08 #10 20.33 (52/91): rpmlint-1.10-14.el8.noarch.rpm         283 kB/s | 192 kB     00:00    
13:40:08 #10 20.33 (53/91): perl-File-Temp-0.230.600-1.el8.noarch. 4.6 MB/s |  63 kB     00:00    
13:40:08 #10 20.34 (54/91): perl-Getopt-Long-2.50-4.el8.noarch.rpm 4.6 MB/s |  63 kB     00:00    
13:40:08 #10 20.34 (55/91): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm  4.9 MB/s |  58 kB     00:00    
13:40:08 #10 20.35 (56/91): perl-MIME-Base64-3.15-396.el8.aarch64. 4.2 MB/s |  31 kB     00:00    
13:40:08 #10 20.35 (57/91): perl-IO-1.38-421.el8.aarch64.rpm       9.0 MB/s | 142 kB     00:00    
13:40:08 #10 20.35 (58/91): perl-PathTools-3.74-1.el8.aarch64.rpm  7.9 MB/s |  90 kB     00:00    
13:40:08 #10 20.36 (59/91): perl-Pod-Escapes-1.07-395.el8.noarch.r 1.9 MB/s |  20 kB     00:00    
13:40:08 #10 20.36 (60/91): perl-Pod-Perldoc-3.28-396.el8.noarch.r 6.8 MB/s |  86 kB     00:00    
13:40:08 #10 20.37 (61/91): perl-Pod-Usage-1.69-395.el8.noarch.rpm 4.2 MB/s |  34 kB     00:00    
13:40:08 #10 20.37 (62/91): perl-Pod-Simple-3.35-395.el8.noarch.rp  11 MB/s | 213 kB     00:00    
13:40:08 #10 20.38 (63/91): perl-Scalar-List-Utils-1.49-2.el8.aarc 5.4 MB/s |  67 kB     00:00    
13:40:08 #10 20.38 (64/91): perl-Socket-2.027-3.el8.aarch64.rpm    4.6 MB/s |  59 kB     00:00    
13:40:08 #10 20.38 (65/91): perl-Storable-3.11-3.el8.aarch64.rpm    10 MB/s |  95 kB     00:00    
13:40:08 #10 20.39 (66/91): perl-Term-ANSIColor-4.06-396.el8.noarc 3.9 MB/s |  46 kB     00:00    
13:40:08 #10 20.39 (67/91): perl-Term-Cap-1.17-395.el8.noarch.rpm  1.9 MB/s |  23 kB     00:00    
13:40:08 #10 20.39 (68/91): perl-Text-ParseWords-3.30-395.el8.noar 2.7 MB/s |  18 kB     00:00    
13:40:08 #10 20.40 (69/91): perl-Text-Tabs+Wrap-2013.0523-395.el8. 2.4 MB/s |  24 kB     00:00    
13:40:08 #10 20.40 (70/91): perl-Time-Local-1.280-1.el8.noarch.rpm 3.2 MB/s |  34 kB     00:00    
13:40:08 #10 20.41 (71/91): perl-Unicode-Normalize-1.25-396.el8.aa 6.9 MB/s |  78 kB     00:00    
13:40:08 #10 20.41 (72/91): perl-constant-1.33-396.el8.noarch.rpm  2.2 MB/s |  25 kB     00:00    
13:40:08 #10 20.42 (73/91): perl-macros-5.26.3-421.el8.aarch64.rpm 7.5 MB/s |  72 kB     00:00    
13:40:08 #10 20.43 (74/91): perl-parent-0.237-1.el8.noarch.rpm     2.6 MB/s |  20 kB     00:00    
13:40:08 #10 20.48 (75/91): perl-libs-5.26.3-421.el8.aarch64.rpm    21 MB/s | 1.5 MB     00:00    
13:40:08 #10 20.48 (76/91): perl-podlators-4.11-1.el8.noarch.rpm   2.2 MB/s | 118 kB     00:00    
13:40:08 #10 20.49 (77/91): perl-threads-2.21-2.el8.aarch64.rpm    6.1 MB/s |  60 kB     00:00    
13:40:08 #10 20.49 (78/91): perl-threads-shared-1.58-2.el8.aarch64 5.6 MB/s |  47 kB     00:00    
13:40:08 #10 20.49 (79/91): pkgconf-1.4.2-1.el8.aarch64.rpm        4.9 MB/s |  37 kB     00:00    
13:40:08 #10 20.50 (80/91): pkgconf-m4-1.4.2-1.el8.noarch.rpm      2.5 MB/s |  17 kB     00:00    
13:40:08 #10 20.50 (81/91): pkgconf-pkg-config-1.4.2-1.el8.aarch64 1.9 MB/s |  15 kB     00:00    
13:40:08 #10 20.51 (82/91): xz-5.2.4-3.el8.aarch64.rpm              17 MB/s | 153 kB     00:00    
13:40:08 #10 20.52 (83/91): unzip-6.0-46.el8.aarch64.rpm            10 MB/s | 189 kB     00:00    
13:40:08 #10 20.52 (84/91): yum-utils-4.0.21-11.el8.noarch.rpm     8.1 MB/s |  73 kB     00:00    
13:40:08 #8 21.50 Selecting previously unselected package binutils.
13:40:08 #8 21.50 Preparing to unpack .../030-binutils_2.31.1-16_amd64.deb ...
13:40:08 #8 21.50 Unpacking binutils (2.31.1-16) ...
13:40:08 #8 21.54 Selecting previously unselected package libc-dev-bin.
13:40:08 #8 21.54 Preparing to unpack .../031-libc-dev-bin_2.28-10+deb10u1_amd64.deb ...
13:40:08 #8 21.55 Unpacking libc-dev-bin (2.28-10+deb10u1) ...
13:40:08 #8 21.59 Selecting previously unselected package linux-libc-dev:amd64.
13:40:08 #8 21.59 Preparing to unpack .../032-linux-libc-dev_4.19.235-1_amd64.deb ...
13:40:08 #8 21.60 Unpacking linux-libc-dev:amd64 (4.19.235-1) ...
13:40:08 #8 10.71 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5support0 armhf 1.16-2ubuntu0.2 [27.2 kB]
13:40:08 #8 10.72 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libk5crypto3 armhf 1.16-2ubuntu0.2 [83.1 kB]
13:40:08 #8 10.72 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkeyutils1 armhf 1.5.9-9.2ubuntu2.1 [7852 B]
13:40:08 #8 10.72 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5-3 armhf 1.16-2ubuntu0.2 [233 kB]
13:40:08 #8 10.74 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgssapi-krb5-2 armhf 1.16-2ubuntu0.2 [101 kB]
13:40:08 #8 10.74 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpsl5 armhf 0.19.1-5build1 [40.5 kB]
13:40:08 #8 10.75 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libssl1.0.0 armhf 1.0.2n-1ubuntu5.8 [712 kB]
13:40:08 #8 10.79 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxmuu1 armhf 2:1.1.2-2 [9130 B]
13:40:08 #8 10.87 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf manpages all 4.15-1 [1234 kB]
13:40:08 #8 10.90 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf openssh-client armhf 1:7.6p1-4ubuntu0.6 [554 kB]
13:40:08 #8 10.94 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf publicsuffix all 20180223.1310-1 [97.6 kB]
13:40:08 #8 10.94 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python-apt-common all 1.6.5ubuntu0.7 [16.9 kB]
13:40:08 #8 10.94 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-apt armhf 1.6.5ubuntu0.7 [136 kB]
13:40:08 #8 18.65 Selecting previously unselected package libsigsegv2:amd64.
13:40:08 #8 18.65 Preparing to unpack .../020-libsigsegv2_2.13-1_amd64.deb ...
13:40:08 #8 18.66 Unpacking libsigsegv2:amd64 (2.13-1) ...
13:40:08 #8 18.69 Selecting previously unselected package m4.
13:40:08 #8 18.70 Preparing to unpack .../021-m4_1.4.18-5_amd64.deb ...
13:40:08 #8 18.70 Unpacking m4 (1.4.18-5) ...
13:40:08 #8 18.76 Selecting previously unselected package autoconf.
13:40:08 #8 18.76 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
13:40:08 #8 18.77 Unpacking autoconf (2.69-14) ...
13:40:08 #8 18.86 Selecting previously unselected package autotools-dev.
13:40:08 #8 18.86 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
13:40:08 #8 18.86 Unpacking autotools-dev (20180224.1+nmu1) ...
13:40:08 #18 4.422 (21/22) Installing lld (12.0.1-r1)
13:40:08 #18 4.490 (22/22) Installing llvm12 (12.0.1-r0)
13:40:08 #9 20.83 Selecting previously unselected package less.
13:40:08 #9 20.83 Preparing to unpack .../014-less_551-2_amd64.deb ...
13:40:08 #8 35.75 Preparing to unpack .../221-libltdl7_2.4.6-2_arm64.deb ...
13:40:08 #8 35.75 Unpacking libltdl7:arm64 (2.4.6-2) ...
13:40:08 #8 35.78 Selecting previously unselected package libltdl-dev:arm64.
13:40:08 #8 35.79 Preparing to unpack .../222-libltdl-dev_2.4.6-2_arm64.deb ...
13:40:08 #8 35.79 Unpacking libltdl-dev:arm64 (2.4.6-2) ...
13:40:08 #8 35.86 Selecting previously unselected package libnet-http-perl.
13:40:08 #8 35.86 Preparing to unpack .../223-libnet-http-perl_6.17-1_all.deb ...
13:40:08 #8 35.87 Unpacking libnet-http-perl (6.17-1) ...
13:40:08 #8 35.90 Selecting previously unselected package libwww-robotrules-perl.
13:40:08 #8 35.90 Preparing to unpack .../224-libwww-robotrules-perl_6.01-1_all.deb ...
13:40:08 #8 35.90 Unpacking libwww-robotrules-perl (6.01-1) ...
13:40:08 #8 35.93 Selecting previously unselected package libwww-perl.
13:40:08 #8 35.94 Preparing to unpack .../225-libwww-perl_6.31-1ubuntu0.1_all.deb ...
13:40:08 #8 35.94 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
13:40:08 #8 35.98 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:08 #14 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 10.2s done
13:40:08 #14 ...
13:40:08 
13:40:08 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:08 #9 sha256:8469b9d04f259684fbac5aafc7a2bb91bf9bed81cf8ff7a43a9cd2bb50bd6176
13:40:08 #9 19.15 Selecting previously unselected package libxml2:amd64.
13:40:08 #9 19.15 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.2_amd64.deb ...
13:40:08 #9 19.15 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.2) ...
13:40:08 #9 25.46 Setting up libexpat1:arm64 (2.4.1-2ubuntu0.3) ...
13:40:08 #9 25.47 Setting up python3.9-minimal (3.9.7-2build1) ...
13:40:08 #9 26.17 Selecting previously unselected package gcc.
13:40:08 #9 26.17 Preparing to unpack .../087-gcc_4%3a11.2.0-1ubuntu1_arm64.deb ...
13:40:08 #9 26.18 Unpacking gcc (4:11.2.0-1ubuntu1) ...
13:40:08 #9 26.21 Selecting previously unselected package libstdc++-11-dev:arm64.
13:40:08 #9 26.21 Preparing to unpack .../088-libstdc++-11-dev_11.2.0-19ubuntu1_arm64.deb ...
13:40:08 #9 26.21 Unpacking libstdc++-11-dev:arm64 (11.2.0-19ubuntu1) ...
13:40:08 #8 20.88 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.7) ...
13:40:08 #8 34.49 Preparing to unpack .../232-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:08 #8 34.50 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:08 #8 34.53 Selecting previously unselected package libfont-afm-perl.
13:40:08 #8 34.53 Preparing to unpack .../233-libfont-afm-perl_1.20-3_all.deb ...
13:40:08 #8 34.54 Unpacking libfont-afm-perl (1.20-3) ...
13:40:08 #8 34.57 Selecting previously unselected package libio-string-perl.
13:40:08 #8 34.57 Preparing to unpack .../234-libio-string-perl_1.08-3.1_all.deb ...
13:40:08 #8 34.58 Unpacking libio-string-perl (1.08-3.1) ...
13:40:08 #8 34.61 Selecting previously unselected package libfont-ttf-perl.
13:40:08 #8 34.61 Preparing to unpack .../235-libfont-ttf-perl_1.06-1.1_all.deb ...
13:40:08 #8 34.62 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:40:08 #8 34.67 Selecting previously unselected package libio-stringy-perl.
13:40:08 #8 34.67 Preparing to unpack .../236-libio-stringy-perl_2.111-3_all.deb ...
13:40:08 #8 34.68 Unpacking libio-stringy-perl (2.111-3) ...
13:40:08 #8 34.75 Selecting previously unselected package libparams-validate-perl:arm64.
13:40:08 #9 21.09 Selecting previously unselected package libbinutils:amd64.
13:40:08 #9 21.09 Preparing to unpack .../059-libbinutils_2.38-3ubuntu1_amd64.deb ...
13:40:08 #9 21.10 Unpacking libbinutils:amd64 (2.38-3ubuntu1) ...
13:40:08 #9 21.16 Selecting previously unselected package libctf-nobfd0:amd64.
13:40:08 #9 21.16 Preparing to unpack .../060-libctf-nobfd0_2.38-3ubuntu1_amd64.deb ...
13:40:08 #9 21.16 Unpacking libctf-nobfd0:amd64 (2.38-3ubuntu1) ...
13:40:08 #9 21.20 Selecting previously unselected package libctf0:amd64.
13:40:08 #9 21.20 Preparing to unpack .../061-libctf0_2.38-3ubuntu1_amd64.deb ...
13:40:08 #9 21.21 Unpacking libctf0:amd64 (2.38-3ubuntu1) ...
13:40:08 #9 21.25 Selecting previously unselected package binutils-x86-64-linux-gnu.
13:40:08 #9 21.25 Preparing to unpack .../062-binutils-x86-64-linux-gnu_2.38-3ubuntu1_amd64.deb ...
13:40:08 #9 21.25 Unpacking binutils-x86-64-linux-gnu (2.38-3ubuntu1) ...
13:40:08 #8 35.69 Preparing to unpack .../234-libidn11_1.33-2.2_arm64.deb ...
13:40:08 #8 35.70 Unpacking libidn11:arm64 (1.33-2.2) ...
13:40:08 #8 35.76 Selecting previously unselected package libntlm0:arm64.
13:40:08 #8 35.77 Preparing to unpack .../235-libntlm0_1.5-1+deb10u1_arm64.deb ...
13:40:08 #8 35.77 Unpacking libntlm0:arm64 (1.5-1+deb10u1) ...
13:40:08 #8 35.81 Selecting previously unselected package libgsasl7.
13:40:08 #8 35.82 Preparing to unpack .../236-libgsasl7_1.8.0-8+b2_arm64.deb ...
13:40:08 #8 35.82 Unpacking libgsasl7 (1.8.0-8+b2) ...
13:40:08 #8 35.87 Selecting previously unselected package libhtml-form-perl.
13:40:08 #8 35.87 Preparing to unpack .../237-libhtml-form-perl_6.03-1_all.deb ...
13:40:08 #8 35.88 Unpacking libhtml-form-perl (6.03-1) ...
13:40:08 #8 35.91 Selecting previously unselected package libhtml-format-perl.
13:40:08 #8 35.91 Preparing to unpack .../238-libhtml-format-perl_2.12-1_all.deb ...
13:40:08 #8 35.91 Unpacking libhtml-format-perl (2.12-1) ...
13:40:08 #8 35.95 Selecting previously unselected package libhttp-daemon-perl.
13:40:08 #10 20.56 (85/91): zip-3.0-23.el8.aarch64.rpm             6.2 MB/s | 265 kB     00:00    
13:40:08 #10 20.56 (86/91): python3-dnf-plugins-core-4.0.21-11.el8 5.4 MB/s | 240 kB     00:00    
13:40:08 #10 20.58 (87/91): python3-rpm-4.14.3-23.el8.aarch64.rpm  7.3 MB/s | 156 kB     00:00    
13:40:08 #10 20.61 (88/91): rpm-4.14.3-23.el8.aarch64.rpm           12 MB/s | 543 kB     00:00    
13:40:08 #10 20.61 (89/91): rpm-build-libs-4.14.3-23.el8.aarch64.r 4.3 MB/s | 151 kB     00:00    
13:40:08 #10 20.64 (90/91): rpm-libs-4.14.3-23.el8.aarch64.rpm     9.2 MB/s | 328 kB     00:00    
13:40:08 #10 20.73 (91/91): perl-interpreter-5.26.3-421.el8.aarch6  19 MB/s | 6.3 MB     00:00    
13:40:08 #10 20.73 --------------------------------------------------------------------------------
13:40:08 #10 20.73 Total                                           7.5 MB/s |  34 MB     00:04     
13:40:08 #8 21.86 Selecting previously unselected package libc6-dev:amd64.
13:40:08 #8 21.86 Preparing to unpack .../033-libc6-dev_2.28-10+deb10u1_amd64.deb ...
13:40:08 #8 21.86 Unpacking libc6-dev:amd64 (2.28-10+deb10u1) ...
13:40:09 #8 10.95 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf strace armhf 4.21-1ubuntu1 [217 kB]
13:40:09 #8 10.96 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf xauth armhf 1:1.0.10-1 [21.7 kB]
13:40:09 #8 10.96 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf at armhf 3.1.20-3.1ubuntu2 [36.9 kB]
13:40:09 #8 10.96 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsigsegv2 armhf 2.12-1 [14.0 kB]
13:40:09 #8 10.96 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf m4 armhf 1.4.18-1 [181 kB]
13:40:09 #8 11.02 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf autoconf all 2.69-11 [322 kB]
13:40:09 #8 11.08 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf autotools-dev all 20180224.1 [39.6 kB]
13:40:09 #8 11.08 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf automake all 1:1.15.1-3ubuntu2 [509 kB]
13:40:09 #8 11.10 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
13:40:09 #8 11.11 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf binutils-common armhf 2.30-21ubuntu1~18.04.7 [197 kB]
13:40:09 #8 11.12 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libbinutils armhf 2.30-21ubuntu1~18.04.7 [298 kB]
13:40:09 #8 11.13 Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.30-21ubuntu1~18.04.7 [2157 kB]
13:40:09 #8 2.417 Get:6 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:40:09 #8 18.92 Selecting previously unselected package automake.
13:40:09 #8 18.92 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
13:40:09 #8 18.92 Unpacking automake (1:1.16.3-2) ...
13:40:09 #8 19.06 Selecting previously unselected package autopoint.
13:40:09 #8 19.06 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
13:40:09 #8 19.06 Unpacking autopoint (0.21-4) ...
13:40:09 #8 19.12 Selecting previously unselected package binutils-common:amd64.
13:40:09 #8 19.12 Preparing to unpack .../026-binutils-common_2.35.2-2_amd64.deb ...
13:40:09 #9 20.85 Unpacking less (551-2) ...
13:40:09 #9 21.12 Selecting previously unselected package libmd0:amd64.
13:40:09 #9 21.12 Preparing to unpack .../015-libmd0_1.0.3-3build1_amd64.deb ...
13:40:09 #8 35.99 Preparing to unpack .../226-liblwp-protocol-https-perl_6.07-2_all.deb ...
13:40:09 #8 35.99 Unpacking liblwp-protocol-https-perl (6.07-2) ...
13:40:09 #8 36.02 Selecting previously unselected package libsys-hostname-long-perl.
13:40:09 #8 36.02 Preparing to unpack .../227-libsys-hostname-long-perl_1.5-1_all.deb ...
13:40:09 #8 36.03 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:40:09 #8 36.07 Selecting previously unselected package libmail-sendmail-perl.
13:40:09 #8 36.07 Preparing to unpack .../228-libmail-sendmail-perl_0.80-1_all.deb ...
13:40:09 #8 36.08 Unpacking libmail-sendmail-perl (0.80-1) ...
13:40:09 #8 36.11 Selecting previously unselected package librole-tiny-perl.
13:40:09 #8 36.11 Preparing to unpack .../229-librole-tiny-perl_2.000006-1_all.deb ...
13:40:09 #8 36.11 Unpacking librole-tiny-perl (2.000006-1) ...
13:40:09 #8 36.15 Selecting previously unselected package libstrictures-perl.
13:40:09 #8 36.15 Preparing to unpack .../230-libstrictures-perl_2.000003-1_all.deb ...
13:40:09 #8 36.16 Unpacking libstrictures-perl (2.000003-1) ...
13:40:09 #8 36.19 Selecting previously unselected package libsub-quote-perl.
13:40:09 #8 36.19 Preparing to unpack .../231-libsub-quote-perl_2.005000-1_all.deb ...
13:40:09 #8 36.20 Unpacking libsub-quote-perl (2.005000-1) ...
13:40:09 #8 36.23 Selecting previously unselected package libmoo-perl.
13:40:09 #9 25.87 Selecting previously unselected package cpp.
13:40:09 #9 25.87 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_arm64.deb ...
13:40:09 #9 25.88 Unpacking cpp (4:9.3.0-1ubuntu2) ...
13:40:09 #9 25.99 Selecting previously unselected package libcc1-0:arm64.
13:40:09 #9 25.99 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:40:09 #9 26.00 Unpacking libcc1-0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:09 #9 26.04 Selecting previously unselected package libgomp1:arm64.
13:40:09 #9 26.05 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:40:09 #9 26.05 Unpacking libgomp1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:09 #9 26.10 Selecting previously unselected package libitm1:arm64.
13:40:09 #9 26.10 Preparing to unpack .../086-libitm1_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:40:09 #9 26.11 Unpacking libitm1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:09 #9 26.15 Selecting previously unselected package libatomic1:arm64.
13:40:09 #9 26.15 Preparing to unpack .../087-libatomic1_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:40:09 #9 26.16 Unpacking libatomic1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:09 #9 26.20 Selecting previously unselected package libasan5:arm64.
13:40:09 #9 26.20 Preparing to unpack .../088-libasan5_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:40:09 #9 26.20 Unpacking libasan5:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:09 #9 19.31 Selecting previously unselected package libyaml-0-2:amd64.
13:40:09 #9 19.31 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
13:40:09 #9 19.32 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
13:40:09 #9 19.38 Selecting previously unselected package lsb-release.
13:40:09 #9 19.38 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
13:40:09 #9 19.38 Unpacking lsb-release (11.1.0ubuntu2) ...
13:40:09 #9 19.46 Selecting previously unselected package netbase.
13:40:09 #9 19.46 Preparing to unpack .../027-netbase_6.1_all.deb ...
13:40:09 #9 19.47 Unpacking netbase (6.1) ...
13:40:09 #9 19.51 Selecting previously unselected package python3-pkg-resources.
13:40:09 #9 19.51 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
13:40:09 #8 21.28 Selecting previously unselected package python3.6.
13:40:09 #8 21.28 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.7_amd64.deb ...
13:40:09 #8 21.31 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.7) ...
13:40:09 #8 21.38 Selecting previously unselected package libpython3-stdlib:amd64.
13:40:09 #8 34.75 Preparing to unpack .../237-libparams-validate-perl_1.30-1+b1_arm64.deb ...
13:40:09 #8 34.76 Unpacking libparams-validate-perl:arm64 (1.30-1+b1) ...
13:40:09 #8 34.80 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:09 #8 34.80 Preparing to unpack .../238-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
13:40:09 #8 34.80 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
13:40:09 #8 34.84 Selecting previously unselected package libsort-versions-perl.
13:40:09 #8 34.84 Preparing to unpack .../239-libsort-versions-perl_1.62-1_all.deb ...
13:40:09 #8 34.85 Unpacking libsort-versions-perl (1.62-1) ...
13:40:09 #8 34.88 Selecting previously unselected package libgit-wrapper-perl.
13:40:09 #8 34.88 Preparing to unpack .../240-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:09 #8 34.89 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:09 #8 34.92 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:09 #8 34.93 Preparing to unpack .../241-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:40:09 #8 34.93 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:09 #8 34.96 Selecting previously unselected package libio-prompter-perl.
13:40:09 #8 34.97 Preparing to unpack .../242-libio-prompter-perl_0.004015-1_all.deb ...
13:40:09 #8 34.97 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:09 #8 35.00 Selecting previously unselected package libjson-perl.
13:40:09 #9 21.42 Selecting previously unselected package binutils.
13:40:09 #9 21.42 Preparing to unpack .../063-binutils_2.38-3ubuntu1_amd64.deb ...
13:40:09 #9 21.43 Unpacking binutils (2.38-3ubuntu1) ...
13:40:09 #9 21.48 Selecting previously unselected package libc-dev-bin.
13:40:09 #9 21.48 Preparing to unpack .../064-libc-dev-bin_2.35-0ubuntu3_amd64.deb ...
13:40:09 #9 21.49 Unpacking libc-dev-bin (2.35-0ubuntu3) ...
13:40:09 #9 21.58 Selecting previously unselected package linux-libc-dev:amd64.
13:40:09 #9 21.58 Preparing to unpack .../065-linux-libc-dev_5.15.0-27.28_amd64.deb ...
13:40:09 #9 21.59 Unpacking linux-libc-dev:amd64 (5.15.0-27.28) ...
13:40:09 #8 35.95 Preparing to unpack .../239-libhttp-daemon-perl_6.01-3_all.deb ...
13:40:09 #8 35.96 Unpacking libhttp-daemon-perl (6.01-3) ...
13:40:09 #8 35.99 Selecting previously unselected package libstruct-dumb-perl.
13:40:09 #8 36.00 Preparing to unpack .../240-libstruct-dumb-perl_0.09-1_all.deb ...
13:40:09 #8 36.00 Unpacking libstruct-dumb-perl (0.09-1) ...
13:40:09 #8 36.03 Selecting previously unselected package libio-async-perl.
13:40:09 #8 36.04 Preparing to unpack .../241-libio-async-perl_0.72-1_all.deb ...
13:40:09 #8 36.04 Unpacking libio-async-perl (0.72-1) ...
13:40:09 #8 36.09 Selecting previously unselected package libio-sessiondata-perl.
13:40:09 #8 36.10 Preparing to unpack .../242-libio-sessiondata-perl_1.03-1_all.deb ...
13:40:09 #8 36.10 Unpacking libio-sessiondata-perl (1.03-1) ...
13:40:09 #8 36.13 Selecting previously unselected package libio-string-perl.
13:40:09 #8 36.13 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
13:40:09 #8 36.13 Unpacking libio-string-perl (1.08-3) ...
13:40:09 #8 36.18 Selecting previously unselected package libtypes-serialiser-perl.
13:40:09 #8 36.18 Preparing to unpack .../244-libtypes-serialiser-perl_1.0-1_all.deb ...
13:40:09 #8 36.19 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:40:09 #8 36.22 Selecting previously unselected package libjson-xs-perl.
13:40:09 #9 26.40 Selecting previously unselected package g++-11.
13:40:09 #9 26.40 Preparing to unpack .../089-g++-11_11.2.0-19ubuntu1_arm64.deb ...
13:40:09 #9 26.40 Unpacking g++-11 (11.2.0-19ubuntu1) ...
13:40:09 #9 26.59 Selecting previously unselected package g++.
13:40:09 #8 DONE 4.2s
13:40:09 
13:40:09 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:09 #9 sha256:cd25afeca20d5d917a30c24994f8e2f272f998b4ff1badf4b6a0482df9d9cbf5
13:40:09 #8 11.30 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf binutils armhf 2.30-21ubuntu1~18.04.7 [3352 B]
13:40:09 #8 11.30 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libc-dev-bin armhf 2.27-3ubuntu1.5 [59.4 kB]
13:40:09 #8 11.30 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf linux-libc-dev armhf 4.15.0-176.185 [966 kB]
13:40:09 #8 11.33 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libc6-dev armhf 2.27-3ubuntu1.5 [1901 kB]
13:40:09 #8 19.12 Unpacking binutils-common:amd64 (2.35.2-2) ...
13:40:09 #9 21.13 Unpacking libmd0:amd64 (1.0.3-3build1) ...
13:40:09 #9 21.18 Selecting previously unselected package libbsd0:amd64.
13:40:09 #9 21.18 Preparing to unpack .../016-libbsd0_0.11.3-1ubuntu2_amd64.deb ...
13:40:09 #9 21.19 Unpacking libbsd0:amd64 (0.11.3-1ubuntu2) ...
13:40:09 #9 21.23 Selecting previously unselected package libelf1:amd64.
13:40:09 #9 21.23 Preparing to unpack .../017-libelf1_0.185-1build1_amd64.deb ...
13:40:09 #9 21.24 Unpacking libelf1:amd64 (0.185-1build1) ...
13:40:09 #9 21.32 Selecting previously unselected package libicu67:amd64.
13:40:09 #9 21.32 Preparing to unpack .../018-libicu67_67.1-7ubuntu1_amd64.deb ...
13:40:09 #8 36.23 Preparing to unpack .../232-libmoo-perl_2.003004-1_all.deb ...
13:40:09 #8 36.24 Unpacking libmoo-perl (2.003004-1) ...
13:40:09 #8 36.27 Selecting previously unselected package libpackage-stash-perl.
13:40:09 #8 36.27 Preparing to unpack .../233-libpackage-stash-perl_0.37-1_all.deb ...
13:40:09 #8 36.28 Unpacking libpackage-stash-perl (0.37-1) ...
13:40:09 #8 36.31 Selecting previously unselected package libsub-identify-perl.
13:40:09 #8 36.31 Preparing to unpack .../234-libsub-identify-perl_0.14-1_arm64.deb ...
13:40:09 #8 36.32 Unpacking libsub-identify-perl (0.14-1) ...
13:40:09 #8 36.35 Selecting previously unselected package libnamespace-clean-perl.
13:40:09 #8 36.35 Preparing to unpack .../235-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:09 #8 36.35 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:09 #8 36.38 Selecting previously unselected package libnumber-compare-perl.
13:40:09 #8 36.39 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
13:40:09 #8 36.39 Unpacking libnumber-compare-perl (0.03-1) ...
13:40:09 #8 36.42 Selecting previously unselected package libnumber-range-perl.
13:40:09 #8 36.42 Preparing to unpack .../237-libnumber-range-perl_0.12-1_all.deb ...
13:40:09 #8 36.43 Unpacking libnumber-range-perl (0.12-1) ...
13:40:09 #8 36.46 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:09 #9 26.47 Selecting previously unselected package liblsan0:arm64.
13:40:09 #9 26.47 Preparing to unpack .../089-liblsan0_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:40:09 #9 26.47 Unpacking liblsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:09 #9 26.58 Selecting previously unselected package libtsan0:arm64.
13:40:09 #9 19.52 Unpacking python3-pkg-resources (45.2.0-1) ...
13:40:09 #9 19.64 Selecting previously unselected package python3-six.
13:40:09 #8 21.38 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
13:40:09 #8 21.39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
13:40:09 #8 21.44 Setting up python3-minimal (3.6.7-1~18.04) ...
13:40:09 #9 26.10 Selecting previously unselected package python3-minimal.
13:40:09 #9 26.10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4685 files and directories currently installed.)
13:40:09 #9 26.11 Preparing to unpack .../0-python3-minimal_3.9.4-1build1_arm64.deb ...
13:40:09 #9 26.11 Unpacking python3-minimal (3.9.4-1build1) ...
13:40:09 #9 26.14 Selecting previously unselected package media-types.
13:40:09 #9 26.14 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:40:09 #9 26.15 Unpacking media-types (4.0.0) ...
13:40:09 #8 35.00 Preparing to unpack .../243-libjson-perl_4.03000-1_all.deb ...
13:40:09 #9 21.78 Selecting previously unselected package libcrypt-dev:amd64.
13:40:09 #8 35.01 Unpacking libjson-perl (4.03000-1) ...
13:40:09 #8 35.05 Selecting previously unselected package liblog-any-perl.
13:40:09 #8 35.05 Preparing to unpack .../244-liblog-any-perl_1.709-1_all.deb ...
13:40:09 #8 35.06 Unpacking liblog-any-perl (1.709-1) ...
13:40:09 #8 35.12 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:09 #8 35.12 Preparing to unpack .../245-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:40:09 #8 35.13 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:40:09 #8 35.16 Selecting previously unselected package libpackage-stash-perl.
13:40:09 #8 35.16 Preparing to unpack .../246-libpackage-stash-perl_0.39-1_all.deb ...
13:40:09 #8 35.17 Unpacking libpackage-stash-perl (0.39-1) ...
13:40:09 #8 35.20 Selecting previously unselected package libsub-identify-perl.
13:40:09 #8 35.20 Preparing to unpack .../247-libsub-identify-perl_0.14-1+b3_arm64.deb ...
13:40:09 13:40:09 #8 35.21 Unpacking libsub-identify-perl (0.14-1+b3) ...
#9 21.78 Preparing to unpack .../066-libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
13:40:09 #9 21.79 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ...
13:40:09 #8 35.24 Selecting previously unselected package libsub-name-perl.
13:40:09 #9 21.85 Selecting previously unselected package rpcsvc-proto.
13:40:09 #8 36.22 Preparing to unpack .../245-libjson-xs-perl_3.040-1+b1_arm64.deb ...
13:40:09 #8 36.23 Unpacking libjson-xs-perl (3.040-1+b1) ...
13:40:09 #8 36.27 Selecting previously unselected package liblzo2-2:arm64.
13:40:09 #8 36.27 Preparing to unpack .../246-liblzo2-2_2.10-0.1_arm64.deb ...
13:40:09 #8 36.28 Unpacking liblzo2-2:arm64 (2.10-0.1) ...
13:40:09 #8 36.32 Selecting previously unselected package libkyotocabinet16v5:arm64.
13:40:09 #8 36.32 Preparing to unpack .../247-libkyotocabinet16v5_1.2.76-4.2+b1_arm64.deb ...
13:40:09 #8 36.33 Unpacking libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
13:40:09 #8 36.38 Selecting previously unselected package liblist-compare-perl.
13:40:09 #8 36.38 Preparing to unpack .../248-liblist-compare-perl_0.53-1_all.deb ...
13:40:09 #8 36.39 Unpacking liblist-compare-perl (0.53-1) ...
13:40:09 #8 36.42 Selecting previously unselected package liblist-moreutils-perl.
13:40:09 #9 26.60 Preparing to unpack .../090-g++_4%3a11.2.0-1ubuntu1_arm64.deb ...
13:40:09 #9 26.60 Unpacking g++ (4:11.2.0-1ubuntu1) ...
13:40:09 #9 26.63 Selecting previously unselected package make.
13:40:09 #9 26.63 Preparing to unpack .../091-make_4.3-4.1build1_arm64.deb ...
13:40:09 #9 26.67 Unpacking make (4.3-4.1build1) ...
13:40:09 #9 26.70 Selecting previously unselected package libdpkg-perl.
13:40:09 #9 26.71 Preparing to unpack .../092-libdpkg-perl_1.21.1ubuntu2_all.deb ...
13:40:09 #9 26.71 Unpacking libdpkg-perl (1.21.1ubuntu2) ...
13:40:09 #9 26.76 Selecting previously unselected package bzip2.
13:40:09 #9 26.76 Preparing to unpack .../093-bzip2_1.0.8-5build1_arm64.deb ...
13:40:09 #9 26.76 Unpacking bzip2 (1.0.8-5build1) ...
13:40:09 #9 26.79 Selecting previously unselected package patch.
13:40:09 #9 26.79 Preparing to unpack .../094-patch_2.7.6-7build2_arm64.deb ...
13:40:09 #9 26.80 Unpacking patch (2.7.6-7build2) ...
13:40:09 #9 26.83 Selecting previously unselected package lto-disabled-list.
13:40:09 #9 1.256 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
13:40:09 #8 11.39 Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gcc-7-base armhf 7.5.0-3ubuntu1~18.04 [18.3 kB]
13:40:09 #8 11.39 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libisl19 armhf 0.19-1 [426 kB]
13:40:09 #8 11.40 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpfr6 armhf 4.0.1-1 [194 kB]
13:40:09 #8 11.40 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB]
13:40:09 #8 11.41 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cpp-7 armhf 7.5.0-3ubuntu1~18.04 [6565 kB]
13:40:09 #8 22.36 Selecting previously unselected package libisl19:amd64.
13:40:09 #8 22.36 Preparing to unpack .../034-libisl19_0.20-2_amd64.deb ...
13:40:09 #8 22.37 Unpacking libisl19:amd64 (0.20-2) ...
13:40:09 #8 19.53 Selecting previously unselected package libbinutils:amd64.
13:40:09 #8 19.53 Preparing to unpack .../027-libbinutils_2.35.2-2_amd64.deb ...
13:40:09 #8 19.54 Unpacking libbinutils:amd64 (2.35.2-2) ...
13:40:09 #8 19.67 Selecting previously unselected package libctf-nobfd0:amd64.
13:40:09 #8 19.67 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_amd64.deb ...
13:40:09 #9 21.33 Unpacking libicu67:amd64 (67.1-7ubuntu1) ...
13:40:09 #9 21.63 Selecting previously unselected package libxml2:amd64.
13:40:09 #9 21.63 Preparing to unpack .../019-libxml2_2.9.12+dfsg-4ubuntu0.1_amd64.deb ...
13:40:09 #9 21.63 Unpacking libxml2:amd64 (2.9.12+dfsg-4ubuntu0.1) ...
13:40:09 #9 21.68 Selecting previously unselected package libyaml-0-2:amd64.
13:40:09 #9 21.68 Preparing to unpack .../020-libyaml-0-2_0.2.2-1_amd64.deb ...
13:40:09 #9 21.69 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
13:40:09 #9 21.73 Selecting previously unselected package lsb-release.
13:40:09 #8 2.816 Fetched 8275 kB in 2s (4347 kB/s)
13:40:09 #8 36.46 Preparing to unpack .../238-libpackage-stash-xs-perl_0.28-3build2_arm64.deb ...
13:40:09 #8 36.46 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
13:40:09 #8 36.50 Selecting previously unselected package libparse-debianchangelog-perl.
13:40:09 #8 36.50 Preparing to unpack .../239-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
13:40:09 #8 36.50 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
13:40:09 #8 36.54 Selecting previously unselected package libtext-glob-perl.
13:40:09 #8 36.54 Preparing to unpack .../240-libtext-glob-perl_0.10-1_all.deb ...
13:40:09 #8 36.55 Unpacking libtext-glob-perl (0.10-1) ...
13:40:09 #8 36.58 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:09 #8 36.58 Preparing to unpack .../241-libpath-iterator-rule-perl_1.009-1_all.deb ...
13:40:09 #8 36.58 Unpacking libpath-iterator-rule-perl (1.009-1) ...
13:40:09 #8 36.62 Selecting previously unselected package libpath-tiny-perl.
13:40:09 #8 36.62 Preparing to unpack .../242-libpath-tiny-perl_0.104-1_all.deb ...
13:40:09 #8 36.62 Unpacking libpath-tiny-perl (0.104-1) ...
13:40:09 #8 36.66 Selecting previously unselected package libperlio-gzip-perl.
13:40:09 #8 36.66 Preparing to unpack .../243-libperlio-gzip-perl_0.19-1build3_arm64.deb ...
13:40:09 #8 36.66 Unpacking libperlio-gzip-perl (0.19-1build3) ...
13:40:09 #8 36.70 Selecting previously unselected package libpod-constants-perl.
13:40:09 #8 36.70 Preparing to unpack .../244-libpod-constants-perl_0.19-1_all.deb ...
13:40:09 #8 36.70 Unpacking libpod-constants-perl (0.19-1) ...
13:40:09 #8 36.75 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:09 #8 36.75 Preparing to unpack .../245-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
13:40:09 #8 36.75 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
13:40:09 #8 36.80 Selecting previously unselected package libsasl2-modules:arm64.
13:40:09 #8 36.80 Preparing to unpack .../246-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
13:40:09 #9 26.58 Preparing to unpack .../090-libtsan0_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:40:09 #9 26.58 Unpacking libtsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:09 #9 19.64 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
13:40:09 #9 19.65 Unpacking python3-six (1.14.0-2) ...
13:40:09 #9 19.69 Selecting previously unselected package shared-mime-info.
13:40:09 #9 19.69 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
13:40:09 #9 19.70 Unpacking shared-mime-info (1.15-1) ...
13:40:09 #9 19.79 Selecting previously unselected package ucf.
13:40:09 #9 19.80 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
13:40:09 #9 19.80 Moving old data out of the way
13:40:09 #9 19.80 Unpacking ucf (3.0038+nmu1) ...
13:40:09 #9 19.85 Selecting previously unselected package xdg-user-dirs.
13:40:09 #9 19.86 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
13:40:09 #9 19.86 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
13:40:09 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 11.9s done
13:40:09 #8 21.80 Selecting previously unselected package python3.
13:40:09 #8 21.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4780 files and directories currently installed.)
13:40:09 #8 21.81 Preparing to unpack .../0-python3_3.6.7-1~18.04_amd64.deb ...
13:40:09 #8 21.82 Unpacking python3 (3.6.7-1~18.04) ...
13:40:09 #8 21.89 Selecting previously unselected package multiarch-support.
13:40:09 #8 21.89 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.5_amd64.deb ...
13:40:09 #8 21.89 Unpacking multiarch-support (2.27-3ubuntu1.5) ...
13:40:09 #8 21.95 Selecting previously unselected package libxau6:amd64.
13:40:09 #9 26.21 Selecting previously unselected package tzdata.
13:40:09 #9 26.21 Preparing to unpack .../2-tzdata_2022a-0ubuntu0.21.10_all.deb ...
13:40:09 #9 26.21 Unpacking tzdata (2022a-0ubuntu0.21.10) ...
13:40:09 #9 26.41 Selecting previously unselected package libmpdec3:arm64.
13:40:09 #9 26.41 Preparing to unpack .../3-libmpdec3_2.5.1-2build1_arm64.deb ...
13:40:09 #9 26.41 Unpacking libmpdec3:arm64 (2.5.1-2build1) ...
13:40:09 #9 26.44 Selecting previously unselected package readline-common.
13:40:09 #9 26.44 Preparing to unpack .../4-readline-common_8.1-2_all.deb ...
13:40:09 #9 26.45 Unpacking readline-common (8.1-2) ...
13:40:09 #9 26.49 Selecting previously unselected package libreadline8:arm64.
13:40:09 #9 21.85 Preparing to unpack .../067-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
13:40:09 #9 21.88 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
13:40:09 #8 35.24 Preparing to unpack .../248-libsub-name-perl_0.26-1+b1_arm64.deb ...
13:40:09 #8 35.25 Unpacking libsub-name-perl (0.26-1+b1) ...
13:40:09 #8 35.28 Selecting previously unselected package libnamespace-clean-perl.
13:40:09 #8 35.28 Preparing to unpack .../249-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:09 #8 35.29 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:09 #8 35.32 Selecting previously unselected package libpath-tiny-perl.
13:40:09 #8 35.32 Preparing to unpack .../250-libpath-tiny-perl_0.118-1_all.deb ...
13:40:09 #8 35.33 Unpacking libpath-tiny-perl (0.118-1) ...
13:40:09 #8 35.41 Selecting previously unselected package libtype-tiny-perl.
13:40:09 #8 35.41 Preparing to unpack .../251-libtype-tiny-perl_1.012001-2_all.deb ...
13:40:09 #8 35.42 Unpacking libtype-tiny-perl (1.012001-2) ...
13:40:09 #8 35.47 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:09 #8 35.47 Preparing to unpack .../252-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:40:09 #8 35.48 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:40:09 #8 35.53 Selecting previously unselected package libglib2.0-0:arm64.
13:40:09 #8 36.43 Preparing to unpack .../249-liblist-moreutils-perl_0.416-1+b4_arm64.deb ...
13:40:09 #8 36.43 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
13:40:09 #8 36.46 Selecting previously unselected package libltdl-dev:arm64.
13:40:09 #8 36.47 Preparing to unpack .../250-libltdl-dev_2.4.6-9_arm64.deb ...
13:40:09 #8 36.47 Unpacking libltdl-dev:arm64 (2.4.6-9) ...
13:40:09 #8 36.66 Selecting previously unselected package libsys-hostname-long-perl.
13:40:09 #8 36.66 Preparing to unpack .../251-libsys-hostname-long-perl_1.5-1_all.deb ...
13:40:09 #8 36.67 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:40:09 #18 5.132 Executing busybox-1.34.1-r5.trigger
13:40:09 #18 5.141 OK: 279 MiB in 37 packages
13:40:09 #9 26.83 Preparing to unpack .../095-lto-disabled-list_24_all.deb ...
13:40:09 #9 26.84 Unpacking lto-disabled-list (24) ...
13:40:09 #9 26.88 Selecting previously unselected package dpkg-dev.
13:40:09 #9 26.88 Preparing to unpack .../096-dpkg-dev_1.21.1ubuntu2_all.deb ...
13:40:09 #9 26.88 Unpacking dpkg-dev (1.21.1ubuntu2) ...
13:40:09 #9 26.93 Selecting previously unselected package build-essential.
13:40:09 #9 26.93 Preparing to unpack .../097-build-essential_12.9ubuntu3_arm64.deb ...
13:40:09 #9 26.94 Unpacking build-essential (12.9ubuntu3) ...
13:40:09 #9 26.99 Selecting previously unselected package libbrotli1:arm64.
13:40:09 #9 26.99 Preparing to unpack .../098-libbrotli1_1.0.9-2build6_arm64.deb ...
13:40:09 #9 26.99 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
13:40:09 #9 27.03 Selecting previously unselected package libsasl2-modules-db:arm64.
13:40:09 #9 27.03 Preparing to unpack .../099-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1_arm64.deb ...
13:40:09 #9 27.03 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:09 #9 27.07 Selecting previously unselected package libsasl2-2:arm64.
13:40:09 #9 27.07 Preparing to unpack .../100-libsasl2-2_2.1.27+dfsg2-3ubuntu1_arm64.deb ...
13:40:09 #9 27.08 Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:09 #9 27.11 Selecting previously unselected package libldap-2.5-0:arm64.
13:40:09 #9 27.11 Preparing to unpack .../101-libldap-2.5-0_2.5.11+dfsg-1~exp1ubuntu3_arm64.deb ...
13:40:09 #9 27.12 Unpacking libldap-2.5-0:arm64 (2.5.11+dfsg-1~exp1ubuntu3) ...
13:40:09 #9 27.17 Selecting previously unselected package librtmp1:arm64.
13:40:09 #8 11.77 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cpp armhf 4:7.4.0-1ubuntu2.3 [27.6 kB]
13:40:09 #8 11.79 Get:91 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcc1-0 armhf 8.4.0-1ubuntu1~18.04 [32.6 kB]
13:40:09 #8 11.79 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgomp1 armhf 8.4.0-1ubuntu1~18.04 [66.6 kB]
13:40:09 #8 11.79 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libatomic1 armhf 8.4.0-1ubuntu1~18.04 [7060 B]
13:40:09 #8 11.79 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libasan4 armhf 7.5.0-3ubuntu1~18.04 [328 kB]
13:40:09 #8 11.81 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libubsan0 armhf 7.5.0-3ubuntu1~18.04 [108 kB]
13:40:09 #8 11.81 Get:96 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcilkrts5 armhf 7.5.0-3ubuntu1~18.04 [35.9 kB]
13:40:09 #8 11.81 Get:97 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgcc-7-dev armhf 7.5.0-3ubuntu1~18.04 [706 kB]
13:40:09 #8 11.83 Get:98 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gcc-7 armhf 7.5.0-3ubuntu1~18.04 [7278 kB]
13:40:09 #8 19.68 Unpacking libctf-nobfd0:amd64 (2.35.2-2) ...
13:40:09 #8 19.73 Selecting previously unselected package libctf0:amd64.
13:40:09 #8 19.73 Preparing to unpack .../029-libctf0_2.35.2-2_amd64.deb ...
13:40:09 #8 19.74 Unpacking libctf0:amd64 (2.35.2-2) ...
13:40:09 #8 19.78 Selecting previously unselected package binutils-x86-64-linux-gnu.
13:40:09 #8 19.78 Preparing to unpack .../030-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ...
13:40:09 #8 19.79 Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ...
13:40:09 #8 22.50 Selecting previously unselected package libmpfr6:amd64.
13:40:09 #8 22.51 Preparing to unpack .../035-libmpfr6_4.0.2-1_amd64.deb ...
13:40:09 #8 22.51 Unpacking libmpfr6:amd64 (4.0.2-1) ...
13:40:09 #8 22.61 Selecting previously unselected package libmpc3:amd64.
13:40:09 #8 22.61 Preparing to unpack .../036-libmpc3_1.1.0-1_amd64.deb ...
13:40:09 #8 22.61 Unpacking libmpc3:amd64 (1.1.0-1) ...
13:40:09 #8 22.65 Selecting previously unselected package cpp-8.
13:40:09 #8 22.65 Preparing to unpack .../037-cpp-8_8.3.0-6_amd64.deb ...
13:40:09 #8 22.65 Unpacking cpp-8 (8.3.0-6) ...
13:40:09 #9 21.73 Preparing to unpack .../021-lsb-release_11.1.0ubuntu3_all.deb ...
13:40:09 #9 21.73 Unpacking lsb-release (11.1.0ubuntu3) ...
13:40:09 #9 21.77 Selecting previously unselected package netbase.
13:40:09 #9 21.78 Preparing to unpack .../022-netbase_6.3_all.deb ...
13:40:09 #9 21.78 Unpacking netbase (6.3) ...
13:40:09 #9 21.82 Selecting previously unselected package python3-pkg-resources.
13:40:09 #9 21.82 Preparing to unpack .../023-python3-pkg-resources_52.0.0-4_all.deb ...
13:40:09 #9 21.82 Unpacking python3-pkg-resources (52.0.0-4) ...
13:40:09 #8 36.80 Unpacking libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:09 #8 36.85 Selecting previously unselected package libsort-key-perl.
13:40:09 #8 36.85 Preparing to unpack .../247-libsort-key-perl_1.33-2_arm64.deb ...
13:40:09 #8 36.86 Unpacking libsort-key-perl (1.33-2) ...
13:40:09 #8 36.90 Selecting previously unselected package libstring-copyright-perl.
13:40:09 #8 36.90 Preparing to unpack .../248-libstring-copyright-perl_0.003005-1_all.deb ...
13:40:09 #8 36.90 Unpacking libstring-copyright-perl (0.003005-1) ...
13:40:09 #8 36.93 Selecting previously unselected package libstring-escape-perl.
13:40:09 #8 36.93 Preparing to unpack .../249-libstring-escape-perl_2010.002-2_all.deb ...
13:40:09 #8 36.94 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:09 #8 36.97 Selecting previously unselected package libtext-levenshtein-perl.
13:40:09 #8 36.97 Preparing to unpack .../250-libtext-levenshtein-perl_0.13-1_all.deb ...
13:40:09 #8 36.98 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:40:09 #8 37.02 Selecting previously unselected package libunicode-utf8-perl.
13:40:09 #9 26.78 Selecting previously unselected package libubsan1:arm64.
13:40:09 #9 26.78 Preparing to unpack .../091-libubsan1_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:40:09 #9 26.79 Unpacking libubsan1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:09 #9 26.88 Selecting previously unselected package libgcc-9-dev:arm64.
13:40:09 #9 26.88 Preparing to unpack .../092-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:40:09 #9 26.88 Unpacking libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:09 #9 ...
13:40:09 
13:40:09 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:09 #14 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:09 #14 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:09 #14 DONE 26.7s
13:40:09 
13:40:09 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:09 #9 sha256:8469b9d04f259684fbac5aafc7a2bb91bf9bed81cf8ff7a43a9cd2bb50bd6176
13:40:09 #9 19.99 Selecting previously unselected package xz-utils.
13:40:09 #9 19.99 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
13:40:09 #9 19.99 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
13:40:09 #9 20.08 Selecting previously unselected package gettext-base.
13:40:09 #9 20.08 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
13:40:09 #9 20.09 Unpacking gettext-base (0.19.8.1-10build1) ...
13:40:09 #9 20.14 Selecting previously unselected package iso-codes.
13:40:09 #9 20.14 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
13:40:09 #9 20.15 Unpacking iso-codes (4.4-1) ...
13:40:09 #12 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:09 #8 21.95 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ...
13:40:09 #8 21.96 Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ...
13:40:09 #8 22.03 Selecting previously unselected package libbsd0:amd64.
13:40:09 #8 22.04 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ...
13:40:09 #8 22.04 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
13:40:09 #8 22.09 Selecting previously unselected package libxdmcp6:amd64.
13:40:09 #8 22.09 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
13:40:09 #8 22.10 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
13:40:09 #8 22.13 Selecting previously unselected package libxcb1:amd64.
13:40:09 #8 22.13 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
13:40:09 #8 22.14 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...
13:40:09 #8 22.16 Selecting previously unselected package libx11-data.
13:40:09 #8 22.16 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
13:40:09 #8 22.17 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
13:40:09 #8 22.24 Selecting previously unselected package libx11-6:amd64.
13:40:09 #9 26.49 Preparing to unpack .../5-libreadline8_8.1-2_arm64.deb ...
13:40:09 #9 26.49 Unpacking libreadline8:arm64 (8.1-2) ...
13:40:09 #9 26.53 Selecting previously unselected package libsqlite3-0:arm64.
13:40:09 #9 26.53 Preparing to unpack .../6-libsqlite3-0_3.35.5-1_arm64.deb ...
13:40:09 #9 26.54 Unpacking libsqlite3-0:arm64 (3.35.5-1) ...
13:40:09 #9 26.61 Selecting previously unselected package libpython3.9-stdlib:arm64.
13:40:09 #9 26.61 Preparing to unpack .../7-libpython3.9-stdlib_3.9.7-2build1_arm64.deb ...
13:40:09 #9 26.61 Unpacking libpython3.9-stdlib:arm64 (3.9.7-2build1) ...
13:40:09 #9 26.73 Selecting previously unselected package python3.9.
13:40:09 #9 22.01 Selecting previously unselected package libtirpc-dev:amd64.
13:40:09 #9 22.01 Preparing to unpack .../068-libtirpc-dev_1.3.2-2build1_amd64.deb ...
13:40:09 #9 22.03 Unpacking libtirpc-dev:amd64 (1.3.2-2build1) ...
13:40:09 #9 22.23 Selecting previously unselected package libnsl-dev:amd64.
13:40:09 #9 22.23 Preparing to unpack .../069-libnsl-dev_1.3.0-2build2_amd64.deb ...
13:40:09 #9 22.23 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
13:40:09 #8 35.53 Preparing to unpack .../253-libglib2.0-0_2.66.8-1_arm64.deb ...
13:40:09 #8 35.54 Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
13:40:09 #8 35.66 Selecting previously unselected package libglib2.0-data.
13:40:09 #8 35.67 Preparing to unpack .../254-libglib2.0-data_2.66.8-1_all.deb ...
13:40:09 #8 35.67 Unpacking libglib2.0-data (2.66.8-1) ...
13:40:09 #8 36.73 Selecting previously unselected package libmail-sendmail-perl.
13:40:09 #8 36.73 Preparing to unpack .../252-libmail-sendmail-perl_0.80-1_all.deb ...
13:40:09 #8 36.74 Unpacking libmail-sendmail-perl (0.80-1) ...
13:40:09 #8 36.77 Selecting previously unselected package mailutils-common.
13:40:09 #8 36.77 Preparing to unpack .../253-mailutils-common_1%3a3.5-4_all.deb ...
13:40:09 #8 36.78 Unpacking mailutils-common (1:3.5-4) ...
13:40:09 #8 36.84 Selecting previously unselected package mysql-common.
13:40:09 #8 36.84 Preparing to unpack .../254-mysql-common_5.8+1.0.5_all.deb ...
13:40:09 #8 36.86 Unpacking mysql-common (5.8+1.0.5) ...
13:40:09 #8 36.91 Selecting previously unselected package mariadb-common.
13:40:09 #8 36.91 Preparing to unpack .../255-mariadb-common_1%3a10.3.34-0+deb10u1_all.deb ...
13:40:09 #8 36.92 Unpacking mariadb-common (1:10.3.34-0+deb10u1) ...
13:40:09 #8 36.96 Selecting previously unselected package libmariadb3:arm64.
13:40:10 #9 27.18 Preparing to unpack .../102-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
13:40:10 #9 27.18 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:40:10 #9 27.22 Selecting previously unselected package libssh-4:arm64.
13:40:10 #9 27.22 Preparing to unpack .../103-libssh-4_0.9.6-2build1_arm64.deb ...
13:40:10 #9 27.23 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
13:40:10 #9 27.28 Selecting previously unselected package libcurl4:arm64.
13:40:10 #9 27.28 Preparing to unpack .../104-libcurl4_7.81.0-1ubuntu1.1_arm64.deb ...
13:40:10 #9 27.34 Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.1) ...
13:40:10 #9 27.37 Selecting previously unselected package curl.
13:40:10 #9 27.37 Preparing to unpack .../105-curl_7.81.0-1ubuntu1.1_arm64.deb ...
13:40:10 #9 27.38 Unpacking curl (7.81.0-1ubuntu1.1) ...
13:40:10 #9 27.42 Selecting previously unselected package dctrl-tools.
13:40:10 #8 12.20 Get:99 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gcc armhf 4:7.4.0-1ubuntu2.3 [5208 B]
13:40:10 #8 12.20 Get:100 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libstdc++-7-dev armhf 7.5.0-3ubuntu1~18.04 [1544 kB]
13:40:10 #9 1.671 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [109 kB]
13:40:10 #9 1.771 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [90.7 kB]
13:40:10 #9 1.860 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
13:40:10 
13:40:10 #8 ...
13:40:10 
13:40:10 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:10 #13 sha256:7823f30aba4599db867cedbb57205187709c5d81a136fee369214784be7dbff8
13:40:10 #13 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 9.9s done
13:40:10 #13 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:10 #13 DONE 27.1s
13:40:10 
13:40:10 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:10 #8 sha256:e77cf47aa692d040705dba42b3c67690b4ff6d745a8c33b78bbb347a24d43d2d
13:40:10 #8 20.02 Selecting previously unselected package binutils.
13:40:10 #8 20.02 Preparing to unpack .../031-binutils_2.35.2-2_amd64.deb ...
13:40:10 #8 20.03 Unpacking binutils (2.35.2-2) ...
13:40:10 #8 20.08 Selecting previously unselected package libc-dev-bin.
13:40:10 #8 20.08 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u3_amd64.deb ...
13:40:10 #8 20.09 Unpacking libc-dev-bin (2.31-13+deb11u3) ...
13:40:10 #8 20.18 Selecting previously unselected package linux-libc-dev:amd64.
13:40:10 #8 20.18 Preparing to unpack .../033-linux-libc-dev_5.10.113-1_amd64.deb ...
13:40:10 #13 ...
13:40:10 
13:40:10 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:10 #8 sha256:a3650ab2eafc202881848d6aaccefa9b08ce3891b715fe5b5649470da5ef0c51
13:40:10 #8 1.179 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
13:40:10 #8 1.185 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:40:10 #8 1.213 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:40:10 #8 1.327 Get:4 http://security.debian.org/debian-security buster/updates/main armhf Packages [316 kB]
13:40:10 #8 1.468 Get:5 http://deb.debian.org/debian buster/main armhf Packages [7702 kB]
13:40:10 #8 1.730 Get:6 http://deb.debian.org/debian buster-updates/main armhf Packages [8792 B]
13:40:10 #8 3.109 Fetched 8265 kB in 2s (3800 kB/s)
13:40:10 #8 3.109 Reading package lists...
13:40:10 #8 4.046 Reading package lists...
13:40:10 #8 4.953 Building dependency tree...
13:40:10 #8 5.100 Reading state information...
13:40:10 #8 5.315 The following additional packages will be installed:
13:40:10 #8 5.315   at autoconf automake autopoint autotools-dev binutils
13:40:10 #8 5.315   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:40:10 #8 5.315   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
13:40:10 #8 5.315   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:40:10 #8 5.315   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
13:40:10 #8 5.315   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
13:40:10 #8 5.315   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:40:10 #8 5.315   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
13:40:10 #8 5.315   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:40:10 #8 5.315   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:40:10 #8 5.315   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:40:10 #8 5.315   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
13:40:10 #8 5.315   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
13:40:10 #8 5.315   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
13:40:10 #8 5.315   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:40:10 #8 5.315   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:40:10 #8 5.315   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
13:40:10 #8 5.315   libdata-optlist-perl libdevel-callchecker-perl
13:40:10 #8 5.315   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
13:40:10 #8 5.315   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
13:40:10 #8 5.315   libdynaloader-functions-perl libedit2 libemail-valid-perl
13:40:10 #8 5.315   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
13:40:10 #8 5.315   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
13:40:10 #8 5.315   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
13:40:10 #8 5.315   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
13:40:10 #8 5.315   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
13:40:10 #8 5.315   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
13:40:10 #8 5.315   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
13:40:10 #8 5.315   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
13:40:10 #8 5.315   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
13:40:10 #8 5.315   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:10 #8 5.315   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:40:10 #8 5.315   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
13:40:10 #8 5.315   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
13:40:10 #8 5.315   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:40:10 #8 5.315   libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3
13:40:10 #8 5.315   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5
13:40:10 #8 5.315   libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl
13:40:10 #8 5.315   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:40:10 #8 5.315   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:40:10 #8 5.315   liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
13:40:10 #8 5.315   libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl
13:40:10 #8 5.315   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
13:40:10 #8 5.315   libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl
13:40:10 #8 5.315   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:40:10 #8 5.315   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
13:40:10 #8 5.315   libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
13:40:10 #8 5.315   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:40:10 #8 5.315   libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl
13:40:10 #8 5.315   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
13:40:10 #8 5.315   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
13:40:10 #8 5.315   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
13:40:10 #8 5.315   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
13:40:10 #8 5.315   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:40:10 #8 5.315   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:40:10 #8 5.315   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:40:10 #8 5.315   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
13:40:10 #8 5.315   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
13:40:10 #8 5.315   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:40:10 #8 5.315   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:40:10 #8 5.315   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:40:10 #8 5.315   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
13:40:10 #8 5.315   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
13:40:10 #8 5.315   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl
13:40:10 #8 5.315   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:40:10 #8 5.315   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
13:40:10 #8 5.315   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
13:40:10 #8 5.315   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:40:10 #8 5.315   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:40:10 #8 5.315   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
13:40:10 #8 5.315   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
13:40:10 #8 5.315   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
13:40:10 #8 5.315   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
13:40:10 #8 5.315   mariadb-common mime-support mysql-common netbase openssh-client openssl
13:40:10 #8 5.315   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
13:40:10 #8 5.315   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
13:40:10 #8 5.315   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:40:10 #8 5.315   python3-idna python3-magic python3-minimal python3-pkg-resources
13:40:10 #8 5.315   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:40:10 #8 5.315   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
13:40:10 #8 5.315   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:40:10 #8 5.315 Suggested packages:
13:40:10 #8 5.315   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
13:40:10 #8 5.315   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
13:40:10 #8 5.315   checksecurity debtags dh-make adequate autopkgtest bls-standalone
13:40:10 #8 5.315   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
13:40:10 #8 5.315   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:40:10 #8 5.315   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:40:10 #8 5.315   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:40:10 #8 5.315   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
13:40:10 #8 5.315   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
13:40:10 #8 5.315   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
13:40:10 #8 5.315   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
13:40:10 #8 5.315   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
13:40:10 #8 5.315   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
13:40:10 #8 5.315   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
13:40:10 #8 5.315   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
13:40:10 #8 5.315   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
13:40:10 #8 5.315   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
13:40:10 #8 5.315   libhtml-template-perl libsasl2-modules-gssapi-mit
13:40:10 #8 5.315   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:40:10 #8 5.315   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
13:40:10 #8 5.315   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
13:40:10 #8 5.315   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:40:10 #8 5.315   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:40:10 #8 5.315   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:40:10 #8 5.315   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
13:40:10 #8 5.315   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:40:10 #8 5.315   diffutils-doc perl-doc libterm-readline-gnu-perl
13:40:10 #8 5.315   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
13:40:10 #8 5.315   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
13:40:10 #8 5.315   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
13:40:10 #8 5.315   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
13:40:10 #8 5.315   readline-doc zip wdiff-doc
13:40:10 #8 7.769 The following NEW packages will be installed:
13:40:10 #8 7.769   at autoconf automake autopoint autotools-dev binutils
13:40:10 #8 7.769   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:40:10 #8 7.769   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
13:40:10 #8 7.769   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
13:40:10 #8 7.769   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
13:40:10 #8 7.769   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
13:40:10 #8 7.769   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
13:40:10 #8 7.769   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
13:40:10 #8 7.769   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:40:10 #8 7.769   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
13:40:10 #8 7.769   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
13:40:10 #8 7.769   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:40:10 #8 7.769   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
13:40:10 #8 7.769   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
13:40:10 #8 7.769   libclass-inspector-perl libclass-method-modifiers-perl
13:40:10 #8 7.769   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:40:10 #8 7.769   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
13:40:10 #8 7.769   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:40:10 #8 7.769   libdevel-callchecker-perl libdevel-globaldestruction-perl
13:40:10 #8 7.769   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:40:10 #8 7.769   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
13:40:10 #8 7.769   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
13:40:10 #8 7.769   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
13:40:10 #8 7.769   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
13:40:10 #8 7.769   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
13:40:10 #8 7.769   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
13:40:10 #8 7.769   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
13:40:10 #8 7.769   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
13:40:10 #8 7.769   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
13:40:10 #8 7.769   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
13:40:10 #8 7.769   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:10 #8 7.769   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:40:10 #8 7.769   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
13:40:10 #8 7.769   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
13:40:10 #8 7.769   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:40:10 #8 7.769   libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3
13:40:10 #8 7.769   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5
13:40:10 #8 7.769   libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl
13:40:10 #8 7.769   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:40:10 #8 7.769   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:40:10 #8 7.769   liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
13:40:10 #8 7.769   libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl
13:40:10 #8 7.769   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
13:40:10 #8 7.769   libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl
13:40:10 #8 7.769   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:40:10 #8 7.769   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
13:40:10 #8 7.769   libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
13:40:10 #8 7.769   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:40:10 #8 7.769   libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl
13:40:10 #8 7.769   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
13:40:10 #8 7.769   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
13:40:10 #8 7.769   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
13:40:10 #8 7.769   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
13:40:10 #8 7.769   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:40:10 #8 7.769   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:40:10 #8 7.769   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:40:10 #8 7.769   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
13:40:10 #8 7.769   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
13:40:10 #8 7.769   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:40:10 #8 7.769   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:40:10 #8 7.769   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:40:10 #8 7.769   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
13:40:10 #8 7.769   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
13:40:10 #8 7.769   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl
13:40:10 #8 7.769   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:40:10 #8 7.769   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
13:40:10 #8 7.769   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
13:40:10 #8 7.769   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:40:10 #8 7.769   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:40:10 #8 7.769   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
13:40:10 #8 7.769   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
13:40:10 #8 7.769   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
13:40:10 #8 7.769   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
13:40:10 #8 7.769   mariadb-common mime-support mysql-common netbase openssh-client openssl
13:40:10 #8 7.769   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
13:40:10 #8 7.770   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
13:40:10 #8 7.770   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:40:10 #8 7.770   python3-idna python3-magic python3-minimal python3-pkg-resources
13:40:10 #8 7.770   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:40:10 #8 7.770   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
13:40:10 #8 7.770   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:40:10 #8 8.058 0 upgraded, 359 newly installed, 0 to remove and 2 not upgraded.
13:40:10 #8 8.058 Need to get 156 MB of archives.
13:40:10 #8 8.058 After this operation, 480 MB of additional disk space will be used.
13:40:10 #8 8.058 Get:1 http://security.debian.org/debian-security buster/updates/main armhf xz-utils armhf 5.2.4-1+deb10u1 [181 kB]
13:40:10 #8 8.062 Get:2 http://deb.debian.org/debian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
13:40:10 #8 8.064 Get:3 http://deb.debian.org/debian buster/main armhf lsb-base all 10.2019051400 [28.4 kB]
13:40:10 #8 8.068 Get:4 http://deb.debian.org/debian buster/main armhf cron armhf 3.0pl1-134+deb10u1 [95.3 kB]
13:40:10 #8 8.074 Get:5 http://deb.debian.org/debian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [104 kB]
13:40:10 #8 8.074 Get:6 http://deb.debian.org/debian buster/main armhf bsdmainutils armhf 11.1.2+b1 [186 kB]
13:40:10 #8 8.074 Get:7 http://deb.debian.org/debian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
13:40:10 #8 8.075 Get:8 http://deb.debian.org/debian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [828 kB]
13:40:10 #8 8.092 Get:9 http://deb.debian.org/debian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.4 kB]
13:40:10 #8 8.092 Get:10 http://deb.debian.org/debian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.8 kB]
13:40:10 #8 8.092 Get:11 http://deb.debian.org/debian buster/main armhf man-db armhf 2.8.5-2 [1240 kB]
13:40:10 #8 8.135 Get:12 http://deb.debian.org/debian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
13:40:10 #8 8.161 Get:13 http://deb.debian.org/debian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
13:40:10 #8 8.161 Get:14 http://deb.debian.org/debian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3207 kB]
13:40:10 #8 8.240 Get:15 http://deb.debian.org/debian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB]
13:40:10 #8 8.240 Get:16 http://deb.debian.org/debian buster/main armhf liblocale-gettext-perl armhf 1.07-3+b4 [18.4 kB]
13:40:10 #8 8.240 Get:17 http://deb.debian.org/debian buster/main armhf libssl1.1 armhf 1.1.1n-0+deb10u1 [1310 kB]
13:40:10 #8 8.256 Get:18 http://deb.debian.org/debian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [582 kB]
13:40:10 #8 8.265 Get:19 http://deb.debian.org/debian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u4 [79.6 kB]
13:40:10 #8 8.265 Get:20 http://deb.debian.org/debian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1466 kB]
13:40:10 #8 8.279 Get:21 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
13:40:10 #8 8.282 Get:22 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB]
13:40:10 #8 8.284 Get:23 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB]
13:40:10 #8 8.284 Get:24 http://deb.debian.org/debian buster/main armhf readline-common all 7.0-5 [70.6 kB]
13:40:10 #8 8.293 Get:25 http://deb.debian.org/debian buster/main armhf libreadline7 armhf 7.0-5 [131 kB]
13:40:10 #8 8.293 Get:26 http://deb.debian.org/debian buster/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u1 [560 kB]
13:40:10 #8 8.298 Get:27 http://deb.debian.org/debian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1660 kB]
13:40:10 #8 8.322 Get:28 http://deb.debian.org/debian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
13:40:10 #8 8.325 Get:29 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
13:40:10 #8 8.325 Get:30 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
13:40:10 #8 8.332 Get:31 http://deb.debian.org/debian buster/main armhf less armhf 487-0.1+b1 [121 kB]
13:40:10 #8 8.332 Get:32 http://deb.debian.org/debian buster/main armhf netbase all 5.6 [19.4 kB]
13:40:10 #8 8.332 Get:33 http://deb.debian.org/debian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u1 [46.7 kB]
13:40:10 #8 8.332 Get:34 http://deb.debian.org/debian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
13:40:10 #8 8.334 Get:35 http://deb.debian.org/debian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
13:40:10 #8 8.340 Get:36 http://deb.debian.org/debian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.6 kB]
13:40:10 #8 8.340 Get:37 http://deb.debian.org/debian buster/main armhf gettext-base armhf 0.19.8.1-9 [118 kB]
13:40:10 #8 8.340 Get:38 http://deb.debian.org/debian buster/main armhf krb5-locales all 1.17-3+deb10u3 [95.5 kB]
13:40:10 #8 8.342 Get:39 http://deb.debian.org/debian buster/main armhf manpages all 4.16-2 [1295 kB]
13:40:10 #8 8.375 Get:40 http://deb.debian.org/debian buster/main armhf libedit2 armhf 3.1-20181209-1 [79.5 kB]
13:40:10 #8 8.375 Get:41 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB]
13:40:10 #8 8.375 Get:42 http://deb.debian.org/debian buster/main armhf libkrb5support0 armhf 1.17-3+deb10u3 [62.5 kB]
13:40:10 #8 8.375 Get:43 http://deb.debian.org/debian buster/main armhf libk5crypto3 armhf 1.17-3+deb10u3 [119 kB]
13:40:10 #8 8.375 Get:44 http://deb.debian.org/debian buster/main armhf libkrb5-3 armhf 1.17-3+deb10u3 [323 kB]
13:40:10 #8 8.375 Get:45 http://deb.debian.org/debian buster/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u3 [137 kB]
13:40:10 #8 8.375 Get:46 http://deb.debian.org/debian buster/main armhf openssh-client armhf 1:7.9p1-10+deb10u2 [704 kB]
13:40:10 #8 8.375 Get:47 http://deb.debian.org/debian buster/main armhf ucf all 3.0038+nmu1 [69.0 kB]
13:40:10 #8 8.375 Get:48 http://deb.debian.org/debian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
13:40:10 #8 8.417 Get:49 http://deb.debian.org/debian buster/main armhf at armhf 3.1.23-1 [46.7 kB]
13:40:10 #8 8.417 Get:50 http://deb.debian.org/debian buster/main armhf libsigsegv2 armhf 2.12-2 [32.1 kB]
13:40:10 #8 8.417 Get:51 http://deb.debian.org/debian buster/main armhf m4 armhf 1.4.18-2 [190 kB]
13:40:10 #8 8.417 Get:52 http://deb.debian.org/debian buster/main armhf autoconf all 2.69-11 [341 kB]
13:40:10 #8 8.417 Get:53 http://deb.debian.org/debian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
13:40:10 #8 8.417 Get:54 http://deb.debian.org/debian buster/main armhf automake all 1:1.16.1-4 [771 kB]
13:40:10 #8 8.417 Get:55 http://deb.debian.org/debian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
13:40:10 #8 8.420 Get:56 http://deb.debian.org/debian buster/main armhf binutils-common armhf 2.31.1-16 [2073 kB]
13:40:10 #8 8.474 Get:57 http://deb.debian.org/debian buster/main armhf libbinutils armhf 2.31.1-16 [302 kB]
13:40:10 #8 8.474 Get:58 http://deb.debian.org/debian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16 [2101 kB]
13:40:10 #8 8.498 Get:59 http://deb.debian.org/debian buster/main armhf binutils armhf 2.31.1-16 [56.7 kB]
13:40:10 #8 8.498 Get:60 http://deb.debian.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+deb10u1 [267 kB]
13:40:10 #8 8.498 Get:61 http://deb.debian.org/debian buster/main armhf linux-libc-dev armhf 4.19.235-1 [1492 kB]
13:40:10 #8 8.546 Get:62 http://deb.debian.org/debian buster/main armhf libc6-dev armhf 2.28-10+deb10u1 [2150 kB]
13:40:10 #8 8.556 Get:63 http://deb.debian.org/debian buster/main armhf libisl19 armhf 0.20-2 [455 kB]
13:40:10 #8 8.561 Get:64 http://deb.debian.org/debian buster/main armhf libmpfr6 armhf 4.0.2-1 [731 kB]
13:40:10 #8 8.580 Get:65 http://deb.debian.org/debian buster/main armhf libmpc3 armhf 1.1.0-1 [33.8 kB]
13:40:10 #8 8.580 Get:66 http://deb.debian.org/debian buster/main armhf cpp-8 armhf 8.3.0-6 [6790 kB]
13:40:10 #8 8.732 Get:67 http://deb.debian.org/debian buster/main armhf cpp armhf 4:8.3.0-1 [19.4 kB]
13:40:10 #8 8.732 Get:68 http://deb.debian.org/debian buster/main armhf libcc1-0 armhf 8.3.0-6 [38.9 kB]
13:40:10 #8 8.732 Get:69 http://deb.debian.org/debian buster/main armhf libgomp1 armhf 8.3.0-6 [64.8 kB]
13:40:10 #8 8.732 Get:70 http://deb.debian.org/debian buster/main armhf libatomic1 armhf 8.3.0-6 [6740 B]
13:40:10 #8 8.732 Get:71 http://deb.debian.org/debian buster/main armhf libasan5 armhf 8.3.0-6 [336 kB]
13:40:10 #8 8.732 Get:72 http://deb.debian.org/debian buster/main armhf libubsan1 armhf 8.3.0-6 [103 kB]
13:40:10 #8 8.746 Get:73 http://deb.debian.org/debian buster/main armhf libgcc-8-dev armhf 8.3.0-6 [612 kB]
13:40:10 #8 8.764 Get:74 http://deb.debian.org/debian buster/main armhf gcc-8 armhf 8.3.0-6 [7229 kB]
13:40:10 #8 8.930 Get:75 http://deb.debian.org/debian buster/main armhf gcc armhf 4:8.3.0-1 [5204 B]
13:40:10 #8 8.930 Get:76 http://deb.debian.org/debian buster/main armhf libstdc++-8-dev armhf 8.3.0-6 [1584 kB]
13:40:10 #8 8.944 Get:77 http://deb.debian.org/debian buster/main armhf g++-8 armhf 8.3.0-6 [7463 kB]
13:40:10 #8 9.109 Get:78 http://deb.debian.org/debian buster/main armhf g++ armhf 4:8.3.0-1 [1624 B]
13:40:10 #8 9.109 Get:79 http://deb.debian.org/debian buster/main armhf make armhf 4.2.1-1.2 [327 kB]
13:40:10 #8 9.113 Get:80 http://deb.debian.org/debian buster/main armhf libdpkg-perl all 1.19.7 [1414 kB]
13:40:10 #8 9.137 Get:81 http://deb.debian.org/debian buster/main armhf patch armhf 2.7.6-3+deb10u1 [123 kB]
13:40:10 #8 9.137 Get:82 http://deb.debian.org/debian buster/main armhf dpkg-dev all 1.19.7 [1773 kB]
13:40:10 #8 9.165 Get:83 http://deb.debian.org/debian buster/main armhf build-essential armhf 12.6 [7568 B]
13:40:10 #8 9.165 Get:84 http://deb.debian.org/debian buster/main armhf openssl armhf 1.1.1n-0+deb10u1 [828 kB]
13:40:10 #8 9.213 Get:85 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB]
13:40:10 #8 9.213 Get:86 http://deb.debian.org/debian buster/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-1+deb10u2 [67.4 kB]
13:40:10 #8 9.213 Get:87 http://deb.debian.org/debian buster/main armhf libsasl2-2 armhf 2.1.27+dfsg-1+deb10u2 [98.9 kB]
13:40:10 #8 9.213 Get:88 http://deb.debian.org/debian buster/main armhf libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:40:10 #8 9.213 Get:89 http://deb.debian.org/debian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+deb10u6 [202 kB]
13:40:10 #8 9.213 Get:90 http://deb.debian.org/debian buster/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u1 [74.4 kB]
13:40:10 #8 9.213 Get:91 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB]
13:40:10 #8 9.213 Get:92 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB]
13:40:10 #8 9.213 Get:93 http://deb.debian.org/debian buster/main armhf libssh2-1 armhf 1.8.0-2.1 [129 kB]
13:40:10 #8 9.213 Get:94 http://deb.debian.org/debian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u2 [298 kB]
13:40:10 #8 9.213 Get:95 http://deb.debian.org/debian buster/main armhf curl armhf 7.64.0-4+deb10u2 [257 kB]
13:40:10 #8 9.224 Get:96 http://deb.debian.org/debian buster/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
13:40:10 #8 9.224 Get:97 http://deb.debian.org/debian buster/main armhf libtool all 2.4.6-9 [547 kB]
13:40:10 #8 9.224 Get:98 http://deb.debian.org/debian buster/main armhf dh-autoreconf all 19 [16.9 kB]
13:40:10 #8 9.225 Get:99 http://deb.debian.org/debian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
13:40:10 #8 9.227 Get:100 http://deb.debian.org/debian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
13:40:10 #8 9.227 Get:101 http://deb.debian.org/debian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
13:40:10 #8 9.233 Get:102 http://deb.debian.org/debian buster/main armhf dwz armhf 0.12-3 [72.0 kB]
13:40:10 #8 9.233 Get:103 http://deb.debian.org/debian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u3 [1102 kB]
13:40:10 #8 9.249 Get:104 http://deb.debian.org/debian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [8002 kB]
13:40:10 #8 9.404 Get:105 http://deb.debian.org/debian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u3 [597 kB]
13:40:10 #8 9.411 Get:106 http://deb.debian.org/debian buster/main armhf libcroco3 armhf 0.6.12-3 [133 kB]
13:40:10 #8 9.416 Get:107 http://deb.debian.org/debian buster/main armhf libncurses6 armhf 6.1+20181013-2+deb10u2 [79.8 kB]
13:40:10 #8 9.417 Get:108 http://deb.debian.org/debian buster/main armhf gettext armhf 0.19.8.1-9 [1242 kB]
13:40:10 #8 9.434 Get:109 http://deb.debian.org/debian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
13:40:10 #8 9.437 Get:110 http://deb.debian.org/debian buster/main armhf po-debconf all 1.0.21 [248 kB]
13:40:10 #8 9.441 Get:111 http://deb.debian.org/debian buster/main armhf debhelper all 12.1.1 [1016 kB]
13:40:10 #8 9.459 Get:112 http://deb.debian.org/debian buster/main armhf debian-keyring all 2019.02.25 [32.4 MB]
13:40:10 #8 ...
13:40:10 
13:40:10 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:10 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:10 #9 21.91 Selecting previously unselected package ucf.
13:40:10 #9 21.91 Preparing to unpack .../024-ucf_3.0043_all.deb ...
13:40:10 #9 21.91 Moving old data out of the way
13:40:10 #9 21.91 Unpacking ucf (3.0043) ...
13:40:10 #9 21.95 Selecting previously unselected package libmagic-mgc.
13:40:10 #9 21.95 Preparing to unpack .../025-libmagic-mgc_1%3a5.39-3_amd64.deb ...
13:40:10 #9 21.96 Unpacking libmagic-mgc (1:5.39-3) ...
13:40:10 #9 22.08 Selecting previously unselected package libmagic1:amd64.
13:40:10 #9 22.08 Preparing to unpack .../026-libmagic1_1%3a5.39-3_amd64.deb ...
13:40:10 #9 22.09 Unpacking libmagic1:amd64 (1:5.39-3) ...
13:40:10 #9 22.13 Selecting previously unselected package file.
13:40:10 #9 22.13 Preparing to unpack .../027-file_1%3a5.39-3_amd64.deb ...
13:40:10 #9 22.13 Unpacking file (1:5.39-3) ...
13:40:10 #9 22.17 Selecting previously unselected package gettext-base.
13:40:10 #9 22.17 Preparing to unpack .../028-gettext-base_0.21-4ubuntu3_amd64.deb ...
13:40:10 #9 22.17 Unpacking gettext-base (0.21-4ubuntu3) ...
13:40:10 #9 22.23 Selecting previously unselected package iso-codes.
13:40:10 #9 22.23 Preparing to unpack .../029-iso-codes_4.6.0-1_all.deb ...
13:40:10 #9 22.24 Unpacking iso-codes (4.6.0-1) ...
13:40:10 #9 27.12 Selecting previously unselected package gcc-9.
13:40:10 #9 27.12 Preparing to unpack .../093-gcc-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:40:10 #9 27.12 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:10 #8 37.02 Preparing to unpack .../251-libunicode-utf8-perl_0.60-1build4_arm64.deb ...
13:40:10 #8 37.03 Unpacking libunicode-utf8-perl (0.60-1build4) ...
13:40:10 #8 37.06 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:10 #8 37.06 Preparing to unpack .../252-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:40:10 #8 37.07 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:40:10 #8 37.10 Selecting previously unselected package libxml-sax-base-perl.
13:40:10 #8 37.10 Preparing to unpack .../253-libxml-sax-base-perl_1.09-1_all.deb ...
13:40:10 #8 37.10 Unpacking libxml-sax-base-perl (1.09-1) ...
13:40:10 #8 37.22 Selecting previously unselected package libxml-sax-perl.
13:40:10 #8 37.23 Preparing to unpack .../254-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
13:40:10 #8 37.23 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
13:40:10 #8 37.29 Selecting previously unselected package libxml-libxml-perl.
13:40:10 #8 2.816 Reading package lists...
13:40:10 #12 DONE 27.7s
13:40:10 
13:40:10 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:40:10 #8 sha256:6fde161d932ad248341709781879759edff67030c9f1f2e7c2f2ddb9ba1e55cd
13:40:10 #8 22.24 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
13:40:10 #8 22.24 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
13:40:10 #8 22.32 Setting up multiarch-support (2.27-3ubuntu1.5) ...
13:40:10 #8 22.37 Selecting previously unselected package libxext6:amd64.
13:40:10 #8 22.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 ... 5104 files and directories currently installed.)
13:40:10 #8 22.37 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_amd64.deb ...
13:40:10 #8 22.38 Unpacking libxext6:amd64 (2:1.3.3-1) ...
13:40:10 #8 22.41 Selecting previously unselected package bsdmainutils.
13:40:10 #8 22.41 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_amd64.deb ...
13:40:10 #8 22.41 Unpacking bsdmainutils (11.1.2ubuntu1) ...
13:40:10 #8 22.46 Selecting previously unselected package groff-base.
13:40:10 #8 22.46 Preparing to unpack .../002-groff-base_1.22.3-10_amd64.deb ...
13:40:10 #8 22.46 Unpacking groff-base (1.22.3-10) ...
13:40:10 #9 26.73 Preparing to unpack .../8-python3.9_3.9.7-2build1_arm64.deb ...
13:40:10 #9 26.73 Unpacking python3.9 (3.9.7-2build1) ...
13:40:10 #9 26.76 Selecting previously unselected package libpython3-stdlib:arm64.
13:40:10 #9 26.76 Preparing to unpack .../9-libpython3-stdlib_3.9.4-1build1_arm64.deb ...
13:40:10 #9 26.77 Unpacking libpython3-stdlib:arm64 (3.9.4-1build1) ...
13:40:10 #9 26.80 Setting up python3-minimal (3.9.4-1build1) ...
13:40:10 #9 26.98 Selecting previously unselected package python3.
13:40:10 #9 22.36 Selecting previously unselected package libc6-dev:amd64.
13:40:10 #9 22.36 Preparing to unpack .../070-libc6-dev_2.35-0ubuntu3_amd64.deb ...
13:40:10 #9 22.37 Unpacking libc6-dev:amd64 (2.35-0ubuntu3) ...
13:40:10 #9 22.58 Selecting previously unselected package gcc-11-base:amd64.
13:40:10 #8 35.81 Selecting previously unselected package libgpm2:arm64.
13:40:10 #8 35.82 Preparing to unpack .../255-libgpm2_1.20.7-8_arm64.deb ...
13:40:10 #8 35.82 Unpacking libgpm2:arm64 (1.20.7-8) ...
13:40:10 #8 35.86 Selecting previously unselected package libhash-fieldhash-perl.
13:40:10 #8 35.86 Preparing to unpack .../256-libhash-fieldhash-perl_0.15-1+b3_arm64.deb ...
13:40:10 #8 35.86 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
13:40:10 #8 35.89 Selecting previously unselected package libhtml-form-perl.
13:40:10 #8 35.90 Preparing to unpack .../257-libhtml-form-perl_6.07-1_all.deb ...
13:40:10 #8 35.90 Unpacking libhtml-form-perl (6.07-1) ...
13:40:10 #8 35.93 Selecting previously unselected package libhtml-format-perl.
13:40:10 #8 35.94 Preparing to unpack .../258-libhtml-format-perl_2.12-1.1_all.deb ...
13:40:10 #8 35.94 Unpacking libhtml-format-perl (2.12-1.1) ...
13:40:10 #8 35.97 Selecting previously unselected package libhtml-html5-entities-perl.
13:40:10 #8 35.97 Preparing to unpack .../259-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:40:10 #8 35.98 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:40:10 #8 36.01 Selecting previously unselected package libhttp-daemon-perl.
13:40:10 #8 36.02 Preparing to unpack .../260-libhttp-daemon-perl_6.12-1_all.deb ...
13:40:10 #8 36.02 Unpacking libhttp-daemon-perl (6.12-1) ...
13:40:10 #8 36.96 Preparing to unpack .../256-libmariadb3_1%3a10.3.34-0+deb10u1_arm64.deb ...
13:40:10 #8 36.96 Unpacking libmariadb3:arm64 (1:10.3.34-0+deb10u1) ...
13:40:10 #8 37.01 Selecting previously unselected package libpython2.7-minimal:arm64.
13:40:10 #8 37.01 Preparing to unpack .../257-libpython2.7-minimal_2.7.16-2+deb10u1_arm64.deb ...
13:40:10 #8 37.02 Unpacking libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
13:40:10 #8 37.09 Selecting previously unselected package libpython2.7-stdlib:arm64.
13:40:10 #8 37.09 Preparing to unpack .../258-libpython2.7-stdlib_2.7.16-2+deb10u1_arm64.deb ...
13:40:10 #8 37.10 Unpacking libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
13:40:10 #9 27.42 Preparing to unpack .../106-dctrl-tools_2.24-3build2_arm64.deb ...
13:40:10 #9 27.44 Unpacking dctrl-tools (2.24-3build2) ...
13:40:10 #9 27.48 Selecting previously unselected package libdebhelper-perl.
13:40:10 #9 27.48 Preparing to unpack .../107-libdebhelper-perl_13.6ubuntu1_all.deb ...
13:40:10 #9 27.48 Unpacking libdebhelper-perl (13.6ubuntu1) ...
13:40:10 #9 27.52 Selecting previously unselected package libtool.
13:40:10 #9 27.52 Preparing to unpack .../108-libtool_2.4.6-15build2_all.deb ...
13:40:10 #9 27.53 Unpacking libtool (2.4.6-15build2) ...
13:40:10 #9 27.57 Selecting previously unselected package dh-autoreconf.
13:40:10 #9 27.57 Preparing to unpack .../109-dh-autoreconf_20_all.deb ...
13:40:10 #9 27.57 Unpacking dh-autoreconf (20) ...
13:40:10 #9 27.60 Selecting previously unselected package libarchive-zip-perl.
13:40:10 #9 27.60 Preparing to unpack .../110-libarchive-zip-perl_1.68-1_all.deb ...
13:40:10 #9 27.61 Unpacking libarchive-zip-perl (1.68-1) ...
13:40:10 #9 27.64 Selecting previously unselected package libsub-override-perl.
13:40:10 #8 12.25 Get:101 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf g++-7 armhf 7.5.0-3ubuntu1~18.04 [7494 kB]
13:40:10 #9 1.965 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB]
13:40:10 #9 2.206 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB]
13:40:10 #9 2.206 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB]
13:40:10 #8 20.19 Unpacking linux-libc-dev:amd64 (5.10.113-1) ...
13:40:10 #10 21.99 Running transaction check
13:40:10 #10 22.07 Transaction check succeeded.
13:40:10 #10 22.08 Running transaction test
13:40:10 #20 DONE 5.4s
13:40:10 
13:40:10 #22 [linux/arm64->arm/v6 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
13:40:10 #22 DONE 0.1s
13:40:10 
13:40:10 #23 [linux/arm64->arm/v6 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true
13:40:10 #8 37.30 Preparing to unpack .../255-libxml-libxml-perl_2.0128+dfsg-5_arm64.deb ...
13:40:10 #8 37.30 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
13:40:10 #8 37.37 Selecting previously unselected package libxml-parser-perl.
13:40:10 #8 37.38 Preparing to unpack .../256-libxml-parser-perl_2.44-2build3_arm64.deb ...
13:40:10 #8 37.38 Unpacking libxml-parser-perl (2.44-2build3) ...
13:40:10 #8 37.43 Selecting previously unselected package libxml-sax-expat-perl.
13:40:10 #8 37.43 Preparing to unpack .../257-libxml-sax-expat-perl_0.40-2_all.deb ...
13:40:10 #8 37.43 Unpacking libxml-sax-expat-perl (0.40-2) ...
13:40:10 #8 37.47 Selecting previously unselected package libxml-simple-perl.
13:40:10 #8 37.47 Preparing to unpack .../258-libxml-simple-perl_2.24-1_all.deb ...
13:40:10 #8 37.47 Unpacking libxml-simple-perl (2.24-1) ...
13:40:10 #8 37.50 Selecting previously unselected package libyaml-libyaml-perl.
13:40:10 #8 37.51 Preparing to unpack .../259-libyaml-libyaml-perl_0.69+repack-1_arm64.deb ...
13:40:10 #8 37.51 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
13:40:10 #8 37.54 Selecting previously unselected package licensecheck.
13:40:10 #8 22.53 Selecting previously unselected package libgdbm5:amd64.
13:40:10 #8 22.54 Preparing to unpack .../003-libgdbm5_1.14.1-6_amd64.deb ...
13:40:10 #8 22.54 Unpacking libgdbm5:amd64 (1.14.1-6) ...
13:40:10 #8 22.58 Selecting previously unselected package libpipeline1:amd64.
13:40:10 #8 22.58 Preparing to unpack .../004-libpipeline1_1.5.0-1_amd64.deb ...
13:40:10 #8 22.58 Unpacking libpipeline1:amd64 (1.5.0-1) ...
13:40:10 #8 22.63 Selecting previously unselected package man-db.
13:40:10 #8 22.63 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_amd64.deb ...
13:40:10 #8 22.63 Unpacking man-db (2.8.3-2ubuntu0.1) ...
13:40:10 #8 22.74 Selecting previously unselected package perl-modules-5.26.
13:40:10 #9 20.69 Selecting previously unselected package krb5-locales.
13:40:10 #9 20.69 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
13:40:10 #9 20.70 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
13:40:10 #9 20.73 Selecting previously unselected package libcbor0.6:amd64.
13:40:10 #9 20.73 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
13:40:10 #9 20.74 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
13:40:10 #9 26.98 (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 ... 6983 files and directories currently installed.)
13:40:10 #9 26.99 Preparing to unpack .../000-python3_3.9.4-1build1_arm64.deb ...
13:40:10 #9 27.00 Unpacking python3 (3.9.4-1build1) ...
13:40:10 #9 27.03 Selecting previously unselected package bsdextrautils.
13:40:10 #9 27.03 Preparing to unpack .../001-bsdextrautils_2.36.1-8ubuntu2.2_arm64.deb ...
13:40:10 #9 27.04 Unpacking bsdextrautils (2.36.1-8ubuntu2.2) ...
13:40:10 #9 27.09 Selecting previously unselected package libuchardet0:arm64.
13:40:10 #9 27.09 Preparing to unpack .../002-libuchardet0_0.0.7-1build1_arm64.deb ...
13:40:10 #9 27.09 Unpacking libuchardet0:arm64 (0.0.7-1build1) ...
13:40:10 #9 27.12 Selecting previously unselected package groff-base.
13:40:10 #9 27.12 Preparing to unpack .../003-groff-base_1.22.4-7_arm64.deb ...
13:40:10 #9 27.13 Unpacking groff-base (1.22.4-7) ...
13:40:10 #9 27.19 Selecting previously unselected package libgdbm6:arm64.
13:40:10 #9 27.20 Preparing to unpack .../004-libgdbm6_1.19-2_arm64.deb ...
13:40:10 #9 27.20 Unpacking libgdbm6:arm64 (1.19-2) ...
13:40:10 #9 27.23 Selecting previously unselected package libpipeline1:arm64.
13:40:10 #9 27.24 Preparing to unpack .../005-libpipeline1_1.5.3-1build1_arm64.deb ...
13:40:10 #9 27.24 Unpacking libpipeline1:arm64 (1.5.3-1build1) ...
13:40:10 #9 27.29 Selecting previously unselected package man-db.
13:40:10 #9 27.29 Preparing to unpack .../006-man-db_2.9.4-2_arm64.deb ...
13:40:10 #9 27.29 Unpacking man-db (2.9.4-2) ...
13:40:10 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 11.4s done
13:40:10 #12 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:10 #9 22.58 Preparing to unpack .../071-gcc-11-base_11.2.0-19ubuntu1_amd64.deb ...
13:40:10 #9 22.59 Unpacking gcc-11-base:amd64 (11.2.0-19ubuntu1) ...
13:40:10 #9 22.64 Selecting previously unselected package libisl23:amd64.
13:40:10 #9 22.64 Preparing to unpack .../072-libisl23_0.24-2build1_amd64.deb ...
13:40:10 #9 22.64 Unpacking libisl23:amd64 (0.24-2build1) ...
13:40:10 #9 22.69 Selecting previously unselected package libmpfr6:amd64.
13:40:10 #9 22.69 Preparing to unpack .../073-libmpfr6_4.1.0-3build3_amd64.deb ...
13:40:10 #9 22.70 Unpacking libmpfr6:amd64 (4.1.0-3build3) ...
13:40:10 #9 22.74 Selecting previously unselected package libmpc3:amd64.
13:40:10 #9 22.74 Preparing to unpack .../074-libmpc3_1.2.1-2build1_amd64.deb ...
13:40:10 #9 22.75 Unpacking libmpc3:amd64 (1.2.1-2build1) ...
13:40:10 #9 22.77 Selecting previously unselected package cpp-11.
13:40:10 #9 22.77 Preparing to unpack .../075-cpp-11_11.2.0-19ubuntu1_amd64.deb ...
13:40:10 #9 22.78 Unpacking cpp-11 (11.2.0-19ubuntu1) ...
13:40:10 #8 36.11 Selecting previously unselected package libio-sessiondata-perl.
13:40:10 #8 36.12 Preparing to unpack .../261-libio-sessiondata-perl_1.03-1.1_all.deb ...
13:40:10 #8 36.12 Unpacking libio-sessiondata-perl (1.03-1.1) ...
13:40:10 #8 36.15 Selecting previously unselected package libipc-run3-perl.
13:40:10 #8 36.15 Preparing to unpack .../262-libipc-run3-perl_0.048-2_all.deb ...
13:40:10 #8 36.16 Unpacking libipc-run3-perl (0.048-2) ...
13:40:10 #8 36.23 Selecting previously unselected package libtypes-serialiser-perl.
13:40:10 #8 36.23 Preparing to unpack .../263-libtypes-serialiser-perl_1.01-1_all.deb ...
13:40:10 #8 36.24 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:40:10 #8 36.27 Selecting previously unselected package libjson-xs-perl.
13:40:10 #8 36.27 Preparing to unpack .../264-libjson-xs-perl_4.030-1+b1_arm64.deb ...
13:40:10 #8 36.27 Unpacking libjson-xs-perl (4.030-1+b1) ...
13:40:10 #8 36.31 Selecting previously unselected package libjson-maybexs-perl.
13:40:10 #8 36.31 Preparing to unpack .../265-libjson-maybexs-perl_1.004003-1_all.deb ...
13:40:10 #8 36.31 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:40:10 #8 36.34 Selecting previously unselected package libldap-common.
13:40:10 #14 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 5.2s
13:40:10 #8 37.28 Selecting previously unselected package libpython2.7:arm64.
13:40:10 #8 37.28 Preparing to unpack .../259-libpython2.7_2.7.16-2+deb10u1_arm64.deb ...
13:40:10 #8 37.29 Unpacking libpython2.7:arm64 (2.7.16-2+deb10u1) ...
13:40:10 #8 37.40 Selecting previously unselected package libmailutils5:arm64.
13:40:10 #8 37.40 Preparing to unpack .../260-libmailutils5_1%3a3.5-4_arm64.deb ...
13:40:10 #8 37.40 Unpacking libmailutils5:arm64 (1:3.5-4) ...
13:40:10 #8 37.47 Selecting previously unselected package libmime-tools-perl.
13:40:10 #8 37.48 Preparing to unpack .../261-libmime-tools-perl_5.509-1_all.deb ...
13:40:10 #8 37.48 Unpacking libmime-tools-perl (5.509-1) ...
13:40:10 #8 37.53 Selecting previously unselected package libnet-dns-sec-perl.
13:40:10 #14 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 7.2s done
13:40:10 #9 27.64 Preparing to unpack .../111-libsub-override-perl_0.09-2_all.deb ...
13:40:10 #9 27.65 Unpacking libsub-override-perl (0.09-2) ...
13:40:10 #9 27.68 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:10 #9 27.68 Preparing to unpack .../112-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
13:40:10 #9 27.69 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
13:40:10 #9 27.72 Selecting previously unselected package dh-strip-nondeterminism.
13:40:10 #9 27.72 Preparing to unpack .../113-dh-strip-nondeterminism_1.13.0-1_all.deb ...
13:40:10 #9 27.72 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
13:40:10 #9 27.76 Selecting previously unselected package libdw1:arm64.
13:40:10 #9 27.76 Preparing to unpack .../114-libdw1_0.186-1build1_arm64.deb ...
13:40:10 #9 27.76 Unpacking libdw1:arm64 (0.186-1build1) ...
13:40:10 #9 27.80 Selecting previously unselected package debugedit.
13:40:10 #9 27.80 Preparing to unpack .../115-debugedit_1%3a5.0-4build1_arm64.deb ...
13:40:10 #9 27.80 Unpacking debugedit (1:5.0-4build1) ...
13:40:10 #9 27.83 Selecting previously unselected package dwz.
13:40:10 #9 27.83 Preparing to unpack .../116-dwz_0.14-1build2_arm64.deb ...
13:40:10 #9 27.84 Unpacking dwz (0.14-1build2) ...
13:40:10 #9 27.88 Selecting previously unselected package gettext.
13:40:10 #8 20.49 Selecting previously unselected package libcrypt-dev:amd64.
13:40:10 #8 20.49 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
13:40:10 #8 20.49 Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
13:40:10 #8 20.54 Selecting previously unselected package libtirpc-dev:amd64.
13:40:10 #8 20.54 Preparing to unpack .../035-libtirpc-dev_1.3.1-1_amd64.deb ...
13:40:10 #8 20.54 Unpacking libtirpc-dev:amd64 (1.3.1-1) ...
13:40:10 #10 22.41 Transaction test succeeded.
13:40:10 #23 DONE 0.2s
13:40:10 
13:40:10 #24 [linux/arm64->arm/v6 build 3/3] 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
13:40:10 #24 0.200 Building static docker-linux-arm-v6
13:40:10 #8 37.54 Preparing to unpack .../260-licensecheck_3.0.31-2_all.deb ...
13:40:10 #8 37.55 Unpacking licensecheck (3.0.31-2) ...
13:40:10 #8 37.58 Selecting previously unselected package patchutils.
13:40:10 #8 37.58 Preparing to unpack .../261-patchutils_0.3.4-2_arm64.deb ...
13:40:10 #8 37.58 Unpacking patchutils (0.3.4-2) ...
13:40:10 #8 37.62 Selecting previously unselected package t1utils.
13:40:10 #8 37.62 Preparing to unpack .../262-t1utils_1.41-2_arm64.deb ...
13:40:10 #8 37.63 Unpacking t1utils (1.41-2) ...
13:40:10 #8 37.66 Selecting previously unselected package lintian.
13:40:10 #8 37.67 Preparing to unpack .../263-lintian_2.5.81ubuntu1_all.deb ...
13:40:10 #8 37.67 Unpacking lintian (2.5.81ubuntu1) ...
13:40:10 #8 22.75 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ...
13:40:10 #8 22.75 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
13:40:10 #9 27.62 Selecting previously unselected package gcc.
13:40:10 #9 27.62 Preparing to unpack .../094-gcc_4%3a9.3.0-1ubuntu2_arm64.deb ...
13:40:10 #9 27.63 Unpacking gcc (4:9.3.0-1ubuntu2) ...
13:40:10 #9 27.67 Selecting previously unselected package libstdc++-9-dev:arm64.
13:40:10 #9 27.67 Preparing to unpack .../095-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:40:10 #9 27.68 Unpacking libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:10 #9 27.90 Selecting previously unselected package g++-9.
13:40:10 #9 20.78 Selecting previously unselected package libedit2:amd64.
13:40:10 #9 20.78 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
13:40:10 #9 20.79 Unpacking libedit2:amd64 (3.1-20191231-1) ...
13:40:10 #9 20.83 Selecting previously unselected package libfido2-1:amd64.
13:40:10 #9 20.84 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
13:40:10 #9 20.84 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
13:40:10 #9 20.90 Selecting previously unselected package libkrb5support0:amd64.
13:40:10 #9 20.90 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ...
13:40:10 #9 20.91 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
13:40:10 #9 20.95 Selecting previously unselected package libk5crypto3:amd64.
13:40:10 #9 20.96 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ...
13:40:10 #9 20.96 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
13:40:10 #9 27.41 Selecting previously unselected package perl-modules-5.32.
13:40:10 #9 27.41 Preparing to unpack .../007-perl-modules-5.32_5.32.1-3ubuntu3_all.deb ...
13:40:10 #9 27.41 Unpacking perl-modules-5.32 (5.32.1-3ubuntu3) ...
13:40:10 #12 DONE 28.4s
13:40:10 
13:40:10 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:40:10 #8 sha256:59ce26c958d6d9881d0ea2c7c54962af7775fbb18d3d7af1a10ccefd5047c325
13:40:10 #9 22.95 Selecting previously unselected package cpp.
13:40:10 #9 22.95 Preparing to unpack .../076-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ...
13:40:10 #9 22.95 Unpacking cpp (4:11.2.0-1ubuntu1) ...
13:40:10 #9 22.99 Selecting previously unselected package libcc1-0:amd64.
13:40:10 #9 23.00 Preparing to unpack .../077-libcc1-0_12-20220319-1ubuntu1_amd64.deb ...
13:40:10 #9 23.00 Unpacking libcc1-0:amd64 (12-20220319-1ubuntu1) ...
13:40:10 #9 23.04 Selecting previously unselected package libgomp1:amd64.
13:40:10 #9 23.04 Preparing to unpack .../078-libgomp1_12-20220319-1ubuntu1_amd64.deb ...
13:40:10 #9 23.05 Unpacking libgomp1:amd64 (12-20220319-1ubuntu1) ...
13:40:10 #9 23.08 Selecting previously unselected package libitm1:amd64.
13:40:10 #14 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a
13:40:10 #8 36.35 Preparing to unpack .../266-libldap-common_2.4.57+dfsg-3_all.deb ...
13:40:10 #8 36.35 Unpacking libldap-common (2.4.57+dfsg-3) ...
13:40:10 #8 36.38 Selecting previously unselected package liblist-compare-perl.
13:40:10 #8 36.39 Preparing to unpack .../267-liblist-compare-perl_0.55-1_all.deb ...
13:40:10 #8 36.39 Unpacking liblist-compare-perl (0.55-1) ...
13:40:10 #8 36.42 Selecting previously unselected package liblist-someutils-perl.
13:40:10 #8 36.43 Preparing to unpack .../268-liblist-someutils-perl_0.58-1_all.deb ...
13:40:10 #8 36.43 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:10 #8 36.46 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:10 #8 36.46 Preparing to unpack .../269-liblist-someutils-xs-perl_0.58-2+b1_arm64.deb ...
13:40:10 #8 36.47 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
13:40:10 #8 36.50 Selecting previously unselected package liblist-utilsby-perl.
13:40:10 #8 36.51 Preparing to unpack .../270-liblist-utilsby-perl_0.11-1_all.deb ...
13:40:10 #8 36.51 Unpacking liblist-utilsby-perl (0.11-1) ...
13:40:10 #8 36.54 Selecting previously unselected package libltdl7:arm64.
13:40:10 #8 36.55 Preparing to unpack .../271-libltdl7_2.4.6-15_arm64.deb ...
13:40:10 #8 36.55 Unpacking libltdl7:arm64 (2.4.6-15) ...
13:40:10 #8 36.59 Selecting previously unselected package libltdl-dev:arm64.
13:40:10 #8 37.53 Preparing to unpack .../262-libnet-dns-sec-perl_1.11-1_arm64.deb ...
13:40:10 #8 37.53 Unpacking libnet-dns-sec-perl (1.11-1) ...
13:40:10 #8 37.56 Selecting previously unselected package libnet-libidn-perl.
13:40:10 #8 37.57 Preparing to unpack .../263-libnet-libidn-perl_0.12.ds-3+b1_arm64.deb ...
13:40:10 #8 37.57 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
13:40:10 #8 37.63 Selecting previously unselected package libnumber-compare-perl.
13:40:10 #8 37.64 Preparing to unpack .../264-libnumber-compare-perl_0.03-1_all.deb ...
13:40:10 #8 37.64 Unpacking libnumber-compare-perl (0.03-1) ...
13:40:10 #8 37.67 Selecting previously unselected package libnumber-range-perl.
13:40:10 #8 37.67 Preparing to unpack .../265-libnumber-range-perl_0.12-1_all.deb ...
13:40:10 #8 37.67 Unpacking libnumber-range-perl (0.12-1) ...
13:40:10 #8 37.71 Selecting previously unselected package libossp-uuid16:arm64.
13:40:10 #8 37.71 Preparing to unpack .../266-libossp-uuid16_1.6.2-1.5+b7_arm64.deb ...
13:40:10 #8 37.72 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
13:40:10 #8 37.75 Selecting previously unselected package libossp-uuid-perl.
13:40:10 #8 37.76 Preparing to unpack .../267-libossp-uuid-perl_1.6.2-1.5+b7_arm64.deb ...
13:40:10 #8 37.76 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
13:40:10 #8 37.79 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:10 #8 37.79 Preparing to unpack .../268-libpackage-stash-xs-perl_0.29-1_arm64.deb ...
13:40:10 #8 37.80 Unpacking libpackage-stash-xs-perl (0.29-1) ...
13:40:10 #8 37.83 Selecting previously unselected package libparse-debianchangelog-perl.
13:40:10 #8 37.83 Preparing to unpack .../269-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
13:40:10 #8 37.84 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
13:40:10 #8 37.87 Selecting previously unselected package libtext-glob-perl.
13:40:10 #9 27.88 Preparing to unpack .../117-gettext_0.21-4ubuntu4_arm64.deb ...
13:40:10 #9 27.88 Unpacking gettext (0.21-4ubuntu4) ...
13:40:10 #9 27.94 Selecting previously unselected package intltool-debian.
13:40:10 #9 27.94 Preparing to unpack .../118-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:10 #9 27.94 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:10 #9 27.98 Selecting previously unselected package po-debconf.
13:40:10 #9 27.99 Preparing to unpack .../119-po-debconf_1.0.21+nmu1_all.deb ...
13:40:10 #9 27.99 Unpacking po-debconf (1.0.21+nmu1) ...
13:40:10 #9 28.04 Selecting previously unselected package debhelper.
13:40:10 #9 28.04 Preparing to unpack .../120-debhelper_13.6ubuntu1_all.deb ...
13:40:10 #9 28.04 Unpacking debhelper (13.6ubuntu1) ...
13:40:10 #9 28.10 Selecting previously unselected package libfakeroot:arm64.
13:40:10 #8 23.71 Selecting previously unselected package cpp.
13:40:10 #8 23.71 Preparing to unpack .../038-cpp_4%3a8.3.0-1_amd64.deb ...
13:40:10 #8 23.72 Unpacking cpp (4:8.3.0-1) ...
13:40:10 #8 23.79 Selecting previously unselected package libcc1-0:amd64.
13:40:10 #8 20.61 Selecting previously unselected package libnsl-dev:amd64.
13:40:10 #8 20.61 Preparing to unpack .../036-libnsl-dev_1.3.0-2_amd64.deb ...
13:40:10 #8 20.62 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
13:40:10 #8 20.66 Selecting previously unselected package libc6-dev:amd64.
13:40:10 #8 20.66 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u3_amd64.deb ...
13:40:10 #8 20.66 Unpacking libc6-dev:amd64 (2.31-13+deb11u3) ...
13:40:10 #8 12.81 Get:102 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf g++ armhf 4:7.4.0-1ubuntu2.3 [1568 B]
13:40:10 #8 12.88 Get:103 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf make armhf 4.1-9.1ubuntu1 [142 kB]
13:40:10 #10 22.41 Running transaction
13:40:10 #24 0.204 + go build -o /out/docker-linux-arm-v6 -tags  -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:40:10Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40"' github.com/docker/cli/cmd/docker
13:40:10 #8 37.82 Selecting previously unselected package manpages-dev.
13:40:10 #8 37.82 Preparing to unpack .../264-manpages-dev_4.15-1_all.deb ...
13:40:10 #8 37.82 Unpacking manpages-dev (4.15-1) ...
13:40:10 #8 38.05 Selecting previously unselected package python3-certifi.
13:40:10 #8 38.05 Preparing to unpack .../265-python3-certifi_2018.1.18-2_all.deb ...
13:40:10 #8 38.05 Unpacking python3-certifi (2018.1.18-2) ...
13:40:10 #8 38.10 Selecting previously unselected package python3-idna.
13:40:10 #20 DONE 4.7s
13:40:10 
13:40:10 #21 [linux/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:40:10 #0 0.176 + apk  --root / add --no-cache musl-dev gcc
13:40:10 #0 0.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
13:40:10 #0 1.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
13:40:10 #0 1.591 (1/10) Installing binutils (2.37-r3)
13:40:10 #0 1.671 (2/10) Installing libgomp (10.3.1_git20211027-r0)
13:40:10 #0 1.676 (3/10) Installing libatomic (10.3.1_git20211027-r0)
13:40:10 #0 1.686 (4/10) Installing libgphobos (10.3.1_git20211027-r0)
13:40:10 #0 1.767 (5/10) Installing gmp (6.2.1-r1)
13:40:10 #0 1.787 (6/10) Installing isl22 (0.22-r0)
13:40:10 #0 1.818 (7/10) Installing mpfr4 (4.1.0-r0)
13:40:10 #0 1.835 (8/10) Installing mpc1 (1.2.1-r0)
13:40:10 #0 1.839 (9/10) Installing gcc (10.3.1_git20211027-r0)
13:40:10 #0 2.659 (10/10) Installing musl-dev (1.2.2-r7)
13:40:10 #0 2.729 Executing busybox-1.34.1-r5.trigger
13:40:10 #0 2.734 OK: 388 MiB in 47 packages
13:40:10 #21 DONE 4.6s
13:40:10 
13:40:10 #22 [linux/arm64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
13:40:10 #22 DONE 0.1s
13:40:10 
13:40:10 #23 [linux/arm64 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true
13:40:10 #23 DONE 0.1s
13:40:10 
13:40:10 #24 [linux/arm64 build 3/3] 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
13:40:10 #24 0.165 Building static docker-linux-arm64
13:40:10 #24 0.166 + go build -o /out/docker-linux-arm64 -tags ' osusergo pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:40:10Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -extldflags -static' '-buildmode=pie' github.com/docker/cli/cmd/docker
13:40:10 #8 23.13 Selecting previously unselected package libgdbm-compat4:amd64.
13:40:10 #8 23.13 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_amd64.deb ...
13:40:10 #9 27.90 Preparing to unpack .../096-g++-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:40:10 #9 27.90 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:10 #8 23.13 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
13:40:10 #8 23.17 Selecting previously unselected package libperl5.26:amd64.
13:40:10 #9 21.01 Selecting previously unselected package libkeyutils1:amd64.
13:40:10 #9 21.01 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_amd64.deb ...
13:40:10 #9 21.01 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ...
13:40:10 #9 21.05 Selecting previously unselected package libkrb5-3:amd64.
13:40:10 #9 21.05 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ...
13:40:10 #9 21.06 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
13:40:10 #9 21.16 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:40:10 #9 21.16 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ...
13:40:10 #9 21.16 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
13:40:10 #9 21.22 Selecting previously unselected package libpsl5:amd64.
13:40:10 #9 21.22 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
13:40:10 #9 21.22 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
13:40:10 #9 21.26 Selecting previously unselected package libxau6:amd64.
13:40:10 #9 21.26 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
13:40:10 #9 27.63 Selecting previously unselected package libgdbm-compat4:arm64.
13:40:10 #9 27.64 Preparing to unpack .../008-libgdbm-compat4_1.19-2_arm64.deb ...
13:40:10 #9 27.64 Unpacking libgdbm-compat4:arm64 (1.19-2) ...
13:40:10 #9 27.67 Selecting previously unselected package libperl5.32:arm64.
13:40:10 #9 27.67 Preparing to unpack .../009-libperl5.32_5.32.1-3ubuntu3_arm64.deb ...
13:40:10 #9 27.68 Unpacking libperl5.32:arm64 (5.32.1-3ubuntu3) ...
13:40:10 #9 23.08 Preparing to unpack .../079-libitm1_12-20220319-1ubuntu1_amd64.deb ...
13:40:10 #9 23.09 Unpacking libitm1:amd64 (12-20220319-1ubuntu1) ...
13:40:10 #9 23.12 Selecting previously unselected package libatomic1:amd64.
13:40:10 #9 23.12 Preparing to unpack .../080-libatomic1_12-20220319-1ubuntu1_amd64.deb ...
13:40:10 #9 23.13 Unpacking libatomic1:amd64 (12-20220319-1ubuntu1) ...
13:40:10 #9 23.17 Selecting previously unselected package libasan6:amd64.
13:40:10 #9 23.17 Preparing to unpack .../081-libasan6_11.2.0-19ubuntu1_amd64.deb ...
13:40:10 #9 23.18 Unpacking libasan6:amd64 (11.2.0-19ubuntu1) ...
13:40:10 #9 23.25 Selecting previously unselected package liblsan0:amd64.
13:40:10 #9 23.25 Preparing to unpack .../082-liblsan0_12-20220319-1ubuntu1_amd64.deb ...
13:40:10 #9 23.25 Unpacking liblsan0:amd64 (12-20220319-1ubuntu1) ...
13:40:10 #9 23.31 Selecting previously unselected package libtsan0:amd64.
13:40:10 #9 23.31 Preparing to unpack .../083-libtsan0_11.2.0-19ubuntu1_amd64.deb ...
13:40:10 #9 23.31 Unpacking libtsan0:amd64 (11.2.0-19ubuntu1) ...
13:40:11 #8 37.88 Preparing to unpack .../270-libtext-glob-perl_0.10-1_all.deb ...
13:40:11 #8 37.88 Unpacking libtext-glob-perl (0.10-1) ...
13:40:11 #8 37.92 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:11 #8 37.92 Preparing to unpack .../271-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:11 #8 37.92 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:11 #8 37.96 Selecting previously unselected package libperlio-gzip-perl.
13:40:11 #8 37.96 Preparing to unpack .../272-libperlio-gzip-perl_0.19-1+b5_arm64.deb ...
13:40:11 #8 37.96 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
13:40:11 #8 38.00 Selecting previously unselected package libpod-constants-perl.
13:40:11 #8 38.00 Preparing to unpack .../273-libpod-constants-perl_0.19-1_all.deb ...
13:40:11 #8 38.00 Unpacking libpod-constants-perl (0.19-1) ...
13:40:11 #8 38.03 Selecting previously unselected package libreadonly-perl.
13:40:11 #8 38.03 Preparing to unpack .../274-libreadonly-perl_2.050-1_all.deb ...
13:40:11 #8 38.04 Unpacking libreadonly-perl (2.050-1) ...
13:40:11 #8 38.07 Selecting previously unselected package libref-util-perl.
13:40:11 #8 38.07 Preparing to unpack .../275-libref-util-perl_0.204-1_all.deb ...
13:40:11 #8 38.08 Unpacking libref-util-perl (0.204-1) ...
13:40:11 #8 38.12 Selecting previously unselected package libref-util-xs-perl.
13:40:11 #8 36.59 Preparing to unpack .../272-libltdl-dev_2.4.6-15_arm64.deb ...
13:40:11 #8 36.60 Unpacking libltdl-dev:arm64 (2.4.6-15) ...
13:40:11 #8 36.66 Selecting previously unselected package liblzo2-2:arm64.
13:40:11 #8 36.66 Preparing to unpack .../273-liblzo2-2_2.10-2_arm64.deb ...
13:40:11 #8 36.66 Unpacking liblzo2-2:arm64 (2.10-2) ...
13:40:11 #8 36.69 Selecting previously unselected package libsys-hostname-long-perl.
13:40:11 #8 36.69 Preparing to unpack .../274-libsys-hostname-long-perl_1.5-2_all.deb ...
13:40:11 #8 36.70 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:40:11 #8 36.73 Selecting previously unselected package libmail-sendmail-perl.
13:40:11 #8 36.73 Preparing to unpack .../275-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:40:11 #8 36.74 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:40:11 #8 36.76 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:11 #8 36.77 Preparing to unpack .../276-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:11 #8 36.77 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:11 #8 36.80 Selecting previously unselected package libmailtools-perl.
13:40:11 #8 36.80 Preparing to unpack .../277-libmailtools-perl_2.21-1_all.deb ...
13:40:11 #8 36.81 Unpacking libmailtools-perl (2.21-1) ...
13:40:11 #8 36.85 Selecting previously unselected package libmarkdown2:arm64.
13:40:11 #8 36.85 Preparing to unpack .../278-libmarkdown2_2.2.6-1_arm64.deb ...
13:40:11 #8 36.86 Unpacking libmarkdown2:arm64 (2.2.6-1) ...
13:40:11 #8 36.89 Selecting previously unselected package libmime-tools-perl.
13:40:11 #8 36.89 Preparing to unpack .../279-libmime-tools-perl_5.509-1_all.deb ...
13:40:11 #8 36.90 Unpacking libmime-tools-perl (5.509-1) ...
13:40:11 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 8.3s done
13:40:11 #9 28.10 Preparing to unpack .../121-libfakeroot_1.28-1ubuntu1_arm64.deb ...
13:40:11 #9 28.11 Unpacking libfakeroot:arm64 (1.28-1ubuntu1) ...
13:40:11 #9 28.14 Selecting previously unselected package fakeroot.
13:40:11 #9 28.14 Preparing to unpack .../122-fakeroot_1.28-1ubuntu1_arm64.deb ...
13:40:11 #9 28.15 Unpacking fakeroot (1.28-1ubuntu1) ...
13:40:11 #9 28.19 Selecting previously unselected package libassuan0:arm64.
13:40:11 #9 28.19 Preparing to unpack .../123-libassuan0_2.5.5-1build1_arm64.deb ...
13:40:11 #9 28.19 Unpacking libassuan0:arm64 (2.5.5-1build1) ...
13:40:11 #9 28.22 Selecting previously unselected package gpgconf.
13:40:11 #9 28.23 Preparing to unpack .../124-gpgconf_2.2.27-3ubuntu2_arm64.deb ...
13:40:11 #9 28.23 Unpacking gpgconf (2.2.27-3ubuntu2) ...
13:40:11 #9 28.27 Selecting previously unselected package libksba8:arm64.
13:40:11 #9 28.27 Preparing to unpack .../125-libksba8_1.6.0-2build1_arm64.deb ...
13:40:11 #9 28.28 Unpacking libksba8:arm64 (1.6.0-2build1) ...
13:40:11 #9 28.32 Selecting previously unselected package libnpth0:arm64.
13:40:11 #9 28.32 Preparing to unpack .../126-libnpth0_1.6-3build2_arm64.deb ...
13:40:11 #9 28.32 Unpacking libnpth0:arm64 (1.6-3build2) ...
13:40:11 #9 28.36 Selecting previously unselected package dirmngr.
13:40:11 #9 28.36 Preparing to unpack .../127-dirmngr_2.2.27-3ubuntu2_arm64.deb ...
13:40:11 #9 28.38 Unpacking dirmngr (2.2.27-3ubuntu2) ...
13:40:11 #9 28.42 Selecting previously unselected package gnupg-l10n.
13:40:11 #9 28.42 Preparing to unpack .../128-gnupg-l10n_2.2.27-3ubuntu2_all.deb ...
13:40:11 #9 28.42 Unpacking gnupg-l10n (2.2.27-3ubuntu2) ...
13:40:11 #9 28.46 Selecting previously unselected package gnupg-utils.
13:40:11 #9 28.46 Preparing to unpack .../129-gnupg-utils_2.2.27-3ubuntu2_arm64.deb ...
13:40:11 #9 28.46 Unpacking gnupg-utils (2.2.27-3ubuntu2) ...
13:40:11 #9 22.89 Selecting previously unselected package libcbor0.6:amd64.
13:40:11 #9 22.89 Preparing to unpack .../030-libcbor0.6_0.6.0-0ubuntu3_amd64.deb ...
13:40:11 #9 22.91 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu3) ...
13:40:11 #9 23.02 Selecting previously unselected package libedit2:amd64.
13:40:11 #9 23.02 Preparing to unpack .../031-libedit2_3.1-20191231-2build1_amd64.deb ...
13:40:11 #9 23.03 Unpacking libedit2:amd64 (3.1-20191231-2build1) ...
13:40:11 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 10.2s
13:40:11 #14 ...
13:40:11 
13:40:11 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:11 #9 sha256:4df9e5b1484c836af67ea42b2fd0ed0f9357f7fab5fa9b46a9bc463c6ebd438a
13:40:11 #9 1.490 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
13:40:11 #9 1.925 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
13:40:11 #9 2.009 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
13:40:11 #9 2.109 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
13:40:11 #9 2.221 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB]
13:40:11 #9 2.236 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB]
13:40:11 #9 2.260 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB]
13:40:11 #9 3.057 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB]
13:40:11 #9 3.081 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1244 kB]
13:40:11 #9 3.102 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9588 B]
13:40:11 #9 3.102 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [954 kB]
13:40:11 #9 3.124 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [16.4 kB]
13:40:11 #9 3.140 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [51.1 kB]
13:40:11 #9 3.140 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [26.0 kB]
13:40:11 #9 3.140 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [16.2 kB]
13:40:11 #9 3.140 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [673 kB]
13:40:11 #9 3.196 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [4735 B]
13:40:11 #9 3.206 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [902 kB]
13:40:11 #9 3.933 Fetched 16.8 MB in 3s (5523 kB/s)
13:40:11 #9 3.933 Reading package lists...
13:40:11 #9 5.117 Reading package lists...
13:40:11 #9 6.124 Building dependency tree...
13:40:11 #9 6.310 Reading state information...
13:40:11 #9 6.568 The following additional packages will be installed:
13:40:11 #9 6.568   at autoconf automake autopoint autotools-dev binutils
13:40:11 #9 6.568   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:40:11 #9 6.568   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
13:40:11 #9 6.568   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
13:40:11 #9 6.568   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
13:40:11 #9 6.568   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:40:11 #9 6.568   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
13:40:11 #9 6.568   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:40:11 #9 6.568   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:40:11 #9 6.568   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
13:40:11 #9 6.568   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:40:11 #9 6.568   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:40:11 #9 6.568   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
13:40:11 #9 6.568   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:40:11 #9 6.568   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:40:11 #9 6.568   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
13:40:11 #9 6.568   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:40:11 #9 6.568   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
13:40:11 #9 6.568   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:40:11 #9 6.568   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
13:40:11 #9 6.568   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:40:11 #9 6.568   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:40:11 #9 6.568   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:40:11 #9 6.568   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:40:11 #9 6.568   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:40:11 #9 6.568   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:40:11 #9 6.568   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:40:11 #9 6.568   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:40:11 #9 6.568   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:40:11 #9 6.568   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:40:11 #9 6.568   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:40:11 #9 6.568   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:11 #9 6.568   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:40:11 #9 6.568   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:40:11 #9 6.568   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:40:11 #9 6.568   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:40:11 #9 6.568   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:40:11 #9 6.568   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
13:40:11 #9 6.568   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:40:11 #9 6.568   libldap-common liblinux-epoll-perl liblist-compare-perl
13:40:11 #9 6.568   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:40:11 #9 6.568   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:40:11 #9 6.568   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:40:11 #9 6.568   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
13:40:11 #9 6.568   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:40:11 #9 6.568   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
13:40:11 #9 6.568   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:40:11 #9 6.568   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:40:11 #9 6.568   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:40:11 #9 6.568   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:40:11 #9 6.568   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:40:11 #9 6.568   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:40:11 #9 6.568   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:40:11 #9 6.568   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:40:11 #9 6.568   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
13:40:11 #9 6.568   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:40:11 #9 6.568   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:40:11 #9 6.568   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:40:11 #9 6.568   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:40:11 #9 6.568   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:40:11 #9 6.568   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:40:11 #9 6.568   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:40:11 #9 6.568   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:40:11 #9 6.568   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:40:11 #9 6.568   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:40:11 #9 6.568   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:40:11 #9 6.568   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
13:40:11 #9 6.568   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:40:11 #9 6.568   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:40:11 #9 6.568   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:40:11 #9 6.568   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:40:11 #9 6.568   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:40:11 #9 6.568   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:40:11 #9 6.568   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:40:11 #9 6.570   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:40:11 #9 6.570   openssh-client openssl patch patchutils perl perl-modules-5.30
13:40:11 #9 6.570   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:40:11 #9 6.570   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:40:11 #9 6.570   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:40:11 #9 6.570   python3-pkg-resources python3-requests python3-six python3-unidiff
13:40:11 #9 6.570   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:40:11 #9 6.570   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:40:11 #9 6.570   xz-utils
13:40:11 #9 6.575 Suggested packages:
13:40:11 #9 6.575   default-mta | mail-transport-agent autoconf-archive gnu-standards
13:40:11 #9 6.575   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
13:40:11 #9 6.575   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
13:40:11 #9 6.575   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
13:40:11 #9 6.575   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:40:11 #9 6.575   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:40:11 #9 6.575   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:40:11 #9 6.575   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
13:40:11 #9 6.575   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
13:40:11 #9 6.575   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
13:40:11 #9 6.575   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
13:40:11 #9 6.575   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
13:40:11 #9 6.575   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
13:40:11 #9 6.575   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
13:40:11 #9 6.575   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:40:11 #9 6.575   libscalar-number-perl libsasl2-modules-gssapi-mit
13:40:11 #9 6.575   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:40:11 #9 6.575   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
13:40:11 #9 6.575   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:40:11 #9 6.575   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:40:11 #9 6.575   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:40:11 #9 6.575   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:40:11 #9 6.575   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:40:11 #9 6.575   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
13:40:11 #9 6.575   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
13:40:11 #9 6.575   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:40:11 #9 6.575   python3-cryptography python3-openssl python3-socks python3.8-venv
13:40:11 #9 6.575   python3.8-doc binfmt-support readline-doc zip wdiff-doc
13:40:11 #9 7.026 The following NEW packages will be installed:
13:40:11 #9 7.026   at autoconf automake autopoint autotools-dev binutils
13:40:11 #9 7.026   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:40:11 #9 7.026   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
13:40:11 #9 7.026   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:40:11 #9 7.026   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
13:40:11 #9 7.026   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:40:11 #9 7.026   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
13:40:11 #9 7.027   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:40:11 #9 7.027   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
13:40:11 #9 7.027   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
13:40:11 #9 7.027   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:40:11 #9 7.027   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:40:11 #9 7.027   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
13:40:11 #9 7.027   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:40:11 #9 7.027   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:40:11 #9 7.027   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
13:40:11 #9 7.027   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:40:11 #9 7.027   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
13:40:11 #9 7.027   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:40:11 #9 7.027   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
13:40:11 #9 7.027   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:40:11 #9 7.027   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:40:11 #9 7.027   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:40:11 #9 7.027   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:40:11 #9 7.027   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:40:11 #9 7.029   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:40:11 #9 7.029   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:40:11 #9 7.029   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:40:11 #9 7.029   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:40:11 #9 7.029   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:40:11 #9 7.029   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:40:11 #9 7.029   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:11 #9 7.029   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:40:11 #9 7.029   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:40:11 #9 7.029   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:40:11 #9 7.029   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:40:11 #9 7.029   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:40:11 #9 7.029   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
13:40:11 #9 7.029   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:40:11 #9 7.029   libldap-common liblinux-epoll-perl liblist-compare-perl
13:40:11 #9 7.029   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:40:11 #9 7.029   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:40:11 #9 7.029   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:40:11 #9 7.029   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
13:40:11 #9 7.029   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:40:11 #9 7.029   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
13:40:11 #9 7.029   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:40:11 #9 7.029   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:40:11 #9 7.029   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:40:11 #9 7.029   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:40:11 #9 7.029   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:40:11 #9 7.029   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:40:11 #9 7.029   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:40:11 #9 7.029   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:40:11 #9 7.029   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
13:40:11 #9 7.029   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:40:11 #9 7.029   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:40:11 #9 7.029   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:40:11 #9 7.029   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:40:11 #9 7.029   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:40:11 #9 7.029   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:40:11 #9 7.029   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:40:11 #9 7.029   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:40:11 #9 7.029   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:40:11 #9 7.029   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:40:11 #9 7.029   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:40:11 #9 7.029   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
13:40:11 #9 7.029   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:40:11 #9 7.029   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:40:11 #9 7.029   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:40:11 #9 7.029   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:40:11 #9 7.029   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:40:11 #9 7.029   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:40:11 #9 7.029   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:40:11 #9 7.029   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:40:11 #9 7.029   openssh-client openssl patch patchutils perl perl-modules-5.30
13:40:11 #9 7.029   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:40:11 #9 7.029   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:40:11 #9 7.029   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:40:11 #9 7.029   python3-pkg-resources python3-requests python3-six python3-unidiff
13:40:11 #9 7.029   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:40:11 #9 7.030   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:40:11 #9 7.030   xz-utils
13:40:11 #9 7.459 0 upgraded, 349 newly installed, 0 to remove and 1 not upgraded.
13:40:11 #9 7.459 Need to get 91.5 MB of archives.
13:40:11 #9 7.459 After this operation, 361 MB of additional disk space will be used.
13:40:11 #9 7.459 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblocale-gettext-perl armhf 1.07-4 [16.2 kB]
13:40:11 #9 7.602 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.12 [1082 kB]
13:40:11 #9 8.022 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-minimal armhf 3.8.10-0ubuntu1~20.04.4 [707 kB]
13:40:11 #9 8.064 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.4 [55.1 kB]
13:40:11 #9 8.066 Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8-minimal armhf 3.8.10-0ubuntu1~20.04.4 [1585 kB]
13:40:11 #9 8.142 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB]
13:40:11 #9 8.142 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB]
13:40:11 #9 8.142 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB]
13:40:11 #9 8.145 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB]
13:40:11 #9 8.149 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB]
13:40:11 #9 8.152 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.2 [467 kB]
13:40:11 #9 8.173 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-stdlib armhf 3.8.10-0ubuntu1~20.04.4 [1601 kB]
13:40:11 #9 8.248 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.4 [387 kB]
13:40:11 #9 8.263 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B]
13:40:11 #9 8.263 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB]
13:40:11 #9 8.266 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbsd0 armhf 0.10.0-1 [49.8 kB]
13:40:11 #9 8.266 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bsdmainutils armhf 11.1.2ubuntu3 [176 kB]
13:40:11 #9 8.277 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libuchardet0 armhf 0.0.6-3build1 [62.4 kB]
13:40:11 #9 8.281 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf groff-base armhf 1.22.4-4build1 [759 kB]
13:40:11 #9 8.320 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm6 armhf 1.18.1-5 [24.5 kB]
13:40:11 #9 8.320 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpipeline1 armhf 1.5.2-2build1 [23.5 kB]
13:40:11 #9 8.377 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main armhf man-db armhf 2.9.1-1 [1077 kB]
13:40:11 #9 8.396 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
13:40:11 #9 8.554 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm-compat4 armhf 1.18.1-5 [5852 B]
13:40:11 #9 8.554 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libperl5.30 armhf 5.30.0-9ubuntu0.2 [3281 kB]
13:40:11 #9 8.713 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl armhf 5.30.0-9ubuntu0.2 [224 kB]
13:40:11 #9 8.713 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.12 [598 kB]
13:40:11 #9 8.738 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20210119~20.04.2 [145 kB]
13:40:11 #9 8.747 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.10 [4704 B]
13:40:11 #9 8.747 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic-mgc armhf 1:5.38-4 [218 kB]
13:40:11 #9 8.757 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic1 armhf 1:5.38-4 [68.3 kB]
13:40:11 #9 8.760 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main armhf file armhf 1:5.38-4 [22.4 kB]
13:40:11 #9 8.760 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf less armhf 551-1ubuntu0.1 [116 kB]
13:40:11 #9 8.766 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libelf1 armhf 0.176-1.1build1 [41.3 kB]
13:40:11 #9 8.777 Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-0 armhf 2.64.6-1~ubuntu20.04.4 [1125 kB]
13:40:11 #9 8.861 Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
13:40:11 #9 8.861 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2022a-0ubuntu0.20.04 [294 kB]
13:40:11 #9 8.864 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB]
13:40:11 #9 9.255 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.2 [547 kB]
13:40:11 #9 9.274 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
13:40:11 #9 9.274 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB]
13:40:11 #9 9.274 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB]
13:40:11 #9 9.274 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-pkg-resources all 45.2.0-1 [130 kB]
13:40:11 #9 9.274 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB]
13:40:11 #9 9.274 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main armhf shared-mime-info armhf 1.15-1 [428 kB]
13:40:11 #9 9.299 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main armhf ucf all 3.0038+nmu1 [51.6 kB]
13:40:11 #9 9.323 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xdg-user-dirs armhf 0.17-2ubuntu1 [46.8 kB]
13:40:11 #9 9.327 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf xz-utils armhf 5.2.4-1ubuntu1.1 [81.0 kB]
13:40:11 #9 9.400 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext-base armhf 0.19.8.1-10build1 [46.0 kB]
13:40:11 #9 9.400 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB]
13:40:11 #9 9.525 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
13:40:11 #9 9.525 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcbor0.6 armhf 0.6.0-0ubuntu1 [17.3 kB]
13:40:11 #9 9.525 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libedit2 armhf 3.1-20191231-1 [71.7 kB]
13:40:11 #9 9.525 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfido2-1 armhf 1.3.1-1ubuntu2 [43.2 kB]
13:40:11 #9 9.525 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.1 [28.0 kB]
13:40:11 #9 9.525 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.1 [79.5 kB]
13:40:11 #9 9.532 Get:57 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libkeyutils1 armhf 1.6-6ubuntu1 [9172 B]
13:40:11 #9 9.532 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.1 [287 kB]
13:40:11 #9 9.549 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.1 [101 kB]
13:40:11 #9 9.621 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB]
13:40:11 #9 9.621 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxau6 armhf 1:1.0.9-0ubuntu1 [6612 B]
13:40:11 #9 9.621 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu1 [9160 B]
13:40:11 #9 9.621 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxcb1 armhf 1.14-2 [41.3 kB]
13:40:11 #9 9.621 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
13:40:11 #9 9.624 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-6 armhf 2:1.6.9-2ubuntu1.2 [517 kB]
13:40:11 #9 9.643 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxext6 armhf 2:1.3.4-0ubuntu1 [24.2 kB]
13:40:11 #9 9.643 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxmuu1 armhf 2:1.1.3-0ubuntu1 [9028 B]
13:40:11 #9 9.689 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages all 5.05-1 [1314 kB]
13:40:11 #9 9.737 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssh-client armhf 1:8.2p1-4ubuntu0.4 [591 kB]
13:40:11 #8 3.624 Reading package lists...
13:40:11 #8 4.457 Building dependency tree...
13:40:11 #8 4.603 Reading state information...
13:40:11 #8 23.79 Preparing to unpack .../039-libcc1-0_8.3.0-6_amd64.deb ...
13:40:11 #8 23.80 Unpacking libcc1-0:amd64 (8.3.0-6) ...
13:40:11 #8 23.88 Selecting previously unselected package libgomp1:amd64.
13:40:11 #8 23.88 Preparing to unpack .../040-libgomp1_8.3.0-6_amd64.deb ...
13:40:11 #8 23.89 Unpacking libgomp1:amd64 (8.3.0-6) ...
13:40:11 #8 24.00 Selecting previously unselected package libitm1:amd64.
13:40:11 #8 21.09 Selecting previously unselected package libisl23:amd64.
13:40:11 #8 21.09 Preparing to unpack .../038-libisl23_0.23-1_amd64.deb ...
13:40:11 #8 21.10 Unpacking libisl23:amd64 (0.23-1) ...
13:40:11 #8 13.13 Get:104 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB]
13:40:11 #8 13.23 Get:105 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf patch armhf 2.7.6-2ubuntu1.1 [99.1 kB]
13:40:11 #8 13.25 Get:106 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB]
13:40:11 #8 13.35 Get:107 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf build-essential armhf 12.4ubuntu1 [4752 B]
13:40:11 #8 13.35 Get:108 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libroken18-heimdal armhf 7.5.0+dfsg-1 [34.1 kB]
13:40:11 #8 38.11 Preparing to unpack .../266-python3-idna_2.6-1_all.deb ...
13:40:11 #8 38.11 Unpacking python3-idna (2.6-1) ...
13:40:11 #8 38.15 Selecting previously unselected package python3-urllib3.
13:40:11 #8 38.15 Preparing to unpack .../267-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
13:40:11 #8 38.15 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
13:40:11 #8 38.20 Selecting previously unselected package python3-requests.
13:40:11 #8 38.20 Preparing to unpack .../268-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
13:40:11 #8 38.20 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
13:40:11 #8 38.24 Selecting previously unselected package python3-unidiff.
13:40:11 #8 38.24 Preparing to unpack .../269-python3-unidiff_0.5.4-1_all.deb ...
13:40:11 #8 38.25 Unpacking python3-unidiff (0.5.4-1) ...
13:40:11 #8 38.29 Selecting previously unselected package python3-xdg.
13:40:11 #8 38.29 Preparing to unpack .../270-python3-xdg_0.25-4ubuntu1.1_all.deb ...
13:40:11 #8 38.30 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
13:40:11 #8 38.34 Selecting previously unselected package unzip.
13:40:11 #8 38.34 Preparing to unpack .../271-unzip_6.0-21ubuntu1.1_arm64.deb ...
13:40:11 #8 38.34 Unpacking unzip (6.0-21ubuntu1.1) ...
13:40:11 #8 23.17 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ...
13:40:11 #8 23.17 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ...
13:40:11 #9 21.27 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
13:40:11 #9 21.30 Selecting previously unselected package libxdmcp6:amd64.
13:40:11 #9 21.31 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
13:40:11 #9 21.31 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
13:40:11 #9 21.35 Selecting previously unselected package libxcb1:amd64.
13:40:11 #9 21.35 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
13:40:11 #9 21.36 Unpacking libxcb1:amd64 (1.14-2) ...
13:40:11 #9 21.56 Selecting previously unselected package libx11-data.
13:40:11 #9 27.87 Selecting previously unselected package perl.
13:40:11 #9 27.87 Preparing to unpack .../010-perl_5.32.1-3ubuntu3_arm64.deb ...
13:40:11 #9 27.88 Unpacking perl (5.32.1-3ubuntu3) ...
13:40:11 #9 27.92 Selecting previously unselected package openssl.
13:40:11 #9 27.92 Preparing to unpack .../011-openssl_1.1.1l-1ubuntu1.2_arm64.deb ...
13:40:11 #9 27.93 Unpacking openssl (1.1.1l-1ubuntu1.2) ...
13:40:11 #9 27.98 Selecting previously unselected package ca-certificates.
13:40:11 #9 27.98 Preparing to unpack .../012-ca-certificates_20210119ubuntu1_all.deb ...
13:40:11 #9 27.98 Unpacking ca-certificates (20210119ubuntu1) ...
13:40:11 #9 28.03 Selecting previously unselected package distro-info-data.
13:40:11 #9 23.40 Selecting previously unselected package libubsan1:amd64.
13:40:11 #9 23.40 Preparing to unpack .../084-libubsan1_12-20220319-1ubuntu1_amd64.deb ...
13:40:11 #9 23.41 Unpacking libubsan1:amd64 (12-20220319-1ubuntu1) ...
13:40:11 #9 23.46 Selecting previously unselected package libquadmath0:amd64.
13:40:11 #9 23.46 Preparing to unpack .../085-libquadmath0_12-20220319-1ubuntu1_amd64.deb ...
13:40:11 #9 23.46 Unpacking libquadmath0:amd64 (12-20220319-1ubuntu1) ...
13:40:11 #9 23.49 Selecting previously unselected package libgcc-11-dev:amd64.
13:40:11 #9 23.49 Preparing to unpack .../086-libgcc-11-dev_11.2.0-19ubuntu1_amd64.deb ...
13:40:11 #9 23.49 Unpacking libgcc-11-dev:amd64 (11.2.0-19ubuntu1) ...
13:40:11 #9 23.59 Selecting previously unselected package gcc-11.
13:40:11 #9 23.59 Preparing to unpack .../087-gcc-11_11.2.0-19ubuntu1_amd64.deb ...
13:40:11 #9 23.59 Unpacking gcc-11 (11.2.0-19ubuntu1) ...
13:40:11 #8 38.12 Preparing to unpack .../276-libref-util-xs-perl_0.117-1+b1_arm64.deb ...
13:40:11 #8 38.13 Unpacking libref-util-xs-perl (0.117-1+b1) ...
13:40:11 #8 38.16 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:11 #8 38.16 Preparing to unpack .../277-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
13:40:11 #8 38.17 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
13:40:11 #8 38.21 Selecting previously unselected package libsasl2-modules:arm64.
13:40:11 #8 38.21 Preparing to unpack .../278-libsasl2-modules_2.1.27+dfsg-1+deb10u2_arm64.deb ...
13:40:11 #8 38.22 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
13:40:11 #8 38.26 Selecting previously unselected package libsereal-decoder-perl.
13:40:11 #8 38.26 Preparing to unpack .../279-libsereal-decoder-perl_4.005+ds-1+b1_arm64.deb ...
13:40:11 #8 38.26 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
13:40:11 #8 38.30 Selecting previously unselected package libsereal-encoder-perl.
13:40:11 #8 38.31 Preparing to unpack .../280-libsereal-encoder-perl_4.005+ds-1+b1_arm64.deb ...
13:40:11 #8 38.31 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
13:40:11 #8 38.34 Selecting previously unselected package libsereal-perl.
13:40:11 #8 36.94 Selecting previously unselected package libmoox-aliases-perl.
13:40:11 #8 36.95 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:40:11 #8 36.95 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:40:11 #8 36.98 Selecting previously unselected package libnamespace-autoclean-perl.
13:40:11 #8 36.98 Preparing to unpack .../281-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:40:11 #8 36.99 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:40:11 #8 37.02 Selecting previously unselected package libobject-id-perl.
13:40:11 #8 37.02 Preparing to unpack .../282-libobject-id-perl_0.1.2-2.1_all.deb ...
13:40:11 #8 37.02 Unpacking libobject-id-perl (0.1.2-2.1) ...
13:40:11 #8 37.05 Selecting previously unselected package libmoox-struct-perl.
13:40:11 #8 37.05 Preparing to unpack .../283-libmoox-struct-perl_0.020-1_all.deb ...
13:40:11 #8 37.06 Unpacking libmoox-struct-perl (0.020-1) ...
13:40:11 #8 37.09 Selecting previously unselected package libmouse-perl.
13:40:11 #8 37.09 Preparing to unpack .../284-libmouse-perl_2.5.10-1+b1_arm64.deb ...
13:40:11 #8 37.09 Unpacking libmouse-perl (2.5.10-1+b1) ...
13:40:11 #8 37.13 Selecting previously unselected package libnumber-range-perl.
13:40:11 #9 28.50 Selecting previously unselected package gpg.
13:40:11 #9 28.50 Preparing to unpack .../130-gpg_2.2.27-3ubuntu2_arm64.deb ...
13:40:11 #9 28.51 Unpacking gpg (2.2.27-3ubuntu2) ...
13:40:11 #9 28.55 Selecting previously unselected package pinentry-curses.
13:40:11 #9 28.55 Preparing to unpack .../131-pinentry-curses_1.1.1-1build2_arm64.deb ...
13:40:11 #9 28.55 Unpacking pinentry-curses (1.1.1-1build2) ...
13:40:11 #9 28.59 Selecting previously unselected package gpg-agent.
13:40:11 #9 28.59 Preparing to unpack .../132-gpg-agent_2.2.27-3ubuntu2_arm64.deb ...
13:40:11 #9 28.59 Unpacking gpg-agent (2.2.27-3ubuntu2) ...
13:40:11 #9 28.63 Selecting previously unselected package gpg-wks-client.
13:40:11 #9 28.63 Preparing to unpack .../133-gpg-wks-client_2.2.27-3ubuntu2_arm64.deb ...
13:40:11 #9 28.64 Unpacking gpg-wks-client (2.2.27-3ubuntu2) ...
13:40:11 #9 28.67 Selecting previously unselected package gpg-wks-server.
13:40:11 #9 28.67 Preparing to unpack .../134-gpg-wks-server_2.2.27-3ubuntu2_arm64.deb ...
13:40:11 #9 28.67 Unpacking gpg-wks-server (2.2.27-3ubuntu2) ...
13:40:11 #9 28.70 Selecting previously unselected package gpgsm.
13:40:11 #9 23.18 Selecting previously unselected package libfido2-1:amd64.
13:40:11 #9 23.18 Preparing to unpack .../032-libfido2-1_1.6.0-2build1_amd64.deb ...
13:40:11 #9 23.19 Unpacking libfido2-1:amd64 (1.6.0-2build1) ...
13:40:11 #9 23.26 Selecting previously unselected package libpng16-16:amd64.
13:40:11 #9 23.26 Preparing to unpack .../033-libpng16-16_1.6.37-3build4_amd64.deb ...
13:40:11 #9 23.29 Unpacking libpng16-16:amd64 (1.6.37-3build4) ...
13:40:11 #9 9.779 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main armhf publicsuffix all 20200303.0012-1 [111 kB]
13:40:11 #9 9.779 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.0ubuntu0.20.04.7 [17.1 kB]
13:40:11 #9 9.779 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.0ubuntu0.20.04.7 [140 kB]
13:40:11 #9 9.787 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf strace armhf 5.5-3ubuntu1 [279 kB]
13:40:11 #9 9.800 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xauth armhf 1:1.1-0ubuntu1 [21.9 kB]
13:40:11 #9 9.800 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfl2 armhf 2.6.4-6.2 [11.3 kB]
13:40:11 #9 9.800 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main armhf at armhf 3.1.23-1ubuntu1 [36.2 kB]
13:40:11 #9 9.800 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsigsegv2 armhf 2.12-2 [13.1 kB]
13:40:11 #9 9.835 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main armhf m4 armhf 1.4.18-4 [187 kB]
13:40:11 #9 9.906 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autoconf all 2.69-11.1 [321 kB]
13:40:11 #9 9.927 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autotools-dev all 20180224.1 [39.6 kB]
13:40:11 #9 9.927 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf automake all 1:1.16.1-4ubuntu6 [522 kB]
13:40:11 #9 9.942 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autopoint all 0.19.8.1-10build1 [412 kB]
13:40:11 #9 9.959 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-common armhf 2.34-6ubuntu1.3 [207 kB]
13:40:11 #9 9.962 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbinutils armhf 2.34-6ubuntu1.3 [317 kB]
13:40:11 #9 9.987 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf-nobfd0 armhf 2.34-6ubuntu1.3 [38.0 kB]
13:40:11 #9 9.989 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf0 armhf 2.34-6ubuntu1.3 [37.2 kB]
13:40:11 #8 4.830 The following additional packages will be installed:
13:40:11 #8 4.830   autoconf automake autopoint autotools-dev binutils
13:40:11 #8 4.830   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:40:11 #8 4.830   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
13:40:11 #8 4.830   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:40:11 #8 4.830   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:40:11 #8 4.830   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
13:40:11 #8 4.830   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:40:11 #8 4.830   intltool-debian iso-codes less libalgorithm-diff-perl
13:40:11 #8 4.830   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:40:11 #8 4.830   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
13:40:11 #8 4.830   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:40:11 #8 4.830   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:40:11 #8 4.830   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
13:40:11 #8 4.830   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
13:40:11 #8 4.830   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:40:11 #8 4.830   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
13:40:11 #8 4.830   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
13:40:11 #8 4.830   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
13:40:11 #8 4.830   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:40:11 #8 4.830   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:40:11 #8 4.830   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:40:11 #8 4.830   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
13:40:11 #8 4.830   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:40:11 #8 4.830   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:40:11 #8 4.830   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
13:40:11 #8 4.830   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
13:40:11 #8 4.830   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
13:40:11 #8 4.830   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
13:40:11 #8 4.830   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
13:40:11 #8 4.830   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
13:40:11 #8 4.830   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
13:40:11 #8 4.830   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
13:40:11 #8 4.830   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:40:11 #8 4.830   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:40:11 #8 4.830   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:11 #8 4.830   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:40:11 #8 4.830   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:40:11 #8 4.830   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
13:40:11 #8 4.830   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
13:40:11 #8 4.830   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:40:11 #8 4.830   libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl
13:40:11 #8 4.830   libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
13:40:11 #8 4.830   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:40:11 #8 4.830   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:40:11 #8 4.830   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
13:40:11 #8 4.830   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:40:11 #8 4.830   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:40:11 #8 4.830   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
13:40:11 #8 4.830   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
13:40:11 #8 4.830   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:40:11 #8 4.830   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:40:11 #8 4.830   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:40:11 #8 4.830   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
13:40:11 #8 4.830   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:40:11 #8 4.830   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:40:11 #8 4.830   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:40:11 #8 4.830   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:40:11 #8 4.830   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:40:11 #8 4.830   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:40:11 #8 4.830   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:40:11 #8 4.831   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:40:11 #8 4.831   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:40:11 #8 4.831   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
13:40:11 #8 4.831   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
13:40:11 #8 4.831   libstrictures-perl libstring-copyright-perl libstring-escape-perl
13:40:11 #8 4.831   libstring-shellquote-perl libsub-exporter-perl
13:40:11 #8 4.831   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:40:11 #8 4.831   libsub-name-perl libsub-override-perl libsub-quote-perl
13:40:11 #8 4.831   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
13:40:11 #8 4.831   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
13:40:11 #8 4.831   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
13:40:11 #8 4.831   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
13:40:11 #8 4.831   libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
13:40:11 #8 4.831   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
13:40:11 #8 4.831   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
13:40:11 #8 4.831   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
13:40:11 #8 4.831   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:40:11 #8 4.831   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:40:11 #8 4.831   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
13:40:11 #8 4.831   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
13:40:11 #8 4.831   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
13:40:11 #8 4.831   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
13:40:11 #8 4.831   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
13:40:11 #8 4.831   python3 python3-apt python3-certifi python3-chardet python3-debian
13:40:11 #8 4.831   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
13:40:11 #8 4.831   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:40:11 #8 4.831   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
13:40:11 #8 4.832   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
13:40:11 #8 4.834 Suggested packages:
13:40:11 #8 4.834   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:40:11 #8 4.834   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
13:40:11 #8 4.834   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:40:11 #8 4.834   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:40:11 #8 4.834   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:40:11 #8 4.834   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:40:11 #8 4.834   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
13:40:11 #8 4.834   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
13:40:11 #8 4.834   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
13:40:11 #8 4.834   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
13:40:11 #8 4.834   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
13:40:11 #8 4.834   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
13:40:11 #8 4.834   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
13:40:11 #8 4.834   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
13:40:11 #8 4.834   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:40:11 #8 4.834   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
13:40:11 #8 4.834   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
13:40:11 #8 4.834   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:40:11 #8 4.834   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
13:40:11 #8 4.834   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
13:40:11 #8 4.834   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:40:11 #8 4.834   diffutils-doc perl-doc libterm-readline-gnu-perl
13:40:11 #8 4.834   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
13:40:11 #8 4.834   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
13:40:11 #8 4.834   python-apt-doc python3-setuptools python3-cryptography python3-openssl
13:40:11 #8 4.834   python3-socks python-requests-doc python3.9-venv python3.9-doc
13:40:11 #8 4.834   binfmt-support readline-doc zip wdiff-doc
13:40:11 #8 24.01 Preparing to unpack .../041-libitm1_8.3.0-6_amd64.deb ...
13:40:11 #8 24.06 Unpacking libitm1:amd64 (8.3.0-6) ...
13:40:11 #8 21.22 Selecting previously unselected package libmpfr6:amd64.
13:40:11 #8 21.22 Preparing to unpack .../039-libmpfr6_4.1.0-3_amd64.deb ...
13:40:11 #8 21.22 Unpacking libmpfr6:amd64 (4.1.0-3) ...
13:40:11 #8 13.35 Get:109 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libasn1-8-heimdal armhf 7.5.0+dfsg-1 [136 kB]
13:40:11 #8 13.36 Get:110 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libheimbase1-heimdal armhf 7.5.0+dfsg-1 [24.1 kB]
13:40:11 #8 13.36 Get:111 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhcrypto4-heimdal armhf 7.5.0+dfsg-1 [76.5 kB]
13:40:11 #8 13.37 Get:112 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libwind0-heimdal armhf 7.5.0+dfsg-1 [47.2 kB]
13:40:11 #8 13.37 Get:113 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhx509-5-heimdal armhf 7.5.0+dfsg-1 [87.9 kB]
13:40:11 #8 13.38 Get:114 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libkrb5-26-heimdal armhf 7.5.0+dfsg-1 [168 kB]
13:40:11 #8 13.39 Get:115 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libheimntlm0-heimdal armhf 7.5.0+dfsg-1 [13.1 kB]
13:40:11 #8 13.45 Get:116 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgssapi3-heimdal armhf 7.5.0+dfsg-1 [78.8 kB]
13:40:11 #8 13.46 Get:117 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsasl2-modules-db armhf 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [13.3 kB]
13:40:11 #8 13.46 Get:118 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsasl2-2 armhf 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [42.1 kB]
13:40:11 #8 13.46 Get:119 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB]
13:40:11 #8 13.46 Get:120 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libldap-2.4-2 armhf 2.4.45+dfsg-1ubuntu1.10 [131 kB]
13:40:11 #8 13.46 Get:121 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnghttp2-14 armhf 1.30.0-1ubuntu1 [67.4 kB]
13:40:11 #8 13.46 Get:122 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-1 [49.1 kB]
13:40:11 #8 13.54 Get:123 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcurl4 armhf 7.58.0-2ubuntu3.17 [188 kB]
13:40:11 #8 13.54 Get:124 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf curl armhf 7.58.0-2ubuntu3.17 [152 kB]
13:40:11 #8 13.54 Get:125 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dctrl-tools armhf 2.24-2build1 [52.9 kB]
13:40:11 #8 13.60 Get:126 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtool all 2.4.6-2 [194 kB]
13:40:11 #10 23.25   Preparing        :                                                        1/1 
13:40:11 #8 38.38 Selecting previously unselected package wdiff.
13:40:11 #8 38.39 Preparing to unpack .../272-wdiff_1.2.2-2_arm64.deb ...
13:40:11 #8 38.39 Unpacking wdiff (1.2.2-2) ...
13:40:11 #8 38.43 Selecting previously unselected package equivs.
13:40:11 #8 38.43 Preparing to unpack .../273-equivs_2.1.0_all.deb ...
13:40:11 #8 38.43 Unpacking equivs (2.1.0) ...
13:40:11 #8 38.46 Selecting previously unselected package libauthen-sasl-perl.
13:40:11 #8 38.47 Preparing to unpack .../274-libauthen-sasl-perl_2.1600-1_all.deb ...
13:40:11 #8 38.47 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:40:11 #8 38.52 Selecting previously unselected package python3-magic.
13:40:11 #8 38.52 Preparing to unpack .../275-python3-magic_2%3a0.4.15-1_all.deb ...
13:40:11 #8 38.52 Unpacking python3-magic (2:0.4.15-1) ...
13:40:11 #8 38.57 Setting up python-apt-common (1.6.5ubuntu0.7) ...
13:40:11 #8 23.59 Selecting previously unselected package perl.
13:40:11 #8 23.59 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.5_amd64.deb ...
13:40:11 #8 23.60 Unpacking perl (5.26.1-6ubuntu0.5) ...
13:40:11 #8 23.64 Selecting previously unselected package openssl.
13:40:11 #8 23.64 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.15_amd64.deb ...
13:40:11 #8 23.65 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.15) ...
13:40:11 #8 23.74 Selecting previously unselected package ca-certificates.
13:40:11 #9 21.56 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
13:40:11 #9 21.58 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
13:40:11 #9 21.73 Selecting previously unselected package libx11-6:amd64.
13:40:11 #9 21.73 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
13:40:11 #9 21.74 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
13:40:11 #9 28.03 Preparing to unpack .../013-distro-info-data_0.51ubuntu1.2_all.deb ...
13:40:11 #9 28.04 Unpacking distro-info-data (0.51ubuntu1.2) ...
13:40:11 #9 28.08 Selecting previously unselected package less.
13:40:11 #9 28.08 Preparing to unpack .../014-less_551-2_arm64.deb ...
13:40:11 #9 28.08 Unpacking less (551-2) ...
13:40:11 #9 28.13 Selecting previously unselected package libmd0:arm64.
13:40:11 #9 28.13 Preparing to unpack .../015-libmd0_1.0.3-3build1_arm64.deb ...
13:40:11 #9 28.14 Unpacking libmd0:arm64 (1.0.3-3build1) ...
13:40:11 #9 28.17 Selecting previously unselected package libbsd0:arm64.
13:40:11 #9 28.17 Preparing to unpack .../016-libbsd0_0.11.3-1ubuntu2_arm64.deb ...
13:40:11 #9 28.18 Unpacking libbsd0:arm64 (0.11.3-1ubuntu2) ...
13:40:11 #9 28.21 Selecting previously unselected package libelf1:arm64.
13:40:11 #9 28.21 Preparing to unpack .../017-libelf1_0.185-1build1_arm64.deb ...
13:40:11 #9 28.21 Unpacking libelf1:arm64 (0.185-1build1) ...
13:40:11 #9 28.25 Selecting previously unselected package libicu67:arm64.
13:40:11 #9 23.88 Selecting previously unselected package gcc.
13:40:11 #9 28.41 Selecting previously unselected package g++.
13:40:11 #9 28.41 Preparing to unpack .../097-g++_4%3a9.3.0-1ubuntu2_arm64.deb ...
13:40:11 #9 28.41 Unpacking g++ (4:9.3.0-1ubuntu2) ...
13:40:11 #9 28.44 Selecting previously unselected package make.
13:40:11 #9 28.44 Preparing to unpack .../098-make_4.2.1-1.2_arm64.deb ...
13:40:11 #9 28.45 Unpacking make (4.2.1-1.2) ...
13:40:11 #9 28.49 Selecting previously unselected package libdpkg-perl.
13:40:11 #9 28.50 Preparing to unpack .../099-libdpkg-perl_1.19.7ubuntu3_all.deb ...
13:40:11 #9 28.50 Unpacking libdpkg-perl (1.19.7ubuntu3) ...
13:40:11 #9 28.55 Selecting previously unselected package patch.
13:40:11 #9 28.55 Preparing to unpack .../100-patch_2.7.6-6_arm64.deb ...
13:40:11 #9 28.56 Unpacking patch (2.7.6-6) ...
13:40:11 #9 28.64 Selecting previously unselected package dpkg-dev.
13:40:11 #9 28.64 Preparing to unpack .../101-dpkg-dev_1.19.7ubuntu3_all.deb ...
13:40:11 #9 28.65 Unpacking dpkg-dev (1.19.7ubuntu3) ...
13:40:11 #8 38.35 Preparing to unpack .../281-libsereal-perl_4.005-1_all.deb ...
13:40:11 #8 38.35 Unpacking libsereal-perl (4.005-1) ...
13:40:11 #8 38.38 Selecting previously unselected package libtask-weaken-perl.
13:40:11 #8 38.38 Preparing to unpack .../282-libtask-weaken-perl_1.06-1_all.deb ...
13:40:11 #8 38.39 Unpacking libtask-weaken-perl (1.06-1) ...
13:40:11 #8 38.42 Selecting previously unselected package libxml-parser-perl.
13:40:11 #8 38.42 Preparing to unpack .../283-libxml-parser-perl_2.44-4_arm64.deb ...
13:40:11 #8 38.43 Unpacking libxml-parser-perl (2.44-4) ...
13:40:11 #8 38.48 Selecting previously unselected package libsoap-lite-perl.
13:40:11 #8 38.48 Preparing to unpack .../284-libsoap-lite-perl_1.27-1_all.deb ...
13:40:11 #8 38.48 Unpacking libsoap-lite-perl (1.27-1) ...
13:40:11 #8 38.53 Selecting previously unselected package libsort-key-perl.
13:40:11 #8 38.54 Preparing to unpack .../285-libsort-key-perl_1.33-2+b1_arm64.deb ...
13:40:11 #8 38.54 Unpacking libsort-key-perl (1.33-2+b1) ...
13:40:11 #8 38.57 Selecting previously unselected package libstring-copyright-perl.
13:40:11 #8 38.58 Preparing to unpack .../286-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:11 #8 37.14 Preparing to unpack .../285-libnumber-range-perl_0.12-1.1_all.deb ...
13:40:11 #8 37.14 Unpacking libnumber-range-perl (0.12-1.1) ...
13:40:11 #8 37.18 Selecting previously unselected package libossp-uuid16:arm64.
13:40:11 #8 37.18 Preparing to unpack .../286-libossp-uuid16_1.6.2-1.5+b9_arm64.deb ...
13:40:11 #8 37.18 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
13:40:11 #8 37.22 Selecting previously unselected package libossp-uuid-perl.
13:40:11 #8 37.22 Preparing to unpack .../287-libossp-uuid-perl_1.6.2-1.5+b9_arm64.deb ...
13:40:11 #8 37.23 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
13:40:11 #8 37.26 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:11 #8 37.26 Preparing to unpack .../288-libpackage-stash-xs-perl_0.29-1+b2_arm64.deb ...
13:40:11 #8 37.26 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
13:40:11 #8 37.30 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:11 #8 37.30 Preparing to unpack .../289-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:11 #8 37.30 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:11 #8 37.34 Selecting previously unselected package libperlio-gzip-perl.
13:40:11 #8 37.34 Preparing to unpack .../290-libperlio-gzip-perl_0.19-1+b7_arm64.deb ...
13:40:11 #8 37.34 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
13:40:11 #8 37.38 Selecting previously unselected package libpod-parser-perl.
13:40:11 #9 28.70 Preparing to unpack .../135-gpgsm_2.2.27-3ubuntu2_arm64.deb ...
13:40:11 #9 28.71 Unpacking gpgsm (2.2.27-3ubuntu2) ...
13:40:11 #9 28.74 Selecting previously unselected package gnupg.
13:40:11 #9 28.74 Preparing to unpack .../136-gnupg_2.2.27-3ubuntu2_all.deb ...
13:40:11 #9 28.74 Unpacking gnupg (2.2.27-3ubuntu2) ...
13:40:11 #9 28.78 Selecting previously unselected package libfile-dirlist-perl.
13:40:11 #9 28.78 Preparing to unpack .../137-libfile-dirlist-perl_0.05-2_all.deb ...
13:40:11 #9 28.78 Unpacking libfile-dirlist-perl (0.05-2) ...
13:40:11 #9 28.81 Selecting previously unselected package libfile-which-perl.
13:40:11 #9 28.81 Preparing to unpack .../138-libfile-which-perl_1.23-1_all.deb ...
13:40:11 #9 28.82 Unpacking libfile-which-perl (1.23-1) ...
13:40:11 #9 28.85 Selecting previously unselected package libfile-homedir-perl.
13:40:11 #9 28.85 Preparing to unpack .../139-libfile-homedir-perl_1.006-1_all.deb ...
13:40:11 #9 28.85 Unpacking libfile-homedir-perl (1.006-1) ...
13:40:11 #9 28.88 Selecting previously unselected package libfile-touch-perl.
13:40:11 #9 28.88 Preparing to unpack .../140-libfile-touch-perl_0.12-1_all.deb ...
13:40:11 #9 28.89 Unpacking libfile-touch-perl (0.12-1) ...
13:40:11 #9 28.92 Selecting previously unselected package libio-pty-perl.
13:40:11 #9 23.66 Selecting previously unselected package libpsl5:amd64.
13:40:11 #9 10.000 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.34-6ubuntu1.3 [2096 kB]
13:40:11 #9 10.09 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils armhf 2.34-6ubuntu1.3 [3368 B]
13:40:11 #9 10.09 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc-dev-bin armhf 2.31-0ubuntu9.7 [63.7 kB]
13:40:11 #9 10.09 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf linux-libc-dev armhf 5.4.0-109.123 [1093 kB]
13:40:11 #9 10.14 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcrypt-dev armhf 1:4.4.10-10ubuntu4 [120 kB]
13:40:11 #9 10.14 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc6-dev armhf 2.31-0ubuntu9.7 [1915 kB]
13:40:11 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a
13:40:11 #8 21.39 Selecting previously unselected package libmpc3:amd64.
13:40:11 #8 21.39 Preparing to unpack .../040-libmpc3_1.2.0-1_amd64.deb ...
13:40:11 #8 21.40 Unpacking libmpc3:amd64 (1.2.0-1) ...
13:40:11 #8 21.43 Selecting previously unselected package cpp-10.
13:40:11 #8 21.44 Preparing to unpack .../041-cpp-10_10.2.1-6_amd64.deb ...
13:40:11 #8 21.44 Unpacking cpp-10 (10.2.1-6) ...
13:40:11 #8 13.61 Get:127 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dh-autoreconf all 17 [15.8 kB]
13:40:11 #8 13.61 Get:128 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
13:40:11 #8 13.61 Get:129 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
13:40:11 #8 13.61 Get:130 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtimedate-perl all 2.3000-2 [37.5 kB]
13:40:11 #8 13.61 Get:131 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
13:40:11 #8 13.61 Get:132 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcroco3 armhf 0.6.12-2 [69.4 kB]
13:40:11 #8 13.69 Get:133 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gettext armhf 0.19.8.1-6ubuntu0.3 [1229 kB]
13:40:11 #8 13.72 Get:134 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf intltool-debian all 0.35.0+20060710.4 [24.9 kB]
13:40:11 #8 13.72 Get:135 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf po-debconf all 1.0.20 [232 kB]
13:40:11 #8 13.78 Get:136 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf debhelper all 11.1.6ubuntu2 [902 kB]
13:40:11 #8 13.78 Get:137 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-which-perl all 1.21-1 [11.8 kB]
13:40:11 #8 13.79 Get:138 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-homedir-perl all 1.002-1 [37.1 kB]
13:40:11 #8 13.79 Get:139 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf devscripts armhf 2.17.12ubuntu1.1 [870 kB]
13:40:11 #8 13.84 Get:140 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf diffstat armhf 1.61-1build1 [21.1 kB]
13:40:11 #8 13.84 Get:141 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libassuan0 armhf 2.5.1-2 [28.3 kB]
13:40:11 #8 13.84 Get:142 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgconf armhf 2.2.4-1ubuntu1.4 [106 kB]
13:40:11 #8 13.84 Get:143 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libksba8 armhf 1.3.5-2 [78.7 kB]
13:40:11 #8 24.39 Selecting previously unselected package libatomic1:amd64.
13:40:11 #8 24.39 Preparing to unpack .../042-libatomic1_8.3.0-6_amd64.deb ...
13:40:11 #8 24.41 Unpacking libatomic1:amd64 (8.3.0-6) ...
13:40:11 #10 23.31   Upgrading        : rpm-libs-4.14.3-23.el8.aarch64                        1/96 
13:40:11 #10 23.32   Running scriptlet: rpm-libs-4.14.3-23.el8.aarch64                        1/96 
13:40:11 #10 23.40   Upgrading        : rpm-4.14.3-23.el8.aarch64                             2/96 
13:40:11 #10 23.43   Upgrading        : rpm-build-libs-4.14.3-23.el8.aarch64                  3/96 
13:40:11 #10 23.44   Running scriptlet: rpm-build-libs-4.14.3-23.el8.aarch64                  3/96 
13:40:11 #10 23.47   Installing       : xz-5.2.4-3.el8.aarch64                                4/96 
13:40:11 #8 38.58 Setting up libnpth0:arm64 (1.5-3) ...
13:40:11 #8 38.60 Setting up libedit2:arm64 (3.1-20170329-1) ...
13:40:11 #8 38.61 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ...
13:40:11 #8 38.62 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ...
13:40:11 #8 38.63 Setting up readline-common (7.0-3) ...
13:40:11 #8 38.65 Setting up libapt-inst2.0:arm64 (1.6.14) ...
13:40:11 #8 38.66 Setting up manpages (4.15-1) ...
13:40:11 #8 38.67 Setting up strace (4.21-1ubuntu1) ...
13:40:11 #8 38.68 Setting up git-man (1:2.17.1-1ubuntu0.11) ...
13:40:11 #8 38.70 Setting up libicu60:arm64 (60.2-3ubuntu3.2) ...
13:40:11 #8 38.71 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ...
13:40:11 #8 38.73 Setting up less (487-0.1) ...
13:40:11 #8 38.82 Setting up make (4.1-9.1ubuntu1) ...
13:40:11 #9 3.316 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB]
13:40:11 #9 3.316 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [29.1 kB]
13:40:11 #9 3.316 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [53.3 kB]
13:40:11 #9 3.316 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [40.6 kB]
13:40:11 #9 3.316 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [15.5 kB]
13:40:11 #9 21.85 Selecting previously unselected package libxext6:amd64.
13:40:11 #9 21.85 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
13:40:11 #9 21.86 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
13:40:11 #9 21.99 Selecting previously unselected package libxmuu1:amd64.
13:40:11 #9 21.99 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
13:40:11 #9 22.06 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
13:40:11 #9 28.25 Preparing to unpack .../018-libicu67_67.1-7ubuntu1_arm64.deb ...
13:40:11 #9 28.26 Unpacking libicu67:arm64 (67.1-7ubuntu1) ...
13:40:11 #9 28.48 Selecting previously unselected package libxml2:arm64.
13:40:11 #9 28.48 Preparing to unpack .../019-libxml2_2.9.12+dfsg-4ubuntu0.1_arm64.deb ...
13:40:11 #9 28.48 Unpacking libxml2:arm64 (2.9.12+dfsg-4ubuntu0.1) ...
13:40:11 #9 28.52 Selecting previously unselected package libyaml-0-2:arm64.
13:40:11 #8 23.74 Preparing to unpack .../011-ca-certificates_20210119~18.04.2_all.deb ...
13:40:11 #8 23.74 Unpacking ca-certificates (20210119~18.04.2) ...
13:40:11 #8 23.79 Selecting previously unselected package distro-info-data.
13:40:11 #8 23.79 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.14_all.deb ...
13:40:11 #8 23.79 Unpacking distro-info-data (0.37ubuntu0.14) ...
13:40:11 #8 23.82 Selecting previously unselected package libmagic-mgc.
13:40:11 #8 23.82 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_amd64.deb ...
13:40:11 #8 23.82 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
13:40:11 #8 23.89 Selecting previously unselected package libmagic1:amd64.
13:40:11 #8 23.90 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_amd64.deb ...
13:40:11 #8 23.90 Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
13:40:11 #8 23.93 Selecting previously unselected package file.
13:40:11 #8 23.93 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_amd64.deb ...
13:40:11 #8 23.93 Unpacking file (1:5.32-2ubuntu0.4) ...
13:40:11 #8 23.97 Selecting previously unselected package less.
13:40:11 #8 23.97 Preparing to unpack .../016-less_487-0.1_amd64.deb ...
13:40:11 #8 23.97 Unpacking less (487-0.1) ...
13:40:11 #8 24.01 Selecting previously unselected package libapt-inst2.0:amd64.
13:40:11 #9 23.89 Preparing to unpack .../088-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ...
13:40:11 #9 23.89 Unpacking gcc (4:11.2.0-1ubuntu1) ...
13:40:11 #9 23.92 Selecting previously unselected package libstdc++-11-dev:amd64.
13:40:11 #9 23.93 Preparing to unpack .../089-libstdc++-11-dev_11.2.0-19ubuntu1_amd64.deb ...
13:40:11 #9 23.93 Unpacking libstdc++-11-dev:amd64 (11.2.0-19ubuntu1) ...
13:40:11 #9 24.10 Selecting previously unselected package g++-11.
13:40:11 #9 24.10 Preparing to unpack .../090-g++-11_11.2.0-19ubuntu1_amd64.deb ...
13:40:11 #9 24.11 Unpacking g++-11 (11.2.0-19ubuntu1) ...
13:40:11 #9 28.73 Selecting previously unselected package build-essential.
13:40:11 #9 28.73 Preparing to unpack .../102-build-essential_12.8ubuntu1.1_arm64.deb ...
13:40:11 #9 28.74 Unpacking build-essential (12.8ubuntu1.1) ...
13:40:11 #9 28.78 Selecting previously unselected package libbrotli1:arm64.
13:40:11 #9 28.78 Preparing to unpack .../103-libbrotli1_1.0.7-6ubuntu0.1_arm64.deb ...
13:40:11 #9 28.79 Unpacking libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
13:40:11 #9 28.85 Selecting previously unselected package libroken18-heimdal:arm64.
13:40:11 #9 28.86 Preparing to unpack .../104-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:40:11 #9 28.86 Unpacking libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:11 #9 28.91 Selecting previously unselected package libasn1-8-heimdal:arm64.
13:40:11 #9 28.91 Preparing to unpack .../105-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:40:11 #9 28.92 Unpacking libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:11 #9 28.97 Selecting previously unselected package libheimbase1-heimdal:arm64.
13:40:11 #8 38.58 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:11 #8 38.62 Selecting previously unselected package libstring-escape-perl.
13:40:11 #8 38.62 Preparing to unpack .../287-libstring-escape-perl_2010.002-2_all.deb ...
13:40:11 #8 38.63 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:11 #8 38.66 Selecting previously unselected package libstring-shellquote-perl.
13:40:11 #8 38.66 Preparing to unpack .../288-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:11 #8 38.67 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:11 #8 38.70 Selecting previously unselected package libterm-readkey-perl.
13:40:11 #8 38.70 Preparing to unpack .../289-libterm-readkey-perl_2.38-1_arm64.deb ...
13:40:11 #8 38.70 Unpacking libterm-readkey-perl (2.38-1) ...
13:40:11 #8 38.74 Selecting previously unselected package libtest-fatal-perl.
13:40:11 #8 38.74 Preparing to unpack .../290-libtest-fatal-perl_0.014-1_all.deb ...
13:40:11 #8 38.75 Unpacking libtest-fatal-perl (0.014-1) ...
13:40:11 #8 38.78 Selecting previously unselected package libtest-refcount-perl.
13:40:11 #8 38.78 Preparing to unpack .../291-libtest-refcount-perl_0.08-3_all.deb ...
13:40:11 #8 38.79 Unpacking libtest-refcount-perl (0.08-3) ...
13:40:11 #8 38.82 Selecting previously unselected package libtext-levenshtein-perl.
13:40:11 #8 37.38 Preparing to unpack .../291-libpod-parser-perl_1.63-2_all.deb ...
13:40:11 #8 37.39 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:40:11 #8 37.40 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:40:11 #8 37.41 Unpacking libpod-parser-perl (1.63-2) ...
13:40:11 #8 37.45 Selecting previously unselected package libpod-constants-perl.
13:40:11 #8 37.45 Preparing to unpack .../292-libpod-constants-perl_0.19-2_all.deb ...
13:40:11 #8 37.45 Unpacking libpod-constants-perl (0.19-2) ...
13:40:11 #8 37.49 Selecting previously unselected package libproc-processtable-perl.
13:40:11 #8 37.49 Preparing to unpack .../293-libproc-processtable-perl_0.59-2+b1_arm64.deb ...
13:40:11 #8 37.50 Unpacking libproc-processtable-perl (0.59-2+b1) ...
13:40:11 #8 37.54 Selecting previously unselected package libre2-9:arm64.
13:40:11 #8 37.54 Preparing to unpack .../294-libre2-9_20210201+dfsg-1_arm64.deb ...
13:40:11 #8 37.54 Unpacking libre2-9:arm64 (20210201+dfsg-1) ...
13:40:11 #8 37.58 Selecting previously unselected package libre-engine-re2-perl:arm64.
13:40:11 #8 37.59 Preparing to unpack .../295-libre-engine-re2-perl_0.14-1_arm64.deb ...
13:40:11 #8 37.59 Unpacking libre-engine-re2-perl:arm64 (0.14-1) ...
13:40:11 #9 28.92 Preparing to unpack .../141-libio-pty-perl_1%3a1.15-2build2_arm64.deb ...
13:40:11 #9 28.92 Unpacking libio-pty-perl (1:1.15-2build2) ...
13:40:11 #9 28.96 Selecting previously unselected package libipc-run-perl.
13:40:11 #9 28.96 Preparing to unpack .../142-libipc-run-perl_20200505.0-1_all.deb ...
13:40:11 #9 28.96 Unpacking libipc-run-perl (20200505.0-1) ...
13:40:11 #9 29.00 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:11 #9 29.00 Preparing to unpack .../143-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:11 #9 29.01 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:11 #9 29.04 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:11 #9 29.04 Preparing to unpack .../144-libclass-xsaccessor-perl_1.19-3build9_arm64.deb ...
13:40:11 #9 29.05 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
13:40:11 #9 29.08 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:11 #9 29.08 Preparing to unpack .../145-libb-hooks-op-check-perl_0.22-1build5_arm64.deb ...
13:40:11 #9 29.09 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
13:40:11 #9 29.12 Selecting previously unselected package libdynaloader-functions-perl.
13:40:11 #9 29.12 Preparing to unpack .../146-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:40:11 #9 29.13 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:40:11 #9 29.16 Selecting previously unselected package libdevel-callchecker-perl.
13:40:11 #9 23.67 Preparing to unpack .../034-libpsl5_0.21.0-1.2_amd64.deb ...
13:40:11 #9 23.68 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
13:40:11 #9 23.94 Selecting previously unselected package libxau6:amd64.
13:40:11 #9 10.23 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9-base armhf 9.4.0-1ubuntu1~20.04.1 [19.4 kB]
13:40:11 #9 10.23 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libisl22 armhf 0.22.1-1 [460 kB]
13:40:11 #9 10.25 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpfr6 armhf 4.0.2-1 [196 kB]
13:40:11 #9 10.27 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB]
13:40:11 #9 10.27 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cpp-9 armhf 9.4.0-1ubuntu1~20.04.1 [5888 kB]
13:40:11 #8 13.84 Get:144 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnpth0 armhf 1.5-3 [6632 B]
13:40:11 #8 13.84 Get:145 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dirmngr armhf 2.2.4-1ubuntu1.4 [275 kB]
13:40:11 #8 13.90 Get:146 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-pkg-resources all 39.0.1-2 [98.8 kB]
13:40:11 #8 13.90 Get:147 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-chardet all 3.0.4-1 [80.3 kB]
13:40:11 #8 13.90 Get:148 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-six all 1.11.0-2 [11.4 kB]
13:40:11 #8 13.98 Get:149 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-debian all 0.1.32 [65.4 kB]
13:40:11 #8 13.98 Get:150 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-l10n all 2.2.4-1ubuntu1.4 [49.8 kB]
13:40:11 #8 13.98 Get:151 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-utils armhf 2.2.4-1ubuntu1.4 [107 kB]
13:40:11 #8 13.98 Get:152 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg armhf 2.2.4-1ubuntu1.4 [408 kB]
13:40:11 #8 14.00 Get:153 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf pinentry-curses armhf 1.1.0-1 [31.4 kB]
13:40:11 #8 14.00 Get:154 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-agent armhf 2.2.4-1ubuntu1.4 [188 kB]
13:40:11 #8 14.00 Get:155 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-wks-client armhf 2.2.4-1ubuntu1.4 [76.4 kB]
13:40:11 #8 14.04 Get:156 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-wks-server armhf 2.2.4-1ubuntu1.4 [71.7 kB]
13:40:11 #8 14.04 Get:157 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgsm armhf 2.2.4-1ubuntu1.4 [183 kB]
13:40:11 #8 14.05 Get:158 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg armhf 2.2.4-1ubuntu1.4 [249 kB]
13:40:11 #8 14.12 Get:159 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgpgme11 armhf 1.10.0-1ubuntu2 [92.3 kB]
13:40:11 #8 14.12 Get:160 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-gpg armhf 1.10.0-1ubuntu2 [129 kB]
13:40:11 #8 24.78 Selecting previously unselected package libasan5:amd64.
13:40:11 #8 24.78 Preparing to unpack .../043-libasan5_8.3.0-6_amd64.deb ...
13:40:11 #8 24.80 Unpacking libasan5:amd64 (8.3.0-6) ...
13:40:11 #10 23.50   Installing       : unzip-6.0-46.el8.aarch64                              5/96 
13:40:11 #10 23.62   Installing       : groff-base-1.22.3-18.el8.aarch64                      6/96 
13:40:11 #10 23.65   Installing       : file-5.33-20.el8.aarch64                              7/96 
13:40:11 #10 23.68   Installing       : cpio-2.12-11.el8.aarch64                              8/96 
13:40:11 #8 38.84 Setting up libapt-pkg-perl (0.1.33build1) ...
13:40:11 #8 38.86 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.8) ...
13:40:11 #8 38.95 Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
13:40:11 #8 38.96 Setting up mime-support (3.60ubuntu1) ...
13:40:11 #8 39.04 Setting up iso-codes (3.79-1) ...
13:40:11 #8 39.09 Setting up libsigsegv2:arm64 (2.12-1) ...
13:40:11 #12 extracting sha256:f479416a86f3840bc047e6a6c810a627fd69501b249c6ffa92943bbd91dc47f0 11.7s done
13:40:11 #14 extracting sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 12.7s done
13:40:11 #14 DONE 17.1s
13:40:11 
13:40:11 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:40:11 #16 ...
13:40:11 
13:40:11 #14 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.1-alpine@sha256:42d35674864fbb577594b60b84ddfba1be52b4d4298c961b46ba95e9fb4712e8
13:40:11 #14 extracting sha256:9a8029b02d49777774618d41ab3a1f7f4f32f7d4b10453afd26a184b8787beaa 0.0s done
13:40:11 #14 DONE 17.2s
13:40:11 
13:40:11 #17 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
13:40:12 #9 22.12 Selecting previously unselected package manpages.
13:40:12 #9 28.52 Preparing to unpack .../020-libyaml-0-2_0.2.2-1_arm64.deb ...
13:40:12 #9 22.12 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
13:40:12 #9 22.12 Unpacking manpages (5.05-1) ...
13:40:12 #9 22.29 Selecting previously unselected package openssh-client.
13:40:12 #9 22.29 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ...
13:40:12 #9 22.30 Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ...
13:40:12 #9 28.53 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
13:40:12 #9 28.56 Selecting previously unselected package lsb-release.
13:40:12 #9 28.56 Preparing to unpack .../021-lsb-release_11.1.0ubuntu3_all.deb ...
13:40:12 #9 28.56 Unpacking lsb-release (11.1.0ubuntu3) ...
13:40:12 #9 28.60 Selecting previously unselected package netbase.
13:40:12 #9 28.60 Preparing to unpack .../022-netbase_6.3_all.deb ...
13:40:12 #9 28.61 Unpacking netbase (6.3) ...
13:40:12 #9 28.64 Selecting previously unselected package python3-pkg-resources.
13:40:12 #9 28.64 Preparing to unpack .../023-python3-pkg-resources_52.0.0-4_all.deb ...
13:40:12 #9 28.65 Unpacking python3-pkg-resources (52.0.0-4) ...
13:40:12 #9 28.70 Selecting previously unselected package ucf.
13:40:12 #9 28.70 Preparing to unpack .../024-ucf_3.0043_all.deb ...
13:40:12 #9 28.71 Moving old data out of the way
13:40:12 #9 28.71 Unpacking ucf (3.0043) ...
13:40:12 #9 28.74 Selecting previously unselected package libmagic-mgc.
13:40:12 #9 28.74 Preparing to unpack .../025-libmagic-mgc_1%3a5.39-3_arm64.deb ...
13:40:12 #9 28.75 Unpacking libmagic-mgc (1:5.39-3) ...
13:40:12 #9 28.81 Selecting previously unselected package libmagic1:arm64.
13:40:12 #9 28.81 Preparing to unpack .../026-libmagic1_1%3a5.39-3_arm64.deb ...
13:40:12 #9 28.81 Unpacking libmagic1:arm64 (1:5.39-3) ...
13:40:12 #9 28.85 Selecting previously unselected package file.
13:40:12 #8 24.01 Preparing to unpack .../017-libapt-inst2.0_1.6.14_amd64.deb ...
13:40:12 #8 24.02 Unpacking libapt-inst2.0:amd64 (1.6.14) ...
13:40:12 #8 24.06 Selecting previously unselected package libglib2.0-0:amd64.
13:40:12 #8 24.06 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
13:40:12 #8 24.07 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
13:40:12 #8 24.20 Selecting previously unselected package libglib2.0-data.
13:40:12 #8 24.20 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
13:40:12 #8 24.20 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
13:40:12 #8 24.24 Selecting previously unselected package libicu60:amd64.
13:40:12 #8 24.24 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_amd64.deb ...
13:40:12 #8 24.24 Unpacking libicu60:amd64 (60.2-3ubuntu3.2) ...
13:40:12 #9 24.28 Selecting previously unselected package g++.
13:40:12 #9 24.29 Preparing to unpack .../091-g++_4%3a11.2.0-1ubuntu1_amd64.deb ...
13:40:12 #9 24.29 Unpacking g++ (4:11.2.0-1ubuntu1) ...
13:40:12 #9 24.32 Selecting previously unselected package make.
13:40:12 #9 24.32 Preparing to unpack .../092-make_4.3-4.1build1_amd64.deb ...
13:40:12 #9 24.33 Unpacking make (4.3-4.1build1) ...
13:40:12 #9 24.36 Selecting previously unselected package libdpkg-perl.
13:40:12 #9 24.36 Preparing to unpack .../093-libdpkg-perl_1.21.1ubuntu2_all.deb ...
13:40:12 #9 24.36 Unpacking libdpkg-perl (1.21.1ubuntu2) ...
13:40:12 #9 24.40 Selecting previously unselected package bzip2.
13:40:12 #8 38.82 Preparing to unpack .../292-libtext-levenshtein-perl_0.13-1_all.deb ...
13:40:12 #8 38.83 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:40:12 #8 38.85 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:12 #8 38.86 Preparing to unpack .../293-libtype-tiny-xs-perl_0.014-1+b1_arm64.deb ...
13:40:12 #8 38.86 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
13:40:12 #8 38.90 Selecting previously unselected package libunicode-utf8-perl.
13:40:12 #8 38.90 Preparing to unpack .../294-libunicode-utf8-perl_0.62-1_arm64.deb ...
13:40:12 #8 38.90 Unpacking libunicode-utf8-perl (0.62-1) ...
13:40:12 #8 38.94 Selecting previously unselected package libwrap0:arm64.
13:40:12 #8 38.95 Preparing to unpack .../295-libwrap0_7.6.q-28_arm64.deb ...
13:40:12 #8 38.95 Unpacking libwrap0:arm64 (7.6.q-28) ...
13:40:12 #8 38.99 Selecting previously unselected package libxau6:arm64.
13:40:12 #8 38.99 Preparing to unpack .../296-libxau6_1%3a1.0.8-1+b2_arm64.deb ...
13:40:12 #8 39.00 Unpacking libxau6:arm64 (1:1.0.8-1+b2) ...
13:40:12 #8 39.04 Selecting previously unselected package libxdmcp6:arm64.
13:40:12 #8 39.04 Preparing to unpack .../297-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
13:40:12 #8 39.04 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
13:40:12 #8 39.08 Selecting previously unselected package libxcb1:arm64.
13:40:12 #8 37.62 Selecting previously unselected package libreadonly-perl.
13:40:12 #8 37.62 Preparing to unpack .../296-libreadonly-perl_2.050-3_all.deb ...
13:40:12 #8 37.63 Unpacking libreadonly-perl (2.050-3) ...
13:40:12 #8 37.66 Selecting previously unselected package libref-util-perl.
13:40:12 #8 37.66 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
13:40:12 #8 37.66 Unpacking libref-util-perl (0.204-1) ...
13:40:12 #8 37.70 Selecting previously unselected package libref-util-xs-perl.
13:40:12 #8 37.71 Preparing to unpack .../298-libref-util-xs-perl_0.117-1+b3_arm64.deb ...
13:40:12 #8 37.71 Unpacking libref-util-xs-perl (0.117-1+b3) ...
13:40:12 #8 37.75 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:12 #8 37.75 Preparing to unpack .../299-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
13:40:12 #8 37.76 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
13:40:12 #8 37.79 Selecting previously unselected package libregexp-pattern-perl.
13:40:12 #8 37.79 Preparing to unpack .../300-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:40:12 #8 37.80 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:40:12 #8 37.83 Selecting previously unselected package libsasl2-modules:arm64.
13:40:12 #9 29.16 Preparing to unpack .../147-libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb ...
13:40:12 #9 29.16 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
13:40:12 #9 29.21 Selecting previously unselected package libparams-classify-perl.
13:40:12 #9 29.21 Preparing to unpack .../148-libparams-classify-perl_0.015-1build5_arm64.deb ...
13:40:12 #9 29.21 Unpacking libparams-classify-perl (0.015-1build5) ...
13:40:12 #9 29.25 Selecting previously unselected package libmodule-runtime-perl.
13:40:12 #9 29.25 Preparing to unpack .../149-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:12 #9 29.25 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:12 #9 29.28 Selecting previously unselected package libimport-into-perl.
13:40:12 #9 29.29 Preparing to unpack .../150-libimport-into-perl_1.002005-1_all.deb ...
13:40:12 #9 29.29 Unpacking libimport-into-perl (1.002005-1) ...
13:40:12 #9 29.32 Selecting previously unselected package librole-tiny-perl.
13:40:12 #9 29.32 Preparing to unpack .../151-librole-tiny-perl_2.002004-1_all.deb ...
13:40:12 #9 29.33 Unpacking librole-tiny-perl (2.002004-1) ...
13:40:12 #9 29.36 Selecting previously unselected package libsub-quote-perl.
13:40:12 #9 29.36 Preparing to unpack .../152-libsub-quote-perl_2.006006-1_all.deb ...
13:40:12 #9 29.36 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:12 #9 29.39 Selecting previously unselected package libmoo-perl.
13:40:12 #9 23.94 Preparing to unpack .../035-libxau6_1%3a1.0.9-1build3_amd64.deb ...
13:40:12 #9 23.95 Unpacking libxau6:amd64 (1:1.0.9-1build3) ...
13:40:12 #9 24.03 Selecting previously unselected package libxdmcp6:amd64.
13:40:12 #9 24.03 Preparing to unpack .../036-libxdmcp6_1%3a1.1.3-0ubuntu4_amd64.deb ...
13:40:12 #9 24.04 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu4) ...
13:40:12 #9 24.11 Selecting previously unselected package libxcb1:amd64.
13:40:12 #9 24.11 Preparing to unpack .../037-libxcb1_1.14-3ubuntu1_amd64.deb ...
13:40:12 #9 24.12 Unpacking libxcb1:amd64 (1.14-3ubuntu1) ...
13:40:12 #9 24.17 Selecting previously unselected package libx11-data.
13:40:12 #9 28.97 Preparing to unpack .../106-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:40:12 #9 28.98 Unpacking libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:12 #9 29.03 Selecting previously unselected package libhcrypto4-heimdal:arm64.
13:40:12 #9 29.03 Preparing to unpack .../107-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:40:12 #9 29.03 Unpacking libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:12 #9 29.08 Selecting previously unselected package libwind0-heimdal:arm64.
13:40:12 #9 29.08 Preparing to unpack .../108-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:40:12 #9 29.09 Unpacking libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:12 #9 29.13 Selecting previously unselected package libhx509-5-heimdal:arm64.
13:40:12 #9 29.14 Preparing to unpack .../109-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:40:12 #9 29.14 Unpacking libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:12 #9 29.19 Selecting previously unselected package libkrb5-26-heimdal:arm64.
13:40:12 #9 29.19 Preparing to unpack .../110-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:40:12 #9 29.20 Unpacking libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:12 #9 29.25 Selecting previously unselected package libheimntlm0-heimdal:arm64.
13:40:12 #9 29.25 Preparing to unpack .../111-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:40:12 #9 29.26 Unpacking libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:12 #9 29.30 Selecting previously unselected package libgssapi3-heimdal:arm64.
13:40:12 #9 10.54 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cpp armhf 4:9.3.0-1ubuntu2 [27.6 kB]
13:40:12 #9 10.54 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcc1-0 armhf 10.3.0-1ubuntu1~20.04 [41.8 kB]
13:40:12 #9 10.54 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgomp1 armhf 10.3.0-1ubuntu1~20.04 [87.2 kB]
13:40:12 #9 10.54 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libatomic1 armhf 10.3.0-1ubuntu1~20.04 [7256 B]
13:40:12 #9 10.69 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasan5 armhf 9.4.0-1ubuntu1~20.04.1 [2808 kB]
13:40:12 #8 14.13 Get:161 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dput all 1.0.1ubuntu1 [42.7 kB]
13:40:12 #8 14.14 Get:162 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfakeroot armhf 1.22-2ubuntu1 [21.6 kB]
13:40:12 #8 14.14 Get:163 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf fakeroot armhf 1.22-2ubuntu1 [60.3 kB]
13:40:12 #8 14.14 Get:164 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcurl3-gnutls armhf 7.58.0-2ubuntu3.17 [187 kB]
13:40:12 #8 14.14 Get:165 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liberror-perl all 0.17025-1 [22.8 kB]
13:40:12 #8 14.20 Get:166 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf git-man all 1:2.17.1-1ubuntu0.11 [804 kB]
13:40:12 #8 14.22 Get:167 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf git armhf 1:2.17.1-1ubuntu0.11 [2819 kB]
13:40:12 #8 14.35 Get:168 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
13:40:12 #8 14.35 Get:169 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libalgorithm-diff-xs-perl armhf 0.04-5 [10.8 kB]
13:40:12 #8 25.11 Selecting previously unselected package liblsan0:amd64.
13:40:12 #8 25.11 Preparing to unpack .../044-liblsan0_8.3.0-6_amd64.deb ...
13:40:12 #8 25.12 Unpacking liblsan0:amd64 (8.3.0-6) ...
13:40:12 #8 25.22 Selecting previously unselected package libtsan0:amd64.
13:40:12 #9 26.45 Resolving Dependencies
13:40:12 #9 26.45 --> Running transaction check
13:40:12 #9 26.45 ---> Package rpm-build.aarch64 0:4.11.3-48.el7_9 will be installed
13:40:12 #9 26.47 --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.58 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.58 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.58 --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.59 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.59 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.59 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.59 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.59 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.59 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.60 --> Processing Dependency: file for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.60 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.60 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.60 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.aarch64
13:40:12 #9 26.60 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
13:40:12 #9 26.61 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
13:40:12 #9 26.61 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
13:40:12 #9 26.61 --> Running transaction check
13:40:12 #9 26.61 ---> Package bzip2.aarch64 0:1.0.6-13.el7 will be installed
13:40:12 #9 26.61 ---> Package desktop-file-utils.aarch64 0:0.23-2.el7 will be installed
13:40:12 #9 26.61 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.aarch64
13:40:12 #9 26.61 ---> Package elfutils.aarch64 0:0.176-5.el7 will be installed
13:40:12 #9 26.62 ---> Package file.aarch64 0:5.11-37.el7 will be installed
13:40:12 #9 26.62 ---> Package gdb.aarch64 0:7.6.1-120.el7 will be installed
13:40:12 #9 26.62 ---> Package groff-base.aarch64 0:1.22.2-8.el7 will be installed
13:40:12 #9 26.62 ---> Package patch.aarch64 0:2.7.1-12.el7_7 will be installed
13:40:12 #9 26.62 ---> Package perl.aarch64 4:5.16.3-299.el7_9 will be installed
13:40:12 #9 26.63 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.63 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.63 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.63 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.64 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.65 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.65 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.65 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.65 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.65 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.65 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.aarch64
13:40:12 #9 26.65 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
13:40:12 #9 26.65 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
13:40:12 #9 26.65 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
13:40:12 #9 26.65 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
13:40:12 #9 26.66 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
13:40:12 #9 26.66 ---> Package perl-threads.aarch64 0:1.87-4.el7 will be installed
13:40:12 #9 26.66 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
13:40:12 #9 26.66 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:40:12 #9 26.66 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:40:12 #9 26.66 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:40:12 #9 26.66 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:40:12 #9 26.66 ---> Package rpm.aarch64 0:4.11.3-45.el7 will be updated
13:40:12 #9 26.67 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.aarch64
13:40:12 #9 26.67 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.aarch64
13:40:12 #9 26.67 ---> Package rpm.aarch64 0:4.11.3-48.el7_9 will be an update
13:40:12 #9 26.67 ---> Package unzip.aarch64 0:6.0-24.el7_9 will be installed
13:40:12 #9 26.67 --> Running transaction check
13:40:12 #9 26.67 ---> Package dwz.aarch64 0:0.11-3.el7 will be installed
13:40:12 #9 26.67 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
13:40:12 #9 26.67 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
13:40:12 #9 26.67 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
13:40:12 #9 26.67 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
13:40:12 #9 26.68 ---> Package perl-Filter.aarch64 0:1.49-3.el7 will be installed
13:40:12 #9 26.68 ---> Package perl-PathTools.aarch64 0:3.40-5.el7 will be installed
13:40:12 #9 26.68 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
13:40:12 #9 26.68 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
13:40:12 #9 26.68 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
13:40:12 #9 26.69 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
13:40:12 #9 26.69 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
13:40:12 #9 26.69 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
13:40:12 #9 26.69 ---> Package perl-Scalar-List-Utils.aarch64 0:1.27-248.el7 will be installed
13:40:12 #9 26.69 ---> Package perl-Socket.aarch64 0:2.010-5.el7 will be installed
13:40:12 #9 26.69 ---> Package perl-Storable.aarch64 0:2.45-3.el7 will be installed
13:40:12 #9 26.69 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
13:40:12 #9 26.69 ---> Package perl-Time-HiRes.aarch64 4:1.9725-3.el7 will be installed
13:40:12 #9 26.70 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
13:40:12 #9 26.70 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
13:40:12 #9 26.70 ---> Package perl-libs.aarch64 4:5.16.3-299.el7_9 will be installed
13:40:12 #9 26.70 ---> Package perl-macros.aarch64 4:5.16.3-299.el7_9 will be installed
13:40:12 #9 26.70 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
13:40:12 #9 26.70 ---> Package perl-threads-shared.aarch64 0:1.43-6.el7 will be installed
13:40:12 #9 26.70 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
13:40:12 #9 26.70 ---> Package rpm-libs.aarch64 0:4.11.3-45.el7 will be updated
13:40:12 #9 26.70 --> Processing Dependency: rpm-libs(aarch-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.aarch64
13:40:12 #9 26.70 ---> Package rpm-libs.aarch64 0:4.11.3-48.el7_9 will be an update
13:40:12 #9 26.71 ---> Package rpm-python.aarch64 0:4.11.3-45.el7 will be updated
13:40:12 #9 26.71 ---> Package rpm-python.aarch64 0:4.11.3-48.el7_9 will be an update
13:40:12 #9 26.71 ---> Package zip.aarch64 0:3.0-11.el7 will be installed
13:40:12 #9 26.71 --> Running transaction check
13:40:12 #9 26.71 ---> Package perl-Encode.aarch64 0:2.51-7.el7 will be installed
13:40:12 #9 26.71 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
13:40:12 #9 26.71 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
13:40:12 #9 26.72 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
13:40:12 #9 26.72 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
13:40:12 #9 26.72 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
13:40:12 #9 26.72 ---> Package rpm-build-libs.aarch64 0:4.11.3-45.el7 will be updated
13:40:12 #9 26.72 ---> Package rpm-build-libs.aarch64 0:4.11.3-48.el7_9 will be an update
13:40:12 #9 26.72 --> Running transaction check
13:40:12 #9 26.72 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
13:40:12 #9 26.73 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
13:40:12 #9 26.94 --> Finished Dependency Resolution
13:40:12 #9 26.95 
13:40:12 #9 26.95 Dependencies Resolved
13:40:12 #9 26.95 
13:40:12 #9 26.95 ================================================================================
13:40:12 #9 26.95  Package                   Arch       Version                  Repository  Size
13:40:12 #9 26.95 ================================================================================
13:40:12 #9 26.95 Installing:
13:40:12 #9 26.95  rpm-build                 aarch64    4.11.3-48.el7_9          updates    150 k
13:40:12 #9 26.95  rpmlint                   noarch     1.5-4.el7                base       229 k
13:40:12 #9 26.95 Installing for dependencies:
13:40:12 #9 26.95  bzip2                     aarch64    1.0.6-13.el7             base        52 k
13:40:12 #9 26.95  desktop-file-utils        aarch64    0.23-2.el7               base        68 k
13:40:12 #9 26.95  dwz                       aarch64    0.11-3.el7               base        95 k
13:40:12 #9 26.95  elfutils                  aarch64    0.176-5.el7              base       301 k
13:40:12 #9 26.95  emacs-filesystem          noarch     1:24.3-23.el7            base        58 k
13:40:12 #9 26.95  file                      aarch64    5.11-37.el7              base        57 k
13:40:12 #9 26.95  gdb                       aarch64    7.6.1-120.el7            base       2.3 M
13:40:12 #9 26.95  groff-base                aarch64    1.22.2-8.el7             base       920 k
13:40:12 #9 26.95  patch                     aarch64    2.7.1-12.el7_7           base       107 k
13:40:12 #9 26.95  perl                      aarch64    4:5.16.3-299.el7_9       updates    7.9 M
13:40:12 #9 26.95  perl-Carp                 noarch     1.26-244.el7             base        19 k
13:40:12 #9 26.95  perl-Encode               aarch64    2.51-7.el7               base       1.1 M
13:40:12 #9 26.95  perl-Exporter             noarch     5.68-3.el7               base        28 k
13:40:12 #9 26.95  perl-File-Path            noarch     2.09-2.el7               base        26 k
13:40:12 #9 26.95  perl-File-Temp            noarch     0.23.01-3.el7            base        56 k
13:40:12 #9 26.95  perl-Filter               aarch64    1.49-3.el7               base        76 k
13:40:12 #9 26.95  perl-Getopt-Long          noarch     2.40-3.el7               base        56 k
13:40:12 #9 26.95  perl-HTTP-Tiny            noarch     0.033-3.el7              base        38 k
13:40:12 #9 26.95  perl-PathTools            aarch64    3.40-5.el7               base        82 k
13:40:12 #9 26.95  perl-Pod-Escapes          noarch     1:1.04-299.el7_9         updates     52 k
13:40:12 #9 26.95  perl-Pod-Perldoc          noarch     3.20-4.el7               base        87 k
13:40:12 #9 26.95  perl-Pod-Simple           noarch     1:3.28-4.el7             base       216 k
13:40:12 #9 26.95  perl-Pod-Usage            noarch     1.63-3.el7               base        27 k
13:40:12 #9 26.95  perl-Scalar-List-Utils    aarch64    1.27-248.el7             base        35 k
13:40:12 #9 26.95  perl-Socket               aarch64    2.010-5.el7              base        48 k
13:40:12 #9 26.95  perl-Storable             aarch64    2.45-3.el7               base        73 k
13:40:12 #9 26.95  perl-Text-ParseWords      noarch     3.29-4.el7               base        14 k
13:40:12 #9 26.95  perl-Thread-Queue         noarch     3.02-2.el7               base        17 k
13:40:12 #9 26.95  perl-Time-HiRes           aarch64    4:1.9725-3.el7           base        45 k
13:40:12 #9 26.95  perl-Time-Local           noarch     1.2300-2.el7             base        24 k
13:40:12 #9 26.95  perl-constant             noarch     1.27-2.el7               base        19 k
13:40:12 #9 26.95  perl-libs                 aarch64    4:5.16.3-299.el7_9       updates    621 k
13:40:12 #9 26.95  perl-macros               aarch64    4:5.16.3-299.el7_9       updates     44 k
13:40:12 #9 26.95  perl-parent               noarch     1:0.225-244.el7          base        12 k
13:40:12 #9 26.95  perl-podlators            noarch     2.5.1-3.el7              base       112 k
13:40:12 #9 26.95  perl-srpm-macros          noarch     1-8.el7                  base       4.6 k
13:40:12 #9 26.95  perl-threads              aarch64    1.87-4.el7               base        48 k
13:40:12 #9 26.95  perl-threads-shared       aarch64    1.43-6.el7               base        37 k
13:40:12 #9 26.95  python-srpm-macros        noarch     3-34.el7                 base       8.8 k
13:40:12 #9 26.95  redhat-rpm-config         noarch     9.1.0-88.el7.centos      base        81 k
13:40:12 #9 26.95  unzip                     aarch64    6.0-24.el7_9             updates    168 k
13:40:12 #9 26.95  zip                       aarch64    3.0-11.el7               base       257 k
13:40:12 #9 26.95 Updating for dependencies:
13:40:12 #9 26.95  rpm                       aarch64    4.11.3-48.el7_9          updates    1.2 M
13:40:12 #9 26.95  rpm-build-libs            aarch64    4.11.3-48.el7_9          updates    101 k
13:40:12 #9 26.95  rpm-libs                  aarch64    4.11.3-48.el7_9          updates    256 k
13:40:12 #9 26.95  rpm-python                aarch64    4.11.3-48.el7_9          updates     83 k
13:40:12 #9 26.95 
13:40:12 #9 26.95 Transaction Summary
13:40:12 #9 26.95 ================================================================================
13:40:12 #9 26.95 Install  2 Packages (+42 Dependent packages)
13:40:12 #9 26.95 Upgrade             (  4 Dependent packages)
13:40:12 #9 26.95 
13:40:12 #9 26.95 Total download size: 17 M
13:40:12 #9 26.95 Downloading packages:
13:40:12 #9 26.96 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
13:40:12 #9 28.23 warning: /var/cache/yum/aarch64/7/base/packages/desktop-file-utils-0.23-2.el7.aarch64.rpm: Header V3 RSA/SHA256 Signature, key ID 305d49d6: NOKEY
13:40:12 #9 28.23 Public key for desktop-file-utils-0.23-2.el7.aarch64.rpm is not installed
13:40:12 #8 39.11 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
13:40:12 #8 39.14 Setting up libreadline7:arm64 (7.0-3) ...
13:40:12 #8 39.17 Setting up perl-openssl-defaults:arm64 (3build1) ...
13:40:12 #8 39.20 Setting up libpsl5:arm64 (0.19.1-5build1) ...
13:40:12 #8 39.22 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
13:40:12 #8 39.23 Setting up groff-base (1.22.3-10) ...
13:40:12 #8 39.25 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
13:40:12 #8 39.26 No schema files found: doing nothing.
13:40:12 #8 39.27 Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:12 #8 39.28 Setting up unzip (6.0-21ubuntu1.1) ...
13:40:12 #8 39.30 Setting up linux-libc-dev:arm64 (4.15.0-176.185) ...
13:40:12 #8 39.31 Setting up libmpfr6:arm64 (4.0.1-1) ...
13:40:12 #8 39.32 Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:12 #8 39.34 Setting up dctrl-tools (2.24-2build1) ...
13:40:12 #8 39.38 Setting up distro-info-data (0.37ubuntu0.14) ...
13:40:12 #8 39.42 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
13:40:12 #12 extracting sha256:7dd0c09e6384fad9b5a3679693abad407ec413f5f12eaa2cc83d675bcaf7a2bc done
13:40:12 #9 22.45 Selecting previously unselected package publicsuffix.
13:40:12 #9 22.45 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
13:40:12 #9 22.46 Unpacking publicsuffix (20200303.0012-1) ...
13:40:12 #9 22.50 Selecting previously unselected package python-apt-common.
13:40:12 #9 22.50 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.7_all.deb ...
13:40:12 #9 22.51 Unpacking python-apt-common (2.0.0ubuntu0.20.04.7) ...
13:40:12 #9 22.55 Selecting previously unselected package python3-apt.
13:40:12 #9 22.55 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.7_amd64.deb ...
13:40:12 #9 28.85 Preparing to unpack .../027-file_1%3a5.39-3_arm64.deb ...
13:40:12 #9 28.85 Unpacking file (1:5.39-3) ...
13:40:12 #9 28.88 Selecting previously unselected package gettext-base.
13:40:12 #9 28.88 Preparing to unpack .../028-gettext-base_0.21-4ubuntu3_arm64.deb ...
13:40:12 #9 28.89 Unpacking gettext-base (0.21-4ubuntu3) ...
13:40:12 #9 28.92 Selecting previously unselected package iso-codes.
13:40:12 #9 28.92 Preparing to unpack .../029-iso-codes_4.6.0-1_all.deb ...
13:40:12 #9 28.92 Unpacking iso-codes (4.6.0-1) ...
13:40:12 #9 4.121 Fetched 19.4 MB in 3s (5954 kB/s)
13:40:12 #9 24.40 Preparing to unpack .../094-bzip2_1.0.8-5build1_amd64.deb ...
13:40:12 #9 24.41 Unpacking bzip2 (1.0.8-5build1) ...
13:40:12 #9 24.44 Selecting previously unselected package patch.
13:40:12 #9 24.44 Preparing to unpack .../095-patch_2.7.6-7build2_amd64.deb ...
13:40:12 #9 24.45 Unpacking patch (2.7.6-7build2) ...
13:40:12 #9 24.47 Selecting previously unselected package lto-disabled-list.
13:40:12 #9 24.48 Preparing to unpack .../096-lto-disabled-list_24_all.deb ...
13:40:12 #9 24.48 Unpacking lto-disabled-list (24) ...
13:40:12 #9 24.51 Selecting previously unselected package dpkg-dev.
13:40:12 #9 24.51 Preparing to unpack .../097-dpkg-dev_1.21.1ubuntu2_all.deb ...
13:40:12 #9 24.52 Unpacking dpkg-dev (1.21.1ubuntu2) ...
13:40:12 #9 24.56 Selecting previously unselected package build-essential.
13:40:12 #9 24.56 Preparing to unpack .../098-build-essential_12.9ubuntu3_amd64.deb ...
13:40:12 #9 24.56 Unpacking build-essential (12.9ubuntu3) ...
13:40:12 #9 24.60 Selecting previously unselected package libbrotli1:amd64.
13:40:12 #9 24.60 Preparing to unpack .../099-libbrotli1_1.0.9-2build6_amd64.deb ...
13:40:12 #9 24.60 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
13:40:12 #9 24.63 Selecting previously unselected package libsasl2-modules-db:amd64.
13:40:12 #8 39.09 Preparing to unpack .../298-libxcb1_1.13.1-2_arm64.deb ...
13:40:12 #8 39.09 Unpacking libxcb1:arm64 (1.13.1-2) ...
13:40:12 #8 39.12 Selecting previously unselected package libx11-data.
13:40:12 #8 39.13 Preparing to unpack .../299-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
13:40:12 #8 39.13 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
13:40:12 #8 39.20 Selecting previously unselected package libx11-6:arm64.
13:40:12 #8 39.21 Preparing to unpack .../300-libx11-6_2%3a1.6.7-1+deb10u2_arm64.deb ...
13:40:12 #8 39.21 Unpacking libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
13:40:12 #8 39.29 Selecting previously unselected package libxext6:arm64.
13:40:12 #8 39.29 Preparing to unpack .../301-libxext6_2%3a1.3.3-1+b2_arm64.deb ...
13:40:12 #8 39.30 Unpacking libxext6:arm64 (2:1.3.3-1+b2) ...
13:40:12 #8 39.33 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:12 #8 37.84 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
13:40:12 #8 37.84 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:40:12 #8 37.88 Selecting previously unselected package libsereal-decoder-perl.
13:40:12 #8 37.88 Preparing to unpack .../302-libsereal-decoder-perl_4.018+ds-1+b1_arm64.deb ...
13:40:12 #8 37.89 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
13:40:12 #8 37.92 Selecting previously unselected package libsereal-encoder-perl.
13:40:12 #8 37.93 Preparing to unpack .../303-libsereal-encoder-perl_4.018+ds-1+b1_arm64.deb ...
13:40:12 #8 37.93 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
13:40:12 #8 37.97 Selecting previously unselected package libtask-weaken-perl.
13:40:12 #8 37.97 Preparing to unpack .../304-libtask-weaken-perl_1.06-1_all.deb ...
13:40:12 #8 37.98 Unpacking libtask-weaken-perl (1.06-1) ...
13:40:12 #8 38.01 Selecting previously unselected package libxml-parser-perl:arm64.
13:40:12 #8 38.02 Preparing to unpack .../305-libxml-parser-perl_2.46-2_arm64.deb ...
13:40:12 #8 38.02 Unpacking libxml-parser-perl:arm64 (2.46-2) ...
13:40:12 #8 38.07 Selecting previously unselected package libsoap-lite-perl.
13:40:12 #8 38.07 Preparing to unpack .../306-libsoap-lite-perl_1.27-1_all.deb ...
13:40:12 #8 38.08 Unpacking libsoap-lite-perl (1.27-1) ...
13:40:12 #8 38.14 Selecting previously unselected package libsort-key-perl.
13:40:12 #8 38.14 Preparing to unpack .../307-libsort-key-perl_1.33-2+b3_arm64.deb ...
13:40:12 #8 38.15 Unpacking libsort-key-perl (1.33-2+b3) ...
13:40:12 #8 38.19 Selecting previously unselected package libstring-copyright-perl.
13:40:12 #9 29.40 Preparing to unpack .../153-libmoo-perl_2.005004-3_all.deb ...
13:40:12 #9 29.40 Unpacking libmoo-perl (2.005004-3) ...
13:40:12 #9 29.43 Selecting previously unselected package libencode-locale-perl.
13:40:12 #9 29.43 Preparing to unpack .../154-libencode-locale-perl_1.05-1.1_all.deb ...
13:40:12 #9 29.43 Unpacking libencode-locale-perl (1.05-1.1) ...
13:40:12 #9 29.46 Selecting previously unselected package libtimedate-perl.
13:40:12 #9 29.46 Preparing to unpack .../155-libtimedate-perl_2.3300-2_all.deb ...
13:40:12 #9 29.47 Unpacking libtimedate-perl (2.3300-2) ...
13:40:12 #9 29.50 Selecting previously unselected package libhttp-date-perl.
13:40:12 #9 29.50 Preparing to unpack .../156-libhttp-date-perl_6.05-1_all.deb ...
13:40:12 #9 29.50 Unpacking libhttp-date-perl (6.05-1) ...
13:40:12 #9 29.53 Selecting previously unselected package libfile-listing-perl.
13:40:12 #9 29.53 Preparing to unpack .../157-libfile-listing-perl_6.14-1_all.deb ...
13:40:12 #9 29.54 Unpacking libfile-listing-perl (6.14-1) ...
13:40:12 #9 29.56 Selecting previously unselected package libhtml-tagset-perl.
13:40:12 #9 29.56 Preparing to unpack .../158-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:12 #9 29.57 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:12 #9 29.59 Selecting previously unselected package liburi-perl.
13:40:12 #9 29.60 Preparing to unpack .../159-liburi-perl_5.10-1_all.deb ...
13:40:12 #9 29.60 Unpacking liburi-perl (5.10-1) ...
13:40:12 #9 29.63 Selecting previously unselected package libhtml-parser-perl:arm64.
13:40:12 #9 29.63 Preparing to unpack .../160-libhtml-parser-perl_3.76-1build2_arm64.deb ...
13:40:12 #9 29.64 Unpacking libhtml-parser-perl:arm64 (3.76-1build2) ...
13:40:12 #9 29.68 Selecting previously unselected package libhtml-tree-perl.
13:40:12 #9 29.68 Preparing to unpack .../161-libhtml-tree-perl_5.07-2_all.deb ...
13:40:12 #9 29.68 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:12 #9 29.72 Selecting previously unselected package libio-html-perl.
13:40:12 #9 24.17 Preparing to unpack .../038-libx11-data_2%3a1.7.2-1_all.deb ...
13:40:12 #9 24.18 Unpacking libx11-data (2:1.7.2-1) ...
13:40:12 #9 24.23 Selecting previously unselected package libx11-6:amd64.
13:40:12 #9 24.23 Preparing to unpack .../039-libx11-6_2%3a1.7.2-1_amd64.deb ...
13:40:12 #9 24.24 Unpacking libx11-6:amd64 (2:1.7.2-1) ...
13:40:12 #9 24.28 Selecting previously unselected package libxext6:amd64.
13:40:12 #9 24.29 Preparing to unpack .../040-libxext6_2%3a1.3.4-0ubuntu3_amd64.deb ...
13:40:12 #9 24.29 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu3) ...
13:40:12 #9 24.32 Selecting previously unselected package libxmuu1:amd64.
13:40:12 #9 24.32 Preparing to unpack .../041-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
13:40:12 #9 24.33 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
13:40:12 #9 24.35 Selecting previously unselected package manpages.
13:40:12 #9 24.35 Preparing to unpack .../042-manpages_5.10-1ubuntu1_all.deb ...
13:40:12 #9 24.36 Unpacking manpages (5.10-1ubuntu1) ...
13:40:12 #9 29.30 Preparing to unpack .../112-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:40:12 #9 29.31 Unpacking libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:12 #9 29.35 Selecting previously unselected package libsasl2-modules-db:arm64.
13:40:12 #9 29.35 Preparing to unpack .../113-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
13:40:12 #9 29.36 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:12 #9 29.42 Selecting previously unselected package libsasl2-2:arm64.
13:40:12 #9 29.42 Preparing to unpack .../114-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
13:40:12 #9 29.43 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:12 #9 29.47 Selecting previously unselected package libldap-common.
13:40:12 #9 29.47 Preparing to unpack .../115-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ...
13:40:12 #9 29.47 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
13:40:12 #9 29.51 Selecting previously unselected package libldap-2.4-2:arm64.
13:40:12 #9 29.51 Preparing to unpack .../116-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_arm64.deb ...
13:40:12 #9 29.52 Unpacking libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.8) ...
13:40:12 #8 14.38 Get:170 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:40:12 #8 14.38 Get:171 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libapt-pkg-perl armhf 0.1.33build1 [63.8 kB]
13:40:12 #8 14.38 Get:172 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libarchive-cpio-perl all 0.10-1 [9644 B]
13:40:12 #8 14.38 Get:173 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libb-hooks-op-check-perl armhf 0.22-1 [9852 B]
13:40:12 #8 14.38 Get:174 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB]
13:40:12 #8 14.38 Get:175 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdevel-callchecker-perl armhf 0.007-2build1 [14.0 kB]
13:40:12 #8 14.38 Get:176 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparams-classify-perl armhf 0.015-1 [20.0 kB]
13:40:12 #8 14.43 Get:177 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:40:12 #8 14.46 Get:178 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
13:40:12 #8 14.46 Get:179 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB]
13:40:12 #8 14.46 Get:180 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:40:12 #8 14.46 Get:181 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libvariable-magic-perl armhf 0.62-1 [32.2 kB]
13:40:12 #8 14.46 Get:182 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
13:40:12 #8 14.46 Get:183 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-tagset-perl all 3.20-3 [12.1 kB]
13:40:12 #8 14.46 Get:184 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liburi-perl all 1.73-1 [77.2 kB]
13:40:12 #8 14.46 Get:185 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-parser-perl armhf 3.72-3build1 [82.7 kB]
13:40:12 #8 14.50 Get:186 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcgi-pm-perl all 4.38-1 [185 kB]
13:40:12 #8 14.54 Get:187 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfcgi-perl armhf 0.78-2build1 [28.7 kB]
13:40:12 #8 14.54 Get:188 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcgi-fast-perl all 1:2.13-1 [9940 B]
13:40:12 #8 14.54 Get:189 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-name-perl armhf 0.21-1build1 [11.1 kB]
13:40:12 #8 14.54 Get:190 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclass-accessor-perl all 0.51-1 [21.2 kB]
13:40:12 #8 14.54 Get:191 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
13:40:12 #8 14.54 Get:192 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclass-xsaccessor-perl armhf 1.19-2build8 [33.7 kB]
13:40:12 #8 14.54 Get:193 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclone-perl armhf 0.39-1 [9832 B]
13:40:12 #8 14.54 Get:194 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdata-dump-perl all 1.23-1 [27.0 kB]
13:40:12 #8 14.57 Get:195 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparams-util-perl armhf 1.07-3build3 [18.6 kB]
13:40:12 #8 25.22 Preparing to unpack .../045-libtsan0_8.3.0-6_amd64.deb ...
13:40:12 #8 25.24 Unpacking libtsan0:amd64 (8.3.0-6) ...
13:40:12 #8 25.34 Selecting previously unselected package libubsan1:amd64.
13:40:12 #8 25.34 Preparing to unpack .../046-libubsan1_8.3.0-6_amd64.deb ...
13:40:12 #8 25.35 Unpacking libubsan1:amd64 (8.3.0-6) ...
13:40:12 #8 25.40 Selecting previously unselected package libmpx2:amd64.
13:40:12 #8 25.40 Preparing to unpack .../047-libmpx2_8.3.0-6_amd64.deb ...
13:40:12 #8 25.40 Unpacking libmpx2:amd64 (8.3.0-6) ...
13:40:12 #8 25.44 Selecting previously unselected package libquadmath0:amd64.
13:40:12 #8 25.44 Preparing to unpack .../048-libquadmath0_8.3.0-6_amd64.deb ...
13:40:12 #8 25.44 Unpacking libquadmath0:amd64 (8.3.0-6) ...
13:40:12 #12 DONE 28.7s
13:40:12 
13:40:12 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:40:12 #8 sha256:7026d6e482c3e5268d9119eca714ea85b7cca404fd15faa947e9dd725188f6af
13:40:12 #8 39.45 Setting up libpipeline1:arm64 (1.5.0-1) ...
13:40:12 #8 39.46 Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:12 #8 39.47 Setting up libksba8:arm64 (1.3.5-2) ...
13:40:12 #8 39.49 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
13:40:12 #8 39.52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
13:40:12 #8 39.56 Setting up m4 (1.4.18-1) ...
13:40:12 #8 39.57 Setting up libgdbm5:arm64 (1.14.1-6) ...
13:40:12 #8 39.59 Setting up at (3.1.20-3.1ubuntu2) ...
13:40:12 #9 22.56 Unpacking python3-apt (2.0.0ubuntu0.20.04.7) ...
13:40:12 #9 22.64 Selecting previously unselected package libunwind8:amd64.
13:40:12 #9 22.64 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
13:40:12 #9 22.64 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
13:40:12 #9 22.71 Selecting previously unselected package strace.
13:40:12 #9 22.71 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
13:40:12 #9 22.72 Unpacking strace (5.5-3ubuntu1) ...
13:40:12 #9 29.24 Selecting previously unselected package libcbor0.6:arm64.
13:40:12 #9 29.24 Preparing to unpack .../030-libcbor0.6_0.6.0-0ubuntu3_arm64.deb ...
13:40:12 #9 29.25 Unpacking libcbor0.6:arm64 (0.6.0-0ubuntu3) ...
13:40:12 #9 29.28 Selecting previously unselected package libedit2:arm64.
13:40:12 #10 23.70   Installing       : bzip2-1.0.6-26.el8.aarch64                            9/96 
13:40:12 #10 24.21   Installing       : binutils-2.30-114.el8.aarch64                        10/96 
13:40:12 #10 24.23   Running scriptlet: binutils-2.30-114.el8.aarch64                        10/96 
13:40:12 #10 24.28   Installing       : python-srpm-macros-3-41.el8.noarch                   11/96 
13:40:12 #10 24.29   Installing       : python-rpm-macros-3-41.el8.noarch                    12/96 
13:40:12 #10 24.30   Installing       : python3-rpm-macros-3-41.el8.noarch                   13/96 
13:40:12 #10 24.33   Installing       : zip-3.0-23.el8.aarch64                               14/96 
13:40:12 #10 24.36   Upgrading        : python3-rpm-4.14.3-23.el8.aarch64                    15/96 
13:40:12 #10 24.37   Installing       : efi-srpm-macros-3-3.el8.noarch                       16/96 
13:40:12 #9 24.64 Preparing to unpack .../100-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
13:40:12 #9 24.64 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:12 #9 24.67 Selecting previously unselected package libsasl2-2:amd64.
13:40:12 #9 24.67 Preparing to unpack .../101-libsasl2-2_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
13:40:12 #9 24.68 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:12 #9 24.71 Selecting previously unselected package libldap-2.5-0:amd64.
13:40:12 #9 24.71 Preparing to unpack .../102-libldap-2.5-0_2.5.11+dfsg-1~exp1ubuntu3_amd64.deb ...
13:40:12 #9 24.72 Unpacking libldap-2.5-0:amd64 (2.5.11+dfsg-1~exp1ubuntu3) ...
13:40:12 #9 24.75 Selecting previously unselected package librtmp1:amd64.
13:40:12 #9 24.75 Preparing to unpack .../103-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
13:40:12 #9 24.76 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:40:12 #9 24.79 Selecting previously unselected package libssh-4:amd64.
13:40:12 #9 24.79 Preparing to unpack .../104-libssh-4_0.9.6-2build1_amd64.deb ...
13:40:12 #9 24.80 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
13:40:12 #9 24.83 Selecting previously unselected package libcurl4:amd64.
13:40:12 #9 24.84 Preparing to unpack .../105-libcurl4_7.81.0-1ubuntu1.1_amd64.deb ...
13:40:12 #9 24.84 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.1) ...
13:40:12 #9 24.87 Selecting previously unselected package curl.
13:40:12 #9 24.88 Preparing to unpack .../106-curl_7.81.0-1ubuntu1.1_amd64.deb ...
13:40:12 #9 24.88 Unpacking curl (7.81.0-1ubuntu1.1) ...
13:40:12 #9 24.91 Selecting previously unselected package dctrl-tools.
13:40:12 #9 24.92 Preparing to unpack .../107-dctrl-tools_2.24-3build2_amd64.deb ...
13:40:12 #9 24.92 Unpacking dctrl-tools (2.24-3build2) ...
13:40:12 #9 24.96 Selecting previously unselected package libdebhelper-perl.
13:40:12 #9 24.96 Preparing to unpack .../108-libdebhelper-perl_13.6ubuntu1_all.deb ...
13:40:12 #9 24.96 Unpacking libdebhelper-perl (13.6ubuntu1) ...
13:40:12 #9 25.00 Selecting previously unselected package libtool.
13:40:12 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 5.0s
13:40:12 #8 22.63 Selecting previously unselected package cpp.
13:40:12 #8 22.63 Preparing to unpack .../042-cpp_4%3a10.2.1-1_amd64.deb ...
13:40:12 #8 22.64 Unpacking cpp (4:10.2.1-1) ...
13:40:12 #8 39.33 Preparing to unpack .../302-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:40:12 #8 39.34 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:40:12 #8 39.37 Selecting previously unselected package libxml-sax-base-perl.
13:40:12 #8 39.37 Preparing to unpack .../303-libxml-sax-base-perl_1.09-1_all.deb ...
13:40:12 #8 39.37 Unpacking libxml-sax-base-perl (1.09-1) ...
13:40:12 #8 39.41 Selecting previously unselected package libxml-sax-perl.
13:40:12 #8 39.42 Preparing to unpack .../304-libxml-sax-perl_1.00+dfsg-1_all.deb ...
13:40:12 #8 39.42 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
13:40:12 #8 39.46 Selecting previously unselected package libxml-libxml-perl.
13:40:12 #8 39.46 Preparing to unpack .../305-libxml-libxml-perl_2.0134+dfsg-1_arm64.deb ...
13:40:12 #8 39.47 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
13:40:12 #8 39.53 Selecting previously unselected package libxml-sax-expat-perl.
13:40:12 #8 39.53 Preparing to unpack .../306-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:12 #8 39.53 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:12 #8 39.56 Selecting previously unselected package libxml-simple-perl.
13:40:12 #8 39.56 Preparing to unpack .../307-libxml-simple-perl_2.25-1_all.deb ...
13:40:12 #8 39.57 Unpacking libxml-simple-perl (2.25-1) ...
13:40:12 #8 39.60 Selecting previously unselected package libxmlrpc-lite-perl.
13:40:12 #8 39.60 Preparing to unpack .../308-libxmlrpc-lite-perl_0.717-2_all.deb ...
13:40:12 #8 39.61 Unpacking libxmlrpc-lite-perl (0.717-2) ...
13:40:12 #8 39.69 Selecting previously unselected package libxmuu1:arm64.
13:40:12 #9 29.72 Preparing to unpack .../162-libio-html-perl_1.004-2_all.deb ...
13:40:12 #9 29.73 Unpacking libio-html-perl (1.004-2) ...
13:40:12 #9 29.76 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:12 #9 29.76 Preparing to unpack .../163-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:12 #9 29.77 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:12 #9 29.80 Selecting previously unselected package libhttp-message-perl.
13:40:12 #9 29.80 Preparing to unpack .../164-libhttp-message-perl_6.36-1_all.deb ...
13:40:12 #9 29.80 Unpacking libhttp-message-perl (6.36-1) ...
13:40:12 #9 29.83 Selecting previously unselected package libhttp-cookies-perl.
13:40:12 #9 29.83 Preparing to unpack .../165-libhttp-cookies-perl_6.10-1_all.deb ...
13:40:12 #9 29.84 Unpacking libhttp-cookies-perl (6.10-1) ...
13:40:12 #9 29.87 Selecting previously unselected package libhttp-negotiate-perl.
13:40:12 #9 29.87 Preparing to unpack .../166-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:12 #9 29.88 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:12 #9 29.90 Selecting previously unselected package perl-openssl-defaults:arm64.
13:40:12 #9 29.91 Preparing to unpack .../167-perl-openssl-defaults_5build2_arm64.deb ...
13:40:12 #9 29.95 Unpacking perl-openssl-defaults:arm64 (5build2) ...
13:40:12 #8 38.19 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:12 #8 38.19 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:12 #8 38.23 Selecting previously unselected package libstring-escape-perl.
13:40:12 #8 38.23 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
13:40:12 #8 38.24 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:12 #8 38.27 Selecting previously unselected package libstring-shellquote-perl.
13:40:12 #8 38.28 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:12 #8 38.28 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:12 #8 38.31 Selecting previously unselected package libsys-cpuaffinity-perl:arm64.
13:40:12 #8 38.32 Preparing to unpack .../311-libsys-cpuaffinity-perl_1.13~03-1_arm64.deb ...
13:40:12 #8 38.32 Unpacking libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
13:40:12 #8 38.35 Selecting previously unselected package libterm-readkey-perl.
13:40:12 #8 38.35 Preparing to unpack .../312-libterm-readkey-perl_2.38-1+b2_arm64.deb ...
13:40:12 #8 38.36 Unpacking libterm-readkey-perl (2.38-1+b2) ...
13:40:12 #8 38.39 Selecting previously unselected package libtext-levenshteinxs-perl.
13:40:12 #8 38.39 Preparing to unpack .../313-libtext-levenshteinxs-perl_0.03-4+b8_arm64.deb ...
13:40:12 #8 38.40 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
13:40:12 #8 38.43 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
13:40:12 #9 24.48 Selecting previously unselected package openssh-client.
13:40:12 #9 24.48 Preparing to unpack .../043-openssh-client_1%3a8.4p1-6ubuntu2.1_amd64.deb ...
13:40:12 #9 24.49 Unpacking openssh-client (1:8.4p1-6ubuntu2.1) ...
13:40:12 #9 24.53 Selecting previously unselected package publicsuffix.
13:40:12 #9 24.53 Preparing to unpack .../044-publicsuffix_20210108.1309-1_all.deb ...
13:40:12 #9 24.54 Unpacking publicsuffix (20210108.1309-1) ...
13:40:12 #9 24.57 Selecting previously unselected package python-apt-common.
13:40:12 #9 24.58 Preparing to unpack .../045-python-apt-common_2.2.1_all.deb ...
13:40:12 #9 24.58 Unpacking python-apt-common (2.2.1) ...
13:40:12 #9 24.61 Selecting previously unselected package python3-apt.
13:40:12 #9 24.61 Preparing to unpack .../046-python3-apt_2.2.1_amd64.deb ...
13:40:12 #9 24.62 Unpacking python3-apt (2.2.1) ...
13:40:12 #9 24.66 Selecting previously unselected package libunwind8:amd64.
13:40:12 #31 4.064 + cd /tmp/tmp.cOfNRJi0Pp/src/github.com/opencontainers/runc
13:40:12 #31 4.065 + git checkout -q v1.1.1
13:40:12 #31 4.185 + '[' -z '' ']'
13:40:12 #31 4.185 + target=static
13:40:12 #31 4.186 + make BUILDTAGS=seccomp static
13:40:12 #31 4.403 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc .
13:40:12 #9 29.58 Selecting previously unselected package libnghttp2-14:arm64.
13:40:12 #9 29.58 Preparing to unpack .../117-libnghttp2-14_1.40.0-1build1_arm64.deb ...
13:40:12 #9 29.59 Unpacking libnghttp2-14:arm64 (1.40.0-1build1) ...
13:40:12 #9 29.63 Selecting previously unselected package librtmp1:arm64.
13:40:12 #9 29.64 Preparing to unpack .../118-librtmp1_2.4+20151223.gitfa8646d.1-2build1_arm64.deb ...
13:40:12 #9 29.64 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:40:12 #9 29.71 Selecting previously unselected package libssh-4:arm64.
13:40:12 #9 29.71 Preparing to unpack .../119-libssh-4_0.9.3-2ubuntu2.2_arm64.deb ...
13:40:12 #9 29.71 Unpacking libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
13:40:12 #9 29.76 Selecting previously unselected package libcurl4:arm64.
13:40:12 #14 ...
13:40:12 
13:40:12 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:12 #9 sha256:326ae25cabf6284effd2598a54af89f19d2cfe614b6d1ff9e15a13b078e84f64
13:40:12 #9 1.378 Get:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease [270 kB]
13:40:12 #9 1.803 Get:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease [115 kB]
13:40:12 #9 1.897 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease [101 kB]
13:40:12 #9 1.997 Get:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease [110 kB]
13:40:12 #9 2.092 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/universe armhf Packages [16.1 MB]
13:40:12 #9 3.188 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/main armhf Packages [1730 kB]
13:40:12 #9 3.193 Get:7 http://ports.ubuntu.com/ubuntu-ports impish/restricted armhf Packages [12.0 kB]
13:40:12 #9 3.193 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/multiverse armhf Packages [196 kB]
13:40:12 #9 3.272 Get:9 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf Packages [389 kB]
13:40:12 #9 3.288 Get:10 http://ports.ubuntu.com/ubuntu-ports impish-updates/restricted armhf Packages [9292 B]
13:40:12 #9 3.288 Get:11 http://ports.ubuntu.com/ubuntu-ports impish-updates/multiverse armhf Packages [1341 B]
13:40:12 #9 3.288 Get:12 http://ports.ubuntu.com/ubuntu-ports impish-updates/universe armhf Packages [206 kB]
13:40:12 #9 3.316 Get:13 http://ports.ubuntu.com/ubuntu-ports impish-backports/universe armhf Packages [5200 B]
13:40:12 #9 3.316 Get:14 http://ports.ubuntu.com/ubuntu-ports impish-security/multiverse armhf Packages [593 B]
13:40:12 #9 3.316 Get:15 http://ports.ubuntu.com/ubuntu-ports impish-security/restricted armhf Packages [8968 B]
13:40:12 #9 3.316 Get:16 http://ports.ubuntu.com/ubuntu-ports impish-security/universe armhf Packages [189 kB]
13:40:12 #9 3.345 Get:17 http://ports.ubuntu.com/ubuntu-ports impish-security/main armhf Packages [315 kB]
13:40:12 #9 4.078 Fetched 19.8 MB in 3s (6113 kB/s)
13:40:12 #9 4.078 Reading package lists...
13:40:12 #9 5.177 Reading package lists...
13:40:12 #9 6.211 Building dependency tree...
13:40:12 #9 6.402 Reading state information...
13:40:12 #9 6.649 The following additional packages will be installed:
13:40:12 #9 6.649   autoconf automake autopoint autotools-dev binutils
13:40:12 #9 6.649   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:40:12 #9 6.649   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
13:40:12 #9 6.649   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:40:12 #9 6.649   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:40:12 #9 6.649   g++-11 gcc gcc-11 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
13:40:12 #9 6.649   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:40:12 #9 6.649   intltool-debian iso-codes less libalgorithm-diff-perl
13:40:12 #9 6.649   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:40:12 #9 6.649   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:40:12 #9 6.649   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:40:12 #9 6.649   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:40:12 #9 6.649   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.6
13:40:12 #9 6.649   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:40:12 #9 6.649   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:40:12 #9 6.649   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:40:12 #9 6.649   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:40:12 #9 6.649   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:40:12 #9 6.649   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:40:12 #9 6.649   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:40:12 #9 6.649   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
13:40:12 #9 6.649   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:40:12 #9 6.649   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:40:12 #9 6.649   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:40:12 #9 6.649   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
13:40:12 #9 6.649   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
13:40:12 #9 6.649   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:40:12 #9 6.649   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-11-dev
13:40:12 #9 6.649   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:40:12 #9 6.649   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:40:12 #9 6.649   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:40:12 #9 6.649   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:40:12 #9 6.649   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:12 #9 6.649   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:40:12 #9 6.649   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:40:12 #9 6.649   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
13:40:12 #9 6.649   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
13:40:12 #9 6.649   libiterator-perl libiterator-util-perl libjbig0 libjpeg-turbo8 libjpeg8
13:40:12 #9 6.649   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
13:40:12 #9 6.649   libldap-common liblist-compare-perl liblist-moreutils-perl
13:40:12 #9 6.649   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:40:12 #9 6.649   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:40:12 #9 6.649   liblog-any-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
13:40:12 #9 6.649   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:40:12 #9 6.649   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:40:12 #9 6.649   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:40:12 #9 6.649   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:40:12 #9 6.649   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:40:12 #9 6.649   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:40:12 #9 6.649   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:40:12 #9 6.649   libnumber-range-perl libobject-id-perl libpackage-stash-perl
13:40:12 #9 6.649   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:40:12 #9 6.649   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
13:40:12 #9 6.649   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:40:12 #9 6.649   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:40:12 #9 6.649   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:40:12 #9 6.649   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:40:12 #9 6.649   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:40:12 #9 6.649   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:40:12 #9 6.649   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:40:12 #9 6.649   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
13:40:12 #9 6.649   libsqlite3-0 libssh-4 libstdc++-11-dev libstrictures-perl
13:40:12 #9 6.649   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:40:12 #9 6.649   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:40:12 #9 6.649   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:40:12 #9 6.649   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
13:40:12 #9 6.649   libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:40:12 #9 6.649   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:40:12 #9 6.649   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
13:40:12 #9 6.649   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:40:12 #9 6.649   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:40:12 #9 6.649   libwebp6 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
13:40:12 #9 6.649   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:40:12 #9 6.649   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:40:12 #9 6.649   libxml-sax-perl libxml2 libxmuu1 libxpm4 libyaml-0-2 libyaml-libyaml-perl
13:40:12 #9 6.649   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
13:40:12 #9 6.649   m4 make man-db manpages manpages-dev media-types netbase openssh-client
13:40:12 #9 6.649   openssl patch patchutils perl perl-modules-5.32 perl-openssl-defaults
13:40:12 #9 6.649   pinentry-curses po-debconf publicsuffix python-apt-common python3
13:40:12 #9 6.649   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:40:12 #9 6.649   python3-idna python3-magic python3-minimal python3-pkg-resources
13:40:12 #9 6.649   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:40:12 #9 6.649   python3.9 python3.9-minimal readline-common rpcsvc-proto strace t1utils
13:40:12 #9 6.649   tzdata ucf unzip wdiff xauth xz-utils zstd
13:40:12 #9 6.649 Suggested packages:
13:40:12 #9 6.649   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:40:12 #9 6.649   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
13:40:12 #9 6.649   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:40:12 #9 6.649   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:40:12 #9 6.649   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:40:12 #9 6.649   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:40:12 #9 6.649   postgresql-client pristine-lfs pristine-tar quilt ratt reprotest
13:40:12 #9 6.649   svn-buildpackage w3m debian-keyring libsoap-lite-perl dbus-user-session
13:40:12 #9 6.649   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
13:40:12 #9 6.649   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
13:40:12 #9 6.649   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
13:40:12 #9 6.649   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
13:40:12 #9 6.649   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
13:40:12 #9 6.649   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:40:12 #9 6.649   libscalar-number-perl libsasl2-modules-gssapi-mit
13:40:12 #9 6.649   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:40:12 #9 6.649   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
13:40:12 #9 6.649   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:40:12 #9 6.649   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
13:40:12 #9 6.649   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
13:40:12 #9 6.649   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:40:12 #9 6.649   diffutils-doc perl-doc libterm-readline-gnu-perl
13:40:12 #9 6.649   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
13:40:12 #9 6.649   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
13:40:12 #9 6.649   python-apt-doc python3-setuptools python3-cryptography python3-openssl
13:40:12 #9 6.649   python3-socks python-requests-doc python3.9-venv python3.9-doc
13:40:12 #9 6.649   binfmt-support readline-doc zip wdiff-doc
13:40:12 #9 7.092 The following NEW packages will be installed:
13:40:12 #9 7.092   autoconf automake autopoint autotools-dev binutils
13:40:12 #9 7.092   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:40:12 #9 7.092   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
13:40:12 #9 7.092   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:40:12 #9 7.092   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:40:12 #9 7.092   fonts-dejavu-core g++ g++-11 gcc gcc-11 gettext gettext-base git git-man
13:40:12 #9 7.092   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:40:12 #9 7.092   gpgconf gpgsm groff-base intltool-debian iso-codes less
13:40:12 #9 7.092   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:40:12 #9 7.092   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:40:12 #9 7.092   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:40:12 #9 7.092   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:40:12 #9 7.092   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.6
13:40:12 #9 7.092   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:40:12 #9 7.092   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:40:12 #9 7.092   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:40:12 #9 7.092   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:40:12 #9 7.092   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:40:12 #9 7.092   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:40:12 #9 7.092   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:40:12 #9 7.092   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
13:40:12 #9 7.092   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:40:12 #9 7.092   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:40:12 #9 7.092   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:40:12 #9 7.092   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
13:40:12 #9 7.092   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
13:40:12 #9 7.092   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:40:12 #9 7.092   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-11-dev
13:40:12 #9 7.092   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:40:12 #9 7.092   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:40:12 #9 7.092   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:40:12 #9 7.092   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:40:12 #9 7.092   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:12 #9 7.092   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:40:12 #9 7.092   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:40:12 #9 7.092   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
13:40:12 #9 7.092   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
13:40:12 #9 7.092   libiterator-perl libiterator-util-perl libjbig0 libjpeg-turbo8 libjpeg8
13:40:12 #9 7.092   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
13:40:12 #9 7.092   libldap-common liblist-compare-perl liblist-moreutils-perl
13:40:12 #9 7.092   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:40:12 #9 7.092   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:40:12 #9 7.092   liblog-any-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
13:40:12 #9 7.092   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:40:12 #9 7.092   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:40:12 #9 7.092   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:40:12 #9 7.092   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:40:12 #9 7.092   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:40:12 #9 7.092   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:40:12 #9 7.092   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:40:12 #9 7.092   libnumber-range-perl libobject-id-perl libpackage-stash-perl
13:40:12 #9 7.092   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:40:12 #9 7.092   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
13:40:12 #9 7.092   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:40:12 #9 7.092   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:40:12 #9 7.092   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:40:12 #9 7.092   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:40:12 #9 7.092   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:40:12 #9 7.092   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:40:12 #9 7.092   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:40:12 #9 7.092   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
13:40:12 #9 7.092   libsqlite3-0 libssh-4 libstdc++-11-dev libstrictures-perl
13:40:12 #9 7.092   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:40:12 #9 7.092   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:40:12 #9 7.092   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:40:12 #9 7.092   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
13:40:12 #9 7.092   libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:40:12 #9 7.092   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:40:12 #9 7.092   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
13:40:12 #9 7.092   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:40:12 #9 7.092   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:40:12 #9 7.092   libwebp6 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
13:40:12 #9 7.092   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:40:12 #9 7.092   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:40:12 #9 7.092   libxml-sax-perl libxml2 libxmuu1 libxpm4 libyaml-0-2 libyaml-libyaml-perl
13:40:12 #9 7.092   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
13:40:12 #9 7.092   m4 make man-db manpages manpages-dev media-types netbase openssh-client
13:40:12 #9 7.092   openssl patch patchutils perl perl-modules-5.32 perl-openssl-defaults
13:40:12 #9 7.092   pinentry-curses po-debconf publicsuffix python-apt-common python3
13:40:12 #9 7.092   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:40:12 #9 7.092   python3-idna python3-magic python3-minimal python3-pkg-resources
13:40:12 #9 7.092   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:40:12 #9 7.092   python3.9 python3.9-minimal readline-common rpcsvc-proto strace t1utils
13:40:12 #9 7.092   tzdata ucf unzip wdiff xauth xz-utils zstd
13:40:12 #9 7.518 0 upgraded, 358 newly installed, 0 to remove and 0 not upgraded.
13:40:12 #9 7.518 Need to get 232 MB of archives.
13:40:12 #9 7.518 After this operation, 714 MB of additional disk space will be used.
13:40:12 #9 7.518 Get:1 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblocale-gettext-perl armhf 1.07-4build1 [16.0 kB]
13:40:12 #9 7.668 Get:2 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpython3.9-minimal armhf 3.9.7-2build1 [772 kB]
13:40:12 #9 8.048 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libexpat1 armhf 2.4.1-2ubuntu0.3 [67.1 kB]
13:40:12 #9 8.057 Get:4 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3.9-minimal armhf 3.9.7-2build1 [1751 kB]
13:40:12 #9 8.174 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-minimal armhf 3.9.4-1build1 [24.5 kB]
13:40:12 #9 8.174 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/main armhf media-types all 4.0.0 [22.2 kB]
13:40:12 #9 8.175 Get:7 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf tzdata all 2022a-0ubuntu0.21.10 [337 kB]
13:40:12 #9 8.188 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmpdec3 armhf 2.5.1-2build1 [76.5 kB]
13:40:12 #9 8.190 Get:9 http://ports.ubuntu.com/ubuntu-ports impish/main armhf readline-common all 8.1-2 [54.1 kB]
13:40:12 #9 8.192 Get:10 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libreadline8 armhf 8.1-2 [114 kB]
13:40:12 #9 8.199 Get:11 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsqlite3-0 armhf 3.35.5-1 [512 kB]
13:40:12 #9 8.232 Get:12 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpython3.9-stdlib armhf 3.9.7-2build1 [1731 kB]
13:40:12 #9 8.310 Get:13 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3.9 armhf 3.9.7-2build1 [433 kB]
13:40:12 #9 8.328 Get:14 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpython3-stdlib armhf 3.9.4-1build1 [7144 B]
13:40:12 #9 8.328 Get:15 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3 armhf 3.9.4-1build1 [22.8 kB]
13:40:12 #9 8.329 Get:16 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf bsdextrautils armhf 2.36.1-8ubuntu2.2 [80.2 kB]
13:40:12 #9 8.331 Get:17 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libuchardet0 armhf 0.0.7-1build1 [75.6 kB]
13:40:12 #9 8.333 Get:18 http://ports.ubuntu.com/ubuntu-ports impish/main armhf groff-base armhf 1.22.4-7 [870 kB]
13:40:12 #9 8.380 Get:19 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgdbm6 armhf 1.19-2 [24.6 kB]
13:40:12 #9 8.381 Get:20 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpipeline1 armhf 1.5.3-1build1 [25.0 kB]
13:40:12 #9 8.382 Get:21 http://ports.ubuntu.com/ubuntu-ports impish/main armhf man-db armhf 2.9.4-2 [1118 kB]
13:40:12 #9 8.434 Get:22 http://ports.ubuntu.com/ubuntu-ports impish/main armhf perl-modules-5.32 all 5.32.1-3ubuntu3 [2945 kB]
13:40:12 #9 8.573 Get:23 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgdbm-compat4 armhf 1.19-2 [5896 B]
13:40:12 #9 8.600 Get:24 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libperl5.32 armhf 5.32.1-3ubuntu3 [3985 kB]
13:40:12 #9 8.798 Get:25 http://ports.ubuntu.com/ubuntu-ports impish/main armhf perl armhf 5.32.1-3ubuntu3 [227 kB]
13:40:12 #9 8.803 Get:26 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf openssl armhf 1.1.1l-1ubuntu1.2 [625 kB]
13:40:12 #9 8.831 Get:27 http://ports.ubuntu.com/ubuntu-ports impish/main armhf ca-certificates all 20210119ubuntu1 [149 kB]
13:40:12 #9 8.831 Get:28 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf distro-info-data all 0.51ubuntu1.2 [5140 B]
13:40:12 #9 8.831 Get:29 http://ports.ubuntu.com/ubuntu-ports impish/main armhf less armhf 551-2 [116 kB]
13:40:12 #9 8.831 Get:30 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmd0 armhf 1.0.3-3build1 [21.0 kB]
13:40:12 #9 8.831 Get:31 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libbsd0 armhf 0.11.3-1ubuntu2 [36.6 kB]
13:40:12 #9 8.831 Get:32 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libelf1 armhf 0.185-1build1 [43.2 kB]
13:40:12 #9 8.831 Get:33 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libicu67 armhf 67.1-7ubuntu1 [9788 kB]
13:40:12 #9 9.391 Get:34 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libxml2 armhf 2.9.12+dfsg-4ubuntu0.1 [598 kB]
13:40:12 #9 9.391 Get:35 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
13:40:12 #9 9.391 Get:36 http://ports.ubuntu.com/ubuntu-ports impish/main armhf lsb-release all 11.1.0ubuntu3 [10.8 kB]
13:40:12 #9 9.391 Get:37 http://ports.ubuntu.com/ubuntu-ports impish/main armhf netbase all 6.3 [12.9 kB]
13:40:12 #9 9.391 Get:38 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-pkg-resources all 52.0.0-4 [129 kB]
13:40:12 #9 9.391 Get:39 http://ports.ubuntu.com/ubuntu-ports impish/main armhf ucf all 3.0043 [56.1 kB]
13:40:12 #9 9.393 Get:40 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmagic-mgc armhf 1:5.39-3 [228 kB]
13:40:12 #9 9.398 Get:41 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmagic1 armhf 1:5.39-3 [71.7 kB]
13:40:12 #9 9.404 Get:42 http://ports.ubuntu.com/ubuntu-ports impish/main armhf file armhf 1:5.39-3 [22.7 kB]
13:40:12 #9 9.449 Get:43 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gettext-base armhf 0.21-4ubuntu3 [36.0 kB]
13:40:12 #9 9.521 Get:44 http://ports.ubuntu.com/ubuntu-ports impish/main armhf iso-codes all 4.6.0-1 [2769 kB]
13:40:12 #9 9.642 Get:45 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcbor0.6 armhf 0.6.0-0ubuntu3 [17.5 kB]
13:40:12 #9 9.642 Get:46 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libedit2 armhf 3.1-20191231-2build1 [79.0 kB]
13:40:12 #9 9.642 Get:47 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfido2-1 armhf 1.6.0-2build1 [53.4 kB]
13:40:12 #9 9.645 Get:48 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpng16-16 armhf 1.6.37-3build4 [170 kB]
13:40:12 #9 9.650 Get:49 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpsl5 armhf 0.21.0-1.2 [52.3 kB]
13:40:12 #9 9.669 Get:50 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxau6 armhf 1:1.0.9-1build3 [6508 B]
13:40:12 #9 9.669 Get:51 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu4 [9552 B]
13:40:12 #9 9.669 Get:52 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxcb1 armhf 1.14-3ubuntu1 [41.6 kB]
13:40:12 #9 9.670 Get:53 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libx11-data all 2:1.7.2-1 [123 kB]
13:40:12 #9 9.713 Get:54 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libx11-6 armhf 2:1.7.2-1 [601 kB]
13:40:12 #9 9.792 Get:55 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxext6 armhf 2:1.3.4-0ubuntu3 [23.8 kB]
13:40:12 #9 9.792 Get:56 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxmuu1 armhf 2:1.1.3-0ubuntu1 [9028 B]
13:40:12 #9 9.792 Get:57 http://ports.ubuntu.com/ubuntu-ports impish/main armhf manpages all 5.10-1ubuntu1 [1375 kB]
13:40:12 #9 9.840 Get:58 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf openssh-client armhf 1:8.4p1-6ubuntu2.1 [688 kB]
13:40:12 #9 9.882 Get:59 http://ports.ubuntu.com/ubuntu-ports impish/main armhf publicsuffix all 20210108.1309-1 [116 kB]
13:40:12 #9 9.889 Get:60 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python-apt-common all 2.2.1 [13.9 kB]
13:40:12 #9 9.889 Get:61 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-apt armhf 2.2.1 [140 kB]
13:40:12 #9 9.890 Get:62 http://ports.ubuntu.com/ubuntu-ports impish/main armhf strace armhf 5.13-0ubuntu1 [385 kB]
13:40:12 #9 9.916 Get:63 http://ports.ubuntu.com/ubuntu-ports impish/main armhf xauth armhf 1:1.1-1 [21.8 kB]
13:40:12 #9 9.916 Get:64 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf xz-utils armhf 5.2.5-2ubuntu0.1 [84.6 kB]
13:40:12 #9 9.938 Get:65 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsigsegv2 armhf 2.13-1ubuntu2 [13.7 kB]
13:40:12 #9 9.938 Get:66 http://ports.ubuntu.com/ubuntu-ports impish/main armhf m4 armhf 1.4.18-5ubuntu1 [192 kB]
13:40:12 #9 9.941 Get:67 http://ports.ubuntu.com/ubuntu-ports impish/main armhf autoconf all 2.69-14 [293 kB]
13:40:12 #9 10.01 Get:68 http://ports.ubuntu.com/ubuntu-ports impish/main armhf autotools-dev all 20180224.1+nmu1 [39.4 kB]
13:40:12 #9 10.01 Get:69 http://ports.ubuntu.com/ubuntu-ports impish/main armhf automake all 1:1.16.4-2 [557 kB]
13:40:12 #9 10.04 Get:70 http://ports.ubuntu.com/ubuntu-ports impish/main armhf autopoint all 0.21-4ubuntu3 [422 kB]
13:40:12 #9 ...
13:40:12 
13:40:12 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:12 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:12 #8 14.63 Get:196 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-install-perl all 0.928-1 [10.5 kB]
13:40:12 #8 14.63 Get:197 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdata-optlist-perl all 0.110-1 [9956 B]
13:40:12 #8 14.63 Get:198 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdevel-globaldestruction-perl all 0.14-1 [6752 B]
13:40:12 #8 14.63 Get:199 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
13:40:12 #8 14.63 Get:200 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
13:40:12 #8 14.63 Get:201 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf perl-openssl-defaults armhf 3build1 [7012 B]
13:40:12 #8 14.63 Get:202 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libnet-ssleay-perl armhf 1.84-1ubuntu0.2 [264 kB]
13:40:12 #8 14.77 Get:203 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libio-socket-ssl-perl all 2.060-3~ubuntu18.04.1 [173 kB]
13:40:12 #8 25.48 Selecting previously unselected package libgcc-8-dev:amd64.
13:40:12 #8 25.48 Preparing to unpack .../049-libgcc-8-dev_8.3.0-6_amd64.deb ...
13:40:12 #8 25.48 Unpacking libgcc-8-dev:amd64 (8.3.0-6) ...
13:40:12 #8 25.71 Selecting previously unselected package gcc-8.
13:40:12 #8 39.73 invoke-rc.d: could not determine current runlevel
13:40:12 #8 39.73 invoke-rc.d: policy-rc.d denied execution of start.
13:40:12 #8 39.74 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ...
13:40:12 #8 39.75 Setting up libkrb5support0:arm64 (1.16-2ubuntu0.2) ...
13:40:12 #8 39.77 Setting up ucf (3.0038) ...
13:40:12 #8 39.86 Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.5) ...
13:40:12 #8 39.88 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
13:40:12 #8 39.90 Setting up gnupg-l10n (2.2.4-1ubuntu1.4) ...
13:40:12 #8 39.91 Setting up libmagic1:arm64 (1:5.32-2ubuntu0.4) ...
13:40:12 #8 39.93 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
13:40:12 #9 22.94 Selecting previously unselected package xauth.
13:40:12 #9 22.94 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
13:40:12 #9 22.96 Unpacking xauth (1:1.1-0ubuntu1) ...
13:40:12 #9 23.11 Selecting previously unselected package libfl2:amd64.
13:40:12 #9 29.29 Preparing to unpack .../031-libedit2_3.1-20191231-2build1_arm64.deb ...
13:40:12 #9 29.29 Unpacking libedit2:arm64 (3.1-20191231-2build1) ...
13:40:12 #9 29.32 Selecting previously unselected package libfido2-1:arm64.
13:40:12 #9 29.33 Preparing to unpack .../032-libfido2-1_1.6.0-2build1_arm64.deb ...
13:40:12 #9 29.33 Unpacking libfido2-1:arm64 (1.6.0-2build1) ...
13:40:12 #9 29.36 Selecting previously unselected package libpng16-16:arm64.
13:40:12 #9 29.36 Preparing to unpack .../033-libpng16-16_1.6.37-3build4_arm64.deb ...
13:40:12 #9 29.37 Unpacking libpng16-16:arm64 (1.6.37-3build4) ...
13:40:12 #9 29.41 Selecting previously unselected package libpsl5:arm64.
13:40:12 #9 29.41 Preparing to unpack .../034-libpsl5_0.21.0-1.2_arm64.deb ...
13:40:12 #9 29.41 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
13:40:12 #9 29.44 Selecting previously unselected package libxau6:arm64.
13:40:12 #9 29.45 Preparing to unpack .../035-libxau6_1%3a1.0.9-1build3_arm64.deb ...
13:40:12 #9 29.45 Unpacking libxau6:arm64 (1:1.0.9-1build3) ...
13:40:12 #9 29.48 Selecting previously unselected package libxdmcp6:arm64.
13:40:12 #9 29.48 Preparing to unpack .../036-libxdmcp6_1%3a1.1.3-0ubuntu4_arm64.deb ...
13:40:12 #9 29.48 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu4) ...
13:40:12 #9 29.51 Selecting previously unselected package libxcb1:arm64.
13:40:12 #9 29.52 Preparing to unpack .../037-libxcb1_1.14-3ubuntu1_arm64.deb ...
13:40:12 #9 29.52 Unpacking libxcb1:arm64 (1.14-3ubuntu1) ...
13:40:12 #9 29.55 Selecting previously unselected package libx11-data.
13:40:12 #9 29.55 Preparing to unpack .../038-libx11-data_2%3a1.7.2-1_all.deb ...
13:40:12 #9 29.55 Unpacking libx11-data (2:1.7.2-1) ...
13:40:12 #9 29.61 Selecting previously unselected package libx11-6:arm64.
13:40:12 #9 29.61 Preparing to unpack .../039-libx11-6_2%3a1.7.2-1_arm64.deb ...
13:40:12 #10 24.41   Upgrading        : python3-dnf-plugins-core-4.0.21-11.el8.noarch        17/96 
13:40:12 #10 24.43   Installing       : dnf-plugins-core-4.0.21-11.el8.noarch                18/96 
13:40:12 #10 24.44   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        19/96 
13:40:12 #10 24.46   Installing       : patch-2.7.6-11.el8.aarch64                           20/96 
13:40:12 #10 24.53   Installing       : openssl-1:1.1.1k-5.el8_5.aarch64                     21/96 
13:40:12 #10 24.57   Installing       : ncurses-6.1-9.20180224.el8.aarch64                   22/96 
13:40:12 #10 24.58   Installing       : perl-Digest-1.17-395.el8.noarch                      23/96 
13:40:12 #10 24.60   Installing       : perl-Digest-MD5-2.55-396.el8.aarch64                 24/96 
13:40:12 #10 24.61   Installing       : perl-Data-Dumper-2.167-399.el8.aarch64               25/96 
13:40:12 #9 25.00 Preparing to unpack .../109-libtool_2.4.6-15build2_all.deb ...
13:40:12 #9 25.00 Unpacking libtool (2.4.6-15build2) ...
13:40:12 #9 25.03 Selecting previously unselected package dh-autoreconf.
13:40:12 #9 25.04 Preparing to unpack .../110-dh-autoreconf_20_all.deb ...
13:40:12 #9 25.04 Unpacking dh-autoreconf (20) ...
13:40:12 #9 25.07 Selecting previously unselected package libarchive-zip-perl.
13:40:12 #9 25.07 Preparing to unpack .../111-libarchive-zip-perl_1.68-1_all.deb ...
13:40:12 #9 25.07 Unpacking libarchive-zip-perl (1.68-1) ...
13:40:12 #9 25.11 Selecting previously unselected package libsub-override-perl.
13:40:12 #9 25.11 Preparing to unpack .../112-libsub-override-perl_0.09-2_all.deb ...
13:40:12 #9 25.11 Unpacking libsub-override-perl (0.09-2) ...
13:40:12 #9 25.14 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:12 #9 25.14 Preparing to unpack .../113-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
13:40:12 #9 25.15 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
13:40:12 #9 25.17 Selecting previously unselected package dh-strip-nondeterminism.
13:40:12 #9 25.18 Preparing to unpack .../114-dh-strip-nondeterminism_1.13.0-1_all.deb ...
13:40:12 #9 25.18 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
13:40:12 #9 25.21 Selecting previously unselected package libdw1:amd64.
13:40:12 #8 22.67 Selecting previously unselected package libcc1-0:amd64.
13:40:12 #8 22.68 Preparing to unpack .../043-libcc1-0_10.2.1-6_amd64.deb ...
13:40:12 #8 22.68 Unpacking libcc1-0:amd64 (10.2.1-6) ...
13:40:12 #8 22.74 Selecting previously unselected package libgomp1:amd64.
13:40:12 #8 22.74 Preparing to unpack .../044-libgomp1_10.2.1-6_amd64.deb ...
13:40:12 #8 22.75 Unpacking libgomp1:amd64 (10.2.1-6) ...
13:40:12 #8 22.80 Selecting previously unselected package libitm1:amd64.
13:40:12 #8 22.80 Preparing to unpack .../045-libitm1_10.2.1-6_amd64.deb ...
13:40:12 #8 22.81 Unpacking libitm1:amd64 (10.2.1-6) ...
13:40:12 #8 22.84 Selecting previously unselected package libatomic1:amd64.
13:40:12 #8 22.85 Preparing to unpack .../046-libatomic1_10.2.1-6_amd64.deb ...
13:40:12 #8 22.86 Unpacking libatomic1:amd64 (10.2.1-6) ...
13:40:12 #8 22.89 Selecting previously unselected package libasan6:amd64.
13:40:12 #8 22.89 Preparing to unpack .../047-libasan6_10.2.1-6_amd64.deb ...
13:40:12 #8 22.90 Unpacking libasan6:amd64 (10.2.1-6) ...
13:40:12 #9 24.66 Preparing to unpack .../047-libunwind8_1.3.2-2_amd64.deb ...
13:40:12 #9 24.67 Unpacking libunwind8:amd64 (1.3.2-2) ...
13:40:12 #9 24.70 Selecting previously unselected package strace.
13:40:12 #9 24.70 Preparing to unpack .../048-strace_5.13-0ubuntu1_amd64.deb ...
13:40:12 #9 24.70 Unpacking strace (5.13-0ubuntu1) ...
13:40:12 #9 24.74 Selecting previously unselected package xauth.
13:40:12 #9 24.74 Preparing to unpack .../049-xauth_1%3a1.1-1_amd64.deb ...
13:40:12 #9 24.74 Unpacking xauth (1:1.1-1) ...
13:40:12 #9 24.78 Selecting previously unselected package xz-utils.
13:40:12 #9 24.78 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu0.1_amd64.deb ...
13:40:12 #9 24.78 Unpacking xz-utils (5.2.5-2ubuntu0.1) ...
13:40:12 #9 24.82 Selecting previously unselected package libsigsegv2:amd64.
13:40:12 #9 24.82 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu2_amd64.deb ...
13:40:12 #9 24.82 Unpacking libsigsegv2:amd64 (2.13-1ubuntu2) ...
13:40:12 #9 24.85 Selecting previously unselected package m4.
13:40:12 #9 24.85 Preparing to unpack .../052-m4_1.4.18-5ubuntu1_amd64.deb ...
13:40:12 #9 24.85 Unpacking m4 (1.4.18-5ubuntu1) ...
13:40:12 #9 24.88 Selecting previously unselected package autoconf.
13:40:12 #9 24.88 Preparing to unpack .../053-autoconf_2.69-14_all.deb ...
13:40:12 #9 24.89 Unpacking autoconf (2.69-14) ...
13:40:12 #9 24.94 Selecting previously unselected package autotools-dev.
13:40:12 #9 24.94 Preparing to unpack .../054-autotools-dev_20180224.1+nmu1_all.deb ...
13:40:12 #9 24.95 Unpacking autotools-dev (20180224.1+nmu1) ...
13:40:12 #9 24.98 Selecting previously unselected package automake.
13:40:12 #9 29.98 Selecting previously unselected package libnet-ssleay-perl:arm64.
13:40:12 #9 29.99 Preparing to unpack .../168-libnet-ssleay-perl_1.92-1build2_arm64.deb ...
13:40:12 #9 29.99 Unpacking libnet-ssleay-perl:arm64 (1.92-1build2) ...
13:40:12 #9 30.03 Selecting previously unselected package libio-socket-ssl-perl.
13:40:12 #9 30.03 Preparing to unpack .../169-libio-socket-ssl-perl_2.074-2_all.deb ...
13:40:12 #9 30.04 Unpacking libio-socket-ssl-perl (2.074-2) ...
13:40:12 #9 30.07 Selecting previously unselected package libnet-http-perl.
13:40:12 #9 30.08 Preparing to unpack .../170-libnet-http-perl_6.22-1_all.deb ...
13:40:12 #9 30.08 Unpacking libnet-http-perl (6.22-1) ...
13:40:12 #9 30.11 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:12 #9 30.11 Preparing to unpack .../171-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:40:12 #9 30.12 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:40:12 #9 30.15 Selecting previously unselected package libtry-tiny-perl.
13:40:12 #9 30.15 Preparing to unpack .../172-libtry-tiny-perl_0.31-1_all.deb ...
13:40:12 #9 30.15 Unpacking libtry-tiny-perl (0.31-1) ...
13:40:12 #9 30.18 Selecting previously unselected package libwww-robotrules-perl.
13:40:12 #8 38.43 Preparing to unpack .../314-libtext-markdown-discount-perl_0.12-1+b1_arm64.deb ...
13:40:12 #8 38.43 Unpacking libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
13:40:12 #8 38.46 Selecting previously unselected package libtext-xslate-perl.
13:40:12 #8 38.47 Preparing to unpack .../315-libtext-xslate-perl_3.5.8-1+b1_arm64.deb ...
13:40:12 #8 38.47 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
13:40:12 #8 38.52 Selecting previously unselected package libtime-duration-perl.
13:40:12 #8 38.52 Preparing to unpack .../316-libtime-duration-perl_1.21-1_all.deb ...
13:40:12 #8 38.52 Unpacking libtime-duration-perl (1.21-1) ...
13:40:12 #8 38.55 Selecting previously unselected package libtime-moment-perl.
13:40:12 #8 38.56 Preparing to unpack .../317-libtime-moment-perl_0.44-1+b3_arm64.deb ...
13:40:12 #8 38.56 Unpacking libtime-moment-perl (0.44-1+b3) ...
13:40:12 #8 38.59 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:12 #8 38.60 Preparing to unpack .../318-libtype-tiny-xs-perl_0.022-1_arm64.deb ...
13:40:12 #8 38.60 Unpacking libtype-tiny-xs-perl (0.022-1) ...
13:40:12 #8 38.63 Selecting previously unselected package libunicode-utf8-perl.
13:40:12 #8 38.64 Preparing to unpack .../319-libunicode-utf8-perl_0.62-1+b2_arm64.deb ...
13:40:12 #8 38.64 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
13:40:12 #8 38.68 Selecting previously unselected package libxdelta2.
13:40:12 #8 39.69 Preparing to unpack .../309-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
13:40:12 #8 39.69 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
13:40:12 #8 39.73 Selecting previously unselected package libyaml-0-2:arm64.
13:40:12 #8 39.74 Preparing to unpack .../310-libyaml-0-2_0.2.1-1_arm64.deb ...
13:40:12 #8 39.74 Unpacking libyaml-0-2:arm64 (0.2.1-1) ...
13:40:12 #8 39.77 Selecting previously unselected package libyaml-libyaml-perl.
13:40:12 #8 39.78 Preparing to unpack .../311-libyaml-libyaml-perl_0.76+repack-1_arm64.deb ...
13:40:12 #8 39.78 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
13:40:12 #8 39.81 Selecting previously unselected package licensecheck.
13:40:12 #8 39.81 Preparing to unpack .../312-licensecheck_3.0.31-3_all.deb ...
13:40:12 #8 39.82 Unpacking licensecheck (3.0.31-3) ...
13:40:12 #8 39.85 Selecting previously unselected package t1utils.
13:40:12 #8 39.85 Preparing to unpack .../313-t1utils_1.41-3_arm64.deb ...
13:40:12 #8 39.86 Unpacking t1utils (1.41-3) ...
13:40:12 #8 39.89 Selecting previously unselected package lintian.
13:40:12 #8 39.90 Preparing to unpack .../314-lintian_2.15.0_all.deb ...
13:40:12 #8 39.90 Unpacking lintian (2.15.0) ...
13:40:12 #9 29.76 Preparing to unpack .../120-libcurl4_7.68.0-1ubuntu2.10_arm64.deb ...
13:40:12 #9 29.77 Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.10) ...
13:40:12 #9 29.81 Selecting previously unselected package curl.
13:40:12 #9 29.81 Preparing to unpack .../121-curl_7.68.0-1ubuntu2.10_arm64.deb ...
13:40:12 #9 29.82 Unpacking curl (7.68.0-1ubuntu2.10) ...
13:40:12 #9 29.87 Selecting previously unselected package dctrl-tools.
13:40:12 #9 29.87 Preparing to unpack .../122-dctrl-tools_2.24-3_arm64.deb ...
13:40:12 #9 29.89 Unpacking dctrl-tools (2.24-3) ...
13:40:12 #9 29.92 Selecting previously unselected package libtool.
13:40:12 #9 29.92 Preparing to unpack .../123-libtool_2.4.6-14_all.deb ...
13:40:12 #9 29.93 Unpacking libtool (2.4.6-14) ...
13:40:12 #9 29.97 Selecting previously unselected package dh-autoreconf.
13:40:12 #8 15.13 Get:204 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:40:12 #8 15.13 Get:205 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmailtools-perl all 2.18-1 [74.0 kB]
13:40:12 #8 25.71 Preparing to unpack .../050-gcc-8_8.3.0-6_amd64.deb ...
13:40:12 #8 25.72 Unpacking gcc-8 (8.3.0-6) ...
13:40:12 #8 25.01 Selecting previously unselected package libxml2:amd64.
13:40:12 #8 25.01 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.5_amd64.deb ...
13:40:12 #8 25.01 Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.5) ...
13:40:12 #8 25.10 Selecting previously unselected package libyaml-0-2:amd64.
13:40:12 #8 25.10 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ...
13:40:12 #8 25.10 Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
13:40:12 #8 25.14 Selecting previously unselected package lsb-release.
13:40:12 #8 25.14 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
13:40:12 #8 25.14 Unpacking lsb-release (9.20170808ubuntu1) ...
13:40:12 #8 25.17 Selecting previously unselected package netbase.
13:40:12 #8 25.17 Preparing to unpack .../024-netbase_5.4_all.deb ...
13:40:12 #8 25.18 Unpacking netbase (5.4) ...
13:40:12 #8 25.21 Selecting previously unselected package shared-mime-info.
13:40:12 #8 25.21 Preparing to unpack .../025-shared-mime-info_1.9-2_amd64.deb ...
13:40:12 #8 25.21 Unpacking shared-mime-info (1.9-2) ...
13:40:12 #8 25.29 Selecting previously unselected package ucf.
13:40:13 #8 39.94 Setting up libcroco3:arm64 (0.6.12-2) ...
13:40:13 #8 39.96 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ...
13:40:13 #8 39.97 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.7) ...
13:40:13 #8 39.99 Setting up libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
13:40:13 #8 40.00 Setting up patch (2.7.6-2ubuntu1.1) ...
13:40:13 #8 40.01 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
13:40:13 #8 40.03 Setting up krb5-locales (1.16-2ubuntu0.2) ...
13:40:13 #8 40.05 Setting up publicsuffix (20180223.1310-1) ...
13:40:13 #8 40.07 Setting up autotools-dev (20180224.1) ...
13:40:13 #8 40.08 Setting up t1utils (1.41-2) ...
13:40:13 #8 40.10 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
13:40:13 #8 40.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:13 #8 40.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:13 #8 40.11 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:13 #8 40.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:13 #8 40.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:13 #8 40.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:13 #8 40.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:13 #8 40.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:13 #8 40.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:13 #8 40.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:13 #8 40.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:13 #8 40.12 Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:13 #8 40.15 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ...
13:40:13 #9 11.34 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libubsan1 armhf 10.3.0-1ubuntu1~20.04 [757 kB]
13:40:13 #9 11.35 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgcc-9-dev armhf 9.4.0-1ubuntu1~20.04.1 [683 kB]
13:40:13 #9 11.38 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9 armhf 9.4.0-1ubuntu1~20.04.1 [6584 kB]
13:40:13 #9 29.62 Unpacking libx11-6:arm64 (2:1.7.2-1) ...
13:40:13 #9 29.66 Selecting previously unselected package libxext6:arm64.
13:40:13 #9 29.66 Preparing to unpack .../040-libxext6_2%3a1.3.4-0ubuntu3_arm64.deb ...
13:40:13 #9 29.66 Unpacking libxext6:arm64 (2:1.3.4-0ubuntu3) ...
13:40:13 #9 29.70 Selecting previously unselected package libxmuu1:arm64.
13:40:13 #9 29.70 Preparing to unpack .../041-libxmuu1_2%3a1.1.3-0ubuntu1_arm64.deb ...
13:40:13 #9 29.70 Unpacking libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
13:40:13 #9 29.73 Selecting previously unselected package manpages.
13:40:13 #9 29.73 Preparing to unpack .../042-manpages_5.10-1ubuntu1_all.deb ...
13:40:13 #9 29.73 Unpacking manpages (5.10-1ubuntu1) ...
13:40:13 #9 29.84 Selecting previously unselected package openssh-client.
13:40:13 #9 23.11 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
13:40:13 #9 23.12 Unpacking libfl2:amd64 (2.6.4-6.2) ...
13:40:13 #9 23.19 Selecting previously unselected package at.
13:40:13 #9 23.20 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
13:40:13 #9 23.23 Unpacking at (3.1.23-1ubuntu1) ...
13:40:13 #9 23.36 Selecting previously unselected package libsigsegv2:amd64.
13:40:13 #10 24.64   Installing       : perl-libnet-3.11-3.el8.noarch                        26/96 
13:40:13 #10 24.69   Installing       : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff   27/96 
13:40:13 #10 24.72   Installing       : perl-URI-1.73-3.el8.noarch                           28/96 
13:40:13 #10 24.74   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               29/96 
13:40:13 #10 24.75   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   30/96 
13:40:13 #10 24.77   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  31/96 
13:40:13 #10 24.79   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 32/96 
13:40:13 #10 24.82   Installing       : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be15   33/96 
13:40:13 #10 24.84   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              34/96 
13:40:13 #10 24.85   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    35/96 
13:40:13 #10 24.87   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                36/96 
13:40:13 #10 24.90   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                37/96 
13:40:13 #10 24.93   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    38/96 
13:40:13 #10 24.95   Installing       : perl-podlators-4.11-1.el8.noarch                     39/96 
13:40:13 #9 25.22 Preparing to unpack .../115-libdw1_0.186-1build1_amd64.deb ...
13:40:13 #9 25.22 Unpacking libdw1:amd64 (0.186-1build1) ...
13:40:13 #9 25.25 Selecting previously unselected package debugedit.
13:40:13 #9 25.25 Preparing to unpack .../116-debugedit_1%3a5.0-4build1_amd64.deb ...
13:40:13 #9 25.26 Unpacking debugedit (1:5.0-4build1) ...
13:40:13 #9 25.29 Selecting previously unselected package dwz.
13:40:13 #9 25.29 Preparing to unpack .../117-dwz_0.14-1build2_amd64.deb ...
13:40:13 #9 25.29 Unpacking dwz (0.14-1build2) ...
13:40:13 #9 25.32 Selecting previously unselected package gettext.
13:40:13 #9 25.33 Preparing to unpack .../118-gettext_0.21-4ubuntu4_amd64.deb ...
13:40:13 #9 25.33 Unpacking gettext (0.21-4ubuntu4) ...
13:40:13 #9 25.38 Selecting previously unselected package intltool-debian.
13:40:13 #9 25.38 Preparing to unpack .../119-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:13 #9 25.39 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:13 #9 25.42 Selecting previously unselected package po-debconf.
13:40:13 #9 25.42 Preparing to unpack .../120-po-debconf_1.0.21+nmu1_all.deb ...
13:40:13 #9 25.42 Unpacking po-debconf (1.0.21+nmu1) ...
13:40:13 #9 25.47 Selecting previously unselected package debhelper.
13:40:13 #9 24.98 Preparing to unpack .../055-automake_1%3a1.16.4-2_all.deb ...
13:40:13 #9 24.99 Unpacking automake (1:1.16.4-2) ...
13:40:13 #9 25.04 Selecting previously unselected package autopoint.
13:40:13 #9 25.04 Preparing to unpack .../056-autopoint_0.21-4ubuntu3_all.deb ...
13:40:13 #9 25.04 Unpacking autopoint (0.21-4ubuntu3) ...
13:40:13 #9 25.08 Selecting previously unselected package binutils-common:amd64.
13:40:13 #9 25.08 Preparing to unpack .../057-binutils-common_2.37-7ubuntu1_amd64.deb ...
13:40:13 #9 25.09 Unpacking binutils-common:amd64 (2.37-7ubuntu1) ...
13:40:13 #9 25.12 Selecting previously unselected package libbinutils:amd64.
13:40:13 #9 25.12 Preparing to unpack .../058-libbinutils_2.37-7ubuntu1_amd64.deb ...
13:40:13 #9 25.12 Unpacking libbinutils:amd64 (2.37-7ubuntu1) ...
13:40:13 #9 25.17 Selecting previously unselected package libctf-nobfd0:amd64.
13:40:13 #9 25.17 Preparing to unpack .../059-libctf-nobfd0_2.37-7ubuntu1_amd64.deb ...
13:40:13 #9 25.17 Unpacking libctf-nobfd0:amd64 (2.37-7ubuntu1) ...
13:40:13 #9 25.21 Selecting previously unselected package libctf0:amd64.
13:40:13 #9 30.19 Preparing to unpack .../173-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:13 #9 30.19 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:13 #9 30.22 Selecting previously unselected package libwww-perl.
13:40:13 #9 30.22 Preparing to unpack .../174-libwww-perl_6.61-1_all.deb ...
13:40:13 #9 30.22 Unpacking libwww-perl (6.61-1) ...
13:40:13 #9 30.28 Selecting previously unselected package patchutils.
13:40:13 #9 30.28 Preparing to unpack .../175-patchutils_0.4.2-1build2_arm64.deb ...
13:40:13 #9 30.29 Unpacking patchutils (0.4.2-1build2) ...
13:40:13 #9 30.33 Selecting previously unselected package wdiff.
13:40:13 #9 30.33 Preparing to unpack .../176-wdiff_1.2.2-2build3_arm64.deb ...
13:40:13 #9 30.34 Unpacking wdiff (1.2.2-2build3) ...
13:40:13 #9 30.39 Selecting previously unselected package devscripts.
13:40:13 #9 30.39 Preparing to unpack .../177-devscripts_2.22.1ubuntu1_arm64.deb ...
13:40:13 #9 30.41 Unpacking devscripts (2.22.1ubuntu1) ...
13:40:13 #9 30.48 Selecting previously unselected package diffstat.
13:40:13 #9 30.49 Preparing to unpack .../178-diffstat_1.64-1build2_arm64.deb ...
13:40:13 #9 30.49 Unpacking diffstat (1.64-1build2) ...
13:40:13 #8 38.68 Preparing to unpack .../320-libxdelta2_1.1.3-9.3_arm64.deb ...
13:40:13 #8 38.69 Unpacking libxdelta2 (1.1.3-9.3) ...
13:40:13 #8 38.73 Selecting previously unselected package libxext6:arm64.
13:40:13 #8 38.73 Preparing to unpack .../321-libxext6_2%3a1.3.3-1.1_arm64.deb ...
13:40:13 #8 38.73 Unpacking libxext6:arm64 (2:1.3.3-1.1) ...
13:40:13 #8 38.76 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:13 #8 38.77 Preparing to unpack .../322-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:40:13 #8 38.77 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:40:13 #8 38.80 Selecting previously unselected package libxml-sax-base-perl.
13:40:13 #8 38.81 Preparing to unpack .../323-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:40:13 #8 38.81 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:40:13 #8 38.85 Selecting previously unselected package libxml-sax-perl.
13:40:13 #8 38.86 Preparing to unpack .../324-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:40:13 #8 38.86 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:40:13 #8 38.90 Selecting previously unselected package libxml-libxml-perl.
13:40:13 #8 38.90 Preparing to unpack .../325-libxml-libxml-perl_2.0134+dfsg-2+b1_arm64.deb ...
13:40:13 #8 40.04 Selecting previously unselected package lsb-release.
13:40:13 #8 40.05 Preparing to unpack .../315-lsb-release_10.2019051400_all.deb ...
13:40:13 #8 40.05 Unpacking lsb-release (10.2019051400) ...
13:40:13 #8 40.09 Selecting previously unselected package mailutils.
13:40:13 #9 29.97 Preparing to unpack .../124-dh-autoreconf_19_all.deb ...
13:40:13 #9 29.98 Unpacking dh-autoreconf (19) ...
13:40:13 #9 30.01 Selecting previously unselected package libdebhelper-perl.
13:40:13 #9 30.01 Preparing to unpack .../125-libdebhelper-perl_12.10ubuntu1_all.deb ...
13:40:13 #9 30.01 Unpacking libdebhelper-perl (12.10ubuntu1) ...
13:40:13 #9 30.05 Selecting previously unselected package libarchive-zip-perl.
13:40:13 #9 30.05 Preparing to unpack .../126-libarchive-zip-perl_1.67-2_all.deb ...
13:40:13 #9 30.06 Unpacking libarchive-zip-perl (1.67-2) ...
13:40:13 #9 30.09 Selecting previously unselected package libsub-override-perl.
13:40:13 #9 30.10 Preparing to unpack .../127-libsub-override-perl_0.09-2_all.deb ...
13:40:13 #9 30.10 Unpacking libsub-override-perl (0.09-2) ...
13:40:13 #9 30.13 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:13 #9 30.13 Preparing to unpack .../128-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
13:40:13 #9 30.14 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
13:40:13 #9 30.17 Selecting previously unselected package dh-strip-nondeterminism.
13:40:13 #9 30.17 Preparing to unpack .../129-dh-strip-nondeterminism_1.7.0-1_all.deb ...
13:40:13 #9 30.18 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
13:40:13 #9 30.21 Selecting previously unselected package dwz.
13:40:13 #9 30.21 Preparing to unpack .../130-dwz_0.13-5_arm64.deb ...
13:40:13 #9 30.21 Unpacking dwz (0.13-5) ...
13:40:13 #9 30.26 Selecting previously unselected package libcroco3:arm64.
13:40:13 #9 30.26 Preparing to unpack .../131-libcroco3_0.6.13-1_arm64.deb ...
13:40:13 #9 30.27 Unpacking libcroco3:arm64 (0.6.13-1) ...
13:40:13 #9 30.30 Selecting previously unselected package gettext.
13:40:13 #9 30.31 Preparing to unpack .../132-gettext_0.19.8.1-10build1_arm64.deb ...
13:40:13 #9 30.31 Unpacking gettext (0.19.8.1-10build1) ...
13:40:13 #8 15.15 Get:206 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsocket6-perl armhf 0.27-1build2 [21.7 kB]
13:40:13 #8 15.16 Get:207 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-socket-inet6-perl all 2.72-2 [13.8 kB]
13:40:13 #8 15.16 Get:208 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-ip-perl all 1.26-1 [31.5 kB]
13:40:13 #8 15.18 Get:209 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-dns-perl all 1.10-2 [335 kB]
13:40:13 #8 15.28 Get:210 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB]
13:40:13 #8 15.28 Get:211 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libemail-valid-perl all 1.202-1 [16.3 kB]
13:40:13 #8 15.28 Get:212 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libencode-locale-perl all 1.05-1 [12.3 kB]
13:40:13 #8 15.29 Get:213 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libexporter-tiny-perl all 1.000000-2 [34.6 kB]
13:40:13 #8 15.29 Get:214 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libipc-system-simple-perl all 1.25-4 [22.5 kB]
13:40:13 #8 15.30 Get:215 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-basedir-perl all 0.07-1 [16.9 kB]
13:40:13 #8 15.30 Get:216 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB]
13:40:13 #8 15.30 Get:217 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-fcntllock-perl armhf 0.22-3build2 [32.9 kB]
13:40:13 #8 15.30 Get:218 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-date-perl all 6.02-1 [10.4 kB]
13:40:13 #8 15.35 Get:219 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-listing-perl all 6.04-1 [9774 B]
13:40:13 #9 4.121 Reading package lists...
13:40:13 #8 25.29 Preparing to unpack .../026-ucf_3.0038_all.deb ...
13:40:13 #8 25.29 Moving old data out of the way
13:40:13 #8 25.30 Unpacking ucf (3.0038) ...
13:40:13 #8 25.34 Selecting previously unselected package xdg-user-dirs.
13:40:13 #8 25.34 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ...
13:40:13 #8 25.34 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
13:40:13 #8 25.40 Selecting previously unselected package xz-utils.
13:40:13 #8 25.40 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ...
13:40:13 #8 25.40 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
13:40:13 #8 25.44 Selecting previously unselected package gettext-base.
13:40:13 #8 25.44 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_amd64.deb ...
13:40:13 #8 25.45 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
13:40:13 #8 25.49 Selecting previously unselected package iso-codes.
13:40:13 #8 25.49 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
13:40:13 #8 25.50 Unpacking iso-codes (3.79-1) ...
13:40:13 #8 40.19 Setting up libltdl7:arm64 (2.4.6-2) ...
13:40:13 #8 40.21 Setting up openssl (1.1.1-1ubuntu2.1~18.04.15) ...
13:40:13 #8 40.30 Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.4) ...
13:40:13 #8 40.40 Setting up liblocale-gettext-perl (1.07-3build2) ...
13:40:13 #8 40.48 Setting up wdiff (1.2.2-2) ...
13:40:13 #8 40.50 Setting up shared-mime-info (1.9-2) ...
13:40:13 #9 11.71 Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gcc armhf 4:9.3.0-1ubuntu2 [5224 B]
13:40:13 #9 11.71 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libstdc++-9-dev armhf 9.4.0-1ubuntu1~20.04.1 [1792 kB]
13:40:13 #9 11.79 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf g++-9 armhf 9.4.0-1ubuntu1~20.04.1 [6699 kB]
13:40:13 #9 29.84 Preparing to unpack .../043-openssh-client_1%3a8.4p1-6ubuntu2.1_arm64.deb ...
13:40:13 #9 29.85 Unpacking openssh-client (1:8.4p1-6ubuntu2.1) ...
13:40:13 #9 29.89 Selecting previously unselected package publicsuffix.
13:40:13 #9 29.90 Preparing to unpack .../044-publicsuffix_20210108.1309-1_all.deb ...
13:40:13 #9 29.90 Unpacking publicsuffix (20210108.1309-1) ...
13:40:13 #9 29.93 Selecting previously unselected package python-apt-common.
13:40:13 #9 29.94 Preparing to unpack .../045-python-apt-common_2.2.1_all.deb ...
13:40:13 #9 29.94 Unpacking python-apt-common (2.2.1) ...
13:40:13 #9 29.97 Selecting previously unselected package python3-apt.
13:40:13 #9 29.97 Preparing to unpack .../046-python3-apt_2.2.1_arm64.deb ...
13:40:13 #9 29.97 Unpacking python3-apt (2.2.1) ...
13:40:13 #9 30.01 Selecting previously unselected package strace.
13:40:13 #9 30.01 Preparing to unpack .../047-strace_5.13-0ubuntu1_arm64.deb ...
13:40:13 #9 30.02 Unpacking strace (5.13-0ubuntu1) ...
13:40:13 #9 30.05 Selecting previously unselected package xauth.
13:40:13 #9 30.05 Preparing to unpack .../048-xauth_1%3a1.1-1_arm64.deb ...
13:40:13 #9 30.06 Unpacking xauth (1:1.1-1) ...
13:40:13 #9 30.09 Selecting previously unselected package xz-utils.
13:40:13 #9 23.36 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
13:40:13 #9 23.37 Unpacking libsigsegv2:amd64 (2.12-2) ...
13:40:13 #9 23.63 Selecting previously unselected package m4.
13:40:13 #10 24.97   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 40/96 
13:40:13 #10 24.99   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             41/96 
13:40:13 #10 25.01   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 42/96 
13:40:13 #10 25.02   Installing       : perl-MIME-Base64-3.15-396.el8.aarch64                43/96 
13:40:13 #10 25.05   Installing       : perl-Storable-1:3.11-3.el8.aarch64                   44/96 
13:40:13 #10 25.07   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 45/96 
13:40:13 #9 25.47 Preparing to unpack .../121-debhelper_13.6ubuntu1_all.deb ...
13:40:13 #9 25.48 Unpacking debhelper (13.6ubuntu1) ...
13:40:13 #9 25.54 Selecting previously unselected package libfakeroot:amd64.
13:40:13 #9 25.54 Preparing to unpack .../122-libfakeroot_1.28-1ubuntu1_amd64.deb ...
13:40:13 #9 25.54 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ...
13:40:13 #9 25.58 Selecting previously unselected package fakeroot.
13:40:13 #9 25.58 Preparing to unpack .../123-fakeroot_1.28-1ubuntu1_amd64.deb ...
13:40:13 #9 25.58 Unpacking fakeroot (1.28-1ubuntu1) ...
13:40:13 #9 25.62 Selecting previously unselected package libassuan0:amd64.
13:40:13 #9 25.62 Preparing to unpack .../124-libassuan0_2.5.5-1build1_amd64.deb ...
13:40:13 #9 25.63 Unpacking libassuan0:amd64 (2.5.5-1build1) ...
13:40:13 #9 25.65 Selecting previously unselected package gpgconf.
13:40:13 #9 25.66 Preparing to unpack .../125-gpgconf_2.2.27-3ubuntu2_amd64.deb ...
13:40:13 #9 25.66 Unpacking gpgconf (2.2.27-3ubuntu2) ...
13:40:13 #9 25.70 Selecting previously unselected package libksba8:amd64.
13:40:13 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 5.3s
13:40:13 #9 25.21 Preparing to unpack .../060-libctf0_2.37-7ubuntu1_amd64.deb ...
13:40:13 #9 25.21 Unpacking libctf0:amd64 (2.37-7ubuntu1) ...
13:40:13 #9 25.24 Selecting previously unselected package binutils-x86-64-linux-gnu.
13:40:13 #9 25.24 Preparing to unpack .../061-binutils-x86-64-linux-gnu_2.37-7ubuntu1_amd64.deb ...
13:40:13 #9 25.25 Unpacking binutils-x86-64-linux-gnu (2.37-7ubuntu1) ...
13:40:13 #9 25.34 Selecting previously unselected package binutils.
13:40:13 #9 25.34 Preparing to unpack .../062-binutils_2.37-7ubuntu1_amd64.deb ...
13:40:13 #9 25.34 Unpacking binutils (2.37-7ubuntu1) ...
13:40:13 #9 25.37 Selecting previously unselected package libc-dev-bin.
13:40:13 #9 25.37 Preparing to unpack .../063-libc-dev-bin_2.34-0ubuntu3.2_amd64.deb ...
13:40:13 #9 25.37 Unpacking libc-dev-bin (2.34-0ubuntu3.2) ...
13:40:13 #9 25.40 Selecting previously unselected package linux-libc-dev:amd64.
13:40:13 #9 25.40 Preparing to unpack .../064-linux-libc-dev_5.13.0-40.45_amd64.deb ...
13:40:13 #9 25.41 Unpacking linux-libc-dev:amd64 (5.13.0-40.45) ...
13:40:13 #9 30.53 Selecting previously unselected package python3-chardet.
13:40:13 #9 30.53 Preparing to unpack .../179-python3-chardet_4.0.0-1_all.deb ...
13:40:13 #9 30.53 Unpacking python3-chardet (4.0.0-1) ...
13:40:13 #9 30.58 Selecting previously unselected package zstd.
13:40:13 #9 30.58 Preparing to unpack .../180-zstd_1.4.8+dfsg-3build1_arm64.deb ...
13:40:13 #9 30.59 Unpacking zstd (1.4.8+dfsg-3build1) ...
13:40:13 #9 30.62 Selecting previously unselected package python3-debian.
13:40:13 #9 30.63 Preparing to unpack .../181-python3-debian_0.1.43ubuntu1_all.deb ...
13:40:13 #9 30.63 Unpacking python3-debian (0.1.43ubuntu1) ...
13:40:13 #9 30.67 Selecting previously unselected package libgpgme11:arm64.
13:40:13 #9 30.67 Preparing to unpack .../182-libgpgme11_1.16.0-1.2ubuntu4_arm64.deb ...
13:40:13 #9 30.68 Unpacking libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
13:40:13 #9 30.71 Selecting previously unselected package python3-gpg.
13:40:13 #9 30.71 Preparing to unpack .../183-python3-gpg_1.16.0-1.2ubuntu4_arm64.deb ...
13:40:13 #9 30.72 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
13:40:13 #9 30.77 Selecting previously unselected package dput.
13:40:13 #9 30.41 Selecting previously unselected package intltool-debian.
13:40:13 #9 30.41 Preparing to unpack .../133-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:13 #9 30.42 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:13 #9 30.48 Selecting previously unselected package po-debconf.
13:40:13 #9 30.48 Preparing to unpack .../134-po-debconf_1.0.21_all.deb ...
13:40:13 #9 30.49 Unpacking po-debconf (1.0.21) ...
13:40:13 #9 30.54 Selecting previously unselected package debhelper.
13:40:13 #8 38.91 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:40:13 #8 38.97 Selecting previously unselected package libxml-sax-expat-perl.
13:40:13 #8 38.97 Preparing to unpack .../326-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:13 #8 38.97 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:13 #8 39.01 Selecting previously unselected package libxmlrpc-lite-perl.
13:40:13 #8 39.01 Preparing to unpack .../327-libxmlrpc-lite-perl_0.717-4_all.deb ...
13:40:13 #8 39.01 Unpacking libxmlrpc-lite-perl (0.717-4) ...
13:40:13 #8 39.05 Selecting previously unselected package libxmuu1:arm64.
13:40:13 #8 39.05 Preparing to unpack .../328-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
13:40:13 #8 39.05 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
13:40:13 #8 39.09 Selecting previously unselected package libyaml-0-2:arm64.
13:40:13 #8 39.09 Preparing to unpack .../329-libyaml-0-2_0.2.2-1_arm64.deb ...
13:40:13 #8 39.10 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
13:40:13 #8 39.13 Selecting previously unselected package libyaml-libyaml-perl.
13:40:13 #8 39.13 Preparing to unpack .../330-libyaml-libyaml-perl_0.82+repack-1+b1_arm64.deb ...
13:40:13 #8 39.13 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
13:40:13 #8 39.17 Selecting previously unselected package licensecheck.
13:40:13 #8 39.17 Preparing to unpack .../331-licensecheck_3.1.1-2_all.deb ...
13:40:13 #8 39.17 Unpacking licensecheck (3.1.1-2) ...
13:40:13 #8 39.21 Selecting previously unselected package lzip.
13:40:13 #8 39.22 Preparing to unpack .../332-lzip_1.22-3_arm64.deb ...
13:40:13 #8 39.22 Unpacking lzip (1.22-3) ...
13:40:13 #8 39.25 Selecting previously unselected package lzop.
13:40:13 #8 40.09 Preparing to unpack .../316-mailutils_1%3a3.5-4_arm64.deb ...
13:40:13 #8 40.09 Unpacking mailutils (1:3.5-4) ...
13:40:13 #8 40.14 Selecting previously unselected package manpages-dev.
13:40:13 #8 40.15 Preparing to unpack .../317-manpages-dev_4.16-2_all.deb ...
13:40:13 #8 40.15 Unpacking manpages-dev (4.16-2) ...
13:40:13 #8 40.44 Selecting previously unselected package psmisc.
13:40:13 #8 40.45 Preparing to unpack .../318-psmisc_23.2-1+deb10u1_arm64.deb ...
13:40:13 #8 40.45 Unpacking psmisc (23.2-1+deb10u1) ...
13:40:13 #8 40.49 Selecting previously unselected package publicsuffix.
13:40:13 #8 23.27 Selecting previously unselected package liblsan0:amd64.
13:40:13 #8 23.27 Preparing to unpack .../048-liblsan0_10.2.1-6_amd64.deb ...
13:40:13 #8 23.28 Unpacking liblsan0:amd64 (10.2.1-6) ...
13:40:13 #8 23.43 Selecting previously unselected package libtsan0:amd64.
13:40:13 #8 23.43 Preparing to unpack .../049-libtsan0_10.2.1-6_amd64.deb ...
13:40:13 #8 23.52 Unpacking libtsan0:amd64 (10.2.1-6) ...
13:40:13 #8 15.38 Get:220 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfont-afm-perl all 1.20-2 [13.2 kB]
13:40:13 #8 15.38 Get:221 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-stringy-perl all 2.111-2 [60.6 kB]
13:40:13 #8 15.38 Get:222 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparams-validate-perl armhf 1.29-1 [50.3 kB]
13:40:13 #8 15.38 Get:223 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
13:40:13 #8 15.39 Get:224 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
13:40:13 #8 15.39 Get:225 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsort-versions-perl all 1.62-1 [9294 B]
13:40:13 #8 15.39 Get:226 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgit-wrapper-perl all 0.047-1 [29.6 kB]
13:40:13 #8 15.39 Get:227 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-html-perl all 1.001-1 [14.9 kB]
13:40:13 #8 15.42 Get:228 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
13:40:13 #8 15.47 Get:229 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-message-perl all 6.14-1 [72.1 kB]
13:40:13 #8 15.47 Get:230 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-form-perl all 6.03-1 [23.5 kB]
13:40:13 #8 15.47 Get:231 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-tree-perl all 5.07-1 [200 kB]
13:40:13 #8 15.48 Get:232 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-format-perl all 2.12-1 [41.3 kB]
13:40:13 #8 15.49 Get:233 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-cookies-perl all 6.04-1 [17.2 kB]
13:40:13 #8 15.49 Get:234 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-daemon-perl all 6.01-1 [17.0 kB]
13:40:13 #8 15.49 Get:235 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-negotiate-perl all 6.00-2 [13.4 kB]
13:40:13 #8 15.49 Get:236 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
13:40:13 #8 15.50 Get:237 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-pty-perl armhf 1:1.08-1.1build4 [29.3 kB]
13:40:13 #8 15.56 Get:238 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-string-perl all 1.08-3 [11.1 kB]
13:40:13 #8 15.56 Get:239 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libipc-run-perl all 0.96-1 [89.9 kB]
13:40:13 #8 15.57 Get:240 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblist-compare-perl all 0.53-1 [65.6 kB]
13:40:13 #9 12.15 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main armhf g++ armhf 4:9.3.0-1ubuntu2 [1612 B]
13:40:13 #9 12.15 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main armhf make armhf 4.2.1-1.2 [149 kB]
13:40:13 #9 12.15 Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdpkg-perl all 1.19.7ubuntu3 [230 kB]
13:40:13 #9 12.15 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patch armhf 2.7.6-6 [101 kB]
13:40:13 #9 12.15 Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dpkg-dev all 1.19.7ubuntu3 [679 kB]
13:40:13 #9 12.16 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf build-essential armhf 12.8ubuntu1.1 [4664 B]
13:40:13 #9 12.16 Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB]
13:40:13 #9 12.17 Get:116 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1 [34.6 kB]
13:40:13 #9 12.17 Get:117 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1 [140 kB]
13:40:13 #9 12.21 Get:118 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1 [24.4 kB]
13:40:13 #9 12.25 Get:119 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1 [78.5 kB]
13:40:13 #9 12.25 Get:120 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1 [47.1 kB]
13:40:13 #9 12.25 Get:121 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1 [89.0 kB]
13:40:13 #9 12.25 Get:122 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1 [170 kB]
13:40:13 #9 30.09 Preparing to unpack .../049-xz-utils_5.2.5-2ubuntu0.1_arm64.deb ...
13:40:13 #9 30.10 Unpacking xz-utils (5.2.5-2ubuntu0.1) ...
13:40:13 #9 30.14 Selecting previously unselected package libsigsegv2:arm64.
13:40:13 #9 30.14 Preparing to unpack .../050-libsigsegv2_2.13-1ubuntu2_arm64.deb ...
13:40:13 #9 30.14 Unpacking libsigsegv2:arm64 (2.13-1ubuntu2) ...
13:40:13 #9 30.17 Selecting previously unselected package m4.
13:40:13 #9 30.17 Preparing to unpack .../051-m4_1.4.18-5ubuntu1_arm64.deb ...
13:40:13 #9 30.18 Unpacking m4 (1.4.18-5ubuntu1) ...
13:40:13 #9 30.21 Selecting previously unselected package autoconf.
13:40:13 #9 30.21 Preparing to unpack .../052-autoconf_2.69-14_all.deb ...
13:40:13 #9 30.22 Unpacking autoconf (2.69-14) ...
13:40:13 #9 30.27 Selecting previously unselected package autotools-dev.
13:40:13 #9 30.27 Preparing to unpack .../053-autotools-dev_20180224.1+nmu1_all.deb ...
13:40:13 #9 30.28 Unpacking autotools-dev (20180224.1+nmu1) ...
13:40:13 #9 30.32 Selecting previously unselected package automake.
13:40:13 #9 23.64 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
13:40:13 #9 23.65 Unpacking m4 (1.4.18-4) ...
13:40:13 #9 23.76 Selecting previously unselected package autoconf.
13:40:13 #9 23.76 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
13:40:13 #9 23.77 Unpacking autoconf (2.69-11.1) ...
13:40:13 #9 23.88 Selecting previously unselected package autotools-dev.
13:40:13 #9 23.88 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
13:40:13 #8 26.56 Selecting previously unselected package gcc.
13:40:13 #8 26.56 Preparing to unpack .../051-gcc_4%3a8.3.0-1_amd64.deb ...
13:40:13 #8 26.56 Unpacking gcc (4:8.3.0-1) ...
13:40:13 #10 25.11   Installing       : perl-Errno-1.28-421.el8.aarch64                      46/96 
13:40:13 #10 25.13   Installing       : perl-Socket-4:2.027-3.el8.aarch64                    47/96 
13:40:13 #10 25.32   Installing       : perl-Encode-4:2.97-3.el8.aarch64                     48/96 
13:40:13 #10 25.34   Installing       : perl-Carp-1.42-396.el8.noarch                        49/96 
13:40:13 #9 25.70 Preparing to unpack .../126-libksba8_1.6.0-2build1_amd64.deb ...
13:40:13 #9 25.70 Unpacking libksba8:amd64 (1.6.0-2build1) ...
13:40:13 #9 25.74 Selecting previously unselected package libnpth0:amd64.
13:40:13 #9 25.74 Preparing to unpack .../127-libnpth0_1.6-3build2_amd64.deb ...
13:40:13 #9 25.75 Unpacking libnpth0:amd64 (1.6-3build2) ...
13:40:13 #9 25.78 Selecting previously unselected package dirmngr.
13:40:13 #9 25.78 Preparing to unpack .../128-dirmngr_2.2.27-3ubuntu2_amd64.deb ...
13:40:13 #9 25.80 Unpacking dirmngr (2.2.27-3ubuntu2) ...
13:40:13 #9 25.83 Selecting previously unselected package gnupg-l10n.
13:40:13 #9 25.83 Preparing to unpack .../129-gnupg-l10n_2.2.27-3ubuntu2_all.deb ...
13:40:13 #9 25.84 Unpacking gnupg-l10n (2.2.27-3ubuntu2) ...
13:40:13 #9 25.86 Selecting previously unselected package gnupg-utils.
13:40:13 #9 25.87 Preparing to unpack .../130-gnupg-utils_2.2.27-3ubuntu2_amd64.deb ...
13:40:13 #9 25.87 Unpacking gnupg-utils (2.2.27-3ubuntu2) ...
13:40:13 #9 25.90 Selecting previously unselected package gpg.
13:40:13 #9 25.90 Preparing to unpack .../131-gpg_2.2.27-3ubuntu2_amd64.deb ...
13:40:13 #9 25.91 Unpacking gpg (2.2.27-3ubuntu2) ...
13:40:13 #9 25.94 Selecting previously unselected package pinentry-curses.
13:40:13 #9 25.95 Preparing to unpack .../132-pinentry-curses_1.1.1-1build2_amd64.deb ...
13:40:13 #9 25.95 Unpacking pinentry-curses (1.1.1-1build2) ...
13:40:13 #9 25.98 Selecting previously unselected package gpg-agent.
13:40:13 #9 25.99 Preparing to unpack .../133-gpg-agent_2.2.27-3ubuntu2_amd64.deb ...
13:40:13 #9 25.99 Unpacking gpg-agent (2.2.27-3ubuntu2) ...
13:40:13 #9 26.03 Selecting previously unselected package gpg-wks-client.
13:40:13 #9 25.55 Selecting previously unselected package libcrypt-dev:amd64.
13:40:13 #9 25.55 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.18-4ubuntu1_amd64.deb ...
13:40:13 #9 25.55 Unpacking libcrypt-dev:amd64 (1:4.4.18-4ubuntu1) ...
13:40:13 #9 25.59 Selecting previously unselected package rpcsvc-proto.
13:40:13 #9 25.59 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu5_amd64.deb ...
13:40:13 #9 25.59 Unpacking rpcsvc-proto (1.4.2-0ubuntu5) ...
13:40:13 #9 25.62 Selecting previously unselected package libtirpc-dev:amd64.
13:40:13 #9 25.63 Preparing to unpack .../067-libtirpc-dev_1.3.2-2_amd64.deb ...
13:40:13 #9 25.63 Unpacking libtirpc-dev:amd64 (1.3.2-2) ...
13:40:13 #9 25.67 Selecting previously unselected package libnsl-dev:amd64.
13:40:13 #9 25.67 Preparing to unpack .../068-libnsl-dev_1.3.0-2build1_amd64.deb ...
13:40:13 #9 25.67 Unpacking libnsl-dev:amd64 (1.3.0-2build1) ...
13:40:13 #9 25.70 Selecting previously unselected package libc6-dev:amd64.
13:40:13 #9 30.55 Preparing to unpack .../135-debhelper_12.10ubuntu1_all.deb ...
13:40:13 #9 30.55 Unpacking debhelper (12.10ubuntu1) ...
13:40:13 #9 30.66 Selecting previously unselected package libfakeroot:arm64.
13:40:13 #9 30.66 Preparing to unpack .../136-libfakeroot_1.24-1_arm64.deb ...
13:40:13 #9 30.66 Unpacking libfakeroot:arm64 (1.24-1) ...
13:40:13 #9 30.70 Selecting previously unselected package fakeroot.
13:40:13 #9 30.70 Preparing to unpack .../137-fakeroot_1.24-1_arm64.deb ...
13:40:13 #9 30.71 Unpacking fakeroot (1.24-1) ...
13:40:13 #9 30.76 Selecting previously unselected package libassuan0:arm64.
13:40:13 #8 40.49 Preparing to unpack .../319-publicsuffix_20211109.1735-0+deb10u1_all.deb ...
13:40:13 #8 40.50 Unpacking publicsuffix (20211109.1735-0+deb10u1) ...
13:40:13 #8 40.54 Selecting previously unselected package python-apt-common.
13:40:13 #8 40.54 Preparing to unpack .../320-python-apt-common_1.8.4.3_all.deb ...
13:40:13 #8 40.55 Unpacking python-apt-common (1.8.4.3) ...
13:40:13 #8 40.59 Selecting previously unselected package python3-apt.
13:40:13 #8 40.60 Preparing to unpack .../321-python3-apt_1.8.4.3_arm64.deb ...
13:40:13 #8 40.60 Unpacking python3-apt (1.8.4.3) ...
13:40:13 #8 40.65 Selecting previously unselected package python3-certifi.
13:40:13 #8 40.65 Preparing to unpack .../322-python3-certifi_2018.8.24-1_all.deb ...
13:40:13 #8 40.66 Unpacking python3-certifi (2018.8.24-1) ...
13:40:13 #8 40.70 Selecting previously unselected package python3-idna.
13:40:13 #8 39.26 Preparing to unpack .../333-lzop_1.04-2_arm64.deb ...
13:40:13 #8 39.26 Unpacking lzop (1.04-2) ...
13:40:13 #8 39.30 Selecting previously unselected package t1utils.
13:40:13 #8 39.30 Preparing to unpack .../334-t1utils_1.41-4_arm64.deb ...
13:40:13 #8 39.30 Unpacking t1utils (1.41-4) ...
13:40:13 #8 39.38 Selecting previously unselected package unzip.
13:40:13 #8 39.38 Preparing to unpack .../335-unzip_6.0-26_arm64.deb ...
13:40:13 #8 39.38 Unpacking unzip (6.0-26) ...
13:40:13 #8 39.43 Selecting previously unselected package lintian.
13:40:13 #8 39.44 Preparing to unpack .../336-lintian_2.104.0_all.deb ...
13:40:13 #8 39.45 Unpacking lintian (2.104.0) ...
13:40:13 #9 30.77 Preparing to unpack .../184-dput_1.1.0ubuntu2_all.deb ...
13:40:13 #9 30.78 Unpacking dput (1.1.0ubuntu2) ...
13:40:13 #9 30.82 Selecting previously unselected package fonts-dejavu-core.
13:40:13 #9 30.82 Preparing to unpack .../185-fonts-dejavu-core_2.37-2build1_all.deb ...
13:40:13 #9 30.82 Unpacking fonts-dejavu-core (2.37-2build1) ...
13:40:13 #9 30.93 Selecting previously unselected package fontconfig-config.
13:40:13 #9 30.93 Preparing to unpack .../186-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
13:40:13 #9 30.94 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
13:40:13 #9 30.98 Selecting previously unselected package libcurl3-gnutls:arm64.
13:40:13 #9 30.98 Preparing to unpack .../187-libcurl3-gnutls_7.81.0-1ubuntu1.1_arm64.deb ...
13:40:13 #9 30.98 Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.1) ...
13:40:13 #9 31.01 Selecting previously unselected package liberror-perl.
13:40:13 #9 31.02 Preparing to unpack .../188-liberror-perl_0.17029-1_all.deb ...
13:40:13 #9 31.02 Unpacking liberror-perl (0.17029-1) ...
13:40:13 #9 31.05 Selecting previously unselected package git-man.
13:40:13 #8 15.57 Get:241 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblist-moreutils-perl armhf 0.416-1build3 [52.5 kB]
13:40:13 #8 15.58 Get:242 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libltdl7 armhf 2.4.6-2 [35.8 kB]
13:40:13 #8 15.58 Get:243 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libltdl-dev armhf 2.4.6-2 [159 kB]
13:40:13 #8 15.59 Get:244 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-http-perl all 6.17-1 [22.7 kB]
13:40:13 #8 15.59 Get:245 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libwww-robotrules-perl all 6.01-1 [14.1 kB]
13:40:13 #8 15.59 Get:246 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libwww-perl all 6.31-1ubuntu0.1 [137 kB]
13:40:13 #8 15.65 Get:247 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblwp-protocol-https-perl all 6.07-2 [8284 B]
13:40:13 #8 15.65 Get:248 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:40:13 #8 15.65 Get:249 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB]
13:40:13 #8 15.72 Get:250 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librole-tiny-perl all 2.000006-1 [15.9 kB]
13:40:13 #8 15.72 Get:251 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libstrictures-perl all 2.000003-1 [16.1 kB]
13:40:13 #8 15.72 Get:252 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-quote-perl all 2.005000-1 [17.0 kB]
13:40:13 #8 15.72 Get:253 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmoo-perl all 2.003004-1 [45.5 kB]
13:40:13 #8 15.72 Get:254 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpackage-stash-perl all 0.37-1 [18.3 kB]
13:40:13 #8 15.72 Get:255 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-identify-perl armhf 0.14-1 [10.1 kB]
13:40:13 #8 15.72 Get:256 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:40:13 #8 15.79 Get:257 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnumber-compare-perl all 0.03-1 [7318 B]
13:40:13 #8 15.79 Get:258 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnumber-range-perl all 0.12-1 [8556 B]
13:40:13 #8 15.79 Get:259 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpackage-stash-xs-perl armhf 0.28-3build2 [14.7 kB]
13:40:13 #8 15.86 Get:260 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
13:40:13 #8 25.84 Selecting previously unselected package krb5-locales.
13:40:13 #8 25.84 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.2_all.deb ...
13:40:13 #8 25.85 Unpacking krb5-locales (1.16-2ubuntu0.2) ...
13:40:13 #8 25.90 Selecting previously unselected package libedit2:amd64.
13:40:13 #8 25.90 Preparing to unpack .../032-libedit2_3.1-20170329-1_amd64.deb ...
13:40:13 #8 25.90 Unpacking libedit2:amd64 (3.1-20170329-1) ...
13:40:13 #8 25.94 Selecting previously unselected package libkrb5support0:amd64.
13:40:13 #8 25.94 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ...
13:40:13 #8 25.95 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ...
13:40:13 #8 25.98 Selecting previously unselected package libk5crypto3:amd64.
13:40:13 #8 25.99 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ...
13:40:13 #8 25.99 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ...
13:40:13 #8 26.03 Selecting previously unselected package libkeyutils1:amd64.
13:40:13 #8 26.03 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ...
13:40:13 #8 26.04 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
13:40:13 #8 26.07 Selecting previously unselected package libkrb5-3:amd64.
13:40:13 #9 12.26 Get:123 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1 [13.2 kB]
13:40:13 #9 12.26 Get:124 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1 [79.9 kB]
13:40:13 #9 12.26 Get:125 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2ubuntu0.1 [13.2 kB]
13:40:13 #9 12.26 Get:126 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2ubuntu0.1 [42.7 kB]
13:40:13 #9 12.28 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB]
13:40:13 #9 12.35 Get:128 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-2.4-2 armhf 2.4.49+dfsg-2ubuntu1.8 [133 kB]
13:40:13 #9 12.35 Get:129 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnghttp2-14 armhf 1.40.0-1build1 [67.8 kB]
13:40:13 #9 12.36 Get:130 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB]
13:40:13 #9 12.36 Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.2 [147 kB]
13:40:13 #9 12.37 Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.10 [204 kB]
13:40:13 #9 12.37 Get:133 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.10 [154 kB]
13:40:13 #9 12.38 Get:134 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dctrl-tools armhf 2.24-3 [53.8 kB]
13:40:13 #9 12.38 Get:135 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtool all 2.4.6-14 [161 kB]
13:40:13 #9 12.38 Get:136 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-autoreconf all 19 [16.1 kB]
13:40:13 #9 12.44 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
13:40:13 #9 12.50 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-zip-perl all 1.67-2 [90.5 kB]
13:40:13 #9 12.50 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-override-perl all 0.09-2 [9532 B]
13:40:13 #9 12.50 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
13:40:13 #9 12.50 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-strip-nondeterminism all 1.7.0-1 [5228 B]
13:40:13 #9 12.50 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dwz armhf 0.13-5 [153 kB]
13:40:13 #9 30.32 Preparing to unpack .../054-automake_1%3a1.16.4-2_all.deb ...
13:40:13 #9 30.33 Unpacking automake (1:1.16.4-2) ...
13:40:13 #9 30.37 Selecting previously unselected package autopoint.
13:40:13 #9 30.37 Preparing to unpack .../055-autopoint_0.21-4ubuntu3_all.deb ...
13:40:13 #9 30.38 Unpacking autopoint (0.21-4ubuntu3) ...
13:40:13 #9 30.42 Selecting previously unselected package binutils-common:arm64.
13:40:13 #9 30.42 Preparing to unpack .../056-binutils-common_2.37-7ubuntu1_arm64.deb ...
13:40:13 #9 30.42 Unpacking binutils-common:arm64 (2.37-7ubuntu1) ...
13:40:13 #9 30.47 Selecting previously unselected package libbinutils:arm64.
13:40:13 #9 30.47 Preparing to unpack .../057-libbinutils_2.37-7ubuntu1_arm64.deb ...
13:40:13 #9 30.47 Unpacking libbinutils:arm64 (2.37-7ubuntu1) ...
13:40:13 #9 30.52 Selecting previously unselected package libctf-nobfd0:arm64.
13:40:13 #9 30.52 Preparing to unpack .../058-libctf-nobfd0_2.37-7ubuntu1_arm64.deb ...
13:40:13 #9 30.52 Unpacking libctf-nobfd0:arm64 (2.37-7ubuntu1) ...
13:40:13 #9 23.89 Unpacking autotools-dev (20180224.1) ...
13:40:13 #9 24.00 Selecting previously unselected package automake.
13:40:13 #9 24.00 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
13:40:13 #9 24.01 Unpacking automake (1:1.16.1-4ubuntu6) ...
13:40:13 #9 24.12 Selecting previously unselected package autopoint.
13:40:13 #8 26.59 Selecting previously unselected package libstdc++-8-dev:amd64.
13:40:13 #8 26.60 Preparing to unpack .../052-libstdc++-8-dev_8.3.0-6_amd64.deb ...
13:40:13 #8 26.60 Unpacking libstdc++-8-dev:amd64 (8.3.0-6) ...
13:40:13 #8 26.83 Selecting previously unselected package g++-8.
13:40:13 #15 extracting sha256:6858aa20941bdfe0d406b2e4db477feeccf42ca6e40478043b721c6a66f9d1b6 6.8s done
13:40:13 #15 extracting sha256:9a8029b02d49777774618d41ab3a1f7f4f32f7d4b10453afd26a184b8787beaa 0.0s done
13:40:13 #15 DONE 11.7s
13:40:13 
13:40:13 #17 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
13:40:13 #10 25.35   Installing       : perl-Exporter-5.72-396.el8.noarch                    50/96 
13:40:13 #10 25.54   Installing       : perl-libs-4:5.26.3-421.el8.aarch64                   51/96 
13:40:13 #10 25.57   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64          52/96 
13:40:13 #10 25.58   Installing       : perl-parent-1:0.237-1.el8.noarch                     53/96 
13:40:13 #10 25.60   Installing       : perl-macros-4:5.26.3-421.el8.aarch64                 54/96 
13:40:13 #10 25.61   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         55/96 
13:40:13 #10 25.64   Installing       : perl-Unicode-Normalize-1.25-396.el8.aarch64          56/96 
13:40:13 #10 25.66   Installing       : perl-File-Path-2.15-2.el8.noarch                     57/96 
13:40:13 #10 25.68   Installing       : perl-IO-1.38-421.el8.aarch64                         58/96 
13:40:13 #10 25.71   Installing       : perl-PathTools-3.74-1.el8.aarch64                    59/96 
13:40:13 #10 25.73   Installing       : perl-constant-1.33-396.el8.noarch                    60/96 
13:40:13 #9 26.03 Preparing to unpack .../134-gpg-wks-client_2.2.27-3ubuntu2_amd64.deb ...
13:40:13 #9 26.03 Unpacking gpg-wks-client (2.2.27-3ubuntu2) ...
13:40:13 #9 26.06 Selecting previously unselected package gpg-wks-server.
13:40:13 #9 26.06 Preparing to unpack .../135-gpg-wks-server_2.2.27-3ubuntu2_amd64.deb ...
13:40:13 #9 26.07 Unpacking gpg-wks-server (2.2.27-3ubuntu2) ...
13:40:13 #9 26.10 Selecting previously unselected package gpgsm.
13:40:13 #9 26.10 Preparing to unpack .../136-gpgsm_2.2.27-3ubuntu2_amd64.deb ...
13:40:13 #9 26.11 Unpacking gpgsm (2.2.27-3ubuntu2) ...
13:40:13 #9 26.14 Selecting previously unselected package gnupg.
13:40:13 #9 26.14 Preparing to unpack .../137-gnupg_2.2.27-3ubuntu2_all.deb ...
13:40:13 #9 26.15 Unpacking gnupg (2.2.27-3ubuntu2) ...
13:40:13 #9 26.18 Selecting previously unselected package libfile-dirlist-perl.
13:40:13 #9 26.18 Preparing to unpack .../138-libfile-dirlist-perl_0.05-2_all.deb ...
13:40:13 #9 26.19 Unpacking libfile-dirlist-perl (0.05-2) ...
13:40:13 #9 26.21 Selecting previously unselected package libfile-which-perl.
13:40:13 #9 26.22 Preparing to unpack .../139-libfile-which-perl_1.23-1_all.deb ...
13:40:13 #9 26.22 Unpacking libfile-which-perl (1.23-1) ...
13:40:13 #9 26.25 Selecting previously unselected package libfile-homedir-perl.
13:40:13 #8 7.351 The following NEW packages will be installed:
13:40:13 #8 7.351   autoconf automake autopoint autotools-dev binutils
13:40:13 #8 7.351   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:40:13 #8 7.351   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
13:40:13 #8 7.351   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:40:13 #8 7.352   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:40:13 #8 7.352   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
13:40:13 #8 7.352   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:40:13 #8 7.356   gpgconf gpgsm groff-base intltool-debian iso-codes less
13:40:13 #8 7.356   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:40:13 #8 7.356   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:40:13 #8 7.356   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
13:40:13 #8 7.356   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:40:13 #8 7.356   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
13:40:13 #8 7.356   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
13:40:13 #8 7.356   libclass-inspector-perl libclass-method-modifiers-perl
13:40:13 #8 7.356   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:40:13 #8 7.356   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:40:13 #8 7.356   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
13:40:13 #8 7.356   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
13:40:13 #8 7.356   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
13:40:13 #8 7.356   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:40:13 #8 7.356   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
13:40:13 #8 7.356   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:40:13 #8 7.356   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:40:13 #8 7.356   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
13:40:13 #8 7.356   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
13:40:13 #8 7.356   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
13:40:13 #8 7.356   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
13:40:13 #8 7.356   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
13:40:13 #8 7.356   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
13:40:13 #8 7.356   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
13:40:13 #8 7.356   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
13:40:13 #8 7.356   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:40:13 #8 7.356   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:40:13 #8 7.356   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:13 #8 7.356   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:40:13 #8 7.356   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:40:13 #8 7.356   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
13:40:13 #8 7.356   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
13:40:13 #8 7.356   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:40:13 #8 7.356   libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl
13:40:13 #8 7.356   libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
13:40:13 #8 7.356   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:40:13 #8 7.356   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:40:13 #8 7.356   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
13:40:13 #8 7.356   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:40:13 #8 7.356   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:40:13 #8 7.356   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
13:40:13 #8 7.356   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
13:40:13 #8 7.356   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:40:13 #8 7.356   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:40:13 #8 7.356   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:40:13 #8 7.356   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
13:40:13 #8 7.356   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:40:13 #8 7.356   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:40:13 #8 7.356   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:40:13 #8 7.356   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:40:13 #8 7.356   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:40:13 #8 7.356   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:40:13 #8 7.356   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:40:13 #8 7.356   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:40:13 #8 7.356   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:40:13 #8 7.356   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
13:40:13 #8 7.356   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
13:40:13 #8 7.356   libstrictures-perl libstring-copyright-perl libstring-escape-perl
13:40:13 #8 7.356   libstring-shellquote-perl libsub-exporter-perl
13:40:13 #8 7.356   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:40:13 #8 7.356   libsub-name-perl libsub-override-perl libsub-quote-perl
13:40:13 #8 7.356   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
13:40:13 #8 7.356   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
13:40:13 #8 7.356   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
13:40:13 #8 7.356   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
13:40:13 #8 7.356   libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
13:40:13 #8 7.356   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
13:40:13 #8 7.356   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
13:40:13 #8 7.356   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
13:40:13 #8 7.356   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:40:13 #8 7.356   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:40:13 #8 7.356   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
13:40:13 #8 7.356   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
13:40:13 #8 7.356   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
13:40:13 #8 7.356   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
13:40:13 #8 7.356   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
13:40:13 #8 7.356   python3 python3-apt python3-certifi python3-chardet python3-debian
13:40:13 #8 7.356   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
13:40:13 #8 7.356   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:40:13 #8 7.356   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
13:40:13 #8 7.356   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
13:40:13 #9 25.71 Preparing to unpack .../069-libc6-dev_2.34-0ubuntu3.2_amd64.deb ...
13:40:13 #9 25.71 Unpacking libc6-dev:amd64 (2.34-0ubuntu3.2) ...
13:40:13 #9 25.86 Selecting previously unselected package libisl23:amd64.
13:40:13 #9 25.86 Preparing to unpack .../070-libisl23_0.24-1_amd64.deb ...
13:40:13 #9 25.87 Unpacking libisl23:amd64 (0.24-1) ...
13:40:13 #9 25.96 Selecting previously unselected package libmpfr6:amd64.
13:40:13 #9 30.77 Preparing to unpack .../138-libassuan0_2.5.3-7ubuntu2_arm64.deb ...
13:40:13 #9 30.77 Unpacking libassuan0:arm64 (2.5.3-7ubuntu2) ...
13:40:13 #9 30.81 Selecting previously unselected package gpgconf.
13:40:13 #9 30.81 Preparing to unpack .../139-gpgconf_2.2.19-3ubuntu2.1_arm64.deb ...
13:40:13 #9 30.82 Unpacking gpgconf (2.2.19-3ubuntu2.1) ...
13:40:13 #9 30.87 Selecting previously unselected package libksba8:arm64.
13:40:13 #9 30.87 Preparing to unpack .../140-libksba8_1.3.5-2_arm64.deb ...
13:40:13 #9 30.88 Unpacking libksba8:arm64 (1.3.5-2) ...
13:40:13 #9 30.92 Selecting previously unselected package libnpth0:arm64.
13:40:13 #9 30.92 Preparing to unpack .../141-libnpth0_1.6-1_arm64.deb ...
13:40:13 #9 30.93 Unpacking libnpth0:arm64 (1.6-1) ...
13:40:13 #9 30.98 Selecting previously unselected package dirmngr.
13:40:13 #9 30.98 Preparing to unpack .../142-dirmngr_2.2.19-3ubuntu2.1_arm64.deb ...
13:40:13 #9 31.00 Unpacking dirmngr (2.2.19-3ubuntu2.1) ...
13:40:13 #9 31.05 Selecting previously unselected package gnupg-l10n.
13:40:13 #9 31.06 Preparing to unpack .../143-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ...
13:40:13 #9 31.06 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ...
13:40:13 #9 31.10 Selecting previously unselected package gnupg-utils.
13:40:13 #8 40.70 Preparing to unpack .../323-python3-idna_2.6-1_all.deb ...
13:40:13 #8 40.71 Unpacking python3-idna (2.6-1) ...
13:40:13 #8 40.75 Selecting previously unselected package python3-magic.
13:40:13 #8 40.76 Preparing to unpack .../324-python3-magic_2%3a0.4.15-2_all.deb ...
13:40:13 #8 40.76 Unpacking python3-magic (2:0.4.15-2) ...
13:40:13 #8 40.79 Selecting previously unselected package python3-urllib3.
13:40:13 #8 40.80 Preparing to unpack .../325-python3-urllib3_1.24.1-1_all.deb ...
13:40:13 #8 40.80 Unpacking python3-urllib3 (1.24.1-1) ...
13:40:13 #8 40.85 Selecting previously unselected package python3-requests.
13:40:13 #8 40.86 Preparing to unpack .../326-python3-requests_2.21.0-1_all.deb ...
13:40:13 #8 40.86 Unpacking python3-requests (2.21.0-1) ...
13:40:13 #8 40.90 Selecting previously unselected package python3-unidiff.
13:40:13 #8 40.90 Preparing to unpack .../327-python3-unidiff_0.5.4-1_all.deb ...
13:40:13 #8 39.73 Selecting previously unselected package lsb-release.
13:40:13 #8 39.73 Preparing to unpack .../337-lsb-release_11.1.0_all.deb ...
13:40:13 #8 39.74 Unpacking lsb-release (11.1.0) ...
13:40:13 #8 39.78 Selecting previously unselected package manpages-dev.
13:40:13 #8 39.78 Preparing to unpack .../338-manpages-dev_5.10-1_all.deb ...
13:40:13 #9 31.06 Preparing to unpack .../189-git-man_1%3a2.34.1-1ubuntu1.2_all.deb ...
13:40:13 #9 31.06 Unpacking git-man (1:2.34.1-1ubuntu1.2) ...
13:40:13 #9 31.12 Selecting previously unselected package git.
13:40:13 #9 31.12 Preparing to unpack .../190-git_1%3a2.34.1-1ubuntu1.2_arm64.deb ...
13:40:13 #9 31.13 Unpacking git (1:2.34.1-1ubuntu1.2) ...
13:40:13 #9 31.26 Selecting previously unselected package libalgorithm-diff-perl.
13:40:13 #9 31.26 Preparing to unpack .../191-libalgorithm-diff-perl_1.201-1_all.deb ...
13:40:13 #9 31.27 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:40:13 #9 31.30 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:13 #9 31.30 Preparing to unpack .../192-libalgorithm-diff-xs-perl_0.04-6build3_arm64.deb ...
13:40:13 #9 31.30 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
13:40:13 #9 31.33 Selecting previously unselected package libalgorithm-merge-perl.
13:40:13 #8 15.87 Get:261 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtext-glob-perl all 0.10-1 [7554 B]
13:40:13 #8 15.87 Get:262 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
13:40:13 #8 15.87 Get:263 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpath-tiny-perl all 0.104-1 [55.3 kB]
13:40:13 #8 15.87 Get:264 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libperlio-gzip-perl armhf 0.19-1build3 [13.3 kB]
13:40:13 #8 15.87 Get:265 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpod-constants-perl all 0.19-1 [16.0 kB]
13:40:13 #8 15.87 Get:266 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
13:40:13 #8 15.95 Get:267 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsasl2-modules armhf 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [41.9 kB]
13:40:13 #8 15.95 Get:268 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsort-key-perl armhf 1.33-2 [33.6 kB]
13:40:13 #8 15.95 Get:269 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libstring-copyright-perl all 0.003005-1 [10.1 kB]
13:40:13 #8 16.02 Get:270 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
13:40:13 #8 16.02 Get:271 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B]
13:40:13 #8 16.02 Get:272 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libunicode-utf8-perl armhf 0.60-1build4 [17.2 kB]
13:40:13 #8 16.02 Get:273 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
13:40:13 #8 16.02 Get:274 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB]
13:40:13 #8 16.02 Get:275 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
13:40:13 #8 16.02 Get:276 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-libxml-perl armhf 2.0128+dfsg-5 [298 kB]
13:40:13 #8 16.10 Get:277 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-parser-perl armhf 2.44-2build3 [196 kB]
13:40:13 #8 16.10 Get:278 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-sax-expat-perl all 0.40-2 [11.5 kB]
13:40:13 #8 16.10 Get:279 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-simple-perl all 2.24-1 [63.6 kB]
13:40:13 #8 16.16 Get:280 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libyaml-libyaml-perl armhf 0.69+repack-1 [24.1 kB]
13:40:13 #8 16.16 Get:281 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf licensecheck all 3.0.31-2 [22.0 kB]
13:40:13 #8 16.16 Get:282 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf patchutils armhf 0.3.4-2 [64.6 kB]
13:40:14 #8 26.07 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ...
13:40:14 #8 26.08 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ...
13:40:14 #8 26.14 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:40:14 #8 26.14 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ...
13:40:14 #8 26.15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ...
13:40:14 #8 26.19 Selecting previously unselected package libpsl5:amd64.
13:40:14 #8 26.19 Preparing to unpack .../038-libpsl5_0.19.1-5build1_amd64.deb ...
13:40:14 #8 26.20 Unpacking libpsl5:amd64 (0.19.1-5build1) ...
13:40:14 #8 26.24 Selecting previously unselected package libssl1.0.0:amd64.
13:40:14 #8 26.24 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb ...
13:40:14 #8 26.25 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.8) ...
13:40:14 #9 12.52 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcroco3 armhf 0.6.13-1 [70.5 kB]
13:40:14 #9 12.52 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext armhf 0.19.8.1-10build1 [835 kB]
13:40:14 #9 12.54 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:40:14 #9 12.54 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main armhf po-debconf all 1.0.21 [233 kB]
13:40:14 #9 12.57 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main armhf debhelper all 12.10ubuntu1 [877 kB]
13:40:14 #9 12.64 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfakeroot armhf 1.24-1 [22.4 kB]
13:40:14 #9 12.64 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main armhf fakeroot armhf 1.24-1 [60.9 kB]
13:40:14 #9 12.64 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB]
13:40:14 #9 12.64 Get:151 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.1 [107 kB]
13:40:14 #9 12.65 Get:152 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libksba8 armhf 1.3.5-2 [78.7 kB]
13:40:14 #9 12.65 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B]
13:40:14 #9 12.65 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.1 [288 kB]
13:40:14 #9 12.66 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB]
13:40:14 #9 12.66 Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.1 [412 kB]
13:40:14 #9 12.71 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.1 [425 kB]
13:40:14 #9 30.56 Selecting previously unselected package libctf0:arm64.
13:40:14 #9 30.56 Preparing to unpack .../059-libctf0_2.37-7ubuntu1_arm64.deb ...
13:40:14 #9 30.56 Unpacking libctf0:arm64 (2.37-7ubuntu1) ...
13:40:14 #9 30.59 Selecting previously unselected package binutils-aarch64-linux-gnu.
13:40:14 #9 30.60 Preparing to unpack .../060-binutils-aarch64-linux-gnu_2.37-7ubuntu1_arm64.deb ...
13:40:14 #9 30.60 Unpacking binutils-aarch64-linux-gnu (2.37-7ubuntu1) ...
13:40:14 #9 30.73 Selecting previously unselected package binutils.
13:40:14 #9 30.73 Preparing to unpack .../061-binutils_2.37-7ubuntu1_arm64.deb ...
13:40:14 #9 30.73 Unpacking binutils (2.37-7ubuntu1) ...
13:40:14 #9 30.76 Selecting previously unselected package libc-dev-bin.
13:40:14 #9 30.77 Preparing to unpack .../062-libc-dev-bin_2.34-0ubuntu3.2_arm64.deb ...
13:40:14 #9 30.77 Unpacking libc-dev-bin (2.34-0ubuntu3.2) ...
13:40:14 #9 30.80 Selecting previously unselected package linux-libc-dev:arm64.
13:40:14 #8 26.83 Preparing to unpack .../053-g++-8_8.3.0-6_amd64.deb ...
13:40:14 #8 26.84 Unpacking g++-8 (8.3.0-6) ...
13:40:14 #9 24.12 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
13:40:14 #9 24.14 Unpacking autopoint (0.19.8.1-10build1) ...
13:40:14 #9 24.21 Selecting previously unselected package binutils-common:amd64.
13:40:14 #9 24.21 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.3_amd64.deb ...
13:40:14 #9 24.21 Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) ...
13:40:14 #9 24.26 Selecting previously unselected package libbinutils:amd64.
13:40:14 #9 24.26 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.3_amd64.deb ...
13:40:14 #9 24.27 Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) ...
13:40:14 #9 24.34 Selecting previously unselected package libctf-nobfd0:amd64.
13:40:14 #9 24.34 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ...
13:40:14 #9 24.35 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ...
13:40:14 #9 24.39 Selecting previously unselected package libctf0:amd64.
13:40:14 #10 25.74   Installing       : perl-threads-1:2.21-2.el8.aarch64                    61/96 
13:40:14 #9 26.25 Preparing to unpack .../140-libfile-homedir-perl_1.006-1_all.deb ...
13:40:14 #9 26.26 Unpacking libfile-homedir-perl (1.006-1) ...
13:40:14 #9 26.29 Selecting previously unselected package libfile-touch-perl.
13:40:14 #9 26.29 Preparing to unpack .../141-libfile-touch-perl_0.12-1_all.deb ...
13:40:14 #9 26.29 Unpacking libfile-touch-perl (0.12-1) ...
13:40:14 #9 26.32 Selecting previously unselected package libio-pty-perl.
13:40:14 #9 26.32 Preparing to unpack .../142-libio-pty-perl_1%3a1.15-2build2_amd64.deb ...
13:40:14 #9 26.33 Unpacking libio-pty-perl (1:1.15-2build2) ...
13:40:14 #9 26.36 Selecting previously unselected package libipc-run-perl.
13:40:14 #9 26.36 Preparing to unpack .../143-libipc-run-perl_20200505.0-1_all.deb ...
13:40:14 #9 26.36 Unpacking libipc-run-perl (20200505.0-1) ...
13:40:14 #9 26.40 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:14 #9 26.40 Preparing to unpack .../144-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:14 #9 26.41 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:14 #9 26.44 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:14 #9 26.44 Preparing to unpack .../145-libclass-xsaccessor-perl_1.19-3build9_amd64.deb ...
13:40:14 #9 26.44 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
13:40:14 #9 26.47 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:14 #9 25.96 Preparing to unpack .../071-libmpfr6_4.1.0-3build1_amd64.deb ...
13:40:14 #9 25.96 Unpacking libmpfr6:amd64 (4.1.0-3build1) ...
13:40:14 #9 26.08 Selecting previously unselected package libmpc3:amd64.
13:40:14 #9 26.08 Preparing to unpack .../072-libmpc3_1.2.0-1build1_amd64.deb ...
13:40:14 #9 26.09 Unpacking libmpc3:amd64 (1.2.0-1build1) ...
13:40:14 #9 26.12 Selecting previously unselected package cpp-11.
13:40:14 #9 26.12 Preparing to unpack .../073-cpp-11_11.2.0-7ubuntu2_amd64.deb ...
13:40:14 #9 26.13 Unpacking cpp-11 (11.2.0-7ubuntu2) ...
13:40:14 #8 ...
13:40:14 
13:40:14 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:14 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:14 #13 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 0.9s done
13:40:14 #13 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 0.7s done
13:40:14 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 6.3s
13:40:14 #9 31.10 Preparing to unpack .../144-gnupg-utils_2.2.19-3ubuntu2.1_arm64.deb ...
13:40:14 #9 31.10 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ...
13:40:14 #9 31.17 Selecting previously unselected package gpg.
13:40:14 #9 31.18 Preparing to unpack .../145-gpg_2.2.19-3ubuntu2.1_arm64.deb ...
13:40:14 #9 31.18 Unpacking gpg (2.2.19-3ubuntu2.1) ...
13:40:14 #9 31.25 Selecting previously unselected package pinentry-curses.
13:40:14 #9 31.25 Preparing to unpack .../146-pinentry-curses_1.1.0-3build1_arm64.deb ...
13:40:14 #9 31.25 Unpacking pinentry-curses (1.1.0-3build1) ...
13:40:14 #9 31.29 Selecting previously unselected package gpg-agent.
13:40:14 #9 31.30 Preparing to unpack .../147-gpg-agent_2.2.19-3ubuntu2.1_arm64.deb ...
13:40:14 #9 31.30 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ...
13:40:14 #9 31.36 Selecting previously unselected package gpg-wks-client.
13:40:14 #8 40.91 Unpacking python3-unidiff (0.5.4-1) ...
13:40:14 #8 40.94 Selecting previously unselected package python3-xdg.
13:40:14 #8 40.95 Preparing to unpack .../328-python3-xdg_0.25-5_all.deb ...
13:40:14 #8 40.95 Unpacking python3-xdg (0.25-5) ...
13:40:14 #8 40.98 Selecting previously unselected package shared-mime-info.
13:40:14 #8 40.99 Preparing to unpack .../329-shared-mime-info_1.10-1_arm64.deb ...
13:40:14 #8 40.99 Unpacking shared-mime-info (1.10-1) ...
13:40:14 #8 41.09 Selecting previously unselected package strace.
13:40:14 #8 41.10 Preparing to unpack .../330-strace_4.26-0.2_arm64.deb ...
13:40:14 #8 41.10 Unpacking strace (4.26-0.2) ...
13:40:14 #8 41.17 Selecting previously unselected package unzip.
13:40:14 #8 41.17 Preparing to unpack .../331-unzip_6.0-23+deb10u2_arm64.deb ...
13:40:14 #8 41.18 Unpacking unzip (6.0-23+deb10u2) ...
13:40:14 #8 41.22 Selecting previously unselected package xauth.
13:40:14 #8 41.23 Preparing to unpack .../332-xauth_1%3a1.0.10-1_arm64.deb ...
13:40:14 #8 41.23 Unpacking xauth (1:1.0.10-1) ...
13:40:14 #8 41.28 Selecting previously unselected package xdg-user-dirs.
13:40:14 #8 39.78 Unpacking manpages-dev (5.10-1) ...
13:40:14 #8 16.16 Get:283 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf t1utils armhf 1.41-2 [48.2 kB]
13:40:14 #8 16.16 Get:284 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf lintian all 2.5.81ubuntu1 [847 kB]
13:40:14 #8 16.21 Get:285 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf manpages-dev all 4.15-1 [2217 kB]
13:40:14 #8 16.34 Get:286 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-certifi all 2018.1.18-2 [144 kB]
13:40:14 #8 16.35 Get:287 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-idna all 2.6-1 [32.5 kB]
13:40:14 #8 16.37 Get:288 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
13:40:14 #8 16.37 Get:289 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
13:40:14 #8 16.37 Get:290 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-unidiff all 0.5.4-1 [7140 B]
13:40:14 #8 16.37 Get:291 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
13:40:14 #8 16.37 Get:292 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf unzip armhf 6.0-21ubuntu1.1 [155 kB]
13:40:14 #8 16.37 Get:293 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf wdiff armhf 1.2.2-2 [27.7 kB]
13:40:14 #8 16.37 Get:294 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf equivs all 2.1.0 [19.4 kB]
13:40:14 #8 16.41 Get:295 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:40:14 #9 31.34 Preparing to unpack .../193-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:14 #9 31.34 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:14 #9 31.38 Selecting previously unselected package libaliased-perl.
13:40:14 #9 31.38 Preparing to unpack .../194-libaliased-perl_0.34-1.1_all.deb ...
13:40:14 #9 31.39 Unpacking libaliased-perl (0.34-1.1) ...
13:40:14 #9 31.43 Selecting previously unselected package libapt-pkg-perl.
13:40:14 #9 31.43 Preparing to unpack .../195-libapt-pkg-perl_0.1.40build2_arm64.deb ...
13:40:14 #9 31.43 Unpacking libapt-pkg-perl (0.1.40build2) ...
13:40:14 #9 31.46 Selecting previously unselected package libarchive-cpio-perl.
13:40:14 #9 31.46 Preparing to unpack .../196-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:40:14 #9 31.47 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:40:14 #9 31.51 Selecting previously unselected package libarray-intspan-perl.
13:40:14 #9 31.51 Preparing to unpack .../197-libarray-intspan-perl_2.004-1_all.deb ...
13:40:14 #9 31.51 Unpacking libarray-intspan-perl (2.004-1) ...
13:40:14 #9 31.55 Selecting previously unselected package libmodule-implementation-perl.
13:40:14 #8 26.36 Selecting previously unselected package libxmuu1:amd64.
13:40:14 #8 26.37 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_amd64.deb ...
13:40:14 #8 26.37 Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
13:40:14 #8 26.40 Selecting previously unselected package manpages.
13:40:14 #8 26.40 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
13:40:14 #8 26.40 Unpacking manpages (4.15-1) ...
13:40:14 #8 26.52 Selecting previously unselected package openssh-client.
13:40:14 #8 26.52 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.6_amd64.deb ...
13:40:14 #8 26.53 Unpacking openssh-client (1:7.6p1-4ubuntu0.6) ...
13:40:14 #8 26.62 Selecting previously unselected package publicsuffix.
13:40:14 #9 12.78 Get:158 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB]
13:40:14 #9 12.79 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.1 [195 kB]
13:40:14 #9 12.79 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.1 [81.7 kB]
13:40:14 #9 12.80 Get:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.1 [76.3 kB]
13:40:14 #9 12.80 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.1 [187 kB]
13:40:14 #9 12.80 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.1 [259 kB]
13:40:14 #9 12.81 Get:164 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
13:40:14 #9 12.82 Get:165 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-homedir-perl all 1.004-1 [37.3 kB]
13:40:14 #9 12.82 Get:166 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-pty-perl armhf 1:1.12-1 [31.4 kB]
13:40:14 #9 12.86 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-run-perl all 20180523.0-2 [89.7 kB]
13:40:14 #9 12.89 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:40:14 #9 12.89 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-op-check-perl armhf 0.22-1build2 [9792 B]
13:40:14 #9 12.89 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB]
13:40:14 #9 12.89 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu1 [14.2 kB]
13:40:14 #9 12.89 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-classify-perl armhf 0.015-1build2 [19.8 kB]
13:40:14 #9 12.89 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:40:14 #9 12.89 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
13:40:14 #9 12.89 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librole-tiny-perl all 2.001004-1 [16.5 kB]
13:40:14 #9 12.93 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
13:40:14 #9 12.97 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
13:40:14 #9 12.97 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoo-perl all 2.003006-1 [46.3 kB]
13:40:14 #9 12.97 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libencode-locale-perl all 1.05-1 [12.3 kB]
13:40:14 #9 12.97 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtimedate-perl all 2.3200-1 [34.0 kB]
13:40:14 #9 12.97 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-date-perl all 6.05-1 [9920 B]
13:40:14 #9 12.97 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-listing-perl all 6.04-1 [9774 B]
13:40:14 #9 12.97 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:40:14 #9 12.97 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liburi-perl all 1.76-2 [77.5 kB]
13:40:14 #9 13.00 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-parser-perl armhf 3.72-5 [83.1 kB]
13:40:14 #9 30.80 Preparing to unpack .../063-linux-libc-dev_5.13.0-40.45_arm64.deb ...
13:40:14 #9 30.81 Unpacking linux-libc-dev:arm64 (5.13.0-40.45) ...
13:40:14 #9 30.96 Selecting previously unselected package libcrypt-dev:arm64.
13:40:14 #9 30.96 Preparing to unpack .../064-libcrypt-dev_1%3a4.4.18-4ubuntu1_arm64.deb ...
13:40:14 #9 30.96 Unpacking libcrypt-dev:arm64 (1:4.4.18-4ubuntu1) ...
13:40:14 #9 31.00 Selecting previously unselected package rpcsvc-proto.
13:40:14 #9 31.00 Preparing to unpack .../065-rpcsvc-proto_1.4.2-0ubuntu5_arm64.deb ...
13:40:14 #9 31.00 Unpacking rpcsvc-proto (1.4.2-0ubuntu5) ...
13:40:14 #9 31.04 Selecting previously unselected package libtirpc-dev:arm64.
13:40:14 #9 31.04 Preparing to unpack .../066-libtirpc-dev_1.3.2-2_arm64.deb ...
13:40:14 #9 31.04 Unpacking libtirpc-dev:arm64 (1.3.2-2) ...
13:40:14 #9 31.08 Selecting previously unselected package libnsl-dev:arm64.
13:40:14 #9 24.39 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.3_amd64.deb ...
13:40:14 #9 24.39 Unpacking libctf0:amd64 (2.34-6ubuntu1.3) ...
13:40:14 #9 24.42 Selecting previously unselected package binutils-x86-64-linux-gnu.
13:40:14 #9 24.43 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ...
13:40:14 #9 24.43 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ...
13:40:14 #9 24.63 Selecting previously unselected package binutils.
13:40:14 #9 24.64 Preparing to unpack .../074-binutils_2.34-6ubuntu1.3_amd64.deb ...
13:40:14 #9 24.64 Unpacking binutils (2.34-6ubuntu1.3) ...
13:40:14 #8 23.97 Selecting previously unselected package libubsan1:amd64.
13:40:14 #8 23.98 Preparing to unpack .../050-libubsan1_10.2.1-6_amd64.deb ...
13:40:14 #8 23.99 Unpacking libubsan1:amd64 (10.2.1-6) ...
13:40:14 #8 24.33 Selecting previously unselected package libquadmath0:amd64.
13:40:14 #8 24.33 Preparing to unpack .../051-libquadmath0_10.2.1-6_amd64.deb ...
13:40:14 #8 24.46 Unpacking libquadmath0:amd64 (10.2.1-6) ...
13:40:14 #10 25.76   Installing       : perl-threads-shared-1.58-2.el8.aarch64               62/96 
13:40:14 #10 26.26   Installing       : perl-interpreter-4:5.26.3-421.el8.aarch64            63/96 
13:40:14 #9 26.48 Preparing to unpack .../146-libb-hooks-op-check-perl_0.22-1build5_amd64.deb ...
13:40:14 #9 26.48 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
13:40:14 #9 26.51 Selecting previously unselected package libdynaloader-functions-perl.
13:40:14 #9 26.51 Preparing to unpack .../147-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:40:14 #9 26.52 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:40:14 #9 26.54 Selecting previously unselected package libdevel-callchecker-perl.
13:40:14 #9 26.55 Preparing to unpack .../148-libdevel-callchecker-perl_0.008-1ubuntu4_amd64.deb ...
13:40:14 #9 26.55 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
13:40:14 #9 26.58 Selecting previously unselected package libparams-classify-perl.
13:40:14 #9 26.58 Preparing to unpack .../149-libparams-classify-perl_0.015-1build5_amd64.deb ...
13:40:14 #9 26.59 Unpacking libparams-classify-perl (0.015-1build5) ...
13:40:14 #9 26.61 Selecting previously unselected package libmodule-runtime-perl.
13:40:14 #9 26.61 Preparing to unpack .../150-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:14 #9 26.62 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:14 #9 26.65 Selecting previously unselected package libimport-into-perl.
13:40:14 #9 26.65 Preparing to unpack .../151-libimport-into-perl_1.002005-1_all.deb ...
13:40:14 #9 26.66 Unpacking libimport-into-perl (1.002005-1) ...
13:40:14 #9 26.69 Selecting previously unselected package librole-tiny-perl.
13:40:14 #9 26.69 Preparing to unpack .../152-librole-tiny-perl_2.002004-1_all.deb ...
13:40:14 #9 26.69 Unpacking librole-tiny-perl (2.002004-1) ...
13:40:14 #9 26.72 Selecting previously unselected package libsub-quote-perl.
13:40:14 #9 26.72 Preparing to unpack .../153-libsub-quote-perl_2.006006-1_all.deb ...
13:40:14 #9 26.73 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:14 #9 26.77 Selecting previously unselected package libmoo-perl.
13:40:14 #9 26.77 Preparing to unpack .../154-libmoo-perl_2.005004-3_all.deb ...
13:40:14 #9 26.77 Unpacking libmoo-perl (2.005004-3) ...
13:40:14 #9 26.80 Selecting previously unselected package libencode-locale-perl.
13:40:14 #13 ...
13:40:14 
13:40:14 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:14 #8 sha256:5d84cd193ad52d2db99bc7b859d7a40e036d5ffc66b09666c16a92e81a19bbbb
13:40:14 #8 7.728 0 upgraded, 379 newly installed, 0 to remove and 2 not upgraded.
13:40:14 #8 7.728 Need to get 157 MB of archives.
13:40:14 #8 7.728 After this operation, 456 MB of additional disk space will be used.
13:40:14 #8 7.728 Get:1 http://security.debian.org/debian-security bullseye-security/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [219 kB]
13:40:14 #8 7.728 Get:2 http://deb.debian.org/debian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [139 kB]
13:40:14 #8 7.737 Get:3 http://security.debian.org/debian-security bullseye-security/main armhf linux-libc-dev armhf 5.10.113-1 [1456 kB]
13:40:14 #8 7.737 Get:4 http://deb.debian.org/debian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
13:40:14 #8 7.737 Get:5 http://deb.debian.org/debian bullseye/main armhf groff-base armhf 1.22.4-6 [847 kB]
13:40:14 #8 7.747 Get:6 http://security.debian.org/debian-security bullseye-security/main armhf libtiff5 armhf 4.2.0-1+deb11u1 [272 kB]
13:40:14 #8 7.768 Get:7 http://deb.debian.org/debian bullseye/main armhf libgdbm6 armhf 1.19-2 [62.0 kB]
13:40:14 #8 7.792 Get:8 http://deb.debian.org/debian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [30.1 kB]
13:40:14 #8 7.792 Get:9 http://deb.debian.org/debian bullseye/main armhf man-db armhf 2.9.4-2 [1319 kB]
13:40:14 #8 7.817 Get:10 http://deb.debian.org/debian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
13:40:14 #8 7.832 Get:11 http://deb.debian.org/debian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
13:40:14 #8 7.832 Get:12 http://deb.debian.org/debian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3434 kB]
13:40:14 #8 7.881 Get:13 http://deb.debian.org/debian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
13:40:14 #8 7.881 Get:14 http://deb.debian.org/debian bullseye/main armhf liblocale-gettext-perl armhf 1.07-4+b1 [18.3 kB]
13:40:14 #8 7.887 Get:15 http://deb.debian.org/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB]
13:40:14 #8 7.887 Get:16 http://deb.debian.org/debian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u3 [78.2 kB]
13:40:14 #8 7.888 Get:17 http://deb.debian.org/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1630 kB]
13:40:14 #8 7.904 Get:18 http://deb.debian.org/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
13:40:14 #8 7.904 Get:19 http://deb.debian.org/debian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
13:40:14 #8 7.904 Get:20 http://deb.debian.org/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB]
13:40:14 #8 7.904 Get:21 http://deb.debian.org/debian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2 [107 kB]
13:40:14 #8 7.904 Get:22 http://deb.debian.org/debian bullseye/main armhf readline-common all 8.1-1 [73.7 kB]
13:40:14 #8 7.914 Get:23 http://deb.debian.org/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB]
13:40:14 #8 7.914 Get:24 http://deb.debian.org/debian bullseye/main armhf libsqlite3-0 armhf 3.34.1-3 [713 kB]
13:40:14 #8 7.924 Get:25 http://deb.debian.org/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1608 kB]
13:40:14 #8 7.940 Get:26 http://deb.debian.org/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB]
13:40:14 #8 7.948 Get:27 http://deb.debian.org/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
13:40:14 #8 7.948 Get:28 http://deb.debian.org/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
13:40:14 #8 7.948 Get:29 http://deb.debian.org/debian bullseye/main armhf less armhf 551-2 [126 kB]
13:40:14 #8 7.948 Get:30 http://deb.debian.org/debian bullseye/main armhf netbase all 6.3 [19.9 kB]
13:40:14 #8 7.948 Get:31 http://deb.debian.org/debian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
13:40:14 #8 7.948 Get:32 http://deb.debian.org/debian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.8 kB]
13:40:14 #8 7.948 Get:33 http://deb.debian.org/debian bullseye/main armhf openssl armhf 1.1.1n-0+deb11u1 [828 kB]
13:40:14 #8 7.957 Get:34 http://deb.debian.org/debian bullseye/main armhf ca-certificates all 20210119 [158 kB]
13:40:14 #8 7.960 Get:35 http://deb.debian.org/debian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
13:40:14 #8 7.962 Get:36 http://deb.debian.org/debian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
13:40:14 #8 7.964 Get:37 http://deb.debian.org/debian bullseye/main armhf file armhf 1:5.39-3 [68.1 kB]
13:40:14 #8 7.968 Get:38 http://deb.debian.org/debian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
13:40:14 #8 7.968 Get:39 http://deb.debian.org/debian bullseye/main armhf manpages all 5.10-1 [1412 kB]
13:40:14 #8 7.990 Get:40 http://deb.debian.org/debian bullseye/main armhf libmd0 armhf 1.0.3-3 [27.4 kB]
13:40:14 #8 7.990 Get:41 http://deb.debian.org/debian bullseye/main armhf libbsd0 armhf 0.11.3-1 [103 kB]
13:40:14 #8 7.990 Get:42 http://deb.debian.org/debian bullseye/main armhf libedit2 armhf 3.1-20191231-2+b1 [81.1 kB]
13:40:14 #8 7.990 Get:43 http://deb.debian.org/debian bullseye/main armhf libcbor0 armhf 0.5.0+dfsg-2 [19.6 kB]
13:40:14 #8 7.990 Get:44 http://deb.debian.org/debian bullseye/main armhf libfido2-1 armhf 1.6.0-2 [48.0 kB]
13:40:14 #8 7.990 Get:45 http://deb.debian.org/debian bullseye/main armhf openssh-client armhf 1:8.4p1-5 [842 kB]
13:40:14 #8 7.994 Get:46 http://deb.debian.org/debian bullseye/main armhf ucf all 3.0043 [74.0 kB]
13:40:14 #8 8.008 Get:47 http://deb.debian.org/debian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.0 kB]
13:40:14 #8 8.008 Get:48 http://deb.debian.org/debian bullseye/main armhf m4 armhf 1.4.18-5 [192 kB]
13:40:14 #8 8.008 Get:49 http://deb.debian.org/debian bullseye/main armhf autoconf all 2.69-14 [313 kB]
13:40:14 #8 8.008 Get:50 http://deb.debian.org/debian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
13:40:14 #8 8.008 Get:51 http://deb.debian.org/debian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
13:40:14 #8 8.014 Get:52 http://deb.debian.org/debian bullseye/main armhf autopoint all 0.21-4 [510 kB]
13:40:14 #8 8.018 Get:53 http://deb.debian.org/debian bullseye/main armhf binutils-common armhf 2.35.2-2 [2220 kB]
13:40:14 #8 8.044 Get:54 http://deb.debian.org/debian bullseye/main armhf libbinutils armhf 2.35.2-2 [403 kB]
13:40:14 #9 31.36 Preparing to unpack .../148-gpg-wks-client_2.2.19-3ubuntu2.1_arm64.deb ...
13:40:14 #9 31.36 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ...
13:40:14 #9 31.43 Selecting previously unselected package gpg-wks-server.
13:40:14 #9 31.43 Preparing to unpack .../149-gpg-wks-server_2.2.19-3ubuntu2.1_arm64.deb ...
13:40:14 #9 31.44 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ...
13:40:14 #9 31.48 Selecting previously unselected package gpgsm.
13:40:14 #9 31.49 Preparing to unpack .../150-gpgsm_2.2.19-3ubuntu2.1_arm64.deb ...
13:40:14 #9 31.49 Unpacking gpgsm (2.2.19-3ubuntu2.1) ...
13:40:14 #9 31.54 Selecting previously unselected package gnupg.
13:40:14 #9 31.54 Preparing to unpack .../151-gnupg_2.2.19-3ubuntu2.1_all.deb ...
13:40:14 #9 31.55 Unpacking gnupg (2.2.19-3ubuntu2.1) ...
13:40:14 #9 31.60 Selecting previously unselected package libfile-which-perl.
13:40:14 #9 5.216 Reading package lists...
13:40:14 #9 ...
13:40:14 
13:40:14 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:14 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:14 #14 sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 110.02MB / 110.02MB 16.8s done
13:40:14 #14 extracting sha256:ca53ad6266ed4ba4323f1553d8b226d0a180384cd290a8361ab19347f6d761fa 10.7s done
13:40:14 #14 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 0.6s done
13:40:14 #14 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 0.7s done
13:40:14 #14 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 4.6s
13:40:14 #14 ...
13:40:14 
13:40:14 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:14 #9 sha256:cd25afeca20d5d917a30c24994f8e2f272f998b4ff1badf4b6a0482df9d9cbf5
13:40:14 #9 5.216 Reading package lists...
13:40:14 #8 41.28 Preparing to unpack .../333-xdg-user-dirs_0.17-2_arm64.deb ...
13:40:14 #8 41.29 Unpacking xdg-user-dirs (0.17-2) ...
13:40:14 #8 41.37 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
13:40:14 #8 41.38 Setting up libapt-pkg-perl (0.1.34+b1) ...
13:40:14 #8 41.39 Setting up libksba8:arm64 (1.3.5-2) ...
13:40:14 #8 41.40 Setting up libpipeline1:arm64 (1.5.1-2) ...
13:40:14 #8 41.41 Setting up wdiff (1.2.2-2+b1) ...
13:40:14 #8 41.44 Setting up lsb-base (10.2019051400) ...
13:40:14 #8 41.47 Setting up mysql-common (5.8+1.0.5) ...
13:40:14 #8 41.50 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
13:40:14 #8 40.08 Selecting previously unselected package pbzip2.
13:40:14 #8 40.08 Preparing to unpack .../339-pbzip2_1.1.13-1_arm64.deb ...
13:40:14 #8 40.08 Unpacking pbzip2 (1.1.13-1) ...
13:40:14 #8 40.11 Selecting previously unselected package pixz.
13:40:14 #8 40.12 Preparing to unpack .../340-pixz_1.0.7-1_arm64.deb ...
13:40:14 #8 40.12 Unpacking pixz (1.0.7-1) ...
13:40:14 #8 40.15 Selecting previously unselected package xdelta.
13:40:14 #8 40.15 Preparing to unpack .../341-xdelta_1.1.3-9.3_arm64.deb ...
13:40:14 #8 40.15 Unpacking xdelta (1.1.3-9.3) ...
13:40:14 #8 40.19 Selecting previously unselected package xdelta3.
13:40:14 #8 37.09 Fedora Modular 35 - aarch64 - Updates           3.0 MB/s | 2.8 MB     00:00    
13:40:14 #8 16.50 Get:296 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-magic all 2:0.4.15-1 [9280 B]
13:40:14 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 7.6s done
13:40:14 #9 31.55 Preparing to unpack .../198-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:40:14 #9 31.55 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:40:14 #9 31.58 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:14 #9 31.59 Preparing to unpack .../199-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:14 #9 31.59 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:14 #9 31.62 Selecting previously unselected package libvariable-magic-perl.
13:40:14 #9 31.62 Preparing to unpack .../200-libvariable-magic-perl_0.62-1build5_arm64.deb ...
13:40:14 #9 31.64 Unpacking libvariable-magic-perl (0.62-1build5) ...
13:40:14 #9 31.68 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:14 #9 31.68 Preparing to unpack .../201-libb-hooks-endofscope-perl_0.25-1_all.deb ...
13:40:14 #9 31.69 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
13:40:14 #9 31.72 Selecting previously unselected package libfreetype6:arm64.
13:40:14 #9 31.72 Preparing to unpack .../202-libfreetype6_2.11.1+dfsg-1build1_arm64.deb ...
13:40:14 #9 31.73 Unpacking libfreetype6:arm64 (2.11.1+dfsg-1build1) ...
13:40:14 #9 31.77 Selecting previously unselected package libfontconfig1:arm64.
13:40:14 #9 31.77 Preparing to unpack .../203-libfontconfig1_2.13.1-4.2ubuntu5_arm64.deb ...
13:40:14 #9 31.77 Unpacking libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
13:40:14 #9 31.82 Selecting previously unselected package libjpeg-turbo8:arm64.
13:40:14 #8 26.62 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
13:40:14 #8 26.63 Unpacking publicsuffix (20180223.1310-1) ...
13:40:14 #8 26.68 Selecting previously unselected package python-apt-common.
13:40:14 #8 26.68 Preparing to unpack .../044-python-apt-common_1.6.5ubuntu0.7_all.deb ...
13:40:14 #8 26.69 Unpacking python-apt-common (1.6.5ubuntu0.7) ...
13:40:14 #8 26.75 Selecting previously unselected package python3-apt.
13:40:14 #8 26.75 Preparing to unpack .../045-python3-apt_1.6.5ubuntu0.7_amd64.deb ...
13:40:14 #9 13.05 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
13:40:14 #9 13.05 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-html-perl all 1.001-1 [14.9 kB]
13:40:14 #9 13.06 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:40:14 #9 13.06 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-message-perl all 6.22-1 [76.1 kB]
13:40:14 #9 13.06 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-cookies-perl all 6.08-1 [18.3 kB]
13:40:14 #9 13.06 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:40:14 #9 13.06 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main armhf perl-openssl-defaults armhf 4 [7188 B]
13:40:14 #9 13.06 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ssleay-perl armhf 1.88-2ubuntu1 [272 kB]
13:40:14 #9 13.08 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-socket-ssl-perl all 2.067-1 [176 kB]
13:40:14 #9 13.15 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-http-perl all 6.19-1 [22.8 kB]
13:40:14 #9 13.15 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
13:40:14 #9 13.15 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
13:40:14 #9 13.15 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:40:14 #9 13.15 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-perl all 6.43-1 [140 kB]
13:40:14 #9 13.15 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patchutils armhf 0.3.4-2 [64.6 kB]
13:40:14 #9 13.16 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main armhf wdiff armhf 1.2.2-2build1 [29.1 kB]
13:40:14 #9 13.16 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main armhf devscripts armhf 2.20.2ubuntu2 [940 kB]
13:40:14 #9 31.08 Preparing to unpack .../067-libnsl-dev_1.3.0-2build1_arm64.deb ...
13:40:14 #9 31.09 Unpacking libnsl-dev:arm64 (1.3.0-2build1) ...
13:40:14 #9 31.11 Selecting previously unselected package libc6-dev:arm64.
13:40:14 #9 31.12 Preparing to unpack .../068-libc6-dev_2.34-0ubuntu3.2_arm64.deb ...
13:40:14 #9 31.12 Unpacking libc6-dev:arm64 (2.34-0ubuntu3.2) ...
13:40:14 #9 31.24 Selecting previously unselected package libisl23:arm64.
13:40:14 #9 31.25 Preparing to unpack .../069-libisl23_0.24-1_arm64.deb ...
13:40:14 #9 31.25 Unpacking libisl23:arm64 (0.24-1) ...
13:40:14 #9 31.33 Selecting previously unselected package libmpfr6:arm64.
13:40:14 #9 31.33 Preparing to unpack .../070-libmpfr6_4.1.0-3build1_arm64.deb ...
13:40:14 #9 24.67 Selecting previously unselected package libc-dev-bin.
13:40:14 #9 24.67 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ...
13:40:14 #9 24.68 Unpacking libc-dev-bin (2.31-0ubuntu9.7) ...
13:40:14 #9 24.71 Selecting previously unselected package linux-libc-dev:amd64.
13:40:14 #9 24.71 Preparing to unpack .../076-linux-libc-dev_5.4.0-109.123_amd64.deb ...
13:40:14 #9 24.71 Unpacking linux-libc-dev:amd64 (5.4.0-109.123) ...
13:40:14 #9 26.80 Preparing to unpack .../155-libencode-locale-perl_1.05-1.1_all.deb ...
13:40:14 #9 26.81 Unpacking libencode-locale-perl (1.05-1.1) ...
13:40:14 #9 26.84 Selecting previously unselected package libtimedate-perl.
13:40:14 #9 26.84 Preparing to unpack .../156-libtimedate-perl_2.3300-2_all.deb ...
13:40:14 #9 26.85 Unpacking libtimedate-perl (2.3300-2) ...
13:40:14 #9 26.88 Selecting previously unselected package libhttp-date-perl.
13:40:14 #9 26.88 Preparing to unpack .../157-libhttp-date-perl_6.05-1_all.deb ...
13:40:14 #9 26.89 Unpacking libhttp-date-perl (6.05-1) ...
13:40:14 #9 26.91 Selecting previously unselected package libfile-listing-perl.
13:40:14 #9 26.92 Preparing to unpack .../158-libfile-listing-perl_6.14-1_all.deb ...
13:40:14 #9 26.92 Unpacking libfile-listing-perl (6.14-1) ...
13:40:14 #9 26.96 Selecting previously unselected package libhtml-tagset-perl.
13:40:14 #9 26.96 Preparing to unpack .../159-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:14 #9 26.96 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:14 #9 27.02 Selecting previously unselected package liburi-perl.
13:40:14 #10 26.30   Installing       : libtool-ltdl-2.4.6-25.el8.aarch64                    64/96 
13:40:14 #10 26.31   Running scriptlet: libtool-ltdl-2.4.6-25.el8.aarch64                    64/96 
13:40:14 #10 26.33   Installing       : libpkgconf-1.4.2-1.el8.aarch64                       65/96 
13:40:14 #10 26.35   Installing       : pkgconf-1.4.2-1.el8.aarch64                          66/96 
13:40:14 #10 26.36   Installing       : pkgconf-pkg-config-1.4.2-1.el8.aarch64               67/96 
13:40:14 #10 26.40   Installing       : libbabeltrace-1.5.4-4.el8.aarch64                    68/96 
13:40:14 #10 26.41   Running scriptlet: libbabeltrace-1.5.4-4.el8.aarch64                    68/96 
13:40:14 #10 26.42   Installing       : emacs-filesystem-1:26.1-7.el8.noarch                 69/96 
13:40:14 #10 26.44   Installing       : desktop-file-utils-0.23-8.el8.aarch64                70/96 
13:40:14 #10 26.46   Installing       : elfutils-debuginfod-client-0.186-1.el8.aarch64       71/96 
13:40:14 #8 8.065 Get:55 http://deb.debian.org/debian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2 [99.7 kB]
13:40:14 #8 8.065 Get:56 http://deb.debian.org/debian bullseye/main armhf libctf0 armhf 2.35.2-2 [42.4 kB]
13:40:14 #8 8.065 Get:57 http://deb.debian.org/debian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2 [2408 kB]
13:40:14 #8 8.088 Get:58 http://deb.debian.org/debian bullseye/main armhf binutils armhf 2.35.2-2 [61.2 kB]
13:40:14 #8 8.089 Get:59 http://deb.debian.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+deb11u3 [271 kB]
13:40:14 #8 8.097 Get:60 http://deb.debian.org/debian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [113 kB]
13:40:14 #8 8.122 Get:61 http://deb.debian.org/debian bullseye/main armhf libtirpc-dev armhf 1.3.1-1 [182 kB]
13:40:14 #8 8.122 Get:62 http://deb.debian.org/debian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB]
13:40:14 #8 8.122 Get:63 http://deb.debian.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+deb11u3 [1876 kB]
13:40:14 #8 8.128 Get:64 http://deb.debian.org/debian bullseye/main armhf libisl23 armhf 0.23-1 [516 kB]
13:40:14 #8 8.134 Get:65 http://deb.debian.org/debian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [811 kB]
13:40:14 #8 8.160 Get:66 http://deb.debian.org/debian bullseye/main armhf libmpc3 armhf 1.2.0-1 [36.7 kB]
13:40:14 #8 8.160 Get:67 http://deb.debian.org/debian bullseye/main armhf cpp-10 armhf 10.2.1-6 [6609 kB]
13:40:14 #8 8.256 Get:68 http://deb.debian.org/debian bullseye/main armhf cpp armhf 4:10.2.1-1 [19.7 kB]
13:40:14 #8 8.256 Get:69 http://deb.debian.org/debian bullseye/main armhf libcc1-0 armhf 10.2.1-6 [39.2 kB]
13:40:14 #8 8.256 Get:70 http://deb.debian.org/debian bullseye/main armhf libgomp1 armhf 10.2.1-6 [84.7 kB]
13:40:14 #8 8.256 Get:71 http://deb.debian.org/debian bullseye/main armhf libatomic1 armhf 10.2.1-6 [6924 B]
13:40:14 #8 8.256 Get:72 http://deb.debian.org/debian bullseye/main armhf libasan6 armhf 10.2.1-6 [2015 kB]
13:40:14 #9 31.60 Preparing to unpack .../152-libfile-which-perl_1.23-1_all.deb ...
13:40:14 #9 31.60 Unpacking libfile-which-perl (1.23-1) ...
13:40:14 #9 31.64 Selecting previously unselected package libfile-homedir-perl.
13:40:14 #9 31.64 Preparing to unpack .../153-libfile-homedir-perl_1.004-1_all.deb ...
13:40:14 #9 31.64 Unpacking libfile-homedir-perl (1.004-1) ...
13:40:14 #9 31.68 Selecting previously unselected package libio-pty-perl.
13:40:14 #9 31.69 Preparing to unpack .../154-libio-pty-perl_1%3a1.12-1_arm64.deb ...
13:40:14 #9 31.69 Unpacking libio-pty-perl (1:1.12-1) ...
13:40:14 #9 31.73 Selecting previously unselected package libipc-run-perl.
13:40:14 #9 31.73 Preparing to unpack .../155-libipc-run-perl_20180523.0-2_all.deb ...
13:40:14 #9 31.73 Unpacking libipc-run-perl (20180523.0-2) ...
13:40:14 #9 31.77 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:14 #9 31.77 Preparing to unpack .../156-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:14 #9 31.78 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:14 #9 31.81 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:14 #9 31.81 Preparing to unpack .../157-libb-hooks-op-check-perl_0.22-1build2_arm64.deb ...
13:40:14 #9 31.82 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
13:40:14 #9 31.85 Selecting previously unselected package libdynaloader-functions-perl.
13:40:14 #9 6.170 Building dependency tree...
13:40:14 #9 6.359 Reading state information...
13:40:14 #8 27.70 Selecting previously unselected package g++.
13:40:14 #8 41.51 Setting up libxau6:arm64 (1:1.0.8-1+b2) ...
13:40:14 #8 41.52 Setting up libkeyutils1:arm64 (1.6-6) ...
13:40:14 #8 41.53 Setting up libpsl5:arm64 (0.20.2-2) ...
13:40:14 #8 41.54 Setting up libgpm2:arm64 (1.20.7-5) ...
13:40:14 #8 41.55 Setting up mime-support (3.62) ...
13:40:14 #8 41.59 Setting up xdg-user-dirs (0.17-2) ...
13:40:14 #8 41.69 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
13:40:14 #8 41.71 Setting up psmisc (23.2-1+deb10u1) ...
13:40:14 #8 41.72 Setting up libgc1c2:arm64 (1:7.6.4-0.4) ...
13:40:14 #8 41.73 Setting up libyaml-0-2:arm64 (0.2.1-1) ...
13:40:14 #8 41.74 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u3) ...
13:40:14 #8 41.75 No schema files found: doing nothing.
13:40:14 #8 40.19 Preparing to unpack .../342-xdelta3_3.0.11-dfsg-1+b1_arm64.deb ...
13:40:14 #8 40.19 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
13:40:14 #8 40.23 Selecting previously unselected package pristine-tar.
13:40:14 #8 40.23 Preparing to unpack .../343-pristine-tar_1.49_arm64.deb ...
13:40:14 #8 40.23 Unpacking pristine-tar (1.49) ...
13:40:14 #8 40.28 Selecting previously unselected package publicsuffix.
13:40:14 #8 40.28 Preparing to unpack .../344-publicsuffix_20211207.1025-0+deb11u1_all.deb ...
13:40:14 #8 40.28 Unpacking publicsuffix (20211207.1025-0+deb11u1) ...
13:40:14 #8 40.33 Selecting previously unselected package python-apt-common.
13:40:14 #8 40.33 Preparing to unpack .../345-python-apt-common_2.2.1_all.deb ...
13:40:14 #8 40.34 Unpacking python-apt-common (2.2.1) ...
13:40:14 #8 40.39 Selecting previously unselected package python3-apt.
13:40:14 #8 40.39 Preparing to unpack .../346-python3-apt_2.2.1_arm64.deb ...
13:40:14 #8 40.40 Unpacking python3-apt (2.2.1) ...
13:40:14 #8 40.45 Selecting previously unselected package python3-certifi.
13:40:14 #8 40.45 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
13:40:14 #8 40.45 Unpacking python3-certifi (2020.6.20-1) ...
13:40:14 #8 40.50 Selecting previously unselected package python3-idna.
13:40:14 #8 40.51 Preparing to unpack .../348-python3-idna_2.10-1_all.deb ...
13:40:14 #8 40.51 Unpacking python3-idna (2.10-1) ...
13:40:14 #8 40.55 Selecting previously unselected package python3-magic.
13:40:14 #9 26.80 Selecting previously unselected package cpp.
13:40:14 #8 16.74 debconf: delaying package configuration, since apt-utils is not installed
13:40:14 #8 16.76 Fetched 84.7 MB in 8s (10.1 MB/s)
13:40:14 #8 16.81 Selecting previously unselected package liblocale-gettext-perl.
13:40:14 #8 16.81 (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 ... 4045 files and directories currently installed.)
13:40:14 #8 16.81 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_armhf.deb ...
13:40:14 #8 16.81 Unpacking liblocale-gettext-perl (1.07-3build2) ...
13:40:14 #9 31.82 Preparing to unpack .../204-libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb ...
13:40:14 #9 31.82 Unpacking libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
13:40:14 #9 31.86 Selecting previously unselected package libjpeg8:arm64.
13:40:14 #9 31.86 Preparing to unpack .../205-libjpeg8_8c-2ubuntu10_arm64.deb ...
13:40:14 #9 31.86 Unpacking libjpeg8:arm64 (8c-2ubuntu10) ...
13:40:14 #9 31.91 Selecting previously unselected package libdeflate0:arm64.
13:40:14 #9 31.91 Preparing to unpack .../206-libdeflate0_1.10-2_arm64.deb ...
13:40:14 #9 31.92 Unpacking libdeflate0:arm64 (1.10-2) ...
13:40:14 #9 31.95 Selecting previously unselected package libjbig0:arm64.
13:40:14 #9 31.95 Preparing to unpack .../207-libjbig0_2.1-3.1build3_arm64.deb ...
13:40:14 #9 31.96 Unpacking libjbig0:arm64 (2.1-3.1build3) ...
13:40:14 #9 32.00 Selecting previously unselected package libwebp7:arm64.
13:40:14 #9 32.00 Preparing to unpack .../208-libwebp7_1.2.2-2_arm64.deb ...
13:40:14 #9 32.00 Unpacking libwebp7:arm64 (1.2.2-2) ...
13:40:14 #9 32.04 Selecting previously unselected package libtiff5:arm64.
13:40:14 #9 32.05 Preparing to unpack .../209-libtiff5_4.3.0-6_arm64.deb ...
13:40:14 #9 32.05 Unpacking libtiff5:arm64 (4.3.0-6) ...
13:40:14 #9 32.09 Selecting previously unselected package libxpm4:arm64.
13:40:14 #8 26.76 Unpacking python3-apt (1.6.5ubuntu0.7) ...
13:40:14 #8 26.80 Selecting previously unselected package libunwind8:amd64.
13:40:14 #8 26.80 Preparing to unpack .../046-libunwind8_1.2.1-8_amd64.deb ...
13:40:14 #8 26.80 Unpacking libunwind8:amd64 (1.2.1-8) ...
13:40:14 #8 26.83 Selecting previously unselected package strace.
13:40:14 #8 26.83 Preparing to unpack .../047-strace_4.21-1ubuntu1_amd64.deb ...
13:40:14 #8 26.84 Unpacking strace (4.21-1ubuntu1) ...
13:40:14 #8 26.90 Selecting previously unselected package xauth.
13:40:14 #8 26.90 Preparing to unpack .../048-xauth_1%3a1.0.10-1_amd64.deb ...
13:40:14 #8 26.90 Unpacking xauth (1:1.0.10-1) ...
13:40:14 #8 26.94 Selecting previously unselected package at.
13:40:14 #8 26.94 Preparing to unpack .../049-at_3.1.20-3.1ubuntu2_amd64.deb ...
13:40:14 #8 26.94 Unpacking at (3.1.20-3.1ubuntu2) ...
13:40:14 #8 26.98 Selecting previously unselected package libsigsegv2:amd64.
13:40:14 #8 26.98 Preparing to unpack .../050-libsigsegv2_2.12-1_amd64.deb ...
13:40:14 #8 26.98 Unpacking libsigsegv2:amd64 (2.12-1) ...
13:40:14 #8 27.01 Selecting previously unselected package m4.
13:40:14 #8 27.01 Preparing to unpack .../051-m4_1.4.18-1_amd64.deb ...
13:40:14 #8 27.01 Unpacking m4 (1.4.18-1) ...
13:40:14 #8 27.06 Selecting previously unselected package autoconf.
13:40:14 #8 27.06 Preparing to unpack .../052-autoconf_2.69-11_all.deb ...
13:40:14 #8 27.06 Unpacking autoconf (2.69-11) ...
13:40:14 #8 27.12 Selecting previously unselected package autotools-dev.
13:40:14 #9 13.34 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main armhf diffstat armhf 1.63-1 [25.1 kB]
13:40:14 #9 13.51 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB]
13:40:14 #9 31.34 Unpacking libmpfr6:arm64 (4.1.0-3build1) ...
13:40:14 #9 31.39 Selecting previously unselected package libmpc3:arm64.
13:40:14 #9 31.39 Preparing to unpack .../071-libmpc3_1.2.0-1build1_arm64.deb ...
13:40:14 #9 31.39 Unpacking libmpc3:arm64 (1.2.0-1build1) ...
13:40:14 #9 31.42 Selecting previously unselected package cpp-11.
13:40:14 #9 31.43 Preparing to unpack .../072-cpp-11_11.2.0-7ubuntu2_arm64.deb ...
13:40:14 #9 31.43 Unpacking cpp-11 (11.2.0-7ubuntu2) ...
13:40:14 #9 24.97 Selecting previously unselected package libcrypt-dev:amd64.
13:40:14 #9 24.97 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
13:40:14 #9 24.97 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
13:40:14 #9 25.01 Selecting previously unselected package libc6-dev:amd64.
13:40:14 #9 25.01 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.7_amd64.deb ...
13:40:14 #9 25.02 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) ...
13:40:14 #9 27.02 Preparing to unpack .../160-liburi-perl_5.10-1_all.deb ...
13:40:14 #9 27.04 Unpacking liburi-perl (5.10-1) ...
13:40:14 #9 27.10 Selecting previously unselected package libhtml-parser-perl:amd64.
13:40:14 #9 27.10 Preparing to unpack .../161-libhtml-parser-perl_3.76-1build2_amd64.deb ...
13:40:14 #9 27.10 Unpacking libhtml-parser-perl:amd64 (3.76-1build2) ...
13:40:14 #9 27.14 Selecting previously unselected package libhtml-tree-perl.
13:40:14 #9 27.14 Preparing to unpack .../162-libhtml-tree-perl_5.07-2_all.deb ...
13:40:14 #9 27.14 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:14 #9 27.19 Selecting previously unselected package libio-html-perl.
13:40:14 #9 27.19 Preparing to unpack .../163-libio-html-perl_1.004-2_all.deb ...
13:40:14 #9 27.19 Unpacking libio-html-perl (1.004-2) ...
13:40:14 #9 27.22 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:14 #9 27.23 Preparing to unpack .../164-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:14 #9 27.23 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:14 #9 27.26 Selecting previously unselected package libhttp-message-perl.
13:40:14 #10 26.54   Installing       : elfutils-0.186-1.el8.aarch64                         72/96 
13:40:14 #10 26.59   Installing       : diffutils-3.6-6.el8.aarch64                          73/96 
13:40:14 #10 26.60   Running scriptlet: diffutils-3.6-6.el8.aarch64                          73/96 
13:40:14 #10 26.64   Installing       : zstd-1.4.4-1.el8.aarch64                             74/96 
13:40:14 #10 26.65   Installing       : rust-srpm-macros-5-2.el8.noarch                      75/96 
13:40:14 #10 26.66   Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                  76/96 
13:40:14 #10 26.67   Installing       : perl-srpm-macros-1-25.el8.noarch                     77/96 
13:40:14 #10 26.68   Installing       : openblas-srpm-macros-2-2.el8.noarch                  78/96 
13:40:14 #10 26.69   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     79/96 
13:40:14 #10 26.71   Installing       : libatomic_ops-7.6.2-3.el8.aarch64                    80/96 
13:40:14 #9 31.85 Preparing to unpack .../158-libdynaloader-functions-perl_0.003-1_all.deb ...
13:40:14 #9 31.86 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:40:14 #9 31.89 Selecting previously unselected package libdevel-callchecker-perl.
13:40:14 #9 31.89 Preparing to unpack .../159-libdevel-callchecker-perl_0.008-1ubuntu1_arm64.deb ...
13:40:14 #9 31.90 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:40:14 #9 31.93 Selecting previously unselected package libparams-classify-perl.
13:40:14 #9 31.93 Preparing to unpack .../160-libparams-classify-perl_0.015-1build2_arm64.deb ...
13:40:14 #9 31.93 Unpacking libparams-classify-perl (0.015-1build2) ...
13:40:14 #9 31.97 Selecting previously unselected package libmodule-runtime-perl.
13:40:14 #9 31.97 Preparing to unpack .../161-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:14 #9 31.98 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:14 #9 32.03 Selecting previously unselected package libimport-into-perl.
13:40:14 #9 32.03 Preparing to unpack .../162-libimport-into-perl_1.002005-1_all.deb ...
13:40:14 #9 32.04 Unpacking libimport-into-perl (1.002005-1) ...
13:40:14 #9 32.08 Selecting previously unselected package librole-tiny-perl.
13:40:14 #8 8.296 Get:73 http://deb.debian.org/debian bullseye/main armhf libubsan1 armhf 10.2.1-6 [746 kB]
13:40:14 #8 8.296 Get:74 http://deb.debian.org/debian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6 [694 kB]
13:40:14 #8 8.296 Get:75 http://deb.debian.org/debian bullseye/main armhf gcc-10 armhf 10.2.1-6 [13.1 MB]
13:40:14 #8 8.500 Get:76 http://deb.debian.org/debian bullseye/main armhf gcc armhf 4:10.2.1-1 [5204 B]
13:40:14 #8 8.512 Get:77 http://deb.debian.org/debian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6 [1790 kB]
13:40:14 #8 8.545 Get:78 http://deb.debian.org/debian bullseye/main armhf g++-10 armhf 10.2.1-6 [7244 kB]
13:40:14 #9 6.609 The following additional packages will be installed:
13:40:14 #9 6.609   autoconf automake autopoint autotools-dev binutils
13:40:14 #9 6.609   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:40:14 #9 6.609   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
13:40:14 #9 6.609   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:40:14 #9 6.609   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:40:14 #9 6.609   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
13:40:14 #9 6.609   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:40:14 #9 6.609   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
13:40:14 #9 6.609   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:40:14 #9 6.609   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:40:14 #9 6.609   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:40:14 #9 6.609   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:40:14 #9 6.609   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
13:40:14 #9 6.609   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:40:14 #9 6.609   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:40:14 #9 6.609   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:40:14 #9 6.609   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:40:14 #9 6.609   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:40:14 #9 6.609   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
13:40:14 #9 6.609   libdata-validate-uri-perl libdebhelper-perl libdeflate0
13:40:14 #9 6.609   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
13:40:14 #9 6.609   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
13:40:14 #9 6.609   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
13:40:14 #9 6.609   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
13:40:14 #9 6.609   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
13:40:14 #9 6.609   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
13:40:14 #9 6.609   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:40:14 #9 6.609   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
13:40:14 #9 6.609   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
13:40:14 #9 6.609   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:40:14 #9 6.609   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:40:14 #9 6.609   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:40:14 #9 6.609   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:14 #9 6.609   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:40:14 #9 6.609   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
13:40:14 #9 6.609   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
13:40:14 #9 6.609   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
13:40:14 #9 6.609   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:40:14 #9 6.609   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
13:40:14 #9 6.609   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
13:40:14 #9 6.609   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:40:14 #9 6.609   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:40:14 #9 6.609   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
13:40:14 #9 6.609   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:40:14 #9 6.609   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
13:40:14 #9 6.609   libmath-base85-perl libmd0 libmodule-implementation-perl
13:40:14 #9 6.609   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
13:40:14 #9 6.609   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
13:40:14 #9 6.609   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
13:40:14 #9 6.609   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
13:40:14 #9 6.609   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
13:40:14 #9 6.609   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
13:40:14 #9 6.609   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:40:14 #9 6.609   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
13:40:14 #9 6.609   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
13:40:14 #9 6.609   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
13:40:14 #9 6.609   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
13:40:14 #9 6.609   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:40:14 #9 6.609   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
13:40:14 #9 6.609   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:40:14 #9 6.609   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
13:40:14 #9 6.609   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
13:40:14 #9 6.609   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
13:40:14 #9 6.609   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
13:40:14 #9 6.609   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:40:14 #9 6.609   libsub-name-perl libsub-override-perl libsub-quote-perl
13:40:14 #9 6.609   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
13:40:14 #9 6.609   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:40:14 #9 6.609   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:40:14 #9 6.609   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
13:40:14 #9 6.609   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:40:14 #9 6.609   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:40:14 #9 6.609   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
13:40:14 #9 6.609   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:40:14 #9 6.609   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:40:14 #9 6.609   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
13:40:14 #9 6.609   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:40:14 #9 6.609   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
13:40:14 #9 6.609   media-types netbase openssh-client openssl patch patchutils perl
13:40:14 #9 6.609   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
13:40:14 #9 6.609   publicsuffix python-apt-common python3 python3-apt python3-certifi
13:40:14 #9 6.609   python3-chardet python3-debian python3-gpg python3-idna python3-magic
13:40:14 #9 6.609   python3-minimal python3-pkg-resources python3-requests python3-six
13:40:14 #9 6.609   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
13:40:14 #9 6.609   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
13:40:14 #9 6.609   zstd
13:40:14 #9 6.609 Suggested packages:
13:40:14 #9 6.609   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:40:14 #9 6.609   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
13:40:14 #9 6.609   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
13:40:14 #9 6.609   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
13:40:14 #9 6.609   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:40:14 #9 6.609   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:40:14 #9 6.609   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
13:40:14 #9 6.609   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
13:40:14 #9 6.609   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
13:40:14 #9 6.609   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
13:40:14 #9 6.609   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
13:40:14 #9 6.609   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
13:40:14 #9 6.609   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
13:40:14 #9 6.609   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:40:14 #9 6.609   libscalar-number-perl libsasl2-modules-gssapi-mit
13:40:14 #9 6.609   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:40:14 #9 6.609   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
13:40:14 #9 6.609   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:40:14 #9 6.609   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
13:40:14 #9 6.609   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:40:14 #9 6.609   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:40:14 #9 6.609   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:40:14 #9 6.609   libterm-readline-gnu-perl | libterm-readline-perl-perl
13:40:14 #9 6.609   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
13:40:14 #9 6.609   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:40:14 #9 6.609   python3-cryptography python3-openssl python3-socks python-requests-doc
13:40:14 #9 6.609   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
13:40:14 #8 27.70 Preparing to unpack .../054-g++_4%3a8.3.0-1_amd64.deb ...
13:40:14 #8 27.70 Unpacking g++ (4:8.3.0-1) ...
13:40:14 #8 27.73 Selecting previously unselected package make.
13:40:14 #8 27.73 Preparing to unpack .../055-make_4.2.1-1.2_amd64.deb ...
13:40:14 #8 27.73 Unpacking make (4.2.1-1.2) ...
13:40:14 #8 27.79 Selecting previously unselected package libdpkg-perl.
13:40:14 #8 27.79 Preparing to unpack .../056-libdpkg-perl_1.19.7_all.deb ...
13:40:14 #8 27.80 Unpacking libdpkg-perl (1.19.7) ...
13:40:14 #8 27.87 Selecting previously unselected package patch.
13:40:14 #8 27.88 Preparing to unpack .../057-patch_2.7.6-3+deb10u1_amd64.deb ...
13:40:14 #8 27.88 Unpacking patch (2.7.6-3+deb10u1) ...
13:40:14 #8 27.92 Selecting previously unselected package dpkg-dev.
13:40:14 #8 41.76 Setting up distro-info-data (0.41+deb10u4) ...
13:40:14 #8 41.77 Setting up manpages (4.16-2) ...
13:40:14 #8 41.78 Setting up unzip (6.0-23+deb10u2) ...
13:40:14 #8 41.80 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u1) ...
13:40:14 #8 41.81 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
13:40:14 #8 41.84 Setting up binutils-common:arm64 (2.31.1-16) ...
13:40:14 #8 41.85 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
13:40:14 #8 41.86 Setting up libmagic1:arm64 (1:5.35-4+deb10u2) ...
13:40:14 #8 41.88 Setting up less (487-0.1+b1) ...
13:40:14 #8 41.97 Setting up perl-openssl-defaults:arm64 (3) ...
13:40:14 #9 26.80 Preparing to unpack .../074-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ...
13:40:14 #9 26.80 Unpacking cpp (4:11.2.0-1ubuntu1) ...
13:40:14 #9 26.84 Selecting previously unselected package libcc1-0:amd64.
13:40:14 #9 26.84 Preparing to unpack .../075-libcc1-0_11.2.0-7ubuntu2_amd64.deb ...
13:40:14 #9 26.84 Unpacking libcc1-0:amd64 (11.2.0-7ubuntu2) ...
13:40:14 #9 26.88 Selecting previously unselected package libgomp1:amd64.
13:40:14 #9 26.88 Preparing to unpack .../076-libgomp1_11.2.0-7ubuntu2_amd64.deb ...
13:40:14 #9 26.88 Unpacking libgomp1:amd64 (11.2.0-7ubuntu2) ...
13:40:14 #9 26.92 Selecting previously unselected package libitm1:amd64.
13:40:14 #9 26.92 Preparing to unpack .../077-libitm1_11.2.0-7ubuntu2_amd64.deb ...
13:40:14 #9 26.92 Unpacking libitm1:amd64 (11.2.0-7ubuntu2) ...
13:40:14 #9 26.95 Selecting previously unselected package libatomic1:amd64.
13:40:14 #9 26.95 Preparing to unpack .../078-libatomic1_11.2.0-7ubuntu2_amd64.deb ...
13:40:14 #9 26.96 Unpacking libatomic1:amd64 (11.2.0-7ubuntu2) ...
13:40:14 #9 26.99 Selecting previously unselected package libasan6:amd64.
13:40:14 #9 26.99 Preparing to unpack .../079-libasan6_11.2.0-7ubuntu2_amd64.deb ...
13:40:14 #9 27.00 Unpacking libasan6:amd64 (11.2.0-7ubuntu2) ...
13:40:14 #8 40.55 Preparing to unpack .../349-python3-magic_2%3a0.4.20-3_all.deb ...
13:40:14 #8 40.56 Unpacking python3-magic (2:0.4.20-3) ...
13:40:14 #8 40.60 Selecting previously unselected package python3-urllib3.
13:40:14 #8 40.60 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:40:14 #8 40.61 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:40:14 #8 40.66 Selecting previously unselected package python3-requests.
13:40:14 #8 40.66 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
13:40:14 #8 40.66 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:40:14 #8 40.70 Selecting previously unselected package python3-unidiff.
13:40:14 #8 40.71 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
13:40:14 #8 40.71 Unpacking python3-unidiff (0.5.5-2) ...
13:40:14 #8 40.75 Selecting previously unselected package python3-xdg.
13:40:14 #8 40.75 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
13:40:14 #8 40.76 Unpacking python3-xdg (0.27-2) ...
13:40:14 #8 40.79 Selecting previously unselected package shared-mime-info.
13:40:14 #18 ...
13:40:14 
13:40:14 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:40:14 #15 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 21.3s done
13:40:14 #15 DONE 26.3s
13:40:14 
13:40:14 #18 [linux/arm64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
13:40:14 #8 16.89 Selecting previously unselected package libssl1.1:armhf.
13:40:14 #8 16.89 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.15_armhf.deb ...
13:40:14 #8 16.89 Unpacking libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.15) ...
13:40:14 #8 17.07 Selecting previously unselected package libpython3.6-minimal:armhf.
13:40:14 #8 17.07 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.7_armhf.deb ...
13:40:14 #8 17.07 Unpacking libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.7) ...
13:40:15 #9 32.09 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1build2_arm64.deb ...
13:40:15 #9 32.10 Unpacking libxpm4:arm64 (1:3.5.12-1build2) ...
13:40:15 #9 32.14 Selecting previously unselected package libgd3:arm64.
13:40:15 #9 32.15 Preparing to unpack .../211-libgd3_2.3.0-2ubuntu2_arm64.deb ...
13:40:15 #9 32.15 Unpacking libgd3:arm64 (2.3.0-2ubuntu2) ...
13:40:15 #9 32.19 Selecting previously unselected package libc-devtools.
13:40:15 #9 32.19 Preparing to unpack .../212-libc-devtools_2.35-0ubuntu3_arm64.deb ...
13:40:15 #9 32.19 Unpacking libc-devtools (2.35-0ubuntu3) ...
13:40:15 #9 32.23 Selecting previously unselected package libcapture-tiny-perl.
13:40:15 #9 32.23 Preparing to unpack .../213-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:15 #9 32.23 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:15 #9 32.26 Selecting previously unselected package libclass-data-inheritable-perl.
13:40:15 #9 32.27 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:40:15 #9 32.27 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:40:15 #9 32.30 Selecting previously unselected package libclone-perl.
13:40:15 #9 32.31 Preparing to unpack .../215-libclone-perl_0.45-1build3_arm64.deb ...
13:40:15 #9 32.31 Unpacking libclone-perl (0.45-1build3) ...
13:40:15 #9 32.34 Selecting previously unselected package libcommon-sense-perl:arm64.
13:40:15 #9 32.34 Preparing to unpack .../216-libcommon-sense-perl_3.75-2build1_arm64.deb ...
13:40:15 #9 32.35 Unpacking libcommon-sense-perl:arm64 (3.75-2build1) ...
13:40:15 #9 32.38 Selecting previously unselected package libconfig-tiny-perl.
13:40:15 #9 32.38 Preparing to unpack .../217-libconfig-tiny-perl_2.28-1_all.deb ...
13:40:15 #9 32.38 Unpacking libconfig-tiny-perl (2.28-1) ...
13:40:15 #9 32.42 Selecting previously unselected package libparams-util-perl.
13:40:15 #10 10.64 CentOS Stream 8 - BaseOS                         24 MB/s |  22 MB     00:00    
13:40:15 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a
13:40:15 #8 27.12 Preparing to unpack .../053-autotools-dev_20180224.1_all.deb ...
13:40:15 #8 27.13 Unpacking autotools-dev (20180224.1) ...
13:40:15 #8 27.16 Selecting previously unselected package automake.
13:40:15 #8 27.17 Preparing to unpack .../054-automake_1%3a1.15.1-3ubuntu2_all.deb ...
13:40:15 #8 27.17 Unpacking automake (1:1.15.1-3ubuntu2) ...
13:40:15 #8 27.24 Selecting previously unselected package autopoint.
13:40:15 #8 27.24 Preparing to unpack .../055-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
13:40:15 #8 27.24 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
13:40:15 #8 27.28 Selecting previously unselected package binutils-common:amd64.
13:40:15 #8 27.28 Preparing to unpack .../056-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ...
13:40:15 #8 27.29 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ...
13:40:15 #8 27.33 Selecting previously unselected package libbinutils:amd64.
13:40:15 #8 27.33 Preparing to unpack .../057-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ...
13:40:15 #8 27.34 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ...
13:40:15 #9 13.64 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-debian all 0.1.36ubuntu1 [65.0 kB]
13:40:15 #9 13.69 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgpgme11 armhf 1.13.1-7ubuntu2 [102 kB]
13:40:15 #9 13.75 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gpg armhf 1.13.1-7ubuntu2 [144 kB]
13:40:15 #9 13.79 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dput all 1.0.3ubuntu1 [42.3 kB]
13:40:15 #9 13.80 Get:209 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl3-gnutls armhf 7.68.0-1ubuntu2.10 [202 kB]
13:40:15 #9 13.84 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liberror-perl all 0.17029-1 [26.5 kB]
13:40:15 #9 25.34 Selecting previously unselected package gcc-9-base:amd64.
13:40:15 #9 25.34 Preparing to unpack .../079-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
13:40:15 #9 25.34 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:15 #9 25.38 Selecting previously unselected package libisl22:amd64.
13:40:15 #9 25.38 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
13:40:15 #9 25.38 Unpacking libisl22:amd64 (0.22.1-1) ...
13:40:15 #9 25.46 Selecting previously unselected package libmpfr6:amd64.
13:40:15 #9 27.27 Preparing to unpack .../165-libhttp-message-perl_6.36-1_all.deb ...
13:40:15 #9 27.27 Unpacking libhttp-message-perl (6.36-1) ...
13:40:15 #9 27.30 Selecting previously unselected package libhttp-cookies-perl.
13:40:15 #9 27.31 Preparing to unpack .../166-libhttp-cookies-perl_6.10-1_all.deb ...
13:40:15 #9 27.31 Unpacking libhttp-cookies-perl (6.10-1) ...
13:40:15 #9 27.34 Selecting previously unselected package libhttp-negotiate-perl.
13:40:15 #9 27.35 Preparing to unpack .../167-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:15 #9 27.36 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:15 #9 27.39 Selecting previously unselected package perl-openssl-defaults:amd64.
13:40:15 #9 27.40 Preparing to unpack .../168-perl-openssl-defaults_5build2_amd64.deb ...
13:40:15 #9 27.40 Unpacking perl-openssl-defaults:amd64 (5build2) ...
13:40:15 #9 27.43 Selecting previously unselected package libnet-ssleay-perl:amd64.
13:40:15 #9 27.43 Preparing to unpack .../169-libnet-ssleay-perl_1.92-1build2_amd64.deb ...
13:40:15 #9 27.43 Unpacking libnet-ssleay-perl:amd64 (1.92-1build2) ...
13:40:15 #9 27.48 Selecting previously unselected package libio-socket-ssl-perl.
13:40:15 #10 26.73   Installing       : gc-7.6.4-3.el8.aarch64                               81/96 
13:40:15 #9 32.08 Preparing to unpack .../163-librole-tiny-perl_2.001004-1_all.deb ...
13:40:15 #9 32.09 Unpacking librole-tiny-perl (2.001004-1) ...
13:40:15 #9 32.12 Selecting previously unselected package libstrictures-perl.
13:40:15 #9 32.13 Preparing to unpack .../164-libstrictures-perl_2.000006-1_all.deb ...
13:40:15 #9 32.13 Unpacking libstrictures-perl (2.000006-1) ...
13:40:15 #9 32.17 Selecting previously unselected package libsub-quote-perl.
13:40:15 #9 32.17 Preparing to unpack .../165-libsub-quote-perl_2.006006-1_all.deb ...
13:40:15 #9 32.17 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:15 #9 32.21 Selecting previously unselected package libmoo-perl.
13:40:15 #9 32.21 Preparing to unpack .../166-libmoo-perl_2.003006-1_all.deb ...
13:40:15 #9 32.22 Unpacking libmoo-perl (2.003006-1) ...
13:40:15 #9 32.25 Selecting previously unselected package libencode-locale-perl.
13:40:15 #9 32.25 Preparing to unpack .../167-libencode-locale-perl_1.05-1_all.deb ...
13:40:15 #9 32.27 Unpacking libencode-locale-perl (1.05-1) ...
13:40:15 #9 32.31 Selecting previously unselected package libtimedate-perl.
13:40:15 #9 32.31 Preparing to unpack .../168-libtimedate-perl_2.3200-1_all.deb ...
13:40:15 #9 32.32 Unpacking libtimedate-perl (2.3200-1) ...
13:40:15 #8 8.671 Get:79 http://deb.debian.org/debian bullseye/main armhf g++ armhf 4:10.2.1-1 [1628 B]
13:40:15 #8 8.694 Get:80 http://deb.debian.org/debian bullseye/main armhf make armhf 4.3-4.1 [384 kB]
13:40:15 #8 8.694 Get:81 http://deb.debian.org/debian bullseye/main armhf libdpkg-perl all 1.20.9 [1537 kB]
13:40:15 #8 8.694 Get:82 http://deb.debian.org/debian bullseye/main armhf patch armhf 2.7.6-7 [125 kB]
13:40:15 #8 8.710 Get:83 http://deb.debian.org/debian bullseye/main armhf dpkg-dev all 1.20.9 [2153 kB]
13:40:15 #8 8.749 Get:84 http://deb.debian.org/debian bullseye/main armhf build-essential armhf 12.9 [7704 B]
13:40:15 #8 8.749 Get:85 http://deb.debian.org/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB]
13:40:15 #8 8.749 Get:86 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1+deb11u1 [67.7 kB]
13:40:15 #8 8.749 Get:87 http://deb.debian.org/debian bullseye/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1+deb11u1 [99.2 kB]
13:40:15 #8 8.749 Get:88 http://deb.debian.org/debian bullseye/main armhf libldap-2.4-2 armhf 2.4.57+dfsg-3 [210 kB]
13:40:15 #8 8.749 Get:89 http://deb.debian.org/debian bullseye/main armhf libnghttp2-14 armhf 1.43.0-1 [65.6 kB]
13:40:15 #8 8.749 Get:90 http://deb.debian.org/debian bullseye/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
13:40:15 #8 8.749 Get:91 http://deb.debian.org/debian bullseye/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
13:40:15 #8 8.749 Get:92 http://deb.debian.org/debian bullseye/main armhf libssh2-1 armhf 1.9.0-2 [143 kB]
13:40:15 #8 8.749 Get:93 http://deb.debian.org/debian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u1 [309 kB]
13:40:15 #8 8.749 Get:94 http://deb.debian.org/debian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u1 [258 kB]
13:40:15 #8 8.749 Get:95 http://deb.debian.org/debian bullseye/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
13:40:15 #8 8.749 Get:96 http://deb.debian.org/debian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
13:40:15 #8 8.749 Get:97 http://deb.debian.org/debian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
13:40:15 #8 8.762 Get:98 http://deb.debian.org/debian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
13:40:15 #8 8.762 Get:99 http://deb.debian.org/debian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
13:40:15 #8 8.779 Get:100 http://deb.debian.org/debian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
13:40:15 #8 8.779 Get:101 http://deb.debian.org/debian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
13:40:15 #8 8.779 Get:102 http://deb.debian.org/debian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
13:40:15 #8 8.779 Get:103 http://deb.debian.org/debian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
13:40:15 #8 8.779 Get:104 http://deb.debian.org/debian bullseye/main armhf dwz armhf 0.13+20210201-1 [179 kB]
13:40:15 #9 6.984 The following NEW packages will be installed:
13:40:15 #9 6.984   autoconf automake autopoint autotools-dev binutils
13:40:15 #9 6.984   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:40:15 #9 6.984   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
13:40:15 #9 6.984   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:40:15 #9 6.984   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:40:15 #8 27.92 Preparing to unpack .../058-dpkg-dev_1.19.7_all.deb ...
13:40:15 #8 27.92 Unpacking dpkg-dev (1.19.7) ...
13:40:15 #8 28.03 Selecting previously unselected package build-essential.
13:40:15 #8 28.03 Preparing to unpack .../059-build-essential_12.6_amd64.deb ...
13:40:15 #8 28.03 Unpacking build-essential (12.6) ...
13:40:15 #8 28.06 Selecting previously unselected package openssl.
13:40:15 #8 28.06 Preparing to unpack .../060-openssl_1.1.1n-0+deb10u1_amd64.deb ...
13:40:15 #8 28.06 Unpacking openssl (1.1.1n-0+deb10u1) ...
13:40:15 #8 28.17 Selecting previously unselected package ca-certificates.
13:40:15 #8 41.98 Setting up linux-libc-dev:arm64 (4.19.235-1) ...
13:40:15 #8 42.00 Setting up gettext-base (0.19.8.1-9) ...
13:40:15 #8 42.01 Setting up liblzo2-2:arm64 (2.10-0.1) ...
13:40:15 #8 42.02 Setting up libnpth0:arm64 (1.6-1) ...
13:40:15 #8 42.03 Setting up krb5-locales (1.17-3+deb10u3) ...
13:40:15 #8 42.05 Setting up file (1:5.35-4+deb10u2) ...
13:40:15 #8 42.07 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
13:40:15 #8 42.08 Setting up libassuan0:arm64 (2.5.2-1) ...
13:40:15 #8 42.09 Setting up libgomp1:arm64 (8.3.0-6) ...
13:40:15 #8 42.10 Setting up libapt-inst2.0:arm64 (1.8.2.3) ...
13:40:15 #8 42.11 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:40:15 #8 42.13 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:40:15 #8 42.14 Setting up libicu63:arm64 (63.1-6+deb10u3) ...
13:40:15 #8 42.15 Setting up libfakeroot:arm64 (1.23-1) ...
13:40:15 #8 42.17 Setting up libkrb5support0:arm64 (1.17-3+deb10u3) ...
13:40:15 #8 42.18 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
13:40:15 #8 42.20 Setting up fakeroot (1.23-1) ...
13:40:15 #8 42.21 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:15 #8 42.23 Setting up mariadb-common (1:10.3.34-0+deb10u1) ...
13:40:15 #8 42.24 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
13:40:15 #8 42.24 Setting up libasan5:arm64 (8.3.0-6) ...
13:40:15 #8 42.26 Setting up autotools-dev (20180224.1) ...
13:40:15 #8 42.30 Setting up libglib2.0-data (2.58.3-2+deb10u3) ...
13:40:15 #9 27.07 Selecting previously unselected package liblsan0:amd64.
13:40:15 #9 27.07 Preparing to unpack .../080-liblsan0_11.2.0-7ubuntu2_amd64.deb ...
13:40:15 #9 27.08 Unpacking liblsan0:amd64 (11.2.0-7ubuntu2) ...
13:40:15 #9 27.12 Selecting previously unselected package libtsan0:amd64.
13:40:15 #9 27.12 Preparing to unpack .../081-libtsan0_11.2.0-7ubuntu2_amd64.deb ...
13:40:15 #9 27.13 Unpacking libtsan0:amd64 (11.2.0-7ubuntu2) ...
13:40:15 #9 27.19 Selecting previously unselected package libubsan1:amd64.
13:40:15 #9 27.20 Preparing to unpack .../082-libubsan1_11.2.0-7ubuntu2_amd64.deb ...
13:40:15 #9 27.20 Unpacking libubsan1:amd64 (11.2.0-7ubuntu2) ...
13:40:15 #9 27.25 Selecting previously unselected package libquadmath0:amd64.
13:40:15 #9 27.25 Preparing to unpack .../083-libquadmath0_11.2.0-7ubuntu2_amd64.deb ...
13:40:15 #9 27.25 Unpacking libquadmath0:amd64 (11.2.0-7ubuntu2) ...
13:40:15 #9 27.29 Selecting previously unselected package libgcc-11-dev:amd64.
13:40:15 #9 27.29 Preparing to unpack .../084-libgcc-11-dev_11.2.0-7ubuntu2_amd64.deb ...
13:40:15 #9 27.30 Unpacking libgcc-11-dev:amd64 (11.2.0-7ubuntu2) ...
13:40:15 #8 40.80 Preparing to unpack .../354-shared-mime-info_2.0-1_arm64.deb ...
13:40:15 #8 40.80 Unpacking shared-mime-info (2.0-1) ...
13:40:15 #8 40.90 Selecting previously unselected package strace.
13:40:15 #8 40.91 Preparing to unpack .../355-strace_5.10-1_arm64.deb ...
13:40:15 #8 40.91 Unpacking strace (5.10-1) ...
13:40:15 #8 40.97 Selecting previously unselected package xauth.
13:40:15 #8 40.97 Preparing to unpack .../356-xauth_1%3a1.1-1_arm64.deb ...
13:40:15 #8 40.98 Unpacking xauth (1:1.1-1) ...
13:40:15 #8 41.03 Selecting previously unselected package xdg-user-dirs.
13:40:15 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 7.1s done
13:40:15 #8 17.23 Selecting previously unselected package libexpat1:armhf.
13:40:15 #8 17.23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.7_armhf.deb ...
13:40:15 #8 17.23 Unpacking libexpat1:armhf (2.2.5-3ubuntu0.7) ...
13:40:15 #8 17.28 Selecting previously unselected package python3.6-minimal.
13:40:15 #8 17.28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.7_armhf.deb ...
13:40:15 #8 ...
13:40:15 
13:40:15 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:15 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:15 #13 extracting sha256:88557019ac316ca250696b933e42aaa72ec3e8fbf729c5533426c4086c2fdbfa 1.2s done
13:40:15 #13 extracting sha256:15a4c4d54010e8b79170bb4258d395325738492033d7f8f54b6e0e833848c969 0.8s done
13:40:15 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 6.6s done
13:40:15 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 1.6s
13:40:15 #13 ...
13:40:15 
13:40:15 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:15 #8 sha256:5323f1ab4d7332a150acc3373447d976aeca8b205e66e4f27926c47cd38ee2e9
13:40:15 #8 17.29 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ...
13:40:15 #9 32.42 Preparing to unpack .../218-libparams-util-perl_1.102-1build3_arm64.deb ...
13:40:15 #9 32.42 Unpacking libparams-util-perl (1.102-1build3) ...
13:40:15 #9 32.46 Selecting previously unselected package libsub-install-perl.
13:40:15 #9 32.46 Preparing to unpack .../219-libsub-install-perl_0.928-1.1_all.deb ...
13:40:15 #9 32.46 Unpacking libsub-install-perl (0.928-1.1) ...
13:40:15 #9 32.49 Selecting previously unselected package libdata-optlist-perl.
13:40:15 #9 32.49 Preparing to unpack .../220-libdata-optlist-perl_0.112-1_all.deb ...
13:40:15 #9 32.50 Unpacking libdata-optlist-perl (0.112-1) ...
13:40:15 #9 32.53 Selecting previously unselected package libsub-exporter-perl.
13:40:15 #9 32.54 Preparing to unpack .../221-libsub-exporter-perl_0.988-1_all.deb ...
13:40:15 #9 32.54 Unpacking libsub-exporter-perl (0.988-1) ...
13:40:15 #9 32.57 Selecting previously unselected package libconst-fast-perl.
13:40:15 #9 32.57 Preparing to unpack .../222-libconst-fast-perl_0.014-1.1_all.deb ...
13:40:15 #9 32.58 Unpacking libconst-fast-perl (0.014-1.1) ...
13:40:15 #9 32.61 Selecting previously unselected package libwant-perl.
13:40:15 #9 32.61 Preparing to unpack .../223-libwant-perl_0.29-1build7_arm64.deb ...
13:40:15 #9 32.62 Unpacking libwant-perl (0.29-1build7) ...
13:40:15 #9 32.67 Selecting previously unselected package libcontextual-return-perl.
13:40:15 #8 24.97 Selecting previously unselected package libgcc-10-dev:amd64.
13:40:15 #8 24.97 Preparing to unpack .../052-libgcc-10-dev_10.2.1-6_amd64.deb ...
13:40:15 #8 24.98 Unpacking libgcc-10-dev:amd64 (10.2.1-6) ...
13:40:15 #8 25.28 Selecting previously unselected package gcc-10.
13:40:15 #8 25.28 Preparing to unpack .../053-gcc-10_10.2.1-6_amd64.deb ...
13:40:15 #8 25.29 Unpacking gcc-10 (10.2.1-6) ...
13:40:15 #17 DONE 3.2s
13:40:15 
13:40:15 #18 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
13:40:15 #18 0.319 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
13:40:15 #8 40.36 Fedora Modular 36 - aarch64 - Test Updates       59 kB/s |  86 kB     00:01    
13:40:15 #8 27.41 Selecting previously unselected package binutils-x86-64-linux-gnu.
13:40:15 #8 27.42 Preparing to unpack .../058-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ...
13:40:15 #8 27.42 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
13:40:15 #8 27.65 Selecting previously unselected package binutils.
13:40:15 #9 13.85 Get:211 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git-man all 1:2.25.1-1ubuntu3.4 [885 kB]
13:40:15 #9 13.93 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git armhf 1:2.25.1-1ubuntu3.4 [3360 kB]
13:40:15 #9 25.47 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
13:40:15 #9 25.47 Unpacking libmpfr6:amd64 (4.0.2-1) ...
13:40:15 #9 25.52 Selecting previously unselected package libmpc3:amd64.
13:40:15 #9 25.52 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
13:40:15 #9 25.53 Unpacking libmpc3:amd64 (1.1.0-1) ...
13:40:15 #9 25.55 Selecting previously unselected package cpp-9.
13:40:15 #9 25.55 Preparing to unpack .../083-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
13:40:15 #9 25.56 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:15 #9 27.48 Preparing to unpack .../170-libio-socket-ssl-perl_2.074-2_all.deb ...
13:40:15 #9 27.48 Unpacking libio-socket-ssl-perl (2.074-2) ...
13:40:15 #9 27.52 Selecting previously unselected package libnet-http-perl.
13:40:15 #9 27.52 Preparing to unpack .../171-libnet-http-perl_6.22-1_all.deb ...
13:40:15 #9 27.52 Unpacking libnet-http-perl (6.22-1) ...
13:40:15 #9 27.55 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:15 #9 27.55 Preparing to unpack .../172-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:40:15 #9 27.56 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:40:15 #9 27.59 Selecting previously unselected package libtry-tiny-perl.
13:40:15 #9 27.59 Preparing to unpack .../173-libtry-tiny-perl_0.31-1_all.deb ...
13:40:15 #9 27.59 Unpacking libtry-tiny-perl (0.31-1) ...
13:40:15 #9 27.62 Selecting previously unselected package libwww-robotrules-perl.
13:40:15 #9 27.62 Preparing to unpack .../174-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:15 #9 27.63 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:15 #9 27.66 Selecting previously unselected package libwww-perl.
13:40:15 #9 27.66 Preparing to unpack .../175-libwww-perl_6.61-1_all.deb ...
13:40:15 #9 27.66 Unpacking libwww-perl (6.61-1) ...
13:40:15 #9 27.69 Selecting previously unselected package patchutils.
13:40:15 #9 27.70 Preparing to unpack .../176-patchutils_0.4.2-1build2_amd64.deb ...
13:40:15 #9 27.70 Unpacking patchutils (0.4.2-1build2) ...
13:40:15 #9 27.74 Selecting previously unselected package wdiff.
13:40:15 #9 27.74 Preparing to unpack .../177-wdiff_1.2.2-2build3_amd64.deb ...
13:40:15 #9 27.74 Unpacking wdiff (1.2.2-2build3) ...
13:40:15 #9 27.78 Selecting previously unselected package devscripts.
13:40:15 #9 27.78 Preparing to unpack .../178-devscripts_2.22.1ubuntu1_amd64.deb ...
13:40:15 #9 27.80 Unpacking devscripts (2.22.1ubuntu1) ...
13:40:15 #10 27.06   Installing       : guile-5:2.0.14-7.el8.aarch64                         82/96 
13:40:15 #9 32.35 Selecting previously unselected package libhttp-date-perl.
13:40:15 #9 32.35 Preparing to unpack .../169-libhttp-date-perl_6.05-1_all.deb ...
13:40:15 #9 32.35 Unpacking libhttp-date-perl (6.05-1) ...
13:40:15 #9 32.39 Selecting previously unselected package libfile-listing-perl.
13:40:15 #9 32.39 Preparing to unpack .../170-libfile-listing-perl_6.04-1_all.deb ...
13:40:15 #9 32.39 Unpacking libfile-listing-perl (6.04-1) ...
13:40:15 #9 32.43 Selecting previously unselected package libhtml-tagset-perl.
13:40:15 #9 32.43 Preparing to unpack .../171-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:15 #9 32.43 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:15 #9 32.46 Selecting previously unselected package liburi-perl.
13:40:15 #9 32.47 Preparing to unpack .../172-liburi-perl_1.76-2_all.deb ...
13:40:15 #9 32.47 Unpacking liburi-perl (1.76-2) ...
13:40:15 #9 32.51 Selecting previously unselected package libhtml-parser-perl.
13:40:15 #9 32.51 Preparing to unpack .../173-libhtml-parser-perl_3.72-5_arm64.deb ...
13:40:15 #9 32.51 Unpacking libhtml-parser-perl (3.72-5) ...
13:40:15 #9 32.55 Selecting previously unselected package libhtml-tree-perl.
13:40:15 #8 8.780 Get:105 http://deb.debian.org/debian bullseye/main armhf libicu67 armhf 67.1-7 [8319 kB]
13:40:15 #8 9.036 Get:106 http://deb.debian.org/debian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u1 [602 kB]
13:40:15 #8 9.036 Get:107 http://deb.debian.org/debian bullseye/main armhf gettext armhf 0.21-4 [1243 kB]
13:40:15 #9 6.990   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
13:40:15 #9 6.990   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
13:40:15 #9 6.990   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
13:40:15 #9 6.990   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:40:15 #9 6.990   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:40:15 #9 6.990   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:40:15 #9 6.990   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:40:15 #9 6.990   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
13:40:15 #9 6.990   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:40:15 #9 6.990   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:40:15 #9 6.990   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:40:15 #9 6.990   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:40:15 #9 6.990   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:40:15 #9 6.990   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
13:40:15 #9 6.990   libdata-validate-uri-perl libdebhelper-perl libdeflate0
13:40:15 #9 6.990   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
13:40:15 #9 6.990   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
13:40:15 #9 6.990   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
13:40:15 #9 6.990   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
13:40:15 #9 6.990   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
13:40:15 #9 6.990   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
13:40:15 #9 6.990   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:40:15 #9 6.990   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
13:40:15 #9 6.990   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
13:40:15 #9 6.990   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:40:15 #9 6.990   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:40:15 #9 6.990   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:40:15 #9 6.990   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:40:15 #9 6.990   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:40:15 #9 6.990   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
13:40:15 #9 6.990   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
13:40:15 #9 6.990   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
13:40:15 #9 6.990   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:40:15 #9 6.990   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
13:40:15 #9 6.990   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
13:40:15 #9 6.990   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:40:15 #9 6.990   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:40:15 #9 6.990   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
13:40:15 #9 6.990   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:40:15 #9 6.990   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
13:40:15 #9 6.990   libmath-base85-perl libmd0 libmodule-implementation-perl
13:40:15 #9 6.990   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
13:40:15 #9 6.990   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
13:40:15 #9 6.990   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
13:40:15 #9 6.990   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
13:40:15 #9 6.990   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
13:40:15 #9 6.990   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
13:40:15 #9 6.990   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:40:15 #9 6.990   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
13:40:15 #9 6.990   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
13:40:15 #9 6.990   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
13:40:15 #9 6.990   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
13:40:15 #9 6.990   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:40:15 #9 6.990   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
13:40:15 #9 6.990   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:40:15 #9 6.990   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
13:40:15 #9 6.990   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
13:40:15 #9 6.990   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
13:40:15 #9 6.990   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
13:40:15 #9 6.990   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:40:15 #9 6.990   libsub-name-perl libsub-override-perl libsub-quote-perl
13:40:15 #9 6.990   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
13:40:15 #9 6.990   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:40:15 #9 6.990   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:40:15 #9 6.990   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
13:40:15 #9 6.990   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:40:15 #9 6.990   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:40:15 #9 6.990   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
13:40:15 #9 6.990   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:40:15 #9 6.990   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:40:15 #9 6.990   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
13:40:15 #9 6.990   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:40:15 #9 6.990   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
13:40:15 #9 6.990   media-types netbase openssh-client openssl patch patchutils perl
13:40:15 #9 6.990   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
13:40:15 #9 6.990   publicsuffix python-apt-common python3 python3-apt python3-certifi
13:40:15 #9 6.990   python3-chardet python3-debian python3-gpg python3-idna python3-magic
13:40:15 #9 6.990   python3-minimal python3-pkg-resources python3-requests python3-six
13:40:15 #9 6.990   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
13:40:15 #9 6.990   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
13:40:15 #9 6.990   zstd
13:40:15 #8 28.17 Preparing to unpack .../061-ca-certificates_20200601~deb10u2_all.deb ...
13:40:15 #8 28.17 Unpacking ca-certificates (20200601~deb10u2) ...
13:40:15 #8 28.23 Selecting previously unselected package libsasl2-modules-db:amd64.
13:40:15 #8 28.23 Preparing to unpack .../062-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
13:40:15 #8 28.23 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
13:40:15 #8 28.27 Selecting previously unselected package libsasl2-2:amd64.
13:40:15 #8 28.27 Preparing to unpack .../063-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
13:40:15 #8 28.27 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
13:40:15 #8 28.31 Selecting previously unselected package libldap-common.
13:40:15 #8 28.31 Preparing to unpack .../064-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:40:15 #8 28.31 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:40:15 #8 28.36 Selecting previously unselected package libldap-2.4-2:amd64.
13:40:15 #8 28.37 Preparing to unpack .../065-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
13:40:15 #8 28.37 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:40:15 #8 28.42 Selecting previously unselected package libnghttp2-14:amd64.
13:40:15 #8 42.32 Setting up libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
13:40:15 #8 42.33 Setting up libwrap0:arm64 (7.6.q-28) ...
13:40:15 #8 42.35 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
13:40:15 #8 42.36 Setting up make (4.2.1-1.2) ...
13:40:15 #8 42.37 Setting up libmpfr6:arm64 (4.0.2-1) ...
13:40:15 #8 42.38 Setting up gnupg-l10n (2.2.12-1+deb10u1) ...
13:40:15 #8 42.39 Setting up libntlm0:arm64 (1.5-1+deb10u1) ...
13:40:15 #8 42.41 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
13:40:15 #8 42.42 Setting up libidn11:arm64 (1.33-2.2) ...
13:40:15 #8 42.43 Setting up libncurses6:arm64 (6.1+20181013-2+deb10u2) ...
13:40:15 #8 42.44 Setting up strace (4.26-0.2) ...
13:40:15 #8 42.45 Setting up libsigsegv2:arm64 (2.12-2) ...
13:40:15 #8 42.46 Setting up xz-utils (5.2.4-1+deb10u1) ...
13:40:15 #8 42.47 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:15 #8 42.48 Setting up libfribidi0:arm64 (1.0.5-3.1+deb10u1) ...
13:40:15 #8 42.50 Setting up t1utils (1.41-3) ...
13:40:15 #8 42.52 Setting up diffstat (1.62-1) ...
13:40:15 #9 27.39 Selecting previously unselected package gcc-11.
13:40:15 #9 27.39 Preparing to unpack .../085-gcc-11_11.2.0-7ubuntu2_amd64.deb ...
13:40:15 #9 27.40 Unpacking gcc-11 (11.2.0-7ubuntu2) ...
13:40:15 #8 41.03 Preparing to unpack .../357-xdg-user-dirs_0.17-2_arm64.deb ...
13:40:15 #8 41.04 Unpacking xdg-user-dirs (0.17-2) ...
13:40:15 #8 41.13 Setting up libksba8:arm64 (1.5.0-3) ...
13:40:15 #8 41.14 Setting up media-types (4.0.0) ...
13:40:15 #8 41.16 Setting up libpipeline1:arm64 (1.5.3-1) ...
13:40:15 #8 41.17 Setting up wdiff (1.2.2-2+b1) ...
13:40:15 #8 41.18 Setting up libxau6:arm64 (1:1.0.9-1) ...
13:40:15 #8 41.19 Setting up libre2-9:arm64 (20210201+dfsg-1) ...
13:40:15 #8 41.20 Setting up libpsl5:arm64 (0.21.0-1.2) ...
13:40:15 #8 41.21 Setting up libgpm2:arm64 (1.20.7-8) ...
13:40:15 #8 41.23 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
13:40:15 #8 41.23 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:40:15 #8 41.24 Setting up libicu67:arm64 (67.1-7) ...
13:40:15 #8 41.25 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
13:40:15 #8 41.26 Setting up xdg-user-dirs (0.17-2) ...
13:40:15 #8 41.29 Setting up libmagic-mgc (1:5.39-3) ...
13:40:15 #8 41.30 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
13:40:15 #8 41.31 Setting up libglib2.0-0:arm64 (2.66.8-1) ...
13:40:15 #8 41.34 No schema files found: doing nothing.
13:40:15 #8 17.50 Setting up libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.15) ...
13:40:15 #8 17.62 Setting up libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.7) ...
13:40:15 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a
13:40:15 #9 32.67 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:15 #9 32.68 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:15 #9 32.72 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
13:40:15 #9 32.72 Preparing to unpack .../225-libcpanel-json-xs-perl_4.27-1build1_arm64.deb ...
13:40:15 #9 32.72 Unpacking libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
13:40:15 #9 32.76 Selecting previously unselected package libdevel-stacktrace-perl.
13:40:15 #9 32.76 Preparing to unpack .../226-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:40:15 #9 32.76 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:40:15 #9 32.79 Selecting previously unselected package libexception-class-perl.
13:40:15 #9 32.79 Preparing to unpack .../227-libexception-class-perl_1.45-1_all.deb ...
13:40:15 #9 32.80 Unpacking libexception-class-perl (1.45-1) ...
13:40:15 #9 32.84 Selecting previously unselected package libiterator-perl.
13:40:15 #9 32.84 Preparing to unpack .../228-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:40:15 #9 32.84 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:40:15 #9 32.88 Selecting previously unselected package libiterator-util-perl.
13:40:15 #9 32.88 Preparing to unpack .../229-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:40:15 #9 32.88 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:40:15 #9 32.94 Selecting previously unselected package libexporter-tiny-perl.
13:40:15 #8 27.65 Preparing to unpack .../059-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ...
13:40:15 #8 27.65 Unpacking binutils (2.30-21ubuntu1~18.04.7) ...
13:40:15 #8 27.68 Selecting previously unselected package libc-dev-bin.
13:40:15 #8 27.68 Preparing to unpack .../060-libc-dev-bin_2.27-3ubuntu1.5_amd64.deb ...
13:40:15 #8 27.69 Unpacking libc-dev-bin (2.27-3ubuntu1.5) ...
13:40:15 #8 27.72 Selecting previously unselected package linux-libc-dev:amd64.
13:40:15 #8 27.72 Preparing to unpack .../061-linux-libc-dev_4.15.0-176.185_amd64.deb ...
13:40:15 #8 27.73 Unpacking linux-libc-dev:amd64 (4.15.0-176.185) ...
13:40:15 #8 27.89 Selecting previously unselected package libc6-dev:amd64.
13:40:15 #8 27.89 Preparing to unpack .../062-libc6-dev_2.27-3ubuntu1.5_amd64.deb ...
13:40:15 #8 27.90 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.5) ...
13:40:15 #9 14.13 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
13:40:15 #9 14.13 Get:214 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-xs-perl armhf 0.04-6 [11.0 kB]
13:40:15 #9 14.13 Get:215 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:40:15 #9 14.13 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libapt-pkg-perl armhf 0.1.36build3 [63.4 kB]
13:40:15 #9 14.13 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-cpio-perl all 0.10-1 [9644 B]
13:40:15 #9 14.13 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarray-intspan-perl all 2.003-1 [23.3 kB]
13:40:15 #9 14.13 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasync-mergepoint-perl all 0.04-2 [10.2 kB]
13:40:15 #9 14.13 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB]
13:40:15 #9 14.13 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:40:15 #9 14.20 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libvariable-magic-perl armhf 0.62-1build2 [31.9 kB]
13:40:15 #9 14.20 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
13:40:15 #9 14.27 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:40:15 #9 14.27 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-xsaccessor-perl armhf 1.19-3build3 [33.7 kB]
13:40:15 #9 14.27 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclone-perl armhf 0.43-2 [10.2 kB]
13:40:15 #9 14.28 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcommon-sense-perl armhf 3.74-2build6 [20.1 kB]
13:40:15 #9 14.28 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-util-perl armhf 1.07-3build5 [18.7 kB]
13:40:15 #9 14.28 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-install-perl all 0.928-1 [10.5 kB]
13:40:15 #9 14.28 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-optlist-perl all 0.110-1 [9956 B]
13:40:15 #9 14.28 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
13:40:15 #9 27.87 Selecting previously unselected package diffstat.
13:40:15 #9 27.88 Preparing to unpack .../179-diffstat_1.64-1build2_amd64.deb ...
13:40:15 #9 27.88 Unpacking diffstat (1.64-1build2) ...
13:40:15 #9 27.91 Selecting previously unselected package python3-chardet.
13:40:15 #9 27.91 Preparing to unpack .../180-python3-chardet_4.0.0-1_all.deb ...
13:40:15 #9 27.92 Unpacking python3-chardet (4.0.0-1) ...
13:40:15 #9 27.96 Selecting previously unselected package zstd.
13:40:15 #9 27.96 Preparing to unpack .../181-zstd_1.4.8+dfsg-3build1_amd64.deb ...
13:40:15 #9 27.97 Unpacking zstd (1.4.8+dfsg-3build1) ...
13:40:15 #9 28.02 Selecting previously unselected package python3-debian.
13:40:15 #10 27.08   Running scriptlet: guile-5:2.0.14-7.el8.aarch64                         82/96 
13:40:15 #10 27.36   Installing       : gdb-headless-8.2-18.el8.aarch64                      83/96 
13:40:15 #9 32.55 Preparing to unpack .../174-libhtml-tree-perl_5.07-2_all.deb ...
13:40:15 #9 32.56 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:15 #9 32.60 Selecting previously unselected package libio-html-perl.
13:40:15 #9 32.60 Preparing to unpack .../175-libio-html-perl_1.001-1_all.deb ...
13:40:15 #9 32.61 Unpacking libio-html-perl (1.001-1) ...
13:40:15 #9 32.64 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:15 #9 32.64 Preparing to unpack .../176-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:15 #9 32.65 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:15 #9 32.68 Selecting previously unselected package libhttp-message-perl.
13:40:15 #9 32.69 Preparing to unpack .../177-libhttp-message-perl_6.22-1_all.deb ...
13:40:15 #9 32.69 Unpacking libhttp-message-perl (6.22-1) ...
13:40:15 #9 32.73 Selecting previously unselected package libhttp-cookies-perl.
13:40:15 #9 32.73 Preparing to unpack .../178-libhttp-cookies-perl_6.08-1_all.deb ...
13:40:15 #9 32.74 Unpacking libhttp-cookies-perl (6.08-1) ...
13:40:15 #9 32.77 Selecting previously unselected package libhttp-negotiate-perl.
13:40:15 #9 32.77 Preparing to unpack .../179-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:15 #9 32.78 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:15 #9 32.81 Selecting previously unselected package perl-openssl-defaults:arm64.
13:40:15 #8 9.067 Get:108 http://deb.debian.org/debian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
13:40:15 #8 9.067 Get:109 http://deb.debian.org/debian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
13:40:15 #8 9.067 Get:110 http://deb.debian.org/debian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
13:40:15 #8 9.084 Get:111 http://deb.debian.org/debian bullseye/main armhf debian-keyring all 2021.07.26 [31.1 MB]
13:40:15 #9 7.424 0 upgraded, 366 newly installed, 0 to remove and 2 not upgraded.
13:40:15 #9 7.424 Need to get 114 MB of archives.
13:40:15 #9 7.424 After this operation, 377 MB of additional disk space will be used.
13:40:15 #9 7.424 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblocale-gettext-perl armhf 1.07-4build3 [16.2 kB]
13:40:15 #8 28.42 Preparing to unpack .../066-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
13:40:15 #8 28.42 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:40:15 #8 28.46 Selecting previously unselected package libpsl5:amd64.
13:40:15 #8 28.46 Preparing to unpack .../067-libpsl5_0.20.2-2_amd64.deb ...
13:40:15 #8 28.47 Unpacking libpsl5:amd64 (0.20.2-2) ...
13:40:15 #8 28.50 Selecting previously unselected package librtmp1:amd64.
13:40:15 #8 28.50 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
13:40:15 #8 28.51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:40:15 #8 28.55 Selecting previously unselected package libssh2-1:amd64.
13:40:15 #8 28.55 Preparing to unpack .../069-libssh2-1_1.8.0-2.1_amd64.deb ...
13:40:15 #8 28.56 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
13:40:15 #8 28.60 Selecting previously unselected package libcurl4:amd64.
13:40:15 #8 28.60 Preparing to unpack .../070-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
13:40:15 #8 28.60 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:40:15 #8 28.66 Selecting previously unselected package curl.
13:40:15 #8 42.53 Setting up libmpc3:arm64 (1.1.0-1) ...
13:40:15 #8 42.54 Setting up libatomic1:arm64 (8.3.0-6) ...
13:40:15 #8 42.55 Setting up patch (2.7.6-3+deb10u1) ...
13:40:15 #8 42.56 Setting up mailutils-common (1:3.5-4) ...
13:40:15 #8 42.58 Setting up autopoint (0.19.8.1-9) ...
13:40:15 #8 42.59 Setting up libmariadb3:arm64 (1:10.3.34-0+deb10u1) ...
13:40:15 #8 42.61 Setting up libfl2:arm64 (2.6.4-6.2) ...
13:40:15 #8 42.62 Setting up libpcre2-8-0:arm64 (10.32-5) ...
13:40:15 #8 42.63 Setting up libk5crypto3:arm64 (1.17-3+deb10u3) ...
13:40:15 #8 42.64 Setting up libltdl7:arm64 (2.4.6-9) ...
13:40:15 #8 42.66 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
13:40:15 #8 42.67 Setting up libevent-2.1-6:arm64 (2.1.8-stable-4) ...
13:40:15 #8 42.68 Setting up libubsan1:arm64 (8.3.0-6) ...
13:40:15 #8 42.69 Setting up libisl19:arm64 (0.20-2) ...
13:40:15 #8 42.71 Setting up dwz (0.12-3) ...
13:40:15 #8 42.73 Setting up python-apt-common (1.8.4.3) ...
13:40:15 #8 41.35 Setting up distro-info-data (0.51+deb11u1) ...
13:40:15 #8 41.36 Setting up manpages (5.10-1) ...
13:40:15 #8 41.37 Setting up unzip (6.0-26) ...
13:40:15 #8 41.39 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
13:40:15 #8 41.40 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
13:40:15 #8 41.41 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
13:40:15 #8 41.43 Setting up libcbor0:arm64 (0.5.0+dfsg-2) ...
13:40:15 #8 41.44 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:40:15 #8 41.46 Setting up libfcgi-bin (2.4.2-2) ...
13:40:15 #8 41.47 Setting up binutils-common:arm64 (2.35.2-2) ...
13:40:15 #8 41.48 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
13:40:15 #8 41.50 Setting up libmagic1:arm64 (1:5.39-3) ...
13:40:15 #8 41.52 Setting up libdeflate0:arm64 (1.7-1) ...
13:40:15 #8 41.53 Setting up less (551-2) ...
13:40:15 #8 41.55 Setting up perl-openssl-defaults:arm64 (5) ...
13:40:15 #8 41.56 Setting up linux-libc-dev:arm64 (5.10.113-1) ...
13:40:15 #8 17.64 Setting up libexpat1:armhf (2.2.5-3ubuntu0.7) ...
13:40:15 #8 17.66 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ...
13:40:15 #9 32.32 Selecting previously unselected package cpp.
13:40:15 #9 32.32 Preparing to unpack .../073-cpp_4%3a11.2.0-1ubuntu1_arm64.deb ...
13:40:15 #9 32.33 Unpacking cpp (4:11.2.0-1ubuntu1) ...
13:40:15 #9 32.37 Selecting previously unselected package libcc1-0:arm64.
13:40:15 #9 32.38 Preparing to unpack .../074-libcc1-0_11.2.0-7ubuntu2_arm64.deb ...
13:40:15 #9 32.38 Unpacking libcc1-0:arm64 (11.2.0-7ubuntu2) ...
13:40:15 #9 32.45 Selecting previously unselected package libgomp1:arm64.
13:40:15 #9 32.45 Preparing to unpack .../075-libgomp1_11.2.0-7ubuntu2_arm64.deb ...
13:40:15 #9 32.45 Unpacking libgomp1:arm64 (11.2.0-7ubuntu2) ...
13:40:15 #9 32.50 Selecting previously unselected package libitm1:arm64.
13:40:15 #9 32.50 Preparing to unpack .../076-libitm1_11.2.0-7ubuntu2_arm64.deb ...
13:40:15 #9 32.50 Unpacking libitm1:arm64 (11.2.0-7ubuntu2) ...
13:40:15 #9 32.54 Selecting previously unselected package libatomic1:arm64.
13:40:15 #9 32.55 Preparing to unpack .../077-libatomic1_11.2.0-7ubuntu2_arm64.deb ...
13:40:15 #9 32.55 Unpacking libatomic1:arm64 (11.2.0-7ubuntu2) ...
13:40:15 #9 32.59 Selecting previously unselected package libasan6:arm64.
13:40:15 #9 32.59 Preparing to unpack .../078-libasan6_11.2.0-7ubuntu2_arm64.deb ...
13:40:15 #9 32.60 Unpacking libasan6:arm64 (11.2.0-7ubuntu2) ...
13:40:15 #9 32.94 Preparing to unpack .../230-libexporter-tiny-perl_1.002002-1_all.deb ...
13:40:15 #9 32.95 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:40:15 #9 32.99 Selecting previously unselected package liblist-moreutils-xs-perl.
13:40:15 #9 32.99 Preparing to unpack .../231-liblist-moreutils-xs-perl_0.430-2build2_arm64.deb ...
13:40:15 #9 32.99 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
13:40:15 #9 33.02 Selecting previously unselected package liblist-moreutils-perl.
13:40:15 #9 33.03 Preparing to unpack .../232-liblist-moreutils-perl_0.430-2_all.deb ...
13:40:15 #9 33.03 Unpacking liblist-moreutils-perl (0.430-2) ...
13:40:15 #9 33.06 Selecting previously unselected package libdata-dpath-perl.
13:40:15 #9 33.06 Preparing to unpack .../233-libdata-dpath-perl_0.58-1_all.deb ...
13:40:15 #9 33.07 Unpacking libdata-dpath-perl (0.58-1) ...
13:40:15 #9 33.10 Selecting previously unselected package libdata-dump-perl.
13:40:15 #9 33.10 Preparing to unpack .../234-libdata-dump-perl_1.25-1_all.deb ...
13:40:15 #9 33.11 Unpacking libdata-dump-perl (1.25-1) ...
13:40:15 #9 33.14 Selecting previously unselected package libdata-messagepack-perl.
13:40:15 #9 33.14 Preparing to unpack .../235-libdata-messagepack-perl_1.01-2build1_arm64.deb ...
13:40:15 #9 33.14 Unpacking libdata-messagepack-perl (1.01-2build1) ...
13:40:15 #9 33.17 Selecting previously unselected package libnet-domain-tld-perl.
13:40:15 #8 42.99 Setting up libmpc3:arm64 (1.1.0-1) ...
13:40:15 #8 43.01 Setting up libc-dev-bin (2.27-3ubuntu1.5) ...
13:40:15 #9 14.35 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libconst-fast-perl all 0.014-1 [7958 B]
13:40:15 #9 14.35 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwant-perl armhf 0.29-1build4 [23.0 kB]
13:40:15 #9 14.42 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:40:15 #9 14.42 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcpanel-json-xs-perl armhf 4.19-1build1 [107 kB]
13:40:15 #9 14.42 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-dump-perl all 1.23-1 [27.0 kB]
13:40:15 #9 14.42 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-bubblebabble-perl all 0.02-2 [7908 B]
13:40:15 #9 14.42 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
13:40:15 #9 14.43 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdistro-info-perl all 0.23ubuntu1 [4668 B]
13:40:15 #9 14.43 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:40:15 #9 14.43 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
13:40:15 #9 14.50 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ip-perl all 1.26-2 [27.4 kB]
13:40:15 #9 14.50 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-perl all 1.22-1 [336 kB]
13:40:15 #9 28.02 Preparing to unpack .../182-python3-debian_0.1.43ubuntu1_all.deb ...
13:40:15 #9 28.02 Unpacking python3-debian (0.1.43ubuntu1) ...
13:40:15 #9 28.07 Selecting previously unselected package libgpgme11:amd64.
13:40:15 #9 28.07 Preparing to unpack .../183-libgpgme11_1.16.0-1.2ubuntu4_amd64.deb ...
13:40:15 #9 28.07 Unpacking libgpgme11:amd64 (1.16.0-1.2ubuntu4) ...
13:40:15 #9 28.11 Selecting previously unselected package python3-gpg.
13:40:15 #9 28.11 Preparing to unpack .../184-python3-gpg_1.16.0-1.2ubuntu4_amd64.deb ...
13:40:15 #9 28.12 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
13:40:15 #9 28.18 Selecting previously unselected package dput.
13:40:15 #9 28.18 Preparing to unpack .../185-dput_1.1.0ubuntu2_all.deb ...
13:40:15 #9 28.19 Unpacking dput (1.1.0ubuntu2) ...
13:40:15 #9 28.22 Selecting previously unselected package fonts-dejavu-core.
13:40:15 #9 28.22 Preparing to unpack .../186-fonts-dejavu-core_2.37-2build1_all.deb ...
13:40:15 #9 28.23 Unpacking fonts-dejavu-core (2.37-2build1) ...
13:40:15 #9 28.36 Selecting previously unselected package fontconfig-config.
13:40:15 #14 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 4.7s done
13:40:15 #14 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed
13:40:15 #10 27.38   Installing       : go-srpm-macros-2-17.el8.noarch                       84/96 
13:40:15 #10 27.68   Installing       : glibc-gconv-extra-2.28-189.el8.aarch64               85/96 
13:40:15 #10 27.71   Running scriptlet: glibc-gconv-extra-2.28-189.el8.aarch64               85/96 
13:40:15 #10 27.72   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   86/96 
13:40:15 #10 27.74   Installing       : dwz-0.12-10.el8.aarch64                              87/96 
13:40:15 #9 32.81 Preparing to unpack .../180-perl-openssl-defaults_4_arm64.deb ...
13:40:15 #9 32.82 Unpacking perl-openssl-defaults:arm64 (4) ...
13:40:15 #9 32.86 Selecting previously unselected package libnet-ssleay-perl.
13:40:15 #9 32.86 Preparing to unpack .../181-libnet-ssleay-perl_1.88-2ubuntu1_arm64.deb ...
13:40:15 #9 32.86 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
13:40:15 #9 32.93 Selecting previously unselected package libio-socket-ssl-perl.
13:40:15 #9 32.93 Preparing to unpack .../182-libio-socket-ssl-perl_2.067-1_all.deb ...
13:40:15 #9 32.93 Unpacking libio-socket-ssl-perl (2.067-1) ...
13:40:15 #9 32.98 Selecting previously unselected package libnet-http-perl.
13:40:15 #9 32.98 Preparing to unpack .../183-libnet-http-perl_6.19-1_all.deb ...
13:40:15 #9 33.01 Unpacking libnet-http-perl (6.19-1) ...
13:40:15 #9 33.05 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:15 #9 7.576 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpython3.10-minimal armhf 3.10.4-3 [793 kB]
13:40:15 #8 28.66 Preparing to unpack .../071-curl_7.64.0-4+deb10u2_amd64.deb ...
13:40:15 #8 28.67 Unpacking curl (7.64.0-4+deb10u2) ...
13:40:15 #8 28.72 Selecting previously unselected package dctrl-tools.
13:40:15 #8 28.72 Preparing to unpack .../072-dctrl-tools_2.24-3_amd64.deb ...
13:40:15 #8 28.73 Unpacking dctrl-tools (2.24-3) ...
13:40:15 #8 28.77 Selecting previously unselected package libtool.
13:40:15 #8 28.77 Preparing to unpack .../073-libtool_2.4.6-9_all.deb ...
13:40:15 #8 28.77 Unpacking libtool (2.4.6-9) ...
13:40:15 #8 28.83 Selecting previously unselected package dh-autoreconf.
13:40:15 #8 28.83 Preparing to unpack .../074-dh-autoreconf_19_all.deb ...
13:40:15 #8 28.84 Unpacking dh-autoreconf (19) ...
13:40:15 #8 28.87 Selecting previously unselected package libarchive-zip-perl.
13:40:15 #8 28.87 Preparing to unpack .../075-libarchive-zip-perl_1.64-1_all.deb ...
13:40:15 #8 28.88 Unpacking libarchive-zip-perl (1.64-1) ...
13:40:15 #8 28.91 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:15 #8 28.91 Preparing to unpack .../076-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
13:40:15 #8 28.91 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
13:40:15 #8 28.94 Selecting previously unselected package dh-strip-nondeterminism.
13:40:15 #8 28.94 Preparing to unpack .../077-dh-strip-nondeterminism_1.1.2-1_all.deb ...
13:40:15 #8 28.95 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
13:40:15 #8 28.97 Selecting previously unselected package dwz.
13:40:16 #8 42.74 Setting up sensible-utils (0.0.12) ...
13:40:16 #8 42.75 Setting up exim4-config (4.92-8+deb10u6) ...
13:40:16 #8 41.57 Setting up libctf-nobfd0:arm64 (2.35.2-2) ...
13:40:16 #8 41.59 Setting up gettext-base (0.21-4) ...
13:40:16 #8 41.60 Setting up liblzo2-2:arm64 (2.10-2) ...
13:40:16 #8 41.62 Setting up libnpth0:arm64 (1.6-3) ...
13:40:16 #8 41.63 Setting up file (1:5.39-3) ...
13:40:16 #8 41.64 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
13:40:16 #8 41.65 Setting up libassuan0:arm64 (2.5.3-7.1) ...
13:40:16 #8 41.66 Setting up libgomp1:arm64 (10.2.1-6) ...
13:40:16 #8 41.67 Setting up bzip2 (1.0.8-4) ...
13:40:16 #8 41.68 Setting up libldap-common (2.4.57+dfsg-3) ...
13:40:16 #8 41.70 Setting up pbzip2 (1.1.13-1) ...
13:40:16 #8 41.71 Setting up libjbig0:arm64 (2.1-3.1+b2) ...
13:40:16 #8 41.72 Setting up libfakeroot:arm64 (1.25.3-1.1) ...
13:40:16 #8 41.74 Setting up libasan6:arm64 (10.2.1-6) ...
13:40:16 #8 41.80 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:40:16 #9 32.67 Selecting previously unselected package liblsan0:arm64.
13:40:16 #9 32.68 Preparing to unpack .../079-liblsan0_11.2.0-7ubuntu2_arm64.deb ...
13:40:16 #9 32.68 Unpacking liblsan0:arm64 (11.2.0-7ubuntu2) ...
13:40:16 #9 33.18 Preparing to unpack .../236-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:40:16 #9 33.18 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:40:16 #9 33.21 Selecting previously unselected package libdata-validate-domain-perl.
13:40:16 #9 33.21 Preparing to unpack .../237-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:40:16 #9 33.22 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:40:16 #9 33.25 Selecting previously unselected package libnet-ipv6addr-perl.
13:40:16 #9 33.25 Preparing to unpack .../238-libnet-ipv6addr-perl_1.02-1_all.deb ...
13:40:16 #9 33.26 Unpacking libnet-ipv6addr-perl (1.02-1) ...
13:40:16 #9 33.29 Selecting previously unselected package libnet-netmask-perl.
13:40:16 #9 33.29 Preparing to unpack .../239-libnet-netmask-perl_2.0001-1_all.deb ...
13:40:16 #9 33.29 Unpacking libnet-netmask-perl (2.0001-1) ...
13:40:16 #9 33.33 Selecting previously unselected package libnetaddr-ip-perl.
13:40:16 #9 33.33 Preparing to unpack .../240-libnetaddr-ip-perl_4.079+dfsg-1build7_arm64.deb ...
13:40:16 #9 33.33 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
13:40:16 #9 33.37 Selecting previously unselected package libdata-validate-ip-perl.
13:40:16 #9 33.37 Preparing to unpack .../241-libdata-validate-ip-perl_0.30-1_all.deb ...
13:40:16 #9 33.38 Unpacking libdata-validate-ip-perl (0.30-1) ...
13:40:16 #9 33.41 Selecting previously unselected package libdata-validate-uri-perl.
13:40:16 #8 43.02 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
13:40:16 #8 43.04 Setting up libgdbm-compat4:arm64 (1.14.1-6) ...
13:40:16 #8 43.05 Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
13:40:16 #8 43.06 Setting up bsdmainutils (11.1.2ubuntu1) ...
13:40:16 #8 43.09 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:40:16 #8 43.09 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
13:40:16 #8 43.09 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:40:16 #8 43.09 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
13:40:16 #8 43.10 Setting up libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:16 #8 43.12 Setting up ca-certificates (20210119~18.04.2) ...
13:40:16 #9 14.57 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB]
13:40:16 #9 14.57 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libemail-valid-perl all 1.202-1 [16.3 kB]
13:40:16 #9 14.57 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libexporter-tiny-perl all 1.002001-1 [35.5 kB]
13:40:16 #9 14.57 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-system-simple-perl all 1.26-1 [22.8 kB]
13:40:16 #9 14.57 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-basedir-perl all 0.08-1 [16.9 kB]
13:40:16 #9 14.57 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB]
13:40:16 #9 14.57 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-fcntllock-perl armhf 0.22-3build4 [32.6 kB]
13:40:16 #9 14.57 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-compare-perl all 0.03-1 [7318 B]
13:40:16 #9 14.64 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-glob-perl all 0.10-1 [7554 B]
13:40:16 #9 14.64 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:40:16 #9 14.72 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-afm-perl all 1.20-2 [13.2 kB]
13:40:16 #9 14.72 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-string-perl all 1.08-3 [11.1 kB]
13:40:16 #9 14.72 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-ttf-perl all 1.06-1 [313 kB]
13:40:16 #9 14.72 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfuture-perl all 0.43-1 [77.8 kB]
13:40:16 #9 14.72 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-stringy-perl all 2.111-3 [55.8 kB]
13:40:16 #9 14.72 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-validate-perl armhf 1.29-3 [50.6 kB]
13:40:16 #9 14.72 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
13:40:16 #9 14.72 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-versions-perl all 1.62-1 [9294 B]
13:40:16 #9 14.79 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:40:16 #9 14.79 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
13:40:16 #8 28.22 Selecting previously unselected package gcc-7-base:amd64.
13:40:16 #8 28.22 Preparing to unpack .../063-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ...
13:40:16 #8 28.23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:16 #8 28.26 Selecting previously unselected package libisl19:amd64.
13:40:16 #8 28.26 Preparing to unpack .../064-libisl19_0.19-1_amd64.deb ...
13:40:16 #8 28.27 Unpacking libisl19:amd64 (0.19-1) ...
13:40:16 #8 28.35 Selecting previously unselected package libmpfr6:amd64.
13:40:16 #9 28.36 Preparing to unpack .../187-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
13:40:16 #9 28.36 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
13:40:16 #9 28.40 Selecting previously unselected package libcurl3-gnutls:amd64.
13:40:16 #9 28.41 Preparing to unpack .../188-libcurl3-gnutls_7.81.0-1ubuntu1.1_amd64.deb ...
13:40:16 #9 28.41 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.1) ...
13:40:16 #9 28.45 Selecting previously unselected package liberror-perl.
13:40:16 #9 28.45 Preparing to unpack .../189-liberror-perl_0.17029-1_all.deb ...
13:40:16 #9 28.45 Unpacking liberror-perl (0.17029-1) ...
13:40:16 #9 28.49 Selecting previously unselected package git-man.
13:40:16 #9 33.05 Preparing to unpack .../184-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
13:40:16 #9 33.06 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:40:16 #9 33.09 Selecting previously unselected package libtry-tiny-perl.
13:40:16 #9 33.09 Preparing to unpack .../185-libtry-tiny-perl_0.30-1_all.deb ...
13:40:16 #9 33.09 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:16 #9 33.13 Selecting previously unselected package libwww-robotrules-perl.
13:40:16 #9 33.13 Preparing to unpack .../186-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:16 #9 33.13 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:16 #9 33.17 Selecting previously unselected package libwww-perl.
13:40:16 #9 33.17 Preparing to unpack .../187-libwww-perl_6.43-1_all.deb ...
13:40:16 #9 33.17 Unpacking libwww-perl (6.43-1) ...
13:40:16 #9 33.22 Selecting previously unselected package patchutils.
13:40:16 #9 33.22 Preparing to unpack .../188-patchutils_0.3.4-2_arm64.deb ...
13:40:16 #9 33.23 Unpacking patchutils (0.3.4-2) ...
13:40:16 #9 33.26 Selecting previously unselected package wdiff.
13:40:16 #9 33.26 Preparing to unpack .../189-wdiff_1.2.2-2build1_arm64.deb ...
13:40:16 #9 33.27 Unpacking wdiff (1.2.2-2build1) ...
13:40:16 #10 27.76   Installing       : redhat-rpm-config-127-1.el8.noarch                   88/96 
13:40:16 #10 27.79   Installing       : rpm-build-4.14.3-23.el8.aarch64                      89/96 
13:40:16 #10 27.83   Installing       : rpmlint-1.10-14.el8.noarch                           90/96 
13:40:16 #10 27.88   Installing       : yum-utils-4.0.21-11.el8.noarch                       91/96 
13:40:16 #10 27.90   Cleanup          : python3-dnf-plugins-core-4.0.21-10.el8.noarch        92/96 
13:40:16 #10 27.91   Cleanup          : python3-rpm-4.14.3-22.el8.aarch64                    93/96 
13:40:16 #10 27.93   Cleanup          : rpm-build-libs-4.14.3-22.el8.aarch64                 94/96 
13:40:16 #10 27.93   Running scriptlet: rpm-build-libs-4.14.3-22.el8.aarch64                 94/96 
13:40:16 #10 27.96   Cleanup          : rpm-4.14.3-22.el8.aarch64                            95/96 
13:40:16 #9 7.971 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexpat1 armhf 2.4.7-1 [66.5 kB]
13:40:16 #9 7.981 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3.10-minimal armhf 3.10.4-3 [1932 kB]
13:40:16 #8 28.98 Preparing to unpack .../078-dwz_0.12-3_amd64.deb ...
13:40:16 #8 28.98 Unpacking dwz (0.12-3) ...
13:40:16 #8 29.04 Selecting previously unselected package libglib2.0-0:amd64.
13:40:16 #8 29.04 Preparing to unpack .../079-libglib2.0-0_2.58.3-2+deb10u3_amd64.deb ...
13:40:16 #8 29.05 Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u3) ...
13:40:16 #18 1.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
13:40:16 #8 9.849 Get:112 http://deb.debian.org/debian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [43.9 kB]
13:40:16 #8 9.849 Get:113 http://deb.debian.org/debian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [85.1 kB]
13:40:16 #8 9.849 Get:114 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB]
13:40:16 #8 9.849 Get:115 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u1 [532 kB]
13:40:16 #8 9.853 Get:116 http://deb.debian.org/debian bullseye/main armhf libksba8 armhf 1.5.0-3 [105 kB]
13:40:16 #8 9.862 Get:117 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
13:40:16 #8 9.862 Get:118 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u1 [722 kB]
13:40:16 #8 43.07 Adding system-user for exim (v4)
13:40:16 #8 41.81 Setting up fakeroot (1.25.3-1.1) ...
13:40:16 #8 41.82 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:16 #8 41.83 Setting up autotools-dev (20180224.1+nmu1) ...
13:40:16 #8 41.84 Setting up libglib2.0-data (2.66.8-1) ...
13:40:16 #8 41.85 Setting up libtirpc-dev:arm64 (1.3.1-1) ...
13:40:16 #8 41.86 Setting up libjpeg62-turbo:arm64 (1:2.0.6-4) ...
13:40:16 #8 41.87 Setting up libx11-data (2:1.7.2-1) ...
13:40:16 #8 41.91 Setting up make (4.3-4.1) ...
13:40:16 #8 41.92 Setting up libmpfr6:arm64 (4.1.0-3) ...
13:40:16 #8 41.94 Setting up gnupg-l10n (2.2.27-2+deb11u1) ...
13:40:16 #8 41.95 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:40:16 #8 41.96 Setting up lzip (1.22-3) ...
13:40:16 #8 41.99 Setting up strace (5.10-1) ...
13:40:16 #8 42.00 Setting up libsigsegv2:arm64 (2.13-1) ...
13:40:16 #8 42.02 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:40:16 #8 42.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:16 #8 42.04 Setting up t1utils (1.41-4) ...
13:40:16 #8 42.05 Setting up diffstat (1.64-1) ...
13:40:16 #8 42.06 Setting up libpng16-16:arm64 (1.6.37-3) ...
13:40:16 #8 42.07 Setting up libmpc3:arm64 (1.2.0-1) ...
13:40:16 #8 42.08 Setting up libatomic1:arm64 (10.2.1-6) ...
13:40:16 #8 42.09 Setting up patch (2.7.6-7) ...
13:40:16 #8 42.11 Setting up autopoint (0.21-4) ...
13:40:16 #8 42.12 Setting up libwebp6:arm64 (0.6.1-2.1) ...
13:40:16 #9 32.75 Selecting previously unselected package libtsan0:arm64.
13:40:16 #9 32.76 Preparing to unpack .../080-libtsan0_11.2.0-7ubuntu2_arm64.deb ...
13:40:16 #9 32.76 Unpacking libtsan0:arm64 (11.2.0-7ubuntu2) ...
13:40:16 #9 32.84 Selecting previously unselected package libubsan1:arm64.
13:40:16 #9 32.84 Preparing to unpack .../081-libubsan1_11.2.0-7ubuntu2_arm64.deb ...
13:40:16 #9 32.84 Unpacking libubsan1:arm64 (11.2.0-7ubuntu2) ...
13:40:16 #9 32.90 Selecting previously unselected package libhwasan0:arm64.
13:40:16 #9 32.90 Preparing to unpack .../082-libhwasan0_11.2.0-7ubuntu2_arm64.deb ...
13:40:16 #9 32.91 Unpacking libhwasan0:arm64 (11.2.0-7ubuntu2) ...
13:40:16 #9 32.95 Selecting previously unselected package libgcc-11-dev:arm64.
13:40:16 #9 32.95 Preparing to unpack .../083-libgcc-11-dev_11.2.0-7ubuntu2_arm64.deb ...
13:40:16 #9 32.96 Unpacking libgcc-11-dev:arm64 (11.2.0-7ubuntu2) ...
13:40:16 #9 26.26 Selecting previously unselected package cpp.
13:40:16 #9 26.27 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
13:40:16 #9 26.27 Unpacking cpp (4:9.3.0-1ubuntu2) ...
13:40:16 #9 26.30 Selecting previously unselected package libcc1-0:amd64.
13:40:16 #9 26.30 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
13:40:16 #9 26.31 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:16 #9 26.35 Selecting previously unselected package libgomp1:amd64.
13:40:16 #9 26.35 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
13:40:16 #9 26.35 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:16 #9 26.39 Selecting previously unselected package libitm1:amd64.
13:40:16 #9 26.39 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
13:40:16 #9 26.40 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:16 #9 26.43 Selecting previously unselected package libatomic1:amd64.
13:40:16 #9 26.44 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
13:40:16 #9 26.44 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:16 #9 26.47 Selecting previously unselected package libasan5:amd64.
13:40:16 #9 26.47 Preparing to unpack .../089-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
13:40:16 #9 26.48 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:16 #9 33.41 Preparing to unpack .../242-libdata-validate-uri-perl_0.07-2_all.deb ...
13:40:16 #9 33.41 Unpacking libdata-validate-uri-perl (0.07-2) ...
13:40:16 #9 33.45 Selecting previously unselected package libdistro-info-perl.
13:40:16 #9 33.45 Preparing to unpack .../243-libdistro-info-perl_1.1build1_all.deb ...
13:40:16 #9 33.45 Unpacking libdistro-info-perl (1.1build1) ...
13:40:16 #9 33.48 Selecting previously unselected package libemail-address-xs-perl.
13:40:16 #9 33.48 Preparing to unpack .../244-libemail-address-xs-perl_1.04-1build6_arm64.deb ...
13:40:16 #9 33.49 Unpacking libemail-address-xs-perl (1.04-1build6) ...
13:40:16 #9 33.53 Selecting previously unselected package libipc-system-simple-perl.
13:40:16 #9 33.53 Preparing to unpack .../245-libipc-system-simple-perl_1.30-1_all.deb ...
13:40:16 #9 33.53 Unpacking libipc-system-simple-perl (1.30-1) ...
13:40:16 #9 33.56 Selecting previously unselected package libfile-basedir-perl.
13:40:16 #9 33.56 Preparing to unpack .../246-libfile-basedir-perl_0.09-1_all.deb ...
13:40:16 #9 33.57 Unpacking libfile-basedir-perl (0.09-1) ...
13:40:16 #9 33.60 Selecting previously unselected package libfile-chdir-perl.
13:40:16 #9 33.60 Preparing to unpack .../247-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:40:16 #9 33.60 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:40:16 #9 33.64 Selecting previously unselected package libfile-fcntllock-perl.
13:40:16 #8 18.32 Selecting previously unselected package python3-minimal.
13:40:16 #8 18.32 (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 ... 4316 files and directories currently installed.)
13:40:16 #8 18.32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_armhf.deb ...
13:40:16 #8 18.32 Unpacking python3-minimal (3.6.7-1~18.04) ...
13:40:16 #8 18.37 Selecting previously unselected package mime-support.
13:40:16 #8 18.37 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
13:40:16 #8 18.38 Unpacking mime-support (3.60ubuntu1) ...
13:40:16 #8 18.43 Selecting previously unselected package libmpdec2:armhf.
13:40:16 #8 18.43 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_armhf.deb ...
13:40:16 #8 18.44 Unpacking libmpdec2:armhf (2.4.2-1ubuntu1) ...
13:40:16 #8 18.49 Selecting previously unselected package readline-common.
13:40:16 #8 18.49 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
13:40:16 #8 18.49 Unpacking readline-common (7.0-3) ...
13:40:16 #8 18.54 Selecting previously unselected package libreadline7:armhf.
13:40:16 #8 18.54 Preparing to unpack .../4-libreadline7_7.0-3_armhf.deb ...
13:40:16 #9 14.87 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
13:40:16 #9 14.87 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-perl all 4.02000-2 [80.9 kB]
13:40:16 #9 14.87 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-perl all 1.708-1 [67.8 kB]
13:40:16 #9 14.87 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
13:40:16 #9 14.87 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-perl all 0.38-1 [19.1 kB]
13:40:16 #9 14.87 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-identify-perl armhf 0.14-1build2 [10.1 kB]
13:40:16 #9 14.87 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-name-perl armhf 0.26-1 [10.8 kB]
13:40:16 #9 14.87 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:40:16 #9 14.94 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-tiny-perl all 0.108-1 [42.6 kB]
13:40:16 #9 14.94 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-perl all 1.008001-2 [304 kB]
13:40:16 #9 15.01 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
13:40:16 #9 15.01 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhash-fieldhash-perl armhf 0.15-1build2 [15.9 kB]
13:40:16 #9 15.01 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
13:40:16 #9 15.01 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-format-perl all 2.12-1 [41.3 kB]
13:40:16 #9 15.01 Get:278 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-daemon-perl all 6.06-1 [21.4 kB]
13:40:16 #9 15.01 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libidn11 armhf 1.33-2.2ubuntu2 [43.1 kB]
13:40:16 #9 15.01 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstruct-dumb-perl all 0.09-1 [10.5 kB]
13:40:16 #9 15.01 Get:281 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-perl all 0.75-1 [254 kB]
13:40:16 #9 28.19 Selecting previously unselected package gcc.
13:40:16 #9 28.19 Preparing to unpack .../086-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ...
13:40:16 #9 28.20 Unpacking gcc (4:11.2.0-1ubuntu1) ...
13:40:16 #9 28.25 Selecting previously unselected package libstdc++-11-dev:amd64.
13:40:16 #9 28.25 Preparing to unpack .../087-libstdc++-11-dev_11.2.0-7ubuntu2_amd64.deb ...
13:40:16 #9 28.26 Unpacking libstdc++-11-dev:amd64 (11.2.0-7ubuntu2) ...
13:40:16 #9 28.43 Selecting previously unselected package g++-11.
13:40:16 #9 28.43 Preparing to unpack .../088-g++-11_11.2.0-7ubuntu2_amd64.deb ...
13:40:16 #9 28.43 Unpacking g++-11 (11.2.0-7ubuntu2) ...
13:40:16 #8 28.35 Preparing to unpack .../065-libmpfr6_4.0.1-1_amd64.deb ...
13:40:16 #8 28.35 Unpacking libmpfr6:amd64 (4.0.1-1) ...
13:40:16 #8 28.40 Selecting previously unselected package libmpc3:amd64.
13:40:16 #8 28.41 Preparing to unpack .../066-libmpc3_1.1.0-1_amd64.deb ...
13:40:16 #8 28.41 Unpacking libmpc3:amd64 (1.1.0-1) ...
13:40:16 #8 28.44 Selecting previously unselected package cpp-7.
13:40:16 #8 28.44 Preparing to unpack .../067-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
13:40:16 #8 28.44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
13:40:16 #8 37.11 Fedora Modular 34 - aarch64 - Updates           2.9 MB/s | 4.4 MB     00:01    
13:40:16 #8 38.55 Last metadata expiration check: 0:00:01 ago on Wed May  4 13:40:14 2022.
13:40:16 #9 28.49 Preparing to unpack .../190-git-man_1%3a2.34.1-1ubuntu1.2_all.deb ...
13:40:16 #9 28.49 Unpacking git-man (1:2.34.1-1ubuntu1.2) ...
13:40:16 #9 28.54 Selecting previously unselected package git.
13:40:16 #9 28.54 Preparing to unpack .../191-git_1%3a2.34.1-1ubuntu1.2_amd64.deb ...
13:40:16 #9 28.55 Unpacking git (1:2.34.1-1ubuntu1.2) ...
13:40:16 #9 28.68 Selecting previously unselected package libalgorithm-diff-perl.
13:40:16 #9 28.68 Preparing to unpack .../192-libalgorithm-diff-perl_1.201-1_all.deb ...
13:40:16 #9 28.68 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:40:16 #9 28.72 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:16 #9 28.72 Preparing to unpack .../193-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ...
13:40:16 #9 28.72 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
13:40:16 #9 28.75 Selecting previously unselected package libalgorithm-merge-perl.
13:40:16 #9 28.75 Preparing to unpack .../194-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:16 #9 28.76 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:16 #9 28.79 Selecting previously unselected package libaliased-perl.
13:40:16 #9 28.79 Preparing to unpack .../195-libaliased-perl_0.34-1.1_all.deb ...
13:40:16 #9 28.79 Unpacking libaliased-perl (0.34-1.1) ...
13:40:16 #9 28.82 Selecting previously unselected package libapt-pkg-perl.
13:40:16 #9 28.83 Preparing to unpack .../196-libapt-pkg-perl_0.1.40build2_amd64.deb ...
13:40:16 #9 28.83 Unpacking libapt-pkg-perl (0.1.40build2) ...
13:40:16 #9 28.86 Selecting previously unselected package libarchive-cpio-perl.
13:40:16 #9 33.31 Selecting previously unselected package devscripts.
13:40:16 #9 33.32 Preparing to unpack .../190-devscripts_2.20.2ubuntu2_arm64.deb ...
13:40:16 #9 33.34 Unpacking devscripts (2.20.2ubuntu2) ...
13:40:16 #9 33.44 Selecting previously unselected package diffstat.
13:40:16 #9 33.45 Preparing to unpack .../191-diffstat_1.63-1_arm64.deb ...
13:40:16 #9 33.45 Unpacking diffstat (1.63-1) ...
13:40:16 #9 33.49 Selecting previously unselected package python3-chardet.
13:40:16 #9 33.49 Preparing to unpack .../192-python3-chardet_3.0.4-4build1_all.deb ...
13:40:16 #9 33.50 Unpacking python3-chardet (3.0.4-4build1) ...
13:40:16 #9 33.54 Selecting previously unselected package python3-debian.
13:40:16 #9 33.54 Preparing to unpack .../193-python3-debian_0.1.36ubuntu1_all.deb ...
13:40:16 #9 33.55 Unpacking python3-debian (0.1.36ubuntu1) ...
13:40:16 #9 33.60 Selecting previously unselected package libgpgme11:arm64.
13:40:16 #9 33.60 Preparing to unpack .../194-libgpgme11_1.13.1-7ubuntu2_arm64.deb ...
13:40:16 #9 33.61 Unpacking libgpgme11:arm64 (1.13.1-7ubuntu2) ...
13:40:16 #9 33.65 Selecting previously unselected package python3-gpg.
13:40:16 #10 27.98   Cleanup          : rpm-libs-4.14.3-22.el8.aarch64                       96/96 
13:40:16 #10 27.99   Running scriptlet: rpm-libs-4.14.3-22.el8.aarch64                       96/96 
13:40:16 #10 28.01   Running scriptlet: guile-5:2.0.14-7.el8.aarch64                         96/96 
13:40:16 #10 28.02   Running scriptlet: rpm-libs-4.14.3-22.el8.aarch64                       96/96 
13:40:16 #10 28.18   Verifying        : desktop-file-utils-0.23-8.el8.aarch64                 1/96 
13:40:16 #10 28.18   Verifying        : dwz-0.12-10.el8.aarch64                               2/96 
13:40:16 #10 28.18   Verifying        : efi-srpm-macros-3-3.el8.noarch                        3/96 
13:40:16 #10 28.18   Verifying        : gc-7.6.4-3.el8.aarch64                                4/96 
13:40:16 #10 28.18   Verifying        : gdb-headless-8.2-18.el8.aarch64                       5/96 
13:40:16 #10 28.18   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    6/96 
13:40:16 #10 28.18   Verifying        : glibc-gconv-extra-2.28-189.el8.aarch64                7/96 
13:40:16 #10 28.18   Verifying        : go-srpm-macros-2-17.el8.noarch                        8/96 
13:40:16 #10 28.18   Verifying        : guile-5:2.0.14-7.el8.aarch64                          9/96 
13:40:16 #10 28.18   Verifying        : libatomic_ops-7.6.2-3.el8.aarch64                    10/96 
13:40:16 #10 28.18   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     11/96 
13:40:16 #10 28.18   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  12/96 
13:40:16 #10 28.18   Verifying        : perl-Digest-1.17-395.el8.noarch                      13/96 
13:40:16 #10 28.18   Verifying        : perl-Digest-MD5-2.55-396.el8.aarch64                 14/96 
13:40:16 #10 28.18   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  15/96 
13:40:16 #10 28.18   Verifying        : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be15   16/96 
13:40:16 #10 28.18   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   17/96 
13:40:16 #10 28.18   Verifying        : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff   18/96 
13:40:16 #10 28.18   Verifying        : perl-URI-1.73-3.el8.noarch                           19/96 
13:40:16 #10 28.18   Verifying        : perl-libnet-3.11-3.el8.noarch                        20/96 
13:40:16 #10 28.18   Verifying        : perl-srpm-macros-1-25.el8.noarch                     21/96 
13:40:16 #10 28.18   Verifying        : python-rpm-macros-3-41.el8.noarch                    22/96 
13:40:16 #10 28.18   Verifying        : python-srpm-macros-3-41.el8.noarch                   23/96 
13:40:16 #10 28.18   Verifying        : python3-rpm-macros-3-41.el8.noarch                   24/96 
13:40:16 #10 28.18   Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                  25/96 
13:40:16 #10 28.18   Verifying        : redhat-rpm-config-127-1.el8.noarch                   26/96 
13:40:16 #10 28.18   Verifying        : rpm-build-4.14.3-23.el8.aarch64                      27/96 
13:40:16 #10 28.18   Verifying        : rpmlint-1.10-14.el8.noarch                           28/96 
13:40:16 #10 28.18   Verifying        : rust-srpm-macros-5-2.el8.noarch                      29/96 
13:40:16 #10 28.18   Verifying        : zstd-1.4.4-1.el8.aarch64                             30/96 
13:40:16 #10 28.18   Verifying        : binutils-2.30-114.el8.aarch64                        31/96 
13:40:16 #10 28.18   Verifying        : bzip2-1.0.6-26.el8.aarch64                           32/96 
13:40:16 #10 28.18   Verifying        : cpio-2.12-11.el8.aarch64                             33/96 
13:40:16 #10 28.18   Verifying        : diffutils-3.6-6.el8.aarch64                          34/96 
13:40:16 #10 28.18   Verifying        : dnf-plugins-core-4.0.21-11.el8.noarch                35/96 
13:40:16 #10 28.18   Verifying        : elfutils-0.186-1.el8.aarch64                         36/96 
13:40:16 #10 28.18   Verifying        : elfutils-debuginfod-client-0.186-1.el8.aarch64       37/96 
13:40:16 #10 28.18   Verifying        : emacs-filesystem-1:26.1-7.el8.noarch                 38/96 
13:40:16 #10 28.18   Verifying        : file-5.33-20.el8.aarch64                             39/96 
13:40:16 #10 28.18   Verifying        : groff-base-1.22.3-18.el8.aarch64                     40/96 
13:40:16 #10 28.18   Verifying        : libbabeltrace-1.5.4-4.el8.aarch64                    41/96 
13:40:16 #10 28.18   Verifying        : libpkgconf-1.4.2-1.el8.aarch64                       42/96 
13:40:16 #10 28.18   Verifying        : libtool-ltdl-2.4.6-25.el8.aarch64                    43/96 
13:40:16 #10 28.18   Verifying        : ncurses-6.1-9.20180224.el8.aarch64                   44/96 
13:40:16 #10 28.18   Verifying        : openssl-1:1.1.1k-5.el8_5.aarch64                     45/96 
13:40:16 #10 28.18   Verifying        : patch-2.7.6-11.el8.aarch64                           46/96 
13:40:16 #10 28.18   Verifying        : perl-Carp-1.42-396.el8.noarch                        47/96 
13:40:16 #10 28.18   Verifying        : perl-Data-Dumper-2.167-399.el8.aarch64               48/96 
13:40:16 #10 28.18   Verifying        : perl-Encode-4:2.97-3.el8.aarch64                     49/96 
13:40:16 #10 28.18   Verifying        : perl-Errno-1.28-421.el8.aarch64                      50/96 
13:40:16 #10 28.18   Verifying        : perl-Exporter-5.72-396.el8.noarch                    51/96 
13:40:16 #10 28.18   Verifying        : perl-File-Path-2.15-2.el8.noarch                     52/96 
13:40:16 #10 28.18   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                53/96 
13:40:16 #10 28.18   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 54/96 
13:40:16 #10 28.18   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    55/96 
13:40:16 #10 28.18   Verifying        : perl-IO-1.38-421.el8.aarch64                         56/96 
13:40:16 #10 28.18   Verifying        : perl-MIME-Base64-3.15-396.el8.aarch64                57/96 
13:40:16 #10 28.18   Verifying        : perl-PathTools-3.74-1.el8.aarch64                    58/96 
13:40:16 #10 28.18   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               59/96 
13:40:16 #10 28.18   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 60/96 
13:40:16 #10 28.18   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                61/96 
13:40:16 #10 28.18   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 62/96 
13:40:16 #10 28.18   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64          63/96 
13:40:16 #10 28.18   Verifying        : perl-Socket-4:2.027-3.el8.aarch64                    64/96 
13:40:16 #10 28.18   Verifying        : perl-Storable-1:3.11-3.el8.aarch64                   65/96 
13:40:16 #10 28.18   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              66/96 
13:40:16 #10 28.18   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    67/96 
13:40:16 #10 28.18   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             68/96 
13:40:16 #10 28.18   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         69/96 
13:40:16 #10 28.18   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 70/96 
13:40:16 #10 28.18   Verifying        : perl-Unicode-Normalize-1.25-396.el8.aarch64          71/96 
13:40:16 #10 28.18   Verifying        : perl-constant-1.33-396.el8.noarch                    72/96 
13:40:16 #10 28.18   Verifying        : perl-interpreter-4:5.26.3-421.el8.aarch64            73/96 
13:40:16 #10 28.18   Verifying        : perl-libs-4:5.26.3-421.el8.aarch64                   74/96 
13:40:16 #10 28.18   Verifying        : perl-macros-4:5.26.3-421.el8.aarch64                 75/96 
13:40:16 #10 28.18   Verifying        : perl-parent-1:0.237-1.el8.noarch                     76/96 
13:40:16 #10 28.18   Verifying        : perl-podlators-4.11-1.el8.noarch                     77/96 
13:40:16 #10 28.18   Verifying        : perl-threads-1:2.21-2.el8.aarch64                    78/96 
13:40:16 #10 28.18   Verifying        : perl-threads-shared-1.58-2.el8.aarch64               79/96 
13:40:16 #10 28.18   Verifying        : pkgconf-1.4.2-1.el8.aarch64                          80/96 
13:40:16 #10 28.18   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        81/96 
13:40:16 #10 28.19   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.aarch64               82/96 
13:40:16 #10 28.19   Verifying        : unzip-6.0-46.el8.aarch64                             83/96 
13:40:16 #10 28.19   Verifying        : xz-5.2.4-3.el8.aarch64                               84/96 
13:40:16 #10 28.19   Verifying        : yum-utils-4.0.21-11.el8.noarch                       85/96 
13:40:16 #10 28.19   Verifying        : zip-3.0-23.el8.aarch64                               86/96 
13:40:16 #10 28.19   Verifying        : python3-dnf-plugins-core-4.0.21-11.el8.noarch        87/96 
13:40:16 #10 28.19   Verifying        : python3-dnf-plugins-core-4.0.21-10.el8.noarch        88/96 
13:40:16 #10 28.19   Verifying        : python3-rpm-4.14.3-23.el8.aarch64                    89/96 
13:40:16 #10 28.19   Verifying        : python3-rpm-4.14.3-22.el8.aarch64                    90/96 
13:40:16 #10 28.19   Verifying        : rpm-4.14.3-23.el8.aarch64                            91/96 
13:40:16 #10 28.19   Verifying        : rpm-4.14.3-22.el8.aarch64                            92/96 
13:40:16 #10 28.19   Verifying        : rpm-build-libs-4.14.3-23.el8.aarch64                 93/96 
13:40:16 #10 28.19   Verifying        : rpm-build-libs-4.14.3-22.el8.aarch64                 94/96 
13:40:16 #10 28.19   Verifying        : rpm-libs-4.14.3-23.el8.aarch64                       95/96 
13:40:16 #10 28.19   Verifying        : rpm-libs-4.14.3-22.el8.aarch64                       96/96 
13:40:16 #10 28.39 
13:40:16 #10 28.39 Upgraded:
13:40:16 #10 28.39   python3-dnf-plugins-core-4.0.21-11.el8.noarch                                 
13:40:16 #10 28.39   python3-rpm-4.14.3-23.el8.aarch64                                             
13:40:16 #10 28.39   rpm-4.14.3-23.el8.aarch64                                                     
13:40:16 #10 28.39   rpm-build-libs-4.14.3-23.el8.aarch64                                          
13:40:16 #10 28.39   rpm-libs-4.14.3-23.el8.aarch64                                                
13:40:16 #10 28.39 Installed:
13:40:16 #10 28.39   binutils-2.30-114.el8.aarch64                                                 
13:40:16 #10 28.39   bzip2-1.0.6-26.el8.aarch64                                                    
13:40:16 #10 28.39   cpio-2.12-11.el8.aarch64                                                      
13:40:16 #10 28.39   desktop-file-utils-0.23-8.el8.aarch64                                         
13:40:16 #10 28.39   diffutils-3.6-6.el8.aarch64                                                   
13:40:16 #10 28.39   dnf-plugins-core-4.0.21-11.el8.noarch                                         
13:40:16 #10 28.39   dwz-0.12-10.el8.aarch64                                                       
13:40:16 #10 28.39   efi-srpm-macros-3-3.el8.noarch                                                
13:40:16 #10 28.39   elfutils-0.186-1.el8.aarch64                                                  
13:40:16 #10 28.39   elfutils-debuginfod-client-0.186-1.el8.aarch64                                
13:40:16 #10 28.39   emacs-filesystem-1:26.1-7.el8.noarch                                          
13:40:16 #10 28.39   file-5.33-20.el8.aarch64                                                      
13:40:16 #10 28.39   gc-7.6.4-3.el8.aarch64                                                        
13:40:16 #10 28.39   gdb-headless-8.2-18.el8.aarch64                                               
13:40:16 #10 28.39   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
13:40:16 #10 28.39   glibc-gconv-extra-2.28-189.el8.aarch64                                        
13:40:16 #10 28.39   go-srpm-macros-2-17.el8.noarch                                                
13:40:16 #10 28.39   groff-base-1.22.3-18.el8.aarch64                                              
13:40:16 #10 28.39   guile-5:2.0.14-7.el8.aarch64                                                  
13:40:16 #10 28.39   libatomic_ops-7.6.2-3.el8.aarch64                                             
13:40:16 #10 28.39   libbabeltrace-1.5.4-4.el8.aarch64                                             
13:40:16 #10 28.39   libpkgconf-1.4.2-1.el8.aarch64                                                
13:40:16 #10 28.39   libtool-ltdl-2.4.6-25.el8.aarch64                                             
13:40:16 #10 28.39   ncurses-6.1-9.20180224.el8.aarch64                                            
13:40:16 #10 28.39   ocaml-srpm-macros-5-4.el8.noarch                                              
13:40:16 #10 28.39   openblas-srpm-macros-2-2.el8.noarch                                           
13:40:16 #10 28.39   openssl-1:1.1.1k-5.el8_5.aarch64                                              
13:40:16 #10 28.39   patch-2.7.6-11.el8.aarch64                                                    
13:40:16 #10 28.39   perl-Carp-1.42-396.el8.noarch                                                 
13:40:16 #10 28.39   perl-Data-Dumper-2.167-399.el8.aarch64                                        
13:40:16 #10 28.39   perl-Digest-1.17-395.el8.noarch                                               
13:40:16 #10 28.39   perl-Digest-MD5-2.55-396.el8.aarch64                                          
13:40:16 #10 28.39   perl-Encode-4:2.97-3.el8.aarch64                                              
13:40:16 #10 28.39   perl-Errno-1.28-421.el8.aarch64                                               
13:40:16 #10 28.39   perl-Exporter-5.72-396.el8.noarch                                             
13:40:16 #10 28.39   perl-File-Path-2.15-2.el8.noarch                                              
13:40:16 #10 28.39   perl-File-Temp-0.230.600-1.el8.noarch                                         
13:40:16 #10 28.39   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
13:40:16 #10 28.39   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
13:40:16 #10 28.39   perl-IO-1.38-421.el8.aarch64                                                  
13:40:16 #10 28.39   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
13:40:16 #10 28.39   perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be1595ff.noarch                 
13:40:16 #10 28.39   perl-MIME-Base64-3.15-396.el8.aarch64                                         
13:40:16 #10 28.39   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
13:40:16 #10 28.39   perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff.aarch64                    
13:40:16 #10 28.39   perl-PathTools-3.74-1.el8.aarch64                                             
13:40:16 #10 28.39   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
13:40:16 #10 28.39   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
13:40:16 #10 28.39   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
13:40:16 #10 28.39   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
13:40:16 #10 28.39   perl-Scalar-List-Utils-3:1.49-2.el8.aarch64                                   
13:40:16 #10 28.39   perl-Socket-4:2.027-3.el8.aarch64                                             
13:40:16 #10 28.39   perl-Storable-1:3.11-3.el8.aarch64                                            
13:40:16 #10 28.39   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
13:40:16 #10 28.39   perl-Term-Cap-1.17-395.el8.noarch                                             
13:40:16 #10 28.39   perl-Text-ParseWords-3.30-395.el8.noarch                                      
13:40:16 #10 28.39   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
13:40:16 #10 28.39   perl-Time-Local-1:1.280-1.el8.noarch                                          
13:40:16 #10 28.39   perl-URI-1.73-3.el8.noarch                                                    
13:40:16 #10 28.39   perl-Unicode-Normalize-1.25-396.el8.aarch64                                   
13:40:16 #10 28.39   perl-constant-1.33-396.el8.noarch                                             
13:40:16 #10 28.39   perl-interpreter-4:5.26.3-421.el8.aarch64                                     
13:40:16 #10 28.39   perl-libnet-3.11-3.el8.noarch                                                 
13:40:16 #10 28.39   perl-libs-4:5.26.3-421.el8.aarch64                                            
13:40:16 #10 28.39   perl-macros-4:5.26.3-421.el8.aarch64                                          
13:40:16 #10 28.39   perl-parent-1:0.237-1.el8.noarch                                              
13:40:16 #10 28.39   perl-podlators-4.11-1.el8.noarch                                              
13:40:16 #10 28.39   perl-srpm-macros-1-25.el8.noarch                                              
13:40:16 #10 28.39   perl-threads-1:2.21-2.el8.aarch64                                             
13:40:16 #10 28.39   perl-threads-shared-1.58-2.el8.aarch64                                        
13:40:16 #10 28.39   pkgconf-1.4.2-1.el8.aarch64                                                   
13:40:16 #10 28.39   pkgconf-m4-1.4.2-1.el8.noarch                                                 
13:40:16 #10 28.39   pkgconf-pkg-config-1.4.2-1.el8.aarch64                                        
13:40:16 #10 28.39   python-rpm-macros-3-41.el8.noarch                                             
13:40:16 #10 28.39   python-srpm-macros-3-41.el8.noarch                                            
13:40:16 #10 28.39   python3-rpm-macros-3-41.el8.noarch                                            
13:40:16 #10 28.39   qt5-srpm-macros-5.15.3-1.el8.noarch                                           
13:40:16 #10 28.39   redhat-rpm-config-127-1.el8.noarch                                            
13:40:16 #10 28.39   rpm-build-4.14.3-23.el8.aarch64                                               
13:40:16 #10 28.39   rpmlint-1.10-14.el8.noarch                                                    
13:40:16 #10 28.39   rust-srpm-macros-5-2.el8.noarch                                               
13:40:16 #10 28.39   unzip-6.0-46.el8.aarch64                                                      
13:40:16 #10 28.39   xz-5.2.4-3.el8.aarch64                                                        
13:40:16 #10 28.39   yum-utils-4.0.21-11.el8.noarch                                                
13:40:16 #10 28.39   zip-3.0-23.el8.aarch64                                                        
13:40:16 #10 28.39   zstd-1.4.4-1.el8.aarch64                                                      
13:40:16 #10 28.39 
13:40:16 #10 28.39 Complete!
13:40:16 #9 8.121 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-minimal armhf 3.10.4-0ubuntu2 [24.4 kB]
13:40:16 #9 8.121 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB]
13:40:16 #9 8.121 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
13:40:16 #9 8.121 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB]
13:40:16 #9 8.121 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB]
13:40:16 #9 8.121 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsqlite3-0 armhf 3.37.2-2 [549 kB]
13:40:16 #9 8.153 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpython3.10-stdlib armhf 3.10.4-3 [1748 kB]
13:40:16 #9 8.245 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3.10 armhf 3.10.4-3 [488 kB]
13:40:16 #9 8.260 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpython3-stdlib armhf 3.10.4-0ubuntu2 [6990 B]
13:40:16 #9 8.260 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3 armhf 3.10.4-0ubuntu2 [22.8 kB]
13:40:16 #9 8.260 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl-modules-5.34 all 5.34.0-3ubuntu1 [2975 kB]
13:40:16 #8 29.18 Selecting previously unselected package libicu63:amd64.
13:40:16 #8 29.19 Preparing to unpack .../080-libicu63_63.1-6+deb10u3_amd64.deb ...
13:40:16 #8 29.19 Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
13:40:16 #8 9.868 Get:119 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u1 [1085 kB]
13:40:16 #8 9.901 Get:120 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u1 [835 kB]
13:40:16 #8 9.907 Get:121 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u1 [868 kB]
13:40:16 #8 9.943 Get:122 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB]
13:40:16 #8 9.943 Get:123 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u1 [630 kB]
13:40:16 #8 9.961 Get:124 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u1 [509 kB]
13:40:16 #8 9.961 Get:125 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u1 [503 kB]
13:40:16 #8 9.961 Get:126 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u1 [617 kB]
13:40:16 #8 9.982 Get:127 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u1 [825 kB]
13:40:16 #8 10.01 Get:128 http://deb.debian.org/debian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
13:40:16 #8 10.01 Get:129 http://deb.debian.org/debian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
13:40:16 #8 10.01 Get:130 http://deb.debian.org/debian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
13:40:16 #8 10.01 Get:131 http://deb.debian.org/debian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
13:40:16 #8 10.01 Get:132 http://deb.debian.org/debian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.2 kB]
13:40:16 #8 10.01 Get:133 http://deb.debian.org/debian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
13:40:16 #8 10.01 Get:134 http://deb.debian.org/debian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
13:40:16 #8 10.01 Get:135 http://deb.debian.org/debian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b3 [11.0 kB]
13:40:16 #8 10.01 Get:136 http://deb.debian.org/debian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
13:40:16 #8 10.01 Get:137 http://deb.debian.org/debian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
13:40:16 #8 10.01 Get:138 http://deb.debian.org/debian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.5 kB]
13:40:16 #8 10.01 Get:139 http://deb.debian.org/debian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
13:40:16 #8 10.01 Get:140 http://deb.debian.org/debian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
13:40:16 #8 10.01 Get:141 http://deb.debian.org/debian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
13:40:16 #8 10.01 Get:142 http://deb.debian.org/debian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
13:40:16 #8 10.01 Get:143 http://deb.debian.org/debian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
13:40:16 #8 10.01 Get:144 http://deb.debian.org/debian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
13:40:16 #8 10.02 Get:145 http://deb.debian.org/debian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
13:40:16 #8 10.02 Get:146 http://deb.debian.org/debian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
13:40:16 #8 10.02 Get:147 http://deb.debian.org/debian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
13:40:16 #8 10.02 Get:148 http://deb.debian.org/debian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
13:40:16 #8 10.02 Get:149 http://deb.debian.org/debian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
13:40:16 #8 10.02 Get:150 http://deb.debian.org/debian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
13:40:16 #8 10.02 Get:151 http://deb.debian.org/debian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
13:40:16 #8 10.02 Get:152 http://deb.debian.org/debian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
13:40:16 #8 10.02 Get:153 http://deb.debian.org/debian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
13:40:16 #8 10.02 Get:154 http://deb.debian.org/debian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
13:40:16 #8 10.02 Get:155 http://deb.debian.org/debian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
13:40:16 #8 10.02 Get:156 http://deb.debian.org/debian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
13:40:16 #8 10.03 Get:157 http://deb.debian.org/debian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
13:40:16 #8 10.04 Get:158 http://deb.debian.org/debian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
13:40:16 #8 10.04 Get:159 http://deb.debian.org/debian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [303 kB]
13:40:16 #8 10.04 Get:160 http://deb.debian.org/debian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
13:40:16 #8 10.04 Get:161 http://deb.debian.org/debian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
13:40:16 #8 10.04 Get:162 http://deb.debian.org/debian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
13:40:16 #8 10.04 Get:163 http://deb.debian.org/debian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
13:40:16 #8 10.05 Get:164 http://deb.debian.org/debian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
13:40:16 #8 10.05 Get:165 http://deb.debian.org/debian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
13:40:16 #8 10.05 Get:166 http://deb.debian.org/debian bullseye/main armhf patchutils armhf 0.4.2-1 [72.5 kB]
13:40:16 #8 10.05 Get:167 http://deb.debian.org/debian bullseye/main armhf wdiff armhf 1.2.2-2+b1 [121 kB]
13:40:16 #8 10.05 Get:168 http://deb.debian.org/debian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
13:40:16 #8 10.06 Get:169 http://deb.debian.org/debian bullseye/main armhf diffstat armhf 1.64-1 [34.6 kB]
13:40:16 #8 10.06 Get:170 http://deb.debian.org/debian bullseye/main armhf distro-info-data all 0.51+deb11u1 [7624 B]
13:40:16 #8 10.06 Get:171 http://deb.debian.org/debian bullseye/main armhf python3-pkg-resources all 52.0.0-4 [190 kB]
13:40:16 #8 10.06 Get:172 http://deb.debian.org/debian bullseye/main armhf python3-chardet all 4.0.0-1 [99.0 kB]
13:40:16 #8 10.06 Get:173 http://deb.debian.org/debian bullseye/main armhf python3-six all 1.16.0-2 [17.5 kB]
13:40:16 #8 10.06 Get:174 http://deb.debian.org/debian bullseye/main armhf python3-debian all 0.1.39 [80.1 kB]
13:40:16 #8 10.06 Get:175 http://deb.debian.org/debian bullseye/main armhf libgpgme11 armhf 1.14.0-1+b2 [263 kB]
13:40:16 #8 10.06 Get:176 http://deb.debian.org/debian bullseye/main armhf python3-gpg armhf 1.14.0-1+b2 [316 kB]
13:40:16 #8 42.13 Setting up fonts-dejavu-core (2.37-2) ...
13:40:16 #8 42.18 Setting up libxdelta2 (1.1.3-9.3) ...
13:40:16 #8 42.19 Setting up libncursesw6:arm64 (6.2+20201114-2) ...
13:40:16 #8 42.20 Setting up libltdl7:arm64 (2.4.6-15) ...
13:40:16 #8 42.21 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
13:40:16 #8 42.23 Setting up libubsan1:arm64 (10.2.1-6) ...
13:40:16 #8 42.24 Setting up libmd0:arm64 (1.0.3-3) ...
13:40:16 #8 42.25 Setting up python-apt-common (2.2.1) ...
13:40:16 #8 42.26 Setting up libnsl-dev:arm64 (1.3.0-2) ...
13:40:16 #8 42.31 Setting up sensible-utils (0.0.14) ...
13:40:16 #8 42.32 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
13:40:16 #8 42.33 Setting up libcrypt-dev:arm64 (1:4.4.18-4) ...
13:40:16 #8 43.48 Setting up libuchardet0:arm64 (0.0.6-3) ...
13:40:16 #8 43.49 Setting up git-man (1:2.20.1-2+deb10u3) ...
13:40:16 #8 43.50 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
13:40:16 #8 43.51 Setting up netbase (5.6) ...
13:40:16 #8 43.54 Setting up libkrb5-3:arm64 (1.17-3+deb10u3) ...
13:40:16 #8 43.55 Setting up libmpdec2:arm64 (2.4.2-2) ...
13:40:16 #8 43.56 Setting up libbinutils:arm64 (2.31.1-16) ...
13:40:16 #8 43.57 Setting up cpp-8 (8.3.0-6) ...
13:40:16 #8 43.58 Setting up libc-dev-bin (2.28-10+deb10u1) ...
13:40:16 #9 33.07 Selecting previously unselected package gcc-11.
13:40:16 #9 33.07 Preparing to unpack .../084-gcc-11_11.2.0-7ubuntu2_arm64.deb ...
13:40:16 #9 33.08 Unpacking gcc-11 (11.2.0-7ubuntu2) ...
13:40:16 #9 26.79 Selecting previously unselected package liblsan0:amd64.
13:40:16 #9 26.80 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
13:40:16 #9 26.80 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:16 #9 26.92 Selecting previously unselected package libtsan0:amd64.
13:40:16 #9 33.64 Preparing to unpack .../248-libfile-fcntllock-perl_0.22-3build7_arm64.deb ...
13:40:16 #9 33.65 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
13:40:16 #9 33.68 Selecting previously unselected package libnumber-compare-perl.
13:40:16 #9 33.68 Preparing to unpack .../249-libnumber-compare-perl_0.03-2_all.deb ...
13:40:16 #9 33.68 Unpacking libnumber-compare-perl (0.03-2) ...
13:40:16 #9 33.71 Selecting previously unselected package libtext-glob-perl.
13:40:16 #9 33.72 Preparing to unpack .../250-libtext-glob-perl_0.11-2_all.deb ...
13:40:16 #9 33.72 Unpacking libtext-glob-perl (0.11-2) ...
13:40:16 #9 33.79 Selecting previously unselected package libfile-find-rule-perl.
13:40:16 #9 33.79 Preparing to unpack .../251-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:16 #9 33.80 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:16 #9 33.83 Selecting previously unselected package libfont-afm-perl.
13:40:16 #9 33.83 Preparing to unpack .../252-libfont-afm-perl_1.20-3_all.deb ...
13:40:16 #9 33.84 Unpacking libfont-afm-perl (1.20-3) ...
13:40:16 #9 33.87 Selecting previously unselected package libio-string-perl.
13:40:16 #9 33.87 Preparing to unpack .../253-libio-string-perl_1.08-3.1_all.deb ...
13:40:16 #9 33.87 Unpacking libio-string-perl (1.08-3.1) ...
13:40:16 #9 33.90 Selecting previously unselected package libfont-ttf-perl.
13:40:16 #8 18.54 Unpacking libreadline7:armhf (7.0-3) ...
13:40:16 #8 18.60 Selecting previously unselected package libsqlite3-0:armhf.
13:40:16 #8 18.60 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.4_armhf.deb ...
13:40:16 #8 18.60 Unpacking libsqlite3-0:armhf (3.22.0-1ubuntu0.4) ...
13:40:16 #8 18.70 Selecting previously unselected package libpython3.6-stdlib:armhf.
13:40:16 #8 18.70 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.7_armhf.deb ...
13:40:16 #8 18.71 Unpacking libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.7) ...
13:40:16 #9 15.08 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblinux-epoll-perl armhf 0.017-1 [14.7 kB]
13:40:16 #9 15.08 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
13:40:16 #9 15.16 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtypes-serialiser-perl all 1.0-1 [12.1 kB]
13:40:16 #9 15.16 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-xs-perl armhf 4.020-1build1 [81.7 kB]
13:40:16 #9 15.16 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-maybexs-perl all 1.004000-1 [11.0 kB]
13:40:16 #9 15.16 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-compare-perl all 0.53-1 [65.6 kB]
13:40:16 #9 15.16 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-moreutils-perl armhf 0.416-1build5 [52.7 kB]
13:40:16 #9 15.16 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
13:40:16 #9 15.16 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-xs-perl armhf 0.58-2 [29.4 kB]
13:40:16 #9 15.16 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl7 armhf 2.4.6-14 [35.4 kB]
13:40:16 #9 15.23 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl-dev armhf 2.4.6-14 [160 kB]
13:40:16 #9 15.23 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:40:16 #9 15.31 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB]
13:40:16 #9 15.31 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-aliases-perl all 0.001006-1 [7176 B]
13:40:16 #9 15.31 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
13:40:16 #9 15.31 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-struct-perl all 0.017-1 [23.4 kB]
13:40:16 #9 15.31 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-sec-perl armhf 1.15-1 [43.4 kB]
13:40:16 #9 15.31 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-libidn-perl armhf 0.12.ds-3build2 [16.5 kB]
13:40:16 #9 15.31 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-range-perl all 0.12-1 [8556 B]
13:40:16 #9 15.31 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-xs-perl armhf 0.29-1build1 [16.7 kB]
13:40:16 #8 43.57 Updating certificates in /etc/ssl/certs...
13:40:16 #9 28.87 Preparing to unpack .../197-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:40:16 #9 28.87 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:40:16 #9 28.91 Selecting previously unselected package libarray-intspan-perl.
13:40:16 #9 28.91 Preparing to unpack .../198-libarray-intspan-perl_2.004-1_all.deb ...
13:40:16 #9 28.92 Unpacking libarray-intspan-perl (2.004-1) ...
13:40:16 #9 28.95 Selecting previously unselected package libmodule-implementation-perl.
13:40:16 #9 28.95 Preparing to unpack .../199-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:40:16 #9 28.96 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:40:16 #9 28.98 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:16 #9 28.99 Preparing to unpack .../200-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:16 #9 28.99 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:16 #9 29.02 Selecting previously unselected package libvariable-magic-perl.
13:40:16 #9 29.02 Preparing to unpack .../201-libvariable-magic-perl_0.62-1build5_amd64.deb ...
13:40:16 #9 29.02 Unpacking libvariable-magic-perl (0.62-1build5) ...
13:40:16 #9 29.05 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:16 #9 29.06 Preparing to unpack .../202-libb-hooks-endofscope-perl_0.25-1_all.deb ...
13:40:16 #9 29.06 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
13:40:16 #9 29.09 Selecting previously unselected package libfreetype6:amd64.
13:40:16 #9 33.65 Preparing to unpack .../195-python3-gpg_1.13.1-7ubuntu2_arm64.deb ...
13:40:16 #9 33.65 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
13:40:16 #9 33.71 Selecting previously unselected package dput.
13:40:16 #9 33.71 Preparing to unpack .../196-dput_1.0.3ubuntu1_all.deb ...
13:40:16 #9 33.72 Unpacking dput (1.0.3ubuntu1) ...
13:40:16 #9 33.76 Selecting previously unselected package libcurl3-gnutls:arm64.
13:40:16 #9 33.77 Preparing to unpack .../197-libcurl3-gnutls_7.68.0-1ubuntu2.10_arm64.deb ...
13:40:16 #9 33.77 Unpacking libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.10) ...
13:40:16 #9 33.81 Selecting previously unselected package liberror-perl.
13:40:16 #9 33.82 Preparing to unpack .../198-liberror-perl_0.17029-1_all.deb ...
13:40:16 #9 33.82 Unpacking liberror-perl (0.17029-1) ...
13:40:16 #9 33.86 Selecting previously unselected package git-man.
13:40:16 #9 33.86 Preparing to unpack .../199-git-man_1%3a2.25.1-1ubuntu3.4_all.deb ...
13:40:16 #9 33.86 Unpacking git-man (1:2.25.1-1ubuntu3.4) ...
13:40:16 #8 10.07 Get:177 http://deb.debian.org/debian bullseye/main armhf dput all 1.1.0 [56.5 kB]
13:40:16 #8 10.11 Get:178 http://deb.debian.org/debian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
13:40:16 #8 10.11 Get:179 http://deb.debian.org/debian bullseye/main armhf fonts-dejavu-core all 2.37-2 [1069 kB]
13:40:16 #8 10.11 Get:180 http://deb.debian.org/debian bullseye/main armhf fontconfig-config all 2.13.1-4.2 [281 kB]
13:40:16 #8 10.12 Get:181 http://deb.debian.org/debian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u1 [306 kB]
13:40:16 #8 10.12 Get:182 http://deb.debian.org/debian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
13:40:16 #8 10.14 Get:183 http://deb.debian.org/debian bullseye/main armhf git-man all 1:2.30.2-1 [1827 kB]
13:40:16 #8 10.14 Get:184 http://deb.debian.org/debian bullseye/main armhf git armhf 1:2.30.2-1 [5128 kB]
13:40:16 #8 10.25 Get:185 http://deb.debian.org/debian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
13:40:16 #8 10.29 Get:186 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB]
13:40:16 #8 10.29 Get:187 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-xs-perl armhf 0.04-6+b1 [11.5 kB]
13:40:16 #8 10.30 Get:188 http://deb.debian.org/debian bullseye/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
13:40:16 #8 10.30 Get:189 http://deb.debian.org/debian bullseye/main armhf libaliased-perl all 0.34-1.1 [14.1 kB]
13:40:16 #8 10.30 Get:190 http://deb.debian.org/debian bullseye/main armhf libapt-pkg-perl armhf 0.1.39 [66.9 kB]
13:40:16 #8 10.30 Get:191 http://deb.debian.org/debian bullseye/main armhf libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
13:40:16 #8 10.30 Get:192 http://deb.debian.org/debian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [303 kB]
13:40:16 #8 10.30 Get:193 http://deb.debian.org/debian bullseye/main armhf libarray-intspan-perl all 2.004-1 [25.5 kB]
13:40:16 #8 10.30 Get:194 http://deb.debian.org/debian bullseye/main armhf libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
13:40:16 #8 10.30 Get:195 http://deb.debian.org/debian bullseye/main armhf libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
13:40:16 #8 10.31 Get:196 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
13:40:16 #8 10.31 Get:197 http://deb.debian.org/debian bullseye/main armhf libvariable-magic-perl armhf 0.62-1+b3 [43.0 kB]
13:40:16 #8 10.31 Get:198 http://deb.debian.org/debian bullseye/main armhf libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
13:40:16 #8 10.31 Get:199 http://deb.debian.org/debian bullseye/main armhf libpng16-16 armhf 1.6.37-3 [277 kB]
13:40:16 #8 10.32 Get:200 http://deb.debian.org/debian bullseye/main armhf libfreetype6 armhf 2.10.4+dfsg-1 [357 kB]
13:40:16 #8 10.34 Get:201 http://deb.debian.org/debian bullseye/main armhf libfontconfig1 armhf 2.13.1-4.2 [329 kB]
13:40:16 #8 10.34 Get:202 http://deb.debian.org/debian bullseye/main armhf libjpeg62-turbo armhf 1:2.0.6-4 [123 kB]
13:40:16 #8 10.34 Get:203 http://deb.debian.org/debian bullseye/main armhf libdeflate0 armhf 1.7-1 [43.1 kB]
13:40:16 #8 10.34 Get:204 http://deb.debian.org/debian bullseye/main armhf libjbig0 armhf 2.1-3.1+b2 [28.4 kB]
13:40:16 #8 10.34 Get:205 http://deb.debian.org/debian bullseye/main armhf libwebp6 armhf 0.6.1-2.1 [226 kB]
13:40:16 #8 10.35 Get:206 http://deb.debian.org/debian bullseye/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB]
13:40:16 #8 10.35 Get:207 http://deb.debian.org/debian bullseye/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
13:40:16 #8 10.35 Get:208 http://deb.debian.org/debian bullseye/main armhf libxcb1 armhf 1.14-3 [136 kB]
13:40:16 #8 10.36 Get:209 http://deb.debian.org/debian bullseye/main armhf libx11-data all 2:1.7.2-1 [311 kB]
13:40:16 #8 10.36 Get:210 http://deb.debian.org/debian bullseye/main armhf libx11-6 armhf 2:1.7.2-1 [713 kB]
13:40:16 #8 10.36 Get:211 http://deb.debian.org/debian bullseye/main armhf libxpm4 armhf 1:3.5.12-1 [44.0 kB]
13:40:16 #8 10.37 Get:212 http://deb.debian.org/debian bullseye/main armhf libgd3 armhf 2.3.0-2 [119 kB]
13:40:16 #8 10.37 Get:213 http://deb.debian.org/debian bullseye/main armhf libc-devtools armhf 2.31-13+deb11u3 [246 kB]
13:40:16 #8 10.37 Get:214 http://deb.debian.org/debian bullseye/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB]
13:40:16 #8 10.37 Get:215 http://deb.debian.org/debian bullseye/main armhf libclass-data-inheritable-perl all 0.08-3 [8588 B]
13:40:16 #8 10.39 Get:216 http://deb.debian.org/debian bullseye/main armhf libclass-inspector-perl all 1.36-1 [19.6 kB]
13:40:16 #8 10.39 Get:217 http://deb.debian.org/debian bullseye/main armhf libclass-xsaccessor-perl armhf 1.19-3+b7 [37.3 kB]
13:40:16 #8 10.39 Get:218 http://deb.debian.org/debian bullseye/main armhf libclone-perl armhf 0.45-1+b1 [14.8 kB]
13:40:16 #8 10.39 Get:219 http://deb.debian.org/debian bullseye/main armhf libcommon-sense-perl armhf 3.75-1+b4 [24.6 kB]
13:40:16 #8 10.40 Get:220 http://deb.debian.org/debian bullseye/main armhf libconfig-tiny-perl all 2.26-1 [16.5 kB]
13:40:16 #8 10.40 Get:221 http://deb.debian.org/debian bullseye/main armhf libparams-util-perl armhf 1.102-1+b1 [24.6 kB]
13:40:16 #8 10.40 Get:222 http://deb.debian.org/debian bullseye/main armhf libsub-install-perl all 0.928-1.1 [10.8 kB]
13:40:16 #8 10.40 Get:223 http://deb.debian.org/debian bullseye/main armhf libdata-optlist-perl all 0.110-1.1 [10.8 kB]
13:40:16 #8 10.40 Get:224 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB]
13:40:16 #8 10.40 Get:225 http://deb.debian.org/debian bullseye/main armhf libconst-fast-perl all 0.014-1.1 [8552 B]
13:40:16 #8 10.40 Get:226 http://deb.debian.org/debian bullseye/main armhf libwant-perl armhf 0.29-1+b6 [27.4 kB]
13:40:16 #8 10.40 Get:227 http://deb.debian.org/debian bullseye/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB]
13:40:16 #8 10.40 Get:228 http://deb.debian.org/debian bullseye/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB]
13:40:16 #8 10.41 Get:229 http://deb.debian.org/debian bullseye/main armhf libcpanel-json-xs-perl armhf 4.25-1+b1 [127 kB]
13:40:16 #8 10.41 Get:230 http://deb.debian.org/debian bullseye/main armhf libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
13:40:16 #8 10.41 Get:231 http://deb.debian.org/debian bullseye/main armhf libexception-class-perl all 1.44-1 [32.3 kB]
13:40:16 #8 10.41 Get:232 http://deb.debian.org/debian bullseye/main armhf libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
13:40:16 #8 10.41 Get:233 http://deb.debian.org/debian bullseye/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
13:40:16 #8 10.41 Get:234 http://deb.debian.org/debian bullseye/main armhf libexporter-tiny-perl all 1.002002-1 [37.8 kB]
13:40:16 #8 10.42 Get:235 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-xs-perl armhf 0.430-2 [35.5 kB]
13:40:16 #8 10.42 Get:236 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-perl all 0.430-2 [46.9 kB]
13:40:16 #8 42.34 Setting up libuchardet0:arm64 (0.0.7-1) ...
13:40:16 #8 42.35 Setting up lzop (1.04-2) ...
13:40:16 #8 42.36 Setting up libmpdec3:arm64 (2.5.1-1) ...
13:40:16 #8 42.37 Setting up git-man (1:2.30.2-1) ...
13:40:16 #8 42.38 Setting up libssh2-1:arm64 (1.9.0-2) ...
13:40:16 #8 42.39 Setting up netbase (6.3) ...
13:40:16 #8 42.43 Setting up libtiff5:arm64 (4.2.0-1+deb11u1) ...
13:40:16 #8 42.44 Setting up libbinutils:arm64 (2.35.2-2) ...
13:40:16 #8 42.45 Setting up libfido2-1:arm64 (1.6.0-2) ...
13:40:16 #8 42.46 Setting up libisl23:arm64 (0.23-1) ...
13:40:16 #8 42.47 Setting up libc-dev-bin (2.31-13+deb11u3) ...
13:40:16 #8 42.48 Setting up openssl (1.1.1n-0+deb11u1) ...
13:40:16 #8 42.49 Setting up libbsd0:arm64 (0.11.3-1) ...
13:40:16 #8 42.50 Setting up libelf1:arm64 (0.183-1) ...
13:40:16 #8 42.52 Setting up readline-common (8.1-1) ...
13:40:16 #8 42.54 Setting up publicsuffix (20211207.1025-0+deb11u1) ...
13:40:16 #8 42.55 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ...
13:40:16 #8 42.56 Setting up libmarkdown2:arm64 (2.2.6-1) ...
13:40:16 #8 42.58 Setting up libcc1-0:arm64 (10.2.1-6) ...
13:40:16 #8 42.59 Setting up iso-codes (4.6.0-1) ...
13:40:16 #8 42.60 Setting up liblocale-gettext-perl (1.07-4+b1) ...
13:40:16 #8 42.61 Setting up liblsan0:arm64 (10.2.1-6) ...
13:40:16 #8 42.62 Setting up cpp-10 (10.2.1-6) ...
13:40:16 #8 42.63 Setting up dctrl-tools (2.24-3) ...
13:40:16 #8 42.65 Setting up libitm1:arm64 (10.2.1-6) ...
13:40:16 #8 42.66 Setting up debian-keyring (2021.07.26) ...
13:40:16 #9 26.92 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
13:40:16 #9 26.92 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:16 #8 43.59 Setting up openssl (1.1.1n-0+deb10u1) ...
13:40:16 #8 43.61 Setting up libbsd0:arm64 (0.9.1-2+deb10u1) ...
13:40:16 #8 43.62 Setting up readline-common (7.0-5) ...
13:40:16 #8 43.64 Setting up publicsuffix (20211109.1735-0+deb10u1) ...
13:40:16 #8 43.65 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u3) ...
13:40:16 #8 43.67 Setting up libcc1-0:arm64 (8.3.0-6) ...
13:40:16 #8 43.68 Setting up iso-codes (4.2-1) ...
13:40:16 #8 43.69 Setting up liblocale-gettext-perl (1.07-3+b4) ...
13:40:16 #8 43.70 Setting up liblsan0:arm64 (8.3.0-6) ...
13:40:16 #8 43.71 Setting up dctrl-tools (2.24-3) ...
13:40:16 #8 43.73 Setting up libitm1:arm64 (8.3.0-6) ...
13:40:16 #8 43.74 Setting up debian-keyring (2019.02.25) ...
13:40:16 #8 43.75 Setting up libreadline7:arm64 (7.0-5) ...
13:40:16 #8 43.76 Setting up libgdbm6:arm64 (1.18.1-4) ...
13:40:16 #8 43.77 Setting up gnupg-utils (2.2.12-1+deb10u1) ...
13:40:16 #8 43.78 Setting up libtsan0:arm64 (8.3.0-6) ...
13:40:16 #9 33.90 Preparing to unpack .../254-libfont-ttf-perl_1.06-1.1_all.deb ...
13:40:16 #9 33.91 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:40:16 #9 33.96 Selecting previously unselected package libsort-versions-perl.
13:40:16 #9 33.96 Preparing to unpack .../255-libsort-versions-perl_1.62-1_all.deb ...
13:40:16 #9 33.96 Unpacking libsort-versions-perl (1.62-1) ...
13:40:16 #9 33.99 Selecting previously unselected package libgit-wrapper-perl.
13:40:16 #9 34.00 Preparing to unpack .../256-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:16 #9 34.00 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:16 #9 34.04 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:16 #9 34.04 Preparing to unpack .../257-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:40:16 #9 34.04 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:16 #9 34.07 Selecting previously unselected package libio-prompter-perl.
13:40:16 #9 34.07 Preparing to unpack .../258-libio-prompter-perl_0.004015-1_all.deb ...
13:40:16 #9 34.08 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:16 #9 34.11 Selecting previously unselected package libjson-perl.
13:40:16 #9 34.11 Preparing to unpack .../259-libjson-perl_4.04000-1_all.deb ...
13:40:16 #9 34.12 Unpacking libjson-perl (4.04000-1) ...
13:40:16 #9 34.15 Selecting previously unselected package liblog-any-perl.
13:40:16 #13 ...
13:40:16 
13:40:16 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:16 #8 sha256:a3650ab2eafc202881848d6aaccefa9b08ce3891b715fe5b5649470da5ef0c51
13:40:16 #8 10.27 Get:113 http://deb.debian.org/debian buster/main armhf libfakeroot armhf 1.23-1 [41.8 kB]
13:40:16 #8 10.27 Get:114 http://deb.debian.org/debian buster/main armhf fakeroot armhf 1.23-1 [83.8 kB]
13:40:16 #8 10.27 Get:115 http://deb.debian.org/debian buster/main armhf libassuan0 armhf 2.5.2-1 [42.8 kB]
13:40:16 #8 10.27 Get:116 http://deb.debian.org/debian buster/main armhf gpgconf armhf 2.2.12-1+deb10u1 [492 kB]
13:40:16 #8 10.29 Get:117 http://deb.debian.org/debian buster/main armhf libksba8 armhf 1.3.5-2 [85.9 kB]
13:40:16 #8 10.29 Get:118 http://deb.debian.org/debian buster/main armhf libnpth0 armhf 1.6-1 [17.4 kB]
13:40:16 #8 10.29 Get:119 http://deb.debian.org/debian buster/main armhf dirmngr armhf 2.2.12-1+deb10u1 [669 kB]
13:40:16 #8 10.31 Get:120 http://deb.debian.org/debian buster/main armhf gnupg-l10n all 2.2.12-1+deb10u1 [1010 kB]
13:40:16 #8 10.33 Get:121 http://deb.debian.org/debian buster/main armhf gnupg-utils armhf 2.2.12-1+deb10u1 [788 kB]
13:40:16 #8 10.33 Get:122 http://deb.debian.org/debian buster/main armhf gpg armhf 2.2.12-1+deb10u1 [804 kB]
13:40:16 #8 10.35 Get:123 http://deb.debian.org/debian buster/main armhf pinentry-curses armhf 1.1.0-2 [59.8 kB]
13:40:16 #8 10.35 Get:124 http://deb.debian.org/debian buster/main armhf gpg-agent armhf 2.2.12-1+deb10u1 [578 kB]
13:40:16 #8 10.35 Get:125 http://deb.debian.org/debian buster/main armhf gpg-wks-client armhf 2.2.12-1+deb10u1 [469 kB]
13:40:16 #8 10.35 Get:126 http://deb.debian.org/debian buster/main armhf gpg-wks-server armhf 2.2.12-1+deb10u1 [464 kB]
13:40:16 #8 10.36 Get:127 http://deb.debian.org/debian buster/main armhf gpgsm armhf 2.2.12-1+deb10u1 [573 kB]
13:40:16 #8 10.37 Get:128 http://deb.debian.org/debian buster/main armhf gnupg all 2.2.12-1+deb10u1 [715 kB]
13:40:16 #8 10.37 Get:129 http://deb.debian.org/debian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
13:40:16 #8 10.37 Get:130 http://deb.debian.org/debian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
13:40:16 #8 10.39 Get:131 http://deb.debian.org/debian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b5 [32.9 kB]
13:40:16 #8 10.39 Get:132 http://deb.debian.org/debian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
13:40:16 #8 10.39 Get:133 http://deb.debian.org/debian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
13:40:16 #8 10.39 Get:134 http://deb.debian.org/debian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
13:40:16 #8 10.39 Get:135 http://deb.debian.org/debian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
13:40:16 #8 10.39 Get:136 http://deb.debian.org/debian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.0 kB]
13:40:16 #8 10.39 Get:137 http://deb.debian.org/debian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
13:40:16 #8 10.39 Get:138 http://deb.debian.org/debian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
13:40:16 #8 10.39 Get:139 http://deb.debian.org/debian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.2 kB]
13:40:16 #8 10.39 Get:140 http://deb.debian.org/debian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
13:40:16 #8 10.39 Get:141 http://deb.debian.org/debian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
13:40:16 #8 10.39 Get:142 http://deb.debian.org/debian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
13:40:16 #8 10.39 Get:143 http://deb.debian.org/debian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
13:40:16 #8 10.39 Get:144 http://deb.debian.org/debian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
13:40:16 #8 10.39 Get:145 http://deb.debian.org/debian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
13:40:16 #8 10.39 Get:146 http://deb.debian.org/debian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
13:40:16 #8 10.39 Get:147 http://deb.debian.org/debian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
13:40:16 #8 10.39 Get:148 http://deb.debian.org/debian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
13:40:16 #8 10.39 Get:149 http://deb.debian.org/debian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
13:40:16 #8 10.39 Get:150 http://deb.debian.org/debian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
13:40:16 #8 10.39 Get:151 http://deb.debian.org/debian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
13:40:16 #8 10.39 Get:152 http://deb.debian.org/debian buster/main armhf libhtml-parser-perl armhf 3.72-3+b3 [102 kB]
13:40:16 #8 10.39 Get:153 http://deb.debian.org/debian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
13:40:16 #8 10.40 Get:154 http://deb.debian.org/debian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
13:40:16 #8 10.40 Get:155 http://deb.debian.org/debian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
13:40:16 #8 10.40 Get:156 http://deb.debian.org/debian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
13:40:16 #8 10.40 Get:157 http://deb.debian.org/debian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
13:40:16 #8 10.41 Get:158 http://deb.debian.org/debian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
13:40:16 #8 10.42 Get:159 http://deb.debian.org/debian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
13:40:16 #8 10.42 Get:160 http://deb.debian.org/debian buster/main armhf libnet-ssleay-perl armhf 1.85-2+b1 [288 kB]
13:40:16 #8 10.42 Get:161 http://deb.debian.org/debian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
13:40:16 #8 10.42 Get:162 http://deb.debian.org/debian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
13:40:16 #8 10.42 Get:163 http://deb.debian.org/debian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
13:40:16 #8 10.43 Get:164 http://deb.debian.org/debian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
13:40:16 #8 10.43 Get:165 http://deb.debian.org/debian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
13:40:16 #8 10.43 Get:166 http://deb.debian.org/debian buster/main armhf libwww-perl all 6.36-2 [188 kB]
13:40:16 #8 10.43 Get:167 http://deb.debian.org/debian buster/main armhf patchutils armhf 0.3.4-2 [86.2 kB]
13:40:16 #8 10.43 Get:168 http://deb.debian.org/debian buster/main armhf wdiff armhf 1.2.2-2+b1 [121 kB]
13:40:16 #8 10.43 Get:169 http://deb.debian.org/debian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
13:40:16 #8 10.45 Get:170 http://deb.debian.org/debian buster/main armhf diffstat armhf 1.62-1 [31.6 kB]
13:40:16 #8 10.45 Get:171 http://deb.debian.org/debian buster/main armhf distro-info-data all 0.41+deb10u4 [6880 B]
13:40:16 #8 10.45 Get:172 http://deb.debian.org/debian buster/main armhf python3-pkg-resources all 40.8.0-1 [153 kB]
13:40:16 #8 10.45 Get:173 http://deb.debian.org/debian buster/main armhf python3-chardet all 3.0.4-3 [80.5 kB]
13:40:16 #8 10.46 Get:174 http://deb.debian.org/debian buster/main armhf python3-six all 1.12.0-1 [15.7 kB]
13:40:16 #8 10.46 Get:175 http://deb.debian.org/debian buster/main armhf python3-debian all 0.1.35 [78.8 kB]
13:40:16 #8 10.46 Get:176 http://deb.debian.org/debian buster/main armhf libgpgme11 armhf 1.12.0-6 [232 kB]
13:40:16 #8 10.47 Get:177 http://deb.debian.org/debian buster/main armhf python3-gpg armhf 1.12.0-6 [279 kB]
13:40:16 #8 10.47 Get:178 http://deb.debian.org/debian buster/main armhf dput all 1.0.3 [54.5 kB]
13:40:16 #8 10.47 Get:179 http://deb.debian.org/debian buster/main armhf equivs all 2.2.0 [22.4 kB]
13:40:16 #8 10.47 Get:180 http://deb.debian.org/debian buster/main armhf exim4-config all 4.92-8+deb10u6 [324 kB]
13:40:16 #8 10.49 Get:181 http://deb.debian.org/debian buster/main armhf exim4-base armhf 4.92-8+deb10u6 [1134 kB]
13:40:16 #8 10.50 Get:182 http://deb.debian.org/debian buster/main armhf libevent-2.1-6 armhf 2.1.8-stable-4 [159 kB]
13:40:16 #8 10.50 Get:183 http://deb.debian.org/debian buster/main armhf libunbound8 armhf 1.9.0-2+deb10u2 [411 kB]
13:40:16 #8 10.51 Get:184 http://deb.debian.org/debian buster/main armhf libgnutls-dane0 armhf 3.6.7-4+deb10u7 [315 kB]
13:40:16 #8 10.52 Get:185 http://deb.debian.org/debian buster/main armhf exim4-daemon-light armhf 4.92-8+deb10u6 [545 kB]
13:40:16 #8 10.56 Get:186 http://deb.debian.org/debian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [296 kB]
13:40:16 #8 10.56 Get:187 http://deb.debian.org/debian buster/main armhf libpcre2-8-0 armhf 10.32-5 [190 kB]
13:40:16 #8 10.56 Get:188 http://deb.debian.org/debian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
13:40:16 #8 10.56 Get:189 http://deb.debian.org/debian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1620 kB]
13:40:16 #8 10.57 Get:190 http://deb.debian.org/debian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4542 kB]
13:40:16 #8 10.68 Get:191 http://deb.debian.org/debian buster/main armhf libgc1c2 armhf 1:7.6.4-0.4 [212 kB]
13:40:16 #8 10.68 Get:192 http://deb.debian.org/debian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
13:40:16 #8 10.70 Get:193 http://deb.debian.org/debian buster/main armhf guile-2.2-libs armhf 2.2.4+1-2+deb10u1 [4920 kB]
13:40:16 #8 10.79 Get:194 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB]
13:40:16 #8 10.82 Get:195 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
13:40:16 #8 10.82 Get:196 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-xs-perl armhf 0.04-5+b1 [11.3 kB]
13:40:16 #8 10.85 Get:197 http://deb.debian.org/debian buster/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
13:40:16 #8 10.85 Get:198 http://deb.debian.org/debian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
13:40:16 #8 10.85 Get:199 http://deb.debian.org/debian buster/main armhf libapt-pkg-perl armhf 0.1.34+b1 [66.3 kB]
13:40:16 #8 10.85 Get:200 http://deb.debian.org/debian buster/main armhf libarchive-cpio-perl all 0.10-1 [10.3 kB]
13:40:16 #8 10.85 Get:201 http://deb.debian.org/debian buster/main armhf libasync-mergepoint-perl all 0.04-2 [10.4 kB]
13:40:16 #8 10.85 Get:202 http://deb.debian.org/debian buster/main armhf libauthen-sasl-perl all 2.1600-1 [50.8 kB]
13:40:16 #8 10.85 Get:203 http://deb.debian.org/debian buster/main armhf libmodule-implementation-perl all 0.09-1 [12.9 kB]
13:40:16 #8 10.85 Get:204 http://deb.debian.org/debian buster/main armhf libvariable-magic-perl armhf 0.62-1+b1 [43.4 kB]
13:40:16 #8 10.85 Get:205 http://deb.debian.org/debian buster/main armhf libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
13:40:16 #8 10.85 Get:206 http://deb.debian.org/debian buster/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB]
13:40:16 #8 10.85 Get:207 http://deb.debian.org/debian buster/main armhf libcgi-pm-perl all 4.40-1 [222 kB]
13:40:16 #8 10.87 Get:208 http://deb.debian.org/debian buster/main armhf libfcgi-perl armhf 0.78-2+b3 [34.8 kB]
13:40:16 #8 10.87 Get:209 http://deb.debian.org/debian buster/main armhf libcgi-fast-perl all 1:2.13-1 [11.4 kB]
13:40:16 #8 10.87 Get:210 http://deb.debian.org/debian buster/main armhf libsub-name-perl armhf 0.21-1+b3 [13.0 kB]
13:40:16 #8 10.87 Get:211 http://deb.debian.org/debian buster/main armhf libclass-accessor-perl all 0.51-1 [23.2 kB]
13:40:16 #8 10.87 Get:212 http://deb.debian.org/debian buster/main armhf libclass-inspector-perl all 1.32-1 [19.1 kB]
13:40:16 #8 10.87 Get:213 http://deb.debian.org/debian buster/main armhf libclass-xsaccessor-perl armhf 1.19-3+b2 [37.5 kB]
13:40:16 #8 10.87 Get:214 http://deb.debian.org/debian buster/main armhf libclone-perl armhf 0.41-1+b1 [14.0 kB]
13:40:16 #8 11.02 Get:215 http://deb.debian.org/debian buster/main armhf libcommon-sense-perl armhf 3.74-2+b7 [24.0 kB]
13:40:16 #8 11.03 Get:216 http://deb.debian.org/debian buster/main armhf libparams-util-perl armhf 1.07-3+b4 [21.8 kB]
13:40:16 #8 11.03 Get:217 http://deb.debian.org/debian buster/main armhf libsub-install-perl all 0.928-1 [11.4 kB]
13:40:16 #8 11.04 Get:218 http://deb.debian.org/debian buster/main armhf libdata-optlist-perl all 0.110-1 [10.6 kB]
13:40:16 #8 11.04 Get:219 http://deb.debian.org/debian buster/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB]
13:40:16 #8 11.04 Get:220 http://deb.debian.org/debian buster/main armhf libconst-fast-perl all 0.014-1 [8250 B]
13:40:16 #8 11.04 Get:221 http://deb.debian.org/debian buster/main armhf libwant-perl armhf 0.29-1+b4 [27.3 kB]
13:40:16 #8 11.04 Get:222 http://deb.debian.org/debian buster/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB]
13:40:16 #8 11.04 Get:223 http://deb.debian.org/debian buster/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB]
13:40:16 #8 11.04 Get:224 http://deb.debian.org/debian buster/main armhf libdata-dump-perl all 1.23-1 [29.5 kB]
13:40:16 #8 11.04 Get:225 http://deb.debian.org/debian buster/main armhf libdigest-bubblebabble-perl all 0.02-2 [8238 B]
13:40:16 #8 11.04 Get:226 http://deb.debian.org/debian buster/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
13:40:16 #8 11.04 Get:227 http://deb.debian.org/debian buster/main armhf libdistro-info-perl all 0.21 [6696 B]
13:40:16 #8 11.04 Get:228 http://deb.debian.org/debian buster/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B]
13:40:16 #8 11.04 Get:229 http://deb.debian.org/debian buster/main armhf libmailtools-perl all 2.18-1 [88.5 kB]
13:40:16 #8 11.04 Get:230 http://deb.debian.org/debian buster/main armhf libnet-ip-perl all 1.26-2 [29.0 kB]
13:40:16 #8 11.04 Get:231 http://deb.debian.org/debian buster/main armhf libnet-dns-perl all 1.19-1 [372 kB]
13:40:16 #8 11.05 Get:232 http://deb.debian.org/debian buster/main armhf libnet-domain-tld-perl all 1.75-1 [33.3 kB]
13:40:16 #8 11.05 Get:233 http://deb.debian.org/debian buster/main armhf libemail-valid-perl all 1.202-1 [23.0 kB]
13:40:16 #8 11.05 Get:234 http://deb.debian.org/debian buster/main armhf libexporter-tiny-perl all 1.002001-1 [36.9 kB]
13:40:16 #8 11.05 Get:235 http://deb.debian.org/debian buster/main armhf libipc-system-simple-perl all 1.25-4 [26.5 kB]
13:40:16 #8 11.05 Get:236 http://deb.debian.org/debian buster/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB]
13:40:16 #8 11.05 Get:237 http://deb.debian.org/debian buster/main armhf libfile-chdir-perl all 0.1008-1 [13.3 kB]
13:40:16 #8 11.05 Get:238 http://deb.debian.org/debian buster/main armhf libfile-fcntllock-perl armhf 0.22-3+b5 [35.0 kB]
13:40:16 #8 11.05 Get:239 http://deb.debian.org/debian buster/main armhf libfont-afm-perl all 1.20-2 [13.6 kB]
13:40:16 #8 11.06 Get:240 http://deb.debian.org/debian buster/main armhf libfribidi0 armhf 1.0.5-3.1+deb10u1 [61.7 kB]
13:40:16 #8 11.06 Get:241 http://deb.debian.org/debian buster/main armhf libfuture-perl all 0.39-1 [74.5 kB]
13:40:16 #8 11.06 Get:242 http://deb.debian.org/debian buster/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
13:40:16 #8 11.06 Get:243 http://deb.debian.org/debian buster/main armhf libparams-validate-perl armhf 1.29-1+b1 [65.6 kB]
13:40:16 #8 11.06 Get:244 http://deb.debian.org/debian buster/main armhf libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
13:40:16 #8 11.06 Get:245 http://deb.debian.org/debian buster/main armhf libsort-versions-perl all 1.62-1 [11.0 kB]
13:40:16 #8 11.06 Get:246 http://deb.debian.org/debian buster/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB]
13:40:16 #8 11.08 Get:247 http://deb.debian.org/debian buster/main armhf libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
13:40:16 #8 11.08 Get:248 http://deb.debian.org/debian buster/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB]
13:40:16 #8 11.08 Get:249 http://deb.debian.org/debian buster/main armhf libjson-perl all 4.02000-1 [88.8 kB]
13:40:16 #8 11.08 Get:250 http://deb.debian.org/debian buster/main armhf liblog-any-perl all 1.707-1 [65.2 kB]
13:40:16 #8 11.08 Get:251 http://deb.debian.org/debian buster/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
13:40:16 #8 11.10 Get:252 http://deb.debian.org/debian buster/main armhf libpackage-stash-perl all 0.38-1 [21.7 kB]
13:40:16 #8 11.10 Get:253 http://deb.debian.org/debian buster/main armhf libsub-identify-perl armhf 0.14-1+b1 [11.5 kB]
13:40:16 #8 11.10 Get:254 http://deb.debian.org/debian buster/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB]
13:40:16 #8 11.10 Get:255 http://deb.debian.org/debian buster/main armhf libpath-tiny-perl all 0.108-1 [53.3 kB]
13:40:16 #8 11.10 Get:256 http://deb.debian.org/debian buster/main armhf libtype-tiny-perl all 1.004004-1 [266 kB]
13:40:16 #8 11.10 Get:257 http://deb.debian.org/debian buster/main armhf libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
13:40:16 #8 11.11 Get:258 http://deb.debian.org/debian buster/main armhf libglib2.0-data all 2.58.3-2+deb10u3 [1111 kB]
13:40:16 #8 11.13 Get:259 http://deb.debian.org/debian buster/main armhf libgpm2 armhf 1.20.7-5 [34.2 kB]
13:40:16 #8 11.13 Get:260 http://deb.debian.org/debian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
13:40:16 #8 11.14 Get:261 http://deb.debian.org/debian buster/main armhf libntlm0 armhf 1.5-1+deb10u1 [22.9 kB]
13:40:16 #8 11.14 Get:262 http://deb.debian.org/debian buster/main armhf libgsasl7 armhf 1.8.0-8+b2 [198 kB]
13:40:16 #8 11.14 Get:263 http://deb.debian.org/debian buster/main armhf libhtml-form-perl all 6.03-1 [23.9 kB]
13:40:16 #8 11.14 Get:264 http://deb.debian.org/debian buster/main armhf libhtml-format-perl all 2.12-1 [43.5 kB]
13:40:16 #8 11.15 Get:265 http://deb.debian.org/debian buster/main armhf libhttp-daemon-perl all 6.01-3 [16.6 kB]
13:40:16 #8 11.15 Get:266 http://deb.debian.org/debian buster/main armhf libstruct-dumb-perl all 0.09-1 [11.1 kB]
13:40:16 #8 11.15 Get:267 http://deb.debian.org/debian buster/main armhf libio-async-perl all 0.72-1 [262 kB]
13:40:16 #8 11.15 Get:268 http://deb.debian.org/debian buster/main armhf libio-sessiondata-perl all 1.03-1 [5782 B]
13:40:16 #8 11.15 Get:269 http://deb.debian.org/debian buster/main armhf libio-string-perl all 1.08-3 [12.3 kB]
13:40:16 #8 11.15 Get:270 http://deb.debian.org/debian buster/main armhf libtypes-serialiser-perl all 1.0-1 [12.7 kB]
13:40:16 #8 11.15 Get:271 http://deb.debian.org/debian buster/main armhf libjson-xs-perl armhf 3.040-1+b1 [89.4 kB]
13:40:16 #8 11.15 Get:272 http://deb.debian.org/debian buster/main armhf liblzo2-2 armhf 2.10-0.1 [49.7 kB]
13:40:16 #8 11.15 Get:273 http://deb.debian.org/debian buster/main armhf libkyotocabinet16v5 armhf 1.2.76-4.2+b1 [280 kB]
13:40:16 #8 11.15 Get:274 http://deb.debian.org/debian buster/main armhf liblist-compare-perl all 0.53-1 [68.9 kB]
13:40:16 #8 11.15 Get:275 http://deb.debian.org/debian buster/main armhf liblist-moreutils-perl armhf 0.416-1+b4 [60.5 kB]
13:40:16 #8 11.15 Get:276 http://deb.debian.org/debian buster/main armhf libltdl-dev armhf 2.4.6-9 [160 kB]
13:40:16 #8 11.16 Get:277 http://deb.debian.org/debian buster/main armhf libsys-hostname-long-perl all 1.5-1 [12.0 kB]
13:40:16 #8 11.16 Get:278 http://deb.debian.org/debian buster/main armhf libmail-sendmail-perl all 0.80-1 [25.3 kB]
13:40:16 #8 11.17 Get:279 http://deb.debian.org/debian buster/main armhf mailutils-common all 1:3.5-4 [689 kB]
13:40:16 #8 11.19 Get:280 http://deb.debian.org/debian buster/main armhf mysql-common all 5.8+1.0.5 [7324 B]
13:40:16 #8 11.19 Get:281 http://deb.debian.org/debian buster/main armhf mariadb-common all 1:10.3.34-0+deb10u1 [33.0 kB]
13:40:16 #8 11.19 Get:282 http://deb.debian.org/debian buster/main armhf libmariadb3 armhf 1:10.3.34-0+deb10u1 [163 kB]
13:40:16 #8 11.19 Get:283 http://deb.debian.org/debian buster/main armhf libpython2.7-minimal armhf 2.7.16-2+deb10u1 [395 kB]
13:40:16 #8 11.19 Get:284 http://deb.debian.org/debian buster/main armhf libpython2.7-stdlib armhf 2.7.16-2+deb10u1 [1837 kB]
13:40:16 #8 11.23 Get:285 http://deb.debian.org/debian buster/main armhf libpython2.7 armhf 2.7.16-2+deb10u1 [892 kB]
13:40:16 #8 11.24 Get:286 http://deb.debian.org/debian buster/main armhf libmailutils5 armhf 1:3.5-4 [813 kB]
13:40:16 #8 11.25 Get:287 http://deb.debian.org/debian buster/main armhf libmime-tools-perl all 5.509-1 [212 kB]
13:40:16 #8 11.25 Get:288 http://deb.debian.org/debian buster/main armhf libnet-dns-sec-perl armhf 1.11-1 [47.2 kB]
13:40:16 #8 11.25 Get:289 http://deb.debian.org/debian buster/main armhf libnet-libidn-perl armhf 0.12.ds-3+b1 [17.7 kB]
13:40:16 #8 11.25 Get:290 http://deb.debian.org/debian buster/main armhf libnumber-compare-perl all 0.03-1 [7642 B]
13:40:16 #8 11.25 Get:291 http://deb.debian.org/debian buster/main armhf libnumber-range-perl all 0.12-1 [9274 B]
13:40:16 #8 11.25 Get:292 http://deb.debian.org/debian buster/main armhf libossp-uuid16 armhf 1.6.2-1.5+b7 [35.3 kB]
13:40:16 #8 11.26 Get:293 http://deb.debian.org/debian buster/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b7 [27.8 kB]
13:40:16 #8 11.26 Get:294 http://deb.debian.org/debian buster/main armhf libpackage-stash-xs-perl armhf 0.29-1 [18.1 kB]
13:40:16 #8 11.26 Get:295 http://deb.debian.org/debian buster/main armhf libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
13:40:16 #8 11.26 Get:296 http://deb.debian.org/debian buster/main armhf libtext-glob-perl all 0.10-1 [8362 B]
13:40:16 #8 11.26 Get:297 http://deb.debian.org/debian buster/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
13:40:16 #8 11.26 Get:298 http://deb.debian.org/debian buster/main armhf libperlio-gzip-perl armhf 0.19-1+b5 [16.2 kB]
13:40:16 #8 11.26 Get:299 http://deb.debian.org/debian buster/main armhf libpod-constants-perl all 0.19-1 [16.9 kB]
13:40:16 #8 11.26 Get:300 http://deb.debian.org/debian buster/main armhf libreadonly-perl all 2.050-1 [22.7 kB]
13:40:16 #8 11.26 Get:301 http://deb.debian.org/debian buster/main armhf libref-util-perl all 0.204-1 [17.1 kB]
13:40:16 #8 11.27 Get:302 http://deb.debian.org/debian buster/main armhf libref-util-xs-perl armhf 0.117-1+b1 [12.8 kB]
13:40:16 #8 11.31 Get:303 http://deb.debian.org/debian buster/main armhf libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
13:40:16 #8 11.31 Get:304 http://deb.debian.org/debian buster/main armhf libsasl2-modules armhf 2.1.27+dfsg-1+deb10u2 [96.9 kB]
13:40:16 #8 11.31 Get:305 http://deb.debian.org/debian buster/main armhf libsereal-decoder-perl armhf 4.005+ds-1+b1 [88.2 kB]
13:40:16 #8 11.31 Get:306 http://deb.debian.org/debian buster/main armhf libsereal-encoder-perl armhf 4.005+ds-1+b1 [89.1 kB]
13:40:16 #8 11.31 Get:307 http://deb.debian.org/debian buster/main armhf libsereal-perl all 4.005-1 [10.8 kB]
13:40:16 #8 11.31 Get:308 http://deb.debian.org/debian buster/main armhf libtask-weaken-perl all 1.06-1 [9252 B]
13:40:16 #8 11.31 Get:309 http://deb.debian.org/debian buster/main armhf libxml-parser-perl armhf 2.44-4 [210 kB]
13:40:16 #8 11.31 Get:310 http://deb.debian.org/debian buster/main armhf libsoap-lite-perl all 1.27-1 [258 kB]
13:40:16 #8 11.31 Get:311 http://deb.debian.org/debian buster/main armhf libsort-key-perl armhf 1.33-2+b1 [35.7 kB]
13:40:16 #8 11.31 Get:312 http://deb.debian.org/debian buster/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB]
13:40:16 #8 11.31 Get:313 http://deb.debian.org/debian buster/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB]
13:40:16 #8 11.33 Get:314 http://deb.debian.org/debian buster/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB]
13:40:16 #8 11.33 Get:315 http://deb.debian.org/debian buster/main armhf libterm-readkey-perl armhf 2.38-1 [26.3 kB]
13:40:16 #8 11.33 Get:316 http://deb.debian.org/debian buster/main armhf libtest-fatal-perl all 0.014-1 [11.9 kB]
13:40:16 #8 11.33 Get:317 http://deb.debian.org/debian buster/main armhf libtest-refcount-perl all 0.08-3 [11.4 kB]
13:40:16 #8 11.33 Get:318 http://deb.debian.org/debian buster/main armhf libtext-levenshtein-perl all 0.13-1 [11.1 kB]
13:40:16 #8 11.33 Get:319 http://deb.debian.org/debian buster/main armhf libtype-tiny-xs-perl armhf 0.014-1+b1 [22.5 kB]
13:40:16 #8 11.33 Get:320 http://deb.debian.org/debian buster/main armhf libunicode-utf8-perl armhf 0.62-1 [19.0 kB]
13:40:16 #8 11.33 Get:321 http://deb.debian.org/debian buster/main armhf libwrap0 armhf 7.6.q-28 [55.9 kB]
13:40:16 #8 11.33 Get:322 http://deb.debian.org/debian buster/main armhf libxau6 armhf 1:1.0.8-1+b2 [19.1 kB]
13:40:16 #8 11.33 Get:323 http://deb.debian.org/debian buster/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
13:40:16 #8 11.33 Get:324 http://deb.debian.org/debian buster/main armhf libxcb1 armhf 1.13.1-2 [132 kB]
13:40:16 #8 11.35 Get:325 http://deb.debian.org/debian buster/main armhf libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
13:40:16 #8 11.35 Get:326 http://deb.debian.org/debian buster/main armhf libx11-6 armhf 2:1.6.7-1+deb10u2 [698 kB]
13:40:16 #8 11.36 Get:327 http://deb.debian.org/debian buster/main armhf libxext6 armhf 2:1.3.3-1+b2 [48.1 kB]
13:40:16 #8 11.36 Get:328 http://deb.debian.org/debian buster/main armhf libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
13:40:16 #8 11.36 Get:329 http://deb.debian.org/debian buster/main armhf libxml-sax-base-perl all 1.09-1 [20.4 kB]
13:40:16 #8 11.36 Get:330 http://deb.debian.org/debian buster/main armhf libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
13:40:16 #8 11.36 Get:331 http://deb.debian.org/debian buster/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1 [326 kB]
13:40:16 #8 11.37 Get:332 http://deb.debian.org/debian buster/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB]
13:40:16 #8 11.37 Get:333 http://deb.debian.org/debian buster/main armhf libxml-simple-perl all 2.25-1 [72.0 kB]
13:40:16 #8 11.37 Get:334 http://deb.debian.org/debian buster/main armhf libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
13:40:16 #8 11.37 Get:335 http://deb.debian.org/debian buster/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB]
13:40:16 #8 11.37 Get:336 http://deb.debian.org/debian buster/main armhf libyaml-0-2 armhf 0.2.1-1 [40.6 kB]
13:40:16 #8 11.37 Get:337 http://deb.debian.org/debian buster/main armhf libyaml-libyaml-perl armhf 0.76+repack-1 [30.8 kB]
13:40:16 #8 11.38 Get:338 http://deb.debian.org/debian buster/main armhf licensecheck all 3.0.31-3 [28.3 kB]
13:40:16 #8 11.38 Get:339 http://deb.debian.org/debian buster/main armhf t1utils armhf 1.41-3 [54.4 kB]
13:40:16 #8 11.38 Get:340 http://deb.debian.org/debian buster/main armhf lintian all 2.15.0 [1181 kB]
13:40:16 #8 11.40 Get:341 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB]
13:40:16 #8 11.40 Get:342 http://deb.debian.org/debian buster/main armhf mailutils armhf 1:3.5-4 [569 kB]
13:40:16 #8 11.41 Get:343 http://deb.debian.org/debian buster/main armhf manpages-dev all 4.16-2 [2232 kB]
13:40:16 #8 11.45 Get:344 http://deb.debian.org/debian buster/main armhf psmisc armhf 23.2-1+deb10u1 [123 kB]
13:40:16 #8 11.45 Get:345 http://deb.debian.org/debian buster/main armhf publicsuffix all 20211109.1735-0+deb10u1 [125 kB]
13:40:16 #8 11.47 Get:346 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
13:40:16 #8 11.47 Get:347 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB]
13:40:16 #8 11.47 Get:348 http://deb.debian.org/debian buster/main armhf python3-certifi all 2018.8.24-1 [140 kB]
13:40:16 #8 11.47 Get:349 http://deb.debian.org/debian buster/main armhf python3-idna all 2.6-1 [34.3 kB]
13:40:16 #8 11.48 Get:350 http://deb.debian.org/debian buster/main armhf python3-magic all 2:0.4.15-2 [9256 B]
13:40:16 #8 11.48 Get:351 http://deb.debian.org/debian buster/main armhf python3-urllib3 all 1.24.1-1 [97.1 kB]
13:40:16 #8 11.48 Get:352 http://deb.debian.org/debian buster/main armhf python3-requests all 2.21.0-1 [66.9 kB]
13:40:16 #8 11.48 Get:353 http://deb.debian.org/debian buster/main armhf python3-unidiff all 0.5.4-1 [7506 B]
13:40:16 #8 11.48 Get:354 http://deb.debian.org/debian buster/main armhf python3-xdg all 0.25-5 [35.9 kB]
13:40:16 #8 11.48 Get:355 http://deb.debian.org/debian buster/main armhf shared-mime-info armhf 1.10-1 [763 kB]
13:40:16 #8 11.50 Get:356 http://deb.debian.org/debian buster/main armhf strace armhf 4.26-0.2 [783 kB]
13:40:16 #8 11.50 Get:357 http://deb.debian.org/debian buster/main armhf unzip armhf 6.0-23+deb10u2 [158 kB]
13:40:16 #8 11.50 Get:358 http://deb.debian.org/debian buster/main armhf xauth armhf 1:1.0.10-1 [37.4 kB]
13:40:16 #8 11.50 Get:359 http://deb.debian.org/debian buster/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB]
13:40:16 #8 11.75 debconf: delaying package configuration, since apt-utils is not installed
13:40:16 #8 11.79 Fetched 156 MB in 4s (42.2 MB/s)
13:40:16 #8 11.80 Selecting previously unselected package sensible-utils.
13:40:16 #8 11.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6671 files and directories currently installed.)
13:40:16 #8 11.80 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
13:40:16 #8 11.81 Unpacking sensible-utils (0.0.12) ...
13:40:16 #8 11.86 Selecting previously unselected package lsb-base.
13:40:16 #8 11.86 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
13:40:16 #8 11.87 Unpacking lsb-base (10.2019051400) ...
13:40:16 #8 11.91 Selecting previously unselected package cron.
13:40:16 #8 11.91 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_armhf.deb ...
13:40:16 #8 11.92 Unpacking cron (3.0pl1-134+deb10u1) ...
13:40:16 #8 11.97 Selecting previously unselected package libbsd0:armhf.
13:40:16 #8 11.97 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
13:40:16 #8 11.98 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
13:40:16 #8 12.03 Selecting previously unselected package bsdmainutils.
13:40:16 #8 12.03 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_armhf.deb ...
13:40:16 #8 12.04 Unpacking bsdmainutils (11.1.2+b1) ...
13:40:16 #8 12.12 Selecting previously unselected package libuchardet0:armhf.
13:40:16 #8 12.12 Preparing to unpack .../05-libuchardet0_0.0.6-3_armhf.deb ...
13:40:16 #8 12.13 Unpacking libuchardet0:armhf (0.0.6-3) ...
13:40:16 #8 12.18 Selecting previously unselected package groff-base.
13:40:16 #8 12.18 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_armhf.deb ...
13:40:16 #8 12.18 Unpacking groff-base (1.22.4-3+deb10u1) ...
13:40:16 #8 12.38 Selecting previously unselected package libgdbm6:armhf.
13:40:16 #8 12.38 Preparing to unpack .../07-libgdbm6_1.18.1-4_armhf.deb ...
13:40:16 #8 12.39 Unpacking libgdbm6:armhf (1.18.1-4) ...
13:40:16 #8 12.44 Selecting previously unselected package libpipeline1:armhf.
13:40:16 #8 12.44 Preparing to unpack .../08-libpipeline1_1.5.1-2_armhf.deb ...
13:40:16 #8 12.45 Unpacking libpipeline1:armhf (1.5.1-2) ...
13:40:16 #8 12.52 Selecting previously unselected package man-db.
13:40:16 #8 12.52 Preparing to unpack .../09-man-db_2.8.5-2_armhf.deb ...
13:40:16 #8 12.52 Unpacking man-db (2.8.5-2) ...
13:40:16 #8 12.77 Selecting previously unselected package perl-modules-5.28.
13:40:16 #8 12.77 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
13:40:16 #8 12.79 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
13:40:16 #8 13.37 Selecting previously unselected package libgdbm-compat4:armhf.
13:40:16 #8 13.37 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_armhf.deb ...
13:40:16 #8 13.38 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
13:40:16 #8 13.45 Selecting previously unselected package libperl5.28:armhf.
13:40:16 #8 13.45 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_armhf.deb ...
13:40:16 #8 13.45 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ...
13:40:16 #8 14.05 Selecting previously unselected package perl.
13:40:16 #8 14.05 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_armhf.deb ...
13:40:16 #8 14.07 Unpacking perl (5.28.1-6+deb10u1) ...
13:40:16 #8 14.15 Selecting previously unselected package liblocale-gettext-perl.
13:40:16 #8 14.15 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_armhf.deb ...
13:40:16 #8 14.15 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
13:40:16 #8 14.20 Selecting previously unselected package libssl1.1:armhf.
13:40:16 #8 14.20 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u1_armhf.deb ...
13:40:16 #8 14.21 Unpacking libssl1.1:armhf (1.1.1n-0+deb10u1) ...
13:40:16 #8 14.39 Selecting previously unselected package libpython3.7-minimal:armhf.
13:40:16 #8 14.40 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
13:40:16 #8 14.40 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
13:40:16 #8 14.57 Selecting previously unselected package libexpat1:armhf.
13:40:16 #8 14.57 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u4_armhf.deb ...
13:40:16 #8 14.57 Unpacking libexpat1:armhf (2.2.6-2+deb10u4) ...
13:40:16 #8 14.62 Selecting previously unselected package python3.7-minimal.
13:40:16 #8 14.63 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
13:40:16 #8 14.63 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:40:16 #8 14.86 Setting up libssl1.1:armhf (1.1.1n-0+deb10u1) ...
13:40:16 #8 15.00 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
13:40:16 #8 15.01 Setting up libexpat1:armhf (2.2.6-2+deb10u4) ...
13:40:16 #8 15.02 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:40:16 #8 15.61 Selecting previously unselected package python3-minimal.
13:40:16 #8 15.61 (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 ... 9597 files and directories currently installed.)
13:40:16 #8 15.61 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
13:40:16 #8 15.61 Unpacking python3-minimal (3.7.3-1) ...
13:40:16 #8 15.68 Selecting previously unselected package mime-support.
13:40:16 #8 15.68 Preparing to unpack .../1-mime-support_3.62_all.deb ...
13:40:16 #8 15.69 Unpacking mime-support (3.62) ...
13:40:16 #8 15.75 Selecting previously unselected package libmpdec2:armhf.
13:40:16 #8 15.75 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
13:40:16 #8 15.75 Unpacking libmpdec2:armhf (2.4.2-2) ...
13:40:16 #8 15.80 Selecting previously unselected package readline-common.
13:40:16 #8 15.80 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
13:40:16 #8 15.81 Unpacking readline-common (7.0-5) ...
13:40:16 #8 15.88 Selecting previously unselected package libreadline7:armhf.
13:40:16 #8 15.88 Preparing to unpack .../4-libreadline7_7.0-5_armhf.deb ...
13:40:16 #8 15.88 Unpacking libreadline7:armhf (7.0-5) ...
13:40:16 #8 15.95 Selecting previously unselected package libsqlite3-0:armhf.
13:40:16 #8 15.95 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u1_armhf.deb ...
13:40:16 #8 15.96 Unpacking libsqlite3-0:armhf (3.27.2-3+deb10u1) ...
13:40:16 #8 16.06 Selecting previously unselected package libpython3.7-stdlib:armhf.
13:40:16 #8 16.06 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u3_armhf.deb ...
13:40:16 #8 16.06 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
13:40:16 #8 ...
13:40:16 
13:40:16 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:16 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:16 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 5.0s
13:40:16 #9 15.38 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:40:16 #9 15.38 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperl4-corelibs-perl all 0.004-2 [37.4 kB]
13:40:16 #9 15.53 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperlio-gzip-perl armhf 0.19-1build5 [13.3 kB]
13:40:16 #18 DONE 12.3s
13:40:16 
13:40:16 #19 [linux/arm64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
13:40:16 #19 DONE 0.1s
13:40:16 
13:40:16 #20 [linux/arm64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:40:16 #20 0.193 skipping packages installation on darwin
13:40:16 #20 DONE 0.3s
13:40:16 
13:40:16 #21 [linux/arm64 goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
13:40:16 #9 29.10 Preparing to unpack .../203-libfreetype6_2.11.1+dfsg-1build1_amd64.deb ...
13:40:16 #9 29.10 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1build1) ...
13:40:16 #9 29.14 Selecting previously unselected package libfontconfig1:amd64.
13:40:16 #9 29.15 Preparing to unpack .../204-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ...
13:40:16 #9 29.15 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
13:40:16 #9 29.19 Selecting previously unselected package libjpeg-turbo8:amd64.
13:40:16 #9 29.19 Preparing to unpack .../205-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
13:40:16 #9 29.19 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
13:40:16 #9 29.23 Selecting previously unselected package libjpeg8:amd64.
13:40:16 #9 29.23 Preparing to unpack .../206-libjpeg8_8c-2ubuntu10_amd64.deb ...
13:40:16 #9 29.23 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
13:40:16 #9 29.27 Selecting previously unselected package libdeflate0:amd64.
13:40:16 #9 29.27 Preparing to unpack .../207-libdeflate0_1.10-2_amd64.deb ...
13:40:16 #9 29.27 Unpacking libdeflate0:amd64 (1.10-2) ...
13:40:16 #9 29.31 Selecting previously unselected package libjbig0:amd64.
13:40:16 #9 29.31 Preparing to unpack .../208-libjbig0_2.1-3.1build3_amd64.deb ...
13:40:16 #9 29.31 Unpacking libjbig0:amd64 (2.1-3.1build3) ...
13:40:16 #9 29.35 Selecting previously unselected package libwebp7:amd64.
13:40:16 #9 33.97 Selecting previously unselected package git.
13:40:16 #9 33.97 Preparing to unpack .../200-git_1%3a2.25.1-1ubuntu3.4_arm64.deb ...
13:40:16 #9 33.99 Unpacking git (1:2.25.1-1ubuntu3.4) ...
13:40:16 #8 29.22 Selecting previously unselected package cpp.
13:40:17 #9 8.500 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm6 armhf 1.23-1 [30.0 kB]
13:40:17 #9 8.500 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm-compat4 armhf 1.23-1 [6070 B]
13:40:17 #9 8.500 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperl5.34 armhf 5.34.0-3ubuntu1 [4039 kB]
13:40:17 #9 8.651 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl armhf 5.34.0-3ubuntu1 [232 kB]
13:40:17 #9 8.651 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf openssl armhf 3.0.2-0ubuntu1 [1153 kB]
13:40:17 #9 8.701 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf ca-certificates all 20211016 [148 kB]
13:40:17 #9 8.703 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.1 [5124 B]
13:40:17 #9 8.703 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB]
13:40:17 #9 8.884 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf less armhf 590-1build1 [134 kB]
13:40:17 #9 8.884 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmd0 armhf 1.0.4-1build1 [22.5 kB]
13:40:17 #9 8.884 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbsd0 armhf 0.11.5-1 [39.8 kB]
13:40:17 #9 8.885 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB]
13:40:17 #9 8.885 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB]
13:40:17 #8 10.42 Get:237 http://deb.debian.org/debian bullseye/main armhf libdata-dpath-perl all 0.58-1 [43.5 kB]
13:40:17 #8 10.42 Get:238 http://deb.debian.org/debian bullseye/main armhf libdata-dump-perl all 1.23-1.1 [27.6 kB]
13:40:17 #8 10.42 Get:239 http://deb.debian.org/debian bullseye/main armhf libdata-messagepack-perl armhf 1.00-4+b1 [36.5 kB]
13:40:17 #8 10.42 Get:240 http://deb.debian.org/debian bullseye/main armhf libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
13:40:17 #8 10.43 Get:241 http://deb.debian.org/debian bullseye/main armhf libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
13:40:17 #8 10.43 Get:242 http://deb.debian.org/debian bullseye/main armhf libdevel-size-perl armhf 0.83-1+b2 [25.4 kB]
13:40:17 #8 10.43 Get:243 http://deb.debian.org/debian bullseye/main armhf libdistro-info-perl all 1.0 [7480 B]
13:40:17 #8 10.43 Get:244 http://deb.debian.org/debian bullseye/main armhf libemail-address-xs-perl armhf 1.04-1+b3 [25.4 kB]
13:40:17 #8 10.45 Get:245 http://deb.debian.org/debian bullseye/main armhf libfcgi0ldbl armhf 2.4.2-2 [22.0 kB]
13:40:17 #8 10.45 Get:246 http://deb.debian.org/debian bullseye/main armhf libfcgi-bin armhf 2.4.2-2 [12.0 kB]
13:40:17 #8 10.45 Get:247 http://deb.debian.org/debian bullseye/main armhf libfcgi-perl armhf 0.79+ds-2 [26.3 kB]
13:40:17 #8 10.45 Get:248 http://deb.debian.org/debian bullseye/main armhf libipc-system-simple-perl all 1.30-1 [28.2 kB]
13:40:17 #8 10.45 Get:249 http://deb.debian.org/debian bullseye/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB]
13:40:17 #8 10.46 Get:250 http://deb.debian.org/debian bullseye/main armhf libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
13:40:17 #8 10.46 Get:251 http://deb.debian.org/debian bullseye/main armhf libfile-fcntllock-perl armhf 0.22-3+b7 [35.1 kB]
13:40:17 #8 10.46 Get:252 http://deb.debian.org/debian bullseye/main armhf libnumber-compare-perl all 0.03-1.1 [6956 B]
13:40:17 #8 10.46 Get:253 http://deb.debian.org/debian bullseye/main armhf libtext-glob-perl all 0.11-1 [8888 B]
13:40:17 #8 10.47 Get:254 http://deb.debian.org/debian bullseye/main armhf libfile-find-rule-perl all 0.34-1 [30.6 kB]
13:40:17 #8 10.47 Get:255 http://deb.debian.org/debian bullseye/main armhf libfont-afm-perl all 1.20-3 [14.0 kB]
13:40:17 #8 10.47 Get:256 http://deb.debian.org/debian bullseye/main armhf libio-string-perl all 1.08-3.1 [11.8 kB]
13:40:17 #8 10.47 Get:257 http://deb.debian.org/debian bullseye/main armhf libfont-ttf-perl all 1.06-1.1 [318 kB]
13:40:17 #8 10.47 Get:258 http://deb.debian.org/debian bullseye/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
13:40:17 #8 10.47 Get:259 http://deb.debian.org/debian bullseye/main armhf libparams-validate-perl armhf 1.30-1+b1 [65.6 kB]
13:40:17 #8 10.47 Get:260 http://deb.debian.org/debian bullseye/main armhf libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
13:40:17 #8 10.47 Get:261 http://deb.debian.org/debian bullseye/main armhf libsort-versions-perl all 1.62-1 [11.0 kB]
13:40:17 #8 10.47 Get:262 http://deb.debian.org/debian bullseye/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB]
13:40:17 #8 10.47 Get:263 http://deb.debian.org/debian bullseye/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
13:40:17 #8 10.47 Get:264 http://deb.debian.org/debian bullseye/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB]
13:40:17 #8 10.48 Get:265 http://deb.debian.org/debian bullseye/main armhf libjson-perl all 4.03000-1 [88.6 kB]
13:40:17 #8 10.48 Get:266 http://deb.debian.org/debian bullseye/main armhf liblog-any-perl all 1.709-1 [73.5 kB]
13:40:17 #8 10.48 Get:267 http://deb.debian.org/debian bullseye/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
13:40:17 #8 10.48 Get:268 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-perl all 0.39-1 [21.9 kB]
13:40:17 #8 10.48 Get:269 http://deb.debian.org/debian bullseye/main armhf libsub-identify-perl armhf 0.14-1+b3 [11.6 kB]
13:40:17 #8 10.49 Get:270 http://deb.debian.org/debian bullseye/main armhf libsub-name-perl armhf 0.26-1+b1 [13.2 kB]
13:40:17 #8 10.49 Get:271 http://deb.debian.org/debian bullseye/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB]
13:40:17 #8 10.49 Get:272 http://deb.debian.org/debian bullseye/main armhf libpath-tiny-perl all 0.118-1 [53.5 kB]
13:40:17 #8 10.49 Get:273 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-perl all 1.012001-2 [351 kB]
13:40:17 #8 10.49 Get:274 http://deb.debian.org/debian bullseye/main armhf libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
13:40:17 #8 10.50 Get:275 http://deb.debian.org/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1206 kB]
13:40:17 #8 10.50 Get:276 http://deb.debian.org/debian bullseye/main armhf libglib2.0-data all 2.66.8-1 [1164 kB]
13:40:17 #8 10.55 Get:277 http://deb.debian.org/debian bullseye/main armhf libgpm2 armhf 1.20.7-8 [34.8 kB]
13:40:17 #8 10.55 Get:278 http://deb.debian.org/debian bullseye/main armhf libhash-fieldhash-perl armhf 0.15-1+b3 [17.0 kB]
13:40:17 #8 10.55 Get:279 http://deb.debian.org/debian bullseye/main armhf libhtml-form-perl all 6.07-1 [22.9 kB]
13:40:17 #8 10.55 Get:280 http://deb.debian.org/debian bullseye/main armhf libhtml-format-perl all 2.12-1.1 [43.8 kB]
13:40:17 #8 10.55 Get:281 http://deb.debian.org/debian bullseye/main armhf libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
13:40:17 #8 10.55 Get:282 http://deb.debian.org/debian bullseye/main armhf libhttp-daemon-perl all 6.12-1 [22.9 kB]
13:40:17 #8 10.55 Get:283 http://deb.debian.org/debian bullseye/main armhf libio-sessiondata-perl all 1.03-1.1 [5984 B]
13:40:17 #8 10.55 Get:284 http://deb.debian.org/debian bullseye/main armhf libipc-run3-perl all 0.048-2 [34.2 kB]
13:40:17 #8 10.55 Get:285 http://deb.debian.org/debian bullseye/main armhf libtypes-serialiser-perl all 1.01-1 [12.2 kB]
13:40:17 #8 10.55 Get:286 http://deb.debian.org/debian bullseye/main armhf libjson-xs-perl armhf 4.030-1+b1 [93.0 kB]
13:40:17 #8 10.55 Get:287 http://deb.debian.org/debian bullseye/main armhf libjson-maybexs-perl all 1.004003-1 [13.1 kB]
13:40:17 #8 10.56 Get:288 http://deb.debian.org/debian bullseye/main armhf libldap-common all 2.4.57+dfsg-3 [95.9 kB]
13:40:17 #8 10.56 Get:289 http://deb.debian.org/debian bullseye/main armhf liblist-compare-perl all 0.55-1 [66.9 kB]
13:40:17 #8 10.56 Get:290 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-perl all 0.58-1 [36.5 kB]
13:40:17 #8 10.56 Get:291 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-xs-perl armhf 0.58-2+b1 [30.0 kB]
13:40:17 #8 10.56 Get:292 http://deb.debian.org/debian bullseye/main armhf liblist-utilsby-perl all 0.11-1 [15.4 kB]
13:40:17 #8 10.56 Get:293 http://deb.debian.org/debian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
13:40:17 #8 10.58 Get:294 http://deb.debian.org/debian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
13:40:17 #8 10.58 Get:295 http://deb.debian.org/debian bullseye/main armhf liblzo2-2 armhf 2.10-2 [50.7 kB]
13:40:17 #8 10.58 Get:296 http://deb.debian.org/debian bullseye/main armhf libsys-hostname-long-perl all 1.5-2 [11.8 kB]
13:40:17 #8 10.58 Get:297 http://deb.debian.org/debian bullseye/main armhf libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
13:40:17 #8 10.58 Get:298 http://deb.debian.org/debian bullseye/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B]
13:40:17 #8 10.58 Get:299 http://deb.debian.org/debian bullseye/main armhf libmailtools-perl all 2.21-1 [95.5 kB]
13:40:17 #8 10.58 Get:300 http://deb.debian.org/debian bullseye/main armhf libmarkdown2 armhf 2.2.6-1 [30.0 kB]
13:40:17 #8 10.58 Get:301 http://deb.debian.org/debian bullseye/main armhf libmime-tools-perl all 5.509-1 [212 kB]
13:40:17 #8 10.59 Get:302 http://deb.debian.org/debian bullseye/main armhf libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
13:40:17 #8 10.59 Get:303 http://deb.debian.org/debian bullseye/main armhf libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
13:40:17 #8 10.59 Get:304 http://deb.debian.org/debian bullseye/main armhf libobject-id-perl all 0.1.2-2.1 [16.7 kB]
13:40:17 #8 10.59 Get:305 http://deb.debian.org/debian bullseye/main armhf libmoox-struct-perl all 0.020-1 [25.4 kB]
13:40:17 #8 10.59 Get:306 http://deb.debian.org/debian bullseye/main armhf libmouse-perl armhf 2.5.10-1+b1 [168 kB]
13:40:17 #8 10.59 Get:307 http://deb.debian.org/debian bullseye/main armhf libnumber-range-perl all 0.12-1.1 [8688 B]
13:40:17 #8 10.59 Get:308 http://deb.debian.org/debian bullseye/main armhf libossp-uuid16 armhf 1.6.2-1.5+b9 [35.8 kB]
13:40:17 #8 10.59 Get:309 http://deb.debian.org/debian bullseye/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b9 [27.8 kB]
13:40:17 #8 10.59 Get:310 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-xs-perl armhf 0.29-1+b2 [18.6 kB]
13:40:17 #8 10.59 Get:311 http://deb.debian.org/debian bullseye/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
13:40:17 #8 10.59 Get:312 http://deb.debian.org/debian bullseye/main armhf libperlio-gzip-perl armhf 0.19-1+b7 [16.3 kB]
13:40:17 #8 10.59 Get:313 http://deb.debian.org/debian bullseye/main armhf libpod-parser-perl all 1.63-2 [96.1 kB]
13:40:17 #8 10.60 Get:314 http://deb.debian.org/debian bullseye/main armhf libpod-constants-perl all 0.19-2 [17.3 kB]
13:40:17 #8 10.61 Get:315 http://deb.debian.org/debian bullseye/main armhf libproc-processtable-perl armhf 0.59-2+b1 [45.8 kB]
13:40:17 #8 10.61 Get:316 http://deb.debian.org/debian bullseye/main armhf libre2-9 armhf 20210201+dfsg-1 [141 kB]
13:40:17 #8 10.67 Get:317 http://deb.debian.org/debian bullseye/main armhf libre-engine-re2-perl armhf 0.14-1 [17.3 kB]
13:40:17 #9 27.15 Selecting previously unselected package libubsan1:amd64.
13:40:17 #9 27.15 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
13:40:17 #9 27.16 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:17 #9 27.26 Selecting previously unselected package libquadmath0:amd64.
13:40:17 #9 27.27 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
13:40:17 #9 27.27 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:17 #9 27.31 Selecting previously unselected package libgcc-9-dev:amd64.
13:40:17 #9 27.31 Preparing to unpack .../094-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
13:40:17 #9 27.31 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:17 #8 42.67 Setting up libgdbm6:arm64 (1.19-2) ...
13:40:17 #8 42.68 Setting up libtsan0:arm64 (10.2.1-6) ...
13:40:17 #8 42.69 Setting up libctf0:arm64 (2.35.2-2) ...
13:40:17 #8 42.70 Setting up pinentry-curses (1.1.0-4) ...
13:40:17 #8 42.72 Setting up manpages-dev (5.10-1) ...
13:40:17 #8 42.73 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
13:40:17 #8 42.74 Setting up libxcb1:arm64 (1.14-3) ...
13:40:17 #8 42.75 Setting up gettext (0.21-4) ...
13:40:17 #8 42.76 Setting up xdelta (1.1.3-9.3) ...
13:40:17 #8 42.77 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:40:17 #8 42.78 Setting up libgcc-10-dev:arm64 (10.2.1-6) ...
13:40:17 #8 42.79 Setting up libedit2:arm64 (3.1-20191231-2+b1) ...
13:40:17 #8 42.80 Setting up libreadline8:arm64 (8.1-1) ...
13:40:17 #8 42.81 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ...
13:40:17 #8 42.83 Setting up m4 (1.4.18-5) ...
13:40:17 #8 42.84 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
13:40:17 #8 42.85 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u1) ...
13:40:17 #8 42.86 Setting up binutils (2.35.2-2) ...
13:40:17 #9 34.15 Preparing to unpack .../260-liblog-any-perl_1.710-1_all.deb ...
13:40:17 #9 34.16 Unpacking liblog-any-perl (1.710-1) ...
13:40:17 #9 34.19 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:17 #9 34.19 Preparing to unpack .../261-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
13:40:17 #9 34.19 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
13:40:17 #9 34.22 Selecting previously unselected package libpackage-stash-perl.
13:40:17 #9 34.23 Preparing to unpack .../262-libpackage-stash-perl_0.39-1_all.deb ...
13:40:17 #9 34.23 Unpacking libpackage-stash-perl (0.39-1) ...
13:40:17 #9 34.26 Selecting previously unselected package libsub-identify-perl.
13:40:17 #9 34.26 Preparing to unpack .../263-libsub-identify-perl_0.14-1build5_arm64.deb ...
13:40:17 #9 34.27 Unpacking libsub-identify-perl (0.14-1build5) ...
13:40:17 #9 34.30 Selecting previously unselected package libsub-name-perl.
13:40:17 #9 34.30 Preparing to unpack .../264-libsub-name-perl_0.26-1build3_arm64.deb ...
13:40:17 #9 34.30 Unpacking libsub-name-perl (0.26-1build3) ...
13:40:17 #9 34.33 Selecting previously unselected package libnamespace-clean-perl.
13:40:17 #9 34.34 Preparing to unpack .../265-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:17 #9 34.34 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:17 #9 34.37 Selecting previously unselected package libpath-tiny-perl.
13:40:17 #9 34.37 Preparing to unpack .../266-libpath-tiny-perl_0.122-1_all.deb ...
13:40:17 #9 34.37 Unpacking libpath-tiny-perl (0.122-1) ...
13:40:17 #9 34.42 Selecting previously unselected package libstrictures-perl.
13:40:17 #9 34.42 Preparing to unpack .../267-libstrictures-perl_2.000006-1_all.deb ...
13:40:17 #9 34.43 Unpacking libstrictures-perl (2.000006-1) ...
13:40:17 #9 34.47 Selecting previously unselected package libtype-tiny-perl.
13:40:17 #9 34.47 Preparing to unpack .../268-libtype-tiny-perl_1.012004-1_all.deb ...
13:40:17 #8 30.01 Selecting previously unselected package libxml2:amd64.
13:40:17 #8 43.79 Setting up pinentry-curses (1.1.0-2) ...
13:40:17 #8 43.81 Setting up manpages-dev (4.16-2) ...
13:40:17 #8 30.01 Preparing to unpack .../081-libxml2_2.9.4+dfsg1-7+deb10u3_amd64.deb ...
13:40:17 #8 30.01 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u3) ...
13:40:17 #8 43.82 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
13:40:17 #8 43.83 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
13:40:17 #8 30.11 Selecting previously unselected package libcroco3:amd64.
13:40:17 #8 43.85 Setting up libxcb1:arm64 (1.13.1-2) ...
13:40:17 #8 43.86 Setting up at (3.1.23-1) ...
13:40:17 #8 44.00 invoke-rc.d: could not determine current runlevel
13:40:17 #8 44.00 invoke-rc.d: policy-rc.d denied execution of start.
13:40:17 #8 44.01 Setting up libedit2:arm64 (3.1-20181209-1) ...
13:40:17 #8 44.02 Setting up libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
13:40:17 #8 44.03 Setting up cron (3.0pl1-134+deb10u1) ...
13:40:17 #18 2.446 (1/22) Installing ncurses-terminfo-base (6.3_p20211120-r0)
13:40:17 #18 2.471 (2/22) Installing ncurses-libs (6.3_p20211120-r0)
13:40:17 #18 2.480 (3/22) Installing readline (8.1.1-r0)
13:40:17 #18 2.490 (4/22) Installing bash (5.1.16-r0)
13:40:17 #18 2.539 Executing bash-5.1.16-r0.post-install
13:40:17 #17 DONE 4.0s
13:40:17 
13:40:17 #18 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
13:40:17 #18 0.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
13:40:17 #9 15.61 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpod-constants-perl all 0.19-1 [16.0 kB]
13:40:17 #9 15.64 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre2-5 armhf 20200101+dfsg-1build1 [136 kB]
13:40:17 #8 19.00 Selecting previously unselected package python3.6.
13:40:17 #8 19.00 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.7_armhf.deb ...
13:40:17 #8 19.01 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.7) ...
13:40:17 #8 19.05 Selecting previously unselected package libpython3-stdlib:armhf.
13:40:17 #8 19.05 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_armhf.deb ...
13:40:17 #8 19.06 Unpacking libpython3-stdlib:armhf (3.6.7-1~18.04) ...
13:40:17 #8 19.10 Setting up python3-minimal (3.6.7-1~18.04) ...
13:40:17 #8 26.75 Selecting previously unselected package gcc.
13:40:17 #8 26.75 Preparing to unpack .../054-gcc_4%3a10.2.1-1_amd64.deb ...
13:40:17 #8 26.76 Unpacking gcc (4:10.2.1-1) ...
13:40:17 #8 26.80 Selecting previously unselected package libstdc++-10-dev:amd64.
13:40:17 #8 26.80 Preparing to unpack .../055-libstdc++-10-dev_10.2.1-6_amd64.deb ...
13:40:17 #8 26.80 Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
13:40:17 #8 27.06 Selecting previously unselected package g++-10.
13:40:17 #8 27.06 Preparing to unpack .../056-g++-10_10.2.1-6_amd64.deb ...
13:40:17 #8 27.06 Unpacking g++-10 (10.2.1-6) ...
13:40:17 #9 29.35 Preparing to unpack .../209-libwebp7_1.2.2-2_amd64.deb ...
13:40:17 #9 29.35 Unpacking libwebp7:amd64 (1.2.2-2) ...
13:40:17 #9 29.39 Selecting previously unselected package libtiff5:amd64.
13:40:17 #9 29.39 Preparing to unpack .../210-libtiff5_4.3.0-6_amd64.deb ...
13:40:17 #9 29.40 Unpacking libtiff5:amd64 (4.3.0-6) ...
13:40:17 #9 29.44 Selecting previously unselected package libxpm4:amd64.
13:40:17 #9 29.44 Preparing to unpack .../211-libxpm4_1%3a3.5.12-1build2_amd64.deb ...
13:40:17 #9 29.44 Unpacking libxpm4:amd64 (1:3.5.12-1build2) ...
13:40:17 #9 29.49 Selecting previously unselected package libgd3:amd64.
13:40:17 #9 29.49 Preparing to unpack .../212-libgd3_2.3.0-2ubuntu2_amd64.deb ...
13:40:17 #9 29.50 Unpacking libgd3:amd64 (2.3.0-2ubuntu2) ...
13:40:17 #9 29.54 Selecting previously unselected package libc-devtools.
13:40:17 #9 29.54 Preparing to unpack .../213-libc-devtools_2.35-0ubuntu3_amd64.deb ...
13:40:17 #9 29.54 Unpacking libc-devtools (2.35-0ubuntu3) ...
13:40:17 #9 29.57 Selecting previously unselected package libcapture-tiny-perl.
13:40:17 #9 29.58 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:17 #9 29.58 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:17 #9 29.61 Selecting previously unselected package libclass-data-inheritable-perl.
13:40:17 #8 29.22 Preparing to unpack .../068-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
13:40:17 #8 29.22 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
13:40:17 #8 29.26 Selecting previously unselected package libcc1-0:amd64.
13:40:17 #8 29.26 Preparing to unpack .../069-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.26 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:17 #8 29.30 Selecting previously unselected package libgomp1:amd64.
13:40:17 #8 29.30 Preparing to unpack .../070-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:17 #8 29.35 Selecting previously unselected package libitm1:amd64.
13:40:17 #8 29.35 Preparing to unpack .../071-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.35 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:17 #8 29.38 Selecting previously unselected package libatomic1:amd64.
13:40:17 #8 29.39 Preparing to unpack .../072-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.39 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:17 #8 29.42 Selecting previously unselected package libasan4:amd64.
13:40:17 #8 29.43 Preparing to unpack .../073-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.43 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:17 #8 29.49 Selecting previously unselected package liblsan0:amd64.
13:40:17 #8 44.11 128 added, 0 removed; done.
13:40:17 #8 44.16 Setting up manpages-dev (4.15-1) ...
13:40:17 #8 44.18 Setting up libc6-dev:arm64 (2.27-3ubuntu1.5) ...
13:40:17 #8 44.19 Setting up libassuan0:arm64 (2.5.1-2) ...
13:40:17 #8 44.20 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
13:40:17 #8 44.23 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ...
13:40:17 #8 44.24 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
13:40:17 #8 44.25 Setting up diffstat (1.61-1build1) ...
13:40:17 #8 44.26 Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ...
13:40:17 #8 44.28 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
13:40:17 #8 44.29 Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ...
13:40:17 #8 44.30 Setting up netbase (5.4) ...
13:40:17 #8 44.34 Setting up libisl19:arm64 (0.19-1) ...
13:40:17 #8 44.35 Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.7) ...
13:40:17 #8 44.36 Setting up libk5crypto3:arm64 (1.16-2ubuntu0.2) ...
13:40:17 #8 10.67 Get:318 http://deb.debian.org/debian bullseye/main armhf libreadonly-perl all 2.050-3 [23.1 kB]
13:40:17 #8 10.67 Get:319 http://deb.debian.org/debian bullseye/main armhf libref-util-perl all 0.204-1 [17.1 kB]
13:40:17 #8 10.67 Get:320 http://deb.debian.org/debian bullseye/main armhf libref-util-xs-perl armhf 0.117-1+b3 [12.8 kB]
13:40:17 #8 10.68 Get:321 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
13:40:17 #8 10.69 Get:322 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
13:40:17 #8 10.69 Get:323 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules armhf 2.1.27+dfsg-2.1+deb11u1 [96.8 kB]
13:40:17 #8 10.70 Get:324 http://deb.debian.org/debian bullseye/main armhf libsereal-decoder-perl armhf 4.018+ds-1+b1 [92.7 kB]
13:40:17 #8 10.70 Get:325 http://deb.debian.org/debian bullseye/main armhf libsereal-encoder-perl armhf 4.018+ds-1+b1 [96.5 kB]
13:40:17 #8 10.70 Get:326 http://deb.debian.org/debian bullseye/main armhf libtask-weaken-perl all 1.06-1 [9252 B]
13:40:17 #8 10.70 Get:327 http://deb.debian.org/debian bullseye/main armhf libxml-parser-perl armhf 2.46-2 [203 kB]
13:40:17 #8 10.70 Get:328 http://deb.debian.org/debian bullseye/main armhf libsoap-lite-perl all 1.27-1 [258 kB]
13:40:17 #8 10.70 Get:329 http://deb.debian.org/debian bullseye/main armhf libsort-key-perl armhf 1.33-2+b3 [35.7 kB]
13:40:17 #8 10.70 Get:330 http://deb.debian.org/debian bullseye/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB]
13:40:17 #8 10.70 Get:331 http://deb.debian.org/debian bullseye/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB]
13:40:17 #8 10.70 Get:332 http://deb.debian.org/debian bullseye/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB]
13:40:17 #8 10.71 Get:333 http://deb.debian.org/debian bullseye/main armhf libsys-cpuaffinity-perl armhf 1.13~03-1 [33.1 kB]
13:40:17 #8 10.71 Get:334 http://deb.debian.org/debian bullseye/main armhf libterm-readkey-perl armhf 2.38-1+b2 [26.6 kB]
13:40:17 #8 10.72 Get:335 http://deb.debian.org/debian bullseye/main armhf libtext-levenshteinxs-perl armhf 0.03-4+b8 [8176 B]
13:40:17 #8 10.72 Get:336 http://deb.debian.org/debian bullseye/main armhf libtext-markdown-discount-perl armhf 0.12-1+b1 [12.6 kB]
13:40:17 #8 10.72 Get:337 http://deb.debian.org/debian bullseye/main armhf libtext-xslate-perl armhf 3.5.8-1+b1 [193 kB]
13:40:17 #8 10.72 Get:338 http://deb.debian.org/debian bullseye/main armhf libtime-duration-perl all 1.21-1 [13.7 kB]
13:40:17 #8 10.72 Get:339 http://deb.debian.org/debian bullseye/main armhf libtime-moment-perl armhf 0.44-1+b3 [74.3 kB]
13:40:17 #8 10.73 Get:340 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-xs-perl armhf 0.022-1 [23.4 kB]
13:40:17 #8 10.73 Get:341 http://deb.debian.org/debian bullseye/main armhf libunicode-utf8-perl armhf 0.62-1+b2 [19.3 kB]
13:40:17 #8 10.73 Get:342 http://deb.debian.org/debian bullseye/main armhf libxdelta2 armhf 1.1.3-9.3 [40.4 kB]
13:40:17 #8 10.73 Get:343 http://deb.debian.org/debian bullseye/main armhf libxext6 armhf 2:1.3.3-1.1 [47.8 kB]
13:40:17 #8 10.73 Get:344 http://deb.debian.org/debian bullseye/main armhf libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
13:40:17 #8 10.74 Get:345 http://deb.debian.org/debian bullseye/main armhf libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
13:40:17 #8 10.74 Get:346 http://deb.debian.org/debian bullseye/main armhf libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
13:40:17 #8 10.74 Get:347 http://deb.debian.org/debian bullseye/main armhf libxml-libxml-perl armhf 2.0134+dfsg-2+b1 [321 kB]
13:40:17 #8 10.74 Get:348 http://deb.debian.org/debian bullseye/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB]
13:40:17 #8 10.74 Get:349 http://deb.debian.org/debian bullseye/main armhf libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
13:40:17 #8 10.75 Get:350 http://deb.debian.org/debian bullseye/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB]
13:40:17 #8 10.75 Get:351 http://deb.debian.org/debian bullseye/main armhf libyaml-0-2 armhf 0.2.2-1 [42.0 kB]
13:40:17 #8 10.75 Get:352 http://deb.debian.org/debian bullseye/main armhf libyaml-libyaml-perl armhf 0.82+repack-1+b1 [33.4 kB]
13:40:17 #8 10.75 Get:353 http://deb.debian.org/debian bullseye/main armhf licensecheck all 3.1.1-2 [50.0 kB]
13:40:17 #8 10.75 Get:354 http://deb.debian.org/debian bullseye/main armhf lzip armhf 1.22-3 [82.4 kB]
13:40:17 #8 10.75 Get:355 http://deb.debian.org/debian bullseye/main armhf lzop armhf 1.04-2 [82.2 kB]
13:40:17 #8 10.76 Get:356 http://deb.debian.org/debian bullseye/main armhf t1utils armhf 1.41-4 [54.7 kB]
13:40:17 #8 10.76 Get:357 http://deb.debian.org/debian bullseye/main armhf unzip armhf 6.0-26 [157 kB]
13:40:17 #8 10.77 Get:358 http://deb.debian.org/debian bullseye/main armhf lintian all 2.104.0 [1265 kB]
13:40:17 #8 10.78 Get:359 http://deb.debian.org/debian bullseye/main armhf lsb-release all 11.1.0 [27.9 kB]
13:40:17 #8 10.78 Get:360 http://deb.debian.org/debian bullseye/main armhf manpages-dev all 5.10-1 [2309 kB]
13:40:17 #8 10.88 Get:361 http://deb.debian.org/debian bullseye/main armhf pbzip2 armhf 1.1.13-1 [44.1 kB]
13:40:17 #8 10.88 Get:362 http://deb.debian.org/debian bullseye/main armhf pixz armhf 1.0.7-1 [19.3 kB]
13:40:17 #8 10.88 Get:363 http://deb.debian.org/debian bullseye/main armhf xdelta armhf 1.1.3-9.3 [24.3 kB]
13:40:17 #8 42.87 Setting up ca-certificates (20210119) ...
13:40:17 #9 34.47 Unpacking libtype-tiny-perl (1.012004-1) ...
13:40:17 #9 34.52 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:17 #9 34.52 Preparing to unpack .../269-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:40:17 #9 34.52 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:40:17 #9 34.58 Selecting previously unselected package libhash-fieldhash-perl.
13:40:17 #9 34.58 Preparing to unpack .../270-libhash-fieldhash-perl_0.15-1build5_arm64.deb ...
13:40:17 #9 34.58 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
13:40:17 #9 34.61 Selecting previously unselected package libhtml-form-perl.
13:40:17 #9 34.62 Preparing to unpack .../271-libhtml-form-perl_6.07-1_all.deb ...
13:40:17 #9 34.62 Unpacking libhtml-form-perl (6.07-1) ...
13:40:17 #9 34.66 Selecting previously unselected package libhtml-format-perl.
13:40:17 #9 34.66 Preparing to unpack .../272-libhtml-format-perl_2.12-1.1_all.deb ...
13:40:17 #9 34.66 Unpacking libhtml-format-perl (2.12-1.1) ...
13:40:17 #9 34.70 Selecting previously unselected package libhtml-html5-entities-perl.
13:40:17 #8 30.11 Preparing to unpack .../082-libcroco3_0.6.12-3_amd64.deb ...
13:40:17 #8 30.12 Unpacking libcroco3:amd64 (0.6.12-3) ...
13:40:17 #8 30.17 Selecting previously unselected package libncurses6:amd64.
13:40:17 #8 30.17 Preparing to unpack .../083-libncurses6_6.1+20181013-2+deb10u2_amd64.deb ...
13:40:17 #8 30.17 Unpacking libncurses6:amd64 (6.1+20181013-2+deb10u2) ...
13:40:17 #8 30.23 Selecting previously unselected package gettext.
13:40:17 #8 44.11 Adding group `crontab' (GID 102) ...
13:40:17 #8 44.12 Done.
13:40:17 #8 44.14 invoke-rc.d: could not determine current runlevel
13:40:17 #8 44.14 invoke-rc.d: policy-rc.d denied execution of start.
13:40:17 #8 44.26 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
13:40:17 #8 44.27 Setting up m4 (1.4.18-2) ...
13:40:17 #8 44.28 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
13:40:17 #8 44.29 Setting up binutils (2.31.1-16) ...
13:40:17 #8 44.30 Setting up libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
13:40:17 #8 44.32 Setting up ca-certificates (20200601~deb10u2) ...
13:40:17 #9 27.55 Selecting previously unselected package gcc-9.
13:40:17 #9 27.55 Preparing to unpack .../095-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
13:40:17 #9 27.56 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:17 #18 2.546 (5/22) Installing libffi (3.4.2-r1)
13:40:17 #18 2.554 (6/22) Installing libgcc (10.3.1_git20211027-r0)
13:40:17 #18 2.561 (7/22) Installing libstdc++ (10.3.1_git20211027-r0)
13:40:17 #18 2.632 (8/22) Installing xz-libs (5.2.5-r1)
13:40:17 #18 2.647 (9/22) Installing libxml2 (2.9.13-r0)
13:40:17 #18 2.721 (10/22) Installing llvm12-libs (12.0.1-r0)
13:40:17 #10 DONE 29.0s
13:40:17 
13:40:17 #12 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
13:40:17 #12 sha256:cc1c2843404eac5d22597e86192f083b4166ab5b48f1ddfe034e9829f2a615d6
13:40:17 #12 DONE 0.1s
13:40:17 
13:40:17 #13 [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;     yum-builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
13:40:17 #13 sha256:5d8a7028e1c8d14f0271d0bfd175e27d534894c3868dbbb24b55bdf34637bbbf
13:40:17 #9 15.82 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre-engine-re2-perl armhf 0.13-5 [15.1 kB]
13:40:17 #9 15.83 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadonly-perl all 2.050-2 [19.9 kB]
13:40:17 #9 15.85 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-perl all 0.204-1 [15.0 kB]
13:40:17 #9 15.86 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-xs-perl armhf 0.117-1build2 [10.7 kB]
13:40:17 #9 15.86 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
13:40:17 #9 15.88 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
13:40:17 #9 15.89 Get:313 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg-2ubuntu0.1 [42.1 kB]
13:40:17 #9 15.90 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-decoder-perl armhf 4.011+ds-1build1 [98.5 kB]
13:40:17 #9 15.93 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-encoder-perl armhf 4.011+ds-1build1 [97.7 kB]
13:40:17 #9 15.95 Get:316 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-perl all 4.011-1 [8604 B]
13:40:17 #9 15.98 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-key-perl armhf 1.33-2build2 [33.9 kB]
13:40:17 #9 15.98 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-copyright-perl all 0.003006-1 [9608 B]
13:40:17 #9 15.98 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
13:40:17 #9 15.99 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:40:17 #9 15.99 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libterm-readkey-perl armhf 2.38-1build1 [23.3 kB]
13:40:17 #9 15.99 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-fatal-perl all 0.014-1 [11.1 kB]
13:40:17 #9 16.06 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-refcount-perl all 0.10-1 [11.4 kB]
13:40:17 #9 16.06 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B]
13:40:17 #9 16.06 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-xs-perl armhf 0.016-1 [21.2 kB]
13:40:17 #9 16.06 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libunicode-utf8-perl armhf 0.62-1build1 [17.1 kB]
13:40:17 #9 16.13 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
13:40:17 #9 16.13 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB]
13:40:17 #9 16.13 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:40:17 #9 16.13 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1build1 [306 kB]
13:40:17 #9 16.16 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-parser-perl armhf 2.46-1 [189 kB]
13:40:17 #8 19.44 Selecting previously unselected package python3.
13:40:17 #8 19.44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4774 files and directories currently installed.)
13:40:17 #8 19.44 Preparing to unpack .../0-python3_3.6.7-1~18.04_armhf.deb ...
13:40:17 #8 19.46 Unpacking python3 (3.6.7-1~18.04) ...
13:40:17 #8 19.49 Selecting previously unselected package multiarch-support.
13:40:17 #8 19.49 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.5_armhf.deb ...
13:40:17 #8 19.50 Unpacking multiarch-support (2.27-3ubuntu1.5) ...
13:40:17 #8 19.54 Selecting previously unselected package libxau6:armhf.
13:40:17 #8 19.54 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_armhf.deb ...
13:40:17 #8 19.55 Unpacking libxau6:armhf (1:1.0.8-1ubuntu1) ...
13:40:17 #8 19.59 Selecting previously unselected package libbsd0:armhf.
13:40:17 #8 19.59 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_armhf.deb ...
13:40:17 #8 19.59 Unpacking libbsd0:armhf (0.8.7-1ubuntu0.1) ...
13:40:17 #21 0.705 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
13:40:17 #9 29.61 Preparing to unpack .../215-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:40:17 #9 29.62 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:40:17 #9 29.65 Selecting previously unselected package libclone-perl.
13:40:17 #9 29.65 Preparing to unpack .../216-libclone-perl_0.45-1build3_amd64.deb ...
13:40:17 #9 29.66 Unpacking libclone-perl (0.45-1build3) ...
13:40:17 #9 29.69 Selecting previously unselected package libcommon-sense-perl:amd64.
13:40:17 #9 29.69 Preparing to unpack .../217-libcommon-sense-perl_3.75-2build1_amd64.deb ...
13:40:17 #9 29.70 Unpacking libcommon-sense-perl:amd64 (3.75-2build1) ...
13:40:17 #9 29.72 Selecting previously unselected package libconfig-tiny-perl.
13:40:17 #9 29.73 Preparing to unpack .../218-libconfig-tiny-perl_2.28-1_all.deb ...
13:40:17 #9 29.73 Unpacking libconfig-tiny-perl (2.28-1) ...
13:40:17 #9 29.76 Selecting previously unselected package libparams-util-perl.
13:40:17 #9 29.76 Preparing to unpack .../219-libparams-util-perl_1.102-1build3_amd64.deb ...
13:40:17 #9 29.77 Unpacking libparams-util-perl (1.102-1build3) ...
13:40:17 #9 29.79 Selecting previously unselected package libsub-install-perl.
13:40:17 #9 29.80 Preparing to unpack .../220-libsub-install-perl_0.928-1.1_all.deb ...
13:40:17 #9 29.80 Unpacking libsub-install-perl (0.928-1.1) ...
13:40:17 #9 29.83 Selecting previously unselected package libdata-optlist-perl.
13:40:17 #9 34.04 Selecting previously unselected package gcc.
13:40:17 #9 34.04 Preparing to unpack .../085-gcc_4%3a11.2.0-1ubuntu1_arm64.deb ...
13:40:17 #9 34.05 Unpacking gcc (4:11.2.0-1ubuntu1) ...
13:40:17 #9 34.08 Selecting previously unselected package libstdc++-11-dev:arm64.
13:40:17 #9 34.08 Preparing to unpack .../086-libstdc++-11-dev_11.2.0-7ubuntu2_arm64.deb ...
13:40:17 #9 34.09 Unpacking libstdc++-11-dev:arm64 (11.2.0-7ubuntu2) ...
13:40:17 #8 29.49 Preparing to unpack .../074-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:17 #8 29.54 Selecting previously unselected package libtsan0:amd64.
13:40:17 #8 29.54 Preparing to unpack .../075-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.55 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:17 #8 29.61 Selecting previously unselected package libubsan0:amd64.
13:40:17 #8 29.61 Preparing to unpack .../076-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.61 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:17 #8 29.66 Selecting previously unselected package libcilkrts5:amd64.
13:40:17 #8 29.66 Preparing to unpack .../077-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.66 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:17 #8 29.69 Selecting previously unselected package libmpx2:amd64.
13:40:17 #8 29.70 Preparing to unpack .../078-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.70 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:17 #8 29.73 Selecting previously unselected package libquadmath0:amd64.
13:40:17 #8 44.37 Setting up python3.6 (3.6.9-1~18.04ubuntu1.7) ...
13:40:17 #9 34.41 Selecting previously unselected package libalgorithm-diff-perl.
13:40:17 #9 34.42 Preparing to unpack .../201-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:40:17 #9 34.42 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:40:17 #9 34.46 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:17 #9 34.46 Preparing to unpack .../202-libalgorithm-diff-xs-perl_0.04-6_arm64.deb ...
13:40:17 #9 34.47 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
13:40:17 #9 34.50 Selecting previously unselected package libalgorithm-merge-perl.
13:40:17 #9 34.50 Preparing to unpack .../203-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:17 #9 34.51 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:17 #9 34.54 Selecting previously unselected package libapt-pkg-perl.
13:40:17 #9 34.54 Preparing to unpack .../204-libapt-pkg-perl_0.1.36build3_arm64.deb ...
13:40:17 #9 34.55 Unpacking libapt-pkg-perl (0.1.36build3) ...
13:40:17 #9 34.59 Selecting previously unselected package libarchive-cpio-perl.
13:40:17 #9 34.60 Preparing to unpack .../205-libarchive-cpio-perl_0.10-1_all.deb ...
13:40:17 #9 34.60 Unpacking libarchive-cpio-perl (0.10-1) ...
13:40:17 #9 34.65 Selecting previously unselected package libarray-intspan-perl.
13:40:17 #9 34.65 Preparing to unpack .../206-libarray-intspan-perl_2.003-1_all.deb ...
13:40:17 #9 34.66 Unpacking libarray-intspan-perl (2.003-1) ...
13:40:17 #9 34.69 Selecting previously unselected package libasync-mergepoint-perl.
13:40:17 #9 34.69 Preparing to unpack .../207-libasync-mergepoint-perl_0.04-2_all.deb ...
13:40:17 #9 34.70 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:40:17 #8 10.88 Get:364 http://deb.debian.org/debian bullseye/main armhf xdelta3 armhf 3.0.11-dfsg-1+b1 [67.2 kB]
13:40:17 #8 10.88 Get:365 http://deb.debian.org/debian bullseye/main armhf pristine-tar armhf 1.49 [111 kB]
13:40:17 #8 10.88 Get:366 http://deb.debian.org/debian bullseye/main armhf publicsuffix all 20211207.1025-0+deb11u1 [125 kB]
13:40:17 #8 10.88 Get:367 http://deb.debian.org/debian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
13:40:17 #8 10.89 Get:368 http://deb.debian.org/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB]
13:40:17 #8 10.89 Get:369 http://deb.debian.org/debian bullseye/main armhf python3-certifi all 2020.6.20-1 [151 kB]
13:40:17 #8 10.89 Get:370 http://deb.debian.org/debian bullseye/main armhf python3-idna all 2.10-1 [37.4 kB]
13:40:17 #8 10.89 Get:371 http://deb.debian.org/debian bullseye/main armhf python3-magic all 2:0.4.20-3 [13.4 kB]
13:40:17 #8 10.89 Get:372 http://deb.debian.org/debian bullseye/main armhf python3-urllib3 all 1.26.5-1~exp1 [114 kB]
13:40:17 #8 10.89 Get:373 http://deb.debian.org/debian bullseye/main armhf python3-requests all 2.25.1+dfsg-2 [69.3 kB]
13:40:17 #8 10.94 Get:374 http://deb.debian.org/debian bullseye/main armhf python3-unidiff all 0.5.5-2 [9604 B]
13:40:17 #8 10.94 Get:375 http://deb.debian.org/debian bullseye/main armhf python3-xdg all 0.27-2 [41.8 kB]
13:40:17 #8 10.94 Get:376 http://deb.debian.org/debian bullseye/main armhf shared-mime-info armhf 2.0-1 [699 kB]
13:40:17 #8 10.94 Get:377 http://deb.debian.org/debian bullseye/main armhf strace armhf 5.10-1 [973 kB]
13:40:17 #8 10.97 Get:378 http://deb.debian.org/debian bullseye/main armhf xauth armhf 1:1.1-1 [37.7 kB]
13:40:17 #8 10.97 Get:379 http://deb.debian.org/debian bullseye/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB]
13:40:17 #13 ...
13:40:17 
13:40:17 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:17 #8 sha256:ab6157491c520784faebccc3717f5e1537aa160894e0b754af7ae47de8a1e3d8
13:40:17 #8 1.480 Get:1 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
13:40:17 #8 1.480 Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
13:40:17 #8 1.759 Get:3 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
13:40:17 #8 1.899 Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
13:40:17 #8 3.217 Get:5 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
13:40:17 #8 3.224 Get:6 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
13:40:17 #8 3.226 Get:7 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
13:40:17 #8 3.235 Get:8 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
13:40:17 #8 4.447 Fetched 18.9 MB in 4s (5347 kB/s)
13:40:17 #8 4.447 Reading package lists...
13:40:17 #8 5.799 Reading package lists...
13:40:17 #8 7.091 Building dependency tree...
13:40:17 #8 7.306 Reading state information...
13:40:17 #8 7.578 curl is already the newest version (7.64.0-4+deb10u2).
13:40:17 #8 7.578 The following additional packages will be installed:
13:40:17 #8 7.578   autoconf automake autopoint autotools-dev binutils
13:40:17 #8 7.578   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
13:40:17 #8 7.578   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
13:40:17 #8 7.578   gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian
13:40:17 #8 7.578   libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils
13:40:17 #8 7.578   libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
13:40:17 #8 7.578   libcroco3 libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl
13:40:17 #8 7.578   libdevel-globaldestruction-perl libdpkg-perl libdynaloader-functions-perl
13:40:17 #8 7.578   libelf1 libencode-locale-perl liberror-perl libexpat1 libfakeroot
13:40:17 #8 7.578   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:40:17 #8 7.578   libfile-which-perl libfl2 libgcc-8-dev libgdbm-compat4 libgdbm6 libglib2.0-0
13:40:17 #8 7.578   libgomp1 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:40:17 #8 7.578   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
13:40:17 #8 7.578   libhttp-negotiate-perl libicu63 libimport-into-perl libio-html-perl
13:40:17 #8 7.578   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl19
13:40:17 #8 7.578   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
13:40:17 #8 7.578   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
13:40:17 #8 7.578   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
13:40:17 #8 7.578   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
13:40:17 #8 7.578   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
13:40:17 #8 7.578   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
13:40:17 #8 7.578   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
13:40:17 #8 7.578   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
13:40:17 #8 7.578   mime-support patch patchutils perl perl-base perl-modules-5.28
13:40:17 #8 7.578   perl-openssl-defaults po-debconf python3 python3-minimal python3.7
13:40:17 #8 7.578   python3.7-minimal sensible-utils wdiff xz-utils
13:40:17 #8 7.578 Suggested packages:
13:40:17 #8 7.578   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
13:40:17 #8 7.578   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
13:40:17 #8 7.578   autopkgtest bls-standalone bsd-mailx | mailx build-essential
13:40:17 #8 7.578   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
13:40:17 #8 7.578   dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
13:40:17 #8 7.578   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:40:17 #8 7.578   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:40:17 #8 7.578   ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
13:40:17 #8 7.578   manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg
13:40:17 #8 7.578   libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg
13:40:17 #8 7.578   libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev
13:40:17 #8 7.578   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
13:40:17 #8 7.578   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
13:40:17 #8 7.578   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
13:40:17 #8 7.578   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
13:40:17 #8 7.578   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
13:40:17 #8 7.578   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
13:40:17 #8 7.578   diffutils-doc perl-doc libterm-readline-gnu-perl
13:40:17 #8 7.578   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
13:40:17 #8 7.578   libmail-box-perl python3-doc python3-tk python3-venv python3.7-venv
13:40:17 #8 7.578   python3.7-doc binfmt-support wdiff-doc
13:40:17 #8 7.578 Recommended packages:
13:40:17 #8 7.578   at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
13:40:17 #8 7.578   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
13:40:17 #8 7.578   licensecheck lintian python3-apt python3-debian python3-magic
13:40:17 #8 7.578   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
13:40:17 #8 7.578   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
13:40:17 #8 7.578   manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl
13:40:17 #8 7.578   libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl
13:40:17 #8 7.578   libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl
13:40:17 #8 7.578   libhtml-form-perl libhttp-daemon-perl libmailtools-perl
13:40:17 #8 7.578   libmail-sendmail-perl
13:40:17 #8 9.236 The following NEW packages will be installed:
13:40:17 #8 9.236   autoconf automake autopoint autotools-dev binutils
13:40:17 #8 9.236   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
13:40:17 #8 9.236   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
13:40:17 #8 9.236   equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base
13:40:17 #8 9.236   intltool-debian libarchive-zip-perl libasan5 libatomic1
13:40:17 #8 9.236   libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0
13:40:17 #8 9.236   libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl
13:40:17 #8 9.236   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
13:40:17 #8 9.236   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
13:40:17 #8 9.236   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
13:40:17 #8 9.236   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
13:40:17 #8 9.236   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
13:40:17 #8 9.236   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
13:40:17 #8 9.236   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
13:40:17 #8 9.236   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
13:40:17 #8 9.236   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
13:40:17 #8 9.236   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
13:40:17 #8 9.236   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
13:40:17 #8 9.236   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
13:40:17 #8 9.236   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
13:40:17 #8 9.236   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
13:40:17 #8 9.236   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
13:40:17 #8 9.236   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
13:40:17 #8 9.236   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
13:40:17 #8 9.236   po-debconf python3 python3-minimal python3.7 python3.7-minimal
13:40:17 #8 9.236   sensible-utils wdiff xz-utils
13:40:17 #8 9.236 The following packages will be upgraded:
13:40:17 #8 9.236   libc6 perl-base
13:40:17 #8 9.758 2 upgraded, 125 newly installed, 0 to remove and 5 not upgraded.
13:40:17 #8 9.758 Need to get 70.4 MB of archives.
13:40:17 #8 9.758 After this operation, 272 MB of additional disk space will be used.
13:40:17 #8 9.758 Get:1 http://archive.raspbian.org/raspbian buster/main armhf perl-base armhf 5.28.1-6+deb10u1 [1352 kB]
13:40:17 #8 9.948 Get:2 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1 [2356 kB]
13:40:17 #8 ...
13:40:17 
13:40:17 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:17 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:17 #9 34.70 Preparing to unpack .../273-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:40:17 #9 34.70 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:40:17 #9 34.73 Selecting previously unselected package libhttp-daemon-perl.
13:40:17 #9 34.74 Preparing to unpack .../274-libhttp-daemon-perl_6.13-1_all.deb ...
13:40:17 #9 34.74 Unpacking libhttp-daemon-perl (6.13-1) ...
13:40:17 #9 34.79 Selecting previously unselected package libio-interactive-perl.
13:40:17 #9 34.79 Preparing to unpack .../275-libio-interactive-perl_1.023-1_all.deb ...
13:40:17 #9 34.79 Unpacking libio-interactive-perl (1.023-1) ...
13:40:17 #9 34.82 Selecting previously unselected package libio-prompt-tiny-perl.
13:40:17 #9 34.82 Preparing to unpack .../276-libio-prompt-tiny-perl_0.003-1_all.deb ...
13:40:17 #9 34.83 Unpacking libio-prompt-tiny-perl (0.003-1) ...
13:40:17 #9 34.86 Selecting previously unselected package libtypes-serialiser-perl.
13:40:17 #9 34.86 Preparing to unpack .../277-libtypes-serialiser-perl_1.01-1_all.deb ...
13:40:17 #9 34.87 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:40:17 #9 34.90 Selecting previously unselected package libjson-xs-perl.
13:40:17 #9 34.90 Preparing to unpack .../278-libjson-xs-perl_4.030-1build3_arm64.deb ...
13:40:17 #9 34.91 Unpacking libjson-xs-perl (4.030-1build3) ...
13:40:17 #9 34.94 Selecting previously unselected package libjson-maybexs-perl.
13:40:17 #8 30.23 Preparing to unpack .../084-gettext_0.19.8.1-9_amd64.deb ...
13:40:17 #8 30.23 Unpacking gettext (0.19.8.1-9) ...
13:40:17 #8 30.38 Selecting previously unselected package intltool-debian.
13:40:17 #8 30.39 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:17 #8 30.39 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:17 #8 30.42 Selecting previously unselected package po-debconf.
13:40:17 #8 30.42 Preparing to unpack .../086-po-debconf_1.0.21_all.deb ...
13:40:17 #8 30.43 Unpacking po-debconf (1.0.21) ...
13:40:17 #8 30.48 Selecting previously unselected package debhelper.
13:40:17 #8 30.48 Preparing to unpack .../087-debhelper_12.1.1_all.deb ...
13:40:17 #8 30.49 Unpacking debhelper (12.1.1) ...
13:40:17 #8 30.61 Selecting previously unselected package debian-keyring.
13:40:17 #8 43.34 Updating certificates in /etc/ssl/certs...
13:40:17 #9 16.19 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:40:17 #9 16.20 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-writer-perl all 0.625-1 [24.9 kB]
13:40:17 #9 16.21 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-libyaml-perl armhf 0.81+repack-1 [26.1 kB]
13:40:17 #9 16.21 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main armhf licensecheck all 3.0.45-1 [23.9 kB]
13:40:17 #9 16.21 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-size-perl armhf 0.83-1build1 [19.3 kB]
13:40:17 #9 16.28 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main armhf t1utils armhf 1.41-3 [48.2 kB]
13:40:17 #9 16.28 Get:338 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf lintian all 2.62.0ubuntu2 [982 kB]
13:40:17 #9 16.32 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages-dev all 5.05-1 [2266 kB]
13:40:17 #8 19.64 Selecting previously unselected package libxdmcp6:armhf.
13:40:17 #8 19.64 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
13:40:17 #8 19.65 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
13:40:17 #8 19.69 Selecting previously unselected package libxcb1:armhf.
13:40:17 #8 19.69 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_armhf.deb ...
13:40:17 #8 19.70 Unpacking libxcb1:armhf (1.13-2~ubuntu18.04) ...
13:40:17 #8 19.72 Selecting previously unselected package libx11-data.
13:40:17 #8 19.72 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
13:40:17 #8 19.73 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
13:40:17 #8 19.81 Selecting previously unselected package libx11-6:armhf.
13:40:17 #8 19.81 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_armhf.deb ...
13:40:17 #8 19.82 Unpacking libx11-6:armhf (2:1.6.4-3ubuntu0.4) ...
13:40:17 #9 29.83 Preparing to unpack .../221-libdata-optlist-perl_0.112-1_all.deb ...
13:40:17 #9 29.84 Unpacking libdata-optlist-perl (0.112-1) ...
13:40:17 #9 29.87 Selecting previously unselected package libsub-exporter-perl.
13:40:17 #9 29.87 Preparing to unpack .../222-libsub-exporter-perl_0.988-1_all.deb ...
13:40:17 #9 29.87 Unpacking libsub-exporter-perl (0.988-1) ...
13:40:17 #9 29.90 Selecting previously unselected package libconst-fast-perl.
13:40:17 #9 29.91 Preparing to unpack .../223-libconst-fast-perl_0.014-1.1_all.deb ...
13:40:17 #9 29.91 Unpacking libconst-fast-perl (0.014-1.1) ...
13:40:17 #9 29.94 Selecting previously unselected package libwant-perl.
13:40:17 #9 29.94 Preparing to unpack .../224-libwant-perl_0.29-1build7_amd64.deb ...
13:40:17 #9 29.94 Unpacking libwant-perl (0.29-1build7) ...
13:40:17 #9 29.97 Selecting previously unselected package libcontextual-return-perl.
13:40:17 #9 29.97 Preparing to unpack .../225-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:17 #9 29.98 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:17 #9 30.01 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
13:40:17 #9 30.01 Preparing to unpack .../226-libcpanel-json-xs-perl_4.27-1build1_amd64.deb ...
13:40:17 #9 30.02 Unpacking libcpanel-json-xs-perl:amd64 (4.27-1build1) ...
13:40:17 #9 30.05 Selecting previously unselected package libdevel-stacktrace-perl.
13:40:17 #9 30.05 Preparing to unpack .../227-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:40:17 #9 30.05 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:40:17 #9 30.08 Selecting previously unselected package libexception-class-perl.
13:40:17 #9 30.09 Preparing to unpack .../228-libexception-class-perl_1.45-1_all.deb ...
13:40:17 #9 30.09 Unpacking libexception-class-perl (1.45-1) ...
13:40:17 #9 30.12 Selecting previously unselected package libiterator-perl.
13:40:17 #9 30.12 Preparing to unpack .../229-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:40:17 #9 30.13 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:40:17 #9 30.16 Selecting previously unselected package libiterator-util-perl.
13:40:17 #9 34.26 Selecting previously unselected package g++-11.
13:40:17 #9 34.27 Preparing to unpack .../087-g++-11_11.2.0-7ubuntu2_arm64.deb ...
13:40:17 #9 34.27 Unpacking g++-11 (11.2.0-7ubuntu2) ...
13:40:17 #8 29.73 Preparing to unpack .../079-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.74 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:17 #8 29.77 Selecting previously unselected package libgcc-7-dev:amd64.
13:40:17 #8 29.78 Preparing to unpack .../080-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
13:40:17 #8 29.78 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:17 #8 30.02 Selecting previously unselected package gcc-7.
13:40:17 #18 1.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
13:40:17 #8 27.88 Selecting previously unselected package g++.
13:40:17 #9 29.41 Selecting previously unselected package g++.
13:40:17 #9 29.41 Preparing to unpack .../089-g++_4%3a11.2.0-1ubuntu1_amd64.deb ...
13:40:17 #9 29.44 Unpacking g++ (4:11.2.0-1ubuntu1) ...
13:40:17 #9 29.60 Selecting previously unselected package make.
13:40:17 #9 29.60 Preparing to unpack .../090-make_4.3-4ubuntu1_amd64.deb ...
13:40:17 #9 29.65 Unpacking make (4.3-4ubuntu1) ...
13:40:17 #9 34.76 Selecting previously unselected package libmodule-implementation-perl.
13:40:17 #9 34.76 Preparing to unpack .../208-libmodule-implementation-perl_0.09-1_all.deb ...
13:40:17 #9 34.77 Unpacking libmodule-implementation-perl (0.09-1) ...
13:40:17 #9 34.81 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:17 #9 34.82 Preparing to unpack .../209-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:17 #9 34.82 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:17 #9 34.87 Selecting previously unselected package libvariable-magic-perl.
13:40:17 #9 34.87 Preparing to unpack .../210-libvariable-magic-perl_0.62-1build2_arm64.deb ...
13:40:17 #9 34.88 Unpacking libvariable-magic-perl (0.62-1build2) ...
13:40:17 #9 34.94 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:17 #8 11.28 debconf: delaying package configuration, since apt-utils is not installed
13:40:17 #8 11.32 Fetched 157 MB in 4s (43.9 MB/s)
13:40:17 #8 11.39 Selecting previously unselected package bsdextrautils.
13:40:17 #8 11.39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6646 files and directories currently installed.)
13:40:17 #8 11.39 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
13:40:17 #9 34.94 Preparing to unpack .../279-libjson-maybexs-perl_1.004003-1_all.deb ...
13:40:17 #9 34.94 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:40:17 #9 34.98 Selecting previously unselected package libldap-common.
13:40:17 #9 34.98 Preparing to unpack .../280-libldap-common_2.5.11+dfsg-1~exp1ubuntu3_all.deb ...
13:40:17 #9 34.98 Unpacking libldap-common (2.5.11+dfsg-1~exp1ubuntu3) ...
13:40:17 #9 35.01 Selecting previously unselected package liblist-compare-perl.
13:40:17 #9 35.01 Preparing to unpack .../281-liblist-compare-perl_0.55-1_all.deb ...
13:40:17 #9 35.02 Unpacking liblist-compare-perl (0.55-1) ...
13:40:17 #9 35.05 Selecting previously unselected package liblist-someutils-perl.
13:40:17 #9 35.06 Preparing to unpack .../282-liblist-someutils-perl_0.58-1_all.deb ...
13:40:17 #9 35.06 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:17 #9 35.09 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:17 #9 35.09 Preparing to unpack .../283-liblist-someutils-xs-perl_0.58-2build3_arm64.deb ...
13:40:17 #9 35.10 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
13:40:17 #9 35.13 Selecting previously unselected package liblist-utilsby-perl.
13:40:17 #9 35.13 Preparing to unpack .../284-liblist-utilsby-perl_0.11-1_all.deb ...
13:40:17 #9 35.13 Unpacking liblist-utilsby-perl (0.11-1) ...
13:40:17 #9 35.17 Selecting previously unselected package libltdl7:arm64.
13:40:17 #8 30.61 Preparing to unpack .../088-debian-keyring_2019.02.25_all.deb ...
13:40:17 #8 30.62 Unpacking debian-keyring (2019.02.25) ...
13:40:17 #8 44.83 Updating certificates in /etc/ssl/certs...
13:40:17 #9 16.45 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB]
13:40:17 #9 16.46 Get:341 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB]
13:40:17 #9 16.46 Get:342 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
13:40:17 #9 16.46 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
13:40:17 #9 16.47 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-unidiff all 0.5.5-2 [9180 B]
13:40:17 #9 16.47 Get:345 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-xdg all 0.26-1ubuntu1 [36.1 kB]
13:40:17 #9 16.47 Get:346 http://ports.ubuntu.com/ubuntu-ports focal/main armhf unzip armhf 6.0-25ubuntu1 [155 kB]
13:40:17 #9 16.48 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf equivs all 2.2.0 [19.7 kB]
13:40:17 #9 16.48 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:40:17 #9 16.54 Get:349 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-magic all 2:0.4.15-3 [9376 B]
13:40:17 #8 19.92 Setting up multiarch-support (2.27-3ubuntu1.5) ...
13:40:17 #8 20.07 Selecting previously unselected package libxext6:armhf.
13:40:17 #8 20.07 (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 ... 5098 files and directories currently installed.)
13:40:17 #8 20.07 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_armhf.deb ...
13:40:17 #8 20.07 Unpacking libxext6:armhf (2:1.3.3-1) ...
13:40:17 #8 20.12 Selecting previously unselected package bsdmainutils.
13:40:17 #8 20.12 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_armhf.deb ...
13:40:17 #8 20.13 Unpacking bsdmainutils (11.1.2ubuntu1) ...
13:40:17 #9 9.393 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml2 armhf 2.9.13+dfsg-1build1 [600 kB]
13:40:17 #9 9.408 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB]
13:40:17 #9 9.410 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB]
13:40:17 #9 9.424 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB]
13:40:17 #9 9.424 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python-apt-common all 2.3.0ubuntu2 [15.2 kB]
13:40:17 #9 9.424 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-apt armhf 2.3.0ubuntu2 [154 kB]
13:40:17 #9 9.424 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-pkg-resources all 59.6.0-1.2 [132 kB]
13:40:17 #9 9.426 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf ucf all 3.0043 [56.1 kB]
13:40:17 #9 9.430 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bsdextrautils armhf 2.37.2-4ubuntu3 [77.1 kB]
13:40:17 #9 9.473 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic-mgc armhf 1:5.41-3 [257 kB]
13:40:17 #9 9.548 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic1 armhf 1:5.41-3 [80.2 kB]
13:40:17 #9 9.548 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf file armhf 1:5.41-3 [20.6 kB]
13:40:17 #9 9.548 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext-base armhf 0.21-4ubuntu4 [38.0 kB]
13:40:17 #9 9.548 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB]
13:40:17 #9 9.548 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf groff-base armhf 1.22.4-8build1 [870 kB]
13:40:17 #9 9.583 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB]
13:40:17 #9 9.583 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libedit2 armhf 3.1-20210910-1build1 [78.7 kB]
13:40:17 #9 9.585 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfido2-1 armhf 1.10.0-1 [74.1 kB]
13:40:17 #9 9.588 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnghttp2-14 armhf 1.43.0-1build3 [70.1 kB]
13:40:17 #9 9.620 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpipeline1 armhf 1.5.5-1 [25.6 kB]
13:40:17 #9 9.694 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpng16-16 armhf 1.6.37-3build5 [170 kB]
13:40:17 #9 9.705 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
13:40:17 #9 9.705 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B]
13:40:17 #9 9.705 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B]
13:40:17 #9 9.705 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxcb1 armhf 1.14-3ubuntu3 [46.1 kB]
13:40:17 #9 9.705 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-data all 2:1.7.5-1 [119 kB]
13:40:17 #9 9.709 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-6 armhf 2:1.7.5-1 [604 kB]
13:40:17 #9 9.731 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB]
13:40:17 #9 9.733 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B]
13:40:17 #9 9.780 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf man-db armhf 2.10.2-1 [1151 kB]
13:40:17 #9 30.16 Preparing to unpack .../230-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:40:17 #9 30.16 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:40:17 #9 30.19 Selecting previously unselected package libexporter-tiny-perl.
13:40:17 #9 30.19 Preparing to unpack .../231-libexporter-tiny-perl_1.002002-1_all.deb ...
13:40:17 #9 30.20 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:40:17 #9 30.23 Selecting previously unselected package liblist-moreutils-xs-perl.
13:40:17 #9 30.23 Preparing to unpack .../232-liblist-moreutils-xs-perl_0.430-2build2_amd64.deb ...
13:40:17 #9 30.24 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
13:40:17 #9 30.26 Selecting previously unselected package liblist-moreutils-perl.
13:40:17 #9 30.27 Preparing to unpack .../233-liblist-moreutils-perl_0.430-2_all.deb ...
13:40:17 #9 30.27 Unpacking liblist-moreutils-perl (0.430-2) ...
13:40:17 #9 30.30 Selecting previously unselected package libdata-dpath-perl.
13:40:17 #9 30.31 Preparing to unpack .../234-libdata-dpath-perl_0.58-1_all.deb ...
13:40:17 #9 30.31 Unpacking libdata-dpath-perl (0.58-1) ...
13:40:17 #9 30.35 Selecting previously unselected package libdata-dump-perl.
13:40:17 #9 30.35 Preparing to unpack .../235-libdata-dump-perl_1.25-1_all.deb ...
13:40:17 #9 30.35 Unpacking libdata-dump-perl (1.25-1) ...
13:40:17 #9 30.39 Selecting previously unselected package libdata-messagepack-perl.
13:40:17 #8 30.02 Preparing to unpack .../081-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
13:40:17 #8 30.02 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
13:40:18 #18 1.596 (1/22) Installing ncurses-terminfo-base (6.3_p20211120-r0)
13:40:18 #18 1.601 (2/22) Installing ncurses-libs (6.3_p20211120-r0)
13:40:18 #18 1.612 (3/22) Installing readline (8.1.1-r0)
13:40:18 #18 1.616 (4/22) Installing bash (5.1.16-r0)
13:40:18 #18 1.629 Executing bash-5.1.16-r0.post-install
13:40:18 #18 1.631 (5/22) Installing libffi (3.4.2-r1)
13:40:18 #18 1.633 (6/22) Installing libgcc (10.3.1_git20211027-r0)
13:40:18 #18 1.636 (7/22) Installing libstdc++ (10.3.1_git20211027-r0)
13:40:18 #18 1.649 (8/22) Installing xz-libs (5.2.5-r1)
13:40:18 #18 1.653 (9/22) Installing libxml2 (2.9.13-r0)
13:40:18 #18 1.665 (10/22) Installing llvm12-libs (12.0.1-r0)
13:40:18 #8 27.88 Preparing to unpack .../057-g++_4%3a10.2.1-1_amd64.deb ...
13:40:18 #8 27.89 Unpacking g++ (4:10.2.1-1) ...
13:40:18 #8 27.91 Selecting previously unselected package make.
13:40:18 #8 27.92 Preparing to unpack .../058-make_4.3-4.1_amd64.deb ...
13:40:18 #8 27.93 Unpacking make (4.3-4.1) ...
13:40:18 #8 28.00 Selecting previously unselected package libdpkg-perl.
13:40:18 #8 28.00 Preparing to unpack .../059-libdpkg-perl_1.20.9_all.deb ...
13:40:18 #8 28.00 Unpacking libdpkg-perl (1.20.9) ...
13:40:18 #8 28.08 Selecting previously unselected package patch.
13:40:18 #8 28.08 Preparing to unpack .../060-patch_2.7.6-7_amd64.deb ...
13:40:18 #8 28.08 Unpacking patch (2.7.6-7) ...
13:40:18 #8 28.12 Selecting previously unselected package dpkg-dev.
13:40:18 #21 1.497 go: downloading github.com/akavel/rsrc v0.10.2
13:40:18 #9 29.84 Selecting previously unselected package libdpkg-perl.
13:40:18 #9 29.85 Preparing to unpack .../091-libdpkg-perl_1.20.9ubuntu2_all.deb ...
13:40:18 #9 29.87 Unpacking libdpkg-perl (1.20.9ubuntu2) ...
13:40:18 #9 29.95 Selecting previously unselected package bzip2.
13:40:18 #9 29.95 Preparing to unpack .../092-bzip2_1.0.8-4ubuntu3_amd64.deb ...
13:40:18 #9 29.95 Unpacking bzip2 (1.0.8-4ubuntu3) ...
13:40:18 #9 29.98 Selecting previously unselected package patch.
13:40:18 #9 29.98 Preparing to unpack .../093-patch_2.7.6-7_amd64.deb ...
13:40:18 #9 29.99 Unpacking patch (2.7.6-7) ...
13:40:18 #9 30.02 Selecting previously unselected package lto-disabled-list.
13:40:18 #9 30.02 Preparing to unpack .../094-lto-disabled-list_16_all.deb ...
13:40:18 #9 30.03 Unpacking lto-disabled-list (16) ...
13:40:18 #9 30.05 Selecting previously unselected package dpkg-dev.
13:40:18 #9 30.06 Preparing to unpack .../095-dpkg-dev_1.20.9ubuntu2_all.deb ...
13:40:18 #9 30.06 Unpacking dpkg-dev (1.20.9ubuntu2) ...
13:40:18 #9 30.16 Selecting previously unselected package build-essential.
13:40:18 #9 34.94 Preparing to unpack .../211-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:40:18 #9 34.94 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:40:18 #9 34.98 Selecting previously unselected package libcapture-tiny-perl.
13:40:18 #9 34.98 Preparing to unpack .../212-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:18 #9 35.00 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:18 #9 35.04 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:18 #9 35.04 Preparing to unpack .../213-libclass-xsaccessor-perl_1.19-3build3_arm64.deb ...
13:40:18 #9 35.05 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
13:40:18 #9 35.08 Selecting previously unselected package libclone-perl.
13:40:18 #9 35.08 Preparing to unpack .../214-libclone-perl_0.43-2_arm64.deb ...
13:40:18 #9 35.09 Unpacking libclone-perl (0.43-2) ...
13:40:18 #9 35.15 Selecting previously unselected package libcommon-sense-perl.
13:40:18 #13 ...
13:40:18 
13:40:18 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:18 #8 sha256:6e9576fe9b3ec593fc61754a66fb4c3e478c17dbf8e535d0b3faf32206a7372a
13:40:18 #8 1.439 Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.7 kB]
13:40:18 #8 1.672 Get:2 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
13:40:18 #8 1.778 Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [282 kB]
13:40:18 #8 1.999 Get:4 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB]
13:40:18 #8 2.172 Get:5 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
13:40:18 #8 2.172 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.2 MB]
13:40:18 #8 3.469 Get:7 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
13:40:18 #8 3.469 Get:8 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
13:40:18 #8 4.421 Fetched 18.8 MB in 3s (5617 kB/s)
13:40:18 #8 4.421 Reading package lists...
13:40:18 #8 5.874 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?)
13:40:18 #8 5.893 Reading package lists...
13:40:18 #8 7.384 Building dependency tree...
13:40:18 #8 7.601 Reading state information...
13:40:18 #8 7.972 curl is already the newest version (7.74.0-1.3+deb11u1).
13:40:18 #8 7.972 The following additional packages will be installed:
13:40:18 #8 7.972   autoconf automake autopoint autotools-dev binutils
13:40:18 #8 7.972   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
13:40:18 #8 7.972   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
13:40:18 #8 7.972   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
13:40:18 #8 7.972   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
13:40:18 #8 7.972   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
13:40:18 #8 7.972   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdebhelper-perl
13:40:18 #8 7.972   libdevel-callchecker-perl libdpkg-perl libdynaloader-functions-perl libelf1
13:40:18 #8 7.972   libencode-locale-perl liberror-perl libexpat1 libfakeroot
13:40:18 #8 7.972   libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl
13:40:18 #8 7.972   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:40:18 #8 7.972   libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1 libhtml-parser-perl
13:40:18 #8 7.972   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
13:40:18 #8 7.972   libhttp-message-perl libhttp-negotiate-perl libicu67 libimport-into-perl
13:40:18 #8 7.972   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
13:40:18 #8 7.972   libisl23 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
13:40:18 #8 7.972   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
13:40:18 #8 7.972   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
13:40:18 #8 7.972   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
13:40:18 #8 7.972   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
13:40:18 #8 7.972   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
13:40:18 #8 7.972   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
13:40:18 #8 7.972   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
13:40:18 #8 7.972   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
13:40:18 #8 7.972   po-debconf python3 python3-minimal python3.9 python3.9-minimal
13:40:18 #8 7.972   sensible-utils wdiff xz-utils
13:40:18 #8 7.972 Suggested packages:
13:40:18 #8 7.972   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:40:18 #8 7.972   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
13:40:18 #8 7.972   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
13:40:18 #8 7.972   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:40:18 #8 7.972   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
13:40:18 #8 7.972   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
13:40:18 #8 7.972   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
13:40:18 #8 7.972   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
13:40:18 #8 7.972   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
13:40:18 #8 7.972   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
13:40:18 #8 7.972   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
13:40:18 #8 7.972   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
13:40:18 #8 7.972   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
13:40:18 #8 7.972   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
13:40:18 #8 7.972   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
13:40:18 #8 7.972   diffutils-doc perl-doc libterm-readline-gnu-perl
13:40:18 #8 7.972   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
13:40:18 #8 7.972   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
13:40:18 #8 7.972   binfmt-support wdiff-doc
13:40:18 #8 7.972 Recommended packages:
13:40:18 #8 7.972   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
13:40:18 #8 7.972   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
13:40:18 #8 7.972   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
13:40:18 #8 7.972   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
13:40:18 #8 7.972   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
13:40:18 #8 7.972   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
13:40:18 #8 7.972   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
13:40:18 #8 7.972   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
13:40:18 #8 7.972   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
13:40:18 #8 7.972   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
13:40:18 #8 9.734 The following NEW packages will be installed:
13:40:18 #8 9.734   autoconf automake autopoint autotools-dev binutils
13:40:18 #8 9.734   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
13:40:18 #8 9.734   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
13:40:18 #8 9.734   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
13:40:18 #8 9.734   intltool-debian libarchive-zip-perl libasan6 libatomic1
13:40:18 #8 9.734   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
13:40:18 #8 9.734   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
13:40:18 #8 9.734   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
13:40:18 #8 9.734   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
13:40:18 #8 9.734   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
13:40:18 #8 9.734   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
13:40:18 #8 9.734   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
13:40:18 #8 9.734   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:40:18 #8 9.734   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
13:40:18 #8 9.734   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
13:40:18 #8 9.734   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
13:40:18 #8 9.734   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
13:40:18 #8 9.734   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
13:40:18 #8 9.734   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
13:40:18 #8 9.734   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
13:40:18 #8 9.734   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
13:40:18 #8 9.734   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
13:40:18 #8 9.734   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
13:40:18 #8 9.734   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
13:40:18 #8 9.734   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
13:40:18 #8 9.734   po-debconf python3 python3-minimal python3.9 python3.9-minimal
13:40:18 #8 9.734   sensible-utils wdiff xz-utils
13:40:18 #8 9.736 The following packages will be upgraded:
13:40:18 #8 9.736   libc6
13:40:18 #8 45.11 Setting up libltdl-dev:arm64 (2.4.6-2) ...
13:40:18 #8 45.12 Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:18 #8 45.14 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ...
13:40:18 #8 45.15 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
13:40:18 #8 45.16 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.7) ...
13:40:18 #8 45.17 Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:18 #8 45.18 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ...
13:40:18 #8 45.19 Setting up gpgconf (2.2.4-1ubuntu1.4) ...
13:40:18 #8 45.20 Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:18 #8 45.21 Setting up file (1:5.32-2ubuntu0.4) ...
13:40:18 #8 11.40 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
13:40:18 #8 11.47 Selecting previously unselected package libuchardet0:armhf.
13:40:18 #8 11.47 Preparing to unpack .../01-libuchardet0_0.0.7-1_armhf.deb ...
13:40:18 #8 11.47 Unpacking libuchardet0:armhf (0.0.7-1) ...
13:40:18 #8 11.52 Selecting previously unselected package groff-base.
13:40:18 #8 11.52 Preparing to unpack .../02-groff-base_1.22.4-6_armhf.deb ...
13:40:18 #8 11.53 Unpacking groff-base (1.22.4-6) ...
13:40:18 #9 35.17 Preparing to unpack .../285-libltdl7_2.4.6-15build2_arm64.deb ...
13:40:18 #9 35.18 Unpacking libltdl7:arm64 (2.4.6-15build2) ...
13:40:18 #9 35.21 Selecting previously unselected package libltdl-dev:arm64.
13:40:18 #9 35.21 Preparing to unpack .../286-libltdl-dev_2.4.6-15build2_arm64.deb ...
13:40:18 #9 35.21 Unpacking libltdl-dev:arm64 (2.4.6-15build2) ...
13:40:18 #9 35.26 Selecting previously unselected package liblzo2-2:arm64.
13:40:18 #9 35.26 Preparing to unpack .../287-liblzo2-2_2.10-2build3_arm64.deb ...
13:40:18 #9 35.27 Unpacking liblzo2-2:arm64 (2.10-2build3) ...
13:40:18 #9 35.30 Selecting previously unselected package libsys-hostname-long-perl.
13:40:18 #9 35.30 Preparing to unpack .../288-libsys-hostname-long-perl_1.5-2_all.deb ...
13:40:18 #9 35.30 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:40:18 #9 35.34 Selecting previously unselected package libmail-sendmail-perl.
13:40:18 #9 35.34 Preparing to unpack .../289-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:40:18 #9 35.34 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:40:18 #9 35.37 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:18 #9 35.38 Preparing to unpack .../290-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:18 #9 35.38 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:18 #9 35.41 Selecting previously unselected package libmailtools-perl.
13:40:18 #8 43.90 129 added, 0 removed; done.
13:40:18 #8 43.96 Setting up libfreetype6:arm64 (2.10.4+dfsg-1) ...
13:40:18 #8 43.97 Setting up shared-mime-info (2.0-1) ...
13:40:18 #9 16.77 debconf: delaying package configuration, since apt-utils is not installed
13:40:18 #9 16.81 Fetched 91.5 MB in 9s (9650 kB/s)
13:40:18 #9 16.86 Selecting previously unselected package liblocale-gettext-perl.
13:40:18 #9 16.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 ... 4119 files and directories currently installed.)
13:40:18 #9 16.86 Preparing to unpack .../liblocale-gettext-perl_1.07-4_armhf.deb ...
13:40:18 #9 16.87 Unpacking liblocale-gettext-perl (1.07-4) ...
13:40:18 #8 20.20 Selecting previously unselected package groff-base.
13:40:18 #8 20.20 Preparing to unpack .../002-groff-base_1.22.3-10_armhf.deb ...
13:40:18 #8 20.20 Unpacking groff-base (1.22.3-10) ...
13:40:18 #8 20.30 Selecting previously unselected package libgdbm5:armhf.
13:40:18 #8 20.30 Preparing to unpack .../003-libgdbm5_1.14.1-6_armhf.deb ...
13:40:18 #8 20.31 Unpacking libgdbm5:armhf (1.14.1-6) ...
13:40:18 #8 20.35 Selecting previously unselected package libpipeline1:armhf.
13:40:18 #8 20.35 Preparing to unpack .../004-libpipeline1_1.5.0-1_armhf.deb ...
13:40:18 #8 20.36 Unpacking libpipeline1:armhf (1.5.0-1) ...
13:40:18 #8 20.41 Selecting previously unselected package man-db.
13:40:18 #9 9.846 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages all 5.10-1ubuntu1 [1375 kB]
13:40:18 #9 9.898 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf openssh-client armhf 1:8.9p1-3 [837 kB]
13:40:18 #9 9.946 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf publicsuffix all 20211207.1025-1 [129 kB]
13:40:18 #9 9.951 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf strace armhf 5.16-0ubuntu3 [409 kB]
13:40:18 #9 9.966 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xauth armhf 1:1.1-1build2 [23.8 kB]
13:40:18 #9 9.967 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xz-utils armhf 5.2.5-2ubuntu1 [84.6 kB]
13:40:18 #9 9.972 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsigsegv2 armhf 2.13-1ubuntu3 [13.7 kB]
13:40:18 #9 9.972 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf m4 armhf 1.4.18-5ubuntu2 [191 kB]
13:40:18 #9 9.979 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autoconf all 2.71-2 [338 kB]
13:40:18 #9 10.01 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autotools-dev all 20220109.1 [44.9 kB]
13:40:18 #9 10.01 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf automake all 1:1.16.5-1.3 [558 kB]
13:40:18 #9 10.07 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autopoint all 0.21-4ubuntu4 [422 kB]
13:40:18 #9 10.09 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf binutils-common armhf 2.38-3ubuntu1 [221 kB]
13:40:18 #9 10.10 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbinutils armhf 2.38-3ubuntu1 [497 kB]
13:40:18 #9 10.12 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libctf-nobfd0 armhf 2.38-3ubuntu1 [93.5 kB]
13:40:18 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 6.3s done
13:40:18 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed
13:40:18 #9 30.39 Preparing to unpack .../236-libdata-messagepack-perl_1.01-2build1_amd64.deb ...
13:40:18 #9 30.39 Unpacking libdata-messagepack-perl (1.01-2build1) ...
13:40:18 #9 30.42 Selecting previously unselected package libnet-domain-tld-perl.
13:40:18 #9 30.43 Preparing to unpack .../237-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:40:18 #9 30.43 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:40:18 #9 30.47 Selecting previously unselected package libdata-validate-domain-perl.
13:40:18 #9 30.47 Preparing to unpack .../238-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:40:18 #9 30.47 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:40:18 #9 30.51 Selecting previously unselected package libnet-ipv6addr-perl.
13:40:18 #9 30.51 Preparing to unpack .../239-libnet-ipv6addr-perl_1.02-1_all.deb ...
13:40:18 #9 30.51 Unpacking libnet-ipv6addr-perl (1.02-1) ...
13:40:18 #9 30.55 Selecting previously unselected package libnet-netmask-perl.
13:40:18 #9 30.55 Preparing to unpack .../240-libnet-netmask-perl_2.0001-1_all.deb ...
13:40:18 #9 30.55 Unpacking libnet-netmask-perl (2.0001-1) ...
13:40:18 #9 30.58 Selecting previously unselected package libnetaddr-ip-perl.
13:40:18 #9 30.58 Preparing to unpack .../241-libnetaddr-ip-perl_4.079+dfsg-1build7_amd64.deb ...
13:40:18 #9 30.59 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
13:40:18 #9 30.63 Selecting previously unselected package libdata-validate-ip-perl.
13:40:18 #8 28.12 Preparing to unpack .../061-dpkg-dev_1.20.9_all.deb ...
13:40:18 #8 28.13 Unpacking dpkg-dev (1.20.9) ...
13:40:18 #8 28.26 Selecting previously unselected package build-essential.
13:40:18 #8 28.26 Preparing to unpack .../062-build-essential_12.9_amd64.deb ...
13:40:18 #8 28.26 Unpacking build-essential (12.9) ...
13:40:18 #8 28.30 Selecting previously unselected package libbrotli1:amd64.
13:40:18 #8 28.30 Preparing to unpack .../063-libbrotli1_1.0.9-2+b2_amd64.deb ...
13:40:18 #8 28.31 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
13:40:18 #8 28.36 Selecting previously unselected package libsasl2-modules-db:amd64.
13:40:18 #9 30.16 Preparing to unpack .../096-build-essential_12.9ubuntu2_amd64.deb ...
13:40:18 #9 30.17 Unpacking build-essential (12.9ubuntu2) ...
13:40:18 #9 30.20 Selecting previously unselected package libbrotli1:amd64.
13:40:18 #9 30.20 Preparing to unpack .../097-libbrotli1_1.0.9-2build3_amd64.deb ...
13:40:18 #9 30.20 Unpacking libbrotli1:amd64 (1.0.9-2build3) ...
13:40:18 #9 30.23 Selecting previously unselected package libsasl2-modules-db:amd64.
13:40:18 #9 30.23 Preparing to unpack .../098-libsasl2-modules-db_2.1.27+dfsg-2.1ubuntu0.1_amd64.deb ...
13:40:18 #9 30.24 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:18 #9 30.27 Selecting previously unselected package libsasl2-2:amd64.
13:40:18 #9 30.27 Preparing to unpack .../099-libsasl2-2_2.1.27+dfsg-2.1ubuntu0.1_amd64.deb ...
13:40:18 #9 30.27 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:18 #9 30.30 Selecting previously unselected package libldap-2.5-0:amd64.
13:40:18 #9 30.31 Preparing to unpack .../100-libldap-2.5-0_2.5.6+dfsg-1~exp1ubuntu1_amd64.deb ...
13:40:18 #9 30.31 Unpacking libldap-2.5-0:amd64 (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:18 #9 30.35 Selecting previously unselected package libnghttp2-14:amd64.
13:40:18 #9 30.35 Preparing to unpack .../101-libnghttp2-14_1.43.0-1_amd64.deb ...
13:40:18 #9 30.35 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
13:40:18 #9 30.39 Selecting previously unselected package librtmp1:amd64.
13:40:18 #9 35.15 Preparing to unpack .../215-libcommon-sense-perl_3.74-2build6_arm64.deb ...
13:40:18 #9 35.16 Unpacking libcommon-sense-perl (3.74-2build6) ...
13:40:18 #9 35.19 Selecting previously unselected package libparams-util-perl.
13:40:18 #9 35.19 Preparing to unpack .../216-libparams-util-perl_1.07-3build5_arm64.deb ...
13:40:18 #9 35.20 Unpacking libparams-util-perl (1.07-3build5) ...
13:40:18 #9 35.23 Selecting previously unselected package libsub-install-perl.
13:40:18 #9 35.24 Preparing to unpack .../217-libsub-install-perl_0.928-1_all.deb ...
13:40:18 #9 35.24 Unpacking libsub-install-perl (0.928-1) ...
13:40:18 #9 35.27 Selecting previously unselected package libdata-optlist-perl.
13:40:18 #9 35.28 Preparing to unpack .../218-libdata-optlist-perl_0.110-1_all.deb ...
13:40:18 #9 35.28 Unpacking libdata-optlist-perl (0.110-1) ...
13:40:18 #9 35.31 Selecting previously unselected package libsub-exporter-perl.
13:40:18 #9 35.31 Preparing to unpack .../219-libsub-exporter-perl_0.987-1_all.deb ...
13:40:18 #9 35.32 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:18 #9 35.36 Selecting previously unselected package libconst-fast-perl.
13:40:18 #9 35.36 Preparing to unpack .../220-libconst-fast-perl_0.014-1_all.deb ...
13:40:18 #9 35.36 Unpacking libconst-fast-perl (0.014-1) ...
13:40:18 #9 35.40 Selecting previously unselected package libwant-perl.
13:40:18 #9 28.30 Selecting previously unselected package gcc.
13:40:18 #9 28.30 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
13:40:18 #9 28.31 Unpacking gcc (4:9.3.0-1ubuntu2) ...
13:40:18 #9 28.34 Selecting previously unselected package libstdc++-9-dev:amd64.
13:40:18 #9 28.34 Preparing to unpack .../097-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
13:40:18 #9 28.34 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:18 #8 ...
13:40:18 
13:40:18 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:18 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:18 #8 45.22 Setting up fakeroot (1.22-2ubuntu1) ...
13:40:18 #8 45.23 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:18 #8 45.23 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:18 #8 45.23 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:18 #8 45.23 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:18 #8 45.23 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:18 #8 45.23 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:18 #8 45.23 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:18 #8 45.23 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:18 #8 45.23 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:18 #8 45.25 Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:18 #8 45.26 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
13:40:18 #8 45.27 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
13:40:18 #8 45.29 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
13:40:18 #8 45.30 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.5) ...
13:40:18 #8 45.31 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
13:40:18 #8 45.32 Setting up gpgsm (2.2.4-1ubuntu1.4) ...
13:40:18 #8 45.33 Setting up gnupg-utils (2.2.4-1ubuntu1.4) ...
13:40:18 #8 45.34 Setting up man-db (2.8.3-2ubuntu0.1) ...
13:40:18 #8 45.44 Building database of manual pages ...
13:40:18 #8 11.72 Selecting previously unselected package libgdbm6:armhf.
13:40:18 #8 11.72 Preparing to unpack .../03-libgdbm6_1.19-2_armhf.deb ...
13:40:18 #8 11.73 Unpacking libgdbm6:armhf (1.19-2) ...
13:40:18 #8 11.77 Selecting previously unselected package libpipeline1:armhf.
13:40:18 #8 11.77 Preparing to unpack .../04-libpipeline1_1.5.3-1_armhf.deb ...
13:40:18 #8 11.78 Unpacking libpipeline1:armhf (1.5.3-1) ...
13:40:18 #8 11.87 Selecting previously unselected package man-db.
13:40:18 #8 11.87 Preparing to unpack .../05-man-db_2.9.4-2_armhf.deb ...
13:40:18 #13 0.854 Last metadata expiration check: 0:00:16 ago on Wed May  4 13:40:01 2022.
13:40:18 #9 35.41 Preparing to unpack .../291-libmailtools-perl_2.21-1_all.deb ...
13:40:18 #9 35.41 Unpacking libmailtools-perl (2.21-1) ...
13:40:18 #9 35.46 Selecting previously unselected package libmarkdown2:arm64.
13:40:18 #9 35.46 Preparing to unpack .../292-libmarkdown2_2.2.7-2_arm64.deb ...
13:40:18 #9 35.47 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
13:40:18 #9 35.50 Selecting previously unselected package libmath-base85-perl.
13:40:18 #9 35.50 Preparing to unpack .../293-libmath-base85-perl_0.5+dfsg-1_all.deb ...
13:40:18 #9 35.51 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
13:40:18 #9 35.54 Selecting previously unselected package libmoox-aliases-perl.
13:40:18 #9 35.54 Preparing to unpack .../294-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:40:18 #9 35.54 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:40:18 #9 35.57 Selecting previously unselected package libnamespace-autoclean-perl.
13:40:18 #9 35.57 Preparing to unpack .../295-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:40:18 #9 35.58 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:40:18 #9 35.61 Selecting previously unselected package libobject-id-perl.
13:40:18 #9 35.61 Preparing to unpack .../296-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
13:40:18 #9 35.61 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:40:18 #9 35.64 Selecting previously unselected package libmoox-struct-perl.
13:40:18 #9 35.65 Preparing to unpack .../297-libmoox-struct-perl_0.020-1_all.deb ...
13:40:18 #9 35.65 Unpacking libmoox-struct-perl (0.020-1) ...
13:40:18 #9 35.69 Selecting previously unselected package libmouse-perl.
13:40:18 #9 35.69 Preparing to unpack .../298-libmouse-perl_2.5.10-1build4_arm64.deb ...
13:40:18 #9 35.70 Unpacking libmouse-perl (2.5.10-1build4) ...
13:40:18 #9 35.73 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:18 #9 35.73 Preparing to unpack .../299-libpackage-stash-xs-perl_0.29-1build5_arm64.deb ...
13:40:18 #9 35.74 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
13:40:18 #9 35.77 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:18 #8 20.41 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_armhf.deb ...
13:40:18 #8 20.42 Unpacking man-db (2.8.3-2ubuntu0.1) ...
13:40:18 #8 20.53 Selecting previously unselected package perl-modules-5.26.
13:40:18 #8 45.45 137 added, 0 removed; done.
13:40:18 #8 45.57 Setting up libunbound8:arm64 (1.9.0-2+deb10u2) ...
13:40:18 #9 16.93 Selecting previously unselected package libssl1.1:armhf.
13:40:18 #9 16.93 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.12_armhf.deb ...
13:40:18 #9 16.93 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.12) ...
13:40:18 #9 17.10 Selecting previously unselected package libpython3.8-minimal:armhf.
13:40:18 #9 17.10 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_armhf.deb ...
13:40:18 #9 17.11 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.4) ...
13:40:18 #9 10.12 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libctf0 armhf 2.38-3ubuntu1 [93.6 kB]
13:40:18 #9 10.12 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf binutils-arm-linux-gnueabihf armhf 2.38-3ubuntu1 [3061 kB]
13:40:18 #9 10.27 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf binutils armhf 2.38-3ubuntu1 [3162 B]
13:40:18 #9 10.31 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libc-dev-bin armhf 2.35-0ubuntu3 [19.0 kB]
13:40:18 #9 10.31 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf linux-libc-dev armhf 5.15.0-27.28 [1269 kB]
13:40:18 #9 10.35 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcrypt-dev armhf 1:4.4.27-1 [122 kB]
13:40:18 #9 10.35 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB]
13:40:18 #9 10.35 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtirpc-dev armhf 1.3.2-2build1 [184 kB]
13:40:18 #9 30.63 Preparing to unpack .../242-libdata-validate-ip-perl_0.30-1_all.deb ...
13:40:18 #9 30.63 Unpacking libdata-validate-ip-perl (0.30-1) ...
13:40:18 #9 30.66 Selecting previously unselected package libdata-validate-uri-perl.
13:40:18 #9 30.66 Preparing to unpack .../243-libdata-validate-uri-perl_0.07-2_all.deb ...
13:40:18 #9 30.67 Unpacking libdata-validate-uri-perl (0.07-2) ...
13:40:18 #9 30.70 Selecting previously unselected package libdistro-info-perl.
13:40:18 #9 30.70 Preparing to unpack .../244-libdistro-info-perl_1.1build1_all.deb ...
13:40:18 #9 30.70 Unpacking libdistro-info-perl (1.1build1) ...
13:40:18 #9 30.73 Selecting previously unselected package libemail-address-xs-perl.
13:40:18 #9 30.73 Preparing to unpack .../245-libemail-address-xs-perl_1.04-1build6_amd64.deb ...
13:40:18 #9 30.74 Unpacking libemail-address-xs-perl (1.04-1build6) ...
13:40:18 #9 30.77 Selecting previously unselected package libipc-system-simple-perl.
13:40:18 #9 30.77 Preparing to unpack .../246-libipc-system-simple-perl_1.30-1_all.deb ...
13:40:18 #9 30.77 Unpacking libipc-system-simple-perl (1.30-1) ...
13:40:18 #9 30.80 Selecting previously unselected package libfile-basedir-perl.
13:40:18 #9 30.81 Preparing to unpack .../247-libfile-basedir-perl_0.09-1_all.deb ...
13:40:18 #9 30.81 Unpacking libfile-basedir-perl (0.09-1) ...
13:40:18 #9 30.84 Selecting previously unselected package libfile-chdir-perl.
13:40:18 #9 30.39 Preparing to unpack .../102-librtmp1_2.4+20151223.gitfa8646d.1-2build3_amd64.deb ...
13:40:18 #9 30.39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build3) ...
13:40:18 #9 30.43 Selecting previously unselected package libssh-4:amd64.
13:40:18 #9 30.43 Preparing to unpack .../103-libssh-4_0.9.6-1_amd64.deb ...
13:40:18 #9 30.43 Unpacking libssh-4:amd64 (0.9.6-1) ...
13:40:18 #9 30.47 Selecting previously unselected package libcurl4:amd64.
13:40:18 #9 30.47 Preparing to unpack .../104-libcurl4_7.74.0-1.3ubuntu2.1_amd64.deb ...
13:40:18 #9 30.47 Unpacking libcurl4:amd64 (7.74.0-1.3ubuntu2.1) ...
13:40:18 #9 30.50 Selecting previously unselected package curl.
13:40:18 #9 30.51 Preparing to unpack .../105-curl_7.74.0-1.3ubuntu2.1_amd64.deb ...
13:40:18 #9 30.51 Unpacking curl (7.74.0-1.3ubuntu2.1) ...
13:40:18 #9 30.55 Selecting previously unselected package dctrl-tools.
13:40:18 #9 30.55 Preparing to unpack .../106-dctrl-tools_2.24-3_amd64.deb ...
13:40:18 #9 30.55 Unpacking dctrl-tools (2.24-3) ...
13:40:18 #9 30.59 Selecting previously unselected package libdebhelper-perl.
13:40:18 #9 30.59 Preparing to unpack .../107-libdebhelper-perl_13.3.4ubuntu2_all.deb ...
13:40:18 #9 30.59 Unpacking libdebhelper-perl (13.3.4ubuntu2) ...
13:40:18 #9 30.63 Selecting previously unselected package libtool.
13:40:18 #9 35.40 Preparing to unpack .../221-libwant-perl_0.29-1build4_arm64.deb ...
13:40:18 #9 35.41 Unpacking libwant-perl (0.29-1build4) ...
13:40:18 #9 35.44 Selecting previously unselected package libcontextual-return-perl.
13:40:18 #9 35.45 Preparing to unpack .../222-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:18 #9 35.45 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:18 #9 35.49 Selecting previously unselected package libcpanel-json-xs-perl.
13:40:18 #9 35.49 Preparing to unpack .../223-libcpanel-json-xs-perl_4.19-1build1_arm64.deb ...
13:40:18 #9 35.49 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
13:40:18 #9 35.54 Selecting previously unselected package libdata-dump-perl.
13:40:18 #9 35.54 Preparing to unpack .../224-libdata-dump-perl_1.23-1_all.deb ...
13:40:18 #9 35.54 Unpacking libdata-dump-perl (1.23-1) ...
13:40:18 #9 35.58 Selecting previously unselected package libdigest-bubblebabble-perl.
13:40:18 #9 35.58 Preparing to unpack .../225-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:40:18 #9 35.59 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:40:18 #9 35.62 Selecting previously unselected package libdigest-hmac-perl.
13:40:18 #9 35.62 Preparing to unpack .../226-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:40:18 #9 35.63 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:40:18 #9 35.66 Selecting previously unselected package libdistro-info-perl.
13:40:18 #9 28.60 Selecting previously unselected package g++-9.
13:40:18 #9 28.60 Preparing to unpack .../098-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
13:40:18 #9 28.61 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:18 #8 28.36 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
13:40:18 #8 28.36 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:40:18 #8 28.40 Selecting previously unselected package libsasl2-2:amd64.
13:40:18 #8 28.40 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
13:40:18 #8 28.41 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:40:18 #8 28.45 Selecting previously unselected package libldap-2.4-2:amd64.
13:40:18 #8 28.45 Preparing to unpack .../066-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
13:40:18 #8 28.46 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
13:40:18 #8 28.51 Selecting previously unselected package libnghttp2-14:amd64.
13:40:18 #8 28.51 Preparing to unpack .../067-libnghttp2-14_1.43.0-1_amd64.deb ...
13:40:18 #8 28.51 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
13:40:18 #8 28.55 Selecting previously unselected package libpsl5:amd64.
13:40:18 #8 28.55 Preparing to unpack .../068-libpsl5_0.21.0-1.2_amd64.deb ...
13:40:18 #8 28.56 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
13:40:18 #8 28.60 Selecting previously unselected package librtmp1:amd64.
13:40:18 #8 28.60 Preparing to unpack .../069-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
13:40:18 #8 28.60 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:40:18 #8 28.64 Selecting previously unselected package libssh2-1:amd64.
13:40:18 #8 11.88 Unpacking man-db (2.9.4-2) ...
13:40:18 #8 12.13 Selecting previously unselected package perl-modules-5.32.
13:40:18 #8 12.13 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
13:40:18 #8 12.14 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
13:40:18 #8 45.59 Setting up pinentry-curses (1.1.0-1) ...
13:40:18 #8 45.61 Setting up libkrb5-3:arm64 (1.16-2ubuntu0.2) ...
13:40:18 #8 45.62 Setting up binutils (2.30-21ubuntu1~18.04.7) ...
13:40:18 #8 45.64 Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:18 #8 45.65 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ...
13:40:18 #8 45.66 Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:18 #8 45.67 Setting up gpg (2.2.4-1ubuntu1.4) ...
13:40:18 #8 45.69 Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
13:40:18 #8 45.70 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
13:40:18 #9 35.77 Preparing to unpack .../300-libpath-iterator-rule-perl_1.015-1_all.deb ...
13:40:18 #9 35.78 Unpacking libpath-iterator-rule-perl (1.015-1) ...
13:40:18 #9 35.81 Selecting previously unselected package libperlio-gzip-perl.
13:40:18 #9 35.81 Preparing to unpack .../301-libperlio-gzip-perl_0.19-1build8_arm64.deb ...
13:40:18 #9 35.81 Unpacking libperlio-gzip-perl (0.19-1build8) ...
13:40:18 #9 35.84 Selecting previously unselected package libperlio-utf8-strict-perl.
13:40:18 #9 35.84 Preparing to unpack .../302-libperlio-utf8-strict-perl_0.009-1build1_arm64.deb ...
13:40:18 #9 35.85 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
13:40:18 #9 35.88 Selecting previously unselected package libpod-parser-perl.
13:40:18 #9 35.88 Preparing to unpack .../303-libpod-parser-perl_1.63-2_all.deb ...
13:40:18 #9 35.89 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:40:18 #9 35.91 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:40:18 #9 35.91 Unpacking libpod-parser-perl (1.63-2) ...
13:40:18 #9 35.95 Selecting previously unselected package libpod-constants-perl.
13:40:18 #9 35.95 Preparing to unpack .../304-libpod-constants-perl_0.19-2_all.deb ...
13:40:18 #9 35.95 Unpacking libpod-constants-perl (0.19-2) ...
13:40:18 #9 35.98 Selecting previously unselected package libproc-processtable-perl:arm64.
13:40:18 #9 35.98 Preparing to unpack .../305-libproc-processtable-perl_0.634-1build1_arm64.deb ...
13:40:18 #9 35.24 Selecting previously unselected package g++.
13:40:18 #9 35.24 Preparing to unpack .../088-g++_4%3a11.2.0-1ubuntu1_arm64.deb ...
13:40:18 #9 35.24 Unpacking g++ (4:11.2.0-1ubuntu1) ...
13:40:18 #9 35.27 Selecting previously unselected package make.
13:40:18 #9 35.27 Preparing to unpack .../089-make_4.3-4ubuntu1_arm64.deb ...
13:40:18 #9 35.28 Unpacking make (4.3-4ubuntu1) ...
13:40:18 #9 35.32 Selecting previously unselected package libdpkg-perl.
13:40:18 #9 35.32 Preparing to unpack .../090-libdpkg-perl_1.20.9ubuntu2_all.deb ...
13:40:18 #9 35.32 Unpacking libdpkg-perl (1.20.9ubuntu2) ...
13:40:18 #9 35.37 Selecting previously unselected package bzip2.
13:40:18 #9 35.37 Preparing to unpack .../091-bzip2_1.0.8-4ubuntu3_arm64.deb ...
13:40:18 #9 35.37 Unpacking bzip2 (1.0.8-4ubuntu3) ...
13:40:18 #9 35.40 Selecting previously unselected package patch.
13:40:18 #9 35.40 Preparing to unpack .../092-patch_2.7.6-7_arm64.deb ...
13:40:18 #9 35.41 Unpacking patch (2.7.6-7) ...
13:40:18 #9 35.44 Selecting previously unselected package lto-disabled-list.
13:40:18 #9 35.44 Preparing to unpack .../093-lto-disabled-list_16_all.deb ...
13:40:18 #9 35.45 Unpacking lto-disabled-list (16) ...
13:40:18 #9 35.48 Selecting previously unselected package dpkg-dev.
13:40:18 #8 42.07 Dependencies resolved.
13:40:18 #8 42.10 ================================================================================
13:40:18 #8 42.10  Package                       Arch      Version                Repo       Size
13:40:18 #8 42.10 ================================================================================
13:40:18 #8 42.10 Installing:
13:40:18 #8 42.10  dnf-plugins-core              noarch    4.1.0-1.fc35           updates    34 k
13:40:18 #8 42.10  rpm-build                     aarch64   4.17.0-4.fc35          updates    60 k
13:40:18 #8 42.10  rpmlint                       noarch    2.2.0-2.fc35           updates   240 k
13:40:18 #8 42.10 Upgrading:
13:40:18 #8 42.10  dnf                           noarch    4.11.1-3.fc35          updates   452 k
13:40:18 #8 42.10  dnf-data                      noarch    4.11.1-3.fc35          updates    41 k
13:40:18 #8 42.10  glibc                         aarch64   2.34-32.fc35           updates   1.7 M
13:40:18 #8 42.10  glibc-common                  aarch64   2.34-32.fc35           updates   284 k
13:40:18 #8 42.10  glibc-minimal-langpack        aarch64   2.34-32.fc35           updates    21 k
13:40:18 #8 42.10  libdnf                        aarch64   0.66.0-1.fc35          updates   607 k
13:40:18 #8 42.10  libsolv                       aarch64   0.7.22-1.fc35          updates   388 k
13:40:18 #8 42.10  python3-dnf                   noarch    4.11.1-3.fc35          updates   414 k
13:40:18 #8 42.10  python3-hawkey                aarch64   0.66.0-1.fc35          updates   101 k
13:40:18 #8 42.10  python3-libdnf                aarch64   0.66.0-1.fc35          updates   729 k
13:40:18 #8 42.10  yum                           noarch    4.11.1-3.fc35          updates    39 k
13:40:18 #8 42.10 Installing dependencies:
13:40:18 #8 42.10  binutils                      aarch64   2.37-10.fc35           fedora    6.4 M
13:40:18 #8 42.10  binutils-gold                 aarch64   2.37-10.fc35           fedora    875 k
13:40:18 #8 42.10  bzip2                         aarch64   1.0.8-9.fc35           fedora     52 k
13:40:18 #8 42.10  cpio                          aarch64   2.13-11.fc35           fedora    268 k
13:40:18 #8 42.10  dash                          aarch64   0.5.10.2-9.fc35        fedora     97 k
13:40:18 #8 42.10  dbus-libs                     aarch64   1:1.12.22-1.fc35       updates   151 k
13:40:18 #8 42.10  debugedit                     aarch64   5.0-2.fc35             fedora     75 k
13:40:18 #8 42.10  devscripts-checkbashisms      aarch64   2.21.4-1.fc35          fedora     28 k
13:40:18 #8 42.10  diffutils                     aarch64   3.8-1.fc35             fedora    398 k
13:40:18 #8 42.10  dwz                           aarch64   0.14-2.fc35            fedora    125 k
13:40:18 #8 42.10  ed                            aarch64   1.14.2-11.fc35         fedora     73 k
13:40:18 #8 42.10  efi-srpm-macros               noarch    5-4.fc35               fedora     22 k
13:40:18 #8 42.10  elfutils                      aarch64   0.186-1.fc35           updates   517 k
13:40:18 #8 42.10  elfutils-debuginfod-client    aarch64   0.186-1.fc35           updates    40 k
13:40:18 #8 42.10  enchant                       aarch64   1:1.6.0-28.fc35        fedora     59 k
13:40:18 #8 42.10  file                          aarch64   5.40-9.fc35            fedora     51 k
13:40:18 #8 42.10  findutils                     aarch64   1:4.8.0-4.fc35         fedora    539 k
13:40:18 #8 42.10  fonts-filesystem              noarch    1:2.0.5-6.fc35         fedora    8.9 k
13:40:18 #8 42.10  fonts-srpm-macros             noarch    1:2.0.5-6.fc35         fedora     27 k
13:40:18 #8 42.10  fpc-srpm-macros               noarch    1.3-4.fc35             fedora    7.6 k
13:40:18 #8 42.10  gdb-minimal                   aarch64   11.2-2.fc35            updates   3.4 M
13:40:18 #8 42.10  gdk-pixbuf2                   aarch64   2.42.6-2.fc35          fedora    465 k
13:40:18 #8 42.10  ghc-srpm-macros               noarch    1.5.0-5.fc35           fedora    7.8 k
13:40:18 #8 42.10  glib-networking               aarch64   2.70.1-1.fc35          updates   176 k
13:40:18 #8 42.10  glibc-gconv-extra             aarch64   2.34-32.fc35           updates   1.6 M
13:40:18 #8 42.10  gnat-srpm-macros              noarch    4-14.fc35              fedora    8.2 k
13:40:18 #8 42.10  go-srpm-macros                noarch    3.0.15-1.fc35          updates    26 k
13:40:18 #8 42.10  groff-base                    aarch64   1.22.4-8.fc35          fedora    1.0 M
13:40:18 #8 42.10  gsettings-desktop-schemas     aarch64   41.0-1.fc35            fedora    688 k
13:40:18 #8 42.10  hunspell                      aarch64   1.7.0-11.fc35          fedora    316 k
13:40:18 #8 42.10  hunspell-en-GB                noarch    0.20140811.1-20.fc35   fedora    225 k
13:40:18 #8 42.10  hunspell-en-US                noarch    0.20140811.1-20.fc35   fedora    176 k
13:40:18 #8 42.10  hunspell-filesystem           aarch64   1.7.0-11.fc35          fedora    7.8 k
13:40:18 #8 42.10  info                          aarch64   6.8-2.fc35             fedora    220 k
13:40:18 #8 42.10  json-glib                     aarch64   1.6.6-1.fc35           fedora    149 k
13:40:18 #8 42.10  kernel-srpm-macros            noarch    1.0-6.fc35             fedora    8.0 k
13:40:18 #8 42.10  libappstream-glib             aarch64   0.7.18-3.fc35          fedora    373 k
13:40:18 #8 42.10  libevent                      aarch64   2.1.12-4.fc35          fedora    255 k
13:40:18 #8 42.10  libjpeg-turbo                 aarch64   2.1.0-3.fc35           fedora    170 k
13:40:18 #8 42.10  libpkgconf                    aarch64   1.8.0-1.fc35           fedora     36 k
13:40:18 #8 42.10  libpng                        aarch64   2:1.6.37-11.fc35       fedora    115 k
13:40:18 #8 42.10  libproxy                      aarch64   0.4.17-3.fc35          fedora     68 k
13:40:18 #8 42.10  libsoup                       aarch64   2.74.2-1.fc35          updates   385 k
13:40:18 #8 42.10  libstemmer                    aarch64   0-17.585svn.fc35       fedora     82 k
13:40:18 #8 42.10  lua-srpm-macros               noarch    1-5.fc35               fedora    8.4 k
13:40:18 #8 42.10  ncurses                       aarch64   6.2-8.20210508.fc35    fedora    400 k
13:40:18 #8 42.10  nim-srpm-macros               noarch    3-5.fc35               fedora    8.4 k
13:40:18 #8 42.10  ocaml-srpm-macros             noarch    6-5.fc35               fedora    7.8 k
13:40:18 #8 42.10  openblas-srpm-macros          noarch    2-10.fc35              fedora    7.4 k
13:40:18 #8 42.10  patch                         aarch64   2.7.6-15.fc35          fedora    124 k
13:40:18 #8 42.10  perl-AutoLoader               noarch    5.74-486.fc35          updates    26 k
13:40:18 #8 42.10  perl-B                        aarch64   1.82-486.fc35          updates   186 k
13:40:18 #8 42.10  perl-Carp                     noarch    1.52-478.fc35          fedora     29 k
13:40:18 #8 42.10  perl-Class-Struct             noarch    0.66-486.fc35          updates    27 k
13:40:18 #8 42.10  perl-Data-Dumper              aarch64   2.183-2.fc35           fedora     55 k
13:40:18 #8 42.10  perl-Digest                   noarch    1.20-1.fc35            fedora     25 k
13:40:18 #8 42.10  perl-Digest-MD5               aarch64   2.58-478.fc35          fedora     36 k
13:40:18 #8 42.10  perl-DynaLoader               aarch64   1.50-486.fc35          updates    30 k
13:40:18 #8 42.10  perl-Encode                   aarch64   4:3.15-482.fc35        updates   1.7 M
13:40:18 #8 42.10  perl-Errno                    aarch64   1.33-486.fc35          updates    19 k
13:40:18 #8 42.10  perl-Exporter                 noarch    5.76-479.fc35          fedora     31 k
13:40:18 #8 42.10  perl-Fcntl                    aarch64   1.14-486.fc35          updates    25 k
13:40:18 #8 42.10  perl-File-Basename            noarch    2.85-486.fc35          updates    22 k
13:40:18 #8 42.10  perl-File-Path                noarch    2.18-478.fc35          fedora     35 k
13:40:18 #8 42.10  perl-File-Temp                noarch    1:0.231.100-478.fc35   fedora     59 k
13:40:18 #8 42.10  perl-File-stat                noarch    1.09-486.fc35          updates    22 k
13:40:18 #8 42.10  perl-FileHandle               noarch    2.03-486.fc35          updates    20 k
13:40:18 #8 42.10  perl-Getopt-Long              noarch    1:2.52-478.fc35        fedora     60 k
13:40:18 #8 42.10  perl-Getopt-Std               noarch    1.13-486.fc35          updates    20 k
13:40:18 #8 42.10  perl-HTTP-Tiny                noarch    0.080-1.fc35           updates    55 k
13:40:18 #8 42.10  perl-IO                       aarch64   1.46-486.fc35          updates    92 k
13:40:18 #8 42.10  perl-IPC-Open3                noarch    1.21-486.fc35          updates    27 k
13:40:18 #8 42.10  perl-MIME-Base64              aarch64   3.16-478.fc35          fedora     30 k
13:40:18 #8 42.10  perl-Net-SSLeay               aarch64   1.90-4.fc35            fedora    350 k
13:40:18 #8 42.10  perl-POSIX                    aarch64   1.97-486.fc35          updates   102 k
13:40:18 #8 42.10  perl-PathTools                aarch64   3.80-478.fc35          fedora     85 k
13:40:18 #8 42.10  perl-Pod-Escapes              noarch    1:1.07-478.fc35        fedora     20 k
13:40:18 #8 42.10  perl-Pod-Perldoc              noarch    3.28.01-479.fc35       fedora     84 k
13:40:18 #8 42.10  perl-Pod-Simple               noarch    1:3.43-2.fc35          fedora    215 k
13:40:18 #8 42.10  perl-Pod-Usage                noarch    4:2.01-478.fc35        fedora     40 k
13:40:18 #8 42.10  perl-Scalar-List-Utils        aarch64   5:1.62-463.fc35        updates    71 k
13:40:18 #8 42.10  perl-SelectSaver              noarch    1.02-486.fc35          updates    16 k
13:40:18 #8 42.10  perl-Socket                   aarch64   4:2.032-2.fc35         fedora     54 k
13:40:18 #8 42.10  perl-Storable                 aarch64   1:3.25-1.fc35          fedora     93 k
13:40:18 #8 42.10  perl-Symbol                   noarch    1.09-486.fc35          updates    19 k
13:40:18 #8 42.10  perl-Term-ANSIColor           noarch    5.01-479.fc35          fedora     48 k
13:40:18 #8 42.10  perl-Term-Cap                 noarch    1.17-478.fc35          fedora     22 k
13:40:18 #8 42.10  perl-Text-ParseWords          noarch    3.30-478.fc35          fedora     16 k
13:40:18 #8 42.10  perl-Text-Tabs+Wrap           noarch    2021.0814-1.fc35       fedora     22 k
13:40:18 #8 42.10  perl-Time-Local               noarch    2:1.300-478.fc35       fedora     33 k
13:40:18 #8 42.10  perl-URI                      noarch    5.09-4.fc35            fedora    108 k
13:40:18 #8 42.10  perl-base                     noarch    2.27-486.fc35          updates    21 k
13:40:18 #8 42.10  perl-constant                 noarch    1.33-479.fc35          fedora     23 k
13:40:18 #8 42.10  perl-if                       noarch    0.60.900-486.fc35      updates    18 k
13:40:18 #8 42.10  perl-interpreter              aarch64   4:5.34.1-486.fc35      updates    76 k
13:40:18 #8 42.10  perl-libnet                   noarch    3.13-479.fc35          fedora    125 k
13:40:18 #8 42.10  perl-libs                     aarch64   4:5.34.1-486.fc35      updates   2.0 M
13:40:18 #8 42.10  perl-mro                      aarch64   1.25-486.fc35          updates    32 k
13:40:18 #8 42.10  perl-overload                 noarch    1.33-486.fc35          updates    50 k
13:40:18 #8 42.10  perl-overloading              noarch    0.02-486.fc35          updates    17 k
13:40:18 #8 42.10  perl-parent                   noarch    1:0.238-478.fc35       fedora     14 k
13:40:18 #8 42.10  perl-podlators                noarch    1:4.14-478.fc35        fedora    111 k
13:40:18 #8 42.10  perl-srpm-macros              noarch    1-42.fc35              fedora    8.3 k
13:40:18 #8 42.10  perl-subs                     noarch    1.04-486.fc35          updates    16 k
13:40:18 #8 42.10  perl-vars                     noarch    1.05-486.fc35          updates    17 k
13:40:18 #8 42.10  pkgconf                       aarch64   1.8.0-1.fc35           fedora     41 k
13:40:18 #8 42.10  pkgconf-m4                    noarch    1.8.0-1.fc35           fedora     14 k
13:40:18 #8 42.10  pkgconf-pkg-config            aarch64   1.8.0-1.fc35           fedora     10 k
13:40:18 #8 42.10  protobuf-c                    aarch64   1.4.0-1.fc35           fedora     36 k
13:40:18 #8 42.10  python-srpm-macros            noarch    3.10-11.fc35           updates    25 k
13:40:18 #8 42.10  python3-construct             noarch    2.10.67-3.fc35         fedora    112 k
13:40:18 #8 42.10  python3-dateutil              noarch    1:2.8.1-7.fc35         fedora    289 k
13:40:18 #8 42.10  python3-dbus                  aarch64   1.2.18-2.fc35          fedora    132 k
13:40:18 #8 42.10  python3-distro                noarch    1.6.0-1.fc35           fedora     38 k
13:40:18 #8 42.10  python3-dnf-plugins-core      noarch    4.1.0-1.fc35           updates   220 k
13:40:18 #8 42.10  python3-enchant               noarch    3.2.2-1.fc35           updates    79 k
13:40:18 #8 42.10  python3-pybeam                noarch    0.7-1.fc35             fedora     24 k
13:40:18 #8 42.10  python3-pyxdg                 noarch    0.27-3.fc35            fedora     96 k
13:40:18 #8 42.10  python3-six                   noarch    1.16.0-4.fc35          fedora     36 k
13:40:18 #8 42.10  python3-toml                  noarch    0.10.2-5.fc35          fedora     39 k
13:40:18 #8 42.10  python3-zstd                  aarch64   1.4.5.1-5.fc35         fedora     19 k
13:40:18 #8 42.10  qt5-srpm-macros               noarch    5.15.2-3.fc35          fedora    8.2 k
13:40:18 #8 42.10  redhat-rpm-config             noarch    199-1.fc35             updates    65 k
13:40:18 #8 42.10  rpmautospec-rpm-macros        noarch    0.2.5-1.fc35           fedora    9.9 k
13:40:18 #8 42.10  rust-srpm-macros              noarch    21-1.fc35              updates   9.0 k
13:40:18 #8 42.10  shared-mime-info              aarch64   2.1-3.fc35             fedora    373 k
13:40:18 #8 42.10  systemd-libs                  aarch64   249.11-2.fc35          updates   579 k
13:40:18 #8 42.10  unbound-libs                  aarch64   1.13.2-1.fc35          fedora    519 k
13:40:18 #8 42.10  unzip                         aarch64   6.0-53.fc35            fedora    176 k
13:40:18 #8 42.10  xxhash-libs                   aarch64   0.8.1-1.fc35           updates    33 k
13:40:18 #8 42.10  xz                            aarch64   5.2.5-7.fc35           fedora    215 k
13:40:18 #8 42.10  zip                           aarch64   3.0-31.fc35            fedora    253 k
13:40:18 #8 42.10  zstd                          aarch64   1.5.2-1.fc35           updates   331 k
13:40:18 #8 42.10 Installing weak dependencies:
13:40:18 #8 42.10  abattis-cantarell-fonts       noarch    0.301-5.fc35           updates   364 k
13:40:18 #8 42.10  adobe-source-code-pro-fonts   noarch    2.030.1.050-11.fc35    fedora    831 k
13:40:18 #8 42.10  deltarpm                      aarch64   3.6.2-10.fc35          fedora     88 k
13:40:18 #8 42.10  hunspell-en                   noarch    0.20140811.1-20.fc35   fedora    180 k
13:40:18 #8 42.10  perl-IO-Socket-IP             noarch    0.41-479.fc35          fedora     42 k
13:40:18 #8 42.10  perl-IO-Socket-SSL            noarch    2.072-1.fc35           fedora    217 k
13:40:18 #8 42.10  perl-Mozilla-CA               noarch    20211001-1.fc35        updates    12 k
13:40:18 #8 42.10  perl-NDBM_File                aarch64   1.15-486.fc35          updates    27 k
13:40:18 #8 42.10  python3-unbound               aarch64   1.13.2-1.fc35          fedora     99 k
13:40:18 #8 42.10 
13:40:18 #8 42.10 Transaction Summary
13:40:18 #8 42.10 ================================================================================
13:40:18 #8 42.10 Install  145 Packages
13:40:18 #8 42.10 Upgrade   11 Packages
13:40:18 #8 42.10 
13:40:18 #8 42.11 Total download size: 37 M
13:40:18 #8 42.11 Downloading Packages:
13:40:18 #8 20.53 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ...
13:40:18 #8 20.54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
13:40:18 #8 45.58 Setting up shared-mime-info (1.10-1) ...
13:40:18 #9 10.35 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB]
13:40:18 #9 10.36 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libc6-dev armhf 2.35-0ubuntu3 [1331 kB]
13:40:18 #9 10.42 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc-11-base armhf 11.2.0-19ubuntu1 [20.8 kB]
13:40:18 #9 10.42 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libisl23 armhf 0.24-2build1 [581 kB]
13:40:18 #9 10.46 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpfr6 armhf 4.1.0-3build3 [217 kB]
13:40:18 #9 10.47 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpc3 armhf 1.2.1-2build1 [39.5 kB]
13:40:18 #9 10.47 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cpp-11 armhf 11.2.0-19ubuntu1 [7841 kB]
13:40:18 #9 17.31 Selecting previously unselected package libexpat1:armhf.
13:40:18 #9 17.31 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_armhf.deb ...
13:40:18 #9 17.33 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.4) ...
13:40:18 #9 17.38 Selecting previously unselected package python3.8-minimal.
13:40:18 #9 17.38 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_armhf.deb ...
13:40:18 #9 17.39 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ...
13:40:18 #9 30.84 Preparing to unpack .../248-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:40:18 #9 30.84 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:40:18 #9 30.88 Selecting previously unselected package libfile-fcntllock-perl.
13:40:18 #9 30.88 Preparing to unpack .../249-libfile-fcntllock-perl_0.22-3build7_amd64.deb ...
13:40:18 #9 30.88 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
13:40:18 #9 30.91 Selecting previously unselected package libnumber-compare-perl.
13:40:18 #9 30.92 Preparing to unpack .../250-libnumber-compare-perl_0.03-2_all.deb ...
13:40:18 #9 30.92 Unpacking libnumber-compare-perl (0.03-2) ...
13:40:18 #9 30.97 Selecting previously unselected package libtext-glob-perl.
13:40:18 #9 30.97 Preparing to unpack .../251-libtext-glob-perl_0.11-2_all.deb ...
13:40:18 #9 30.97 Unpacking libtext-glob-perl (0.11-2) ...
13:40:18 #9 31.00 Selecting previously unselected package libfile-find-rule-perl.
13:40:18 #9 31.00 Preparing to unpack .../252-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:18 #9 31.01 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:18 #9 31.04 Selecting previously unselected package libfont-afm-perl.
13:40:18 #9 31.04 Preparing to unpack .../253-libfont-afm-perl_1.20-3_all.deb ...
13:40:18 #9 31.04 Unpacking libfont-afm-perl (1.20-3) ...
13:40:18 #9 31.07 Selecting previously unselected package libio-string-perl.
13:40:18 #9 31.07 Preparing to unpack .../254-libio-string-perl_1.08-3.1_all.deb ...
13:40:18 #9 31.08 Unpacking libio-string-perl (1.08-3.1) ...
13:40:18 #9 31.11 Selecting previously unselected package libfont-ttf-perl.
13:40:18 #9 31.11 Preparing to unpack .../255-libfont-ttf-perl_1.06-1.1_all.deb ...
13:40:18 #9 31.11 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:40:18 #9 31.17 Selecting previously unselected package libsort-versions-perl.
13:40:18 #9 31.17 Preparing to unpack .../256-libsort-versions-perl_1.62-1_all.deb ...
13:40:18 #9 35.75 Public key for perl-libs-5.16.3-299.el7_9.aarch64.rpm is not installed
13:40:18 #9 30.63 Preparing to unpack .../108-libtool_2.4.6-15_all.deb ...
13:40:18 #9 30.63 Unpacking libtool (2.4.6-15) ...
13:40:18 #9 30.68 Selecting previously unselected package dh-autoreconf.
13:40:18 #9 30.68 Preparing to unpack .../109-dh-autoreconf_20_all.deb ...
13:40:18 #9 30.68 Unpacking dh-autoreconf (20) ...
13:40:18 #9 30.71 Selecting previously unselected package libarchive-zip-perl.
13:40:18 #9 30.71 Preparing to unpack .../110-libarchive-zip-perl_1.68-1_all.deb ...
13:40:18 #9 30.72 Unpacking libarchive-zip-perl (1.68-1) ...
13:40:18 #9 30.75 Selecting previously unselected package libsub-override-perl.
13:40:18 #9 30.75 Preparing to unpack .../111-libsub-override-perl_0.09-2_all.deb ...
13:40:18 #9 30.76 Unpacking libsub-override-perl (0.09-2) ...
13:40:18 #9 30.78 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:18 #9 30.79 Preparing to unpack .../112-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
13:40:18 #9 30.79 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
13:40:18 #9 30.82 Selecting previously unselected package dh-strip-nondeterminism.
13:40:18 #9 30.82 Preparing to unpack .../113-dh-strip-nondeterminism_1.12.0-1_all.deb ...
13:40:18 #9 30.82 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
13:40:18 #9 30.85 Selecting previously unselected package libdw1:amd64.
13:40:18 #9 35.66 Preparing to unpack .../227-libdistro-info-perl_0.23ubuntu1_all.deb ...
13:40:18 #9 35.67 Unpacking libdistro-info-perl (0.23ubuntu1) ...
13:40:18 #9 35.70 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:18 #9 35.70 Preparing to unpack .../228-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:18 #9 35.70 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:18 #9 35.74 Selecting previously unselected package libmailtools-perl.
13:40:18 #9 35.74 Preparing to unpack .../229-libmailtools-perl_2.21-1_all.deb ...
13:40:18 #9 35.75 Unpacking libmailtools-perl (2.21-1) ...
13:40:18 #9 35.79 Selecting previously unselected package libnet-ip-perl.
13:40:18 #9 35.79 Preparing to unpack .../230-libnet-ip-perl_1.26-2_all.deb ...
13:40:18 #9 35.80 Unpacking libnet-ip-perl (1.26-2) ...
13:40:18 #9 35.83 Selecting previously unselected package libnet-dns-perl.
13:40:18 #9 35.84 Preparing to unpack .../231-libnet-dns-perl_1.22-1_all.deb ...
13:40:18 #9 35.84 Unpacking libnet-dns-perl (1.22-1) ...
13:40:18 #9 35.90 Selecting previously unselected package libnet-domain-tld-perl.
13:40:18 #9 35.90 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1_all.deb ...
13:40:18 #9 35.90 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:40:18 #9 35.94 Selecting previously unselected package libemail-valid-perl.
13:40:18 #9 35.94 Preparing to unpack .../233-libemail-valid-perl_1.202-1_all.deb ...
13:40:18 #9 35.94 Unpacking libemail-valid-perl (1.202-1) ...
13:40:18 #9 35.98 Selecting previously unselected package libexporter-tiny-perl.
13:40:18 #9 35.98 Preparing to unpack .../234-libexporter-tiny-perl_1.002001-1_all.deb ...
13:40:18 #9 35.98 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:40:18 #9 36.01 Selecting previously unselected package libipc-system-simple-perl.
13:40:18 #8 28.64 Preparing to unpack .../070-libssh2-1_1.9.0-2_amd64.deb ...
13:40:18 #8 28.64 Unpacking libssh2-1:amd64 (1.9.0-2) ...
13:40:18 #8 28.69 Selecting previously unselected package libcurl4:amd64.
13:40:18 #8 28.69 Preparing to unpack .../071-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
13:40:18 #8 28.69 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
13:40:18 #8 28.74 Selecting previously unselected package curl.
13:40:18 #8 28.74 Preparing to unpack .../072-curl_7.74.0-1.3+deb11u1_amd64.deb ...
13:40:18 #8 28.75 Unpacking curl (7.74.0-1.3+deb11u1) ...
13:40:18 #8 28.80 Selecting previously unselected package dctrl-tools.
13:40:18 #8 28.80 Preparing to unpack .../073-dctrl-tools_2.24-3+b1_amd64.deb ...
13:40:18 #8 28.81 Unpacking dctrl-tools (2.24-3+b1) ...
13:40:18 #8 28.85 Selecting previously unselected package libdebhelper-perl.
13:40:18 #8 28.85 Preparing to unpack .../074-libdebhelper-perl_13.3.4_all.deb ...
13:40:18 #8 28.85 Unpacking libdebhelper-perl (13.3.4) ...
13:40:18 #8 28.90 Selecting previously unselected package libtool.
13:40:18 #8 28.90 Preparing to unpack .../075-libtool_2.4.6-15_all.deb ...
13:40:18 #8 28.90 Unpacking libtool (2.4.6-15) ...
13:40:18 #8 28.95 Selecting previously unselected package dh-autoreconf.
13:40:18 #8 28.95 Preparing to unpack .../076-dh-autoreconf_20_all.deb ...
13:40:18 #8 28.95 Unpacking dh-autoreconf (20) ...
13:40:18 #8 45.72 Setting up python3 (3.6.7-1~18.04) ...
13:40:18 #9 35.99 Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ...
13:40:18 #9 36.07 Selecting previously unselected package libre2-9:arm64.
13:40:18 #9 36.07 Preparing to unpack .../306-libre2-9_20220201+dfsg-1_arm64.deb ...
13:40:18 #9 36.07 Unpacking libre2-9:arm64 (20220201+dfsg-1) ...
13:40:18 #9 36.10 Selecting previously unselected package libre-engine-re2-perl:arm64.
13:40:18 #9 36.11 Preparing to unpack .../307-libre-engine-re2-perl_0.14-1build2_arm64.deb ...
13:40:18 #9 36.11 Unpacking libre-engine-re2-perl:arm64 (0.14-1build2) ...
13:40:18 #9 36.14 Selecting previously unselected package libreadonly-perl.
13:40:18 #9 36.14 Preparing to unpack .../308-libreadonly-perl_2.050-3_all.deb ...
13:40:18 #9 36.14 Unpacking libreadonly-perl (2.050-3) ...
13:40:18 #9 36.17 Selecting previously unselected package libref-util-perl.
13:40:18 #9 36.18 Preparing to unpack .../309-libref-util-perl_0.204-1_all.deb ...
13:40:18 #9 36.18 Unpacking libref-util-perl (0.204-1) ...
13:40:18 #9 36.21 Selecting previously unselected package libref-util-xs-perl.
13:40:18 #9 35.48 Preparing to unpack .../094-dpkg-dev_1.20.9ubuntu2_all.deb ...
13:40:18 #9 35.49 Unpacking dpkg-dev (1.20.9ubuntu2) ...
13:40:18 #9 35.59 Selecting previously unselected package build-essential.
13:40:18 #9 35.59 Preparing to unpack .../095-build-essential_12.9ubuntu2_arm64.deb ...
13:40:18 #9 35.59 Unpacking build-essential (12.9ubuntu2) ...
13:40:18 #9 35.62 Selecting previously unselected package libbrotli1:arm64.
13:40:18 #9 35.62 Preparing to unpack .../096-libbrotli1_1.0.9-2build3_arm64.deb ...
13:40:18 #9 35.63 Unpacking libbrotli1:arm64 (1.0.9-2build3) ...
13:40:18 #9 35.66 Selecting previously unselected package libsasl2-modules-db:arm64.
13:40:18 #9 35.66 Preparing to unpack .../097-libsasl2-modules-db_2.1.27+dfsg-2.1ubuntu0.1_arm64.deb ...
13:40:18 #9 35.67 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:18 #9 35.70 Selecting previously unselected package libsasl2-2:arm64.
13:40:18 #8 30.83 Selecting previously unselected package gcc.
13:40:18 #8 30.83 Preparing to unpack .../082-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
13:40:18 #8 30.84 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
13:40:18 #8 30.86 Selecting previously unselected package libstdc++-7-dev:amd64.
13:40:18 #8 30.87 Preparing to unpack .../083-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
13:40:18 #8 30.87 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:18 #8 31.21 Selecting previously unselected package g++-7.
13:40:18 #18 2.487 (11/22) Installing clang-libs (12.0.1-r1)
13:40:18 #8 21.17 Selecting previously unselected package libgdbm-compat4:armhf.
13:40:18 #8 21.17 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_armhf.deb ...
13:40:18 #8 21.17 Unpacking libgdbm-compat4:armhf (1.14.1-6) ...
13:40:18 #8 21.22 Selecting previously unselected package libperl5.26:armhf.
13:40:18 #8 21.22 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.5_armhf.deb ...
13:40:19 #9 17.67 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.12) ...
13:40:19 #9 31.18 Unpacking libsort-versions-perl (1.62-1) ...
13:40:19 #9 31.21 Selecting previously unselected package libgit-wrapper-perl.
13:40:19 #9 31.21 Preparing to unpack .../257-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:19 #9 31.21 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:19 #9 31.25 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:19 #9 31.25 Preparing to unpack .../258-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:40:19 #9 31.25 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:19 #9 31.28 Selecting previously unselected package libio-prompter-perl.
13:40:19 #9 31.28 Preparing to unpack .../259-libio-prompter-perl_0.004015-1_all.deb ...
13:40:19 #9 31.29 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:19 #9 31.32 Selecting previously unselected package libjson-perl.
13:40:19 #9 31.32 Preparing to unpack .../260-libjson-perl_4.04000-1_all.deb ...
13:40:19 #9 31.32 Unpacking libjson-perl (4.04000-1) ...
13:40:19 #9 31.35 Selecting previously unselected package liblog-any-perl.
13:40:19 #9 31.36 Preparing to unpack .../261-liblog-any-perl_1.710-1_all.deb ...
13:40:19 #9 31.36 Unpacking liblog-any-perl (1.710-1) ...
13:40:19 #9 31.39 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:19 #9 30.86 Preparing to unpack .../114-libdw1_0.185-1build1_amd64.deb ...
13:40:19 #9 30.86 Unpacking libdw1:amd64 (0.185-1build1) ...
13:40:19 #9 30.89 Selecting previously unselected package debugedit.
13:40:19 #9 30.89 Preparing to unpack .../115-debugedit_1%3a5.0-0ubuntu2_amd64.deb ...
13:40:19 #9 30.89 Unpacking debugedit (1:5.0-0ubuntu2) ...
13:40:19 #9 30.92 Selecting previously unselected package dwz.
13:40:19 #9 30.92 Preparing to unpack .../116-dwz_0.14-1build1_amd64.deb ...
13:40:19 #9 30.93 Unpacking dwz (0.14-1build1) ...
13:40:19 #9 30.96 Selecting previously unselected package gettext.
13:40:19 #9 30.96 Preparing to unpack .../117-gettext_0.21-4ubuntu3_amd64.deb ...
13:40:19 #9 30.96 Unpacking gettext (0.21-4ubuntu3) ...
13:40:19 #9 31.05 Selecting previously unselected package intltool-debian.
13:40:19 #9 31.05 Preparing to unpack .../118-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:19 #9 31.06 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:19 #9 31.08 Selecting previously unselected package po-debconf.
13:40:19 #9 31.09 Preparing to unpack .../119-po-debconf_1.0.21+nmu1_all.deb ...
13:40:19 #9 31.09 Unpacking po-debconf (1.0.21+nmu1) ...
13:40:19 #9 31.14 Selecting previously unselected package debhelper.
13:40:19 #9 31.14 Preparing to unpack .../120-debhelper_13.3.4ubuntu2_all.deb ...
13:40:19 #9 31.14 Unpacking debhelper (13.3.4ubuntu2) ...
13:40:19 #9 31.19 Selecting previously unselected package libfakeroot:amd64.
13:40:19 #9 36.02 Preparing to unpack .../235-libipc-system-simple-perl_1.26-1_all.deb ...
13:40:19 #9 36.02 Unpacking libipc-system-simple-perl (1.26-1) ...
13:40:19 #9 36.06 Selecting previously unselected package libfile-basedir-perl.
13:40:19 #9 36.06 Preparing to unpack .../236-libfile-basedir-perl_0.08-1_all.deb ...
13:40:19 #9 36.07 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:19 #9 36.10 Selecting previously unselected package libfile-chdir-perl.
13:40:19 #9 36.10 Preparing to unpack .../237-libfile-chdir-perl_0.1008-1_all.deb ...
13:40:19 #9 36.11 Unpacking libfile-chdir-perl (0.1008-1) ...
13:40:19 #9 36.14 Selecting previously unselected package libfile-fcntllock-perl.
13:40:19 #9 36.14 Preparing to unpack .../238-libfile-fcntllock-perl_0.22-3build4_arm64.deb ...
13:40:19 #9 36.15 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
13:40:19 #9 36.19 Selecting previously unselected package libnumber-compare-perl.
13:40:19 #9 36.19 Preparing to unpack .../239-libnumber-compare-perl_0.03-1_all.deb ...
13:40:19 #9 36.20 Unpacking libnumber-compare-perl (0.03-1) ...
13:40:19 #9 36.23 Selecting previously unselected package libtext-glob-perl.
13:40:19 #9 36.23 Preparing to unpack .../240-libtext-glob-perl_0.10-1_all.deb ...
13:40:19 #9 36.24 Unpacking libtext-glob-perl (0.10-1) ...
13:40:19 #9 36.27 Selecting previously unselected package libfile-find-rule-perl.
13:40:19 #8 28.98 Selecting previously unselected package libarchive-zip-perl.
13:40:19 #8 28.98 Preparing to unpack .../077-libarchive-zip-perl_1.68-1_all.deb ...
13:40:19 #8 28.99 Unpacking libarchive-zip-perl (1.68-1) ...
13:40:19 #8 29.02 Selecting previously unselected package libsub-override-perl.
13:40:19 #8 29.02 Preparing to unpack .../078-libsub-override-perl_0.09-2_all.deb ...
13:40:19 #8 29.03 Unpacking libsub-override-perl (0.09-2) ...
13:40:19 #8 29.05 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:19 #8 29.05 Preparing to unpack .../079-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
13:40:19 #8 29.06 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
13:40:19 #8 29.08 Selecting previously unselected package dh-strip-nondeterminism.
13:40:19 #8 29.08 Preparing to unpack .../080-dh-strip-nondeterminism_1.12.0-1_all.deb ...
13:40:19 #8 29.09 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
13:40:19 #8 29.12 Selecting previously unselected package libelf1:amd64.
13:40:19 #8 29.12 Preparing to unpack .../081-libelf1_0.183-1_amd64.deb ...
13:40:19 #8 29.13 Unpacking libelf1:amd64 (0.183-1) ...
13:40:19 #8 29.17 Selecting previously unselected package dwz.
13:40:19 #8 46.07 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
13:40:19 #8 46.10 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
13:40:19 #8 46.11 Setting up python3-magic (2:0.4.15-1) ...
13:40:19 #9 29.37 Selecting previously unselected package g++.
13:40:19 #9 29.37 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
13:40:19 #9 29.37 Unpacking g++ (4:9.3.0-1ubuntu2) ...
13:40:19 #9 29.40 Selecting previously unselected package make.
13:40:19 #9 29.41 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
13:40:19 #9 29.41 Unpacking make (4.2.1-1.2) ...
13:40:19 #9 29.45 Selecting previously unselected package libdpkg-perl.
13:40:19 #8 12.72 Selecting previously unselected package libgdbm-compat4:armhf.
13:40:19 #8 12.72 Preparing to unpack .../07-libgdbm-compat4_1.19-2_armhf.deb ...
13:40:19 #8 12.73 Unpacking libgdbm-compat4:armhf (1.19-2) ...
13:40:19 #8 12.78 Selecting previously unselected package libperl5.32:armhf.
13:40:19 #8 12.78 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
13:40:19 #9 35.70 Preparing to unpack .../098-libsasl2-2_2.1.27+dfsg-2.1ubuntu0.1_arm64.deb ...
13:40:19 #9 35.71 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:19 #9 35.74 Selecting previously unselected package libldap-2.5-0:arm64.
13:40:19 #9 35.74 Preparing to unpack .../099-libldap-2.5-0_2.5.6+dfsg-1~exp1ubuntu1_arm64.deb ...
13:40:19 #9 35.75 Unpacking libldap-2.5-0:arm64 (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:19 #9 35.78 Selecting previously unselected package libnghttp2-14:arm64.
13:40:19 #9 35.78 Preparing to unpack .../100-libnghttp2-14_1.43.0-1_arm64.deb ...
13:40:19 #9 35.79 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
13:40:19 #9 35.82 Selecting previously unselected package librtmp1:arm64.
13:40:19 #9 35.83 Preparing to unpack .../101-librtmp1_2.4+20151223.gitfa8646d.1-2build3_arm64.deb ...
13:40:19 #9 35.83 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build3) ...
13:40:19 #9 35.86 Selecting previously unselected package libssh-4:arm64.
13:40:19 #9 35.87 Preparing to unpack .../102-libssh-4_0.9.6-1_arm64.deb ...
13:40:19 #9 35.87 Unpacking libssh-4:arm64 (0.9.6-1) ...
13:40:19 #9 35.91 Selecting previously unselected package libcurl4:arm64.
13:40:19 #9 35.91 Preparing to unpack .../103-libcurl4_7.74.0-1.3ubuntu2.1_arm64.deb ...
13:40:19 #9 35.91 Unpacking libcurl4:arm64 (7.74.0-1.3ubuntu2.1) ...
13:40:19 #9 35.94 Selecting previously unselected package curl.
13:40:19 #8 31.21 Preparing to unpack .../084-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
13:40:19 #8 31.22 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
13:40:19 #9 36.22 Preparing to unpack .../310-libref-util-xs-perl_0.117-1build5_arm64.deb ...
13:40:19 #9 36.22 Unpacking libref-util-xs-perl (0.117-1build5) ...
13:40:19 #9 36.25 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:19 #9 36.25 Preparing to unpack .../311-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
13:40:19 #9 36.25 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
13:40:19 #9 36.29 Selecting previously unselected package libregexp-pattern-perl.
13:40:19 #9 36.29 Preparing to unpack .../312-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:40:19 #9 36.29 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:40:19 #9 36.33 Selecting previously unselected package libsasl2-modules:arm64.
13:40:19 #9 36.33 Preparing to unpack .../313-libsasl2-modules_2.1.27+dfsg2-3ubuntu1_arm64.deb ...
13:40:19 #9 36.33 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:19 #9 36.36 Selecting previously unselected package libsereal-decoder-perl.
13:40:19 #9 36.36 Preparing to unpack .../314-libsereal-decoder-perl_4.023+ds-1_arm64.deb ...
13:40:19 #9 36.37 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
13:40:19 #9 36.40 Selecting previously unselected package libsereal-encoder-perl:arm64.
13:40:19 #9 36.40 Preparing to unpack .../315-libsereal-encoder-perl_4.023+ds-1_arm64.deb ...
13:40:19 #9 36.40 Unpacking libsereal-encoder-perl:arm64 (4.023+ds-1) ...
13:40:19 #9 36.43 Selecting previously unselected package libset-intspan-perl.
13:40:19 #9 36.44 Preparing to unpack .../316-libset-intspan-perl_1.19-2_all.deb ...
13:40:19 #9 36.44 Unpacking libset-intspan-perl (1.19-2) ...
13:40:19 #9 36.47 Selecting previously unselected package libsocket6-perl.
13:40:19 #9 36.47 Preparing to unpack .../317-libsocket6-perl_0.29-1build4_arm64.deb ...
13:40:19 #9 36.48 Unpacking libsocket6-perl (0.29-1build4) ...
13:40:19 #9 36.51 Selecting previously unselected package libstring-copyright-perl.
13:40:19 #9 36.51 Preparing to unpack .../318-libstring-copyright-perl_0.003012-1_all.deb ...
13:40:19 #9 36.51 Unpacking libstring-copyright-perl (0.003012-1) ...
13:40:19 #9 36.54 Selecting previously unselected package libstring-escape-perl.
13:40:19 #10 15.56 CentOS Stream 8 - Extras                         25 kB/s |  18 kB     00:00    
13:40:19 #8 21.22 Unpacking libperl5.26:armhf (5.26.1-6ubuntu0.5) ...
13:40:19 #13 1.866 Package bash-4.4.20-3.el8.aarch64 is already installed.
13:40:19 #13 1.866 Package bash-4.4.20-3.el8.aarch64 is already installed.
13:40:19 #13 1.867 Package ca-certificates-2021.2.50-82.el8.noarch is already installed.
13:40:19 #13 1.867 Package libarchive-3.3.3-3.el8_5.aarch64 is already installed.
13:40:19 #13 1.868 Package pkgconf-pkg-config-1.4.2-1.el8.aarch64 is already installed.
13:40:19 #13 1.868 Package systemd-239-58.el8.aarch64 is already installed.
13:40:19 #13 1.868 Package tar-2:1.30-5.el8.aarch64 is already installed.
13:40:19 #13 1.869 Package which-2.21-17.el8.aarch64 is already installed.
13:40:19 #13 1.869 Package bash-4.4.20-3.el8.aarch64 is already installed.
13:40:19 #13 1.985 Dependencies resolved.
13:40:19 #13 1.995 ================================================================================
13:40:19 #13 1.995  Package                      Arch    Version                  Repository  Size
13:40:19 #13 1.995 ================================================================================
13:40:19 #13 1.995 Installing:
13:40:19 #13 1.995  cmake                        aarch64 3.20.2-4.el8             appstream   10 M
13:40:19 #13 1.995  device-mapper-devel          aarch64 8:1.02.181-3.el8         powertools 283 k
13:40:19 #13 1.995  gcc                          aarch64 8.5.0-13.el8             appstream   19 M
13:40:19 #13 1.995  git                          aarch64 2.31.1-2.el8             appstream  161 k
13:40:19 #13 1.995  glibc-static                 aarch64 2.28-199.el8             powertools 1.6 M
13:40:19 #13 1.995  libseccomp-devel             aarch64 2.5.2-1.el8              appstream   57 k
13:40:19 #13 1.995  libselinux-devel             aarch64 2.9-5.el8                baseos     200 k
13:40:19 #13 1.995  libtool                      aarch64 2.4.6-25.el8             appstream  708 k
13:40:19 #13 1.995  libtool-ltdl-devel           aarch64 2.4.6-25.el8             appstream  184 k
13:40:19 #13 1.995  make                         aarch64 1:4.2.1-11.el8           baseos     490 k
13:40:19 #13 1.995  selinux-policy-devel         noarch  3.14.3-97.el8            baseos     1.5 M
13:40:19 #13 1.995  systemd-devel                aarch64 239-58.el8               baseos     392 k
13:40:19 #13 1.995 Upgrading:
13:40:19 #13 1.995  bash                         aarch64 4.4.20-4.el8             baseos     1.5 M
13:40:19 #13 1.995  glibc                        aarch64 2.28-199.el8             baseos     1.8 M
13:40:19 #13 1.995  glibc-common                 aarch64 2.28-199.el8             baseos     1.0 M
13:40:19 #13 1.995  glibc-gconv-extra            aarch64 2.28-199.el8             appstream  1.8 M
13:40:19 #13 1.995  glibc-minimal-langpack       aarch64 2.28-199.el8             baseos      62 k
13:40:19 #13 1.995  libgcc                       aarch64 8.5.0-13.el8             baseos      74 k
13:40:19 #13 1.995 Installing dependencies:
13:40:19 #13 1.995  annobin                      aarch64 10.67-1.el8              appstream  953 k
13:40:19 #13 1.995  autoconf                     noarch  2.69-29.el8              appstream  710 k
13:40:19 #13 1.995  automake                     noarch  1.16.1-7.el8             appstream  713 k
13:40:19 #13 1.995  checkpolicy                  aarch64 2.9-1.el8                baseos     338 k
13:40:19 #13 1.995  cmake-data                   noarch  3.20.2-4.el8             appstream  1.7 M
13:40:19 #13 1.995  cmake-filesystem             aarch64 3.20.2-4.el8             appstream   44 k
13:40:19 #13 1.995  cmake-rpm-macros             noarch  3.20.2-4.el8             appstream   44 k
13:40:19 #13 1.995  cpp                          aarch64 8.5.0-13.el8             appstream  8.6 M
13:40:19 #13 1.995  git-core                     aarch64 2.31.1-2.el8             appstream  4.7 M
13:40:19 #13 1.995  git-core-doc                 noarch  2.31.1-2.el8             appstream  2.6 M
13:40:19 #13 1.995  glibc-devel                  aarch64 2.28-199.el8             baseos      79 k
13:40:19 #13 1.995  glibc-headers                aarch64 2.28-199.el8             baseos     475 k
13:40:19 #13 1.995  isl                          aarch64 0.16.1-6.el8             appstream  778 k
13:40:19 #13 1.995  kernel-headers               aarch64 4.18.0-383.el8           baseos     9.4 M
13:40:19 #13 1.995  less                         aarch64 530-1.el8                baseos     162 k
13:40:19 #13 1.995  libasan                      aarch64 8.5.0-13.el8             baseos     386 k
13:40:19 #13 1.995  libatomic                    aarch64 8.5.0-13.el8             baseos      25 k
13:40:19 #13 1.995  libedit                      aarch64 3.1-23.20170329cvs.el8   baseos      99 k
13:40:19 #13 1.995  libgomp                      aarch64 8.5.0-13.el8             baseos     199 k
13:40:19 #13 1.995  libmpc                       aarch64 1.1.0-9.1.el8            appstream   60 k
13:40:19 #13 1.995  libselinux-utils             aarch64 2.9-5.el8                baseos     241 k
13:40:19 #13 1.995  libsepol-devel               aarch64 2.9-3.el8                baseos      87 k
13:40:19 #13 1.995  libubsan                     aarch64 8.5.0-13.el8             baseos     144 k
13:40:19 #13 1.995  libuv                        aarch64 1:1.41.1-1.el8_4         appstream  150 k
13:40:19 #13 1.995  libxcrypt-devel              aarch64 4.1.1-6.el8              baseos      25 k
13:40:19 #13 1.995  libxcrypt-static             aarch64 4.1.1-6.el8              powertools  58 k
13:40:19 #13 1.995  m4                           aarch64 1.4.18-7.el8             baseos     218 k
13:40:19 #13 1.995  openssh                      aarch64 8.0p1-12.el8             baseos     487 k
13:40:19 #13 1.995  openssh-clients              aarch64 8.0p1-12.el8             baseos     625 k
13:40:19 #13 1.995  pcre2-devel                  aarch64 10.32-2.el8              baseos     605 k
13:40:19 #13 1.995  pcre2-utf16                  aarch64 10.32-2.el8              baseos     202 k
13:40:19 #13 1.995  pcre2-utf32                  aarch64 10.32-2.el8              baseos     195 k
13:40:19 #13 1.995  perl-Error                   noarch  1:0.17025-2.el8          appstream   46 k
13:40:19 #13 1.995  perl-Git                     noarch  2.31.1-2.el8             appstream   78 k
13:40:19 #13 1.995  perl-TermReadKey             aarch64 2.37-7.el8               appstream   40 k
13:40:19 #13 1.995  perl-Thread-Queue            noarch  3.13-1.el8               appstream   24 k
13:40:19 #13 1.995  policycoreutils              aarch64 2.9-19.el8               baseos     374 k
13:40:19 #13 1.995  policycoreutils-devel        aarch64 2.9-19.el8               baseos     287 k
13:40:19 #13 1.995  policycoreutils-python-utils noarch  2.9-19.el8               baseos     253 k
13:40:19 #13 1.995  python3-audit                aarch64 3.0.7-2.el8              baseos      85 k
13:40:19 #13 1.995  python3-libselinux           aarch64 2.9-5.el8                baseos     272 k
13:40:19 #13 1.995  python3-libsemanage          aarch64 2.9-8.el8                baseos     126 k
13:40:19 #13 1.995  python3-policycoreutils      noarch  2.9-19.el8               baseos     2.2 M
13:40:19 #13 1.995  python3-setools              aarch64 4.3.0-3.el8              baseos     528 k
13:40:19 #13 1.995  rpm-plugin-selinux           aarch64 4.14.3-23.el8            baseos      78 k
13:40:19 #13 1.995  selinux-policy               noarch  3.14.3-97.el8            baseos     646 k
13:40:19 #13 1.995  selinux-policy-minimum       noarch  3.14.3-97.el8            baseos      13 M
13:40:19 #13 1.995  vim-filesystem               noarch  2:8.0.1763-16.el8_5.12   appstream   50 k
13:40:19 #13 1.995 Installing weak dependencies:
13:40:19 #13 1.995  glibc-langpack-en            aarch64 2.28-199.el8             baseos     822 k
13:40:19 #13 1.995 
13:40:19 #13 1.995 Transaction Summary
13:40:19 #13 1.995 ================================================================================
13:40:19 #13 1.995 Install  61 Packages
13:40:19 #13 1.995 Upgrade   6 Packages
13:40:19 #13 1.995 
13:40:19 #13 2.000 Total download size: 95 M
13:40:19 #13 2.001 Downloading Packages:
13:40:19 #9 31.39 Preparing to unpack .../262-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
13:40:19 #9 31.40 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
13:40:19 #9 31.43 Selecting previously unselected package libpackage-stash-perl.
13:40:19 #9 31.43 Preparing to unpack .../263-libpackage-stash-perl_0.39-1_all.deb ...
13:40:19 #9 31.43 Unpacking libpackage-stash-perl (0.39-1) ...
13:40:19 #9 31.46 Selecting previously unselected package libsub-identify-perl.
13:40:19 #9 31.46 Preparing to unpack .../264-libsub-identify-perl_0.14-1build5_amd64.deb ...
13:40:19 #9 31.47 Unpacking libsub-identify-perl (0.14-1build5) ...
13:40:19 #9 31.49 Selecting previously unselected package libsub-name-perl.
13:40:19 #9 31.50 Preparing to unpack .../265-libsub-name-perl_0.26-1build3_amd64.deb ...
13:40:19 #9 31.50 Unpacking libsub-name-perl (0.26-1build3) ...
13:40:19 #9 31.53 Selecting previously unselected package libnamespace-clean-perl.
13:40:19 #9 31.53 Preparing to unpack .../266-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:19 #9 31.53 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:19 #9 31.56 Selecting previously unselected package libpath-tiny-perl.
13:40:19 #9 31.56 Preparing to unpack .../267-libpath-tiny-perl_0.122-1_all.deb ...
13:40:19 #9 31.57 Unpacking libpath-tiny-perl (0.122-1) ...
13:40:19 #9 31.59 Selecting previously unselected package libstrictures-perl.
13:40:19 #9 31.60 Preparing to unpack .../268-libstrictures-perl_2.000006-1_all.deb ...
13:40:19 #9 31.60 Unpacking libstrictures-perl (2.000006-1) ...
13:40:19 #9 31.63 Selecting previously unselected package libtype-tiny-perl.
13:40:19 #9 31.63 Preparing to unpack .../269-libtype-tiny-perl_1.012004-1_all.deb ...
13:40:19 #9 31.63 Unpacking libtype-tiny-perl (1.012004-1) ...
13:40:19 #9 31.67 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:19 #9 31.67 Preparing to unpack .../270-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:40:19 #9 31.68 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:40:19 #9 31.71 Selecting previously unselected package libhash-fieldhash-perl.
13:40:19 #9 17.82 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.4) ...
13:40:19 #9 17.83 Setting up libexpat1:armhf (2.2.9-1ubuntu0.4) ...
13:40:19 #9 17.85 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ...
13:40:19 #9 10.96 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cpp armhf 4:11.2.0-1ubuntu1 [27.7 kB]
13:40:19 #9 10.96 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcc1-0 armhf 12-20220319-1ubuntu1 [39.1 kB]
13:40:19 #9 10.96 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgomp1 armhf 12-20220319-1ubuntu1 [110 kB]
13:40:19 #9 10.96 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libatomic1 armhf 12-20220319-1ubuntu1 [7620 B]
13:40:19 #9 10.96 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libasan6 armhf 11.2.0-19ubuntu1 [2242 kB]
13:40:19 #9 10.97 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libubsan1 armhf 12-20220319-1ubuntu1 [959 kB]
13:40:19 #9 11.05 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgcc-11-dev armhf 11.2.0-19ubuntu1 [835 kB]
13:40:19 #9 11.09 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc-11 armhf 11.2.0-19ubuntu1 [15.8 MB]
13:40:19 #9 36.27 Preparing to unpack .../241-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:19 #9 31.19 Preparing to unpack .../121-libfakeroot_1.25.3-1.1ubuntu2_amd64.deb ...
13:40:19 #9 36.28 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:19 #9 36.31 Selecting previously unselected package libfont-afm-perl.
13:40:19 #9 36.32 Preparing to unpack .../242-libfont-afm-perl_1.20-2_all.deb ...
13:40:19 #9 31.20 Unpacking libfakeroot:amd64 (1.25.3-1.1ubuntu2) ...
13:40:19 #9 31.23 Selecting previously unselected package fakeroot.
13:40:19 #9 36.32 Unpacking libfont-afm-perl (1.20-2) ...
13:40:19 #9 36.35 Selecting previously unselected package libio-string-perl.
13:40:19 #9 31.23 Preparing to unpack .../122-fakeroot_1.25.3-1.1ubuntu2_amd64.deb ...
13:40:19 #9 31.24 Unpacking fakeroot (1.25.3-1.1ubuntu2) ...
13:40:19 #9 36.36 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
13:40:19 #9 36.36 Unpacking libio-string-perl (1.08-3) ...
13:40:19 #9 31.27 Selecting previously unselected package libassuan0:amd64.
13:40:19 #9 31.28 Preparing to unpack .../123-libassuan0_2.5.5-1_amd64.deb ...
13:40:19 #9 36.39 Selecting previously unselected package libfont-ttf-perl.
13:40:19 #9 36.40 Preparing to unpack .../244-libfont-ttf-perl_1.06-1_all.deb ...
13:40:19 #9 31.28 Unpacking libassuan0:amd64 (2.5.5-1) ...
13:40:19 #9 31.31 Selecting previously unselected package gpgconf.
13:40:19 #9 36.40 Unpacking libfont-ttf-perl (1.06-1) ...
13:40:19 #9 36.46 Selecting previously unselected package libfuture-perl.
13:40:19 #9 31.31 Preparing to unpack .../124-gpgconf_2.2.20-1ubuntu4_amd64.deb ...
13:40:19 #9 31.31 Unpacking gpgconf (2.2.20-1ubuntu4) ...
13:40:19 #9 36.47 Preparing to unpack .../245-libfuture-perl_0.43-1_all.deb ...
13:40:19 #9 36.47 Unpacking libfuture-perl (0.43-1) ...
13:40:19 #9 31.35 Selecting previously unselected package libksba8:amd64.
13:40:19 #9 31.35 Preparing to unpack .../125-libksba8_1.5.1-1_amd64.deb ...
13:40:19 #9 36.52 Selecting previously unselected package libio-stringy-perl.
13:40:19 #9 31.36 Unpacking libksba8:amd64 (1.5.1-1) ...
13:40:19 #9 31.40 Selecting previously unselected package libnpth0:amd64.
13:40:19 #9 31.40 Preparing to unpack .../126-libnpth0_1.6-3_amd64.deb ...
13:40:19 #9 31.40 Unpacking libnpth0:amd64 (1.6-3) ...
13:40:19 #9 31.44 Selecting previously unselected package dirmngr.
13:40:19 #8 29.17 Preparing to unpack .../082-dwz_0.13+20210201-1_amd64.deb ...
13:40:19 #8 29.17 Unpacking dwz (0.13+20210201-1) ...
13:40:19 #8 29.22 Selecting previously unselected package libicu67:amd64.
13:40:19 #8 29.22 Preparing to unpack .../083-libicu67_67.1-7_amd64.deb ...
13:40:19 #8 29.22 Unpacking libicu67:amd64 (67.1-7) ...
13:40:19 #8 46.27 Setting up python3-idna (2.6-1) ...
13:40:19 #8 46.48 Setting up python3-xdg (0.25-4ubuntu1.1) ...
13:40:19 #9 29.45 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3_all.deb ...
13:40:19 #9 29.45 Unpacking libdpkg-perl (1.19.7ubuntu3) ...
13:40:19 #9 29.51 Selecting previously unselected package patch.
13:40:19 #9 29.51 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
13:40:19 #9 29.51 Unpacking patch (2.7.6-6) ...
13:40:19 #9 29.55 Selecting previously unselected package dpkg-dev.
13:40:19 #9 29.56 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3_all.deb ...
13:40:19 #9 29.57 Unpacking dpkg-dev (1.19.7ubuntu3) ...
13:40:19 #9 29.65 Selecting previously unselected package build-essential.
13:40:19 #9 29.65 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ...
13:40:19 #9 29.66 Unpacking build-essential (12.8ubuntu1.1) ...
13:40:19 #8 12.78 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
13:40:19 #9 35.94 Preparing to unpack .../104-curl_7.74.0-1.3ubuntu2.1_arm64.deb ...
13:40:19 #9 35.95 Unpacking curl (7.74.0-1.3ubuntu2.1) ...
13:40:19 #9 35.99 Selecting previously unselected package dctrl-tools.
13:40:19 #9 35.99 Preparing to unpack .../105-dctrl-tools_2.24-3_arm64.deb ...
13:40:19 #9 36.00 Unpacking dctrl-tools (2.24-3) ...
13:40:19 #9 36.03 Selecting previously unselected package libdebhelper-perl.
13:40:19 #9 36.03 Preparing to unpack .../106-libdebhelper-perl_13.3.4ubuntu2_all.deb ...
13:40:19 #9 36.04 Unpacking libdebhelper-perl (13.3.4ubuntu2) ...
13:40:19 #9 36.07 Selecting previously unselected package libtool.
13:40:19 #9 36.07 Preparing to unpack .../107-libtool_2.4.6-15_all.deb ...
13:40:19 #9 36.08 Unpacking libtool (2.4.6-15) ...
13:40:19 #9 36.12 Selecting previously unselected package dh-autoreconf.
13:40:19 #9 36.12 Preparing to unpack .../108-dh-autoreconf_20_all.deb ...
13:40:19 #9 36.12 Unpacking dh-autoreconf (20) ...
13:40:19 #9 36.15 Selecting previously unselected package libarchive-zip-perl.
13:40:19 #9 36.15 Preparing to unpack .../109-libarchive-zip-perl_1.68-1_all.deb ...
13:40:19 #9 36.16 Unpacking libarchive-zip-perl (1.68-1) ...
13:40:19 #9 36.19 Selecting previously unselected package libsub-override-perl.
13:40:19 #9 36.55 Preparing to unpack .../319-libstring-escape-perl_2010.002-2_all.deb ...
13:40:19 #9 36.55 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:19 #9 36.59 Selecting previously unselected package libstring-shellquote-perl.
13:40:19 #9 36.59 Preparing to unpack .../320-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:19 #9 36.59 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:19 #9 36.63 Selecting previously unselected package libxs-parse-keyword-perl.
13:40:19 #9 36.63 Preparing to unpack .../321-libxs-parse-keyword-perl_0.21-1build1_arm64.deb ...
13:40:19 #9 36.63 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
13:40:19 #9 36.67 Selecting previously unselected package libsyntax-keyword-try-perl.
13:40:19 #9 36.67 Preparing to unpack .../322-libsyntax-keyword-try-perl_0.26-1build1_arm64.deb ...
13:40:19 #9 36.67 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
13:40:19 #9 36.70 Selecting previously unselected package libterm-readkey-perl.
13:40:19 #9 36.70 Preparing to unpack .../323-libterm-readkey-perl_2.38-1build4_arm64.deb ...
13:40:19 #9 36.71 Unpacking libterm-readkey-perl (2.38-1build4) ...
13:40:19 #9 36.74 Selecting previously unselected package libtext-levenshteinxs-perl.
13:40:19 #9 36.74 Preparing to unpack .../324-libtext-levenshteinxs-perl_0.03-4build10_arm64.deb ...
13:40:19 #9 36.74 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
13:40:19 #9 36.77 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
13:40:19 #8 45.35 Dependencies resolved.
13:40:19 #8 45.38 ================================================================================
13:40:19 #8 45.38  Package                     Arch    Version              Repository       Size
13:40:19 #8 45.38 ================================================================================
13:40:19 #8 45.38 Installing:
13:40:19 #8 45.38  dnf-plugins-core            noarch  4.1.0-1.fc36         fedora           34 k
13:40:19 #8 45.38  rpm-build                   aarch64 4.17.0-10.fc36       fedora           61 k
13:40:19 #8 45.38  rpmlint                     noarch  2.2.0-3.fc36         fedora          240 k
13:40:19 #8 45.38 Upgrading:
13:40:19 #8 45.38  dnf                         noarch  4.11.1-3.fc36        updates-testing 453 k
13:40:19 #8 45.38  dnf-data                    noarch  4.11.1-3.fc36        updates-testing  41 k
13:40:19 #8 45.38  elfutils-libelf             aarch64 0.187-2.fc36         updates-testing 197 k
13:40:19 #8 45.38  elfutils-libs               aarch64 0.187-2.fc36         updates-testing 256 k
13:40:19 #8 45.38  glibc                       aarch64 2.35-5.fc36          updates-testing 1.7 M
13:40:19 #8 45.38  glibc-common                aarch64 2.35-5.fc36          updates-testing 314 k
13:40:19 #8 45.38  glibc-minimal-langpack      aarch64 2.35-5.fc36          updates-testing  47 k
13:40:19 #8 45.38  libdnf                      aarch64 0.66.0-1.fc36        fedora          613 k
13:40:19 #8 45.38  python3-dnf                 noarch  4.11.1-3.fc36        updates-testing 414 k
13:40:19 #8 45.38  python3-hawkey              aarch64 0.66.0-1.fc36        fedora          101 k
13:40:19 #8 45.38  python3-libdnf              aarch64 0.66.0-1.fc36        fedora          743 k
13:40:19 #8 45.38  python3-rpm                 aarch64 4.17.0-10.fc36       fedora           94 k
13:40:19 #8 45.38  rpm                         aarch64 4.17.0-10.fc36       fedora          538 k
13:40:19 #8 45.38  rpm-build-libs              aarch64 4.17.0-10.fc36       fedora           91 k
13:40:19 #8 45.38  rpm-libs                    aarch64 4.17.0-10.fc36       fedora          308 k
13:40:19 #8 45.38  rpm-sign-libs               aarch64 4.17.0-10.fc36       fedora           27 k
13:40:19 #8 45.38  xz-libs                     aarch64 5.2.5-9.fc36         fedora           90 k
13:40:19 #8 45.38  yum                         noarch  4.11.1-3.fc36        updates-testing  39 k
13:40:19 #8 45.38 Installing dependencies:
13:40:19 #8 45.38  binutils                    aarch64 2.37-27.fc36         updates-testing 6.4 M
13:40:19 #8 45.38  binutils-gold               aarch64 2.37-27.fc36         updates-testing 896 k
13:40:19 #8 45.38  bzip2                       aarch64 1.0.8-11.fc36        fedora           52 k
13:40:19 #8 45.38  cpio                        aarch64 2.13-12.fc36         fedora          267 k
13:40:19 #8 45.38  dash                        aarch64 0.5.10.2-10.fc36     fedora           97 k
13:40:19 #8 45.38  dbus-libs                   aarch64 1:1.14.0-1.fc36      fedora          153 k
13:40:19 #8 45.38  debugedit                   aarch64 5.0-3.fc36           fedora           76 k
13:40:19 #8 45.38  devscripts-checkbashisms    aarch64 2.22.1-1.fc36        fedora           28 k
13:40:19 #8 45.38  diffutils                   aarch64 3.8-2.fc36           fedora          368 k
13:40:19 #8 45.38  dwz                         aarch64 0.14-2.fc35          fedora          125 k
13:40:19 #8 45.38  ed                          aarch64 1.14.2-12.fc36       fedora           73 k
13:40:19 #8 45.38  efi-srpm-macros             noarch  5-5.fc36             fedora           22 k
13:40:19 #8 45.38  elfutils                    aarch64 0.187-2.fc36         updates-testing 516 k
13:40:19 #8 45.38  elfutils-debuginfod-client  aarch64 0.187-2.fc36         updates-testing  38 k
13:40:19 #8 45.38  enchant                     aarch64 1:1.6.0-30.fc36      fedora           59 k
13:40:19 #8 45.38  file                        aarch64 5.41-4.fc36          fedora           48 k
13:40:19 #8 45.38  fonts-filesystem            noarch  1:2.0.5-7.fc36       fedora          9.0 k
13:40:19 #8 45.38  fonts-srpm-macros           noarch  1:2.0.5-7.fc36       fedora           27 k
13:40:19 #8 45.38  fpc-srpm-macros             noarch  1.3-5.fc36           fedora          7.6 k
13:40:19 #8 45.38  gdb-minimal                 aarch64 11.2-3.fc36          fedora          3.4 M
13:40:19 #8 45.38  gdk-pixbuf2                 aarch64 2.42.8-1.fc36        fedora          463 k
13:40:19 #8 45.38  ghc-srpm-macros             noarch  1.5.0-6.fc36         fedora          7.7 k
13:40:19 #8 45.38  glib-networking             aarch64 2.72.0-1.fc36        fedora          184 k
13:40:19 #8 45.38  glibc-gconv-extra           aarch64 2.35-5.fc36          updates-testing 1.6 M
13:40:19 #8 45.38  gnat-srpm-macros            noarch  4-15.fc36            fedora          8.2 k
13:40:19 #8 45.38  go-srpm-macros              noarch  3.0.15-1.fc36        fedora           26 k
13:40:19 #8 45.38  groff-base                  aarch64 1.22.4-9.fc36        fedora          1.0 M
13:40:19 #8 45.38  gsettings-desktop-schemas   aarch64 42.0-1.fc36          fedora          692 k
13:40:19 #8 45.38  hunspell                    aarch64 1.7.0-19.fc36        fedora          284 k
13:40:19 #8 45.38  hunspell-en-GB              noarch  0.20140811.1-22.fc36 fedora          225 k
13:40:19 #8 45.38  hunspell-en-US              noarch  0.20140811.1-22.fc36 fedora          176 k
13:40:19 #8 45.38  hunspell-filesystem         aarch64 1.7.0-19.fc36        fedora          8.9 k
13:40:19 #8 45.38  info                        aarch64 6.8-3.fc36           fedora          220 k
13:40:19 #8 45.38  json-glib                   aarch64 1.6.6-2.fc36         fedora          149 k
13:40:19 #8 45.38  kernel-srpm-macros          noarch  1.0-14.fc36          fedora          9.1 k
13:40:19 #8 45.38  libappstream-glib           aarch64 0.7.18-4.fc36        fedora          374 k
13:40:19 #8 45.38  libicu                      aarch64 69.1-5.fc36          fedora          9.7 M
13:40:19 #8 45.38  libjpeg-turbo               aarch64 2.1.2-2.fc36         fedora          190 k
13:40:19 #8 45.38  libpkgconf                  aarch64 1.8.0-2.fc36         fedora           36 k
13:40:19 #8 45.38  libpng                      aarch64 2:1.6.37-12.fc36     fedora          114 k
13:40:19 #8 45.38  libproxy                    aarch64 0.4.17-4.fc36        fedora           68 k
13:40:19 #8 45.38  libsoup                     aarch64 2.74.2-2.fc36        fedora          385 k
13:40:19 #8 45.38  libstemmer                  aarch64 0-18.585svn.fc36     fedora           82 k
13:40:19 #8 45.38  lua-srpm-macros             noarch  1-6.fc36             fedora          8.5 k
13:40:19 #8 45.38  ncurses                     aarch64 6.2-9.20210508.fc36  fedora          400 k
13:40:19 #8 45.38  nim-srpm-macros             noarch  3-6.fc36             fedora          8.3 k
13:40:19 #8 45.38  ocaml-srpm-macros           noarch  6-6.fc36             fedora          7.7 k
13:40:19 #8 45.38  openblas-srpm-macros        noarch  2-11.fc36            fedora          7.4 k
13:40:19 #8 45.38  package-notes-srpm-macros   noarch  0.4-14.fc36          fedora           11 k
13:40:19 #8 45.38  patch                       aarch64 2.7.6-16.fc36        fedora          121 k
13:40:19 #8 45.38  perl-AutoLoader             noarch  5.74-486.fc36        fedora           26 k
13:40:19 #8 45.38  perl-B                      aarch64 1.82-486.fc36        fedora          186 k
13:40:19 #8 45.38  perl-Carp                   noarch  1.52-479.fc36        fedora           29 k
13:40:19 #8 45.38  perl-Class-Struct           noarch  0.66-486.fc36        fedora           27 k
13:40:19 #8 45.38  perl-Data-Dumper            aarch64 2.183-3.fc36         fedora           55 k
13:40:19 #8 45.38  perl-Digest                 noarch  1.20-2.fc36          fedora           25 k
13:40:19 #8 45.38  perl-Digest-MD5             aarch64 2.58-479.fc36        fedora           36 k
13:40:19 #8 45.38  perl-DynaLoader             aarch64 1.50-486.fc36        fedora           31 k
13:40:19 #8 45.38  perl-Encode                 aarch64 4:3.17-485.fc36      updates-testing 1.7 M
13:40:19 #8 45.38  perl-Errno                  aarch64 1.33-486.fc36        fedora           20 k
13:40:19 #8 45.38  perl-Exporter               noarch  5.76-480.fc36        fedora           31 k
13:40:19 #8 45.38  perl-Fcntl                  aarch64 1.14-486.fc36        fedora           25 k
13:40:19 #8 45.38  perl-File-Basename          noarch  2.85-486.fc36        fedora           22 k
13:40:19 #8 45.38  perl-File-Path              noarch  2.18-479.fc36        fedora           35 k
13:40:19 #8 45.38  perl-File-Temp              noarch  1:0.231.100-479.fc36 fedora           59 k
13:40:19 #8 45.38  perl-File-stat              noarch  1.09-486.fc36        fedora           22 k
13:40:19 #8 45.38  perl-FileHandle             noarch  2.03-486.fc36        fedora           20 k
13:40:19 #8 45.38  perl-Getopt-Long            noarch  1:2.52-479.fc36      fedora           60 k
13:40:19 #8 45.38  perl-Getopt-Std             noarch  1.13-486.fc36        fedora           21 k
13:40:19 #8 45.38  perl-HTTP-Tiny              noarch  0.080-2.fc36         fedora           55 k
13:40:19 #8 45.38  perl-IO                     aarch64 1.46-486.fc36        fedora           92 k
13:40:19 #8 45.38  perl-IO-Socket-IP           noarch  0.41-480.fc36        fedora           42 k
13:40:19 #8 45.38  perl-IPC-Open3              noarch  1.21-486.fc36        fedora           28 k
13:40:19 #8 45.38  perl-MIME-Base64            aarch64 3.16-479.fc36        fedora           30 k
13:40:19 #8 45.38  perl-Net-SSLeay             aarch64 1.92-2.fc36          fedora          365 k
13:40:19 #8 45.38  perl-POSIX                  aarch64 1.97-486.fc36        fedora          103 k
13:40:19 #8 45.38  perl-PathTools              aarch64 3.80-479.fc36        fedora           85 k
13:40:19 #8 45.38  perl-Pod-Escapes            noarch  1:1.07-479.fc36      fedora           20 k
13:40:19 #8 45.38  perl-Pod-Perldoc            noarch  3.28.01-480.fc36     fedora           83 k
13:40:19 #8 45.38  perl-Pod-Simple             noarch  1:3.43-3.fc36        fedora          215 k
13:40:19 #8 45.38  perl-Pod-Usage              noarch  4:2.01-479.fc36      fedora           40 k
13:40:19 #8 45.38  perl-Scalar-List-Utils      aarch64 5:1.62-464.fc36      fedora           70 k
13:40:19 #8 45.38  perl-SelectSaver            noarch  1.02-486.fc36        fedora           17 k
13:40:19 #8 45.38  perl-Socket                 aarch64 4:2.033-1.fc36       updates-testing  55 k
13:40:19 #8 45.38  perl-Storable               aarch64 1:3.25-2.fc36        fedora           93 k
13:40:19 #8 45.38  perl-Symbol                 noarch  1.09-486.fc36        fedora           19 k
13:40:19 #8 45.38  perl-Term-ANSIColor         noarch  5.01-480.fc36        fedora           48 k
13:40:19 #8 45.38  perl-Term-Cap               noarch  1.17-479.fc36        fedora           22 k
13:40:19 #8 45.38  perl-Text-ParseWords        noarch  3.31-1.fc36          updates-testing  16 k
13:40:19 #8 45.38  perl-Text-Tabs+Wrap         noarch  2021.0814-2.fc36     fedora           22 k
13:40:19 #8 45.38  perl-Time-Local             noarch  2:1.300-479.fc36     fedora           34 k
13:40:19 #8 45.38  perl-URI                    noarch  5.10-1.fc36          fedora          108 k
13:40:19 #8 45.38  perl-base                   noarch  2.27-486.fc36        fedora           21 k
13:40:19 #8 45.38  perl-constant               noarch  1.33-480.fc36        fedora           23 k
13:40:19 #8 45.38  perl-if                     noarch  0.60.900-486.fc36    fedora           19 k
13:40:19 #8 45.38  perl-interpreter            aarch64 4:5.34.1-486.fc36    fedora           76 k
13:40:19 #8 45.38  perl-libnet                 noarch  3.13-480.fc36        fedora          126 k
13:40:19 #8 45.38  perl-libs                   aarch64 4:5.34.1-486.fc36    fedora          2.0 M
13:40:19 #8 45.38  perl-mro                    aarch64 1.25-486.fc36        fedora           33 k
13:40:19 #8 45.38  perl-overload               noarch  1.33-486.fc36        fedora           50 k
13:40:19 #8 45.38  perl-overloading            noarch  0.02-486.fc36        fedora           18 k
13:40:19 #8 45.38  perl-parent                 noarch  1:0.238-479.fc36     fedora           14 k
13:40:19 #8 45.38  perl-podlators              noarch  1:4.14-479.fc36      fedora          112 k
13:40:19 #8 45.38  perl-srpm-macros            noarch  1-43.fc36            fedora          8.4 k
13:40:19 #8 45.38  perl-subs                   noarch  1.04-486.fc36        fedora           17 k
13:40:19 #8 45.38  perl-vars                   noarch  1.05-486.fc36        fedora           18 k
13:40:19 #8 45.38  pkgconf                     aarch64 1.8.0-2.fc36         fedora           41 k
13:40:19 #8 45.38  pkgconf-m4                  noarch  1.8.0-2.fc36         fedora           14 k
13:40:19 #8 45.38  pkgconf-pkg-config          aarch64 1.8.0-2.fc36         fedora           10 k
13:40:19 #8 45.38  python-srpm-macros          noarch  3.10-17.fc36         fedora           26 k
13:40:19 #8 45.38  python3-construct           noarch  2.10.67-4.fc36       fedora          112 k
13:40:19 #8 45.38  python3-dateutil            noarch  1:2.8.1-8.fc36       fedora          289 k
13:40:19 #8 45.38  python3-dbus                aarch64 1.2.18-3.fc36        fedora          132 k
13:40:19 #8 45.38  python3-distro              noarch  1.6.0-2.fc36         fedora           38 k
13:40:19 #8 45.38  python3-dnf-plugins-core    noarch  4.1.0-1.fc36         fedora          220 k
13:40:19 #8 45.38  python3-enchant             noarch  3.2.2-2.fc36         fedora           79 k
13:40:19 #8 45.38  python3-pybeam              noarch  0.7-2.fc36           fedora           24 k
13:40:19 #8 45.38  python3-pyxdg               noarch  0.27-4.fc36          fedora           96 k
13:40:19 #8 45.38  python3-six                 noarch  1.16.0-5.fc36        fedora           36 k
13:40:19 #8 45.38  python3-toml                noarch  0.10.2-6.fc36        fedora           39 k
13:40:19 #8 45.38  python3-zstd                aarch64 1.4.5.1-6.fc36       fedora           19 k
13:40:19 #8 45.38  qt5-srpm-macros             noarch  5.15.3-1.fc36        fedora          8.1 k
13:40:19 #8 45.38  redhat-rpm-config           noarch  217-1.fc36           updates-testing  70 k
13:40:19 #8 45.38  rpmautospec-rpm-macros      noarch  0.2.6-1.fc36         updates-testing 8.3 k
13:40:19 #8 45.38  rust-srpm-macros            noarch  21-1.fc36            fedora          9.2 k
13:40:19 #8 45.38  shared-mime-info            aarch64 2.1-3.fc35           fedora          373 k
13:40:19 #8 45.38  unzip                       aarch64 6.0-57.fc36          fedora          182 k
13:40:19 #8 45.38  webkit2gtk3-jsc             aarch64 2.36.1-1.fc36        updates-testing 6.0 M
13:40:19 #8 45.38  xxhash-libs                 aarch64 0.8.1-2.fc36         fedora           34 k
13:40:19 #8 45.38  xz                          aarch64 5.2.5-9.fc36         fedora          215 k
13:40:19 #8 45.38  zip                         aarch64 3.0-32.fc36          fedora          256 k
13:40:19 #8 45.38  zstd                        aarch64 1.5.2-1.fc36         fedora          336 k
13:40:19 #8 45.38 Installing weak dependencies:
13:40:19 #8 45.38  abattis-cantarell-fonts     noarch  0.301-7.fc36         fedora          270 k
13:40:19 #8 45.38  adobe-source-code-pro-fonts noarch  2.030.1.050-12.fc36  fedora          831 k
13:40:19 #8 45.38  hunspell-en                 noarch  0.20140811.1-22.fc36 fedora          180 k
13:40:19 #8 45.38  libproxy-webkitgtk4         aarch64 0.4.17-4.fc36        fedora           20 k
13:40:19 #8 45.38  perl-IO-Socket-SSL          noarch  2.074-2.fc36         fedora          218 k
13:40:19 #8 45.38  perl-Mozilla-CA             noarch  20211001-2.fc36      fedora           12 k
13:40:19 #8 45.38  perl-NDBM_File              aarch64 1.15-486.fc36        fedora           27 k
13:40:19 #8 45.38 
13:40:19 #8 45.38 Transaction Summary
13:40:19 #8 45.38 ================================================================================
13:40:19 #8 45.38 Install  142 Packages
13:40:19 #8 45.38 Upgrade   18 Packages
13:40:19 #8 45.38 
13:40:19 #8 45.39 Total download size: 52 M
13:40:19 #8 45.39 Downloading Packages:
13:40:19 #9 31.72 Preparing to unpack .../271-libhash-fieldhash-perl_0.15-1build5_amd64.deb ...
13:40:19 #9 31.72 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
13:40:19 #9 31.75 Selecting previously unselected package libhtml-form-perl.
13:40:19 #9 31.75 Preparing to unpack .../272-libhtml-form-perl_6.07-1_all.deb ...
13:40:19 #9 31.76 Unpacking libhtml-form-perl (6.07-1) ...
13:40:19 #9 31.79 Selecting previously unselected package libhtml-format-perl.
13:40:19 #9 31.79 Preparing to unpack .../273-libhtml-format-perl_2.12-1.1_all.deb ...
13:40:19 #9 31.79 Unpacking libhtml-format-perl (2.12-1.1) ...
13:40:19 #9 31.83 Selecting previously unselected package libhtml-html5-entities-perl.
13:40:19 #9 31.83 Preparing to unpack .../274-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:40:19 #9 31.84 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:40:19 #9 31.87 Selecting previously unselected package libhttp-daemon-perl.
13:40:19 #9 31.87 Preparing to unpack .../275-libhttp-daemon-perl_6.13-1_all.deb ...
13:40:19 #9 31.88 Unpacking libhttp-daemon-perl (6.13-1) ...
13:40:19 #9 31.91 Selecting previously unselected package libio-interactive-perl.
13:40:19 #9 31.91 Preparing to unpack .../276-libio-interactive-perl_1.023-1_all.deb ...
13:40:19 #9 31.91 Unpacking libio-interactive-perl (1.023-1) ...
13:40:19 #9 31.94 Selecting previously unselected package libio-prompt-tiny-perl.
13:40:19 #9 36.52 Preparing to unpack .../246-libio-stringy-perl_2.111-3_all.deb ...
13:40:19 #9 36.52 Unpacking libio-stringy-perl (2.111-3) ...
13:40:19 #9 36.56 Selecting previously unselected package libparams-validate-perl.
13:40:19 #9 36.56 Preparing to unpack .../247-libparams-validate-perl_1.29-3_arm64.deb ...
13:40:19 #9 36.56 Unpacking libparams-validate-perl (1.29-3) ...
13:40:19 #9 36.61 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:19 #9 36.61 Preparing to unpack .../248-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
13:40:19 #9 36.62 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
13:40:19 #9 36.66 Selecting previously unselected package libsort-versions-perl.
13:40:19 #9 36.66 Preparing to unpack .../249-libsort-versions-perl_1.62-1_all.deb ...
13:40:19 #9 36.67 Unpacking libsort-versions-perl (1.62-1) ...
13:40:19 #9 36.70 Selecting previously unselected package libgit-wrapper-perl.
13:40:19 #9 36.71 Preparing to unpack .../250-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:19 #9 36.71 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:19 #9 31.44 Preparing to unpack .../127-dirmngr_2.2.20-1ubuntu4_amd64.deb ...
13:40:19 #9 31.45 Unpacking dirmngr (2.2.20-1ubuntu4) ...
13:40:19 #9 31.51 Selecting previously unselected package gnupg-l10n.
13:40:19 #9 31.51 Preparing to unpack .../128-gnupg-l10n_2.2.20-1ubuntu4_all.deb ...
13:40:19 #9 31.52 Unpacking gnupg-l10n (2.2.20-1ubuntu4) ...
13:40:19 #9 31.55 Selecting previously unselected package gnupg-utils.
13:40:19 #9 31.55 Preparing to unpack .../129-gnupg-utils_2.2.20-1ubuntu4_amd64.deb ...
13:40:19 #9 31.55 Unpacking gnupg-utils (2.2.20-1ubuntu4) ...
13:40:19 #9 31.61 Selecting previously unselected package gpg.
13:40:19 #9 31.62 Preparing to unpack .../130-gpg_2.2.20-1ubuntu4_amd64.deb ...
13:40:19 #9 31.62 Unpacking gpg (2.2.20-1ubuntu4) ...
13:40:19 #9 31.69 Selecting previously unselected package pinentry-curses.
13:40:19 #8 42.93 (1/156): binutils-gold-2.37-10.fc35.aarch64.rpm 2.8 MB/s | 875 kB     00:00    
13:40:19 #8 42.98 (2/156): adobe-source-code-pro-fonts-2.030.1.05 2.3 MB/s | 831 kB     00:00    
13:40:19 #8 42.98 (3/156): bzip2-1.0.8-9.fc35.aarch64.rpm         1.0 MB/s |  52 kB     00:00    
13:40:19 #8 43.03 (4/156): cpio-2.13-11.fc35.aarch64.rpm          5.5 MB/s | 268 kB     00:00    
13:40:19 #8 43.16 (5/156): binutils-2.37-10.fc35.aarch64.rpm       12 MB/s | 6.4 MB     00:00    
13:40:19 #8 43.16 (6/156): dash-0.5.10.2-9.fc35.aarch64.rpm       554 kB/s |  97 kB     00:00    
13:40:19 #8 43.17 (7/156): debugedit-5.0-2.fc35.aarch64.rpm       549 kB/s |  75 kB     00:00    
13:40:19 #8 43.17 (8/156): deltarpm-3.6.2-10.fc35.aarch64.rpm      12 MB/s |  88 kB     00:00    
13:40:19 #8 43.18 (9/156): devscripts-checkbashisms-2.21.4-1.fc35 2.5 MB/s |  28 kB     00:00    
13:40:19 #8 43.25 (10/156): diffutils-3.8-1.fc35.aarch64.rpm      4.5 MB/s | 398 kB     00:00    
13:40:19 #8 43.26 (11/156): dwz-0.14-2.fc35.aarch64.rpm           1.4 MB/s | 125 kB     00:00    
13:40:19 #8 43.26 (12/156): ed-1.14.2-11.fc35.aarch64.rpm         848 kB/s |  73 kB     00:00    
13:40:19 #8 43.27 (13/156): efi-srpm-macros-5-4.fc35.noarch.rpm   1.7 MB/s |  22 kB     00:00    
13:40:19 #8 43.27 (14/156): enchant-1.6.0-28.fc35.aarch64.rpm     6.3 MB/s |  59 kB     00:00    
13:40:19 #8 43.28 (15/156): file-5.40-9.fc35.aarch64.rpm          3.6 MB/s |  51 kB     00:00    
13:40:19 #8 43.28 (16/156): fonts-filesystem-2.0.5-6.fc35.noarch. 1.0 MB/s | 8.9 kB     00:00    
13:40:19 #8 43.35 (17/156): findutils-4.8.0-4.fc35.aarch64.rpm    6.9 MB/s | 539 kB     00:00    
13:40:19 #8 43.35 (18/156): fonts-srpm-macros-2.0.5-6.fc35.noarch 389 kB/s |  27 kB     00:00    
13:40:19 #8 43.35 (19/156): fpc-srpm-macros-1.3-4.fc35.noarch.rpm 112 kB/s | 7.6 kB     00:00    
13:40:19 #8 43.36 (20/156): ghc-srpm-macros-1.5.0-5.fc35.noarch.r 1.0 MB/s | 7.8 kB     00:00    
13:40:19 #8 43.37 (21/156): gnat-srpm-macros-4-14.fc35.noarch.rpm 460 kB/s | 8.2 kB     00:00    
13:40:19 #8 46.66 Setting up python3-six (1.11.0-2) ...
13:40:19 #9 29.69 Selecting previously unselected package libbrotli1:amd64.
13:40:19 #9 29.69 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
13:40:19 #9 29.70 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
13:40:19 #9 29.75 Selecting previously unselected package libroken18-heimdal:amd64.
13:40:19 #9 29.75 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:40:19 #9 29.76 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:19 #9 29.79 Selecting previously unselected package libasn1-8-heimdal:amd64.
13:40:19 #9 29.79 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:40:19 #9 29.80 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:19 #9 29.85 Selecting previously unselected package libheimbase1-heimdal:amd64.
13:40:19 #9 29.85 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:40:19 #9 29.86 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:19 #9 29.89 Selecting previously unselected package libhcrypto4-heimdal:amd64.
13:40:19 #9 29.89 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:40:19 #9 29.90 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:19 #9 29.94 Selecting previously unselected package libwind0-heimdal:amd64.
13:40:19 #9 29.94 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:40:19 #9 29.95 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:19 #9 29.99 Selecting previously unselected package libhx509-5-heimdal:amd64.
13:40:19 #9 29.99 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:40:19 #9 29.99 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:19 #9 30.03 Selecting previously unselected package libkrb5-26-heimdal:amd64.
13:40:19 #9 36.19 Preparing to unpack .../110-libsub-override-perl_0.09-2_all.deb ...
13:40:19 #9 36.20 Unpacking libsub-override-perl (0.09-2) ...
13:40:19 #9 36.23 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:19 #9 36.23 Preparing to unpack .../111-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
13:40:19 #9 36.23 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
13:40:19 #9 36.26 Selecting previously unselected package dh-strip-nondeterminism.
13:40:19 #9 36.26 Preparing to unpack .../112-dh-strip-nondeterminism_1.12.0-1_all.deb ...
13:40:19 #9 36.27 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
13:40:19 #9 36.30 Selecting previously unselected package libdw1:arm64.
13:40:19 #9 36.30 Preparing to unpack .../113-libdw1_0.185-1build1_arm64.deb ...
13:40:19 #9 36.31 Unpacking libdw1:arm64 (0.185-1build1) ...
13:40:19 #9 36.34 Selecting previously unselected package debugedit.
13:40:19 #9 36.34 Preparing to unpack .../114-debugedit_1%3a5.0-0ubuntu2_arm64.deb ...
13:40:19 #9 36.34 Unpacking debugedit (1:5.0-0ubuntu2) ...
13:40:19 #9 36.37 Selecting previously unselected package dwz.
13:40:19 #9 36.37 Preparing to unpack .../115-dwz_0.14-1build1_arm64.deb ...
13:40:19 #9 36.38 Unpacking dwz (0.14-1build1) ...
13:40:19 #9 36.41 Selecting previously unselected package gettext.
13:40:19 #9 36.41 Preparing to unpack .../116-gettext_0.21-4ubuntu3_arm64.deb ...
13:40:19 #9 36.41 Unpacking gettext (0.21-4ubuntu3) ...
13:40:19 #9 36.49 Selecting previously unselected package intltool-debian.
13:40:19 #9 36.49 Preparing to unpack .../117-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:19 #9 36.49 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:19 #9 36.52 Selecting previously unselected package po-debconf.
13:40:19 #9 36.78 Preparing to unpack .../325-libtext-markdown-discount-perl_0.13-1build1_arm64.deb ...
13:40:19 #9 36.78 Unpacking libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
13:40:19 #9 36.81 Selecting previously unselected package libtext-xslate-perl:arm64.
13:40:19 #9 36.81 Preparing to unpack .../326-libtext-xslate-perl_3.5.9-1build1_arm64.deb ...
13:40:19 #9 36.82 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build1) ...
13:40:19 #9 36.86 Selecting previously unselected package libtime-duration-perl.
13:40:19 #9 36.86 Preparing to unpack .../327-libtime-duration-perl_1.21-1_all.deb ...
13:40:19 #9 36.86 Unpacking libtime-duration-perl (1.21-1) ...
13:40:19 #9 36.89 Selecting previously unselected package libtime-moment-perl.
13:40:19 #9 36.89 Preparing to unpack .../328-libtime-moment-perl_0.44-1build6_arm64.deb ...
13:40:19 #9 36.90 Unpacking libtime-moment-perl (0.44-1build6) ...
13:40:19 #9 36.93 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:19 #9 36.93 Preparing to unpack .../329-libtype-tiny-xs-perl_0.022-1build2_arm64.deb ...
13:40:19 #9 36.93 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
13:40:19 #9 36.96 Selecting previously unselected package libunicode-utf8-perl.
13:40:19 #9 36.97 Preparing to unpack .../330-libunicode-utf8-perl_0.62-1build4_arm64.deb ...
13:40:19 #9 36.97 Unpacking libunicode-utf8-perl (0.62-1build4) ...
13:40:19 #9 37.00 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:19 #9 37.00 Preparing to unpack .../331-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:40:19 #9 37.00 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:40:19 #9 37.03 Selecting previously unselected package libxml-sax-base-perl.
13:40:19 #9 37.03 Preparing to unpack .../332-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:40:19 #9 37.04 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:40:19 #9 37.08 Selecting previously unselected package libxml-sax-perl.
13:40:19 #9 37.08 Preparing to unpack .../333-libxml-sax-perl_1.02+dfsg-3_all.deb ...
13:40:19 #9 37.08 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
13:40:19 #9 37.12 Selecting previously unselected package libxml-libxml-perl.
13:40:19 #10 16.60 CentOS Stream 8 - PowerTools                    5.1 MB/s | 4.6 MB     00:00    
13:40:19 #9 31.94 Preparing to unpack .../277-libio-prompt-tiny-perl_0.003-1_all.deb ...
13:40:19 #9 31.95 Unpacking libio-prompt-tiny-perl (0.003-1) ...
13:40:19 #9 31.97 Selecting previously unselected package libtypes-serialiser-perl.
13:40:19 #9 31.98 Preparing to unpack .../278-libtypes-serialiser-perl_1.01-1_all.deb ...
13:40:19 #9 31.99 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:40:19 #9 32.02 Selecting previously unselected package libjson-xs-perl.
13:40:19 #9 32.02 Preparing to unpack .../279-libjson-xs-perl_4.030-1build3_amd64.deb ...
13:40:19 #9 32.02 Unpacking libjson-xs-perl (4.030-1build3) ...
13:40:19 #9 32.05 Selecting previously unselected package libjson-maybexs-perl.
13:40:19 #9 32.05 Preparing to unpack .../280-libjson-maybexs-perl_1.004003-1_all.deb ...
13:40:19 #9 32.06 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:40:19 #9 32.09 Selecting previously unselected package libldap-common.
13:40:19 #9 32.09 Preparing to unpack .../281-libldap-common_2.5.11+dfsg-1~exp1ubuntu3_all.deb ...
13:40:19 #9 32.10 Unpacking libldap-common (2.5.11+dfsg-1~exp1ubuntu3) ...
13:40:19 #8 21.75 Selecting previously unselected package perl.
13:40:19 #8 21.75 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.5_armhf.deb ...
13:40:19 #8 21.76 Unpacking perl (5.26.1-6ubuntu0.5) ...
13:40:19 #8 21.83 Selecting previously unselected package openssl.
13:40:19 #8 21.83 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.15_armhf.deb ...
13:40:19 #8 21.83 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.15) ...
13:40:19 #8 21.96 Selecting previously unselected package ca-certificates.
13:40:19 #8 21.96 Preparing to unpack .../011-ca-certificates_20210119~18.04.2_all.deb ...
13:40:19 #8 21.97 Unpacking ca-certificates (20210119~18.04.2) ...
13:40:19 #9 36.81 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:19 #9 36.82 Preparing to unpack .../251-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:40:19 #9 36.82 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:40:19 #9 36.86 Selecting previously unselected package libio-prompter-perl.
13:40:19 #9 36.86 Preparing to unpack .../252-libio-prompter-perl_0.004015-1_all.deb ...
13:40:19 #9 36.87 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:19 #9 36.91 Selecting previously unselected package libjson-perl.
13:40:19 #9 36.92 Preparing to unpack .../253-libjson-perl_4.02000-2_all.deb ...
13:40:19 #9 36.92 Unpacking libjson-perl (4.02000-2) ...
13:40:19 #9 36.96 Selecting previously unselected package liblog-any-perl.
13:40:19 #9 36.96 Preparing to unpack .../254-liblog-any-perl_1.708-1_all.deb ...
13:40:19 #9 36.97 Unpacking liblog-any-perl (1.708-1) ...
13:40:19 #9 37.01 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:19 #9 37.01 Preparing to unpack .../255-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:40:19 #9 37.02 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:40:19 #9 31.70 Preparing to unpack .../131-pinentry-curses_1.1.1-1_amd64.deb ...
13:40:19 #9 31.70 Unpacking pinentry-curses (1.1.1-1) ...
13:40:19 #9 31.74 Selecting previously unselected package gpg-agent.
13:40:19 #9 31.74 Preparing to unpack .../132-gpg-agent_2.2.20-1ubuntu4_amd64.deb ...
13:40:19 #9 31.75 Unpacking gpg-agent (2.2.20-1ubuntu4) ...
13:40:19 #9 31.79 Selecting previously unselected package gpg-wks-client.
13:40:19 #9 31.79 Preparing to unpack .../133-gpg-wks-client_2.2.20-1ubuntu4_amd64.deb ...
13:40:19 #9 31.80 Unpacking gpg-wks-client (2.2.20-1ubuntu4) ...
13:40:19 #9 31.83 Selecting previously unselected package gpg-wks-server.
13:40:19 #9 31.83 Preparing to unpack .../134-gpg-wks-server_2.2.20-1ubuntu4_amd64.deb ...
13:40:19 #9 31.84 Unpacking gpg-wks-server (2.2.20-1ubuntu4) ...
13:40:19 #9 31.87 Selecting previously unselected package gpgsm.
13:40:19 #9 31.87 Preparing to unpack .../135-gpgsm_2.2.20-1ubuntu4_amd64.deb ...
13:40:19 #9 31.88 Unpacking gpgsm (2.2.20-1ubuntu4) ...
13:40:19 #9 31.92 Selecting previously unselected package gnupg.
13:40:19 #8 43.46 (22/156): gdk-pixbuf2-2.42.6-2.fc35.aarch64.rpm 4.1 MB/s | 465 kB     00:00    
13:40:19 #8 43.50 (23/156): groff-base-1.22.4-8.fc35.aarch64.rpm  6.9 MB/s | 1.0 MB     00:00    
13:40:19 #8 43.57 (24/156): gsettings-desktop-schemas-41.0-1.fc35 3.3 MB/s | 688 kB     00:00    
13:40:19 #8 43.58 (25/156): hunspell-en-0.20140811.1-20.fc35.noar 2.3 MB/s | 180 kB     00:00    
13:40:19 #8 43.64 (26/156): hunspell-1.7.0-11.fc35.aarch64.rpm    2.3 MB/s | 316 kB     00:00    
13:40:19 #18 3.399 (12/22) Installing clang (12.0.1-r1)
13:40:19 #9 30.04 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:40:19 #9 30.04 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:19 #9 30.10 Selecting previously unselected package libheimntlm0-heimdal:amd64.
13:40:19 #9 30.10 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:40:19 #9 30.10 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:19 #9 30.14 Selecting previously unselected package libgssapi3-heimdal:amd64.
13:40:19 #9 30.14 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:40:19 #9 30.14 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:19 #9 30.18 Selecting previously unselected package libsasl2-modules-db:amd64.
13:40:19 #9 30.18 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
13:40:19 #9 30.19 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:19 #9 30.22 Selecting previously unselected package libsasl2-2:amd64.
13:40:19 #9 30.22 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
13:40:19 #9 30.22 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:19 #9 30.26 Selecting previously unselected package libldap-common.
13:40:19 #9 30.26 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ...
13:40:19 #8 46.83 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ...
13:40:19 #8 46.84 Setting up gpg-agent (2.2.4-1ubuntu1.4) ...
13:40:19 #8 46.86 Setting up python3-certifi (2018.1.18-2) ...
13:40:19 #8 30.05 Selecting previously unselected package libxml2:amd64.
13:40:19 #18 4.919 (11/22) Installing clang-libs (12.0.1-r1)
13:40:19 #9 36.52 Preparing to unpack .../118-po-debconf_1.0.21+nmu1_all.deb ...
13:40:19 #9 36.53 Unpacking po-debconf (1.0.21+nmu1) ...
13:40:19 #9 36.57 Selecting previously unselected package debhelper.
13:40:19 #9 36.58 Preparing to unpack .../119-debhelper_13.3.4ubuntu2_all.deb ...
13:40:19 #9 36.58 Unpacking debhelper (13.3.4ubuntu2) ...
13:40:19 #9 36.64 Selecting previously unselected package libfakeroot:arm64.
13:40:19 #9 36.64 Preparing to unpack .../120-libfakeroot_1.25.3-1.1ubuntu2_arm64.deb ...
13:40:19 #9 36.64 Unpacking libfakeroot:arm64 (1.25.3-1.1ubuntu2) ...
13:40:19 #9 36.68 Selecting previously unselected package fakeroot.
13:40:19 #9 36.68 Preparing to unpack .../121-fakeroot_1.25.3-1.1ubuntu2_arm64.deb ...
13:40:19 #9 36.68 Unpacking fakeroot (1.25.3-1.1ubuntu2) ...
13:40:19 #9 36.72 Selecting previously unselected package libassuan0:arm64.
13:40:19 #9 36.72 Preparing to unpack .../122-libassuan0_2.5.5-1_arm64.deb ...
13:40:19 #9 36.73 Unpacking libassuan0:arm64 (2.5.5-1) ...
13:40:19 #9 36.76 Selecting previously unselected package gpgconf.
13:40:19 #9 37.12 Preparing to unpack .../334-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb ...
13:40:19 #9 37.12 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
13:40:19 #9 37.22 Selecting previously unselected package libxml-parser-perl:arm64.
13:40:19 #9 37.22 Preparing to unpack .../335-libxml-parser-perl_2.46-3build1_arm64.deb ...
13:40:19 #9 37.23 Unpacking libxml-parser-perl:arm64 (2.46-3build1) ...
13:40:19 #9 37.27 Selecting previously unselected package libxml-sax-expat-perl.
13:40:19 #9 37.27 Preparing to unpack .../336-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:19 #9 37.28 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:19 #9 37.31 Selecting previously unselected package libyaml-libyaml-perl.
13:40:19 #9 37.31 Preparing to unpack .../337-libyaml-libyaml-perl_0.83+ds-1build1_arm64.deb ...
13:40:19 #9 37.31 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
13:40:19 #9 37.35 Selecting previously unselected package licensecheck.
13:40:19 #8 13.33 Selecting previously unselected package perl.
13:40:19 #8 13.33 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_armhf.deb ...
13:40:19 #8 13.34 Unpacking perl (5.32.1-4+deb11u2) ...
13:40:19 #8 13.40 Selecting previously unselected package liblocale-gettext-perl.
13:40:19 #8 13.40 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_armhf.deb ...
13:40:19 #8 13.41 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
13:40:19 #8 13.45 Selecting previously unselected package libpython3.9-minimal:armhf.
13:40:19 #8 13.45 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_armhf.deb ...
13:40:19 #8 13.45 Unpacking libpython3.9-minimal:armhf (3.9.2-1) ...
13:40:20 #9 32.21 Selecting previously unselected package liblist-compare-perl.
13:40:20 #9 32.21 Preparing to unpack .../282-liblist-compare-perl_0.55-1_all.deb ...
13:40:20 #9 32.24 Unpacking liblist-compare-perl (0.55-1) ...
13:40:20 #8 22.05 Selecting previously unselected package distro-info-data.
13:40:20 #8 22.05 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.14_all.deb ...
13:40:20 #8 22.06 Unpacking distro-info-data (0.37ubuntu0.14) ...
13:40:20 #8 22.10 Selecting previously unselected package libmagic-mgc.
13:40:20 #8 22.10 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_armhf.deb ...
13:40:20 #8 22.10 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
13:40:20 #9 37.05 Selecting previously unselected package libpackage-stash-perl.
13:40:20 #9 37.05 Preparing to unpack .../256-libpackage-stash-perl_0.38-1_all.deb ...
13:40:20 #9 37.06 Unpacking libpackage-stash-perl (0.38-1) ...
13:40:20 #9 37.12 Selecting previously unselected package libsub-identify-perl.
13:40:20 #9 37.12 Preparing to unpack .../257-libsub-identify-perl_0.14-1build2_arm64.deb ...
13:40:20 #9 37.13 Unpacking libsub-identify-perl (0.14-1build2) ...
13:40:20 #9 37.16 Selecting previously unselected package libsub-name-perl.
13:40:20 #9 37.17 Preparing to unpack .../258-libsub-name-perl_0.26-1_arm64.deb ...
13:40:20 #9 37.17 Unpacking libsub-name-perl (0.26-1) ...
13:40:20 #9 37.20 Selecting previously unselected package libnamespace-clean-perl.
13:40:20 #9 37.20 Preparing to unpack .../259-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:20 #9 37.21 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:20 #9 31.92 Preparing to unpack .../136-gnupg_2.2.20-1ubuntu4_all.deb ...
13:40:20 #9 31.92 Unpacking gnupg (2.2.20-1ubuntu4) ...
13:40:20 #9 31.96 Selecting previously unselected package libfile-dirlist-perl.
13:40:20 #9 31.97 Preparing to unpack .../137-libfile-dirlist-perl_0.05-2_all.deb ...
13:40:20 #9 31.97 Unpacking libfile-dirlist-perl (0.05-2) ...
13:40:20 #9 32.00 Selecting previously unselected package libfile-which-perl.
13:40:20 #9 32.00 Preparing to unpack .../138-libfile-which-perl_1.23-1_all.deb ...
13:40:20 #9 32.00 Unpacking libfile-which-perl (1.23-1) ...
13:40:20 #9 32.03 Selecting previously unselected package libfile-homedir-perl.
13:40:20 #9 32.03 Preparing to unpack .../139-libfile-homedir-perl_1.006-1_all.deb ...
13:40:20 #9 32.03 Unpacking libfile-homedir-perl (1.006-1) ...
13:40:20 #9 32.06 Selecting previously unselected package libfile-touch-perl.
13:40:20 #9 32.06 Preparing to unpack .../140-libfile-touch-perl_0.11-1_all.deb ...
13:40:20 #9 32.07 Unpacking libfile-touch-perl (0.11-1) ...
13:40:20 #9 32.10 Selecting previously unselected package libio-pty-perl.
13:40:20 #9 32.10 Preparing to unpack .../141-libio-pty-perl_1%3a1.15-2build1_amd64.deb ...
13:40:20 #9 32.10 Unpacking libio-pty-perl (1:1.15-2build1) ...
13:40:20 #9 32.13 Selecting previously unselected package libipc-run-perl.
13:40:20 #9 32.13 Preparing to unpack .../142-libipc-run-perl_20200505.0-1_all.deb ...
13:40:20 #9 32.14 Unpacking libipc-run-perl (20200505.0-1) ...
13:40:20 #9 32.17 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:20 #9 32.17 Preparing to unpack .../143-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:20 #9 32.17 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:20 #9 32.20 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:20 #9 32.20 Preparing to unpack .../144-libb-hooks-op-check-perl_0.22-1build3_amd64.deb ...
13:40:20 #9 32.21 Unpacking libb-hooks-op-check-perl (0.22-1build3) ...
13:40:20 #9 32.24 Selecting previously unselected package libdynaloader-functions-perl.
13:40:20 #8 32.05 Selecting previously unselected package g++.
13:40:20 #8 32.06 Preparing to unpack .../085-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
13:40:20 #8 32.06 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
13:40:20 #8 32.09 Selecting previously unselected package make.
13:40:20 #8 32.09 Preparing to unpack .../086-make_4.1-9.1ubuntu1_amd64.deb ...
13:40:20 #8 32.10 Unpacking make (4.1-9.1ubuntu1) ...
13:40:20 #8 32.14 Selecting previously unselected package libdpkg-perl.
13:40:20 #8 32.14 Preparing to unpack .../087-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ...
13:40:20 #8 32.14 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ...
13:40:20 #8 32.19 Selecting previously unselected package patch.
13:40:20 #8 32.19 Preparing to unpack .../088-patch_2.7.6-2ubuntu1.1_amd64.deb ...
13:40:20 #8 32.20 Unpacking patch (2.7.6-2ubuntu1.1) ...
13:40:20 #8 32.24 Selecting previously unselected package dpkg-dev.
13:40:20 #8 32.24 Preparing to unpack .../089-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ...
13:40:20 #8 32.24 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ...
13:40:20 #8 32.32 Selecting previously unselected package build-essential.
13:40:20 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 5.2s
13:40:20 #8 43.64 (27/156): hunspell-en-US-0.20140811.1-20.fc35.n 2.7 MB/s | 176 kB     00:00    
13:40:20 #8 43.65 (28/156): hunspell-filesystem-1.7.0-11.fc35.aar 1.0 MB/s | 7.8 kB     00:00    
13:40:20 #8 43.66 (29/156): json-glib-1.6.6-1.fc35.aarch64.rpm     14 MB/s | 149 kB     00:00    
13:40:20 #8 43.72 (30/156): info-6.8-2.fc35.aarch64.rpm           2.8 MB/s | 220 kB     00:00    
13:40:20 #8 43.72 (31/156): kernel-srpm-macros-1.0-6.fc35.noarch. 123 kB/s | 8.0 kB     00:00    
13:40:20 #8 43.74 (32/156): libevent-2.1.12-4.fc35.aarch64.rpm     20 MB/s | 255 kB     00:00    
13:40:20 #8 43.79 (33/156): libappstream-glib-0.7.18-3.fc35.aarch 5.6 MB/s | 373 kB     00:00    
13:40:20 #8 43.87 (34/156): libjpeg-turbo-2.1.0-3.fc35.aarch64.rp 1.3 MB/s | 170 kB     00:00    
13:40:20 #8 43.87 (35/156): hunspell-en-GB-0.20140811.1-20.fc35.n 755 kB/s | 225 kB     00:00    
13:40:20 #8 43.88 (36/156): libpkgconf-1.8.0-1.fc35.aarch64.rpm   399 kB/s |  36 kB     00:00    
13:40:20 #8 43.88 (37/156): libpng-1.6.37-11.fc35.aarch64.rpm     8.5 MB/s | 115 kB     00:00    
13:40:20 #8 43.89 (38/156): libproxy-0.4.17-3.fc35.aarch64.rpm    7.9 MB/s |  68 kB     00:00    
13:40:20 #18 3.689 (13/22) Installing libmagic (5.41-r0)
13:40:20 #18 3.717 (14/22) Installing file (5.41-r0)
13:40:20 #18 3.725 (15/22) Installing brotli-libs (1.0.9-r5)
13:40:20 #9 30.27 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
13:40:20 #9 30.30 Selecting previously unselected package libldap-2.4-2:amd64.
13:40:20 #9 30.30 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ...
13:40:20 #9 30.31 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
13:40:20 #9 30.36 Selecting previously unselected package libnghttp2-14:amd64.
13:40:20 #9 30.36 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
13:40:20 #9 30.36 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
13:40:20 #9 30.40 Selecting previously unselected package librtmp1:amd64.
13:40:20 #9 30.41 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
13:40:20 #9 30.41 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:40:20 #9 30.45 Selecting previously unselected package libssh-4:amd64.
13:40:20 #9 30.45 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
13:40:20 #9 30.45 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
13:40:20 #9 30.50 Selecting previously unselected package libcurl4:amd64.
13:40:20 #8 47.02 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
13:40:20 #8 47.04 Setting up gpg-wks-server (2.2.4-1ubuntu1.4) ...
13:40:20 #8 47.06 Setting up python3-pkg-resources (39.0.1-2) ...
13:40:20 #8 47.28 Setting up lsb-release (9.20170808ubuntu1) ...
13:40:20 #8 47.29 Setting up libxmuu1:arm64 (2:1.1.2-2) ...
13:40:20 #8 47.30 Setting up libgpgme11:arm64 (1.10.0-1ubuntu2) ...
13:40:20 #8 47.32 Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ...
13:40:20 #8 47.33 Setting up perl (5.26.1-6ubuntu0.5) ...
13:40:20 #8 47.36 Setting up libfile-chdir-perl (0.1008-1) ...
13:40:20 #8 47.37 Setting up libsys-hostname-long-perl (1.5-1) ...
13:40:20 #8 30.05 Preparing to unpack .../084-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ...
13:40:20 #8 30.05 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ...
13:40:20 #8 30.14 Selecting previously unselected package gettext.
13:40:20 #8 30.14 Preparing to unpack .../085-gettext_0.21-4_amd64.deb ...
13:40:20 #8 30.14 Unpacking gettext (0.21-4) ...
13:40:20 #9 36.76 Preparing to unpack .../123-gpgconf_2.2.20-1ubuntu4_arm64.deb ...
13:40:20 #9 36.76 Unpacking gpgconf (2.2.20-1ubuntu4) ...
13:40:20 #9 36.80 Selecting previously unselected package libksba8:arm64.
13:40:20 #9 36.81 Preparing to unpack .../124-libksba8_1.5.1-1_arm64.deb ...
13:40:20 #9 36.81 Unpacking libksba8:arm64 (1.5.1-1) ...
13:40:20 #9 36.85 Selecting previously unselected package libnpth0:arm64.
13:40:20 #9 36.85 Preparing to unpack .../125-libnpth0_1.6-3_arm64.deb ...
13:40:20 #9 36.86 Unpacking libnpth0:arm64 (1.6-3) ...
13:40:20 #9 36.89 Selecting previously unselected package dirmngr.
13:40:20 #9 36.90 Preparing to unpack .../126-dirmngr_2.2.20-1ubuntu4_arm64.deb ...
13:40:20 #9 36.91 Unpacking dirmngr (2.2.20-1ubuntu4) ...
13:40:20 #9 36.96 Selecting previously unselected package gnupg-l10n.
13:40:20 #9 37.35 Preparing to unpack .../338-licensecheck_3.2.14-2_all.deb ...
13:40:20 #9 37.35 Unpacking licensecheck (3.2.14-2) ...
13:40:20 #9 37.38 Selecting previously unselected package libdevel-size-perl.
13:40:20 #9 37.38 Preparing to unpack .../339-libdevel-size-perl_0.83-1build4_arm64.deb ...
13:40:20 #9 37.39 Unpacking libdevel-size-perl (0.83-1build4) ...
13:40:20 #9 37.42 Selecting previously unselected package libipc-run3-perl.
13:40:20 #9 37.42 Preparing to unpack .../340-libipc-run3-perl_0.048-2_all.deb ...
13:40:20 #9 37.43 Unpacking libipc-run3-perl (0.048-2) ...
13:40:20 #9 37.46 Selecting previously unselected package lzip.
13:40:20 #9 37.47 Preparing to unpack .../341-lzip_1.23-1_arm64.deb ...
13:40:20 #9 37.47 Unpacking lzip (1.23-1) ...
13:40:20 #9 37.50 Selecting previously unselected package lzop.
13:40:20 #9 37.50 Preparing to unpack .../342-lzop_1.04-2build2_arm64.deb ...
13:40:20 #9 37.51 Unpacking lzop (1.04-2build2) ...
13:40:20 #9 37.54 Selecting previously unselected package t1utils.
13:40:20 #9 37.54 Preparing to unpack .../343-t1utils_1.41-4build2_arm64.deb ...
13:40:20 #9 37.54 Unpacking t1utils (1.41-4build2) ...
13:40:20 #9 37.58 Selecting previously unselected package unzip.
13:40:20 #8 13.61 Selecting previously unselected package libexpat1:armhf.
13:40:20 #8 13.61 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u3_armhf.deb ...
13:40:20 #8 13.62 Unpacking libexpat1:armhf (2.2.10-2+deb11u3) ...
13:40:20 #8 13.67 Selecting previously unselected package python3.9-minimal.
13:40:20 #8 13.67 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_armhf.deb ...
13:40:20 #8 13.68 Unpacking python3.9-minimal (3.9.2-1) ...
13:40:20 #9 12.02 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc armhf 4:11.2.0-1ubuntu1 [5126 B]
13:40:20 #9 12.03 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstdc++-11-dev armhf 11.2.0-19ubuntu1 [2134 kB]
13:40:20 #9 12.07 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf g++-11 armhf 11.2.0-19ubuntu1 [9018 kB]
13:40:20 #9 18.58 Selecting previously unselected package python3-minimal.
13:40:20 #9 18.58 (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 ... 4434 files and directories currently installed.)
13:40:20 #9 18.58 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ...
13:40:20 #9 18.59 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
13:40:20 #9 18.63 Selecting previously unselected package mime-support.
13:40:20 #9 18.63 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
13:40:20 #9 18.64 Unpacking mime-support (3.64ubuntu1) ...
13:40:20 #9 18.70 Selecting previously unselected package libmpdec2:armhf.
13:40:20 #9 18.70 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ...
13:40:20 #9 18.70 Unpacking libmpdec2:armhf (2.4.2-3) ...
13:40:20 #9 18.75 Selecting previously unselected package readline-common.
13:40:20 #9 18.75 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
13:40:20 #9 18.75 Unpacking readline-common (8.0-4) ...
13:40:20 #9 18.80 Selecting previously unselected package libreadline8:armhf.
13:40:20 #9 18.80 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ...
13:40:20 #9 18.81 Unpacking libreadline8:armhf (8.0-4) ...
13:40:20 #9 18.86 Selecting previously unselected package libsqlite3-0:armhf.
13:40:20 #9 18.86 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.2_armhf.deb ...
13:40:20 #9 18.86 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.2) ...
13:40:20 #9 32.39 Selecting previously unselected package liblist-someutils-perl.
13:40:20 #9 32.40 Preparing to unpack .../283-liblist-someutils-perl_0.58-1_all.deb ...
13:40:20 #9 32.40 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:20 #9 32.51 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:20 #9 32.51 Preparing to unpack .../284-liblist-someutils-xs-perl_0.58-2build3_amd64.deb ...
13:40:20 #9 32.54 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
13:40:20 #8 22.22 Selecting previously unselected package libmagic1:armhf.
13:40:20 #8 22.22 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_armhf.deb ...
13:40:20 #8 22.23 Unpacking libmagic1:armhf (1:5.32-2ubuntu0.4) ...
13:40:20 #8 22.28 Selecting previously unselected package file.
13:40:20 #8 22.28 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_armhf.deb ...
13:40:20 #8 22.28 Unpacking file (1:5.32-2ubuntu0.4) ...
13:40:20 #8 22.34 Selecting previously unselected package less.
13:40:20 #8 22.34 Preparing to unpack .../016-less_487-0.1_armhf.deb ...
13:40:20 #8 22.34 Unpacking less (487-0.1) ...
13:40:20 #8 22.39 Selecting previously unselected package libapt-inst2.0:armhf.
13:40:20 #8 22.39 Preparing to unpack .../017-libapt-inst2.0_1.6.14_armhf.deb ...
13:40:20 #8 22.40 Unpacking libapt-inst2.0:armhf (1.6.14) ...
13:40:20 #9 37.27 Selecting previously unselected package libpath-tiny-perl.
13:40:20 #9 37.28 Preparing to unpack .../260-libpath-tiny-perl_0.108-1_all.deb ...
13:40:20 #9 37.28 Unpacking libpath-tiny-perl (0.108-1) ...
13:40:20 #9 37.32 Selecting previously unselected package libtype-tiny-perl.
13:40:20 #9 37.33 Preparing to unpack .../261-libtype-tiny-perl_1.008001-2_all.deb ...
13:40:20 #9 37.33 Unpacking libtype-tiny-perl (1.008001-2) ...
13:40:20 #9 37.39 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:20 #9 37.39 Preparing to unpack .../262-libgitlab-api-v4-perl_0.25-1_all.deb ...
13:40:20 #9 37.40 Unpacking libgitlab-api-v4-perl (0.25-1) ...
13:40:20 #9 37.43 Selecting previously unselected package libhash-fieldhash-perl.
13:40:20 #9 37.44 Preparing to unpack .../263-libhash-fieldhash-perl_0.15-1build2_arm64.deb ...
13:40:20 #9 37.44 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
13:40:20 #9 37.47 Selecting previously unselected package libhtml-form-perl.
13:40:20 #9 37.48 Preparing to unpack .../264-libhtml-form-perl_6.07-1_all.deb ...
13:40:20 #9 37.48 Unpacking libhtml-form-perl (6.07-1) ...
13:40:20 #9 37.51 Selecting previously unselected package libhtml-format-perl.
13:40:20 #9 32.24 Preparing to unpack .../145-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:40:20 #9 32.25 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:40:20 #9 32.27 Selecting previously unselected package libdevel-callchecker-perl.
13:40:20 #9 32.27 Preparing to unpack .../146-libdevel-callchecker-perl_0.008-1ubuntu3_amd64.deb ...
13:40:20 #9 32.28 Unpacking libdevel-callchecker-perl (0.008-1ubuntu3) ...
13:40:20 #9 32.31 Selecting previously unselected package libparams-classify-perl.
13:40:20 #9 32.31 Preparing to unpack .../147-libparams-classify-perl_0.015-1build4_amd64.deb ...
13:40:20 #9 32.31 Unpacking libparams-classify-perl (0.015-1build4) ...
13:40:20 #9 32.34 Selecting previously unselected package libmodule-runtime-perl.
13:40:20 #9 32.35 Preparing to unpack .../148-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:20 #9 32.35 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:20 #9 32.38 Selecting previously unselected package libimport-into-perl.
13:40:20 #9 32.38 Preparing to unpack .../149-libimport-into-perl_1.002005-1_all.deb ...
13:40:20 #9 32.39 Unpacking libimport-into-perl (1.002005-1) ...
13:40:20 #9 32.41 Selecting previously unselected package librole-tiny-perl.
13:40:20 #9 32.41 Preparing to unpack .../150-librole-tiny-perl_2.002004-1_all.deb ...
13:40:20 #9 32.42 Unpacking librole-tiny-perl (2.002004-1) ...
13:40:20 #9 32.45 Selecting previously unselected package libstrictures-perl.
13:40:20 #8 32.32 Preparing to unpack .../090-build-essential_12.4ubuntu1_amd64.deb ...
13:40:20 #8 32.33 Unpacking build-essential (12.4ubuntu1) ...
13:40:20 #8 32.36 Selecting previously unselected package libroken18-heimdal:amd64.
13:40:20 #8 32.36 Preparing to unpack .../091-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ...
13:40:20 #8 32.36 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:20 #8 32.40 Selecting previously unselected package libasn1-8-heimdal:amd64.
13:40:20 #8 32.40 Preparing to unpack .../092-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ...
13:40:20 #8 32.40 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:20 #8 32.45 Selecting previously unselected package libheimbase1-heimdal:amd64.
13:40:20 #8 32.46 Preparing to unpack .../093-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ...
13:40:20 #8 32.46 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:20 #8 32.50 Selecting previously unselected package libhcrypto4-heimdal:amd64.
13:40:20 #8 32.50 Preparing to unpack .../094-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ...
13:40:20 #8 32.50 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:20 #8 32.54 Selecting previously unselected package libwind0-heimdal:amd64.
13:40:20 #8 32.55 Preparing to unpack .../095-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ...
13:40:20 #8 32.55 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:20 #8 32.59 Selecting previously unselected package libhx509-5-heimdal:amd64.
13:40:20 #8 32.59 Preparing to unpack .../096-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ...
13:40:20 #8 32.59 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:20 #8 32.63 Selecting previously unselected package libkrb5-26-heimdal:amd64.
13:40:20 #8 32.63 Preparing to unpack .../097-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ...
13:40:20 #8 32.64 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:20 #8 32.69 Selecting previously unselected package libheimntlm0-heimdal:amd64.
13:40:20 #8 43.89 (39/156): libstemmer-0-17.585svn.fc35.aarch64.r 5.8 MB/s |  82 kB     00:00    
13:40:20 #8 43.93 (40/156): lua-srpm-macros-1-5.fc35.noarch.rpm   171 kB/s | 8.4 kB     00:00    
13:40:20 #8 43.99 (41/156): ncurses-6.2-8.20210508.fc35.aarch64.r 3.8 MB/s | 400 kB     00:00    
13:40:20 #8 43.99 (42/156): nim-srpm-macros-3-5.fc35.noarch.rpm   139 kB/s | 8.4 kB     00:00    
13:40:20 #8 44.00 (43/156): ocaml-srpm-macros-6-5.fc35.noarch.rpm 125 kB/s | 7.8 kB     00:00    
13:40:20 #8 44.00 (44/156): openblas-srpm-macros-2-10.fc35.noarch 879 kB/s | 7.4 kB     00:00    
13:40:20 #8 44.00 (45/156): perl-Carp-1.52-478.fc35.noarch.rpm    4.4 MB/s |  29 kB     00:00    
13:40:20 #8 44.01 (46/156): patch-2.7.6-15.fc35.aarch64.rpm        11 MB/s | 124 kB     00:00    
13:40:20 #8 44.01 (47/156): perl-Data-Dumper-2.183-2.fc35.aarch64 5.3 MB/s |  55 kB     00:00    
13:40:20 #8 44.01 (48/156): perl-Digest-1.20-1.fc35.noarch.rpm    2.5 MB/s |  25 kB     00:00    
13:40:20 #8 44.02 (49/156): perl-Exporter-5.76-479.fc35.noarch.rp 4.4 MB/s |  31 kB     00:00    
13:40:20 #8 44.02 (50/156): perl-Digest-MD5-2.58-478.fc35.aarch64 3.3 MB/s |  36 kB     00:00    
13:40:20 #8 44.02 (51/156): perl-File-Path-2.18-478.fc35.noarch.r 3.3 MB/s |  35 kB     00:00    
13:40:20 #8 44.03 (52/156): perl-File-Temp-0.231.100-478.fc35.noa 5.4 MB/s |  59 kB     00:00    
13:40:20 #8 44.03 (53/156): perl-Getopt-Long-2.52-478.fc35.noarch 5.1 MB/s |  60 kB     00:00    
13:40:20 #8 44.04 (54/156): perl-IO-Socket-IP-0.41-479.fc35.noarc 3.8 MB/s |  42 kB     00:00    
13:40:20 #8 44.10 (55/156): perl-IO-Socket-SSL-2.072-1.fc35.noarc 3.2 MB/s | 217 kB     00:00    
13:40:20 #9 30.50 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.10_amd64.deb ...
13:40:20 #9 30.51 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.10) ...
13:40:20 #9 30.55 Selecting previously unselected package curl.
13:40:20 #9 30.55 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.10_amd64.deb ...
13:40:20 #9 30.56 Unpacking curl (7.68.0-1ubuntu2.10) ...
13:40:20 #9 30.61 Selecting previously unselected package dctrl-tools.
13:40:20 #9 30.61 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
13:40:20 #9 30.62 Unpacking dctrl-tools (2.24-3) ...
13:40:20 #9 30.65 Selecting previously unselected package libtool.
13:40:20 #9 30.65 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
13:40:20 #9 30.65 Unpacking libtool (2.4.6-14) ...
13:40:20 #9 30.70 Selecting previously unselected package dh-autoreconf.
13:40:20 #9 30.70 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
13:40:20 #9 30.70 Unpacking dh-autoreconf (19) ...
13:40:20 #9 30.73 Selecting previously unselected package libdebhelper-perl.
13:40:20 #18 3.753 (16/22) Installing nghttp2-libs (1.46.0-r0)
13:40:20 #18 3.760 (17/22) Installing libcurl (7.80.0-r1)
13:40:20 #18 3.770 (18/22) Installing expat (2.4.7-r0)
13:40:20 #18 3.776 (19/22) Installing pcre2 (10.39-r0)
13:40:20 #18 3.788 (20/22) Installing git (2.34.2-r0)
13:40:20 #18 3.924 (21/22) Installing lld (12.0.1-r1)
13:40:20 #18 3.971 (22/22) Installing llvm12 (12.0.1-r0)
13:40:20 #8 30.28 Selecting previously unselected package intltool-debian.
13:40:20 #8 30.29 Preparing to unpack .../086-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:20 #8 30.29 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:20 #8 30.32 Selecting previously unselected package po-debconf.
13:40:20 #8 30.32 Preparing to unpack .../087-po-debconf_1.0.21+nmu1_all.deb ...
13:40:20 #8 30.32 Unpacking po-debconf (1.0.21+nmu1) ...
13:40:20 #8 30.38 Selecting previously unselected package debhelper.
13:40:20 #8 30.38 Preparing to unpack .../088-debhelper_13.3.4_all.deb ...
13:40:20 #8 30.39 Unpacking debhelper (13.3.4) ...
13:40:20 #8 47.39 Setting up libfile-fcntllock-perl (0.22-3build2) ...
13:40:20 #8 47.41 Setting up libtext-glob-perl (0.10-1) ...
13:40:20 #8 47.42 Setting up intltool-debian (0.35.0+20060710.4) ...
13:40:20 #8 47.43 Setting up libxml-sax-base-perl (1.09-1) ...
13:40:20 #8 47.45 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
13:40:20 #8 47.46 Setting up libstrictures-perl (2.000003-1) ...
13:40:20 #8 47.47 Setting up liblwp-mediatypes-perl (6.02-1) ...
13:40:20 #8 47.49 Setting up libmail-sendmail-perl (0.80-1) ...
13:40:20 #8 47.50 Setting up libsocket6-perl (0.27-1build2) ...
13:40:20 #8 47.52 Setting up patchutils (0.3.4-2) ...
13:40:20 #8 47.53 Setting up python3-chardet (3.0.4-1) ...
13:40:20 #8 33.17 Selecting previously unselected package libfakeroot:amd64.
13:40:20 #8 33.17 Preparing to unpack .../089-libfakeroot_1.23-1_amd64.deb ...
13:40:20 #8 33.17 Unpacking libfakeroot:amd64 (1.23-1) ...
13:40:20 #8 33.21 Selecting previously unselected package fakeroot.
13:40:20 #8 33.21 Preparing to unpack .../090-fakeroot_1.23-1_amd64.deb ...
13:40:20 #8 33.21 Unpacking fakeroot (1.23-1) ...
13:40:20 #8 33.25 Selecting previously unselected package libassuan0:amd64.
13:40:20 #8 33.25 Preparing to unpack .../091-libassuan0_2.5.2-1_amd64.deb ...
13:40:20 #8 33.25 Unpacking libassuan0:amd64 (2.5.2-1) ...
13:40:20 #8 33.28 Selecting previously unselected package gpgconf.
13:40:20 #8 33.29 Preparing to unpack .../092-gpgconf_2.2.12-1+deb10u1_amd64.deb ...
13:40:20 #8 33.29 Unpacking gpgconf (2.2.12-1+deb10u1) ...
13:40:20 #8 33.34 Selecting previously unselected package libksba8:amd64.
13:40:20 #8 33.34 Preparing to unpack .../093-libksba8_1.3.5-2_amd64.deb ...
13:40:20 #8 33.34 Unpacking libksba8:amd64 (1.3.5-2) ...
13:40:20 #8 33.38 Selecting previously unselected package libnpth0:amd64.
13:40:20 #8 33.38 Preparing to unpack .../094-libnpth0_1.6-1_amd64.deb ...
13:40:20 #8 33.38 Unpacking libnpth0:amd64 (1.6-1) ...
13:40:20 #8 33.42 Selecting previously unselected package dirmngr.
13:40:20 #9 36.96 Preparing to unpack .../127-gnupg-l10n_2.2.20-1ubuntu4_all.deb ...
13:40:20 #9 36.97 Unpacking gnupg-l10n (2.2.20-1ubuntu4) ...
13:40:20 #9 37.00 Selecting previously unselected package gnupg-utils.
13:40:20 #9 37.00 Preparing to unpack .../128-gnupg-utils_2.2.20-1ubuntu4_arm64.deb ...
13:40:20 #9 37.01 Unpacking gnupg-utils (2.2.20-1ubuntu4) ...
13:40:20 #9 37.06 Selecting previously unselected package gpg.
13:40:20 #9 37.06 Preparing to unpack .../129-gpg_2.2.20-1ubuntu4_arm64.deb ...
13:40:20 #9 37.07 Unpacking gpg (2.2.20-1ubuntu4) ...
13:40:20 #9 37.13 Selecting previously unselected package pinentry-curses.
13:40:20 #9 37.13 Preparing to unpack .../130-pinentry-curses_1.1.1-1_arm64.deb ...
13:40:20 #9 37.14 Unpacking pinentry-curses (1.1.1-1) ...
13:40:20 #9 37.17 Selecting previously unselected package gpg-agent.
13:40:20 #9 37.17 Preparing to unpack .../131-gpg-agent_2.2.20-1ubuntu4_arm64.deb ...
13:40:20 #9 37.17 Unpacking gpg-agent (2.2.20-1ubuntu4) ...
13:40:20 #9 37.21 Selecting previously unselected package gpg-wks-client.
13:40:20 #9 37.21 Preparing to unpack .../132-gpg-wks-client_2.2.20-1ubuntu4_arm64.deb ...
13:40:20 #9 37.22 Unpacking gpg-wks-client (2.2.20-1ubuntu4) ...
13:40:20 #9 37.25 Selecting previously unselected package gpg-wks-server.
13:40:20 #9 37.25 Preparing to unpack .../133-gpg-wks-server_2.2.20-1ubuntu4_arm64.deb ...
13:40:20 #9 37.25 Unpacking gpg-wks-server (2.2.20-1ubuntu4) ...
13:40:20 #9 37.28 Selecting previously unselected package gpgsm.
13:40:20 #9 37.58 Preparing to unpack .../344-unzip_6.0-26ubuntu3_arm64.deb ...
13:40:20 #9 37.58 Unpacking unzip (6.0-26ubuntu3) ...
13:40:20 #9 37.63 Selecting previously unselected package lintian.
13:40:20 #9 37.63 Preparing to unpack .../345-lintian_2.114.0ubuntu1_all.deb ...
13:40:20 #9 37.64 Unpacking lintian (2.114.0ubuntu1) ...
13:40:20 #8 13.97 Setting up libpython3.9-minimal:armhf (3.9.2-1) ...
13:40:20 #8 13.99 Setting up libexpat1:armhf (2.2.10-2+deb11u3) ...
13:40:20 #8 14.00 Setting up python3.9-minimal (3.9.2-1) ...
13:40:20 #9 18.97 Selecting previously unselected package libpython3.8-stdlib:armhf.
13:40:20 #9 18.97 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_armhf.deb ...
13:40:20 #9 18.97 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.4) ...
13:40:20 #21 DONE 3.5s
13:40:20 
13:40:20 #22 [linux/arm64->darwin/arm64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
13:40:20 #22 DONE 0.3s
13:40:20 
13:40:20 #23 [linux/arm64->darwin/arm64 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true
13:40:20 #9 32.70 Selecting previously unselected package liblist-utilsby-perl.
13:40:20 #9 32.71 Preparing to unpack .../285-liblist-utilsby-perl_0.11-1_all.deb ...
13:40:20 #9 32.74 Unpacking liblist-utilsby-perl (0.11-1) ...
13:40:20 #9 32.79 Selecting previously unselected package libltdl7:amd64.
13:40:20 #9 32.79 Preparing to unpack .../286-libltdl7_2.4.6-15build2_amd64.deb ...
13:40:20 #9 32.80 Unpacking libltdl7:amd64 (2.4.6-15build2) ...
13:40:20 #9 32.83 Selecting previously unselected package libltdl-dev:amd64.
13:40:20 #9 32.83 Preparing to unpack .../287-libltdl-dev_2.4.6-15build2_amd64.deb ...
13:40:20 #9 32.83 Unpacking libltdl-dev:amd64 (2.4.6-15build2) ...
13:40:20 #9 32.89 Selecting previously unselected package liblzo2-2:amd64.
13:40:20 #9 32.89 Preparing to unpack .../288-liblzo2-2_2.10-2build3_amd64.deb ...
13:40:20 #9 32.90 Unpacking liblzo2-2:amd64 (2.10-2build3) ...
13:40:20 #9 32.93 Selecting previously unselected package libsys-hostname-long-perl.
13:40:20 #9 32.93 Preparing to unpack .../289-libsys-hostname-long-perl_1.5-2_all.deb ...
13:40:20 #9 32.93 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:40:20 #9 32.96 Selecting previously unselected package libmail-sendmail-perl.
13:40:20 #9 32.96 Preparing to unpack .../290-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:40:20 #9 32.97 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:40:20 #9 33.00 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:20 #8 22.77 Selecting previously unselected package libglib2.0-0:armhf.
13:40:20 #8 22.77 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_armhf.deb ...
13:40:20 #8 22.78 Unpacking libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
13:40:20 #9 37.51 Preparing to unpack .../265-libhtml-format-perl_2.12-1_all.deb ...
13:40:20 #9 37.52 Unpacking libhtml-format-perl (2.12-1) ...
13:40:20 #9 37.55 Selecting previously unselected package libhttp-daemon-perl.
13:40:20 #9 37.56 Preparing to unpack .../266-libhttp-daemon-perl_6.06-1_all.deb ...
13:40:20 #9 37.56 Unpacking libhttp-daemon-perl (6.06-1) ...
13:40:20 #9 37.60 Selecting previously unselected package libidn11:arm64.
13:40:20 #9 37.60 Preparing to unpack .../267-libidn11_1.33-2.2ubuntu2_arm64.deb ...
13:40:20 #9 37.61 Unpacking libidn11:arm64 (1.33-2.2ubuntu2) ...
13:40:20 #9 37.64 Selecting previously unselected package libstruct-dumb-perl.
13:40:20 #9 37.65 Preparing to unpack .../268-libstruct-dumb-perl_0.09-1_all.deb ...
13:40:20 #9 37.65 Unpacking libstruct-dumb-perl (0.09-1) ...
13:40:20 #9 37.69 Selecting previously unselected package libio-async-perl.
13:40:20 #9 37.69 Preparing to unpack .../269-libio-async-perl_0.75-1_all.deb ...
13:40:20 #9 37.70 Unpacking libio-async-perl (0.75-1) ...
13:40:20 #9 37.77 Selecting previously unselected package liblinux-epoll-perl.
13:40:20 #9 32.45 Preparing to unpack .../151-libstrictures-perl_2.000006-1_all.deb ...
13:40:20 #9 32.46 Unpacking libstrictures-perl (2.000006-1) ...
13:40:20 #9 32.48 Selecting previously unselected package libsub-quote-perl.
13:40:20 #9 32.48 Preparing to unpack .../152-libsub-quote-perl_2.006006-1_all.deb ...
13:40:20 #9 32.49 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:20 #9 32.54 Selecting previously unselected package libmoo-perl.
13:40:20 #9 32.55 Preparing to unpack .../153-libmoo-perl_2.004004-1_all.deb ...
13:40:20 #9 32.55 Unpacking libmoo-perl (2.004004-1) ...
13:40:20 #9 32.58 Selecting previously unselected package libencode-locale-perl.
13:40:20 #9 32.58 Preparing to unpack .../154-libencode-locale-perl_1.05-1.1_all.deb ...
13:40:20 #9 32.59 Unpacking libencode-locale-perl (1.05-1.1) ...
13:40:20 #9 32.62 Selecting previously unselected package libtimedate-perl.
13:40:20 #9 32.62 Preparing to unpack .../155-libtimedate-perl_2.3300-2_all.deb ...
13:40:20 #9 32.63 Unpacking libtimedate-perl (2.3300-2) ...
13:40:20 #9 32.66 Selecting previously unselected package libhttp-date-perl.
13:40:20 #9 32.66 Preparing to unpack .../156-libhttp-date-perl_6.05-1_all.deb ...
13:40:20 #9 32.66 Unpacking libhttp-date-perl (6.05-1) ...
13:40:20 #9 32.69 Selecting previously unselected package libfile-listing-perl.
13:40:20 #9 32.69 Preparing to unpack .../157-libfile-listing-perl_6.14-1_all.deb ...
13:40:20 #9 32.70 Unpacking libfile-listing-perl (6.14-1) ...
13:40:20 #9 32.73 Selecting previously unselected package libhtml-tagset-perl.
13:40:20 #9 32.73 Preparing to unpack .../158-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:20 #9 32.73 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:20 #9 32.76 Selecting previously unselected package liburi-perl.
13:40:20 #8 32.69 Preparing to unpack .../098-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ...
13:40:20 #8 32.69 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:20 #8 32.73 Selecting previously unselected package libgssapi3-heimdal:amd64.
13:40:20 #8 32.73 Preparing to unpack .../099-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ...
13:40:20 #8 32.74 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:20 #8 32.77 Selecting previously unselected package libsasl2-modules-db:amd64.
13:40:20 #8 32.78 Preparing to unpack .../100-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
13:40:20 #8 32.78 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:20 #8 32.81 Selecting previously unselected package libsasl2-2:amd64.
13:40:20 #8 32.81 Preparing to unpack .../101-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
13:40:20 #8 32.81 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:20 #8 32.85 Selecting previously unselected package libldap-common.
13:40:20 #8 32.85 Preparing to unpack .../102-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ...
13:40:20 #8 32.85 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
13:40:20 #8 32.88 Selecting previously unselected package libldap-2.4-2:amd64.
13:40:20 #8 32.88 Preparing to unpack .../103-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ...
13:40:20 #8 32.89 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ...
13:40:20 #8 32.94 Selecting previously unselected package libnghttp2-14:amd64.
13:40:20 #8 42.63 Dependencies resolved.
13:40:20 #8 42.65 ================================================================================
13:40:20 #8 42.65  Package                       Arch      Version                Repo       Size
13:40:20 #8 42.65 ================================================================================
13:40:20 #8 42.65 Installing:
13:40:20 #8 42.65  dnf-plugins-core              noarch    4.0.24-1.fc34          updates    35 k
13:40:20 #8 42.65  rpm-build                     aarch64   4.16.1.3-1.fc34        fedora     98 k
13:40:20 #8 42.65  rpmlint                       noarch    1.11-19.fc34           updates   185 k
13:40:20 #8 42.65 Installing dependencies:
13:40:20 #8 42.65  binutils                      aarch64   2.35.2-6.fc34          updates   5.9 M
13:40:20 #8 42.65  binutils-gold                 aarch64   2.35.2-6.fc34          updates   863 k
13:40:20 #8 42.65  bzip2                         aarch64   1.0.8-6.fc34           fedora     52 k
13:40:20 #8 42.65  cpio                          aarch64   2.13-10.fc34           fedora    271 k
13:40:20 #8 42.65  dbus-libs                     aarch64   1:1.12.20-3.fc34       fedora    149 k
13:40:20 #8 42.65  desktop-file-utils            aarch64   0.26-3.fc34            fedora     73 k
13:40:20 #8 42.65  diffutils                     aarch64   3.7-8.fc34             fedora    387 k
13:40:20 #8 42.65  dwz                           aarch64   0.14-1.fc34            fedora    126 k
13:40:20 #8 42.65  ed                            aarch64   1.14.2-10.fc34         fedora     74 k
13:40:20 #8 42.65  efi-srpm-macros               noarch    5-4.fc34               updates    22 k
13:40:20 #8 42.65  elfutils                      aarch64   0.186-1.fc34           updates   517 k
13:40:20 #8 42.65  elfutils-debuginfod-client    aarch64   0.186-1.fc34           updates    39 k
13:40:20 #8 42.65  emacs-filesystem              noarch    1:27.2-5.fc34          updates   8.4 k
13:40:20 #8 42.65  enchant                       aarch64   1:1.6.0-27.fc34        fedora     59 k
13:40:20 #8 42.65  file                          aarch64   5.39-7.fc34            updates    50 k
13:40:20 #8 42.65  findutils                     aarch64   1:4.8.0-2.fc34         fedora    547 k
13:40:20 #8 42.65  fonts-srpm-macros             noarch    1:2.0.5-5.fc34         fedora     27 k
13:40:20 #8 42.65  fpc-srpm-macros               noarch    1.3-3.fc34             fedora    7.7 k
13:40:20 #8 42.65  gdb-minimal                   aarch64   11.1-5.fc34            updates   3.4 M
13:40:20 #8 42.65  gdk-pixbuf2                   aarch64   2.42.6-1.fc34          updates   468 k
13:40:20 #8 42.65  ghc-srpm-macros               noarch    1.5.0-4.fc34           fedora    7.8 k
13:40:20 #8 42.65  glib-networking               aarch64   2.68.3-1.fc34          updates   169 k
13:40:20 #8 42.65  gnat-srpm-macros              noarch    4-13.fc34              fedora    8.3 k
13:40:20 #8 42.65  go-srpm-macros                noarch    3.0.15-1.fc34          updates    26 k
13:40:20 #8 42.65  groff-base                    aarch64   1.22.4-7.fc34          fedora    1.0 M
13:40:20 #8 42.65  gsettings-desktop-schemas     aarch64   40.0-1.fc34            fedora    691 k
13:40:20 #8 42.65  hunspell                      aarch64   1.7.0-9.fc34           fedora    326 k
13:40:20 #8 42.65  hunspell-en-US                noarch    0.20140811.1-18.fc34   fedora    177 k
13:40:20 #8 42.65  hunspell-filesystem           aarch64   1.7.0-9.fc34           fedora    7.6 k
13:40:20 #8 42.65  info                          aarch64   6.7-10.fc34            fedora    225 k
13:40:20 #8 42.65  json-glib                     aarch64   1.6.6-1.fc34           updates   149 k
13:40:20 #8 42.65  kernel-srpm-macros            noarch    1.0-4.fc34             fedora    7.3 k
13:40:20 #8 42.65  less                          aarch64   590-2.fc34             updates   160 k
13:40:20 #8 42.65  libappstream-glib             aarch64   0.7.18-2.fc34          fedora    381 k
13:40:20 #8 42.65  libjpeg-turbo                 aarch64   2.0.90-3.fc34          updates   169 k
13:40:20 #8 42.65  libpipeline                   aarch64   1.5.3-2.fc34           fedora     49 k
13:40:20 #8 42.65  libpkgconf                    aarch64   1.7.3-6.fc34           fedora     36 k
13:40:20 #8 42.65  libpng                        aarch64   2:1.6.37-10.fc34       fedora    114 k
13:40:20 #8 42.65  libproxy                      aarch64   0.4.15-30.fc34         fedora     69 k
13:40:20 #8 42.65  libsoup                       aarch64   2.72.0-6.fc34          fedora    390 k
13:40:20 #8 42.65  libstemmer                    aarch64   0-16.585svn.fc34       fedora     85 k
13:40:20 #8 42.65  lua-srpm-macros               noarch    1-4.fc34               fedora    8.3 k
13:40:20 #8 42.65  man-db                        aarch64   2.9.3-3.fc34           fedora    1.1 M
13:40:20 #8 42.65  ncurses                       aarch64   6.2-4.20200222.fc34    fedora    394 k
13:40:20 #8 42.65  nim-srpm-macros               noarch    3-4.fc34               fedora    8.4 k
13:40:20 #8 42.65  ocaml-srpm-macros             noarch    6-4.fc34               fedora    7.8 k
13:40:20 #8 42.65  openblas-srpm-macros          noarch    2-9.fc34               fedora    7.4 k
13:40:20 #8 42.65  patch                         aarch64   2.7.6-14.fc34          fedora    126 k
13:40:20 #8 42.65  perl-AutoLoader               noarch    5.74-477.fc34          updates    31 k
13:40:20 #8 42.65  perl-B                        aarch64   1.80-477.fc34          updates   190 k
13:40:20 #8 42.65  perl-Carp                     noarch    1.50-458.fc34          fedora     29 k
13:40:20 #8 42.65  perl-Class-Struct             noarch    0.66-477.fc34          updates    32 k
13:40:20 #8 42.65  perl-Data-Dumper              aarch64   2.174-460.fc34         fedora     55 k
13:40:20 #8 42.65  perl-Digest                   noarch    1.20-1.fc34            updates    25 k
13:40:20 #8 42.65  perl-Digest-MD5               aarch64   2.58-2.fc34            fedora     36 k
13:40:20 #8 42.65  perl-DynaLoader               aarch64   1.47-477.fc34          updates    36 k
13:40:20 #8 42.65  perl-Encode                   aarch64   4:3.15-462.fc34        updates   1.7 M
13:40:20 #8 42.65  perl-Errno                    aarch64   1.30-477.fc34          updates    25 k
13:40:20 #8 42.65  perl-Exporter                 noarch    5.74-459.fc34          fedora     32 k
13:40:20 #8 42.65  perl-Fcntl                    aarch64   1.13-477.fc34          updates    31 k
13:40:20 #8 42.65  perl-File-Basename            noarch    2.85-477.fc34          updates    27 k
13:40:20 #8 42.65  perl-File-Path                noarch    2.18-2.fc34            fedora     36 k
13:40:20 #8 42.65  perl-File-Temp                noarch    1:0.231.100-2.fc34     fedora     60 k
13:40:20 #8 42.65  perl-File-stat                noarch    1.09-477.fc34          updates    27 k
13:40:20 #8 42.65  perl-FileHandle               noarch    2.03-477.fc34          updates    26 k
13:40:20 #8 42.65  perl-Getopt-Long              noarch    1:2.52-2.fc34          fedora     61 k
13:40:20 #8 42.65  perl-Getopt-Std               noarch    1.12-477.fc34          updates    26 k
13:40:20 #8 42.65  perl-HTTP-Tiny                noarch    0.078-1.fc34           updates    55 k
13:40:20 #8 42.65  perl-IO                       aarch64   1.43-477.fc34          updates    97 k
13:40:20 #8 42.65  perl-IO-Socket-IP             noarch    0.41-3.fc34            fedora     43 k
13:40:20 #8 42.65  perl-IPC-Open3                noarch    1.21-477.fc34          updates    33 k
13:40:20 #8 42.65  perl-MIME-Base64              aarch64   3.16-2.fc34            fedora     31 k
13:40:20 #8 42.65  perl-Net-SSLeay               aarch64   1.90-2.fc34            fedora    357 k
13:40:20 #8 42.65  perl-POSIX                    aarch64   1.94-477.fc34          updates   107 k
13:40:20 #8 42.65  perl-PathTools                aarch64   3.78-459.fc34          fedora     86 k
13:40:20 #8 42.65  perl-Pod-Escapes              noarch    1:1.07-458.fc34        fedora     20 k
13:40:20 #8 42.65  perl-Pod-Perldoc              noarch    3.28.01-459.fc34       fedora     85 k
13:40:20 #8 42.65  perl-Pod-Simple               noarch    1:3.42-2.fc34          fedora    216 k
13:40:20 #8 42.65  perl-Pod-Usage                noarch    4:2.01-2.fc34          fedora     41 k
13:40:20 #8 42.65  perl-Scalar-List-Utils        aarch64   4:1.56-459.fc34        fedora     71 k
13:40:20 #8 42.65  perl-SelectSaver              noarch    1.02-477.fc34          updates    22 k
13:40:20 #8 42.65  perl-Socket                   aarch64   4:2.032-1.fc34         updates    54 k
13:40:20 #8 42.65  perl-Storable                 aarch64   1:3.21-458.fc34        fedora     95 k
13:40:20 #8 42.65  perl-Symbol                   noarch    1.08-477.fc34          updates    24 k
13:40:20 #8 42.65  perl-Term-ANSIColor           noarch    5.01-459.fc34          fedora     49 k
13:40:20 #8 42.65  perl-Term-Cap                 noarch    1.17-458.fc34          fedora     22 k
13:40:20 #8 42.65  perl-Text-ParseWords          noarch    3.30-458.fc34          fedora     16 k
13:40:20 #8 42.65  perl-Text-Tabs+Wrap           noarch    2021.0726-1.fc34       updates    22 k
13:40:20 #8 42.65  perl-Time-Local               noarch    2:1.300-5.fc34         fedora     34 k
13:40:20 #8 42.65  perl-URI                      noarch    5.09-1.fc34            fedora    109 k
13:40:20 #8 42.65  perl-base                     noarch    2.27-477.fc34          updates    26 k
13:40:20 #8 42.65  perl-constant                 noarch    1.33-459.fc34          fedora     23 k
13:40:20 #8 42.65  perl-if                       noarch    0.60.800-477.fc34      updates    24 k
13:40:20 #8 42.65  perl-interpreter              aarch64   4:5.32.1-477.fc34      updates    81 k
13:40:20 #8 42.65  perl-libnet                   noarch    3.13-2.fc34            fedora    127 k
13:40:20 #8 42.65  perl-libs                     aarch64   4:5.32.1-477.fc34      updates   2.0 M
13:40:20 #8 42.65  perl-mro                      aarch64   1.23-477.fc34          updates    38 k
13:40:20 #8 42.65  perl-overload                 noarch    1.31-477.fc34          updates    56 k
13:40:20 #8 42.65  perl-overloading              noarch    0.02-477.fc34          updates    23 k
13:40:20 #8 42.65  perl-parent                   noarch    1:0.238-458.fc34       fedora     14 k
13:40:20 #8 42.65  perl-podlators                noarch    1:4.14-458.fc34        fedora    113 k
13:40:20 #8 42.65  perl-srpm-macros              noarch    1-39.fc34              fedora    8.5 k
13:40:20 #8 42.65  perl-subs                     noarch    1.03-477.fc34          updates    22 k
13:40:20 #8 42.65  perl-vars                     noarch    1.05-477.fc34          updates    23 k
13:40:20 #8 42.65  pkgconf                       aarch64   1.7.3-6.fc34           fedora     41 k
13:40:20 #8 42.65  pkgconf-m4                    noarch    1.7.3-6.fc34           fedora     14 k
13:40:20 #8 42.65  pkgconf-pkg-config            aarch64   1.7.3-6.fc34           fedora     10 k
13:40:20 #8 42.65  python-srpm-macros            noarch    3.9-41.fc34            updates    21 k
13:40:20 #8 42.65  python3-dateutil              noarch    1:2.8.1-3.fc34         fedora    289 k
13:40:20 #8 42.65  python3-dbus                  aarch64   1.2.18-1.fc34          updates   132 k
13:40:20 #8 42.65  python3-distro                noarch    1.5.0-5.fc34           fedora     36 k
13:40:20 #8 42.65  python3-dnf-plugins-core      noarch    4.0.24-1.fc34          updates   210 k
13:40:20 #8 42.65  python3-enchant               noarch    3.2.1-1.fc34           updates    78 k
13:40:20 #8 42.65  python3-file-magic            noarch    5.39-7.fc34            updates    17 k
13:40:20 #8 42.65  python3-setuptools            noarch    53.0.0-3.fc34          updates   839 k
13:40:20 #8 42.65  python3-six                   noarch    1.15.0-5.fc34          fedora     36 k
13:40:20 #8 42.65  qt5-srpm-macros               noarch    5.15.2-2.fc34          fedora    8.4 k
13:40:20 #8 42.65  redhat-rpm-config             noarch    183-3.fc34             updates    65 k
13:40:20 #8 42.65  rpmautospec-rpm-macros        noarch    0.2.6-1.fc34           updates   8.3 k
13:40:20 #8 42.65  rust-srpm-macros              noarch    21-1.fc34              updates   8.9 k
13:40:20 #8 42.65  shared-mime-info              aarch64   2.1-2.fc34             fedora    374 k
13:40:20 #8 42.65  unzip                         aarch64   6.0-50.fc34            fedora    178 k
13:40:20 #8 42.65  xxhash-libs                   aarch64   0.8.1-1.fc34           updates    33 k
13:40:20 #8 42.65  xz                            aarch64   5.2.5-5.fc34           fedora    216 k
13:40:20 #8 42.65  zip                           aarch64   3.0-28.fc34            fedora    255 k
13:40:20 #8 42.65  zstd                          aarch64   1.5.2-1.fc34           updates   331 k
13:40:20 #8 42.65 Installing weak dependencies:
13:40:20 #8 42.65  abattis-cantarell-fonts       noarch    0.301-2.fc34           fedora    369 k
13:40:20 #8 42.65  adobe-source-code-pro-fonts   noarch    2.030.1.050-10.fc34    fedora    834 k
13:40:20 #8 42.65  hunspell-en-GB                noarch    0.20140811.1-18.fc34   fedora    225 k
13:40:20 #8 42.65  perl-IO-Socket-SSL            noarch    2.070-2.fc34           fedora    214 k
13:40:20 #8 42.65  perl-Mozilla-CA               noarch    20211001-1.fc34        updates    12 k
13:40:20 #8 42.65  perl-NDBM_File                aarch64   1.15-477.fc34          updates    32 k
13:40:20 #8 42.65 
13:40:20 #8 42.65 Transaction Summary
13:40:20 #8 42.65 ================================================================================
13:40:20 #8 42.65 Install  135 Packages
13:40:20 #8 42.65 
13:40:20 #8 42.66 Total download size: 31 M
13:40:20 #8 42.66 Installed size: 123 M
13:40:20 #8 42.66 Downloading Packages:
13:40:20 #9 30.73 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
13:40:20 #9 30.74 Unpacking libdebhelper-perl (12.10ubuntu1) ...
13:40:20 #9 30.77 Selecting previously unselected package libarchive-zip-perl.
13:40:20 #9 30.77 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
13:40:20 #9 30.78 Unpacking libarchive-zip-perl (1.67-2) ...
13:40:20 #9 30.81 Selecting previously unselected package libsub-override-perl.
13:40:20 #9 30.82 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
13:40:20 #9 30.82 Unpacking libsub-override-perl (0.09-2) ...
13:40:20 #9 30.85 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:20 #9 30.85 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
13:40:20 #9 30.86 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
13:40:20 #9 30.89 Selecting previously unselected package dh-strip-nondeterminism.
13:40:20 #9 30.89 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
13:40:20 #9 30.89 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
13:40:20 #9 30.92 Selecting previously unselected package dwz.
13:40:20 #9 30.92 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
13:40:20 #9 30.93 Unpacking dwz (0.13-5) ...
13:40:20 #9 30.98 Selecting previously unselected package libcroco3:amd64.
13:40:20 #8 44.10 (56/156): perl-MIME-Base64-3.16-478.fc35.aarch6 475 kB/s |  30 kB     00:00    
13:40:20 #8 44.17 (57/156): perl-Net-SSLeay-1.90-4.fc35.aarch64.r 2.6 MB/s | 350 kB     00:00    
13:40:20 #8 44.18 (58/156): perl-PathTools-3.80-478.fc35.aarch64. 1.1 MB/s |  85 kB     00:00    
13:40:20 #8 44.18 (59/156): perl-Pod-Escapes-1.07-478.fc35.noarch 2.3 MB/s |  20 kB     00:00    
13:40:20 #8 44.18 (60/156): perl-Pod-Perldoc-3.28.01-479.fc35.noa 6.2 MB/s |  84 kB     00:00    
13:40:20 #8 44.19 (61/156): perl-Pod-Simple-3.43-2.fc35.noarch.rp  15 MB/s | 215 kB     00:00    
13:40:20 #8 44.19 (62/156): perl-Pod-Usage-2.01-478.fc35.noarch.r 3.0 MB/s |  40 kB     00:00    
13:40:20 #8 44.20 (63/156): perl-Socket-2.032-2.fc35.aarch64.rpm  4.2 MB/s |  54 kB     00:00    
13:40:20 #8 44.26 (64/156): perl-Storable-3.25-1.fc35.aarch64.rpm 1.3 MB/s |  93 kB     00:00    
13:40:20 #8 44.26 (65/156): perl-Term-ANSIColor-5.01-479.fc35.noa 697 kB/s |  48 kB     00:00    
13:40:20 #8 44.27 (66/156): perl-Term-Cap-1.17-478.fc35.noarch.rp 321 kB/s |  22 kB     00:00    
13:40:20 #8 44.27 (67/156): perl-Text-ParseWords-3.30-478.fc35.no 1.5 MB/s |  16 kB     00:00    
13:40:20 #8 44.28 (68/156): perl-Text-Tabs+Wrap-2021.0814-1.fc35. 2.8 MB/s |  22 kB     00:00    
13:40:20 #8 44.28 (69/156): perl-Time-Local-1.300-478.fc35.noarch 2.8 MB/s |  33 kB     00:00    
13:40:20 #8 44.28 (70/156): perl-URI-5.09-4.fc35.noarch.rpm       8.4 MB/s | 108 kB     00:00    
13:40:20 #8 44.29 (71/156): perl-constant-1.33-479.fc35.noarch.rp 1.7 MB/s |  23 kB     00:00    
13:40:20 #8 44.30 (72/156): perl-libnet-3.13-479.fc35.noarch.rpm  8.3 MB/s | 125 kB     00:00    
13:40:20 #8 44.30 (73/156): perl-parent-0.238-478.fc35.noarch.rpm 997 kB/s |  14 kB     00:00    
13:40:20 #8 44.31 (74/156): perl-podlators-4.14-478.fc35.noarch.r 7.4 MB/s | 111 kB     00:00    
13:40:20 #8 44.31 (75/156): perl-srpm-macros-1-42.fc35.noarch.rpm 895 kB/s | 8.3 kB     00:00    
13:40:20 #8 44.31 (76/156): pkgconf-1.8.0-1.fc35.aarch64.rpm      3.0 MB/s |  41 kB     00:00    
13:40:20 #8 44.32 (77/156): pkgconf-m4-1.8.0-1.fc35.noarch.rpm    1.1 MB/s |  14 kB     00:00    
13:40:20 #8 44.32 (78/156): pkgconf-pkg-config-1.8.0-1.fc35.aarch 1.2 MB/s |  10 kB     00:00    
13:40:20 #8 44.33 (79/156): protobuf-c-1.4.0-1.fc35.aarch64.rpm   2.5 MB/s |  36 kB     00:00    
13:40:20 #8 44.42 (80/156): python3-construct-2.10.67-3.fc35.noar 1.1 MB/s | 112 kB     00:00    
13:40:20 #13 3.132 (1/67): annobin-10.67-1.el8.aarch64.rpm         3.2 MB/s | 953 kB     00:00    
13:40:20 #13 3.169 (2/67): automake-1.16.1-7.el8.noarch.rpm        2.1 MB/s | 713 kB     00:00    
13:40:20 #13 3.236 (3/67): autoconf-2.69-29.el8.noarch.rpm         1.8 MB/s | 710 kB     00:00    
13:40:20 #13 3.247 (4/67): cmake-filesystem-3.20.2-4.el8.aarch64.r 4.0 MB/s |  44 kB     00:00    
13:40:20 #13 3.299 (5/67): cmake-data-3.20.2-4.el8.noarch.rpm       13 MB/s | 1.7 MB     00:00    
13:40:20 #13 3.305 (6/67): cmake-rpm-macros-3.20.2-4.el8.noarch.rp 770 kB/s |  44 kB     00:00    
13:40:20 #8 30.52 Selecting previously unselected package debian-keyring.
13:40:20 #8 30.53 Preparing to unpack .../089-debian-keyring_2021.07.26_all.deb ...
13:40:20 #8 30.53 Unpacking debian-keyring (2021.07.26) ...
13:40:20 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 5.7s done
13:40:20 #8 47.83 Setting up liburi-perl (1.73-1) ...
13:40:20 #8 47.84 Setting up libdata-dump-perl (1.23-1) ...
13:40:20 #8 47.85 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
13:40:20 #8 47.86 Setting up libio-string-perl (1.08-3) ...
13:40:20 #8 47.89 Setting up libalgorithm-diff-perl (1.19.03-1) ...
13:40:20 #8 33.42 Preparing to unpack .../095-dirmngr_2.2.12-1+deb10u1_amd64.deb ...
13:40:20 #8 33.43 Unpacking dirmngr (2.2.12-1+deb10u1) ...
13:40:20 #8 33.49 Selecting previously unselected package gnupg-l10n.
13:40:20 #8 33.49 Preparing to unpack .../096-gnupg-l10n_2.2.12-1+deb10u1_all.deb ...
13:40:20 #8 33.50 Unpacking gnupg-l10n (2.2.12-1+deb10u1) ...
13:40:20 #8 33.60 Selecting previously unselected package gnupg-utils.
13:40:20 #8 33.60 Preparing to unpack .../097-gnupg-utils_2.2.12-1+deb10u1_amd64.deb ...
13:40:20 #8 33.60 Unpacking gnupg-utils (2.2.12-1+deb10u1) ...
13:40:20 #8 33.68 Selecting previously unselected package gpg.
13:40:20 #9 37.29 Preparing to unpack .../134-gpgsm_2.2.20-1ubuntu4_arm64.deb ...
13:40:20 #9 37.29 Unpacking gpgsm (2.2.20-1ubuntu4) ...
13:40:20 #9 37.33 Selecting previously unselected package gnupg.
13:40:20 #9 37.33 Preparing to unpack .../135-gnupg_2.2.20-1ubuntu4_all.deb ...
13:40:20 #9 37.34 Unpacking gnupg (2.2.20-1ubuntu4) ...
13:40:20 #9 37.38 Selecting previously unselected package libfile-dirlist-perl.
13:40:20 #9 37.38 Preparing to unpack .../136-libfile-dirlist-perl_0.05-2_all.deb ...
13:40:20 #9 37.38 Unpacking libfile-dirlist-perl (0.05-2) ...
13:40:20 #9 37.41 Selecting previously unselected package libfile-which-perl.
13:40:20 #9 37.41 Preparing to unpack .../137-libfile-which-perl_1.23-1_all.deb ...
13:40:20 #9 37.42 Unpacking libfile-which-perl (1.23-1) ...
13:40:20 #9 37.45 Selecting previously unselected package libfile-homedir-perl.
13:40:20 #9 37.45 Preparing to unpack .../138-libfile-homedir-perl_1.006-1_all.deb ...
13:40:20 #9 37.45 Unpacking libfile-homedir-perl (1.006-1) ...
13:40:20 #9 37.48 Selecting previously unselected package libfile-touch-perl.
13:40:20 #9 37.48 Preparing to unpack .../139-libfile-touch-perl_0.11-1_all.deb ...
13:40:20 #9 37.49 Unpacking libfile-touch-perl (0.11-1) ...
13:40:20 #9 37.51 Selecting previously unselected package libio-pty-perl.
13:40:20 #9 37.92 Selecting previously unselected package manpages-dev.
13:40:20 #9 37.92 Preparing to unpack .../346-manpages-dev_5.10-1ubuntu1_all.deb ...
13:40:20 #9 37.93 Unpacking manpages-dev (5.10-1ubuntu1) ...
13:40:20 #9 38.15 Selecting previously unselected package python3-certifi.
13:40:20 #9 19.24 Selecting previously unselected package python3.8.
13:40:20 #9 19.24 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.4_armhf.deb ...
13:40:20 #9 19.24 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ...
13:40:20 #9 19.29 Selecting previously unselected package libpython3-stdlib:armhf.
13:40:20 #9 19.29 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ...
13:40:20 #9 19.29 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
13:40:20 #9 19.32 Setting up python3-minimal (3.8.2-0ubuntu2) ...
13:40:20 #8 46.29 Setting up libgdbm-compat4:arm64 (1.19-2) ...
13:40:20 #8 46.30 Setting up ucf (3.0043) ...
13:40:20 #8 46.43 Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ...
13:40:20 #8 46.44 Setting up gcc-10 (10.2.1-6) ...
13:40:20 #8 46.45 Setting up dwz (0.13+20210201-1) ...
13:40:20 #8 46.47 Setting up groff-base (1.22.4-6) ...
13:40:20 #8 46.49 Setting up cpp (4:10.2.1-1) ...
13:40:20 #8 46.50 Setting up pixz (1.0.7-1) ...
13:40:20 #8 46.51 Setting up gpgconf (2.2.27-2+deb11u1) ...
13:40:20 #8 46.52 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
13:40:20 #8 46.53 Setting up libc6-dev:arm64 (2.31-13+deb11u3) ...
13:40:20 #8 46.54 Setting up libx11-6:arm64 (2:1.7.2-1) ...
13:40:20 #9 12.54 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf g++ armhf 4:11.2.0-1ubuntu1 [1400 B]
13:40:20 #9 12.54 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf make armhf 4.3-4.1build1 [163 kB]
13:40:20 #23 DONE 0.3s
13:40:20 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 5.0s
13:40:20 #9 33.00 Preparing to unpack .../291-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:20 #9 33.01 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:20 #9 33.03 Selecting previously unselected package libmailtools-perl.
13:40:20 #9 33.04 Preparing to unpack .../292-libmailtools-perl_2.21-1_all.deb ...
13:40:20 #9 33.04 Unpacking libmailtools-perl (2.21-1) ...
13:40:20 #9 33.08 Selecting previously unselected package libmarkdown2:amd64.
13:40:20 #9 33.09 Preparing to unpack .../293-libmarkdown2_2.2.7-2_amd64.deb ...
13:40:20 #9 33.09 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
13:40:20 #9 33.12 Selecting previously unselected package libmath-base85-perl.
13:40:20 #9 33.12 Preparing to unpack .../294-libmath-base85-perl_0.5+dfsg-1_all.deb ...
13:40:20 #9 33.12 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
13:40:20 #9 33.15 Selecting previously unselected package libmoox-aliases-perl.
13:40:20 #9 33.15 Preparing to unpack .../295-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:40:20 #9 33.16 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:40:20 #9 33.19 Selecting previously unselected package libnamespace-autoclean-perl.
13:40:20 #9 33.19 Preparing to unpack .../296-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:40:20 #9 33.19 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:40:20 #9 33.22 Selecting previously unselected package libobject-id-perl.
13:40:20 #8 22.93 Selecting previously unselected package libglib2.0-data.
13:40:20 #8 22.93 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
13:40:20 #8 22.93 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
13:40:20 #8 22.98 Selecting previously unselected package libicu60:armhf.
13:40:20 #8 22.98 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_armhf.deb ...
13:40:20 #8 22.99 Unpacking libicu60:armhf (60.2-3ubuntu3.2) ...
13:40:20 #9 37.77 Preparing to unpack .../270-liblinux-epoll-perl_0.017-1_arm64.deb ...
13:40:20 #9 37.77 Unpacking liblinux-epoll-perl (0.017-1) ...
13:40:20 #9 37.80 Selecting previously unselected package libio-async-loop-epoll-perl.
13:40:20 #9 37.81 Preparing to unpack .../271-libio-async-loop-epoll-perl_0.20-1_all.deb ...
13:40:20 #9 37.81 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
13:40:20 #9 37.87 Selecting previously unselected package libtypes-serialiser-perl.
13:40:20 #9 37.87 Preparing to unpack .../272-libtypes-serialiser-perl_1.0-1_all.deb ...
13:40:20 #9 37.88 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:40:20 #9 37.92 Selecting previously unselected package libjson-xs-perl.
13:40:20 #9 37.92 Preparing to unpack .../273-libjson-xs-perl_4.020-1build1_arm64.deb ...
13:40:20 #9 37.92 Unpacking libjson-xs-perl (4.020-1build1) ...
13:40:20 #9 37.96 Selecting previously unselected package libjson-maybexs-perl.
13:40:20 #9 37.96 Preparing to unpack .../274-libjson-maybexs-perl_1.004000-1_all.deb ...
13:40:20 #9 37.97 Unpacking libjson-maybexs-perl (1.004000-1) ...
13:40:20 #9 38.01 Selecting previously unselected package liblist-compare-perl.
13:40:20 #9 32.77 Preparing to unpack .../159-liburi-perl_5.08-1_all.deb ...
13:40:20 #9 32.77 Unpacking liburi-perl (5.08-1) ...
13:40:20 #9 32.81 Selecting previously unselected package libhtml-parser-perl:amd64.
13:40:20 #9 32.81 Preparing to unpack .../160-libhtml-parser-perl_3.76-1_amd64.deb ...
13:40:20 #9 32.81 Unpacking libhtml-parser-perl:amd64 (3.76-1) ...
13:40:20 #9 32.85 Selecting previously unselected package libhtml-tree-perl.
13:40:20 #9 32.85 Preparing to unpack .../161-libhtml-tree-perl_5.07-2_all.deb ...
13:40:20 #9 32.85 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:20 #9 32.90 Selecting previously unselected package libio-html-perl.
13:40:20 #9 32.90 Preparing to unpack .../162-libio-html-perl_1.004-2_all.deb ...
13:40:20 #9 32.90 Unpacking libio-html-perl (1.004-2) ...
13:40:20 #9 32.93 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:20 #9 32.93 Preparing to unpack .../163-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:20 #9 32.93 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:20 #9 32.96 Selecting previously unselected package libhttp-message-perl.
13:40:20 #9 32.96 Preparing to unpack .../164-libhttp-message-perl_6.29-1_all.deb ...
13:40:20 #9 32.97 Unpacking libhttp-message-perl (6.29-1) ...
13:40:20 #9 33.02 Selecting previously unselected package libhttp-cookies-perl.
13:40:20 #8 32.94 Preparing to unpack .../104-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
13:40:20 #8 32.94 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
13:40:20 #8 32.98 Selecting previously unselected package librtmp1:amd64.
13:40:20 #8 32.98 Preparing to unpack .../105-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
13:40:20 #8 32.98 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
13:40:20 #8 33.02 Selecting previously unselected package libcurl4:amd64.
13:40:20 #8 33.02 Preparing to unpack .../106-libcurl4_7.58.0-2ubuntu3.17_amd64.deb ...
13:40:20 #8 33.02 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.17) ...
13:40:20 #8 33.07 Selecting previously unselected package curl.
13:40:20 #8 33.07 Preparing to unpack .../107-curl_7.58.0-2ubuntu3.17_amd64.deb ...
13:40:20 #8 33.07 Unpacking curl (7.58.0-2ubuntu3.17) ...
13:40:20 #8 33.12 Selecting previously unselected package dctrl-tools.
13:40:20 #8 33.12 Preparing to unpack .../108-dctrl-tools_2.24-2build1_amd64.deb ...
13:40:20 #8 33.12 Unpacking dctrl-tools (2.24-2build1) ...
13:40:20 #8 33.16 Selecting previously unselected package libtool.
13:40:20 #8 33.16 Preparing to unpack .../109-libtool_2.4.6-2_all.deb ...
13:40:20 #8 33.16 Unpacking libtool (2.4.6-2) ...
13:40:20 #8 33.20 Selecting previously unselected package dh-autoreconf.
13:40:20 #8 46.70 (1/160): bzip2-1.0.8-11.fc36.aarch64.rpm        123 kB/s |  52 kB     00:00    
13:40:20 #8 46.75 (2/160): cpio-2.13-12.fc36.aarch64.rpm          5.4 MB/s | 267 kB     00:00    
13:40:20 #8 46.78 (3/160): abattis-cantarell-fonts-0.301-7.fc36.n 539 kB/s | 270 kB     00:00    
13:40:20 #8 46.82 (4/160): adobe-source-code-pro-fonts-2.030.1.05 1.5 MB/s | 831 kB     00:00    
13:40:20 #8 46.82 (5/160): dash-0.5.10.2-10.fc36.aarch64.rpm      1.4 MB/s |  97 kB     00:00    
13:40:20 #8 46.85 (6/160): dbus-libs-1.14.0-1.fc36.aarch64.rpm    2.3 MB/s | 153 kB     00:00    
13:40:20 #8 46.85 (7/160): debugedit-5.0-3.fc36.aarch64.rpm       2.2 MB/s |  76 kB     00:00    
13:40:20 #8 46.86 (8/160): dnf-plugins-core-4.1.0-1.fc36.noarch.r 5.3 MB/s |  34 kB     00:00    
13:40:20 #8 46.87 (9/160): dwz-0.14-2.fc35.aarch64.rpm             11 MB/s | 125 kB     00:00    
13:40:20 #8 46.91 (10/160): diffutils-3.8-2.fc36.aarch64.rpm      5.9 MB/s | 368 kB     00:00    
13:40:20 #9 30.98 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
13:40:20 #9 30.98 Unpacking libcroco3:amd64 (0.6.13-1) ...
13:40:20 #9 31.02 Selecting previously unselected package gettext.
13:40:20 #9 31.02 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
13:40:20 #9 31.02 Unpacking gettext (0.19.8.1-10build1) ...
13:40:20 #9 31.13 Selecting previously unselected package intltool-debian.
13:40:20 #9 31.13 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:20 #9 31.14 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:20 #9 31.18 Selecting previously unselected package po-debconf.
13:40:20 #9 31.18 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
13:40:20 #9 31.18 Unpacking po-debconf (1.0.21) ...
13:40:20 #9 31.23 Selecting previously unselected package debhelper.
13:40:20 #8 44.49 (81/156): python3-dateutil-2.8.1-7.fc35.noarch. 1.7 MB/s | 289 kB     00:00    
13:40:20 #8 44.50 (82/156): python3-dbus-1.2.18-2.fc35.aarch64.rp 769 kB/s | 132 kB     00:00    
13:40:20 #8 44.51 (83/156): python3-distro-1.6.0-1.fc35.noarch.rp 429 kB/s |  38 kB     00:00    
13:40:20 #8 44.51 (84/156): python3-pybeam-0.7-1.fc35.noarch.rpm  2.9 MB/s |  24 kB     00:00    
13:40:20 #8 44.52 (85/156): python3-pyxdg-0.27-3.fc35.noarch.rpm  7.3 MB/s |  96 kB     00:00    
13:40:20 #8 44.52 (86/156): python3-six-1.16.0-4.fc35.noarch.rpm  3.1 MB/s |  36 kB     00:00    
13:40:20 #8 44.52 (87/156): python3-toml-0.10.2-5.fc35.noarch.rpm 3.5 MB/s |  39 kB     00:00    
13:40:20 #8 44.53 (88/156): python3-zstd-1.4.5.1-5.fc35.aarch64.r 2.6 MB/s |  19 kB     00:00    
13:40:20 #8 44.53 (89/156): python3-unbound-1.13.2-1.fc35.aarch64 8.5 MB/s |  99 kB     00:00    
13:40:20 #8 44.53 (90/156): qt5-srpm-macros-5.15.2-3.fc35.noarch. 773 kB/s | 8.2 kB     00:00    
13:40:20 #8 44.54 (91/156): rpmautospec-rpm-macros-0.2.5-1.fc35.n 1.0 MB/s | 9.9 kB     00:00    
13:40:20 #8 44.59 (92/156): unzip-6.0-53.fc35.aarch64.rpm         3.0 MB/s | 176 kB     00:00    
13:40:20 #13 3.543 (7/67): cpp-8.5.0-13.el8.aarch64.rpm             35 MB/s | 8.6 MB     00:00    
13:40:20 #13 3.659 (8/67): cmake-3.20.2-4.el8.aarch64.rpm           19 MB/s |  10 MB     00:00    
13:40:20 #13 3.666 (9/67): git-2.31.1-2.el8.aarch64.rpm            1.3 MB/s | 161 kB     00:00    
13:40:20 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 0.1s
13:40:20 #8 47.90 Setting up libclone-perl (0.39-1) ...
13:40:20 #8 47.92 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
13:40:20 #8 47.93 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
13:40:20 #8 47.95 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:20 #8 47.95 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:40:20 #8 47.96 Setting up libnet-http-perl (6.17-1) ...
13:40:20 #8 47.97 Setting up libnumber-compare-perl (0.03-1) ...
13:40:20 #8 47.99 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
13:40:20 #18 6.021 (12/22) Installing clang (12.0.1-r1)
13:40:20 #9 37.51 Preparing to unpack .../140-libio-pty-perl_1%3a1.15-2build1_arm64.deb ...
13:40:20 #9 37.52 Unpacking libio-pty-perl (1:1.15-2build1) ...
13:40:20 #9 37.55 Selecting previously unselected package libipc-run-perl.
13:40:20 #9 37.55 Preparing to unpack .../141-libipc-run-perl_20200505.0-1_all.deb ...
13:40:20 #9 37.55 Unpacking libipc-run-perl (20200505.0-1) ...
13:40:20 #9 37.59 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:20 #9 37.59 Preparing to unpack .../142-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:20 #9 37.59 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:20 #9 37.62 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:20 #9 37.62 Preparing to unpack .../143-libb-hooks-op-check-perl_0.22-1build3_arm64.deb ...
13:40:20 #9 37.63 Unpacking libb-hooks-op-check-perl (0.22-1build3) ...
13:40:20 #9 37.66 Selecting previously unselected package libdynaloader-functions-perl.
13:40:20 #9 37.66 Preparing to unpack .../144-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:40:20 #9 37.66 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:40:20 #9 37.69 Selecting previously unselected package libdevel-callchecker-perl.
13:40:20 #9 37.69 Preparing to unpack .../145-libdevel-callchecker-perl_0.008-1ubuntu3_arm64.deb ...
13:40:20 #9 37.69 Unpacking libdevel-callchecker-perl (0.008-1ubuntu3) ...
13:40:20 #9 37.72 Selecting previously unselected package libparams-classify-perl.
13:40:20 #9 37.72 Preparing to unpack .../146-libparams-classify-perl_0.015-1build4_arm64.deb ...
13:40:20 #9 37.73 Unpacking libparams-classify-perl (0.015-1build4) ...
13:40:20 #9 37.75 Selecting previously unselected package libmodule-runtime-perl.
13:40:20 #9 37.75 Preparing to unpack .../147-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:20 #9 37.76 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:20 #9 37.78 Selecting previously unselected package libimport-into-perl.
13:40:20 #9 37.79 Preparing to unpack .../148-libimport-into-perl_1.002005-1_all.deb ...
13:40:20 #9 37.79 Unpacking libimport-into-perl (1.002005-1) ...
13:40:20 #9 37.82 Selecting previously unselected package librole-tiny-perl.
13:40:20 #9 37.82 Preparing to unpack .../149-librole-tiny-perl_2.002004-1_all.deb ...
13:40:20 #9 37.82 Unpacking librole-tiny-perl (2.002004-1) ...
13:40:20 #18 4.450 Executing busybox-1.34.1-r5.trigger
13:40:20 #18 4.452 OK: 300 MiB in 37 packages
13:40:20 #9 38.15 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
13:40:20 #9 38.16 Unpacking python3-certifi (2020.6.20-1) ...
13:40:20 #9 38.20 Selecting previously unselected package python3-idna.
13:40:20 #9 38.21 Preparing to unpack .../348-python3-idna_3.3-1_all.deb ...
13:40:20 #9 38.21 Unpacking python3-idna (3.3-1) ...
13:40:20 #9 38.25 Selecting previously unselected package python3-six.
13:40:20 #9 38.25 Preparing to unpack .../349-python3-six_1.16.0-3ubuntu1_all.deb ...
13:40:20 #9 38.25 Unpacking python3-six (1.16.0-3ubuntu1) ...
13:40:20 #9 38.29 Selecting previously unselected package python3-urllib3.
13:40:20 #9 38.29 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:40:20 #9 38.30 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:40:20 #9 38.34 Selecting previously unselected package python3-requests.
13:40:20 #9 38.34 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
13:40:20 #9 38.35 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:40:20 #9 38.39 Selecting previously unselected package python3-unidiff.
13:40:21 #8 33.68 Preparing to unpack .../098-gpg_2.2.12-1+deb10u1_amd64.deb ...
13:40:21 #8 33.69 Unpacking gpg (2.2.12-1+deb10u1) ...
13:40:21 #8 33.78 Selecting previously unselected package pinentry-curses.
13:40:21 #8 33.78 Preparing to unpack .../099-pinentry-curses_1.1.0-2_amd64.deb ...
13:40:21 #8 33.78 Unpacking pinentry-curses (1.1.0-2) ...
13:40:21 #8 33.84 Selecting previously unselected package gpg-agent.
13:40:21 #8 33.84 Preparing to unpack .../100-gpg-agent_2.2.12-1+deb10u1_amd64.deb ...
13:40:21 #8 33.84 Unpacking gpg-agent (2.2.12-1+deb10u1) ...
13:40:21 #8 33.90 Selecting previously unselected package gpg-wks-client.
13:40:21 #8 33.90 Preparing to unpack .../101-gpg-wks-client_2.2.12-1+deb10u1_amd64.deb ...
13:40:21 #8 33.90 Unpacking gpg-wks-client (2.2.12-1+deb10u1) ...
13:40:21 #8 33.95 Selecting previously unselected package gpg-wks-server.
13:40:21 #8 33.95 Preparing to unpack .../102-gpg-wks-server_2.2.12-1+deb10u1_amd64.deb ...
13:40:21 #8 33.95 Unpacking gpg-wks-server (2.2.12-1+deb10u1) ...
13:40:21 #8 33.99 Selecting previously unselected package gpgsm.
13:40:21 #8 34.00 Preparing to unpack .../103-gpgsm_2.2.12-1+deb10u1_amd64.deb ...
13:40:21 #8 34.00 Unpacking gpgsm (2.2.12-1+deb10u1) ...
13:40:21 #9 19.63 Selecting previously unselected package python3.
13:40:21 #9 19.63 (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 ... 4864 files and directories currently installed.)
13:40:21 #9 19.63 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_armhf.deb ...
13:40:21 #9 19.64 Unpacking python3 (3.8.2-0ubuntu2) ...
13:40:21 #9 19.72 Selecting previously unselected package libbsd0:armhf.
13:40:21 #9 19.72 Preparing to unpack .../001-libbsd0_0.10.0-1_armhf.deb ...
13:40:21 #9 19.72 Unpacking libbsd0:armhf (0.10.0-1) ...
13:40:21 #9 ...
13:40:21 
13:40:21 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:21 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:21 #14 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 7.1s done
13:40:21 #14 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 4.2s done
13:40:21 #14 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 4.3s
13:40:21 #8 46.55 Setting up curl (7.74.0-1.3+deb11u1) ...
13:40:21 #8 46.56 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
13:40:21 #8 46.57 Setting up gpg (2.2.27-2+deb11u1) ...
13:40:21 #8 46.58 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
13:40:21 #8 46.59 Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
13:40:21 #8 46.61 Setting up gnupg-utils (2.2.27-2+deb11u1) ...
13:40:21 #8 46.62 Setting up libstdc++-10-dev:arm64 (10.2.1-6) ...
13:40:21 #8 46.63 Setting up gpg-agent (2.2.27-2+deb11u1) ...
13:40:21 
13:40:21 #24 [linux/arm64->darwin/arm64 build 3/3] 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
13:40:21 #9 33.22 Preparing to unpack .../297-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
13:40:21 #9 33.23 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:40:21 #9 33.25 Selecting previously unselected package libmoox-struct-perl.
13:40:21 #9 33.26 Preparing to unpack .../298-libmoox-struct-perl_0.020-1_all.deb ...
13:40:21 #9 33.26 Unpacking libmoox-struct-perl (0.020-1) ...
13:40:21 #9 33.29 Selecting previously unselected package libmouse-perl.
13:40:21 #9 33.29 Preparing to unpack .../299-libmouse-perl_2.5.10-1build4_amd64.deb ...
13:40:21 #9 33.30 Unpacking libmouse-perl (2.5.10-1build4) ...
13:40:21 #9 33.33 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:21 #9 33.33 Preparing to unpack .../300-libpackage-stash-xs-perl_0.29-1build5_amd64.deb ...
13:40:21 #9 33.34 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
13:40:21 #9 33.37 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:21 #9 33.37 Preparing to unpack .../301-libpath-iterator-rule-perl_1.015-1_all.deb ...
13:40:21 #9 33.37 Unpacking libpath-iterator-rule-perl (1.015-1) ...
13:40:21 #9 33.40 Selecting previously unselected package libperlio-gzip-perl.
13:40:21 #9 33.40 Preparing to unpack .../302-libperlio-gzip-perl_0.19-1build8_amd64.deb ...
13:40:21 #9 33.41 Unpacking libperlio-gzip-perl (0.19-1build8) ...
13:40:21 #9 33.43 Selecting previously unselected package libperlio-utf8-strict-perl.
13:40:21 #9 33.44 Preparing to unpack .../303-libperlio-utf8-strict-perl_0.009-1build1_amd64.deb ...
13:40:21 #9 33.44 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
13:40:21 #9 33.47 Selecting previously unselected package libpod-parser-perl.
13:40:21 #9 33.47 Preparing to unpack .../304-libpod-parser-perl_1.63-2_all.deb ...
13:40:21 #9 33.48 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:40:21 #9 33.50 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:40:21 #9 33.50 Unpacking libpod-parser-perl (1.63-2) ...
13:40:21 #9 33.54 Selecting previously unselected package libpod-constants-perl.
13:40:21 #9 38.02 Preparing to unpack .../275-liblist-compare-perl_0.53-1_all.deb ...
13:40:21 #9 38.02 Unpacking liblist-compare-perl (0.53-1) ...
13:40:21 #9 38.06 Selecting previously unselected package liblist-moreutils-perl.
13:40:21 #9 38.06 Preparing to unpack .../276-liblist-moreutils-perl_0.416-1build5_arm64.deb ...
13:40:21 #9 38.06 Unpacking liblist-moreutils-perl (0.416-1build5) ...
13:40:21 #9 38.11 Selecting previously unselected package liblist-someutils-perl.
13:40:21 #9 38.11 Preparing to unpack .../277-liblist-someutils-perl_0.58-1_all.deb ...
13:40:21 #9 38.12 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:21 #9 38.16 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:21 #9 38.17 Preparing to unpack .../278-liblist-someutils-xs-perl_0.58-2_arm64.deb ...
13:40:21 #9 38.17 Unpacking liblist-someutils-xs-perl (0.58-2) ...
13:40:21 #9 38.23 Selecting previously unselected package libltdl7:arm64.
13:40:21 #9 33.02 Preparing to unpack .../165-libhttp-cookies-perl_6.10-1_all.deb ...
13:40:21 #9 33.02 Unpacking libhttp-cookies-perl (6.10-1) ...
13:40:21 #9 33.05 Selecting previously unselected package libhttp-negotiate-perl.
13:40:21 #9 33.05 Preparing to unpack .../166-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:21 #9 33.06 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:21 #9 33.08 Selecting previously unselected package perl-openssl-defaults:amd64.
13:40:21 #9 33.09 Preparing to unpack .../167-perl-openssl-defaults_5_amd64.deb ...
13:40:21 #9 33.14 Unpacking perl-openssl-defaults:amd64 (5) ...
13:40:21 #9 33.17 Selecting previously unselected package libnet-ssleay-perl.
13:40:21 #9 33.17 Preparing to unpack .../168-libnet-ssleay-perl_1.88-3ubuntu1_amd64.deb ...
13:40:21 #9 33.17 Unpacking libnet-ssleay-perl (1.88-3ubuntu1) ...
13:40:21 #9 33.24 Selecting previously unselected package libio-socket-ssl-perl.
13:40:21 #9 33.24 Preparing to unpack .../169-libio-socket-ssl-perl_2.069-1_all.deb ...
13:40:21 #8 33.20 Preparing to unpack .../110-dh-autoreconf_17_all.deb ...
13:40:21 #8 33.21 Unpacking dh-autoreconf (17) ...
13:40:21 #8 33.23 Selecting previously unselected package libarchive-zip-perl.
13:40:21 #8 33.24 Preparing to unpack .../111-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
13:40:21 #8 33.24 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
13:40:21 #8 33.27 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:21 #8 33.27 Preparing to unpack .../112-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
13:40:21 #8 33.28 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
13:40:21 #8 33.30 Selecting previously unselected package libtimedate-perl.
13:40:21 #8 33.31 Preparing to unpack .../113-libtimedate-perl_2.3000-2_all.deb ...
13:40:21 #8 33.31 Unpacking libtimedate-perl (2.3000-2) ...
13:40:21 #8 33.34 Selecting previously unselected package dh-strip-nondeterminism.
13:40:21 #8 33.34 Preparing to unpack .../114-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
13:40:21 #8 33.34 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
13:40:21 #8 33.38 Selecting previously unselected package libcroco3:amd64.
13:40:21 #8 33.38 Preparing to unpack .../115-libcroco3_0.6.12-2_amd64.deb ...
13:40:21 #8 33.38 Unpacking libcroco3:amd64 (0.6.12-2) ...
13:40:21 #8 33.42 Selecting previously unselected package gettext.
13:40:21 #8 46.91 (11/160): devscripts-checkbashisms-2.22.1-1.fc3 442 kB/s |  28 kB     00:00    
13:40:21 #8 46.92 (12/160): ed-1.14.2-12.fc36.aarch64.rpm         1.6 MB/s |  73 kB     00:00    
13:40:21 #8 46.92 (13/160): efi-srpm-macros-5-5.fc36.noarch.rpm   2.3 MB/s |  22 kB     00:00    
13:40:21 #8 46.92 (14/160): file-5.41-4.fc36.aarch64.rpm          5.8 MB/s |  48 kB     00:00    
13:40:21 #8 46.95 (15/160): fonts-filesystem-2.0.5-7.fc36.noarch. 286 kB/s | 9.0 kB     00:00    
13:40:21 #8 46.95 (16/160): fonts-srpm-macros-2.0.5-7.fc36.noarch 900 kB/s |  27 kB     00:00    
13:40:21 #8 46.96 (17/160): enchant-1.6.0-30.fc36.aarch64.rpm     1.4 MB/s |  59 kB     00:00    
13:40:21 #8 46.96 (18/160): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 760 kB/s | 7.6 kB     00:00    
13:40:21 #8 47.01 (19/160): gdk-pixbuf2-2.42.8-1.fc36.aarch64.rpm 8.7 MB/s | 463 kB     00:00    
13:40:21 #8 47.02 (20/160): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 139 kB/s | 7.7 kB     00:00    
13:40:21 #8 47.03 (21/160): glib-networking-2.72.0-1.fc36.aarch64  14 MB/s | 184 kB     00:00    
13:40:21 #8 47.03 (22/160): gnat-srpm-macros-4-15.fc36.noarch.rpm 921 kB/s | 8.2 kB     00:00    
13:40:21 #8 47.04 (23/160): go-srpm-macros-3.0.15-1.fc36.noarch.r 4.1 MB/s |  26 kB     00:00    
13:40:21 #8 47.09 (24/160): gdb-minimal-11.2-3.fc36.aarch64.rpm    25 MB/s | 3.4 MB     00:00    
13:40:21 #8 47.13 (25/160): gsettings-desktop-schemas-42.0-1.fc36 7.3 MB/s | 692 kB     00:00    
13:40:21 #9 31.24 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
13:40:21 #9 31.24 Unpacking debhelper (12.10ubuntu1) ...
13:40:21 #9 31.35 Selecting previously unselected package libfakeroot:amd64.
13:40:21 #9 31.35 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
13:40:21 #9 31.36 Unpacking libfakeroot:amd64 (1.24-1) ...
13:40:21 #9 31.39 Selecting previously unselected package fakeroot.
13:40:21 #9 31.39 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
13:40:21 #9 31.40 Unpacking fakeroot (1.24-1) ...
13:40:21 #9 31.44 Selecting previously unselected package libassuan0:amd64.
13:40:21 #9 31.44 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
13:40:21 #9 31.44 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
13:40:21 #9 31.47 Selecting previously unselected package gpgconf.
13:40:21 #9 31.47 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ...
13:40:21 #9 31.48 Unpacking gpgconf (2.2.19-3ubuntu2.1) ...
13:40:21 #9 31.52 Selecting previously unselected package libksba8:amd64.
13:40:21 #9 31.52 Preparing to unpack .../142-libksba8_1.3.5-2_amd64.deb ...
13:40:21 #9 31.52 Unpacking libksba8:amd64 (1.3.5-2) ...
13:40:21 #9 31.57 Selecting previously unselected package libnpth0:amd64.
13:40:21 #9 31.57 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
13:40:21 #14 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 5.1s
13:40:21 #8 44.67 (93/156): shared-mime-info-2.1-3.fc35.aarch64.r 2.7 MB/s | 373 kB     00:00    
13:40:21 #8 44.74 (94/156): unbound-libs-1.13.2-1.fc35.aarch64.rp 2.4 MB/s | 519 kB     00:00    
13:40:21 #8 44.75 (95/156): xz-5.2.5-7.fc35.aarch64.rpm           1.4 MB/s | 215 kB     00:00    
13:40:21 #8 44.76 (96/156): zip-3.0-31.fc35.aarch64.rpm            19 MB/s | 253 kB     00:00    
13:40:21 #8 44.77 (97/156): dnf-plugins-core-4.1.0-1.fc35.noarch. 4.5 MB/s |  34 kB     00:00    
13:40:21 #13 3.766 (10/67): git-core-doc-2.31.1-2.el8.noarch.rpm    26 MB/s | 2.6 MB     00:00    
13:40:21 #13 3.815 (11/67): isl-0.16.1-6.el8.aarch64.rpm            16 MB/s | 778 kB     00:00    
13:40:21 #13 3.823 (12/67): libmpc-1.1.0-9.1.el8.aarch64.rpm       8.0 MB/s |  60 kB     00:00    
13:40:21 #13 3.830 (13/67): libseccomp-devel-2.5.2-1.el8.aarch64.r 8.7 MB/s |  57 kB     00:00    
13:40:21 #13 3.889 (14/67): libtool-2.4.6-25.el8.aarch64.rpm        12 MB/s | 708 kB     00:00    
13:40:21 #8 43.69 (1/135): bzip2-1.0.8-6.fc34.aarch64.rpm         217 kB/s |  52 kB     00:00    
13:40:21 #8 43.74 (2/135): adobe-source-code-pro-fonts-2.030.1.05 2.9 MB/s | 834 kB     00:00    
13:40:21 #8 43.78 (3/135): abattis-cantarell-fonts-0.301-2.fc34.n 1.1 MB/s | 369 kB     00:00    
13:40:21 #8 48.19 Setting up python3-unidiff (0.5.4-1) ...
13:40:21 #9 37.85 Selecting previously unselected package libstrictures-perl.
13:40:21 #9 37.85 Preparing to unpack .../150-libstrictures-perl_2.000006-1_all.deb ...
13:40:21 #9 37.86 Unpacking libstrictures-perl (2.000006-1) ...
13:40:21 #9 37.89 Selecting previously unselected package libsub-quote-perl.
13:40:21 #9 37.89 Preparing to unpack .../151-libsub-quote-perl_2.006006-1_all.deb ...
13:40:21 #9 37.89 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:21 #9 37.92 Selecting previously unselected package libmoo-perl.
13:40:21 #9 37.92 Preparing to unpack .../152-libmoo-perl_2.004004-1_all.deb ...
13:40:21 #9 37.93 Unpacking libmoo-perl (2.004004-1) ...
13:40:21 #9 37.96 Selecting previously unselected package libencode-locale-perl.
13:40:21 #9 37.96 Preparing to unpack .../153-libencode-locale-perl_1.05-1.1_all.deb ...
13:40:21 #9 37.97 Unpacking libencode-locale-perl (1.05-1.1) ...
13:40:21 #9 37.99 Selecting previously unselected package libtimedate-perl.
13:40:21 #9 38.00 Preparing to unpack .../154-libtimedate-perl_2.3300-2_all.deb ...
13:40:21 #9 38.00 Unpacking libtimedate-perl (2.3300-2) ...
13:40:21 #9 38.03 Selecting previously unselected package libhttp-date-perl.
13:40:21 #9 38.39 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
13:40:21 #9 38.39 Unpacking python3-unidiff (0.5.5-2) ...
13:40:21 #9 38.43 Selecting previously unselected package python3-xdg.
13:40:21 #9 38.43 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
13:40:21 #9 38.44 Unpacking python3-xdg (0.27-2) ...
13:40:21 #9 38.47 Selecting previously unselected package equivs.
13:40:21 #9 38.47 Preparing to unpack .../354-equivs_2.3.1_all.deb ...
13:40:21 #9 38.48 Unpacking equivs (2.3.1) ...
13:40:21 #9 38.51 Selecting previously unselected package libauthen-sasl-perl.
13:40:21 #9 38.51 Preparing to unpack .../355-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:40:21 #9 38.51 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:40:21 #9 38.55 Selecting previously unselected package python3-magic.
13:40:21 #9 38.55 Preparing to unpack .../356-python3-magic_2%3a0.4.24-2_all.deb ...
13:40:21 #9 38.56 Unpacking python3-magic (2:0.4.24-2) ...
13:40:21 #9 38.63 Setting up libksba8:arm64 (1.6.0-2build1) ...
13:40:21 #8 34.05 Selecting previously unselected package gnupg.
13:40:21 #8 34.05 Preparing to unpack .../104-gnupg_2.2.12-1+deb10u1_all.deb ...
13:40:21 #8 34.06 Unpacking gnupg (2.2.12-1+deb10u1) ...
13:40:21 #8 34.12 Selecting previously unselected package libfile-which-perl.
13:40:21 #8 34.12 Preparing to unpack .../105-libfile-which-perl_1.23-1_all.deb ...
13:40:21 #8 34.12 Unpacking libfile-which-perl (1.23-1) ...
13:40:21 #8 34.14 Selecting previously unselected package libfile-homedir-perl.
13:40:21 #8 34.15 Preparing to unpack .../106-libfile-homedir-perl_1.004-1_all.deb ...
13:40:21 #8 34.15 Unpacking libfile-homedir-perl (1.004-1) ...
13:40:21 #8 34.18 Selecting previously unselected package libio-pty-perl.
13:40:21 #8 34.18 Preparing to unpack .../107-libio-pty-perl_1%3a1.08-1.1+b5_amd64.deb ...
13:40:21 #8 34.18 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
13:40:21 #8 34.21 Selecting previously unselected package libipc-run-perl.
13:40:21 #8 34.21 Preparing to unpack .../108-libipc-run-perl_20180523.0-1_all.deb ...
13:40:21 #8 34.22 Unpacking libipc-run-perl (20180523.0-1) ...
13:40:21 #8 34.25 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:21 #8 34.25 Preparing to unpack .../109-libclass-method-modifiers-perl_2.12-1_all.deb ...
13:40:21 #8 34.25 Unpacking libclass-method-modifiers-perl (2.12-1) ...
13:40:21 #8 34.28 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:21 #14 ...
13:40:21 
13:40:21 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:21 #9 sha256:4df9e5b1484c836af67ea42b2fd0ed0f9357f7fab5fa9b46a9bc463c6ebd438a
13:40:21 #9 19.81 Selecting previously unselected package bsdmainutils.
13:40:21 #9 19.81 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_armhf.deb ...
13:40:21 #9 19.82 Unpacking bsdmainutils (11.1.2ubuntu3) ...
13:40:21 #9 19.89 Selecting previously unselected package libuchardet0:armhf.
13:40:21 #9 19.89 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_armhf.deb ...
13:40:21 #9 19.90 Unpacking libuchardet0:armhf (0.0.6-3build1) ...
13:40:21 #9 19.99 Selecting previously unselected package groff-base.
13:40:21 #9 19.99 Preparing to unpack .../004-groff-base_1.22.4-4build1_armhf.deb ...
13:40:21 #9 20.00 Unpacking groff-base (1.22.4-4build1) ...
13:40:21 #8 47.90 Setting up bsdmainutils (11.1.2+b1) ...
13:40:21 #8 47.91 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:40:21 #8 47.92 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:40:21 #8 47.93 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ...
13:40:21 #8 47.94 Setting up libcroco3:arm64 (0.6.12-3) ...
13:40:21 #8 47.95 Setting up libgdbm-compat4:arm64 (1.18.1-4) ...
13:40:21 #8 47.96 Setting up ucf (3.0038+nmu1) ...
13:40:21 #8 48.12 Setting up libgcc-8-dev:arm64 (8.3.0-6) ...
13:40:21 #8 48.13 Setting up libperl5.28:arm64 (5.28.1-6+deb10u1) ...
13:40:21 #8 48.14 Setting up groff-base (1.22.4-3+deb10u1) ...
13:40:21 #8 48.16 Setting up cpp (4:8.3.0-1) ...
13:40:21 #8 48.18 Setting up gpgconf (2.2.12-1+deb10u1) ...
13:40:21 #8 48.19 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ...
13:40:21 #8 48.20 Setting up libc6-dev:arm64 (2.28-10+deb10u1) ...
13:40:21 #8 48.22 Setting up libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
13:40:21 #8 48.23 Setting up curl (7.64.0-4+deb10u2) ...
13:40:21 #8 48.25 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
13:40:21 #8 48.28 Setting up gpg (2.2.12-1+deb10u1) ...
13:40:21 #8 48.30 Setting up guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
13:40:21 #8 47.11 Setting up g++-10 (10.2.1-6) ...
13:40:21 #9 33.54 Preparing to unpack .../305-libpod-constants-perl_0.19-2_all.deb ...
13:40:21 #9 33.54 Unpacking libpod-constants-perl (0.19-2) ...
13:40:21 #9 33.57 Selecting previously unselected package libproc-processtable-perl:amd64.
13:40:21 #9 33.58 Preparing to unpack .../306-libproc-processtable-perl_0.634-1build1_amd64.deb ...
13:40:21 #9 33.58 Unpacking libproc-processtable-perl:amd64 (0.634-1build1) ...
13:40:21 #9 33.62 Selecting previously unselected package libre2-9:amd64.
13:40:21 #9 33.62 Preparing to unpack .../307-libre2-9_20220201+dfsg-1_amd64.deb ...
13:40:21 #9 33.62 Unpacking libre2-9:amd64 (20220201+dfsg-1) ...
13:40:21 #9 33.65 Selecting previously unselected package libre-engine-re2-perl:amd64.
13:40:21 #9 33.65 Preparing to unpack .../308-libre-engine-re2-perl_0.14-1build2_amd64.deb ...
13:40:21 #9 33.66 Unpacking libre-engine-re2-perl:amd64 (0.14-1build2) ...
13:40:21 #9 33.69 Selecting previously unselected package libreadonly-perl.
13:40:21 #9 33.69 Preparing to unpack .../309-libreadonly-perl_2.050-3_all.deb ...
13:40:21 #9 33.69 Unpacking libreadonly-perl (2.050-3) ...
13:40:21 #9 33.72 Selecting previously unselected package libref-util-perl.
13:40:21 #9 33.72 Preparing to unpack .../310-libref-util-perl_0.204-1_all.deb ...
13:40:21 #9 33.73 Unpacking libref-util-perl (0.204-1) ...
13:40:21 #9 33.76 Selecting previously unselected package libref-util-xs-perl.
13:40:21 #9 38.23 Preparing to unpack .../279-libltdl7_2.4.6-14_arm64.deb ...
13:40:21 #9 38.23 Unpacking libltdl7:arm64 (2.4.6-14) ...
13:40:21 #9 38.28 Selecting previously unselected package libltdl-dev:arm64.
13:40:21 #9 38.28 Preparing to unpack .../280-libltdl-dev_2.4.6-14_arm64.deb ...
13:40:21 #9 38.30 Unpacking libltdl-dev:arm64 (2.4.6-14) ...
13:40:21 #9 38.35 Selecting previously unselected package libsys-hostname-long-perl.
13:40:21 #9 38.35 Preparing to unpack .../281-libsys-hostname-long-perl_1.5-1_all.deb ...
13:40:21 #9 38.36 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:40:21 #9 38.40 Selecting previously unselected package libmail-sendmail-perl.
13:40:21 #9 38.40 Preparing to unpack .../282-libmail-sendmail-perl_0.80-1_all.deb ...
13:40:21 #9 38.40 Unpacking libmail-sendmail-perl (0.80-1) ...
13:40:21 #9 38.44 Selecting previously unselected package libmoox-aliases-perl.
13:40:21 #9 38.44 Preparing to unpack .../283-libmoox-aliases-perl_0.001006-1_all.deb ...
13:40:21 #9 38.45 Unpacking libmoox-aliases-perl (0.001006-1) ...
13:40:21 #9 38.48 Selecting previously unselected package libobject-id-perl.
13:40:21 #9 12.94 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdpkg-perl all 1.21.1ubuntu2 [236 kB]
13:40:21 #9 33.24 Unpacking libio-socket-ssl-perl (2.069-1) ...
13:40:21 #9 33.29 Selecting previously unselected package libnet-http-perl.
13:40:21 #9 33.29 Preparing to unpack .../170-libnet-http-perl_6.20-1_all.deb ...
13:40:21 #9 33.29 Unpacking libnet-http-perl (6.20-1) ...
13:40:21 #9 33.32 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:21 #9 33.32 Preparing to unpack .../171-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:40:21 #9 33.33 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:40:21 #9 33.35 Selecting previously unselected package libtry-tiny-perl.
13:40:21 #9 33.35 Preparing to unpack .../172-libtry-tiny-perl_0.30-1_all.deb ...
13:40:21 #9 33.36 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:21 #9 33.38 Selecting previously unselected package libwww-robotrules-perl.
13:40:21 #9 33.39 Preparing to unpack .../173-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:21 #9 33.39 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:21 #9 33.42 Selecting previously unselected package libwww-perl.
13:40:21 #9 33.42 Preparing to unpack .../174-libwww-perl_6.53-1_all.deb ...
13:40:21 #9 33.42 Unpacking libwww-perl (6.53-1) ...
13:40:21 #9 33.46 Selecting previously unselected package patchutils.
13:40:21 #8 33.42 Preparing to unpack .../116-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ...
13:40:21 #8 33.42 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
13:40:21 #8 33.59 Selecting previously unselected package intltool-debian.
13:40:21 #8 33.59 Preparing to unpack .../117-intltool-debian_0.35.0+20060710.4_all.deb ...
13:40:21 #8 33.60 Unpacking intltool-debian (0.35.0+20060710.4) ...
13:40:21 #8 33.62 Selecting previously unselected package po-debconf.
13:40:21 #8 33.63 Preparing to unpack .../118-po-debconf_1.0.20_all.deb ...
13:40:21 #8 33.63 Unpacking po-debconf (1.0.20) ...
13:40:21 #8 33.68 Selecting previously unselected package debhelper.
13:40:21 #8 14.71 Selecting previously unselected package python3-minimal.
13:40:21 #8 14.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9499 files and directories currently installed.)
13:40:21 #8 14.71 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
13:40:21 #8 14.72 Unpacking python3-minimal (3.9.2-3) ...
13:40:21 #8 14.76 Selecting previously unselected package media-types.
13:40:21 #8 14.76 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:40:21 #8 14.76 Unpacking media-types (4.0.0) ...
13:40:21 #8 14.81 Selecting previously unselected package libmpdec3:armhf.
13:40:21 #8 14.82 Preparing to unpack .../2-libmpdec3_2.5.1-1_armhf.deb ...
13:40:21 #8 14.82 Unpacking libmpdec3:armhf (2.5.1-1) ...
13:40:21 #8 14.87 Selecting previously unselected package libncursesw6:armhf.
13:40:21 #8 14.87 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_armhf.deb ...
13:40:21 #8 14.87 Unpacking libncursesw6:armhf (6.2+20201114-2) ...
13:40:21 #8 14.92 Selecting previously unselected package readline-common.
13:40:21 #8 14.92 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
13:40:21 #8 14.92 Unpacking readline-common (8.1-1) ...
13:40:21 #8 14.97 Selecting previously unselected package libreadline8:armhf.
13:40:21 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 5.8s done
13:40:21 #9 31.57 Unpacking libnpth0:amd64 (1.6-1) ...
13:40:21 #9 31.61 Selecting previously unselected package dirmngr.
13:40:21 #9 31.61 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ...
13:40:21 #9 31.63 Unpacking dirmngr (2.2.19-3ubuntu2.1) ...
13:40:21 #9 31.68 Selecting previously unselected package gnupg-l10n.
13:40:21 #9 31.68 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ...
13:40:21 #9 31.69 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ...
13:40:21 #9 31.72 Selecting previously unselected package gnupg-utils.
13:40:21 #9 31.72 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.1_amd64.deb ...
13:40:21 #9 31.72 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ...
13:40:21 #9 31.79 Selecting previously unselected package gpg.
13:40:21 #8 47.17 (26/160): groff-base-1.22.4-9.fc36.aarch64.rpm  7.3 MB/s | 1.0 MB     00:00    
13:40:21 #8 47.20 (27/160): hunspell-1.7.0-19.fc36.aarch64.rpm    2.5 MB/s | 284 kB     00:00    
13:40:21 #8 47.21 (28/160): hunspell-en-0.20140811.1-22.fc36.noar 2.3 MB/s | 180 kB     00:00    
13:40:21 #8 47.24 (29/160): hunspell-en-US-0.20140811.1-22.fc36.n 4.5 MB/s | 176 kB     00:00    
13:40:21 #8 47.25 (30/160): hunspell-filesystem-1.7.0-19.fc36.aar 240 kB/s | 8.9 kB     00:00    
13:40:21 #8 47.25 (31/160): hunspell-en-GB-0.20140811.1-22.fc36.n 4.8 MB/s | 225 kB     00:00    
13:40:21 #8 47.28 (32/160): json-glib-1.6.6-2.fc36.aarch64.rpm    4.2 MB/s | 149 kB     00:00    
13:40:21 #8 47.29 (33/160): info-6.8-3.fc36.aarch64.rpm           5.0 MB/s | 220 kB     00:00    
13:40:21 #8 47.29 (34/160): kernel-srpm-macros-1.0-14.fc36.noarch 243 kB/s | 9.1 kB     00:00    
13:40:21 #8 47.34 (35/160): libjpeg-turbo-2.1.2-2.fc36.aarch64.rp 3.5 MB/s | 190 kB     00:00    
13:40:21 #8 47.38 (36/160): libappstream-glib-0.7.18-4.fc36.aarch 3.7 MB/s | 374 kB     00:00    
13:40:21 #8 44.83 (98/156): abattis-cantarell-fonts-0.301-5.fc35. 4.4 MB/s | 364 kB     00:00    
13:40:21 #8 44.89 (99/156): dbus-libs-1.12.22-1.fc35.aarch64.rpm  1.1 MB/s | 151 kB     00:00    
13:40:21 #8 44.96 (100/156): elfutils-0.186-1.fc35.aarch64.rpm    2.7 MB/s | 517 kB     00:00    
13:40:21 #8 44.96 (101/156): elfutils-debuginfod-client-0.186-1.f 301 kB/s |  40 kB     00:00    
13:40:21 #8 44.97 (102/156): glib-networking-2.70.1-1.fc35.aarch6  14 MB/s | 176 kB     00:00    
13:40:21 #8 44.98 (103/156): go-srpm-macros-3.0.15-1.fc35.noarch. 2.9 MB/s |  26 kB     00:00    
13:40:21 #8 45.08 (104/156): libsoup-2.74.2-1.fc35.aarch64.rpm    3.9 MB/s | 385 kB     00:00    
13:40:21 #13 4.048 (15/67): git-core-2.31.1-2.el8.aarch64.rpm       12 MB/s | 4.7 MB     00:00    
13:40:21 #13 4.068 (16/67): libuv-1.41.1-1.el8_4.aarch64.rpm       7.6 MB/s | 150 kB     00:00    
13:40:21 #13 4.078 (17/67): perl-Error-0.17025-2.el8.noarch.rpm    5.4 MB/s |  46 kB     00:00    
13:40:21 #13 4.086 (18/67): perl-Git-2.31.1-2.el8.noarch.rpm        10 MB/s |  78 kB     00:00    
13:40:21 #13 4.094 (19/67): perl-TermReadKey-2.37-7.el8.aarch64.rp 4.9 MB/s |  40 kB     00:00    
13:40:21 #13 4.103 (20/67): perl-Thread-Queue-3.13-1.el8.noarch.rp 3.0 MB/s |  24 kB     00:00    
13:40:21 #13 4.113 (21/67): vim-filesystem-8.0.1763-16.el8_5.12.no 5.0 MB/s |  50 kB     00:00    
13:40:21 #13 4.319 (22/67): gcc-8.5.0-13.el8.aarch64.rpm            19 MB/s |  19 MB     00:01    
13:40:21 #8 43.81 (4/135): cpio-2.13-10.fc34.aarch64.rpm          2.3 MB/s | 271 kB     00:00    
13:40:21 #8 43.84 (5/135): dbus-libs-1.12.20-3.fc34.aarch64.rpm   1.5 MB/s | 149 kB     00:00    
13:40:21 #8 43.87 (6/135): diffutils-3.7-8.fc34.aarch64.rpm       6.3 MB/s | 387 kB     00:00    
13:40:21 #8 43.88 (7/135): desktop-file-utils-0.26-3.fc34.aarch64 1.1 MB/s |  73 kB     00:00    
13:40:21 #8 43.88 (8/135): dwz-0.14-1.fc34.aarch64.rpm            3.2 MB/s | 126 kB     00:00    
13:40:21 #8 43.88 (9/135): ed-1.14.2-10.fc34.aarch64.rpm          5.4 MB/s |  74 kB     00:00    
13:40:21 #8 43.89 (10/135): enchant-1.6.0-27.fc34.aarch64.rpm     6.2 MB/s |  59 kB     00:00    
13:40:21 #8 43.94 (11/135): findutils-4.8.0-2.fc34.aarch64.rpm    8.6 MB/s | 547 kB     00:00    
13:40:21 #8 43.95 (12/135): fpc-srpm-macros-1.3-3.fc34.noarch.rpm 142 kB/s | 7.7 kB     00:00    
13:40:21 #8 43.95 (13/135): fonts-srpm-macros-2.0.5-5.fc34.noarch 410 kB/s |  27 kB     00:00    
13:40:21 #8 43.95 (14/135): ghc-srpm-macros-1.5.0-4.fc34.noarch.r 724 kB/s | 7.8 kB     00:00    
13:40:21 #8 43.96 (15/135): gnat-srpm-macros-4-13.fc34.noarch.rpm 728 kB/s | 8.3 kB     00:00    
13:40:21 #8 44.01 (16/135): groff-base-1.22.4-7.fc34.aarch64.rpm   17 MB/s | 1.0 MB     00:00    
13:40:21 #9 38.03 Preparing to unpack .../155-libhttp-date-perl_6.05-1_all.deb ...
13:40:21 #9 38.04 Unpacking libhttp-date-perl (6.05-1) ...
13:40:21 #9 38.07 Selecting previously unselected package libfile-listing-perl.
13:40:21 #9 38.07 Preparing to unpack .../156-libfile-listing-perl_6.14-1_all.deb ...
13:40:21 #9 38.07 Unpacking libfile-listing-perl (6.14-1) ...
13:40:21 #9 38.10 Selecting previously unselected package libhtml-tagset-perl.
13:40:21 #9 38.11 Preparing to unpack .../157-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:21 #9 38.11 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:21 #9 38.14 Selecting previously unselected package liburi-perl.
13:40:21 #9 38.14 Preparing to unpack .../158-liburi-perl_5.08-1_all.deb ...
13:40:21 #9 38.14 Unpacking liburi-perl (5.08-1) ...
13:40:21 #9 38.18 Selecting previously unselected package libhtml-parser-perl:arm64.
13:40:21 #9 38.18 Preparing to unpack .../159-libhtml-parser-perl_3.76-1_arm64.deb ...
13:40:21 #9 38.18 Unpacking libhtml-parser-perl:arm64 (3.76-1) ...
13:40:21 #9 38.22 Selecting previously unselected package libhtml-tree-perl.
13:40:21 #9 38.22 Preparing to unpack .../160-libhtml-tree-perl_5.07-2_all.deb ...
13:40:21 #9 38.22 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:21 #9 38.26 Selecting previously unselected package libio-html-perl.
13:40:21 #8 48.34 Setting up libunicode-utf8-perl (0.60-1build4) ...
13:40:21 #8 48.36 Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ...
13:40:21 #8 48.37 Setting up libparams-util-perl (1.07-3build3) ...
13:40:21 #8 48.38 Setting up libsub-name-perl (0.21-1build1) ...
13:40:21 #8 48.39 Setting up openssh-client (1:7.6p1-4ubuntu0.6) ...
13:40:21 #8 48.50 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
13:40:21 #8 48.51 Setting up libsub-quote-perl (2.005000-1) ...
13:40:21 #8 48.52 Setting up libfcgi-perl (0.78-2build1) ...
13:40:21 #8 48.54 Setting up libwww-robotrules-perl (6.01-1) ...
13:40:21 #8 48.55 Setting up python3-debian (0.1.32) ...
13:40:21 #9 38.65 Setting up media-types (7.0.0) ...
13:40:21 #9 38.66 Setting up libpipeline1:arm64 (1.5.5-1) ...
13:40:21 #9 38.68 Setting up wdiff (1.2.2-2build3) ...
13:40:21 #9 38.69 Setting up gcc-11-base:arm64 (11.2.0-19ubuntu1) ...
13:40:21 #9 38.71 Setting up libxau6:arm64 (1:1.0.9-1build5) ...
13:40:21 #9 38.72 Setting up libre2-9:arm64 (20220201+dfsg-1) ...
13:40:21 #9 38.73 Setting up lto-disabled-list (24) ...
13:40:21 #9 38.74 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
13:40:21 #9 38.76 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
13:40:21 #9 38.77 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:40:21 #9 38.77 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
13:40:21 #9 38.78 Setting up libtext-glob-perl (0.11-2) ...
13:40:21 #9 38.79 Setting up libmagic-mgc (1:5.41-3) ...
13:40:21 #9 38.80 Setting up libyaml-0-2:arm64 (0.2.2-1build2) ...
13:40:21 #9 38.81 Setting up distro-info-data (0.52ubuntu0.1) ...
13:40:21 #9 38.82 Setting up manpages (5.10-1ubuntu1) ...
13:40:21 #9 38.83 Setting up unzip (6.0-26ubuntu3) ...
13:40:21 #9 38.84 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
13:40:21 #8 34.28 Preparing to unpack .../110-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:21 #8 34.29 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:21 #8 34.31 Selecting previously unselected package libdevel-globaldestruction-perl.
13:40:21 #8 34.31 Preparing to unpack .../111-libdevel-globaldestruction-perl_0.14-1_all.deb ...
13:40:21 #8 34.32 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
13:40:21 #8 34.34 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:21 #8 34.35 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b1_amd64.deb ...
13:40:21 #8 34.35 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
13:40:21 #8 34.37 Selecting previously unselected package libdynaloader-functions-perl.
13:40:21 #8 34.38 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1_all.deb ...
13:40:21 #8 34.38 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:40:21 #8 34.41 Selecting previously unselected package libdevel-callchecker-perl.
13:40:21 #8 34.41 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1_amd64.deb ...
13:40:21 #8 34.42 Unpacking libdevel-callchecker-perl (0.008-1) ...
13:40:21 #8 34.44 Selecting previously unselected package libparams-classify-perl.
13:40:21 #8 34.44 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b1_amd64.deb ...
13:40:21 #8 34.45 Unpacking libparams-classify-perl (0.015-1+b1) ...
13:40:21 #8 34.47 Selecting previously unselected package libmodule-runtime-perl.
13:40:21 #8 34.47 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:21 #8 34.48 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:21 #8 34.51 Selecting previously unselected package libimport-into-perl.
13:40:21 #9 20.18 Selecting previously unselected package libgdbm6:armhf.
13:40:21 #9 20.18 Preparing to unpack .../005-libgdbm6_1.18.1-5_armhf.deb ...
13:40:21 #9 20.18 Unpacking libgdbm6:armhf (1.18.1-5) ...
13:40:21 #9 20.26 Selecting previously unselected package libpipeline1:armhf.
13:40:21 #9 20.26 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_armhf.deb ...
13:40:21 #8 48.32 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
13:40:21 #8 48.33 Setting up libstdc++-8-dev:arm64 (8.3.0-6) ...
13:40:21 #8 48.34 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:40:21 #8 47.12 Setting up libxpm4:arm64 (1:3.5.12-1) ...
13:40:21 #8 47.13 Setting up libtool (2.4.6-15) ...
13:40:21 #8 47.15 Setting up fontconfig-config (2.13.1-4.2) ...
13:40:21 #8 47.40 Setting up openssh-client (1:8.4p1-5) ...
13:40:21 #9 33.76 Preparing to unpack .../311-libref-util-xs-perl_0.117-1build5_amd64.deb ...
13:40:21 #9 33.76 Unpacking libref-util-xs-perl (0.117-1build5) ...
13:40:21 #9 33.79 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:21 #9 33.79 Preparing to unpack .../312-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
13:40:21 #9 33.80 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
13:40:21 #9 33.83 Selecting previously unselected package libregexp-pattern-perl.
13:40:21 #9 33.83 Preparing to unpack .../313-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:40:21 #9 33.84 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:40:21 #9 33.87 Selecting previously unselected package libsasl2-modules:amd64.
13:40:21 #9 33.87 Preparing to unpack .../314-libsasl2-modules_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
13:40:21 #9 33.87 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:21 #9 33.90 Selecting previously unselected package libsereal-decoder-perl.
13:40:21 #9 33.91 Preparing to unpack .../315-libsereal-decoder-perl_4.023+ds-1_amd64.deb ...
13:40:21 #9 33.91 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
13:40:21 #9 33.94 Selecting previously unselected package libsereal-encoder-perl:amd64.
13:40:21 #9 33.94 Preparing to unpack .../316-libsereal-encoder-perl_4.023+ds-1_amd64.deb ...
13:40:21 #9 33.95 Unpacking libsereal-encoder-perl:amd64 (4.023+ds-1) ...
13:40:21 #9 33.98 Selecting previously unselected package libset-intspan-perl.
13:40:21 #9 38.49 Preparing to unpack .../284-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
13:40:21 #9 38.49 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
13:40:21 #9 38.53 Selecting previously unselected package libmoox-struct-perl.
13:40:21 #9 38.53 Preparing to unpack .../285-libmoox-struct-perl_0.017-1_all.deb ...
13:40:21 #9 38.53 Unpacking libmoox-struct-perl (0.017-1) ...
13:40:21 #9 38.57 Selecting previously unselected package libnet-dns-sec-perl.
13:40:21 #9 38.57 Preparing to unpack .../286-libnet-dns-sec-perl_1.15-1_arm64.deb ...
13:40:21 #9 38.58 Unpacking libnet-dns-sec-perl (1.15-1) ...
13:40:21 #9 38.62 Selecting previously unselected package libnet-libidn-perl.
13:40:21 #9 38.62 Preparing to unpack .../287-libnet-libidn-perl_0.12.ds-3build2_arm64.deb ...
13:40:21 #9 38.62 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
13:40:21 #9 38.66 Selecting previously unselected package libnumber-range-perl.
13:40:21 #9 38.66 Preparing to unpack .../288-libnumber-range-perl_0.12-1_all.deb ...
13:40:21 #9 38.66 Unpacking libnumber-range-perl (0.12-1) ...
13:40:21 #9 38.70 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:21 #9 38.70 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1build1_arm64.deb ...
13:40:21 #9 38.70 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
13:40:21 #9 38.73 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:21 #9 13.34 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB]
13:40:21 #9 13.35 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patch armhf 2.7.6-7build2 [111 kB]
13:40:21 #9 13.38 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lto-disabled-list all 24 [12.5 kB]
13:40:21 #9 13.39 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dpkg-dev all 1.21.1ubuntu2 [922 kB]
13:40:21 #9 33.46 Preparing to unpack .../175-patchutils_0.4.2-1_amd64.deb ...
13:40:21 #9 33.47 Unpacking patchutils (0.4.2-1) ...
13:40:21 #9 33.50 Selecting previously unselected package wdiff.
13:40:21 #9 33.50 Preparing to unpack .../176-wdiff_1.2.2-2build2_amd64.deb ...
13:40:21 #9 33.51 Unpacking wdiff (1.2.2-2build2) ...
13:40:21 #9 33.54 Selecting previously unselected package devscripts.
13:40:21 #9 33.55 Preparing to unpack .../177-devscripts_2.21.4ubuntu1_amd64.deb ...
13:40:21 #9 33.56 Unpacking devscripts (2.21.4ubuntu1) ...
13:40:21 #9 33.63 Selecting previously unselected package diffstat.
13:40:21 #9 33.63 Preparing to unpack .../178-diffstat_1.64-1_amd64.deb ...
13:40:21 #9 33.63 Unpacking diffstat (1.64-1) ...
13:40:21 #9 33.67 Selecting previously unselected package python3-chardet.
13:40:21 #8 33.68 Preparing to unpack .../119-debhelper_11.1.6ubuntu2_all.deb ...
13:40:21 #8 33.69 Unpacking debhelper (11.1.6ubuntu2) ...
13:40:21 #8 33.80 Selecting previously unselected package libfile-which-perl.
13:40:21 #8 33.80 Preparing to unpack .../120-libfile-which-perl_1.21-1_all.deb ...
13:40:21 #8 33.81 Unpacking libfile-which-perl (1.21-1) ...
13:40:21 #8 33.84 Selecting previously unselected package libfile-homedir-perl.
13:40:21 #8 33.84 Preparing to unpack .../121-libfile-homedir-perl_1.002-1_all.deb ...
13:40:21 #8 33.85 Unpacking libfile-homedir-perl (1.002-1) ...
13:40:21 #8 33.89 Selecting previously unselected package devscripts.
13:40:21 #8 33.89 Preparing to unpack .../122-devscripts_2.17.12ubuntu1.1_amd64.deb ...
13:40:21 #8 33.91 Unpacking devscripts (2.17.12ubuntu1.1) ...
13:40:21 #8 14.97 Preparing to unpack .../5-libreadline8_8.1-1_armhf.deb ...
13:40:21 #8 14.98 Unpacking libreadline8:armhf (8.1-1) ...
13:40:21 #8 15.03 Selecting previously unselected package libsqlite3-0:armhf.
13:40:21 #8 15.03 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_armhf.deb ...
13:40:21 #8 15.04 Unpacking libsqlite3-0:armhf (3.34.1-3) ...
13:40:21 #24 0.607 Building static docker-darwin-arm64
13:40:21 #24 0.611 + go build -o /out/docker-darwin-arm64 -tags ' osusergo pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:40:21Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40"' '-buildmode=pie' github.com/docker/cli/cmd/docker
13:40:21 #9 31.79 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.1_amd64.deb ...
13:40:21 #9 31.80 Unpacking gpg (2.2.19-3ubuntu2.1) ...
13:40:21 #9 31.86 Selecting previously unselected package pinentry-curses.
13:40:21 #9 31.87 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
13:40:21 #9 31.87 Unpacking pinentry-curses (1.1.0-3build1) ...
13:40:21 #9 31.91 Selecting previously unselected package gpg-agent.
13:40:21 #9 31.91 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ...
13:40:21 #9 31.91 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ...
13:40:21 #9 32.00 Selecting previously unselected package gpg-wks-client.
13:40:21 #9 32.00 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.1_amd64.deb ...
13:40:21 #9 32.00 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ...
13:40:21 #9 32.04 Selecting previously unselected package gpg-wks-server.
13:40:21 #8 47.40 (37/160): libpkgconf-1.8.0-2.fc36.aarch64.rpm   671 kB/s |  36 kB     00:00    
13:40:21 #8 47.41 (38/160): libpng-1.6.37-12.fc36.aarch64.rpm     4.6 MB/s | 114 kB     00:00    
13:40:21 #8 47.42 (39/160): libproxy-0.4.17-4.fc36.aarch64.rpm    3.5 MB/s |  68 kB     00:00    
13:40:21 #8 47.52 (40/160): libicu-69.1-5.fc36.aarch64.rpm         41 MB/s | 9.7 MB     00:00    
13:40:21 #8 47.53 (41/160): libproxy-webkitgtk4-0.4.17-4.fc36.aar 179 kB/s |  20 kB     00:00    
13:40:21 #8 47.56 (42/160): libsoup-2.74.2-2.fc36.aarch64.rpm     2.7 MB/s | 385 kB     00:00    
13:40:21 #8 47.57 (43/160): libstemmer-0-18.585svn.fc36.aarch64.r 1.9 MB/s |  82 kB     00:00    
13:40:21 #8 47.57 (44/160): lua-srpm-macros-1-6.fc36.noarch.rpm   1.4 MB/s | 8.5 kB     00:00    
13:40:21 #8 47.57 (45/160): nim-srpm-macros-3-6.fc36.noarch.rpm   1.4 MB/s | 8.3 kB     00:00    
13:40:21 #8 47.61 (46/160): ncurses-6.2-9.20210508.fc36.aarch64.r 8.4 MB/s | 400 kB     00:00    
13:40:21 #8 47.61 (47/160): ocaml-srpm-macros-6-6.fc36.noarch.rpm 182 kB/s | 7.7 kB     00:00    
13:40:21 #8 47.62 (48/160): openblas-srpm-macros-2-11.fc36.noarch 177 kB/s | 7.4 kB     00:00    
13:40:21 #8 47.62 (49/160): package-notes-srpm-macros-0.4-14.fc36 1.7 MB/s |  11 kB     00:00    
13:40:21 #8 47.63 (50/160): patch-2.7.6-16.fc36.aarch64.rpm        12 MB/s | 121 kB     00:00    
13:40:21 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed
13:40:21 #8 45.15 (105/156): glibc-gconv-extra-2.34-32.fc35.aarch 8.4 MB/s | 1.6 MB     00:00    
13:40:21 #8 45.24 (106/156): gdb-minimal-11.2-2.fc35.aarch64.rpm   12 MB/s | 3.4 MB     00:00    
13:40:21 #8 45.24 (107/156): perl-AutoLoader-5.74-486.fc35.noarch 159 kB/s |  26 kB     00:00    
13:40:21 #8 45.25 (108/156): perl-B-1.82-486.fc35.aarch64.rpm     2.0 MB/s | 186 kB     00:00    
13:40:21 #8 45.25 (109/156): perl-Class-Struct-0.66-486.fc35.noar 3.6 MB/s |  27 kB     00:00    
13:40:21 #8 45.26 (110/156): perl-DynaLoader-1.50-486.fc35.aarch6 2.8 MB/s |  30 kB     00:00    
13:40:21 #8 45.26 (111/156): perl-Errno-1.33-486.fc35.aarch64.rpm 3.0 MB/s |  19 kB     00:00    
13:40:21 #8 45.26 (112/156): perl-Fcntl-1.14-486.fc35.aarch64.rpm 3.7 MB/s |  25 kB     00:00    
13:40:21 #8 45.27 (113/156): perl-File-Basename-2.85-486.fc35.noa 3.1 MB/s |  22 kB     00:00    
13:40:21 #8 45.27 (114/156): perl-File-stat-1.09-486.fc35.noarch. 2.8 MB/s |  22 kB     00:00    
13:40:21 #8 45.28 (115/156): perl-FileHandle-2.03-486.fc35.noarch 2.6 MB/s |  20 kB     00:00    
13:40:21 #8 45.28 (116/156): perl-Getopt-Std-1.13-486.fc35.noarch 2.6 MB/s |  20 kB     00:00    
13:40:21 #8 45.29 (117/156): perl-HTTP-Tiny-0.080-1.fc35.noarch.r 6.1 MB/s |  55 kB     00:00    
13:40:21 #8 45.29 (118/156): perl-IO-1.46-486.fc35.aarch64.rpm    7.9 MB/s |  92 kB     00:00    
13:40:21 #8 45.30 (119/156): perl-IPC-Open3-1.21-486.fc35.noarch. 2.5 MB/s |  27 kB     00:00    
13:40:21 #8 45.30 (120/156): perl-Mozilla-CA-20211001-1.fc35.noar 1.5 MB/s |  12 kB     00:00    
13:40:21 #8 45.37 (121/156): perl-Encode-3.15-482.fc35.aarch64.rp  14 MB/s | 1.7 MB     00:00    
13:40:21 #13 4.328 (23/67): checkpolicy-2.9-1.el8.aarch64.rpm      1.5 MB/s | 338 kB     00:00    
13:40:21 #13 4.350 (24/67): glibc-headers-2.28-199.el8.aarch64.rpm  21 MB/s | 475 kB     00:00    
13:40:21 #13 4.354 (25/67): glibc-devel-2.28-199.el8.aarch64.rpm   2.2 MB/s |  79 kB     00:00    
13:40:21 #13 4.407 (26/67): glibc-langpack-en-2.28-199.el8.aarch64  14 MB/s | 822 kB     00:00    
13:40:21 #13 4.466 (27/67): libtool-ltdl-devel-2.4.6-25.el8.aarch6 320 kB/s | 184 kB     00:00    
13:40:21 #13 4.505 (28/67): libasan-8.5.0-13.el8.aarch64.rpm       9.8 MB/s | 386 kB     00:00    
13:40:21 #13 4.512 (29/67): libatomic-8.5.0-13.el8.aarch64.rpm     4.0 MB/s |  25 kB     00:00    
13:40:21 #13 4.523 (30/67): libedit-3.1-23.20170329cvs.el8.aarch64 9.5 MB/s |  99 kB     00:00    
13:40:21 #13 4.532 (31/67): libgomp-8.5.0-13.el8.aarch64.rpm        23 MB/s | 199 kB     00:00    
13:40:21 #8 44.07 (17/135): gsettings-desktop-schemas-40.0-1.fc34 6.0 MB/s | 691 kB     00:00    
13:40:21 #8 44.11 (18/135): hunspell-1.7.0-9.fc34.aarch64.rpm     2.1 MB/s | 326 kB     00:00    
13:40:21 #8 44.12 (19/135): hunspell-en-GB-0.20140811.1-18.fc34.n 2.1 MB/s | 225 kB     00:00    
13:40:21 #8 44.13 (20/135): info-6.7-10.fc34.aarch64.rpm           28 MB/s | 225 kB     00:00    
13:40:21 #8 44.13 (21/135): hunspell-filesystem-1.7.0-9.fc34.aarc 470 kB/s | 7.6 kB     00:00    
13:40:21 #8 44.13 (22/135): hunspell-en-US-0.20140811.1-18.fc34.n 8.1 MB/s | 177 kB     00:00    
13:40:21 #8 44.14 (23/135): kernel-srpm-macros-1.0-4.fc34.noarch. 663 kB/s | 7.3 kB     00:00    
13:40:21 #8 44.17 (24/135): libappstream-glib-0.7.18-2.fc34.aarch 9.2 MB/s | 381 kB     00:00    
13:40:21 #8 44.17 (25/135): libpipeline-1.5.3-2.fc34.aarch64.rpm  1.3 MB/s |  49 kB     00:00    
13:40:21 #8 44.18 (26/135): libpkgconf-1.7.3-6.fc34.aarch64.rpm   922 kB/s |  36 kB     00:00    
13:40:21 #8 44.18 (27/135): libpng-1.6.37-10.fc34.aarch64.rpm     9.8 MB/s | 114 kB     00:00    
13:40:21 #8 44.19 (28/135): libproxy-0.4.15-30.fc34.aarch64.rpm   8.2 MB/s |  69 kB     00:00    
13:40:21 #8 44.22 (29/135): libsoup-2.72.0-6.fc34.aarch64.rpm      10 MB/s | 390 kB     00:00    
13:40:21 #8 44.22 (30/135): libstemmer-0-16.585svn.fc34.aarch64.r 2.2 MB/s |  85 kB     00:00    
13:40:21 #8 44.22 (31/135): lua-srpm-macros-1-4.fc34.noarch.rpm   236 kB/s | 8.3 kB     00:00    
13:40:21 #8 44.23 (32/135): nim-srpm-macros-3-4.fc34.noarch.rpm   1.1 MB/s | 8.4 kB     00:00    
13:40:21 #8 44.28 (33/135): ncurses-6.2-4.20200222.fc34.aarch64.r 7.1 MB/s | 394 kB     00:00    
13:40:21 #8 44.32 (34/135): man-db-2.9.3-3.fc34.aarch64.rpm        11 MB/s | 1.1 MB     00:00    
13:40:21 #8 44.32 (35/135): ocaml-srpm-macros-6-4.fc34.noarch.rpm  90 kB/s | 7.8 kB     00:00    
13:40:21 #9 38.26 Preparing to unpack .../161-libio-html-perl_1.004-2_all.deb ...
13:40:21 #9 38.26 Unpacking libio-html-perl (1.004-2) ...
13:40:21 #9 38.29 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:21 #9 38.29 Preparing to unpack .../162-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:21 #9 38.30 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:21 #9 38.32 Selecting previously unselected package libhttp-message-perl.
13:40:21 #9 38.33 Preparing to unpack .../163-libhttp-message-perl_6.29-1_all.deb ...
13:40:21 #9 38.33 Unpacking libhttp-message-perl (6.29-1) ...
13:40:21 #9 38.36 Selecting previously unselected package libhttp-cookies-perl.
13:40:21 #9 38.36 Preparing to unpack .../164-libhttp-cookies-perl_6.10-1_all.deb ...
13:40:21 #9 38.37 Unpacking libhttp-cookies-perl (6.10-1) ...
13:40:21 #9 38.39 Selecting previously unselected package libhttp-negotiate-perl.
13:40:21 #9 38.39 Preparing to unpack .../165-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:21 #9 38.40 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:21 #9 38.42 Selecting previously unselected package perl-openssl-defaults:arm64.
13:40:21 #9 38.42 Preparing to unpack .../166-perl-openssl-defaults_5_arm64.deb ...
13:40:21 #9 38.43 Unpacking perl-openssl-defaults:arm64 (5) ...
13:40:21 #9 38.46 Selecting previously unselected package libnet-ssleay-perl.
13:40:21 #9 38.46 Preparing to unpack .../167-libnet-ssleay-perl_1.88-3ubuntu1_arm64.deb ...
13:40:21 #9 38.50 Unpacking libnet-ssleay-perl (1.88-3ubuntu1) ...
13:40:21 #9 38.86 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
13:40:21 #9 38.87 Setting up libsqlite3-0:arm64 (3.37.2-2) ...
13:40:21 #9 38.88 Setting up libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:21 #9 38.90 Setting up binutils-common:arm64 (2.38-3ubuntu1) ...
13:40:21 #9 38.91 Setting up libnghttp2-14:arm64 (1.43.0-1build3) ...
13:40:21 #9 38.93 Setting up libmagic1:arm64 (1:5.41-3) ...
13:40:21 #9 38.94 Setting up libdeflate0:arm64 (1.10-2) ...
13:40:21 #9 38.95 Setting up less (590-1build1) ...
13:40:21 #9 38.97 Setting up perl-openssl-defaults:arm64 (5build2) ...
13:40:21 #9 38.98 Setting up linux-libc-dev:arm64 (5.15.0-27.28) ...
13:40:21 #9 39.00 Setting up libctf-nobfd0:arm64 (2.38-3ubuntu1) ...
13:40:21 #9 39.01 Setting up gettext-base (0.21-4ubuntu4) ...
13:40:21 #9 39.02 Setting up liblzo2-2:arm64 (2.10-2build3) ...
13:40:21 #9 39.03 Setting up libnpth0:arm64 (1.6-3build2) ...
13:40:21 #9 39.04 Setting up file (1:5.41-3) ...
13:40:21 #9 39.05 Setting up libassuan0:arm64 (2.5.5-1build1) ...
13:40:21 #9 39.06 Setting up libgomp1:arm64 (12-20220319-1ubuntu1) ...
13:40:21 #9 39.07 Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ...
13:40:21 #9 39.08 Setting up bzip2 (1.0.8-5build1) ...
13:40:21 #9 39.09 Setting up libldap-common (2.5.11+dfsg-1~exp1ubuntu3) ...
13:40:21 #9 39.11 Setting up libjbig0:arm64 (2.1-3.1build3) ...
13:40:21 #9 39.12 Setting up libfakeroot:arm64 (1.28-1ubuntu1) ...
13:40:21 #9 39.14 Setting up libasan6:arm64 (11.2.0-19ubuntu1) ...
13:40:21 #9 39.15 Setting up libnumber-compare-perl (0.03-2) ...
13:40:21 #9 39.16 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:21 #9 39.17 Setting up fakeroot (1.28-1ubuntu1) ...
13:40:21 #8 48.73 Setting up libauthen-sasl-perl (2.1600-1) ...
13:40:21 #8 48.74 Setting up libclass-accessor-perl (0.51-1) ...
13:40:21 #8 48.75 Setting up libsort-key-perl (1.33-2) ...
13:40:21 #8 48.77 Setting up libhtml-tagset-perl (3.20-3) ...
13:40:21 #8 48.78 Setting up libpath-tiny-perl (0.104-1) ...
13:40:21 #8 48.80 Setting up libtool (2.4.6-2) ...
13:40:21 #8 48.81 Setting up libnet-domain-tld-perl (1.75-1) ...
13:40:21 #8 48.82 Setting up libsub-install-perl (0.928-1) ...
13:40:21 #8 48.83 Setting up libdata-optlist-perl (0.110-1) ...
13:40:21 #8 48.84 Setting up libio-stringy-perl (2.111-2) ...
13:40:21 #8 48.85 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:21 #8 34.51 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
13:40:21 #8 34.52 Unpacking libimport-into-perl (1.002005-1) ...
13:40:21 #8 34.55 Selecting previously unselected package librole-tiny-perl.
13:40:21 #8 34.55 Preparing to unpack .../118-librole-tiny-perl_2.000006-1_all.deb ...
13:40:21 #8 34.56 Unpacking librole-tiny-perl (2.000006-1) ...
13:40:21 #8 34.67 Selecting previously unselected package libstrictures-perl.
13:40:21 #8 34.67 Preparing to unpack .../119-libstrictures-perl_2.000005-1_all.deb ...
13:40:21 #8 34.70 Unpacking libstrictures-perl (2.000005-1) ...
13:40:21 #9 20.26 Unpacking libpipeline1:armhf (1.5.2-2build1) ...
13:40:21 #9 20.33 Selecting previously unselected package man-db.
13:40:21 #9 20.33 Preparing to unpack .../007-man-db_2.9.1-1_armhf.deb ...
13:40:21 #9 20.34 Unpacking man-db (2.9.1-1) ...
13:40:21 #9 20.53 Selecting previously unselected package perl-modules-5.30.
13:40:21 #9 20.53 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
13:40:21 #8 47.50 Setting up gpgsm (2.2.27-2+deb11u1) ...
13:40:21 #8 47.51 Setting up libxext6:arm64 (2:1.3.3-1.1) ...
13:40:21 #8 47.52 Setting up man-db (2.9.4-2) ...
13:40:21 #8 47.63 Building database of manual pages ...
13:40:21 #9 33.98 Preparing to unpack .../317-libset-intspan-perl_1.19-2_all.deb ...
13:40:21 #9 33.98 Unpacking libset-intspan-perl (1.19-2) ...
13:40:21 #9 34.01 Selecting previously unselected package libsocket6-perl.
13:40:21 #9 34.01 Preparing to unpack .../318-libsocket6-perl_0.29-1build4_amd64.deb ...
13:40:21 #9 34.02 Unpacking libsocket6-perl (0.29-1build4) ...
13:40:21 #9 34.04 Selecting previously unselected package libstring-copyright-perl.
13:40:21 #9 34.05 Preparing to unpack .../319-libstring-copyright-perl_0.003012-1_all.deb ...
13:40:21 #9 34.05 Unpacking libstring-copyright-perl (0.003012-1) ...
13:40:21 #9 34.08 Selecting previously unselected package libstring-escape-perl.
13:40:21 #9 34.08 Preparing to unpack .../320-libstring-escape-perl_2010.002-2_all.deb ...
13:40:21 #9 34.08 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:21 #9 34.11 Selecting previously unselected package libstring-shellquote-perl.
13:40:21 #9 34.12 Preparing to unpack .../321-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:21 #9 34.12 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:21 #9 34.15 Selecting previously unselected package libxs-parse-keyword-perl.
13:40:21 #9 34.15 Preparing to unpack .../322-libxs-parse-keyword-perl_0.21-1build1_amd64.deb ...
13:40:21 #9 34.15 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
13:40:21 #9 34.18 Selecting previously unselected package libsyntax-keyword-try-perl.
13:40:21 #9 34.18 Preparing to unpack .../323-libsyntax-keyword-try-perl_0.26-1build1_amd64.deb ...
13:40:21 #9 34.19 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
13:40:21 #9 34.22 Selecting previously unselected package libterm-readkey-perl.
13:40:21 #9 34.22 Preparing to unpack .../324-libterm-readkey-perl_2.38-1build4_amd64.deb ...
13:40:21 #9 34.22 Unpacking libterm-readkey-perl (2.38-1build4) ...
13:40:21 #9 34.25 Selecting previously unselected package libtext-levenshteinxs-perl.
13:40:21 #9 34.26 Preparing to unpack .../325-libtext-levenshteinxs-perl_0.03-4build10_amd64.deb ...
13:40:21 #9 34.26 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
13:40:21 #9 34.29 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
13:40:21 #9 38.74 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:21 #9 38.74 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:21 #9 38.77 Selecting previously unselected package libperl4-corelibs-perl.
13:40:21 #9 38.78 Preparing to unpack .../291-libperl4-corelibs-perl_0.004-2_all.deb ...
13:40:21 #9 38.78 Unpacking libperl4-corelibs-perl (0.004-2) ...
13:40:21 #9 38.82 Selecting previously unselected package libperlio-gzip-perl.
13:40:21 #9 38.82 Preparing to unpack .../292-libperlio-gzip-perl_0.19-1build5_arm64.deb ...
13:40:21 #9 38.82 Unpacking libperlio-gzip-perl (0.19-1build5) ...
13:40:21 #9 38.86 Selecting previously unselected package libpod-constants-perl.
13:40:21 #9 38.86 Preparing to unpack .../293-libpod-constants-perl_0.19-1_all.deb ...
13:40:21 #9 38.86 Unpacking libpod-constants-perl (0.19-1) ...
13:40:21 #9 38.91 Selecting previously unselected package libre2-5:arm64.
13:40:21 #9 38.91 Preparing to unpack .../294-libre2-5_20200101+dfsg-1build1_arm64.deb ...
13:40:21 #9 38.91 Unpacking libre2-5:arm64 (20200101+dfsg-1build1) ...
13:40:21 #9 38.96 Selecting previously unselected package libre-engine-re2-perl.
13:40:21 #9 38.96 Preparing to unpack .../295-libre-engine-re2-perl_0.13-5_arm64.deb ...
13:40:21 #9 38.96 Unpacking libre-engine-re2-perl (0.13-5) ...
13:40:21 #9 39.00 Selecting previously unselected package libreadonly-perl.
13:40:21 #9 39.00 Preparing to unpack .../296-libreadonly-perl_2.050-2_all.deb ...
13:40:21 #9 39.00 Unpacking libreadonly-perl (2.050-2) ...
13:40:21 #9 39.03 Selecting previously unselected package libref-util-perl.
13:40:21 #9 39.04 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
13:40:21 #9 39.04 Unpacking libref-util-perl (0.204-1) ...
13:40:21 #9 39.08 Selecting previously unselected package libref-util-xs-perl.
13:40:21 #9 13.55 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf build-essential armhf 12.9ubuntu3 [4744 B]
13:40:21 #9 13.55 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
13:40:21 #9 13.57 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1 [19.2 kB]
13:40:21 #9 13.57 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1 [50.7 kB]
13:40:21 #9 13.58 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libldap-2.5-0 armhf 2.5.11+dfsg-1~exp1ubuntu3 [160 kB]
13:40:21 #9 13.59 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
13:40:21 #9 13.59 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
13:40:21 #9 13.60 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.1 [252 kB]
13:40:21 #9 13.61 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.1 [188 kB]
13:40:21 #9 13.62 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB]
13:40:21 #9 13.69 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
13:40:21 #9 13.69 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtool all 2.4.6-15build2 [164 kB]
13:40:21 #9 13.70 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-autoreconf all 20 [16.1 kB]
13:40:21 #9 13.70 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB]
13:40:21 #9 13.70 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-override-perl all 0.09-2 [9532 B]
13:40:21 #9 13.70 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
13:40:21 #9 13.71 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-strip-nondeterminism all 1.13.0-1 [5344 B]
13:40:21 #9 13.71 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB]
13:40:21 #9 33.67 Preparing to unpack .../179-python3-chardet_4.0.0-1_all.deb ...
13:40:21 #9 33.67 Unpacking python3-chardet (4.0.0-1) ...
13:40:21 #9 33.72 Selecting previously unselected package python3-six.
13:40:21 #9 33.72 Preparing to unpack .../180-python3-six_1.16.0-2_all.deb ...
13:40:21 #9 33.72 Unpacking python3-six (1.16.0-2) ...
13:40:21 #9 33.75 Selecting previously unselected package zstd.
13:40:21 #9 33.75 Preparing to unpack .../181-zstd_1.4.8+dfsg-2.1_amd64.deb ...
13:40:21 #9 33.76 Unpacking zstd (1.4.8+dfsg-2.1) ...
13:40:21 #9 33.84 Selecting previously unselected package python3-debian.
13:40:21 #9 33.84 Preparing to unpack .../182-python3-debian_0.1.39ubuntu1_all.deb ...
13:40:21 #9 33.85 Unpacking python3-debian (0.1.39ubuntu1) ...
13:40:21 #9 33.89 Selecting previously unselected package libgpgme11:amd64.
13:40:21 #9 33.89 Preparing to unpack .../183-libgpgme11_1.14.0-1ubuntu4_amd64.deb ...
13:40:21 #9 33.89 Unpacking libgpgme11:amd64 (1.14.0-1ubuntu4) ...
13:40:21 #9 33.94 Selecting previously unselected package python3-gpg.
13:40:21 #9 33.94 Preparing to unpack .../184-python3-gpg_1.14.0-1ubuntu4_amd64.deb ...
13:40:21 #9 33.94 Unpacking python3-gpg (1.14.0-1ubuntu4) ...
13:40:21 #9 33.99 Selecting previously unselected package dput.
13:40:21 #9 34.00 Preparing to unpack .../185-dput_1.1.0ubuntu2_all.deb ...
13:40:21 #9 34.00 Unpacking dput (1.1.0ubuntu2) ...
13:40:21 #9 34.04 Selecting previously unselected package fonts-dejavu-core.
13:40:21 #8 34.03 Selecting previously unselected package diffstat.
13:40:21 #8 34.04 Preparing to unpack .../123-diffstat_1.61-1build1_amd64.deb ...
13:40:21 #8 34.04 Unpacking diffstat (1.61-1build1) ...
13:40:21 #8 34.08 Selecting previously unselected package libassuan0:amd64.
13:40:21 #8 34.08 Preparing to unpack .../124-libassuan0_2.5.1-2_amd64.deb ...
13:40:21 #8 34.09 Unpacking libassuan0:amd64 (2.5.1-2) ...
13:40:21 #8 34.12 Selecting previously unselected package gpgconf.
13:40:21 #8 34.12 Preparing to unpack .../125-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ...
13:40:21 #8 34.13 Unpacking gpgconf (2.2.4-1ubuntu1.4) ...
13:40:21 #8 34.18 Selecting previously unselected package libksba8:amd64.
13:40:21 #18 7.051 (13/22) Installing libmagic (5.41-r0)
13:40:21 #18 7.131 (14/22) Installing file (5.41-r0)
13:40:21 #18 7.134 (15/22) Installing brotli-libs (1.0.9-r5)
13:40:21 #18 7.147 (16/22) Installing nghttp2-libs (1.46.0-r0)
13:40:21 #18 7.153 (17/22) Installing libcurl (7.80.0-r1)
13:40:21 #18 7.168 (18/22) Installing expat (2.4.7-r0)
13:40:21 #18 7.176 (19/22) Installing pcre2 (10.39-r0)
13:40:21 #18 7.193 (20/22) Installing git (2.34.2-r0)
13:40:21 #18 7.391 (21/22) Installing lld (12.0.1-r1)
13:40:21 #9 32.04 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.1_amd64.deb ...
13:40:21 #9 32.05 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ...
13:40:21 #9 32.08 Selecting previously unselected package gpgsm.
13:40:21 #9 32.08 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.1_amd64.deb ...
13:40:21 #9 32.09 Unpacking gpgsm (2.2.19-3ubuntu2.1) ...
13:40:21 #9 32.14 Selecting previously unselected package gnupg.
13:40:21 #9 32.14 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.1_all.deb ...
13:40:21 #9 32.15 Unpacking gnupg (2.2.19-3ubuntu2.1) ...
13:40:21 #9 32.18 Selecting previously unselected package libfile-which-perl.
13:40:21 #9 32.19 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
13:40:21 #9 32.19 Unpacking libfile-which-perl (1.23-1) ...
13:40:21 #9 32.22 Selecting previously unselected package libfile-homedir-perl.
13:40:21 #9 32.23 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
13:40:21 #9 32.23 Unpacking libfile-homedir-perl (1.004-1) ...
13:40:21 #9 32.26 Selecting previously unselected package libio-pty-perl.
13:40:21 #8 47.63 (51/160): perl-AutoLoader-5.74-486.fc36.noarch. 2.3 MB/s |  26 kB     00:00    
13:40:21 #8 47.63 (52/160): perl-B-1.82-486.fc36.aarch64.rpm       16 MB/s | 186 kB     00:00    
13:40:21 #8 47.64 (53/160): perl-Carp-1.52-479.fc36.noarch.rpm    2.4 MB/s |  29 kB     00:00    
13:40:21 #8 47.64 (54/160): perl-Class-Struct-0.66-486.fc36.noarc 2.2 MB/s |  27 kB     00:00    
13:40:21 #8 47.64 (55/160): perl-Data-Dumper-2.183-3.fc36.aarch64 5.2 MB/s |  55 kB     00:00    
13:40:21 #8 47.65 (56/160): perl-Digest-1.20-2.fc36.noarch.rpm    2.8 MB/s |  25 kB     00:00    
13:40:21 #8 47.65 (57/160): perl-Digest-MD5-2.58-479.fc36.aarch64 4.6 MB/s |  36 kB     00:00    
13:40:21 #8 47.68 (58/160): perl-DynaLoader-1.50-486.fc36.aarch64 923 kB/s |  31 kB     00:00    
13:40:21 #8 47.68 (59/160): perl-Errno-1.33-486.fc36.aarch64.rpm  621 kB/s |  20 kB     00:00    
13:40:21 #8 47.68 (60/160): perl-Exporter-5.76-480.fc36.noarch.rp 1.0 MB/s |  31 kB     00:00    
13:40:21 #8 47.69 (61/160): perl-File-Basename-2.85-486.fc36.noar 4.0 MB/s |  22 kB     00:00    
13:40:21 #8 47.69 (62/160): perl-File-Path-2.18-479.fc36.noarch.r 5.5 MB/s |  35 kB     00:00    
13:40:21 #8 47.70 (63/160): perl-File-Temp-0.231.100-479.fc36.noa 6.8 MB/s |  59 kB     00:00    
13:40:21 #8 47.70 (64/160): perl-Fcntl-1.14-486.fc36.aarch64.rpm  1.3 MB/s |  25 kB     00:00    
13:40:21 #8 47.70 (65/160): perl-File-stat-1.09-486.fc36.noarch.r 1.9 MB/s |  22 kB     00:00    
13:40:21 #8 47.71 (66/160): perl-FileHandle-2.03-486.fc36.noarch. 2.1 MB/s |  20 kB     00:00    
13:40:21 #8 47.71 (67/160): perl-Getopt-Long-2.52-479.fc36.noarch 7.7 MB/s |  60 kB     00:00    
13:40:21 #8 47.71 (68/160): perl-Getopt-Std-1.13-486.fc36.noarch. 2.0 MB/s |  21 kB     00:00    
13:40:21 #8 47.72 (69/160): perl-HTTP-Tiny-0.080-2.fc36.noarch.rp 4.9 MB/s |  55 kB     00:00    
13:40:21 #8 47.72 (70/160): perl-IO-Socket-IP-0.41-480.fc36.noarc 4.9 MB/s |  42 kB     00:00    
13:40:21 #8 47.73 (71/160): perl-IO-1.46-486.fc36.aarch64.rpm     7.4 MB/s |  92 kB     00:00    
13:40:21 #8 47.74 (72/160): perl-IO-Socket-SSL-2.074-2.fc36.noarc  13 MB/s | 218 kB     00:00    
13:40:21 #8 47.74 (73/160): perl-IPC-Open3-1.21-486.fc36.noarch.r 1.5 MB/s |  28 kB     00:00    
13:40:21 #8 47.75 (74/160): perl-MIME-Base64-3.16-479.fc36.aarch6 1.6 MB/s |  30 kB     00:00    
13:40:21 #8 47.75 (75/160): perl-Mozilla-CA-20211001-2.fc36.noarc 739 kB/s |  12 kB     00:00    
13:40:21 #8 47.76 (76/160): perl-NDBM_File-1.15-486.fc36.aarch64. 3.0 MB/s |  27 kB     00:00    
13:40:21 #8 47.79 (77/160): perl-Net-SSLeay-1.92-2.fc36.aarch64.r 9.1 MB/s | 365 kB     00:00    
13:40:21 #8 47.79 (78/160): perl-PathTools-3.80-479.fc36.aarch64. 2.6 MB/s |  85 kB     00:00    
13:40:21 #8 47.82 (79/160): perl-POSIX-1.97-486.fc36.aarch64.rpm  1.4 MB/s | 103 kB     00:00    
13:40:21 #8 47.83 (80/160): perl-Pod-Escapes-1.07-479.fc36.noarch 507 kB/s |  20 kB     00:00    
13:40:21 #8 47.83 (81/160): perl-Pod-Perldoc-3.28.01-480.fc36.noa 2.1 MB/s |  83 kB     00:00    
13:40:21 #8 47.84 (82/160): perl-Pod-Usage-2.01-479.fc36.noarch.r 5.2 MB/s |  40 kB     00:00    
13:40:21 #8 47.84 (83/160): perl-Pod-Simple-3.43-3.fc36.noarch.rp  17 MB/s | 215 kB     00:00    
13:40:21 #8 47.88 (84/160): perl-Scalar-List-Utils-1.62-464.fc36. 1.4 MB/s |  70 kB     00:00    
13:40:21 #8 47.89 (85/160): perl-SelectSaver-1.02-486.fc36.noarch 348 kB/s |  17 kB     00:00    
13:40:21 #8 47.89 (86/160): perl-Storable-3.25-2.fc36.aarch64.rpm 7.7 MB/s |  93 kB     00:00    
13:40:21 #8 47.90 (87/160): perl-Term-ANSIColor-5.01-480.fc36.noa 3.7 MB/s |  48 kB     00:00    
13:40:21 #8 47.90 (88/160): perl-Term-Cap-1.17-479.fc36.noarch.rp 1.9 MB/s |  22 kB     00:00    
13:40:21 #8 47.91 (89/160): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 2.4 MB/s |  22 kB     00:00    
13:40:21 #8 47.91 (90/160): perl-Time-Local-1.300-479.fc36.noarch 4.4 MB/s |  34 kB     00:00    
13:40:21 #8 47.92 (91/160): perl-URI-5.10-1.fc36.noarch.rpm        11 MB/s | 108 kB     00:00    
13:40:21 #8 47.92 (92/160): perl-base-2.27-486.fc36.noarch.rpm    1.8 MB/s |  21 kB     00:00    
13:40:21 #8 47.93 (93/160): perl-Symbol-1.09-486.fc36.noarch.rpm  388 kB/s |  19 kB     00:00    
13:40:21 #8 45.38 (122/156): perl-NDBM_File-1.15-486.fc35.aarch64 343 kB/s |  27 kB     00:00    
13:40:21 #8 45.38 (123/156): perl-POSIX-1.97-486.fc35.aarch64.rpm 1.3 MB/s | 102 kB     00:00    
13:40:21 #8 45.39 (124/156): perl-Scalar-List-Utils-1.62-463.fc35 5.4 MB/s |  71 kB     00:00    
13:40:21 #8 45.40 (125/156): perl-SelectSaver-1.02-486.fc35.noarc 821 kB/s |  16 kB     00:00    
13:40:21 #8 45.40 (126/156): perl-Symbol-1.09-486.fc35.noarch.rpm 800 kB/s |  19 kB     00:00    
13:40:21 #8 45.41 (127/156): perl-base-2.27-486.fc35.noarch.rpm   981 kB/s |  21 kB     00:00    
13:40:21 #8 45.41 (128/156): perl-if-0.60.900-486.fc35.noarch.rpm 1.8 MB/s |  18 kB     00:00    
13:40:21 #8 45.42 (129/156): perl-mro-1.25-486.fc35.aarch64.rpm   3.0 MB/s |  32 kB     00:00    
13:40:21 #8 45.43 (130/156): perl-interpreter-5.34.1-486.fc35.aar 3.9 MB/s |  76 kB     00:00    
13:40:21 #8 45.43 (131/156): perl-overload-1.33-486.fc35.noarch.r 5.2 MB/s |  50 kB     00:00    
13:40:21 #8 45.44 (132/156): perl-overloading-0.02-486.fc35.noarc 1.7 MB/s |  17 kB     00:00    
13:40:21 #8 45.44 (133/156): perl-subs-1.04-486.fc35.noarch.rpm   1.6 MB/s |  16 kB     00:00    
13:40:21 #8 45.51 (134/156): perl-libs-5.34.1-486.fc35.aarch64.rp  20 MB/s | 2.0 MB     00:00    
13:40:21 #8 45.51 (135/156): perl-vars-1.05-486.fc35.noarch.rpm   238 kB/s |  17 kB     00:00    
13:40:21 #8 45.52 (136/156): python-srpm-macros-3.10-11.fc35.noar 336 kB/s |  25 kB     00:00    
13:40:21 #8 45.52 (137/156): python3-enchant-3.2.2-1.fc35.noarch. 6.9 MB/s |  79 kB     00:00    
13:40:21 #8 45.53 (138/156): python3-dnf-plugins-core-4.1.0-1.fc3  13 MB/s | 220 kB     00:00    
13:40:21 #8 45.53 (139/156): redhat-rpm-config-199-1.fc35.noarch. 3.8 MB/s |  65 kB     00:00    
13:40:21 #8 45.54 (140/156): rpm-build-4.17.0-4.fc35.aarch64.rpm  4.3 MB/s |  60 kB     00:00    
13:40:21 #8 45.54 (141/156): rust-srpm-macros-21-1.fc35.noarch.rp 1.1 MB/s | 9.0 kB     00:00    
13:40:21 #8 45.55 (142/156): rpmlint-2.2.0-2.fc35.noarch.rpm       16 MB/s | 240 kB     00:00    
13:40:21 #8 45.56 (143/156): xxhash-libs-0.8.1-1.fc35.aarch64.rpm 3.1 MB/s |  33 kB     00:00    
13:40:21 #8 45.63 (144/156): systemd-libs-249.11-2.fc35.aarch64.r 6.4 MB/s | 579 kB     00:00    
13:40:21 #13 4.624 (32/67): kernel-headers-4.18.0-383.el8.aarch64.  35 MB/s | 9.4 MB     00:00    
13:40:21 #13 4.632 (33/67): libselinux-devel-2.9-5.el8.aarch64.rpm 2.0 MB/s | 200 kB     00:00    
13:40:21 #13 4.640 (34/67): libselinux-utils-2.9-5.el8.aarch64.rpm  16 MB/s | 241 kB     00:00    
13:40:21 #13 4.643 (35/67): libsepol-devel-2.9-3.el8.aarch64.rpm   7.8 MB/s |  87 kB     00:00    
13:40:21 #13 4.649 (36/67): libubsan-8.5.0-13.el8.aarch64.rpm       15 MB/s | 144 kB     00:00    
13:40:21 #13 4.686 (37/67): libxcrypt-devel-4.1.1-6.el8.aarch64.rp 595 kB/s |  25 kB     00:00    
13:40:21 #13 4.695 (38/67): m4-1.4.18-7.el8.aarch64.rpm            4.7 MB/s | 218 kB     00:00    
13:40:21 #13 4.734 (39/67): make-4.2.1-11.el8.aarch64.rpm           10 MB/s | 490 kB     00:00    
13:40:21 #8 44.33 (36/135): openblas-srpm-macros-2-9.fc34.noarch. 167 kB/s | 7.4 kB     00:00    
13:40:21 #8 44.33 (37/135): patch-2.7.6-14.fc34.aarch64.rpm        13 MB/s | 126 kB     00:00    
13:40:21 #8 44.34 (38/135): perl-Carp-1.50-458.fc34.noarch.rpm    2.1 MB/s |  29 kB     00:00    
13:40:21 #8 44.37 (39/135): perl-Data-Dumper-2.174-460.fc34.aarch 1.3 MB/s |  55 kB     00:00    
13:40:21 #8 44.37 (40/135): perl-Digest-MD5-2.58-2.fc34.aarch64.r 951 kB/s |  36 kB     00:00    
13:40:21 #8 44.38 (41/135): perl-Exporter-5.74-459.fc34.noarch.rp 4.2 MB/s |  32 kB     00:00    
13:40:21 #8 44.38 (42/135): perl-File-Path-2.18-2.fc34.noarch.rpm 3.0 MB/s |  36 kB     00:00    
13:40:21 #8 44.39 (43/135): perl-File-Temp-0.231.100-2.fc34.noarc 4.6 MB/s |  60 kB     00:00    
13:40:21 #8 44.39 (44/135): perl-Getopt-Long-2.52-2.fc34.noarch.r 5.3 MB/s |  61 kB     00:00    
13:40:21 #8 44.39 (45/135): perl-IO-Socket-IP-0.41-3.fc34.noarch. 4.1 MB/s |  43 kB     00:00    
13:40:21 #8 44.39 (46/135): perl-MIME-Base64-3.16-2.fc34.aarch64. 5.0 MB/s |  31 kB     00:00    
13:40:21 #8 44.40 (47/135): perl-IO-Socket-SSL-2.070-2.fc34.noarc  19 MB/s | 214 kB     00:00    
13:40:21 #8 44.40 (48/135): perl-PathTools-3.78-459.fc34.aarch64. 9.6 MB/s |  86 kB     00:00    
13:40:21 #8 44.43 (49/135): perl-Net-SSLeay-1.90-2.fc34.aarch64.r 8.6 MB/s | 357 kB     00:00    
13:40:21 #8 44.44 (50/135): perl-Pod-Escapes-1.07-458.fc34.noarch 578 kB/s |  20 kB     00:00    
13:40:21 #8 44.44 (51/135): perl-Pod-Perldoc-3.28.01-459.fc34.noa 2.4 MB/s |  85 kB     00:00    
13:40:21 #8 44.45 (52/135): perl-Pod-Usage-2.01-2.fc34.noarch.rpm 4.9 MB/s |  41 kB     00:00    
13:40:21 #8 44.45 (53/135): perl-Pod-Simple-3.42-2.fc34.noarch.rp  16 MB/s | 216 kB     00:00    
13:40:21 #8 44.45 (54/135): perl-Scalar-List-Utils-1.56-459.fc34. 5.2 MB/s |  71 kB     00:00    
13:40:21 #8 44.48 (55/135): perl-Storable-3.21-458.fc34.aarch64.r 2.7 MB/s |  95 kB     00:00    
13:40:21 #8 44.48 (56/135): perl-Term-ANSIColor-5.01-459.fc34.noa 1.4 MB/s |  49 kB     00:00    
13:40:21 #8 44.49 (57/135): perl-Term-Cap-1.17-458.fc34.noarch.rp 659 kB/s |  22 kB     00:00    
13:40:21 #8 44.49 (58/135): perl-Text-ParseWords-3.30-458.fc34.no 1.5 MB/s |  16 kB     00:00    
13:40:21 #8 44.50 (59/135): perl-Time-Local-1.300-5.fc34.noarch.r 4.4 MB/s |  34 kB     00:00    
13:40:21 #8 44.50 (60/135): perl-URI-5.09-1.fc34.noarch.rpm       9.8 MB/s | 109 kB     00:00    
13:40:21 #8 44.50 (61/135): perl-constant-1.33-459.fc34.noarch.rp 2.2 MB/s |  23 kB     00:00    
13:40:21 #8 44.51 (62/135): perl-parent-0.238-458.fc34.noarch.rpm 2.0 MB/s |  14 kB     00:00    
13:40:21 #8 44.51 (63/135): perl-libnet-3.13-2.fc34.noarch.rpm     10 MB/s | 127 kB     00:00    
13:40:21 #8 44.52 (64/135): perl-podlators-4.14-458.fc34.noarch.r 9.2 MB/s | 113 kB     00:00    
13:40:21 #8 44.52 (65/135): perl-srpm-macros-1-39.fc34.noarch.rpm 753 kB/s | 8.5 kB     00:00    
13:40:21 #8 44.52 (66/135): pkgconf-m4-1.7.3-6.fc34.noarch.rpm    2.0 MB/s |  14 kB     00:00    
13:40:21 #8 44.53 (67/135): pkgconf-1.7.3-6.fc34.aarch64.rpm      3.6 MB/s |  41 kB     00:00    
13:40:21 #8 44.53 (68/135): pkgconf-pkg-config-1.7.3-6.fc34.aarch 997 kB/s |  10 kB     00:00    
13:40:21 #8 44.57 (69/135): python3-dateutil-2.8.1-3.fc34.noarch. 6.4 MB/s | 289 kB     00:00    
13:40:22 #9 38.56 Selecting previously unselected package libio-socket-ssl-perl.
13:40:22 #9 38.56 Preparing to unpack .../168-libio-socket-ssl-perl_2.069-1_all.deb ...
13:40:22 #9 38.57 Unpacking libio-socket-ssl-perl (2.069-1) ...
13:40:22 #9 38.61 Selecting previously unselected package libnet-http-perl.
13:40:22 #9 38.62 Preparing to unpack .../169-libnet-http-perl_6.20-1_all.deb ...
13:40:22 #9 38.62 Unpacking libnet-http-perl (6.20-1) ...
13:40:22 #9 38.65 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:22 #9 38.65 Preparing to unpack .../170-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:40:22 #9 38.66 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:40:22 #9 38.69 Selecting previously unselected package libtry-tiny-perl.
13:40:22 #9 38.69 Preparing to unpack .../171-libtry-tiny-perl_0.30-1_all.deb ...
13:40:22 #9 38.70 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:22 #9 38.73 Selecting previously unselected package libwww-robotrules-perl.
13:40:22 #9 38.73 Preparing to unpack .../172-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:22 #9 38.73 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:22 #9 38.76 Selecting previously unselected package libwww-perl.
13:40:22 #9 38.76 Preparing to unpack .../173-libwww-perl_6.53-1_all.deb ...
13:40:22 #9 38.77 Unpacking libwww-perl (6.53-1) ...
13:40:22 #9 38.81 Selecting previously unselected package patchutils.
13:40:22 #9 38.81 Preparing to unpack .../174-patchutils_0.4.2-1_arm64.deb ...
13:40:22 #9 38.82 Unpacking patchutils (0.4.2-1) ...
13:40:22 #9 38.86 Selecting previously unselected package wdiff.
13:40:22 #9 39.18 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:22 #9 39.18 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:22 #9 39.18 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:22 #9 39.18 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:22 #9 39.18 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:22 #9 39.18 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:22 #9 39.18 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:22 #9 39.18 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:22 #9 39.18 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:22 #9 39.19 Setting up autotools-dev (20220109.1) ...
13:40:22 #9 39.22 Setting up libtirpc-dev:arm64 (1.3.2-2build1) ...
13:40:22 #9 39.23 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
13:40:22 #9 39.24 Setting up libx11-data (2:1.7.5-1) ...
13:40:22 #9 39.26 Setting up make (4.3-4.1build1) ...
13:40:22 #9 39.27 Setting up libmpfr6:arm64 (4.1.0-3build3) ...
13:40:22 #9 39.28 Setting up gnupg-l10n (2.2.27-3ubuntu2) ...
13:40:22 #9 39.29 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:40:22 #9 39.30 Setting up lzip (1.23-1) ...
13:40:22 #9 39.31 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
13:40:22 #9 39.31 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
13:40:22 #9 39.32 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
13:40:22 #9 39.32 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
13:40:22 #9 39.32 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
13:40:22 #9 39.32 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
13:40:22 #9 39.33 Setting up strace (5.16-0ubuntu3) ...
13:40:22 #9 39.34 Setting up libsigsegv2:arm64 (2.13-1ubuntu3) ...
13:40:22 #9 39.35 Setting up xz-utils (5.2.5-2ubuntu1) ...
13:40:22 #9 39.36 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:22 #9 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:22 #9 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:22 #9 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:22 #9 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:22 #9 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:22 #9 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:22 #9 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:22 #9 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:22 #9 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:22 #9 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:22 #9 39.37 Setting up t1utils (1.41-4build2) ...
13:40:22 #9 39.38 Setting up diffstat (1.64-1build2) ...
13:40:22 #8 48.87 Setting up libtry-tiny-perl (0.30-1) ...
13:40:22 #8 48.88 Setting up libclass-method-modifiers-perl (2.12-1) ...
13:40:22 #8 48.89 Setting up libfont-afm-perl (1.20-2) ...
13:40:22 #8 48.90 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
13:40:22 #8 48.91 Setting up python3-apt (1.6.5ubuntu0.7) ...
13:40:22 #8 49.10 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
13:40:22 #8 49.11 Setting up libxext6:arm64 (2:1.3.3-1) ...
13:40:22 #8 49.13 Setting up po-debconf (1.0.20) ...
13:40:22 #8 49.14 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
13:40:22 #8 49.15 Setting up libio-socket-inet6-perl (2.72-2) ...
13:40:22 #8 49.17 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:40:22 #8 49.18 Setting up libio-pty-perl (1:1.08-1.1build4) ...
13:40:22 #8 49.19 Setting up libfile-which-perl (1.21-1) ...
13:40:22 #8 49.20 Setting up libencode-locale-perl (1.05-1) ...
13:40:22 #8 49.21 Setting up libperlio-gzip-perl (0.19-1build3) ...
13:40:22 #8 49.22 Setting up libtext-levenshtein-perl (0.13-1) ...
13:40:22 #8 34.88 Selecting previously unselected package libsub-quote-perl.
13:40:22 #8 34.88 Preparing to unpack .../120-libsub-quote-perl_2.005001-1_all.deb ...
13:40:22 #8 34.88 Unpacking libsub-quote-perl (2.005001-1) ...
13:40:22 #8 34.91 Selecting previously unselected package libmoo-perl.
13:40:22 #8 34.92 Preparing to unpack .../121-libmoo-perl_2.003004-2_all.deb ...
13:40:22 #8 34.92 Unpacking libmoo-perl (2.003004-2) ...
13:40:22 #8 34.95 Selecting previously unselected package libencode-locale-perl.
13:40:22 #8 34.95 Preparing to unpack .../122-libencode-locale-perl_1.05-1_all.deb ...
13:40:22 #8 34.95 Unpacking libencode-locale-perl (1.05-1) ...
13:40:22 #8 34.98 Selecting previously unselected package libtimedate-perl.
13:40:22 #8 34.98 Preparing to unpack .../123-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
13:40:22 #8 34.99 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
13:40:22 #8 35.02 Selecting previously unselected package libhttp-date-perl.
13:40:22 #9 20.54 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
13:40:22 #8 49.12 Setting up libgnutls-dane0:arm64 (3.6.7-4+deb10u7) ...
13:40:22 #8 49.13 Setting up libpython2.7:arm64 (2.7.16-2+deb10u1) ...
13:40:22 #8 49.15 Setting up gettext (0.19.8.1-9) ...
13:40:22 #8 49.16 Setting up exim4-base (4.92-8+deb10u6) ...
13:40:22 #9 34.29 Preparing to unpack .../326-libtext-markdown-discount-perl_0.13-1build1_amd64.deb ...
13:40:22 #9 34.30 Unpacking libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
13:40:22 #9 34.33 Selecting previously unselected package libtext-xslate-perl:amd64.
13:40:22 #9 34.33 Preparing to unpack .../327-libtext-xslate-perl_3.5.9-1build1_amd64.deb ...
13:40:22 #9 34.33 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build1) ...
13:40:22 #9 34.37 Selecting previously unselected package libtime-duration-perl.
13:40:22 #9 34.37 Preparing to unpack .../328-libtime-duration-perl_1.21-1_all.deb ...
13:40:22 #9 34.38 Unpacking libtime-duration-perl (1.21-1) ...
13:40:22 #9 34.40 Selecting previously unselected package libtime-moment-perl.
13:40:22 #9 34.41 Preparing to unpack .../329-libtime-moment-perl_0.44-1build6_amd64.deb ...
13:40:22 #9 34.41 Unpacking libtime-moment-perl (0.44-1build6) ...
13:40:22 #9 34.44 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:22 #9 34.44 Preparing to unpack .../330-libtype-tiny-xs-perl_0.022-1build2_amd64.deb ...
13:40:22 #9 34.45 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
13:40:22 #9 34.47 Selecting previously unselected package libunicode-utf8-perl.
13:40:22 #9 34.48 Preparing to unpack .../331-libunicode-utf8-perl_0.62-1build4_amd64.deb ...
13:40:22 #9 34.48 Unpacking libunicode-utf8-perl (0.62-1build4) ...
13:40:22 #9 34.51 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:22 #9 39.08 Preparing to unpack .../298-libref-util-xs-perl_0.117-1build2_arm64.deb ...
13:40:22 #9 39.08 Unpacking libref-util-xs-perl (0.117-1build2) ...
13:40:22 #9 39.12 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:22 #9 39.12 Preparing to unpack .../299-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
13:40:22 #9 39.12 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
13:40:22 #9 39.16 Selecting previously unselected package libregexp-pattern-perl.
13:40:22 #9 39.16 Preparing to unpack .../300-libregexp-pattern-perl_0.2.12-1_all.deb ...
13:40:22 #9 39.17 Unpacking libregexp-pattern-perl (0.2.12-1) ...
13:40:22 #9 39.22 Selecting previously unselected package libsasl2-modules:arm64.
13:40:22 #9 39.23 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
13:40:22 #9 39.23 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:22 #9 39.27 Selecting previously unselected package libsereal-decoder-perl.
13:40:22 #9 39.28 Preparing to unpack .../302-libsereal-decoder-perl_4.011+ds-1build1_arm64.deb ...
13:40:22 #9 39.28 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
13:40:22 #9 39.32 Selecting previously unselected package libsereal-encoder-perl.
13:40:22 #9 13.77 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debugedit armhf 1:5.0-4build1 [43.3 kB]
13:40:22 #9 13.77 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dwz armhf 0.14-1build2 [99.2 kB]
13:40:22 #9 13.84 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext armhf 0.21-4ubuntu4 [805 kB]
13:40:22 #9 13.86 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:40:22 #9 13.86 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf po-debconf all 1.0.21+nmu1 [233 kB]
13:40:22 #9 13.87 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debhelper all 13.6ubuntu1 [923 kB]
13:40:22 #9 13.93 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfakeroot armhf 1.28-1ubuntu1 [26.3 kB]
13:40:22 #9 13.93 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fakeroot armhf 1.28-1ubuntu1 [62.2 kB]
13:40:22 #9 13.93 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB]
13:40:22 #9 13.93 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpgconf armhf 2.2.27-3ubuntu2 [115 kB]
13:40:22 #9 13.93 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libksba8 armhf 1.6.0-2build1 [99.7 kB]
13:40:22 #9 13.93 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
13:40:22 #9 34.05 Preparing to unpack .../186-fonts-dejavu-core_2.37-2build1_all.deb ...
13:40:22 #9 34.05 Unpacking fonts-dejavu-core (2.37-2build1) ...
13:40:22 #9 34.17 Selecting previously unselected package fontconfig-config.
13:40:22 #9 34.18 Preparing to unpack .../187-fontconfig-config_2.13.1-4.2ubuntu3_all.deb ...
13:40:22 #9 34.18 Unpacking fontconfig-config (2.13.1-4.2ubuntu3) ...
13:40:22 #9 34.22 Selecting previously unselected package libcurl3-gnutls:amd64.
13:40:22 #9 34.22 Preparing to unpack .../188-libcurl3-gnutls_7.74.0-1.3ubuntu2.1_amd64.deb ...
13:40:22 #9 34.23 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3ubuntu2.1) ...
13:40:22 #9 34.26 Selecting previously unselected package liberror-perl.
13:40:22 #9 34.26 Preparing to unpack .../189-liberror-perl_0.17029-1_all.deb ...
13:40:22 #9 34.26 Unpacking liberror-perl (0.17029-1) ...
13:40:22 #9 34.29 Selecting previously unselected package git-man.
13:40:22 #8 34.18 Preparing to unpack .../126-libksba8_1.3.5-2_amd64.deb ...
13:40:22 #8 34.18 Unpacking libksba8:amd64 (1.3.5-2) ...
13:40:22 #8 34.23 Selecting previously unselected package libnpth0:amd64.
13:40:22 #8 34.23 Preparing to unpack .../127-libnpth0_1.5-3_amd64.deb ...
13:40:22 #8 34.23 Unpacking libnpth0:amd64 (1.5-3) ...
13:40:22 #8 34.27 Selecting previously unselected package dirmngr.
13:40:22 #8 34.27 Preparing to unpack .../128-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ...
13:40:22 #8 34.28 Unpacking dirmngr (2.2.4-1ubuntu1.4) ...
13:40:22 #8 34.34 Selecting previously unselected package python3-pkg-resources.
13:40:22 #8 34.35 Preparing to unpack .../129-python3-pkg-resources_39.0.1-2_all.deb ...
13:40:22 #8 34.35 Unpacking python3-pkg-resources (39.0.1-2) ...
13:40:22 #8 34.40 Selecting previously unselected package python3-chardet.
13:40:22 #18 7.472 (22/22) Installing llvm12 (12.0.1-r0)
13:40:22 #9 32.27 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
13:40:22 #9 32.27 Unpacking libio-pty-perl (1:1.12-1) ...
13:40:22 #9 32.30 Selecting previously unselected package libipc-run-perl.
13:40:22 #9 32.30 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
13:40:22 #9 32.31 Unpacking libipc-run-perl (20180523.0-2) ...
13:40:22 #9 32.35 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:22 #9 32.35 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:22 #9 32.35 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:22 #9 32.38 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:22 #9 32.38 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
13:40:22 #9 32.39 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
13:40:22 #9 32.42 Selecting previously unselected package libdynaloader-functions-perl.
13:40:22 #9 32.42 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
13:40:22 #9 32.43 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:40:22 #9 32.45 Selecting previously unselected package libdevel-callchecker-perl.
13:40:22 #9 32.46 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
13:40:22 #9 32.46 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:40:22 #9 32.49 Selecting previously unselected package libparams-classify-perl.
13:40:22 #9 32.50 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
13:40:22 #9 32.50 Unpacking libparams-classify-perl (0.015-1build2) ...
13:40:22 #9 32.54 Selecting previously unselected package libmodule-runtime-perl.
13:40:22 #9 32.54 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:22 #9 32.55 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:22 #9 32.59 Selecting previously unselected package libimport-into-perl.
13:40:22 #9 32.59 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
13:40:22 #9 32.59 Unpacking libimport-into-perl (1.002005-1) ...
13:40:22 #8 47.93 (94/160): perl-constant-1.33-480.fc36.noarch.rp 1.5 MB/s |  23 kB     00:00    
13:40:22 #8 47.94 (95/160): perl-if-0.60.900-486.fc36.noarch.rpm  1.4 MB/s |  19 kB     00:00    
13:40:22 #8 47.94 (96/160): perl-interpreter-5.34.1-486.fc36.aarc 9.9 MB/s |  76 kB     00:00    
13:40:22 #8 47.98 (97/160): perl-libnet-3.13-480.fc36.noarch.rpm  2.7 MB/s | 126 kB     00:00    
13:40:22 #8 47.99 (98/160): perl-mro-1.25-486.fc36.aarch64.rpm    782 kB/s |  33 kB     00:00    
13:40:22 #8 48.03 (99/160): perl-libs-5.34.1-486.fc36.aarch64.rpm  23 MB/s | 2.0 MB     00:00    
13:40:22 #8 48.03 (100/160): perl-overload-1.33-486.fc36.noarch.r 1.0 MB/s |  50 kB     00:00    
13:40:22 #8 48.04 (101/160): perl-overloading-0.02-486.fc36.noarc 391 kB/s |  18 kB     00:00    
13:40:22 #8 48.04 (102/160): perl-parent-0.238-479.fc36.noarch.rp 2.4 MB/s |  14 kB     00:00    
13:40:22 #8 48.04 (103/160): perl-podlators-4.14-479.fc36.noarch.  11 MB/s | 112 kB     00:00    
13:40:22 #8 48.05 (104/160): perl-srpm-macros-1-43.fc36.noarch.rp 855 kB/s | 8.4 kB     00:00    
13:40:22 #8 48.05 (105/160): perl-subs-1.04-486.fc36.noarch.rpm   1.7 MB/s |  17 kB     00:00    
13:40:22 #8 48.05 (106/160): perl-vars-1.05-486.fc36.noarch.rpm   2.4 MB/s |  18 kB     00:00    
13:40:22 #8 48.06 (107/160): pkgconf-1.8.0-2.fc36.aarch64.rpm     3.8 MB/s |  41 kB     00:00    
13:40:22 #8 48.06 (108/160): pkgconf-m4-1.8.0-2.fc36.noarch.rpm   1.4 MB/s |  14 kB     00:00    
13:40:22 #8 48.06 (109/160): pkgconf-pkg-config-1.8.0-2.fc36.aarc 1.1 MB/s |  10 kB     00:00    
13:40:22 #8 48.07 (110/160): python-srpm-macros-3.10-17.fc36.noar 4.1 MB/s |  26 kB     00:00    
13:40:22 #8 48.11 (111/160): python3-dateutil-2.8.1-8.fc36.noarch 5.6 MB/s | 289 kB     00:00    
13:40:22 #8 48.12 (112/160): python3-dbus-1.2.18-3.fc36.aarch64.r 2.5 MB/s | 132 kB     00:00    
13:40:22 #8 48.12 (113/160): python3-construct-2.10.67-4.fc36.noa 1.8 MB/s | 112 kB     00:00    
13:40:22 #8 48.13 (114/160): python3-distro-1.6.0-2.fc36.noarch.r 3.3 MB/s |  38 kB     00:00    
13:40:22 #8 48.13 (115/160): python3-dnf-plugins-core-4.1.0-1.fc3  16 MB/s | 220 kB     00:00    
13:40:22 #8 24.14 Selecting previously unselected package libxml2:armhf.
13:40:22 #8 24.14 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.5_armhf.deb ...
13:40:22 #8 24.16 Unpacking libxml2:armhf (2.9.4+dfsg1-6.1ubuntu1.5) ...
13:40:22 #13 4.740 (40/67): less-530-1.el8.aarch64.rpm             485 kB/s | 162 kB     00:00    
13:40:22 #13 4.770 (41/67): openssh-8.0p1-12.el8.aarch64.rpm       6.4 MB/s | 487 kB     00:00    
13:40:22 #13 4.811 (42/67): openssh-clients-8.0p1-12.el8.aarch64.r 8.0 MB/s | 625 kB     00:00    
13:40:22 #13 4.818 (43/67): pcre2-utf16-10.32-2.el8.aarch64.rpm    4.2 MB/s | 202 kB     00:00    
13:40:22 #13 4.885 (44/67): pcre2-devel-10.32-2.el8.aarch64.rpm    4.1 MB/s | 605 kB     00:00    
13:40:22 #13 4.891 (45/67): pcre2-utf32-10.32-2.el8.aarch64.rpm    2.4 MB/s | 195 kB     00:00    
13:40:22 #13 4.927 (46/67): policycoreutils-2.9-19.el8.aarch64.rpm 3.3 MB/s | 374 kB     00:00    
13:40:22 #13 4.967 (47/67): policycoreutils-devel-2.9-19.el8.aarch 3.5 MB/s | 287 kB     00:00    
13:40:22 #13 4.972 (48/67): python3-audit-3.0.7-2.el8.aarch64.rpm  1.9 MB/s |  85 kB     00:00    
13:40:22 #13 4.981 (49/67): policycoreutils-python-utils-2.9-19.el 2.8 MB/s | 253 kB     00:00    
13:40:22 #13 4.984 (50/67): python3-libsemanage-2.9-8.el8.aarch64.  11 MB/s | 126 kB     00:00    
13:40:22 #8 45.68 (145/156): zstd-1.5.2-1.fc35.aarch64.rpm        2.6 MB/s | 331 kB     00:00    
13:40:22 #8 45.73 (146/156): dnf-4.11.1-3.fc35.noarch.rpm         2.6 MB/s | 452 kB     00:00    
13:40:22 #8 45.73 (147/156): dnf-data-4.11.1-3.fc35.noarch.rpm    401 kB/s |  41 kB     00:00    
13:40:22 #8 45.74 (148/156): glibc-minimal-langpack-2.34-32.fc35. 2.7 MB/s |  21 kB     00:00    
13:40:22 #8 45.80 (149/156): glibc-common-2.34-32.fc35.aarch64.rp 3.7 MB/s | 284 kB     00:00    
13:40:22 #8 45.88 (150/156): libdnf-0.66.0-1.fc35.aarch64.rpm     4.3 MB/s | 607 kB     00:00    
13:40:22 #8 15.56 Selecting previously unselected package libpython3.9-stdlib:armhf.
13:40:22 #8 15.56 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_armhf.deb ...
13:40:22 #8 15.56 Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ...
13:40:22 #8 44.57 (70/135): python3-distro-1.5.0-5.fc34.noarch.rp 903 kB/s |  36 kB     00:00    
13:40:22 #8 44.58 (71/135): python3-six-1.15.0-5.fc34.noarch.rpm  853 kB/s |  36 kB     00:00    
13:40:22 #8 44.58 (72/135): qt5-srpm-macros-5.15.2-2.fc34.noarch. 900 kB/s | 8.4 kB     00:00    
13:40:22 #8 44.58 (73/135): rpm-build-4.16.1.3-1.fc34.aarch64.rpm  12 MB/s |  98 kB     00:00    
13:40:22 #8 44.63 (74/135): shared-mime-info-2.1-2.fc34.aarch64.r 7.7 MB/s | 374 kB     00:00    
13:40:22 #8 44.67 (75/135): unzip-6.0-50.fc34.aarch64.rpm         2.0 MB/s | 178 kB     00:00    
13:40:22 #8 44.67 (76/135): xz-5.2.5-5.fc34.aarch64.rpm           2.5 MB/s | 216 kB     00:00    
13:40:22 #8 44.70 (77/135): zip-3.0-28.fc34.aarch64.rpm           3.3 MB/s | 255 kB     00:00    
13:40:22 #8 44.74 (78/135): binutils-gold-2.35.2-6.fc34.aarch64.r  11 MB/s | 863 kB     00:00    
13:40:22 #8 44.75 (79/135): dnf-plugins-core-4.0.24-1.fc34.noarch 711 kB/s |  35 kB     00:00    
13:40:22 #8 44.76 (80/135): efi-srpm-macros-5-4.fc34.noarch.rpm   1.5 MB/s |  22 kB     00:00    
13:40:22 #9 38.86 Preparing to unpack .../175-wdiff_1.2.2-2build2_arm64.deb ...
13:40:22 #9 38.86 Unpacking wdiff (1.2.2-2build2) ...
13:40:22 #9 38.91 Selecting previously unselected package devscripts.
13:40:22 #9 38.91 Preparing to unpack .../176-devscripts_2.21.4ubuntu1_arm64.deb ...
13:40:22 #9 38.93 Unpacking devscripts (2.21.4ubuntu1) ...
13:40:22 #9 39.40 Setting up libpng16-16:arm64 (1.6.37-3build5) ...
13:40:22 #9 39.41 Setting up libmpc3:arm64 (1.2.1-2build1) ...
13:40:22 #9 39.42 Setting up libatomic1:arm64 (12-20220319-1ubuntu1) ...
13:40:22 #9 39.43 Setting up patch (2.7.6-7build2) ...
13:40:22 #9 39.45 Setting up autopoint (0.21-4ubuntu4) ...
13:40:22 #9 39.46 Setting up fonts-dejavu-core (2.37-2build1) ...
13:40:22 #9 39.52 Setting up ucf (3.0043) ...
13:40:22 #9 39.61 Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
13:40:22 #9 39.63 Setting up libltdl7:arm64 (2.4.6-15build2) ...
13:40:22 #8 49.23 Setting up liberror-perl (0.17025-1) ...
13:40:22 #8 49.25 Setting up libvariable-magic-perl (0.62-1) ...
13:40:22 #8 49.26 Setting up libtimedate-perl (2.3000-2) ...
13:40:22 #8 49.27 Setting up libnet-ip-perl (1.26-1) ...
13:40:22 #8 49.28 Setting up librole-tiny-perl (2.000006-1) ...
13:40:22 #8 49.30 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
13:40:22 #8 49.31 Setting up libfile-homedir-perl (1.002-1) ...
13:40:22 #8 49.32 Setting up libipc-system-simple-perl (1.25-4) ...
13:40:22 #8 49.33 Setting up libfile-basedir-perl (0.07-1) ...
13:40:22 #8 49.34 Setting up libstring-escape-perl (2010.002-2) ...
13:40:22 #8 49.35 Setting up libb-hooks-op-check-perl (0.22-1) ...
13:40:22 #8 49.37 Setting up libio-html-perl (1.001-1) ...
13:40:22 #8 49.38 Setting up libexporter-tiny-perl (1.000000-2) ...
13:40:22 #8 49.39 Setting up libarchive-cpio-perl (0.10-1) ...
13:40:22 #8 49.40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ...
13:40:22 #8 49.41 Setting up libnumber-range-perl (0.12-1) ...
13:40:22 #8 49.42 Setting up liblist-compare-perl (0.53-1) ...
13:40:22 #8 49.44 Setting up autoconf (2.69-11) ...
13:40:22 #8 35.02 Preparing to unpack .../124-libhttp-date-perl_6.02-1_all.deb ...
13:40:22 #8 35.02 Unpacking libhttp-date-perl (6.02-1) ...
13:40:22 #8 35.04 Selecting previously unselected package libfile-listing-perl.
13:40:22 #8 35.05 Preparing to unpack .../125-libfile-listing-perl_6.04-1_all.deb ...
13:40:22 #8 35.05 Unpacking libfile-listing-perl (6.04-1) ...
13:40:22 #8 35.08 Selecting previously unselected package libhtml-tagset-perl.
13:40:22 #8 35.08 Preparing to unpack .../126-libhtml-tagset-perl_3.20-3_all.deb ...
13:40:22 #8 35.08 Unpacking libhtml-tagset-perl (3.20-3) ...
13:40:22 #8 35.11 Selecting previously unselected package liburi-perl.
13:40:22 #8 35.11 Preparing to unpack .../127-liburi-perl_1.76-1_all.deb ...
13:40:22 #8 35.11 Unpacking liburi-perl (1.76-1) ...
13:40:22 #8 35.15 Selecting previously unselected package libhtml-parser-perl.
13:40:22 #8 35.15 Preparing to unpack .../128-libhtml-parser-perl_3.72-3+b3_amd64.deb ...
13:40:22 #8 35.15 Unpacking libhtml-parser-perl (3.72-3+b3) ...
13:40:22 #8 35.19 Selecting previously unselected package libhtml-tree-perl.
13:40:22 #8 35.19 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
13:40:22 #8 35.20 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:22 #8 35.24 Selecting previously unselected package libio-html-perl.
13:40:22 #8 35.24 Preparing to unpack .../130-libio-html-perl_1.001-1_all.deb ...
13:40:22 #8 35.25 Unpacking libio-html-perl (1.001-1) ...
13:40:22 #8 49.27 exim: DB upgrade, deleting hints-db
13:40:22 #8 49.36 Setting up gcc-8 (8.3.0-6) ...
13:40:22 #8 49.38 Setting up gpg-agent (2.2.12-1+deb10u1) ...
13:40:22 #8 49.39 Setting up libtool (2.4.6-9) ...
13:40:22 #8 49.41 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
13:40:22 #8 49.50 Setting up gpgsm (2.2.12-1+deb10u1) ...
13:40:22 #9 34.51 Preparing to unpack .../332-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:40:22 #9 34.52 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:40:22 #9 34.55 Selecting previously unselected package libxml-sax-base-perl.
13:40:22 #9 34.55 Preparing to unpack .../333-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:40:22 #9 34.55 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:40:22 #9 34.59 Selecting previously unselected package libxml-sax-perl.
13:40:22 #9 34.59 Preparing to unpack .../334-libxml-sax-perl_1.02+dfsg-3_all.deb ...
13:40:22 #9 34.59 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
13:40:22 #9 34.66 Selecting previously unselected package libxml-libxml-perl.
13:40:22 #9 34.67 Preparing to unpack .../335-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ...
13:40:22 #9 34.67 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
13:40:22 #9 34.71 Selecting previously unselected package libxml-parser-perl:amd64.
13:40:22 #9 34.71 Preparing to unpack .../336-libxml-parser-perl_2.46-3build1_amd64.deb ...
13:40:22 #9 34.72 Unpacking libxml-parser-perl:amd64 (2.46-3build1) ...
13:40:22 #9 34.76 Selecting previously unselected package libxml-sax-expat-perl.
13:40:22 #9 34.76 Preparing to unpack .../337-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:22 #9 34.76 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:22 #9 39.33 Preparing to unpack .../303-libsereal-encoder-perl_4.011+ds-1build1_arm64.deb ...
13:40:22 #9 39.33 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
13:40:22 #9 39.37 Selecting previously unselected package libsereal-perl.
13:40:22 #9 39.38 Preparing to unpack .../304-libsereal-perl_4.011-1_all.deb ...
13:40:22 #9 39.38 Unpacking libsereal-perl (4.011-1) ...
13:40:22 #9 39.41 Selecting previously unselected package libsort-key-perl.
13:40:22 #9 39.42 Preparing to unpack .../305-libsort-key-perl_1.33-2build2_arm64.deb ...
13:40:22 #9 39.42 Unpacking libsort-key-perl (1.33-2build2) ...
13:40:22 #9 39.46 Selecting previously unselected package libstring-copyright-perl.
13:40:22 #9 39.46 Preparing to unpack .../306-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:22 #9 39.46 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:22 #9 39.50 Selecting previously unselected package libstring-escape-perl.
13:40:22 #9 39.50 Preparing to unpack .../307-libstring-escape-perl_2010.002-2_all.deb ...
13:40:22 #9 39.51 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:22 #9 39.54 Selecting previously unselected package libstring-shellquote-perl.
13:40:22 #9 39.54 Preparing to unpack .../308-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:22 #9 39.55 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:22 #9 39.59 Selecting previously unselected package libterm-readkey-perl.
13:40:22 #9 13.99 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dirmngr armhf 2.2.27-3ubuntu2 [320 kB]
13:40:22 #9 14.00 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gnupg-l10n all 2.2.27-3ubuntu2 [54.3 kB]
13:40:22 #9 14.00 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gnupg-utils armhf 2.2.27-3ubuntu2 [455 kB]
13:40:22 #9 14.08 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpg armhf 2.2.27-3ubuntu2 [483 kB]
13:40:22 #9 14.08 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB]
13:40:22 #9 14.08 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpg-agent armhf 2.2.27-3ubuntu2 [227 kB]
13:40:22 #9 14.08 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpg-wks-client armhf 2.2.27-3ubuntu2 [86.3 kB]
13:40:22 #9 14.08 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpg-wks-server armhf 2.2.27-3ubuntu2 [80.0 kB]
13:40:22 #9 14.08 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpgsm armhf 2.2.27-3ubuntu2 [206 kB]
13:40:22 #9 14.09 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gnupg all 2.2.27-3ubuntu2 [315 kB]
13:40:22 #9 14.14 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-dirlist-perl all 0.05-2 [7100 B]
13:40:22 #9 14.14 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
13:40:22 #9 14.14 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB]
13:40:22 #9 14.22 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-touch-perl all 0.12-1 [9024 B]
13:40:22 #9 14.22 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-pty-perl armhf 1:1.15-2build2 [34.3 kB]
13:40:22 #9 14.22 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run-perl all 20200505.0-1 [89.8 kB]
13:40:22 #9 14.22 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:40:22 #9 14.22 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-xsaccessor-perl armhf 1.19-3build9 [33.4 kB]
13:40:22 #9 14.22 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-op-check-perl armhf 0.22-1build5 [9768 B]
13:40:22 #9 14.22 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
13:40:22 #9 34.29 Preparing to unpack .../190-git-man_1%3a2.32.0-1ubuntu1.2_all.deb ...
13:40:22 #9 34.30 Unpacking git-man (1:2.32.0-1ubuntu1.2) ...
13:40:22 #9 34.36 Selecting previously unselected package git.
13:40:22 #9 34.36 Preparing to unpack .../191-git_1%3a2.32.0-1ubuntu1.2_amd64.deb ...
13:40:22 #9 34.37 Unpacking git (1:2.32.0-1ubuntu1.2) ...
13:40:22 #9 34.49 Selecting previously unselected package libalgorithm-diff-perl.
13:40:22 #9 34.49 Preparing to unpack .../192-libalgorithm-diff-perl_1.201-1_all.deb ...
13:40:22 #9 34.50 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:40:22 #9 34.52 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:22 #9 34.53 Preparing to unpack .../193-libalgorithm-diff-xs-perl_0.04-6build1_amd64.deb ...
13:40:22 #9 34.53 Unpacking libalgorithm-diff-xs-perl (0.04-6build1) ...
13:40:22 #9 34.56 Selecting previously unselected package libalgorithm-merge-perl.
13:40:22 #8 34.40 Preparing to unpack .../130-python3-chardet_3.0.4-1_all.deb ...
13:40:22 #8 34.40 Unpacking python3-chardet (3.0.4-1) ...
13:40:22 #8 34.44 Selecting previously unselected package python3-six.
13:40:22 #8 34.44 Preparing to unpack .../131-python3-six_1.11.0-2_all.deb ...
13:40:22 #8 34.45 Unpacking python3-six (1.11.0-2) ...
13:40:22 #8 34.48 Selecting previously unselected package python3-debian.
13:40:22 #8 34.48 Preparing to unpack .../132-python3-debian_0.1.32_all.deb ...
13:40:22 #8 34.49 Unpacking python3-debian (0.1.32) ...
13:40:22 #8 34.52 Selecting previously unselected package gnupg-l10n.
13:40:22 #8 34.53 Preparing to unpack .../133-gnupg-l10n_2.2.4-1ubuntu1.4_all.deb ...
13:40:22 #8 34.53 Unpacking gnupg-l10n (2.2.4-1ubuntu1.4) ...
13:40:22 #8 34.56 Selecting previously unselected package gnupg-utils.
13:40:22 #8 34.56 Preparing to unpack .../134-gnupg-utils_2.2.4-1ubuntu1.4_amd64.deb ...
13:40:22 #8 34.57 Unpacking gnupg-utils (2.2.4-1ubuntu1.4) ...
13:40:22 #8 34.61 Selecting previously unselected package gpg.
13:40:22 #8 34.61 Preparing to unpack .../135-gpg_2.2.4-1ubuntu1.4_amd64.deb ...
13:40:22 #8 34.62 Unpacking gpg (2.2.4-1ubuntu1.4) ...
13:40:22 #9 32.66 Selecting previously unselected package librole-tiny-perl.
13:40:22 #9 32.66 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
13:40:22 #9 32.68 Unpacking librole-tiny-perl (2.001004-1) ...
13:40:22 #9 32.75 Selecting previously unselected package libstrictures-perl.
13:40:22 #9 32.75 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
13:40:22 #9 32.76 Unpacking libstrictures-perl (2.000006-1) ...
13:40:22 #9 32.80 Selecting previously unselected package libsub-quote-perl.
13:40:22 #9 32.81 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
13:40:22 #9 32.83 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:22 #9 32.86 Selecting previously unselected package libmoo-perl.
13:40:22 #8 30.51 Fedora 34 openh264 (From Cisco) - x86_64        2.4 kB/s | 2.5 kB     00:01    
13:40:22 #8 48.15 (116/160): python3-pyxdg-0.27-4.fc36.noarch.rpm 6.1 MB/s |  96 kB     00:00    
13:40:22 #8 48.18 (117/160): python3-enchant-3.2.2-2.fc36.noarch. 1.3 MB/s |  79 kB     00:00    
13:40:22 #8 48.19 (118/160): python3-pybeam-0.7-2.fc36.noarch.rpm 400 kB/s |  24 kB     00:00    
13:40:22 #8 48.19 (119/160): python3-six-1.16.0-5.fc36.noarch.rpm 944 kB/s |  36 kB     00:00    
13:40:22 #8 48.19 (120/160): qt5-srpm-macros-5.15.3-1.fc36.noarch 1.3 MB/s | 8.1 kB     00:00    
13:40:22 #8 48.22 (121/160): python3-toml-0.10.2-6.fc36.noarch.rp 1.0 MB/s |  39 kB     00:00    
13:40:22 #8 48.22 (122/160): rpm-build-4.17.0-10.fc36.aarch64.rpm 2.1 MB/s |  61 kB     00:00    
13:40:22 #8 48.23 (123/160): python3-zstd-1.4.5.1-6.fc36.aarch64. 504 kB/s |  19 kB     00:00    
13:40:22 #8 48.23 (124/160): rust-srpm-macros-21-1.fc36.noarch.rp 1.5 MB/s | 9.2 kB     00:00    
13:40:22 #8 48.27 (125/160): shared-mime-info-2.1-3.fc35.aarch64. 8.9 MB/s | 373 kB     00:00    
13:40:22 #8 48.27 (126/160): unzip-6.0-57.fc36.aarch64.rpm        4.2 MB/s | 182 kB     00:00    
13:40:22 #8 48.32 (127/160): rpmlint-2.2.0-3.fc36.noarch.rpm      2.4 MB/s | 240 kB     00:00    
13:40:22 #8 48.32 (128/160): xxhash-libs-0.8.1-2.fc36.aarch64.rpm 633 kB/s |  34 kB     00:00    
13:40:22 #8 48.33 (129/160): xz-5.2.5-9.fc36.aarch64.rpm          3.9 MB/s | 215 kB     00:00    
13:40:22 #8 48.37 (130/160): zip-3.0-32.fc36.aarch64.rpm          5.7 MB/s | 256 kB     00:00    
13:40:22 #8 48.40 (131/160): zstd-1.5.2-1.fc36.aarch64.rpm        4.2 MB/s | 336 kB     00:00    
13:40:22 #8 24.53 Selecting previously unselected package libyaml-0-2:armhf.
13:40:22 #8 24.53 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_armhf.deb ...
13:40:22 #8 24.55 Unpacking libyaml-0-2:armhf (0.1.7-2ubuntu3) ...
13:40:22 #13 5.038 (51/67): python3-setools-4.3.0-3.el8.aarch64.rp 9.7 MB/s | 528 kB     00:00    
13:40:22 #13 5.047 (52/67): rpm-plugin-selinux-4.14.3-23.el8.aarch 8.8 MB/s |  78 kB     00:00    
13:40:22 #13 5.100 (53/67): selinux-policy-3.14.3-97.el8.noarch.rp  12 MB/s | 646 kB     00:00    
13:40:22 #13 5.168 (54/67): python3-policycoreutils-2.9-19.el8.noa  12 MB/s | 2.2 MB     00:00    
13:40:22 #13 5.316 (55/67): python3-libselinux-2.9-5.el8.aarch64.r 781 kB/s | 272 kB     00:00    
13:40:22 #8 45.97 (151/156): glibc-2.34-32.fc35.aarch64.rpm       6.9 MB/s | 1.7 MB     00:00    
13:40:22 #8 46.05 (152/156): libsolv-0.7.22-1.fc35.aarch64.rpm    1.6 MB/s | 388 kB     00:00    
13:40:22 #8 46.11 (153/156): python3-dnf-4.11.1-3.fc35.noarch.rpm 1.8 MB/s | 414 kB     00:00    
13:40:22 #8 46.12 (154/156): python3-hawkey-0.66.0-1.fc35.aarch64 1.4 MB/s | 101 kB     00:00    
13:40:22 #8 15.94 Selecting previously unselected package python3.9.
13:40:22 #8 15.94 Preparing to unpack .../8-python3.9_3.9.2-1_armhf.deb ...
13:40:22 #8 15.94 Unpacking python3.9 (3.9.2-1) ...
13:40:22 #8 15.99 Selecting previously unselected package libpython3-stdlib:armhf.
13:40:22 #8 15.99 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_armhf.deb ...
13:40:22 #8 16.00 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
13:40:22 #8 16.04 Setting up python3-minimal (3.9.2-3) ...
13:40:22 #8 44.85 (81/135): binutils-2.35.2-6.fc34.aarch64.rpm     34 MB/s | 5.9 MB     00:00    
13:40:22 #8 44.89 (82/135): elfutils-0.186-1.fc34.aarch64.rpm     3.9 MB/s | 517 kB     00:00    
13:40:22 #8 44.89 (83/135): elfutils-debuginfod-client-0.186-1.fc 311 kB/s |  39 kB     00:00    
13:40:22 #8 44.90 (84/135): file-5.39-7.fc34.aarch64.rpm          6.1 MB/s |  50 kB     00:00    
13:40:22 #8 44.91 (85/135): emacs-filesystem-27.2-5.fc34.noarch.r 433 kB/s | 8.4 kB     00:00    
13:40:22 #8 44.96 (86/135): gdb-minimal-11.1-5.fc34.aarch64.rpm    51 MB/s | 3.4 MB     00:00    
13:40:22 #8 45.01 (87/135): gdk-pixbuf2-2.42.6-1.fc34.aarch64.rpm 4.5 MB/s | 468 kB     00:00    
13:40:22 #8 45.01 (88/135): glib-networking-2.68.3-1.fc34.aarch64 1.7 MB/s | 169 kB     00:00    
13:40:22 #8 45.02 (89/135): go-srpm-macros-3.0.15-1.fc34.noarch.r 2.8 MB/s |  26 kB     00:00    
13:40:22 #8 45.02 (90/135): json-glib-1.6.6-1.fc34.aarch64.rpm     11 MB/s | 149 kB     00:00    
13:40:22 #8 45.06 (91/135): less-590-2.fc34.aarch64.rpm           3.3 MB/s | 160 kB     00:00    
13:40:22 #9 39.02 Selecting previously unselected package diffstat.
13:40:22 #9 39.03 Preparing to unpack .../177-diffstat_1.64-1_arm64.deb ...
13:40:22 #9 39.03 Unpacking diffstat (1.64-1) ...
13:40:22 #9 39.20 Selecting previously unselected package python3-chardet.
13:40:22 #9 39.20 Preparing to unpack .../178-python3-chardet_4.0.0-1_all.deb ...
13:40:22 #9 39.24 Unpacking python3-chardet (4.0.0-1) ...
13:40:22 #9 39.64 Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:22 #9 39.65 Setting up libssh-4:arm64 (0.9.6-2build1) ...
13:40:22 #9 39.66 Setting up libwebp7:arm64 (1.2.2-2) ...
13:40:22 #9 39.67 Setting up libubsan1:arm64 (12-20220319-1ubuntu1) ...
13:40:22 #9 39.68 Setting up libmd0:arm64 (1.0.4-1build1) ...
13:40:22 #9 39.70 Setting up python-apt-common (2.3.0ubuntu2) ...
13:40:22 #9 39.71 Setting up libnsl-dev:arm64 (1.3.0-2build2) ...
13:40:22 #9 39.72 Setting up libhwasan0:arm64 (12-20220319-1ubuntu1) ...
13:40:22 #9 39.73 Setting up libcrypt-dev:arm64 (1:4.4.27-1) ...
13:40:22 #9 39.74 Setting up libuchardet0:arm64 (0.0.7-1build2) ...
13:40:22 #9 39.76 Setting up lzop (1.04-2build2) ...
13:40:22 #9 39.77 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
13:40:22 #9 39.84 Setting up git-man (1:2.34.1-1ubuntu1.2) ...
13:40:22 #9 39.85 Setting up netbase (6.3) ...
13:40:22 #9 39.88 Setting up libbinutils:arm64 (2.38-3ubuntu1) ...
13:40:22 #9 39.89 Setting up libfido2-1:arm64 (1.10.0-1) ...
13:40:22 #9 39.91 Setting up libisl23:arm64 (0.24-2build1) ...
13:40:22 #9 39.92 Setting up libc-dev-bin (2.35-0ubuntu3) ...
13:40:22 #9 39.93 Setting up openssl (3.0.2-0ubuntu1) ...
13:40:22 #9 39.95 Setting up libbsd0:arm64 (0.11.5-1) ...
13:40:22 #8 49.45 Setting up libpath-iterator-rule-perl (1.009-1) ...
13:40:22 #8 49.46 Setting up python3-gpg (1.10.0-1ubuntu2) ...
13:40:22 #8 49.66 Setting up libnet-dns-perl (1.10-2) ...
13:40:22 #8 49.68 Setting up libsub-identify-perl (0.14-1) ...
13:40:22 #8 49.70 Setting up libpod-constants-perl (0.19-1) ...
13:40:22 #14 ...
13:40:22 
13:40:22 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:22 #9 sha256:326ae25cabf6284effd2598a54af89f19d2cfe614b6d1ff9e15a13b078e84f64
13:40:22 #9 10.05 Get:71 http://ports.ubuntu.com/ubuntu-ports impish/main armhf binutils-common armhf 2.37-7ubuntu1 [212 kB]
13:40:22 #9 10.05 Get:72 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libbinutils armhf 2.37-7ubuntu1 [492 kB]
13:40:22 #9 10.09 Get:73 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libctf-nobfd0 armhf 2.37-7ubuntu1 [93.6 kB]
13:40:22 #9 10.09 Get:74 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libctf0 armhf 2.37-7ubuntu1 [93.8 kB]
13:40:22 #9 10.10 Get:75 http://ports.ubuntu.com/ubuntu-ports impish/main armhf binutils-arm-linux-gnueabihf armhf 2.37-7ubuntu1 [3062 kB]
13:40:22 #9 10.24 Get:76 http://ports.ubuntu.com/ubuntu-ports impish/main armhf binutils armhf 2.37-7ubuntu1 [3166 B]
13:40:22 #9 10.28 Get:77 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libc-dev-bin armhf 2.34-0ubuntu3.2 [18.9 kB]
13:40:22 #9 10.28 Get:78 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf linux-libc-dev armhf 5.13.0-40.45 [1254 kB]
13:40:22 #9 10.30 Get:79 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcrypt-dev armhf 1:4.4.18-4ubuntu1 [112 kB]
13:40:22 #9 10.31 Get:80 http://ports.ubuntu.com/ubuntu-ports impish/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu5 [63.6 kB]
13:40:22 #9 10.31 Get:81 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtirpc-dev armhf 1.3.2-2 [184 kB]
13:40:22 #9 10.32 Get:82 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnsl-dev armhf 1.3.0-2build1 [66.0 kB]
13:40:22 #9 10.32 Get:83 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libc6-dev armhf 2.34-0ubuntu3.2 [1315 kB]
13:40:22 #9 10.38 Get:84 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libisl23 armhf 0.24-1 [517 kB]
13:40:22 #9 10.40 Get:85 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmpfr6 armhf 4.1.0-3build1 [197 kB]
13:40:22 #9 10.41 Get:86 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmpc3 armhf 1.2.0-1build1 [36.2 kB]
13:40:22 #9 10.41 Get:87 http://ports.ubuntu.com/ubuntu-ports impish/main armhf cpp-11 armhf 11.2.0-7ubuntu2 [48.0 MB]
13:40:22 #9 13.34 Get:88 http://ports.ubuntu.com/ubuntu-ports impish/main armhf cpp armhf 4:11.2.0-1ubuntu1 [27.7 kB]
13:40:22 #9 13.34 Get:89 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcc1-0 armhf 11.2.0-7ubuntu2 [45.8 kB]
13:40:22 #9 13.34 Get:90 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgomp1 armhf 11.2.0-7ubuntu2 [100 kB]
13:40:22 #9 13.34 Get:91 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libatomic1 armhf 11.2.0-7ubuntu2 [7626 B]
13:40:22 #9 13.34 Get:92 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libasan6 armhf 11.2.0-7ubuntu2 [2242 kB]
13:40:22 #9 13.41 Get:93 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libubsan1 armhf 11.2.0-7ubuntu2 [893 kB]
13:40:22 #9 13.41 Get:94 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgcc-11-dev armhf 11.2.0-7ubuntu2 [838 kB]
13:40:22 #9 13.42 Get:95 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gcc-11 armhf 11.2.0-7ubuntu2 [54.8 MB]
13:40:22 #9 16.64 Get:96 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gcc armhf 4:11.2.0-1ubuntu1 [5126 B]
13:40:22 #9 16.65 Get:97 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libstdc++-11-dev armhf 11.2.0-7ubuntu2 [2125 kB]
13:40:22 #9 16.67 Get:98 http://ports.ubuntu.com/ubuntu-ports impish/main armhf g++-11 armhf 11.2.0-7ubuntu2 [52.3 MB]
13:40:22 #9 19.91 Get:99 http://ports.ubuntu.com/ubuntu-ports impish/main armhf g++ armhf 4:11.2.0-1ubuntu1 [1400 B]
13:40:22 #9 19.93 Get:100 http://ports.ubuntu.com/ubuntu-ports impish/main armhf make armhf 4.3-4ubuntu1 [154 kB]
13:40:22 #9 19.93 Get:101 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdpkg-perl all 1.20.9ubuntu2 [233 kB]
13:40:22 #9 ...
13:40:22 
13:40:22 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:22 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:22 #8 35.28 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:22 #8 35.28 Preparing to unpack .../131-liblwp-mediatypes-perl_6.02-1_all.deb ...
13:40:22 #8 35.28 Unpacking liblwp-mediatypes-perl (6.02-1) ...
13:40:22 #8 35.31 Selecting previously unselected package libhttp-message-perl.
13:40:22 #8 35.31 Preparing to unpack .../132-libhttp-message-perl_6.18-1_all.deb ...
13:40:22 #8 35.32 Unpacking libhttp-message-perl (6.18-1) ...
13:40:22 #8 35.35 Selecting previously unselected package libhttp-cookies-perl.
13:40:22 #8 35.35 Preparing to unpack .../133-libhttp-cookies-perl_6.04-1_all.deb ...
13:40:22 #8 35.36 Unpacking libhttp-cookies-perl (6.04-1) ...
13:40:22 #8 35.39 Selecting previously unselected package libhttp-negotiate-perl.
13:40:22 #8 35.39 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:22 #8 35.39 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:22 #8 35.42 Selecting previously unselected package perl-openssl-defaults:amd64.
13:40:22 #8 35.42 Preparing to unpack .../135-perl-openssl-defaults_3_amd64.deb ...
13:40:22 #8 35.42 Unpacking perl-openssl-defaults:amd64 (3) ...
13:40:22 #8 35.45 Selecting previously unselected package libnet-ssleay-perl.
13:40:22 #8 35.45 Preparing to unpack .../136-libnet-ssleay-perl_1.85-2+b1_amd64.deb ...
13:40:22 #8 35.45 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
13:40:22 #8 35.51 Selecting previously unselected package libio-socket-ssl-perl.
13:40:22 #8 35.52 Preparing to unpack .../137-libio-socket-ssl-perl_2.060-3_all.deb ...
13:40:22 #8 35.52 Unpacking libio-socket-ssl-perl (2.060-3) ...
13:40:22 #8 35.56 Selecting previously unselected package libnet-http-perl.
13:40:22 #9 21.15 Selecting previously unselected package libgdbm-compat4:armhf.
13:40:22 #9 21.15 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_armhf.deb ...
13:40:22 #9 21.16 Unpacking libgdbm-compat4:armhf (1.18.1-5) ...
13:40:22 #9 21.21 Selecting previously unselected package libperl5.30:armhf.
13:40:22 #9 21.21 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_armhf.deb ...
13:40:22 #9 21.22 Unpacking libperl5.30:armhf (5.30.0-9ubuntu0.2) ...
13:40:22 #8 49.51 Setting up libgsasl7 (1.8.0-8+b2) ...
13:40:22 #8 49.52 Setting up libxext6:arm64 (2:1.3.3-1+b2) ...
13:40:22 #8 49.54 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u2) ...
13:40:22 #8 49.55 Setting up python3 (3.7.3-1) ...
13:40:22 #9 39.60 Preparing to unpack .../309-libterm-readkey-perl_2.38-1build1_arm64.deb ...
13:40:22 #9 39.60 Unpacking libterm-readkey-perl (2.38-1build1) ...
13:40:22 #9 39.64 Selecting previously unselected package libtest-fatal-perl.
13:40:22 #9 39.64 Preparing to unpack .../310-libtest-fatal-perl_0.014-1_all.deb ...
13:40:22 #9 39.65 Unpacking libtest-fatal-perl (0.014-1) ...
13:40:22 #9 39.68 Selecting previously unselected package libtest-refcount-perl.
13:40:22 #9 39.68 Preparing to unpack .../311-libtest-refcount-perl_0.10-1_all.deb ...
13:40:22 #9 39.69 Unpacking libtest-refcount-perl (0.10-1) ...
13:40:22 #9 39.73 Selecting previously unselected package libtext-levenshtein-perl.
13:40:22 #9 39.73 Preparing to unpack .../312-libtext-levenshtein-perl_0.13-1_all.deb ...
13:40:22 #9 39.74 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:40:22 #9 39.77 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:22 #9 39.77 Preparing to unpack .../313-libtype-tiny-xs-perl_0.016-1_arm64.deb ...
13:40:22 #9 39.77 Unpacking libtype-tiny-xs-perl (0.016-1) ...
13:40:22 #9 39.81 Selecting previously unselected package libunicode-utf8-perl.
13:40:22 #9 39.81 Preparing to unpack .../314-libunicode-utf8-perl_0.62-1build1_arm64.deb ...
13:40:22 #9 39.82 Unpacking libunicode-utf8-perl (0.62-1build1) ...
13:40:22 #9 39.86 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:22 #9 34.79 Selecting previously unselected package libyaml-libyaml-perl.
13:40:22 #9 34.79 Preparing to unpack .../338-libyaml-libyaml-perl_0.83+ds-1build1_amd64.deb ...
13:40:22 #9 34.80 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
13:40:22 #9 34.83 Selecting previously unselected package licensecheck.
13:40:22 #9 34.83 Preparing to unpack .../339-licensecheck_3.2.14-2_all.deb ...
13:40:22 #9 34.83 Unpacking licensecheck (3.2.14-2) ...
13:40:22 #9 34.87 Selecting previously unselected package libdevel-size-perl.
13:40:22 #9 34.88 Preparing to unpack .../340-libdevel-size-perl_0.83-1build4_amd64.deb ...
13:40:22 #9 34.88 Unpacking libdevel-size-perl (0.83-1build4) ...
13:40:22 #9 34.91 Selecting previously unselected package libipc-run3-perl.
13:40:22 #9 34.91 Preparing to unpack .../341-libipc-run3-perl_0.048-2_all.deb ...
13:40:22 #9 34.92 Unpacking libipc-run3-perl (0.048-2) ...
13:40:22 #9 34.95 Selecting previously unselected package lzip.
13:40:22 #9 34.96 Preparing to unpack .../342-lzip_1.23-1_amd64.deb ...
13:40:22 #9 34.96 Unpacking lzip (1.23-1) ...
13:40:22 #9 34.99 Selecting previously unselected package lzop.
13:40:22 #9 14.29 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu4 [14.6 kB]
13:40:22 #9 14.29 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-classify-perl armhf 0.015-1build5 [20.4 kB]
13:40:22 #9 14.29 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:40:22 #9 14.36 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
13:40:22 #9 14.36 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB]
13:40:22 #9 14.36 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
13:40:22 #9 14.36 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoo-perl all 2.005004-3 [48.0 kB]
13:40:22 #9 14.36 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libencode-locale-perl all 1.05-1.1 [11.8 kB]
13:40:22 #9 14.36 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtimedate-perl all 2.3300-2 [34.0 kB]
13:40:22 #9 14.36 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-date-perl all 6.05-1 [9920 B]
13:40:22 #9 14.44 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-listing-perl all 6.14-1 [11.2 kB]
13:40:22 #9 14.44 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:40:22 #9 14.44 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liburi-perl all 5.10-1 [78.8 kB]
13:40:22 #9 34.56 Preparing to unpack .../194-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:22 #9 34.56 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:22 #9 34.60 Selecting previously unselected package libaliased-perl.
13:40:22 #9 34.60 Preparing to unpack .../195-libaliased-perl_0.34-1.1_all.deb ...
13:40:22 #9 34.61 Unpacking libaliased-perl (0.34-1.1) ...
13:40:22 #9 34.63 Selecting previously unselected package libapt-pkg-perl.
13:40:22 #9 34.63 Preparing to unpack .../196-libapt-pkg-perl_0.1.40_amd64.deb ...
13:40:22 #9 34.64 Unpacking libapt-pkg-perl (0.1.40) ...
13:40:22 #9 34.67 Selecting previously unselected package libarchive-cpio-perl.
13:40:22 #9 34.68 Preparing to unpack .../197-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:40:22 #9 34.68 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:40:22 #9 34.71 Selecting previously unselected package libarray-intspan-perl.
13:40:22 #9 34.71 Preparing to unpack .../198-libarray-intspan-perl_2.004-1_all.deb ...
13:40:22 #9 34.71 Unpacking libarray-intspan-perl (2.004-1) ...
13:40:22 #9 34.74 Selecting previously unselected package libmodule-implementation-perl.
13:40:22 #9 34.74 Preparing to unpack .../199-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:40:22 #9 34.74 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:40:22 #9 34.77 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:22 #9 34.77 Preparing to unpack .../200-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:22 #9 34.77 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:22 #9 34.80 Selecting previously unselected package libvariable-magic-perl.
13:40:22 #8 34.69 Selecting previously unselected package pinentry-curses.
13:40:22 #8 34.69 Preparing to unpack .../136-pinentry-curses_1.1.0-1_amd64.deb ...
13:40:22 #8 34.70 Unpacking pinentry-curses (1.1.0-1) ...
13:40:22 #8 34.73 Selecting previously unselected package gpg-agent.
13:40:22 #8 34.73 Preparing to unpack .../137-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ...
13:40:22 #8 34.74 Unpacking gpg-agent (2.2.4-1ubuntu1.4) ...
13:40:22 #8 34.80 Selecting previously unselected package gpg-wks-client.
13:40:22 #8 34.81 Preparing to unpack .../138-gpg-wks-client_2.2.4-1ubuntu1.4_amd64.deb ...
13:40:22 #8 34.81 Unpacking gpg-wks-client (2.2.4-1ubuntu1.4) ...
13:40:22 #8 34.85 Selecting previously unselected package gpg-wks-server.
13:40:22 #8 34.86 Preparing to unpack .../139-gpg-wks-server_2.2.4-1ubuntu1.4_amd64.deb ...
13:40:22 #8 34.86 Unpacking gpg-wks-server (2.2.4-1ubuntu1.4) ...
13:40:22 #8 34.91 Selecting previously unselected package gpgsm.
13:40:22 #8 34.91 Preparing to unpack .../140-gpgsm_2.2.4-1ubuntu1.4_amd64.deb ...
13:40:22 #8 34.92 Unpacking gpgsm (2.2.4-1ubuntu1.4) ...
13:40:22 #8 34.96 Selecting previously unselected package gnupg.
13:40:22 #8 34.96 Preparing to unpack .../141-gnupg_2.2.4-1ubuntu1.4_amd64.deb ...
13:40:22 #8 34.97 Unpacking gnupg (2.2.4-1ubuntu1.4) ...
13:40:22 #8 35.01 Selecting previously unselected package libgpgme11:amd64.
13:40:22 #9 32.86 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
13:40:22 #9 32.86 Unpacking libmoo-perl (2.003006-1) ...
13:40:22 #9 32.90 Selecting previously unselected package libencode-locale-perl.
13:40:22 #9 32.90 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
13:40:22 #9 32.92 Unpacking libencode-locale-perl (1.05-1) ...
13:40:22 #9 32.95 Selecting previously unselected package libtimedate-perl.
13:40:22 #9 32.95 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
13:40:22 #9 32.96 Unpacking libtimedate-perl (2.3200-1) ...
13:40:22 #9 33.00 Selecting previously unselected package libhttp-date-perl.
13:40:22 #9 33.00 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
13:40:22 #9 33.00 Unpacking libhttp-date-perl (6.05-1) ...
13:40:22 #9 33.04 Selecting previously unselected package libfile-listing-perl.
13:40:22 #9 33.04 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
13:40:22 #9 33.04 Unpacking libfile-listing-perl (6.04-1) ...
13:40:22 #9 33.07 Selecting previously unselected package libhtml-tagset-perl.
13:40:22 #8 48.45 (132/160): binutils-gold-2.37-27.fc36.aarch64.r  12 MB/s | 896 kB     00:00    
13:40:22 #8 48.53 (133/160): binutils-2.37-27.fc36.aarch64.rpm     31 MB/s | 6.4 MB     00:00    
13:40:22 #8 48.57 (134/160): elfutils-0.187-2.fc36.aarch64.rpm    3.1 MB/s | 516 kB     00:00    
13:40:22 #8 48.57 (135/160): elfutils-debuginfod-client-0.187-2.f 314 kB/s |  38 kB     00:00    
13:40:22 #8 48.62 (136/160): glibc-gconv-extra-2.35-5.fc36.aarch6  19 MB/s | 1.6 MB     00:00    
13:40:22 #8 48.63 (137/160): perl-Socket-2.033-1.fc36.aarch64.rpm 1.1 MB/s |  55 kB     00:00    
13:40:22 #8 48.67 (138/160): perl-Encode-3.17-485.fc36.aarch64.rp  19 MB/s | 1.7 MB     00:00    
13:40:22 #8 48.67 (139/160): perl-Text-ParseWords-3.31-1.fc36.noa 366 kB/s |  16 kB     00:00    
13:40:22 #8 48.67 (140/160): redhat-rpm-config-217-1.fc36.noarch. 1.6 MB/s |  70 kB     00:00    
13:40:22 #8 48.68 (141/160): rpmautospec-rpm-macros-0.2.6-1.fc36. 1.0 MB/s | 8.3 kB     00:00    
13:40:22 #8 48.69 (142/160): python3-hawkey-0.66.0-1.fc36.aarch64  10 MB/s | 101 kB     00:00    
13:40:22 #8 48.73 (143/160): libdnf-0.66.0-1.fc36.aarch64.rpm      11 MB/s | 613 kB     00:00    
13:40:22 #8 48.77 (144/160): python3-libdnf-0.66.0-1.fc36.aarch64 9.9 MB/s | 743 kB     00:00    
13:40:22 #13 5.357 (56/67): systemd-devel-239-58.el8.aarch64.rpm   9.5 MB/s | 392 kB     00:00    
13:40:22 #13 5.517 (57/67): device-mapper-devel-1.02.181-3.el8.aar 1.7 MB/s | 283 kB     00:00    
13:40:22 #13 5.577 (58/67): glibc-static-2.28-199.el8.aarch64.rpm   26 MB/s | 1.6 MB     00:00    
13:40:22 #8 16.34 Selecting previously unselected package python3.
13:40:22 #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 ... 9937 files and directories currently installed.)
13:40:22 #8 16.34 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
13:40:22 #8 16.34 Unpacking python3 (3.9.2-3) ...
13:40:22 #8 16.39 Selecting previously unselected package less.
13:40:22 #8 46.21 (155/156): python3-libdnf-0.66.0-1.fc35.aarch64 4.4 MB/s | 729 kB     00:00    
13:40:22 #8 46.22 (156/156): yum-4.11.1-3.fc35.noarch.rpm         383 kB/s |  39 kB     00:00    
13:40:22 #8 46.22 --------------------------------------------------------------------------------
13:40:22 #8 46.22 Total                                           9.1 MB/s |  37 MB     00:04     
13:40:22 #8 45.07 (92/135): perl-AutoLoader-5.74-477.fc34.noarch. 718 kB/s |  31 kB     00:00    
13:40:22 #8 45.07 (93/135): libjpeg-turbo-2.0.90-3.fc34.aarch64.r 3.3 MB/s | 169 kB     00:00    
13:40:22 #8 45.11 (94/135): perl-B-1.80-477.fc34.aarch64.rpm      3.8 MB/s | 190 kB     00:00    
13:40:22 #8 45.12 (95/135): perl-Class-Struct-0.66-477.fc34.noarc 683 kB/s |  32 kB     00:00    
13:40:22 #8 45.12 (96/135): perl-Digest-1.20-1.fc34.noarch.rpm    566 kB/s |  25 kB     00:00    
13:40:22 #8 45.12 (97/135): perl-DynaLoader-1.47-477.fc34.aarch64 3.7 MB/s |  36 kB     00:00    
13:40:22 #8 45.13 (98/135): perl-Errno-1.30-477.fc34.aarch64.rpm  3.3 MB/s |  25 kB     00:00    
13:40:22 #8 45.13 (99/135): perl-Fcntl-1.13-477.fc34.aarch64.rpm  3.0 MB/s |  31 kB     00:00    
13:40:22 #8 45.18 (100/135): perl-Encode-3.15-462.fc34.aarch64.rp  28 MB/s | 1.7 MB     00:00    
13:40:22 #8 45.18 (101/135): perl-File-Basename-2.85-477.fc34.noa 510 kB/s |  27 kB     00:00    
13:40:22 #8 45.19 (102/135): perl-File-stat-1.09-477.fc34.noarch. 538 kB/s |  27 kB     00:00    
13:40:22 #8 45.19 (103/135): perl-FileHandle-2.03-477.fc34.noarch 4.1 MB/s |  26 kB     00:00    
13:40:22 #8 45.19 (104/135): perl-Getopt-Std-1.12-477.fc34.noarch 2.5 MB/s |  26 kB     00:00    
13:40:22 #8 45.20 (105/135): perl-HTTP-Tiny-0.078-1.fc34.noarch.r 5.5 MB/s |  55 kB     00:00    
13:40:22 #8 45.20 (106/135): perl-IO-1.43-477.fc34.aarch64.rpm    8.8 MB/s |  97 kB     00:00    
13:40:22 #8 45.21 (107/135): perl-IPC-Open3-1.21-477.fc34.noarch. 4.3 MB/s |  33 kB     00:00    
13:40:22 #8 45.21 (108/135): perl-Mozilla-CA-20211001-1.fc34.noar 1.0 MB/s |  12 kB     00:00    
13:40:22 #8 45.22 (109/135): perl-NDBM_File-1.15-477.fc34.aarch64 2.3 MB/s |  32 kB     00:00    
13:40:22 #8 45.22 (110/135): perl-POSIX-1.94-477.fc34.aarch64.rpm 7.0 MB/s | 107 kB     00:00    
13:40:22 #8 45.22 (111/135): perl-SelectSaver-1.02-477.fc34.noarc 1.5 MB/s |  22 kB     00:00    
13:40:22 #8 45.23 (112/135): perl-Socket-2.032-1.fc34.aarch64.rpm 4.9 MB/s |  54 kB     00:00    
13:40:22 #8 45.23 (113/135): perl-Text-Tabs+Wrap-2021.0726-1.fc34 2.8 MB/s |  22 kB     00:00    
13:40:22 #8 45.24 (114/135): perl-Symbol-1.08-477.fc34.noarch.rpm 2.1 MB/s |  24 kB     00:00    
13:40:22 #8 45.24 (115/135): perl-if-0.60.800-477.fc34.noarch.rpm 3.2 MB/s |  24 kB     00:00    
13:40:22 #8 45.24 (116/135): perl-base-2.27-477.fc34.noarch.rpm   1.5 MB/s |  26 kB     00:00    
13:40:22 #8 45.25 (117/135): perl-interpreter-5.32.1-477.fc34.aar 6.1 MB/s |  81 kB     00:00    
13:40:22 #8 45.26 (118/135): perl-mro-1.23-477.fc34.aarch64.rpm   3.0 MB/s |  38 kB     00:00    
13:40:22 #8 45.31 (119/135): perl-libs-5.32.1-477.fc34.aarch64.rp  28 MB/s | 2.0 MB     00:00    
13:40:22 #9 39.36 Selecting previously unselected package python3-six.
13:40:22 #9 39.37 Preparing to unpack .../179-python3-six_1.16.0-2_all.deb ...
13:40:22 #9 39.37 Unpacking python3-six (1.16.0-2) ...
13:40:22 #9 39.40 Selecting previously unselected package zstd.
13:40:22 #9 39.40 Preparing to unpack .../180-zstd_1.4.8+dfsg-2.1_arm64.deb ...
13:40:22 #9 39.41 Unpacking zstd (1.4.8+dfsg-2.1) ...
13:40:22 #9 39.48 Selecting previously unselected package python3-debian.
13:40:22 #9 39.48 Preparing to unpack .../181-python3-debian_0.1.39ubuntu1_all.deb ...
13:40:22 #9 39.48 Unpacking python3-debian (0.1.39ubuntu1) ...
13:40:22 #9 39.52 Selecting previously unselected package libgpgme11:arm64.
13:40:22 #9 39.53 Preparing to unpack .../182-libgpgme11_1.14.0-1ubuntu4_arm64.deb ...
13:40:22 #9 39.53 Unpacking libgpgme11:arm64 (1.14.0-1ubuntu4) ...
13:40:22 #9 39.57 Selecting previously unselected package python3-gpg.
13:40:22 #9 39.96 Setting up libelf1:arm64 (0.186-1build1) ...
13:40:22 #9 39.97 Setting up readline-common (8.1.2-1) ...
13:40:22 #9 39.98 Setting up publicsuffix (20211207.1025-1) ...
13:40:22 #9 40.00 Setting up zstd (1.4.8+dfsg-3build1) ...
13:40:22 #9 40.01 Setting up libmarkdown2:arm64 (2.2.7-2) ...
13:40:22 #9 40.03 Setting up libcc1-0:arm64 (12-20220319-1ubuntu1) ...
13:40:22 #9 40.04 Setting up iso-codes (4.9.0-1) ...
13:40:22 #9 40.05 Setting up liblocale-gettext-perl (1.07-4build3) ...
13:40:22 #9 40.06 Setting up liblsan0:arm64 (12-20220319-1ubuntu1) ...
13:40:22 #9 40.09 Setting up dctrl-tools (2.24-3build2) ...
13:40:22 #9 40.14 Setting up libitm1:arm64 (12-20220319-1ubuntu1) ...
13:40:22 #9 40.15 Setting up libgdbm6:arm64 (1.23-1) ...
13:40:22 #8 35.56 Preparing to unpack .../138-libnet-http-perl_6.18-1_all.deb ...
13:40:22 #8 35.57 Unpacking libnet-http-perl (6.18-1) ...
13:40:22 #8 35.59 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:22 #8 35.59 Preparing to unpack .../139-liblwp-protocol-https-perl_6.07-2_all.deb ...
13:40:22 #8 35.60 Unpacking liblwp-protocol-https-perl (6.07-2) ...
13:40:22 #8 35.62 Selecting previously unselected package libtry-tiny-perl.
13:40:22 #8 35.63 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
13:40:22 #8 35.63 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:22 #8 35.65 Selecting previously unselected package libwww-robotrules-perl.
13:40:22 #8 35.66 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:22 #8 35.66 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:22 #8 35.68 Selecting previously unselected package libwww-perl.
13:40:22 #8 35.69 Preparing to unpack .../142-libwww-perl_6.36-2_all.deb ...
13:40:22 #8 35.69 Unpacking libwww-perl (6.36-2) ...
13:40:22 #8 35.73 Selecting previously unselected package patchutils.
13:40:22 #8 35.73 Preparing to unpack .../143-patchutils_0.3.4-2_amd64.deb ...
13:40:22 #8 35.73 Unpacking patchutils (0.3.4-2) ...
13:40:22 #8 35.77 Selecting previously unselected package wdiff.
13:40:22 #8 35.77 Preparing to unpack .../144-wdiff_1.2.2-2+b1_amd64.deb ...
13:40:22 #8 35.77 Unpacking wdiff (1.2.2-2+b1) ...
13:40:22 #8 35.82 Selecting previously unselected package devscripts.
13:40:22 #8 49.71 Setting up libsort-versions-perl (1.62-1) ...
13:40:22 #8 49.72 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
13:40:22 #8 49.74 Setting up libdynaloader-functions-perl (0.003-1) ...
13:40:22 #8 49.77 Setting up libsub-exporter-perl (0.987-1) ...
13:40:22 #8 49.78 Setting up xauth (1:1.0.10-1) ...
13:40:22 #8 49.79 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:22 #8 49.80 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ...
13:40:22 #8 49.82 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
13:40:22 #8 49.83 Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.10) ...
13:40:22 #8 49.85 Setting up dput (1.0.1ubuntu1) ...
13:40:22 #8 24.64 Selecting previously unselected package lsb-release.
13:40:22 #8 24.64 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
13:40:22 #8 24.66 Unpacking lsb-release (9.20170808ubuntu1) ...
13:40:22 #8 49.87 Setting up python3-xdg (0.25-5) ...
13:40:22 #9 39.86 Preparing to unpack .../315-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:40:22 #9 39.86 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:40:22 #9 39.90 Selecting previously unselected package libxml-sax-base-perl.
13:40:22 #9 39.90 Preparing to unpack .../316-libxml-sax-base-perl_1.09-1_all.deb ...
13:40:22 #9 39.91 Unpacking libxml-sax-base-perl (1.09-1) ...
13:40:22 #9 39.95 Selecting previously unselected package libxml-sax-perl.
13:40:22 #9 39.95 Preparing to unpack .../317-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:40:22 #9 39.96 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:40:22 #9 40.01 Selecting previously unselected package libxml-libxml-perl.
13:40:22 #9 40.01 Preparing to unpack .../318-libxml-libxml-perl_2.0134+dfsg-1build1_arm64.deb ...
13:40:22 #9 40.02 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:40:22 #9 40.08 Selecting previously unselected package libxml-parser-perl.
13:40:22 #9 34.99 Preparing to unpack .../343-lzop_1.04-2build2_amd64.deb ...
13:40:22 #9 35.00 Unpacking lzop (1.04-2build2) ...
13:40:22 #9 35.03 Selecting previously unselected package t1utils.
13:40:22 #9 35.03 Preparing to unpack .../344-t1utils_1.41-4build2_amd64.deb ...
13:40:22 #9 35.03 Unpacking t1utils (1.41-4build2) ...
13:40:22 #9 35.07 Selecting previously unselected package unzip.
13:40:22 #9 35.07 Preparing to unpack .../345-unzip_6.0-26ubuntu3_amd64.deb ...
13:40:22 #9 35.08 Unpacking unzip (6.0-26ubuntu3) ...
13:40:22 #9 35.15 Selecting previously unselected package lintian.
13:40:22 #9 35.15 Preparing to unpack .../346-lintian_2.114.0ubuntu1_all.deb ...
13:40:22 #9 35.16 Unpacking lintian (2.114.0ubuntu1) ...
13:40:22 #9 14.52 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-parser-perl armhf 3.76-1build2 [85.3 kB]
13:40:22 #9 14.52 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
13:40:22 #9 14.52 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-html-perl all 1.004-2 [15.4 kB]
13:40:22 #9 14.52 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:40:22 #9 14.52 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-message-perl all 6.36-1 [76.8 kB]
13:40:22 #9 14.52 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB]
13:40:22 #9 14.52 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:40:22 #9 14.59 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl-openssl-defaults armhf 5build2 [7544 B]
13:40:22 #9 14.59 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ssleay-perl armhf 1.92-1build2 [311 kB]
13:40:22 #9 14.59 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-socket-ssl-perl all 2.074-2 [192 kB]
13:40:22 #9 14.67 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-http-perl all 6.22-1 [23.2 kB]
13:40:22 #9 14.67 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
13:40:22 #9 14.67 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtry-tiny-perl all 0.31-1 [21.8 kB]
13:40:22 #9 14.67 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:40:22 #9 14.67 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-perl all 6.61-1 [141 kB]
13:40:22 #9 14.67 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB]
13:40:22 #9 14.67 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf wdiff armhf 1.2.2-2build3 [29.3 kB]
13:40:22 #9 14.73 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf devscripts armhf 2.22.1ubuntu1 [1057 kB]
13:40:22 #9 34.80 Preparing to unpack .../201-libvariable-magic-perl_0.62-1build3_amd64.deb ...
13:40:22 #9 34.80 Unpacking libvariable-magic-perl (0.62-1build3) ...
13:40:22 #9 34.83 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:22 #9 34.83 Preparing to unpack .../202-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
13:40:22 #9 34.84 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
13:40:22 #9 34.87 Selecting previously unselected package libfreetype6:amd64.
13:40:22 #9 34.87 Preparing to unpack .../203-libfreetype6_2.10.4+dfsg-1build1_amd64.deb ...
13:40:22 #9 34.87 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1build1) ...
13:40:22 #9 34.94 Selecting previously unselected package libfontconfig1:amd64.
13:40:22 #9 34.94 Preparing to unpack .../204-libfontconfig1_2.13.1-4.2ubuntu3_amd64.deb ...
13:40:22 #9 34.95 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu3) ...
13:40:22 #9 34.99 Selecting previously unselected package libjpeg-turbo8:amd64.
13:40:22 #9 34.99 Preparing to unpack .../205-libjpeg-turbo8_2.0.6-0ubuntu2_amd64.deb ...
13:40:22 #9 34.99 Unpacking libjpeg-turbo8:amd64 (2.0.6-0ubuntu2) ...
13:40:22 #9 35.03 Selecting previously unselected package libjpeg8:amd64.
13:40:22 #9 35.03 Preparing to unpack .../206-libjpeg8_8c-2ubuntu8_amd64.deb ...
13:40:22 #9 35.03 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
13:40:22 #9 35.06 Selecting previously unselected package libdeflate0:amd64.
13:40:22 #8 35.02 Preparing to unpack .../142-libgpgme11_1.10.0-1ubuntu2_amd64.deb ...
13:40:22 #8 35.02 Unpacking libgpgme11:amd64 (1.10.0-1ubuntu2) ...
13:40:22 #8 35.07 Selecting previously unselected package python3-gpg.
13:40:22 #8 35.07 Preparing to unpack .../143-python3-gpg_1.10.0-1ubuntu2_amd64.deb ...
13:40:22 #8 35.08 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
13:40:22 #8 35.13 Selecting previously unselected package dput.
13:40:22 #8 35.13 Preparing to unpack .../144-dput_1.0.1ubuntu1_all.deb ...
13:40:22 #8 35.14 Unpacking dput (1.0.1ubuntu1) ...
13:40:22 #8 35.18 Selecting previously unselected package libfakeroot:amd64.
13:40:22 #8 35.18 Preparing to unpack .../145-libfakeroot_1.22-2ubuntu1_amd64.deb ...
13:40:22 #8 35.19 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
13:40:22 #8 35.22 Selecting previously unselected package fakeroot.
13:40:22 #8 35.23 Preparing to unpack .../146-fakeroot_1.22-2ubuntu1_amd64.deb ...
13:40:22 #8 35.23 Unpacking fakeroot (1.22-2ubuntu1) ...
13:40:22 #9 33.08 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:22 #9 33.08 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:22 #9 33.11 Selecting previously unselected package liburi-perl.
13:40:22 #9 33.12 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
13:40:22 #9 33.12 Unpacking liburi-perl (1.76-2) ...
13:40:22 #9 33.16 Selecting previously unselected package libhtml-parser-perl.
13:40:22 #9 33.17 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
13:40:22 #9 33.17 Unpacking libhtml-parser-perl (3.72-5) ...
13:40:22 #9 33.21 Selecting previously unselected package libhtml-tree-perl.
13:40:22 #9 33.21 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
13:40:22 #9 33.22 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:22 #9 33.27 Selecting previously unselected package libio-html-perl.
13:40:22 #9 33.27 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
13:40:22 #9 33.28 Unpacking libio-html-perl (1.001-1) ...
13:40:22 #9 33.34 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:23 #8 48.77 (145/160): python3-rpm-4.17.0-10.fc36.aarch64.r 2.4 MB/s |  94 kB     00:00    
13:40:23 #8 48.81 (146/160): rpm-4.17.0-10.fc36.aarch64.rpm        11 MB/s | 538 kB     00:00    
13:40:23 #8 48.82 (147/160): rpm-build-libs-4.17.0-10.fc36.aarch6 2.0 MB/s |  91 kB     00:00    
13:40:23 #8 48.89 (148/160): webkit2gtk3-jsc-2.36.1-1.fc36.aarch6  27 MB/s | 6.0 MB     00:00    
13:40:23 #8 48.92 (149/160): rpm-libs-4.17.0-10.fc36.aarch64.rpm  2.7 MB/s | 308 kB     00:00    
13:40:23 #8 48.93 (150/160): rpm-sign-libs-4.17.0-10.fc36.aarch64 254 kB/s |  27 kB     00:00    
13:40:23 #8 48.93 (151/160): xz-libs-5.2.5-9.fc36.aarch64.rpm      11 MB/s |  90 kB     00:00    
13:40:23 #8 48.96 (152/160): dnf-4.11.1-3.fc36.noarch.rpm          12 MB/s | 453 kB     00:00    
13:40:23 #8 48.97 (153/160): dnf-data-4.11.1-3.fc36.noarch.rpm    1.0 MB/s |  41 kB     00:00    
13:40:23 #8 48.97 (154/160): elfutils-libelf-0.187-2.fc36.aarch64 5.3 MB/s | 197 kB     00:00    
13:40:23 #8 49.02 (155/160): glibc-common-2.35-5.fc36.aarch64.rpm 6.8 MB/s | 314 kB     00:00    
13:40:23 #8 16.40 Preparing to unpack .../001-less_551-2_armhf.deb ...
13:40:23 #8 16.40 Unpacking less (551-2) ...
13:40:23 #8 16.49 Selecting previously unselected package netbase.
13:40:23 #8 16.49 Preparing to unpack .../002-netbase_6.3_all.deb ...
13:40:23 #8 16.55 Unpacking netbase (6.3) ...
13:40:23 #8 16.57 Selecting previously unselected package sensible-utils.
13:40:23 #8 16.58 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
13:40:23 #8 16.59 Unpacking sensible-utils (0.0.14) ...
13:40:23 #8 16.65 Selecting previously unselected package bzip2.
13:40:23 #8 16.65 Preparing to unpack .../004-bzip2_1.0.8-4_armhf.deb ...
13:40:23 #13 5.587 (59/67): libxcrypt-static-4.1.1-6.el8.aarch64.r 5.9 MB/s |  58 kB     00:00    
13:40:23 #13 5.673 (60/67): glibc-gconv-extra-2.28-199.el8.aarch64  20 MB/s | 1.8 MB     00:00    
13:40:23 #13 5.736 (61/67): bash-4.4.20-4.el8.aarch64.rpm           25 MB/s | 1.5 MB     00:00    
13:40:23 #13 5.818 (62/67): glibc-2.28-199.el8.aarch64.rpm          22 MB/s | 1.8 MB     00:00    
13:40:23 #8 45.32 (120/135): perl-overload-1.31-477.fc34.noarch.r 874 kB/s |  56 kB     00:00    
13:40:23 #8 45.32 (121/135): perl-overloading-0.02-477.fc34.noarc 385 kB/s |  23 kB     00:00    
13:40:23 #8 45.32 (122/135): perl-subs-1.03-477.fc34.noarch.rpm   3.5 MB/s |  22 kB     00:00    
13:40:23 #8 45.33 (123/135): perl-vars-1.05-477.fc34.noarch.rpm   2.5 MB/s |  23 kB     00:00    
13:40:23 #8 45.33 (124/135): python-srpm-macros-3.9-41.fc34.noarc 2.2 MB/s |  21 kB     00:00    
13:40:23 #8 45.33 (125/135): python3-dbus-1.2.18-1.fc34.aarch64.r  17 MB/s | 132 kB     00:00    
13:40:23 #8 45.34 (126/135): python3-dnf-plugins-core-4.0.24-1.fc  18 MB/s | 210 kB     00:00    
13:40:23 #8 45.34 (127/135): python3-enchant-3.2.1-1.fc34.noarch. 6.8 MB/s |  78 kB     00:00    
13:40:23 #8 45.35 (128/135): python3-file-magic-5.39-7.fc34.noarc 1.5 MB/s |  17 kB     00:00    
13:40:23 #8 45.39 (129/135): python3-setuptools-53.0.0-3.fc34.noa  16 MB/s | 839 kB     00:00    
13:40:23 #8 45.39 (130/135): redhat-rpm-config-183-3.fc34.noarch. 1.3 MB/s |  65 kB     00:00    
13:40:23 #8 45.40 (131/135): rpmautospec-rpm-macros-0.2.6-1.fc34. 179 kB/s | 8.3 kB     00:00    
13:40:23 #8 45.40 (132/135): rust-srpm-macros-21-1.fc34.noarch.rp 1.3 MB/s | 8.9 kB     00:00    
13:40:23 #8 45.44 (133/135): rpmlint-1.11-19.fc34.noarch.rpm      3.8 MB/s | 185 kB     00:00    
13:40:23 #8 45.44 (134/135): xxhash-libs-0.8.1-1.fc34.aarch64.rpm 724 kB/s |  33 kB     00:00    
13:40:23 #8 45.48 (135/135): zstd-1.5.2-1.fc34.aarch64.rpm        4.2 MB/s | 331 kB     00:00    
13:40:23 #8 45.48 --------------------------------------------------------------------------------
13:40:23 #8 45.48 Total                                            11 MB/s |  31 MB     00:02     
13:40:23 #9 39.57 Preparing to unpack .../183-python3-gpg_1.14.0-1ubuntu4_arm64.deb ...
13:40:23 #9 39.57 Unpacking python3-gpg (1.14.0-1ubuntu4) ...
13:40:23 #9 39.62 Selecting previously unselected package dput.
13:40:23 #9 39.62 Preparing to unpack .../184-dput_1.1.0ubuntu2_all.deb ...
13:40:23 #9 39.63 Unpacking dput (1.1.0ubuntu2) ...
13:40:23 #9 39.67 Selecting previously unselected package fonts-dejavu-core.
13:40:23 #9 39.67 Preparing to unpack .../185-fonts-dejavu-core_2.37-2build1_all.deb ...
13:40:23 #9 39.68 Unpacking fonts-dejavu-core (2.37-2build1) ...
13:40:23 #9 39.79 Selecting previously unselected package fontconfig-config.
13:40:23 #9 40.16 Setting up libicu70:arm64 (70.1-2) ...
13:40:23 #9 40.17 Setting up libtsan0:arm64 (11.2.0-19ubuntu1) ...
13:40:23 #9 40.18 Setting up libctf0:arm64 (2.38-3ubuntu1) ...
13:40:23 #9 40.20 Setting up libjpeg8:arm64 (8c-2ubuntu10) ...
13:40:23 #9 40.21 Setting up pinentry-curses (1.1.1-1build2) ...
13:40:23 #9 40.24 Setting up cpp-11 (11.2.0-19ubuntu1) ...
13:40:23 #9 40.25 Setting up manpages-dev (5.10-1ubuntu1) ...
13:40:23 #9 40.26 Setting up libdw1:arm64 (0.186-1build1) ...
13:40:23 #9 40.27 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
13:40:23 #9 40.28 Setting up libxcb1:arm64 (1.14-3ubuntu3) ...
13:40:23 #9 40.29 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
13:40:23 #8 35.82 Preparing to unpack .../145-devscripts_2.19.5+deb10u1_amd64.deb ...
13:40:23 #8 35.84 Unpacking devscripts (2.19.5+deb10u1) ...
13:40:23 #8 35.97 Selecting previously unselected package diffstat.
13:40:23 #8 35.97 Preparing to unpack .../146-diffstat_1.62-1_amd64.deb ...
13:40:23 #8 35.98 Unpacking diffstat (1.62-1) ...
13:40:23 #8 36.00 Selecting previously unselected package distro-info-data.
13:40:23 #8 36.01 Preparing to unpack .../147-distro-info-data_0.41+deb10u4_all.deb ...
13:40:23 #8 36.01 Unpacking distro-info-data (0.41+deb10u4) ...
13:40:23 #8 36.04 Selecting previously unselected package python3-pkg-resources.
13:40:23 #8 36.04 Preparing to unpack .../148-python3-pkg-resources_40.8.0-1_all.deb ...
13:40:23 #8 36.05 Unpacking python3-pkg-resources (40.8.0-1) ...
13:40:23 #8 36.09 Selecting previously unselected package python3-chardet.
13:40:23 #10 19.74 Dependencies resolved.
13:40:23 #10 19.75 =============================================================================================
13:40:23 #10 19.75  Package                      Arch    Version                                Repo        Size
13:40:23 #10 19.75 =============================================================================================
13:40:23 #10 19.75 Installing:
13:40:23 #10 19.75  rpm-build                    x86_64  4.14.3-23.el8                          appstream  174 k
13:40:23 #10 19.75  rpmlint                      noarch  1.10-14.el8                            appstream  192 k
13:40:23 #10 19.75  yum-utils                    noarch  4.0.21-11.el8                          baseos      73 k
13:40:23 #10 19.75 Upgrading:
13:40:23 #10 19.75  python3-dnf-plugins-core     noarch  4.0.21-11.el8                          baseos     240 k
13:40:23 #10 19.75  python3-rpm                  x86_64  4.14.3-23.el8                          baseos     155 k
13:40:23 #10 19.75  rpm                          x86_64  4.14.3-23.el8                          baseos     543 k
13:40:23 #10 19.75  rpm-build-libs               x86_64  4.14.3-23.el8                          baseos     157 k
13:40:23 #10 19.75  rpm-libs                     x86_64  4.14.3-23.el8                          baseos     345 k
13:40:23 #10 19.75 Installing dependencies:
13:40:23 #10 19.75  binutils                     x86_64  2.30-114.el8                           baseos     5.8 M
13:40:23 #10 19.75  bzip2                        x86_64  1.0.6-26.el8                           baseos      60 k
13:40:23 #10 19.75  cpio                         x86_64  2.12-11.el8                            baseos     266 k
13:40:23 #10 19.75  desktop-file-utils           x86_64  0.23-8.el8                             appstream   80 k
13:40:23 #10 19.75  diffutils                    x86_64  3.6-6.el8                              baseos     358 k
13:40:23 #10 19.75  dnf-plugins-core             noarch  4.0.21-11.el8                          baseos      71 k
13:40:23 #10 19.75  dwz                          x86_64  0.12-10.el8                            appstream  109 k
13:40:23 #10 19.75  efi-srpm-macros              noarch  3-3.el8                                appstream   22 k
13:40:23 #10 19.75  elfutils                     x86_64  0.186-1.el8                            baseos     542 k
13:40:23 #10 19.75  emacs-filesystem             noarch  1:26.1-7.el8                           baseos      70 k
13:40:23 #10 19.75  file                         x86_64  5.33-20.el8                            baseos      77 k
13:40:23 #10 19.75  gc                           x86_64  7.6.4-3.el8                            appstream  109 k
13:40:23 #10 19.75  gdb-headless                 x86_64  8.2-18.el8                             appstream  3.7 M
13:40:23 #10 19.75  ghc-srpm-macros              noarch  1.4.2-7.el8                            appstream  9.3 k
13:40:23 #10 19.75  glibc-gconv-extra            x86_64  2.28-189.el8                           appstream  1.5 M
13:40:23 #10 19.75  go-srpm-macros               noarch  2-17.el8                               appstream   13 k
13:40:23 #10 19.75  groff-base                   x86_64  1.22.3-18.el8                          baseos     1.0 M
13:40:23 #10 19.75  guile                        x86_64  5:2.0.14-7.el8                         appstream  3.5 M
13:40:23 #10 19.75  libatomic_ops                x86_64  7.6.2-3.el8                            appstream   38 k
13:40:23 #10 19.75  libbabeltrace                x86_64  1.5.4-4.el8                            baseos     200 k
13:40:23 #10 19.75  libipt                       x86_64  1.6.1-8.el8                            appstream   50 k
13:40:23 #10 19.75  libpkgconf                   x86_64  1.4.2-1.el8                            baseos      35 k
13:40:23 #10 19.75  libtool-ltdl                 x86_64  2.4.6-25.el8                           baseos      58 k
13:40:23 #10 19.75  ncurses                      x86_64  6.1-9.20180224.el8                     baseos     387 k
13:40:23 #10 19.75  ocaml-srpm-macros            noarch  5-4.el8                                appstream  9.4 k
13:40:23 #10 19.75  openblas-srpm-macros         noarch  2-2.el8                                appstream  7.9 k
13:40:23 #10 19.75  openssl                      x86_64  1:1.1.1k-5.el8_5                       baseos     709 k
13:40:23 #10 19.75  patch                        x86_64  2.7.6-11.el8                           baseos     138 k
13:40:23 #10 19.75  perl-Carp                    noarch  1.42-396.el8                           baseos      30 k
13:40:23 #10 19.75  perl-Data-Dumper             x86_64  2.167-399.el8                          baseos      58 k
13:40:23 #10 19.75  perl-Digest                  noarch  1.17-395.el8                           appstream   27 k
13:40:23 #10 19.75  perl-Digest-MD5              x86_64  2.55-396.el8                           appstream   37 k
13:40:23 #10 19.75  perl-Encode                  x86_64  4:2.97-3.el8                           baseos     1.5 M
13:40:23 #10 19.75  perl-Errno                   x86_64  1.28-421.el8                           baseos      76 k
13:40:23 #10 19.75  perl-Exporter                noarch  5.72-396.el8                           baseos      34 k
13:40:23 #10 19.75  perl-File-Path               noarch  2.15-2.el8                             baseos      38 k
13:40:23 #10 19.75  perl-File-Temp               noarch  0.230.600-1.el8                        baseos      63 k
13:40:23 #10 19.75  perl-Getopt-Long             noarch  1:2.50-4.el8                           baseos      63 k
13:40:23 #10 19.75  perl-HTTP-Tiny               noarch  0.074-1.el8                            baseos      58 k
13:40:23 #10 19.75  perl-IO                      x86_64  1.38-421.el8                           baseos     142 k
13:40:23 #10 19.75  perl-MIME-Base64             x86_64  3.15-396.el8                           baseos      31 k
13:40:23 #10 19.75  perl-Net-SSLeay              x86_64  1.88-1.module_el8.4.0+517+be1595ff     appstream  379 k
13:40:23 #10 19.75  perl-PathTools               x86_64  3.74-1.el8                             baseos      90 k
13:40:23 #10 19.75  perl-Pod-Escapes             noarch  1:1.07-395.el8                         baseos      20 k
13:40:23 #10 19.75  perl-Pod-Perldoc             noarch  3.28-396.el8                           baseos      86 k
13:40:23 #10 19.75  perl-Pod-Simple              noarch  1:3.35-395.el8                         baseos     213 k
13:40:23 #10 19.75  perl-Pod-Usage               noarch  4:1.69-395.el8                         baseos      34 k
13:40:23 #10 19.75  perl-Scalar-List-Utils       x86_64  3:1.49-2.el8                           baseos      68 k
13:40:23 #10 19.75  perl-Socket                  x86_64  4:2.027-3.el8                          baseos      59 k
13:40:23 #10 19.75  perl-Storable                x86_64  1:3.11-3.el8                           baseos      98 k
13:40:23 #10 19.75  perl-Term-ANSIColor          noarch  4.06-396.el8                           baseos      46 k
13:40:23 #10 19.75  perl-Term-Cap                noarch  1.17-395.el8                           baseos      23 k
13:40:23 #10 19.75  perl-Text-ParseWords         noarch  3.30-395.el8                           baseos      18 k
13:40:23 #10 19.75  perl-Text-Tabs+Wrap          noarch  2013.0523-395.el8                      baseos      24 k
13:40:23 #10 19.75  perl-Time-Local              noarch  1:1.280-1.el8                          baseos      34 k
13:40:23 #10 19.75  perl-URI                     noarch  1.73-3.el8                             appstream  116 k
13:40:23 #10 19.75  perl-Unicode-Normalize       x86_64  1.25-396.el8                           baseos      82 k
13:40:23 #10 19.75  perl-constant                noarch  1.33-396.el8                           baseos      25 k
13:40:23 #10 19.75  perl-interpreter             x86_64  4:5.26.3-421.el8                       baseos     6.3 M
13:40:23 #10 19.75  perl-libnet                  noarch  3.11-3.el8                             appstream  121 k
13:40:23 #10 19.75  perl-libs                    x86_64  4:5.26.3-421.el8                       baseos     1.6 M
13:40:23 #10 19.75  perl-macros                  x86_64  4:5.26.3-421.el8                       baseos      72 k
13:40:23 #10 19.75  perl-parent                  noarch  1:0.237-1.el8                          baseos      20 k
13:40:23 #10 19.75  perl-podlators               noarch  4.11-1.el8                             baseos     118 k
13:40:23 #10 19.75  perl-srpm-macros             noarch  1-25.el8                               appstream   11 k
13:40:23 #10 19.75  perl-threads                 x86_64  1:2.21-2.el8                           baseos      61 k
13:40:23 #10 19.75  perl-threads-shared          x86_64  1.58-2.el8                             baseos      48 k
13:40:23 #10 19.75  pkgconf                      x86_64  1.4.2-1.el8                            baseos      38 k
13:40:23 #10 19.75  pkgconf-m4                   noarch  1.4.2-1.el8                            baseos      17 k
13:40:23 #10 19.75  pkgconf-pkg-config           x86_64  1.4.2-1.el8                            baseos      15 k
13:40:23 #10 19.75  python-rpm-macros            noarch  3-41.el8                               appstream   15 k
13:40:23 #10 19.75  python-srpm-macros           noarch  3-41.el8                               appstream   15 k
13:40:23 #10 19.75  python3-rpm-macros           noarch  3-41.el8                               appstream   14 k
13:40:23 #10 19.75  qt5-srpm-macros              noarch  5.15.3-1.el8                           appstream   11 k
13:40:23 #10 19.75  redhat-rpm-config            noarch  127-1.el8                              appstream   88 k
13:40:23 #10 19.75  rust-srpm-macros             noarch  5-2.el8                                appstream  9.2 k
13:40:23 #10 19.75  unzip                        x86_64  6.0-46.el8                             baseos     196 k
13:40:23 #10 19.75  xz                           x86_64  5.2.4-3.el8                            baseos     153 k
13:40:23 #10 19.75  zip                          x86_64  3.0-23.el8                             baseos     270 k
13:40:23 #8 50.01 Setting up libstring-copyright-perl (0.003005-1) ...
13:40:23 #10 19.75  zstd                         x86_64  1.4.4-1.el8                            appstream  393 k
13:40:23 #10 19.75 Installing weak dependencies:
13:40:23 #8 50.02 Setting up libhtml-parser-perl (3.72-3build1) ...
13:40:23 #8 50.04 Setting up automake (1:1.15.1-3ubuntu2) ...
13:40:23 #10 19.75  elfutils-debuginfod-client   x86_64  0.186-1.el8                            baseos      71 k
13:40:23 #8 50.05 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
13:40:23 #10 19.75  perl-IO-Socket-IP            noarch  0.39-5.el8                             appstream   47 k
13:40:23 #8 50.05 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist
13:40:23 #10 19.75  perl-IO-Socket-SSL           noarch  2.066-4.module_el8.4.0+517+be1595ff    appstream  298 k
13:40:23 #8 50.05 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist
13:40:23 #8 50.06 Setting up libipc-run-perl (0.96-1) ...
13:40:23 #10 19.75  perl-Mozilla-CA              noarch  20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
13:40:23 #10 19.75 Enabling module streams:
13:40:23 #8 50.08 Setting up libcgi-pm-perl (4.38-1) ...
13:40:23 #8 50.09 Setting up libdevel-globaldestruction-perl (0.14-1) ...
13:40:23 #10 19.75  perl                                 5.26                                                   
13:40:23 #8 50.10 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
13:40:23 #10 19.75  perl-IO-Socket-SSL                   2.066                                                  
13:40:23 #10 19.75  perl-libwww-perl                     6.34                                                   
13:40:23 #10 19.75 
13:40:23 #10 19.75 Transaction Summary
13:40:23 #10 19.75 =============================================================================================
13:40:23 #10 19.75 Install  87 Packages
13:40:23 #10 19.75 Upgrade   5 Packages
13:40:23 #10 19.75 
13:40:23 #10 19.76 Total download size: 34 M
13:40:23 #10 19.76 Downloading Packages:
13:40:23 #8 25.15 Selecting previously unselected package netbase.
13:40:23 #8 25.15 Preparing to unpack .../024-netbase_5.4_all.deb ...
13:40:23 #8 25.17 Unpacking netbase (5.4) ...
13:40:23 #18 8.470 Executing busybox-1.34.1-r5.trigger
13:40:23 #18 8.504 OK: 300 MiB in 37 packages
13:40:23 #8 50.04 Setting up man-db (2.8.5-2) ...
13:40:23 #8 50.14 Building database of manual pages ...
13:40:23 #9 40.08 Preparing to unpack .../319-libxml-parser-perl_2.46-1_arm64.deb ...
13:40:23 #9 40.08 Unpacking libxml-parser-perl (2.46-1) ...
13:40:23 #9 40.14 Selecting previously unselected package libxml-sax-expat-perl.
13:40:23 #9 40.14 Preparing to unpack .../320-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:23 #9 40.15 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:23 #9 40.18 Selecting previously unselected package libxml-writer-perl.
13:40:23 #9 40.19 Preparing to unpack .../321-libxml-writer-perl_0.625-1_all.deb ...
13:40:23 #9 40.19 Unpacking libxml-writer-perl (0.625-1) ...
13:40:23 #9 40.24 Selecting previously unselected package libyaml-libyaml-perl.
13:40:23 #9 40.24 Preparing to unpack .../322-libyaml-libyaml-perl_0.81+repack-1_arm64.deb ...
13:40:23 #9 40.25 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
13:40:23 #9 40.29 Selecting previously unselected package licensecheck.
13:40:23 #9 14.75 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf diffstat armhf 1.64-1build2 [27.6 kB]
13:40:23 #9 14.75 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-chardet all 4.0.0-1 [98.0 kB]
13:40:23 #9 14.81 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf zstd armhf 1.4.8+dfsg-3build1 [597 kB]
13:40:23 #9 14.83 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-debian all 0.1.43ubuntu1 [107 kB]
13:40:23 #9 14.83 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgpgme11 armhf 1.16.0-1.2ubuntu4 [117 kB]
13:40:23 #9 14.83 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-gpg armhf 1.16.0-1.2ubuntu4 [196 kB]
13:40:23 #9 14.83 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dput all 1.1.0ubuntu2 [44.9 kB]
13:40:23 #9 14.83 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB]
13:40:23 #9 14.90 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
13:40:23 #9 14.90 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.1 [246 kB]
13:40:23 #9 14.90 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liberror-perl all 0.17029-1 [26.5 kB]
13:40:23 #9 14.90 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git-man all 1:2.34.1-1ubuntu1.2 [952 kB]
13:40:23 #9 14.97 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git armhf 1:2.34.1-1ubuntu1.2 [3531 kB]
13:40:23 #9 35.44 Selecting previously unselected package manpages-dev.
13:40:23 #9 35.44 Preparing to unpack .../347-manpages-dev_5.10-1ubuntu1_all.deb ...
13:40:23 #9 35.45 Unpacking manpages-dev (5.10-1ubuntu1) ...
13:40:23 #9 21.82 Selecting previously unselected package perl.
13:40:23 #9 21.82 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_armhf.deb ...
13:40:23 #9 35.06 Preparing to unpack .../207-libdeflate0_1.7-2ubuntu2_amd64.deb ...
13:40:23 #9 35.07 Unpacking libdeflate0:amd64 (1.7-2ubuntu2) ...
13:40:23 #9 35.11 Selecting previously unselected package libjbig0:amd64.
13:40:23 #9 35.11 Preparing to unpack .../208-libjbig0_2.1-3.1build1_amd64.deb ...
13:40:23 #9 35.12 Unpacking libjbig0:amd64 (2.1-3.1build1) ...
13:40:23 #8 32.94 Selecting previously unselected package libfakeroot:amd64.
13:40:23 #8 32.94 Preparing to unpack .../090-libfakeroot_1.25.3-1.1_amd64.deb ...
13:40:23 #8 32.94 Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
13:40:23 #8 32.97 Selecting previously unselected package fakeroot.
13:40:23 #8 32.98 Preparing to unpack .../091-fakeroot_1.25.3-1.1_amd64.deb ...
13:40:23 #8 32.98 Unpacking fakeroot (1.25.3-1.1) ...
13:40:23 #8 33.02 Selecting previously unselected package libassuan0:amd64.
13:40:23 #8 33.02 Preparing to unpack .../092-libassuan0_2.5.3-7.1_amd64.deb ...
13:40:23 #8 33.03 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
13:40:23 #8 33.06 Selecting previously unselected package gpgconf.
13:40:23 #8 33.06 Preparing to unpack .../093-gpgconf_2.2.27-2+deb11u1_amd64.deb ...
13:40:23 #8 33.06 Unpacking gpgconf (2.2.27-2+deb11u1) ...
13:40:23 #8 33.11 Selecting previously unselected package libksba8:amd64.
13:40:23 #8 33.11 Preparing to unpack .../094-libksba8_1.5.0-3_amd64.deb ...
13:40:23 #8 33.12 Unpacking libksba8:amd64 (1.5.0-3) ...
13:40:23 #8 33.16 Selecting previously unselected package libnpth0:amd64.
13:40:23 #8 33.16 Preparing to unpack .../095-libnpth0_1.6-3_amd64.deb ...
13:40:23 #8 33.17 Unpacking libnpth0:amd64 (1.6-3) ...
13:40:23 #8 33.20 Selecting previously unselected package dirmngr.
13:40:23 #8 33.20 Preparing to unpack .../096-dirmngr_2.2.27-2+deb11u1_amd64.deb ...
13:40:23 #8 33.22 Unpacking dirmngr (2.2.27-2+deb11u1) ...
13:40:23 #8 35.29 Selecting previously unselected package libcurl3-gnutls:amd64.
13:40:23 #8 35.30 Preparing to unpack .../147-libcurl3-gnutls_7.58.0-2ubuntu3.17_amd64.deb ...
13:40:23 #8 35.30 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.17) ...
13:40:23 #8 35.37 Selecting previously unselected package liberror-perl.
13:40:23 #8 35.37 Preparing to unpack .../148-liberror-perl_0.17025-1_all.deb ...
13:40:23 #8 35.38 Unpacking liberror-perl (0.17025-1) ...
13:40:23 #8 35.41 Selecting previously unselected package git-man.
13:40:23 #8 35.42 Preparing to unpack .../149-git-man_1%3a2.17.1-1ubuntu0.11_all.deb ...
13:40:23 #8 35.42 Unpacking git-man (1:2.17.1-1ubuntu0.11) ...
13:40:23 #8 35.53 Selecting previously unselected package git.
13:40:23 #9 33.35 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:23 #9 33.36 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:23 #9 33.45 Selecting previously unselected package libhttp-message-perl.
13:40:23 #9 33.45 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
13:40:23 #9 33.46 Unpacking libhttp-message-perl (6.22-1) ...
13:40:23 #9 33.50 Selecting previously unselected package libhttp-cookies-perl.
13:40:23 #9 33.50 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
13:40:23 #9 33.51 Unpacking libhttp-cookies-perl (6.08-1) ...
13:40:23 #9 33.54 Selecting previously unselected package libhttp-negotiate-perl.
13:40:23 #9 33.54 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:23 #9 33.55 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:23 #8 16.65 Unpacking bzip2 (1.0.8-4) ...
13:40:23 #8 16.76 Selecting previously unselected package openssl.
13:40:23 #8 16.76 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u1_armhf.deb ...
13:40:23 #8 16.76 Unpacking openssl (1.1.1n-0+deb11u1) ...
13:40:23 #8 49.07 (156/160): glibc-2.35-5.fc36.aarch64.rpm         18 MB/s | 1.7 MB     00:00    
13:40:23 #8 49.10 (157/160): elfutils-libs-0.187-2.fc36.aarch64.r 1.9 MB/s | 256 kB     00:00    
13:40:23 #8 49.10 (158/160): glibc-minimal-langpack-2.35-5.fc36.a 583 kB/s |  47 kB     00:00    
13:40:23 #8 49.14 (159/160): python3-dnf-4.11.1-3.fc36.noarch.rpm 5.8 MB/s | 414 kB     00:00    
13:40:23 #8 49.14 (160/160): yum-4.11.1-3.fc36.noarch.rpm         1.0 MB/s |  39 kB     00:00    
13:40:23 #8 49.15 --------------------------------------------------------------------------------
13:40:23 #8 49.15 Total                                            14 MB/s |  52 MB     00:03     
13:40:23 #13 5.889 (63/67): glibc-common-2.28-199.el8.aarch64.rpm   14 MB/s | 1.0 MB     00:00    
13:40:23 #13 5.932 (64/67): selinux-policy-devel-3.14.3-97.el8.noa 1.8 MB/s | 1.5 MB     00:00    
13:40:23 #13 5.938 (65/67): glibc-minimal-langpack-2.28-199.el8.aa 1.3 MB/s |  62 kB     00:00    
13:40:23 #13 5.942 (66/67): libgcc-8.5.0-13.el8.aarch64.rpm        8.2 MB/s |  74 kB     00:00    
13:40:23 #9 39.79 Preparing to unpack .../186-fontconfig-config_2.13.1-4.2ubuntu3_all.deb ...
13:40:23 #9 39.80 Unpacking fontconfig-config (2.13.1-4.2ubuntu3) ...
13:40:23 #9 39.84 Selecting previously unselected package libcurl3-gnutls:arm64.
13:40:23 #9 39.84 Preparing to unpack .../187-libcurl3-gnutls_7.74.0-1.3ubuntu2.1_arm64.deb ...
13:40:23 #9 39.84 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3ubuntu2.1) ...
13:40:23 #9 39.88 Selecting previously unselected package liberror-perl.
13:40:23 #9 39.88 Preparing to unpack .../188-liberror-perl_0.17029-1_all.deb ...
13:40:23 #9 39.89 Unpacking liberror-perl (0.17029-1) ...
13:40:23 #9 39.93 Selecting previously unselected package git-man.
13:40:23 #9 39.93 Preparing to unpack .../189-git-man_1%3a2.32.0-1ubuntu1.2_all.deb ...
13:40:23 #9 39.94 Unpacking git-man (1:2.32.0-1ubuntu1.2) ...
13:40:23 #9 40.00 Selecting previously unselected package git.
13:40:23 #9 40.00 Preparing to unpack .../190-git_1%3a2.32.0-1ubuntu1.2_arm64.deb ...
13:40:23 #9 40.01 Unpacking git (1:2.32.0-1ubuntu1.2) ...
13:40:23 #9 40.46 Setting up libedit2:arm64 (3.1-20210910-1build1) ...
13:40:23 #9 40.47 Setting up libreadline8:arm64 (8.1.2-1) ...
13:40:23 #9 40.48 Setting up m4 (1.4.18-5ubuntu2) ...
13:40:23 #9 40.49 Setting up binutils-aarch64-linux-gnu (2.38-3ubuntu1) ...
13:40:23 #9 40.50 Setting up binutils (2.38-3ubuntu1) ...
13:40:23 #9 40.51 Setting up libldap-2.5-0:arm64 (2.5.11+dfsg-1~exp1ubuntu3) ...
13:40:23 #9 40.53 Setting up libpython3.10-stdlib:arm64 (3.10.4-3) ...
13:40:23 #9 40.54 Setting up ca-certificates (20211016) ...
13:40:23 #8 36.09 Preparing to unpack .../149-python3-chardet_3.0.4-3_all.deb ...
13:40:23 #8 36.09 Unpacking python3-chardet (3.0.4-3) ...
13:40:23 #8 36.14 Selecting previously unselected package python3-six.
13:40:23 #8 36.14 Preparing to unpack .../150-python3-six_1.12.0-1_all.deb ...
13:40:23 #8 36.14 Unpacking python3-six (1.12.0-1) ...
13:40:23 #8 36.18 Selecting previously unselected package python3-debian.
13:40:23 #8 36.18 Preparing to unpack .../151-python3-debian_0.1.35_all.deb ...
13:40:23 #8 36.18 Unpacking python3-debian (0.1.35) ...
13:40:23 #8 36.22 Selecting previously unselected package libgpgme11:amd64.
13:40:23 #8 36.22 Preparing to unpack .../152-libgpgme11_1.12.0-6_amd64.deb ...
13:40:23 #8 36.23 Unpacking libgpgme11:amd64 (1.12.0-6) ...
13:40:23 #8 36.27 Selecting previously unselected package python3-gpg.
13:40:23 #8 36.27 Preparing to unpack .../153-python3-gpg_1.12.0-6_amd64.deb ...
13:40:23 #8 36.27 Unpacking python3-gpg (1.12.0-6) ...
13:40:23 #8 36.34 Selecting previously unselected package dput.
13:40:23 #8 50.28 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
13:40:23 #8 50.29 Setting up dirmngr (2.2.4-1ubuntu1.4) ...
13:40:23 #8 50.31 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
13:40:23 #8 50.32 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
13:40:23 #8 50.38 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:23 #8 50.44 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:23 #9 15.16 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB]
13:40:23 #9 15.17 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-xs-perl armhf 0.04-6build3 [11.5 kB]
13:40:23 #9 35.73 Selecting previously unselected package python3-certifi.
13:40:23 #9 35.73 Preparing to unpack .../348-python3-certifi_2020.6.20-1_all.deb ...
13:40:23 #9 35.74 Unpacking python3-certifi (2020.6.20-1) ...
13:40:23 #9 35.78 Selecting previously unselected package python3-idna.
13:40:23 #9 35.78 Preparing to unpack .../349-python3-idna_3.3-1_all.deb ...
13:40:23 #9 35.78 Unpacking python3-idna (3.3-1) ...
13:40:23 #9 35.82 Selecting previously unselected package python3-six.
13:40:23 #9 35.82 Preparing to unpack .../350-python3-six_1.16.0-3ubuntu1_all.deb ...
13:40:23 #9 35.83 Unpacking python3-six (1.16.0-3ubuntu1) ...
13:40:23 #9 35.86 Selecting previously unselected package python3-urllib3.
13:40:23 #8 31.79 Fedora Modular 34 - x86_64                      4.7 MB/s | 4.9 MB     00:01    
13:40:23 #9 21.83 Unpacking perl (5.30.0-9ubuntu0.2) ...
13:40:23 #9 21.91 Selecting previously unselected package openssl.
13:40:23 #9 21.91 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.12_armhf.deb ...
13:40:23 #9 21.91 Unpacking openssl (1.1.1f-1ubuntu2.12) ...
13:40:23 #9 22.19 Selecting previously unselected package ca-certificates.
13:40:23 #9 22.19 Preparing to unpack .../013-ca-certificates_20210119~20.04.2_all.deb ...
13:40:23 #9 35.35 Selecting previously unselected package libwebp6:amd64.
13:40:23 #9 35.35 Preparing to unpack .../209-libwebp6_0.6.1-2.1_amd64.deb ...
13:40:23 #9 35.38 Unpacking libwebp6:amd64 (0.6.1-2.1) ...
13:40:23 #9 40.30 Preparing to unpack .../323-licensecheck_3.0.45-1_all.deb ...
13:40:23 #9 40.30 Unpacking licensecheck (3.0.45-1) ...
13:40:23 #9 40.34 Selecting previously unselected package libdevel-size-perl.
13:40:23 #9 40.34 Preparing to unpack .../324-libdevel-size-perl_0.83-1build1_arm64.deb ...
13:40:23 #9 40.35 Unpacking libdevel-size-perl (0.83-1build1) ...
13:40:23 #9 40.39 Selecting previously unselected package t1utils.
13:40:23 #9 40.39 Preparing to unpack .../325-t1utils_1.41-3_arm64.deb ...
13:40:23 #9 40.40 Unpacking t1utils (1.41-3) ...
13:40:23 #9 40.45 Selecting previously unselected package lintian.
13:40:23 #9 40.45 Preparing to unpack .../326-lintian_2.62.0ubuntu2_all.deb ...
13:40:23 #9 40.46 Unpacking lintian (2.62.0ubuntu2) ...
13:40:23 #8 33.28 Selecting previously unselected package gnupg-l10n.
13:40:23 #8 33.28 Preparing to unpack .../097-gnupg-l10n_2.2.27-2+deb11u1_all.deb ...
13:40:23 #8 33.28 Unpacking gnupg-l10n (2.2.27-2+deb11u1) ...
13:40:23 #8 33.39 Selecting previously unselected package gnupg-utils.
13:40:23 #8 33.39 Preparing to unpack .../098-gnupg-utils_2.2.27-2+deb11u1_amd64.deb ...
13:40:23 #8 33.40 Unpacking gnupg-utils (2.2.27-2+deb11u1) ...
13:40:23 #8 33.47 Selecting previously unselected package gpg.
13:40:23 #8 33.47 Preparing to unpack .../099-gpg_2.2.27-2+deb11u1_amd64.deb ...
13:40:23 #8 33.48 Unpacking gpg (2.2.27-2+deb11u1) ...
13:40:23 #8 33.56 Selecting previously unselected package pinentry-curses.
13:40:23 #8 33.56 Preparing to unpack .../100-pinentry-curses_1.1.0-4_amd64.deb ...
13:40:23 #8 33.56 Unpacking pinentry-curses (1.1.0-4) ...
13:40:23 #8 33.60 Selecting previously unselected package gpg-agent.
13:40:23 #8 35.53 Preparing to unpack .../150-git_1%3a2.17.1-1ubuntu0.11_amd64.deb ...
13:40:23 #8 35.55 Unpacking git (1:2.17.1-1ubuntu0.11) ...
13:40:23 #9 33.58 Selecting previously unselected package perl-openssl-defaults:amd64.
13:40:23 #9 33.59 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
13:40:23 #9 33.59 Unpacking perl-openssl-defaults:amd64 (4) ...
13:40:23 #9 33.62 Selecting previously unselected package libnet-ssleay-perl.
13:40:23 #9 33.62 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
13:40:23 #9 33.63 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
13:40:23 #9 33.70 Selecting previously unselected package libio-socket-ssl-perl.
13:40:23 #9 33.70 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
13:40:23 #9 33.70 Unpacking libio-socket-ssl-perl (2.067-1) ...
13:40:23 #9 33.74 Selecting previously unselected package libnet-http-perl.
13:40:23 #9 33.75 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
13:40:23 #9 33.75 Unpacking libnet-http-perl (6.19-1) ...
13:40:23 #9 33.78 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:23 #9 33.78 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
13:40:23 #9 33.78 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:40:23 #9 33.82 Selecting previously unselected package libtry-tiny-perl.
13:40:23 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 5.0s
13:40:23 #8 16.91 Selecting previously unselected package ca-certificates.
13:40:23 #8 16.91 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
13:40:23 #8 16.91 Unpacking ca-certificates (20210119) ...
13:40:23 #8 16.99 Selecting previously unselected package libmagic-mgc.
13:40:23 #8 16.99 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_armhf.deb ...
13:40:23 #8 17.01 Unpacking libmagic-mgc (1:5.39-3) ...
13:40:23 #9 40.14 Selecting previously unselected package libalgorithm-diff-perl.
13:40:23 #9 40.15 Preparing to unpack .../191-libalgorithm-diff-perl_1.201-1_all.deb ...
13:40:23 #9 40.15 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:40:23 #9 40.18 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:23 #9 40.18 Preparing to unpack .../192-libalgorithm-diff-xs-perl_0.04-6build1_arm64.deb ...
13:40:23 #9 40.19 Unpacking libalgorithm-diff-xs-perl (0.04-6build1) ...
13:40:23 #9 40.23 Selecting previously unselected package libalgorithm-merge-perl.
13:40:23 #9 40.23 Preparing to unpack .../193-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:23 #9 40.24 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:23 #9 40.28 Selecting previously unselected package libaliased-perl.
13:40:23 #9 40.28 Preparing to unpack .../194-libaliased-perl_0.34-1.1_all.deb ...
13:40:23 #9 40.28 Unpacking libaliased-perl (0.34-1.1) ...
13:40:23 #8 50.58 
13:40:23 #8 50.58 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:23 #8 50.61 Setting up liblist-moreutils-perl (0.416-1build3) ...
13:40:23 #8 50.62 Setting up libhttp-date-perl (6.02-1) ...
13:40:23 #8 50.64 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:23 #8 50.66 Setting up build-essential (12.4ubuntu1) ...
13:40:23 #8 50.67 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.17) ...
13:40:23 #8 50.69 Setting up libdevel-callchecker-perl (0.007-2build1) ...
13:40:23 #8 36.34 Preparing to unpack .../154-dput_1.0.3_all.deb ...
13:40:23 #8 36.35 Unpacking dput (1.0.3) ...
13:40:23 #8 36.39 Selecting previously unselected package equivs.
13:40:23 #8 36.39 Preparing to unpack .../155-equivs_2.2.0_all.deb ...
13:40:23 #8 36.39 Unpacking equivs (2.2.0) ...
13:40:23 #8 36.50 Selecting previously unselected package exim4-config.
13:40:23 #8 36.50 Preparing to unpack .../156-exim4-config_4.92-8+deb10u6_all.deb ...
13:40:23 #8 36.51 Unpacking exim4-config (4.92-8+deb10u6) ...
13:40:23 #8 36.56 Selecting previously unselected package exim4-base.
13:40:23 #8 36.57 Preparing to unpack .../157-exim4-base_4.92-8+deb10u6_amd64.deb ...
13:40:23 #8 36.57 Unpacking exim4-base (4.92-8+deb10u6) ...
13:40:23 #9 28.43 Resolving Dependencies
13:40:23 #9 28.43 --> Running transaction check
13:40:23 #9 28.43 ---> Package rpm-build.x86_64 0:4.11.3-48.el7_9 will be installed
13:40:23 #9 28.45 --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.56 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.56 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.56 --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.56 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.56 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.57 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.57 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.57 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.57 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.57 --> Processing Dependency: file for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.58 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.58 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.58 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.x86_64
13:40:23 #9 28.58 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
13:40:23 #9 28.58 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
13:40:23 #9 28.58 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
13:40:23 #9 28.58 --> Running transaction check
13:40:23 #9 28.58 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
13:40:23 #9 28.59 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
13:40:23 #9 28.59 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
13:40:23 #9 28.59 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
13:40:23 #9 28.59 ---> Package file.x86_64 0:5.11-37.el7 will be installed
13:40:23 #9 28.59 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
13:40:23 #9 28.60 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
13:40:23 #9 28.60 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
13:40:23 #9 28.60 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
13:40:23 #9 28.60 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.61 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
13:40:23 #9 28.62 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
13:40:23 #9 28.62 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
13:40:23 #9 28.63 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
13:40:23 #9 28.63 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
13:40:23 #9 28.63 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
13:40:23 #9 28.63 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
13:40:23 #9 28.63 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
13:40:23 #9 28.63 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:40:23 #9 28.63 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:40:23 #9 28.63 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:40:23 #9 28.63 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:40:23 #9 28.64 ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated
13:40:23 #9 28.64 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.x86_64
13:40:23 #9 28.64 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.x86_64
13:40:23 #9 28.64 ---> Package rpm.x86_64 0:4.11.3-48.el7_9 will be an update
13:40:23 #9 28.64 ---> Package unzip.x86_64 0:6.0-24.el7_9 will be installed
13:40:23 #9 28.64 --> Running transaction check
13:40:23 #9 28.64 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
13:40:23 #9 28.64 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
13:40:23 #9 28.64 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
13:40:23 #9 28.64 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
13:40:23 #9 28.64 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
13:40:23 #9 28.64 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
13:40:23 #9 28.65 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
13:40:23 #9 28.65 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
13:40:23 #9 28.65 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
13:40:23 #9 28.65 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
13:40:23 #9 28.65 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
13:40:23 #9 28.65 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
13:40:23 #9 28.66 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
13:40:23 #9 28.66 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
13:40:23 #9 28.66 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
13:40:23 #9 28.66 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
13:40:23 #9 28.66 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
13:40:23 #9 28.66 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
13:40:23 #9 28.66 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
13:40:23 #9 28.66 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
13:40:23 #9 28.67 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
13:40:23 #9 28.67 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
13:40:23 #9 28.67 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
13:40:23 #9 28.67 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
13:40:23 #9 28.67 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
13:40:23 #9 28.67 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated
13:40:23 #9 28.67 --> Processing Dependency: rpm-libs(x86-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.x86_64
13:40:23 #9 28.67 ---> Package rpm-libs.x86_64 0:4.11.3-48.el7_9 will be an update
13:40:23 #9 28.67 ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated
13:40:23 #9 28.67 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update
13:40:23 #9 28.67 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
13:40:23 #9 28.67 --> Running transaction check
13:40:23 #9 28.67 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
13:40:23 #9 28.68 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
13:40:23 #9 28.68 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
13:40:23 #9 28.68 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
13:40:23 #9 28.68 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
13:40:23 #9 28.68 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
13:40:23 #9 28.68 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated
13:40:23 #9 28.69 ---> Package rpm-build-libs.x86_64 0:4.11.3-48.el7_9 will be an update
13:40:23 #9 28.69 --> Running transaction check
13:40:23 #9 28.69 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
13:40:23 #9 28.69 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
13:40:23 #9 28.76 --> Finished Dependency Resolution
13:40:23 #9 28.76 
13:40:23 #9 28.76 Dependencies Resolved
13:40:23 #9 28.77 
13:40:23 #9 28.77 ================================================================================
13:40:23 #9 28.77  Package                   Arch      Version                   Repository  Size
13:40:23 #9 28.77 ================================================================================
13:40:23 #9 28.77 Installing:
13:40:23 #9 28.77  rpm-build                 x86_64    4.11.3-48.el7_9           updates    150 k
13:40:23 #9 28.77  rpmlint                   noarch    1.5-4.el7                 base       229 k
13:40:23 #9 28.77 Installing for dependencies:
13:40:23 #9 28.77  bzip2                     x86_64    1.0.6-13.el7              base        52 k
13:40:23 #9 28.77  desktop-file-utils        x86_64    0.23-2.el7                base        67 k
13:40:23 #9 28.77  dwz                       x86_64    0.11-3.el7                base        99 k
13:40:23 #9 28.77  elfutils                  x86_64    0.176-5.el7               base       308 k
13:40:23 #9 28.77  emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
13:40:23 #9 28.77  file                      x86_64    5.11-37.el7               base        57 k
13:40:23 #9 28.77  gdb                       x86_64    7.6.1-120.el7             base       2.4 M
13:40:23 #9 28.77  groff-base                x86_64    1.22.2-8.el7              base       942 k
13:40:23 #9 28.77  patch                     x86_64    2.7.1-12.el7_7            base       111 k
13:40:23 #9 28.77  perl                      x86_64    4:5.16.3-299.el7_9        updates    8.0 M
13:40:23 #9 28.77  perl-Carp                 noarch    1.26-244.el7              base        19 k
13:40:23 #9 28.77  perl-Encode               x86_64    2.51-7.el7                base       1.5 M
13:40:23 #9 28.77  perl-Exporter             noarch    5.68-3.el7                base        28 k
13:40:23 #9 28.77  perl-File-Path            noarch    2.09-2.el7                base        26 k
13:40:23 #9 28.77  perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
13:40:23 #9 28.77  perl-Filter               x86_64    1.49-3.el7                base        76 k
13:40:23 #9 28.77  perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
13:40:23 #9 28.77  perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
13:40:23 #9 28.77  perl-PathTools            x86_64    3.40-5.el7                base        82 k
13:40:23 #9 28.77  perl-Pod-Escapes          noarch    1:1.04-299.el7_9          updates     52 k
13:40:23 #9 28.77  perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
13:40:23 #9 28.77  perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
13:40:23 #9 28.77  perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
13:40:23 #9 28.77  perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
13:40:23 #9 28.77  perl-Socket               x86_64    2.010-5.el7               base        49 k
13:40:23 #9 28.77  perl-Storable             x86_64    2.45-3.el7                base        77 k
13:40:23 #9 28.77  perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
13:40:23 #9 28.77  perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
13:40:23 #9 28.77  perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
13:40:23 #9 28.77  perl-Time-Local           noarch    1.2300-2.el7              base        24 k
13:40:23 #9 28.77  perl-constant             noarch    1.27-2.el7                base        19 k
13:40:23 #9 28.77  perl-libs                 x86_64    4:5.16.3-299.el7_9        updates    690 k
13:40:23 #9 28.77  perl-macros               x86_64    4:5.16.3-299.el7_9        updates     44 k
13:40:23 #9 28.77  perl-parent               noarch    1:0.225-244.el7           base        12 k
13:40:23 #9 28.77  perl-podlators            noarch    2.5.1-3.el7               base       112 k
13:40:23 #9 28.77  perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
13:40:23 #9 28.77  perl-threads              x86_64    1.87-4.el7                base        49 k
13:40:23 #9 28.77  perl-threads-shared       x86_64    1.43-6.el7                base        39 k
13:40:23 #9 28.77  python-srpm-macros        noarch    3-34.el7                  base       8.8 k
13:40:23 #9 28.77  redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
13:40:23 #9 28.77  unzip                     x86_64    6.0-24.el7_9              updates    172 k
13:40:23 #9 28.77  zip                       x86_64    3.0-11.el7                base       260 k
13:40:23 #9 28.77 Updating for dependencies:
13:40:23 #9 28.77  rpm                       x86_64    4.11.3-48.el7_9           updates    1.2 M
13:40:23 #9 28.77  rpm-build-libs            x86_64    4.11.3-48.el7_9           updates    108 k
13:40:23 #9 28.77  rpm-libs                  x86_64    4.11.3-48.el7_9           updates    279 k
13:40:23 #9 28.77  rpm-python                x86_64    4.11.3-48.el7_9           updates     84 k
13:40:23 #9 28.77 
13:40:23 #9 28.77 Transaction Summary
13:40:23 #9 28.77 ================================================================================
13:40:23 #9 28.77 Install  2 Packages (+42 Dependent packages)
13:40:23 #9 28.77 Upgrade             (  4 Dependent packages)
13:40:23 #9 28.77 
13:40:23 #9 28.77 Total download size: 18 M
13:40:23 #9 28.77 Downloading packages:
13:40:23 #9 28.77 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
13:40:23 #9 35.86 Preparing to unpack .../351-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:40:23 #9 35.86 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:40:23 #9 35.91 Selecting previously unselected package python3-requests.
13:40:23 #9 35.91 Preparing to unpack .../352-python3-requests_2.25.1+dfsg-2_all.deb ...
13:40:23 #9 35.91 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:40:23 #9 35.95 Selecting previously unselected package python3-unidiff.
13:40:23 #9 35.95 Preparing to unpack .../353-python3-unidiff_0.5.5-2_all.deb ...
13:40:23 #9 35.96 Unpacking python3-unidiff (0.5.5-2) ...
13:40:23 #9 35.99 Selecting previously unselected package python3-xdg.
13:40:23 #9 35.99 Preparing to unpack .../354-python3-xdg_0.27-2_all.deb ...
13:40:23 #9 35.99 Unpacking python3-xdg (0.27-2) ...
13:40:23 #9 36.02 Selecting previously unselected package equivs.
13:40:23 #9 36.03 Preparing to unpack .../355-equivs_2.3.1_all.deb ...
13:40:23 #9 36.03 Unpacking equivs (2.3.1) ...
13:40:23 #9 36.06 Selecting previously unselected package libauthen-sasl-perl.
13:40:23 #9 36.06 Preparing to unpack .../356-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:40:23 #9 36.06 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:40:23 #9 36.10 Selecting previously unselected package python3-magic.
13:40:23 #9 35.65 Selecting previously unselected package libtiff5:amd64.
13:40:23 #9 35.65 Preparing to unpack .../210-libtiff5_4.3.0-1_amd64.deb ...
13:40:23 #9 35.68 Unpacking libtiff5:amd64 (4.3.0-1) ...
13:40:23 #9 22.20 Unpacking ca-certificates (20210119~20.04.2) ...
13:40:23 #9 22.26 Selecting previously unselected package distro-info-data.
13:40:23 #9 22.26 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.10_all.deb ...
13:40:23 #9 22.27 Unpacking distro-info-data (0.43ubuntu1.10) ...
13:40:23 #9 22.30 Selecting previously unselected package libmagic-mgc.
13:40:23 #9 22.30 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_armhf.deb ...
13:40:23 #9 40.80 Selecting previously unselected package manpages-dev.
13:40:23 #9 40.80 Preparing to unpack .../327-manpages-dev_5.05-1_all.deb ...
13:40:23 #8 33.60 Preparing to unpack .../101-gpg-agent_2.2.27-2+deb11u1_amd64.deb ...
13:40:23 #8 33.61 Unpacking gpg-agent (2.2.27-2+deb11u1) ...
13:40:23 #8 33.66 Selecting previously unselected package gpg-wks-client.
13:40:23 #8 33.67 Preparing to unpack .../102-gpg-wks-client_2.2.27-2+deb11u1_amd64.deb ...
13:40:23 #8 33.67 Unpacking gpg-wks-client (2.2.27-2+deb11u1) ...
13:40:23 #8 33.71 Selecting previously unselected package gpg-wks-server.
13:40:23 #8 33.71 Preparing to unpack .../103-gpg-wks-server_2.2.27-2+deb11u1_amd64.deb ...
13:40:23 #8 33.72 Unpacking gpg-wks-server (2.2.27-2+deb11u1) ...
13:40:23 #8 33.76 Selecting previously unselected package gpgsm.
13:40:23 #8 33.76 Preparing to unpack .../104-gpgsm_2.2.27-2+deb11u1_amd64.deb ...
13:40:23 #8 33.76 Unpacking gpgsm (2.2.27-2+deb11u1) ...
13:40:23 #8 33.82 Selecting previously unselected package gnupg.
13:40:23 #9 33.82 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
13:40:23 #9 33.82 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:23 #9 33.85 Selecting previously unselected package libwww-robotrules-perl.
13:40:23 #9 33.85 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:23 #9 33.86 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:23 #9 33.88 Selecting previously unselected package libwww-perl.
13:40:23 #9 33.89 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
13:40:23 #9 33.89 Unpacking libwww-perl (6.43-1) ...
13:40:23 #9 33.94 Selecting previously unselected package patchutils.
13:40:23 #9 33.94 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
13:40:23 #9 33.94 Unpacking patchutils (0.3.4-2) ...
13:40:23 #9 33.98 Selecting previously unselected package wdiff.
13:40:23 #9 33.98 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
13:40:23 #9 33.98 Unpacking wdiff (1.2.2-2build1) ...
13:40:23 #9 34.03 Selecting previously unselected package devscripts.
13:40:23 #9 34.03 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
13:40:23 #9 34.05 Unpacking devscripts (2.20.2ubuntu2) ...
13:40:23 #13 ...
13:40:23 
13:40:23 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:23 #8 sha256:a3650ab2eafc202881848d6aaccefa9b08ce3891b715fe5b5649470da5ef0c51
13:40:23 #8 16.49 Selecting previously unselected package python3.7.
13:40:23 #8 16.49 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u3_armhf.deb ...
13:40:23 #8 16.49 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:40:23 #8 16.55 Selecting previously unselected package libpython3-stdlib:armhf.
13:40:23 #8 16.55 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_armhf.deb ...
13:40:23 #8 16.56 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
13:40:23 #8 16.61 Setting up python3-minimal (3.7.3-1) ...
13:40:23 #8 16.86 Selecting previously unselected package python3.
13:40:23 #8 16.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 ... 10066 files and directories currently installed.)
13:40:23 #8 16.86 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
13:40:23 #8 16.87 Unpacking python3 (3.7.3-1) ...
13:40:23 #8 16.93 Selecting previously unselected package less.
13:40:23 #8 16.93 Preparing to unpack .../001-less_487-0.1+b1_armhf.deb ...
13:40:23 #8 16.93 Unpacking less (487-0.1+b1) ...
13:40:23 #8 16.99 Selecting previously unselected package netbase.
13:40:23 #8 16.99 Preparing to unpack .../002-netbase_5.6_all.deb ...
13:40:23 #8 17.00 Unpacking netbase (5.6) ...
13:40:23 #8 17.03 Selecting previously unselected package bzip2.
13:40:23 #8 17.03 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u1_armhf.deb ...
13:40:23 #8 17.04 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:40:23 #8 17.09 Selecting previously unselected package libmagic-mgc.
13:40:23 #8 17.09 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
13:40:23 #8 17.09 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
13:40:23 #8 17.26 Selecting previously unselected package libmagic1:armhf.
13:40:23 #8 17.26 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
13:40:23 #8 17.27 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
13:40:23 #8 17.33 Selecting previously unselected package file.
13:40:23 #8 17.33 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_armhf.deb ...
13:40:23 #8 17.33 Unpacking file (1:5.35-4+deb10u2) ...
13:40:23 #8 17.37 Selecting previously unselected package gettext-base.
13:40:23 #8 17.37 Preparing to unpack .../007-gettext-base_0.19.8.1-9_armhf.deb ...
13:40:23 #8 17.38 Unpacking gettext-base (0.19.8.1-9) ...
13:40:23 #8 17.44 Selecting previously unselected package krb5-locales.
13:40:23 #8 17.44 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u3_all.deb ...
13:40:23 #8 17.44 Unpacking krb5-locales (1.17-3+deb10u3) ...
13:40:23 #8 17.48 Selecting previously unselected package manpages.
13:40:23 #8 17.48 Preparing to unpack .../009-manpages_4.16-2_all.deb ...
13:40:23 #8 17.49 Unpacking manpages (4.16-2) ...
13:40:23 #8 17.66 Selecting previously unselected package libedit2:armhf.
13:40:23 #8 17.67 Preparing to unpack .../010-libedit2_3.1-20181209-1_armhf.deb ...
13:40:23 #8 17.67 Unpacking libedit2:armhf (3.1-20181209-1) ...
13:40:23 #8 17.74 Selecting previously unselected package libkeyutils1:armhf.
13:40:23 #8 17.74 Preparing to unpack .../011-libkeyutils1_1.6-6_armhf.deb ...
13:40:23 #8 17.75 Unpacking libkeyutils1:armhf (1.6-6) ...
13:40:23 #8 17.79 Selecting previously unselected package libkrb5support0:armhf.
13:40:23 #8 17.79 Preparing to unpack .../012-libkrb5support0_1.17-3+deb10u3_armhf.deb ...
13:40:23 #8 17.79 Unpacking libkrb5support0:armhf (1.17-3+deb10u3) ...
13:40:23 #8 17.85 Selecting previously unselected package libk5crypto3:armhf.
13:40:23 #8 17.85 Preparing to unpack .../013-libk5crypto3_1.17-3+deb10u3_armhf.deb ...
13:40:23 #8 17.85 Unpacking libk5crypto3:armhf (1.17-3+deb10u3) ...
13:40:23 #8 17.92 Selecting previously unselected package libkrb5-3:armhf.
13:40:23 #8 17.92 Preparing to unpack .../014-libkrb5-3_1.17-3+deb10u3_armhf.deb ...
13:40:23 #8 17.93 Unpacking libkrb5-3:armhf (1.17-3+deb10u3) ...
13:40:23 #8 18.04 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:40:23 #8 18.04 Preparing to unpack .../015-libgssapi-krb5-2_1.17-3+deb10u3_armhf.deb ...
13:40:23 #8 18.06 Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u3) ...
13:40:23 #8 18.17 Selecting previously unselected package openssh-client.
13:40:23 #8 18.17 Preparing to unpack .../016-openssh-client_1%3a7.9p1-10+deb10u2_armhf.deb ...
13:40:23 #8 18.18 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
13:40:23 #8 18.36 Selecting previously unselected package ucf.
13:40:23 #8 18.36 Preparing to unpack .../017-ucf_3.0038+nmu1_all.deb ...
13:40:23 #8 18.36 Moving old data out of the way
13:40:23 #8 18.36 Unpacking ucf (3.0038+nmu1) ...
13:40:23 #8 18.42 Selecting previously unselected package xz-utils.
13:40:23 #8 18.42 Preparing to unpack .../018-xz-utils_5.2.4-1+deb10u1_armhf.deb ...
13:40:23 #8 18.42 Unpacking xz-utils (5.2.4-1+deb10u1) ...
13:40:23 #8 18.49 Selecting previously unselected package libfl2:armhf.
13:40:23 #8 18.49 Preparing to unpack .../019-libfl2_2.6.4-6.2_armhf.deb ...
13:40:23 #8 18.49 Unpacking libfl2:armhf (2.6.4-6.2) ...
13:40:23 #8 18.55 Selecting previously unselected package at.
13:40:23 #8 18.55 Preparing to unpack .../020-at_3.1.23-1_armhf.deb ...
13:40:23 #8 18.56 Unpacking at (3.1.23-1) ...
13:40:23 #8 18.61 Selecting previously unselected package libsigsegv2:armhf.
13:40:23 #8 18.61 Preparing to unpack .../021-libsigsegv2_2.12-2_armhf.deb ...
13:40:23 #8 18.62 Unpacking libsigsegv2:armhf (2.12-2) ...
13:40:23 #8 18.66 Selecting previously unselected package m4.
13:40:23 #8 18.66 Preparing to unpack .../022-m4_1.4.18-2_armhf.deb ...
13:40:23 #8 18.67 Unpacking m4 (1.4.18-2) ...
13:40:23 #8 18.74 Selecting previously unselected package autoconf.
13:40:23 #8 18.74 Preparing to unpack .../023-autoconf_2.69-11_all.deb ...
13:40:23 #8 18.74 Unpacking autoconf (2.69-11) ...
13:40:23 #8 18.84 Selecting previously unselected package autotools-dev.
13:40:23 #8 18.84 Preparing to unpack .../024-autotools-dev_20180224.1_all.deb ...
13:40:23 #8 18.85 Unpacking autotools-dev (20180224.1) ...
13:40:23 #8 18.91 Selecting previously unselected package automake.
13:40:23 #8 18.91 Preparing to unpack .../025-automake_1%3a1.16.1-4_all.deb ...
13:40:23 #8 18.92 Unpacking automake (1:1.16.1-4) ...
13:40:23 #8 19.06 Selecting previously unselected package autopoint.
13:40:23 #8 19.06 Preparing to unpack .../026-autopoint_0.19.8.1-9_all.deb ...
13:40:23 #8 19.07 Unpacking autopoint (0.19.8.1-9) ...
13:40:23 #8 19.12 Selecting previously unselected package binutils-common:armhf.
13:40:23 #8 19.12 Preparing to unpack .../027-binutils-common_2.31.1-16_armhf.deb ...
13:40:23 #8 19.12 Unpacking binutils-common:armhf (2.31.1-16) ...
13:40:23 #8 19.46 Selecting previously unselected package libbinutils:armhf.
13:40:23 #8 19.46 Preparing to unpack .../028-libbinutils_2.31.1-16_armhf.deb ...
13:40:23 #8 19.46 Unpacking libbinutils:armhf (2.31.1-16) ...
13:40:23 #8 19.54 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:40:23 #8 19.54 Preparing to unpack .../029-binutils-arm-linux-gnueabihf_2.31.1-16_armhf.deb ...
13:40:23 #8 19.54 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ...
13:40:23 #8 19.88 Selecting previously unselected package binutils.
13:40:23 #8 19.88 Preparing to unpack .../030-binutils_2.31.1-16_armhf.deb ...
13:40:23 #8 19.88 Unpacking binutils (2.31.1-16) ...
13:40:23 #8 19.94 Selecting previously unselected package libc-dev-bin.
13:40:23 #8 19.94 Preparing to unpack .../031-libc-dev-bin_2.28-10+deb10u1_armhf.deb ...
13:40:23 #8 19.94 Unpacking libc-dev-bin (2.28-10+deb10u1) ...
13:40:23 #8 19.99 Selecting previously unselected package linux-libc-dev:armhf.
13:40:23 #8 19.99 Preparing to unpack .../032-linux-libc-dev_4.19.235-1_armhf.deb ...
13:40:23 #8 19.99 Unpacking linux-libc-dev:armhf (4.19.235-1) ...
13:40:23 #8 20.21 Selecting previously unselected package libc6-dev:armhf.
13:40:23 #8 20.21 Preparing to unpack .../033-libc6-dev_2.28-10+deb10u1_armhf.deb ...
13:40:23 #8 20.22 Unpacking libc6-dev:armhf (2.28-10+deb10u1) ...
13:40:23 #8 20.58 Selecting previously unselected package libisl19:armhf.
13:40:23 #8 20.58 Preparing to unpack .../034-libisl19_0.20-2_armhf.deb ...
13:40:23 #8 20.59 Unpacking libisl19:armhf (0.20-2) ...
13:40:23 #8 20.69 Selecting previously unselected package libmpfr6:armhf.
13:40:23 #8 20.69 Preparing to unpack .../035-libmpfr6_4.0.2-1_armhf.deb ...
13:40:23 #8 20.70 Unpacking libmpfr6:armhf (4.0.2-1) ...
13:40:23 #8 20.83 Selecting previously unselected package libmpc3:armhf.
13:40:23 #8 20.83 Preparing to unpack .../036-libmpc3_1.1.0-1_armhf.deb ...
13:40:23 #8 20.84 Unpacking libmpc3:armhf (1.1.0-1) ...
13:40:23 #8 20.88 Selecting previously unselected package cpp-8.
13:40:23 #8 20.88 Preparing to unpack .../037-cpp-8_8.3.0-6_armhf.deb ...
13:40:23 #8 20.88 Unpacking cpp-8 (8.3.0-6) ...
13:40:23 #8 21.55 Selecting previously unselected package cpp.
13:40:23 #8 21.55 Preparing to unpack .../038-cpp_4%3a8.3.0-1_armhf.deb ...
13:40:23 #8 21.56 Unpacking cpp (4:8.3.0-1) ...
13:40:23 #8 21.61 Selecting previously unselected package libcc1-0:armhf.
13:40:23 #8 21.61 Preparing to unpack .../039-libcc1-0_8.3.0-6_armhf.deb ...
13:40:23 #8 21.62 Unpacking libcc1-0:armhf (8.3.0-6) ...
13:40:23 #8 21.66 Selecting previously unselected package libgomp1:armhf.
13:40:23 #8 21.66 Preparing to unpack .../040-libgomp1_8.3.0-6_armhf.deb ...
13:40:23 #8 21.67 Unpacking libgomp1:armhf (8.3.0-6) ...
13:40:23 #8 21.71 Selecting previously unselected package libatomic1:armhf.
13:40:23 #8 21.71 Preparing to unpack .../041-libatomic1_8.3.0-6_armhf.deb ...
13:40:23 #8 21.72 Unpacking libatomic1:armhf (8.3.0-6) ...
13:40:23 #8 21.76 Selecting previously unselected package libasan5:armhf.
13:40:23 #8 21.76 Preparing to unpack .../042-libasan5_8.3.0-6_armhf.deb ...
13:40:23 #8 21.78 Unpacking libasan5:armhf (8.3.0-6) ...
13:40:23 #8 21.90 Selecting previously unselected package libubsan1:armhf.
13:40:23 #8 21.90 Preparing to unpack .../043-libubsan1_8.3.0-6_armhf.deb ...
13:40:23 #8 21.90 Unpacking libubsan1:armhf (8.3.0-6) ...
13:40:23 #8 21.96 Selecting previously unselected package libgcc-8-dev:armhf.
13:40:23 #8 21.96 Preparing to unpack .../044-libgcc-8-dev_8.3.0-6_armhf.deb ...
13:40:23 #8 21.96 Unpacking libgcc-8-dev:armhf (8.3.0-6) ...
13:40:23 #8 22.22 Selecting previously unselected package gcc-8.
13:40:23 #8 22.22 Preparing to unpack .../045-gcc-8_8.3.0-6_armhf.deb ...
13:40:23 #8 22.23 Unpacking gcc-8 (8.3.0-6) ...
13:40:23 #8 23.01 Selecting previously unselected package gcc.
13:40:23 #8 23.01 Preparing to unpack .../046-gcc_4%3a8.3.0-1_armhf.deb ...
13:40:23 #8 23.03 Unpacking gcc (4:8.3.0-1) ...
13:40:23 #8 23.11 Selecting previously unselected package libstdc++-8-dev:armhf.
13:40:23 #8 23.11 Preparing to unpack .../047-libstdc++-8-dev_8.3.0-6_armhf.deb ...
13:40:23 #8 23.24 Unpacking libstdc++-8-dev:armhf (8.3.0-6) ...
13:40:23 #8 ...
13:40:23 
13:40:23 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:23 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:23 #8 17.15 Selecting previously unselected package libmagic1:armhf.
13:40:23 #8 17.15 Preparing to unpack .../008-libmagic1_1%3a5.39-3_armhf.deb ...
13:40:23 #8 17.15 Unpacking libmagic1:armhf (1:5.39-3) ...
13:40:23 #8 17.21 Selecting previously unselected package file.
13:40:23 #8 17.21 Preparing to unpack .../009-file_1%3a5.39-3_armhf.deb ...
13:40:23 #8 17.21 Unpacking file (1:5.39-3) ...
13:40:23 #8 17.35 Selecting previously unselected package gettext-base.
13:40:23 #8 17.35 Preparing to unpack .../010-gettext-base_0.21-4_armhf.deb ...
13:40:23 #9 40.32 Selecting previously unselected package libapt-pkg-perl.
13:40:23 #9 40.33 Preparing to unpack .../195-libapt-pkg-perl_0.1.40_arm64.deb ...
13:40:23 #9 40.34 Unpacking libapt-pkg-perl (0.1.40) ...
13:40:23 #9 40.38 Selecting previously unselected package libarchive-cpio-perl.
13:40:23 #9 40.38 Preparing to unpack .../196-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:40:23 #9 40.38 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:40:23 #9 40.41 Selecting previously unselected package libarray-intspan-perl.
13:40:23 #9 40.42 Preparing to unpack .../197-libarray-intspan-perl_2.004-1_all.deb ...
13:40:23 #9 40.42 Unpacking libarray-intspan-perl (2.004-1) ...
13:40:23 #9 40.45 Selecting previously unselected package libmodule-implementation-perl.
13:40:23 #9 40.45 Preparing to unpack .../198-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:40:23 #9 40.46 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:40:23 #9 40.49 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:23 #9 40.49 Preparing to unpack .../199-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:23 #9 40.49 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:23 #9 40.52 Selecting previously unselected package libvariable-magic-perl.
13:40:23 #13 6.479 (67/67): selinux-policy-minimum-3.14.3-97.el8.n  10 MB/s |  13 MB     00:01    
13:40:23 #13 6.483 --------------------------------------------------------------------------------
13:40:23 #13 6.484 Total                                            21 MB/s |  95 MB     00:04     
13:40:23 #8 50.72 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.17) ...
13:40:23 #8 50.74 Setting up devscripts (2.17.12ubuntu1.1) ...
13:40:23 #8 50.94 Setting up gpg-wks-client (2.2.4-1ubuntu1.4) ...
13:40:23 #8 50.95 Setting up libcgi-fast-perl (1:2.13-1) ...
13:40:23 #9 40.99 Updating certificates in /etc/ssl/certs...
13:40:23 #8 36.64 Selecting previously unselected package libevent-2.1-6:amd64.
13:40:23 #8 36.64 Preparing to unpack .../158-libevent-2.1-6_2.1.8-stable-4_amd64.deb ...
13:40:23 #8 36.65 Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4) ...
13:40:23 #8 36.69 Selecting previously unselected package libunbound8:amd64.
13:40:23 #8 36.70 Preparing to unpack .../159-libunbound8_1.9.0-2+deb10u2_amd64.deb ...
13:40:23 #8 36.70 Unpacking libunbound8:amd64 (1.9.0-2+deb10u2) ...
13:40:23 #8 36.77 Selecting previously unselected package libgnutls-dane0:amd64.
13:40:23 #8 36.77 Preparing to unpack .../160-libgnutls-dane0_3.6.7-4+deb10u7_amd64.deb ...
13:40:23 #8 36.77 Unpacking libgnutls-dane0:amd64 (3.6.7-4+deb10u7) ...
13:40:23 #8 36.81 Selecting previously unselected package exim4-daemon-light.
13:40:23 #8 36.81 Preparing to unpack .../161-exim4-daemon-light_4.92-8+deb10u6_amd64.deb ...
13:40:23 #8 36.82 Unpacking exim4-daemon-light (4.92-8+deb10u6) ...
13:40:23 #8 36.90 Selecting previously unselected package libcurl3-gnutls:amd64.
13:40:23 #9 36.10 Preparing to unpack .../357-python3-magic_2%3a0.4.24-2_all.deb ...
13:40:23 #9 36.10 Unpacking python3-magic (2:0.4.24-2) ...
13:40:23 #9 36.17 Setting up libksba8:amd64 (1.6.0-2build1) ...
13:40:23 #9 36.18 Setting up media-types (7.0.0) ...
13:40:23 #9 36.19 Setting up libpipeline1:amd64 (1.5.5-1) ...
13:40:23 #9 36.21 Setting up wdiff (1.2.2-2build3) ...
13:40:23 #9 36.22 Setting up gcc-11-base:amd64 (11.2.0-19ubuntu1) ...
13:40:23 #9 36.23 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
13:40:23 #9 36.24 Setting up libre2-9:amd64 (20220201+dfsg-1) ...
13:40:23 #9 36.25 Setting up lto-disabled-list (24) ...
13:40:23 #9 36.26 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
13:40:23 #9 36.27 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
13:40:23 #9 36.28 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:40:23 #9 36.28 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
13:40:23 #9 36.29 Setting up libtext-glob-perl (0.11-2) ...
13:40:23 #9 36.30 Setting up libmagic-mgc (1:5.41-3) ...
13:40:23 #9 36.31 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
13:40:23 #9 35.91 Selecting previously unselected package libxpm4:amd64.
13:40:23 #9 35.91 Preparing to unpack .../211-libxpm4_1%3a3.5.12-1_amd64.deb ...
13:40:23 #9 35.94 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
13:40:23 #9 22.31 Unpacking libmagic-mgc (1:5.38-4) ...
13:40:23 #9 22.55 Selecting previously unselected package libmagic1:armhf.
13:40:23 #9 22.55 Preparing to unpack .../016-libmagic1_1%3a5.38-4_armhf.deb ...
13:40:23 #9 22.55 Unpacking libmagic1:armhf (1:5.38-4) ...
13:40:23 #9 22.59 Selecting previously unselected package file.
13:40:23 #9 22.59 Preparing to unpack .../017-file_1%3a5.38-4_armhf.deb ...
13:40:23 #9 22.60 Unpacking file (1:5.38-4) ...
13:40:23 #9 22.63 Selecting previously unselected package less.
13:40:23 #9 22.63 Preparing to unpack .../018-less_551-1ubuntu0.1_armhf.deb ...
13:40:23 #9 22.64 Unpacking less (551-1ubuntu0.1) ...
13:40:23 #9 40.81 Unpacking manpages-dev (5.05-1) ...
13:40:23 #9 41.04 Selecting previously unselected package python3-certifi.
13:40:23 #9 41.04 Preparing to unpack .../328-python3-certifi_2019.11.28-1_all.deb ...
13:40:23 #9 41.05 Unpacking python3-certifi (2019.11.28-1) ...
13:40:23 #8 33.82 Preparing to unpack .../105-gnupg_2.2.27-2+deb11u1_all.deb ...
13:40:23 #8 33.82 Unpacking gnupg (2.2.27-2+deb11u1) ...
13:40:23 #8 33.88 Selecting previously unselected package libfile-dirlist-perl.
13:40:23 #8 33.88 Preparing to unpack .../106-libfile-dirlist-perl_0.05-2_all.deb ...
13:40:23 #8 33.89 Unpacking libfile-dirlist-perl (0.05-2) ...
13:40:23 #8 33.91 Selecting previously unselected package libfile-which-perl.
13:40:23 #8 33.92 Preparing to unpack .../107-libfile-which-perl_1.23-1_all.deb ...
13:40:23 #8 33.92 Unpacking libfile-which-perl (1.23-1) ...
13:40:23 #8 33.95 Selecting previously unselected package libfile-homedir-perl.
13:40:23 #8 33.95 Preparing to unpack .../108-libfile-homedir-perl_1.006-1_all.deb ...
13:40:23 #8 33.95 Unpacking libfile-homedir-perl (1.006-1) ...
13:40:23 #8 33.98 Selecting previously unselected package libfile-touch-perl.
13:40:23 #8 33.99 Preparing to unpack .../109-libfile-touch-perl_0.11-1_all.deb ...
13:40:23 #8 33.99 Unpacking libfile-touch-perl (0.11-1) ...
13:40:23 #8 34.02 Selecting previously unselected package libio-pty-perl.
13:40:23 #8 34.02 Preparing to unpack .../110-libio-pty-perl_1%3a1.15-2_amd64.deb ...
13:40:23 #8 34.02 Unpacking libio-pty-perl (1:1.15-2) ...
13:40:23 #10 20.84 (1/92): dwz-0.12-10.el8.x86_64.rpm              481 kB/s | 109 kB     00:00    
13:40:23 #10 20.84 (2/92): efi-srpm-macros-3-3.el8.noarch.rpm       97 kB/s |  22 kB     00:00    
13:40:23 #10 20.85 (3/92): desktop-file-utils-0.23-8.el8.x86_64.rp 343 kB/s |  80 kB     00:00    
13:40:23 #10 20.85 (4/92): gc-7.6.4-3.el8.x86_64.rpm               9.9 MB/s | 109 kB     00:00    
13:40:23 #10 20.85 (5/92): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  1.5 MB/s | 9.3 kB     00:00    
13:40:23 #10 20.86 (6/92): go-srpm-macros-2-17.el8.noarch.rpm      2.2 MB/s |  13 kB     00:00    
13:40:23 #10 20.92 (7/92): glibc-gconv-extra-2.28-189.el8.x86_64.r  22 MB/s | 1.5 MB     00:00    
13:40:23 #9 15.57 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:40:23 #9 15.64 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libaliased-perl all 0.34-1.1 [13.3 kB]
13:40:23 #9 15.66 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libapt-pkg-perl armhf 0.1.40build2 [68.4 kB]
13:40:24 #9 34.19 Selecting previously unselected package diffstat.
13:40:24 #9 34.20 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
13:40:24 #9 34.20 Unpacking diffstat (1.63-1) ...
13:40:24 #9 34.32 Selecting previously unselected package python3-chardet.
13:40:24 #8 17.36 Unpacking gettext-base (0.21-4) ...
13:40:24 #8 17.45 Selecting previously unselected package manpages.
13:40:24 #8 17.45 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
13:40:24 #8 17.46 Unpacking manpages (5.10-1) ...
13:40:24 #9 40.52 Preparing to unpack .../200-libvariable-magic-perl_0.62-1build3_arm64.deb ...
13:40:24 #9 40.53 Unpacking libvariable-magic-perl (0.62-1build3) ...
13:40:24 #9 40.56 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:24 #9 40.56 Preparing to unpack .../201-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
13:40:24 #9 40.57 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
13:40:24 #9 40.60 Selecting previously unselected package libfreetype6:arm64.
13:40:24 #9 40.60 Preparing to unpack .../202-libfreetype6_2.10.4+dfsg-1build1_arm64.deb ...
13:40:24 #9 40.61 Unpacking libfreetype6:arm64 (2.10.4+dfsg-1build1) ...
13:40:24 #9 40.67 Selecting previously unselected package libfontconfig1:arm64.
13:40:24 #9 40.67 Preparing to unpack .../203-libfontconfig1_2.13.1-4.2ubuntu3_arm64.deb ...
13:40:24 #9 40.67 Unpacking libfontconfig1:arm64 (2.13.1-4.2ubuntu3) ...
13:40:24 #9 40.72 Selecting previously unselected package libjpeg-turbo8:arm64.
13:40:24 #9 40.72 Preparing to unpack .../204-libjpeg-turbo8_2.0.6-0ubuntu2_arm64.deb ...
13:40:24 #9 40.72 Unpacking libjpeg-turbo8:arm64 (2.0.6-0ubuntu2) ...
13:40:24 #9 40.76 Selecting previously unselected package libjpeg8:arm64.
13:40:24 #9 40.76 Preparing to unpack .../205-libjpeg8_8c-2ubuntu8_arm64.deb ...
13:40:24 #9 40.77 Unpacking libjpeg8:arm64 (8c-2ubuntu8) ...
13:40:24 #9 40.80 Selecting previously unselected package libdeflate0:arm64.
13:40:24 #8 36.10 Selecting previously unselected package libalgorithm-diff-perl.
13:40:24 #8 36.10 Preparing to unpack .../151-libalgorithm-diff-perl_1.19.03-1_all.deb ...
13:40:24 #8 36.10 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
13:40:24 #8 36.14 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:24 #8 36.14 Preparing to unpack .../152-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ...
13:40:24 #8 36.15 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
13:40:24 #8 36.18 Selecting previously unselected package libalgorithm-merge-perl.
13:40:24 #8 36.18 Preparing to unpack .../153-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:24 #8 36.19 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:24 #8 36.22 Selecting previously unselected package libapt-pkg-perl.
13:40:24 #8 36.23 Preparing to unpack .../154-libapt-pkg-perl_0.1.33build1_amd64.deb ...
13:40:24 #8 36.23 Unpacking libapt-pkg-perl (0.1.33build1) ...
13:40:24 #8 36.26 Selecting previously unselected package libarchive-cpio-perl.
13:40:24 #8 36.27 Preparing to unpack .../155-libarchive-cpio-perl_0.10-1_all.deb ...
13:40:24 #8 36.27 Unpacking libarchive-cpio-perl (0.10-1) ...
13:40:24 #8 36.30 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:24 #8 36.30 Preparing to unpack .../156-libb-hooks-op-check-perl_0.22-1_amd64.deb ...
13:40:24 #8 36.30 Unpacking libb-hooks-op-check-perl (0.22-1) ...
13:40:24 #8 36.33 Selecting previously unselected package libdynaloader-functions-perl.
13:40:24 #8 26.14 Selecting previously unselected package shared-mime-info.
13:40:24 #8 26.14 Preparing to unpack .../025-shared-mime-info_1.9-2_armhf.deb ...
13:40:24 #8 26.17 Unpacking shared-mime-info (1.9-2) ...
13:40:24 #8 50.96 Setting up libhtml-tree-perl (5.07-1) ...
13:40:24 #8 50.97 Setting up libfile-listing-perl (6.04-1) ...
13:40:24 #8 50.98 Setting up libhttp-message-perl (6.14-1) ...
13:40:24 #8 50.99 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
13:40:24 #8 51.03 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:24 #8 51.10 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:24 #8 51.16 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:24 #8 36.90 Preparing to unpack .../162-libcurl3-gnutls_7.64.0-4+deb10u2_amd64.deb ...
13:40:24 #8 36.90 Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u2) ...
13:40:24 #8 36.97 Selecting previously unselected package libpcre2-8-0:amd64.
13:40:24 #8 36.97 Preparing to unpack .../163-libpcre2-8-0_10.32-5_amd64.deb ...
13:40:24 #8 36.98 Unpacking libpcre2-8-0:amd64 (10.32-5) ...
13:40:24 #8 37.03 Selecting previously unselected package liberror-perl.
13:40:24 #8 47.47 Running transaction check
13:40:24 #8 47.64 Transaction check succeeded.
13:40:24 #8 47.64 Running transaction test
13:40:24 #9 36.32 Setting up distro-info-data (0.52ubuntu0.1) ...
13:40:24 #9 36.33 Setting up manpages (5.10-1ubuntu1) ...
13:40:24 #9 36.34 Setting up unzip (6.0-26ubuntu3) ...
13:40:24 #9 36.35 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
13:40:24 #9 36.36 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
13:40:24 #9 36.37 Setting up libsqlite3-0:amd64 (3.37.2-2) ...
13:40:24 #9 36.38 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:24 #9 36.40 Setting up binutils-common:amd64 (2.38-3ubuntu1) ...
13:40:24 #9 36.41 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ...
13:40:24 #9 36.42 Setting up libmagic1:amd64 (1:5.41-3) ...
13:40:24 #9 36.44 Setting up libdeflate0:amd64 (1.10-2) ...
13:40:24 #9 36.45 Setting up less (590-1build1) ...
13:40:24 #9 36.47 Setting up perl-openssl-defaults:amd64 (5build2) ...
13:40:24 #9 36.48 Setting up linux-libc-dev:amd64 (5.15.0-27.28) ...
13:40:24 #9 36.49 Setting up libctf-nobfd0:amd64 (2.38-3ubuntu1) ...
13:40:24 #9 36.50 Setting up gettext-base (0.21-4ubuntu4) ...
13:40:24 #9 36.51 Setting up liblzo2-2:amd64 (2.10-2build3) ...
13:40:24 #9 36.52 Setting up libnpth0:amd64 (1.6-3build2) ...
13:40:24 #9 36.53 Setting up file (1:5.41-3) ...
13:40:24 #9 36.54 Setting up libassuan0:amd64 (2.5.5-1build1) ...
13:40:24 #9 36.56 Setting up libgomp1:amd64 (12-20220319-1ubuntu1) ...
13:40:24 #9 36.57 Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ...
13:40:24 #9 36.58 Setting up bzip2 (1.0.8-5build1) ...
13:40:24 #9 36.59 Setting up libldap-common (2.5.11+dfsg-1~exp1ubuntu3) ...
13:40:24 #9 36.60 Setting up libunwind8:amd64 (1.3.2-2build2) ...
13:40:24 #9 36.61 Setting up libjbig0:amd64 (2.1-3.1build3) ...
13:40:24 #9 36.63 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
13:40:24 #9 36.16 Selecting previously unselected package libgd3:amd64.
13:40:24 #9 36.16 Preparing to unpack .../212-libgd3_2.3.0-2ubuntu1_amd64.deb ...
13:40:24 #9 36.20 Unpacking libgd3:amd64 (2.3.0-2ubuntu1) ...
13:40:24 #9 22.70 Selecting previously unselected package libelf1:armhf.
13:40:24 #9 22.70 Preparing to unpack .../019-libelf1_0.176-1.1build1_armhf.deb ...
13:40:24 #9 22.70 Unpacking libelf1:armhf (0.176-1.1build1) ...
13:40:24 #9 22.75 Selecting previously unselected package libglib2.0-0:armhf.
13:40:24 #9 22.75 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_armhf.deb ...
13:40:24 #9 22.76 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
13:40:24 #9 22.95 Selecting previously unselected package libglib2.0-data.
13:40:24 #9 22.95 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
13:40:24 #9 41.10 Selecting previously unselected package python3-idna.
13:40:24 #9 41.11 Preparing to unpack .../329-python3-idna_2.8-1_all.deb ...
13:40:24 #9 41.11 Unpacking python3-idna (2.8-1) ...
13:40:24 #9 41.15 Selecting previously unselected package python3-urllib3.
13:40:24 #9 41.16 Preparing to unpack .../330-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
13:40:24 #9 41.16 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
13:40:24 #9 41.21 Selecting previously unselected package python3-requests.
13:40:24 #9 41.22 Preparing to unpack .../331-python3-requests_2.22.0-2ubuntu1_all.deb ...
13:40:24 #9 41.22 Unpacking python3-requests (2.22.0-2ubuntu1) ...
13:40:24 #9 41.27 Selecting previously unselected package python3-unidiff.
13:40:24 #9 41.27 Preparing to unpack .../332-python3-unidiff_0.5.5-2_all.deb ...
13:40:24 #9 41.28 Unpacking python3-unidiff (0.5.5-2) ...
13:40:24 #8 34.05 Selecting previously unselected package libipc-run-perl.
13:40:24 #8 34.05 Preparing to unpack .../111-libipc-run-perl_20200505.0-1_all.deb ...
13:40:24 #8 34.06 Unpacking libipc-run-perl (20200505.0-1) ...
13:40:24 #8 34.10 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:24 #8 34.10 Preparing to unpack .../112-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:24 #8 34.10 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:24 #8 34.13 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:24 #8 34.13 Preparing to unpack .../113-libb-hooks-op-check-perl_0.22-1+b3_amd64.deb ...
13:40:24 #8 34.14 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
13:40:24 #8 34.17 Selecting previously unselected package libdynaloader-functions-perl.
13:40:24 #8 34.17 Preparing to unpack .../114-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:40:24 #8 34.18 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:40:24 #8 34.20 Selecting previously unselected package libdevel-callchecker-perl.
13:40:24 #8 34.21 Preparing to unpack .../115-libdevel-callchecker-perl_0.008-1+b2_amd64.deb ...
13:40:24 #8 34.21 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
13:40:24 #8 34.24 Selecting previously unselected package libparams-classify-perl.
13:40:24 #8 34.24 Preparing to unpack .../116-libparams-classify-perl_0.015-1+b3_amd64.deb ...
13:40:24 #8 34.24 Unpacking libparams-classify-perl (0.015-1+b3) ...
13:40:24 #8 34.27 Selecting previously unselected package libmodule-runtime-perl.
13:40:24 #8 34.27 Preparing to unpack .../117-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:24 #8 34.28 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:24 #8 34.31 Selecting previously unselected package libimport-into-perl.
13:40:24 #8 34.31 Preparing to unpack .../118-libimport-into-perl_1.002005-1_all.deb ...
13:40:24 #8 34.31 Unpacking libimport-into-perl (1.002005-1) ...
13:40:24 #8 34.34 Selecting previously unselected package librole-tiny-perl.
13:40:24 #8 34.34 Preparing to unpack .../119-librole-tiny-perl_2.002004-1_all.deb ...
13:40:24 #10 20.96 (8/92): libatomic_ops-7.6.2-3.el8.x86_64.rpm    1.0 MB/s |  38 kB     00:00    
13:40:24 #10 20.97 (9/92): libipt-1.6.1-8.el8.x86_64.rpm           6.4 MB/s |  50 kB     00:00    
13:40:24 #10 20.97 (10/92): ocaml-srpm-macros-5-4.el8.noarch.rpm   1.8 MB/s | 9.4 kB     00:00    
13:40:24 #10 21.05 (11/92): gdb-headless-8.2-18.el8.x86_64.rpm      17 MB/s | 3.7 MB     00:00    
13:40:24 #10 21.06 (12/92): openblas-srpm-macros-2-2.el8.noarch.rp  95 kB/s | 7.9 kB     00:00    
13:40:24 #10 21.06 (13/92): perl-Digest-1.17-395.el8.noarch.rpm    5.3 MB/s |  27 kB     00:00    
13:40:24 #10 21.06 (14/92): perl-Digest-MD5-2.55-396.el8.x86_64.rp 6.1 MB/s |  37 kB     00:00    
13:40:24 #10 21.07 (15/92): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 6.7 MB/s |  47 kB     00:00    
13:40:24 #10 21.07 (16/92): perl-Mozilla-CA-20160104-7.module_el8. 3.3 MB/s |  15 kB     00:00    
13:40:24 #10 21.08 (17/92): perl-IO-Socket-SSL-2.066-4.module_el8.  21 MB/s | 298 kB     00:00    
13:40:24 #10 21.10 (18/92): guile-2.0.14-7.el8.x86_64.rpm           15 MB/s | 3.5 MB     00:00    
13:40:24 #10 21.10 (19/92): perl-Net-SSLeay-1.88-1.module_el8.4.0+  12 MB/s | 379 kB     00:00    
13:40:24 #10 21.11 (20/92): perl-URI-1.73-3.el8.noarch.rpm         3.8 MB/s | 116 kB     00:00    
13:40:24 #10 21.11 (21/92): perl-srpm-macros-1-25.el8.noarch.rpm   1.7 MB/s |  11 kB     00:00    
13:40:24 #10 21.11 (22/92): perl-libnet-3.11-3.el8.noarch.rpm      7.6 MB/s | 121 kB     00:00    
13:40:24 #10 21.12 (23/92): python-rpm-macros-3-41.el8.noarch.rpm  1.6 MB/s |  15 kB     00:00    
13:40:24 #10 21.12 (24/92): python-srpm-macros-3-41.el8.noarch.rpm 1.5 MB/s |  15 kB     00:00    
13:40:24 #10 21.12 (25/92): python3-rpm-macros-3-41.el8.noarch.rpm 1.8 MB/s |  14 kB     00:00    
13:40:24 #10 21.13 (26/92): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 1.7 MB/s |  11 kB     00:00    
13:40:24 #10 21.13 (27/92): redhat-rpm-config-127-1.el8.noarch.rpm 8.1 MB/s |  88 kB     00:00    
13:40:24 #10 21.14 (28/92): rpm-build-4.14.3-23.el8.x86_64.rpm      13 MB/s | 174 kB     00:00    
13:40:24 #10 21.14 (29/92): rust-srpm-macros-5-2.el8.noarch.rpm    1.2 MB/s | 9.2 kB     00:00    
13:40:24 #10 21.15 (30/92): rpmlint-1.10-14.el8.noarch.rpm          10 MB/s | 192 kB     00:00    
13:40:24 #10 21.15 (31/92): zstd-1.4.4-1.el8.x86_64.rpm             23 MB/s | 393 kB     00:00    
13:40:24 #10 21.16 (32/92): bzip2-1.0.6-26.el8.x86_64.rpm          5.1 MB/s |  60 kB     00:00    
13:40:24 #9 15.80 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-cpio-perl all 0.10-1.1 [9928 B]
13:40:24 #9 15.81 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarray-intspan-perl all 2.004-1 [24.5 kB]
13:40:24 #9 15.83 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
13:40:24 #9 15.84 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:40:24 #9 15.85 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libvariable-magic-perl armhf 0.62-1build5 [33.0 kB]
13:40:24 #9 15.87 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
13:40:24 #9 15.88 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfreetype6 armhf 2.11.1+dfsg-1build1 [326 kB]
13:40:24 #9 15.98 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfontconfig1 armhf 2.13.1-4.2ubuntu5 [109 kB]
13:40:24 #9 16.00 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg-turbo8 armhf 2.1.2-0ubuntu1 [116 kB]
13:40:24 #9 16.02 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg8 armhf 8c-2ubuntu10 [2266 B]
13:40:24 #9 16.02 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdeflate0 armhf 1.10-2 [59.2 kB]
13:40:24 #9 34.33 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
13:40:24 #9 34.34 Unpacking python3-chardet (3.0.4-4build1) ...
13:40:24 #9 34.40 Selecting previously unselected package python3-debian.
13:40:24 #9 34.40 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
13:40:24 #9 34.41 Unpacking python3-debian (0.1.36ubuntu1) ...
13:40:24 #9 34.45 Selecting previously unselected package libgpgme11:amd64.
13:40:24 #9 34.45 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
13:40:24 #9 34.46 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
13:40:24 #9 34.49 Selecting previously unselected package python3-gpg.
13:40:24 #9 34.50 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
13:40:24 #9 34.50 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
13:40:24 #9 34.55 Selecting previously unselected package dput.
13:40:24 #9 34.56 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
13:40:24 #9 34.56 Unpacking dput (1.0.3ubuntu1) ...
13:40:24 #9 34.61 Selecting previously unselected package libcurl3-gnutls:amd64.
13:40:24 #9 34.61 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.10_amd64.deb ...
13:40:24 #9 34.61 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.10) ...
13:40:24 #9 34.66 Selecting previously unselected package liberror-perl.
13:40:24 #8 17.65 Selecting previously unselected package libmd0:armhf.
13:40:24 #8 17.65 Preparing to unpack .../012-libmd0_1.0.3-3_armhf.deb ...
13:40:24 #8 17.66 Unpacking libmd0:armhf (1.0.3-3) ...
13:40:24 #8 17.70 Selecting previously unselected package libbsd0:armhf.
13:40:24 #8 17.70 Preparing to unpack .../013-libbsd0_0.11.3-1_armhf.deb ...
13:40:24 #8 17.71 Unpacking libbsd0:armhf (0.11.3-1) ...
13:40:24 #8 17.76 Selecting previously unselected package libedit2:armhf.
13:40:24 #8 17.76 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_armhf.deb ...
13:40:24 #8 17.77 Unpacking libedit2:armhf (3.1-20191231-2+b1) ...
13:40:24 #8 17.82 Selecting previously unselected package libcbor0:armhf.
13:40:24 #8 17.82 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_armhf.deb ...
13:40:24 #8 17.82 Unpacking libcbor0:armhf (0.5.0+dfsg-2) ...
13:40:24 #8 17.86 Selecting previously unselected package libfido2-1:armhf.
13:40:24 #8 17.86 Preparing to unpack .../016-libfido2-1_1.6.0-2_armhf.deb ...
13:40:24 #8 17.87 Unpacking libfido2-1:armhf (1.6.0-2) ...
13:40:24 #8 17.92 Selecting previously unselected package openssh-client.
13:40:24 #9 40.81 Preparing to unpack .../206-libdeflate0_1.7-2ubuntu2_arm64.deb ...
13:40:24 #9 40.81 Unpacking libdeflate0:arm64 (1.7-2ubuntu2) ...
13:40:24 #9 40.85 Selecting previously unselected package libjbig0:arm64.
13:40:24 #9 40.85 Preparing to unpack .../207-libjbig0_2.1-3.1build1_arm64.deb ...
13:40:24 #9 40.85 Unpacking libjbig0:arm64 (2.1-3.1build1) ...
13:40:24 #9 40.89 Selecting previously unselected package libwebp6:arm64.
13:40:24 #9 40.90 Preparing to unpack .../208-libwebp6_0.6.1-2.1_arm64.deb ...
13:40:24 #9 40.90 Unpacking libwebp6:arm64 (0.6.1-2.1) ...
13:40:24 #9 40.95 Selecting previously unselected package libtiff5:arm64.
13:40:24 #9 40.95 Preparing to unpack .../209-libtiff5_4.3.0-1_arm64.deb ...
13:40:24 #9 40.96 Unpacking libtiff5:arm64 (4.3.0-1) ...
13:40:24 #9 41.00 Selecting previously unselected package libxpm4:arm64.
13:40:24 #9 41.01 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1_arm64.deb ...
13:40:24 #9 41.01 Unpacking libxpm4:arm64 (1:3.5.12-1) ...
13:40:24 #9 41.05 Selecting previously unselected package libgd3:arm64.
13:40:24 #9 41.05 Preparing to unpack .../211-libgd3_2.3.0-2ubuntu1_arm64.deb ...
13:40:24 #9 41.05 Unpacking libgd3:arm64 (2.3.0-2ubuntu1) ...
13:40:24 #9 41.08 Selecting previously unselected package libc-devtools.
13:40:24 #8 36.34 Preparing to unpack .../157-libdynaloader-functions-perl_0.003-1_all.deb ...
13:40:24 #8 36.34 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:40:24 #8 36.37 Selecting previously unselected package libdevel-callchecker-perl.
13:40:24 #8 36.37 Preparing to unpack .../158-libdevel-callchecker-perl_0.007-2build1_amd64.deb ...
13:40:24 #8 36.37 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
13:40:24 #8 36.41 Selecting previously unselected package libparams-classify-perl.
13:40:24 #8 36.41 Preparing to unpack .../159-libparams-classify-perl_0.015-1_amd64.deb ...
13:40:24 #8 36.42 Unpacking libparams-classify-perl (0.015-1) ...
13:40:24 #8 36.46 Selecting previously unselected package libmodule-runtime-perl.
13:40:24 #8 36.46 Preparing to unpack .../160-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:24 #8 36.47 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:24 #8 36.50 Selecting previously unselected package libtry-tiny-perl.
13:40:24 #8 36.50 Preparing to unpack .../161-libtry-tiny-perl_0.30-1_all.deb ...
13:40:24 #8 36.50 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:24 #8 36.53 Selecting previously unselected package libmodule-implementation-perl.
13:40:24 #8 36.53 Preparing to unpack .../162-libmodule-implementation-perl_0.09-1_all.deb ...
13:40:24 #8 36.54 Unpacking libmodule-implementation-perl (0.09-1) ...
13:40:24 #8 36.57 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:24 #8 51.30 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:24 #8 51.38 Setting up libparams-classify-perl (0.015-1) ...
13:40:24 #8 51.39 Setting up git (1:2.17.1-1ubuntu0.11) ...
13:40:24 #8 51.42 Setting up libhttp-negotiate-perl (6.00-2) ...
13:40:24 #8 51.43 Setting up libmailtools-perl (2.18-1) ...
13:40:24 #8 51.44 Setting up libgit-wrapper-perl (0.047-1) ...
13:40:24 #8 51.45 Setting up libhtml-format-perl (2.12-1) ...
13:40:24 #8 51.47 Setting up libemail-valid-perl (1.202-1) ...
13:40:24 #8 51.48 Setting up libhttp-cookies-perl (6.04-1) ...
13:40:24 #8 51.49 Setting up curl (7.58.0-2ubuntu3.17) ...
13:40:24 #8 51.50 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:24 #8 51.52 Setting up gnupg (2.2.4-1ubuntu1.4) ...
13:40:24 #8 51.53 Setting up libhttp-daemon-perl (6.01-1) ...
13:40:24 #8 51.55 Setting up libxml-simple-perl (2.24-1) ...
13:40:24 #8 51.56 Setting up lintian (2.5.81ubuntu1) ...
13:40:24 #8 51.57 Setting up libhtml-form-perl (6.03-1) ...
13:40:24 #8 51.58 Setting up libimport-into-perl (1.002005-1) ...
13:40:24 #8 37.03 Preparing to unpack .../164-liberror-perl_0.17027-2_all.deb ...
13:40:24 #8 37.03 Unpacking liberror-perl (0.17027-2) ...
13:40:24 #8 37.07 Selecting previously unselected package git-man.
13:40:24 #8 37.07 Preparing to unpack .../165-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
13:40:24 #8 37.07 Unpacking git-man (1:2.20.1-2+deb10u3) ...
13:40:24 #8 37.20 Selecting previously unselected package git.
13:40:24 #8 37.20 Preparing to unpack .../166-git_1%3a2.20.1-2+deb10u3_amd64.deb ...
13:40:24 #8 37.21 Unpacking git (1:2.20.1-2+deb10u3) ...
13:40:24 #9 41.55 127 added, 0 removed; done.
13:40:24 #9 41.62 Setting up libfreetype6:arm64 (2.11.1+dfsg-1build1) ...
13:40:24 #9 41.64 Setting up libgdbm-compat4:arm64 (1.23-1) ...
13:40:24 #9 41.65 Setting up libgcc-11-dev:arm64 (11.2.0-19ubuntu1) ...
13:40:24 #9 41.66 Setting up dwz (0.14-1build2) ...
13:40:24 #9 41.67 Setting up gcc-11 (11.2.0-19ubuntu1) ...
13:40:24 #9 41.68 Setting up groff-base (1.22.4-8build1) ...
13:40:24 #9 41.71 Setting up cpp (4:11.2.0-1ubuntu1) ...
13:40:24 #9 41.72 Setting up gpgconf (2.2.27-3ubuntu2) ...
13:40:24 #9 41.74 Setting up debugedit (1:5.0-4build1) ...
13:40:24 #9 41.75 Setting up libcurl4:arm64 (7.81.0-1ubuntu1.1) ...
13:40:24 #9 41.76 Setting up libc6-dev:arm64 (2.35-0ubuntu3) ...
13:40:24 #9 41.77 Setting up libx11-6:arm64 (2:1.7.5-1) ...
13:40:24 #9 36.64 Setting up libasan6:amd64 (11.2.0-19ubuntu1) ...
13:40:24 #9 36.65 Setting up libnumber-compare-perl (0.03-2) ...
13:40:24 #9 36.66 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:24 #9 36.67 Setting up fakeroot (1.28-1ubuntu1) ...
13:40:24 #9 36.68 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:24 #9 36.68 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:24 #9 36.68 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:24 #9 36.68 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:24 #9 36.68 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:24 #9 36.68 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:24 #9 36.68 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:24 #9 36.68 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:24 #9 36.68 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:24 #9 36.69 Setting up autotools-dev (20220109.1) ...
13:40:24 #9 36.70 Setting up libtirpc-dev:amd64 (1.3.2-2build1) ...
13:40:24 #9 36.71 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
13:40:24 #9 36.73 Setting up libx11-data (2:1.7.5-1) ...
13:40:24 #9 36.74 Setting up make (4.3-4.1build1) ...
13:40:24 #9 36.75 Setting up libmpfr6:amd64 (4.1.0-3build3) ...
13:40:24 #9 36.76 Setting up gnupg-l10n (2.2.27-3ubuntu2) ...
13:40:24 #9 36.77 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
13:40:24 #9 36.78 Setting up lzip (1.23-1) ...
13:40:24 #9 36.79 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
13:40:24 #9 36.79 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
13:40:24 #9 36.79 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
13:40:24 #9 36.79 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
13:40:24 #9 36.80 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
13:40:24 #9 36.80 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
13:40:24 #9 36.80 Setting up strace (5.16-0ubuntu3) ...
13:40:24 #9 36.81 Setting up libsigsegv2:amd64 (2.13-1ubuntu3) ...
13:40:24 #9 36.82 Setting up xz-utils (5.2.5-2ubuntu1) ...
13:40:24 #9 36.83 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:24 #9 36.37 Selecting previously unselected package libc-devtools.
13:40:24 #9 36.37 Preparing to unpack .../213-libc-devtools_2.34-0ubuntu3.2_amd64.deb ...
13:40:24 #9 36.41 Unpacking libc-devtools (2.34-0ubuntu3.2) ...
13:40:24 #9 22.96 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:40:24 #9 23.06 Selecting previously unselected package tzdata.
13:40:24 #9 23.06 Preparing to unpack .../022-tzdata_2022a-0ubuntu0.20.04_all.deb ...
13:40:24 #9 23.06 Unpacking tzdata (2022a-0ubuntu0.20.04) ...
13:40:24 #10 21.17 (33/92): cpio-2.12-11.el8.x86_64.rpm             22 MB/s | 266 kB     00:00    
13:40:24 #10 21.17 (34/92): dnf-plugins-core-4.0.21-11.el8.noarch.  12 MB/s |  71 kB     00:00    
13:40:24 #10 21.18 (35/92): diffutils-3.6-6.el8.x86_64.rpm          19 MB/s | 358 kB     00:00    
13:40:24 #10 21.18 (36/92): elfutils-debuginfod-client-0.186-1.el8  13 MB/s |  71 kB     00:00    
13:40:24 #10 21.19 (37/92): elfutils-0.186-1.el8.x86_64.rpm         29 MB/s | 542 kB     00:00    
13:40:24 #10 21.19 (38/92): emacs-filesystem-26.1-7.el8.noarch.rpm 6.5 MB/s |  70 kB     00:00    
13:40:24 #10 21.22 (39/92): groff-base-1.22.3-18.el8.x86_64.rpm     43 MB/s | 1.0 MB     00:00    
13:40:24 #10 21.23 (40/92): libbabeltrace-1.5.4-4.el8.x86_64.rpm    16 MB/s | 200 kB     00:00    
13:40:24 #10 21.26 (41/92): binutils-2.30-114.el8.x86_64.rpm        48 MB/s | 5.8 MB     00:00    
13:40:24 #10 21.27 (42/92): libpkgconf-1.4.2-1.el8.x86_64.rpm      987 kB/s |  35 kB     00:00    
13:40:24 #10 21.27 (43/92): file-5.33-20.el8.x86_64.rpm            980 kB/s |  77 kB     00:00    
13:40:24 #10 21.27 (44/92): libtool-ltdl-2.4.6-25.el8.x86_64.rpm   5.4 MB/s |  58 kB     00:00    
13:40:24 #10 21.28 (45/92): ncurses-6.1-9.20180224.el8.x86_64.rpm   24 MB/s | 387 kB     00:00    
13:40:24 #10 21.29 (46/92): patch-2.7.6-11.el8.x86_64.rpm          9.8 MB/s | 138 kB     00:00    
13:40:24 #10 21.29 (47/92): perl-Carp-1.42-396.el8.noarch.rpm      3.7 MB/s |  30 kB     00:00    
13:40:24 #10 21.30 (48/92): perl-Data-Dumper-2.167-399.el8.x86_64. 7.8 MB/s |  58 kB     00:00    
13:40:24 #10 21.30 (49/92): openssl-1.1.1k-5.el8_5.x86_64.rpm       21 MB/s | 709 kB     00:00    
13:40:24 #10 21.31 (50/92): perl-Errno-1.28-421.el8.x86_64.rpm     6.1 MB/s |  76 kB     00:00    
13:40:24 #10 21.31 (51/92): perl-Exporter-5.72-396.el8.noarch.rpm  4.0 MB/s |  34 kB     00:00    
13:40:24 #10 21.32 (52/92): perl-File-Path-2.15-2.el8.noarch.rpm   4.4 MB/s |  38 kB     00:00    
13:40:24 #10 21.32 (53/92): perl-File-Temp-0.230.600-1.el8.noarch. 7.3 MB/s |  63 kB     00:00    
13:40:24 #10 21.32 (54/92): perl-Getopt-Long-2.50-4.el8.noarch.rpm  10 MB/s |  63 kB     00:00    
13:40:24 #10 21.33 (55/92): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm  9.5 MB/s |  58 kB     00:00    
13:40:24 #10 21.34 (56/92): perl-Encode-2.97-3.el8.x86_64.rpm       31 MB/s | 1.5 MB     00:00    
13:40:24 #10 21.34 (57/92): perl-MIME-Base64-3.15-396.el8.x86_64.r 2.0 MB/s |  31 kB     00:00    
13:40:24 #10 21.35 (58/92): perl-IO-1.38-421.el8.x86_64.rpm        6.4 MB/s | 142 kB     00:00    
13:40:24 #10 21.35 (59/92): perl-Pod-Escapes-1.07-395.el8.noarch.r 3.2 MB/s |  20 kB     00:00    
13:40:24 #10 21.35 (60/92): perl-PathTools-3.74-1.el8.x86_64.rpm   7.2 MB/s |  90 kB     00:00    
13:40:24 #10 21.36 (61/92): perl-Pod-Perldoc-3.28-396.el8.noarch.r 8.9 MB/s |  86 kB     00:00    
13:40:24 #10 21.36 (62/92): perl-Pod-Usage-1.69-395.el8.noarch.rpm 5.2 MB/s |  34 kB     00:00    
13:40:24 #10 21.36 (63/92): perl-Pod-Simple-3.35-395.el8.noarch.rp  14 MB/s | 213 kB     00:00    
13:40:24 #10 21.37 (64/92): perl-Scalar-List-Utils-1.49-2.el8.x86_ 6.2 MB/s |  68 kB     00:00    
13:40:24 #10 21.37 (65/92): perl-Socket-2.027-3.el8.x86_64.rpm     5.2 MB/s |  59 kB     00:00    
13:40:24 #10 21.37 (66/92): perl-Term-ANSIColor-4.06-396.el8.noarc 7.8 MB/s |  46 kB     00:00    
13:40:24 #10 21.38 (67/92): perl-Storable-3.11-3.el8.x86_64.rpm    7.5 MB/s |  98 kB     00:00    
13:40:24 #10 21.38 (68/92): perl-Term-Cap-1.17-395.el8.noarch.rpm  2.6 MB/s |  23 kB     00:00    
13:40:24 #10 21.38 (69/92): perl-Text-ParseWords-3.30-395.el8.noar 2.4 MB/s |  18 kB     00:00    
13:40:24 #10 21.38 (70/92): perl-Text-Tabs+Wrap-2013.0523-395.el8. 3.5 MB/s |  24 kB     00:00    
13:40:24 #10 21.39 (71/92): perl-Time-Local-1.280-1.el8.noarch.rpm 5.6 MB/s |  34 kB     00:00    
13:40:24 #10 21.39 (72/92): perl-Unicode-Normalize-1.25-396.el8.x8 8.8 MB/s |  82 kB     00:00    
13:40:24 #10 21.39 (73/92): perl-constant-1.33-396.el8.noarch.rpm  2.8 MB/s |  25 kB     00:00    
13:40:24 #10 21.40 (74/92): perl-macros-5.26.3-421.el8.x86_64.rpm  7.9 MB/s |  72 kB     00:00    
13:40:24 #10 21.41 (75/92): perl-parent-0.237-1.el8.noarch.rpm     2.1 MB/s |  20 kB     00:00    
13:40:24 #10 21.42 (76/92): perl-podlators-4.11-1.el8.noarch.rpm    17 MB/s | 118 kB     00:00    
13:40:24 #10 21.43 (77/92): perl-libs-5.26.3-421.el8.x86_64.rpm     40 MB/s | 1.6 MB     00:00    
13:40:24 #10 21.44 (78/92): perl-threads-2.21-2.el8.x86_64.rpm     3.7 MB/s |  61 kB     00:00    
13:40:24 #10 21.44 (79/92): perl-threads-shared-1.58-2.el8.x86_64. 5.3 MB/s |  48 kB     00:00    
13:40:24 #10 21.45 (80/92): pkgconf-1.4.2-1.el8.x86_64.rpm         4.6 MB/s |  38 kB     00:00    
13:40:24 #10 21.45 (81/92): pkgconf-m4-1.4.2-1.el8.noarch.rpm      2.8 MB/s |  17 kB     00:00    
13:40:24 #10 21.45 (82/92): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 2.7 MB/s |  15 kB     00:00    
13:40:24 #10 21.46 (83/92): xz-5.2.4-3.el8.x86_64.rpm               16 MB/s | 153 kB     00:00    
13:40:24 #10 21.47 (84/92): unzip-6.0-46.el8.x86_64.rpm             12 MB/s | 196 kB     00:00    
13:40:24 #8 34.34 Unpacking librole-tiny-perl (2.002004-1) ...
13:40:24 #8 34.37 Selecting previously unselected package libstrictures-perl.
13:40:24 #8 34.38 Preparing to unpack .../120-libstrictures-perl_2.000006-1_all.deb ...
13:40:24 #8 34.38 Unpacking libstrictures-perl (2.000006-1) ...
13:40:24 #8 34.43 Selecting previously unselected package libsub-quote-perl.
13:40:24 #8 34.43 Preparing to unpack .../121-libsub-quote-perl_2.006006-1_all.deb ...
13:40:24 #8 34.44 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:24 #8 34.57 Selecting previously unselected package libmoo-perl.
13:40:24 #8 34.58 Preparing to unpack .../122-libmoo-perl_2.004004-1_all.deb ...
13:40:24 #8 34.63 Unpacking libmoo-perl (2.004004-1) ...
13:40:24 #9 16.03 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjbig0 armhf 2.1-3.1build3 [25.1 kB]
13:40:24 #9 16.03 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwebp7 armhf 1.2.2-2 [166 kB]
13:40:24 #9 16.05 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtiff5 armhf 4.3.0-6 [165 kB]
13:40:24 #9 16.07 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxpm4 armhf 1:3.5.12-1build2 [31.0 kB]
13:40:24 #9 16.07 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgd3 armhf 2.3.0-2ubuntu2 [111 kB]
13:40:24 #9 16.10 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libc-devtools armhf 2.35-0ubuntu3 [29.6 kB]
13:40:24 #9 16.10 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:40:24 #9 16.10 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B]
13:40:24 #9 16.10 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclone-perl armhf 0.45-1build3 [10.2 kB]
13:40:24 #9 16.18 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcommon-sense-perl armhf 3.75-2build1 [21.2 kB]
13:40:24 #9 16.18 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconfig-tiny-perl all 2.28-1 [13.1 kB]
13:40:24 #9 16.18 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-util-perl armhf 1.102-1build3 [21.4 kB]
13:40:24 #9 16.18 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-install-perl all 0.928-1.1 [9972 B]
13:40:24 #9 16.18 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-optlist-perl all 0.112-1 [11.0 kB]
13:40:24 #9 16.18 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-perl all 0.988-1 [50.6 kB]
13:40:24 #9 16.25 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconst-fast-perl all 0.014-1.1 [7756 B]
13:40:24 #9 16.25 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwant-perl armhf 0.29-1build7 [23.4 kB]
13:40:24 #9 16.25 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:40:24 #9 16.25 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcpanel-json-xs-perl armhf 4.27-1build1 [113 kB]
13:40:24 #9 16.32 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
13:40:24 #9 16.32 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexception-class-perl all 1.45-1 [28.6 kB]
13:40:24 #9 16.32 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
13:40:24 #9 16.32 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
13:40:24 #9 16.32 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB]
13:40:24 #9 16.32 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-xs-perl armhf 0.430-2build2 [37.3 kB]
13:40:24 #9 16.39 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB]
13:40:24 #9 16.39 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB]
13:40:24 #9 16.39 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dump-perl all 1.25-1 [25.9 kB]
13:40:24 #9 16.39 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-messagepack-perl armhf 1.01-2build1 [32.5 kB]
13:40:24 #9 ...
13:40:24 
13:40:24 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:24 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:24 #14 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 7.4s done
13:40:24 #14 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 4.3s done
13:40:24 #14 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 2.8s
13:40:24 #9 41.32 Selecting previously unselected package python3-xdg.
13:40:24 #9 41.32 Preparing to unpack .../333-python3-xdg_0.26-1ubuntu1_all.deb ...
13:40:24 #9 41.33 Unpacking python3-xdg (0.26-1ubuntu1) ...
13:40:24 #9 41.38 Selecting previously unselected package unzip.
13:40:24 #9 41.39 Preparing to unpack .../334-unzip_6.0-25ubuntu1_arm64.deb ...
13:40:24 #9 41.39 Unpacking unzip (6.0-25ubuntu1) ...
13:40:24 #9 41.49 Selecting previously unselected package equivs.
13:40:24 #9 41.49 Preparing to unpack .../335-equivs_2.2.0_all.deb ...
13:40:24 #9 41.50 Unpacking equivs (2.2.0) ...
13:40:24 #9 41.54 Selecting previously unselected package libauthen-sasl-perl.
13:40:24 #9 41.54 Preparing to unpack .../336-libauthen-sasl-perl_2.1600-1_all.deb ...
13:40:24 #9 41.55 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:40:24 #9 41.59 Selecting previously unselected package python3-magic.
13:40:24 #9 41.59 Preparing to unpack .../337-python3-magic_2%3a0.4.15-3_all.deb ...
13:40:24 #9 41.60 Unpacking python3-magic (2:0.4.15-3) ...
13:40:24 #9 41.69 Setting up libapt-pkg-perl (0.1.36build3) ...
13:40:24 #9 41.70 Setting up libksba8:arm64 (1.3.5-2) ...
13:40:24 #9 34.66 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
13:40:24 #9 34.67 Unpacking liberror-perl (0.17029-1) ...
13:40:24 #9 34.70 Selecting previously unselected package git-man.
13:40:24 #9 34.70 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.4_all.deb ...
13:40:24 #9 34.71 Unpacking git-man (1:2.25.1-1ubuntu3.4) ...
13:40:24 #8 17.92 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5_armhf.deb ...
13:40:24 #8 17.93 Unpacking openssh-client (1:8.4p1-5) ...
13:40:24 #8 ...
13:40:24 
13:40:24 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:24 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:24 #13 extracting sha256:982abaa2631ddfdda5b8470dc4b0b57ed3b1d10e77d38dca63de7a440db0a2dd 8.7s done
13:40:24 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 5.7s done
13:40:24 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 1.6s
13:40:24 #13 ...
13:40:24 
13:40:24 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:24 #8 sha256:5d84cd193ad52d2db99bc7b859d7a40e036d5ffc66b09666c16a92e81a19bbbb
13:40:24 #8 18.09 Selecting previously unselected package ucf.
13:40:24 #8 18.09 Preparing to unpack .../018-ucf_3.0043_all.deb ...
13:40:24 #8 18.09 Moving old data out of the way
13:40:24 #8 18.09 Unpacking ucf (3.0043) ...
13:40:24 #8 18.14 Selecting previously unselected package xz-utils.
13:40:24 #8 18.14 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
13:40:24 #8 18.15 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:40:24 #9 41.09 Preparing to unpack .../212-libc-devtools_2.34-0ubuntu3.2_arm64.deb ...
13:40:24 #9 41.09 Unpacking libc-devtools (2.34-0ubuntu3.2) ...
13:40:24 #9 41.12 Selecting previously unselected package libcapture-tiny-perl.
13:40:24 #9 41.12 Preparing to unpack .../213-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:24 #9 41.12 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:24 #9 41.15 Selecting previously unselected package libclass-data-inheritable-perl.
13:40:24 #9 41.15 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:40:24 #9 41.16 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:40:24 #9 41.20 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:24 #9 41.20 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build7_arm64.deb ...
13:40:24 #9 41.20 Unpacking libclass-xsaccessor-perl (1.19-3build7) ...
13:40:24 #9 41.23 Selecting previously unselected package libclone-perl.
13:40:24 #9 41.23 Preparing to unpack .../216-libclone-perl_0.45-1build1_arm64.deb ...
13:40:24 #9 41.24 Unpacking libclone-perl (0.45-1build1) ...
13:40:24 #9 41.27 Selecting previously unselected package libcommon-sense-perl.
13:40:24 #9 41.27 Preparing to unpack .../217-libcommon-sense-perl_3.75-1build4_arm64.deb ...
13:40:24 #9 41.27 Unpacking libcommon-sense-perl (3.75-1build4) ...
13:40:24 #9 41.31 Selecting previously unselected package libconfig-tiny-perl.
13:40:24 #9 41.31 Preparing to unpack .../218-libconfig-tiny-perl_2.26-1_all.deb ...
13:40:24 #9 41.32 Unpacking libconfig-tiny-perl (2.26-1) ...
13:40:24 #9 41.35 Selecting previously unselected package libparams-util-perl.
13:40:24 #9 41.35 Preparing to unpack .../219-libparams-util-perl_1.102-1build2_arm64.deb ...
13:40:24 #9 41.35 Unpacking libparams-util-perl (1.102-1build2) ...
13:40:24 #9 41.38 Selecting previously unselected package libsub-install-perl.
13:40:24 #9 41.38 Preparing to unpack .../220-libsub-install-perl_0.928-1.1_all.deb ...
13:40:24 #9 41.39 Unpacking libsub-install-perl (0.928-1.1) ...
13:40:24 #9 41.42 Selecting previously unselected package libdata-optlist-perl.
13:40:24 #8 36.58 Preparing to unpack .../163-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:24 #8 36.58 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:24 #8 36.61 Selecting previously unselected package libvariable-magic-perl.
13:40:24 #8 36.61 Preparing to unpack .../164-libvariable-magic-perl_0.62-1_amd64.deb ...
13:40:24 #8 36.62 Unpacking libvariable-magic-perl (0.62-1) ...
13:40:24 #8 36.65 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:24 #8 36.65 Preparing to unpack .../165-libb-hooks-endofscope-perl_0.21-1_all.deb ...
13:40:24 #8 36.66 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
13:40:24 #8 36.69 Selecting previously unselected package libhtml-tagset-perl.
13:40:24 #8 36.69 Preparing to unpack .../166-libhtml-tagset-perl_3.20-3_all.deb ...
13:40:24 #8 36.70 Unpacking libhtml-tagset-perl (3.20-3) ...
13:40:24 #8 36.76 Selecting previously unselected package liburi-perl.
13:40:24 #8 36.76 Preparing to unpack .../167-liburi-perl_1.73-1_all.deb ...
13:40:24 #8 36.78 Unpacking liburi-perl (1.73-1) ...
13:40:24 #8 36.82 Selecting previously unselected package libhtml-parser-perl.
13:40:24 #8 51.60 Setting up libmodule-implementation-perl (0.09-1) ...
13:40:24 #8 51.61 Setting up libparams-validate-perl (1.29-1) ...
13:40:24 #8 51.62 Setting up libmoo-perl (2.003004-1) ...
13:40:24 #8 51.63 Setting up libb-hooks-endofscope-perl (0.21-1) ...
13:40:24 #8 51.64 Setting up libpackage-stash-perl (0.37-1) ...
13:40:24 #8 51.66 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
13:40:24 #8 51.68 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:24 #8 51.69 Setting up licensecheck (3.0.31-2) ...
13:40:24 #8 51.70 Setting up dh-autoreconf (17) ...
13:40:24 #8 51.71 Setting up libwww-perl (6.31-1ubuntu0.1) ...
13:40:24 #8 51.73 Setting up debhelper (11.1.6ubuntu2) ...
13:40:24 #8 51.74 Setting up equivs (2.1.0) ...
13:40:24 #8 51.76 Setting up liblwp-protocol-https-perl (6.07-2) ...
13:40:24 #8 51.77 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
13:40:24 #8 51.78 Setting up libxml-parser-perl (2.44-2build3) ...
13:40:24 #8 51.79 Setting up libxml-sax-expat-perl (0.40-2) ...
13:40:24 #8 26.66 Selecting previously unselected package ucf.
13:40:24 #8 26.66 Preparing to unpack .../026-ucf_3.0038_all.deb ...
13:40:24 #8 26.67 Moving old data out of the way
13:40:24 #8 26.67 Unpacking ucf (3.0038) ...
13:40:24 #8 26.76 Selecting previously unselected package xdg-user-dirs.
13:40:24 #8 26.76 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_armhf.deb ...
13:40:24 #8 26.77 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
13:40:24 #9 41.78 Setting up libtiff5:arm64 (4.3.0-6) ...
13:40:24 #9 41.79 Setting up curl (7.81.0-1ubuntu1.1) ...
13:40:24 #9 41.80 Setting up libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
13:40:24 #9 41.82 Setting up libxml2:arm64 (2.9.13+dfsg-1build1) ...
13:40:24 #9 41.83 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
13:40:24 #9 41.84 Setting up gpg (2.2.27-3ubuntu2) ...
13:40:24 #9 41.86 Setting up libpython3-stdlib:arm64 (3.10.4-0ubuntu2) ...
13:40:24 #9 41.87 Setting up gnupg-utils (2.2.27-3ubuntu2) ...
13:40:24 #9 41.88 Setting up libperl5.34:arm64 (5.34.0-3ubuntu1) ...
13:40:24 #9 41.89 Setting up gettext (0.21-4ubuntu4) ...
13:40:24 #9 41.91 Setting up gpg-agent (2.2.27-3ubuntu2) ...
13:40:24 #8 32.75 Fedora 35 openh264 (From Cisco) - x86_64        2.0 kB/s | 2.5 kB     00:01    
13:40:24 #8 48.14 Transaction test succeeded.
13:40:24 #8 48.14 Running transaction
13:40:24 #9 36.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:24 #9 36.84 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:24 #9 36.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:24 #9 36.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:24 #9 36.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:24 #9 36.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:24 #9 36.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:24 #9 36.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:24 #9 36.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:24 #9 36.84 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:24 #9 36.84 Setting up t1utils (1.41-4build2) ...
13:40:24 #9 36.85 Setting up libquadmath0:amd64 (12-20220319-1ubuntu1) ...
13:40:24 #9 36.87 Setting up diffstat (1.64-1build2) ...
13:40:24 #9 36.88 Setting up libpng16-16:amd64 (1.6.37-3build5) ...
13:40:24 #9 36.89 Setting up libmpc3:amd64 (1.2.1-2build1) ...
13:40:24 #9 36.90 Setting up libatomic1:amd64 (12-20220319-1ubuntu1) ...
13:40:24 #9 36.91 Setting up patch (2.7.6-7build2) ...
13:40:24 #9 36.92 Setting up autopoint (0.21-4ubuntu4) ...
13:40:24 #9 36.93 Setting up fonts-dejavu-core (2.37-2build1) ...
13:40:24 #9 36.99 Setting up ucf (3.0043) ...
13:40:24 #9 37.11 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
13:40:24 #9 36.58 Selecting previously unselected package libcapture-tiny-perl.
13:40:24 #9 36.58 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:24 #9 36.61 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:24 #9 36.76 Selecting previously unselected package libclass-data-inheritable-perl.
13:40:24 #9 36.77 Preparing to unpack .../215-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:40:24 #9 36.80 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:40:24 #9 23.35 Selecting previously unselected package libicu66:armhf.
13:40:24 #9 23.35 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_armhf.deb ...
13:40:24 #9 23.36 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ...
13:40:24 #10 21.47 (85/92): yum-utils-4.0.21-11.el8.noarch.rpm     9.9 MB/s |  73 kB     00:00    
13:40:24 #10 21.48 (86/92): zip-3.0-23.el8.x86_64.rpm               24 MB/s | 270 kB     00:00    
13:40:24 #10 21.48 (87/92): python3-dnf-plugins-core-4.0.21-11.el8  17 MB/s | 240 kB     00:00    
13:40:24 #10 21.49 (88/92): python3-rpm-4.14.3-23.el8.x86_64.rpm    14 MB/s | 155 kB     00:00    
13:40:24 #10 21.50 (89/92): rpm-build-libs-4.14.3-23.el8.x86_64.rp  21 MB/s | 157 kB     00:00    
13:40:24 #10 21.50 (90/92): rpm-4.14.3-23.el8.x86_64.rpm            28 MB/s | 543 kB     00:00    
13:40:24 #10 21.51 (91/92): rpm-libs-4.14.3-23.el8.x86_64.rpm       22 MB/s | 345 kB     00:00    
13:40:24 #10 21.54 (92/92): perl-interpreter-5.26.3-421.el8.x86_64  40 MB/s | 6.3 MB     00:00    
13:40:24 #10 21.55 --------------------------------------------------------------------------------
13:40:24 #10 21.55 Total                                            19 MB/s |  34 MB     00:01     
13:40:24 #8 34.89 Selecting previously unselected package libencode-locale-perl.
13:40:24 #14 ...
13:40:24 
13:40:24 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:24 #9 sha256:cd25afeca20d5d917a30c24994f8e2f272f998b4ff1badf4b6a0482df9d9cbf5
13:40:24 #9 16.47 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
13:40:24 #9 16.47 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B]
13:40:24 #9 16.47 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
13:40:24 #9 16.47 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-netmask-perl all 2.0001-1 [27.7 kB]
13:40:24 #9 16.47 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-1build7 [81.2 kB]
13:40:24 #9 16.47 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-ip-perl all 0.30-1 [17.3 kB]
13:40:24 #9 16.54 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB]
13:40:24 #9 16.54 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdistro-info-perl all 1.1build1 [5644 B]
13:40:24 #9 16.54 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libemail-address-xs-perl armhf 1.04-1build6 [26.0 kB]
13:40:24 #9 16.54 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB]
13:40:24 #9 16.61 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-basedir-perl all 0.09-1 [15.7 kB]
13:40:24 #9 16.61 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
13:40:24 #9 16.61 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-fcntllock-perl armhf 0.22-3build7 [33.3 kB]
13:40:24 #9 16.61 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnumber-compare-perl all 0.03-2 [7058 B]
13:40:24 #9 16.61 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-glob-perl all 0.11-2 [8042 B]
13:40:24 #9 16.61 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:40:24 #9 41.71 Setting up libpipeline1:arm64 (1.5.2-2build1) ...
13:40:24 #9 41.72 Setting up wdiff (1.2.2-2build1) ...
13:40:24 #9 41.74 Setting up libxau6:arm64 (1:1.0.9-0ubuntu1) ...
13:40:24 #9 41.75 Setting up libkeyutils1:arm64 (1.6-6ubuntu1) ...
13:40:24 #9 41.76 Setting up libpsl5:arm64 (0.21.0-1ubuntu1) ...
13:40:24 #9 41.77 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
13:40:24 #9 41.79 Setting up mime-support (3.64ubuntu1) ...
13:40:24 #9 41.83 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
13:40:24 #9 41.86 Setting up libmagic-mgc (1:5.38-4) ...
13:40:24 #9 41.88 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
13:40:24 #9 41.89 Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
13:40:24 #9 41.91 No schema files found: doing nothing.
13:40:24 #9 41.94 Setting up distro-info-data (0.43ubuntu1.10) ...
13:40:24 #9 34.82 Selecting previously unselected package git.
13:40:24 #9 34.82 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.4_amd64.deb ...
13:40:24 #9 34.85 Unpacking git (1:2.25.1-1ubuntu3.4) ...
13:40:24 #8 18.21 Selecting previously unselected package libsigsegv2:armhf.
13:40:24 #8 18.21 Preparing to unpack .../020-libsigsegv2_2.13-1_armhf.deb ...
13:40:24 #8 18.25 Unpacking libsigsegv2:armhf (2.13-1) ...
13:40:24 #8 18.29 Selecting previously unselected package m4.
13:40:24 #8 18.29 Preparing to unpack .../021-m4_1.4.18-5_armhf.deb ...
13:40:24 #8 18.29 Unpacking m4 (1.4.18-5) ...
13:40:24 #8 18.36 Selecting previously unselected package autoconf.
13:40:24 #8 18.36 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
13:40:24 #8 18.36 Unpacking autoconf (2.69-14) ...
13:40:24 #9 41.42 Preparing to unpack .../221-libdata-optlist-perl_0.110-1.1_all.deb ...
13:40:24 #9 41.43 Unpacking libdata-optlist-perl (0.110-1.1) ...
13:40:24 #9 41.46 Selecting previously unselected package libsub-exporter-perl.
13:40:24 #9 41.46 Preparing to unpack .../222-libsub-exporter-perl_0.987-1_all.deb ...
13:40:24 #9 41.46 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:24 #9 41.50 Selecting previously unselected package libconst-fast-perl.
13:40:24 #9 41.50 Preparing to unpack .../223-libconst-fast-perl_0.014-1.1_all.deb ...
13:40:24 #9 41.50 Unpacking libconst-fast-perl (0.014-1.1) ...
13:40:24 #9 41.53 Selecting previously unselected package libwant-perl.
13:40:24 #9 41.54 Preparing to unpack .../224-libwant-perl_0.29-1build6_arm64.deb ...
13:40:24 #9 41.54 Unpacking libwant-perl (0.29-1build6) ...
13:40:24 #9 41.57 Selecting previously unselected package libcontextual-return-perl.
13:40:24 #9 41.57 Preparing to unpack .../225-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:24 #9 41.57 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:24 #9 41.61 Selecting previously unselected package libcpanel-json-xs-perl.
13:40:24 #9 41.61 Preparing to unpack .../226-libcpanel-json-xs-perl_4.25-1build1_arm64.deb ...
13:40:24 #9 41.61 Unpacking libcpanel-json-xs-perl (4.25-1build1) ...
13:40:24 #9 41.65 Selecting previously unselected package libdevel-stacktrace-perl.
13:40:24 #8 36.82 Preparing to unpack .../168-libhtml-parser-perl_3.72-3build1_amd64.deb ...
13:40:24 #8 36.83 Unpacking libhtml-parser-perl (3.72-3build1) ...
13:40:24 #8 36.86 Selecting previously unselected package libcgi-pm-perl.
13:40:24 #8 36.86 Preparing to unpack .../169-libcgi-pm-perl_4.38-1_all.deb ...
13:40:24 #8 36.87 Unpacking libcgi-pm-perl (4.38-1) ...
13:40:24 #8 36.91 Selecting previously unselected package libfcgi-perl.
13:40:24 #8 36.92 Preparing to unpack .../170-libfcgi-perl_0.78-2build1_amd64.deb ...
13:40:24 #8 36.92 Unpacking libfcgi-perl (0.78-2build1) ...
13:40:24 #8 36.95 Selecting previously unselected package libcgi-fast-perl.
13:40:24 #8 36.95 Preparing to unpack .../171-libcgi-fast-perl_1%3a2.13-1_all.deb ...
13:40:24 #8 36.95 Unpacking libcgi-fast-perl (1:2.13-1) ...
13:40:24 #8 36.98 Selecting previously unselected package libsub-name-perl.
13:40:24 #8 36.98 Preparing to unpack .../172-libsub-name-perl_0.21-1build1_amd64.deb ...
13:40:24 #8 36.99 Unpacking libsub-name-perl (0.21-1build1) ...
13:40:24 #8 37.02 Selecting previously unselected package libclass-accessor-perl.
13:40:24 #8 37.02 Preparing to unpack .../173-libclass-accessor-perl_0.51-1_all.deb ...
13:40:24 #8 37.02 Unpacking libclass-accessor-perl (0.51-1) ...
13:40:24 #8 37.05 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:24 #8 37.05 Preparing to unpack .../174-libclass-method-modifiers-perl_2.12-1_all.deb ...
13:40:24 #8 37.06 Unpacking libclass-method-modifiers-perl (2.12-1) ...
13:40:24 #8 37.09 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:24 #8 37.09 Preparing to unpack .../175-libclass-xsaccessor-perl_1.19-2build8_amd64.deb ...
13:40:24 #8 37.09 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
13:40:24 #8 37.12 Selecting previously unselected package libclone-perl.
13:40:24 #8 37.12 Preparing to unpack .../176-libclone-perl_0.39-1_amd64.deb ...
13:40:24 #8 51.84 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:24 #8 51.89 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:24 #8 52.04 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:24 #8 26.91 Selecting previously unselected package xz-utils.
13:40:24 #8 26.91 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_armhf.deb ...
13:40:24 #8 26.92 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
13:40:24 #8 26.95 Selecting previously unselected package gettext-base.
13:40:24 #8 26.95 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_armhf.deb ...
13:40:24 #8 26.96 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
13:40:24 #8 27.03 Selecting previously unselected package iso-codes.
13:40:24 #8 27.04 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
13:40:24 #8 27.04 Unpacking iso-codes (3.79-1) ...
13:40:24 #8 37.80 Selecting previously unselected package libgc1c2:amd64.
13:40:24 #8 37.80 Preparing to unpack .../167-libgc1c2_1%3a7.6.4-0.4_amd64.deb ...
13:40:24 #8 37.85 Unpacking libgc1c2:amd64 (1:7.6.4-0.4) ...
13:40:24 #8 37.90 Selecting previously unselected package libltdl7:amd64.
13:40:24 #9 37.12 Setting up libltdl7:amd64 (2.4.6-15build2) ...
13:40:24 #9 37.13 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1) ...
13:40:24 #9 37.15 Setting up libssh-4:amd64 (0.9.6-2build1) ...
13:40:24 #9 37.16 Setting up libwebp7:amd64 (1.2.2-2) ...
13:40:24 #9 37.17 Setting up libubsan1:amd64 (12-20220319-1ubuntu1) ...
13:40:24 #9 37.18 Setting up libmd0:amd64 (1.0.4-1build1) ...
13:40:24 #9 37.19 Setting up python-apt-common (2.3.0ubuntu2) ...
13:40:24 #9 37.21 Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
13:40:24 #9 37.22 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
13:40:24 #9 37.23 Setting up libuchardet0:amd64 (0.0.7-1build2) ...
13:40:24 #9 37.24 Setting up lzop (1.04-2build2) ...
13:40:24 #9 37.29 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
13:40:24 #9 37.30 Setting up git-man (1:2.34.1-1ubuntu1.2) ...
13:40:24 #9 37.31 Setting up netbase (6.3) ...
13:40:24 #9 37.34 Setting up libbinutils:amd64 (2.38-3ubuntu1) ...
13:40:24 #9 36.91 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:24 #9 36.91 Preparing to unpack .../216-libclass-xsaccessor-perl_1.19-3build7_amd64.deb ...
13:40:24 #9 36.92 Unpacking libclass-xsaccessor-perl (1.19-3build7) ...
13:40:24 #9 36.95 Selecting previously unselected package libclone-perl.
13:40:24 #9 36.95 Preparing to unpack .../217-libclone-perl_0.45-1build1_amd64.deb ...
13:40:24 #9 36.95 Unpacking libclone-perl (0.45-1build1) ...
13:40:24 #9 36.98 Selecting previously unselected package libcommon-sense-perl.
13:40:24 #9 36.98 Preparing to unpack .../218-libcommon-sense-perl_3.75-1build4_amd64.deb ...
13:40:24 #9 36.98 Unpacking libcommon-sense-perl (3.75-1build4) ...
13:40:24 #9 37.01 Selecting previously unselected package libconfig-tiny-perl.
13:40:24 #9 37.01 Preparing to unpack .../219-libconfig-tiny-perl_2.26-1_all.deb ...
13:40:24 #9 37.01 Unpacking libconfig-tiny-perl (2.26-1) ...
13:40:24 #9 37.04 Selecting previously unselected package libparams-util-perl.
13:40:24 #9 37.04 Preparing to unpack .../220-libparams-util-perl_1.102-1build2_amd64.deb ...
13:40:24 #9 37.05 Unpacking libparams-util-perl (1.102-1build2) ...
13:40:24 #9 37.07 Selecting previously unselected package libsub-install-perl.
13:40:24 #9 37.07 Preparing to unpack .../221-libsub-install-perl_0.928-1.1_all.deb ...
13:40:24 #9 37.07 Unpacking libsub-install-perl (0.928-1.1) ...
13:40:24 #9 37.10 Selecting previously unselected package libdata-optlist-perl.
13:40:25 #8 34.89 Preparing to unpack .../123-libencode-locale-perl_1.05-1.1_all.deb ...
13:40:25 #8 34.89 Unpacking libencode-locale-perl (1.05-1.1) ...
13:40:25 #8 34.92 Selecting previously unselected package libtimedate-perl.
13:40:25 #8 34.92 Preparing to unpack .../124-libtimedate-perl_2.3300-2_all.deb ...
13:40:25 #8 34.93 Unpacking libtimedate-perl (2.3300-2) ...
13:40:25 #8 34.96 Selecting previously unselected package libhttp-date-perl.
13:40:25 #8 34.96 Preparing to unpack .../125-libhttp-date-perl_6.05-1_all.deb ...
13:40:25 #8 34.97 Unpacking libhttp-date-perl (6.05-1) ...
13:40:25 #8 34.99 Selecting previously unselected package libfile-listing-perl.
13:40:25 #8 34.99 Preparing to unpack .../126-libfile-listing-perl_6.14-1_all.deb ...
13:40:25 #8 35.00 Unpacking libfile-listing-perl (6.14-1) ...
13:40:25 #8 35.02 Selecting previously unselected package libhtml-tagset-perl.
13:40:25 #8 35.02 Preparing to unpack .../127-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:25 #8 35.03 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:25 #8 35.06 Selecting previously unselected package liburi-perl.
13:40:25 #8 35.06 Preparing to unpack .../128-liburi-perl_5.08-1_all.deb ...
13:40:25 #8 35.06 Unpacking liburi-perl (5.08-1) ...
13:40:25 #8 35.10 Selecting previously unselected package libhtml-parser-perl.
13:40:25 #9 16.68 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-afm-perl all 1.20-3 [13.6 kB]
13:40:25 #9 16.68 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-string-perl all 1.08-3.1 [10.7 kB]
13:40:25 #9 16.68 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-ttf-perl all 1.06-1.1 [316 kB]
13:40:25 #9 16.69 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsort-versions-perl all 1.62-1 [9294 B]
13:40:25 #9 16.75 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:40:25 #9 16.75 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
13:40:25 #9 16.75 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
13:40:25 #9 16.76 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-perl all 4.04000-1 [81.8 kB]
13:40:25 #9 16.76 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-perl all 1.710-1 [68.4 kB]
13:40:25 #9 16.76 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
13:40:25 #9 16.83 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-perl all 0.39-1 [19.1 kB]
13:40:25 #9 16.83 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-identify-perl armhf 0.14-1build5 [9848 B]
13:40:25 #9 16.83 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-name-perl armhf 0.26-1build3 [10.7 kB]
13:40:25 #9 16.83 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:40:25 #9 42.12 Setting up manpages (5.05-1) ...
13:40:25 #9 42.18 Setting up unzip (6.0-25ubuntu1) ...
13:40:25 #9 42.20 Setting up libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
13:40:25 #9 35.37 Selecting previously unselected package libalgorithm-diff-perl.
13:40:25 #9 41.65 Preparing to unpack .../227-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:40:25 #9 41.66 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:40:25 #9 41.69 Selecting previously unselected package libexception-class-perl.
13:40:25 #9 41.69 Preparing to unpack .../228-libexception-class-perl_1.44-1_all.deb ...
13:40:25 #9 41.69 Unpacking libexception-class-perl (1.44-1) ...
13:40:25 #9 41.72 Selecting previously unselected package libiterator-perl.
13:40:25 #9 41.73 Preparing to unpack .../229-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:40:25 #9 41.73 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:40:25 #9 41.76 Selecting previously unselected package libiterator-util-perl.
13:40:25 #9 41.76 Preparing to unpack .../230-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:40:25 #9 41.76 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:40:25 #9 41.79 Selecting previously unselected package libexporter-tiny-perl.
13:40:25 #9 41.80 Preparing to unpack .../231-libexporter-tiny-perl_1.002002-1_all.deb ...
13:40:25 #9 41.80 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:40:25 #9 41.83 Selecting previously unselected package liblist-moreutils-xs-perl.
13:40:25 #9 41.83 Preparing to unpack .../232-liblist-moreutils-xs-perl_0.430-2_arm64.deb ...
13:40:25 #9 41.83 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
13:40:25 #9 41.86 Selecting previously unselected package liblist-moreutils-perl.
13:40:25 #8 37.13 Unpacking libclone-perl (0.39-1) ...
13:40:25 #8 37.15 Selecting previously unselected package libdata-dump-perl.
13:40:25 #8 37.16 Preparing to unpack .../177-libdata-dump-perl_1.23-1_all.deb ...
13:40:25 #8 37.16 Unpacking libdata-dump-perl (1.23-1) ...
13:40:25 #8 37.19 Selecting previously unselected package libparams-util-perl.
13:40:25 #8 37.19 Preparing to unpack .../178-libparams-util-perl_1.07-3build3_amd64.deb ...
13:40:25 #8 37.19 Unpacking libparams-util-perl (1.07-3build3) ...
13:40:25 #8 37.22 Selecting previously unselected package libsub-install-perl.
13:40:25 #8 37.22 Preparing to unpack .../179-libsub-install-perl_0.928-1_all.deb ...
13:40:25 #8 37.23 Unpacking libsub-install-perl (0.928-1) ...
13:40:25 #8 37.25 Selecting previously unselected package libdata-optlist-perl.
13:40:25 #8 37.25 Preparing to unpack .../180-libdata-optlist-perl_0.110-1_all.deb ...
13:40:25 #8 37.26 Unpacking libdata-optlist-perl (0.110-1) ...
13:40:25 #8 37.28 Selecting previously unselected package libdevel-globaldestruction-perl.
13:40:25 #8 37.28 Preparing to unpack .../181-libdevel-globaldestruction-perl_0.14-1_all.deb ...
13:40:25 #8 37.29 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
13:40:25 #8 37.31 Selecting previously unselected package libdigest-hmac-perl.
13:40:25 #8 37.32 Preparing to unpack .../182-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
13:40:25 #8 37.32 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
13:40:25 #8 37.35 Selecting previously unselected package libdistro-info-perl.
13:40:25 #13 ...
13:40:25 
13:40:25 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:25 #8 sha256:ab6157491c520784faebccc3717f5e1537aa160894e0b754af7ae47de8a1e3d8
13:40:25 #8 10.34 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
13:40:25 #8 10.34 Get:4 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u2 [309 kB]
13:40:25 #8 10.34 Get:5 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB]
13:40:25 #8 10.35 Get:6 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
13:40:25 #8 10.37 Get:7 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
13:40:25 #8 10.40 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB]
13:40:25 #8 10.41 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB]
13:40:25 #8 10.43 Get:10 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB]
13:40:25 #8 10.50 Get:11 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
13:40:25 #8 10.60 Get:12 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
13:40:25 #8 10.60 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3193 kB]
13:40:25 #8 10.65 Get:14 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1 [266 kB]
13:40:25 #8 10.67 Get:15 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20220308~buster-1 [1012 kB]
13:40:25 #8 10.70 Get:16 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1 [2113 kB]
13:40:25 #8 10.77 Get:17 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB]
13:40:25 #8 10.79 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [583 kB]
13:40:25 #8 10.82 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u4 [78.5 kB]
13:40:25 #8 10.82 Get:20 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1464 kB]
13:40:25 #8 10.83 Get:21 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB]
13:40:25 #8 10.84 Get:22 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB]
13:40:25 #8 10.91 Get:23 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
13:40:25 #8 10.91 Get:24 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
13:40:25 #8 10.91 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
13:40:25 #8 10.91 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1664 kB]
13:40:25 #8 10.98 Get:27 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
13:40:25 #8 10.99 Get:28 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
13:40:25 #8 10.99 Get:29 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
13:40:25 #8 10.99 Get:30 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
13:40:25 #8 11.02 Get:31 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u1 [46.2 kB]
13:40:25 #8 11.05 Get:32 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
13:40:25 #8 11.08 Get:33 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
13:40:25 #8 11.10 Get:34 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
13:40:25 #8 11.10 Get:35 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB]
13:40:25 #8 11.11 Get:36 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1+deb10u1 [179 kB]
13:40:25 #8 11.12 Get:37 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB]
13:40:25 #8 11.13 Get:38 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB]
13:40:25 #8 11.14 Get:39 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB]
13:40:25 #8 11.20 Get:40 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
13:40:25 #8 11.20 Get:41 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB]
13:40:25 #8 11.22 Get:42 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
13:40:25 #8 11.29 Get:43 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB]
13:40:25 #8 11.36 Get:44 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB]
13:40:25 #8 11.37 Get:45 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
13:40:25 #8 11.37 Get:46 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB]
13:40:25 #8 11.47 Get:47 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB]
13:40:25 #8 11.47 Get:48 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB]
13:40:25 #8 11.55 Get:49 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB]
13:40:25 #8 11.64 Get:50 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB]
13:40:25 #8 11.69 Get:51 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB]
13:40:25 #8 12.05 Get:52 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB]
13:40:25 #8 12.05 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB]
13:40:25 #8 12.07 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB]
13:40:25 #8 12.07 Get:55 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B]
13:40:25 #8 12.07 Get:56 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB]
13:40:25 #8 12.07 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB]
13:40:25 #8 12.07 Get:58 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB]
13:40:25 #8 12.10 Get:59 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB]
13:40:25 #8 12.47 Get:60 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B]
13:40:25 #8 12.47 Get:61 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB]
13:40:25 #8 12.48 Get:62 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB]
13:40:25 #8 12.48 Get:63 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
13:40:25 #8 12.51 Get:64 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
13:40:25 #8 12.51 Get:65 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
13:40:25 #8 12.51 Get:66 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.7 [1414 kB]
13:40:25 #8 12.56 Get:67 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB]
13:40:25 #8 12.59 Get:68 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB]
13:40:25 #8 12.61 Get:69 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.7 [1773 kB]
13:40:25 #8 12.68 Get:70 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1 [158 kB]
13:40:25 #8 12.69 Get:71 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB]
13:40:25 #8 12.69 Get:72 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u2 [1078 kB]
13:40:25 #8 12.75 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [7973 kB]
13:40:25 #8 13.16 Get:74 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u3 [572 kB]
13:40:25 #8 13.17 Get:75 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB]
13:40:25 #8 13.17 Get:76 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB]
13:40:25 #8 13.24 Get:77 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
13:40:25 #8 13.24 Get:78 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB]
13:40:25 #8 13.25 Get:79 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB]
13:40:25 #8 13.27 Get:80 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB]
13:40:25 #8 13.28 Get:81 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
13:40:25 #8 13.28 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
13:40:25 #8 13.31 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB]
13:40:25 #8 13.32 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
13:40:25 #8 13.33 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
13:40:25 #8 13.42 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
13:40:25 #8 13.44 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
13:40:25 #8 13.46 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB]
13:40:25 #8 13.46 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
13:40:25 #8 13.46 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
13:40:25 #8 13.46 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB]
13:40:25 #8 13.47 Get:92 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
13:40:25 #8 13.51 Get:93 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
13:40:25 #8 13.54 Get:94 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
13:40:25 #8 13.63 Get:95 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
13:40:25 #8 13.64 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
13:40:25 #8 13.64 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
13:40:25 #8 13.68 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
13:40:25 #8 13.71 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
13:40:25 #8 13.72 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
13:40:25 #8 13.73 Get:101 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
13:40:25 #8 13.73 Get:102 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
13:40:25 #8 13.74 Get:103 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
13:40:25 #8 13.75 Get:104 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB]
13:40:25 #8 13.80 Get:105 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
13:40:25 #8 13.81 Get:106 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
13:40:25 #8 13.99 Get:107 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
13:40:25 #8 14.16 Get:108 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
13:40:25 #8 14.25 Get:109 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
13:40:25 #8 14.32 Get:110 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
13:40:25 #8 14.33 Get:111 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
13:40:25 #8 14.35 Get:112 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+b1 [286 kB]
13:40:25 #8 14.43 Get:113 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
13:40:25 #8 14.52 Get:114 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
13:40:25 #8 14.52 Get:115 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
13:40:25 #8 14.52 Get:116 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
13:40:25 #8 14.52 Get:117 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
13:40:25 #8 14.52 Get:118 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB]
13:40:25 #8 14.52 Get:119 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB]
13:40:25 #8 14.52 Get:120 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB]
13:40:25 #8 14.55 Get:121 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
13:40:25 #8 14.63 Get:122 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB]
13:40:25 #8 14.65 Get:123 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [292 kB]
13:40:25 #8 14.70 Get:124 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5 [184 kB]
13:40:25 #8 14.71 Get:125 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
13:40:25 #8 14.73 Get:126 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1620 kB]
13:40:25 #8 14.81 Get:127 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4194 kB]
13:40:25 #8 15.21 debconf: delaying package configuration, since apt-utils is not installed
13:40:25 #8 15.26 Fetched 70.4 MB in 6s (12.3 MB/s)
13:40:25 #8 15.29 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7700 files and directories currently installed.)
13:40:25 #8 15.29 Preparing to unpack .../perl-base_5.28.1-6+deb10u1_armhf.deb ...
13:40:25 #8 15.31 Unpacking perl-base (5.28.1-6+deb10u1) over (5.28.1-6) ...
13:40:25 #8 ...
13:40:25 
13:40:25 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:25 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:25 #8 18.51 Selecting previously unselected package autotools-dev.
13:40:25 #8 18.51 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
13:40:25 #8 18.52 Unpacking autotools-dev (20180224.1+nmu1) ...
13:40:25 #8 18.57 Selecting previously unselected package automake.
13:40:25 #8 52.12 Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
13:40:25 #8 52.15 Processing triggers for ca-certificates (20210119~18.04.2) ...
13:40:25 #8 52.15 Updating certificates in /etc/ssl/certs...
13:40:25 #8 50.81 Running transaction check
13:40:25 #8 50.97 Transaction check succeeded.
13:40:25 #8 50.97 Running transaction test
13:40:25 #8 37.90 Preparing to unpack .../168-libltdl7_2.4.6-9_amd64.deb ...
13:40:25 #8 37.90 Unpacking libltdl7:amd64 (2.4.6-9) ...
13:40:25 #8 37.94 Selecting previously unselected package guile-2.2-libs:amd64.
13:40:25 #8 37.95 Preparing to unpack .../169-guile-2.2-libs_2.2.4+1-2+deb10u1_amd64.deb ...
13:40:25 #8 37.95 Unpacking guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ...
13:40:25 #13 7.829 Running transaction check
13:40:25 #13 8.126 Transaction check succeeded.
13:40:25 #9 37.35 Setting up libfido2-1:amd64 (1.10.0-1) ...
13:40:25 #9 37.36 Setting up libisl23:amd64 (0.24-2build1) ...
13:40:25 #9 37.38 Setting up libc-dev-bin (2.35-0ubuntu3) ...
13:40:25 #9 37.39 Setting up openssl (3.0.2-0ubuntu1) ...
13:40:25 #9 37.40 Setting up libbsd0:amd64 (0.11.5-1) ...
13:40:25 #9 37.42 Setting up libelf1:amd64 (0.186-1build1) ...
13:40:25 #9 37.43 Setting up readline-common (8.1.2-1) ...
13:40:25 #9 37.44 Setting up publicsuffix (20211207.1025-1) ...
13:40:25 #9 37.45 Setting up zstd (1.4.8+dfsg-3build1) ...
13:40:25 #9 37.47 Setting up libmarkdown2:amd64 (2.2.7-2) ...
13:40:25 #9 37.48 Setting up libcc1-0:amd64 (12-20220319-1ubuntu1) ...
13:40:25 #9 37.49 Setting up iso-codes (4.9.0-1) ...
13:40:25 #9 37.50 Setting up liblocale-gettext-perl (1.07-4build3) ...
13:40:25 #9 37.51 Setting up liblsan0:amd64 (12-20220319-1ubuntu1) ...
13:40:25 #9 37.53 Setting up dctrl-tools (2.24-3build2) ...
13:40:25 #9 37.54 Setting up libitm1:amd64 (12-20220319-1ubuntu1) ...
13:40:25 #9 37.56 Setting up libgdbm6:amd64 (1.23-1) ...
13:40:25 #9 37.57 Setting up libicu70:amd64 (70.1-2) ...
13:40:25 #9 37.58 Setting up libtsan0:amd64 (11.2.0-19ubuntu1) ...
13:40:25 #9 37.59 Setting up libctf0:amd64 (2.38-3ubuntu1) ...
13:40:25 #9 37.61 Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
13:40:25 #9 37.62 Setting up pinentry-curses (1.1.1-1build2) ...
13:40:25 #9 37.64 Setting up cpp-11 (11.2.0-19ubuntu1) ...
13:40:25 #9 37.65 Setting up manpages-dev (5.10-1ubuntu1) ...
13:40:25 #9 37.66 Setting up libdw1:amd64 (0.186-1build1) ...
13:40:25 #9 42.38 Setting up python3.10 (3.10.4-3) ...
13:40:25 #8 33.85 Fedora Modular 35 - x86_64                      3.9 MB/s | 3.3 MB     00:00    
13:40:25 #9 37.10 Preparing to unpack .../222-libdata-optlist-perl_0.110-1.1_all.deb ...
13:40:25 #9 37.10 Unpacking libdata-optlist-perl (0.110-1.1) ...
13:40:25 #9 37.13 Selecting previously unselected package libsub-exporter-perl.
13:40:25 #9 37.13 Preparing to unpack .../223-libsub-exporter-perl_0.987-1_all.deb ...
13:40:25 #9 37.13 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:25 #9 37.17 Selecting previously unselected package libconst-fast-perl.
13:40:25 #9 37.17 Preparing to unpack .../224-libconst-fast-perl_0.014-1.1_all.deb ...
13:40:25 #9 37.17 Unpacking libconst-fast-perl (0.014-1.1) ...
13:40:25 #9 37.20 Selecting previously unselected package libwant-perl.
13:40:25 #9 37.20 Preparing to unpack .../225-libwant-perl_0.29-1build6_amd64.deb ...
13:40:25 #9 37.20 Unpacking libwant-perl (0.29-1build6) ...
13:40:25 #9 37.23 Selecting previously unselected package libcontextual-return-perl.
13:40:25 #9 37.23 Preparing to unpack .../226-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:25 #9 37.23 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:25 #9 37.26 Selecting previously unselected package libcpanel-json-xs-perl.
13:40:25 #9 37.27 Preparing to unpack .../227-libcpanel-json-xs-perl_4.25-1build1_amd64.deb ...
13:40:25 #9 37.27 Unpacking libcpanel-json-xs-perl (4.25-1build1) ...
13:40:25 #9 37.31 Selecting previously unselected package libdevel-stacktrace-perl.
13:40:25 #8 35.10 Preparing to unpack .../129-libhtml-parser-perl_3.75-1+b1_amd64.deb ...
13:40:25 #8 35.11 Unpacking libhtml-parser-perl (3.75-1+b1) ...
13:40:25 #8 35.14 Selecting previously unselected package libhtml-tree-perl.
13:40:25 #8 35.14 Preparing to unpack .../130-libhtml-tree-perl_5.07-2_all.deb ...
13:40:25 #8 35.15 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:25 #8 35.19 Selecting previously unselected package libio-html-perl.
13:40:25 #8 35.20 Preparing to unpack .../131-libio-html-perl_1.004-2_all.deb ...
13:40:25 #8 35.20 Unpacking libio-html-perl (1.004-2) ...
13:40:25 #8 35.23 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:25 #8 35.23 Preparing to unpack .../132-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:25 #8 35.23 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:25 #8 35.26 Selecting previously unselected package libhttp-message-perl.
13:40:25 #8 35.26 Preparing to unpack .../133-libhttp-message-perl_6.28-1_all.deb ...
13:40:25 #8 35.27 Unpacking libhttp-message-perl (6.28-1) ...
13:40:25 #8 35.30 Selecting previously unselected package libhttp-cookies-perl.
13:40:25 #8 35.30 Preparing to unpack .../134-libhttp-cookies-perl_6.10-1_all.deb ...
13:40:25 #8 35.31 Unpacking libhttp-cookies-perl (6.10-1) ...
13:40:25 #8 35.33 Selecting previously unselected package libhttp-negotiate-perl.
13:40:25 #9 16.90 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-tiny-perl all 0.122-1 [45.9 kB]
13:40:25 #9 16.90 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
13:40:25 #9 16.90 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-perl all 1.012004-1 [321 kB]
13:40:25 #9 16.92 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
13:40:25 #9 16.92 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhash-fieldhash-perl armhf 0.15-1build5 [16.1 kB]
13:40:25 #9 16.92 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
13:40:25 #9 16.97 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-format-perl all 2.12-1.1 [41.3 kB]
13:40:25 #9 16.97 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
13:40:25 #9 16.97 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-daemon-perl all 6.13-1 [22.3 kB]
13:40:25 #9 16.97 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-interactive-perl all 1.023-1 [10.4 kB]
13:40:25 #9 17.04 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompt-tiny-perl all 0.003-1 [8924 B]
13:40:25 #9 17.04 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB]
13:40:25 #9 17.04 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-xs-perl armhf 4.030-1build3 [85.8 kB]
13:40:25 #9 17.05 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB]
13:40:25 #9 17.05 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libldap-common all 2.5.11+dfsg-1~exp1ubuntu3 [16.8 kB]
13:40:25 #9 17.05 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-compare-perl all 0.55-1 [63.3 kB]
13:40:25 #9 17.12 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
13:40:25 #9 17.12 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-xs-perl armhf 0.58-2build3 [31.4 kB]
13:40:25 #9 17.12 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-utilsby-perl all 0.11-1 [14.7 kB]
13:40:25 #9 17.12 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl7 armhf 2.4.6-15build2 [36.7 kB]
13:40:25 #9 42.22 Setting up libsqlite3-0:arm64 (3.31.1-4ubuntu0.2) ...
13:40:25 #9 42.23 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:25 #9 42.28 Setting up binutils-common:arm64 (2.34-6ubuntu1.3) ...
13:40:25 #9 42.31 Setting up libnghttp2-14:arm64 (1.40.0-1build1) ...
13:40:25 #9 42.32 Setting up libmagic1:arm64 (1:5.38-4) ...
13:40:25 #9 42.34 Setting up less (551-1ubuntu0.1) ...
13:40:25 #9 42.37 Setting up perl-openssl-defaults:arm64 (4) ...
13:40:25 #9 42.38 Setting up linux-libc-dev:arm64 (5.4.0-109.123) ...
13:40:25 #9 42.39 Setting up libctf-nobfd0:arm64 (2.34-6ubuntu1.3) ...
13:40:25 #9 42.41 Setting up gettext-base (0.19.8.1-10build1) ...
13:40:25 #9 42.42 Setting up libnpth0:arm64 (1.6-1) ...
13:40:25 #9 42.44 Setting up krb5-locales (1.17-6ubuntu4.1) ...
13:40:25 #9 42.45 Setting up file (1:5.38-4) ...
13:40:25 #9 42.48 Setting up libassuan0:arm64 (2.5.3-7ubuntu2) ...
13:40:25 #9 42.49 Setting up libgomp1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:25 #9 42.50 Setting up libcbor0.6:arm64 (0.6.0-0ubuntu1) ...
13:40:25 #9 42.52 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
13:40:25 #9 35.37 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:40:25 #9 35.37 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:40:25 #9 35.45 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:25 #9 35.45 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
13:40:25 #9 35.46 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
13:40:25 #9 35.49 Selecting previously unselected package libalgorithm-merge-perl.
13:40:25 #9 35.49 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:25 #9 35.49 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:25 #9 35.52 Selecting previously unselected package libapt-pkg-perl.
13:40:25 #9 35.52 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
13:40:25 #9 35.53 Unpacking libapt-pkg-perl (0.1.36build3) ...
13:40:25 #9 35.56 Selecting previously unselected package libarchive-cpio-perl.
13:40:25 #9 35.56 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
13:40:25 #9 35.57 Unpacking libarchive-cpio-perl (0.10-1) ...
13:40:25 #9 35.62 Selecting previously unselected package libarray-intspan-perl.
13:40:25 #9 41.87 Preparing to unpack .../233-liblist-moreutils-perl_0.430-2_all.deb ...
13:40:25 #9 41.87 Unpacking liblist-moreutils-perl (0.430-2) ...
13:40:25 #9 41.90 Selecting previously unselected package libdata-dpath-perl.
13:40:25 #9 41.91 Preparing to unpack .../234-libdata-dpath-perl_0.58-1_all.deb ...
13:40:25 #9 41.91 Unpacking libdata-dpath-perl (0.58-1) ...
13:40:25 #9 41.94 Selecting previously unselected package libdata-dump-perl.
13:40:25 #9 41.94 Preparing to unpack .../235-libdata-dump-perl_1.23-1.1_all.deb ...
13:40:25 #9 41.95 Unpacking libdata-dump-perl (1.23-1.1) ...
13:40:25 #9 41.98 Selecting previously unselected package libdata-messagepack-perl.
13:40:25 #9 41.98 Preparing to unpack .../236-libdata-messagepack-perl_1.01-2_arm64.deb ...
13:40:25 #9 41.99 Unpacking libdata-messagepack-perl (1.01-2) ...
13:40:25 #9 42.02 Selecting previously unselected package libnet-domain-tld-perl.
13:40:25 #9 42.02 Preparing to unpack .../237-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:40:25 #9 42.02 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:40:25 #9 42.05 Selecting previously unselected package libdata-validate-domain-perl.
13:40:25 #9 42.06 Preparing to unpack .../238-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:40:25 #9 42.06 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:40:25 #9 42.09 Selecting previously unselected package libdistro-info-perl.
13:40:25 #8 37.35 Preparing to unpack .../183-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
13:40:25 #8 37.35 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
13:40:25 #8 37.38 Selecting previously unselected package perl-openssl-defaults:amd64.
13:40:25 #8 37.38 Preparing to unpack .../184-perl-openssl-defaults_3build1_amd64.deb ...
13:40:25 #8 37.39 Unpacking perl-openssl-defaults:amd64 (3build1) ...
13:40:25 #8 37.41 Selecting previously unselected package libnet-ssleay-perl.
13:40:25 #8 37.41 Preparing to unpack .../185-libnet-ssleay-perl_1.84-1ubuntu0.2_amd64.deb ...
13:40:25 #8 37.42 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
13:40:25 #8 37.48 Selecting previously unselected package libio-socket-ssl-perl.
13:40:25 #8 37.48 Preparing to unpack .../186-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
13:40:25 #8 37.49 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
13:40:25 #8 37.52 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:25 #8 37.53 Preparing to unpack .../187-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:25 #8 37.53 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:25 #8 37.56 Selecting previously unselected package libmailtools-perl.
13:40:25 #8 37.57 Preparing to unpack .../188-libmailtools-perl_2.18-1_all.deb ...
13:40:25 #8 37.57 Unpacking libmailtools-perl (2.18-1) ...
13:40:25 #8 37.61 Selecting previously unselected package libsocket6-perl.
13:40:25 #8 18.57 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
13:40:25 #8 18.58 Unpacking automake (1:1.16.3-2) ...
13:40:25 #8 18.82 Selecting previously unselected package autopoint.
13:40:25 #8 18.82 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
13:40:25 #8 18.82 Unpacking autopoint (0.21-4) ...
13:40:25 #8 18.89 Selecting previously unselected package binutils-common:armhf.
13:40:25 #8 18.89 Preparing to unpack .../026-binutils-common_2.35.2-2_armhf.deb ...
13:40:25 #8 18.89 Unpacking binutils-common:armhf (2.35.2-2) ...
13:40:25 #8 27.56 Selecting previously unselected package krb5-locales.
13:40:25 #8 27.56 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.2_all.deb ...
13:40:25 #8 27.57 Unpacking krb5-locales (1.16-2ubuntu0.2) ...
13:40:25 #8 27.61 Selecting previously unselected package libedit2:armhf.
13:40:25 #8 27.61 Preparing to unpack .../032-libedit2_3.1-20170329-1_armhf.deb ...
13:40:25 #8 27.61 Unpacking libedit2:armhf (3.1-20170329-1) ...
13:40:25 #8 ...
13:40:25 
13:40:25 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:25 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:25 #13 extracting sha256:f3c150edcff018b4f3642ff26089d4a8faea24597e405a2fda13509517a0729a 5.6s done
13:40:25 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 6.3s
13:40:25 #13 8.127 Running transaction test
13:40:25 #9 37.67 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
13:40:25 #9 37.68 Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
13:40:25 #9 37.70 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
13:40:25 #9 37.87 Setting up libedit2:amd64 (3.1-20210910-1build1) ...
13:40:25 #9 37.89 Setting up libreadline8:amd64 (8.1.2-1) ...
13:40:25 #9 37.90 Setting up m4 (1.4.18-5ubuntu2) ...
13:40:25 #9 37.91 Setting up libldap-2.5-0:amd64 (2.5.11+dfsg-1~exp1ubuntu3) ...
13:40:25 #9 37.31 Preparing to unpack .../228-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:40:25 #9 37.31 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:40:25 #9 37.34 Selecting previously unselected package libexception-class-perl.
13:40:25 #9 37.34 Preparing to unpack .../229-libexception-class-perl_1.44-1_all.deb ...
13:40:25 #9 37.35 Unpacking libexception-class-perl (1.44-1) ...
13:40:25 #9 37.38 Selecting previously unselected package libiterator-perl.
13:40:25 #9 37.38 Preparing to unpack .../230-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:40:25 #9 37.38 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:40:25 #9 37.41 Selecting previously unselected package libiterator-util-perl.
13:40:25 #9 37.41 Preparing to unpack .../231-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:40:25 #9 37.42 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:40:25 #9 37.44 Selecting previously unselected package libexporter-tiny-perl.
13:40:25 #9 37.44 Preparing to unpack .../232-libexporter-tiny-perl_1.002002-1_all.deb ...
13:40:25 #9 37.45 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:40:25 #9 37.48 Selecting previously unselected package liblist-moreutils-xs-perl.
13:40:25 #9 37.48 Preparing to unpack .../233-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
13:40:25 #9 37.48 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
13:40:25 #9 37.51 Selecting previously unselected package liblist-moreutils-perl.
13:40:25 #9 37.52 Preparing to unpack .../234-liblist-moreutils-perl_0.430-2_all.deb ...
13:40:25 #9 37.52 Unpacking liblist-moreutils-perl (0.430-2) ...
13:40:25 #9 37.56 Selecting previously unselected package libdata-dpath-perl.
13:40:25 #9 37.56 Preparing to unpack .../235-libdata-dpath-perl_0.58-1_all.deb ...
13:40:25 #9 37.57 Unpacking libdata-dpath-perl (0.58-1) ...
13:40:25 #9 37.59 Selecting previously unselected package libdata-dump-perl.
13:40:25 #9 37.60 Preparing to unpack .../236-libdata-dump-perl_1.23-1.1_all.deb ...
13:40:25 #9 37.60 Unpacking libdata-dump-perl (1.23-1.1) ...
13:40:25 #9 37.64 Selecting previously unselected package libdata-messagepack-perl.
13:40:25 #8 35.33 Preparing to unpack .../135-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:25 #8 35.34 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:25 #8 35.36 Selecting previously unselected package perl-openssl-defaults:amd64.
13:40:25 #8 35.37 Preparing to unpack .../136-perl-openssl-defaults_5_amd64.deb ...
13:40:25 #8 35.37 Unpacking perl-openssl-defaults:amd64 (5) ...
13:40:25 #8 35.39 Selecting previously unselected package libnet-ssleay-perl.
13:40:25 #8 35.40 Preparing to unpack .../137-libnet-ssleay-perl_1.88-3+b1_amd64.deb ...
13:40:25 #8 35.40 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
13:40:25 #8 35.46 Selecting previously unselected package libio-socket-ssl-perl.
13:40:25 #8 35.46 Preparing to unpack .../138-libio-socket-ssl-perl_2.069-1_all.deb ...
13:40:25 #8 35.46 Unpacking libio-socket-ssl-perl (2.069-1) ...
13:40:25 #8 35.51 Selecting previously unselected package libnet-http-perl.
13:40:25 #8 35.51 Preparing to unpack .../139-libnet-http-perl_6.20-1_all.deb ...
13:40:25 #8 35.52 Unpacking libnet-http-perl (6.20-1) ...
13:40:25 #8 35.54 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:25 #8 35.55 Preparing to unpack .../140-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:40:25 #8 35.55 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:40:25 #8 35.57 Selecting previously unselected package libtry-tiny-perl.
13:40:25 #9 17.19 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl-dev armhf 2.4.6-15build2 [167 kB]
13:40:25 #9 17.19 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB]
13:40:25 #9 17.20 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB]
13:40:25 #9 17.20 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
13:40:25 #9 17.20 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:40:25 #9 17.20 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
13:40:25 #9 17.26 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB]
13:40:25 #9 17.26 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmath-base85-perl all 0.5+dfsg-1 [6764 B]
13:40:25 #9 42.54 Setting up libfakeroot:arm64 (1.24-1) ...
13:40:25 #9 42.56 Setting up libkrb5support0:arm64 (1.17-6ubuntu4.1) ...
13:40:25 #9 42.57 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:25 #9 42.58 Setting up tzdata (2022a-0ubuntu0.20.04) ...
13:40:25 #9 35.62 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
13:40:25 #9 35.63 Unpacking libarray-intspan-perl (2.003-1) ...
13:40:25 #9 35.66 Selecting previously unselected package libasync-mergepoint-perl.
13:40:25 #9 35.66 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
13:40:25 #9 35.66 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:40:25 #9 35.69 Selecting previously unselected package libmodule-implementation-perl.
13:40:25 #9 35.69 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
13:40:25 #9 35.70 Unpacking libmodule-implementation-perl (0.09-1) ...
13:40:25 #9 35.73 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:25 #9 35.73 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:25 #9 35.73 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:25 #9 35.76 Selecting previously unselected package libvariable-magic-perl.
13:40:25 #9 35.76 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
13:40:25 #9 35.77 Unpacking libvariable-magic-perl (0.62-1build2) ...
13:40:25 #9 35.80 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:25 #9 35.80 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:40:25 #9 35.80 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:40:25 #9 35.83 Selecting previously unselected package libcapture-tiny-perl.
13:40:25 #9 35.84 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:25 #9 35.84 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:25 #9 35.87 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:25 #9 35.87 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
13:40:25 #9 35.88 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
13:40:25 #9 35.91 Selecting previously unselected package libclone-perl.
13:40:25 #9 35.91 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
13:40:25 #9 35.91 Unpacking libclone-perl (0.43-2) ...
13:40:25 #9 35.94 Selecting previously unselected package libcommon-sense-perl.
13:40:25 #8 47.64 Running transaction check
13:40:25 #8 47.73 Transaction check succeeded.
13:40:25 #8 47.73 Running transaction test
13:40:25 #9 42.10 Preparing to unpack .../239-libdistro-info-perl_1.0_all.deb ...
13:40:25 #9 42.10 Unpacking libdistro-info-perl (1.0) ...
13:40:25 #9 42.13 Selecting previously unselected package libemail-address-xs-perl.
13:40:25 #9 42.13 Preparing to unpack .../240-libemail-address-xs-perl_1.04-1build5_arm64.deb ...
13:40:25 #9 42.13 Unpacking libemail-address-xs-perl (1.04-1build5) ...
13:40:25 #9 42.17 Selecting previously unselected package libipc-system-simple-perl.
13:40:25 #9 42.17 Preparing to unpack .../241-libipc-system-simple-perl_1.30-1_all.deb ...
13:40:25 #9 42.17 Unpacking libipc-system-simple-perl (1.30-1) ...
13:40:25 #9 42.21 Selecting previously unselected package libfile-basedir-perl.
13:40:25 #9 42.21 Preparing to unpack .../242-libfile-basedir-perl_0.08-1_all.deb ...
13:40:25 #9 42.21 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:25 #9 42.24 Selecting previously unselected package libfile-chdir-perl.
13:40:25 #9 42.25 Preparing to unpack .../243-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:40:25 #9 42.25 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:40:25 #9 42.28 Selecting previously unselected package libfile-fcntllock-perl.
13:40:25 #9 42.28 Preparing to unpack .../244-libfile-fcntllock-perl_0.22-3build5_arm64.deb ...
13:40:25 #9 42.29 Unpacking libfile-fcntllock-perl (0.22-3build5) ...
13:40:25 #9 42.32 Selecting previously unselected package libnumber-compare-perl.
13:40:25 #9 42.32 Preparing to unpack .../245-libnumber-compare-perl_0.03-1.1_all.deb ...
13:40:25 #9 42.32 Unpacking libnumber-compare-perl (0.03-1.1) ...
13:40:25 #9 42.35 Selecting previously unselected package libtext-glob-perl.
13:40:25 #9 42.36 Preparing to unpack .../246-libtext-glob-perl_0.11-1_all.deb ...
13:40:25 #9 42.36 Unpacking libtext-glob-perl (0.11-1) ...
13:40:25 #9 42.39 Selecting previously unselected package libfile-find-rule-perl.
13:40:25 #9 42.40 Preparing to unpack .../247-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:25 #9 42.40 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:25 #9 42.43 Selecting previously unselected package libfont-afm-perl.
13:40:25 #8 37.61 Preparing to unpack .../189-libsocket6-perl_0.27-1build2_amd64.deb ...
13:40:25 #8 37.62 Unpacking libsocket6-perl (0.27-1build2) ...
13:40:25 #8 37.65 Selecting previously unselected package libio-socket-inet6-perl.
13:40:25 #8 37.65 Preparing to unpack .../190-libio-socket-inet6-perl_2.72-2_all.deb ...
13:40:25 #8 37.66 Unpacking libio-socket-inet6-perl (2.72-2) ...
13:40:25 #8 37.69 Selecting previously unselected package libnet-ip-perl.
13:40:25 #8 37.69 Preparing to unpack .../191-libnet-ip-perl_1.26-1_all.deb ...
13:40:25 #8 37.69 Unpacking libnet-ip-perl (1.26-1) ...
13:40:25 #8 37.72 Selecting previously unselected package libnet-dns-perl.
13:40:25 #8 37.72 Preparing to unpack .../192-libnet-dns-perl_1.10-2_all.deb ...
13:40:25 #8 37.72 Unpacking libnet-dns-perl (1.10-2) ...
13:40:25 #8 37.78 Selecting previously unselected package libnet-domain-tld-perl.
13:40:25 #8 37.79 Preparing to unpack .../193-libnet-domain-tld-perl_1.75-1_all.deb ...
13:40:25 #8 37.79 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:40:25 #8 37.82 Selecting previously unselected package libemail-valid-perl.
13:40:25 #8 37.82 Preparing to unpack .../194-libemail-valid-perl_1.202-1_all.deb ...
13:40:25 #8 37.83 Unpacking libemail-valid-perl (1.202-1) ...
13:40:25 #8 37.85 Selecting previously unselected package libencode-locale-perl.
13:40:25 #8 37.85 Preparing to unpack .../195-libencode-locale-perl_1.05-1_all.deb ...
13:40:25 #8 37.86 Unpacking libencode-locale-perl (1.05-1) ...
13:40:25 #8 37.89 Selecting previously unselected package libexporter-tiny-perl.
13:40:25 #8 37.89 Preparing to unpack .../196-libexporter-tiny-perl_1.000000-2_all.deb ...
13:40:25 #8 37.89 Unpacking libexporter-tiny-perl (1.000000-2) ...
13:40:25 #8 37.92 Selecting previously unselected package libipc-system-simple-perl.
13:40:25 #8 49.11   Preparing        :                                                        1/1 
13:40:25 #8 49.15   Installing       : python3-six-1.16.0-4.fc35.noarch                     1/167 
13:40:25 #8 49.16   Installing       : hunspell-filesystem-1.7.0-11.fc35.aarch64            2/167 
13:40:25 #8 49.17   Installing       : fonts-filesystem-1:2.0.5-6.fc35.noarch               3/167 
13:40:25 #8 49.18   Installing       : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     4/167 
13:40:25 #8 49.19   Installing       : abattis-cantarell-fonts-0.301-5.fc35.noarch          5/167 
13:40:25 #8 49.23   Installing       : gsettings-desktop-schemas-41.0-1.fc35.aarch64        6/167 
13:40:25 #8 49.24   Installing       : python3-construct-2.10.67-3.fc35.noarch              7/167 
13:40:25 #8 49.29   Installing       : python3-pybeam-0.7-1.fc35.noarch                     8/167 
13:40:25 #8 49.30   Installing       : python3-dateutil-1:2.8.1-7.fc35.noarch               9/167 
13:40:25 #10 22.60 Running transaction check
13:40:25 #8 34.13 Fedora 36 openh264 (From Cisco) - x86_64        1.7 kB/s | 2.5 kB     00:01    
13:40:25 #8 35.53 Fedora Modular 36 - x86_64                      1.7 MB/s | 2.0 MB     00:01    
13:40:25 #8 52.57 0 added, 0 removed; done.
13:40:25 #8 52.57 Running hooks in /etc/ca-certificates/update.d...
13:40:25 #8 52.57 done.
13:40:25 #13 ...
13:40:25 
13:40:25 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:25 #8 sha256:5323f1ab4d7332a150acc3373447d976aeca8b205e66e4f27926c47cd38ee2e9
13:40:25 #8 27.67 Selecting previously unselected package libkrb5support0:armhf.
13:40:25 #8 27.67 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.2_armhf.deb ...
13:40:25 #8 27.67 Unpacking libkrb5support0:armhf (1.16-2ubuntu0.2) ...
13:40:25 #8 27.72 Selecting previously unselected package libk5crypto3:armhf.
13:40:25 #8 27.72 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.2_armhf.deb ...
13:40:25 #8 27.72 Unpacking libk5crypto3:armhf (1.16-2ubuntu0.2) ...
13:40:25 #8 27.79 Selecting previously unselected package libkeyutils1:armhf.
13:40:25 #8 27.79 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_armhf.deb ...
13:40:25 #8 27.80 Unpacking libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
13:40:25 #8 27.85 Selecting previously unselected package libkrb5-3:armhf.
13:40:25 #8 27.85 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.2_armhf.deb ...
13:40:25 #8 27.85 Unpacking libkrb5-3:armhf (1.16-2ubuntu0.2) ...
13:40:25 #9 37.64 Preparing to unpack .../237-libdata-messagepack-perl_1.01-2_amd64.deb ...
13:40:25 #9 37.64 Unpacking libdata-messagepack-perl (1.01-2) ...
13:40:25 #9 37.67 Selecting previously unselected package libnet-domain-tld-perl.
13:40:25 #9 37.68 Preparing to unpack .../238-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:40:25 #9 37.68 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:40:25 #9 37.71 Selecting previously unselected package libdata-validate-domain-perl.
13:40:25 #9 37.71 Preparing to unpack .../239-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:40:25 #9 37.71 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:40:25 #9 37.74 Selecting previously unselected package libdistro-info-perl.
13:40:25 #9 37.74 Preparing to unpack .../240-libdistro-info-perl_1.0_all.deb ...
13:40:25 #9 37.74 Unpacking libdistro-info-perl (1.0) ...
13:40:25 #9 37.77 Selecting previously unselected package libemail-address-xs-perl.
13:40:25 #9 37.77 Preparing to unpack .../241-libemail-address-xs-perl_1.04-1build5_amd64.deb ...
13:40:25 #9 37.78 Unpacking libemail-address-xs-perl (1.04-1build5) ...
13:40:25 #9 37.80 Selecting previously unselected package libipc-system-simple-perl.
13:40:25 #9 37.81 Preparing to unpack .../242-libipc-system-simple-perl_1.30-1_all.deb ...
13:40:25 #9 37.81 Unpacking libipc-system-simple-perl (1.30-1) ...
13:40:25 #9 37.84 Selecting previously unselected package libfile-basedir-perl.
13:40:25 #9 37.84 Preparing to unpack .../243-libfile-basedir-perl_0.08-1_all.deb ...
13:40:25 #9 37.84 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:25 #9 37.92 Setting up libpython3.10-stdlib:amd64 (3.10.4-3) ...
13:40:25 #9 37.94 Setting up ca-certificates (20211016) ...
13:40:25 #8 51.53 Transaction test succeeded.
13:40:25 #8 51.53 Running transaction
13:40:25 #8 38.56 Selecting previously unselected package iso-codes.
13:40:25 #8 38.57 Preparing to unpack .../170-iso-codes_4.2-1_all.deb ...
13:40:25 #8 38.57 Unpacking iso-codes (4.2-1) ...
13:40:25 #8 35.58 Preparing to unpack .../141-libtry-tiny-perl_0.30-1_all.deb ...
13:40:25 #8 35.58 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:25 #8 35.61 Selecting previously unselected package libwww-robotrules-perl.
13:40:25 #8 35.61 Preparing to unpack .../142-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:25 #8 35.61 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:25 #8 35.64 Selecting previously unselected package libwww-perl.
13:40:25 #8 35.64 Preparing to unpack .../143-libwww-perl_6.52-1_all.deb ...
13:40:25 #8 35.64 Unpacking libwww-perl (6.52-1) ...
13:40:25 #8 35.69 Selecting previously unselected package patchutils.
13:40:25 #8 35.69 Preparing to unpack .../144-patchutils_0.4.2-1_amd64.deb ...
13:40:25 #8 35.69 Unpacking patchutils (0.4.2-1) ...
13:40:25 #8 35.73 Selecting previously unselected package wdiff.
13:40:25 #8 35.73 Preparing to unpack .../145-wdiff_1.2.2-2+b1_amd64.deb ...
13:40:25 #8 35.74 Unpacking wdiff (1.2.2-2+b1) ...
13:40:25 #8 35.79 Selecting previously unselected package devscripts.
13:40:25 #9 17.66 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-aliases-perl all 0.001006-1.1 [6632 B]
13:40:25 #9 35.94 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
13:40:25 #9 35.95 Unpacking libcommon-sense-perl (3.74-2build6) ...
13:40:25 #9 35.98 Selecting previously unselected package libparams-util-perl.
13:40:25 #9 35.98 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
13:40:25 #9 35.98 Unpacking libparams-util-perl (1.07-3build5) ...
13:40:25 #9 36.01 Selecting previously unselected package libsub-install-perl.
13:40:25 #9 36.02 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
13:40:25 #9 36.02 Unpacking libsub-install-perl (0.928-1) ...
13:40:25 #9 36.05 Selecting previously unselected package libdata-optlist-perl.
13:40:25 #9 36.05 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
13:40:25 #9 36.05 Unpacking libdata-optlist-perl (0.110-1) ...
13:40:25 #9 36.08 Selecting previously unselected package libsub-exporter-perl.
13:40:25 #9 36.08 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
13:40:25 #9 36.09 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:25 #9 36.12 Selecting previously unselected package libconst-fast-perl.
13:40:25 #9 36.12 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
13:40:25 #9 36.13 Unpacking libconst-fast-perl (0.014-1) ...
13:40:25 #9 36.16 Selecting previously unselected package libwant-perl.
13:40:25 #9 42.68 
13:40:25 #9 42.68 Current default time zone: 'Etc/UTC'
13:40:25 #9 42.68 Local time is now:      Wed May  4 13:40:25 UTC 2022.
13:40:25 #9 42.68 Universal Time is now:  Wed May  4 13:40:25 UTC 2022.
13:40:25 #9 42.68 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:40:25 #9 42.68 
13:40:25 #9 42.74 Setting up fakeroot (1.24-1) ...
13:40:25 #9 42.76 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:25 #9 42.76 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:25 #9 42.76 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:25 #9 42.76 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:25 #9 42.76 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:25 #9 42.76 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:25 #9 42.76 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:25 #9 42.76 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:25 #9 42.76 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:25 #9 42.78 Setting up autotools-dev (20180224.1) ...
13:40:25 #9 42.80 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:40:25 #9 42.81 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
13:40:25 #9 42.82 Setting up make (4.2.1-1.2) ...
13:40:25 #9 42.84 Setting up libmpfr6:arm64 (4.0.2-1) ...
13:40:25 #9 42.85 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ...
13:40:25 #9 42.87 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:40:25 #9 42.88 Setting up libidn11:arm64 (1.33-2.2ubuntu2) ...
13:40:25 #9 42.89 Setting up strace (5.5-3ubuntu1) ...
13:40:25 #9 42.91 Setting up libsigsegv2:arm64 (2.12-2) ...
13:40:25 #9 42.92 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
13:40:25 #9 42.94 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:25 #9 42.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:25 #9 42.94 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:25 #9 42.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:25 #9 42.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:25 #9 42.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:25 #9 42.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:25 #9 42.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:25 #9 42.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:25 #9 42.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:25 #9 42.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:25 #9 42.95 Setting up t1utils (1.41-3) ...
13:40:25 #9 42.96 Setting up diffstat (1.63-1) ...
13:40:25 #9 42.98 Setting up libmpc3:arm64 (1.1.0-1) ...
13:40:25 #9 42.99 Setting up libatomic1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:25 #9 43.00 Setting up patch (2.7.6-6) ...
13:40:25 #9 43.07 Setting up libxpm4:arm64 (1:3.5.12-1build2) ...
13:40:25 #9 43.09 Setting up libtool (2.4.6-15build2) ...
13:40:25 #9 43.10 Setting up openssh-client (1:8.9p1-3) ...
13:40:25 #9 43.19 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
13:40:25 #8 48.15 Transaction test succeeded.
13:40:25 #8 48.15 Running transaction
13:40:25 #9 42.44 Preparing to unpack .../248-libfont-afm-perl_1.20-3_all.deb ...
13:40:25 #9 42.44 Unpacking libfont-afm-perl (1.20-3) ...
13:40:25 #9 42.48 Selecting previously unselected package libio-string-perl.
13:40:25 #9 42.48 Preparing to unpack .../249-libio-string-perl_1.08-3.1_all.deb ...
13:40:25 #9 42.48 Unpacking libio-string-perl (1.08-3.1) ...
13:40:25 #9 42.52 Selecting previously unselected package libfont-ttf-perl.
13:40:25 #9 42.52 Preparing to unpack .../250-libfont-ttf-perl_1.06-1.1_all.deb ...
13:40:25 #9 42.52 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:40:25 #9 42.61 Selecting previously unselected package libio-stringy-perl.
13:40:25 #9 42.62 Preparing to unpack .../251-libio-stringy-perl_2.111-3_all.deb ...
13:40:25 #9 42.62 Unpacking libio-stringy-perl (2.111-3) ...
13:40:25 #9 42.65 Selecting previously unselected package libparams-validate-perl:arm64.
13:40:25 #9 42.66 Preparing to unpack .../252-libparams-validate-perl_1.30-1build2_arm64.deb ...
13:40:25 #9 42.66 Unpacking libparams-validate-perl:arm64 (1.30-1build2) ...
13:40:25 #9 42.69 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:25 #8 37.92 Preparing to unpack .../197-libipc-system-simple-perl_1.25-4_all.deb ...
13:40:25 #8 37.93 Unpacking libipc-system-simple-perl (1.25-4) ...
13:40:25 #8 37.96 Selecting previously unselected package libfile-basedir-perl.
13:40:25 #8 37.96 Preparing to unpack .../198-libfile-basedir-perl_0.07-1_all.deb ...
13:40:25 #8 37.97 Unpacking libfile-basedir-perl (0.07-1) ...
13:40:25 #8 38.00 Selecting previously unselected package libfile-chdir-perl.
13:40:25 #8 38.00 Preparing to unpack .../199-libfile-chdir-perl_0.1008-1_all.deb ...
13:40:25 #8 38.01 Unpacking libfile-chdir-perl (0.1008-1) ...
13:40:25 #8 38.06 Selecting previously unselected package libfile-fcntllock-perl.
13:40:25 #8 38.06 Preparing to unpack .../200-libfile-fcntllock-perl_0.22-3build2_amd64.deb ...
13:40:25 #8 38.07 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
13:40:25 #8 38.10 Selecting previously unselected package libhttp-date-perl.
13:40:25 #8 38.10 Preparing to unpack .../201-libhttp-date-perl_6.02-1_all.deb ...
13:40:25 #8 38.11 Unpacking libhttp-date-perl (6.02-1) ...
13:40:25 #8 38.16 Selecting previously unselected package libfile-listing-perl.
13:40:25 #8 38.16 Preparing to unpack .../202-libfile-listing-perl_6.04-1_all.deb ...
13:40:25 #8 38.16 Unpacking libfile-listing-perl (6.04-1) ...
13:40:25 #13 ...
13:40:25 
13:40:25 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:25 #8 sha256:6e9576fe9b3ec593fc61754a66fb4c3e478c17dbf8e535d0b3faf32206a7372a
13:40:25 #8 10.29 1 upgraded, 126 newly installed, 0 to remove and 5 not upgraded.
13:40:25 #8 10.29 Need to get 79.5 MB of archives.
13:40:25 #8 10.29 After this operation, 300 MB of additional disk space will be used.
13:40:25 #8 10.29 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [138 kB]
13:40:25 #8 10.54 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1+deb11u2 [2295 kB]
13:40:25 #8 10.65 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
13:40:25 #8 10.66 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
13:40:25 #8 10.82 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
13:40:25 #8 10.82 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
13:40:25 #8 10.82 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
13:40:25 #8 10.98 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
13:40:25 #8 11.10 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
13:40:25 #8 11.10 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3373 kB]
13:40:25 #8 11.24 Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1+deb11u2 [266 kB]
13:40:25 #8 11.25 Get:12 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20220331-1 [1059 kB]
13:40:25 #8 11.28 Get:13 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1+deb11u2 [1814 kB]
13:40:25 #8 11.30 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
13:40:25 #8 11.31 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
13:40:25 #8 11.34 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u3 [74.9 kB]
13:40:25 #8 11.34 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
13:40:25 #8 11.43 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
13:40:25 #8 11.44 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
13:40:25 #8 11.44 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
13:40:25 #8 11.44 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
13:40:25 #8 11.52 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
13:40:25 #8 11.56 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
13:40:25 #8 11.57 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
13:40:25 #8 11.57 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
13:40:25 #8 11.57 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
13:40:25 #8 11.57 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
13:40:25 #8 11.58 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
13:40:25 #8 11.59 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
13:40:25 #8 11.59 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
13:40:25 #8 11.63 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [216 kB]
13:40:25 #8 11.74 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
13:40:25 #8 11.76 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
13:40:25 #8 11.76 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
13:40:25 #8 11.78 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
13:40:25 #8 11.79 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
13:40:25 #8 11.81 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
13:40:25 #8 11.84 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
13:40:25 #8 11.97 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
13:40:25 #8 11.98 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
13:40:25 #8 11.98 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
13:40:25 #8 11.98 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB]
13:40:25 #8 12.09 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
13:40:25 #8 12.11 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
13:40:25 #8 12.13 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
13:40:25 #8 12.17 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
13:40:25 #8 12.17 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
13:40:25 #8 12.59 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
13:40:25 #8 12.59 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
13:40:25 #8 12.61 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
13:40:25 #8 12.61 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
13:40:25 #8 12.61 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
13:40:25 #8 12.61 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
13:40:25 #8 12.65 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
13:40:25 #8 12.69 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
13:40:25 #8 12.71 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
13:40:25 #8 13.56 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
13:40:25 #8 13.56 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
13:40:25 #8 13.56 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1 [173 kB]
13:40:25 #8 13.56 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
13:40:25 #8 13.56 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
13:40:25 #8 13.57 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
13:40:25 #8 13.57 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
13:40:25 #8 13.57 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
13:40:25 #8 13.57 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
13:40:25 #8 13.70 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
13:40:25 #8 13.74 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.9+rpi1 [1538 kB]
13:40:25 #8 13.83 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
13:40:25 #8 13.84 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
13:40:25 #8 13.86 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.9+rpi1 [2152 kB]
13:40:25 #8 13.94 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
13:40:25 #8 13.95 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
13:40:25 #8 13.95 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
13:40:25 #8 14.48 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u1 [580 kB]
13:40:25 #8 14.50 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
13:40:25 #8 14.50 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
13:40:25 #8 14.50 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
13:40:25 #8 14.50 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
13:40:25 #8 14.57 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
13:40:25 #8 14.57 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
13:40:25 #8 14.57 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
13:40:25 #8 14.57 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
13:40:25 #8 14.57 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
13:40:25 #8 14.66 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
13:40:25 #8 14.67 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
13:40:25 #8 14.68 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
13:40:25 #8 14.69 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
13:40:25 #8 14.74 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
13:40:25 #8 14.75 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
13:40:25 #8 14.76 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
13:40:25 #8 14.77 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
13:40:25 #8 14.77 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
13:40:25 #8 14.83 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
13:40:25 #8 14.83 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
13:40:25 #8 14.88 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
13:40:25 #8 14.90 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
13:40:25 #8 14.90 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
13:40:25 #8 14.91 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
13:40:25 #8 14.93 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
13:40:25 #8 14.94 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
13:40:25 #8 14.94 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
13:40:25 #8 14.95 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
13:40:25 #8 15.00 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
13:40:25 #8 15.01 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
13:40:25 #8 15.16 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
13:40:25 #8 15.56 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
13:40:25 #8 15.57 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
13:40:25 #8 15.58 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
13:40:25 #8 15.58 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
13:40:25 #8 15.58 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
13:40:25 #8 15.59 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
13:40:25 #8 15.60 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
13:40:25 #8 15.66 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
13:40:25 #8 15.72 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
13:40:25 #8 15.72 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
13:40:25 #8 15.72 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
13:40:25 #8 15.72 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
13:40:25 #8 15.74 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
13:40:25 #8 15.75 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
13:40:25 #8 15.75 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2 [324 kB]
13:40:25 #8 15.75 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
13:40:25 #8 15.81 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
13:40:25 #8 15.83 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
13:40:25 #8 15.84 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u1 [302 kB]
13:40:25 #8 15.88 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
13:40:25 #8 15.94 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1 [1827 kB]
13:40:25 #8 16.01 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1 [4724 kB]
13:40:25 #8 16.70 debconf: delaying package configuration, since apt-utils is not installed
13:40:25 #8 16.76 Fetched 79.5 MB in 7s (12.0 MB/s)
13:40:25 #8 16.80 Selecting previously unselected package bsdextrautils.
13:40:25 #8 16.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7890 files and directories currently installed.)
13:40:25 #8 16.80 Preparing to unpack .../bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
13:40:25 #8 16.81 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
13:40:25 #8 16.91 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1+deb11u2_armhf.deb ...
13:40:25 #8 17.13 Unpacking libc6:armhf (2.31-13+rpt2+rpi1+deb11u2) over (2.31-13+rpi1+deb11u2) ...
13:40:25 #8 49.34   Upgrading        : glibc-common-2.34-32.fc35.aarch64                   10/167 
13:40:25 #8 49.38   Upgrading        : glibc-minimal-langpack-2.34-32.fc35.aarch64         11/167 
13:40:25 #8 49.39   Running scriptlet: glibc-2.34-32.fc35.aarch64                          12/167 
13:40:25 #8 49.44   Upgrading        : glibc-2.34-32.fc35.aarch64                          12/167 
13:40:25 #8 49.47   Running scriptlet: glibc-2.34-32.fc35.aarch64                          12/167 
13:40:25 #10 22.67 Transaction check succeeded.
13:40:25 #10 22.67 Running transaction test
13:40:25 #8 27.94 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:40:25 #8 27.94 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.2_armhf.deb ...
13:40:25 #8 27.95 Unpacking libgssapi-krb5-2:armhf (1.16-2ubuntu0.2) ...
13:40:25 #8 28.00 Selecting previously unselected package libpsl5:armhf.
13:40:25 #8 28.01 Preparing to unpack .../038-libpsl5_0.19.1-5build1_armhf.deb ...
13:40:25 #8 28.01 Unpacking libpsl5:armhf (0.19.1-5build1) ...
13:40:25 #8 28.06 Selecting previously unselected package libssl1.0.0:armhf.
13:40:25 #8 28.06 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.8_armhf.deb ...
13:40:25 #8 28.06 Unpacking libssl1.0.0:armhf (1.0.2n-1ubuntu5.8) ...
13:40:25 #8 19.27 Selecting previously unselected package libbinutils:armhf.
13:40:25 #8 19.27 Preparing to unpack .../027-libbinutils_2.35.2-2_armhf.deb ...
13:40:25 #8 19.28 Unpacking libbinutils:armhf (2.35.2-2) ...
13:40:25 #8 19.38 Selecting previously unselected package libctf-nobfd0:armhf.
13:40:25 #8 19.38 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_armhf.deb ...
13:40:25 #8 19.39 Unpacking libctf-nobfd0:armhf (2.35.2-2) ...
13:40:25 #8 19.44 Selecting previously unselected package libctf0:armhf.
13:40:25 #8 19.44 Preparing to unpack .../029-libctf0_2.35.2-2_armhf.deb ...
13:40:25 #8 19.45 Unpacking libctf0:armhf (2.35.2-2) ...
13:40:25 #8 19.48 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:40:25 #8 19.48 Preparing to unpack .../030-binutils-arm-linux-gnueabihf_2.35.2-2_armhf.deb ...
13:40:25 #8 19.49 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
13:40:26 #9 37.87 Selecting previously unselected package libfile-chdir-perl.
13:40:26 #9 37.87 Preparing to unpack .../244-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:40:26 #9 37.87 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:40:26 #9 37.90 Selecting previously unselected package libfile-fcntllock-perl.
13:40:26 #9 37.90 Preparing to unpack .../245-libfile-fcntllock-perl_0.22-3build5_amd64.deb ...
13:40:26 #9 37.91 Unpacking libfile-fcntllock-perl (0.22-3build5) ...
13:40:26 #9 37.94 Selecting previously unselected package libnumber-compare-perl.
13:40:26 #9 37.94 Preparing to unpack .../246-libnumber-compare-perl_0.03-1.1_all.deb ...
13:40:26 #9 37.95 Unpacking libnumber-compare-perl (0.03-1.1) ...
13:40:26 #9 37.97 Selecting previously unselected package libtext-glob-perl.
13:40:26 #9 37.97 Preparing to unpack .../247-libtext-glob-perl_0.11-1_all.deb ...
13:40:26 #9 37.98 Unpacking libtext-glob-perl (0.11-1) ...
13:40:26 #9 38.01 Selecting previously unselected package libfile-find-rule-perl.
13:40:26 #9 38.01 Preparing to unpack .../248-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:26 #9 38.01 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:26 #9 38.04 Selecting previously unselected package libfont-afm-perl.
13:40:26 #9 38.04 Preparing to unpack .../249-libfont-afm-perl_1.20-3_all.deb ...
13:40:26 #9 38.05 Unpacking libfont-afm-perl (1.20-3) ...
13:40:26 #9 38.08 Selecting previously unselected package libio-string-perl.
13:40:26 #9 38.08 Preparing to unpack .../250-libio-string-perl_1.08-3.1_all.deb ...
13:40:26 #9 38.08 Unpacking libio-string-perl (1.08-3.1) ...
13:40:26 #9 38.15 Selecting previously unselected package libfont-ttf-perl.
13:40:26 #9 38.28 Updating certificates in /etc/ssl/certs...
13:40:26 #8 35.80 Preparing to unpack .../146-devscripts_2.21.3+deb11u1_amd64.deb ...
13:40:26 #8 35.81 Unpacking devscripts (2.21.3+deb11u1) ...
13:40:26 #8 35.95 Selecting previously unselected package diffstat.
13:40:26 #8 35.96 Preparing to unpack .../147-diffstat_1.64-1_amd64.deb ...
13:40:26 #8 35.97 Unpacking diffstat (1.64-1) ...
13:40:26 #8 36.01 Selecting previously unselected package distro-info-data.
13:40:26 #8 36.01 Preparing to unpack .../148-distro-info-data_0.51+deb11u1_all.deb ...
13:40:26 #8 36.02 Unpacking distro-info-data (0.51+deb11u1) ...
13:40:26 #8 36.05 Selecting previously unselected package python3-pkg-resources.
13:40:26 #8 36.05 Preparing to unpack .../149-python3-pkg-resources_52.0.0-4_all.deb ...
13:40:26 #8 36.06 Unpacking python3-pkg-resources (52.0.0-4) ...
13:40:26 #8 36.10 Selecting previously unselected package python3-chardet.
13:40:26 #8 36.11 Preparing to unpack .../150-python3-chardet_4.0.0-1_all.deb ...
13:40:26 #8 36.11 Unpacking python3-chardet (4.0.0-1) ...
13:40:26 #8 36.16 Selecting previously unselected package python3-six.
13:40:26 #9 17.73 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
13:40:26 #9 17.75 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
13:40:26 #9 17.82 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-struct-perl all 0.020-1 [23.7 kB]
13:40:26 #9 17.87 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmouse-perl armhf 2.5.10-1build4 [156 kB]
13:40:26 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 5.1s
13:40:26 #13 8.759 Transaction test succeeded.
13:40:26 #13 8.761 Running transaction
13:40:26 #9 36.16 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
13:40:26 #9 36.16 Unpacking libwant-perl (0.29-1build4) ...
13:40:26 #9 36.19 Selecting previously unselected package libcontextual-return-perl.
13:40:26 #9 36.19 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:26 #9 36.20 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:26 #9 36.23 Selecting previously unselected package libcpanel-json-xs-perl.
13:40:26 #9 36.23 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
13:40:26 #9 36.24 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
13:40:26 #9 36.27 Selecting previously unselected package libdata-dump-perl.
13:40:26 #9 36.28 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
13:40:26 #9 36.28 Unpacking libdata-dump-perl (1.23-1) ...
13:40:26 #9 36.32 Selecting previously unselected package libdigest-bubblebabble-perl.
13:40:26 #9 36.32 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:40:26 #9 36.33 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:40:26 #9 36.36 Selecting previously unselected package libdigest-hmac-perl.
13:40:26 #9 36.36 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:40:26 #9 36.36 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:40:26 #9 36.39 Selecting previously unselected package libdistro-info-perl.
13:40:26 #9 43.01 Setting up autopoint (0.19.8.1-10build1) ...
13:40:26 #9 43.03 Setting up libfl2:arm64 (2.6.4-6.2) ...
13:40:26 #9 43.04 Setting up ucf (3.0038+nmu1) ...
13:40:26 #9 43.18 Setting up libk5crypto3:arm64 (1.17-6ubuntu4.1) ...
13:40:26 #9 43.19 Setting up libltdl7:arm64 (2.4.6-14) ...
13:40:26 #9 43.21 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:26 #9 43.22 Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:26 #9 43.23 Setting up libubsan1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:26 #9 43.24 Setting up python-apt-common (2.0.0ubuntu0.20.04.7) ...
13:40:26 #9 43.25 Setting up libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ...
13:40:26 #8 38.98 Selecting previously unselected package libalgorithm-diff-perl.
13:40:26 #8 38.98 Preparing to unpack .../171-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:40:26 #8 38.98 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:40:26 #8 39.01 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:26 #8 39.01 Preparing to unpack .../172-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
13:40:26 #8 39.01 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:40:26 #8 39.04 Selecting previously unselected package libalgorithm-merge-perl.
13:40:26 #8 39.05 Preparing to unpack .../173-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:26 #8 39.05 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:26 #9 43.19 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
13:40:26 #9 43.19 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
13:40:26 #9 43.19 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
13:40:26 #9 43.19 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
13:40:26 #9 43.19 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist
13:40:26 #9 43.21 Setting up gpgsm (2.2.27-3ubuntu2) ...
13:40:26 #9 43.23 Setting up libxext6:arm64 (2:1.3.4-1build1) ...
13:40:26 #9 43.24 Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.1) ...
13:40:26 #9 43.26 Setting up python3 (3.10.4-0ubuntu2) ...
13:40:26 #9 42.69 Preparing to unpack .../253-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
13:40:26 #9 42.70 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
13:40:26 #9 42.73 Selecting previously unselected package libsort-versions-perl.
13:40:26 #9 42.73 Preparing to unpack .../254-libsort-versions-perl_1.62-1_all.deb ...
13:40:26 #9 42.74 Unpacking libsort-versions-perl (1.62-1) ...
13:40:26 #9 42.77 Selecting previously unselected package libgit-wrapper-perl.
13:40:26 #9 42.77 Preparing to unpack .../255-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:26 #9 42.77 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:26 #9 42.80 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:26 #9 42.81 Preparing to unpack .../256-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:40:26 #9 42.81 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:26 #9 42.84 Selecting previously unselected package libio-prompter-perl.
13:40:26 #9 42.84 Preparing to unpack .../257-libio-prompter-perl_0.004015-1_all.deb ...
13:40:26 #9 42.84 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:26 #9 42.88 Selecting previously unselected package libjson-perl.
13:40:26 #9 42.88 Preparing to unpack .../258-libjson-perl_4.03000-1_all.deb ...
13:40:26 #9 42.88 Unpacking libjson-perl (4.03000-1) ...
13:40:26 #9 42.92 Selecting previously unselected package liblog-any-perl.
13:40:26 #8 38.19 Selecting previously unselected package libfont-afm-perl.
13:40:26 #8 38.19 Preparing to unpack .../203-libfont-afm-perl_1.20-2_all.deb ...
13:40:26 #8 38.20 Unpacking libfont-afm-perl (1.20-2) ...
13:40:26 #8 38.23 Selecting previously unselected package libio-stringy-perl.
13:40:26 #8 38.23 Preparing to unpack .../204-libio-stringy-perl_2.111-2_all.deb ...
13:40:26 #8 38.23 Unpacking libio-stringy-perl (2.111-2) ...
13:40:26 #8 38.27 Selecting previously unselected package libparams-validate-perl.
13:40:26 #8 38.27 Preparing to unpack .../205-libparams-validate-perl_1.29-1_amd64.deb ...
13:40:26 #8 38.27 Unpacking libparams-validate-perl (1.29-1) ...
13:40:26 #8 38.30 Selecting previously unselected package libsub-exporter-perl.
13:40:26 #8 38.31 Preparing to unpack .../206-libsub-exporter-perl_0.987-1_all.deb ...
13:40:26 #8 38.31 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:26 #8 38.34 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:26 #8 38.34 Preparing to unpack .../207-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
13:40:26 #8 38.35 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
13:40:26 #8 38.38 Selecting previously unselected package libsort-versions-perl.
13:40:26 #9 24.54 Selecting previously unselected package libxml2:armhf.
13:40:26 #9 24.54 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.2_armhf.deb ...
13:40:26 #9 24.55 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.2) ...
13:40:26 #9 24.64 Selecting previously unselected package libyaml-0-2:armhf.
13:40:26 #9 24.64 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_armhf.deb ...
13:40:26 #9 24.65 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
13:40:26 #9 24.77 Selecting previously unselected package lsb-release.
13:40:26 #9 24.77 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
13:40:26 #9 24.77 Unpacking lsb-release (11.1.0ubuntu2) ...
13:40:26 #9 24.81 Selecting previously unselected package netbase.
13:40:26 #9 24.81 Preparing to unpack .../027-netbase_6.1_all.deb ...
13:40:26 #9 24.82 Unpacking netbase (6.1) ...
13:40:26 #9 24.86 Selecting previously unselected package python3-pkg-resources.
13:40:26 #9 24.86 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
13:40:26 #9 24.87 Unpacking python3-pkg-resources (45.2.0-1) ...
13:40:26 #8 ...
13:40:26 
13:40:26 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:26 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:26 #8 49.61   Installing       : glibc-gconv-extra-2.34-32.fc35.aarch64              13/167 
13:40:26 #8 49.66   Running scriptlet: glibc-gconv-extra-2.34-32.fc35.aarch64              13/167 
13:40:26 #8 49.68   Installing       : findutils-1:4.8.0-4.fc35.aarch64                    14/167 
13:40:26 #8 49.70   Installing       : hunspell-en-GB-0.20140811.1-20.fc35.noarch          15/167 
13:40:26 #8 49.74   Installing       : hunspell-en-0.20140811.1-20.fc35.noarch             16/167 
13:40:26 #8 49.75   Installing       : hunspell-en-US-0.20140811.1-20.fc35.noarch          17/167 
13:40:26 #8 49.76   Installing       : hunspell-1.7.0-11.fc35.aarch64                      18/167 
13:40:26 #8 49.80   Installing       : elfutils-debuginfod-client-0.186-1.fc35.aarch64     19/167 
13:40:26 #10 23.10 Transaction test succeeded.
13:40:26 #8 28.21 Selecting previously unselected package libxmuu1:armhf.
13:40:26 #8 28.21 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_armhf.deb ...
13:40:26 #8 28.21 Unpacking libxmuu1:armhf (2:1.1.2-2) ...
13:40:26 #8 28.25 Selecting previously unselected package manpages.
13:40:26 #8 28.25 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
13:40:26 #8 28.25 Unpacking manpages (4.15-1) ...
13:40:26 #8 28.39 Selecting previously unselected package openssh-client.
13:40:26 #8 28.39 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.6_armhf.deb ...
13:40:26 #8 28.39 Unpacking openssh-client (1:7.6p1-4ubuntu0.6) ...
13:40:26 #9 38.15 Preparing to unpack .../251-libfont-ttf-perl_1.06-1.1_all.deb ...
13:40:26 #9 38.16 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:40:26 #9 38.22 Selecting previously unselected package libio-stringy-perl.
13:40:26 #9 38.22 Preparing to unpack .../252-libio-stringy-perl_2.111-3_all.deb ...
13:40:26 #9 38.22 Unpacking libio-stringy-perl (2.111-3) ...
13:40:26 #9 38.25 Selecting previously unselected package libparams-validate-perl:amd64.
13:40:26 #9 38.25 Preparing to unpack .../253-libparams-validate-perl_1.30-1build2_amd64.deb ...
13:40:26 #9 38.26 Unpacking libparams-validate-perl:amd64 (1.30-1build2) ...
13:40:26 #9 38.29 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:26 #9 38.29 Preparing to unpack .../254-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
13:40:26 #9 38.29 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
13:40:26 #9 38.32 Selecting previously unselected package libsort-versions-perl.
13:40:26 #9 38.32 Preparing to unpack .../255-libsort-versions-perl_1.62-1_all.deb ...
13:40:26 #9 38.32 Unpacking libsort-versions-perl (1.62-1) ...
13:40:26 #9 38.35 Selecting previously unselected package libgit-wrapper-perl.
13:40:26 #8 DONE 53.2s
13:40:26 
13:40:26 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:40:26 #10 sha256:ab3e405aec76a0ba5fbb4c76168fcb8d679a75e83df85092ab2ade94b8283c13
13:40:26 #10 DONE 0.1s
13:40:26 
13:40: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
13:40:26 #11 sha256:d91b58b60b211c43ca5988ba9a5e47292953960b926d1ab41bd3d563ced5de30
13:40:26 #8 19.88 Selecting previously unselected package binutils.
13:40:26 #8 19.88 Preparing to unpack .../031-binutils_2.35.2-2_armhf.deb ...
13:40:26 #8 19.89 Unpacking binutils (2.35.2-2) ...
13:40:26 #8 36.16 Preparing to unpack .../151-python3-six_1.16.0-2_all.deb ...
13:40:26 #8 36.16 Unpacking python3-six (1.16.0-2) ...
13:40:26 #8 36.20 Selecting previously unselected package python3-debian.
13:40:26 #8 36.20 Preparing to unpack .../152-python3-debian_0.1.39_all.deb ...
13:40:26 #8 36.21 Unpacking python3-debian (0.1.39) ...
13:40:26 #8 36.25 Selecting previously unselected package libgpgme11:amd64.
13:40:26 #8 36.26 Preparing to unpack .../153-libgpgme11_1.14.0-1+b2_amd64.deb ...
13:40:26 #8 36.26 Unpacking libgpgme11:amd64 (1.14.0-1+b2) ...
13:40:26 #8 36.31 Selecting previously unselected package python3-gpg.
13:40:26 #8 36.31 Preparing to unpack .../154-python3-gpg_1.14.0-1+b2_amd64.deb ...
13:40:26 #8 36.32 Unpacking python3-gpg (1.14.0-1+b2) ...
13:40:26 #8 36.38 Selecting previously unselected package dput.
13:40:26 #9 18.01 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-xs-perl armhf 0.29-1build5 [17.7 kB]
13:40:26 #9 18.02 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
13:40:26 #9 18.03 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-gzip-perl armhf 0.19-1build8 [13.6 kB]
13:40:26 #9 18.04 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-utf8-strict-perl armhf 0.009-1build1 [11.2 kB]
13:40:26 #9 18.04 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-parser-perl all 1.63-2 [82.2 kB]
13:40:26 #9 18.07 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-constants-perl all 0.19-2 [16.3 kB]
13:40:26 #9 18.07 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libproc-processtable-perl armhf 0.634-1build1 [37.0 kB]
13:40:26 #9 18.09 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre2-9 armhf 20220201+dfsg-1 [161 kB]
13:40:26 #9 18.12 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre-engine-re2-perl armhf 0.14-1build2 [17.2 kB]
13:40:26 #9 18.12 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadonly-perl all 2.050-3 [19.9 kB]
13:40:26 #9 18.15 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-perl all 0.204-1 [15.0 kB]
13:40:26 #9 18.16 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-xs-perl armhf 0.117-1build5 [11.5 kB]
13:40:26 #9 18.16 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
13:40:26 #9 18.17 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
13:40:26 #9 18.17 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsasl2-modules armhf 2.1.27+dfsg2-3ubuntu1 [50.1 kB]
13:40:26 #9 18.17 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-decoder-perl armhf 4.023+ds-1 [94.5 kB]
13:40:26 #9 18.22 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-encoder-perl armhf 4.023+ds-1 [97.2 kB]
13:40:26 #9 36.39 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
13:40:26 #9 36.40 Unpacking libdistro-info-perl (0.23ubuntu1) ...
13:40:26 #9 36.43 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:26 #9 36.43 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:26 #9 36.43 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:26 #9 36.46 Selecting previously unselected package libmailtools-perl.
13:40:26 #9 36.46 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
13:40:26 #9 36.47 Unpacking libmailtools-perl (2.21-1) ...
13:40:26 #9 36.51 Selecting previously unselected package libnet-ip-perl.
13:40:26 #9 36.51 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
13:40:26 #9 36.51 Unpacking libnet-ip-perl (1.26-2) ...
13:40:26 #9 36.54 Selecting previously unselected package libnet-dns-perl.
13:40:26 #9 36.55 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
13:40:26 #9 36.55 Unpacking libnet-dns-perl (1.22-1) ...
13:40:26 #9 36.61 Selecting previously unselected package libnet-domain-tld-perl.
13:40:26 #9 36.62 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
13:40:26 #9 36.62 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:40:26 #9 36.65 Selecting previously unselected package libemail-valid-perl.
13:40:26 #9 36.65 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
13:40:26 #9 36.66 Unpacking libemail-valid-perl (1.202-1) ...
13:40:26 #9 36.69 Selecting previously unselected package libexporter-tiny-perl.
13:40:26 #9 36.69 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
13:40:26 #9 36.69 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:40:26 #9 36.72 Selecting previously unselected package libipc-system-simple-perl.
13:40:26 #9 43.27 Setting up libuchardet0:arm64 (0.0.6-3build1) ...
13:40:26 #9 43.28 Setting up libre2-5:arm64 (20200101+dfsg-1build1) ...
13:40:26 #9 43.29 Setting up git-man (1:2.25.1-1ubuntu3.4) ...
13:40:26 #9 43.30 Setting up libisl22:arm64 (0.22.1-1) ...
13:40:26 #9 43.32 Setting up netbase (6.1) ...
13:40:26 #9 43.35 Setting up libkrb5-3:arm64 (1.17-6ubuntu4.1) ...
13:40:26 #9 43.36 Setting up libmpdec2:arm64 (2.4.2-3) ...
13:40:26 #9 43.38 Setting up libbinutils:arm64 (2.34-6ubuntu1.3) ...
13:40:26 #9 43.40 Setting up libfido2-1:arm64 (1.3.1-1ubuntu2) ...
13:40:26 #9 43.41 Setting up libc-dev-bin (2.31-0ubuntu9.7) ...
13:40:26 #9 43.42 Setting up openssl (1.1.1f-1ubuntu2.12) ...
13:40:26 #9 43.44 Setting up libbsd0:arm64 (0.10.0-1) ...
13:40:26 #9 43.45 Setting up libelf1:arm64 (0.176-1.1build1) ...
13:40:26 #9 43.46 Setting up readline-common (8.0-4) ...
13:40:26 #9 43.49 Setting up publicsuffix (20200303.0012-1) ...
13:40:26 #8 39.09 Selecting previously unselected package libapt-inst2.0:amd64.
13:40:26 #8 39.09 Preparing to unpack .../174-libapt-inst2.0_1.8.2.3_amd64.deb ...
13:40:26 #8 39.10 Unpacking libapt-inst2.0:amd64 (1.8.2.3) ...
13:40:26 #8 39.16 Selecting previously unselected package libapt-pkg-perl.
13:40:26 #8 39.16 Preparing to unpack .../175-libapt-pkg-perl_0.1.34+b1_amd64.deb ...
13:40:26 #8 39.16 Unpacking libapt-pkg-perl (0.1.34+b1) ...
13:40:26 #8 39.21 Selecting previously unselected package libarchive-cpio-perl.
13:40:26 #8 39.21 Preparing to unpack .../176-libarchive-cpio-perl_0.10-1_all.deb ...
13:40:26 #8 39.22 Unpacking libarchive-cpio-perl (0.10-1) ...
13:40:26 #8 39.25 Selecting previously unselected package libasync-mergepoint-perl.
13:40:26 #8 39.25 Preparing to unpack .../177-libasync-mergepoint-perl_0.04-2_all.deb ...
13:40:26 #8 39.26 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:40:26 #8 39.29 Selecting previously unselected package libauthen-sasl-perl.
13:40:26 #8 39.29 Preparing to unpack .../178-libauthen-sasl-perl_2.1600-1_all.deb ...
13:40:26 #8 39.30 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:40:26 #8 39.33 Selecting previously unselected package libmodule-implementation-perl.
13:40:26 #8 39.33 Preparing to unpack .../179-libmodule-implementation-perl_0.09-1_all.deb ...
13:40:26 #8 39.34 Unpacking libmodule-implementation-perl (0.09-1) ...
13:40:26 #8 39.36 Selecting previously unselected package libvariable-magic-perl.
13:40:26 #9 43.54 Setting up python3-xdg (0.27-2) ...
13:40:26 #9 43.69 Setting up man-db (2.10.2-1) ...
13:40:26 #9 43.79 Building database of manual pages ...
13:40:26 #9 42.92 Preparing to unpack .../259-liblog-any-perl_1.709-1_all.deb ...
13:40:26 #9 42.92 Unpacking liblog-any-perl (1.709-1) ...
13:40:26 #9 42.96 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:26 #9 42.96 Preparing to unpack .../260-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
13:40:26 #9 42.97 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
13:40:26 #9 43.00 Selecting previously unselected package libpackage-stash-perl.
13:40:26 #9 43.00 Preparing to unpack .../261-libpackage-stash-perl_0.39-1_all.deb ...
13:40:26 #9 43.00 Unpacking libpackage-stash-perl (0.39-1) ...
13:40:26 #9 43.03 Selecting previously unselected package libsub-identify-perl.
13:40:26 #9 43.03 Preparing to unpack .../262-libsub-identify-perl_0.14-1build4_arm64.deb ...
13:40:26 #9 43.04 Unpacking libsub-identify-perl (0.14-1build4) ...
13:40:26 #9 43.07 Selecting previously unselected package libsub-name-perl.
13:40:26 #9 43.08 Preparing to unpack .../263-libsub-name-perl_0.26-1build2_arm64.deb ...
13:40:26 #9 43.08 Unpacking libsub-name-perl (0.26-1build2) ...
13:40:26 #9 43.11 Selecting previously unselected package libnamespace-clean-perl.
13:40:26 #9 43.11 Preparing to unpack .../264-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:26 #9 43.11 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:26 #9 43.14 Selecting previously unselected package libpath-tiny-perl.
13:40:26 #8 38.38 Preparing to unpack .../208-libsort-versions-perl_1.62-1_all.deb ...
13:40:26 #8 38.39 Unpacking libsort-versions-perl (1.62-1) ...
13:40:26 #8 38.41 Selecting previously unselected package libgit-wrapper-perl.
13:40:26 #8 38.42 Preparing to unpack .../209-libgit-wrapper-perl_0.047-1_all.deb ...
13:40:26 #8 38.42 Unpacking libgit-wrapper-perl (0.047-1) ...
13:40:26 #8 38.46 Selecting previously unselected package libio-html-perl.
13:40:26 #8 38.46 Preparing to unpack .../210-libio-html-perl_1.001-1_all.deb ...
13:40:26 #8 38.46 Unpacking libio-html-perl (1.001-1) ...
13:40:26 #8 38.49 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:26 #8 38.49 Preparing to unpack .../211-liblwp-mediatypes-perl_6.02-1_all.deb ...
13:40:26 #8 38.50 Unpacking liblwp-mediatypes-perl (6.02-1) ...
13:40:26 #8 38.53 Selecting previously unselected package libhttp-message-perl.
13:40:26 #8 38.53 Preparing to unpack .../212-libhttp-message-perl_6.14-1_all.deb ...
13:40:26 #8 38.54 Unpacking libhttp-message-perl (6.14-1) ...
13:40:26 #8 38.57 Selecting previously unselected package libhtml-form-perl.
13:40:26 #8 38.57 Preparing to unpack .../213-libhtml-form-perl_6.03-1_all.deb ...
13:40:26 #8 38.58 Unpacking libhtml-form-perl (6.03-1) ...
13:40:26 #8 38.60 Selecting previously unselected package libhtml-tree-perl.
13:40:26 #9 24.98 Selecting previously unselected package python3-six.
13:40:26 #9 24.98 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
13:40:26 #8 48.91   Preparing        :                                                        1/1 
13:40:26 #8 48.95   Installing       : file-5.39-7.fc34.aarch64                             1/135 
13:40:26 #8 48.96   Installing       : elfutils-debuginfod-client-0.186-1.fc34.aarch64      2/135 
13:40:26 #8 49.82   Installing       : binutils-gold-2.37-10.fc35.aarch64                  20/167 
13:40:26 #8 49.96   Installing       : binutils-2.37-10.fc35.aarch64                       21/167 
13:40:26 #8 50.01   Running scriptlet: binutils-2.37-10.fc35.aarch64                       21/167 
13:40:26 #8 50.04   Installing       : elfutils-0.186-1.fc35.aarch64                       22/167 
13:40:26 #8 50.05   Installing       : dwz-0.14-2.fc35.aarch64                             23/167 
13:40:26 #8 50.10   Installing       : file-5.40-9.fc35.aarch64                            24/167 
13:40:26 #8 50.11   Installing       : libevent-2.1.12-4.fc35.aarch64                      25/167 
13:40:26 #8 50.14   Installing       : protobuf-c-1.4.0-1.fc35.aarch64                     26/167 
13:40:26 #8 50.15   Installing       : unzip-6.0-53.fc35.aarch64                           27/167 
13:40:26 #8 50.20   Installing       : xz-5.2.5-7.fc35.aarch64                             28/167 
13:40:26 #10 23.10 Running transaction
13:40:26 #8 28.49 Selecting previously unselected package publicsuffix.
13:40:26 #8 28.49 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
13:40:26 #8 28.49 Unpacking publicsuffix (20180223.1310-1) ...
13:40:26 #8 28.54 Selecting previously unselected package python-apt-common.
13:40:26 #8 28.54 Preparing to unpack .../044-python-apt-common_1.6.5ubuntu0.7_all.deb ...
13:40:26 #8 28.54 Unpacking python-apt-common (1.6.5ubuntu0.7) ...
13:40:26 #8 28.59 Selecting previously unselected package python3-apt.
13:40:26 #8 28.59 Preparing to unpack .../045-python3-apt_1.6.5ubuntu0.7_armhf.deb ...
13:40:26 #8 28.59 Unpacking python3-apt (1.6.5ubuntu0.7) ...
13:40:26 #8 28.66 Selecting previously unselected package strace.
13:40:26 #8 28.66 Preparing to unpack .../046-strace_4.21-1ubuntu1_armhf.deb ...
13:40:26 #8 28.67 Unpacking strace (4.21-1ubuntu1) ...
13:40:26 #9 38.35 Preparing to unpack .../256-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:26 #9 38.36 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:26 #9 38.39 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:26 #9 38.39 Preparing to unpack .../257-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:40:26 #9 38.40 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:26 #9 38.42 Selecting previously unselected package libio-prompter-perl.
13:40:26 #9 38.42 Preparing to unpack .../258-libio-prompter-perl_0.004015-1_all.deb ...
13:40:26 #9 38.43 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:26 #9 38.46 Selecting previously unselected package libjson-perl.
13:40:26 #9 38.46 Preparing to unpack .../259-libjson-perl_4.03000-1_all.deb ...
13:40:26 #9 38.46 Unpacking libjson-perl (4.03000-1) ...
13:40:26 #9 38.50 Selecting previously unselected package liblog-any-perl.
13:40:26 #9 38.50 Preparing to unpack .../260-liblog-any-perl_1.709-1_all.deb ...
13:40:26 #9 38.50 Unpacking liblog-any-perl (1.709-1) ...
13:40:26 #9 38.53 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:26 #9 38.54 Preparing to unpack .../261-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
13:40:26 #9 38.54 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
13:40:26 #9 38.57 Selecting previously unselected package libpackage-stash-perl.
13:40:26 #9 38.57 Preparing to unpack .../262-libpackage-stash-perl_0.39-1_all.deb ...
13:40:26 #9 38.57 Unpacking libpackage-stash-perl (0.39-1) ...
13:40:26 #9 38.60 Selecting previously unselected package libsub-identify-perl.
13:40:26 #9 38.60 Preparing to unpack .../263-libsub-identify-perl_0.14-1build4_amd64.deb ...
13:40:26 #9 38.60 Unpacking libsub-identify-perl (0.14-1build4) ...
13:40:26 #9 38.63 Selecting previously unselected package libsub-name-perl.
13:40:26 #9 38.63 Preparing to unpack .../264-libsub-name-perl_0.26-1build2_amd64.deb ...
13:40:26 #9 38.64 Unpacking libsub-name-perl (0.26-1build2) ...
13:40:26 #9 38.66 Selecting previously unselected package libnamespace-clean-perl.
13:40:26 #9 38.66 Preparing to unpack .../265-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:26 #9 38.67 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:26 #8 36.38 Preparing to unpack .../155-dput_1.1.0_all.deb ...
13:40:26 #8 36.39 Unpacking dput (1.1.0) ...
13:40:26 #8 36.42 Selecting previously unselected package equivs.
13:40:26 #8 36.42 Preparing to unpack .../156-equivs_2.3.1_all.deb ...
13:40:26 #8 36.43 Unpacking equivs (2.3.1) ...
13:40:26 #8 36.46 Selecting previously unselected package fonts-dejavu-core.
13:40:26 #8 36.46 Preparing to unpack .../157-fonts-dejavu-core_2.37-2_all.deb ...
13:40:26 #8 36.47 Unpacking fonts-dejavu-core (2.37-2) ...
13:40:26 #8 36.60 Selecting previously unselected package fontconfig-config.
13:40:26 #8 36.61 Preparing to unpack .../158-fontconfig-config_2.13.1-4.2_all.deb ...
13:40:26 #9 18.23 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libset-intspan-perl all 1.19-2 [26.1 kB]
13:40:26 #9 18.24 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsocket6-perl armhf 0.29-1build4 [18.7 kB]
13:40:26 #9 18.24 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-copyright-perl all 0.003012-1 [21.3 kB]
13:40:26 #9 18.30 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
13:40:26 #9 18.30 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:40:26 #9 18.30 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxs-parse-keyword-perl armhf 0.21-1build1 [48.7 kB]
13:40:26 #9 18.30 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsyntax-keyword-try-perl armhf 0.26-1build1 [25.8 kB]
13:40:26 #9 18.30 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libterm-readkey-perl armhf 2.38-1build4 [23.8 kB]
13:40:26 #9 18.31 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-levenshteinxs-perl armhf 0.03-4build10 [7566 B]
13:40:26 #9 18.37 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-markdown-discount-perl armhf 0.13-1build1 [12.4 kB]
13:40:26 #9 18.37 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-xslate-perl armhf 3.5.9-1build1 [182 kB]
13:40:26 #9 18.38 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-duration-perl all 1.21-1 [13.1 kB]
13:40:26 #9 18.39 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-moment-perl armhf 0.44-1build6 [74.1 kB]
13:40:26 #9 18.44 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-xs-perl armhf 0.022-1build2 [23.3 kB]
13:40:26 #9 18.45 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libunicode-utf8-perl armhf 0.62-1build4 [17.6 kB]
13:40:26 #9 18.45 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
13:40:26 #9 18.45 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
13:40:26 #9 18.45 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
13:40:26 #9 18.46 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1 [311 kB]
13:40:26 #9 36.73 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
13:40:26 #9 36.73 Unpacking libipc-system-simple-perl (1.26-1) ...
13:40:26 #9 36.76 Selecting previously unselected package libfile-basedir-perl.
13:40:26 #9 36.76 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
13:40:26 #9 36.77 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:26 #9 36.80 Selecting previously unselected package libfile-chdir-perl.
13:40:26 #9 36.80 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
13:40:26 #9 36.81 Unpacking libfile-chdir-perl (0.1008-1) ...
13:40:26 #9 36.84 Selecting previously unselected package libfile-fcntllock-perl.
13:40:26 #9 36.84 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
13:40:26 #9 36.84 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
13:40:26 #9 36.87 Selecting previously unselected package libnumber-compare-perl.
13:40:26 #9 36.88 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
13:40:26 #9 36.88 Unpacking libnumber-compare-perl (0.03-1) ...
13:40:26 #9 36.92 Selecting previously unselected package libtext-glob-perl.
13:40:26 #9 36.92 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
13:40:26 #9 36.93 Unpacking libtext-glob-perl (0.10-1) ...
13:40:26 #9 36.95 Selecting previously unselected package libfile-find-rule-perl.
13:40:26 #9 43.51 Setting up libcc1-0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:26 #9 43.53 Setting up iso-codes (4.4-1) ...
13:40:26 #9 43.54 Setting up liblocale-gettext-perl (1.07-4) ...
13:40:26 #9 43.56 Setting up liblsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:26 #9 43.57 Setting up dctrl-tools (2.24-3) ...
13:40:26 #9 43.59 Setting up libitm1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:26 #9 43.61 Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:26 #9 43.62 Setting up libgdbm6:arm64 (1.18.1-5) ...
13:40:26 #9 43.64 Setting up gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:26 #9 43.65 Setting up libtsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:40:26 #9 43.66 Setting up libctf0:arm64 (2.34-6ubuntu1.3) ...
13:40:26 #9 43.70 Setting up pinentry-curses (1.1.0-3build1) ...
13:40:26 #9 43.72 Setting up manpages-dev (5.05-1) ...
13:40:26 #9 38.72 127 added, 0 removed; done.
13:40:26 #9 38.79 Setting up libfreetype6:amd64 (2.11.1+dfsg-1build1) ...
13:40:26 #9 38.80 Setting up libgdbm-compat4:amd64 (1.23-1) ...
13:40:26 #9 38.81 Setting up libgcc-11-dev:amd64 (11.2.0-19ubuntu1) ...
13:40:26 #9 38.82 Setting up dwz (0.14-1build2) ...
13:40:26 #9 38.83 Setting up groff-base (1.22.4-8build1) ...
13:40:26 #9 38.86 Setting up cpp (4:11.2.0-1ubuntu1) ...
13:40:26 #9 38.93 Setting up gpgconf (2.2.27-3ubuntu2) ...
13:40:26 #9 38.94 Setting up debugedit (1:5.0-4build1) ...
13:40:26 #9 38.96 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.1) ...
13:40:26 #9 38.97 Setting up libc6-dev:amd64 (2.35-0ubuntu3) ...
13:40:26 #9 38.98 Setting up libx11-6:amd64 (2:1.7.5-1) ...
13:40:26 #9 39.00 Setting up libtiff5:amd64 (4.3.0-6) ...
13:40:26 #9 39.01 Setting up curl (7.81.0-1ubuntu1.1) ...
13:40:26 #9 39.02 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
13:40:26 #9 39.04 Setting up libxml2:amd64 (2.9.13+dfsg-1build1) ...
13:40:26 #8 19.94 Selecting previously unselected package libc-dev-bin.
13:40:26 #8 19.94 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u3_armhf.deb ...
13:40:26 #8 19.95 Unpacking libc-dev-bin (2.31-13+deb11u3) ...
13:40:26 #8 20.01 Selecting previously unselected package linux-libc-dev:armhf.
13:40:26 #8 20.01 Preparing to unpack .../033-linux-libc-dev_5.10.113-1_armhf.deb ...
13:40:26 #8 20.01 Unpacking linux-libc-dev:armhf (5.10.113-1) ...
13:40:26 #9 43.14 Preparing to unpack .../265-libpath-tiny-perl_0.118-1_all.deb ...
13:40:26 #9 43.15 Unpacking libpath-tiny-perl (0.118-1) ...
13:40:26 #9 43.18 Selecting previously unselected package libtype-tiny-perl.
13:40:26 #9 43.19 Preparing to unpack .../266-libtype-tiny-perl_1.012002-1_all.deb ...
13:40:26 #9 43.19 Unpacking libtype-tiny-perl (1.012002-1) ...
13:40:26 #9 43.24 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:26 #9 43.25 Preparing to unpack .../267-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:40:26 #9 43.25 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:40:26 #9 43.28 Selecting previously unselected package libhash-fieldhash-perl.
13:40:26 #9 43.29 Preparing to unpack .../268-libhash-fieldhash-perl_0.15-1build4_arm64.deb ...
13:40:26 #9 43.29 Unpacking libhash-fieldhash-perl (0.15-1build4) ...
13:40:26 #9 43.32 Selecting previously unselected package libhtml-form-perl.
13:40:26 #9 43.32 Preparing to unpack .../269-libhtml-form-perl_6.07-1_all.deb ...
13:40:26 #9 43.33 Unpacking libhtml-form-perl (6.07-1) ...
13:40:26 #9 43.36 Selecting previously unselected package libhtml-format-perl.
13:40:26 #9 43.36 Preparing to unpack .../270-libhtml-format-perl_2.12-1.1_all.deb ...
13:40:26 #9 43.36 Unpacking libhtml-format-perl (2.12-1.1) ...
13:40:26 #9 43.39 Selecting previously unselected package libhtml-html5-entities-perl.
13:40:26 #9 43.40 Preparing to unpack .../271-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:40:26 #9 43.40 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:40:26 #9 43.43 Selecting previously unselected package libhttp-daemon-perl.
13:40:26 #9 43.43 Preparing to unpack .../272-libhttp-daemon-perl_6.12-1_all.deb ...
13:40:26 #9 43.43 Unpacking libhttp-daemon-perl (6.12-1) ...
13:40:26 #9 43.47 Selecting previously unselected package libtypes-serialiser-perl.
13:40:26 #9 44.04 Setting up libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
13:40:26 #8 38.61 Preparing to unpack .../214-libhtml-tree-perl_5.07-1_all.deb ...
13:40:26 #8 38.61 Unpacking libhtml-tree-perl (5.07-1) ...
13:40:26 #8 38.66 Selecting previously unselected package libhtml-format-perl.
13:40:26 #8 38.66 Preparing to unpack .../215-libhtml-format-perl_2.12-1_all.deb ...
13:40:26 #8 38.66 Unpacking libhtml-format-perl (2.12-1) ...
13:40:26 #8 38.69 Selecting previously unselected package libhttp-cookies-perl.
13:40:26 #8 38.69 Preparing to unpack .../216-libhttp-cookies-perl_6.04-1_all.deb ...
13:40:26 #8 38.70 Unpacking libhttp-cookies-perl (6.04-1) ...
13:40:26 #8 38.73 Selecting previously unselected package libhttp-daemon-perl.
13:40:26 #8 38.73 Preparing to unpack .../217-libhttp-daemon-perl_6.01-1_all.deb ...
13:40:26 #8 38.74 Unpacking libhttp-daemon-perl (6.01-1) ...
13:40:26 #8 38.77 Selecting previously unselected package libhttp-negotiate-perl.
13:40:26 #8 38.77 Preparing to unpack .../218-libhttp-negotiate-perl_6.00-2_all.deb ...
13:40:26 #8 38.78 Unpacking libhttp-negotiate-perl (6.00-2) ...
13:40:26 #8 38.81 Selecting previously unselected package libimport-into-perl.
13:40:26 #8 38.81 Preparing to unpack .../219-libimport-into-perl_1.002005-1_all.deb ...
13:40:26 #8 38.81 Unpacking libimport-into-perl (1.002005-1) ...
13:40:26 #8 38.84 Selecting previously unselected package libio-pty-perl.
13:40:26 #8 38.85 Preparing to unpack .../220-libio-pty-perl_1%3a1.08-1.1build4_amd64.deb ...
13:40:26 #8 38.85 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
13:40:26 #8 38.88 Selecting previously unselected package libio-string-perl.
13:40:26 #8 38.88 Preparing to unpack .../221-libio-string-perl_1.08-3_all.deb ...
13:40:26 #8 38.89 Unpacking libio-string-perl (1.08-3) ...
13:40:26 #8 38.91 Selecting previously unselected package libipc-run-perl.
13:40:26 #8 38.91 Preparing to unpack .../222-libipc-run-perl_0.96-1_all.deb ...
13:40:26 #8 38.92 Unpacking libipc-run-perl (0.96-1) ...
13:40:26 #8 38.96 Selecting previously unselected package liblist-compare-perl.
13:40:26 #8 39.37 Preparing to unpack .../180-libvariable-magic-perl_0.62-1+b1_amd64.deb ...
13:40:26 #8 39.37 Unpacking libvariable-magic-perl (0.62-1+b1) ...
13:40:26 #8 39.42 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:26 #8 39.42 Preparing to unpack .../181-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:40:26 #8 39.43 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:40:26 #8 39.50 Selecting previously unselected package libcapture-tiny-perl.
13:40:26 #8 39.50 Preparing to unpack .../182-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:26 #8 39.51 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:26 #8 39.53 Selecting previously unselected package libcgi-pm-perl.
13:40:26 #8 39.54 Preparing to unpack .../183-libcgi-pm-perl_4.40-1_all.deb ...
13:40:26 #8 39.54 Unpacking libcgi-pm-perl (4.40-1) ...
13:40:26 #8 39.59 Selecting previously unselected package libfcgi-perl.
13:40:26 #8 39.59 Preparing to unpack .../184-libfcgi-perl_0.78-2+b3_amd64.deb ...
13:40:26 #8 39.59 Unpacking libfcgi-perl (0.78-2+b3) ...
13:40:26 #8 39.63 Selecting previously unselected package libcgi-fast-perl.
13:40:26 #9 25.18 Unpacking python3-six (1.14.0-2) ...
13:40:26 #8 49.00   Installing       : binutils-gold-2.35.2-6.fc34.aarch64                  3/135 
13:40:26 #8 49.14   Installing       : binutils-2.35.2-6.fc34.aarch64                       4/135 
13:40:26 #8 49.18   Running scriptlet: binutils-2.35.2-6.fc34.aarch64                       4/135 
13:40:26 #8 49.19   Running scriptlet: groff-base-1.22.4-7.fc34.aarch64                     5/135 
13:40:26 #8 49.24   Installing       : groff-base-1.22.4-7.fc34.aarch64                     5/135 
13:40:26 #8 49.27   Running scriptlet: groff-base-1.22.4-7.fc34.aarch64                     5/135 
13:40:26 #8 52.41   Preparing        :                                                        1/1 
13:40:26 #8 52.44   Installing       : python3-six-1.16.0-5.fc36.noarch                     1/178 
13:40:26 #8 52.45   Installing       : hunspell-filesystem-1.7.0-19.fc36.aarch64            2/178 
13:40:26 #8 52.46   Installing       : fonts-filesystem-1:2.0.5-7.fc36.noarch               3/178 
13:40:26 #8 52.46   Installing       : abattis-cantarell-fonts-0.301-7.fc36.noarch          4/178 
13:40:26 #8 52.50   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.fc36.     5/178 
13:40:26 #8 52.52   Installing       : gsettings-desktop-schemas-42.0-1.fc36.aarch64        6/178 
13:40:26 #8 52.57   Installing       : python3-construct-2.10.67-4.fc36.noarch              7/178 
13:40:26 #8 52.58   Installing       : python3-pybeam-0.7-2.fc36.noarch                     8/178 
13:40:26 #8 35.00 Fedora 34 - x86_64 - Updates                     15 MB/s |  34 MB     00:02    
13:40:26 #8 50.21   Upgrading        : libsolv-0.7.22-1.fc35.aarch64                       29/167 
13:40:26 #8 50.27   Upgrading        : libdnf-0.66.0-1.fc35.aarch64                        30/167 
13:40:26 #8 50.29   Upgrading        : python3-libdnf-0.66.0-1.fc35.aarch64                31/167 
13:40:26 #8 50.34   Upgrading        : python3-hawkey-0.66.0-1.fc35.aarch64                32/167 
13:40:26 #8 50.39   Installing       : zip-3.0-31.fc35.aarch64                             33/167 
13:40:26 #8 50.39   Running scriptlet: unbound-libs-1.13.2-1.fc35.aarch64                  34/167 
13:40:26 #14 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 10.2s
13:40:26 #8 28.75 Selecting previously unselected package xauth.
13:40:26 #8 28.75 Preparing to unpack .../047-xauth_1%3a1.0.10-1_armhf.deb ...
13:40:26 #8 28.75 Unpacking xauth (1:1.0.10-1) ...
13:40:26 #8 28.81 Selecting previously unselected package at.
13:40:26 #8 28.81 Preparing to unpack .../048-at_3.1.20-3.1ubuntu2_armhf.deb ...
13:40:26 #8 28.81 Unpacking at (3.1.20-3.1ubuntu2) ...
13:40:26 #8 28.86 Selecting previously unselected package libsigsegv2:armhf.
13:40:26 #8 28.86 Preparing to unpack .../049-libsigsegv2_2.12-1_armhf.deb ...
13:40:26 #8 28.87 Unpacking libsigsegv2:armhf (2.12-1) ...
13:40:26 #8 28.90 Selecting previously unselected package m4.
13:40:26 #8 28.90 Preparing to unpack .../050-m4_1.4.18-1_armhf.deb ...
13:40:26 #8 28.90 Unpacking m4 (1.4.18-1) ...
13:40:26 #8 28.98 Selecting previously unselected package autoconf.
13:40:26 #8 28.98 Preparing to unpack .../051-autoconf_2.69-11_all.deb ...
13:40:26 #8 36.68 Unpacking fontconfig-config (2.13.1-4.2) ...
13:40:26 #8 36.74 Selecting previously unselected package libcurl3-gnutls:amd64.
13:40:26 #8 36.74 Preparing to unpack .../159-libcurl3-gnutls_7.74.0-1.3+deb11u1_amd64.deb ...
13:40:26 #8 36.74 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u1) ...
13:40:26 #8 36.82 Selecting previously unselected package liberror-perl.
13:40:26 #9 38.70 Selecting previously unselected package libpath-tiny-perl.
13:40:26 #9 38.70 Preparing to unpack .../266-libpath-tiny-perl_0.118-1_all.deb ...
13:40:26 #9 38.70 Unpacking libpath-tiny-perl (0.118-1) ...
13:40:26 #9 38.74 Selecting previously unselected package libtype-tiny-perl.
13:40:26 #9 38.74 Preparing to unpack .../267-libtype-tiny-perl_1.012002-1_all.deb ...
13:40:26 #9 38.75 Unpacking libtype-tiny-perl (1.012002-1) ...
13:40:26 #9 38.81 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:26 #9 38.81 Preparing to unpack .../268-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:40:26 #9 38.81 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:40:26 #9 38.85 Selecting previously unselected package libhash-fieldhash-perl.
13:40:26 #9 38.85 Preparing to unpack .../269-libhash-fieldhash-perl_0.15-1build4_amd64.deb ...
13:40:26 #9 38.86 Unpacking libhash-fieldhash-perl (0.15-1build4) ...
13:40:26 #9 38.88 Selecting previously unselected package libhtml-form-perl.
13:40:26 #9 38.89 Preparing to unpack .../270-libhtml-form-perl_6.07-1_all.deb ...
13:40:26 #9 38.89 Unpacking libhtml-form-perl (6.07-1) ...
13:40:26 #9 38.92 Selecting previously unselected package libhtml-format-perl.
13:40:26 #9 18.52 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-parser-perl armhf 2.46-3build1 [210 kB]
13:40:26 #9 18.53 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:40:26 #9 18.53 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-libyaml-perl armhf 0.83+ds-1build1 [27.3 kB]
13:40:26 #9 18.53 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf licensecheck all 3.2.14-2 [40.9 kB]
13:40:26 #9 18.59 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-size-perl armhf 0.83-1build4 [19.9 kB]
13:40:26 #9 18.59 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run3-perl all 0.048-2 [31.4 kB]
13:40:26 #9 18.59 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzip armhf 1.23-1 [80.2 kB]
13:40:26 #9 18.60 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzop armhf 1.04-2build2 [84.5 kB]
13:40:26 #9 18.60 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf t1utils armhf 1.41-4build2 [53.1 kB]
13:40:26 #9 18.61 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf unzip armhf 6.0-26ubuntu3 [162 kB]
13:40:26 #9 18.66 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lintian all 2.114.0ubuntu1 [1080 kB]
13:40:26 #9 18.72 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages-dev all 5.10-1ubuntu1 [2309 kB]
13:40:26 #9 36.96 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:26 #9 36.96 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:26 #9 37.00 Selecting previously unselected package libfont-afm-perl.
13:40:26 #9 37.00 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
13:40:26 #9 37.01 Unpacking libfont-afm-perl (1.20-2) ...
13:40:26 #9 37.04 Selecting previously unselected package libio-string-perl.
13:40:26 #9 37.04 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
13:40:26 #9 37.04 Unpacking libio-string-perl (1.08-3) ...
13:40:26 #9 37.07 Selecting previously unselected package libfont-ttf-perl.
13:40:26 #9 37.07 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
13:40:26 #9 37.08 Unpacking libfont-ttf-perl (1.06-1) ...
13:40:26 #9 37.14 Selecting previously unselected package libfuture-perl.
13:40:26 #9 37.14 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
13:40:26 #9 37.14 Unpacking libfuture-perl (0.43-1) ...
13:40:26 #9 37.19 Selecting previously unselected package libio-stringy-perl.
13:40:26 #9 43.73 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ...
13:40:26 #9 43.74 Setting up libxcb1:arm64 (1.14-2) ...
13:40:26 #9 43.75 Setting up at (3.1.23-1ubuntu1) ...
13:40:26 #9 43.89 invoke-rc.d: could not determine current runlevel
13:40:26 #9 43.90 invoke-rc.d: policy-rc.d denied execution of start.
13:40:26 #9 43.91 Setting up libicu66:arm64 (66.1-2ubuntu2.1) ...
13:40:26 #9 43.92 Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:26 #9 43.94 Setting up libedit2:arm64 (3.1-20191231-1) ...
13:40:26 #9 43.95 Setting up libreadline8:arm64 (8.0-4) ...
13:40:26 #9 43.97 Setting up m4 (1.4.18-4) ...
13:40:26 #9 39.05 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
13:40:26 #9 39.07 Setting up gpg (2.2.27-3ubuntu2) ...
13:40:26 #9 39.08 Setting up libpython3-stdlib:amd64 (3.10.4-0ubuntu2) ...
13:40:26 #9 39.10 Setting up gnupg-utils (2.2.27-3ubuntu2) ...
13:40:26 #9 39.11 Setting up binutils-x86-64-linux-gnu (2.38-3ubuntu1) ...
13:40:26 #9 39.12 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1) ...
13:40:26 #9 39.13 Setting up gettext (0.21-4ubuntu4) ...
13:40:26 #9 39.15 Setting up gpg-agent (2.2.27-3ubuntu2) ...
13:40:26 #9 43.47 Preparing to unpack .../273-libtypes-serialiser-perl_1.01-1_all.deb ...
13:40:26 #9 43.47 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:40:26 #9 43.50 Selecting previously unselected package libjson-xs-perl.
13:40:26 #9 43.51 Preparing to unpack .../274-libjson-xs-perl_4.030-1build2_arm64.deb ...
13:40:26 #9 43.51 Unpacking libjson-xs-perl (4.030-1build2) ...
13:40:26 #9 43.54 Selecting previously unselected package libjson-maybexs-perl.
13:40:26 #9 43.54 Preparing to unpack .../275-libjson-maybexs-perl_1.004003-1_all.deb ...
13:40:26 #9 43.55 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:40:26 #9 43.58 Selecting previously unselected package libldap-common.
13:40:26 #9 43.58 Preparing to unpack .../276-libldap-common_2.5.6+dfsg-1~exp1ubuntu1_all.deb ...
13:40:26 #9 43.59 Unpacking libldap-common (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:26 #9 43.62 Selecting previously unselected package liblist-compare-perl.
13:40:26 #9 43.62 Preparing to unpack .../277-liblist-compare-perl_0.55-1_all.deb ...
13:40:26 #9 43.62 Unpacking liblist-compare-perl (0.55-1) ...
13:40:26 #9 43.65 Selecting previously unselected package liblist-someutils-perl.
13:40:26 #9 43.66 Preparing to unpack .../278-liblist-someutils-perl_0.58-1_all.deb ...
13:40:26 #9 43.66 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:26 #9 43.69 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:26 #9 44.05 Setting up gcc (4:11.2.0-1ubuntu1) ...
13:40:26 #9 44.08 Setting up python3-six (1.16.0-3ubuntu1) ...
13:40:26 #8 38.96 Preparing to unpack .../223-liblist-compare-perl_0.53-1_all.deb ...
13:40:26 #8 38.97 Unpacking liblist-compare-perl (0.53-1) ...
13:40:26 #8 39.01 Selecting previously unselected package liblist-moreutils-perl.
13:40:26 #8 39.01 Preparing to unpack .../224-liblist-moreutils-perl_0.416-1build3_amd64.deb ...
13:40:26 #8 39.01 Unpacking liblist-moreutils-perl (0.416-1build3) ...
13:40:26 #8 39.05 Selecting previously unselected package libltdl7:amd64.
13:40:26 #8 39.05 Preparing to unpack .../225-libltdl7_2.4.6-2_amd64.deb ...
13:40:26 #8 39.06 Unpacking libltdl7:amd64 (2.4.6-2) ...
13:40:26 #8 39.09 Selecting previously unselected package libltdl-dev:amd64.
13:40:26 #8 39.09 Preparing to unpack .../226-libltdl-dev_2.4.6-2_amd64.deb ...
13:40:26 #8 39.10 Unpacking libltdl-dev:amd64 (2.4.6-2) ...
13:40:26 #8 39.14 Selecting previously unselected package libnet-http-perl.
13:40:26 #8 39.15 Preparing to unpack .../227-libnet-http-perl_6.17-1_all.deb ...
13:40:26 #8 39.15 Unpacking libnet-http-perl (6.17-1) ...
13:40:26 #8 39.18 Selecting previously unselected package libwww-robotrules-perl.
13:40:26 #8 20.28 Selecting previously unselected package libcrypt-dev:armhf.
13:40:26 #8 20.28 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
13:40:26 #8 20.28 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
13:40:26 #8 20.35 Selecting previously unselected package libtirpc-dev:armhf.
13:40:26 #8 20.35 Preparing to unpack .../035-libtirpc-dev_1.3.1-1_armhf.deb ...
13:40:26 #8 20.36 Unpacking libtirpc-dev:armhf (1.3.1-1) ...
13:40:26 #8 20.45 Selecting previously unselected package libnsl-dev:armhf.
13:40:26 #8 20.45 Preparing to unpack .../036-libnsl-dev_1.3.0-2_armhf.deb ...
13:40:26 #8 20.46 Unpacking libnsl-dev:armhf (1.3.0-2) ...
13:40:26 #8 20.55 Selecting previously unselected package libc6-dev:armhf.
13:40:26 #8 20.55 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u3_armhf.deb ...
13:40:26 #8 39.63 Preparing to unpack .../185-libcgi-fast-perl_1%3a2.13-1_all.deb ...
13:40:26 #8 39.63 Unpacking libcgi-fast-perl (1:2.13-1) ...
13:40:26 #8 39.67 Selecting previously unselected package libsub-name-perl.
13:40:26 #8 39.67 Preparing to unpack .../186-libsub-name-perl_0.21-1+b3_amd64.deb ...
13:40:26 #8 39.67 Unpacking libsub-name-perl (0.21-1+b3) ...
13:40:26 #8 39.70 Selecting previously unselected package libclass-accessor-perl.
13:40:26 #8 39.71 Preparing to unpack .../187-libclass-accessor-perl_0.51-1_all.deb ...
13:40:26 #8 39.71 Unpacking libclass-accessor-perl (0.51-1) ...
13:40:26 #8 39.74 Selecting previously unselected package libclass-inspector-perl.
13:40:26 #8 39.74 Preparing to unpack .../188-libclass-inspector-perl_1.32-1_all.deb ...
13:40:26 #8 39.75 Unpacking libclass-inspector-perl (1.32-1) ...
13:40:26 #8 39.78 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:26 #8 39.78 Preparing to unpack .../189-libclass-xsaccessor-perl_1.19-3+b2_amd64.deb ...
13:40:26 #8 39.78 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
13:40:26 #8 39.81 Selecting previously unselected package libclone-perl.
13:40:26 #8 39.82 Preparing to unpack .../190-libclone-perl_0.41-1+b1_amd64.deb ...
13:40:26 #8 39.82 Unpacking libclone-perl (0.41-1+b1) ...
13:40:26 #8 39.85 Selecting previously unselected package libcommon-sense-perl.
13:40:26 #8 39.85 Preparing to unpack .../191-libcommon-sense-perl_3.74-2+b7_amd64.deb ...
13:40:26 #8 39.86 Unpacking libcommon-sense-perl (3.74-2+b7) ...
13:40:26 #8 39.89 Selecting previously unselected package libparams-util-perl.
13:40:26 #8 39.89 Preparing to unpack .../192-libparams-util-perl_1.07-3+b4_amd64.deb ...
13:40:26 #8 39.89 Unpacking libparams-util-perl (1.07-3+b4) ...
13:40:26 #8 39.93 Selecting previously unselected package libsub-install-perl.
13:40:26 #8 39.93 Preparing to unpack .../193-libsub-install-perl_0.928-1_all.deb ...
13:40:26 #8 39.95 Unpacking libsub-install-perl (0.928-1) ...
13:40:26 #9 44.38 --------------------------------------------------------------------------------
13:40:26 #9 44.38 Total                                              1.0 MB/s |  17 MB  00:17     
13:40:26 #9 44.38 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
13:40:26 #9 44.39 Importing GPG key 0xF4A80EB5:
13:40:26 #9 44.39  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
13:40:26 #9 44.39  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
13:40:26 #9 44.39  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
13:40:26 #9 44.39  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
13:40:26 #9 44.39 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
13:40:26 #9 44.40 Importing GPG key 0x305D49D6:
13:40:26 #9 44.40  Userid     : "CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) <security@centos.org>"
13:40:26 #9 44.40  Fingerprint: ef8f 3ca6 6efd f32b 36cd adf7 6c7c b6ef 305d 49d6
13:40:26 #9 44.40  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
13:40:26 #9 44.40  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
13:40:26 #9 44.46 Running transaction check
13:40:26 #9 44.50 Running transaction test
13:40:26 #9 44.58 Transaction test succeeded
13:40:26 #9 44.58 Running transaction
13:40:26 #9 44.72   Updating   : rpm-4.11.3-48.el7_9.aarch64                                 1/52 
13:40:26 #8 49.29   Installing       : xz-5.2.5-5.fc34.aarch64                              6/135 
13:40:26 #8 49.30   Installing       : unzip-6.0-50.fc34.aarch64                            7/135 
13:40:26 #8 49.34   Installing       : findutils-1:4.8.0-2.fc34.aarch64                     8/135 
13:40:26 #8 49.38   Installing       : cpio-2.13-10.fc34.aarch64                            9/135 
13:40:26 #8 49.39   Installing       : bzip2-1.0.8-6.fc34.aarch64                          10/135 
13:40:26 #8 49.43   Installing       : zip-3.0-28.fc34.aarch64                             11/135 
13:40:26 #8 49.46   Installing       : elfutils-0.186-1.fc34.aarch64                       12/135 
13:40:26 #8 49.49   Installing       : python3-file-magic-5.39-7.fc34.noarch               13/135 
13:40:26 #8 49.50   Installing       : zstd-1.5.2-1.fc34.aarch64                           14/135 
13:40:26 #9 25.27 Selecting previously unselected package shared-mime-info.
13:40:26 #9 25.27 Preparing to unpack .../030-shared-mime-info_1.15-1_armhf.deb ...
13:40:26 #9 25.27 Unpacking shared-mime-info (1.15-1) ...
13:40:26 #9 25.49 Selecting previously unselected package ucf.
13:40:26 #9 25.49 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
13:40:26 #9 25.52 Moving old data out of the way
13:40:26 #9 25.53 Unpacking ucf (3.0038+nmu1) ...
13:40:26 #9 25.59 Selecting previously unselected package xdg-user-dirs.
13:40:26 #9 25.59 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_armhf.deb ...
13:40:26 #9 25.60 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
13:40:26 #8 52.62   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch               9/178 
13:40:26 #8 52.64   Upgrading        : glibc-common-2.35-5.fc36.aarch64                    10/178 
13:40:26 #8 52.69   Upgrading        : glibc-minimal-langpack-2.35-5.fc36.aarch64          11/178 
13:40:26 #8 52.69   Running scriptlet: glibc-2.35-5.fc36.aarch64                           12/178 
13:40:26 #8 52.74   Upgrading        : glibc-2.35-5.fc36.aarch64                           12/178 
13:40:26 #10 23.66   Preparing        :                                                        1/1 
13:40:26 #10 23.72   Upgrading        : rpm-libs-4.14.3-23.el8.x86_64                         1/97 
13:40:26 #10 23.73   Running scriptlet: rpm-libs-4.14.3-23.el8.x86_64                         1/97 
13:40:26 #10 23.81   Upgrading        : rpm-4.14.3-23.el8.x86_64                              2/97 
13:40:26 #10 23.83   Upgrading        : rpm-build-libs-4.14.3-23.el8.x86_64                   3/97 
13:40:26 #10 23.84   Running scriptlet: rpm-build-libs-4.14.3-23.el8.x86_64                   3/97 
13:40:26 #10 23.87   Installing       : xz-5.2.4-3.el8.x86_64                                 4/97 
13:40:26 #8 50.48   Installing       : unbound-libs-1.13.2-1.fc35.aarch64                  34/167 
13:40:26 #8 50.52   Running scriptlet: unbound-libs-1.13.2-1.fc35.aarch64                  34/167 
13:40:26 #8 50.54   Installing       : python3-unbound-1.13.2-1.fc35.aarch64               35/167 
13:40:26 #8 50.55   Installing       : enchant-1:1.6.0-28.fc35.aarch64                     36/167 
13:40:26 #8 50.59   Installing       : python3-enchant-3.2.2-1.fc35.noarch                 37/167 
13:40:26 #8 50.60   Installing       : bzip2-1.0.8-9.fc35.aarch64                          38/167 
13:40:26 #8 50.64   Installing       : cpio-2.13-11.fc35.aarch64                           39/167 
13:40:26 #8 50.64   Installing       : dash-0.5.10.2-9.fc35.aarch64                        40/167 
13:40:27 #8 28.98 Unpacking autoconf (2.69-11) ...
13:40:27 #8 29.06 Selecting previously unselected package autotools-dev.
13:40:27 #8 29.06 Preparing to unpack .../052-autotools-dev_20180224.1_all.deb ...
13:40:27 #8 29.06 Unpacking autotools-dev (20180224.1) ...
13:40:27 #8 29.11 Selecting previously unselected package automake.
13:40:27 #8 29.11 Preparing to unpack .../053-automake_1%3a1.15.1-3ubuntu2_all.deb ...
13:40:27 #8 36.82 Preparing to unpack .../160-liberror-perl_0.17029-1_all.deb ...
13:40:27 #8 36.83 Unpacking liberror-perl (0.17029-1) ...
13:40:27 #8 36.86 Selecting previously unselected package git-man.
13:40:27 #8 36.86 Preparing to unpack .../161-git-man_1%3a2.30.2-1_all.deb ...
13:40:27 #8 36.86 Unpacking git-man (1:2.30.2-1) ...
13:40:27 #8 36.99 Selecting previously unselected package git.
13:40:27 #8 37.00 Preparing to unpack .../162-git_1%3a2.30.2-1_amd64.deb ...
13:40:27 #8 37.01 Unpacking git (1:2.30.2-1) ...
13:40:27 #9 38.93 Preparing to unpack .../271-libhtml-format-perl_2.12-1.1_all.deb ...
13:40:27 #9 38.93 Unpacking libhtml-format-perl (2.12-1.1) ...
13:40:27 #9 38.97 Selecting previously unselected package libhtml-html5-entities-perl.
13:40:27 #9 38.97 Preparing to unpack .../272-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:40:27 #9 38.97 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:40:27 #9 39.01 Selecting previously unselected package libhttp-daemon-perl.
13:40:27 #9 39.01 Preparing to unpack .../273-libhttp-daemon-perl_6.12-1_all.deb ...
13:40:27 #9 39.01 Unpacking libhttp-daemon-perl (6.12-1) ...
13:40:27 #9 39.04 Selecting previously unselected package libtypes-serialiser-perl.
13:40:27 #9 39.05 Preparing to unpack .../274-libtypes-serialiser-perl_1.01-1_all.deb ...
13:40:27 #9 39.05 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:40:27 #9 39.08 Selecting previously unselected package libjson-xs-perl.
13:40:27 #9 39.08 Preparing to unpack .../275-libjson-xs-perl_4.030-1build2_amd64.deb ...
13:40:27 #9 39.08 Unpacking libjson-xs-perl (4.030-1build2) ...
13:40:27 #9 39.11 Selecting previously unselected package libjson-maybexs-perl.
13:40:27 #9 39.11 Preparing to unpack .../276-libjson-maybexs-perl_1.004003-1_all.deb ...
13:40:27 #9 39.12 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:40:27 #9 39.15 Selecting previously unselected package libldap-common.
13:40:27 #9 18.87 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-certifi all 2020.6.20-1 [150 kB]
13:40:27 #9 18.87 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-idna all 3.3-1 [49.3 kB]
13:40:27 #9 18.87 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB]
13:40:27 #9 18.87 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
13:40:27 #9 37.19 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
13:40:27 #9 37.19 Unpacking libio-stringy-perl (2.111-3) ...
13:40:27 #9 37.23 Selecting previously unselected package libparams-validate-perl.
13:40:27 #9 37.23 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
13:40:27 #9 37.23 Unpacking libparams-validate-perl (1.29-3) ...
13:40:27 #9 37.27 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:27 #9 37.27 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
13:40:27 #9 37.27 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
13:40:27 #9 37.31 Selecting previously unselected package libsort-versions-perl.
13:40:27 #9 37.32 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
13:40:27 #9 37.32 Unpacking libsort-versions-perl (1.62-1) ...
13:40:27 #9 37.35 Selecting previously unselected package libgit-wrapper-perl.
13:40:27 #9 37.35 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:27 #9 37.35 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:27 #9 37.38 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:27 #9 37.38 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:40:27 #9 37.39 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:40:27 #9 37.42 Selecting previously unselected package libio-prompter-perl.
13:40:27 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 5.2s
13:40:27 #9 43.98 Setting up binutils-aarch64-linux-gnu (2.34-6ubuntu1.3) ...
13:40:27 #9 44.00 Setting up binutils (2.34-6ubuntu1.3) ...
13:40:27 #9 44.01 Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:27 #9 44.02 Setting up ca-certificates (20210119~20.04.2) ...
13:40:27 #9 43.70 Preparing to unpack .../279-liblist-someutils-xs-perl_0.58-2build2_arm64.deb ...
13:40:27 #9 43.70 Unpacking liblist-someutils-xs-perl (0.58-2build2) ...
13:40:27 #9 43.73 Selecting previously unselected package liblist-utilsby-perl.
13:40:27 #9 43.73 Preparing to unpack .../280-liblist-utilsby-perl_0.11-1_all.deb ...
13:40:27 #9 43.74 Unpacking liblist-utilsby-perl (0.11-1) ...
13:40:27 #9 43.77 Selecting previously unselected package libltdl7:arm64.
13:40:27 #9 43.77 Preparing to unpack .../281-libltdl7_2.4.6-15_arm64.deb ...
13:40:27 #9 43.78 Unpacking libltdl7:arm64 (2.4.6-15) ...
13:40:27 #9 43.81 Selecting previously unselected package libltdl-dev:arm64.
13:40:27 #9 43.81 Preparing to unpack .../282-libltdl-dev_2.4.6-15_arm64.deb ...
13:40:27 #9 43.81 Unpacking libltdl-dev:arm64 (2.4.6-15) ...
13:40:27 #9 43.86 Selecting previously unselected package liblzo2-2:arm64.
13:40:27 #9 43.87 Preparing to unpack .../283-liblzo2-2_2.10-2build1_arm64.deb ...
13:40:27 #9 43.87 Unpacking liblzo2-2:arm64 (2.10-2build1) ...
13:40:27 #9 43.91 Selecting previously unselected package libsys-hostname-long-perl.
13:40:27 #9 43.91 Preparing to unpack .../284-libsys-hostname-long-perl_1.5-2_all.deb ...
13:40:27 #8 39.18 Preparing to unpack .../228-libwww-robotrules-perl_6.01-1_all.deb ...
13:40:27 #8 39.18 Unpacking libwww-robotrules-perl (6.01-1) ...
13:40:27 #8 39.21 Selecting previously unselected package libwww-perl.
13:40:27 #8 39.22 Preparing to unpack .../229-libwww-perl_6.31-1ubuntu0.1_all.deb ...
13:40:27 #8 39.22 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
13:40:27 #8 39.33 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:27 #8 39.33 Preparing to unpack .../230-liblwp-protocol-https-perl_6.07-2_all.deb ...
13:40:27 #8 39.34 Unpacking liblwp-protocol-https-perl (6.07-2) ...
13:40:27 #8 39.37 Selecting previously unselected package libsys-hostname-long-perl.
13:40:27 #8 39.37 Preparing to unpack .../231-libsys-hostname-long-perl_1.5-1_all.deb ...
13:40:27 #8 39.37 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:40:27 #8 39.41 Selecting previously unselected package libmail-sendmail-perl.
13:40:27 #8 39.41 Preparing to unpack .../232-libmail-sendmail-perl_0.80-1_all.deb ...
13:40:27 #8 39.41 Unpacking libmail-sendmail-perl (0.80-1) ...
13:40:27 #8 39.47 Selecting previously unselected package librole-tiny-perl.
13:40:27 #9 44.20 Setting up dirmngr (2.2.27-3ubuntu2) ...
13:40:27 #9 44.33 Setting up perl (5.34.0-3ubuntu1) ...
13:40:27 #9 44.36 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
13:40:27 #9 44.37 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:40:27 #9 44.38 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
13:40:27 #9 44.39 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
13:40:27 #8 20.57 Unpacking libc6-dev:armhf (2.31-13+deb11u3) ...
13:40:27 #9 25.70 Selecting previously unselected package xz-utils.
13:40:27 #9 25.70 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_armhf.deb ...
13:40:27 #9 25.70 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
13:40:27 #9 25.74 Selecting previously unselected package gettext-base.
13:40:27 #9 25.74 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_armhf.deb ...
13:40:27 #9 25.75 Unpacking gettext-base (0.19.8.1-10build1) ...
13:40:27 #9 25.81 Selecting previously unselected package iso-codes.
13:40:27 #9 25.81 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
13:40:27 #9 25.82 Unpacking iso-codes (4.4-1) ...
13:40:27 #9 44.77   Updating   : rpm-libs-4.11.3-48.el7_9.aarch64                            2/52 
13:40:27 #8 49.54   Installing       : xxhash-libs-0.8.1-1.fc34.aarch64                    15/135 
13:40:27 #8 49.60   Installing       : gdb-minimal-11.1-5.fc34.aarch64                     16/135 
13:40:27 #8 49.64   Installing       : rust-srpm-macros-21-1.fc34.noarch                   17/135 
13:40:27 #8 49.64   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc34.noarch          18/135 
13:40:27 #8 49.71   Installing       : python3-setuptools-53.0.0-3.fc34.noarch             19/135 
13:40:27 #11 0.821 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
13:40:27 #11 0.882 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
13:40:27 #11 0.955 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
13:40:27 #11 1.029 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
13:40:27 #10 23.90   Installing       : unzip-6.0-46.el8.x86_64                               5/97 
13:40:27 #10 24.04   Installing       : groff-base-1.22.3-18.el8.x86_64                       6/97 
13:40:27 #10 24.06   Installing       : file-5.33-20.el8.x86_64                               7/97 
13:40:27 #10 24.10   Installing       : cpio-2.12-11.el8.x86_64                               8/97 
13:40:27 #8 52.78   Running scriptlet: glibc-2.35-5.fc36.aarch64                           12/178 
13:40:27 #8 52.92   Installing       : glibc-gconv-extra-2.35-5.fc36.aarch64               13/178 
13:40:27 #8 52.96   Running scriptlet: glibc-gconv-extra-2.35-5.fc36.aarch64               13/178 
13:40:27 #8 52.98   Upgrading        : xz-libs-5.2.5-9.fc36.aarch64                        14/178 
13:40:27 #8 53.02   Upgrading        : elfutils-libelf-0.187-2.fc36.aarch64                15/178 
13:40:27 #8 53.03   Running scriptlet: rpm-4.17.0-10.fc36.aarch64                          16/178 
13:40:27 #8 53.06   Upgrading        : rpm-4.17.0-10.fc36.aarch64                          16/178 
13:40:27 #8 53.10   Upgrading        : rpm-libs-4.17.0-10.fc36.aarch64                     17/178 
13:40:27 #8 50.69   Running scriptlet: dash-0.5.10.2-9.fc35.aarch64                        40/167 
13:40:27 #8 50.71   Installing       : deltarpm-3.6.2-10.fc35.aarch64                      41/167 
13:40:27 #8 50.73   Installing       : diffutils-3.8-1.fc35.aarch64                        42/167 
13:40:27 #8 50.77   Running scriptlet: groff-base-1.22.4-8.fc35.aarch64                    43/167 
13:40:27 #8 50.82   Installing       : groff-base-1.22.4-8.fc35.aarch64                    43/167 
13:40:27 #8 50.88   Running scriptlet: groff-base-1.22.4-8.fc35.aarch64                    43/167 
13:40:27 #8 50.90   Installing       : info-6.8-2.fc35.aarch64                             44/167 
13:40:27 #8 40.15 Selecting previously unselected package libdata-optlist-perl.
13:40:27 #8 40.15 Preparing to unpack .../194-libdata-optlist-perl_0.110-1_all.deb ...
13:40:27 #8 40.20 Unpacking libdata-optlist-perl (0.110-1) ...
13:40:27 #13 9.726   Preparing        :                                                        1/1 
13:40:27 #13 9.782   Upgrading        : libgcc-8.5.0-13.el8.aarch64                           1/73 
13:40:27 #13 9.795   Running scriptlet: libgcc-8.5.0-13.el8.aarch64                           1/73 
13:40:27 #13 9.823   Installing       : cmake-rpm-macros-3.20.2-4.el8.noarch                  2/73 
13:40:27 #13 9.841   Installing       : cmake-filesystem-3.20.2-4.el8.aarch64                 3/73 
13:40:27 #13 10.00   Upgrading        : bash-4.4.20-4.el8.aarch64                             4/73 
13:40:27 #8 29.12 Unpacking automake (1:1.15.1-3ubuntu2) ...
13:40:27 #8 29.26 Selecting previously unselected package autopoint.
13:40:27 #8 29.26 Preparing to unpack .../054-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
13:40:27 #8 29.26 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
13:40:27 #8 29.31 Selecting previously unselected package binutils-common:armhf.
13:40:27 #8 29.31 Preparing to unpack .../055-binutils-common_2.30-21ubuntu1~18.04.7_armhf.deb ...
13:40:27 #8 29.31 Unpacking binutils-common:armhf (2.30-21ubuntu1~18.04.7) ...
13:40:27 #8 29.37 Selecting previously unselected package libbinutils:armhf.
13:40:27 #8 29.37 Preparing to unpack .../056-libbinutils_2.30-21ubuntu1~18.04.7_armhf.deb ...
13:40:27 #9 39.15 Preparing to unpack .../277-libldap-common_2.5.6+dfsg-1~exp1ubuntu1_all.deb ...
13:40:27 #9 39.15 Unpacking libldap-common (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:27 #9 39.18 Selecting previously unselected package liblist-compare-perl.
13:40:27 #9 39.18 Preparing to unpack .../278-liblist-compare-perl_0.55-1_all.deb ...
13:40:27 #9 39.18 Unpacking liblist-compare-perl (0.55-1) ...
13:40:27 #9 39.22 Selecting previously unselected package liblist-someutils-perl.
13:40:27 #9 39.22 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
13:40:27 #9 39.23 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:27 #9 39.26 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:27 #9 39.26 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2build2_amd64.deb ...
13:40:27 #9 39.27 Unpacking liblist-someutils-xs-perl (0.58-2build2) ...
13:40:27 #9 39.30 Selecting previously unselected package liblist-utilsby-perl.
13:40:27 #9 39.30 Preparing to unpack .../281-liblist-utilsby-perl_0.11-1_all.deb ...
13:40:27 #9 39.31 Unpacking liblist-utilsby-perl (0.11-1) ...
13:40:27 #9 39.33 Selecting previously unselected package libltdl7:amd64.
13:40:27 #9 39.34 Preparing to unpack .../282-libltdl7_2.4.6-15_amd64.deb ...
13:40:27 #9 39.34 Unpacking libltdl7:amd64 (2.4.6-15) ...
13:40:27 #9 39.37 Selecting previously unselected package libltdl-dev:amd64.
13:40:27 #9 39.37 Preparing to unpack .../283-libltdl-dev_2.4.6-15_amd64.deb ...
13:40:27 #9 39.38 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
13:40:27 #9 39.43 Selecting previously unselected package liblzo2-2:amd64.
13:40:27 #9 39.43 Preparing to unpack .../284-liblzo2-2_2.10-2build1_amd64.deb ...
13:40:27 #9 39.43 Unpacking liblzo2-2:amd64 (2.10-2build1) ...
13:40:27 #9 39.47 Selecting previously unselected package libsys-hostname-long-perl.
13:40:27 #9 39.47 Preparing to unpack .../285-libsys-hostname-long-perl_1.5-2_all.deb ...
13:40:27 #9 39.47 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:40:27 #9 18.87 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-requests all 2.25.1+dfsg-2 [47.9 kB]
13:40:27 #9 18.87 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-unidiff all 0.5.5-2 [9180 B]
13:40:27 #9 18.87 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-xdg all 0.27-2 [36.9 kB]
13:40:27 #9 18.87 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf equivs all 2.3.1 [19.0 kB]
13:40:27 #9 18.87 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
13:40:27 #9 18.94 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-magic all 2:0.4.24-2 [12.6 kB]
13:40:27 #9 19.14 debconf: delaying package configuration, since apt-utils is not installed
13:40:27 #9 37.42 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
13:40:27 #9 37.42 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:27 #9 37.45 Selecting previously unselected package libjson-perl.
13:40:27 #9 37.45 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
13:40:27 #9 37.46 Unpacking libjson-perl (4.02000-2) ...
13:40:27 #9 37.50 Selecting previously unselected package liblog-any-perl.
13:40:27 #9 37.50 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
13:40:27 #9 37.51 Unpacking liblog-any-perl (1.708-1) ...
13:40:27 #9 37.54 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:27 #9 37.54 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:40:27 #9 37.55 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:40:27 #9 37.57 Selecting previously unselected package libpackage-stash-perl.
13:40:27 #9 37.58 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
13:40:27 #9 37.58 Unpacking libpackage-stash-perl (0.38-1) ...
13:40:27 #9 37.61 Selecting previously unselected package libsub-identify-perl.
13:40:27 #9 37.61 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
13:40:27 #9 37.61 Unpacking libsub-identify-perl (0.14-1build2) ...
13:40:27 #9 37.64 Selecting previously unselected package libsub-name-perl.
13:40:27 #9 37.64 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
13:40:27 #9 37.65 Unpacking libsub-name-perl (0.26-1) ...
13:40:27 #9 37.68 Selecting previously unselected package libnamespace-clean-perl.
13:40:27 #9 37.68 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:27 #9 37.68 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:27 #9 37.71 Selecting previously unselected package libpath-tiny-perl.
13:40:27 #9 37.71 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
13:40:27 #9 37.72 Unpacking libpath-tiny-perl (0.108-1) ...
13:40:27 #9 37.75 Selecting previously unselected package libtype-tiny-perl.
13:40:27 #9 44.48 Updating certificates in /etc/ssl/certs...
13:40:27 #9 43.91 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:40:27 #9 43.95 Selecting previously unselected package libmail-sendmail-perl.
13:40:27 #9 43.95 Preparing to unpack .../285-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:40:27 #9 43.95 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:40:27 #9 43.99 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:27 #9 43.99 Preparing to unpack .../286-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:27 #9 43.99 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:27 #9 44.02 Selecting previously unselected package libmailtools-perl.
13:40:27 #9 44.02 Preparing to unpack .../287-libmailtools-perl_2.21-1_all.deb ...
13:40:27 #9 44.03 Unpacking libmailtools-perl (2.21-1) ...
13:40:27 #9 44.08 Selecting previously unselected package libmarkdown2:arm64.
13:40:27 #9 44.08 Preparing to unpack .../288-libmarkdown2_2.2.6-1ubuntu2_arm64.deb ...
13:40:27 #9 44.08 Unpacking libmarkdown2:arm64 (2.2.6-1ubuntu2) ...
13:40:27 #9 44.12 Selecting previously unselected package libmoox-aliases-perl.
13:40:27 #9 44.12 Preparing to unpack .../289-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:40:27 #9 44.12 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:40:27 #9 44.16 Selecting previously unselected package libnamespace-autoclean-perl.
13:40:27 #9 44.16 Preparing to unpack .../290-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:40:27 #9 44.16 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:40:27 #9 44.19 Selecting previously unselected package libobject-id-perl.
13:40:27 #9 44.20 Preparing to unpack .../291-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
13:40:27 #9 44.20 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:40:27 #9 44.23 Selecting previously unselected package libmoox-struct-perl.
13:40:27 #8 39.47 Preparing to unpack .../233-librole-tiny-perl_2.000006-1_all.deb ...
13:40:27 #8 39.47 Unpacking librole-tiny-perl (2.000006-1) ...
13:40:27 #8 39.52 Selecting previously unselected package libstrictures-perl.
13:40:27 #8 39.52 Preparing to unpack .../234-libstrictures-perl_2.000003-1_all.deb ...
13:40:27 #8 39.53 Unpacking libstrictures-perl (2.000003-1) ...
13:40:27 #8 39.60 Selecting previously unselected package libsub-quote-perl.
13:40:27 #8 39.60 Preparing to unpack .../235-libsub-quote-perl_2.005000-1_all.deb ...
13:40:27 #8 39.61 Unpacking libsub-quote-perl (2.005000-1) ...
13:40:27 #8 39.65 Selecting previously unselected package libmoo-perl.
13:40:27 #8 39.65 Preparing to unpack .../236-libmoo-perl_2.003004-1_all.deb ...
13:40:27 #8 39.65 Unpacking libmoo-perl (2.003004-1) ...
13:40:27 #8 39.69 Selecting previously unselected package libpackage-stash-perl.
13:40:27 #8 39.69 Preparing to unpack .../237-libpackage-stash-perl_0.37-1_all.deb ...
13:40:27 #8 39.69 Unpacking libpackage-stash-perl (0.37-1) ...
13:40:27 #8 39.72 Selecting previously unselected package libsub-identify-perl.
13:40:27 #9 44.60 Setting up libdata-dump-perl (1.25-1) ...
13:40:27 #9 44.61 Setting up python3-certifi (2020.6.20-1) ...
13:40:27 #9 44.73 Setting up libfile-find-rule-perl (0.34-1) ...
13:40:27 #9 44.74 Setting up libref-util-perl (0.204-1) ...
13:40:27 #9 44.75 Setting up libipc-system-simple-perl (1.30-1) ...
13:40:27 #9 44.77 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:40:27 #9 44.78 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
13:40:27 #9 44.79 Setting up libsocket6-perl (0.29-1build4) ...
13:40:27 #9 44.80 Setting up libio-prompt-tiny-perl (0.003-1) ...
13:40:27 #9 44.82 Setting up libhash-fieldhash-perl (0.15-1build5) ...
13:40:27 #9 44.83 Setting up libgd3:arm64 (2.3.0-2ubuntu2) ...
13:40:27 #9 44.84 Setting up libvariable-magic-perl (0.62-1build5) ...
13:40:27 #9 39.61 Setting up python3.10 (3.10.4-3) ...
13:40:27 #8 20.96 Selecting previously unselected package libisl23:armhf.
13:40:27 #8 20.96 Preparing to unpack .../038-libisl23_0.23-1_armhf.deb ...
13:40:27 #8 20.96 Unpacking libisl23:armhf (0.23-1) ...
13:40:27 #9 45.06   Updating   : rpm-build-libs-4.11.3-48.el7_9.aarch64                      3/52 
13:40:27 #8 49.75   Installing       : python3-distro-1.5.0-5.fc34.noarch                  20/135 
13:40:27 #8 49.76   Installing       : libjpeg-turbo-2.0.90-3.fc34.aarch64                 21/135 
13:40:27 #8 49.79   Installing       : less-590-2.fc34.aarch64                             22/135 
13:40:27 #8 49.80   Installing       : json-glib-1.6.6-1.fc34.aarch64                      23/135 
13:40:27 #8 49.85   Installing       : emacs-filesystem-1:27.2-5.fc34.noarch               24/135 
13:40:27 #8 49.85   Installing       : desktop-file-utils-0.26-3.fc34.aarch64              25/135 
13:40:27 #8 49.89   Installing       : efi-srpm-macros-5-4.fc34.noarch                     26/135 
13:40:27 #8 49.91   Installing       : shared-mime-info-2.1-2.fc34.aarch64                 27/135 
13:40:27 #8 49.95   Running scriptlet: shared-mime-info-2.1-2.fc34.aarch64                 27/135 
13:40:27 #8 49.96   Installing       : qt5-srpm-macros-5.15.2-2.fc34.noarch                28/135 
13:40:27 #8 49.97   Installing       : python3-six-1.15.0-5.fc34.noarch                    29/135 
13:40:27 #8 50.02   Installing       : python3-dateutil-1:2.8.1-3.fc34.noarch              30/135 
13:40:27 #8 50.03   Installing       : pkgconf-m4-1.7.3-6.fc34.noarch                      31/135 
13:40:27 #8 50.03   Installing       : perl-srpm-macros-1-39.fc34.noarch                   32/135 
13:40:27 #8 53.14   Upgrading        : elfutils-libs-0.187-2.fc36.aarch64                  18/178 
13:40:27 #8 53.15   Installing       : elfutils-debuginfod-client-0.187-2.fc36.aarch64     19/178 
13:40:27 #8 53.20   Installing       : binutils-gold-2.37-27.fc36.aarch64                  20/178 
13:40:27 #8 53.32   Installing       : binutils-2.37-27.fc36.aarch64                       21/178 
13:40:27 #8 53.35   Running scriptlet: binutils-2.37-27.fc36.aarch64                       21/178 
13:40:27 #8 53.37   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch          22/178 
13:40:27 #8 50.93   Installing       : ed-1.14.2-11.fc35.aarch64                           45/167 
13:40:27 #8 50.94   Installing       : patch-2.7.6-15.fc35.aarch64                         46/167 
13:40:27 #8 50.95   Installing       : json-glib-1.6.6-1.fc35.aarch64                      47/167 
13:40:27 #8 51.02   Installing       : libjpeg-turbo-2.1.0-3.fc35.aarch64                  48/167 
13:40:27 #8 51.03   Installing       : libpkgconf-1.8.0-1.fc35.aarch64                     49/167 
13:40:27 #8 51.08   Installing       : pkgconf-1.8.0-1.fc35.aarch64                        50/167 
13:40:27 #8 51.09   Installing       : libpng-2:1.6.37-11.fc35.aarch64                     51/167 
13:40:27 #8 51.15   Installing       : libproxy-0.4.17-3.fc35.aarch64                      52/167 
13:40:27 #8 51.16   Installing       : glib-networking-2.70.1-1.fc35.aarch64               53/167 
13:40:27 #8 40.30 Selecting previously unselected package libsub-exporter-perl.
13:40:27 #8 40.30 Preparing to unpack .../195-libsub-exporter-perl_0.987-1_all.deb ...
13:40:27 #8 40.31 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:27 #8 40.47 Selecting previously unselected package libconst-fast-perl.
13:40:27 #8 40.48 Preparing to unpack .../196-libconst-fast-perl_0.014-1_all.deb ...
13:40:27 #8 40.53 Unpacking libconst-fast-perl (0.014-1) ...
13:40:27 #13 10.03   Running scriptlet: bash-4.4.20-4.el8.aarch64                             4/73 
13:40:27 #8 29.37 Unpacking libbinutils:armhf (2.30-21ubuntu1~18.04.7) ...
13:40:27 #8 29.46 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:40:27 #8 29.46 Preparing to unpack .../057-binutils-arm-linux-gnueabihf_2.30-21ubuntu1~18.04.7_armhf.deb ...
13:40:27 #8 29.47 Unpacking binutils-arm-linux-gnueabihf (2.30-21ubuntu1~18.04.7) ...
13:40:27 #8 37.33 Fedora 36 - x86_64 - Updates                    220  B/s | 257  B     00:01    
13:40:27 #9 39.51 Selecting previously unselected package libmail-sendmail-perl.
13:40:27 #9 39.51 Preparing to unpack .../286-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:40:27 #9 39.52 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:40:27 #9 39.54 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:27 #9 39.54 Preparing to unpack .../287-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:27 #9 39.55 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:27 #9 39.57 Selecting previously unselected package libmailtools-perl.
13:40:27 #9 39.57 Preparing to unpack .../288-libmailtools-perl_2.21-1_all.deb ...
13:40:27 #9 39.58 Unpacking libmailtools-perl (2.21-1) ...
13:40:27 #9 39.62 Selecting previously unselected package libmarkdown2:amd64.
13:40:27 #9 39.62 Preparing to unpack .../289-libmarkdown2_2.2.6-1ubuntu2_amd64.deb ...
13:40:27 #9 39.62 Unpacking libmarkdown2:amd64 (2.2.6-1ubuntu2) ...
13:40:27 #9 39.65 Selecting previously unselected package libmoox-aliases-perl.
13:40:27 #9 39.65 Preparing to unpack .../290-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:40:27 #9 39.66 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:40:27 #9 39.68 Selecting previously unselected package libnamespace-autoclean-perl.
13:40:27 #9 19.18 Fetched 114 MB in 12s (9512 kB/s)
13:40:27 #9 19.21 Selecting previously unselected package liblocale-gettext-perl.
13:40:27 #9 19.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 ... 4388 files and directories currently installed.)
13:40:27 #9 19.21 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_armhf.deb ...
13:40:27 #9 19.22 Unpacking liblocale-gettext-perl (1.07-4build3) ...
13:40:27 #9 19.28 Selecting previously unselected package libpython3.10-minimal:armhf.
13:40:27 #9 19.28 Preparing to unpack .../libpython3.10-minimal_3.10.4-3_armhf.deb ...
13:40:27 #9 19.28 Unpacking libpython3.10-minimal:armhf (3.10.4-3) ...
13:40:27 #9 37.75 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
13:40:27 #9 37.76 Unpacking libtype-tiny-perl (1.008001-2) ...
13:40:27 #9 37.81 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:27 #9 37.82 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
13:40:27 #9 37.82 Unpacking libgitlab-api-v4-perl (0.25-1) ...
13:40:27 #9 37.86 Selecting previously unselected package libhash-fieldhash-perl.
13:40:27 #9 37.86 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
13:40:27 #9 37.87 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
13:40:27 #9 37.90 Selecting previously unselected package libhtml-form-perl.
13:40:27 #9 37.90 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
13:40:27 #9 37.90 Unpacking libhtml-form-perl (6.07-1) ...
13:40:27 #9 37.94 Selecting previously unselected package libhtml-format-perl.
13:40:27 #9 37.94 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
13:40:27 #9 37.95 Unpacking libhtml-format-perl (2.12-1) ...
13:40:27 #9 37.98 Selecting previously unselected package libhttp-daemon-perl.
13:40:27 #8 37.55 Selecting previously unselected package iso-codes.
13:40:27 #8 37.56 Preparing to unpack .../163-iso-codes_4.6.0-1_all.deb ...
13:40:27 #8 37.56 Unpacking iso-codes (4.6.0-1) ...
13:40:27 #8 39.73 Preparing to unpack .../238-libsub-identify-perl_0.14-1_amd64.deb ...
13:40:27 #8 39.73 Unpacking libsub-identify-perl (0.14-1) ...
13:40:27 #8 39.76 Selecting previously unselected package libnamespace-clean-perl.
13:40:27 #8 39.76 Preparing to unpack .../239-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:27 #8 39.77 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:27 #8 39.80 Selecting previously unselected package libnumber-compare-perl.
13:40:27 #8 39.80 Preparing to unpack .../240-libnumber-compare-perl_0.03-1_all.deb ...
13:40:27 #8 39.81 Unpacking libnumber-compare-perl (0.03-1) ...
13:40:27 #8 39.84 Selecting previously unselected package libnumber-range-perl.
13:40:27 #8 39.84 Preparing to unpack .../241-libnumber-range-perl_0.12-1_all.deb ...
13:40:27 #8 39.84 Unpacking libnumber-range-perl (0.12-1) ...
13:40:27 #8 39.87 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:27 #8 39.88 Preparing to unpack .../242-libpackage-stash-xs-perl_0.28-3build2_amd64.deb ...
13:40:27 #8 39.88 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
13:40:27 #8 39.91 Selecting previously unselected package libparse-debianchangelog-perl.
13:40:27 #8 39.92 Preparing to unpack .../243-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
13:40:27 #8 39.92 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
13:40:27 #8 39.96 Selecting previously unselected package libtext-glob-perl.
13:40:27 #9 44.23 Preparing to unpack .../292-libmoox-struct-perl_0.020-1_all.deb ...
13:40:27 #9 44.23 Unpacking libmoox-struct-perl (0.020-1) ...
13:40:27 #9 44.27 Selecting previously unselected package libmouse-perl.
13:40:27 #9 44.27 Preparing to unpack .../293-libmouse-perl_2.5.10-1build2_arm64.deb ...
13:40:27 #9 44.27 Unpacking libmouse-perl (2.5.10-1build2) ...
13:40:27 #9 44.31 Selecting previously unselected package libnumber-range-perl.
13:40:27 #9 44.32 Preparing to unpack .../294-libnumber-range-perl_0.12-1.1_all.deb ...
13:40:27 #9 44.32 Unpacking libnumber-range-perl (0.12-1.1) ...
13:40:27 #9 44.35 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:27 #9 44.35 Preparing to unpack .../295-libpackage-stash-xs-perl_0.29-1build4_arm64.deb ...
13:40:27 #9 44.35 Unpacking libpackage-stash-xs-perl (0.29-1build4) ...
13:40:27 #9 44.38 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:27 #9 44.39 Preparing to unpack .../296-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:27 #9 44.39 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:27 #9 44.42 Selecting previously unselected package libperlio-gzip-perl.
13:40:27 #9 44.42 Preparing to unpack .../297-libperlio-gzip-perl_0.19-1build7_arm64.deb ...
13:40:27 #9 44.43 Unpacking libperlio-gzip-perl (0.19-1build7) ...
13:40:27 #9 44.48 Selecting previously unselected package libpod-parser-perl.
13:40:27 #9 44.48 Preparing to unpack .../298-libpod-parser-perl_1.63-2_all.deb ...
13:40:27 #9 44.85 Setting up python3-idna (3.3-1) ...
13:40:27 #9 45.05 Setting up libio-html-perl (1.004-2) ...
13:40:27 #9 45.06 Setting up libpod-parser-perl (1.63-2) ...
13:40:27 #9 45.07 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
13:40:27 #9 45.08 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
13:40:27 #9 45.09 Setting up libparams-util-perl (1.102-1build3) ...
13:40:27 #9 45.10 Setting up libdpkg-perl (1.21.1ubuntu2) ...
13:40:27 #8 21.08 Selecting previously unselected package libmpfr6:armhf.
13:40:27 #8 21.08 Preparing to unpack .../039-libmpfr6_4.1.0-3_armhf.deb ...
13:40:27 #8 21.08 Unpacking libmpfr6:armhf (4.1.0-3) ...
13:40:27 #8 21.16 Selecting previously unselected package libmpc3:armhf.
13:40:27 #8 21.16 Preparing to unpack .../040-libmpc3_1.2.0-1_armhf.deb ...
13:40:27 #8 21.17 Unpacking libmpc3:armhf (1.2.0-1) ...
13:40:27 #8 21.21 Selecting previously unselected package cpp-10.
13:40:27 #8 21.21 Preparing to unpack .../041-cpp-10_10.2.1-6_armhf.deb ...
13:40:27 #8 21.21 Unpacking cpp-10 (10.2.1-6) ...
13:40:27 #9 45.34   Installing : bzip2-1.0.6-13.el7.aarch64                                  4/52 
13:40:27 #9 45.51   Installing : groff-base-1.22.2-8.el7.aarch64                             5/52 
13:40:27 #9 45.53   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
13:40:27 #9 45.55   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
13:40:27 #9 45.59   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
13:40:27 #8 50.06   Installing       : openblas-srpm-macros-2-9.fc34.noarch                33/135 
13:40:27 #8 50.07   Installing       : ocaml-srpm-macros-6-4.fc34.noarch                   34/135 
13:40:27 #8 50.07   Installing       : nim-srpm-macros-3-4.fc34.noarch                     35/135 
13:40:27 #8 50.08   Installing       : ncurses-6.2-4.20200222.fc34.aarch64                 36/135 
13:40:27 #8 50.12   Installing       : perl-Digest-1.20-1.fc34.noarch                      37/135 
13:40:27 #8 50.13   Installing       : perl-Digest-MD5-2.58-2.fc34.aarch64                 38/135 
13:40:27 #8 50.14   Installing       : perl-B-1.80-477.fc34.aarch64                        39/135 
13:40:27 #8 50.17   Installing       : perl-FileHandle-2.03-477.fc34.noarch                40/135 
13:40:27 #8 50.18   Installing       : perl-AutoLoader-5.74-477.fc34.noarch                41/135 
13:40:27 #8 50.18   Installing       : perl-Data-Dumper-2.174-460.fc34.aarch64             42/135 
13:40:27 #8 50.22   Installing       : perl-libnet-3.13-2.fc34.noarch                      43/135 
13:40:27 #8 50.22   Installing       : perl-base-2.27-477.fc34.noarch                      44/135 
13:40:27 #8 50.26   Installing       : perl-URI-5.09-1.fc34.noarch                         45/135 
13:40:27 #8 53.43   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch             23/178 
13:40:27 #8 53.44   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch          24/178 
13:40:27 #8 53.45   Installing       : hunspell-1.7.0-19.fc36.aarch64                      25/178 
13:40:27 #8 53.51   Installing       : elfutils-0.187-2.fc36.aarch64                       26/178 
13:40:27 #8 53.52   Upgrading        : rpm-build-libs-4.17.0-10.fc36.aarch64               27/178 
13:40:27 #8 53.57   Upgrading        : libdnf-0.66.0-1.fc36.aarch64                        28/178 
13:40:27 #8 53.63   Upgrading        : python3-libdnf-0.66.0-1.fc36.aarch64                29/178 
13:40:27 #8 53.64   Upgrading        : python3-hawkey-0.66.0-1.fc36.aarch64                30/178 
13:40:27 #8 51.22   Installing       : libsoup-2.74.2-1.fc35.aarch64                       54/167 
13:40:27 #8 51.27   Installing       : libstemmer-0-17.585svn.fc35.aarch64                 55/167 
13:40:27 #8 51.28   Installing       : ncurses-6.2-8.20210508.fc35.aarch64                 56/167 
13:40:27 #8 51.34   Installing       : perl-Digest-1.20-1.fc35.noarch                      57/167 
13:40:27 #8 51.35   Installing       : perl-Digest-MD5-2.58-478.fc35.aarch64               58/167 
13:40:27 #8 51.36   Installing       : perl-B-1.82-486.fc35.aarch64                        59/167 
13:40:27 #8 51.39   Installing       : perl-FileHandle-2.03-486.fc35.noarch                60/167 
13:40:27 #8 51.40   Installing       : perl-AutoLoader-5.74-486.fc35.noarch                61/167 
13:40:27 #8 51.41   Installing       : perl-Data-Dumper-2.183-2.fc35.aarch64               62/167 
13:40:27 #9 26.43 Selecting previously unselected package krb5-locales.
13:40:27 #9 26.43 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
13:40:27 #9 26.45 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
13:40:27 #8 29.80 Selecting previously unselected package binutils.
13:40:27 #8 29.80 Preparing to unpack .../058-binutils_2.30-21ubuntu1~18.04.7_armhf.deb ...
13:40:27 #8 29.80 Unpacking binutils (2.30-21ubuntu1~18.04.7) ...
13:40:27 #8 29.84 Selecting previously unselected package libc-dev-bin.
13:40:27 #8 29.84 Preparing to unpack .../059-libc-dev-bin_2.27-3ubuntu1.5_armhf.deb ...
13:40:27 #8 29.84 Unpacking libc-dev-bin (2.27-3ubuntu1.5) ...
13:40:27 #8 29.89 Selecting previously unselected package linux-libc-dev:armhf.
13:40:27 #8 29.89 Preparing to unpack .../060-linux-libc-dev_4.15.0-176.185_armhf.deb ...
13:40:27 #13 10.33   Upgrading        : glibc-gconv-extra-2.28-199.el8.aarch64                5/73 
13:40:27 #13 10.36   Running scriptlet: glibc-gconv-extra-2.28-199.el8.aarch64                5/73 
13:40:27 #13 10.56   Upgrading        : glibc-common-2.28-199.el8.aarch64                     6/73 
13:40:27 #8 40.71 Selecting previously unselected package libwant-perl.
13:40:27 #8 40.72 Preparing to unpack .../197-libwant-perl_0.29-1+b4_amd64.deb ...
13:40:27 #8 40.73 Unpacking libwant-perl (0.29-1+b4) ...
13:40:27 #8 36.26 Fedora 35 - x86_64 - Updates                     17 MB/s |  29 MB     00:01    
13:40:27 #9 19.45 Selecting previously unselected package libexpat1:armhf.
13:40:27 #9 19.45 Preparing to unpack .../libexpat1_2.4.7-1_armhf.deb ...
13:40:27 #9 19.45 Unpacking libexpat1:armhf (2.4.7-1) ...
13:40:27 #9 19.50 Selecting previously unselected package python3.10-minimal.
13:40:27 #9 19.50 Preparing to unpack .../python3.10-minimal_3.10.4-3_armhf.deb ...
13:40:27 #9 19.50 Unpacking python3.10-minimal (3.10.4-3) ...
13:40:27 #9 19.60 Setting up libpython3.10-minimal:armhf (3.10.4-3) ...
13:40:27 #9 19.61 Setting up libexpat1:armhf (2.4.7-1) ...
13:40:27 #9 19.63 Setting up python3.10-minimal (3.10.4-3) ...
13:40:27 #9 37.98 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1_all.deb ...
13:40:27 #9 37.99 Unpacking libhttp-daemon-perl (6.06-1) ...
13:40:27 #9 38.03 Selecting previously unselected package libidn11:amd64.
13:40:27 #9 38.03 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
13:40:27 #9 38.03 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
13:40:27 #9 38.07 Selecting previously unselected package libstruct-dumb-perl.
13:40:27 #9 38.07 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
13:40:27 #9 38.07 Unpacking libstruct-dumb-perl (0.09-1) ...
13:40:27 #9 38.10 Selecting previously unselected package libio-async-perl.
13:40:27 #9 38.10 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
13:40:27 #9 38.11 Unpacking libio-async-perl (0.75-1) ...
13:40:27 #9 38.16 Selecting previously unselected package liblinux-epoll-perl.
13:40:27 #9 38.16 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
13:40:27 #9 38.17 Unpacking liblinux-epoll-perl (0.017-1) ...
13:40:27 #9 38.20 Selecting previously unselected package libio-async-loop-epoll-perl.
13:40:27 #9 38.20 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
13:40:27 #9 38.20 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
13:40:27 #9 39.68 Preparing to unpack .../291-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:40:27 #9 39.68 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:40:27 #9 39.71 Selecting previously unselected package libobject-id-perl.
13:40:27 #9 39.71 Preparing to unpack .../292-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
13:40:27 #9 39.72 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:40:27 #9 39.74 Selecting previously unselected package libmoox-struct-perl.
13:40:27 #9 39.74 Preparing to unpack .../293-libmoox-struct-perl_0.020-1_all.deb ...
13:40:27 #9 39.75 Unpacking libmoox-struct-perl (0.020-1) ...
13:40:27 #9 39.79 Selecting previously unselected package libmouse-perl.
13:40:27 #9 39.80 Preparing to unpack .../294-libmouse-perl_2.5.10-1build2_amd64.deb ...
13:40:27 #9 39.80 Unpacking libmouse-perl (2.5.10-1build2) ...
13:40:27 #9 39.84 Selecting previously unselected package libnumber-range-perl.
13:40:27 #9 39.84 Preparing to unpack .../295-libnumber-range-perl_0.12-1.1_all.deb ...
13:40:27 #9 39.85 Unpacking libnumber-range-perl (0.12-1.1) ...
13:40:27 #9 39.87 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:27 #9 39.88 Preparing to unpack .../296-libpackage-stash-xs-perl_0.29-1build4_amd64.deb ...
13:40:27 #9 39.88 Unpacking libpackage-stash-xs-perl (0.29-1build4) ...
13:40:27 #9 39.90 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:27 #8 37.98 Selecting previously unselected package libalgorithm-diff-perl.
13:40:27 #8 39.96 Preparing to unpack .../244-libtext-glob-perl_0.10-1_all.deb ...
13:40:27 #8 39.96 Unpacking libtext-glob-perl (0.10-1) ...
13:40:27 #8 40.00 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:27 #8 40.00 Preparing to unpack .../245-libpath-iterator-rule-perl_1.009-1_all.deb ...
13:40:27 #8 40.01 Unpacking libpath-iterator-rule-perl (1.009-1) ...
13:40:27 #8 40.04 Selecting previously unselected package libpath-tiny-perl.
13:40:27 #8 40.05 Preparing to unpack .../246-libpath-tiny-perl_0.104-1_all.deb ...
13:40:27 #8 40.05 Unpacking libpath-tiny-perl (0.104-1) ...
13:40:27 #8 40.09 Selecting previously unselected package libperlio-gzip-perl.
13:40:27 #8 40.09 Preparing to unpack .../247-libperlio-gzip-perl_0.19-1build3_amd64.deb ...
13:40:27 #8 40.10 Unpacking libperlio-gzip-perl (0.19-1build3) ...
13:40:27 #8 40.13 Selecting previously unselected package libpod-constants-perl.
13:40:27 #8 40.13 Preparing to unpack .../248-libpod-constants-perl_0.19-1_all.deb ...
13:40:27 #8 40.14 Unpacking libpod-constants-perl (0.19-1) ...
13:40:27 #8 40.18 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:27 #8 40.18 Preparing to unpack .../249-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
13:40:27 #8 40.18 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
13:40:27 #8 40.22 Selecting previously unselected package libsasl2-modules:amd64.
13:40:27 #9 45.03 128 added, 0 removed; done.
13:40:27 #9 45.09 Setting up libasan5:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:27 #9 45.11 Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:27 #9 45.12 Setting up bsdmainutils (11.1.2ubuntu3) ...
13:40:27 #9 45.14 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:40:27 #9 45.11 Setting up libtime-duration-perl (1.21-1) ...
13:40:27 #9 45.13 Setting up autoconf (2.71-2) ...
13:40:27 #9 45.15 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:40:27 #9 45.32 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:27 #9 45.33 Setting up libarray-intspan-perl (2.004-1) ...
13:40:27 #9 45.34 Setting up libcapture-tiny-perl (0.48-1) ...
13:40:27 #9 45.35 Setting up libtimedate-perl (2.3300-2) ...
13:40:27 #9 44.50 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:40:27 #9 44.52 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:40:27 #9 44.53 Unpacking libpod-parser-perl (1.63-2) ...
13:40:27 #9 44.61 Selecting previously unselected package libpod-constants-perl.
13:40:27 #9 44.61 Preparing to unpack .../299-libpod-constants-perl_0.19-2_all.deb ...
13:40:27 #9 44.64 Unpacking libpod-constants-perl (0.19-2) ...
13:40:27 #9 45.62   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
13:40:27 #9 45.64   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
13:40:27 #8 50.28   Installing       : perl-Net-SSLeay-1.90-2.fc34.aarch64                 46/135 
13:40:27 #8 50.31   Installing       : perl-Time-Local-2:1.300-5.fc34.noarch               47/135 
13:40:27 #8 50.32   Installing       : perl-Mozilla-CA-20211001-1.fc34.noarch              48/135 
13:40:27 #8 50.38   Installing       : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch         49/135 
13:40:27 #8 50.39   Installing       : perl-if-0.60.800-477.fc34.noarch                    50/135 
13:40:27 #8 50.42   Installing       : perl-IO-Socket-IP-0.41-3.fc34.noarch                51/135 
13:40:27 #8 50.46   Installing       : perl-File-Path-2.18-2.fc34.noarch                   52/135 
13:40:27 #8 50.48   Installing       : perl-IO-Socket-SSL-2.070-2.fc34.noarch              53/135 
13:40:27 #8 50.50   Installing       : perl-Pod-Escapes-1:1.07-458.fc34.noarch             54/135 
13:40:27 #8 50.56   Installing       : perl-Term-ANSIColor-5.01-459.fc34.noarch            55/135 
13:40:27 #8 50.58   Installing       : perl-Class-Struct-0.66-477.fc34.noarch              56/135 
13:40:27 #9 40.24 Setting up libxpm4:amd64 (1:3.5.12-1build2) ...
13:40:27 #9 40.26 Setting up openssh-client (1:8.9p1-3) ...
13:40:27 #9 40.33 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
13:40:28 #8 53.67   Installing       : dwz-0.14-2.fc35.aarch64                             31/178 
13:40:28 #8 53.68   Installing       : xz-5.2.5-9.fc36.aarch64                             32/178 
13:40:28 #8 53.72   Installing       : file-5.41-4.fc36.aarch64                            33/178 
13:40:28 #8 53.73   Installing       : libproxy-0.4.17-4.fc36.aarch64                      34/178 
13:40:28 #8 53.77   Installing       : unzip-6.0-57.fc36.aarch64                           35/178 
13:40:28 #8 53.78   Installing       : zip-3.0-32.fc36.aarch64                             36/178 
13:40:28 #8 53.81   Installing       : enchant-1:1.6.0-30.fc36.aarch64                     37/178 
13:40:28 #8 53.82   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 38/178 
13:40:28 #8 53.86   Upgrading        : rpm-sign-libs-4.17.0-10.fc36.aarch64                39/178 
13:40:28 #8 53.87   Upgrading        : python3-rpm-4.17.0-10.fc36.aarch64                  40/178 
13:40:28 #8 53.91   Installing       : efi-srpm-macros-5-5.fc36.noarch                     41/178 
13:40:28 #8 53.91   Installing       : lua-srpm-macros-1-6.fc36.noarch                     42/178 
13:40:28 #8 53.92   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc36.noarch          43/178 
13:40:28 #8 53.95   Installing       : zstd-1.5.2-1.fc36.aarch64                           44/178 
13:40:28 #8 53.96   Installing       : bzip2-1.0.8-11.fc36.aarch64                         45/178 
13:40:28 #8 53.96   Installing       : cpio-2.13-12.fc36.aarch64                           46/178 
13:40:28 #8 53.99   Installing       : dash-0.5.10.2-10.fc36.aarch64                       47/178 
13:40:28 #8 54.00   Running scriptlet: dash-0.5.10.2-10.fc36.aarch64                       47/178 
13:40:28 #8 51.46   Installing       : perl-libnet-3.13-479.fc35.noarch                    63/167 
13:40:28 #8 51.47   Installing       : perl-base-2.27-486.fc35.noarch                      64/167 
13:40:28 #8 51.48   Installing       : perl-URI-5.09-4.fc35.noarch                         65/167 
13:40:28 #8 51.55   Installing       : perl-Net-SSLeay-1.90-4.fc35.aarch64                 66/167 
13:40:28 #8 51.60   Installing       : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         67/167 
13:40:28 #8 51.60   Installing       : perl-Time-Local-2:1.300-478.fc35.noarch             68/167 
13:40:28 #8 51.64   Installing       : perl-Mozilla-CA-20211001-1.fc35.noarch              69/167 
13:40:28 #8 51.65   Installing       : perl-if-0.60.900-486.fc35.noarch                    70/167 
13:40:28 #8 51.66   Installing       : perl-IO-Socket-IP-0.41-479.fc35.noarch              71/167 
13:40:28 #9 26.53 Selecting previously unselected package libcbor0.6:armhf.
13:40:28 #9 26.53 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_armhf.deb ...
13:40:28 #9 26.54 Unpacking libcbor0.6:armhf (0.6.0-0ubuntu1) ...
13:40:28 #9 26.64 Selecting previously unselected package libedit2:armhf.
13:40:28 #9 26.64 Preparing to unpack .../038-libedit2_3.1-20191231-1_armhf.deb ...
13:40:28 #9 26.64 Unpacking libedit2:armhf (3.1-20191231-1) ...
13:40:28 #8 29.90 Unpacking linux-libc-dev:armhf (4.15.0-176.185) ...
13:40:28 #8 30.17 Selecting previously unselected package libc6-dev:armhf.
13:40:28 #8 30.17 Preparing to unpack .../061-libc6-dev_2.27-3ubuntu1.5_armhf.deb ...
13:40:28 #13 10.58   Running scriptlet: glibc-2.28-199.el8.aarch64                            7/73 
13:40:28 #13 10.75   Upgrading        : glibc-2.28-199.el8.aarch64                            7/73 
13:40:28 #8 40.89 Selecting previously unselected package libcontextual-return-perl.
13:40:28 #8 40.89 Preparing to unpack .../198-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:28 #8 40.92 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:28 #8 41.09 Selecting previously unselected package libconvert-binhex-perl.
13:40:28 #9 38.23 Selecting previously unselected package libtypes-serialiser-perl.
13:40:28 #9 38.23 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
13:40:28 #9 38.24 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:40:28 #9 38.26 Selecting previously unselected package libjson-xs-perl.
13:40:28 #9 38.27 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
13:40:28 #9 38.27 Unpacking libjson-xs-perl (4.020-1build1) ...
13:40:28 #9 38.31 Selecting previously unselected package libjson-maybexs-perl.
13:40:28 #9 38.31 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
13:40:28 #9 38.32 Unpacking libjson-maybexs-perl (1.004000-1) ...
13:40:28 #9 38.34 Selecting previously unselected package liblist-compare-perl.
13:40:28 #9 38.35 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
13:40:28 #9 38.35 Unpacking liblist-compare-perl (0.53-1) ...
13:40:28 #9 38.38 Selecting previously unselected package liblist-moreutils-perl.
13:40:28 #9 38.38 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
13:40:28 #9 38.39 Unpacking liblist-moreutils-perl (0.416-1build5) ...
13:40:28 #9 38.42 Selecting previously unselected package liblist-someutils-perl.
13:40:28 #9 39.91 Preparing to unpack .../297-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:28 #9 39.91 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:28 #9 39.94 Selecting previously unselected package libperlio-gzip-perl.
13:40:28 #9 39.94 Preparing to unpack .../298-libperlio-gzip-perl_0.19-1build7_amd64.deb ...
13:40:28 #9 39.95 Unpacking libperlio-gzip-perl (0.19-1build7) ...
13:40:28 #9 39.98 Selecting previously unselected package libpod-parser-perl.
13:40:28 #9 39.98 Preparing to unpack .../299-libpod-parser-perl_1.63-2_all.deb ...
13:40:28 #9 39.99 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:40:28 #9 40.00 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:40:28 #9 40.00 Unpacking libpod-parser-perl (1.63-2) ...
13:40:28 #9 40.05 Selecting previously unselected package libpod-constants-perl.
13:40:28 #9 40.05 Preparing to unpack .../300-libpod-constants-perl_0.19-2_all.deb ...
13:40:28 #9 40.05 Unpacking libpod-constants-perl (0.19-2) ...
13:40:28 #9 40.08 Selecting previously unselected package libproc-processtable-perl.
13:40:28 #9 40.08 Preparing to unpack .../301-libproc-processtable-perl_0.59-2build2_amd64.deb ...
13:40:28 #9 40.09 Unpacking libproc-processtable-perl (0.59-2build2) ...
13:40:28 #9 40.12 Selecting previously unselected package libre2-9:amd64.
13:40:28 #9 40.13 Preparing to unpack .../302-libre2-9_20210801+dfsg-1_amd64.deb ...
13:40:28 #9 40.13 Unpacking libre2-9:amd64 (20210801+dfsg-1) ...
13:40:28 #9 40.16 Selecting previously unselected package libre-engine-re2-perl:amd64.
13:40:28 #9 40.16 Preparing to unpack .../303-libre-engine-re2-perl_0.14-1build1_amd64.deb ...
13:40:28 #9 40.16 Unpacking libre-engine-re2-perl:amd64 (0.14-1build1) ...
13:40:28 #9 40.19 Selecting previously unselected package libreadonly-perl.
13:40:28 #9 40.19 Preparing to unpack .../304-libreadonly-perl_2.050-3_all.deb ...
13:40:28 #9 40.20 Unpacking libreadonly-perl (2.050-3) ...
13:40:28 #9 40.22 Selecting previously unselected package libref-util-perl.
13:40:28 #9 40.22 Preparing to unpack .../305-libref-util-perl_0.204-1_all.deb ...
13:40:28 #9 40.23 Unpacking libref-util-perl (0.204-1) ...
13:40:28 #9 40.25 Selecting previously unselected package libref-util-xs-perl.
13:40:28 #9 40.26 Preparing to unpack .../306-libref-util-xs-perl_0.117-1build3_amd64.deb ...
13:40:28 #9 40.26 Unpacking libref-util-xs-perl (0.117-1build3) ...
13:40:28 #8 37.98 Preparing to unpack .../164-libalgorithm-diff-perl_1.201-1_all.deb ...
13:40:28 #8 37.99 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:40:28 #8 38.02 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:28 #8 38.02 Preparing to unpack .../165-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ...
13:40:28 #8 38.03 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
13:40:28 #8 38.06 Selecting previously unselected package libalgorithm-merge-perl.
13:40:28 #8 38.06 Preparing to unpack .../166-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:28 #8 38.06 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:28 #8 38.10 Selecting previously unselected package libaliased-perl.
13:40:28 #8 38.10 Preparing to unpack .../167-libaliased-perl_0.34-1.1_all.deb ...
13:40:28 #8 38.15 Unpacking libaliased-perl (0.34-1.1) ...
13:40:28 #8 38.18 Selecting previously unselected package libapt-pkg-perl.
13:40:28 #8 38.18 Preparing to unpack .../168-libapt-pkg-perl_0.1.39_amd64.deb ...
13:40:28 #8 38.19 Unpacking libapt-pkg-perl (0.1.39) ...
13:40:28 #8 38.23 Selecting previously unselected package libarchive-cpio-perl.
13:40:28 #10 24.12   Installing       : bzip2-1.0.6-26.el8.x86_64                             9/97 
13:40:28 #10 24.68   Installing       : binutils-2.30-114.el8.x86_64                         10/97 
13:40:28 #10 24.70   Running scriptlet: binutils-2.30-114.el8.x86_64                         10/97 
13:40:28 #10 24.74   Installing       : python-srpm-macros-3-41.el8.noarch                   11/97 
13:40:28 #10 24.75   Installing       : python-rpm-macros-3-41.el8.noarch                    12/97 
13:40:28 #10 24.76   Installing       : python3-rpm-macros-3-41.el8.noarch                   13/97 
13:40:28 #10 24.80   Installing       : zip-3.0-23.el8.x86_64                                14/97 
13:40:28 #10 24.82   Upgrading        : python3-rpm-4.14.3-23.el8.x86_64                     15/97 
13:40:28 #10 24.83   Installing       : efi-srpm-macros-3-3.el8.noarch                       16/97 
13:40:28 #10 24.87   Upgrading        : python3-dnf-plugins-core-4.0.21-11.el8.noarch        17/97 
13:40:28 #10 24.88   Installing       : dnf-plugins-core-4.0.21-11.el8.noarch                18/97 
13:40:28 #10 24.89   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        19/97 
13:40:28 #10 24.91   Installing       : patch-2.7.6-11.el8.x86_64                            20/97 
13:40:28 #10 24.99   Installing       : openssl-1:1.1.1k-5.el8_5.x86_64                      21/97 
13:40:28 #10 25.03   Installing       : ncurses-6.1-9.20180224.el8.x86_64                    22/97 
13:40:28 #10 25.04   Installing       : perl-Digest-1.17-395.el8.noarch                      23/97 
13:40:28 #10 25.05   Installing       : perl-Digest-MD5-2.55-396.el8.x86_64                  24/97 
13:40:28 #10 25.07   Installing       : perl-Data-Dumper-2.167-399.el8.x86_64                25/97 
13:40:28 #10 25.09   Installing       : perl-libnet-3.11-3.el8.noarch                        26/97 
13:40:28 #8 40.22 Preparing to unpack .../250-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
13:40:28 #8 40.22 Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:28 #8 40.30 Selecting previously unselected package libsort-key-perl.
13:40:28 #8 40.30 Preparing to unpack .../251-libsort-key-perl_1.33-2_amd64.deb ...
13:40:28 #8 40.31 Unpacking libsort-key-perl (1.33-2) ...
13:40:28 #8 40.34 Selecting previously unselected package libstring-copyright-perl.
13:40:28 #8 40.34 Preparing to unpack .../252-libstring-copyright-perl_0.003005-1_all.deb ...
13:40:28 #8 40.35 Unpacking libstring-copyright-perl (0.003005-1) ...
13:40:28 #8 40.38 Selecting previously unselected package libstring-escape-perl.
13:40:28 #8 40.38 Preparing to unpack .../253-libstring-escape-perl_2010.002-2_all.deb ...
13:40:28 #8 40.38 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:28 #8 40.41 Selecting previously unselected package libtext-levenshtein-perl.
13:40:28 #8 40.41 Preparing to unpack .../254-libtext-levenshtein-perl_0.13-1_all.deb ...
13:40:28 #8 40.43 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:40:28 #8 40.49 Selecting previously unselected package libunicode-utf8-perl.
13:40:28 #9 45.14 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
13:40:28 #9 45.15 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:40:28 #9 45.15 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
13:40:28 #9 45.15 Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.1) ...
13:40:28 #9 45.17 Setting up libgdbm-compat4:arm64 (1.18.1-5) ...
13:40:28 #9 45.18 Setting up libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
13:40:28 #9 45.19 Setting up dwz (0.13-5) ...
13:40:28 #9 45.20 Setting up groff-base (1.22.4-4build1) ...
13:40:28 #9 45.23 Setting up gpgconf (2.2.19-3ubuntu2.1) ...
13:40:28 #9 45.24 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:28 #9 45.25 Setting up libperl5.30:arm64 (5.30.0-9ubuntu0.2) ...
13:40:28 #9 45.26 Setting up libc6-dev:arm64 (2.31-0ubuntu9.7) ...
13:40:28 #9 45.28 Setting up libx11-6:arm64 (2:1.6.9-2ubuntu1.2) ...
13:40:28 #9 45.29 Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.4) ...
13:40:28 #9 45.31 Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ...
13:40:28 #9 45.36 Setting up libstdc++-11-dev:arm64 (11.2.0-19ubuntu1) ...
13:40:28 #9 45.38 Setting up gpg-wks-server (2.2.27-3ubuntu2) ...
13:40:28 #9 45.39 Setting up libsub-name-perl (0.26-1build3) ...
13:40:28 #9 45.40 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
13:40:28 #9 45.41 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
13:40:28 #9 45.42 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:40:28 #9 45.43 Setting up libproc-processtable-perl:arm64 (0.634-1build1) ...
13:40:28 #9 45.45 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:40:28 #9 45.46 Setting up xauth (1:1.1-1build2) ...
13:40:28 #9 45.47 Setting up libpath-tiny-perl (0.122-1) ...
13:40:28 #9 45.48 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:40:28 #9 45.50 Setting up libjson-perl (4.04000-1) ...
13:40:28 #9 45.51 Setting up libipc-run3-perl (0.048-2) ...
13:40:28 #9 45.53 Setting up libsub-override-perl (0.09-2) ...
13:40:28 #9 45.55 Setting up libaliased-perl (0.34-1.1) ...
13:40:28 #9 45.56 Setting up python3-unidiff (0.5.5-2) ...
13:40:28 #9 44.83 Selecting previously unselected package libproc-processtable-perl.
13:40:28 #9 44.83 Preparing to unpack .../300-libproc-processtable-perl_0.59-2build2_arm64.deb ...
13:40:28 #9 44.86 Unpacking libproc-processtable-perl (0.59-2build2) ...
13:40:28 #9 45.66   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     11/52 
13:40:28 #9 45.97   Installing : perl-Encode-2.51-7.el7.aarch64                             12/52 
13:40:28 #9 46.00   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
13:40:28 #9 46.02   Installing : 4:perl-macros-5.16.3-299.el7_9.aarch64                     14/52 
13:40:28 #9 46.04   Installing : 4:perl-Time-HiRes-1.9725-3.el7.aarch64                     15/52 
13:40:28 #9 46.07   Installing : perl-Exporter-5.68-3.el7.noarch                            16/52 
13:40:28 #9 46.09   Installing : perl-constant-1.27-2.el7.noarch                            17/52 
13:40:28 #9 46.11   Installing : perl-Socket-2.010-5.el7.aarch64                            18/52 
13:40:28 #8 50.61   Installing       : perl-POSIX-1.94-477.fc34.aarch64                    57/135 
13:40:28 #8 50.66   Installing       : perl-IPC-Open3-1.21-477.fc34.noarch                 58/135 
13:40:28 #8 50.68   Installing       : perl-subs-1.03-477.fc34.noarch                      59/135 
13:40:28 #8 50.71   Installing       : perl-File-Temp-1:0.231.100-2.fc34.noarch            60/135 
13:40:28 #8 50.78   Installing       : perl-HTTP-Tiny-0.078-1.fc34.noarch                  61/135 
13:40:28 #9 40.33 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
13:40:28 #9 40.33 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
13:40:28 #9 40.33 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
13:40:28 #9 40.34 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
13:40:28 #9 40.34 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist
13:40:28 #9 40.35 Setting up gpgsm (2.2.27-3ubuntu2) ...
13:40:28 #9 40.36 Setting up libxext6:amd64 (2:1.3.4-1build1) ...
13:40:28 #9 40.37 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.1) ...
13:40:28 #9 40.40 Setting up python3 (3.10.4-0ubuntu2) ...
13:40:28 #8 54.01   Installing       : dbus-libs-1:1.14.0-1.fc36.aarch64                   48/178 
13:40:28 #8 54.09   Installing       : python3-dbus-1.2.18-3.fc36.aarch64                  49/178 
13:40:28 #8 54.10   Installing       : diffutils-3.8-2.fc36.aarch64                        50/178 
13:40:28 #8 54.14   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    51/178 
13:40:28 #8 54.19   Installing       : groff-base-1.22.4-9.fc36.aarch64                    51/178 
13:40:28 #8 54.23   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    51/178 
13:40:28 #8 51.70   Installing       : perl-File-Path-2.18-478.fc35.noarch                 72/167 
13:40:28 #8 51.71   Installing       : perl-IO-Socket-SSL-2.072-1.fc35.noarch              73/167 
13:40:28 #8 51.72   Installing       : perl-Pod-Escapes-1:1.07-478.fc35.noarch             74/167 
13:40:28 #8 51.78   Installing       : perl-Term-ANSIColor-5.01-479.fc35.noarch            75/167 
13:40:28 #8 51.79   Installing       : perl-Class-Struct-0.66-486.fc35.noarch              76/167 
13:40:28 #8 51.89   Installing       : perl-POSIX-1.97-486.fc35.aarch64                    77/167 
13:40:28 #8 51.90   Installing       : perl-IPC-Open3-1.21-486.fc35.noarch                 78/167 
13:40:28 #8 51.90   Installing       : perl-subs-1.04-486.fc35.noarch                      79/167 
13:40:28 #8 30.17 Unpacking libc6-dev:armhf (2.27-3ubuntu1.5) ...
13:40:28 #8 41.09 Preparing to unpack .../199-libconvert-binhex-perl_1.125-1_all.deb ...
13:40:28 #8 41.10 Unpacking libconvert-binhex-perl (1.125-1) ...
13:40:28 #8 41.14 Selecting previously unselected package libdata-dump-perl.
13:40:28 #8 41.15 Preparing to unpack .../200-libdata-dump-perl_1.23-1_all.deb ...
13:40:28 #8 41.15 Unpacking libdata-dump-perl (1.23-1) ...
13:40:28 #8 41.18 Selecting previously unselected package libdigest-bubblebabble-perl.
13:40:28 #8 41.18 Preparing to unpack .../201-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:40:28 #8 41.19 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:40:28 #8 41.21 Selecting previously unselected package libdigest-hmac-perl.
13:40:28 #8 41.21 Preparing to unpack .../202-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:40:28 #8 41.22 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:40:28 #8 41.24 Selecting previously unselected package libdistro-info-perl.
13:40:28 #8 41.25 Preparing to unpack .../203-libdistro-info-perl_0.21_all.deb ...
13:40:28 #8 41.25 Unpacking libdistro-info-perl (0.21) ...
13:40:28 #8 41.28 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:28 #8 41.28 Preparing to unpack .../204-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:28 #8 41.28 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:28 #8 41.31 Selecting previously unselected package libmailtools-perl.
13:40:28 #8 41.31 Preparing to unpack .../205-libmailtools-perl_2.18-1_all.deb ...
13:40:28 #8 41.31 Unpacking libmailtools-perl (2.18-1) ...
13:40:28 #13 10.77   Running scriptlet: glibc-2.28-199.el8.aarch64                            7/73 
13:40:28 #13 10.94   Installing       : glibc-langpack-en-2.28-199.el8.aarch64                8/73 
13:40:28 #13 11.00   Installing       : make-1:4.2.1-11.el8.aarch64                           9/73 
13:40:28 #13 11.01   Running scriptlet: make-1:4.2.1-11.el8.aarch64                           9/73 
13:40:28 #13 11.04   Installing       : python3-libselinux-2.9-5.el8.aarch64                 10/73 
13:40:28 #13 11.07   Installing       : libmpc-1.1.0-9.1.el8.aarch64                         11/73 
13:40:28 #13 11.12   Installing       : checkpolicy-2.9-1.el8.aarch64                        12/73 
13:40:28 #13 11.15   Installing       : m4-1.4.18-7.el8.aarch64                              13/73 
13:40:28 #13 11.16   Running scriptlet: m4-1.4.18-7.el8.aarch64                              13/73 
13:40:28 #9 38.42 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
13:40:28 #9 38.42 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:28 #9 38.45 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:28 #9 38.46 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
13:40:28 #9 38.46 Unpacking liblist-someutils-xs-perl (0.58-2) ...
13:40:28 #9 38.50 Selecting previously unselected package libltdl7:amd64.
13:40:28 #9 38.50 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
13:40:28 #9 38.50 Unpacking libltdl7:amd64 (2.4.6-14) ...
13:40:28 #9 38.53 Selecting previously unselected package libltdl-dev:amd64.
13:40:28 #9 38.54 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
13:40:28 #9 38.54 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
13:40:28 #9 38.58 Selecting previously unselected package libsys-hostname-long-perl.
13:40:28 #9 38.59 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
13:40:28 #9 38.59 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:40:28 #9 38.62 Selecting previously unselected package libmail-sendmail-perl.
13:40:28 #9 38.62 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
13:40:28 #9 38.62 Unpacking libmail-sendmail-perl (0.80-1) ...
13:40:28 #9 38.66 Selecting previously unselected package libmoox-aliases-perl.
13:40:28 #9 38.66 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
13:40:28 #9 38.66 Unpacking libmoox-aliases-perl (0.001006-1) ...
13:40:28 #9 38.69 Selecting previously unselected package libobject-id-perl.
13:40:28 #9 38.69 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
13:40:28 #9 38.70 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
13:40:28 #9 38.72 Selecting previously unselected package libmoox-struct-perl.
13:40:28 #9 38.73 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
13:40:28 #9 38.73 Unpacking libmoox-struct-perl (0.017-1) ...
13:40:28 #9 38.76 Selecting previously unselected package libnet-dns-sec-perl.
13:40:28 #9 40.29 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:28 #9 40.29 Preparing to unpack .../307-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
13:40:28 #9 40.29 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
13:40:28 #9 40.32 Selecting previously unselected package libregexp-pattern-perl.
13:40:28 #9 40.33 Preparing to unpack .../308-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:40:28 #9 40.33 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:40:28 #9 40.38 Selecting previously unselected package libsasl2-modules:amd64.
13:40:28 #9 40.38 Preparing to unpack .../309-libsasl2-modules_2.1.27+dfsg-2.1ubuntu0.1_amd64.deb ...
13:40:28 #9 40.39 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:28 #9 40.42 Selecting previously unselected package libsereal-decoder-perl.
13:40:28 #9 40.42 Preparing to unpack .../310-libsereal-decoder-perl_4.018+ds-1build1_amd64.deb ...
13:40:28 #9 40.42 Unpacking libsereal-decoder-perl (4.018+ds-1build1) ...
13:40:28 #9 40.46 Selecting previously unselected package libsereal-encoder-perl.
13:40:28 #9 40.46 Preparing to unpack .../311-libsereal-encoder-perl_4.018+ds-1build1_amd64.deb ...
13:40:28 #9 40.46 Unpacking libsereal-encoder-perl (4.018+ds-1build1) ...
13:40:28 #9 40.50 Selecting previously unselected package libsort-key-perl.
13:40:28 #8 38.23 Preparing to unpack .../169-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:40:28 #8 38.23 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:40:28 #8 38.27 Selecting previously unselected package libarchive13:amd64.
13:40:28 #8 38.27 Preparing to unpack .../170-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
13:40:28 #8 38.27 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:40:28 #8 38.33 Selecting previously unselected package libarray-intspan-perl.
13:40:28 #8 38.34 Preparing to unpack .../171-libarray-intspan-perl_2.004-1_all.deb ...
13:40:28 #8 38.34 Unpacking libarray-intspan-perl (2.004-1) ...
13:40:28 #8 38.37 Selecting previously unselected package libauthen-sasl-perl.
13:40:28 #8 38.37 Preparing to unpack .../172-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:40:28 #8 38.37 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:40:28 #8 38.41 Selecting previously unselected package libmodule-implementation-perl.
13:40:28 #8 38.41 Preparing to unpack .../173-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:40:28 #8 38.42 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:40:28 #8 38.45 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:28 #10 25.15   Installing       : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff   27/97 
13:40:28 #10 25.17   Installing       : perl-URI-1.73-3.el8.noarch                           28/97 
13:40:28 #10 25.19   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               29/97 
13:40:28 #10 25.20   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   30/97 
13:40:28 #10 25.21   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  31/97 
13:40:28 #10 25.22   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 32/97 
13:40:28 #10 25.26   Installing       : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be15   33/97 
13:40:28 #10 25.27   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              34/97 
13:40:28 #10 25.28   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    35/97 
13:40:28 #10 25.30   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                36/97 
13:40:28 #10 25.33   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                37/97 
13:40:28 #10 25.35   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    38/97 
13:40:28 #11 1.205 Reading package lists...
13:40:28 #8 40.49 Preparing to unpack .../255-libunicode-utf8-perl_0.60-1build4_amd64.deb ...
13:40:28 #8 40.49 Unpacking libunicode-utf8-perl (0.60-1build4) ...
13:40:28 #8 40.53 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:28 #8 40.53 Preparing to unpack .../256-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:40:28 #8 40.53 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:40:28 #8 40.56 Selecting previously unselected package libxml-sax-base-perl.
13:40:28 #8 40.56 Preparing to unpack .../257-libxml-sax-base-perl_1.09-1_all.deb ...
13:40:28 #8 40.57 Unpacking libxml-sax-base-perl (1.09-1) ...
13:40:28 #8 40.61 Selecting previously unselected package libxml-sax-perl.
13:40:28 #8 40.61 Preparing to unpack .../258-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
13:40:28 #8 40.61 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
13:40:28 #8 40.65 Selecting previously unselected package libxml-libxml-perl.
13:40:28 #8 40.65 Preparing to unpack .../259-libxml-libxml-perl_2.0128+dfsg-5_amd64.deb ...
13:40:28 #8 40.66 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
13:40:28 #8 40.72 Selecting previously unselected package libxml-parser-perl.
13:40:28 #9 45.69 Setting up libstrictures-perl (2.000006-1) ...
13:40:28 #9 45.70 Setting up libsub-quote-perl (2.006006-1) ...
13:40:28 #9 45.71 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:40:28 #9 45.73 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
13:40:28 #9 45.74 Setting up libsort-versions-perl (1.62-1) ...
13:40:28 #9 45.75 Setting up libexporter-tiny-perl (1.002002-1) ...
13:40:28 #9 45.76 Setting up libre-engine-re2-perl:arm64 (0.14-1build2) ...
13:40:28 #9 45.78 Setting up libfile-dirlist-perl (0.05-2) ...
13:40:28 #9 45.81 Setting up libterm-readkey-perl (2.38-1build4) ...
13:40:28 #9 45.83 Setting up lsb-release (11.1.0ubuntu4) ...
13:40:28 #9 45.13 Selecting previously unselected package libre2-9:arm64.
13:40:28 #9 45.14 Preparing to unpack .../301-libre2-9_20210801+dfsg-1_arm64.deb ...
13:40:28 #9 45.16 Unpacking libre2-9:arm64 (20210801+dfsg-1) ...
13:40:28 #9 45.27 Selecting previously unselected package libre-engine-re2-perl:arm64.
13:40:28 #9 46.13   Installing : perl-Time-Local-1.2300-2.el7.noarch                        19/52 
13:40:28 #9 46.15   Installing : perl-Carp-1.26-244.el7.noarch                              20/52 
13:40:28 #9 46.17   Installing : perl-Storable-2.45-3.el7.aarch64                           21/52 
13:40:28 #9 46.20   Installing : perl-Filter-1.49-3.el7.aarch64                             22/52 
13:40:28 #9 46.23   Installing : perl-PathTools-3.40-5.el7.aarch64                          23/52 
13:40:28 #9 46.25   Installing : perl-threads-shared-1.43-6.el7.aarch64                     24/52 
13:40:28 #9 46.28   Installing : perl-Scalar-List-Utils-1.27-248.el7.aarch64                25/52 
13:40:28 #8 50.82   Installing       : perl-Pod-Simple-1:3.42-2.fc34.noarch                62/135 
13:40:28 #8 50.86   Installing       : perl-Term-Cap-1.17-458.fc34.noarch                  63/135 
13:40:28 #8 50.87   Installing       : perl-Socket-4:2.032-1.fc34.aarch64                  64/135 
13:40:28 #8 50.93   Installing       : perl-SelectSaver-1.02-477.fc34.noarch               65/135 
13:40:28 #8 50.94   Installing       : perl-Symbol-1.08-477.fc34.noarch                    66/135 
13:40:28 #8 50.94   Installing       : perl-File-stat-1.09-477.fc34.noarch                 67/135 
13:40:28 #8 50.99   Installing       : perl-podlators-1:4.14-458.fc34.noarch               68/135 
13:40:28 #8 50.99   Installing       : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            69/135 
13:40:28 #8 51.00   Installing       : perl-Text-ParseWords-3.30-458.fc34.noarch           70/135 
13:40:28 #8 51.04   Installing       : perl-Fcntl-1.13-477.fc34.aarch64                    71/135 
13:40:28 #8 51.04   Installing       : perl-mro-1.23-477.fc34.aarch64                      72/135 
13:40:28 #8 51.05   Installing       : perl-IO-1.43-477.fc34.aarch64                       73/135 
13:40:28 #8 51.09   Installing       : perl-overloading-0.02-477.fc34.noarch               74/135 
13:40:28 #8 51.10   Installing       : perl-Pod-Usage-4:2.01-2.fc34.noarch                 75/135 
13:40:28 #8 51.13   Installing       : perl-MIME-Base64-3.16-2.fc34.aarch64                76/135 
13:40:28 #9 40.67 Setting up binutils (2.38-3ubuntu1) ...
13:40:28 #9 40.68 Setting up python3-xdg (0.27-2) ...
13:40:28 #9 40.83 Setting up man-db (2.10.2-1) ...
13:40:28 #9 40.93 Building database of manual pages ...
13:40:28 #8 54.25   Installing       : info-6.8-3.fc36.aarch64                             52/178 
13:40:28 #8 54.28   Installing       : ed-1.14.2-12.fc36.aarch64                           53/178 
13:40:28 #8 54.29   Installing       : patch-2.7.6-16.fc36.aarch64                         54/178 
13:40:28 #8 54.32   Installing       : json-glib-1.6.6-2.fc36.aarch64                      55/178 
13:40:28 #8 51.96   Installing       : perl-File-Temp-1:0.231.100-478.fc35.noarch          80/167 
13:40:28 #8 51.96   Installing       : perl-HTTP-Tiny-0.080-1.fc35.noarch                  81/167 
13:40:28 #8 51.97   Installing       : perl-Pod-Simple-1:3.43-2.fc35.noarch                82/167 
13:40:28 #8 52.01   Installing       : perl-Term-Cap-1.17-478.fc35.noarch                  83/167 
13:40:28 #8 52.02   Installing       : perl-Socket-4:2.032-2.fc35.aarch64                  84/167 
13:40:28 #8 52.08   Installing       : perl-SelectSaver-1.02-486.fc35.noarch               85/167 
13:40:28 #8 52.09   Installing       : perl-Symbol-1.09-486.fc35.noarch                    86/167 
13:40:28 #8 52.09   Installing       : perl-File-stat-1.09-486.fc35.noarch                 87/167 
13:40:28 #8 52.10   Installing       : perl-podlators-1:4.14-478.fc35.noarch               88/167 
13:40:28 #8 52.16   Installing       : perl-Pod-Perldoc-3.28.01-479.fc35.noarch            89/167 
13:40:28 #8 52.17   Installing       : perl-Text-ParseWords-3.30-478.fc35.noarch           90/167 
13:40:28 #8 30.58 Selecting previously unselected package gcc-7-base:armhf.
13:40:28 #8 30.58 Preparing to unpack .../062-gcc-7-base_7.5.0-3ubuntu1~18.04_armhf.deb ...
13:40:28 #8 30.58 Unpacking gcc-7-base:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:28 #8 30.64 Selecting previously unselected package libisl19:armhf.
13:40:28 #8 30.64 Preparing to unpack .../063-libisl19_0.19-1_armhf.deb ...
13:40:28 #8 30.64 Unpacking libisl19:armhf (0.19-1) ...
13:40:28 #8 41.35 Selecting previously unselected package libnet-ip-perl.
13:40:28 #8 41.36 Preparing to unpack .../206-libnet-ip-perl_1.26-2_all.deb ...
13:40:28 #8 41.36 Unpacking libnet-ip-perl (1.26-2) ...
13:40:28 #8 41.39 Selecting previously unselected package libnet-dns-perl.
13:40:28 #8 41.39 Preparing to unpack .../207-libnet-dns-perl_1.19-1_all.deb ...
13:40:28 #8 41.40 Unpacking libnet-dns-perl (1.19-1) ...
13:40:28 #8 41.46 Selecting previously unselected package libnet-domain-tld-perl.
13:40:28 #8 41.47 Preparing to unpack .../208-libnet-domain-tld-perl_1.75-1_all.deb ...
13:40:28 #8 41.47 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:40:28 #8 41.50 Selecting previously unselected package libemail-valid-perl.
13:40:28 #8 41.51 Preparing to unpack .../209-libemail-valid-perl_1.202-1_all.deb ...
13:40:28 #8 41.51 Unpacking libemail-valid-perl (1.202-1) ...
13:40:28 #8 41.54 Selecting previously unselected package libexporter-tiny-perl.
13:40:28 #8 41.54 Preparing to unpack .../210-libexporter-tiny-perl_1.002001-1_all.deb ...
13:40:28 #8 41.55 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:40:28 #8 41.59 Selecting previously unselected package libipc-system-simple-perl.
13:40:28 #13 11.22   Installing       : autoconf-2.69-29.el8.noarch                          14/73 
13:40:28 #9 27.32 Selecting previously unselected package libfido2-1:armhf.
13:40:28 #9 27.32 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_armhf.deb ...
13:40:28 #14 ...
13:40:28 
13:40:28 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:28 #9 sha256:326ae25cabf6284effd2598a54af89f19d2cfe614b6d1ff9e15a13b078e84f64
13:40:28 #9 20.33 Get:102 http://ports.ubuntu.com/ubuntu-ports impish/main armhf bzip2 armhf 1.0.8-4ubuntu3 [32.4 kB]
13:40:28 #9 20.50 Get:103 http://ports.ubuntu.com/ubuntu-ports impish/main armhf patch armhf 2.7.6-7 [102 kB]
13:40:28 #9 20.65 Get:104 http://ports.ubuntu.com/ubuntu-ports impish/main armhf lto-disabled-list all 16 [12.5 kB]
13:40:28 #9 20.66 Get:105 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dpkg-dev all 1.20.9ubuntu2 [937 kB]
13:40:28 #9 20.89 Get:106 http://ports.ubuntu.com/ubuntu-ports impish/main armhf build-essential armhf 12.9ubuntu2 [4682 B]
13:40:28 #9 20.89 Get:107 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libbrotli1 armhf 1.0.9-2build3 [306 kB]
13:40:28 #9 20.91 Get:108 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1ubuntu0.1 [13.9 kB]
13:40:28 #9 20.91 Get:109 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1ubuntu0.1 [46.3 kB]
13:40:28 #9 20.91 Get:110 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libldap-2.5-0 armhf 2.5.6+dfsg-1~exp1ubuntu1 [162 kB]
13:40:28 #9 20.94 Get:111 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnghttp2-14 armhf 1.43.0-1 [61.2 kB]
13:40:28 #9 20.94 Get:112 http://ports.ubuntu.com/ubuntu-ports impish/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build3 [53.0 kB]
13:40:28 #9 20.94 Get:113 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libssh-4 armhf 0.9.6-1 [163 kB]
13:40:28 #9 20.94 Get:114 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libcurl4 armhf 7.74.0-1.3ubuntu2.1 [239 kB]
13:40:28 #9 20.95 Get:115 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf curl armhf 7.74.0-1.3ubuntu2.1 [173 kB]
13:40:28 #9 21.05 Get:116 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dctrl-tools armhf 2.24-3 [53.8 kB]
13:40:28 #9 21.05 Get:117 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdebhelper-perl all 13.3.4ubuntu2 [62.5 kB]
13:40:28 #9 21.05 Get:118 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtool all 2.4.6-15 [161 kB]
13:40:28 #9 21.05 Get:119 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dh-autoreconf all 20 [16.1 kB]
13:40:28 #9 21.05 Get:120 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB]
13:40:28 #9 21.05 Get:121 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-override-perl all 0.09-2 [9532 B]
13:40:28 #9 21.05 Get:122 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [17.5 kB]
13:40:28 #9 21.05 Get:123 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dh-strip-nondeterminism all 1.12.0-1 [5228 B]
13:40:28 #9 21.05 Get:124 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdw1 armhf 0.185-1build1 [225 kB]
13:40:28 #9 21.10 Get:125 http://ports.ubuntu.com/ubuntu-ports impish/main armhf debugedit armhf 1:5.0-0ubuntu2 [43.9 kB]
13:40:28 #9 21.18 Get:126 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dwz armhf 0.14-1build1 [99.2 kB]
13:40:28 #9 21.18 Get:127 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gettext armhf 0.21-4ubuntu3 [755 kB]
13:40:28 #9 21.20 Get:128 http://ports.ubuntu.com/ubuntu-ports impish/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:40:28 #9 21.20 Get:129 http://ports.ubuntu.com/ubuntu-ports impish/main armhf po-debconf all 1.0.21+nmu1 [233 kB]
13:40:28 #9 21.20 Get:130 http://ports.ubuntu.com/ubuntu-ports impish/main armhf debhelper all 13.3.4ubuntu2 [921 kB]
13:40:28 #9 21.27 Get:131 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfakeroot armhf 1.25.3-1.1ubuntu2 [23.4 kB]
13:40:28 #9 21.27 Get:132 http://ports.ubuntu.com/ubuntu-ports impish/main armhf fakeroot armhf 1.25.3-1.1ubuntu2 [60.9 kB]
13:40:28 #9 21.27 Get:133 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libassuan0 armhf 2.5.5-1 [31.4 kB]
13:40:28 #9 21.27 Get:134 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpgconf armhf 2.2.20-1ubuntu4 [108 kB]
13:40:28 #9 21.27 Get:135 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libksba8 armhf 1.5.1-1 [88.4 kB]
13:40:28 #9 21.32 Get:136 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnpth0 armhf 1.6-3 [6980 B]
13:40:28 #9 21.32 Get:137 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dirmngr armhf 2.2.20-1ubuntu4 [292 kB]
13:40:28 #9 21.34 Get:138 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gnupg-l10n all 2.2.20-1ubuntu4 [51.4 kB]
13:40:28 #9 21.34 Get:139 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gnupg-utils armhf 2.2.20-1ubuntu4 [414 kB]
13:40:28 #9 21.40 Get:140 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpg armhf 2.2.20-1ubuntu4 [428 kB]
13:40:28 #9 21.41 Get:141 http://ports.ubuntu.com/ubuntu-ports impish/main armhf pinentry-curses armhf 1.1.1-1 [32.9 kB]
13:40:28 #9 21.41 Get:142 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpg-agent armhf 2.2.20-1ubuntu4 [196 kB]
13:40:28 #9 21.41 Get:143 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpg-wks-client armhf 2.2.20-1ubuntu4 [82.5 kB]
13:40:28 #9 21.41 Get:144 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpg-wks-server armhf 2.2.20-1ubuntu4 [76.7 kB]
13:40:28 #9 21.42 Get:145 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpgsm armhf 2.2.20-1ubuntu4 [188 kB]
13:40:28 #9 21.48 Get:146 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gnupg all 2.2.20-1ubuntu4 [260 kB]
13:40:28 #9 21.48 Get:147 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-dirlist-perl all 0.05-2 [7100 B]
13:40:28 #9 21.48 Get:148 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
13:40:28 #9 21.48 Get:149 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB]
13:40:28 #9 21.55 Get:150 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-touch-perl all 0.11-1 [8284 B]
13:40:28 #9 21.55 Get:151 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-pty-perl armhf 1:1.15-2build1 [34.5 kB]
13:40:28 #9 21.55 Get:152 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libipc-run-perl all 20200505.0-1 [89.8 kB]
13:40:28 #9 21.55 Get:153 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:40:28 #9 21.55 Get:154 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libb-hooks-op-check-perl armhf 0.22-1build3 [9860 B]
13:40:28 #9 21.55 Get:155 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
13:40:28 #9 21.62 Get:156 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu3 [14.6 kB]
13:40:28 #9 21.62 Get:157 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libparams-classify-perl armhf 0.015-1build4 [20.5 kB]
13:40:28 #9 21.62 Get:158 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:40:28 #9 21.62 Get:159 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
13:40:28 #9 21.69 Get:160 http://ports.ubuntu.com/ubuntu-ports impish/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB]
13:40:28 #9 21.69 Get:161 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
13:40:28 #9 21.69 Get:162 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
13:40:28 #9 21.69 Get:163 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmoo-perl all 2.004004-1 [46.9 kB]
13:40:28 #9 21.69 Get:164 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libencode-locale-perl all 1.05-1.1 [11.8 kB]
13:40:28 #9 21.69 Get:165 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtimedate-perl all 2.3300-2 [34.0 kB]
13:40:28 #9 21.77 Get:166 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-date-perl all 6.05-1 [9920 B]
13:40:28 #9 21.77 Get:167 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-listing-perl all 6.14-1 [11.2 kB]
13:40:28 #9 21.77 Get:168 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:40:28 #9 21.77 Get:169 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liburi-perl all 5.08-1 [77.4 kB]
13:40:28 #9 21.85 Get:170 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-parser-perl armhf 3.76-1 [82.3 kB]
13:40:28 #9 21.85 Get:171 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
13:40:28 #9 21.85 Get:172 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-html-perl all 1.004-2 [15.4 kB]
13:40:28 #9 21.85 Get:173 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:40:28 #9 21.85 Get:174 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-message-perl all 6.29-1 [75.5 kB]
13:40:28 #9 21.85 Get:175 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB]
13:40:28 #9 21.92 Get:176 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:40:28 #9 21.92 Get:177 http://ports.ubuntu.com/ubuntu-ports impish/main armhf perl-openssl-defaults armhf 5 [7400 B]
13:40:28 #9 21.92 Get:178 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnet-ssleay-perl armhf 1.88-3ubuntu1 [271 kB]
13:40:28 #9 21.92 Get:179 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-socket-ssl-perl all 2.069-1 [179 kB]
13:40:28 #9 21.99 Get:180 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnet-http-perl all 6.20-1 [23.0 kB]
13:40:28 #9 21.99 Get:181 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
13:40:28 #9 21.99 Get:182 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
13:40:28 #9 21.99 Get:183 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:40:28 #9 21.99 Get:184 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libwww-perl all 6.53-1 [140 kB]
13:40:28 #9 21.99 Get:185 http://ports.ubuntu.com/ubuntu-ports impish/main armhf patchutils armhf 0.4.2-1 [70.0 kB]
13:40:28 #9 22.07 Get:186 http://ports.ubuntu.com/ubuntu-ports impish/main armhf wdiff armhf 1.2.2-2build2 [29.3 kB]
13:40:28 #9 22.07 Get:187 http://ports.ubuntu.com/ubuntu-ports impish/main armhf devscripts armhf 2.21.4ubuntu1 [975 kB]
13:40:28 #9 22.08 Get:188 http://ports.ubuntu.com/ubuntu-ports impish/main armhf diffstat armhf 1.64-1 [25.8 kB]
13:40:28 #9 22.08 Get:189 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-chardet all 4.0.0-1 [98.0 kB]
13:40:28 #9 22.14 Get:190 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-six all 1.16.0-2 [12.6 kB]
13:40:28 #9 22.14 Get:191 http://ports.ubuntu.com/ubuntu-ports impish/main armhf zstd armhf 1.4.8+dfsg-2.1 [543 kB]
13:40:28 #9 22.15 Get:192 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-debian all 0.1.39ubuntu1 [71.9 kB]
13:40:28 #9 22.15 Get:193 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgpgme11 armhf 1.14.0-1ubuntu4 [114 kB]
13:40:28 #9 22.15 Get:194 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-gpg armhf 1.14.0-1ubuntu4 [183 kB]
13:40:28 #9 22.15 Get:195 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dput all 1.1.0ubuntu2 [44.9 kB]
13:40:28 #9 22.20 Get:196 http://ports.ubuntu.com/ubuntu-ports impish/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB]
13:40:28 #9 22.23 Get:197 http://ports.ubuntu.com/ubuntu-ports impish/main armhf fontconfig-config all 2.13.1-4.2ubuntu3 [28.2 kB]
13:40:28 #9 22.23 Get:198 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libcurl3-gnutls armhf 7.74.0-1.3ubuntu2.1 [234 kB]
13:40:28 #9 22.23 Get:199 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liberror-perl all 0.17029-1 [26.5 kB]
13:40:28 #9 22.28 Get:200 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf git-man all 1:2.32.0-1ubuntu1.2 [942 kB]
13:40:28 #9 22.29 Get:201 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf git armhf 1:2.32.0-1ubuntu1.2 [3449 kB]
13:40:28 #9 22.48 Get:202 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB]
13:40:28 #9 22.87 Get:203 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libalgorithm-diff-xs-perl armhf 0.04-6build1 [11.0 kB]
13:40:28 #9 22.95 Get:204 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:40:28 #9 22.97 Get:205 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libaliased-perl all 0.34-1.1 [13.3 kB]
13:40:28 #9 23.04 Get:206 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libapt-pkg-perl armhf 0.1.40 [64.2 kB]
13:40:28 #9 23.12 Get:207 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libarchive-cpio-perl all 0.10-1.1 [9928 B]
13:40:28 #9 23.13 Get:208 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libarray-intspan-perl all 2.004-1 [24.5 kB]
13:40:28 #9 23.15 Get:209 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
13:40:28 #9 23.16 Get:210 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:40:28 #9 23.17 Get:211 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libvariable-magic-perl armhf 0.62-1build3 [31.4 kB]
13:40:28 #9 23.19 Get:212 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libb-hooks-endofscope-perl all 0.24-1.1 [17.0 kB]
13:40:28 #9 23.20 Get:213 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfreetype6 armhf 2.10.4+dfsg-1build1 [286 kB]
13:40:28 #9 23.29 Get:214 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfontconfig1 armhf 2.13.1-4.2ubuntu3 [98.6 kB]
13:40:28 #9 23.32 Get:215 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjpeg-turbo8 armhf 2.0.6-0ubuntu2 [89.3 kB]
13:40:28 #9 23.33 Get:216 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjpeg8 armhf 8c-2ubuntu8 [2202 B]
13:40:28 #9 23.33 Get:217 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdeflate0 armhf 1.7-2ubuntu2 [46.1 kB]
13:40:28 #9 23.34 Get:218 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjbig0 armhf 2.1-3.1build1 [23.9 kB]
13:40:28 #9 23.34 Get:219 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libwebp6 armhf 0.6.1-2.1 [148 kB]
13:40:28 #9 23.36 Get:220 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtiff5 armhf 4.3.0-1 [149 kB]
13:40:28 #9 23.37 Get:221 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxpm4 armhf 1:3.5.12-1 [29.0 kB]
13:40:28 #9 23.38 Get:222 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgd3 armhf 2.3.0-2ubuntu1 [111 kB]
13:40:28 #9 23.39 Get:223 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libc-devtools armhf 2.34-0ubuntu3.2 [29.5 kB]
13:40:28 #9 23.45 Get:224 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:40:28 #9 23.45 Get:225 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B]
13:40:28 #9 23.45 Get:226 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libclass-xsaccessor-perl armhf 1.19-3build7 [32.4 kB]
13:40:28 #9 23.45 Get:227 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libclone-perl armhf 0.45-1build1 [9908 B]
13:40:28 #9 23.45 Get:228 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcommon-sense-perl armhf 3.75-1build4 [20.5 kB]
13:40:28 #9 23.45 Get:229 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libconfig-tiny-perl all 2.26-1 [12.5 kB]
13:40:28 #9 23.52 Get:230 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libparams-util-perl armhf 1.102-1build2 [21.5 kB]
13:40:28 #9 23.52 Get:231 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-install-perl all 0.928-1.1 [9972 B]
13:40:28 #9 23.52 Get:232 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdata-optlist-perl all 0.110-1.1 [10.2 kB]
13:40:28 #9 23.52 Get:233 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
13:40:28 #9 23.60 Get:234 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libconst-fast-perl all 0.014-1.1 [7756 B]
13:40:28 #9 23.60 Get:235 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libwant-perl armhf 0.29-1build6 [23.6 kB]
13:40:28 #9 23.60 Get:236 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:40:28 #9 23.60 Get:237 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcpanel-json-xs-perl armhf 4.25-1build1 [109 kB]
13:40:28 #9 23.60 Get:238 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
13:40:28 #9 23.60 Get:239 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libexception-class-perl all 1.44-1 [25.9 kB]
13:40:28 #9 23.66 Get:240 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
13:40:28 #9 23.67 Get:241 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
13:40:28 #9 23.67 Get:242 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB]
13:40:28 #9 23.67 Get:243 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-moreutils-xs-perl armhf 0.430-2 [33.7 kB]
13:40:28 #9 23.75 Get:244 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB]
13:40:28 #9 23.75 Get:245 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB]
13:40:28 #9 23.75 Get:246 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdata-dump-perl all 1.23-1.1 [24.9 kB]
13:40:28 #9 23.75 Get:247 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdata-messagepack-perl armhf 1.01-2 [32.4 kB]
13:40:28 #9 23.75 Get:248 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
13:40:28 #9 23.75 Get:249 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B]
13:40:28 #9 23.81 Get:250 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdistro-info-perl all 1.0 [5508 B]
13:40:28 #9 23.81 Get:251 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libemail-address-xs-perl armhf 1.04-1build5 [26.0 kB]
13:40:28 #9 23.81 Get:252 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB]
13:40:28 #9 23.81 Get:253 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-basedir-perl all 0.08-1 [16.9 kB]
13:40:28 #9 23.89 Get:254 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
13:40:28 #9 23.89 Get:255 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-fcntllock-perl armhf 0.22-3build5 [32.6 kB]
13:40:28 #9 23.89 Get:256 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnumber-compare-perl all 0.03-1.1 [6620 B]
13:40:28 #9 23.89 Get:257 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtext-glob-perl all 0.11-1 [7992 B]
13:40:28 #9 23.89 Get:258 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:40:28 #9 23.89 Get:259 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfont-afm-perl all 1.20-3 [13.6 kB]
13:40:28 #9 23.96 Get:260 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-string-perl all 1.08-3.1 [10.7 kB]
13:40:28 #9 23.96 Get:261 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfont-ttf-perl all 1.06-1.1 [316 kB]
13:40:28 #9 23.97 Get:262 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-stringy-perl all 2.111-3 [55.8 kB]
13:40:28 #9 23.98 Get:263 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libparams-validate-perl armhf 1.30-1build2 [53.3 kB]
13:40:28 #9 24.04 Get:264 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgetopt-long-descriptive-perl all 0.105-1 [24.7 kB]
13:40:28 #9 24.04 Get:265 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsort-versions-perl all 1.62-1 [9294 B]
13:40:28 #9 24.04 Get:266 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:40:28 #9 24.04 Get:267 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
13:40:28 #9 24.04 Get:268 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
13:40:28 #9 24.04 Get:269 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjson-perl all 4.03000-1 [80.6 kB]
13:40:28 #9 24.11 Get:270 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblog-any-perl all 1.709-1 [67.7 kB]
13:40:28 #9 24.11 Get:271 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
13:40:28 #9 24.11 Get:272 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpackage-stash-perl all 0.39-1 [19.1 kB]
13:40:28 #9 24.11 Get:273 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-identify-perl armhf 0.14-1build4 [10.2 kB]
13:40:28 #9 24.18 Get:274 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-name-perl armhf 0.26-1build2 [11.0 kB]
13:40:28 #9 24.18 Get:275 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:40:28 #9 24.18 Get:276 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpath-tiny-perl all 0.118-1 [42.2 kB]
13:40:28 #9 24.18 Get:277 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtype-tiny-perl all 1.012002-1 [319 kB]
13:40:28 #9 24.20 Get:278 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
13:40:28 #9 24.20 Get:279 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhash-fieldhash-perl armhf 0.15-1build4 [16.1 kB]
13:40:28 #9 24.25 Get:280 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
13:40:28 #9 24.25 Get:281 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-format-perl all 2.12-1.1 [41.3 kB]
13:40:28 #9 24.26 Get:282 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
13:40:28 #9 24.26 Get:283 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-daemon-perl all 6.12-1 [21.7 kB]
13:40:28 #9 24.33 Get:284 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB]
13:40:28 #9 24.33 Get:285 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjson-xs-perl armhf 4.030-1build2 [85.8 kB]
13:40:28 #9 24.33 Get:286 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB]
13:40:28 #9 24.33 Get:287 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libldap-common all 2.5.6+dfsg-1~exp1ubuntu1 [18.9 kB]
13:40:28 #9 24.33 Get:288 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-compare-perl all 0.55-1 [63.3 kB]
13:40:28 #9 24.33 Get:289 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
13:40:28 #9 24.40 Get:290 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-someutils-xs-perl armhf 0.58-2build2 [31.4 kB]
13:40:28 #9 24.41 Get:291 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-utilsby-perl all 0.11-1 [14.7 kB]
13:40:28 #9 24.41 Get:292 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libltdl7 armhf 2.4.6-15 [35.7 kB]
13:40:28 #9 24.41 Get:293 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
13:40:28 #9 24.47 Get:294 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblzo2-2 armhf 2.10-2build1 [44.0 kB]
13:40:28 #9 24.48 Get:295 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB]
13:40:28 #9 24.48 Get:296 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
13:40:28 #9 24.48 Get:297 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:40:28 #9 24.48 Get:298 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
13:40:28 #9 24.48 Get:299 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmarkdown2 armhf 2.2.6-1ubuntu2 [31.3 kB]
13:40:28 #9 24.55 Get:300 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmoox-aliases-perl all 0.001006-1.1 [6632 B]
13:40:28 #9 24.55 Get:301 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
13:40:28 #9 24.55 Get:302 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
13:40:28 #9 24.55 Get:303 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmoox-struct-perl all 0.020-1 [23.7 kB]
13:40:28 #9 24.95 Get:304 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmouse-perl armhf 2.5.10-1build2 [151 kB]
13:40:28 #9 25.29 Get:305 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnumber-range-perl all 0.12-1.1 [8000 B]
13:40:28 #9 25.29 Get:306 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpackage-stash-xs-perl armhf 0.29-1build4 [17.7 kB]
13:40:28 #9 25.30 Get:307 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:40:28 #9 25.32 Get:308 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libperlio-gzip-perl armhf 0.19-1build7 [13.9 kB]
13:40:28 #9 25.32 Get:309 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpod-parser-perl all 1.63-2 [82.2 kB]
13:40:28 #9 25.36 Get:310 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpod-constants-perl all 0.19-2 [16.3 kB]
13:40:28 #9 25.37 Get:311 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libproc-processtable-perl armhf 0.59-2build2 [36.5 kB]
13:40:28 #9 25.38 Get:312 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libre2-9 armhf 20210801+dfsg-1 [160 kB]
13:40:28 #9 25.44 Get:313 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libre-engine-re2-perl armhf 0.14-1build1 [17.2 kB]
13:40:28 #9 25.44 Get:314 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libreadonly-perl all 2.050-3 [19.9 kB]
13:40:28 #9 25.44 Get:315 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libref-util-perl all 0.204-1 [15.0 kB]
13:40:28 #9 25.44 Get:316 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libref-util-xs-perl armhf 0.117-1build3 [10.8 kB]
13:40:28 #9 25.45 Get:317 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libregexp-pattern-license-perl all 3.4.0-1 [49.4 kB]
13:40:28 #9 25.45 Get:318 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
13:40:28 #9 25.46 Get:319 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg-2.1ubuntu0.1 [45.1 kB]
13:40:28 #9 25.52 Get:320 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsereal-decoder-perl armhf 4.018+ds-1build1 [88.0 kB]
13:40:28 #9 25.52 Get:321 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsereal-encoder-perl armhf 4.018+ds-1build1 [91.0 kB]
13:40:28 #9 25.53 Get:322 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsort-key-perl armhf 1.33-2build4 [35.2 kB]
13:40:28 #9 25.54 Get:323 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libstring-copyright-perl all 0.003006-1 [9608 B]
13:40:28 #9 25.54 Get:324 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
13:40:28 #9 25.59 Get:325 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:40:28 #9 25.59 Get:326 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libterm-readkey-perl armhf 2.38-1build2 [23.3 kB]
13:40:28 #9 25.59 Get:327 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtext-levenshteinxs-perl armhf 0.03-4build9 [7984 B]
13:40:28 #9 25.59 Get:328 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtext-markdown-discount-perl armhf 0.12-1build2 [12.0 kB]
13:40:28 #9 25.59 Get:329 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtext-xslate-perl armhf 3.5.8-1build2 [177 kB]
13:40:28 #9 25.66 Get:330 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtime-duration-perl all 1.21-1 [13.1 kB]
13:40:28 #9 25.66 Get:331 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtime-moment-perl armhf 0.44-1build4 [69.3 kB]
13:40:28 #9 25.67 Get:332 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtype-tiny-xs-perl armhf 0.022-1 [21.8 kB]
13:40:28 #9 25.67 Get:333 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libunicode-utf8-perl armhf 0.62-1build2 [17.1 kB]
13:40:28 #9 25.67 Get:334 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
13:40:28 #9 25.74 Get:335 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
13:40:28 #9 25.74 Get:336 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:40:28 #9 25.74 Get:337 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-libxml-perl armhf 2.0134+dfsg-2build1 [296 kB]
13:40:28 #9 25.77 Get:338 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-parser-perl armhf 2.46-2 [188 kB]
13:40:28 #9 25.78 Get:339 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:40:28 #9 25.81 Get:340 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libyaml-libyaml-perl armhf 0.82+repack-1build1 [25.6 kB]
13:40:28 #9 25.81 Get:341 http://ports.ubuntu.com/ubuntu-ports impish/main armhf licensecheck all 3.1.1-2 [36.7 kB]
13:40:28 #9 25.81 Get:342 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevel-size-perl armhf 0.83-1build3 [20.0 kB]
13:40:28 #9 25.81 Get:343 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libipc-run3-perl all 0.048-2 [31.4 kB]
13:40:28 #9 25.81 Get:344 http://ports.ubuntu.com/ubuntu-ports impish/main armhf lzip armhf 1.22-3 [74.8 kB]
13:40:28 #9 25.88 Get:345 http://ports.ubuntu.com/ubuntu-ports impish/main armhf lzop armhf 1.04-2build1 [84.5 kB]
13:40:28 #9 25.88 Get:346 http://ports.ubuntu.com/ubuntu-ports impish/main armhf t1utils armhf 1.41-4build1 [53.1 kB]
13:40:28 #9 25.89 Get:347 http://ports.ubuntu.com/ubuntu-ports impish/main armhf unzip armhf 6.0-26ubuntu1 [153 kB]
13:40:28 #9 25.89 Get:348 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf lintian all 2.104.0ubuntu3.1 [969 kB]
13:40:28 #9 25.93 Get:349 http://ports.ubuntu.com/ubuntu-ports impish/main armhf manpages-dev all 5.10-1ubuntu1 [2309 kB]
13:40:28 #9 26.05 Get:350 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-certifi all 2020.6.20-1 [150 kB]
13:40:28 #9 26.06 Get:351 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-idna all 2.10-1 [35.2 kB]
13:40:28 #9 26.06 Get:352 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
13:40:28 #9 26.07 Get:353 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-requests all 2.25.1+dfsg-2 [47.9 kB]
13:40:28 #9 26.07 Get:354 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-unidiff all 0.5.5-2 [9180 B]
13:40:28 #9 26.07 Get:355 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-xdg all 0.27-2 [36.9 kB]
13:40:28 #9 26.07 Get:356 http://ports.ubuntu.com/ubuntu-ports impish/main armhf equivs all 2.3.1 [19.0 kB]
13:40:28 #9 26.07 Get:357 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
13:40:28 #9 26.08 Get:358 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-magic all 2:0.4.20-3 [12.3 kB]
13:40:28 #9 26.32 debconf: delaying package configuration, since apt-utils is not installed
13:40:28 #9 38.77 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
13:40:28 #9 38.77 Unpacking libnet-dns-sec-perl (1.15-1) ...
13:40:28 #9 38.80 Selecting previously unselected package libnet-libidn-perl.
13:40:28 #9 38.80 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
13:40:28 #9 38.81 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
13:40:28 #9 38.84 Selecting previously unselected package libnumber-range-perl.
13:40:28 #9 38.84 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
13:40:28 #9 38.84 Unpacking libnumber-range-perl (0.12-1) ...
13:40:28 #9 38.87 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:28 #9 38.87 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
13:40:28 #9 38.88 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
13:40:28 #9 38.91 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:28 #9 38.91 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:28 #9 38.91 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:28 #9 38.94 Selecting previously unselected package libperl4-corelibs-perl.
13:40:28 #9 38.94 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
13:40:28 #9 38.95 Unpacking libperl4-corelibs-perl (0.004-2) ...
13:40:28 #9 38.98 Selecting previously unselected package libperlio-gzip-perl.
13:40:28 #9 40.50 Preparing to unpack .../312-libsort-key-perl_1.33-2build4_amd64.deb ...
13:40:28 #9 40.51 Unpacking libsort-key-perl (1.33-2build4) ...
13:40:28 #9 40.54 Selecting previously unselected package libstring-copyright-perl.
13:40:28 #9 40.54 Preparing to unpack .../313-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:28 #9 40.54 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:28 #9 40.57 Selecting previously unselected package libstring-escape-perl.
13:40:28 #9 40.58 Preparing to unpack .../314-libstring-escape-perl_2010.002-2_all.deb ...
13:40:28 #9 40.58 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:28 #9 40.61 Selecting previously unselected package libstring-shellquote-perl.
13:40:28 #9 40.61 Preparing to unpack .../315-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:28 #9 40.62 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:28 #9 40.65 Selecting previously unselected package libterm-readkey-perl.
13:40:28 #9 40.65 Preparing to unpack .../316-libterm-readkey-perl_2.38-1build2_amd64.deb ...
13:40:28 #9 40.65 Unpacking libterm-readkey-perl (2.38-1build2) ...
13:40:28 #9 40.68 Selecting previously unselected package libtext-levenshteinxs-perl.
13:40:28 #9 40.69 Preparing to unpack .../317-libtext-levenshteinxs-perl_0.03-4build9_amd64.deb ...
13:40:28 #9 40.69 Unpacking libtext-levenshteinxs-perl (0.03-4build9) ...
13:40:28 #9 40.72 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
13:40:28 #8 38.46 Preparing to unpack .../174-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:28 #8 38.46 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:28 #8 38.49 Selecting previously unselected package libvariable-magic-perl.
13:40:28 #8 38.49 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b3_amd64.deb ...
13:40:28 #8 38.50 Unpacking libvariable-magic-perl (0.62-1+b3) ...
13:40:28 #8 38.53 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:28 #8 38.54 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
13:40:28 #8 38.54 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
13:40:28 #8 38.59 Selecting previously unselected package libpng16-16:amd64.
13:40:28 #8 38.59 Preparing to unpack .../177-libpng16-16_1.6.37-3_amd64.deb ...
13:40:28 #8 38.59 Unpacking libpng16-16:amd64 (1.6.37-3) ...
13:40:28 #8 38.64 Selecting previously unselected package libfreetype6:amd64.
13:40:28 #8 38.65 Preparing to unpack .../178-libfreetype6_2.10.4+dfsg-1_amd64.deb ...
13:40:28 #8 38.65 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1) ...
13:40:28 #8 38.72 Selecting previously unselected package libfontconfig1:amd64.
13:40:28 #10 25.37   Installing       : perl-podlators-4.11-1.el8.noarch                     39/97 
13:40:28 #10 25.39   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 40/97 
13:40:28 #10 25.40   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             41/97 
13:40:28 #10 25.41   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 42/97 
13:40:28 #10 25.42   Installing       : perl-MIME-Base64-3.15-396.el8.x86_64                 43/97 
13:40:28 #10 25.44   Installing       : perl-Storable-1:3.11-3.el8.x86_64                    44/97 
13:40:28 #10 25.46   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 45/97 
13:40:28 #10 25.47   Installing       : perl-Errno-1.28-421.el8.x86_64                       46/97 
13:40:28 #8 40.72 Preparing to unpack .../260-libxml-parser-perl_2.44-2build3_amd64.deb ...
13:40:28 #8 40.72 Unpacking libxml-parser-perl (2.44-2build3) ...
13:40:28 #8 40.78 Selecting previously unselected package libxml-sax-expat-perl.
13:40:28 #8 40.78 Preparing to unpack .../261-libxml-sax-expat-perl_0.40-2_all.deb ...
13:40:28 #8 40.78 Unpacking libxml-sax-expat-perl (0.40-2) ...
13:40:28 #8 40.81 Selecting previously unselected package libxml-simple-perl.
13:40:28 #8 40.81 Preparing to unpack .../262-libxml-simple-perl_2.24-1_all.deb ...
13:40:28 #8 40.82 Unpacking libxml-simple-perl (2.24-1) ...
13:40:28 #8 40.85 Selecting previously unselected package libyaml-libyaml-perl.
13:40:28 #8 40.86 Preparing to unpack .../263-libyaml-libyaml-perl_0.69+repack-1_amd64.deb ...
13:40:28 #8 40.86 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
13:40:28 #8 40.89 Selecting previously unselected package licensecheck.
13:40:28 #8 40.90 Preparing to unpack .../264-licensecheck_3.0.31-2_all.deb ...
13:40:28 #8 40.90 Unpacking licensecheck (3.0.31-2) ...
13:40:28 #8 40.95 Selecting previously unselected package patchutils.
13:40:28 #9 45.85 Setting up python3-magic (2:0.4.24-2) ...
13:40:28 #9 45.97 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
13:40:28 #9 45.99 Setting up libperlio-gzip-perl (0.19-1build8) ...
13:40:28 #9 46.00 Setting up libsys-hostname-long-perl (1.5-2) ...
13:40:28 #9 46.03 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:40:28 #9 46.05 Setting up libsereal-decoder-perl (4.023+ds-1) ...
13:40:28 #9 46.07 Setting up liburi-perl (5.10-1) ...
13:40:28 #9 46.08 Setting up libnet-ipv6addr-perl (1.02-1) ...
13:40:28 #9 45.27 Preparing to unpack .../302-libre-engine-re2-perl_0.14-1build1_arm64.deb ...
13:40:28 #9 45.28 Unpacking libre-engine-re2-perl:arm64 (0.14-1build1) ...
13:40:28 #9 45.40 Selecting previously unselected package libreadonly-perl.
13:40:28 #9 45.40 Preparing to unpack .../303-libreadonly-perl_2.050-3_all.deb ...
13:40:28 #9 45.45 Unpacking libreadonly-perl (2.050-3) ...
13:40:28 #9 46.37   Installing : 4:perl-libs-5.16.3-299.el7_9.aarch64                       26/52 
13:40:28 #8 51.14   Installing       : perl-Scalar-List-Utils-4:1.56-459.fc34.aarch64      77/135 
13:40:28 #8 51.17   Installing       : perl-constant-1.33-459.fc34.noarch                  78/135 
13:40:28 #8 51.17   Installing       : perl-parent-1:0.238-458.fc34.noarch                 79/135 
13:40:28 #8 51.18   Installing       : perl-Errno-1.30-477.fc34.aarch64                    80/135 
13:40:28 #8 51.18   Installing       : perl-File-Basename-2.85-477.fc34.noarch             81/135 
13:40:28 #8 51.22   Installing       : perl-Getopt-Std-1.12-477.fc34.noarch                82/135 
13:40:28 #8 51.22   Installing       : perl-Storable-1:3.21-458.fc34.aarch64               83/135 
13:40:28 #8 51.23   Installing       : perl-overload-1.31-477.fc34.noarch                  84/135 
13:40:28 #8 51.26   Installing       : perl-vars-1.05-477.fc34.noarch                      85/135 
13:40:28 #8 51.27   Installing       : perl-Getopt-Long-1:2.52-2.fc34.noarch               86/135 
13:40:28 #8 51.27   Installing       : perl-Carp-1.50-458.fc34.noarch                      87/135 
13:40:28 #8 51.30   Installing       : perl-Exporter-5.74-459.fc34.noarch                  88/135 
13:40:28 #8 51.31   Installing       : perl-DynaLoader-1.47-477.fc34.aarch64               89/135 
13:40:28 #8 51.32   Installing       : perl-PathTools-3.78-459.fc34.aarch64                90/135 
13:40:28 #9 41.20 Setting up libgpgme11:amd64 (1.16.0-1.2ubuntu4) ...
13:40:28 #9 20.44 Selecting previously unselected package python3-minimal.
13:40:28 #9 20.44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4704 files and directories currently installed.)
13:40:28 #9 20.44 Preparing to unpack .../0-python3-minimal_3.10.4-0ubuntu2_armhf.deb ...
13:40:28 #9 20.44 Unpacking python3-minimal (3.10.4-0ubuntu2) ...
13:40:28 #9 20.48 Selecting previously unselected package media-types.
13:40:28 #9 20.48 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
13:40:28 #9 20.49 Unpacking media-types (7.0.0) ...
13:40:28 #9 20.53 Selecting previously unselected package libmpdec3:armhf.
13:40:28 #9 20.53 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ...
13:40:28 #9 20.54 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
13:40:28 #9 20.59 Selecting previously unselected package readline-common.
13:40:28 #9 20.59 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
13:40:28 #9 20.59 Unpacking readline-common (8.1.2-1) ...
13:40:28 #9 20.64 Selecting previously unselected package libreadline8:armhf.
13:40:28 #9 20.64 Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ...
13:40:28 #9 20.65 Unpacking libreadline8:armhf (8.1.2-1) ...
13:40:28 #9 20.70 Selecting previously unselected package libsqlite3-0:armhf.
13:40:28 #9 20.70 Preparing to unpack .../5-libsqlite3-0_3.37.2-2_armhf.deb ...
13:40:28 #9 45.93 Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.2) ...
13:40:28 #9 45.94 Setting up libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
13:40:28 #9 45.96 Setting up gpg (2.2.19-3ubuntu2.1) ...
13:40:28 #8 54.49   Installing       : libicu-69.1-5.fc36.aarch64                          56/178 
13:40:28 #8 54.63   Installing       : webkit2gtk3-jsc-2.36.1-1.fc36.aarch64               57/178 
13:40:28 #8 54.63   Installing       : libproxy-webkitgtk4-0.4.17-4.fc36.aarch64           58/178 
13:40:28 #8 54.67   Installing       : glib-networking-2.72.0-1.fc36.aarch64               59/178 
13:40:28 #8 54.71   Installing       : libsoup-2.74.2-2.fc36.aarch64                       60/178 
13:40:28 #8 54.72   Installing       : libjpeg-turbo-2.1.2-2.fc36.aarch64                  61/178 
13:40:28 #8 54.75   Installing       : libpkgconf-1.8.0-2.fc36.aarch64                     62/178 
13:40:28 #8 54.75   Installing       : pkgconf-1.8.0-2.fc36.aarch64                        63/178 
13:40:28 #8 52.22   Installing       : perl-Fcntl-1.14-486.fc35.aarch64                    91/167 
13:40:28 #8 52.23   Installing       : perl-mro-1.25-486.fc35.aarch64                      92/167 
13:40:28 #8 52.24   Installing       : perl-IO-1.46-486.fc35.aarch64                       93/167 
13:40:28 #8 52.27   Installing       : perl-overloading-0.02-486.fc35.noarch               94/167 
13:40:28 #8 52.28   Installing       : perl-Pod-Usage-4:2.01-478.fc35.noarch               95/167 
13:40:28 #8 52.32   Installing       : perl-MIME-Base64-3.16-478.fc35.aarch64              96/167 
13:40:28 #8 52.33   Installing       : perl-constant-1.33-479.fc35.noarch                  97/167 
13:40:28 #8 52.33   Installing       : perl-parent-1:0.238-478.fc35.noarch                 98/167 
13:40:28 #8 52.41   Installing       : perl-Errno-1.33-486.fc35.aarch64                    99/167 
13:40:28 #8 52.42   Installing       : perl-File-Basename-2.85-486.fc35.noarch            100/167 
13:40:28 #8 30.74 Selecting previously unselected package libmpfr6:armhf.
13:40:28 #8 30.74 Preparing to unpack .../064-libmpfr6_4.0.1-1_armhf.deb ...
13:40:28 #8 30.75 Unpacking libmpfr6:armhf (4.0.1-1) ...
13:40:28 #8 30.81 Selecting previously unselected package libmpc3:armhf.
13:40:28 #8 30.81 Preparing to unpack .../065-libmpc3_1.1.0-1_armhf.deb ...
13:40:28 #8 30.82 Unpacking libmpc3:armhf (1.1.0-1) ...
13:40:28 #8 30.86 Selecting previously unselected package cpp-7.
13:40:28 #8 30.86 Preparing to unpack .../066-cpp-7_7.5.0-3ubuntu1~18.04_armhf.deb ...
13:40:28 #8 30.87 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
13:40:28 #8 41.59 Preparing to unpack .../211-libipc-system-simple-perl_1.25-4_all.deb ...
13:40:28 #8 41.59 Unpacking libipc-system-simple-perl (1.25-4) ...
13:40:28 #8 41.62 Selecting previously unselected package libfile-basedir-perl.
13:40:28 #8 41.62 Preparing to unpack .../212-libfile-basedir-perl_0.08-1_all.deb ...
13:40:28 #8 41.63 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:28 #8 41.66 Selecting previously unselected package libfile-chdir-perl.
13:40:28 #8 41.66 Preparing to unpack .../213-libfile-chdir-perl_0.1008-1_all.deb ...
13:40:28 #8 41.66 Unpacking libfile-chdir-perl (0.1008-1) ...
13:40:28 #8 41.68 Selecting previously unselected package libfile-fcntllock-perl.
13:40:28 #8 41.69 Preparing to unpack .../214-libfile-fcntllock-perl_0.22-3+b5_amd64.deb ...
13:40:28 #8 41.69 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
13:40:28 #8 41.72 Selecting previously unselected package libfont-afm-perl.
13:40:28 #8 41.72 Preparing to unpack .../215-libfont-afm-perl_1.20-2_all.deb ...
13:40:28 #8 41.72 Unpacking libfont-afm-perl (1.20-2) ...
13:40:28 #8 41.76 Selecting previously unselected package libfribidi0:amd64.
13:40:28 #8 41.76 Preparing to unpack .../216-libfribidi0_1.0.5-3.1+deb10u1_amd64.deb ...
13:40:28 #8 41.76 Unpacking libfribidi0:amd64 (1.0.5-3.1+deb10u1) ...
13:40:28 #8 41.79 Selecting previously unselected package libfuture-perl.
13:40:28 #9 27.33 Unpacking libfido2-1:armhf (1.3.1-1ubuntu2) ...
13:40:28 #9 26.36 Fetched 232 MB in 19s (12.2 MB/s)
13:40:28 #9 26.38 Selecting previously unselected package liblocale-gettext-perl.
13:40:28 #9 26.38 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4379 files and directories currently installed.)
13:40:28 #9 26.38 Preparing to unpack .../liblocale-gettext-perl_1.07-4build1_armhf.deb ...
13:40:28 #9 26.40 Unpacking liblocale-gettext-perl (1.07-4build1) ...
13:40:28 #9 26.43 Selecting previously unselected package libpython3.9-minimal:armhf.
13:40:28 #9 26.43 Preparing to unpack .../libpython3.9-minimal_3.9.7-2build1_armhf.deb ...
13:40:28 #9 26.43 Unpacking libpython3.9-minimal:armhf (3.9.7-2build1) ...
13:40:28 #9 26.55 Selecting previously unselected package libexpat1:armhf.
13:40:28 #9 26.55 Preparing to unpack .../libexpat1_2.4.1-2ubuntu0.3_armhf.deb ...
13:40:28 #9 38.98 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
13:40:28 #9 38.99 Unpacking libperlio-gzip-perl (0.19-1build5) ...
13:40:28 #9 39.01 Selecting previously unselected package libpod-constants-perl.
13:40:28 #9 39.02 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
13:40:28 #9 39.02 Unpacking libpod-constants-perl (0.19-1) ...
13:40:28 #9 39.06 Selecting previously unselected package libre2-5:amd64.
13:40:28 #9 39.06 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
13:40:28 #9 39.07 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
13:40:28 #9 39.11 Selecting previously unselected package libre-engine-re2-perl.
13:40:28 #9 39.11 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
13:40:28 #9 39.12 Unpacking libre-engine-re2-perl (0.13-5) ...
13:40:28 #9 39.17 Selecting previously unselected package libreadonly-perl.
13:40:28 #9 39.17 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
13:40:28 #9 39.19 Unpacking libreadonly-perl (2.050-2) ...
13:40:28 #9 39.23 Selecting previously unselected package libref-util-perl.
13:40:28 #9 40.72 Preparing to unpack .../318-libtext-markdown-discount-perl_0.12-1build2_amd64.deb ...
13:40:28 #9 40.72 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1build2) ...
13:40:28 #9 40.75 Selecting previously unselected package libtext-xslate-perl.
13:40:28 #9 40.75 Preparing to unpack .../319-libtext-xslate-perl_3.5.8-1build2_amd64.deb ...
13:40:28 #9 40.76 Unpacking libtext-xslate-perl (3.5.8-1build2) ...
13:40:28 #9 40.81 Selecting previously unselected package libtime-duration-perl.
13:40:28 #9 40.81 Preparing to unpack .../320-libtime-duration-perl_1.21-1_all.deb ...
13:40:28 #9 40.82 Unpacking libtime-duration-perl (1.21-1) ...
13:40:28 #9 40.85 Selecting previously unselected package libtime-moment-perl.
13:40:28 #9 40.85 Preparing to unpack .../321-libtime-moment-perl_0.44-1build4_amd64.deb ...
13:40:28 #9 40.86 Unpacking libtime-moment-perl (0.44-1build4) ...
13:40:28 #9 40.89 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:28 #9 40.89 Preparing to unpack .../322-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
13:40:28 #9 40.89 Unpacking libtype-tiny-xs-perl (0.022-1) ...
13:40:28 #9 40.92 Selecting previously unselected package libunicode-utf8-perl.
13:40:28 #9 40.92 Preparing to unpack .../323-libunicode-utf8-perl_0.62-1build2_amd64.deb ...
13:40:28 #9 40.93 Unpacking libunicode-utf8-perl (0.62-1build2) ...
13:40:28 #9 40.96 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:28 #9 40.96 Preparing to unpack .../324-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:40:28 #9 40.97 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:40:28 #9 41.00 Selecting previously unselected package libxml-sax-base-perl.
13:40:28 #9 41.01 Preparing to unpack .../325-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:40:28 #9 41.01 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:40:28 #9 41.05 Selecting previously unselected package libxml-sax-perl.
13:40:28 #8 38.72 Preparing to unpack .../179-libfontconfig1_2.13.1-4.2_amd64.deb ...
13:40:28 #8 38.73 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
13:40:28 #8 38.77 Selecting previously unselected package libjpeg62-turbo:amd64.
13:40:28 #8 38.77 Preparing to unpack .../180-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
13:40:28 #8 38.78 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
13:40:28 #8 38.82 Selecting previously unselected package libdeflate0:amd64.
13:40:28 #8 38.83 Preparing to unpack .../181-libdeflate0_1.7-1_amd64.deb ...
13:40:28 #8 38.83 Unpacking libdeflate0:amd64 (1.7-1) ...
13:40:28 #8 38.87 Selecting previously unselected package libjbig0:amd64.
13:40:28 #8 38.87 Preparing to unpack .../182-libjbig0_2.1-3.1+b2_amd64.deb ...
13:40:28 #8 38.87 Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
13:40:28 #8 38.91 Selecting previously unselected package libwebp6:amd64.
13:40:28 #8 38.91 Preparing to unpack .../183-libwebp6_0.6.1-2.1_amd64.deb ...
13:40:28 #8 38.92 Unpacking libwebp6:amd64 (0.6.1-2.1) ...
13:40:28 #8 38.97 Selecting previously unselected package libtiff5:amd64.
13:40:28 #10 25.48   Installing       : perl-Socket-4:2.027-3.el8.x86_64                     47/97 
13:40:28 #10 25.71   Installing       : perl-Encode-4:2.97-3.el8.x86_64                      48/97 
13:40:28 #10 25.72   Installing       : perl-Carp-1.42-396.el8.noarch                        49/97 
13:40:28 #8 40.95 Preparing to unpack .../265-patchutils_0.3.4-2_amd64.deb ...
13:40:28 #8 40.96 Unpacking patchutils (0.3.4-2) ...
13:40:28 #8 41.00 Selecting previously unselected package t1utils.
13:40:28 #8 41.00 Preparing to unpack .../266-t1utils_1.41-2_amd64.deb ...
13:40:28 #8 41.00 Unpacking t1utils (1.41-2) ...
13:40:28 #8 41.05 Selecting previously unselected package lintian.
13:40:28 #8 41.05 Preparing to unpack .../267-lintian_2.5.81ubuntu1_all.deb ...
13:40:28 #8 41.05 Unpacking lintian (2.5.81ubuntu1) ...
13:40:28 #8 41.19 Selecting previously unselected package manpages-dev.
13:40:28 #9 46.09 Setting up libfile-touch-perl (0.12-1) ...
13:40:28 #8 38.52 Fedora Modular 36 - x86_64 - Updates            273  B/s | 257  B     00:00    
13:40:28 #9 46.10 Setting up libc-devtools (2.35-0ubuntu3) ...
13:40:28 #9 46.12 Setting up libemail-address-xs-perl (1.04-1build6) ...
13:40:28 #9 46.13 Setting up libnet-ssleay-perl:arm64 (1.92-1build2) ...
13:40:28 #9 46.14 Setting up python3-pkg-resources (59.6.0-1.2) ...
13:40:28 #9 46.33 Setting up automake (1:1.16.5-1.3) ...
13:40:29 #11 2.575 dh_testdir
13:40:29 #11 2.592 dh_testroot
13:40:29 #11 2.608 dh_prep
13:40:29 #11 2.628 dh_testdir
13:40:29 #11 2.645 dh_testroot
13:40:29 #11 2.662 dh_install
13:40:29 #11 2.686 dh_installdocs
13:40:29 #11 2.714 dh_installchangelogs
13:40:29 #11 2.779 dh_compress
13:40:29 #11 2.814 dh_fixperms
13:40:29 #11 2.858 dh_installdeb
13:40:29 #11 2.883 dh_gencontrol
13:40:29 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 10.2s
13:40:29 #9 45.62 Selecting previously unselected package libref-util-perl.
13:40:29 #9 45.62 Preparing to unpack .../304-libref-util-perl_0.204-1_all.deb ...
13:40:29 #9 45.69 Unpacking libref-util-perl (0.204-1) ...
13:40:29 #8 51.36   Installing       : perl-NDBM_File-1.15-477.fc34.aarch64                91/135 
13:40:29 #8 51.41   Installing       : perl-Encode-4:3.15-462.fc34.aarch64                 92/135 
13:40:29 #8 51.55   Installing       : perl-libs-4:5.32.1-477.fc34.aarch64                 93/135 
13:40:29 #8 51.58   Installing       : perl-interpreter-4:5.32.1-477.fc34.aarch64          94/135 
13:40:29 #9 41.22 Setting up python3-six (1.16.0-3ubuntu1) ...
13:40:29 #9 41.34 Setting up dirmngr (2.2.27-3ubuntu2) ...
13:40:29 #9 41.47 Setting up perl (5.34.0-3ubuntu1) ...
13:40:29 #9 46.67   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        27/52 
13:40:29 #9 46.69   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         28/52 
13:40:29 #9 46.72   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        29/52 
13:40:29 #9 46.74   Installing : perl-File-Path-2.09-2.el7.noarch                           30/52 
13:40:29 #9 20.71 Unpacking libsqlite3-0:armhf (3.37.2-2) ...
13:40:29 #9 20.75 Selecting previously unselected package libpython3.10-stdlib:armhf.
13:40:29 #9 20.75 Preparing to unpack .../6-libpython3.10-stdlib_3.10.4-3_armhf.deb ...
13:40:29 #9 20.77 Unpacking libpython3.10-stdlib:armhf (3.10.4-3) ...
13:40:29 #9 20.93 Selecting previously unselected package python3.10.
13:40:29 #9 20.93 Preparing to unpack .../7-python3.10_3.10.4-3_armhf.deb ...
13:40:29 #9 45.97 Setting up libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
13:40:29 #9 45.98 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ...
13:40:29 #9 45.99 Setting up gpg-agent (2.2.19-3ubuntu2.1) ...
13:40:29 #8 22.25 Selecting previously unselected package cpp.
13:40:29 #8 22.25 Preparing to unpack .../042-cpp_4%3a10.2.1-1_armhf.deb ...
13:40:29 #8 22.26 Unpacking cpp (4:10.2.1-1) ...
13:40:29 #8 22.32 Selecting previously unselected package libcc1-0:armhf.
13:40:29 #8 22.32 Preparing to unpack .../043-libcc1-0_10.2.1-6_armhf.deb ...
13:40:29 #8 22.33 Unpacking libcc1-0:armhf (10.2.1-6) ...
13:40:29 #8 22.41 Selecting previously unselected package libgomp1:armhf.
13:40:29 #8 22.41 Preparing to unpack .../044-libgomp1_10.2.1-6_armhf.deb ...
13:40:29 #8 22.42 Unpacking libgomp1:armhf (10.2.1-6) ...
13:40:29 #8 22.51 Selecting previously unselected package libatomic1:armhf.
13:40:29 #8 22.54 Preparing to unpack .../045-libatomic1_10.2.1-6_armhf.deb ...
13:40:29 #8 22.55 Unpacking libatomic1:armhf (10.2.1-6) ...
13:40:29 #8 54.78   Installing       : libpng-2:1.6.37-12.fc36.aarch64                     64/178 
13:40:29 #8 54.79   Installing       : libstemmer-0-18.585svn.fc36.aarch64                 65/178 
13:40:29 #8 54.80   Installing       : ncurses-6.2-9.20210508.fc36.aarch64                 66/178 
13:40:29 #8 54.82   Installing       : perl-Digest-1.20-2.fc36.noarch                      67/178 
13:40:29 #8 54.83   Installing       : perl-Digest-MD5-2.58-479.fc36.aarch64               68/178 
13:40:29 #8 54.88   Installing       : perl-B-1.82-486.fc36.aarch64                        69/178 
13:40:29 #8 54.89   Installing       : perl-FileHandle-2.03-486.fc36.noarch                70/178 
13:40:29 #8 54.90   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                71/178 
13:40:29 #8 54.96   Installing       : perl-Data-Dumper-2.183-3.fc36.aarch64               72/178 
13:40:29 #8 54.97   Installing       : perl-libnet-3.13-480.fc36.noarch                    73/178 
13:40:29 #8 54.98   Installing       : perl-base-2.27-486.fc36.noarch                      74/178 
13:40:29 #8 52.42   Installing       : perl-Getopt-Std-1.13-486.fc35.noarch               101/167 
13:40:29 #8 52.50   Installing       : perl-Scalar-List-Utils-5:1.62-463.fc35.aarch64     102/167 
13:40:29 #8 52.51   Installing       : perl-Storable-1:3.25-1.fc35.aarch64                103/167 
13:40:29 #8 52.52   Installing       : perl-overload-1.33-486.fc35.noarch                 104/167 
13:40:29 #8 52.61   Installing       : perl-vars-1.05-486.fc35.noarch                     105/167 
13:40:29 #8 52.62   Installing       : perl-Getopt-Long-1:2.52-478.fc35.noarch            106/167 
13:40:29 #8 52.63   Installing       : perl-Carp-1.52-478.fc35.noarch                     107/167 
13:40:29 #8 52.66   Installing       : perl-Exporter-5.76-479.fc35.noarch                 108/167 
13:40:29 #8 52.67   Installing       : perl-DynaLoader-1.50-486.fc35.aarch64              109/167 
13:40:29 #8 52.67   Installing       : perl-NDBM_File-1.15-486.fc35.aarch64               110/167 
13:40:29 #8 52.70   Installing       : perl-PathTools-3.80-478.fc35.aarch64               111/167 
13:40:29 #8 41.79 Preparing to unpack .../217-libfuture-perl_0.39-1_all.deb ...
13:40:29 #8 41.80 Unpacking libfuture-perl (0.39-1) ...
13:40:29 #8 41.83 Selecting previously unselected package libio-stringy-perl.
13:40:29 #8 41.83 Preparing to unpack .../218-libio-stringy-perl_2.111-3_all.deb ...
13:40:29 #8 41.84 Unpacking libio-stringy-perl (2.111-3) ...
13:40:29 #8 41.87 Selecting previously unselected package libparams-validate-perl.
13:40:29 #8 41.87 Preparing to unpack .../219-libparams-validate-perl_1.29-1+b1_amd64.deb ...
13:40:29 #8 41.87 Unpacking libparams-validate-perl (1.29-1+b1) ...
13:40:29 #8 41.90 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:29 #8 41.91 Preparing to unpack .../220-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
13:40:29 #8 41.91 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
13:40:29 #8 41.94 Selecting previously unselected package libsort-versions-perl.
13:40:29 #8 41.94 Preparing to unpack .../221-libsort-versions-perl_1.62-1_all.deb ...
13:40:29 #8 41.94 Unpacking libsort-versions-perl (1.62-1) ...
13:40:29 #8 41.97 Selecting previously unselected package libgit-wrapper-perl.
13:40:29 #8 41.97 Preparing to unpack .../222-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:29 #8 41.98 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:29 #8 42.00 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:29 #8 42.01 Preparing to unpack .../223-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:40:29 #8 42.01 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:40:29 #8 42.04 Selecting previously unselected package libio-prompter-perl.
13:40:29 #8 42.04 Preparing to unpack .../224-libio-prompter-perl_0.004015-1_all.deb ...
13:40:29 #8 42.04 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:29 #8 42.07 Selecting previously unselected package libjson-perl.
13:40:29 #8 42.07 Preparing to unpack .../225-libjson-perl_4.02000-1_all.deb ...
13:40:29 #8 42.08 Unpacking libjson-perl (4.02000-1) ...
13:40:29 #8 42.11 Selecting previously unselected package liblog-any-perl.
13:40:29 #9 27.63 Selecting previously unselected package libkrb5support0:armhf.
13:40:29 #9 27.63 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_armhf.deb ...
13:40:29 #9 26.55 Unpacking libexpat1:armhf (2.4.1-2ubuntu0.3) ...
13:40:29 #9 26.62 Selecting previously unselected package python3.9-minimal.
13:40:29 #9 26.62 Preparing to unpack .../python3.9-minimal_3.9.7-2build1_armhf.deb ...
13:40:29 #9 26.64 Unpacking python3.9-minimal (3.9.7-2build1) ...
13:40:29 #13 11.24   Running scriptlet: autoconf-2.69-29.el8.noarch                          14/73 
13:40:29 #9 39.23 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
13:40:29 #9 39.23 Unpacking libref-util-perl (0.204-1) ...
13:40:29 #9 39.26 Selecting previously unselected package libref-util-xs-perl.
13:40:29 #9 39.27 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
13:40:29 #9 39.27 Unpacking libref-util-xs-perl (0.117-1build2) ...
13:40:29 #9 39.32 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:29 #9 39.32 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
13:40:29 #9 39.33 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
13:40:29 #9 39.36 Selecting previously unselected package libregexp-pattern-perl.
13:40:29 #9 39.36 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
13:40:29 #9 39.37 Unpacking libregexp-pattern-perl (0.2.12-1) ...
13:40:29 #9 39.40 Selecting previously unselected package libsasl2-modules:amd64.
13:40:29 #9 39.40 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
13:40:29 #9 39.41 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:29 #9 39.44 Selecting previously unselected package libsereal-decoder-perl.
13:40:29 #9 39.44 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
13:40:29 #9 39.45 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
13:40:29 #9 39.49 Selecting previously unselected package libsereal-encoder-perl.
13:40:29 #9 39.49 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
13:40:29 #9 39.49 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
13:40:29 #9 39.54 Selecting previously unselected package libsereal-perl.
13:40:29 #9 41.05 Preparing to unpack .../326-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:40:29 #9 41.05 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:40:29 #9 41.09 Selecting previously unselected package libxml-libxml-perl.
13:40:29 #9 41.10 Preparing to unpack .../327-libxml-libxml-perl_2.0134+dfsg-2build1_amd64.deb ...
13:40:29 #9 41.10 Unpacking libxml-libxml-perl (2.0134+dfsg-2build1) ...
13:40:29 #9 41.15 Selecting previously unselected package libxml-parser-perl:amd64.
13:40:29 #9 41.16 Preparing to unpack .../328-libxml-parser-perl_2.46-2_amd64.deb ...
13:40:29 #9 41.16 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
13:40:29 #9 41.21 Selecting previously unselected package libxml-sax-expat-perl.
13:40:29 #9 41.21 Preparing to unpack .../329-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:29 #9 41.21 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:29 #9 41.24 Selecting previously unselected package libyaml-libyaml-perl.
13:40:29 #9 41.25 Preparing to unpack .../330-libyaml-libyaml-perl_0.82+repack-1build1_amd64.deb ...
13:40:29 #9 41.25 Unpacking libyaml-libyaml-perl (0.82+repack-1build1) ...
13:40:29 #9 41.28 Selecting previously unselected package licensecheck.
13:40:29 #8 38.98 Preparing to unpack .../184-libtiff5_4.2.0-1+deb11u1_amd64.deb ...
13:40:29 #8 38.98 Unpacking libtiff5:amd64 (4.2.0-1+deb11u1) ...
13:40:29 #8 39.04 Selecting previously unselected package libxau6:amd64.
13:40:29 #8 39.04 Preparing to unpack .../185-libxau6_1%3a1.0.9-1_amd64.deb ...
13:40:29 #8 39.04 Unpacking libxau6:amd64 (1:1.0.9-1) ...
13:40:29 #8 39.08 Selecting previously unselected package libxdmcp6:amd64.
13:40:29 #8 39.08 Preparing to unpack .../186-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
13:40:29 #8 39.08 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
13:40:29 #8 39.12 Selecting previously unselected package libxcb1:amd64.
13:40:29 #8 39.12 Preparing to unpack .../187-libxcb1_1.14-3_amd64.deb ...
13:40:29 #8 39.12 Unpacking libxcb1:amd64 (1.14-3) ...
13:40:29 #8 39.16 Selecting previously unselected package libx11-data.
13:40:29 #8 39.16 Preparing to unpack .../188-libx11-data_2%3a1.7.2-1_all.deb ...
13:40:29 #8 39.17 Unpacking libx11-data (2:1.7.2-1) ...
13:40:29 #10 25.74   Installing       : perl-Exporter-5.72-396.el8.noarch                    50/97 
13:40:29 #10 25.94   Installing       : perl-libs-4:5.26.3-421.el8.x86_64                    51/97 
13:40:29 #10 25.97   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           52/97 
13:40:29 #10 25.99   Installing       : perl-parent-1:0.237-1.el8.noarch                     53/97 
13:40:29 #10 26.00   Installing       : perl-macros-4:5.26.3-421.el8.x86_64                  54/97 
13:40:29 #10 26.02   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         55/97 
13:40:29 #10 26.04   Installing       : perl-Unicode-Normalize-1.25-396.el8.x86_64           56/97 
13:40:29 #10 26.05   Installing       : perl-File-Path-2.15-2.el8.noarch                     57/97 
13:40:29 #10 26.07   Installing       : perl-IO-1.38-421.el8.x86_64                          58/97 
13:40:29 #8 41.19 Preparing to unpack .../268-manpages-dev_4.15-1_all.deb ...
13:40:29 #8 41.20 Unpacking manpages-dev (4.15-1) ...
13:40:29 #8 41.47 Selecting previously unselected package python3-certifi.
13:40:29 #9 46.34 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:29 #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
13:40:29 #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
13:40:29 #9 46.35 Setting up libapt-pkg-perl (0.1.40build2) ...
13:40:29 #9 46.40 Setting up libstring-escape-perl (2010.002-2) ...
13:40:29 #9 46.41 Setting up libhttp-date-perl (6.05-1) ...
13:40:29 #9 46.42 Setting up libfile-which-perl (1.23-1) ...
13:40:29 #9 46.44 Setting up libfile-basedir-perl (0.09-1) ...
13:40:29 #9 46.45 Setting up libunicode-utf8-perl (0.62-1build4) ...
13:40:29 #9 46.46 Setting up libset-intspan-perl (1.19-2) ...
13:40:29 #9 46.47 Setting up libmouse-perl (2.5.10-1build4) ...
13:40:29 #9 46.48 Setting up libfile-listing-perl (6.14-1) ...
13:40:29 #9 46.49 Setting up gpg-wks-client (2.2.27-3ubuntu2) ...
13:40:29 #9 46.50 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:40:29 #9 46.51 Setting up libdata-messagepack-perl (1.01-2build1) ...
13:40:29 #9 46.52 Setting up libfont-afm-perl (1.20-3) ...
13:40:29 #9 46.53 Setting up libwant-perl (0.29-1build7) ...
13:40:29 #9 46.54 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:40:29 #9 46.55 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:40:29 #9 46.56 Setting up liblist-compare-perl (0.55-1) ...
13:40:29 #9 46.57 Setting up libref-util-xs-perl (0.117-1build5) ...
13:40:29 #9 46.58 Setting up libio-pty-perl (1:1.15-2build2) ...
13:40:29 #9 46.59 Setting up g++-11 (11.2.0-19ubuntu1) ...
13:40:29 #9 46.60 Setting up libfile-fcntllock-perl (0.22-3build7) ...
13:40:29 #9 46.62 Setting up libclone-perl (0.45-1build3) ...
13:40:29 #9 46.63 Setting up libalgorithm-diff-perl (1.201-1) ...
13:40:29 #9 46.64 Setting up libarchive-zip-perl (1.68-1) ...
13:40:29 #9 46.65 Setting up libsub-identify-perl (0.14-1build5) ...
13:40:29 #11 2.996 dh_md5sums
13:40:29 #11 3.025 dh_builddeb
13:40:29 #11 3.044 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:29 #11 3.064 
13:40:29 #11 3.064 The package has been created.
13:40:29 #11 3.064 Attention, the package has been created in the current directory,
13:40:29 #11 3.064 not in ".." as indicated by the message above!
13:40:29 #11 3.127 Selecting previously unselected package docker-ce-build-deps.
13:40:29 #9 45.87 Selecting previously unselected package libref-util-xs-perl.
13:40:29 #9 45.87 Preparing to unpack .../305-libref-util-xs-perl_0.117-1build3_arm64.deb ...
13:40:29 #9 45.90 Unpacking libref-util-xs-perl (0.117-1build3) ...
13:40:29 #9 46.07 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:29 #9 46.08 Preparing to unpack .../306-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
13:40:29 #9 46.11 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
13:40:29 #9 41.49 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
13:40:29 #9 41.50 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:40:29 #9 41.52 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
13:40:29 #9 41.53 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
13:40:29 #8 51.62   Installing       : lua-srpm-macros-1-4.fc34.noarch                     95/135 
13:40:29 #8 51.63   Installing       : libstemmer-0-16.585svn.fc34.aarch64                 96/135 
13:40:29 #8 51.63   Installing       : libproxy-0.4.15-30.fc34.aarch64                     97/135 
13:40:29 #8 51.68   Installing       : libpng-2:1.6.37-10.fc34.aarch64                     98/135 
13:40:29 #8 51.69   Installing       : gdk-pixbuf2-2.42.6-1.fc34.aarch64                   99/135 
13:40:29 #8 51.73   Installing       : libpkgconf-1.7.3-6.fc34.aarch64                    100/135 
13:40:29 #8 51.73   Installing       : pkgconf-1.7.3-6.fc34.aarch64                       101/135 
13:40:29 #8 51.76   Installing       : pkgconf-pkg-config-1.7.3-6.fc34.aarch64            102/135 
13:40:29 #8 51.77   Installing       : libpipeline-1.5.3-2.fc34.aarch64                   103/135 
13:40:29 #8 51.80   Running scriptlet: man-db-2.9.3-3.fc34.aarch64                        104/135 
13:40:29 #9 20.94 Unpacking python3.10 (3.10.4-3) ...
13:40:29 #9 20.97 Selecting previously unselected package libpython3-stdlib:armhf.
13:40:29 #9 20.97 Preparing to unpack .../8-libpython3-stdlib_3.10.4-0ubuntu2_armhf.deb ...
13:40:29 #9 20.98 Unpacking libpython3-stdlib:armhf (3.10.4-0ubuntu2) ...
13:40:29 #9 21.03 Setting up python3-minimal (3.10.4-0ubuntu2) ...
13:40:29 #18 DONE 12.9s
13:40:29 
13:40:29 #19 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
13:40:29 #19 DONE 0.1s
13:40:29 
13:40:29 #20 [linux/amd64 goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
13:40:29 #8 22.70 Selecting previously unselected package libasan6:armhf.
13:40:29 #8 22.70 Preparing to unpack .../046-libasan6_10.2.1-6_armhf.deb ...
13:40:29 #8 22.71 Unpacking libasan6:armhf (10.2.1-6) ...
13:40:29 #8 55.02   Installing       : perl-Net-SSLeay-1.92-2.fc36.aarch64                 75/178 
13:40:29 #8 55.06   Installing       : perl-URI-5.10-1.fc36.noarch                         76/178 
13:40:29 #8 55.07   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         77/178 
13:40:29 #8 55.10   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              78/178 
13:40:29 #8 55.10   Installing       : perl-if-0.60.900-486.fc36.noarch                    79/178 
13:40:29 #8 55.11   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             80/178 
13:40:29 #8 55.11   Installing       : perl-File-Path-2.18-479.fc36.noarch                 81/178 
13:40:29 #8 55.14   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             82/178 
13:40:29 #8 55.15   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              83/178 
13:40:29 #8 55.15   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              84/178 
13:40:29 #8 55.18   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              85/178 
13:40:29 #8 55.19   Installing       : perl-POSIX-1.97-486.fc36.aarch64                    86/178 
13:40:29 #8 55.22   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            87/178 
13:40:29 #8 55.22   Installing       : perl-subs-1.04-486.fc36.noarch                      88/178 
13:40:29 #8 55.23   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                89/178 
13:40:29 #8 52.75   Installing       : perl-Encode-4:3.15-482.fc35.aarch64                112/167 
13:40:29 #8 52.90   Installing       : perl-libs-4:5.34.1-486.fc35.aarch64                113/167 
13:40:29 #8 52.94   Installing       : perl-interpreter-4:5.34.1-486.fc35.aarch64         114/167 
13:40:29 #8 52.99   Installing       : devscripts-checkbashisms-2.21.4-1.fc35.aarch64     115/167 
13:40:29 #8 42.11 Preparing to unpack .../226-liblog-any-perl_1.707-1_all.deb ...
13:40:29 #8 42.12 Unpacking liblog-any-perl (1.707-1) ...
13:40:29 #8 42.15 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:29 #8 42.15 Preparing to unpack .../227-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:40:29 #8 42.16 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:40:29 #8 42.18 Selecting previously unselected package libpackage-stash-perl.
13:40:29 #8 42.18 Preparing to unpack .../228-libpackage-stash-perl_0.38-1_all.deb ...
13:40:29 #8 42.19 Unpacking libpackage-stash-perl (0.38-1) ...
13:40:29 #8 42.21 Selecting previously unselected package libsub-identify-perl.
13:40:29 #8 42.22 Preparing to unpack .../229-libsub-identify-perl_0.14-1+b1_amd64.deb ...
13:40:29 #8 42.22 Unpacking libsub-identify-perl (0.14-1+b1) ...
13:40:29 #8 42.24 Selecting previously unselected package libnamespace-clean-perl.
13:40:29 #8 42.25 Preparing to unpack .../230-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:29 #8 42.25 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:29 #8 42.28 Selecting previously unselected package libpath-tiny-perl.
13:40:29 #8 42.28 Preparing to unpack .../231-libpath-tiny-perl_0.108-1_all.deb ...
13:40:29 #8 42.28 Unpacking libpath-tiny-perl (0.108-1) ...
13:40:29 #8 42.31 Selecting previously unselected package libtype-tiny-perl.
13:40:29 #8 42.31 Preparing to unpack .../232-libtype-tiny-perl_1.004004-1_all.deb ...
13:40:29 #9 27.80 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.1) ...
13:40:29 #8 31.50 Selecting previously unselected package cpp.
13:40:29 #8 31.50 Preparing to unpack .../067-cpp_4%3a7.4.0-1ubuntu2.3_armhf.deb ...
13:40:29 #9 39.55 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
13:40:29 #9 39.55 Unpacking libsereal-perl (4.011-1) ...
13:40:29 #9 39.59 Selecting previously unselected package libsort-key-perl.
13:40:29 #9 39.59 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
13:40:29 #9 39.60 Unpacking libsort-key-perl (1.33-2build2) ...
13:40:29 #9 39.65 Selecting previously unselected package libstring-copyright-perl.
13:40:29 #9 39.65 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:29 #9 39.66 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:29 #9 39.69 Selecting previously unselected package libstring-escape-perl.
13:40:29 #9 39.69 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
13:40:29 #9 39.69 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:29 #9 39.73 Selecting previously unselected package libstring-shellquote-perl.
13:40:29 #9 39.73 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:29 #9 39.74 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:29 #13 11.95   Installing       : cpp-8.5.0-13.el8.aarch64                             15/73 
13:40:29 #13 11.96   Running scriptlet: cpp-8.5.0-13.el8.aarch64                             15/73 
13:40:29 #13 11.98   Installing       : python3-libsemanage-2.9-8.el8.aarch64                16/73 
13:40:29 #13 12.07   Installing       : python3-setools-4.3.0-3.el8.aarch64                  17/73 
13:40:29 #13 12.16   Installing       : isl-0.16.1-6.el8.aarch64                             18/73 
13:40:29 #13 12.18   Running scriptlet: isl-0.16.1-6.el8.aarch64                             18/73 
13:40:29 #13 12.20   Installing       : libuv-1:1.41.1-1.el8_4.aarch64                       19/73 
13:40:29 #13 12.22   Installing       : perl-TermReadKey-2.37-7.el8.aarch64                  20/73 
13:40:29 #13 12.25   Installing       : less-530-1.el8.aarch64                               21/73 
13:40:29 #9 41.28 Preparing to unpack .../331-licensecheck_3.1.1-2_all.deb ...
13:40:29 #9 41.28 Unpacking licensecheck (3.1.1-2) ...
13:40:29 #9 41.31 Selecting previously unselected package libdevel-size-perl.
13:40:29 #9 41.32 Preparing to unpack .../332-libdevel-size-perl_0.83-1build3_amd64.deb ...
13:40:29 #9 41.32 Unpacking libdevel-size-perl (0.83-1build3) ...
13:40:29 #9 41.35 Selecting previously unselected package libipc-run3-perl.
13:40:29 #9 41.35 Preparing to unpack .../333-libipc-run3-perl_0.048-2_all.deb ...
13:40:29 #9 41.35 Unpacking libipc-run3-perl (0.048-2) ...
13:40:29 #9 41.38 Selecting previously unselected package lzip.
13:40:29 #9 41.39 Preparing to unpack .../334-lzip_1.22-3_amd64.deb ...
13:40:29 #9 41.39 Unpacking lzip (1.22-3) ...
13:40:29 #9 41.46 Selecting previously unselected package lzop.
13:40:29 #9 41.46 Preparing to unpack .../335-lzop_1.04-2build1_amd64.deb ...
13:40:29 #9 41.47 Unpacking lzop (1.04-2build1) ...
13:40:29 #9 41.49 Selecting previously unselected package t1utils.
13:40:29 #8 39.24 Selecting previously unselected package libx11-6:amd64.
13:40:29 #8 39.24 Preparing to unpack .../189-libx11-6_2%3a1.7.2-1_amd64.deb ...
13:40:29 #8 39.25 Unpacking libx11-6:amd64 (2:1.7.2-1) ...
13:40:29 #8 39.34 Selecting previously unselected package libxpm4:amd64.
13:40:29 #8 39.34 Preparing to unpack .../190-libxpm4_1%3a3.5.12-1_amd64.deb ...
13:40:29 #8 39.34 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
13:40:29 #8 39.38 Selecting previously unselected package libgd3:amd64.
13:40:29 #8 39.39 Preparing to unpack .../191-libgd3_2.3.0-2_amd64.deb ...
13:40:29 #8 39.39 Unpacking libgd3:amd64 (2.3.0-2) ...
13:40:29 #8 39.43 Selecting previously unselected package libc-devtools.
13:40:29 #8 39.43 Preparing to unpack .../192-libc-devtools_2.31-13+deb11u3_amd64.deb ...
13:40:29 #8 39.44 Unpacking libc-devtools (2.31-13+deb11u3) ...
13:40:29 #8 39.48 Selecting previously unselected package libcapture-tiny-perl.
13:40:29 #10 26.10   Installing       : perl-PathTools-3.74-1.el8.x86_64                     59/97 
13:40:29 #10 26.12   Installing       : perl-constant-1.33-396.el8.noarch                    60/97 
13:40:29 #10 26.13   Installing       : perl-threads-1:2.21-2.el8.x86_64                     61/97 
13:40:29 #8 41.47 Preparing to unpack .../269-python3-certifi_2018.1.18-2_all.deb ...
13:40:29 #8 41.47 Unpacking python3-certifi (2018.1.18-2) ...
13:40:29 #8 41.52 Selecting previously unselected package python3-idna.
13:40:29 #8 41.52 Preparing to unpack .../270-python3-idna_2.6-1_all.deb ...
13:40:29 #8 41.52 Unpacking python3-idna (2.6-1) ...
13:40:29 #8 41.56 Selecting previously unselected package python3-urllib3.
13:40:29 #8 41.56 Preparing to unpack .../271-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
13:40:29 #8 41.57 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
13:40:29 #8 41.61 Selecting previously unselected package python3-requests.
13:40:29 #8 41.61 Preparing to unpack .../272-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
13:40:29 #8 41.61 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
13:40:29 #8 41.65 Selecting previously unselected package python3-unidiff.
13:40:29 #8 41.66 Preparing to unpack .../273-python3-unidiff_0.5.4-1_all.deb ...
13:40:29 #8 41.66 Unpacking python3-unidiff (0.5.4-1) ...
13:40:29 #8 41.69 Selecting previously unselected package python3-xdg.
13:40:29 #9 46.66 Setting up libdistro-info-perl (1.1build1) ...
13:40:29 #9 46.68 Setting up libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
13:40:29 #9 46.69 Setting up python3-apt (2.3.0ubuntu2) ...
13:40:29 #9 46.84 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:40:29 #9 46.85 Setting up liblist-moreutils-perl (0.430-2) ...
13:40:29 #9 46.86 Setting up libhtml-tagset-perl (3.20-4) ...
13:40:29 #9 46.87 Setting up liblog-any-perl (1.710-1) ...
13:40:29 #9 46.88 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:40:29 #9 46.89 Setting up libdevel-size-perl (0.83-1build4) ...
13:40:29 #9 46.91 Setting up libdebhelper-perl (13.6ubuntu1) ...
13:40:29 #11 3.140 (Reading database ... 21388 files and directories currently installed.)
13:40:29 #11 3.141 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:29 #11 3.145 Unpacking docker-ce-build-deps (1.0) ...
13:40:29 #9 46.21 Selecting previously unselected package libregexp-pattern-perl.
13:40:29 #9 46.22 Preparing to unpack .../307-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:40:29 #9 46.22 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:40:29 #9 41.69 Setting up libdata-dump-perl (1.25-1) ...
13:40:29 #9 41.70 Setting up python3-certifi (2020.6.20-1) ...
13:40:29 #9 41.83 Setting up libfile-find-rule-perl (0.34-1) ...
13:40:29 #9 41.84 Setting up libref-util-perl (0.204-1) ...
13:40:29 #9 41.85 Setting up libipc-system-simple-perl (1.30-1) ...
13:40:29 #9 41.86 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:40:29 #9 41.87 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
13:40:29 #9 41.88 Setting up libsocket6-perl (0.29-1build4) ...
13:40:29 #8 51.83   Installing       : man-db-2.9.3-3.fc34.aarch64                        104/135 
13:40:29 #8 51.87   Running scriptlet: man-db-2.9.3-3.fc34.aarch64                        104/135 
13:40:29 #8 51.88   Installing       : kernel-srpm-macros-1.0-4.fc34.noarch               105/135 
13:40:29 #8 51.89   Installing       : info-6.7-10.fc34.aarch64                           106/135 
13:40:29 #8 51.93   Installing       : ed-1.14.2-10.fc34.aarch64                          107/135 
13:40:29 #8 51.94   Installing       : patch-2.7.6-14.fc34.aarch64                        108/135 
13:40:29 #8 51.95   Installing       : hunspell-filesystem-1.7.0-9.fc34.aarch64           109/135 
13:40:29 #8 51.98   Installing       : hunspell-en-US-0.20140811.1-18.fc34.noarch         110/135 
13:40:29 #8 51.99   Installing       : hunspell-1.7.0-9.fc34.aarch64                      111/135 
13:40:29 #8 52.00   Installing       : enchant-1:1.6.0-27.fc34.aarch64                    112/135 
13:40:29 #8 52.05   Installing       : python3-enchant-3.2.1-1.fc34.noarch                113/135 
13:40:29 #8 52.08   Installing       : gnat-srpm-macros-4-13.fc34.noarch                  114/135 
13:40:29 #8 52.09   Installing       : ghc-srpm-macros-1.5.0-4.fc34.noarch                115/135 
13:40:29 #8 52.09   Installing       : fpc-srpm-macros-1.3-3.fc34.noarch                  116/135 
13:40:29 #8 52.10   Installing       : dwz-0.14-1.fc34.aarch64                            117/135 
13:40:29 #8 52.11   Installing       : fonts-srpm-macros-1:2.0.5-5.fc34.noarch            118/135 
13:40:29 #8 52.14   Installing       : go-srpm-macros-3.0.15-1.fc34.noarch                119/135 
13:40:29 #8 52.15   Installing       : python-srpm-macros-3.9-41.fc34.noarch              120/135 
13:40:29 #9 21.34 Selecting previously unselected package python3.
13:40:29 #9 21.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5133 files and directories currently installed.)
13:40:29 #9 21.34 Preparing to unpack .../000-python3_3.10.4-0ubuntu2_armhf.deb ...
13:40:29 #9 21.34 Unpacking python3 (3.10.4-0ubuntu2) ...
13:40:29 #9 21.39 Selecting previously unselected package perl-modules-5.34.
13:40:29 #9 21.39 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1_all.deb ...
13:40:29 #20 ...
13:40:29 
13:40:29 #21 [linux/amd64->windows/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:40:29 #0 0.136 skipping packages installation on windows
13:40:29 #21 DONE 0.2s
13:40:29 
13:40:29 #20 [linux/amd64 goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
13:40:29 #8 55.27   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  90/178 
13:40:29 #8 55.27   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          91/178 
13:40:29 #8 55.31   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 92/178 
13:40:29 #8 55.32   Installing       : perl-HTTP-Tiny-0.080-2.fc36.noarch                  93/178 
13:40:29 #8 55.32   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               94/178 
13:40:29 #8 55.36   Installing       : perl-Symbol-1.09-486.fc36.noarch                    95/178 
13:40:29 #8 55.36   Installing       : perl-File-stat-1.09-486.fc36.noarch                 96/178 
13:40:29 #8 55.37   Installing       : perl-Socket-4:2.033-1.fc36.aarch64                  97/178 
13:40:29 #8 55.41   Installing       : perl-podlators-1:4.14-479.fc36.noarch               98/178 
13:40:29 #8 55.41   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            99/178 
13:40:29 #8 55.42   Installing       : perl-Fcntl-1.14-486.fc36.aarch64                   100/178 
13:40:29 #8 55.46   Installing       : perl-mro-1.25-486.fc36.aarch64                     101/178 
13:40:29 #8 55.46   Installing       : perl-overloading-0.02-486.fc36.noarch              102/178 
13:40:29 #8 52.99   Installing       : python3-zstd-1.4.5.1-5.fc35.aarch64                116/167 
13:40:29 #8 53.07   Installing       : shared-mime-info-2.1-3.fc35.aarch64                117/167 
13:40:29 #8 53.13   Running scriptlet: shared-mime-info-2.1-3.fc35.aarch64                117/167 
13:40:29 #8 53.15   Installing       : gdk-pixbuf2-2.42.6-2.fc35.aarch64                  118/167 
13:40:29 #8 53.24   Installing       : libappstream-glib-0.7.18-3.fc35.aarch64            119/167 
13:40:29 #8 42.32 Unpacking libtype-tiny-perl (1.004004-1) ...
13:40:29 #8 42.37 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:29 #8 42.37 Preparing to unpack .../233-libgitlab-api-v4-perl_0.16-1_all.deb ...
13:40:29 #8 42.38 Unpacking libgitlab-api-v4-perl (0.16-1) ...
13:40:29 #8 42.41 Selecting previously unselected package libglib2.0-data.
13:40:29 #8 42.42 Preparing to unpack .../234-libglib2.0-data_2.58.3-2+deb10u3_all.deb ...
13:40:29 #8 42.42 Unpacking libglib2.0-data (2.58.3-2+deb10u3) ...
13:40:29 #9 46.46 Setting up openssh-client (1:8.2p1-4ubuntu0.4) ...
13:40:29 #9 46.57 Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:29 #9 46.59 Setting up gpgsm (2.2.19-3ubuntu2.1) ...
13:40:29 #9 46.60 Setting up libxext6:arm64 (2:1.3.4-0ubuntu1) ...
13:40:29 #9 46.62 Setting up python3 (3.8.2-0ubuntu2) ...
13:40:29 #8 31.51 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
13:40:29 #8 31.55 Selecting previously unselected package libcc1-0:armhf.
13:40:29 #8 31.55 Preparing to unpack .../068-libcc1-0_8.4.0-1ubuntu1~18.04_armhf.deb ...
13:40:29 #8 31.56 Unpacking libcc1-0:armhf (8.4.0-1ubuntu1~18.04) ...
13:40:29 #8 31.60 Selecting previously unselected package libgomp1:armhf.
13:40:29 #8 31.60 Preparing to unpack .../069-libgomp1_8.4.0-1ubuntu1~18.04_armhf.deb ...
13:40:29 #8 31.62 Unpacking libgomp1:armhf (8.4.0-1ubuntu1~18.04) ...
13:40:29 #8 31.66 Selecting previously unselected package libatomic1:armhf.
13:40:29 #8 31.66 Preparing to unpack .../070-libatomic1_8.4.0-1ubuntu1~18.04_armhf.deb ...
13:40:29 #8 31.66 Unpacking libatomic1:armhf (8.4.0-1ubuntu1~18.04) ...
13:40:29 #8 31.72 Selecting previously unselected package libasan4:armhf.
13:40:29 #8 31.72 Preparing to unpack .../071-libasan4_7.5.0-3ubuntu1~18.04_armhf.deb ...
13:40:29 #8 31.73 Unpacking libasan4:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:29 #8 31.81 Selecting previously unselected package libubsan0:armhf.
13:40:29 #8 31.81 Preparing to unpack .../072-libubsan0_7.5.0-3ubuntu1~18.04_armhf.deb ...
13:40:29 #8 31.81 Unpacking libubsan0:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:29 #9 39.81 Selecting previously unselected package libterm-readkey-perl.
13:40:29 #9 39.81 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
13:40:29 #9 39.82 Unpacking libterm-readkey-perl (2.38-1build1) ...
13:40:29 #9 39.85 Selecting previously unselected package libtest-fatal-perl.
13:40:29 #9 39.86 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
13:40:29 #9 39.86 Unpacking libtest-fatal-perl (0.014-1) ...
13:40:29 #9 39.89 Selecting previously unselected package libtest-refcount-perl.
13:40:29 #9 39.89 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
13:40:29 #9 39.90 Unpacking libtest-refcount-perl (0.10-1) ...
13:40:29 #9 39.93 Selecting previously unselected package libtext-levenshtein-perl.
13:40:29 #9 39.93 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
13:40:29 #9 39.93 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:40:29 #9 39.96 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:29 #9 39.96 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
13:40:29 #9 39.97 Unpacking libtype-tiny-xs-perl (0.016-1) ...
13:40:29 #9 40.00 Selecting previously unselected package libunicode-utf8-perl.
13:40:29 #9 40.00 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
13:40:29 #9 40.01 Unpacking libunicode-utf8-perl (0.62-1build1) ...
13:40:29 #9 40.04 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:29 #13 12.30   Installing       : libasan-8.5.0-13.el8.aarch64                         22/73 
13:40:29 #13 12.31   Running scriptlet: libasan-8.5.0-13.el8.aarch64                         22/73 
13:40:29 #13 12.33   Installing       : libatomic-8.5.0-13.el8.aarch64                       23/73 
13:40:29 #13 12.34   Running scriptlet: libatomic-8.5.0-13.el8.aarch64                       23/73 
13:40:29 #13 12.37   Installing       : libedit-3.1-23.20170329cvs.el8.aarch64               24/73 
13:40:29 #13 12.39   Installing       : libgomp-8.5.0-13.el8.aarch64                         25/73 
13:40:29 #13 12.41   Running scriptlet: libgomp-8.5.0-13.el8.aarch64                         25/73 
13:40:29 #13 12.46   Installing       : libselinux-utils-2.9-5.el8.aarch64                   26/73 
13:40:29 #13 12.50   Installing       : policycoreutils-2.9-19.el8.aarch64                   27/73 
13:40:29 #9 41.50 Preparing to unpack .../336-t1utils_1.41-4build1_amd64.deb ...
13:40:29 #9 41.50 Unpacking t1utils (1.41-4build1) ...
13:40:29 #9 41.53 Selecting previously unselected package unzip.
13:40:29 #9 41.53 Preparing to unpack .../337-unzip_6.0-26ubuntu1_amd64.deb ...
13:40:29 #9 41.54 Unpacking unzip (6.0-26ubuntu1) ...
13:40:29 #9 41.59 Selecting previously unselected package lintian.
13:40:29 #9 41.60 Preparing to unpack .../338-lintian_2.104.0ubuntu3.1_all.deb ...
13:40:29 #9 41.60 Unpacking lintian (2.104.0ubuntu3.1) ...
13:40:29 #18 DONE 14.0s
13:40:29 
13:40:29 #19 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
13:40:29 #19 DONE 0.7s
13:40:29 
13:40:29 #20 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:40:29 #8 39.48 Preparing to unpack .../193-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:29 #8 39.48 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:29 #8 39.51 Selecting previously unselected package libclass-data-inheritable-perl.
13:40:29 #8 39.52 Preparing to unpack .../194-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:40:29 #8 39.52 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:40:29 #8 39.55 Selecting previously unselected package libclass-inspector-perl.
13:40:29 #8 39.55 Preparing to unpack .../195-libclass-inspector-perl_1.36-1_all.deb ...
13:40:29 #8 39.56 Unpacking libclass-inspector-perl (1.36-1) ...
13:40:29 #8 39.59 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:29 #8 39.59 Preparing to unpack .../196-libclass-xsaccessor-perl_1.19-3+b7_amd64.deb ...
13:40:29 #8 39.59 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
13:40:29 #8 39.62 Selecting previously unselected package libclone-perl.
13:40:29 #8 39.62 Preparing to unpack .../197-libclone-perl_0.45-1+b1_amd64.deb ...
13:40:29 #8 39.63 Unpacking libclone-perl (0.45-1+b1) ...
13:40:29 #8 39.66 Selecting previously unselected package libcommon-sense-perl.
13:40:29 #8 39.66 Preparing to unpack .../198-libcommon-sense-perl_3.75-1+b4_amd64.deb ...
13:40:29 #8 39.67 Unpacking libcommon-sense-perl (3.75-1+b4) ...
13:40:29 #8 39.69 Selecting previously unselected package libconfig-tiny-perl.
13:40:29 #8 39.70 Preparing to unpack .../199-libconfig-tiny-perl_2.26-1_all.deb ...
13:40:29 #8 39.70 Unpacking libconfig-tiny-perl (2.26-1) ...
13:40:29 #8 39.73 Selecting previously unselected package libparams-util-perl.
13:40:29 #8 39.73 Preparing to unpack .../200-libparams-util-perl_1.102-1+b1_amd64.deb ...
13:40:29 #8 39.74 Unpacking libparams-util-perl (1.102-1+b1) ...
13:40:29 #8 39.77 Selecting previously unselected package libsub-install-perl.
13:40:29 #8 39.77 Preparing to unpack .../201-libsub-install-perl_0.928-1.1_all.deb ...
13:40:29 #8 39.77 Unpacking libsub-install-perl (0.928-1.1) ...
13:40:29 #8 39.80 Selecting previously unselected package libdata-optlist-perl.
13:40:29 #9 27.02 Setting up libpython3.9-minimal:armhf (3.9.7-2build1) ...
13:40:29 #9 27.06 Setting up libexpat1:armhf (2.4.1-2ubuntu0.3) ...
13:40:29 #9 27.12 Setting up python3.9-minimal (3.9.7-2build1) ...
13:40:29 #8 41.70 Preparing to unpack .../274-python3-xdg_0.25-4ubuntu1.1_all.deb ...
13:40:29 #8 41.70 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
13:40:29 #8 41.74 Selecting previously unselected package unzip.
13:40:29 #8 41.74 Preparing to unpack .../275-unzip_6.0-21ubuntu1.1_amd64.deb ...
13:40:29 #8 41.74 Unpacking unzip (6.0-21ubuntu1.1) ...
13:40:29 #8 41.79 Selecting previously unselected package wdiff.
13:40:29 #8 41.79 Preparing to unpack .../276-wdiff_1.2.2-2_amd64.deb ...
13:40:29 #8 41.79 Unpacking wdiff (1.2.2-2) ...
13:40:29 #8 41.82 Selecting previously unselected package equivs.
13:40:29 #8 41.83 Preparing to unpack .../277-equivs_2.1.0_all.deb ...
13:40:29 #8 41.83 Unpacking equivs (2.1.0) ...
13:40:29 #8 41.86 Selecting previously unselected package libauthen-sasl-perl.
13:40:29 #8 41.86 Preparing to unpack .../278-libauthen-sasl-perl_2.1600-1_all.deb ...
13:40:29 #8 41.87 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:40:29 #8 41.90 Selecting previously unselected package python3-magic.
13:40:29 #8 41.91 Preparing to unpack .../279-python3-magic_2%3a0.4.15-1_all.deb ...
13:40:29 #8 41.91 Unpacking python3-magic (2:0.4.15-1) ...
13:40:29 #8 41.95 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:29 #9 46.92 Setting up libpod-constants-perl (0.19-2) ...
13:40:29 #9 46.93 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
13:40:29 #9 46.94 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:40:29 #9 46.95 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
13:40:29 #9 46.96 Setting up libio-interactive-perl (1.023-1) ...
13:40:29 #9 46.99 Setting up libtry-tiny-perl (0.31-1) ...
13:40:29 #9 47.00 Setting up libtype-tiny-perl (1.012004-1) ...
13:40:29 #9 47.03 Setting up libcommon-sense-perl:arm64 (3.75-2build1) ...
13:40:29 #9 47.04 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:40:29 #9 47.06 Setting up libnet-http-perl (6.22-1) ...
13:40:29 #9 47.07 Setting up libpath-iterator-rule-perl (1.015-1) ...
13:40:29 #9 47.08 Setting up libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
13:40:29 #9 47.10 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:29 #9 47.11 Setting up libtime-moment-perl (0.44-1build6) ...
13:40:29 #9 47.12 Setting up libencode-locale-perl (1.05-1.1) ...
13:40:29 #9 47.13 Setting up libexception-class-perl (1.45-1) ...
13:40:29 #9 47.14 Setting up libmath-base85-perl (0.5+dfsg-1) ...
13:40:29 #9 46.39 Selecting previously unselected package libsasl2-modules:arm64.
13:40:29 #9 46.40 Preparing to unpack .../308-libsasl2-modules_2.1.27+dfsg-2.1ubuntu0.1_arm64.deb ...
13:40:29 #9 46.42 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:29 #9 46.63 Selecting previously unselected package libsereal-decoder-perl.
13:40:29 #9 41.90 Setting up libio-prompt-tiny-perl (0.003-1) ...
13:40:29 #9 41.91 Setting up libhash-fieldhash-perl (0.15-1build5) ...
13:40:29 #9 41.92 Setting up libgd3:amd64 (2.3.0-2ubuntu2) ...
13:40:29 #9 41.94 Setting up libvariable-magic-perl (0.62-1build5) ...
13:40:29 #9 41.96 Setting up python3-idna (3.3-1) ...
13:40:29 #9 42.16 Setting up libio-html-perl (1.004-2) ...
13:40:29 #9 21.43 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1) ...
13:40:29 #8 52.15   Installing       : redhat-rpm-config-183-3.fc34.noarch                121/135 
13:40:29 #8 52.19   Installing       : diffutils-3.7-8.fc34.aarch64                       122/135 
13:40:29 #8 52.20   Installing       : dbus-libs-1:1.12.20-3.fc34.aarch64                 123/135 
13:40:29 #8 52.24   Installing       : python3-dbus-1.2.18-1.fc34.aarch64                 124/135 
13:40:29 #8 52.26   Installing       : python3-dnf-plugins-core-4.0.24-1.fc34.noarch      125/135 
13:40:29 #8 52.31   Installing       : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.   126/135 
13:40:29 #8 52.35   Installing       : abattis-cantarell-fonts-0.301-2.fc34.noarch        127/135 
13:40:29 #8 55.50   Installing       : perl-IO-1.46-486.fc36.aarch64                      103/178 
13:40:29 #8 55.51   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch            104/178 
13:40:29 #8 55.51   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch              105/178 
13:40:29 #8 55.54   Installing       : perl-Errno-1.33-486.fc36.aarch64                   106/178 
13:40:29 #8 55.54   Installing       : perl-File-Basename-2.85-486.fc36.noarch            107/178 
13:40:29 #8 55.55   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch               108/178 
13:40:29 #8 55.55   Installing       : perl-MIME-Base64-3.16-479.fc36.aarch64             109/178 
13:40:29 #8 55.59   Installing       : perl-Scalar-List-Utils-5:1.62-464.fc36.aarch64     110/178 
13:40:29 #8 55.59   Installing       : perl-constant-1.33-480.fc36.noarch                 111/178 
13:40:29 #8 55.62   Installing       : perl-overload-1.33-486.fc36.noarch                 112/178 
13:40:29 #8 55.62   Installing       : perl-parent-1:0.238-479.fc36.noarch                113/178 
13:40:29 #8 55.63   Installing       : perl-vars-1.05-486.fc36.noarch                     114/178 
13:40:29 #8 55.66   Installing       : perl-Storable-1:3.25-2.fc36.aarch64                115/178 
13:40:29 #8 55.66   Installing       : perl-Getopt-Long-1:2.52-479.fc36.noarch            116/178 
13:40:29 #8 55.67   Installing       : perl-DynaLoader-1.50-486.fc36.aarch64              117/178 
13:40:29 #8 55.70   Installing       : perl-Carp-1.52-479.fc36.noarch                     118/178 
13:40:29 #8 55.71   Installing       : perl-Exporter-5.76-480.fc36.noarch                 119/178 
13:40:29 #8 55.71   Installing       : perl-NDBM_File-1.15-486.fc36.aarch64               120/178 
13:40:29 #8 42.58 Selecting previously unselected package libgpm2:amd64.
13:40:29 #8 42.58 Preparing to unpack .../235-libgpm2_1.20.7-5_amd64.deb ...
13:40:29 #8 42.58 Unpacking libgpm2:amd64 (1.20.7-5) ...
13:40:29 #8 42.61 Selecting previously unselected package libidn11:amd64.
13:40:29 #8 42.62 Preparing to unpack .../236-libidn11_1.33-2.2_amd64.deb ...
13:40:29 #8 42.62 Unpacking libidn11:amd64 (1.33-2.2) ...
13:40:29 #8 42.67 Selecting previously unselected package libntlm0:amd64.
13:40:29 #8 42.67 Preparing to unpack .../237-libntlm0_1.5-1+deb10u1_amd64.deb ...
13:40:29 #8 42.67 Unpacking libntlm0:amd64 (1.5-1+deb10u1) ...
13:40:29 #8 42.71 Selecting previously unselected package libgsasl7.
13:40:29 #8 42.71 Preparing to unpack .../238-libgsasl7_1.8.0-8+b2_amd64.deb ...
13:40:29 #8 42.71 Unpacking libgsasl7 (1.8.0-8+b2) ...
13:40:29 #8 42.76 Selecting previously unselected package libhtml-form-perl.
13:40:29 #8 42.76 Preparing to unpack .../239-libhtml-form-perl_6.03-1_all.deb ...
13:40:29 #8 42.77 Unpacking libhtml-form-perl (6.03-1) ...
13:40:29 #8 42.79 Selecting previously unselected package libhtml-format-perl.
13:40:29 #8 42.79 Preparing to unpack .../240-libhtml-format-perl_2.12-1_all.deb ...
13:40:29 #8 42.80 Unpacking libhtml-format-perl (2.12-1) ...
13:40:29 #8 42.83 Selecting previously unselected package libhttp-daemon-perl.
13:40:29 #8 42.83 Preparing to unpack .../241-libhttp-daemon-perl_6.01-3_all.deb ...
13:40:29 #8 42.84 Unpacking libhttp-daemon-perl (6.01-3) ...
13:40:29 #8 42.90 Selecting previously unselected package libstruct-dumb-perl.
13:40:29 #8 53.28   Installing       : systemd-libs-249.11-2.fc35.aarch64                 120/167 
13:40:29 #8 53.36   Running scriptlet: systemd-libs-249.11-2.fc35.aarch64                 120/167 
13:40:29 #8 53.40   Installing       : dbus-libs-1:1.12.22-1.fc35.aarch64                 121/167 
13:40:29 #8 53.49   Installing       : python3-dbus-1.2.18-2.fc35.aarch64                 122/167 
13:40:29 #9 46.91 Setting up python3-xdg (0.26-1ubuntu1) ...
13:40:29 #8 31.88 Selecting previously unselected package libcilkrts5:armhf.
13:40:29 #8 31.88 Preparing to unpack .../073-libcilkrts5_7.5.0-3ubuntu1~18.04_armhf.deb ...
13:40:29 #8 31.88 Unpacking libcilkrts5:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:29 #8 31.93 Selecting previously unselected package libgcc-7-dev:armhf.
13:40:29 #8 31.93 Preparing to unpack .../074-libgcc-7-dev_7.5.0-3ubuntu1~18.04_armhf.deb ...
13:40:29 #8 31.94 Unpacking libgcc-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:29 #9 28.32 Selecting previously unselected package libk5crypto3:armhf.
13:40:29 #9 28.32 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_armhf.deb ...
13:40:29 #9 28.34 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.1) ...
13:40:29 #9 28.56 Selecting previously unselected package libkeyutils1:armhf.
13:40:29 #9 28.56 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_armhf.deb ...
13:40:29 #9 28.56 Unpacking libkeyutils1:armhf (1.6-6ubuntu1) ...
13:40:29 #9 40.04 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:40:29 #9 40.04 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:40:29 #9 40.07 Selecting previously unselected package libxml-sax-base-perl.
13:40:29 #9 40.08 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
13:40:29 #9 40.08 Unpacking libxml-sax-base-perl (1.09-1) ...
13:40:29 #9 40.12 Selecting previously unselected package libxml-sax-perl.
13:40:29 #9 40.13 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:40:29 #9 40.13 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:40:29 #9 40.17 Selecting previously unselected package libxml-libxml-perl.
13:40:29 #9 40.17 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
13:40:29 #9 40.18 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:40:29 #9 40.24 Selecting previously unselected package libxml-parser-perl.
13:40:29 #9 40.24 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
13:40:29 #9 40.24 Unpacking libxml-parser-perl (2.46-1) ...
13:40:29 #9 40.29 Selecting previously unselected package libxml-sax-expat-perl.
13:40:29 #9 41.90 Selecting previously unselected package manpages-dev.
13:40:29 #9 41.90 Preparing to unpack .../339-manpages-dev_5.10-1ubuntu1_all.deb ...
13:40:29 #9 41.90 Unpacking manpages-dev (5.10-1ubuntu1) ...
13:40:29 #13 12.53   Running scriptlet: policycoreutils-2.9-19.el8.aarch64                   27/73 
13:40:29 #13 12.55   Installing       : libubsan-8.5.0-13.el8.aarch64                        28/73 
13:40:29 #13 12.57   Running scriptlet: libubsan-8.5.0-13.el8.aarch64                        28/73 
13:40:29 #13 12.59   Running scriptlet: openssh-8.0p1-12.el8.aarch64                         29/73 
13:40:29 #13 12.66   Installing       : openssh-8.0p1-12.el8.aarch64                         29/73 
13:40:29 #20 0.520 skipping packages installation on darwin
13:40:29 #8 39.80 Preparing to unpack .../202-libdata-optlist-perl_0.110-1.1_all.deb ...
13:40:29 #8 39.81 Unpacking libdata-optlist-perl (0.110-1.1) ...
13:40:29 #8 39.83 Selecting previously unselected package libsub-exporter-perl.
13:40:29 #8 39.84 Preparing to unpack .../203-libsub-exporter-perl_0.987-1_all.deb ...
13:40:29 #8 39.84 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:29 #8 39.87 Selecting previously unselected package libconst-fast-perl.
13:40:29 #8 39.88 Preparing to unpack .../204-libconst-fast-perl_0.014-1.1_all.deb ...
13:40:29 #8 39.88 Unpacking libconst-fast-perl (0.014-1.1) ...
13:40:29 #8 39.91 Selecting previously unselected package libwant-perl.
13:40:29 #8 39.91 Preparing to unpack .../205-libwant-perl_0.29-1+b6_amd64.deb ...
13:40:29 #8 39.92 Unpacking libwant-perl (0.29-1+b6) ...
13:40:29 #8 39.96 Selecting previously unselected package libcontextual-return-perl.
13:40:29 #8 39.96 Preparing to unpack .../206-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:29 #8 39.97 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:29 #8 40.00 Selecting previously unselected package libconvert-binhex-perl.
13:40:29 #8 40.01 Preparing to unpack .../207-libconvert-binhex-perl_1.125-1_all.deb ...
13:40:29 #8 40.01 Unpacking libconvert-binhex-perl (1.125-1) ...
13:40:29 #8 40.04 Selecting previously unselected package libcpanel-json-xs-perl.
13:40:29 #9 46.76   Installing : perl-threads-1.87-4.el7.aarch64                            31/52 
13:40:29 #8 41.97 Setting up python-apt-common (1.6.5ubuntu0.7) ...
13:40:29 #8 41.98 Setting up libnpth0:amd64 (1.5-3) ...
13:40:29 #8 41.99 Setting up libedit2:amd64 (3.1-20170329-1) ...
13:40:29 #8 42.00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:29 #8 42.01 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:29 #8 42.02 Setting up readline-common (7.0-3) ...
13:40:29 #8 42.04 Setting up libapt-inst2.0:amd64 (1.6.14) ...
13:40:29 #8 42.05 Setting up manpages (4.15-1) ...
13:40:29 #8 42.07 Setting up git-man (1:2.17.1-1ubuntu0.11) ...
13:40:29 #8 42.08 Setting up libicu60:amd64 (60.2-3ubuntu3.2) ...
13:40:29 #8 42.09 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:29 #8 42.10 Setting up less (487-0.1) ...
13:40:29 #8 42.18 Setting up make (4.1-9.1ubuntu1) ...
13:40:29 #8 42.19 Setting up libapt-pkg-perl (0.1.33build1) ...
13:40:29 #8 42.20 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.8) ...
13:40:29 #8 42.28 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
13:40:29 #9 47.16 Setting up libconfig-tiny-perl (2.28-1) ...
13:40:29 #9 47.17 Setting up libsereal-encoder-perl:arm64 (4.023+ds-1) ...
13:40:29 #9 47.18 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
13:40:29 #9 47.19 Setting up liblist-utilsby-perl (0.11-1) ...
13:40:29 #9 47.20 Setting up libstring-shellquote-perl (1.04-1) ...
13:40:29 #9 47.22 Setting up libnet-netmask-perl (2.0001-1) ...
13:40:29 #9 47.26 Setting up libsub-install-perl (0.928-1.1) ...
13:40:29 #9 47.28 Setting up dpkg-dev (1.21.1ubuntu2) ...
13:40:29 #9 47.31 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:29 #9 47.32 Setting up liberror-perl (0.17029-1) ...
13:40:29 #9 47.34 Setting up dh-autoreconf (20) ...
13:40:29 #9 47.35 Setting up patchutils (0.4.2-1build2) ...
13:40:29 #9 47.36 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:40:30 #10 26.15   Installing       : perl-threads-shared-1.58-2.el8.x86_64                62/97 
13:40:30 #10 26.72   Installing       : perl-interpreter-4:5.26.3-421.el8.x86_64             63/97 
13:40:30 #10 26.75   Installing       : libtool-ltdl-2.4.6-25.el8.x86_64                     64/97 
13:40:30 #10 26.76   Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64                     64/97 
13:40:30 #10 26.78   Installing       : libpkgconf-1.4.2-1.el8.x86_64                        65/97 
13:40:30 #10 26.79   Installing       : pkgconf-1.4.2-1.el8.x86_64                           66/97 
13:40:30 #10 26.80   Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                67/97 
13:40:30 #10 26.83   Installing       : libbabeltrace-1.5.4-4.el8.x86_64                     68/97 
13:40:30 #10 26.84   Running scriptlet: libbabeltrace-1.5.4-4.el8.x86_64                     68/97 
13:40:30 #10 26.86   Installing       : emacs-filesystem-1:26.1-7.el8.noarch                 69/97 
13:40:30 #10 26.88   Installing       : desktop-file-utils-0.23-8.el8.x86_64                 70/97 
13:40:30 #10 26.89   Installing       : elfutils-debuginfod-client-0.186-1.el8.x86_64        71/97 
13:40:30 #9 46.63 Preparing to unpack .../309-libsereal-decoder-perl_4.018+ds-1build1_arm64.deb ...
13:40:30 #9 46.66 Unpacking libsereal-decoder-perl (4.018+ds-1build1) ...
13:40:30 #9 21.90 Selecting previously unselected package libgdbm6:armhf.
13:40:30 #9 21.90 Preparing to unpack .../002-libgdbm6_1.23-1_armhf.deb ...
13:40:30 #9 21.91 Unpacking libgdbm6:armhf (1.23-1) ...
13:40:30 #9 21.96 Selecting previously unselected package libgdbm-compat4:armhf.
13:40:30 #9 21.96 Preparing to unpack .../003-libgdbm-compat4_1.23-1_armhf.deb ...
13:40:30 #8 52.36   Installing       : gsettings-desktop-schemas-40.0-1.fc34.aarch64      128/135 
13:40:30 #8 52.40   Installing       : glib-networking-2.68.3-1.fc34.aarch64              129/135 
13:40:30 #8 52.42   Installing       : libsoup-2.72.0-6.fc34.aarch64                      130/135 
13:40:30 #8 52.46   Installing       : libappstream-glib-0.7.18-2.fc34.aarch64            131/135 
13:40:30 #8 52.50   Installing       : rpmlint-1.11-19.fc34.noarch                        132/135 
13:40:30 #8 52.53   Installing       : dnf-plugins-core-4.0.24-1.fc34.noarch              133/135 
13:40:30 #8 52.54   Installing       : rpm-build-4.16.1.3-1.fc34.aarch64                  134/135 
13:40:30 #8 52.59   Installing       : hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
13:40:30 #8 42.90 Preparing to unpack .../242-libstruct-dumb-perl_0.09-1_all.deb ...
13:40:30 #8 42.90 Unpacking libstruct-dumb-perl (0.09-1) ...
13:40:30 #8 42.93 Selecting previously unselected package libio-async-perl.
13:40:30 #8 42.94 Preparing to unpack .../243-libio-async-perl_0.72-1_all.deb ...
13:40:30 #8 42.94 Unpacking libio-async-perl (0.72-1) ...
13:40:30 #8 42.99 Selecting previously unselected package libio-sessiondata-perl.
13:40:30 #8 42.99 Preparing to unpack .../244-libio-sessiondata-perl_1.03-1_all.deb ...
13:40:30 #8 43.00 Unpacking libio-sessiondata-perl (1.03-1) ...
13:40:30 #8 43.02 Selecting previously unselected package libio-string-perl.
13:40:30 #8 43.02 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
13:40:30 #8 43.03 Unpacking libio-string-perl (1.08-3) ...
13:40:30 #8 43.05 Selecting previously unselected package libtypes-serialiser-perl.
13:40:30 #8 43.05 Preparing to unpack .../246-libtypes-serialiser-perl_1.0-1_all.deb ...
13:40:30 #8 43.06 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:40:30 #8 43.08 Selecting previously unselected package libjson-xs-perl.
13:40:30 #8 43.09 Preparing to unpack .../247-libjson-xs-perl_3.040-1+b1_amd64.deb ...
13:40:30 #8 43.09 Unpacking libjson-xs-perl (3.040-1+b1) ...
13:40:30 #8 43.13 Selecting previously unselected package liblzo2-2:amd64.
13:40:30 #9 42.17 Setting up libpod-parser-perl (1.63-2) ...
13:40:30 #9 42.18 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
13:40:30 #9 42.19 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
13:40:30 #9 42.20 Setting up libparams-util-perl (1.102-1build3) ...
13:40:30 #9 42.21 Setting up libdpkg-perl (1.21.1ubuntu2) ...
13:40:30 #9 42.22 Setting up libtime-duration-perl (1.21-1) ...
13:40:30 #9 42.24 Setting up autoconf (2.71-2) ...
13:40:30 #9 42.25 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:40:30 #9 42.41 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:30 #8 55.75   Installing       : perl-PathTools-3.80-479.fc36.aarch64               121/178 
13:40:30 #8 55.80   Installing       : perl-Encode-4:3.17-485.fc36.aarch64                122/178 
13:40:30 #8 55.93   Installing       : perl-libs-4:5.34.1-486.fc36.aarch64                123/178 
13:40:30 #8 55.96   Installing       : perl-interpreter-4:5.34.1-486.fc36.aarch64         124/178 
13:40:30 #8 56.00   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.aarch64     125/178 
13:40:30 #8 56.01   Installing       : python3-zstd-1.4.5.1-6.fc36.aarch64                126/178 
13:40:30 #8 56.09   Installing       : shared-mime-info-2.1-3.fc35.aarch64                127/178 
13:40:30 #8 53.55   Installing       : xxhash-libs-0.8.1-1.fc35.aarch64                   123/167 
13:40:30 #8 53.68   Installing       : gdb-minimal-11.2-2.fc35.aarch64                    124/167 
13:40:30 #8 53.68   Installing       : debugedit-5.0-2.fc35.aarch64                       125/167 
13:40:30 #8 53.72   Installing       : zstd-1.5.2-1.fc35.aarch64                          126/167 
13:40:30 #8 53.74   Upgrading        : dnf-data-4.11.1-3.fc35.noarch                      127/167 
13:40:30 #9 47.07 Setting up man-db (2.9.1-1) ...
13:40:30 #9 47.18 Building database of manual pages ...
13:40:30 #8 32.11 Selecting previously unselected package gcc-7.
13:40:30 #8 32.11 Preparing to unpack .../075-gcc-7_7.5.0-3ubuntu1~18.04_armhf.deb ...
13:40:30 #8 32.12 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
13:40:30 #20 0.644 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
13:40:30 #9 40.29 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:30 #9 40.30 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:30 #9 40.33 Selecting previously unselected package libxml-writer-perl.
13:40:30 #9 40.33 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
13:40:30 #9 40.33 Unpacking libxml-writer-perl (0.625-1) ...
13:40:30 #9 40.37 Selecting previously unselected package libyaml-libyaml-perl.
13:40:30 #9 40.37 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
13:40:30 #9 40.37 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
13:40:30 #9 40.40 Selecting previously unselected package licensecheck.
13:40:30 #9 40.41 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
13:40:30 #9 40.41 Unpacking licensecheck (3.0.45-1) ...
13:40:30 #9 40.44 Selecting previously unselected package libdevel-size-perl.
13:40:30 #9 40.44 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
13:40:30 #9 40.45 Unpacking libdevel-size-perl (0.83-1build1) ...
13:40:30 #9 40.48 Selecting previously unselected package t1utils.
13:40:30 #9 40.48 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
13:40:30 #9 40.48 Unpacking t1utils (1.41-3) ...
13:40:30 #9 40.53 Selecting previously unselected package lintian.
13:40:30 #9 42.16 Selecting previously unselected package python3-certifi.
13:40:30 #9 42.17 Preparing to unpack .../340-python3-certifi_2020.6.20-1_all.deb ...
13:40:30 #9 42.17 Unpacking python3-certifi (2020.6.20-1) ...
13:40:30 #9 42.21 Selecting previously unselected package python3-idna.
13:40:30 #9 42.22 Preparing to unpack .../341-python3-idna_2.10-1_all.deb ...
13:40:30 #9 42.22 Unpacking python3-idna (2.10-1) ...
13:40:30 #9 42.25 Selecting previously unselected package python3-urllib3.
13:40:30 #9 42.26 Preparing to unpack .../342-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:40:30 #9 42.26 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:40:30 #9 42.30 Selecting previously unselected package python3-requests.
13:40:30 #9 37.22 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
13:40:30 #9 37.22 Public key for bzip2-1.0.6-13.el7.x86_64.rpm is not installed
13:40:30 #8 40.05 Preparing to unpack .../208-libcpanel-json-xs-perl_4.25-1+b1_amd64.deb ...
13:40:30 #8 40.05 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
13:40:30 #8 40.19 Selecting previously unselected package libdevel-stacktrace-perl.
13:40:30 #8 40.19 Preparing to unpack .../209-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:40:30 #8 40.25 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:40:30 #8 40.32 Selecting previously unselected package libexception-class-perl.
13:40:30 #9 28.65 Selecting previously unselected package libkrb5-3:armhf.
13:40:30 #9 28.65 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_armhf.deb ...
13:40:30 #9 28.65 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.1) ...
13:40:30 #9 28.71 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:40:30 #9 28.71 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_armhf.deb ...
13:40:30 #9 28.71 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.1) ...
13:40:30 #9 28.76 Selecting previously unselected package libpsl5:armhf.
13:40:30 #9 28.77 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_armhf.deb ...
13:40:30 #9 28.77 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ...
13:40:30 #9 28.81 Selecting previously unselected package libxau6:armhf.
13:40:30 #9 28.81 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_armhf.deb ...
13:40:30 #9 28.83 Unpacking libxau6:armhf (1:1.0.9-0ubuntu1) ...
13:40:30 #9 28.87 Selecting previously unselected package libxdmcp6:armhf.
13:40:30 #9 28.87 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_armhf.deb ...
13:40:30 #9 28.87 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
13:40:30 #9 28.91 Selecting previously unselected package libxcb1:armhf.
13:40:30 #9 28.91 Preparing to unpack .../048-libxcb1_1.14-2_armhf.deb ...
13:40:30 #9 28.92 Unpacking libxcb1:armhf (1.14-2) ...
13:40:30 #20 DONE 0.7s
13:40:30 
13:40:30 #21 [linux/amd64 goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
13:40:30 #0 0.613 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
13:40:30 #8 42.29 Setting up mime-support (3.60ubuntu1) ...
13:40:30 #8 42.32 Setting up iso-codes (3.79-1) ...
13:40:30 #8 42.34 Setting up libsigsegv2:amd64 (2.12-1) ...
13:40:30 #8 42.35 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
13:40:30 #8 42.36 Setting up libreadline7:amd64 (7.0-3) ...
13:40:30 #8 42.37 Setting up perl-openssl-defaults:amd64 (3build1) ...
13:40:30 #8 42.39 Setting up libpsl5:amd64 (0.19.1-5build1) ...
13:40:30 #8 42.40 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:30 #8 42.41 Setting up groff-base (1.22.3-10) ...
13:40:30 #8 42.43 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
13:40:30 #8 42.45 No schema files found: doing nothing.
13:40:30 #8 42.46 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:30 #8 42.48 Setting up unzip (6.0-21ubuntu1.1) ...
13:40:30 #8 42.50 Setting up linux-libc-dev:amd64 (4.15.0-176.185) ...
13:40:30 #9 47.84   Installing : 4:perl-5.16.3-299.el7_9.aarch64                            32/52 
13:40:30 #9 47.88   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
13:40:30 #9 47.91   Updating   : rpm-python-4.11.3-48.el7_9.aarch64                         34/52 
13:40:30 #9 47.92   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
13:40:30 #9 47.96   Installing : unzip-6.0-24.el7_9.aarch64                                 36/52 
13:40:30 #9 47.98   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      37/52 
13:40:30 #9 48.01   Installing : desktop-file-utils-0.23-2.el7.aarch64                      38/52 
13:40:30 #9 48.06   Installing : zip-3.0-11.el7.aarch64                                     39/52 
13:40:30 #9 47.37 Setting up libltdl-dev:arm64 (2.4.6-15build2) ...
13:40:30 #9 47.38 Setting up libjson-maybexs-perl (1.004003-1) ...
13:40:30 #9 47.39 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:40:30 #9 47.41 Setting up libio-string-perl (1.08-3.1) ...
13:40:30 #9 47.42 Setting up libreadonly-perl (2.050-3) ...
13:40:30 #9 47.43 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
13:40:30 #9 47.44 Setting up python3-chardet (4.0.0-1) ...
13:40:30 #8 23.69 Selecting previously unselected package libubsan1:armhf.
13:40:30 #8 23.69 Preparing to unpack .../047-libubsan1_10.2.1-6_armhf.deb ...
13:40:30 #8 23.70 Unpacking libubsan1:armhf (10.2.1-6) ...
13:40:30 #8 23.83 Selecting previously unselected package libgcc-10-dev:armhf.
13:40:30 #8 23.83 Preparing to unpack .../048-libgcc-10-dev_10.2.1-6_armhf.deb ...
13:40:30 #8 23.84 Unpacking libgcc-10-dev:armhf (10.2.1-6) ...
13:40:30 #10 26.97   Installing       : elfutils-0.186-1.el8.x86_64                          72/97 
13:40:30 #10 27.02   Installing       : diffutils-3.6-6.el8.x86_64                           73/97 
13:40:30 #10 27.03   Running scriptlet: diffutils-3.6-6.el8.x86_64                           73/97 
13:40:30 #10 27.09   Installing       : zstd-1.4.4-1.el8.x86_64                              74/97 
13:40:30 #10 27.10   Installing       : rust-srpm-macros-5-2.el8.noarch                      75/97 
13:40:30 #10 27.11   Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                  76/97 
13:40:30 #10 27.12   Installing       : perl-srpm-macros-1-25.el8.noarch                     77/97 
13:40:30 #10 27.12   Installing       : openblas-srpm-macros-2-2.el8.noarch                  78/97 
13:40:30 #10 27.13   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     79/97 
13:40:30 #10 27.14   Installing       : libipt-1.6.1-8.el8.x86_64                            80/97 
13:40:30 #10 27.15   Installing       : libatomic_ops-7.6.2-3.el8.x86_64                     81/97 
13:40:30 #9 46.82 Selecting previously unselected package libsereal-encoder-perl.
13:40:30 #9 46.82 Preparing to unpack .../310-libsereal-encoder-perl_4.018+ds-1build1_arm64.deb ...
13:40:30 #9 46.85 Unpacking libsereal-encoder-perl (4.018+ds-1build1) ...
13:40:30 #9 47.05 Selecting previously unselected package libsort-key-perl.
13:40:30 #9 21.97 Unpacking libgdbm-compat4:armhf (1.23-1) ...
13:40:30 #9 22.03 Selecting previously unselected package libperl5.34:armhf.
13:40:30 #9 22.03 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1_armhf.deb ...
13:40:30 #9 22.05 Unpacking libperl5.34:armhf (5.34.0-3ubuntu1) ...
13:40:30 #9 42.43 Setting up libarray-intspan-perl (2.004-1) ...
13:40:30 #9 42.45 Setting up libcapture-tiny-perl (0.48-1) ...
13:40:30 #9 42.56 Setting up libtimedate-perl (2.3300-2) ...
13:40:30 #9 42.58 Setting up libstdc++-11-dev:amd64 (11.2.0-19ubuntu1) ...
13:40:30 #9 42.60 Setting up gpg-wks-server (2.2.27-3ubuntu2) ...
13:40:30 #9 42.61 Setting up libsub-name-perl (0.26-1build3) ...
13:40:30 #9 42.62 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
13:40:30 #9 42.63 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
13:40:30 #9 42.64 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:40:30 #9 42.66 Setting up libproc-processtable-perl:amd64 (0.634-1build1) ...
13:40:30 #9 42.67 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:40:30 #9 42.68 Setting up gcc-11 (11.2.0-19ubuntu1) ...
13:40:30 #9 42.69 Setting up xauth (1:1.1-1build2) ...
13:40:30 #9 42.71 Setting up libpath-tiny-perl (0.122-1) ...
13:40:30 #9 42.72 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:40:30 #9 42.73 Setting up libjson-perl (4.04000-1) ...
13:40:30 #9 42.74 Setting up libipc-run3-perl (0.048-2) ...
13:40:30 #9 42.75 Setting up libsub-override-perl (0.09-2) ...
13:40:30 #9 42.76 Setting up libaliased-perl (0.34-1.1) ...
13:40:30 #9 42.78 Setting up python3-unidiff (0.5.5-2) ...
13:40:30 #8 56.12   Running scriptlet: shared-mime-info-2.1-3.fc35.aarch64                127/178 
13:40:30 #8 56.15   Installing       : gdk-pixbuf2-2.42.8-1.fc36.aarch64                  128/178 
13:40:30 #8 56.18   Installing       : libappstream-glib-0.7.18-4.fc36.aarch64            129/178 
13:40:30 #8 56.22   Installing       : xxhash-libs-0.8.1-2.fc36.aarch64                   130/178 
13:40:30 #8 56.28   Installing       : gdb-minimal-11.2-3.fc36.aarch64                    131/178 
13:40:30 #8 56.31   Installing       : debugedit-5.0-3.fc36.aarch64                       132/178 
13:40:30 #8 56.32   Upgrading        : dnf-data-4.11.1-3.fc36.noarch                      133/178 
13:40:30 #9 47.41 Setting up libgpgme11:arm64 (1.13.1-7ubuntu2) ...
13:40:30 #9 47.43 Setting up python3-six (1.14.0-2) ...
13:40:30 #8 53.81   Upgrading        : python3-dnf-4.11.1-3.fc35.noarch                   128/167 
13:40:30 #8 53.82   Upgrading        : dnf-4.11.1-3.fc35.noarch                           129/167 
13:40:30 #8 53.87   Running scriptlet: dnf-4.11.1-3.fc35.noarch                           129/167 
13:40:30 #8 53.88   Installing       : rust-srpm-macros-21-1.fc35.noarch                  130/167 
13:40:30 #8 53.89   Installing       : rpmautospec-rpm-macros-0.2.5-1.fc35.noarch         131/167 
13:40:30 #8 53.96   Installing       : qt5-srpm-macros-5.15.2-3.fc35.noarch               132/167 
13:40:30 #8 53.97   Installing       : python3-toml-0.10.2-5.fc35.noarch                  133/167 
13:40:30 #8 53.98   Installing       : python3-pyxdg-0.27-3.fc35.noarch                   134/167 
13:40:30 #8 54.05   Installing       : python3-distro-1.6.0-1.fc35.noarch                 135/167 
13:40:30 #8 43.13 Preparing to unpack .../248-liblzo2-2_2.10-0.1_amd64.deb ...
13:40:30 #8 43.13 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
13:40:30 #8 43.17 Selecting previously unselected package libkyotocabinet16v5:amd64.
13:40:30 #8 43.17 Preparing to unpack .../249-libkyotocabinet16v5_1.2.76-4.2+b1_amd64.deb ...
13:40:30 #8 43.18 Unpacking libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
13:40:30 #8 43.23 Selecting previously unselected package liblist-compare-perl.
13:40:30 #8 43.23 Preparing to unpack .../250-liblist-compare-perl_0.53-1_all.deb ...
13:40:30 #8 43.23 Unpacking liblist-compare-perl (0.53-1) ...
13:40:30 #8 43.30 Selecting previously unselected package liblist-moreutils-perl.
13:40:30 #8 43.30 Preparing to unpack .../251-liblist-moreutils-perl_0.416-1+b4_amd64.deb ...
13:40:30 #8 43.30 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
13:40:30 #8 43.34 Selecting previously unselected package libltdl-dev:amd64.
13:40:30 #9 40.53 Preparing to unpack .../328-lintian_2.62.0ubuntu2_all.deb ...
13:40:30 #9 40.54 Unpacking lintian (2.62.0ubuntu2) ...
13:40:30 #9 42.31 Preparing to unpack .../343-python3-requests_2.25.1+dfsg-2_all.deb ...
13:40:30 #9 42.31 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:40:30 #9 42.35 Selecting previously unselected package python3-unidiff.
13:40:30 #9 42.35 Preparing to unpack .../344-python3-unidiff_0.5.5-2_all.deb ...
13:40:30 #9 42.36 Unpacking python3-unidiff (0.5.5-2) ...
13:40:30 #9 42.39 Selecting previously unselected package python3-xdg.
13:40:30 #9 42.39 Preparing to unpack .../345-python3-xdg_0.27-2_all.deb ...
13:40:30 #9 42.40 Unpacking python3-xdg (0.27-2) ...
13:40:30 #9 42.43 Selecting previously unselected package equivs.
13:40:30 #9 42.43 Preparing to unpack .../346-equivs_2.3.1_all.deb ...
13:40:30 #9 42.43 Unpacking equivs (2.3.1) ...
13:40:30 #9 42.46 Selecting previously unselected package libauthen-sasl-perl.
13:40:30 #9 42.46 Preparing to unpack .../347-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:40:30 #9 42.47 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:40:30 #9 42.50 Selecting previously unselected package python3-magic.
13:40:30 #9 42.50 Preparing to unpack .../348-python3-magic_2%3a0.4.20-3_all.deb ...
13:40:30 #9 42.51 Unpacking python3-magic (2:0.4.20-3) ...
13:40:30 #8 40.33 Preparing to unpack .../210-libexception-class-perl_1.44-1_all.deb ...
13:40:30 #8 40.34 Unpacking libexception-class-perl (1.44-1) ...
13:40:30 #9 29.01 Selecting previously unselected package libx11-data.
13:40:30 #9 29.01 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
13:40:30 #9 29.02 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
13:40:30 #9 29.12 Selecting previously unselected package libx11-6:armhf.
13:40:30 #9 29.12 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_armhf.deb ...
13:40:30 #9 29.12 Unpacking libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
13:40:30 #21 1.095 go: downloading github.com/akavel/rsrc v0.10.2
13:40:30 #11 3.226 Reading package lists...
13:40:30 #11 4.173 Building dependency tree...
13:40:30 #11 4.343 Reading state information...
13:40:30 #11 4.363 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:30 #11 4.402 Starting 2 pkgProblemResolver with broken count: 0
13:40:30 #9 48.09   Installing : patch-2.7.1-12.el7_7.aarch64                               40/52 
13:40:30 #8 42.51 Setting up libmpfr6:amd64 (4.0.1-1) ...
13:40:30 #8 42.53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:30 #8 42.54 Setting up dctrl-tools (2.24-2build1) ...
13:40:30 #8 42.55 Setting up distro-info-data (0.37ubuntu0.14) ...
13:40:30 #8 42.56 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
13:40:30 #8 42.57 Setting up libpipeline1:amd64 (1.5.0-1) ...
13:40:30 #8 42.58 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:30 #8 42.59 Setting up libksba8:amd64 (1.3.5-2) ...
13:40:30 #8 42.61 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
13:40:30 #8 42.62 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
13:40:30 #8 42.63 Setting up m4 (1.4.18-1) ...
13:40:30 #8 42.64 Setting up libgdbm5:amd64 (1.14.1-6) ...
13:40:30 #8 42.65 Setting up at (3.1.20-3.1ubuntu2) ...
13:40:30 #13 12.74   Installing       : openssh-clients-8.0p1-12.el8.aarch64                 30/73 
13:40:30 #8 24.04 Selecting previously unselected package gcc-10.
13:40:30 #8 24.04 Preparing to unpack .../049-gcc-10_10.2.1-6_armhf.deb ...
13:40:30 #8 24.04 Unpacking gcc-10 (10.2.1-6) ...
13:40:30 #9 47.73 Setting up libstring-copyright-perl (0.003012-1) ...
13:40:30 #9 47.74 Setting up python3-debian (0.1.43ubuntu1) ...
13:40:30 #9 47.92 Setting up python3-requests (2.25.1+dfsg-2) ...
13:40:30 #9 47.06 Preparing to unpack .../311-libsort-key-perl_1.33-2build4_arm64.deb ...
13:40:30 #9 47.09 Unpacking libsort-key-perl (1.33-2build4) ...
13:40:30 #9 47.30 Selecting previously unselected package libstring-copyright-perl.
13:40:30 #9 47.30 Preparing to unpack .../312-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:30 #9 47.34 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:30 #9 22.33 Selecting previously unselected package perl.
13:40:30 #9 22.33 Preparing to unpack .../005-perl_5.34.0-3ubuntu1_armhf.deb ...
13:40:30 #9 22.34 Unpacking perl (5.34.0-3ubuntu1) ...
13:40:30 #9 22.39 Selecting previously unselected package openssl.
13:40:30 #9 22.39 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1_armhf.deb ...
13:40:30 #9 22.40 Unpacking openssl (3.0.2-0ubuntu1) ...
13:40:30 #9 22.48 Selecting previously unselected package ca-certificates.
13:40:30 #9 22.48 Preparing to unpack .../007-ca-certificates_20211016_all.deb ...
13:40:30 #9 22.49 Unpacking ca-certificates (20211016) ...
13:40:30 #9 42.91 Setting up libstrictures-perl (2.000006-1) ...
13:40:30 #9 42.92 Setting up libsub-quote-perl (2.006006-1) ...
13:40:30 #9 42.93 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:40:30 #9 42.95 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
13:40:30 #9 42.97 Setting up libsort-versions-perl (1.62-1) ...
13:40:30 #9 42.98 Setting up libexporter-tiny-perl (1.002002-1) ...
13:40:30 #9 43.00 Setting up libre-engine-re2-perl:amd64 (0.14-1build2) ...
13:40:30 #9 43.01 Setting up libfile-dirlist-perl (0.05-2) ...
13:40:30 #9 47.57 Setting up libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:30 #9 47.58 Setting up perl (5.30.0-9ubuntu0.2) ...
13:40:30 #9 47.60 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
13:40:30 #9 47.62 Setting up python3-gpg (1.13.1-7ubuntu2) ...
13:40:30 #9 47.80 Setting up libdata-dump-perl (1.23-1) ...
13:40:30 #9 47.84 Setting up python3-certifi (2019.11.28-1) ...
13:40:30 #8 54.06   Installing       : python3-dnf-plugins-core-4.1.0-1.fc35.noarch       136/167 
13:40:30 #8 54.10   Installing       : pkgconf-m4-1.8.0-1.fc35.noarch                     137/167 
13:40:30 #8 54.11   Installing       : pkgconf-pkg-config-1.8.0-1.fc35.aarch64            138/167 
13:40:30 #8 54.11   Installing       : perl-srpm-macros-1-42.fc35.noarch                  139/167 
13:40:30 #8 54.17   Installing       : openblas-srpm-macros-2-10.fc35.noarch              140/167 
13:40:30 #8 54.18   Installing       : ocaml-srpm-macros-6-5.fc35.noarch                  141/167 
13:40:30 #8 54.18   Installing       : nim-srpm-macros-3-5.fc35.noarch                    142/167 
13:40:30 #8 54.19   Installing       : lua-srpm-macros-1-5.fc35.noarch                    143/167 
13:40:30 #8 54.20   Installing       : kernel-srpm-macros-1.0-6.fc35.noarch               144/167 
13:40:30 #8 54.23   Installing       : gnat-srpm-macros-4-14.fc35.noarch                  145/167 
13:40:30 #8 54.24   Installing       : ghc-srpm-macros-1.5.0-5.fc35.noarch                146/167 
13:40:30 #8 54.24   Installing       : fpc-srpm-macros-1.3-4.fc35.noarch                  147/167 
13:40:30 #8 54.25   Installing       : efi-srpm-macros-5-4.fc35.noarch                    148/167 
13:40:30 #8 54.25   Installing       : fonts-srpm-macros-1:2.0.5-6.fc35.noarch            149/167 
13:40:30 #8 56.38   Upgrading        : python3-dnf-4.11.1-3.fc36.noarch                   134/178 
13:40:30 #8 56.40   Upgrading        : dnf-4.11.1-3.fc36.noarch                           135/178 
13:40:30 #8 56.43   Running scriptlet: dnf-4.11.1-3.fc36.noarch                           135/178 
13:40:30 #8 56.44   Installing       : rust-srpm-macros-21-1.fc36.noarch                  136/178 
13:40:30 #8 56.45   Installing       : qt5-srpm-macros-5.15.3-1.fc36.noarch               137/178 
13:40:30 #8 56.45   Installing       : python3-toml-0.10.2-6.fc36.noarch                  138/178 
13:40:30 #8 56.49   Installing       : python3-pyxdg-0.27-4.fc36.noarch                   139/178 
13:40:30 #8 56.50   Installing       : python3-distro-1.6.0-2.fc36.noarch                 140/178 
13:40:30 #8 56.54   Installing       : python3-dnf-plugins-core-4.1.0-1.fc36.noarch       141/178 
13:40:30 #8 56.57   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                     142/178 
13:40:30 #8 56.58   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.aarch64            143/178 
13:40:30 #8 56.58   Installing       : perl-srpm-macros-1-43.fc36.noarch                  144/178 
13:40:30 #8 56.59   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch       145/178 
13:40:30 #8 43.34 Preparing to unpack .../252-libltdl-dev_2.4.6-9_amd64.deb ...
13:40:30 #8 43.34 Unpacking libltdl-dev:amd64 (2.4.6-9) ...
13:40:30 #8 43.39 Selecting previously unselected package libsys-hostname-long-perl.
13:40:30 #8 43.39 Preparing to unpack .../253-libsys-hostname-long-perl_1.5-1_all.deb ...
13:40:30 #8 43.39 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:40:30 #8 43.42 Selecting previously unselected package libmail-sendmail-perl.
13:40:30 #8 43.42 Preparing to unpack .../254-libmail-sendmail-perl_0.80-1_all.deb ...
13:40:30 #8 43.43 Unpacking libmail-sendmail-perl (0.80-1) ...
13:40:30 #8 43.46 Selecting previously unselected package mailutils-common.
13:40:30 #8 43.46 Preparing to unpack .../255-mailutils-common_1%3a3.5-4_all.deb ...
13:40:30 #8 43.46 Unpacking mailutils-common (1:3.5-4) ...
13:40:30 #8 43.53 Selecting previously unselected package mysql-common.
13:40:30 #8 43.53 Preparing to unpack .../256-mysql-common_5.8+1.0.5_all.deb ...
13:40:30 #8 43.55 Unpacking mysql-common (5.8+1.0.5) ...
13:40:30 #8 43.58 Selecting previously unselected package mariadb-common.
13:40:30 #8 43.59 Preparing to unpack .../257-mariadb-common_1%3a10.3.34-0+deb10u1_all.deb ...
13:40:30 #8 43.59 Unpacking mariadb-common (1:10.3.34-0+deb10u1) ...
13:40:30 #8 43.63 Selecting previously unselected package libmariadb3:amd64.
13:40:30 #8 43.63 Preparing to unpack .../258-libmariadb3_1%3a10.3.34-0+deb10u1_amd64.deb ...
13:40:30 #8 43.63 Unpacking libmariadb3:amd64 (1:10.3.34-0+deb10u1) ...
13:40:30 #8 43.68 Selecting previously unselected package libpython2.7-minimal:amd64.
13:40:30 #9 40.90 Selecting previously unselected package manpages-dev.
13:40:30 #9 40.91 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
13:40:30 #9 40.91 Unpacking manpages-dev (5.05-1) ...
13:40:30 #9 42.58 Setting up libksba8:amd64 (1.5.1-1) ...
13:40:30 #9 42.59 Setting up media-types (4.0.0) ...
13:40:30 #9 42.61 Setting up libpipeline1:amd64 (1.5.3-1build1) ...
13:40:30 #9 42.62 Setting up wdiff (1.2.2-2build2) ...
13:40:30 #9 42.63 Setting up libxau6:amd64 (1:1.0.9-1build3) ...
13:40:30 #9 42.64 Setting up libre2-9:amd64 (20210801+dfsg-1) ...
13:40:30 #9 42.65 Setting up lto-disabled-list (16) ...
13:40:30 #9 42.67 Setting up libpsl5:amd64 (0.21.0-1.2) ...
13:40:30 #9 42.68 Setting up bsdextrautils (2.36.1-8ubuntu2.2) ...
13:40:30 #9 42.69 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:40:30 #9 42.69 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
13:40:30 #9 42.69 Setting up libicu67:amd64 (67.1-7ubuntu1) ...
13:40:30 #9 42.71 Setting up libmagic-mgc (1:5.39-3) ...
13:40:30 #9 42.72 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
13:40:30 #9 42.73 Setting up distro-info-data (0.51ubuntu1.2) ...
13:40:30 #9 42.74 Setting up manpages (5.10-1ubuntu1) ...
13:40:30 #9 42.75 Setting up unzip (6.0-26ubuntu1) ...
13:40:30 #9 42.76 Setting up perl-modules-5.32 (5.32.1-3ubuntu3) ...
13:40:30 #9 42.78 Setting up libbrotli1:amd64 (1.0.9-2build3) ...
13:40:30 #8 32.82 Selecting previously unselected package gcc.
13:40:30 #8 32.82 Preparing to unpack .../076-gcc_4%3a7.4.0-1ubuntu2.3_armhf.deb ...
13:40:30 #8 32.86 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
13:40:30 #8 32.87 Selecting previously unselected package libstdc++-7-dev:armhf.
13:40:30 #8 32.87 Preparing to unpack .../077-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_armhf.deb ...
13:40:30 #8 32.88 Unpacking libstdc++-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:30 #9 29.21 Selecting previously unselected package libxext6:armhf.
13:40:30 #9 29.21 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_armhf.deb ...
13:40:30 #9 29.22 Unpacking libxext6:armhf (2:1.3.4-0ubuntu1) ...
13:40:30 #9 29.25 Selecting previously unselected package libxmuu1:armhf.
13:40:30 #9 29.25 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_armhf.deb ...
13:40:30 #9 29.26 Unpacking libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
13:40:30 #9 29.29 Selecting previously unselected package manpages.
13:40:30 #9 29.29 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
13:40:30 #9 29.30 Unpacking manpages (5.05-1) ...
13:40:30 #20 1.184 go: downloading github.com/akavel/rsrc v0.10.2
13:40:30 #11 4.404 Done
13:40:30 #11 4.426  Done
13:40:30 #11 4.432 Starting pkgProblemResolver with broken count: 0
13:40:30 #11 4.459 Starting 2 pkgProblemResolver with broken count: 0
13:40:30 #11 4.461 Done
13:40:30 #9 48.11   Installing : perl-srpm-macros-1-8.el7.noarch                            41/52 
13:40:30 #8 42.79 invoke-rc.d: could not determine current runlevel
13:40:30 #8 42.79 invoke-rc.d: policy-rc.d denied execution of start.
13:40:30 #8 42.79 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
13:40:30 #8 42.81 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ...
13:40:30 #8 42.82 Setting up ucf (3.0038) ...
13:40:30 #8 42.92 Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.5) ...
13:40:30 #8 42.93 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
13:40:30 #8 42.95 Setting up gnupg-l10n (2.2.4-1ubuntu1.4) ...
13:40:30 #8 42.96 Setting up libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
13:40:30 #8 42.97 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:30 #8 42.99 Setting up libcroco3:amd64 (0.6.12-2) ...
13:40:30 #8 43.00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:30 #8 43.01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ...
13:40:30 #9 48.07 Setting up libdata-optlist-perl (0.112-1) ...
13:40:30 #9 48.08 Setting up libipc-run-perl (20200505.0-1) ...
13:40:30 #9 48.09 Setting up git (1:2.34.1-1ubuntu1.2) ...
13:40:30 #9 48.11 Setting up libtext-xslate-perl:arm64 (3.5.9-1build1) ...
13:40:30 #9 48.13 Setting up libcontextual-return-perl (0.004014-2) ...
13:40:30 #9 48.14 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:30 #9 48.15 Setting up libtypes-serialiser-perl (1.01-1) ...
13:40:30 #9 48.16 Setting up g++ (4:11.2.0-1ubuntu1) ...
13:40:30 #9 48.19 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:30 #13 13.22   Installing       : git-core-2.31.1-2.el8.aarch64                        31/73 
13:40:30 #13 13.59   Installing       : git-core-doc-2.31.1-2.el8.noarch                     32/73 
13:40:30 #9 47.56 Selecting previously unselected package libstring-escape-perl.
13:40:30 #9 47.56 Preparing to unpack .../313-libstring-escape-perl_2010.002-2_all.deb ...
13:40:30 #9 47.59 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:30 #10 27.17   Installing       : gc-7.6.4-3.el8.x86_64                                82/97 
13:40:30 #10 27.55   Installing       : guile-5:2.0.14-7.el8.x86_64                          83/97 
13:40:30 #9 22.60 Selecting previously unselected package distro-info-data.
13:40:30 #9 22.60 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.1_all.deb ...
13:40:30 #9 22.61 Unpacking distro-info-data (0.52ubuntu0.1) ...
13:40:30 #9 22.64 Selecting previously unselected package iso-codes.
13:40:30 #9 22.64 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
13:40:30 #9 22.66 Unpacking iso-codes (4.9.0-1) ...
13:40:30 #9 43.03 Setting up libterm-readkey-perl (2.38-1build4) ...
13:40:30 #9 43.04 Setting up lsb-release (11.1.0ubuntu4) ...
13:40:30 #9 43.06 Setting up python3-magic (2:0.4.24-2) ...
13:40:30 #9 43.19 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
13:40:30 #9 43.22 Setting up libperlio-gzip-perl (0.19-1build8) ...
13:40:30 #9 43.23 Setting up libsys-hostname-long-perl (1.5-2) ...
13:40:30 #9 43.25 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:40:30 #9 43.27 Setting up libsereal-decoder-perl (4.023+ds-1) ...
13:40:30 #9 47.99 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:40:30 #9 48.00 Setting up libref-util-perl (0.204-1) ...
13:40:30 #9 48.02 Setting up libipc-system-simple-perl (1.26-1) ...
13:40:30 #9 48.03 Setting up libnet-domain-tld-perl (1.75-1) ...
13:40:30 #9 48.05 Setting up libxml-writer-perl (0.625-1) ...
13:40:30 #9 48.07 Setting up libhash-fieldhash-perl (0.15-1build2) ...
13:40:30 #9 48.09 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
13:40:30 #9 48.10 Setting up shared-mime-info (1.15-1) ...
13:40:30 #8 54.29   Installing       : go-srpm-macros-3.0.15-1.fc35.noarch                150/167 
13:40:30 #8 54.30   Installing       : python-srpm-macros-3.10-11.fc35.noarch             151/167 
13:40:30 #8 54.31   Installing       : redhat-rpm-config-199-1.fc35.noarch                152/167 
13:40:30 #8 54.35   Installing       : rpm-build-4.17.0-4.fc35.aarch64                    153/167 
13:40:30 #8 54.38   Installing       : rpmlint-2.2.0-2.fc35.noarch                        154/167 
13:40:30 #8 54.44   Installing       : dnf-plugins-core-4.1.0-1.fc35.noarch               155/167 
13:40:30 #8 54.50   Upgrading        : yum-4.11.1-3.fc35.noarch                           156/167 
13:40:30 #8 54.50   Cleanup          : yum-4.9.0-1.fc35.noarch                            157/167 
13:40:30 #8 54.51   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            158/167 
13:40:30 #8 54.52   Cleanup          : dnf-4.9.0-1.fc35.noarch                            158/167 
13:40:30 #8 54.52   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            158/167 
13:40:30 #8 43.69 Preparing to unpack .../259-libpython2.7-minimal_2.7.16-2+deb10u1_amd64.deb ...
13:40:30 #8 43.69 Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
13:40:30 #8 43.77 Selecting previously unselected package libpython2.7-stdlib:amd64.
13:40:30 #8 43.78 Preparing to unpack .../260-libpython2.7-stdlib_2.7.16-2+deb10u1_amd64.deb ...
13:40:30 #8 43.78 Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
13:40:30 #8 56.61   Installing       : openblas-srpm-macros-2-11.fc36.noarch              146/178 
13:40:30 #8 56.62   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                  147/178 
13:40:30 #8 56.62   Installing       : nim-srpm-macros-3-6.fc36.noarch                    148/178 
13:40:30 #8 56.62   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch              149/178 
13:40:30 #8 56.63   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  150/178 
13:40:30 #8 56.66   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                151/178 
13:40:30 #8 56.67   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  152/178 
13:40:30 #8 56.68   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            153/178 
13:40:30 #8 56.69   Installing       : go-srpm-macros-3.0.15-1.fc36.noarch                154/178 
13:40:30 #8 56.71   Installing       : python-srpm-macros-3.10-17.fc36.noarch             155/178 
13:40:30 #8 56.72   Installing       : redhat-rpm-config-217-1.fc36.noarch                156/178 
13:40:30 #8 56.74   Installing       : rpm-build-4.17.0-10.fc36.aarch64                   157/178 
13:40:30 #9 41.17 Selecting previously unselected package python3-certifi.
13:40:30 #9 41.17 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
13:40:30 #9 41.18 Unpacking python3-certifi (2019.11.28-1) ...
13:40:30 #9 41.23 Selecting previously unselected package python3-idna.
13:40:30 #9 41.23 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
13:40:30 #9 41.24 Unpacking python3-idna (2.8-1) ...
13:40:30 #9 41.29 Selecting previously unselected package python3-urllib3.
13:40:30 #9 41.29 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
13:40:30 #9 41.29 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
13:40:30 #9 41.34 Selecting previously unselected package python3-requests.
13:40:30 #9 42.79 Setting up libsqlite3-0:amd64 (3.35.5-1) ...
13:40:30 #9 42.80 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:30 #9 42.82 Setting up binutils-common:amd64 (2.37-7ubuntu1) ...
13:40:30 #9 42.83 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
13:40:30 #9 42.84 Setting up libmagic1:amd64 (1:5.39-3) ...
13:40:30 #9 42.86 Setting up libdeflate0:amd64 (1.7-2ubuntu2) ...
13:40:30 #9 42.87 Setting up less (551-2) ...
13:40:30 #9 42.89 Setting up perl-openssl-defaults:amd64 (5) ...
13:40:30 #9 42.90 Setting up linux-libc-dev:amd64 (5.13.0-40.45) ...
13:40:30 #9 42.91 Setting up libctf-nobfd0:amd64 (2.37-7ubuntu1) ...
13:40:30 #9 42.92 Setting up gettext-base (0.21-4ubuntu3) ...
13:40:30 #9 42.94 Setting up liblzo2-2:amd64 (2.10-2build1) ...
13:40:30 #9 42.95 Setting up libnpth0:amd64 (1.6-3) ...
13:40:30 #9 42.96 Setting up file (1:5.39-3) ...
13:40:30 #9 42.97 Setting up libassuan0:amd64 (2.5.5-1) ...
13:40:30 #9 42.98 Setting up libgomp1:amd64 (11.2.0-7ubuntu2) ...
13:40:30 #9 42.99 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu3) ...
13:40:30 #9 29.44 Selecting previously unselected package openssh-client.
13:40:30 #9 29.45 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.4_armhf.deb ...
13:40:30 #9 29.46 Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ...
13:40:30 #9 29.62 Selecting previously unselected package publicsuffix.
13:40:30 #9 29.62 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
13:40:30 #9 29.62 Unpacking publicsuffix (20200303.0012-1) ...
13:40:30 #9 29.68 Selecting previously unselected package python-apt-common.
13:40:30 #9 29.68 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.7_all.deb ...
13:40:30 #11 4.563 The following additional packages will be installed:
13:40:30 #11 4.563   bash-completion btrfs-progs btrfs-tools cmake cmake-data dh-apparmor
13:40:30 #11 4.563   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:30 #11 4.563   libjsoncpp1 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:40:30 #11 4.563   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:40:30 #11 4.564   libudev-dev libuv1 pkg-config
13:40:30 #11 4.565 Suggested packages:
13:40:30 #11 4.565   duperemove cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:40:30 #11 4.565 Recommended packages:
13:40:30 #11 4.565   dmsetup
13:40:30 #11 4.607 The following NEW packages will be installed:
13:40:30 #11 4.607   bash-completion btrfs-progs btrfs-tools cmake cmake-data dh-apparmor
13:40:30 #11 4.607   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:30 #11 4.607   libjsoncpp1 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:40:30 #11 4.607   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:40:30 #11 4.608   libudev-dev libuv1 pkg-config
13:40:31 #8 43.02 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:31 #8 43.03 Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
13:40:31 #8 43.05 Setting up patch (2.7.6-2ubuntu1.1) ...
13:40:31 #8 43.06 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
13:40:31 #8 43.07 Setting up libunwind8:amd64 (1.2.1-8) ...
13:40:31 #8 43.08 Setting up krb5-locales (1.16-2ubuntu0.2) ...
13:40:31 #8 43.09 Setting up publicsuffix (20180223.1310-1) ...
13:40:31 #8 43.10 Setting up autotools-dev (20180224.1) ...
13:40:31 #8 43.11 Setting up t1utils (1.41-2) ...
13:40:31 #8 43.13 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
13:40:31 #8 43.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:31 #8 43.14 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:31 #8 43.14 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:31 #8 43.14 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:31 #8 43.14 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:31 #8 43.14 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:31 #8 43.14 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:31 #8 43.14 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:31 #8 43.14 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:31 #8 43.14 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:31 #8 43.14 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:31 #8 43.14 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:31 #8 43.16 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ...
13:40:31 #8 43.17 Setting up libltdl7:amd64 (2.4.6-2) ...
13:40:31 #8 43.18 Setting up openssl (1.1.1-1ubuntu2.1~18.04.15) ...
13:40:31 #8 43.20 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ...
13:40:31 #8 43.21 Setting up liblocale-gettext-perl (1.07-3build2) ...
13:40:31 #8 43.22 Setting up wdiff (1.2.2-2) ...
13:40:31 #9 48.66   Installing : gdb-7.6.1-120.el7.aarch64                                  42/52 
13:40:31 #9 48.68   Installing : file-5.11-37.el7.aarch64                                   43/52 
13:40:31 #9 48.71   Installing : dwz-0.11-3.el7.aarch64                                     44/52 
13:40:31 #9 48.74   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               45/52 
13:40:31 #9 48.81   Installing : elfutils-0.176-5.el7.aarch64                               46/52 
13:40:31 #9 48.85   Installing : rpm-build-4.11.3-48.el7_9.aarch64                          47/52 
13:40:31 #8 40.91 Selecting previously unselected package libiterator-perl.
13:40:31 #8 40.91 Preparing to unpack .../211-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:40:31 #8 41.01 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:40:31 #9 48.19 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:40:31 #9 48.19 Setting up libhtml-parser-perl:arm64 (3.76-1build2) ...
13:40:31 #9 48.24 Setting up libgit-wrapper-perl (0.048-1) ...
13:40:31 #9 48.25 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
13:40:31 #9 48.26 Setting up librole-tiny-perl (2.002004-1) ...
13:40:31 #9 48.28 Setting up gnupg (2.2.27-3ubuntu2) ...
13:40:31 #9 48.29 Setting up build-essential (12.9ubuntu3) ...
13:40:31 #9 48.30 Setting up libfont-ttf-perl (1.06-1.1) ...
13:40:31 #9 48.31 Setting up libfile-homedir-perl (1.006-1) ...
13:40:31 #9 48.32 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
13:40:31 #9 48.33 Setting up libio-socket-ssl-perl (2.074-2) ...
13:40:31 #9 48.34 Setting up libsub-exporter-perl (0.988-1) ...
13:40:31 #9 48.35 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:31 #9 48.36 Setting up libhttp-message-perl (6.36-1) ...
13:40:31 #9 48.37 Setting up libdata-validate-ip-perl (0.30-1) ...
13:40:31 #9 48.38 Setting up libhtml-form-perl (6.07-1) ...
13:40:31 #9 48.39 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:40:31 #9 28.37 Selecting previously unselected package python3-minimal.
13:40:31 #9 28.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 ... 4686 files and directories currently installed.)
13:40:31 #9 28.37 Preparing to unpack .../0-python3-minimal_3.9.4-1build1_armhf.deb ...
13:40:31 #9 28.39 Unpacking python3-minimal (3.9.4-1build1) ...
13:40:31 #9 28.45 Selecting previously unselected package media-types.
13:40:31 #9 28.45 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:40:31 #9 28.45 Unpacking media-types (4.0.0) ...
13:40:31 #9 ...
13:40:31 
13:40:31 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:31 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:31 #14 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 13.0s done
13:40:31 #14 extracting sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c 0.0s done
13:40:31 #14 DONE 44.8s
13:40:31 
13:40:31 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:31 #9 sha256:326ae25cabf6284effd2598a54af89f19d2cfe614b6d1ff9e15a13b078e84f64
13:40:31 #9 28.65 Selecting previously unselected package tzdata.
13:40:31 #9 28.65 Preparing to unpack .../2-tzdata_2022a-0ubuntu0.21.10_all.deb ...
13:40:31 #9 28.66 Unpacking tzdata (2022a-0ubuntu0.21.10) ...
13:40:31 #13 13.65   Installing       : pcre2-utf16-10.32-2.el8.aarch64                      33/73 
13:40:31 #13 13.71   Installing       : pcre2-utf32-10.32-2.el8.aarch64                      34/73 
13:40:31 #13 13.80   Installing       : pcre2-devel-10.32-2.el8.aarch64                      35/73 
13:40:31 #9 47.77 Selecting previously unselected package libstring-shellquote-perl.
13:40:31 #9 47.77 Preparing to unpack .../314-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:31 #9 47.79 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:31 #10 27.57   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          83/97 
13:40:31 #9 22.97 Selecting previously unselected package less.
13:40:31 #9 22.97 Preparing to unpack .../010-less_590-1build1_armhf.deb ...
13:40:31 #9 22.97 Unpacking less (590-1build1) ...
13:40:31 #9 23.02 Selecting previously unselected package libmd0:armhf.
13:40:31 #9 23.02 Preparing to unpack .../011-libmd0_1.0.4-1build1_armhf.deb ...
13:40:31 #9 43.28 Setting up liburi-perl (5.10-1) ...
13:40:31 #9 43.30 Setting up libnet-ipv6addr-perl (1.02-1) ...
13:40:31 #9 43.31 Setting up libfile-touch-perl (0.12-1) ...
13:40:31 #9 43.32 Setting up libc-devtools (2.35-0ubuntu3) ...
13:40:31 #9 43.33 Setting up libemail-address-xs-perl (1.04-1build6) ...
13:40:31 #9 43.35 Setting up libnet-ssleay-perl:amd64 (1.92-1build2) ...
13:40:31 #9 43.36 Setting up python3-pkg-resources (59.6.0-1.2) ...
13:40:31 #9 43.55 Setting up automake (1:1.16.5-1.3) ...
13:40:31 #8 54.58   Cleanup          : python3-dnf-4.9.0-1.fc35.noarch                    159/167 
13:40:31 #8 54.59   Cleanup          : python3-hawkey-0.64.0-1.fc35.aarch64               160/167 
13:40:31 #8 54.63   Cleanup          : dnf-data-4.9.0-1.fc35.noarch                       161/167 
13:40:31 #8 54.64   Cleanup          : python3-libdnf-0.64.0-1.fc35.aarch64               162/167 
13:40:31 #8 54.70   Cleanup          : libdnf-0.64.0-1.fc35.aarch64                       163/167 
13:40:31 #8 54.71   Cleanup          : libsolv-0.7.19-3.fc35.aarch64                      164/167 
13:40:31 #8 54.78   Cleanup          : glibc-2.34-25.fc35.aarch64                         165/167 
13:40:31 #8 44.00 Selecting previously unselected package libpython2.7:amd64.
13:40:31 #8 44.01 Preparing to unpack .../261-libpython2.7_2.7.16-2+deb10u1_amd64.deb ...
13:40:31 #8 44.01 Unpacking libpython2.7:amd64 (2.7.16-2+deb10u1) ...
13:40:31 #8 56.81   Installing       : rpmlint-2.2.0-3.fc36.noarch                        158/178 
13:40:31 #8 56.87   Installing       : dnf-plugins-core-4.1.0-1.fc36.noarch               159/178 
13:40:31 #8 56.90   Upgrading        : yum-4.11.1-3.fc36.noarch                           160/178 
13:40:31 #8 56.93   Cleanup          : yum-4.10.0-2.fc36.noarch                           161/178 
13:40:31 #8 56.95   Running scriptlet: dnf-4.10.0-2.fc36.noarch                           162/178 
13:40:31 #8 56.96   Cleanup          : dnf-4.10.0-2.fc36.noarch                           162/178 
13:40:31 #8 56.96   Running scriptlet: dnf-4.10.0-2.fc36.noarch                           162/178 
13:40:31 #8 57.02   Cleanup          : python3-dnf-4.10.0-2.fc36.noarch                   163/178 
13:40:31 #8 57.06   Cleanup          : python3-rpm-4.17.0-9.fc36.aarch64                  164/178 
13:40:31 #8 57.11   Cleanup          : rpm-build-libs-4.17.0-9.fc36.aarch64               165/178 
13:40:31 #9 41.34 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
13:40:31 #9 41.35 Unpacking python3-requests (2.22.0-2ubuntu1) ...
13:40:31 #9 41.39 Selecting previously unselected package python3-unidiff.
13:40:31 #9 41.39 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
13:40:31 #9 41.40 Unpacking python3-unidiff (0.5.5-2) ...
13:40:31 #9 41.45 Selecting previously unselected package python3-xdg.
13:40:31 #9 41.45 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
13:40:31 #9 41.45 Unpacking python3-xdg (0.26-1ubuntu1) ...
13:40:31 #9 41.49 Selecting previously unselected package unzip.
13:40:31 #9 41.49 Preparing to unpack .../336-unzip_6.0-25ubuntu1_amd64.deb ...
13:40:31 #9 41.50 Unpacking unzip (6.0-25ubuntu1) ...
13:40:31 #9 41.55 Selecting previously unselected package equivs.
13:40:31 #9 43.00 Setting up bzip2 (1.0.8-4ubuntu3) ...
13:40:31 #9 43.02 Setting up libldap-common (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:31 #9 43.03 Setting up libunwind8:amd64 (1.3.2-2) ...
13:40:31 #9 43.04 Setting up libjbig0:amd64 (2.1-3.1build1) ...
13:40:31 #9 43.05 Setting up libfakeroot:amd64 (1.25.3-1.1ubuntu2) ...
13:40:31 #9 43.07 Setting up libasan6:amd64 (11.2.0-7ubuntu2) ...
13:40:31 #9 43.08 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:31 #9 43.09 Setting up tzdata (2022a-0ubuntu0.21.10) ...
13:40:31 #9 43.19 
13:40:31 #9 43.19 Current default time zone: 'Etc/UTC'
13:40:31 #9 43.19 Local time is now:      Wed May  4 13:40:31 UTC 2022.
13:40:31 #9 43.19 Universal Time is now:  Wed May  4 13:40:31 UTC 2022.
13:40:31 #9 43.19 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:40:31 #9 43.19 
13:40:31 #9 43.24 Setting up fakeroot (1.25.3-1.1ubuntu2) ...
13:40:31 #9 43.25 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:31 #9 43.25 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:31 #9 43.25 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:31 #9 43.25 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:31 #9 43.25 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:31 #9 43.25 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:31 #9 43.25 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:31 #9 43.25 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:31 #9 43.25 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:31 #9 43.26 Setting up autotools-dev (20180224.1+nmu1) ...
13:40:31 #9 43.27 Setting up libtirpc-dev:amd64 (1.3.2-2) ...
13:40:31 #9 43.28 Setting up rpcsvc-proto (1.4.2-0ubuntu5) ...
13:40:31 #9 43.30 Setting up libx11-data (2:1.7.2-1) ...
13:40:31 #9 43.31 Setting up make (4.3-4ubuntu1) ...
13:40:31 #9 43.32 Setting up libmpfr6:amd64 (4.1.0-3build1) ...
13:40:31 #9 43.33 Setting up gnupg-l10n (2.2.20-1ubuntu4) ...
13:40:31 #9 43.35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build3) ...
13:40:31 #9 43.36 Setting up lzip (1.22-3) ...
13:40:31 #9 29.70 Unpacking python-apt-common (2.0.0ubuntu0.20.04.7) ...
13:40:31 #9 29.73 Selecting previously unselected package python3-apt.
13:40:31 #9 29.73 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.7_armhf.deb ...
13:40:31 #9 29.74 Unpacking python3-apt (2.0.0ubuntu0.20.04.7) ...
13:40:31 #9 29.81 Selecting previously unselected package strace.
13:40:31 #9 29.81 Preparing to unpack .../058-strace_5.5-3ubuntu1_armhf.deb ...
13:40:31 #9 29.81 Unpacking strace (5.5-3ubuntu1) ...
13:40:31 #9 29.89 Selecting previously unselected package xauth.
13:40:31 #9 29.89 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_armhf.deb ...
13:40:31 #9 29.90 Unpacking xauth (1:1.1-0ubuntu1) ...
13:40:31 #9 29.93 Selecting previously unselected package libfl2:armhf.
13:40:31 #11 5.023 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
13:40:31 #11 5.023 1 not fully installed or removed.
13:40:31 #11 5.023 Need to get 7131 kB of archives.
13:40:31 #11 5.023 After this operation, 37.7 MB of additional disk space will be used.
13:40:31 #11 5.023 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bash-completion all 1:2.8-1ubuntu1 [168 kB]
13:40:31 #8 43.24 Setting up shared-mime-info (1.9-2) ...
13:40:31 #9 48.92   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
13:40:31 #9 48.94   Cleanup    : rpm-python-4.11.3-45.el7.aarch64                           49/52 
13:40:31 #8 33.28 Selecting previously unselected package g++-7.
13:40:31 #8 33.28 Preparing to unpack .../078-g++-7_7.5.0-3ubuntu1~18.04_armhf.deb ...
13:40:31 #8 33.28 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
13:40:31 #8 41.22 Selecting previously unselected package libiterator-util-perl.
13:40:31 #8 41.23 Preparing to unpack .../212-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:40:31 #8 41.23 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:40:31 #8 41.28 Selecting previously unselected package libexporter-tiny-perl.
13:40:31 #8 41.28 Preparing to unpack .../213-libexporter-tiny-perl_1.002002-1_all.deb ...
13:40:31 #8 41.29 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:40:31 #9 48.41 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
13:40:31 #9 48.42 Setting up libjson-xs-perl (4.030-1build3) ...
13:40:31 #9 48.43 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:31 #9 48.44 Setting up libio-prompter-perl (0.004015-1) ...
13:40:31 #9 48.45 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:40:31 #9 48.46 Setting up libhttp-cookies-perl (6.10-1) ...
13:40:31 #9 48.47 Setting up po-debconf (1.0.21+nmu1) ...
13:40:31 #9 48.48 Setting up libhtml-tree-perl (5.07-2) ...
13:40:31 #9 48.49 Setting up libparams-classify-perl (0.015-1build5) ...
13:40:31 #9 48.51 Setting up libhtml-format-perl (2.12-1.1) ...
13:40:31 #9 48.52 Setting up libxml-sax-perl (1.02+dfsg-3) ...
13:40:31 #9 48.58 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:31 #9 48.64 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:31 #9 28.94 Selecting previously unselected package libmpdec3:armhf.
13:40:31 #9 28.94 Preparing to unpack .../3-libmpdec3_2.5.1-2build1_armhf.deb ...
13:40:31 #9 28.94 Unpacking libmpdec3:armhf (2.5.1-2build1) ...
13:40:31 #9 29.00 Selecting previously unselected package readline-common.
13:40:31 #9 29.00 Preparing to unpack .../4-readline-common_8.1-2_all.deb ...
13:40:31 #9 29.00 Unpacking readline-common (8.1-2) ...
13:40:31 #9 47.96 Selecting previously unselected package libterm-readkey-perl.
13:40:31 #9 47.97 Preparing to unpack .../315-libterm-readkey-perl_2.38-1build2_arm64.deb ...
13:40:31 #9 47.98 Unpacking libterm-readkey-perl (2.38-1build2) ...
13:40:31 #9 48.14 Selecting previously unselected package libtext-levenshteinxs-perl.
13:40:31 #9 48.14 Preparing to unpack .../316-libtext-levenshteinxs-perl_0.03-4build9_arm64.deb ...
13:40:31 #9 48.19 Unpacking libtext-levenshteinxs-perl (0.03-4build9) ...
13:40:31 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 10.2s
13:40:31 #13 13.86   Installing       : python3-audit-3.0.7-2.el8.aarch64                    36/73 
13:40:31 #13 14.07   Installing       : python3-policycoreutils-2.9-19.el8.noarch            37/73 
13:40:31 #13 14.11   Installing       : policycoreutils-python-utils-2.9-19.el8.noarch       38/73 
13:40:31 #13 14.13   Installing       : rpm-plugin-selinux-4.14.3-23.el8.aarch64             39/73 
13:40:31 #13 14.14   Installing       : selinux-policy-3.14.3-97.el8.noarch                  40/73 
13:40:31 #10 27.97   Installing       : gdb-headless-8.2-18.el8.x86_64                       84/97 
13:40:31 #10 27.99   Installing       : go-srpm-macros-2-17.el8.noarch                       85/97 
13:40:31 #10 28.20   Installing       : glibc-gconv-extra-2.28-189.el8.x86_64                86/97 
13:40:31 #10 28.22   Running scriptlet: glibc-gconv-extra-2.28-189.el8.x86_64                86/97 
13:40:31 #10 28.23   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   87/97 
13:40:31 #10 28.25   Installing       : dwz-0.12-10.el8.x86_64                               88/97 
13:40:31 #10 28.27   Installing       : redhat-rpm-config-127-1.el8.noarch                   89/97 
13:40:31 #10 28.29   Installing       : rpm-build-4.14.3-23.el8.x86_64                       90/97 
13:40:31 #9 23.02 Unpacking libmd0:armhf (1.0.4-1build1) ...
13:40:31 #9 23.10 Selecting previously unselected package libbsd0:armhf.
13:40:31 #9 23.10 Preparing to unpack .../012-libbsd0_0.11.5-1_armhf.deb ...
13:40:31 #9 23.10 Unpacking libbsd0:armhf (0.11.5-1) ...
13:40:31 #9 23.19 Selecting previously unselected package libelf1:armhf.
13:40:31 #9 23.19 Preparing to unpack .../013-libelf1_0.186-1build1_armhf.deb ...
13:40:31 #9 23.19 Unpacking libelf1:armhf (0.186-1build1) ...
13:40:31 #9 23.24 Selecting previously unselected package libicu70:armhf.
13:40:31 #9 23.24 Preparing to unpack .../014-libicu70_70.1-2_armhf.deb ...
13:40:31 #9 23.24 Unpacking libicu70:armhf (70.1-2) ...
13:40:31 #9 43.57 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:31 #9 43.57 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:40:31 #9 43.57 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:40:31 #9 43.58 Setting up libapt-pkg-perl (0.1.40build2) ...
13:40:31 #9 43.59 Setting up libstring-escape-perl (2010.002-2) ...
13:40:31 #9 43.61 Setting up libhttp-date-perl (6.05-1) ...
13:40:31 #9 43.62 Setting up libfile-which-perl (1.23-1) ...
13:40:31 #9 43.64 Setting up libfile-basedir-perl (0.09-1) ...
13:40:31 #9 43.65 Setting up libunicode-utf8-perl (0.62-1build4) ...
13:40:31 #9 43.66 Setting up libset-intspan-perl (1.19-2) ...
13:40:31 #9 43.67 Setting up libmouse-perl (2.5.10-1build4) ...
13:40:31 #9 43.68 Setting up libfile-listing-perl (6.14-1) ...
13:40:31 #9 43.69 Setting up gpg-wks-client (2.2.27-3ubuntu2) ...
13:40:31 #9 43.71 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:40:31 #9 43.72 Setting up libdata-messagepack-perl (1.01-2build1) ...
13:40:31 #9 43.73 Setting up libfont-afm-perl (1.20-3) ...
13:40:31 #9 43.74 Setting up libwant-perl (0.29-1build7) ...
13:40:31 #9 43.76 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:40:31 #9 43.77 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:40:31 #8 54.84   Cleanup          : glibc-minimal-langpack-2.34-25.fc35.aarch64        166/167 
13:40:31 #8 54.85   Cleanup          : glibc-common-2.34-25.fc35.aarch64                  167/167 
13:40:31 #8 44.14 Selecting previously unselected package libmailutils5:amd64.
13:40:31 #8 44.14 Preparing to unpack .../262-libmailutils5_1%3a3.5-4_amd64.deb ...
13:40:31 #8 44.15 Unpacking libmailutils5:amd64 (1:3.5-4) ...
13:40:31 #8 44.22 Selecting previously unselected package libmime-tools-perl.
13:40:31 #8 44.23 Preparing to unpack .../263-libmime-tools-perl_5.509-1_all.deb ...
13:40:31 #8 44.23 Unpacking libmime-tools-perl (5.509-1) ...
13:40:31 #8 44.30 Selecting previously unselected package libnet-dns-sec-perl.
13:40:31 #8 44.31 Preparing to unpack .../264-libnet-dns-sec-perl_1.11-1_amd64.deb ...
13:40:31 #8 44.31 Unpacking libnet-dns-sec-perl (1.11-1) ...
13:40:31 #8 44.34 Selecting previously unselected package libnet-libidn-perl.
13:40:31 #8 44.34 Preparing to unpack .../265-libnet-libidn-perl_0.12.ds-3+b1_amd64.deb ...
13:40:31 #8 44.35 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
13:40:31 #8 44.38 Selecting previously unselected package libnumber-compare-perl.
13:40:31 #8 44.39 Preparing to unpack .../266-libnumber-compare-perl_0.03-1_all.deb ...
13:40:31 #8 57.14   Cleanup          : elfutils-libs-0.186-1.fc36.aarch64                 166/178 
13:40:31 #8 57.17   Cleanup          : rpm-sign-libs-4.17.0-9.fc36.aarch64                167/178 
13:40:31 #8 57.22   Cleanup          : python3-hawkey-0.65.0-3.fc36.aarch64               168/178 
13:40:31 #8 57.25   Cleanup          : dnf-data-4.10.0-2.fc36.noarch                      169/178 
13:40:31 #8 57.30   Cleanup          : python3-libdnf-0.65.0-3.fc36.aarch64               170/178 
13:40:31 #8 57.31   Cleanup          : libdnf-0.65.0-3.fc36.aarch64                       171/178 
13:40:31 #8 57.34   Cleanup          : rpm-4.17.0-9.fc36.aarch64                          172/178 
13:40:31 #8 57.37   Cleanup          : rpm-libs-4.17.0-9.fc36.aarch64                     173/178 
13:40:31 #8 57.38   Cleanup          : xz-libs-5.2.5-8.fc36.aarch64                       174/178 
13:40:31 #8 57.42   Cleanup          : elfutils-libelf-0.186-1.fc36.aarch64               175/178 
13:40:31 #8 57.43   Cleanup          : glibc-2.35-2.fc36.aarch64                          176/178 
13:40:31 #8 57.47   Cleanup          : glibc-minimal-langpack-2.35-2.fc36.aarch64         177/178 
13:40:31 #9 43.38 Setting up strace (5.13-0ubuntu1) ...
13:40:31 #9 43.40 Setting up libsigsegv2:amd64 (2.13-1ubuntu2) ...
13:40:31 #9 43.41 Setting up xz-utils (5.2.5-2ubuntu0.1) ...
13:40:31 #9 43.42 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:31 #9 43.42 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:31 #9 43.42 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:31 #9 43.42 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:31 #9 43.42 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:31 #9 43.42 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:31 #9 43.42 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:31 #9 43.42 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:31 #9 43.42 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:31 #9 43.42 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:31 #9 43.42 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:31 #9 43.43 Setting up t1utils (1.41-4build1) ...
13:40:31 #9 43.44 Setting up libquadmath0:amd64 (11.2.0-7ubuntu2) ...
13:40:31 #9 43.45 Setting up diffstat (1.64-1) ...
13:40:31 #9 43.47 Setting up libpng16-16:amd64 (1.6.37-3build4) ...
13:40:31 #9 43.48 Setting up libmpc3:amd64 (1.2.0-1build1) ...
13:40:31 #9 43.49 Setting up libatomic1:amd64 (11.2.0-7ubuntu2) ...
13:40:31 #9 43.50 Setting up patch (2.7.6-7) ...
13:40:31 #9 43.52 Setting up autopoint (0.21-4ubuntu3) ...
13:40:31 #9 43.54 Setting up libwebp6:amd64 (0.6.1-2.1) ...
13:40:31 #9 43.57 Setting up fonts-dejavu-core (2.37-2build1) ...
13:40:31 #8 41.35 Fedora 36 - x86_64 - Test Updates               6.3 MB/s |  16 MB     00:02    
13:40:31 #9 41.55 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
13:40:31 #9 41.56 Unpacking equivs (2.2.0) ...
13:40:31 #9 41.60 Selecting previously unselected package libauthen-sasl-perl.
13:40:31 #9 41.60 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
13:40:31 #9 41.61 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:40:31 #9 41.66 Selecting previously unselected package python3-magic.
13:40:31 #9 41.66 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
13:40:31 #9 41.67 Unpacking python3-magic (2:0.4.15-3) ...
13:40:31 #9 41.72 Setting up libapt-pkg-perl (0.1.36build3) ...
13:40:31 #9 41.73 Setting up libksba8:amd64 (1.3.5-2) ...
13:40:31 #9 41.74 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
13:40:31 #9 41.75 Setting up wdiff (1.2.2-2build1) ...
13:40:31 #9 41.76 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
13:40:31 #9 41.78 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ...
13:40:31 #9 41.79 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
13:40:31 #9 41.81 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
13:40:31 #9 41.82 Setting up mime-support (3.64ubuntu1) ...
13:40:31 #9 41.87 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
13:40:31 #9 29.94 Preparing to unpack .../060-libfl2_2.6.4-6.2_armhf.deb ...
13:40:31 #9 29.94 Unpacking libfl2:armhf (2.6.4-6.2) ...
13:40:31 #9 30.00 Selecting previously unselected package at.
13:40:31 #9 30.00 Preparing to unpack .../061-at_3.1.23-1ubuntu1_armhf.deb ...
13:40:31 #9 30.00 Unpacking at (3.1.23-1ubuntu1) ...
13:40:31 #9 30.05 Selecting previously unselected package libsigsegv2:armhf.
13:40:31 #9 30.05 Preparing to unpack .../062-libsigsegv2_2.12-2_armhf.deb ...
13:40:31 #9 ...
13:40:31 
13:40:31 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:31 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:31 #14 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 14.6s
13:40:31 #14 ...
13:40:31 
13:40:31 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:31 #9 sha256:4df9e5b1484c836af67ea42b2fd0ed0f9357f7fab5fa9b46a9bc463c6ebd438a
13:40:31 #9 30.05 Unpacking libsigsegv2:armhf (2.12-2) ...
13:40:31 #9 30.09 Selecting previously unselected package m4.
13:40:31 #9 30.09 Preparing to unpack .../063-m4_1.4.18-4_armhf.deb ...
13:40:31 #9 30.09 Unpacking m4 (1.4.18-4) ...
13:40:31 #9 30.16 Selecting previously unselected package autoconf.
13:40:31 #9 30.16 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
13:40:31 #9 30.16 Unpacking autoconf (2.69-11.1) ...
13:40:31 #9 30.25 Selecting previously unselected package autotools-dev.
13:40:31 #9 30.25 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
13:40:31 #9 30.26 Unpacking autotools-dev (20180224.1) ...
13:40:31 #11 5.375 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
13:40:31 #13 ...
13:40:31 
13:40:31 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:31 #8 sha256:a3650ab2eafc202881848d6aaccefa9b08ce3891b715fe5b5649470da5ef0c51
13:40:31 #8 24.18 Selecting previously unselected package g++-8.
13:40:31 #8 24.18 Preparing to unpack .../048-g++-8_8.3.0-6_armhf.deb ...
13:40:31 #8 24.18 Unpacking g++-8 (8.3.0-6) ...
13:40:31 #8 24.95 Selecting previously unselected package g++.
13:40:31 #8 24.95 Preparing to unpack .../049-g++_4%3a8.3.0-1_armhf.deb ...
13:40:31 #8 24.95 Unpacking g++ (4:8.3.0-1) ...
13:40:31 #8 25.01 Selecting previously unselected package make.
13:40:31 #8 25.01 Preparing to unpack .../050-make_4.2.1-1.2_armhf.deb ...
13:40:31 #8 25.02 Unpacking make (4.2.1-1.2) ...
13:40:31 #8 25.09 Selecting previously unselected package libdpkg-perl.
13:40:31 #8 25.09 Preparing to unpack .../051-libdpkg-perl_1.19.7_all.deb ...
13:40:31 #8 25.10 Unpacking libdpkg-perl (1.19.7) ...
13:40:31 #8 25.21 Selecting previously unselected package patch.
13:40:31 #8 25.21 Preparing to unpack .../052-patch_2.7.6-3+deb10u1_armhf.deb ...
13:40:31 #8 25.21 Unpacking patch (2.7.6-3+deb10u1) ...
13:40:31 #8 25.27 Selecting previously unselected package dpkg-dev.
13:40:31 #8 25.27 Preparing to unpack .../053-dpkg-dev_1.19.7_all.deb ...
13:40:31 #8 25.27 Unpacking dpkg-dev (1.19.7) ...
13:40:31 #8 25.40 Selecting previously unselected package build-essential.
13:40:31 #8 25.40 Preparing to unpack .../054-build-essential_12.6_armhf.deb ...
13:40:31 #8 25.41 Unpacking build-essential (12.6) ...
13:40:31 #8 25.46 Selecting previously unselected package openssl.
13:40:31 #8 25.46 Preparing to unpack .../055-openssl_1.1.1n-0+deb10u1_armhf.deb ...
13:40:31 #8 25.46 Unpacking openssl (1.1.1n-0+deb10u1) ...
13:40:31 #8 25.60 Selecting previously unselected package ca-certificates.
13:40:31 #8 25.60 Preparing to unpack .../056-ca-certificates_20200601~deb10u2_all.deb ...
13:40:31 #8 25.61 Unpacking ca-certificates (20200601~deb10u2) ...
13:40:31 #8 25.69 Selecting previously unselected package libsasl2-modules-db:armhf.
13:40:31 #8 25.69 Preparing to unpack .../057-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_armhf.deb ...
13:40:31 #8 25.69 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
13:40:31 #8 25.73 Selecting previously unselected package libsasl2-2:armhf.
13:40:31 #8 25.73 Preparing to unpack .../058-libsasl2-2_2.1.27+dfsg-1+deb10u2_armhf.deb ...
13:40:31 #8 25.74 Unpacking libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
13:40:31 #8 25.78 Selecting previously unselected package libldap-common.
13:40:31 #8 25.78 Preparing to unpack .../059-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:40:31 #8 25.78 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:40:31 #8 25.83 Selecting previously unselected package libldap-2.4-2:armhf.
13:40:31 #8 25.83 Preparing to unpack .../060-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_armhf.deb ...
13:40:31 #8 25.83 Unpacking libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u6) ...
13:40:31 #8 25.91 Selecting previously unselected package libnghttp2-14:armhf.
13:40:31 #8 25.92 Preparing to unpack .../061-libnghttp2-14_1.36.0-2+deb10u1_armhf.deb ...
13:40:31 #8 25.92 Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
13:40:31 #8 25.97 Selecting previously unselected package libpsl5:armhf.
13:40:31 #8 25.97 Preparing to unpack .../062-libpsl5_0.20.2-2_armhf.deb ...
13:40:31 #8 25.98 Unpacking libpsl5:armhf (0.20.2-2) ...
13:40:31 #8 26.02 Selecting previously unselected package librtmp1:armhf.
13:40:31 #8 26.03 Preparing to unpack .../063-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ...
13:40:31 #8 26.03 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
13:40:31 #8 26.07 Selecting previously unselected package libssh2-1:armhf.
13:40:31 #8 26.08 Preparing to unpack .../064-libssh2-1_1.8.0-2.1_armhf.deb ...
13:40:31 #8 26.08 Unpacking libssh2-1:armhf (1.8.0-2.1) ...
13:40:31 #8 26.13 Selecting previously unselected package libcurl4:armhf.
13:40:31 #8 26.13 Preparing to unpack .../065-libcurl4_7.64.0-4+deb10u2_armhf.deb ...
13:40:31 #8 26.14 Unpacking libcurl4:armhf (7.64.0-4+deb10u2) ...
13:40:31 #8 26.21 Selecting previously unselected package curl.
13:40:31 #8 26.21 Preparing to unpack .../066-curl_7.64.0-4+deb10u2_armhf.deb ...
13:40:31 #8 26.22 Unpacking curl (7.64.0-4+deb10u2) ...
13:40:31 #8 26.29 Selecting previously unselected package dctrl-tools.
13:40:31 #8 26.29 Preparing to unpack .../067-dctrl-tools_2.24-3_armhf.deb ...
13:40:31 #8 26.30 Unpacking dctrl-tools (2.24-3) ...
13:40:31 #8 26.36 Selecting previously unselected package libtool.
13:40:31 #8 26.36 Preparing to unpack .../068-libtool_2.4.6-9_all.deb ...
13:40:31 #8 26.36 Unpacking libtool (2.4.6-9) ...
13:40:31 #8 26.47 Selecting previously unselected package dh-autoreconf.
13:40:31 #8 26.47 Preparing to unpack .../069-dh-autoreconf_19_all.deb ...
13:40:31 #8 26.47 Unpacking dh-autoreconf (19) ...
13:40:31 #8 26.54 Selecting previously unselected package libarchive-zip-perl.
13:40:31 #8 26.54 Preparing to unpack .../070-libarchive-zip-perl_1.64-1_all.deb ...
13:40:31 #8 26.55 Unpacking libarchive-zip-perl (1.64-1) ...
13:40:31 #8 26.58 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:31 #8 26.58 Preparing to unpack .../071-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
13:40:31 #8 26.59 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
13:40:31 #8 26.63 Selecting previously unselected package dh-strip-nondeterminism.
13:40:31 #8 26.63 Preparing to unpack .../072-dh-strip-nondeterminism_1.1.2-1_all.deb ...
13:40:31 #8 26.63 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
13:40:31 #8 26.67 Selecting previously unselected package dwz.
13:40:31 #8 26.67 Preparing to unpack .../073-dwz_0.12-3_armhf.deb ...
13:40:31 #8 26.68 Unpacking dwz (0.12-3) ...
13:40:31 #8 26.74 Selecting previously unselected package libglib2.0-0:armhf.
13:40:31 #8 26.74 Preparing to unpack .../074-libglib2.0-0_2.58.3-2+deb10u3_armhf.deb ...
13:40:31 #8 26.75 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u3) ...
13:40:31 #8 26.92 Selecting previously unselected package libicu63:armhf.
13:40:31 #8 26.92 Preparing to unpack .../075-libicu63_63.1-6+deb10u3_armhf.deb ...
13:40:31 #8 26.92 Unpacking libicu63:armhf (63.1-6+deb10u3) ...
13:40:31 #8 27.85 Selecting previously unselected package libxml2:armhf.
13:40:31 #8 27.85 Preparing to unpack .../076-libxml2_2.9.4+dfsg1-7+deb10u3_armhf.deb ...
13:40:31 #8 27.86 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u3) ...
13:40:31 #8 27.97 Selecting previously unselected package libcroco3:armhf.
13:40:31 #8 27.97 Preparing to unpack .../077-libcroco3_0.6.12-3_armhf.deb ...
13:40:31 #8 27.97 Unpacking libcroco3:armhf (0.6.12-3) ...
13:40:31 #8 28.04 Selecting previously unselected package libncurses6:armhf.
13:40:31 #8 28.04 Preparing to unpack .../078-libncurses6_6.1+20181013-2+deb10u2_armhf.deb ...
13:40:31 #8 28.06 Unpacking libncurses6:armhf (6.1+20181013-2+deb10u2) ...
13:40:31 #8 28.09 Selecting previously unselected package gettext.
13:40:31 #8 28.09 Preparing to unpack .../079-gettext_0.19.8.1-9_armhf.deb ...
13:40:31 #8 28.11 Unpacking gettext (0.19.8.1-9) ...
13:40:31 #8 28.31 Selecting previously unselected package intltool-debian.
13:40:31 #8 28.31 Preparing to unpack .../080-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:31 #8 28.32 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:31 #8 28.35 Selecting previously unselected package po-debconf.
13:40:31 #8 28.35 Preparing to unpack .../081-po-debconf_1.0.21_all.deb ...
13:40:31 #8 28.35 Unpacking po-debconf (1.0.21) ...
13:40:31 #8 28.47 Selecting previously unselected package debhelper.
13:40:31 #8 28.47 Preparing to unpack .../082-debhelper_12.1.1_all.deb ...
13:40:31 #8 28.47 Unpacking debhelper (12.1.1) ...
13:40:31 #8 28.62 Selecting previously unselected package debian-keyring.
13:40:31 #8 28.62 Preparing to unpack .../083-debian-keyring_2019.02.25_all.deb ...
13:40:31 #8 28.63 Unpacking debian-keyring (2019.02.25) ...
13:40:31 #8 31.27 Selecting previously unselected package libfakeroot:armhf.
13:40:31 #8 31.27 Preparing to unpack .../084-libfakeroot_1.23-1_armhf.deb ...
13:40:31 #8 31.27 Unpacking libfakeroot:armhf (1.23-1) ...
13:40:31 #8 31.32 Selecting previously unselected package fakeroot.
13:40:31 #8 31.32 Preparing to unpack .../085-fakeroot_1.23-1_armhf.deb ...
13:40:31 #8 31.32 Unpacking fakeroot (1.23-1) ...
13:40:31 #8 31.38 Selecting previously unselected package libassuan0:armhf.
13:40:31 #8 31.38 Preparing to unpack .../086-libassuan0_2.5.2-1_armhf.deb ...
13:40:31 #8 31.39 Unpacking libassuan0:armhf (2.5.2-1) ...
13:40:31 #8 31.44 Selecting previously unselected package gpgconf.
13:40:31 #8 31.44 Preparing to unpack .../087-gpgconf_2.2.12-1+deb10u1_armhf.deb ...
13:40:31 #8 31.44 Unpacking gpgconf (2.2.12-1+deb10u1) ...
13:40:31 #8 31.54 Selecting previously unselected package libksba8:armhf.
13:40:31 #8 31.54 Preparing to unpack .../088-libksba8_1.3.5-2_armhf.deb ...
13:40:31 #8 31.54 Unpacking libksba8:armhf (1.3.5-2) ...
13:40:31 #8 31.59 Selecting previously unselected package libnpth0:armhf.
13:40:31 #8 31.59 Preparing to unpack .../089-libnpth0_1.6-1_armhf.deb ...
13:40:31 #8 31.59 Unpacking libnpth0:armhf (1.6-1) ...
13:40:31 #8 ...
13:40:31 
13:40:31 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:31 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:31 #9 48.96   Cleanup    : rpm-build-libs-4.11.3-45.el7.aarch64                       50/52 
13:40:31 #9 49.23   Cleanup    : rpm-4.11.3-45.el7.aarch64                                  51/52 
13:40:31 #9 48.77 
13:40:31 #9 48.77 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:31 #9 48.82 Setting up dput (1.1.0ubuntu2) ...
13:40:31 #9 29.05 Selecting previously unselected package libreadline8:armhf.
13:40:31 #9 29.05 Preparing to unpack .../5-libreadline8_8.1-2_armhf.deb ...
13:40:31 #9 29.06 Unpacking libreadline8:armhf (8.1-2) ...
13:40:31 #9 29.11 Selecting previously unselected package libsqlite3-0:armhf.
13:40:31 #9 29.11 Preparing to unpack .../6-libsqlite3-0_3.35.5-1_armhf.deb ...
13:40:31 #9 29.12 Unpacking libsqlite3-0:armhf (3.35.5-1) ...
13:40:31 #9 29.25 Selecting previously unselected package libpython3.9-stdlib:armhf.
13:40:31 #9 29.25 Preparing to unpack .../7-libpython3.9-stdlib_3.9.7-2build1_armhf.deb ...
13:40:31 #9 48.45 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
13:40:31 #10 28.33   Installing       : rpmlint-1.10-14.el8.noarch                           91/97 
13:40:31 #10 28.35   Installing       : yum-utils-4.0.21-11.el8.noarch                       92/97 
13:40:31 #10 28.36   Cleanup          : python3-dnf-plugins-core-4.0.21-10.el8.noarch        93/97 
13:40:31 #10 28.38   Cleanup          : python3-rpm-4.14.3-22.el8.x86_64                     94/97 
13:40:31 #10 28.39   Cleanup          : rpm-build-libs-4.14.3-22.el8.x86_64                  95/97 
13:40:31 #10 28.39   Running scriptlet: rpm-build-libs-4.14.3-22.el8.x86_64                  95/97 
13:40:31 #10 28.42   Cleanup          : rpm-4.14.3-22.el8.x86_64                             96/97 
13:40:31 #10 28.44   Cleanup          : rpm-libs-4.14.3-22.el8.x86_64                        97/97 
13:40:31 #10 28.44   Running scriptlet: rpm-libs-4.14.3-22.el8.x86_64                        97/97 
13:40:31 #10 28.46   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          97/97 
13:40:31 #13 14.19   Running scriptlet: selinux-policy-3.14.3-97.el8.noarch                  40/73 
13:40:31 #9 43.78 Setting up liblist-compare-perl (0.55-1) ...
13:40:31 #9 43.79 Setting up libref-util-xs-perl (0.117-1build5) ...
13:40:31 #9 43.80 Setting up libio-pty-perl (1:1.15-2build2) ...
13:40:31 #9 43.81 Setting up libtool (2.4.6-15build2) ...
13:40:31 #9 43.82 Setting up g++-11 (11.2.0-19ubuntu1) ...
13:40:31 #9 43.84 Setting up libfile-fcntllock-perl (0.22-3build7) ...
13:40:31 #9 43.85 Setting up libclone-perl (0.45-1build3) ...
13:40:31 #9 43.86 Setting up libalgorithm-diff-perl (1.201-1) ...
13:40:31 #9 43.88 Setting up libarchive-zip-perl (1.68-1) ...
13:40:31 #9 43.89 Setting up libsub-identify-perl (0.14-1build5) ...
13:40:31 #9 43.90 Setting up libdistro-info-perl (1.1build1) ...
13:40:31 #9 43.91 Setting up libcpanel-json-xs-perl:amd64 (4.27-1build1) ...
13:40:31 #9 43.92 Setting up python3-apt (2.3.0ubuntu2) ...
13:40:31 #8 44.39 Unpacking libnumber-compare-perl (0.03-1) ...
13:40:31 #8 44.42 Selecting previously unselected package libnumber-range-perl.
13:40:31 #8 44.42 Preparing to unpack .../267-libnumber-range-perl_0.12-1_all.deb ...
13:40:31 #8 44.43 Unpacking libnumber-range-perl (0.12-1) ...
13:40:31 #8 44.46 Selecting previously unselected package libossp-uuid16:amd64.
13:40:31 #8 44.46 Preparing to unpack .../268-libossp-uuid16_1.6.2-1.5+b7_amd64.deb ...
13:40:31 #8 44.47 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
13:40:31 #8 44.50 Selecting previously unselected package libossp-uuid-perl.
13:40:31 #8 44.50 Preparing to unpack .../269-libossp-uuid-perl_1.6.2-1.5+b7_amd64.deb ...
13:40:31 #8 44.51 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
13:40:31 #8 44.54 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:31 #8 44.54 Preparing to unpack .../270-libpackage-stash-xs-perl_0.29-1_amd64.deb ...
13:40:31 #8 44.55 Unpacking libpackage-stash-xs-perl (0.29-1) ...
13:40:31 #8 44.58 Selecting previously unselected package libparse-debianchangelog-perl.
13:40:31 #8 44.58 Preparing to unpack .../271-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
13:40:31 #8 44.58 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
13:40:31 #8 44.62 Selecting previously unselected package libtext-glob-perl.
13:40:31 #8 44.62 Preparing to unpack .../272-libtext-glob-perl_0.10-1_all.deb ...
13:40:31 #8 44.62 Unpacking libtext-glob-perl (0.10-1) ...
13:40:31 #8 44.65 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:31 #8 44.65 Preparing to unpack .../273-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:31 #8 44.65 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:31 #8 44.70 Selecting previously unselected package libperlio-gzip-perl.
13:40:31 #8 44.70 Preparing to unpack .../274-libperlio-gzip-perl_0.19-1+b5_amd64.deb ...
13:40:31 #8 44.71 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
13:40:31 #8 44.73 Selecting previously unselected package libpod-constants-perl.
13:40:31 #8 57.48   Cleanup          : glibc-common-2.35-2.fc36.aarch64                   178/178 
13:40:31 #8 57.51   Running scriptlet: rpm-4.17.0-10.fc36.aarch64                         178/178 
13:40:31 #9 43.65 Setting up ucf (3.0043) ...
13:40:31 #9 43.78 Setting up libjpeg-turbo8:amd64 (2.0.6-0ubuntu2) ...
13:40:31 #9 43.79 Setting up libltdl7:amd64 (2.4.6-15) ...
13:40:31 #9 43.80 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:31 #9 43.81 Setting up libssh-4:amd64 (0.9.6-1) ...
13:40:31 #9 43.83 Setting up libubsan1:amd64 (11.2.0-7ubuntu2) ...
13:40:31 #9 30.34 Selecting previously unselected package automake.
13:40:31 #9 30.34 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
13:40:31 #9 30.34 Unpacking automake (1:1.16.1-4ubuntu6) ...
13:40:31 #9 30.51 Selecting previously unselected package autopoint.
13:40:31 #9 30.51 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
13:40:31 #9 30.51 Unpacking autopoint (0.19.8.1-10build1) ...
13:40:31 #9 41.90 Setting up libmagic-mgc (1:5.38-4) ...
13:40:31 #9 41.92 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
13:40:31 #9 41.93 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
13:40:31 #9 41.95 No schema files found: doing nothing.
13:40:31 #9 41.95 Setting up distro-info-data (0.43ubuntu1.10) ...
13:40:31 #9 41.97 Setting up manpages (5.05-1) ...
13:40:31 #9 41.99 Setting up unzip (6.0-25ubuntu1) ...
13:40:31 #9 42.01 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
13:40:31 #9 42.02 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
13:40:31 #9 42.03 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:31 #9 42.05 Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ...
13:40:31 #9 42.06 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
13:40:31 #9 42.07 Setting up libmagic1:amd64 (1:5.38-4) ...
13:40:31 #9 42.09 Setting up less (551-1ubuntu0.1) ...
13:40:31 #9 48.97 Setting up libdata-validate-uri-perl (0.07-2) ...
13:40:31 #9 48.98 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:31 #9 48.99 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:31 #9 49.00 Setting up libmailtools-perl (2.21-1) ...
13:40:31 #9 49.01 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
13:40:31 #9 49.06 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:31 #9 49.13 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:31 #9 49.19 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:31 #9 29.26 Unpacking libpython3.9-stdlib:armhf (3.9.7-2build1) ...
13:40:31 #9 29.40 Selecting previously unselected package python3.9.
13:40:31 #9 29.40 Preparing to unpack .../8-python3.9_3.9.7-2build1_armhf.deb ...
13:40:31 #9 29.41 Unpacking python3.9 (3.9.7-2build1) ...
13:40:31 #9 29.47 Selecting previously unselected package libpython3-stdlib:armhf.
13:40:31 #9 29.47 Preparing to unpack .../9-libpython3-stdlib_3.9.4-1build1_armhf.deb ...
13:40:31 #9 29.47 Unpacking libpython3-stdlib:armhf (3.9.4-1build1) ...
13:40:31 #9 29.51 Setting up python3-minimal (3.9.4-1build1) ...
13:40:31 #9 48.45 Preparing to unpack .../317-libtext-markdown-discount-perl_0.12-1build2_arm64.deb ...
13:40:31 #9 48.52 Unpacking libtext-markdown-discount-perl:arm64 (0.12-1build2) ...
13:40:31 #10 28.47   Running scriptlet: rpm-libs-4.14.3-22.el8.x86_64                        97/97 
13:40:31 #10 28.59   Verifying        : desktop-file-utils-0.23-8.el8.x86_64                  1/97 
13:40:31 #10 28.59   Verifying        : dwz-0.12-10.el8.x86_64                                2/97 
13:40:31 #10 28.59   Verifying        : efi-srpm-macros-3-3.el8.noarch                        3/97 
13:40:31 #10 28.59   Verifying        : gc-7.6.4-3.el8.x86_64                                 4/97 
13:40:31 #10 28.59   Verifying        : gdb-headless-8.2-18.el8.x86_64                        5/97 
13:40:31 #10 28.59   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    6/97 
13:40:31 #10 28.59   Verifying        : glibc-gconv-extra-2.28-189.el8.x86_64                 7/97 
13:40:31 #10 28.59   Verifying        : go-srpm-macros-2-17.el8.noarch                        8/97 
13:40:31 #10 28.59   Verifying        : guile-5:2.0.14-7.el8.x86_64                           9/97 
13:40:31 #10 28.59   Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                     10/97 
13:40:31 #10 28.59   Verifying        : libipt-1.6.1-8.el8.x86_64                            11/97 
13:40:31 #10 28.59   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     12/97 
13:40:31 #10 28.59   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  13/97 
13:40:31 #10 28.59   Verifying        : perl-Digest-1.17-395.el8.noarch                      14/97 
13:40:31 #10 28.59   Verifying        : perl-Digest-MD5-2.55-396.el8.x86_64                  15/97 
13:40:31 #10 28.59   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  16/97 
13:40:31 #10 28.59   Verifying        : perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be15   17/97 
13:40:31 #10 28.59   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   18/97 
13:40:31 #10 28.59   Verifying        : perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff   19/97 
13:40:31 #10 28.59   Verifying        : perl-URI-1.73-3.el8.noarch                           20/97 
13:40:31 #10 28.59   Verifying        : perl-libnet-3.11-3.el8.noarch                        21/97 
13:40:31 #10 28.59   Verifying        : perl-srpm-macros-1-25.el8.noarch                     22/97 
13:40:31 #10 28.59   Verifying        : python-rpm-macros-3-41.el8.noarch                    23/97 
13:40:31 #10 28.59   Verifying        : python-srpm-macros-3-41.el8.noarch                   24/97 
13:40:31 #10 28.59   Verifying        : python3-rpm-macros-3-41.el8.noarch                   25/97 
13:40:31 #10 28.59   Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                  26/97 
13:40:31 #10 28.59   Verifying        : redhat-rpm-config-127-1.el8.noarch                   27/97 
13:40:31 #10 28.59   Verifying        : rpm-build-4.14.3-23.el8.x86_64                       28/97 
13:40:31 #10 28.59   Verifying        : rpmlint-1.10-14.el8.noarch                           29/97 
13:40:31 #10 28.59   Verifying        : rust-srpm-macros-5-2.el8.noarch                      30/97 
13:40:31 #10 28.59   Verifying        : zstd-1.4.4-1.el8.x86_64                              31/97 
13:40:31 #10 28.59   Verifying        : binutils-2.30-114.el8.x86_64                         32/97 
13:40:31 #10 28.59   Verifying        : bzip2-1.0.6-26.el8.x86_64                            33/97 
13:40:31 #10 28.59   Verifying        : cpio-2.12-11.el8.x86_64                              34/97 
13:40:31 #10 28.59   Verifying        : diffutils-3.6-6.el8.x86_64                           35/97 
13:40:31 #10 28.59   Verifying        : dnf-plugins-core-4.0.21-11.el8.noarch                36/97 
13:40:31 #10 28.59   Verifying        : elfutils-0.186-1.el8.x86_64                          37/97 
13:40:31 #10 28.59   Verifying        : elfutils-debuginfod-client-0.186-1.el8.x86_64        38/97 
13:40:31 #10 28.59   Verifying        : emacs-filesystem-1:26.1-7.el8.noarch                 39/97 
13:40:31 #10 28.59   Verifying        : file-5.33-20.el8.x86_64                              40/97 
13:40:31 #10 28.59   Verifying        : groff-base-1.22.3-18.el8.x86_64                      41/97 
13:40:31 #10 28.60   Verifying        : libbabeltrace-1.5.4-4.el8.x86_64                     42/97 
13:40:31 #10 28.60   Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        43/97 
13:40:31 #10 28.60   Verifying        : libtool-ltdl-2.4.6-25.el8.x86_64                     44/97 
13:40:31 #10 28.60   Verifying        : ncurses-6.1-9.20180224.el8.x86_64                    45/97 
13:40:31 #10 28.60   Verifying        : openssl-1:1.1.1k-5.el8_5.x86_64                      46/97 
13:40:31 #10 28.60   Verifying        : patch-2.7.6-11.el8.x86_64                            47/97 
13:40:31 #10 28.60   Verifying        : perl-Carp-1.42-396.el8.noarch                        48/97 
13:40:31 #10 28.60   Verifying        : perl-Data-Dumper-2.167-399.el8.x86_64                49/97 
13:40:31 #10 28.60   Verifying        : perl-Encode-4:2.97-3.el8.x86_64                      50/97 
13:40:31 #10 28.60   Verifying        : perl-Errno-1.28-421.el8.x86_64                       51/97 
13:40:31 #10 28.60   Verifying        : perl-Exporter-5.72-396.el8.noarch                    52/97 
13:40:31 #10 28.60   Verifying        : perl-File-Path-2.15-2.el8.noarch                     53/97 
13:40:31 #10 28.60   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                54/97 
13:40:31 #10 28.60   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 55/97 
13:40:31 #10 28.60   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    56/97 
13:40:31 #10 28.60   Verifying        : perl-IO-1.38-421.el8.x86_64                          57/97 
13:40:31 #10 28.60   Verifying        : perl-MIME-Base64-3.15-396.el8.x86_64                 58/97 
13:40:31 #10 28.60   Verifying        : perl-PathTools-3.74-1.el8.x86_64                     59/97 
13:40:31 #10 28.60   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               60/97 
13:40:31 #10 28.60   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 61/97 
13:40:31 #10 28.60   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                62/97 
13:40:31 #10 28.60   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 63/97 
13:40:31 #10 28.60   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           64/97 
13:40:31 #10 28.60   Verifying        : perl-Socket-4:2.027-3.el8.x86_64                     65/97 
13:40:31 #10 28.60   Verifying        : perl-Storable-1:3.11-3.el8.x86_64                    66/97 
13:40:31 #10 28.60   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              67/97 
13:40:31 #10 28.60   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    68/97 
13:40:31 #10 28.60   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             69/97 
13:40:31 #10 28.60   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         70/97 
13:40:31 #10 28.60   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 71/97 
13:40:31 #10 28.60   Verifying        : perl-Unicode-Normalize-1.25-396.el8.x86_64           72/97 
13:40:31 #10 28.60   Verifying        : perl-constant-1.33-396.el8.noarch                    73/97 
13:40:31 #10 28.60   Verifying        : perl-interpreter-4:5.26.3-421.el8.x86_64             74/97 
13:40:31 #10 28.60   Verifying        : perl-libs-4:5.26.3-421.el8.x86_64                    75/97 
13:40:31 #10 28.60   Verifying        : perl-macros-4:5.26.3-421.el8.x86_64                  76/97 
13:40:31 #10 28.60   Verifying        : perl-parent-1:0.237-1.el8.noarch                     77/97 
13:40:31 #10 28.60   Verifying        : perl-podlators-4.11-1.el8.noarch                     78/97 
13:40:31 #10 28.60   Verifying        : perl-threads-1:2.21-2.el8.x86_64                     79/97 
13:40:31 #10 28.60   Verifying        : perl-threads-shared-1.58-2.el8.x86_64                80/97 
13:40:31 #10 28.60   Verifying        : pkgconf-1.4.2-1.el8.x86_64                           81/97 
13:40:31 #10 28.60   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        82/97 
13:40:31 #10 28.60   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                83/97 
13:40:31 #10 28.60   Verifying        : unzip-6.0-46.el8.x86_64                              84/97 
13:40:31 #10 28.60   Verifying        : xz-5.2.4-3.el8.x86_64                                85/97 
13:40:31 #10 28.60   Verifying        : yum-utils-4.0.21-11.el8.noarch                       86/97 
13:40:31 #10 28.60   Verifying        : zip-3.0-23.el8.x86_64                                87/97 
13:40:31 #10 28.60   Verifying        : python3-dnf-plugins-core-4.0.21-11.el8.noarch        88/97 
13:40:31 #10 28.60   Verifying        : python3-dnf-plugins-core-4.0.21-10.el8.noarch        89/97 
13:40:31 #10 28.60   Verifying        : python3-rpm-4.14.3-23.el8.x86_64                     90/97 
13:40:31 #10 28.60   Verifying        : python3-rpm-4.14.3-22.el8.x86_64                     91/97 
13:40:31 #10 28.60   Verifying        : rpm-4.14.3-23.el8.x86_64                             92/97 
13:40:31 #10 28.60   Verifying        : rpm-4.14.3-22.el8.x86_64                             93/97 
13:40:31 #10 28.60   Verifying        : rpm-build-libs-4.14.3-23.el8.x86_64                  94/97 
13:40:31 #10 28.60   Verifying        : rpm-build-libs-4.14.3-22.el8.x86_64                  95/97 
13:40:31 #10 28.60   Verifying        : rpm-libs-4.14.3-23.el8.x86_64                        96/97 
13:40:31 #8 25.45 Selecting previously unselected package gcc.
13:40:31 #8 25.45 Preparing to unpack .../050-gcc_4%3a10.2.1-1_armhf.deb ...
13:40:31 #8 25.46 Unpacking gcc (4:10.2.1-1) ...
13:40:31 #8 25.49 Selecting previously unselected package libstdc++-10-dev:armhf.
13:40:31 #8 25.49 Preparing to unpack .../051-libstdc++-10-dev_10.2.1-6_armhf.deb ...
13:40:31 #8 41.77 Selecting previously unselected package liblist-moreutils-xs-perl.
13:40:31 #8 41.77 Preparing to unpack .../214-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
13:40:31 #8 41.82 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
13:40:31 #9 44.07 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:40:31 #9 44.09 Setting up liblist-moreutils-perl (0.430-2) ...
13:40:31 #9 44.10 Setting up libhtml-tagset-perl (3.20-4) ...
13:40:31 #9 44.11 Setting up liblog-any-perl (1.710-1) ...
13:40:31 #9 44.13 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:40:31 #9 44.14 Setting up libdevel-size-perl (0.83-1build4) ...
13:40:31 #9 44.15 Setting up libdebhelper-perl (13.6ubuntu1) ...
13:40:31 #9 44.16 Setting up libpod-constants-perl (0.19-2) ...
13:40:31 #9 44.17 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
13:40:31 #9 44.19 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:40:31 #9 44.20 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
13:40:31 #9 44.22 Setting up libio-interactive-perl (1.023-1) ...
13:40:31 #9 44.23 Setting up libtry-tiny-perl (0.31-1) ...
13:40:31 #9 44.24 Setting up libtype-tiny-perl (1.012004-1) ...
13:40:31 #9 44.26 Setting up libcommon-sense-perl:amd64 (3.75-2build1) ...
13:40:31 #9 44.27 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:40:31 #9 44.28 Setting up libnet-http-perl (6.22-1) ...
13:40:31 #9 44.29 Setting up libpath-iterator-rule-perl (1.015-1) ...
13:40:31 #9 44.31 Setting up libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
13:40:31 #9 44.32 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:31 #9 44.33 Setting up libtime-moment-perl (0.44-1build6) ...
13:40:31 #9 44.35 Setting up libencode-locale-perl (1.05-1.1) ...
13:40:31 #9 23.57 Selecting previously unselected package libxml2:armhf.
13:40:31 #9 23.57 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1build1_armhf.deb ...
13:40:31 #9 23.57 Unpacking libxml2:armhf (2.9.13+dfsg-1build1) ...
13:40:31 #9 23.64 Selecting previously unselected package libyaml-0-2:armhf.
13:40:31 #9 23.64 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_armhf.deb ...
13:40:31 #9 23.64 Unpacking libyaml-0-2:armhf (0.2.2-1build2) ...
13:40:31 #9 23.70 Selecting previously unselected package lsb-release.
13:40:31 #9 23.70 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
13:40:31 #9 23.71 Unpacking lsb-release (11.1.0ubuntu4) ...
13:40:32 #9 43.84 Setting up libmd0:amd64 (1.0.3-3build1) ...
13:40:32 #9 43.85 Setting up python-apt-common (2.2.1) ...
13:40:32 #9 43.86 Setting up libnsl-dev:amd64 (1.3.0-2build1) ...
13:40:32 #9 43.88 Setting up libcrypt-dev:amd64 (1:4.4.18-4ubuntu1) ...
13:40:32 #9 43.89 Setting up libuchardet0:amd64 (0.0.7-1build1) ...
13:40:32 #9 43.90 Setting up lzop (1.04-2build1) ...
13:40:32 #9 43.91 Setting up libmpdec3:amd64 (2.5.1-2build1) ...
13:40:32 #9 43.96 Setting up git-man (1:2.32.0-1ubuntu1.2) ...
13:40:32 #9 43.98 Setting up netbase (6.3) ...
13:40:32 #9 44.00 Setting up libbinutils:amd64 (2.37-7ubuntu1) ...
13:40:32 #9 44.01 Setting up libfido2-1:amd64 (1.6.0-2build1) ...
13:40:32 #9 44.03 Setting up libisl23:amd64 (0.24-1) ...
13:40:32 #9 44.04 Setting up libc-dev-bin (2.34-0ubuntu3.2) ...
13:40:32 #9 44.05 Setting up openssl (1.1.1l-1ubuntu1.2) ...
13:40:32 #9 44.08 Setting up libbsd0:amd64 (0.11.3-1ubuntu2) ...
13:40:32 #9 30.57 Selecting previously unselected package binutils-common:armhf.
13:40:32 #9 30.57 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.3_armhf.deb ...
13:40:32 #9 30.57 Unpacking binutils-common:armhf (2.34-6ubuntu1.3) ...
13:40:32 #9 30.64 Selecting previously unselected package libbinutils:armhf.
13:40:32 #9 30.64 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.3_armhf.deb ...
13:40:32 #9 30.64 Unpacking libbinutils:armhf (2.34-6ubuntu1.3) ...
13:40:32 #8 44.74 Preparing to unpack .../275-libpod-constants-perl_0.19-1_all.deb ...
13:40:32 #8 44.74 Unpacking libpod-constants-perl (0.19-1) ...
13:40:32 #8 44.77 Selecting previously unselected package libreadonly-perl.
13:40:32 #8 44.78 Preparing to unpack .../276-libreadonly-perl_2.050-1_all.deb ...
13:40:32 #8 44.78 Unpacking libreadonly-perl (2.050-1) ...
13:40:32 #8 44.81 Selecting previously unselected package libref-util-perl.
13:40:32 #8 44.81 Preparing to unpack .../277-libref-util-perl_0.204-1_all.deb ...
13:40:32 #8 44.81 Unpacking libref-util-perl (0.204-1) ...
13:40:32 #8 44.84 Selecting previously unselected package libref-util-xs-perl.
13:40:32 #8 44.84 Preparing to unpack .../278-libref-util-xs-perl_0.117-1+b1_amd64.deb ...
13:40:32 #8 44.85 Unpacking libref-util-xs-perl (0.117-1+b1) ...
13:40:32 #8 44.87 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:32 #8 44.88 Preparing to unpack .../279-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
13:40:32 #8 44.88 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
13:40:32 #8 44.91 Selecting previously unselected package libsasl2-modules:amd64.
13:40:32 #8 44.92 Preparing to unpack .../280-libsasl2-modules_2.1.27+dfsg-1+deb10u2_amd64.deb ...
13:40:32 #8 44.92 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ...
13:40:32 #8 44.95 Selecting previously unselected package libsereal-decoder-perl.
13:40:32 #8 44.96 Preparing to unpack .../281-libsereal-decoder-perl_4.005+ds-1+b1_amd64.deb ...
13:40:32 #8 44.96 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
13:40:32 #8 45.00 Selecting previously unselected package libsereal-encoder-perl.
13:40:32 #8 45.00 Preparing to unpack .../282-libsereal-encoder-perl_4.005+ds-1+b1_amd64.deb ...
13:40:32 #8 45.00 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
13:40:32 #8 45.04 Selecting previously unselected package libsereal-perl.
13:40:32 #8 45.04 Preparing to unpack .../283-libsereal-perl_4.005-1_all.deb ...
13:40:32 #8 45.04 Unpacking libsereal-perl (4.005-1) ...
13:40:32 #8 45.07 Selecting previously unselected package libtask-weaken-perl.
13:40:32 #9 42.11 Setting up perl-openssl-defaults:amd64 (4) ...
13:40:32 #9 42.13 Setting up linux-libc-dev:amd64 (5.4.0-109.123) ...
13:40:32 #9 42.14 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ...
13:40:32 #9 42.15 Setting up gettext-base (0.19.8.1-10build1) ...
13:40:32 #9 42.16 Setting up libnpth0:amd64 (1.6-1) ...
13:40:32 #9 42.19 Setting up krb5-locales (1.17-6ubuntu4.1) ...
13:40:32 #9 42.20 Setting up file (1:5.38-4) ...
13:40:32 #9 42.22 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
13:40:32 #9 42.23 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:32 #9 42.24 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
13:40:32 #9 42.26 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
13:40:32 #9 42.28 Setting up libunwind8:amd64 (1.2.1-9build1) ...
13:40:32 #9 42.29 Setting up libfakeroot:amd64 (1.24-1) ...
13:40:32 #9 42.30 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
13:40:32 #9 42.31 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:32 #9 42.33 Setting up tzdata (2022a-0ubuntu0.20.04) ...
13:40:32 #9 42.42 
13:40:32 #11 5.626 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblzo2-2 arm64 2.08-1.2 [42.2 kB]
13:40:32 #11 5.628 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive13 arm64 3.2.2-3.1ubuntu0.7 [244 kB]
13:40:32 #11 5.643 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libjsoncpp1 arm64 1.7.4-3 [69.2 kB]
13:40:32 #11 5.647 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librhash0 arm64 1.3.6-2 [71.8 kB]
13:40:32 #11 5.652 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libuv1 arm64 1.18.0-3 [53.7 kB]
13:40:32 #11 5.654 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cmake arm64 3.10.2-1ubuntu2.18.04.2 [2973 kB]
13:40:32 #11 5.794 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
13:40:32 #11 5.796 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 btrfs-progs arm64 4.15.1-1build1 [551 kB]
13:40:32 #11 5.821 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 btrfs-tools arm64 4.15.1-1build1 [2604 B]
13:40:32 #11 5.822 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper1.02.1 arm64 2:1.02.145-4.1ubuntu3.18.04.3 [100 kB]
13:40:32 #11 5.827 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.145-4.1ubuntu3.18.04.3 [9444 B]
13:40:32 #11 5.827 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libudev-dev arm64 237-3ubuntu10.53 [19.1 kB]
13:40:32 #11 5.828 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsepol1-dev arm64 2.7-1ubuntu0.1 [294 kB]
13:40:32 #11 5.840 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpcre16-3 arm64 2:8.39-9 [121 kB]
13:40:32 #11 5.845 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpcre32-3 arm64 2:8.39-9 [113 kB]
13:40:32 #11 5.869 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpcrecpp0v5 arm64 2:8.39-9 [15.1 kB]
13:40:32 #11 5.942 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpcre3-dev arm64 2:8.39-9 [459 kB]
13:40:32 #11 5.949 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libselinux1-dev arm64 2.7-2build2 [143 kB]
13:40:32 #11 5.951 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper-dev arm64 2:1.02.145-4.1ubuntu3.18.04.3 [35.0 kB]
13:40:32 #11 5.951 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~18.04.2 [76.1 kB]
13:40:32 #11 5.953 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd-dev arm64 237-3ubuntu10.53 [184 kB]
13:40:32 #11 5.956 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB]
13:40:32 #9 49.32 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:32 #9 49.38 Setting up dh-strip-nondeterminism (1.13.0-1) ...
13:40:32 #9 49.39 Setting up libconst-fast-perl (0.014-1.1) ...
13:40:32 #9 49.41 Setting up libhttp-daemon-perl (6.13-1) ...
13:40:32 #9 49.42 Setting up libdata-dpath-perl (0.58-1) ...
13:40:32 #9 49.42 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:40:32 #9 49.43 Setting up libpackage-stash-perl (0.39-1) ...
13:40:32 #9 49.45 Setting up libimport-into-perl (1.002005-1) ...
13:40:32 #9 49.46 Setting up libmoo-perl (2.005004-3) ...
13:40:32 #9 49.47 Setting up liblist-someutils-perl (0.58-1) ...
13:40:32 #9 49.48 Setting up debhelper (13.6ubuntu1) ...
13:40:32 #9 49.49 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
13:40:32 #9 49.50 Setting up equivs (2.3.1) ...
13:40:32 #9 49.51 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:40:32 #9 49.52 Setting up libb-hooks-endofscope-perl (0.25-1) ...
13:40:32 #20 DONE 2.7s
13:40:32 
13:40:32 #22 [linux/amd64->windows/amd64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
13:40:32 #22 DONE 0.0s
13:40:32 
13:40:32 #23 [linux/amd64->windows/amd64 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true
13:40:32 #9 49.28   Cleanup    : rpm-libs-4.11.3-45.el7.aarch64                             52/52 
13:40:32 #9 49.83   Verifying  : elfutils-0.176-5.el7.aarch64                                1/52 
13:40:32 #9 49.85   Verifying  : rpm-libs-4.11.3-48.el7_9.aarch64                            2/52 
13:40:32 #9 49.87   Verifying  : rpm-4.11.3-48.el7_9.aarch64                                 3/52 
13:40:32 #9 49.88   Verifying  : perl-threads-1.87-4.el7.aarch64                             4/52 
13:40:32 #9 49.89   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.aarch64                      5/52 
13:40:32 #9 49.91   Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/52 
13:40:32 #9 49.91   Verifying  : perl-constant-1.27-2.el7.noarch                             7/52 
13:40:32 #9 49.93   Verifying  : dwz-0.11-3.el7.aarch64                                      8/52 
13:40:32 #9 49.93   Verifying  : file-5.11-37.el7.aarch64                                    9/52 
13:40:32 #9 49.95   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         10/52 
13:40:32 #9 49.96   Verifying  : perl-Socket-2.010-5.el7.aarch64                            11/52 
13:40:32 #9 49.97   Verifying  : perl-PathTools-3.40-5.el7.aarch64                          12/52 
13:40:32 #9 49.98   Verifying  : gdb-7.6.1-120.el7.aarch64                                  13/52 
13:40:32 #9 50.00   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                          14/52 
13:40:32 #9 50.01   Verifying  : perl-srpm-macros-1-8.el7.noarch                            15/52 
13:40:32 #9 50.02   Verifying  : desktop-file-utils-0.23-2.el7.aarch64                      16/52 
13:40:32 #9 48.77 Selecting previously unselected package libtext-xslate-perl.
13:40:32 #9 48.77 Preparing to unpack .../318-libtext-xslate-perl_3.5.8-1build2_arm64.deb ...
13:40:32 #9 48.84 Unpacking libtext-xslate-perl (3.5.8-1build2) ...
13:40:32 #10 28.60   Verifying        : rpm-libs-4.14.3-22.el8.x86_64                        97/97 
13:40:32 #10 28.78 
13:40:32 #10 28.78 Upgraded:
13:40:32 #10 28.78   python3-dnf-plugins-core-4.0.21-11.el8.noarch                                 
13:40:32 #10 28.78   python3-rpm-4.14.3-23.el8.x86_64                                              
13:40:32 #10 28.78   rpm-4.14.3-23.el8.x86_64                                                      
13:40:32 #10 28.78   rpm-build-libs-4.14.3-23.el8.x86_64                                           
13:40:32 #10 28.78   rpm-libs-4.14.3-23.el8.x86_64                                                 
13:40:32 #10 28.78 Installed:
13:40:32 #10 28.78   binutils-2.30-114.el8.x86_64                                                  
13:40:32 #10 28.78   bzip2-1.0.6-26.el8.x86_64                                                     
13:40:32 #10 28.78   cpio-2.12-11.el8.x86_64                                                       
13:40:32 #10 28.78   desktop-file-utils-0.23-8.el8.x86_64                                          
13:40:32 #10 28.78   diffutils-3.6-6.el8.x86_64                                                    
13:40:32 #10 28.78   dnf-plugins-core-4.0.21-11.el8.noarch                                         
13:40:32 #10 28.78   dwz-0.12-10.el8.x86_64                                                        
13:40:32 #10 28.78   efi-srpm-macros-3-3.el8.noarch                                                
13:40:32 #10 28.78   elfutils-0.186-1.el8.x86_64                                                   
13:40:32 #10 28.78   elfutils-debuginfod-client-0.186-1.el8.x86_64                                 
13:40:32 #10 28.78   emacs-filesystem-1:26.1-7.el8.noarch                                          
13:40:32 #10 28.78   file-5.33-20.el8.x86_64                                                       
13:40:32 #10 28.78   gc-7.6.4-3.el8.x86_64                                                         
13:40:32 #10 28.78   gdb-headless-8.2-18.el8.x86_64                                                
13:40:32 #10 28.78   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
13:40:32 #10 28.78   glibc-gconv-extra-2.28-189.el8.x86_64                                         
13:40:32 #10 28.78   go-srpm-macros-2-17.el8.noarch                                                
13:40:32 #10 28.78   groff-base-1.22.3-18.el8.x86_64                                               
13:40:32 #10 28.78   guile-5:2.0.14-7.el8.x86_64                                                   
13:40:32 #10 28.78   libatomic_ops-7.6.2-3.el8.x86_64                                              
13:40:32 #10 28.78   libbabeltrace-1.5.4-4.el8.x86_64                                              
13:40:32 #10 28.78   libipt-1.6.1-8.el8.x86_64                                                     
13:40:32 #10 28.78   libpkgconf-1.4.2-1.el8.x86_64                                                 
13:40:32 #10 28.78   libtool-ltdl-2.4.6-25.el8.x86_64                                              
13:40:32 #10 28.78   ncurses-6.1-9.20180224.el8.x86_64                                             
13:40:32 #10 28.78   ocaml-srpm-macros-5-4.el8.noarch                                              
13:40:32 #10 28.78   openblas-srpm-macros-2-2.el8.noarch                                           
13:40:32 #10 28.78   openssl-1:1.1.1k-5.el8_5.x86_64                                               
13:40:32 #10 28.78   patch-2.7.6-11.el8.x86_64                                                     
13:40:32 #10 28.78   perl-Carp-1.42-396.el8.noarch                                                 
13:40:32 #10 28.78   perl-Data-Dumper-2.167-399.el8.x86_64                                         
13:40:32 #10 28.78   perl-Digest-1.17-395.el8.noarch                                               
13:40:32 #10 28.78   perl-Digest-MD5-2.55-396.el8.x86_64                                           
13:40:32 #10 28.78   perl-Encode-4:2.97-3.el8.x86_64                                               
13:40:32 #10 28.78   perl-Errno-1.28-421.el8.x86_64                                                
13:40:32 #10 28.78   perl-Exporter-5.72-396.el8.noarch                                             
13:40:32 #10 28.78   perl-File-Path-2.15-2.el8.noarch                                              
13:40:32 #10 28.78   perl-File-Temp-0.230.600-1.el8.noarch                                         
13:40:32 #10 28.78   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
13:40:32 #10 28.78   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
13:40:32 #10 28.78   perl-IO-1.38-421.el8.x86_64                                                   
13:40:32 #10 28.78   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
13:40:32 #10 28.78   perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be1595ff.noarch                 
13:40:32 #10 28.78   perl-MIME-Base64-3.15-396.el8.x86_64                                          
13:40:32 #10 28.78   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
13:40:32 #10 28.78   perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff.x86_64                     
13:40:32 #10 28.78   perl-PathTools-3.74-1.el8.x86_64                                              
13:40:32 #10 28.78   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
13:40:32 #10 28.78   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
13:40:32 #10 28.78   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
13:40:32 #10 28.78   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
13:40:32 #10 28.78   perl-Scalar-List-Utils-3:1.49-2.el8.x86_64                                    
13:40:32 #10 28.78   perl-Socket-4:2.027-3.el8.x86_64                                              
13:40:32 #10 28.78   perl-Storable-1:3.11-3.el8.x86_64                                             
13:40:32 #10 28.78   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
13:40:32 #10 28.78   perl-Term-Cap-1.17-395.el8.noarch                                             
13:40:32 #10 28.78   perl-Text-ParseWords-3.30-395.el8.noarch                                      
13:40:32 #10 28.78   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
13:40:32 #10 28.78   perl-Time-Local-1:1.280-1.el8.noarch                                          
13:40:32 #10 28.78   perl-URI-1.73-3.el8.noarch                                                    
13:40:32 #10 28.78   perl-Unicode-Normalize-1.25-396.el8.x86_64                                    
13:40:32 #10 28.78   perl-constant-1.33-396.el8.noarch                                             
13:40:32 #10 28.78   perl-interpreter-4:5.26.3-421.el8.x86_64                                      
13:40:32 #10 28.78   perl-libnet-3.11-3.el8.noarch                                                 
13:40:32 #10 28.78   perl-libs-4:5.26.3-421.el8.x86_64                                             
13:40:32 #10 28.78   perl-macros-4:5.26.3-421.el8.x86_64                                           
13:40:32 #10 28.78   perl-parent-1:0.237-1.el8.noarch                                              
13:40:32 #10 28.78   perl-podlators-4.11-1.el8.noarch                                              
13:40:32 #10 28.78   perl-srpm-macros-1-25.el8.noarch                                              
13:40:32 #10 28.78   perl-threads-1:2.21-2.el8.x86_64                                              
13:40:32 #10 28.78   perl-threads-shared-1.58-2.el8.x86_64                                         
13:40:32 #10 28.78   pkgconf-1.4.2-1.el8.x86_64                                                    
13:40:32 #10 28.78   pkgconf-m4-1.4.2-1.el8.noarch                                                 
13:40:32 #10 28.78   pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
13:40:32 #10 28.78   python-rpm-macros-3-41.el8.noarch                                             
13:40:32 #10 28.78   python-srpm-macros-3-41.el8.noarch                                            
13:40:32 #10 28.78   python3-rpm-macros-3-41.el8.noarch                                            
13:40:32 #10 28.78   qt5-srpm-macros-5.15.3-1.el8.noarch                                           
13:40:32 #10 28.78   redhat-rpm-config-127-1.el8.noarch                                            
13:40:32 #10 28.78   rpm-build-4.14.3-23.el8.x86_64                                                
13:40:32 #10 28.78   rpmlint-1.10-14.el8.noarch                                                    
13:40:32 #10 28.78   rust-srpm-macros-5-2.el8.noarch                                               
13:40:32 #10 28.78   unzip-6.0-46.el8.x86_64                                                       
13:40:32 #10 28.78   xz-5.2.4-3.el8.x86_64                                                         
13:40:32 #10 28.78   yum-utils-4.0.21-11.el8.noarch                                                
13:40:32 #10 28.78   zip-3.0-23.el8.x86_64                                                         
13:40:32 #10 28.78   zstd-1.4.4-1.el8.x86_64                                                       
13:40:32 #10 28.78 
13:40:32 #10 28.78 Complete!
13:40:32 #8 25.50 Unpacking libstdc++-10-dev:armhf (10.2.1-6) ...
13:40:32 #8 41.97 Selecting previously unselected package liblist-moreutils-perl.
13:40:32 #8 41.97 Preparing to unpack .../215-liblist-moreutils-perl_0.430-2_all.deb ...
13:40:32 #8 42.01 Unpacking liblist-moreutils-perl (0.430-2) ...
13:40:32 #8 42.21 Selecting previously unselected package libdata-dpath-perl.
13:40:32 #9 44.36 Setting up libexception-class-perl (1.45-1) ...
13:40:32 #9 44.37 Setting up libmath-base85-perl (0.5+dfsg-1) ...
13:40:32 #9 44.38 Setting up libconfig-tiny-perl (2.28-1) ...
13:40:32 #9 44.40 Setting up libsereal-encoder-perl:amd64 (4.023+ds-1) ...
13:40:32 #9 44.41 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
13:40:32 #9 44.43 Setting up liblist-utilsby-perl (0.11-1) ...
13:40:32 #9 44.44 Setting up libstring-shellquote-perl (1.04-1) ...
13:40:32 #9 44.45 Setting up libnet-netmask-perl (2.0001-1) ...
13:40:32 #9 44.46 Setting up libsub-install-perl (0.928-1.1) ...
13:40:32 #9 44.47 Setting up gcc (4:11.2.0-1ubuntu1) ...
13:40:32 #9 44.50 Setting up dpkg-dev (1.21.1ubuntu2) ...
13:40:32 #9 44.52 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:32 #9 44.54 Setting up liberror-perl (0.17029-1) ...
13:40:32 #9 44.55 Setting up dh-autoreconf (20) ...
13:40:32 #9 44.56 Setting up patchutils (0.4.2-1build2) ...
13:40:32 #8 34.00 Selecting previously unselected package g++.
13:40:32 #8 34.00 Preparing to unpack .../079-g++_4%3a7.4.0-1ubuntu2.3_armhf.deb ...
13:40:32 #8 34.00 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
13:40:32 #8 34.05 Selecting previously unselected package make.
13:40:32 #8 34.05 Preparing to unpack .../080-make_4.1-9.1ubuntu1_armhf.deb ...
13:40:32 #8 34.06 Unpacking make (4.1-9.1ubuntu1) ...
13:40:32 #8 34.14 Selecting previously unselected package libdpkg-perl.
13:40:32 #8 34.14 Preparing to unpack .../081-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ...
13:40:32 #8 34.14 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ...
13:40:32 #8 34.23 Selecting previously unselected package patch.
13:40:32 #8 34.23 Preparing to unpack .../082-patch_2.7.6-2ubuntu1.1_armhf.deb ...
13:40:32 #8 34.23 Unpacking patch (2.7.6-2ubuntu1.1) ...
13:40:32 #8 34.29 Selecting previously unselected package dpkg-dev.
13:40:32 #8 34.29 Preparing to unpack .../083-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ...
13:40:32 #8 34.30 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ...
13:40:32 #9 23.81 Selecting previously unselected package netbase.
13:40:32 #9 23.81 Preparing to unpack .../018-netbase_6.3_all.deb ...
13:40:32 #9 23.81 Unpacking netbase (6.3) ...
13:40:32 #9 23.85 Selecting previously unselected package python-apt-common.
13:40:32 #9 23.85 Preparing to unpack .../019-python-apt-common_2.3.0ubuntu2_all.deb ...
13:40:32 #9 23.85 Unpacking python-apt-common (2.3.0ubuntu2) ...
13:40:32 #9 23.90 Selecting previously unselected package python3-apt.
13:40:32 #9 23.90 Preparing to unpack .../020-python3-apt_2.3.0ubuntu2_armhf.deb ...
13:40:32 #9 23.90 Unpacking python3-apt (2.3.0ubuntu2) ...
13:40:32 #9 23.98 Selecting previously unselected package python3-pkg-resources.
13:40:32 #9 23.98 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2_all.deb ...
13:40:32 #9 23.99 Unpacking python3-pkg-resources (59.6.0-1.2) ...
13:40:32 #9 44.09 Setting up libelf1:amd64 (0.185-1build1) ...
13:40:32 #9 44.10 Setting up readline-common (8.1-2) ...
13:40:32 #9 44.11 Setting up publicsuffix (20210108.1309-1) ...
13:40:32 #9 44.13 Setting up libxml2:amd64 (2.9.12+dfsg-4ubuntu0.1) ...
13:40:32 #9 44.14 Setting up zstd (1.4.8+dfsg-2.1) ...
13:40:32 #9 44.15 Setting up libmarkdown2:amd64 (2.2.6-1ubuntu2) ...
13:40:32 #9 44.16 Setting up libcc1-0:amd64 (11.2.0-7ubuntu2) ...
13:40:32 #9 44.17 Setting up iso-codes (4.6.0-1) ...
13:40:32 #9 44.18 Setting up liblocale-gettext-perl (1.07-4build1) ...
13:40:32 #9 44.19 Setting up liblsan0:amd64 (11.2.0-7ubuntu2) ...
13:40:32 #9 44.21 Setting up dctrl-tools (2.24-3) ...
13:40:32 #9 44.22 Setting up libitm1:amd64 (11.2.0-7ubuntu2) ...
13:40:32 #9 44.23 Setting up libgdbm6:amd64 (1.19-2) ...
13:40:32 #9 44.24 Setting up libtsan0:amd64 (11.2.0-7ubuntu2) ...
13:40:32 #9 44.26 Setting up libctf0:amd64 (2.37-7ubuntu1) ...
13:40:32 #9 44.27 Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
13:40:32 #9 44.28 Setting up pinentry-curses (1.1.1-1) ...
13:40:32 #9 30.80 Selecting previously unselected package libctf-nobfd0:armhf.
13:40:32 #9 30.80 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.3_armhf.deb ...
13:40:32 #9 30.80 Unpacking libctf-nobfd0:armhf (2.34-6ubuntu1.3) ...
13:40:32 #9 30.87 Selecting previously unselected package libctf0:armhf.
13:40:32 #9 30.87 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.3_armhf.deb ...
13:40:32 #9 30.88 Unpacking libctf0:armhf (2.34-6ubuntu1.3) ...
13:40:32 #9 30.92 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:40:32 #9 30.92 Preparing to unpack .../072-binutils-arm-linux-gnueabihf_2.34-6ubuntu1.3_armhf.deb ...
13:40:32 #8 45.07 Preparing to unpack .../284-libtask-weaken-perl_1.06-1_all.deb ...
13:40:32 #8 45.08 Unpacking libtask-weaken-perl (1.06-1) ...
13:40:32 #8 45.10 Selecting previously unselected package libxml-parser-perl.
13:40:32 #8 45.11 Preparing to unpack .../285-libxml-parser-perl_2.44-4_amd64.deb ...
13:40:32 #8 45.11 Unpacking libxml-parser-perl (2.44-4) ...
13:40:32 #8 45.15 Selecting previously unselected package libsoap-lite-perl.
13:40:32 #8 45.16 Preparing to unpack .../286-libsoap-lite-perl_1.27-1_all.deb ...
13:40:32 #8 45.16 Unpacking libsoap-lite-perl (1.27-1) ...
13:40:32 #8 45.22 Selecting previously unselected package libsort-key-perl.
13:40:32 #8 45.22 Preparing to unpack .../287-libsort-key-perl_1.33-2+b1_amd64.deb ...
13:40:32 #8 45.22 Unpacking libsort-key-perl (1.33-2+b1) ...
13:40:32 #8 45.25 Selecting previously unselected package libstring-copyright-perl.
13:40:32 #8 45.25 Preparing to unpack .../288-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:32 #8 45.26 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:32 #8 45.28 Selecting previously unselected package libstring-escape-perl.
13:40:32 #8 45.29 Preparing to unpack .../289-libstring-escape-perl_2010.002-2_all.deb ...
13:40:32 #8 45.29 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:32 #8 45.32 Selecting previously unselected package libstring-shellquote-perl.
13:40:32 #9 42.42 Current default time zone: 'Etc/UTC'
13:40:32 #9 42.42 Local time is now:      Wed May  4 13:40:32 UTC 2022.
13:40:32 #9 42.42 Universal Time is now:  Wed May  4 13:40:32 UTC 2022.
13:40:32 #9 42.42 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:40:32 #9 42.42 
13:40:32 #9 42.45 Setting up fakeroot (1.24-1) ...
13:40:32 #9 42.46 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:32 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:32 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:32 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:32 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:32 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:32 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:32 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:32 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:32 #9 42.47 Setting up autotools-dev (20180224.1) ...
13:40:32 #9 42.49 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:40:32 #9 42.50 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
13:40:32 #9 42.52 Setting up make (4.2.1-1.2) ...
13:40:32 #9 42.55 Setting up libmpfr6:amd64 (4.0.2-1) ...
13:40:32 #9 42.59 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ...
13:40:32 #9 42.61 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:40:32 #9 42.64 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
13:40:32 #9 42.66 Setting up strace (5.5-3ubuntu1) ...
13:40:32 #11 6.098 debconf: delaying package configuration, since apt-utils is not installed
13:40:32 #11 6.134 Fetched 7131 kB in 1s (5344 kB/s)
13:40:32 #11 6.171 Selecting previously unselected package bash-completion.
13:40:32 #11 6.171 (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 ... 21392 files and directories currently installed.)
13:40:32 #11 6.182 Preparing to unpack .../00-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
13:40:32 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 10.4s
13:40:32 #9 49.54 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:32 #9 49.55 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:40:32 #9 49.56 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:40:32 #9 49.57 Setting up libmoox-struct-perl (0.020-1) ...
13:40:32 #9 49.58 Setting up lintian (2.114.0ubuntu1) ...
13:40:32 #9 49.59 Setting up licensecheck (3.2.14-2) ...
13:40:32 #9 49.61 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:40:32 #9 49.62 Setting up libwww-perl (6.61-1) ...
13:40:32 #9 49.63 Setting up devscripts (2.22.1ubuntu1) ...
13:40:32 #9 49.07 Selecting previously unselected package libtime-duration-perl.
13:40:32 #9 49.07 Preparing to unpack .../319-libtime-duration-perl_1.21-1_all.deb ...
13:40:32 #9 49.12 Unpacking libtime-duration-perl (1.21-1) ...
13:40:32 #9 50.03   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         17/52 
13:40:32 #9 50.04   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        18/52 
13:40:32 #9 50.05   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        19/52 
13:40:32 #9 50.06   Verifying  : rpm-build-4.11.3-48.el7_9.aarch64                          20/52 
13:40:32 #9 50.07   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        21/52 
13:40:32 #9 50.09   Verifying  : perl-Encode-2.51-7.el7.aarch64                             22/52 
13:40:32 #9 50.10   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        23/52 
13:40:32 #9 50.11   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   24/52 
13:40:32 #9 50.12   Verifying  : 4:perl-macros-5.16.3-299.el7_9.aarch64                     25/52 
13:40:32 #9 50.13   Verifying  : patch-2.7.1-12.el7_7.aarch64                               26/52 
13:40:32 #9 50.14   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     27/52 
13:40:32 #9 50.15   Verifying  : perl-Carp-1.26-244.el7.noarch                              28/52 
13:40:32 #9 50.16   Verifying  : groff-base-1.22.2-8.el7.aarch64                            29/52 
13:40:32 #9 50.17   Verifying  : rpm-build-libs-4.11.3-48.el7_9.aarch64                     30/52 
13:40:32 #9 50.18   Verifying  : perl-threads-shared-1.43-6.el7.aarch64                     31/52 
13:40:32 #9 50.22   Verifying  : bzip2-1.0.6-13.el7.aarch64                                 32/52 
13:40:32 #23 DONE 0.2s
13:40:32 
13:40:32 #24 [linux/amd64->windows/amd64 build 3/3] 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
13:40:32 #10 DONE 29.2s
13:40:32 
13:40:32 #12 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
13:40:32 #12 sha256:9cd14a5d8b7e7d04739344a6cce86b93d3c2be49ee6cdae036fd2046e8e38b01
13:40:32 #12 DONE 0.0s
13:40:32 
13:40:32 #13 [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;     yum-builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
13:40:32 #13 sha256:862e8c9f48c6a194d820e3c94799c93ac190f54b1872c9e13dc6d5e2877dd8b4
13:40:32 #8 25.91 Selecting previously unselected package g++-10.
13:40:32 #8 25.91 Preparing to unpack .../052-g++-10_10.2.1-6_armhf.deb ...
13:40:32 #8 42.21 Preparing to unpack .../216-libdata-dpath-perl_0.58-1_all.deb ...
13:40:32 #8 42.23 Unpacking libdata-dpath-perl (0.58-1) ...
13:40:32 #8 42.33 Selecting previously unselected package libdata-dump-perl.
13:40:32 #8 42.33 Preparing to unpack .../217-libdata-dump-perl_1.23-1.1_all.deb ...
13:40:32 #8 42.33 Unpacking libdata-dump-perl (1.23-1.1) ...
13:40:32 #8 42.36 Selecting previously unselected package libdata-messagepack-perl.
13:40:32 #8 42.37 Preparing to unpack .../218-libdata-messagepack-perl_1.00-4+b1_amd64.deb ...
13:40:32 #8 42.37 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
13:40:32 #8 42.40 Selecting previously unselected package libnet-domain-tld-perl.
13:40:32 #8 42.41 Preparing to unpack .../219-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:40:32 #8 42.41 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:40:32 #8 42.44 Selecting previously unselected package libdata-validate-domain-perl.
13:40:32 #8 42.44 Preparing to unpack .../220-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:40:32 #8 42.45 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:40:32 #8 42.51 Selecting previously unselected package libdevel-size-perl.
13:40:32 #8 42.51 Preparing to unpack .../221-libdevel-size-perl_0.83-1+b2_amd64.deb ...
13:40:32 #8 42.51 Unpacking libdevel-size-perl (0.83-1+b2) ...
13:40:32 #8 42.54 Selecting previously unselected package libdistro-info-perl.
13:40:32 #9 29.85 Selecting previously unselected package python3.
13:40:32 #9 29.85 (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 ... 6984 files and directories currently installed.)
13:40:32 #9 29.85 Preparing to unpack .../000-python3_3.9.4-1build1_armhf.deb ...
13:40:32 #9 29.86 Unpacking python3 (3.9.4-1build1) ...
13:40:32 #9 29.89 Selecting previously unselected package bsdextrautils.
13:40:32 #9 29.89 Preparing to unpack .../001-bsdextrautils_2.36.1-8ubuntu2.2_armhf.deb ...
13:40:32 #9 29.90 Unpacking bsdextrautils (2.36.1-8ubuntu2.2) ...
13:40:32 #9 29.96 Selecting previously unselected package libuchardet0:armhf.
13:40:32 #9 29.96 Preparing to unpack .../002-libuchardet0_0.0.7-1build1_armhf.deb ...
13:40:32 #9 29.96 Unpacking libuchardet0:armhf (0.0.7-1build1) ...
13:40:32 #9 30.00 Selecting previously unselected package groff-base.
13:40:32 #9 30.00 Preparing to unpack .../003-groff-base_1.22.4-7_armhf.deb ...
13:40:32 #9 30.01 Unpacking groff-base (1.22.4-7) ...
13:40:32 #9 44.57 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:40:32 #9 44.59 Setting up libltdl-dev:amd64 (2.4.6-15build2) ...
13:40:32 #9 44.60 Setting up libjson-maybexs-perl (1.004003-1) ...
13:40:32 #9 44.61 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:40:32 #9 44.63 Setting up libio-string-perl (1.08-3.1) ...
13:40:32 #9 44.64 Setting up libreadonly-perl (2.050-3) ...
13:40:32 #9 44.65 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
13:40:32 #9 44.67 Setting up python3-chardet (4.0.0-1) ...
13:40:32 #8 34.41 Selecting previously unselected package build-essential.
13:40:32 #8 34.41 Preparing to unpack .../084-build-essential_12.4ubuntu1_armhf.deb ...
13:40:32 #8 34.42 Unpacking build-essential (12.4ubuntu1) ...
13:40:32 #8 34.47 Selecting previously unselected package libroken18-heimdal:armhf.
13:40:32 #8 34.47 Preparing to unpack .../085-libroken18-heimdal_7.5.0+dfsg-1_armhf.deb ...
13:40:32 #8 34.48 Unpacking libroken18-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:32 #8 34.53 Selecting previously unselected package libasn1-8-heimdal:armhf.
13:40:32 #8 34.53 Preparing to unpack .../086-libasn1-8-heimdal_7.5.0+dfsg-1_armhf.deb ...
13:40:32 #8 34.54 Unpacking libasn1-8-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:32 #8 34.61 Selecting previously unselected package libheimbase1-heimdal:armhf.
13:40:32 #8 34.61 Preparing to unpack .../087-libheimbase1-heimdal_7.5.0+dfsg-1_armhf.deb ...
13:40:32 #9 24.13 Selecting previously unselected package ucf.
13:40:32 #9 24.13 Preparing to unpack .../022-ucf_3.0043_all.deb ...
13:40:32 #9 24.14 Moving old data out of the way
13:40:32 #9 24.15 Unpacking ucf (3.0043) ...
13:40:32 #9 24.24 Selecting previously unselected package bsdextrautils.
13:40:32 #9 24.24 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_armhf.deb ...
13:40:32 #9 24.24 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
13:40:32 #9 24.30 Selecting previously unselected package libmagic-mgc.
13:40:32 #9 24.30 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_armhf.deb ...
13:40:32 #9 24.30 Unpacking libmagic-mgc (1:5.41-3) ...
13:40:32 #9 44.30 Setting up cpp-11 (11.2.0-7ubuntu2) ...
13:40:32 #9 44.31 Setting up manpages-dev (5.10-1ubuntu1) ...
13:40:32 #9 44.32 Setting up libdw1:amd64 (0.185-1build1) ...
13:40:32 #9 44.33 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu4) ...
13:40:32 #9 44.34 Setting up libxcb1:amd64 (1.14-3ubuntu1) ...
13:40:32 #9 44.35 Setting up gettext (0.21-4ubuntu3) ...
13:40:32 #9 44.36 Setting up fontconfig-config (2.13.1-4.2ubuntu3) ...
13:40:32 #9 44.53 Setting up libedit2:amd64 (3.1-20191231-2build1) ...
13:40:32 #9 44.54 Setting up libreadline8:amd64 (8.1-2) ...
13:40:32 #9 30.93 Unpacking binutils-arm-linux-gnueabihf (2.34-6ubuntu1.3) ...
13:40:32 #9 42.69 Setting up libsigsegv2:amd64 (2.12-2) ...
13:40:32 #9 42.71 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
13:40:32 #9 42.72 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:32 #9 42.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:32 #9 42.72 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:32 #9 42.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:32 #9 42.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:32 #9 42.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:32 #9 42.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:32 #9 42.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:32 #9 42.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:32 #9 42.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:32 #9 42.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:32 #9 42.73 Setting up t1utils (1.41-3) ...
13:40:32 #9 42.74 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:32 #9 42.76 Setting up diffstat (1.63-1) ...
13:40:32 #9 42.77 Setting up libmpc3:amd64 (1.1.0-1) ...
13:40:32 #9 42.79 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:32 #9 42.81 Setting up patch (2.7.6-6) ...
13:40:32 #9 42.82 Setting up autopoint (0.19.8.1-10build1) ...
13:40:32 #9 42.83 Setting up libfl2:amd64 (2.6.4-6.2) ...
13:40:32 #9 42.84 Setting up ucf (3.0038+nmu1) ...
13:40:32 #8 45.32 Preparing to unpack .../290-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:32 #8 45.33 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:32 #8 45.38 Selecting previously unselected package libterm-readkey-perl.
13:40:32 #8 45.38 Preparing to unpack .../291-libterm-readkey-perl_2.38-1_amd64.deb ...
13:40:32 #8 45.39 Unpacking libterm-readkey-perl (2.38-1) ...
13:40:32 #8 45.42 Selecting previously unselected package libtest-fatal-perl.
13:40:32 #8 45.42 Preparing to unpack .../292-libtest-fatal-perl_0.014-1_all.deb ...
13:40:32 #8 45.42 Unpacking libtest-fatal-perl (0.014-1) ...
13:40:32 #8 45.46 Selecting previously unselected package libtest-refcount-perl.
13:40:32 #8 45.46 Preparing to unpack .../293-libtest-refcount-perl_0.08-3_all.deb ...
13:40:32 #8 45.46 Unpacking libtest-refcount-perl (0.08-3) ...
13:40:32 #8 45.49 Selecting previously unselected package libtext-levenshtein-perl.
13:40:32 #8 45.49 Preparing to unpack .../294-libtext-levenshtein-perl_0.13-1_all.deb ...
13:40:32 #8 45.49 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:40:32 #8 45.52 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:32 #9 49.79 Setting up libxml-parser-perl:arm64 (2.46-3build1) ...
13:40:32 #9 49.80 Setting up libxml-sax-expat-perl (0.51-1) ...
13:40:32 #9 49.84 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:32 #9 49.89 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:32 #9 50.02 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:32 #9 50.24   Verifying  : perl-Storable-2.45-3.el7.aarch64                           33/52 
13:40:32 #9 50.25   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           34/52 
13:40:32 #9 50.26   Verifying  : rpmlint-1.5-4.el7.noarch                                   35/52 
13:40:32 #9 50.27   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          36/52 
13:40:32 #9 50.28   Verifying  : zip-3.0-11.el7.aarch64                                     37/52 
13:40:32 #9 50.29   Verifying  : rpm-python-4.11.3-48.el7_9.aarch64                         38/52 
13:40:32 #9 50.30   Verifying  : perl-Filter-1.49-3.el7.aarch64                             39/52 
13:40:32 #9 50.31   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.aarch64                40/52 
13:40:32 #9 50.32   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
13:40:32 #9 50.33   Verifying  : 4:perl-5.16.3-299.el7_9.aarch64                            42/52 
13:40:32 #9 50.35   Verifying  : 4:perl-libs-5.16.3-299.el7_9.aarch64                       43/52 
13:40:32 #9 50.36   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         44/52 
13:40:32 #9 50.37   Verifying  : unzip-6.0-24.el7_9.aarch64                                 45/52 
13:40:32 #9 50.38   Verifying  : python-srpm-macros-3-34.el7.noarch                         46/52 
13:40:32 #9 50.39   Verifying  : perl-File-Path-2.09-2.el7.noarch                           47/52 
13:40:32 #9 50.40   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
13:40:32 #9 50.41   Verifying  : rpm-4.11.3-45.el7.aarch64                                  49/52 
13:40:32 #9 50.42   Verifying  : rpm-python-4.11.3-45.el7.aarch64                           50/52 
13:40:32 #9 50.42   Verifying  : rpm-build-libs-4.11.3-45.el7.aarch64                       51/52 
13:40:32 #9 50.42   Verifying  : rpm-libs-4.11.3-45.el7.aarch64                             52/52 
13:40:32 #9 50.46 
13:40:32 #9 50.46 Installed:
13:40:32 #9 50.46   rpm-build.aarch64 0:4.11.3-48.el7_9         rpmlint.noarch 0:1.5-4.el7        
13:40:32 #9 50.46 
13:40:32 #9 50.46 Dependency Installed:
13:40:32 #9 50.46   bzip2.aarch64 0:1.0.6-13.el7                                                  
13:40:32 #9 50.46   desktop-file-utils.aarch64 0:0.23-2.el7                                       
13:40:32 #9 50.46   dwz.aarch64 0:0.11-3.el7                                                      
13:40:32 #9 50.46   elfutils.aarch64 0:0.176-5.el7                                                
13:40:32 #9 50.46   emacs-filesystem.noarch 1:24.3-23.el7                                         
13:40:32 #9 50.46   file.aarch64 0:5.11-37.el7                                                    
13:40:32 #9 50.46   gdb.aarch64 0:7.6.1-120.el7                                                   
13:40:32 #9 50.46   groff-base.aarch64 0:1.22.2-8.el7                                             
13:40:32 #9 50.46   patch.aarch64 0:2.7.1-12.el7_7                                                
13:40:32 #9 50.46   perl.aarch64 4:5.16.3-299.el7_9                                               
13:40:32 #9 50.46   perl-Carp.noarch 0:1.26-244.el7                                               
13:40:32 #9 50.46   perl-Encode.aarch64 0:2.51-7.el7                                              
13:40:32 #9 50.46   perl-Exporter.noarch 0:5.68-3.el7                                             
13:40:32 #9 50.46   perl-File-Path.noarch 0:2.09-2.el7                                            
13:40:32 #9 50.46   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
13:40:32 #9 50.46   perl-Filter.aarch64 0:1.49-3.el7                                              
13:40:32 #9 50.46   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
13:40:32 #9 50.46   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
13:40:32 #9 50.46   perl-PathTools.aarch64 0:3.40-5.el7                                           
13:40:32 #9 50.46   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
13:40:32 #9 50.46   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
13:40:32 #9 50.46   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
13:40:32 #9 50.46   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
13:40:32 #9 50.46   perl-Scalar-List-Utils.aarch64 0:1.27-248.el7                                 
13:40:32 #9 50.46   perl-Socket.aarch64 0:2.010-5.el7                                             
13:40:32 #9 50.46   perl-Storable.aarch64 0:2.45-3.el7                                            
13:40:32 #9 50.46   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
13:40:32 #9 50.46   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
13:40:32 #9 50.46   perl-Time-HiRes.aarch64 4:1.9725-3.el7                                        
13:40:32 #9 50.46   perl-Time-Local.noarch 0:1.2300-2.el7                                         
13:40:32 #9 50.46   perl-constant.noarch 0:1.27-2.el7                                             
13:40:32 #9 50.46   perl-libs.aarch64 4:5.16.3-299.el7_9                                          
13:40:32 #9 50.46   perl-macros.aarch64 4:5.16.3-299.el7_9                                        
13:40:32 #9 50.46   perl-parent.noarch 1:0.225-244.el7                                            
13:40:32 #9 50.46   perl-podlators.noarch 0:2.5.1-3.el7                                           
13:40:32 #9 50.46   perl-srpm-macros.noarch 0:1-8.el7                                             
13:40:32 #9 50.46   perl-threads.aarch64 0:1.87-4.el7                                             
13:40:32 #9 50.46   perl-threads-shared.aarch64 0:1.43-6.el7                                      
13:40:32 #9 50.46   python-srpm-macros.noarch 0:3-34.el7                                          
13:40:32 #9 50.46   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
13:40:32 #9 50.46   unzip.aarch64 0:6.0-24.el7_9                                                  
13:40:32 #9 50.46   zip.aarch64 0:3.0-11.el7                                                      
13:40:32 #9 50.46 
13:40:32 #9 50.46 Dependency Updated:
13:40:32 #9 50.46   rpm.aarch64 0:4.11.3-48.el7_9       rpm-build-libs.aarch64 0:4.11.3-48.el7_9 
13:40:32 #9 50.46   rpm-libs.aarch64 0:4.11.3-48.el7_9  rpm-python.aarch64 0:4.11.3-48.el7_9     
13:40:32 #9 50.46 
13:40:32 #24 0.189 Building static docker-windows-amd64.exe
13:40:32 #24 0.222 + cat ./cli/winresources/versioninfo.json
13:40:32 #24 0.222 {
13:40:32 #24 0.222   "FixedFileInfo":
13:40:32 #24 0.222   {
13:40:32 #24 0.222     "FileVersion": {
13:40:32 #24 0.222       "Major": 0,
13:40:32 #24 0.222       "Minor": 0,
13:40:32 #24 0.222       "Patch": 0,
13:40:32 #24 0.222       "Build": 0
13:40:32 #24 0.222     },
13:40:32 #24 0.222     "FileFlagsMask": "3f",
13:40:32 #24 0.222     "FileFlags ": "00",
13:40:32 #24 0.222     "FileOS": "040004",
13:40:32 #24 0.222     "FileType": "01",
13:40:32 #24 0.222     "FileSubType": "00"
13:40:32 #24 0.222   },
13:40:32 #24 0.222   "StringFileInfo":
13:40:32 #24 0.222   {
13:40:32 #24 0.222     "Comments": "",
13:40:32 #24 0.222     "CompanyName": "",
13:40:32 #24 0.222     "FileDescription": "Docker Client",
13:40:32 #24 0.222     "FileVersion": "0.0.0-20220503081348-bfa9b40",
13:40:32 #24 0.222     "InternalName": "",
13:40:32 #24 0.222     "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
13:40:32 #24 0.222     "LegalTrademarks": "",
13:40:32 #24 0.222     "OriginalFilename": "docker-windows-amd64.exe",
13:40:32 #24 0.222     "PrivateBuild": "",
13:40:32 #24 0.222     "ProductName": "Docker Client",
13:40:32 #24 0.222     "ProductVersion": "0.0.0-20220503081348-bfa9b40",
13:40:32 #24 0.222     "SpecialBuild": "bfa9b40"
13:40:32 #24 0.222   },
13:40:32 #24 0.222   "VarFileInfo":
13:40:32 #24 0.222   {
13:40:32 #24 0.222     "Translation": {
13:40:32 #24 0.222       "LangID": "0409",
13:40:32 #24 0.222       "CharsetID": "04B0"
13:40:32 #24 0.222     }
13:40:32 #24 0.222   }
13:40:32 #24 0.222 }
13:40:32 #24 0.222 + go generate -v github.com/docker/cli/cmd/docker
13:40:32 #24 0.225 cmd/docker/aliases.go
13:40:32 #24 0.225 cmd/docker/builder.go
13:40:32 #24 0.225 cmd/docker/builder_test.go
13:40:32 #24 0.225 cmd/docker/docker.go
13:40:32 #24 0.225 cmd/docker/docker_test.go
13:40:32 #24 0.225 cmd/docker/docker_windows_amd64.go
13:40:32 #24 0.266 + go build -o /out/docker-windows-amd64.exe -tags ' osusergo' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:40:32Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40"' github.com/docker/cli/cmd/docker
13:40:32 #8 25.91 Unpacking g++-10 (10.2.1-6) ...
13:40:32 #8 42.54 Preparing to unpack .../222-libdistro-info-perl_1.0_all.deb ...
13:40:32 #8 42.55 Unpacking libdistro-info-perl (1.0) ...
13:40:32 #8 42.58 Selecting previously unselected package libemail-address-xs-perl.
13:40:32 #8 42.58 Preparing to unpack .../223-libemail-address-xs-perl_1.04-1+b3_amd64.deb ...
13:40:32 #8 42.59 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
13:40:32 #8 42.62 Selecting previously unselected package libfcgi0ldbl:amd64.
13:40:32 #8 42.62 Preparing to unpack .../224-libfcgi0ldbl_2.4.2-2_amd64.deb ...
13:40:32 #8 42.62 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
13:40:32 #8 42.66 Selecting previously unselected package libfcgi-bin.
13:40:32 #8 42.66 Preparing to unpack .../225-libfcgi-bin_2.4.2-2_amd64.deb ...
13:40:32 #8 42.66 Unpacking libfcgi-bin (2.4.2-2) ...
13:40:32 #8 42.69 Selecting previously unselected package libfcgi-perl:amd64.
13:40:32 #8 42.69 Preparing to unpack .../226-libfcgi-perl_0.79+ds-2_amd64.deb ...
13:40:32 #8 42.70 Unpacking libfcgi-perl:amd64 (0.79+ds-2) ...
13:40:32 #8 42.73 Selecting previously unselected package libipc-system-simple-perl.
13:40:32 #8 42.73 Preparing to unpack .../227-libipc-system-simple-perl_1.30-1_all.deb ...
13:40:32 #8 42.74 Unpacking libipc-system-simple-perl (1.30-1) ...
13:40:32 #8 42.77 Selecting previously unselected package libfile-basedir-perl.
13:40:32 #9 30.13 Selecting previously unselected package libgdbm6:armhf.
13:40:32 #9 30.13 Preparing to unpack .../004-libgdbm6_1.19-2_armhf.deb ...
13:40:32 #9 30.13 Unpacking libgdbm6:armhf (1.19-2) ...
13:40:32 #9 30.18 Selecting previously unselected package libpipeline1:armhf.
13:40:32 #9 30.18 Preparing to unpack .../005-libpipeline1_1.5.3-1build1_armhf.deb ...
13:40:32 #9 30.19 Unpacking libpipeline1:armhf (1.5.3-1build1) ...
13:40:32 #9 30.25 Selecting previously unselected package man-db.
13:40:32 #9 30.25 Preparing to unpack .../006-man-db_2.9.4-2_armhf.deb ...
13:40:32 #9 44.94 Setting up libstring-copyright-perl (0.003012-1) ...
13:40:32 #9 44.96 Setting up python3-debian (0.1.43ubuntu1) ...
13:40:32 #8 34.62 Unpacking libheimbase1-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:32 #8 34.67 Selecting previously unselected package libhcrypto4-heimdal:armhf.
13:40:32 #8 34.67 Preparing to unpack .../088-libhcrypto4-heimdal_7.5.0+dfsg-1_armhf.deb ...
13:40:32 #8 34.71 Unpacking libhcrypto4-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:32 #8 34.77 Selecting previously unselected package libwind0-heimdal:armhf.
13:40:32 #8 34.77 Preparing to unpack .../089-libwind0-heimdal_7.5.0+dfsg-1_armhf.deb ...
13:40:32 #8 34.77 Unpacking libwind0-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:32 #8 34.81 Selecting previously unselected package libhx509-5-heimdal:armhf.
13:40:32 #8 34.81 Preparing to unpack .../090-libhx509-5-heimdal_7.5.0+dfsg-1_armhf.deb ...
13:40:32 #8 34.82 Unpacking libhx509-5-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:32 #8 34.88 Selecting previously unselected package libkrb5-26-heimdal:armhf.
13:40:32 #8 34.88 Preparing to unpack .../091-libkrb5-26-heimdal_7.5.0+dfsg-1_armhf.deb ...
13:40:32 #9 24.38 Selecting previously unselected package libmagic1:armhf.
13:40:32 #9 24.38 Preparing to unpack .../025-libmagic1_1%3a5.41-3_armhf.deb ...
13:40:32 #9 24.39 Unpacking libmagic1:armhf (1:5.41-3) ...
13:40:32 #9 24.43 Selecting previously unselected package file.
13:40:32 #9 24.43 Preparing to unpack .../026-file_1%3a5.41-3_armhf.deb ...
13:40:32 #9 24.44 Unpacking file (1:5.41-3) ...
13:40:32 #9 44.55 Setting up m4 (1.4.18-5ubuntu1) ...
13:40:32 #9 44.56 Setting up libldap-2.5-0:amd64 (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:32 #9 44.57 Setting up ca-certificates (20210119ubuntu1) ...
13:40:32 #9 31.26 Selecting previously unselected package binutils.
13:40:32 #9 31.26 Preparing to unpack .../073-binutils_2.34-6ubuntu1.3_armhf.deb ...
13:40:32 #9 31.26 Unpacking binutils (2.34-6ubuntu1.3) ...
13:40:32 #9 31.30 Selecting previously unselected package libc-dev-bin.
13:40:32 #9 31.30 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.7_armhf.deb ...
13:40:32 #9 31.32 Unpacking libc-dev-bin (2.31-0ubuntu9.7) ...
13:40:32 #9 31.37 Selecting previously unselected package linux-libc-dev:armhf.
13:40:32 #9 31.37 Preparing to unpack .../075-linux-libc-dev_5.4.0-109.123_armhf.deb ...
13:40:32 #9 31.38 Unpacking linux-libc-dev:armhf (5.4.0-109.123) ...
13:40:32 #9 42.95 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
13:40:32 #9 42.96 Setting up libltdl7:amd64 (2.4.6-14) ...
13:40:32 #9 42.98 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
13:40:32 #9 42.99 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:32 #9 43.00 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:32 #9 43.02 Setting up python-apt-common (2.0.0ubuntu0.20.04.7) ...
13:40:32 #9 43.04 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
13:40:32 #9 43.05 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
13:40:32 #9 43.06 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
13:40:32 #9 43.07 Setting up git-man (1:2.25.1-1ubuntu3.4) ...
13:40:32 #9 43.08 Setting up libisl22:amd64 (0.22.1-1) ...
13:40:32 #9 43.09 Setting up netbase (6.1) ...
13:40:32 #9 43.12 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
13:40:32 #9 43.13 Setting up libmpdec2:amd64 (2.4.2-3) ...
13:40:32 #8 45.52 Preparing to unpack .../295-libtype-tiny-xs-perl_0.014-1+b1_amd64.deb ...
13:40:32 #8 45.53 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
13:40:32 #8 45.56 Selecting previously unselected package libunicode-utf8-perl.
13:40:32 #8 45.57 Preparing to unpack .../296-libunicode-utf8-perl_0.62-1_amd64.deb ...
13:40:32 #8 45.57 Unpacking libunicode-utf8-perl (0.62-1) ...
13:40:32 #8 45.60 Selecting previously unselected package libunwind8:amd64.
13:40:32 #8 45.61 Preparing to unpack .../297-libunwind8_1.2.1-10~deb10u1_amd64.deb ...
13:40:32 #8 45.61 Unpacking libunwind8:amd64 (1.2.1-10~deb10u1) ...
13:40:32 #8 45.65 Selecting previously unselected package libwrap0:amd64.
13:40:32 #8 45.65 Preparing to unpack .../298-libwrap0_7.6.q-28_amd64.deb ...
13:40:32 #8 45.66 Unpacking libwrap0:amd64 (7.6.q-28) ...
13:40:32 #8 45.71 Selecting previously unselected package libxau6:amd64.
13:40:32 #8 45.71 Preparing to unpack .../299-libxau6_1%3a1.0.8-1+b2_amd64.deb ...
13:40:32 #8 45.72 Unpacking libxau6:amd64 (1:1.0.8-1+b2) ...
13:40:32 #8 45.76 Selecting previously unselected package libxdmcp6:amd64.
13:40:32 #9 50.08 Processing triggers for libc-bin (2.35-0ubuntu3) ...
13:40:32 #9 50.11 Processing triggers for ca-certificates (20211016) ...
13:40:32 #9 50.12 Updating certificates in /etc/ssl/certs...
13:40:32 #9 50.46 Complete!
13:40:32 #8 42.77 Preparing to unpack .../228-libfile-basedir-perl_0.08-1_all.deb ...
13:40:32 #8 42.77 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:32 #8 42.80 Selecting previously unselected package libfile-chdir-perl.
13:40:32 #8 42.80 Preparing to unpack .../229-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:40:32 #8 42.81 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:40:32 #8 42.84 Selecting previously unselected package libfile-fcntllock-perl.
13:40:32 #8 42.84 Preparing to unpack .../230-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ...
13:40:32 #8 42.85 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
13:40:32 #8 42.88 Selecting previously unselected package libnumber-compare-perl.
13:40:32 #8 42.88 Preparing to unpack .../231-libnumber-compare-perl_0.03-1.1_all.deb ...
13:40:32 #8 42.88 Unpacking libnumber-compare-perl (0.03-1.1) ...
13:40:32 #8 42.91 Selecting previously unselected package libtext-glob-perl.
13:40:32 #8 42.92 Preparing to unpack .../232-libtext-glob-perl_0.11-1_all.deb ...
13:40:32 #8 42.92 Unpacking libtext-glob-perl (0.11-1) ...
13:40:32 #8 42.95 Selecting previously unselected package libfile-find-rule-perl.
13:40:32 #8 42.96 Preparing to unpack .../233-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:32 #8 42.96 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:32 #8 42.99 Selecting previously unselected package libfont-afm-perl.
13:40:32 #9 30.26 Unpacking man-db (2.9.4-2) ...
13:40:32 #9 30.47 Selecting previously unselected package perl-modules-5.32.
13:40:32 #9 30.47 Preparing to unpack .../007-perl-modules-5.32_5.32.1-3ubuntu3_all.deb ...
13:40:32 #9 30.47 Unpacking perl-modules-5.32 (5.32.1-3ubuntu3) ...
13:40:32 #9 49.41 Selecting previously unselected package libtime-moment-perl.
13:40:32 #9 49.41 Preparing to unpack .../320-libtime-moment-perl_0.44-1build4_arm64.deb ...
13:40:32 #9 49.42 Unpacking libtime-moment-perl (0.44-1build4) ...
13:40:32 #9 49.61 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:32 #9 49.61 Preparing to unpack .../321-libtype-tiny-xs-perl_0.022-1_arm64.deb ...
13:40:32 #9 49.65 Unpacking libtype-tiny-xs-perl (0.022-1) ...
13:40:32 #9 45.13 Setting up python3-requests (2.25.1+dfsg-2) ...
13:40:32 #9 45.29 Setting up libdata-optlist-perl (0.112-1) ...
13:40:32 #9 45.30 Setting up libipc-run-perl (20200505.0-1) ...
13:40:32 #9 45.31 Setting up git (1:2.34.1-1ubuntu1.2) ...
13:40:32 #9 45.33 Setting up libtext-xslate-perl:amd64 (3.5.9-1build1) ...
13:40:32 #9 45.34 Setting up libcontextual-return-perl (0.004014-2) ...
13:40:32 #9 45.35 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:32 #8 34.89 Unpacking libkrb5-26-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:32 #8 34.96 Selecting previously unselected package libheimntlm0-heimdal:armhf.
13:40:32 #8 34.96 Preparing to unpack .../092-libheimntlm0-heimdal_7.5.0+dfsg-1_armhf.deb ...
13:40:32 #8 34.96 Unpacking libheimntlm0-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:32 #8 35.01 Selecting previously unselected package libgssapi3-heimdal:armhf.
13:40:32 #8 35.01 Preparing to unpack .../093-libgssapi3-heimdal_7.5.0+dfsg-1_armhf.deb ...
13:40:32 #8 35.01 Unpacking libgssapi3-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:32 #8 35.06 Selecting previously unselected package libsasl2-modules-db:armhf.
13:40:32 #8 35.06 Preparing to unpack .../094-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
13:40:32 #8 35.06 Unpacking libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:32 #8 35.11 Selecting previously unselected package libsasl2-2:armhf.
13:40:32 #8 35.11 Preparing to unpack .../095-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
13:40:32 #8 35.12 Unpacking libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:33 #9 24.84 Selecting previously unselected package gettext-base.
13:40:33 #9 24.84 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_armhf.deb ...
13:40:33 #9 24.84 Unpacking gettext-base (0.21-4ubuntu4) ...
13:40:33 #9 24.90 Selecting previously unselected package libuchardet0:armhf.
13:40:33 #9 24.90 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_armhf.deb ...
13:40:33 #9 24.90 Unpacking libuchardet0:armhf (0.0.7-1build2) ...
13:40:33 #13 14.22   Running scriptlet: selinux-policy-minimum-3.14.3-97.el8.noarch          41/73 
13:40:33 #13 15.50   Installing       : selinux-policy-minimum-3.14.3-97.el8.noarch          41/73 
13:40:33 #9 44.94 Updating certificates in /etc/ssl/certs...
13:40:33 #9 31.66 Selecting previously unselected package libcrypt-dev:armhf.
13:40:33 #9 31.66 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_armhf.deb ...
13:40:33 #9 31.66 Unpacking libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
13:40:33 #9 31.74 Selecting previously unselected package libc6-dev:armhf.
13:40:33 #9 31.74 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.7_armhf.deb ...
13:40:33 #9 31.75 Unpacking libc6-dev:armhf (2.31-0ubuntu9.7) ...
13:40:33 #9 43.14 Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ...
13:40:33 #9 43.15 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
13:40:33 #9 43.16 Setting up libc-dev-bin (2.31-0ubuntu9.7) ...
13:40:33 #9 43.17 Setting up openssl (1.1.1f-1ubuntu2.12) ...
13:40:33 #9 43.19 Setting up libbsd0:amd64 (0.10.0-1) ...
13:40:33 #9 43.22 Setting up libelf1:amd64 (0.176-1.1build1) ...
13:40:33 #9 43.23 Setting up readline-common (8.0-4) ...
13:40:33 #9 43.25 Setting up publicsuffix (20200303.0012-1) ...
13:40:33 #9 43.26 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:33 #9 43.28 Setting up iso-codes (4.4-1) ...
13:40:33 #9 43.29 Setting up liblocale-gettext-perl (1.07-4) ...
13:40:33 #9 43.31 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:33 #9 43.32 Setting up dctrl-tools (2.24-3) ...
13:40:33 #9 43.34 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:33 #9 43.36 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:33 #9 43.37 Setting up libgdbm6:amd64 (1.18.1-5) ...
13:40:33 #9 43.39 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:33 #9 43.41 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
13:40:33 #9 43.42 Setting up libctf0:amd64 (2.34-6ubuntu1.3) ...
13:40:33 #9 43.44 Setting up pinentry-curses (1.1.0-3build1) ...
13:40:33 #9 43.47 Setting up manpages-dev (5.05-1) ...
13:40:33 #8 45.76 Preparing to unpack .../300-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
13:40:33 #8 45.76 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
13:40:33 #8 45.80 Selecting previously unselected package libxcb1:amd64.
13:40:33 #8 45.80 Preparing to unpack .../301-libxcb1_1.13.1-2_amd64.deb ...
13:40:33 #8 45.81 Unpacking libxcb1:amd64 (1.13.1-2) ...
13:40:33 #8 45.84 Selecting previously unselected package libx11-data.
13:40:33 #8 45.84 Preparing to unpack .../302-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
13:40:33 #8 45.85 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
13:40:33 #8 45.92 Selecting previously unselected package libx11-6:amd64.
13:40:33 #8 45.93 Preparing to unpack .../303-libx11-6_2%3a1.6.7-1+deb10u2_amd64.deb ...
13:40:33 #8 45.93 Unpacking libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
13:40:33 #8 46.02 Selecting previously unselected package libxext6:amd64.
13:40:33 #8 46.02 Preparing to unpack .../304-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
13:40:33 #8 46.02 Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
13:40:33 #8 46.06 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:33 #8 46.06 Preparing to unpack .../305-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:40:33 #8 46.07 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:40:33 #8 46.10 Selecting previously unselected package libxml-sax-base-perl.
13:40:33 #8 46.10 Preparing to unpack .../306-libxml-sax-base-perl_1.09-1_all.deb ...
13:40:33 #8 46.10 Unpacking libxml-sax-base-perl (1.09-1) ...
13:40:33 #8 46.15 Selecting previously unselected package libxml-sax-perl.
13:40:33 #8 45.29 Setting up libmpc3:amd64 (1.1.0-1) ...
13:40:33 #8 45.30 Setting up libc-dev-bin (2.27-3ubuntu1.5) ...
13:40:33 #8 45.31 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
13:40:33 #8 45.32 Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
13:40:33 #8 45.33 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
13:40:33 #8 45.34 Setting up bsdmainutils (11.1.2ubuntu1) ...
13:40:33 #8 45.36 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:40:33 #8 45.36 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
13:40:33 #8 45.36 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:40:33 #8 45.36 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
13:40:33 #8 45.37 Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:33 #8 45.40 Setting up ca-certificates (20210119~18.04.2) ...
13:40:33 #8 43.00 Preparing to unpack .../234-libfont-afm-perl_1.20-3_all.deb ...
13:40:33 #8 43.00 Unpacking libfont-afm-perl (1.20-3) ...
13:40:33 #8 43.03 Selecting previously unselected package libio-string-perl.
13:40:33 #8 43.04 Preparing to unpack .../235-libio-string-perl_1.08-3.1_all.deb ...
13:40:33 #8 43.04 Unpacking libio-string-perl (1.08-3.1) ...
13:40:33 #8 43.07 Selecting previously unselected package libfont-ttf-perl.
13:40:33 #8 43.07 Preparing to unpack .../236-libfont-ttf-perl_1.06-1.1_all.deb ...
13:40:33 #8 43.08 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:40:33 #8 43.14 Selecting previously unselected package libio-stringy-perl.
13:40:33 #8 43.14 Preparing to unpack .../237-libio-stringy-perl_2.111-3_all.deb ...
13:40:33 #8 43.15 Unpacking libio-stringy-perl (2.111-3) ...
13:40:33 #8 43.18 Selecting previously unselected package libparams-validate-perl:amd64.
13:40:33 #8 43.18 Preparing to unpack .../238-libparams-validate-perl_1.30-1+b1_amd64.deb ...
13:40:33 #8 43.19 Unpacking libparams-validate-perl:amd64 (1.30-1+b1) ...
13:40:33 #8 43.22 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:33 #8 43.22 Preparing to unpack .../239-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
13:40:33 #8 43.23 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
13:40:33 #8 43.26 Selecting previously unselected package libsort-versions-perl.
13:40:33 #9 30.83 Selecting previously unselected package libgdbm-compat4:armhf.
13:40:33 #9 30.83 Preparing to unpack .../008-libgdbm-compat4_1.19-2_armhf.deb ...
13:40:33 #8 26.67 Selecting previously unselected package g++.
13:40:33 #8 26.67 Preparing to unpack .../053-g++_4%3a10.2.1-1_armhf.deb ...
13:40:33 #8 26.67 Unpacking g++ (4:10.2.1-1) ...
13:40:33 #8 26.70 Selecting previously unselected package make.
13:40:33 #8 26.70 Preparing to unpack .../054-make_4.3-4.1_armhf.deb ...
13:40:33 #8 26.72 Unpacking make (4.3-4.1) ...
13:40:33 #9 45.36 Setting up libtypes-serialiser-perl (1.01-1) ...
13:40:33 #9 45.37 Setting up g++ (4:11.2.0-1ubuntu1) ...
13:40:33 #9 45.41 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:33 #9 45.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
13:40:33 #9 45.42 Setting up libhtml-parser-perl:amd64 (3.76-1build2) ...
13:40:33 #9 45.44 Setting up libgit-wrapper-perl (0.048-1) ...
13:40:33 #9 45.45 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
13:40:33 #9 45.47 Setting up librole-tiny-perl (2.002004-1) ...
13:40:33 #9 45.48 Setting up gnupg (2.2.27-3ubuntu2) ...
13:40:33 #9 45.50 Setting up build-essential (12.9ubuntu3) ...
13:40:33 #9 45.52 Setting up libfont-ttf-perl (1.06-1.1) ...
13:40:33 #9 45.53 Setting up libfile-homedir-perl (1.006-1) ...
13:40:33 #9 45.55 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
13:40:33 #9 45.56 Setting up libio-socket-ssl-perl (2.074-2) ...
13:40:33 #9 49.91 Selecting previously unselected package libunicode-utf8-perl.
13:40:33 #9 49.91 Preparing to unpack .../322-libunicode-utf8-perl_0.62-1build2_arm64.deb ...
13:40:33 #9 49.96 Unpacking libunicode-utf8-perl (0.62-1build2) ...
13:40:33 #8 35.15 Selecting previously unselected package libldap-common.
13:40:33 #8 35.15 Preparing to unpack .../096-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ...
13:40:33 #8 35.16 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
13:40:33 #8 35.20 Selecting previously unselected package libldap-2.4-2:armhf.
13:40:33 #8 35.20 Preparing to unpack .../097-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_armhf.deb ...
13:40:33 #8 35.20 Unpacking libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.10) ...
13:40:33 #8 35.27 Selecting previously unselected package libnghttp2-14:armhf.
13:40:33 #8 35.27 Preparing to unpack .../098-libnghttp2-14_1.30.0-1ubuntu1_armhf.deb ...
13:40:33 #8 35.28 Unpacking libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
13:40:33 #8 35.34 Selecting previously unselected package librtmp1:armhf.
13:40:33 #8 35.34 Preparing to unpack .../099-librtmp1_2.4+20151223.gitfa8646d.1-1_armhf.deb ...
13:40:33 #8 35.35 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
13:40:33 #8 35.42 Selecting previously unselected package libcurl4:armhf.
13:40:33 #8 35.42 Preparing to unpack .../100-libcurl4_7.58.0-2ubuntu3.17_armhf.deb ...
13:40:33 #9 24.94 Selecting previously unselected package groff-base.
13:40:33 #9 24.94 Preparing to unpack .../029-groff-base_1.22.4-8build1_armhf.deb ...
13:40:33 #9 24.95 Unpacking groff-base (1.22.4-8build1) ...
13:40:33 #9 25.06 Selecting previously unselected package libcbor0.8:armhf.
13:40:33 #9 25.06 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ...
13:40:33 #9 25.07 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ...
13:40:33 #9 25.11 Selecting previously unselected package libedit2:armhf.
13:40:33 #9 25.11 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_armhf.deb ...
13:40:33 #9 25.12 Unpacking libedit2:armhf (3.1-20210910-1build1) ...
13:40:33 #9 45.34 128 added, 0 removed; done.
13:40:33 #9 45.40 Setting up libfreetype6:amd64 (2.10.4+dfsg-1build1) ...
13:40:33 #11 6.805 Unpacking bash-completion (1:2.8-1ubuntu1) ...
13:40:33 #11 6.929 Selecting previously unselected package cmake-data.
13:40:33 #11 6.931 Preparing to unpack .../01-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
13:40:33 #11 6.937 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
13:40:33 #9 43.50 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
13:40:33 #9 43.51 Setting up libxcb1:amd64 (1.14-2) ...
13:40:33 #9 43.52 Setting up at (3.1.23-1ubuntu1) ...
13:40:33 #9 43.68 invoke-rc.d: could not determine current runlevel
13:40:33 #9 43.69 invoke-rc.d: policy-rc.d denied execution of start.
13:40:33 #9 43.69 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
13:40:33 #9 43.70 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:33 #9 43.72 Setting up libedit2:amd64 (3.1-20191231-1) ...
13:40:33 #13 0.930 Last metadata expiration check: 0:00:14 ago on Wed May  4 13:40:19 2022.
13:40:33 #8 46.15 Preparing to unpack .../307-libxml-sax-perl_1.00+dfsg-1_all.deb ...
13:40:33 #8 46.16 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
13:40:33 #8 46.20 Selecting previously unselected package libxml-libxml-perl.
13:40:33 #8 46.21 Preparing to unpack .../308-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ...
13:40:33 #8 46.21 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
13:40:33 #8 46.28 Selecting previously unselected package libxml-sax-expat-perl.
13:40:33 #8 46.28 Preparing to unpack .../309-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:33 #8 46.29 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:33 #8 46.31 Selecting previously unselected package libxml-simple-perl.
13:40:33 #8 46.32 Preparing to unpack .../310-libxml-simple-perl_2.25-1_all.deb ...
13:40:33 #8 46.32 Unpacking libxml-simple-perl (2.25-1) ...
13:40:33 #8 46.35 Selecting previously unselected package libxmlrpc-lite-perl.
13:40:33 #8 46.36 Preparing to unpack .../311-libxmlrpc-lite-perl_0.717-2_all.deb ...
13:40:33 #8 46.36 Unpacking libxmlrpc-lite-perl (0.717-2) ...
13:40:33 #8 46.39 Selecting previously unselected package libxmuu1:amd64.
13:40:33 #9 50.53 0 added, 0 removed; done.
13:40:33 #9 50.53 Running hooks in /etc/ca-certificates/update.d...
13:40:33 #9 50.54 done.
13:40:33 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 15.2s
13:40:33 #8 43.26 Preparing to unpack .../240-libsort-versions-perl_1.62-1_all.deb ...
13:40:33 #8 43.26 Unpacking libsort-versions-perl (1.62-1) ...
13:40:33 #8 43.29 Selecting previously unselected package libgit-wrapper-perl.
13:40:33 #8 43.30 Preparing to unpack .../241-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:33 #8 43.30 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:33 #8 43.33 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:33 #8 43.33 Preparing to unpack .../242-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:40:33 #8 43.34 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:33 #8 43.37 Selecting previously unselected package libio-prompter-perl.
13:40:33 #8 43.37 Preparing to unpack .../243-libio-prompter-perl_0.004015-1_all.deb ...
13:40:33 #8 43.38 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:33 #8 43.41 Selecting previously unselected package libjson-perl.
13:40:33 #8 43.41 Preparing to unpack .../244-libjson-perl_4.03000-1_all.deb ...
13:40:33 #8 43.42 Unpacking libjson-perl (4.03000-1) ...
13:40:33 #8 43.45 Selecting previously unselected package liblog-any-perl.
13:40:33 #8 43.46 Preparing to unpack .../245-liblog-any-perl_1.709-1_all.deb ...
13:40:33 #8 43.46 Unpacking liblog-any-perl (1.709-1) ...
13:40:33 #8 43.50 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:33 #9 30.84 Unpacking libgdbm-compat4:armhf (1.19-2) ...
13:40:33 #9 30.89 Selecting previously unselected package libperl5.32:armhf.
13:40:33 #9 30.89 Preparing to unpack .../009-libperl5.32_5.32.1-3ubuntu3_armhf.deb ...
13:40:33 #9 30.89 Unpacking libperl5.32:armhf (5.32.1-3ubuntu3) ...
13:40:33 #9 DONE 51.2s
13:40:33 
13:40:33 #11 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
13:40:33 #11 sha256:9ef30d7d8c5cdd4ea8271f6dd4634f6ddb4a4b694a992a6852e347580e1fe048
13:40:33 #11 DONE 0.1s
13:40:33 
13:40:33 #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;     yum-builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
13:40:33 #12 sha256:dfb8180a38a3a137d8ce3c39857feda8208a0036b3f80c75953c34283c86cfd7
13:40:33 #8 26.82 Selecting previously unselected package libdpkg-perl.
13:40:33 #8 26.82 Preparing to unpack .../055-libdpkg-perl_1.20.9_all.deb ...
13:40:33 #8 26.83 Unpacking libdpkg-perl (1.20.9) ...
13:40:33 #8 26.99 Selecting previously unselected package patch.
13:40:33 #8 26.99 Preparing to unpack .../056-patch_2.7.6-7_armhf.deb ...
13:40:33 #8 27.00 Unpacking patch (2.7.6-7) ...
13:40:33 #8 27.06 Selecting previously unselected package dpkg-dev.
13:40:33 #8 27.06 Preparing to unpack .../057-dpkg-dev_1.20.9_all.deb ...
13:40:33 #8 27.06 Unpacking dpkg-dev (1.20.9) ...
13:40:33 #9 45.57 Setting up libsub-exporter-perl (0.988-1) ...
13:40:33 #9 45.59 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:33 #9 45.60 Setting up libhttp-message-perl (6.36-1) ...
13:40:33 #9 45.61 Setting up libdata-validate-ip-perl (0.30-1) ...
13:40:33 #9 45.63 Setting up libhtml-form-perl (6.07-1) ...
13:40:33 #9 45.64 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:40:33 #9 45.65 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
13:40:33 #9 45.66 Setting up libjson-xs-perl (4.030-1build3) ...
13:40:33 #9 45.67 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:33 #9 45.69 Setting up libio-prompter-perl (0.004015-1) ...
13:40:33 #9 45.70 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:40:33 #9 45.71 Setting up libhttp-cookies-perl (6.10-1) ...
13:40:33 #9 45.72 Setting up po-debconf (1.0.21+nmu1) ...
13:40:33 #9 45.73 Setting up libhtml-tree-perl (5.07-2) ...
13:40:33 #9 45.75 Setting up libparams-classify-perl (0.015-1build5) ...
13:40:33 #9 45.76 Setting up libhtml-format-perl (2.12-1.1) ...
13:40:33 #9 45.77 Setting up libxml-sax-perl (1.02+dfsg-3) ...
13:40:33 #9 45.82 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:33 #9 50.17 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:33 #9 50.17 Preparing to unpack .../323-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:40:33 #9 50.20 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:40:33 #8 35.42 Unpacking libcurl4:armhf (7.58.0-2ubuntu3.17) ...
13:40:33 #8 35.51 Selecting previously unselected package curl.
13:40:33 #8 35.51 Preparing to unpack .../101-curl_7.58.0-2ubuntu3.17_armhf.deb ...
13:40:33 #8 35.51 Unpacking curl (7.58.0-2ubuntu3.17) ...
13:40:33 #8 35.58 Selecting previously unselected package dctrl-tools.
13:40:33 #8 35.58 Preparing to unpack .../102-dctrl-tools_2.24-2build1_armhf.deb ...
13:40:33 #8 35.59 Unpacking dctrl-tools (2.24-2build1) ...
13:40:33 #8 35.64 Selecting previously unselected package libtool.
13:40:33 #8 35.64 Preparing to unpack .../103-libtool_2.4.6-2_all.deb ...
13:40:33 #8 35.65 Unpacking libtool (2.4.6-2) ...
13:40:33 #8 35.71 Selecting previously unselected package dh-autoreconf.
13:40:33 #8 35.71 Preparing to unpack .../104-dh-autoreconf_17_all.deb ...
13:40:33 #9 25.17 Selecting previously unselected package libfido2-1:armhf.
13:40:33 #9 25.17 Preparing to unpack .../032-libfido2-1_1.10.0-1_armhf.deb ...
13:40:33 #9 25.18 Unpacking libfido2-1:armhf (1.10.0-1) ...
13:40:33 #9 25.29 Selecting previously unselected package libnghttp2-14:armhf.
13:40:33 #9 25.29 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_armhf.deb ...
13:40:33 #9 25.29 Unpacking libnghttp2-14:armhf (1.43.0-1build3) ...
13:40:33 #9 25.34 Selecting previously unselected package libpipeline1:armhf.
13:40:33 #9 45.42 Setting up libgdbm-compat4:amd64 (1.19-2) ...
13:40:33 #9 45.44 Setting up libperl5.32:amd64 (5.32.1-3ubuntu3) ...
13:40:33 #9 45.45 Setting up libgcc-11-dev:amd64 (11.2.0-7ubuntu2) ...
13:40:33 #9 45.46 Setting up dwz (0.14-1build1) ...
13:40:33 #9 45.48 Setting up groff-base (1.22.4-7) ...
13:40:33 #9 45.51 Setting up cpp (4:11.2.0-1ubuntu1) ...
13:40:33 #9 45.53 Setting up gpgconf (2.2.20-1ubuntu4) ...
13:40:33 #9 45.54 Setting up debugedit (1:5.0-0ubuntu2) ...
13:40:33 #9 45.55 Setting up libcurl4:amd64 (7.74.0-1.3ubuntu2.1) ...
13:40:33 #9 45.57 Setting up libc6-dev:amd64 (2.34-0ubuntu3.2) ...
13:40:33 #9 45.59 Setting up libx11-6:amd64 (2:1.7.2-1) ...
13:40:33 #9 45.61 Setting up libtiff5:amd64 (4.3.0-1) ...
13:40:33 #11 7.256 Selecting previously unselected package liblzo2-2:arm64.
13:40:33 #11 7.259 Preparing to unpack .../02-liblzo2-2_2.08-1.2_arm64.deb ...
13:40:33 #11 7.262 Unpacking liblzo2-2:arm64 (2.08-1.2) ...
13:40:33 #11 7.299 Selecting previously unselected package libarchive13:arm64.
13:40:33 #11 7.301 Preparing to unpack .../03-libarchive13_3.2.2-3.1ubuntu0.7_arm64.deb ...
13:40:33 #11 7.308 Unpacking libarchive13:arm64 (3.2.2-3.1ubuntu0.7) ...
13:40:33 #11 7.357 Selecting previously unselected package libjsoncpp1:arm64.
13:40:33 #11 7.359 Preparing to unpack .../04-libjsoncpp1_1.7.4-3_arm64.deb ...
13:40:33 #11 7.362 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
13:40:33 #11 7.405 Selecting previously unselected package librhash0:arm64.
13:40:33 #9 43.73 Setting up libreadline8:amd64 (8.0-4) ...
13:40:33 #9 43.74 Setting up m4 (1.4.18-4) ...
13:40:33 #9 43.75 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:33 #9 43.77 Setting up ca-certificates (20210119~20.04.2) ...
13:40:33 #9 32.22 Selecting previously unselected package gcc-9-base:armhf.
13:40:33 #9 32.22 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:40:33 #9 32.22 Unpacking gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:40:33 #9 32.31 Selecting previously unselected package libisl22:armhf.
13:40:33 #9 32.31 Preparing to unpack .../079-libisl22_0.22.1-1_armhf.deb ...
13:40:33 #9 32.31 Unpacking libisl22:armhf (0.22.1-1) ...
13:40:33 #8 43.50 Preparing to unpack .../246-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:40:33 #8 43.50 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:40:33 #8 43.53 Selecting previously unselected package libpackage-stash-perl.
13:40:33 #8 43.53 Preparing to unpack .../247-libpackage-stash-perl_0.39-1_all.deb ...
13:40:33 #8 43.54 Unpacking libpackage-stash-perl (0.39-1) ...
13:40:33 #8 43.59 Selecting previously unselected package libsub-identify-perl.
13:40:33 #8 43.59 Preparing to unpack .../248-libsub-identify-perl_0.14-1+b3_amd64.deb ...
13:40:33 #8 43.59 Unpacking libsub-identify-perl (0.14-1+b3) ...
13:40:33 #8 43.63 Selecting previously unselected package libsub-name-perl.
13:40:33 #8 43.63 Preparing to unpack .../249-libsub-name-perl_0.26-1+b1_amd64.deb ...
13:40:33 #8 43.64 Unpacking libsub-name-perl (0.26-1+b1) ...
13:40:33 #8 43.67 Selecting previously unselected package libnamespace-clean-perl.
13:40:33 #8 43.67 Preparing to unpack .../250-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:33 #8 43.67 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:33 #8 43.72 Selecting previously unselected package libpath-tiny-perl.
13:40:33 #8 43.72 Preparing to unpack .../251-libpath-tiny-perl_0.118-1_all.deb ...
13:40:33 #8 43.72 Unpacking libpath-tiny-perl (0.118-1) ...
13:40:33 #8 43.76 Selecting previously unselected package libtype-tiny-perl.
13:40:33 #8 46.40 Preparing to unpack .../312-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
13:40:33 #8 46.40 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:40:33 #8 46.44 Selecting previously unselected package libyaml-0-2:amd64.
13:40:33 #8 46.44 Preparing to unpack .../313-libyaml-0-2_0.2.1-1_amd64.deb ...
13:40:33 #8 46.45 Unpacking libyaml-0-2:amd64 (0.2.1-1) ...
13:40:33 #8 46.48 Selecting previously unselected package libyaml-libyaml-perl.
13:40:33 #8 46.49 Preparing to unpack .../314-libyaml-libyaml-perl_0.76+repack-1_amd64.deb ...
13:40:33 #8 46.49 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
13:40:33 #8 46.52 Selecting previously unselected package licensecheck.
13:40:33 #8 46.53 Preparing to unpack .../315-licensecheck_3.0.31-3_all.deb ...
13:40:33 #8 46.53 Unpacking licensecheck (3.0.31-3) ...
13:40:33 #8 46.56 Selecting previously unselected package t1utils.
13:40:33 #8 46.56 Preparing to unpack .../316-t1utils_1.41-3_amd64.deb ...
13:40:33 #8 46.57 Unpacking t1utils (1.41-3) ...
13:40:33 #8 46.61 Selecting previously unselected package lintian.
13:40:33 #8 46.61 Preparing to unpack .../317-lintian_2.15.0_all.deb ...
13:40:33 #8 46.61 Unpacking lintian (2.15.0) ...
13:40:33 #9 31.18 Selecting previously unselected package perl.
13:40:33 #9 31.18 Preparing to unpack .../010-perl_5.32.1-3ubuntu3_armhf.deb ...
13:40:33 #9 31.19 Unpacking perl (5.32.1-3ubuntu3) ...
13:40:33 #9 31.25 Selecting previously unselected package openssl.
13:40:33 #9 31.25 Preparing to unpack .../011-openssl_1.1.1l-1ubuntu1.2_armhf.deb ...
13:40:33 #9 31.25 Unpacking openssl (1.1.1l-1ubuntu1.2) ...
13:40:33 #9 31.33 Selecting previously unselected package ca-certificates.
13:40:33 #9 31.33 Preparing to unpack .../012-ca-certificates_20210119ubuntu1_all.deb ...
13:40:33 #9 31.33 Unpacking ca-certificates (20210119ubuntu1) ...
13:40:33 #9 31.40 Selecting previously unselected package distro-info-data.
13:40:33 #9 31.40 Preparing to unpack .../013-distro-info-data_0.51ubuntu1.2_all.deb ...
13:40:33 #8 45.74 Updating certificates in /etc/ssl/certs...
13:40:33 #8 27.23 Selecting previously unselected package build-essential.
13:40:33 #8 27.23 Preparing to unpack .../058-build-essential_12.9_armhf.deb ...
13:40:33 #8 27.24 Unpacking build-essential (12.9) ...
13:40:33 #8 27.29 Selecting previously unselected package libbrotli1:armhf.
13:40:33 #8 27.29 Preparing to unpack .../059-libbrotli1_1.0.9-2+b2_armhf.deb ...
13:40:33 #8 27.29 Unpacking libbrotli1:armhf (1.0.9-2+b2) ...
13:40:33 #8 27.37 Selecting previously unselected package libsasl2-modules-db:armhf.
13:40:33 #8 27.37 Preparing to unpack .../060-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
13:40:33 #9 45.88 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:33 #9 45.99 
13:40:33 #9 45.99 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:33 #9 46.04 Setting up dput (1.1.0ubuntu2) ...
13:40:33 #9 50.35 Selecting previously unselected package libxml-sax-base-perl.
13:40:33 #9 50.35 Preparing to unpack .../324-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:40:33 #9 50.36 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:40:33 #9 50.40 Selecting previously unselected package libxml-sax-perl.
13:40:33 #9 50.40 Preparing to unpack .../325-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:40:33 #9 50.42 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:40:33 #9 50.51 Selecting previously unselected package libxml-libxml-perl.
13:40:33 #9 50.52 Preparing to unpack .../326-libxml-libxml-perl_2.0134+dfsg-2build1_arm64.deb ...
13:40:33 #9 50.52 Unpacking libxml-libxml-perl (2.0134+dfsg-2build1) ...
13:40:33 #21 ...
13:40:33 
13:40:33 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:40:33 #16 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 34.8s done
13:40:33 #16 DONE 40.4s
13:40:33 
13:40:33 #21 [linux/amd64 goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
13:40:33 #21 DONE 4.3s
13:40:33 
13:40:33 #22 [linux/amd64->darwin/amd64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
13:40:33 #22 DONE 0.1s
13:40:33 
13:40:33 #23 [linux/amd64->darwin/amd64 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true
13:40:33 #8 35.72 Unpacking dh-autoreconf (17) ...
13:40:33 #8 35.76 Selecting previously unselected package libarchive-zip-perl.
13:40:33 #8 35.76 Preparing to unpack .../105-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
13:40:33 #8 35.76 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
13:40:33 #8 35.82 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:33 #8 35.82 Preparing to unpack .../106-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
13:40:33 #8 35.83 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
13:40:33 #8 35.87 Selecting previously unselected package libtimedate-perl.
13:40:33 #8 35.87 Preparing to unpack .../107-libtimedate-perl_2.3000-2_all.deb ...
13:40:33 #8 35.88 Unpacking libtimedate-perl (2.3000-2) ...
13:40:33 #8 35.93 Selecting previously unselected package dh-strip-nondeterminism.
13:40:33 #8 35.93 Preparing to unpack .../108-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
13:40:33 #9 25.34 Preparing to unpack .../034-libpipeline1_1.5.5-1_armhf.deb ...
13:40:33 #9 25.35 Unpacking libpipeline1:armhf (1.5.5-1) ...
13:40:33 #9 25.39 Selecting previously unselected package libpng16-16:armhf.
13:40:33 #9 25.39 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_armhf.deb ...
13:40:33 #9 25.40 Unpacking libpng16-16:armhf (1.6.37-3build5) ...
13:40:33 #9 25.44 Selecting previously unselected package libpsl5:armhf.
13:40:33 #9 25.44 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_armhf.deb ...
13:40:33 #9 25.44 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
13:40:33 #9 25.50 Selecting previously unselected package libxau6:armhf.
13:40:33 #9 25.50 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_armhf.deb ...
13:40:33 #9 25.50 Unpacking libxau6:armhf (1:1.0.9-1build5) ...
13:40:33 #9 25.54 Selecting previously unselected package libxdmcp6:armhf.
13:40:33 #9 25.54 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ...
13:40:33 #9 25.54 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
13:40:33 #9 25.58 Selecting previously unselected package libxcb1:armhf.
13:40:33 #9 25.58 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_armhf.deb ...
13:40:33 #9 45.62 Setting up curl (7.74.0-1.3ubuntu2.1) ...
13:40:33 #9 45.63 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu3) ...
13:40:33 #9 45.64 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
13:40:33 #9 45.66 Setting up gpg (2.2.20-1ubuntu4) ...
13:40:33 #9 45.67 Setting up libpython3.9-stdlib:amd64 (3.9.7-2build1) ...
13:40:33 #9 45.69 Setting up libpython3-stdlib:amd64 (3.9.4-1build1) ...
13:40:33 #9 45.71 Setting up gnupg-utils (2.2.20-1ubuntu4) ...
13:40:33 #9 45.72 Setting up binutils-x86-64-linux-gnu (2.37-7ubuntu1) ...
13:40:33 #9 45.73 Setting up gpg-agent (2.2.20-1ubuntu4) ...
13:40:33 #11 7.407 Preparing to unpack .../05-librhash0_1.3.6-2_arm64.deb ...
13:40:33 #11 7.411 Unpacking librhash0:arm64 (1.3.6-2) ...
13:40:33 #11 7.450 Selecting previously unselected package libuv1:arm64.
13:40:33 #11 7.452 Preparing to unpack .../06-libuv1_1.18.0-3_arm64.deb ...
13:40:33 #11 7.456 Unpacking libuv1:arm64 (1.18.0-3) ...
13:40:33 #11 7.487 Selecting previously unselected package cmake.
13:40:33 #11 7.490 Preparing to unpack .../07-cmake_3.10.2-1ubuntu2.18.04.2_arm64.deb ...
13:40:33 #11 7.494 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
13:40:33 #9 44.12 Updating certificates in /etc/ssl/certs...
13:40:33 #9 32.41 Selecting previously unselected package libmpfr6:armhf.
13:40:33 #9 32.41 Preparing to unpack .../080-libmpfr6_4.0.2-1_armhf.deb ...
13:40:33 #9 32.42 Unpacking libmpfr6:armhf (4.0.2-1) ...
13:40:33 #9 32.50 Selecting previously unselected package libmpc3:armhf.
13:40:33 #9 32.50 Preparing to unpack .../081-libmpc3_1.1.0-1_armhf.deb ...
13:40:33 #9 32.50 Unpacking libmpc3:armhf (1.1.0-1) ...
13:40:33 #13 ...
13:40:33 
13:40:33 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:33 #8 sha256:ab6157491c520784faebccc3717f5e1537aa160894e0b754af7ae47de8a1e3d8
13:40:33 #8 18.41 Setting up perl-base (5.28.1-6+deb10u1) ...
13:40:33 #8 18.49 (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 ... 7700 files and directories currently installed.)
13:40:33 #8 18.49 Preparing to unpack .../libc6_2.28-10+rpt2+rpi1_armhf.deb ...
13:40:33 #8 18.72 Unpacking libc6:armhf (2.28-10+rpt2+rpi1) over (2.28-10+rpi1+deb10u1) ...
13:40:33 #8 20.00 Setting up libc6:armhf (2.28-10+rpt2+rpi1) ...
13:40:33 #8 21.25 Selecting previously unselected package libbsd0:armhf.
13:40:33 #8 21.25 (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 ... 7700 files and directories currently installed.)
13:40:33 #8 21.25 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
13:40:33 #8 21.26 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
13:40:33 #8 21.33 Selecting previously unselected package libtinfo5:armhf.
13:40:33 #8 21.33 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u2_armhf.deb ...
13:40:33 #8 21.33 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
13:40:33 #8 21.39 Selecting previously unselected package bsdmainutils.
13:40:33 #8 21.39 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ...
13:40:33 #8 21.40 Unpacking bsdmainutils (11.1.2) ...
13:40:33 #8 21.46 Selecting previously unselected package libuchardet0:armhf.
13:40:33 #8 21.46 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ...
13:40:33 #8 21.48 Unpacking libuchardet0:armhf (0.0.6-3) ...
13:40:33 #8 21.52 Selecting previously unselected package groff-base.
13:40:33 #8 21.52 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ...
13:40:33 #8 21.52 Unpacking groff-base (1.22.4-3+deb10u1) ...
13:40:33 #8 21.69 Selecting previously unselected package libgdbm6:armhf.
13:40:33 #8 21.69 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ...
13:40:33 #8 21.69 Unpacking libgdbm6:armhf (1.18.1-4) ...
13:40:33 #8 21.75 Selecting previously unselected package libpipeline1:armhf.
13:40:33 #8 21.75 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ...
13:40:33 #8 21.75 Unpacking libpipeline1:armhf (1.5.1-2) ...
13:40:33 #8 21.86 Selecting previously unselected package man-db.
13:40:33 #8 21.86 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ...
13:40:33 #8 21.87 Unpacking man-db (2.8.5-2) ...
13:40:33 #8 22.10 Selecting previously unselected package perl-modules-5.28.
13:40:33 #8 22.10 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
13:40:33 #8 22.10 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
13:40:33 #8 22.76 Selecting previously unselected package libgdbm-compat4:armhf.
13:40:33 #8 22.76 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ...
13:40:33 #8 22.77 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
13:40:33 #8 22.82 Selecting previously unselected package libperl5.28:armhf.
13:40:33 #8 22.82 Preparing to unpack .../10-libperl5.28_5.28.1-6+deb10u1_armhf.deb ...
13:40:33 #8 22.83 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ...
13:40:33 #8 23.41 Selecting previously unselected package perl.
13:40:33 #8 23.41 Preparing to unpack .../11-perl_5.28.1-6+deb10u1_armhf.deb ...
13:40:33 #8 23.42 Unpacking perl (5.28.1-6+deb10u1) ...
13:40:33 #8 23.51 Selecting previously unselected package libpython3.7-minimal:armhf.
13:40:33 #8 23.51 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
13:40:33 #8 23.52 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
13:40:33 #8 23.68 Selecting previously unselected package libexpat1:armhf.
13:40:33 #8 23.68 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u4_armhf.deb ...
13:40:33 #8 23.70 Unpacking libexpat1:armhf (2.2.6-2+deb10u4) ...
13:40:33 #8 23.75 Selecting previously unselected package python3.7-minimal.
13:40:33 #8 23.75 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
13:40:33 #8 23.76 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:40:33 #8 24.04 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
13:40:33 #8 24.06 Setting up libexpat1:armhf (2.2.6-2+deb10u4) ...
13:40:33 #8 24.07 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:40:33 #8 24.80 Selecting previously unselected package python3-minimal.
13:40:33 #8 24.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10537 files and directories currently installed.)
13:40:33 #8 24.80 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
13:40:33 #8 24.81 Unpacking python3-minimal (3.7.3-1) ...
13:40:33 #8 24.86 Selecting previously unselected package mime-support.
13:40:33 #8 24.86 Preparing to unpack .../1-mime-support_3.62_all.deb ...
13:40:33 #8 24.87 Unpacking mime-support (3.62) ...
13:40:33 #8 24.95 Selecting previously unselected package libmpdec2:armhf.
13:40:33 #8 24.95 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
13:40:33 #8 24.96 Unpacking libmpdec2:armhf (2.4.2-2) ...
13:40:33 #8 25.01 Selecting previously unselected package libpython3.7-stdlib:armhf.
13:40:33 #8 25.01 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u3_armhf.deb ...
13:40:33 #8 25.03 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
13:40:33 #8 25.34 Selecting previously unselected package python3.7.
13:40:33 #8 25.34 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u3_armhf.deb ...
13:40:33 #8 25.34 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:40:33 #8 25.39 Selecting previously unselected package libpython3-stdlib:armhf.
13:40:33 #8 25.39 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
13:40:33 #8 25.40 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
13:40:33 #8 25.45 Setting up python3-minimal (3.7.3-1) ...
13:40:33 #8 25.80 Selecting previously unselected package python3.
13:40:33 #8 25.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10974 files and directories currently installed.)
13:40:33 #8 25.80 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
13:40:33 #8 25.82 Unpacking python3 (3.7.3-1) ...
13:40:33 #8 25.86 Selecting previously unselected package sensible-utils.
13:40:33 #8 25.86 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
13:40:33 #8 25.87 Unpacking sensible-utils (0.0.12) ...
13:40:33 #8 25.90 Selecting previously unselected package bzip2.
13:40:33 #8 25.90 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u1_armhf.deb ...
13:40:33 #8 25.91 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:40:33 #8 25.96 Selecting previously unselected package libmagic-mgc.
13:40:33 #8 25.96 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
13:40:33 #8 25.97 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
13:40:33 #8 26.09 Selecting previously unselected package libmagic1:armhf.
13:40:33 #8 26.09 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
13:40:33 #8 26.10 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
13:40:33 #8 26.16 Selecting previously unselected package file.
13:40:33 #8 26.16 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ...
13:40:33 #8 26.16 Unpacking file (1:5.35-4+deb10u2) ...
13:40:33 #8 26.21 Selecting previously unselected package gettext-base.
13:40:33 #8 26.21 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ...
13:40:33 #8 26.22 Unpacking gettext-base (0.19.8.1-9) ...
13:40:33 #8 26.33 Selecting previously unselected package xz-utils.
13:40:33 #8 26.33 Preparing to unpack .../007-xz-utils_5.2.4-1+deb10u1_armhf.deb ...
13:40:33 #8 26.33 Unpacking xz-utils (5.2.4-1+deb10u1) ...
13:40:33 #8 26.40 Selecting previously unselected package libsigsegv2:armhf.
13:40:33 #8 26.40 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ...
13:40:33 #8 26.40 Unpacking libsigsegv2:armhf (2.12-2) ...
13:40:33 #8 26.44 Selecting previously unselected package m4.
13:40:33 #8 ...
13:40:33 
13:40:33 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:33 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:33 #8 43.76 Preparing to unpack .../252-libtype-tiny-perl_1.012001-2_all.deb ...
13:40:33 #8 43.76 Unpacking libtype-tiny-perl (1.012001-2) ...
13:40:33 #8 43.83 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:33 #8 43.83 Preparing to unpack .../253-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:40:33 #8 43.83 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:40:33 #8 43.88 Selecting previously unselected package libglib2.0-0:amd64.
13:40:33 #8 43.88 Preparing to unpack .../254-libglib2.0-0_2.66.8-1_amd64.deb ...
13:40:33 #8 43.89 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
13:40:33 #8 44.03 Selecting previously unselected package libglib2.0-data.
13:40:33 #9 31.40 Unpacking distro-info-data (0.51ubuntu1.2) ...
13:40:33 #9 31.45 Selecting previously unselected package less.
13:40:33 #9 31.45 Preparing to unpack .../014-less_551-2_armhf.deb ...
13:40:33 #9 31.46 Unpacking less (551-2) ...
13:40:33 #9 31.54 Selecting previously unselected package libmd0:armhf.
13:40:33 #9 31.54 Preparing to unpack .../015-libmd0_1.0.3-3build1_armhf.deb ...
13:40:33 #9 31.54 Unpacking libmd0:armhf (1.0.3-3build1) ...
13:40:33 #9 31.59 Selecting previously unselected package libbsd0:armhf.
13:40:33 #9 31.59 Preparing to unpack .../016-libbsd0_0.11.3-1ubuntu2_armhf.deb ...
13:40:33 #9 31.60 Unpacking libbsd0:armhf (0.11.3-1ubuntu2) ...
13:40:33 #8 46.15 128 added, 0 removed; done.
13:40:33 #8 46.18 Setting up manpages-dev (4.15-1) ...
13:40:33 #8 46.19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.5) ...
13:40:33 #8 46.21 Setting up libassuan0:amd64 (2.5.1-2) ...
13:40:33 #8 46.22 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
13:40:33 #8 46.25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
13:40:33 #8 46.26 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
13:40:33 #8 27.37 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
13:40:33 #8 27.44 Selecting previously unselected package libsasl2-2:armhf.
13:40:33 #8 27.44 Preparing to unpack .../061-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
13:40:33 #8 27.45 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
13:40:33 #8 27.50 Selecting previously unselected package libldap-2.4-2:armhf.
13:40:33 #8 27.50 Preparing to unpack .../062-libldap-2.4-2_2.4.57+dfsg-3_armhf.deb ...
13:40:33 #8 27.52 Unpacking libldap-2.4-2:armhf (2.4.57+dfsg-3) ...
13:40:33 #8 27.58 Selecting previously unselected package libnghttp2-14:armhf.
13:40:33 #8 27.58 Preparing to unpack .../063-libnghttp2-14_1.43.0-1_armhf.deb ...
13:40:33 #8 27.58 Unpacking libnghttp2-14:armhf (1.43.0-1) ...
13:40:33 #8 27.65 Selecting previously unselected package libpsl5:armhf.
13:40:33 #8 27.65 Preparing to unpack .../064-libpsl5_0.21.0-1.2_armhf.deb ...
13:40:34 #8 46.75 Selecting previously unselected package lsb-release.
13:40:34 #8 46.76 Preparing to unpack .../318-lsb-release_10.2019051400_all.deb ...
13:40:34 #8 46.76 Unpacking lsb-release (10.2019051400) ...
13:40:34 #8 46.79 Selecting previously unselected package mailutils.
13:40:34 #8 46.80 Preparing to unpack .../319-mailutils_1%3a3.5-4_amd64.deb ...
13:40:34 #8 46.80 Unpacking mailutils (1:3.5-4) ...
13:40:34 #8 46.85 Selecting previously unselected package manpages-dev.
13:40:34 #8 46.85 Preparing to unpack .../320-manpages-dev_4.16-2_all.deb ...
13:40:34 #8 46.86 Unpacking manpages-dev (4.16-2) ...
13:40:34 #9 46.18 Setting up libdata-validate-uri-perl (0.07-2) ...
13:40:34 #9 46.19 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:34 #9 46.21 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:34 #9 46.22 Setting up libmailtools-perl (2.21-1) ...
13:40:34 #9 46.23 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
13:40:34 #9 46.27 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:34 #9 46.34 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:34 #9 50.58 Selecting previously unselected package libxml-parser-perl:arm64.
13:40:34 #9 50.58 Preparing to unpack .../327-libxml-parser-perl_2.46-2_arm64.deb ...
13:40:34 #9 50.59 Unpacking libxml-parser-perl:arm64 (2.46-2) ...
13:40:34 #9 50.65 Selecting previously unselected package libxml-sax-expat-perl.
13:40:34 #9 50.66 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:34 #9 50.66 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:34 #9 50.69 Selecting previously unselected package libyaml-libyaml-perl.
13:40:34 #9 50.69 Preparing to unpack .../329-libyaml-libyaml-perl_0.82+repack-1build1_arm64.deb ...
13:40:34 #9 50.70 Unpacking libyaml-libyaml-perl (0.82+repack-1build1) ...
13:40:34 #9 50.73 Selecting previously unselected package licensecheck.
13:40:34 #9 50.73 Preparing to unpack .../330-licensecheck_3.1.1-2_all.deb ...
13:40:34 #9 50.73 Unpacking licensecheck (3.1.1-2) ...
13:40:34 #9 50.77 Selecting previously unselected package libdevel-size-perl.
13:40:34 #23 DONE 0.3s
13:40:34 #8 35.94 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
13:40:34 #8 35.99 Selecting previously unselected package libcroco3:armhf.
13:40:34 #8 35.99 Preparing to unpack .../109-libcroco3_0.6.12-2_armhf.deb ...
13:40:34 #8 36.00 Unpacking libcroco3:armhf (0.6.12-2) ...
13:40:34 #8 36.05 Selecting previously unselected package gettext.
13:40:34 #8 36.05 Preparing to unpack .../110-gettext_0.19.8.1-6ubuntu0.3_armhf.deb ...
13:40:34 #8 36.05 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
13:40:34 #9 25.59 Unpacking libxcb1:armhf (1.14-3ubuntu3) ...
13:40:34 #9 25.62 Selecting previously unselected package libx11-data.
13:40:34 #9 25.62 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
13:40:34 #9 25.63 Unpacking libx11-data (2:1.7.5-1) ...
13:40:34 #9 25.79 Selecting previously unselected package libx11-6:armhf.
13:40:34 #9 25.79 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_armhf.deb ...
13:40:34 #9 25.80 Unpacking libx11-6:armhf (2:1.7.5-1) ...
13:40:34 #12 0.640 Loaded plugins: fastestmirror, ovl
13:40:34 #11 7.767 Selecting previously unselected package dh-apparmor.
13:40:34 #11 7.770 Preparing to unpack .../08-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
13:40:34 #11 7.774 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
13:40:34 #11 7.810 Selecting previously unselected package btrfs-progs.
13:40:34 #11 7.812 Preparing to unpack .../09-btrfs-progs_4.15.1-1build1_arm64.deb ...
13:40:34 #11 7.818 Unpacking btrfs-progs (4.15.1-1build1) ...
13:40:34 #11 7.895 Selecting previously unselected package btrfs-tools.
13:40:34 #11 7.898 Preparing to unpack .../10-btrfs-tools_4.15.1-1build1_arm64.deb ...
13:40:34 #11 7.903 Unpacking btrfs-tools (4.15.1-1build1) ...
13:40:34 #11 7.949 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:40:34 #9 32.53 Selecting previously unselected package cpp-9.
13:40:34 #9 32.53 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:40:34 #9 32.55 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:34 #9 51.07 Setting up liblinux-epoll-perl (0.017-1) ...
13:40:34 #9 51.08 Setting up libvariable-magic-perl (0.62-1build2) ...
13:40:34 #9 51.09 Setting up python3-idna (2.8-1) ...
13:40:34 #9 51.33 Setting up libio-html-perl (1.001-1) ...
13:40:34 #8 44.03 Preparing to unpack .../255-libglib2.0-data_2.66.8-1_all.deb ...
13:40:34 #8 44.04 Unpacking libglib2.0-data (2.66.8-1) ...
13:40:34 #8 44.21 Selecting previously unselected package libgpm2:amd64.
13:40:34 #8 44.21 Preparing to unpack .../256-libgpm2_1.20.7-8_amd64.deb ...
13:40:34 #8 44.22 Unpacking libgpm2:amd64 (1.20.7-8) ...
13:40:34 #8 44.29 Selecting previously unselected package libhash-fieldhash-perl.
13:40:34 #9 31.69 Selecting previously unselected package libelf1:armhf.
13:40:34 #9 31.69 Preparing to unpack .../017-libelf1_0.185-1build1_armhf.deb ...
13:40:34 #9 31.69 Unpacking libelf1:armhf (0.185-1build1) ...
13:40:34 #9 31.73 Selecting previously unselected package libicu67:armhf.
13:40:34 #9 31.73 Preparing to unpack .../018-libicu67_67.1-7ubuntu1_armhf.deb ...
13:40:34 #9 31.74 Unpacking libicu67:armhf (67.1-7ubuntu1) ...
13:40:34 #8 46.27 Setting up diffstat (1.61-1build1) ...
13:40:34 #8 46.28 Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ...
13:40:34 #8 46.29 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
13:40:34 #8 46.30 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
13:40:34 #8 46.31 Setting up netbase (5.4) ...
13:40:34 #8 46.34 Setting up libisl19:amd64 (0.19-1) ...
13:40:34 #8 46.35 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.7) ...
13:40:34 #8 46.36 Setting up strace (4.21-1ubuntu1) ...
13:40:34 #8 46.37 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ...
13:40:34 #8 46.39 Setting up python3.6 (3.6.9-1~18.04ubuntu1.7) ...
13:40:34 #8 27.66 Unpacking libpsl5:armhf (0.21.0-1.2) ...
13:40:34 #8 27.70 Selecting previously unselected package librtmp1:armhf.
13:40:34 #8 27.70 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
13:40:34 #8 27.71 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
13:40:34 #8 27.76 Selecting previously unselected package libssh2-1:armhf.
13:40:34 #8 27.76 Preparing to unpack .../066-libssh2-1_1.9.0-2_armhf.deb ...
13:40:34 #8 27.77 Unpacking libssh2-1:armhf (1.9.0-2) ...
13:40:34 #8 27.83 Selecting previously unselected package libcurl4:armhf.
13:40:34 #8 27.83 Preparing to unpack .../067-libcurl4_7.74.0-1.3+deb11u1_armhf.deb ...
13:40:34 #8 27.84 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u1) ...
13:40:34 #8 27.90 Selecting previously unselected package curl.
13:40:34 #8 47.19 Selecting previously unselected package psmisc.
13:40:34 #8 47.19 Preparing to unpack .../321-psmisc_23.2-1+deb10u1_amd64.deb ...
13:40:34 #8 47.20 Unpacking psmisc (23.2-1+deb10u1) ...
13:40:34 #8 47.25 Selecting previously unselected package publicsuffix.
13:40:34 #8 47.25 Preparing to unpack .../322-publicsuffix_20211109.1735-0+deb10u1_all.deb ...
13:40:34 #8 47.25 Unpacking publicsuffix (20211109.1735-0+deb10u1) ...
13:40:34 #8 47.30 Selecting previously unselected package python-apt-common.
13:40:34 #8 47.30 Preparing to unpack .../323-python-apt-common_1.8.4.3_all.deb ...
13:40:34 #9 46.41 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:34 #9 46.52 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:34 #9 46.55 Setting up dh-strip-nondeterminism (1.13.0-1) ...
13:40:34 #9 46.56 Setting up libconst-fast-perl (0.014-1.1) ...
13:40:34 #9 46.57 Setting up libhttp-daemon-perl (6.13-1) ...
13:40:34 #9 46.58 Setting up libdata-dpath-perl (0.58-1) ...
13:40:34 #9 46.59 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:40:34 #9 46.61 Setting up libpackage-stash-perl (0.39-1) ...
13:40:34 #9 46.62 Setting up libimport-into-perl (1.002005-1) ...
13:40:34 #9 46.63 Setting up libmoo-perl (2.005004-3) ...
13:40:34 #9 46.65 Setting up liblist-someutils-perl (0.58-1) ...
13:40:34 #9 46.66 Setting up debhelper (13.6ubuntu1) ...
13:40:34 #9 46.68 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
13:40:34 #9 46.69 Setting up equivs (2.3.1) ...
13:40:34 #9 46.70 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:40:34 #9 50.77 Preparing to unpack .../331-libdevel-size-perl_0.83-1build3_arm64.deb ...
13:40:34 #9 50.77 Unpacking libdevel-size-perl (0.83-1build3) ...
13:40:34 #9 50.80 Selecting previously unselected package libipc-run3-perl.
13:40:34 #9 50.80 Preparing to unpack .../332-libipc-run3-perl_0.048-2_all.deb ...
13:40:34 #9 50.81 Unpacking libipc-run3-perl (0.048-2) ...
13:40:34 #9 50.84 Selecting previously unselected package lzip.
13:40:34 #9 50.84 Preparing to unpack .../333-lzip_1.22-3_arm64.deb ...
13:40:34 #9 50.85 Unpacking lzip (1.22-3) ...
13:40:34 #9 50.89 Selecting previously unselected package lzop.
13:40:34 #9 50.89 Preparing to unpack .../334-lzop_1.04-2build1_arm64.deb ...
13:40:34 #9 50.89 Unpacking lzop (1.04-2build1) ...
13:40:34 #9 50.97 Selecting previously unselected package t1utils.
13:40:34 #9 50.97 Preparing to unpack .../335-t1utils_1.41-4build1_arm64.deb ...
13:40:34 #9 50.98 Unpacking t1utils (1.41-4build1) ...
13:40:34 #9 51.01 Selecting previously unselected package unzip.
13:40:34 #8 36.29 Selecting previously unselected package intltool-debian.
13:40:34 #8 36.29 Preparing to unpack .../111-intltool-debian_0.35.0+20060710.4_all.deb ...
13:40:34 #8 36.30 Unpacking intltool-debian (0.35.0+20060710.4) ...
13:40:34 #8 36.34 Selecting previously unselected package po-debconf.
13:40:34 #8 36.34 Preparing to unpack .../112-po-debconf_1.0.20_all.deb ...
13:40:34 #8 36.34 Unpacking po-debconf (1.0.20) ...
13:40:34 #9 25.92 Selecting previously unselected package libxext6:armhf.
13:40:34 #9 25.92 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_armhf.deb ...
13:40:34 #9 25.94 Unpacking libxext6:armhf (2:1.3.4-1build1) ...
13:40:34 #13 ...
13:40:34 
13:40:34 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:34 #8 sha256:6e9576fe9b3ec593fc61754a66fb4c3e478c17dbf8e535d0b3faf32206a7372a
13:40:34 #8 18.76 Setting up libc6:armhf (2.31-13+rpt2+rpi1+deb11u2) ...
13:40:34 #8 20.27 Selecting previously unselected package libuchardet0:armhf.
13:40:34 #8 20.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 ... 7921 files and directories currently installed.)
13:40:34 #8 20.27 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
13:40:34 #8 20.29 Unpacking libuchardet0:armhf (0.0.7-1) ...
13:40:34 #8 20.40 Selecting previously unselected package groff-base.
13:40:34 #8 20.40 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
13:40:34 #8 20.51 Unpacking groff-base (1.22.4-6) ...
13:40:34 #8 21.67 Selecting previously unselected package libgdbm6:armhf.
13:40:34 #8 21.67 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
13:40:34 #8 21.68 Unpacking libgdbm6:armhf (1.19-2) ...
13:40:34 #8 21.73 Selecting previously unselected package libpipeline1:armhf.
13:40:34 #8 21.73 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
13:40:34 #8 21.75 Unpacking libpipeline1:armhf (1.5.3-1) ...
13:40:34 #8 21.80 Selecting previously unselected package man-db.
13:40:34 #8 21.80 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
13:40:34 #8 21.81 Unpacking man-db (2.9.4-2) ...
13:40:34 #8 22.00 Selecting previously unselected package perl-modules-5.32.
13:40:34 #8 22.00 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
13:40:34 #8 22.01 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
13:40:34 #8 22.58 Selecting previously unselected package libgdbm-compat4:armhf.
13:40:34 #8 22.58 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
13:40:34 #8 22.59 Unpacking libgdbm-compat4:armhf (1.19-2) ...
13:40:34 #8 22.64 Selecting previously unselected package libperl5.32:armhf.
13:40:34 #8 22.64 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
13:40:34 #8 22.65 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
13:40:34 #8 23.22 Selecting previously unselected package perl.
13:40:34 #8 23.22 Preparing to unpack .../08-perl_5.32.1-4+deb11u2_armhf.deb ...
13:40:34 #8 23.23 Unpacking perl (5.32.1-4+deb11u2) ...
13:40:34 #8 23.36 Selecting previously unselected package libpython3.9-minimal:armhf.
13:40:34 #8 23.36 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
13:40:34 #8 23.37 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
13:40:34 #8 23.55 Selecting previously unselected package libexpat1:armhf.
13:40:34 #8 23.55 Preparing to unpack .../10-libexpat1_2.2.10-2+deb11u3_armhf.deb ...
13:40:34 #8 23.56 Unpacking libexpat1:armhf (2.2.10-2+deb11u3) ...
13:40:34 #8 23.62 Selecting previously unselected package python3.9-minimal.
13:40:34 #8 23.62 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
13:40:34 #8 23.63 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
13:40:34 #8 23.87 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
13:40:34 #8 23.90 Setting up libexpat1:armhf (2.2.10-2+deb11u3) ...
13:40:34 #8 23.91 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
13:40:34 #8 24.73 Selecting previously unselected package python3-minimal.
13:40:34 #8 24.73 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10728 files and directories currently installed.)
13:40:34 #8 24.73 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
13:40:34 #8 24.74 Unpacking python3-minimal (3.9.2-3) ...
13:40:34 #8 24.79 Selecting previously unselected package media-types.
13:40:34 #8 24.79 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:40:34 #8 24.80 Unpacking media-types (4.0.0) ...
13:40:34 #8 24.86 Selecting previously unselected package libmpdec3:armhf.
13:40:34 #8 24.86 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
13:40:34 #8 24.86 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
13:40:34 #8 24.93 Selecting previously unselected package libpython3.9-stdlib:armhf.
13:40:34 #8 24.93 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
13:40:34 #8 24.93 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
13:40:34 #8 25.23 Selecting previously unselected package python3.9.
13:40:34 #8 25.23 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
13:40:34 #8 25.25 Unpacking python3.9 (3.9.2-1+rpi1) ...
13:40:34 #8 25.31 Selecting previously unselected package libpython3-stdlib:armhf.
13:40:34 #8 25.31 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
13:40:34 #8 25.31 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
13:40:34 #8 25.37 Setting up python3-minimal (3.9.2-3) ...
13:40:34 #8 25.70 Selecting previously unselected package python3.
13:40:34 #8 25.70 (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 ... 11125 files and directories currently installed.)
13:40:34 #8 25.70 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
13:40:34 #8 25.71 Unpacking python3 (3.9.2-3) ...
13:40:34 #8 25.75 Selecting previously unselected package sensible-utils.
13:40:34 #8 25.75 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
13:40:34 #8 25.76 Unpacking sensible-utils (0.0.14) ...
13:40:34 #8 25.81 Selecting previously unselected package bzip2.
13:40:34 #8 25.81 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
13:40:34 #8 25.81 Unpacking bzip2 (1.0.8-4) ...
13:40:34 #8 25.85 Selecting previously unselected package libmagic-mgc.
13:40:34 #8 25.85 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
13:40:34 #8 25.86 Unpacking libmagic-mgc (1:5.39-3) ...
13:40:34 #8 26.04 Selecting previously unselected package libmagic1:armhf.
13:40:34 #8 26.04 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
13:40:34 #8 26.04 Unpacking libmagic1:armhf (1:5.39-3) ...
13:40:34 #8 26.10 Selecting previously unselected package file.
13:40:34 #8 26.10 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
13:40:34 #8 26.10 Unpacking file (1:5.39-3) ...
13:40:34 #8 26.15 Selecting previously unselected package gettext-base.
13:40:34 #8 26.15 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
13:40:34 #8 26.15 Unpacking gettext-base (0.21-4) ...
13:40:34 #8 26.24 Selecting previously unselected package xz-utils.
13:40:34 #8 26.24 Preparing to unpack .../007-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
13:40:34 #8 26.25 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:40:34 #8 26.31 Selecting previously unselected package libsigsegv2:armhf.
13:40:34 #8 26.31 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
13:40:34 #8 26.32 Unpacking libsigsegv2:armhf (2.13-1) ...
13:40:34 #8 26.36 Selecting previously unselected package m4.
13:40:34 #8 26.36 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
13:40:34 #8 26.37 Unpacking m4 (1.4.18-5) ...
13:40:34 #8 26.44 Selecting previously unselected package autoconf.
13:40:34 #8 26.44 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
13:40:34 #11 7.952 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
13:40:34 #11 7.956 Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:34 #11 8.013 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:40:34 #11 8.016 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
13:40:34 #11 8.022 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:34 #11 8.066 Selecting previously unselected package libudev-dev:arm64.
13:40:34 #11 8.068 Preparing to unpack .../13-libudev-dev_237-3ubuntu10.53_arm64.deb ...
13:40:34 #11 8.078 Unpacking libudev-dev:arm64 (237-3ubuntu10.53) ...
13:40:34 #11 8.115 Selecting previously unselected package libsepol1-dev:arm64.
13:40:34 #11 8.118 Preparing to unpack .../14-libsepol1-dev_2.7-1ubuntu0.1_arm64.deb ...
13:40:34 #11 8.123 Unpacking libsepol1-dev:arm64 (2.7-1ubuntu0.1) ...
13:40:34 #11 8.192 Selecting previously unselected package libpcre16-3:arm64.
13:40:34 #13 1.981 Package bash-4.4.20-3.el8.x86_64 is already installed.
13:40:34 #13 1.982 Package bash-4.4.20-3.el8.x86_64 is already installed.
13:40:34 #13 1.983 Package bash-4.4.20-3.el8.x86_64 is already installed.
13:40:34 #13 1.983 Package ca-certificates-2021.2.50-82.el8.noarch is already installed.
13:40:34 #13 1.984 Package libarchive-3.3.3-3.el8_5.x86_64 is already installed.
13:40:34 #13 1.985 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
13:40:34 #13 1.985 Package systemd-239-58.el8.x86_64 is already installed.
13:40:34 #13 1.985 Package tar-2:1.30-5.el8.x86_64 is already installed.
13:40:34 #13 1.986 Package which-2.21-17.el8.x86_64 is already installed.
13:40:34 #13 1.986 Package bash-4.4.20-3.el8.x86_64 is already installed.
13:40:34 #13 1.987 Package bash-4.4.20-3.el8.x86_64 is already installed.
13:40:34 #9 46.18 Setting up libxpm4:amd64 (1:3.5.12-1) ...
13:40:34 #9 46.20 Setting up openssh-client (1:8.4p1-6ubuntu2.1) ...
13:40:34 #9 46.29 Setting up gpgsm (2.2.20-1ubuntu4) ...
13:40:34 #9 46.30 Setting up libxext6:amd64 (2:1.3.4-0ubuntu3) ...
13:40:34 #9 46.32 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3ubuntu2.1) ...
13:40:34 #9 46.33 Setting up binutils (2.37-7ubuntu1) ...
13:40:34 #9 46.34 Setting up man-db (2.9.4-2) ...
13:40:34 #9 44.55 128 added, 0 removed; done.
13:40:34 #9 44.58 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:34 #9 44.59 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:34 #9 44.61 Setting up bsdmainutils (11.1.2ubuntu3) ...
13:40:34 #9 44.63 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:40:34 #9 44.63 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
13:40:34 #9 44.63 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:40:34 #9 44.63 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
13:40:34 #9 44.64 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
13:40:34 #9 44.66 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
13:40:34 #9 44.67 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
13:40:34 #9 44.68 Setting up dwz (0.13-5) ...
13:40:34 #9 44.69 Setting up groff-base (1.22.4-4build1) ...
13:40:34 #9 51.37 Setting up libcroco3:arm64 (0.6.13-1) ...
13:40:34 #9 51.39 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
13:40:34 #9 51.41 Setting up libtest-refcount-perl (0.10-1) ...
13:40:34 #9 51.42 Setting up libparams-util-perl (1.07-3build5) ...
13:40:34 #9 51.52 Setting up libdpkg-perl (1.19.7ubuntu3) ...
13:40:34 #9 51.57 Setting up autoconf (2.69-11.1) ...
13:40:34 #9 51.61 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
13:40:34 #8 44.29 Preparing to unpack .../257-libhash-fieldhash-perl_0.15-1+b3_amd64.deb ...
13:40:34 #8 44.30 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
13:40:34 #8 44.33 Selecting previously unselected package libhtml-form-perl.
13:40:34 #8 44.33 Preparing to unpack .../258-libhtml-form-perl_6.07-1_all.deb ...
13:40:34 #8 44.33 Unpacking libhtml-form-perl (6.07-1) ...
13:40:34 #8 44.37 Selecting previously unselected package libhtml-format-perl.
13:40:34 #8 44.37 Preparing to unpack .../259-libhtml-format-perl_2.12-1.1_all.deb ...
13:40:34 #8 44.37 Unpacking libhtml-format-perl (2.12-1.1) ...
13:40:34 #8 44.40 Selecting previously unselected package libhtml-html5-entities-perl.
13:40:34 #8 44.41 Preparing to unpack .../260-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:40:34 #8 44.41 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:40:34 #8 44.44 Selecting previously unselected package libhttp-daemon-perl.
13:40:34 #8 44.44 Preparing to unpack .../261-libhttp-daemon-perl_6.12-1_all.deb ...
13:40:34 #8 44.45 Unpacking libhttp-daemon-perl (6.12-1) ...
13:40:34 #8 44.48 Selecting previously unselected package libio-sessiondata-perl.
13:40:34 #8 44.48 Preparing to unpack .../262-libio-sessiondata-perl_1.03-1.1_all.deb ...
13:40:34 #8 44.49 Unpacking libio-sessiondata-perl (1.03-1.1) ...
13:40:34 #8 44.51 Selecting previously unselected package libipc-run3-perl.
13:40:34 #8 27.90 Preparing to unpack .../068-curl_7.74.0-1.3+deb11u1_armhf.deb ...
13:40:34 #8 27.92 Unpacking curl (7.74.0-1.3+deb11u1) ...
13:40:34 #8 27.99 Selecting previously unselected package dctrl-tools.
13:40:34 #8 27.99 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ...
13:40:34 #8 27.99 Unpacking dctrl-tools (2.24-3) ...
13:40:34 #8 28.05 Selecting previously unselected package libdebhelper-perl.
13:40:34 #8 28.05 Preparing to unpack .../070-libdebhelper-perl_13.3.4_all.deb ...
13:40:34 #9 46.72 Setting up libb-hooks-endofscope-perl (0.25-1) ...
13:40:34 #9 46.73 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:34 #9 46.74 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:40:34 #9 46.76 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:40:34 #9 46.77 Setting up libmoox-struct-perl (0.020-1) ...
13:40:34 #9 46.78 Setting up lintian (2.114.0ubuntu1) ...
13:40:34 #9 46.80 Setting up licensecheck (3.2.14-2) ...
13:40:34 #9 46.81 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:40:34 #9 46.83 Setting up libwww-perl (6.61-1) ...
13:40:34 #9 46.84 Setting up devscripts (2.22.1ubuntu1) ...
13:40:34 #9 51.02 Preparing to unpack .../336-unzip_6.0-26ubuntu1_arm64.deb ...
13:40:34 #9 51.02 Unpacking unzip (6.0-26ubuntu1) ...
13:40:34 #9 51.10 Selecting previously unselected package lintian.
13:40:34 #9 51.10 Preparing to unpack .../337-lintian_2.104.0ubuntu3.1_all.deb ...
13:40:34 #9 51.11 Unpacking lintian (2.104.0ubuntu3.1) ...
13:40:34 #8 36.43 Selecting previously unselected package debhelper.
13:40:34 #8 36.43 Preparing to unpack .../113-debhelper_11.1.6ubuntu2_all.deb ...
13:40:34 #8 36.44 Unpacking debhelper (11.1.6ubuntu2) ...
13:40:34 #8 36.61 Selecting previously unselected package libfile-which-perl.
13:40:34 #8 36.61 Preparing to unpack .../114-libfile-which-perl_1.21-1_all.deb ...
13:40:34 #8 36.61 Unpacking libfile-which-perl (1.21-1) ...
13:40:34 #8 36.67 Selecting previously unselected package libfile-homedir-perl.
13:40:34 #8 36.67 Preparing to unpack .../115-libfile-homedir-perl_1.002-1_all.deb ...
13:40:34 #8 36.67 Unpacking libfile-homedir-perl (1.002-1) ...
13:40:34 #8 47.31 Unpacking python-apt-common (1.8.4.3) ...
13:40:34 #8 47.36 Selecting previously unselected package python3-apt.
13:40:34 #8 47.36 Preparing to unpack .../324-python3-apt_1.8.4.3_amd64.deb ...
13:40:34 #8 47.36 Unpacking python3-apt (1.8.4.3) ...
13:40:34 #8 47.41 Selecting previously unselected package python3-certifi.
13:40:34 #8 47.42 Preparing to unpack .../325-python3-certifi_2018.8.24-1_all.deb ...
13:40:34 #8 47.42 Unpacking python3-certifi (2018.8.24-1) ...
13:40:34 #8 47.47 Selecting previously unselected package python3-idna.
13:40:34 #8 47.47 Preparing to unpack .../326-python3-idna_2.6-1_all.deb ...
13:40:34 #8 47.47 Unpacking python3-idna (2.6-1) ...
13:40:34 #8 47.51 Selecting previously unselected package python3-magic.
13:40:34 #8 47.51 Preparing to unpack .../327-python3-magic_2%3a0.4.15-2_all.deb ...
13:40:34 #8 26.44 Unpacking autoconf (2.69-14) ...
13:40:34 #11 8.194 Preparing to unpack .../15-libpcre16-3_2%3a8.39-9_arm64.deb ...
13:40:34 #11 8.198 Unpacking libpcre16-3:arm64 (2:8.39-9) ...
13:40:34 #11 8.240 Selecting previously unselected package libpcre32-3:arm64.
13:40:34 #11 8.242 Preparing to unpack .../16-libpcre32-3_2%3a8.39-9_arm64.deb ...
13:40:34 #11 8.247 Unpacking libpcre32-3:arm64 (2:8.39-9) ...
13:40:34 #11 8.294 Selecting previously unselected package libpcrecpp0v5:arm64.
13:40:34 #11 8.296 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-9_arm64.deb ...
13:40:34 #11 8.300 Unpacking libpcrecpp0v5:arm64 (2:8.39-9) ...
13:40:34 #11 8.330 Selecting previously unselected package libpcre3-dev:arm64.
13:40:34 #11 8.333 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-9_arm64.deb ...
13:40:34 #11 8.337 Unpacking libpcre3-dev:arm64 (2:8.39-9) ...
13:40:34 #11 8.406 Selecting previously unselected package libselinux1-dev:arm64.
13:40:34 #11 8.409 Preparing to unpack .../19-libselinux1-dev_2.7-2build2_arm64.deb ...
13:40:34 #11 8.414 Unpacking libselinux1-dev:arm64 (2.7-2build2) ...
13:40:34 #11 8.463 Selecting previously unselected package libdevmapper-dev:arm64.
13:40:34 #11 8.465 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
13:40:34 #11 8.469 Unpacking libdevmapper-dev:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:34 #11 8.508 Selecting previously unselected package libseccomp-dev:arm64.
13:40:34 #13 2.059 Dependencies resolved.
13:40:34 #13 2.067 ================================================================================
13:40:34 #13 2.067  Package                      Arch   Version                   Repository  Size
13:40:34 #13 2.067 ================================================================================
13:40:34 #13 2.067 Installing:
13:40:34 #13 2.067  cmake                        x86_64 3.20.2-4.el8              appstream   12 M
13:40:34 #13 2.067  device-mapper-devel          x86_64 8:1.02.181-3.el8          powertools 283 k
13:40:34 #13 2.067  gcc                          x86_64 8.5.0-13.el8              appstream   23 M
13:40:34 #13 2.067  git                          x86_64 2.31.1-2.el8              appstream  161 k
13:40:34 #13 2.067  glibc-static                 x86_64 2.28-199.el8              powertools 2.1 M
13:40:34 #13 2.067  libseccomp-devel             x86_64 2.5.2-1.el8               appstream   57 k
13:40:34 #13 2.067  libselinux-devel             x86_64 2.9-5.el8                 baseos     200 k
13:40:34 #13 2.067  libtool                      x86_64 2.4.6-25.el8              appstream  709 k
13:40:34 #13 2.067  libtool-ltdl-devel           x86_64 2.4.6-25.el8              appstream  184 k
13:40:34 #13 2.067  make                         x86_64 1:4.2.1-11.el8            baseos     498 k
13:40:34 #13 2.067  selinux-policy-devel         noarch 3.14.3-97.el8             baseos     1.5 M
13:40:34 #13 2.067  systemd-devel                x86_64 239-58.el8                baseos     392 k
13:40:34 #13 2.067 Upgrading:
13:40:34 #13 2.067  bash                         x86_64 4.4.20-4.el8              baseos     1.5 M
13:40:34 #13 2.067  glibc                        x86_64 2.28-199.el8              baseos     2.2 M
13:40:34 #13 2.067  glibc-common                 x86_64 2.28-199.el8              baseos     1.0 M
13:40:34 #13 2.067  glibc-gconv-extra            x86_64 2.28-199.el8              appstream  1.5 M
13:40:34 #13 2.067  glibc-minimal-langpack       x86_64 2.28-199.el8              baseos      62 k
13:40:34 #13 2.067  libgcc                       x86_64 8.5.0-13.el8              baseos      80 k
13:40:34 #13 2.067 Installing dependencies:
13:40:34 #13 2.067  annobin                      x86_64 10.67-1.el8               appstream  954 k
13:40:34 #13 2.067  autoconf                     noarch 2.69-29.el8               appstream  710 k
13:40:34 #13 2.067  automake                     noarch 1.16.1-7.el8              appstream  713 k
13:40:34 #13 2.067  checkpolicy                  x86_64 2.9-1.el8                 baseos     348 k
13:40:34 #13 2.067  cmake-data                   noarch 3.20.2-4.el8              appstream  1.7 M
13:40:34 #13 2.067  cmake-filesystem             x86_64 3.20.2-4.el8              appstream   44 k
13:40:34 #13 2.067  cmake-rpm-macros             noarch 3.20.2-4.el8              appstream   44 k
13:40:34 #13 2.067  cpp                          x86_64 8.5.0-13.el8              appstream   10 M
13:40:34 #13 2.067  git-core                     x86_64 2.31.1-2.el8              appstream  4.7 M
13:40:34 #13 2.067  git-core-doc                 noarch 2.31.1-2.el8              appstream  2.6 M
13:40:34 #13 2.067  glibc-devel                  x86_64 2.28-199.el8              baseos      80 k
13:40:34 #13 2.067  glibc-headers                x86_64 2.28-199.el8              baseos     484 k
13:40:34 #13 2.067  isl                          x86_64 0.16.1-6.el8              appstream  841 k
13:40:34 #13 2.067  kernel-headers               x86_64 4.18.0-383.el8            baseos     9.4 M
13:40:34 #13 2.067  less                         x86_64 530-1.el8                 baseos     164 k
13:40:34 #13 2.067  libedit                      x86_64 3.1-23.20170329cvs.el8    baseos     102 k
13:40:34 #13 2.067  libgomp                      x86_64 8.5.0-13.el8              baseos     207 k
13:40:34 #13 2.067  libmpc                       x86_64 1.1.0-9.1.el8             appstream   61 k
13:40:34 #13 2.067  libselinux-utils             x86_64 2.9-5.el8                 baseos     243 k
13:40:34 #13 2.067  libsepol-devel               x86_64 2.9-3.el8                 baseos      87 k
13:40:34 #13 2.067  libuv                        x86_64 1:1.41.1-1.el8_4          appstream  156 k
13:40:34 #13 2.067  libxcrypt-devel              x86_64 4.1.1-6.el8               baseos      25 k
13:40:34 #13 2.067  libxcrypt-static             x86_64 4.1.1-6.el8               powertools  56 k
13:40:34 #13 2.067  m4                           x86_64 1.4.18-7.el8              baseos     223 k
13:40:34 #13 2.067  openssh                      x86_64 8.0p1-12.el8              baseos     522 k
13:40:34 #13 2.067  openssh-clients              x86_64 8.0p1-12.el8              baseos     668 k
13:40:34 #13 2.067  pcre2-devel                  x86_64 10.32-2.el8               baseos     605 k
13:40:34 #13 2.067  pcre2-utf16                  x86_64 10.32-2.el8               baseos     229 k
13:40:34 #13 2.067  pcre2-utf32                  x86_64 10.32-2.el8               baseos     220 k
13:40:34 #13 2.067  perl-Error                   noarch 1:0.17025-2.el8           appstream   46 k
13:40:34 #13 2.067  perl-Git                     noarch 2.31.1-2.el8              appstream   78 k
13:40:34 #13 2.067  perl-TermReadKey             x86_64 2.37-7.el8                appstream   40 k
13:40:34 #13 2.067  perl-Thread-Queue            noarch 3.13-1.el8                appstream   24 k
13:40:34 #13 2.067  policycoreutils              x86_64 2.9-19.el8                baseos     374 k
13:40:34 #13 2.067  policycoreutils-devel        x86_64 2.9-19.el8                baseos     293 k
13:40:34 #13 2.067  policycoreutils-python-utils noarch 2.9-19.el8                baseos     253 k
13:40:34 #13 2.067  python3-audit                x86_64 3.0.7-2.el8               baseos      86 k
13:40:34 #13 2.067  python3-libselinux           x86_64 2.9-5.el8                 baseos     283 k
13:40:34 #13 2.067  python3-libsemanage          x86_64 2.9-8.el8                 baseos     128 k
13:40:34 #13 2.067  python3-policycoreutils      noarch 2.9-19.el8                baseos     2.2 M
13:40:34 #13 2.067  python3-setools              x86_64 4.3.0-3.el8               baseos     624 k
13:40:34 #13 2.067  rpm-plugin-selinux           x86_64 4.14.3-23.el8             baseos      78 k
13:40:34 #13 2.067  selinux-policy               noarch 3.14.3-97.el8             baseos     646 k
13:40:34 #13 2.067  selinux-policy-minimum       noarch 3.14.3-97.el8             baseos      13 M
13:40:34 #13 2.067  vim-filesystem               noarch 2:8.0.1763-16.el8_5.12    appstream   50 k
13:40:34 #13 2.067 Installing weak dependencies:
13:40:34 #13 2.067  glibc-langpack-en            x86_64 2.28-199.el8              baseos     822 k
13:40:34 #13 2.067 
13:40:34 #13 2.067 Transaction Summary
13:40:34 #13 2.067 ================================================================================
13:40:34 #13 2.067 Install  58 Packages
13:40:34 #13 2.067 Upgrade   6 Packages
13:40:34 #13 2.067 
13:40:34 #13 2.070 Total download size: 103 M
13:40:34 #13 2.071 Downloading Packages:
13:40:34 #12 0.990 Enabling base-source repository
13:40:34 #12 0.990 Enabling extras-source repository
13:40:34 #12 0.990 Enabling updates-source repository
13:40:34 #12 0.991 Loading mirror speeds from cached hostfile
13:40:34 #12 0.992  * base: download.cf.centos.org
13:40:34 #12 0.992  * extras: download.cf.centos.org
13:40:34 #12 0.992  * updates: download.cf.centos.org
13:40:34 #9 46.47 Building database of manual pages ...
13:40:34 #9 46.73 Setting up libgpgme11:amd64 (1.14.0-1ubuntu4) ...
13:40:34 #9 44.71 Setting up gpgconf (2.2.19-3ubuntu2.1) ...
13:40:34 #9 44.72 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:34 #9 44.73 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
13:40:34 #9 44.74 Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ...
13:40:34 #9 44.75 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
13:40:34 #9 44.76 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ...
13:40:34 #9 44.77 Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ...
13:40:34 #9 51.79 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:34 #9 51.83 Setting up libarray-intspan-perl (2.003-1) ...
13:40:34 #9 51.85 Setting up libcapture-tiny-perl (0.48-1) ...
13:40:34 #9 51.87 Setting up libtimedate-perl (2.3200-1) ...
13:40:34 #9 33.26 Selecting previously unselected package cpp.
13:40:34 #9 33.26 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_armhf.deb ...
13:40:34 #9 33.28 Unpacking cpp (4:9.3.0-1ubuntu2) ...
13:40:34 #9 33.36 Selecting previously unselected package libcc1-0:armhf.
13:40:34 #9 33.36 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:40:34 #8 44.52 Preparing to unpack .../263-libipc-run3-perl_0.048-2_all.deb ...
13:40:34 #8 44.52 Unpacking libipc-run3-perl (0.048-2) ...
13:40:34 #8 44.56 Selecting previously unselected package libtypes-serialiser-perl.
13:40:34 #8 44.56 Preparing to unpack .../264-libtypes-serialiser-perl_1.01-1_all.deb ...
13:40:34 #8 44.56 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:40:34 #8 44.59 Selecting previously unselected package libjson-xs-perl.
13:40:34 #8 44.59 Preparing to unpack .../265-libjson-xs-perl_4.030-1+b1_amd64.deb ...
13:40:34 #8 44.60 Unpacking libjson-xs-perl (4.030-1+b1) ...
13:40:34 #8 44.64 Selecting previously unselected package libjson-maybexs-perl.
13:40:34 #8 44.64 Preparing to unpack .../266-libjson-maybexs-perl_1.004003-1_all.deb ...
13:40:34 #8 44.65 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:40:34 #8 44.68 Selecting previously unselected package libldap-common.
13:40:34 #8 44.68 Preparing to unpack .../267-libldap-common_2.4.57+dfsg-3_all.deb ...
13:40:34 #8 44.68 Unpacking libldap-common (2.4.57+dfsg-3) ...
13:40:34 #8 44.72 Selecting previously unselected package liblist-compare-perl.
13:40:34 #8 44.72 Preparing to unpack .../268-liblist-compare-perl_0.55-1_all.deb ...
13:40:34 #8 44.72 Unpacking liblist-compare-perl (0.55-1) ...
13:40:34 #8 44.76 Selecting previously unselected package liblist-someutils-perl.
13:40:34 #8 28.06 Unpacking libdebhelper-perl (13.3.4) ...
13:40:34 #8 28.13 Selecting previously unselected package libtool.
13:40:34 #8 28.13 Preparing to unpack .../071-libtool_2.4.6-15_all.deb ...
13:40:34 #8 28.14 Unpacking libtool (2.4.6-15) ...
13:40:34 #8 28.21 Selecting previously unselected package dh-autoreconf.
13:40:34 #8 28.21 Preparing to unpack .../072-dh-autoreconf_20_all.deb ...
13:40:34 #8 28.21 Unpacking dh-autoreconf (20) ...
13:40:34 #8 28.26 Selecting previously unselected package libarchive-zip-perl.
13:40:34 #8 28.26 Preparing to unpack .../073-libarchive-zip-perl_1.68-1_all.deb ...
13:40:34 #8 28.26 Unpacking libarchive-zip-perl (1.68-1) ...
13:40:34 #8 28.30 Selecting previously unselected package libsub-override-perl.
13:40:34 #8 28.30 Preparing to unpack .../074-libsub-override-perl_0.09-2_all.deb ...
13:40:34 #8 28.31 Unpacking libsub-override-perl (0.09-2) ...
13:40:34 #9 47.00 Setting up libxml-parser-perl:amd64 (2.46-3build1) ...
13:40:34 #9 47.01 Setting up libxml-sax-expat-perl (0.51-1) ...
13:40:34 #9 47.05 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:34 #9 47.10 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:34 #9 47.22 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:34 #9 51.37 Selecting previously unselected package manpages-dev.
13:40:34 #9 51.38 Preparing to unpack .../338-manpages-dev_5.10-1ubuntu1_all.deb ...
13:40:34 #9 51.38 Unpacking manpages-dev (5.10-1ubuntu1) ...
13:40:34 #8 36.80 Selecting previously unselected package devscripts.
13:40:34 #8 36.80 Preparing to unpack .../116-devscripts_2.17.12ubuntu1.1_armhf.deb ...
13:40:34 #8 36.84 Unpacking devscripts (2.17.12ubuntu1.1) ...
13:40:34 #9 32.14 Selecting previously unselected package libxml2:armhf.
13:40:34 #9 32.14 Preparing to unpack .../019-libxml2_2.9.12+dfsg-4ubuntu0.1_armhf.deb ...
13:40:34 #9 32.15 Unpacking libxml2:armhf (2.9.12+dfsg-4ubuntu0.1) ...
13:40:34 #9 32.20 Selecting previously unselected package libyaml-0-2:armhf.
13:40:34 #9 32.20 Preparing to unpack .../020-libyaml-0-2_0.2.2-1_armhf.deb ...
13:40:34 #9 32.20 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
13:40:34 #9 32.24 Selecting previously unselected package lsb-release.
13:40:34 #9 32.24 Preparing to unpack .../021-lsb-release_11.1.0ubuntu3_all.deb ...
13:40:34 #9 32.25 Unpacking lsb-release (11.1.0ubuntu3) ...
13:40:34 #9 32.29 Selecting previously unselected package netbase.
13:40:34 #9 32.29 Preparing to unpack .../022-netbase_6.3_all.deb ...
13:40:34 #9 32.29 Unpacking netbase (6.3) ...
13:40:34 #9 32.33 Selecting previously unselected package python3-pkg-resources.
13:40:34 #9 32.33 Preparing to unpack .../023-python3-pkg-resources_52.0.0-4_all.deb ...
13:40:34 #9 32.34 Unpacking python3-pkg-resources (52.0.0-4) ...
13:40:34 #8 47.00 Setting up libltdl-dev:amd64 (2.4.6-2) ...
13:40:34 #8 47.01 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:34 #8 47.02 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:34 #8 47.03 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
13:40:34 #8 47.04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ...
13:40:34 #8 47.05 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:34 #8 47.07 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:34 #8 47.52 Unpacking python3-magic (2:0.4.15-2) ...
13:40:34 #8 47.55 Selecting previously unselected package python3-urllib3.
13:40:34 #8 47.56 Preparing to unpack .../328-python3-urllib3_1.24.1-1_all.deb ...
13:40:34 #8 47.56 Unpacking python3-urllib3 (1.24.1-1) ...
13:40:34 #8 47.63 Selecting previously unselected package python3-requests.
13:40:34 #8 47.63 Preparing to unpack .../329-python3-requests_2.21.0-1_all.deb ...
13:40:34 #8 47.63 Unpacking python3-requests (2.21.0-1) ...
13:40:34 #8 47.68 Selecting previously unselected package python3-unidiff.
13:40:34 #8 47.68 Preparing to unpack .../330-python3-unidiff_0.5.4-1_all.deb ...
13:40:34 #8 47.69 Unpacking python3-unidiff (0.5.4-1) ...
13:40:34 #8 47.73 Selecting previously unselected package python3-xdg.
13:40:34 #8 47.73 Preparing to unpack .../331-python3-xdg_0.25-5_all.deb ...
13:40:34 #8 47.73 Unpacking python3-xdg (0.25-5) ...
13:40:34 #8 47.77 Selecting previously unselected package shared-mime-info.
13:40:34 #8 47.77 Preparing to unpack .../332-shared-mime-info_1.10-1_amd64.deb ...
13:40:34 #8 47.77 Unpacking shared-mime-info (1.10-1) ...
13:40:34 #8 26.66 Selecting previously unselected package autotools-dev.
13:40:34 #8 26.66 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
13:40:34 #8 26.67 Unpacking autotools-dev (20180224.1+nmu1) ...
13:40:34 #8 26.73 Selecting previously unselected package automake.
13:40:34 #8 26.73 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
13:40:34 #8 ...
13:40:34 
13:40:34 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:34 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:34 #11 8.511 Preparing to unpack .../21-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_arm64.deb ...
13:40:34 #11 8.516 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~18.04.2) ...
13:40:34 #11 8.559 Selecting previously unselected package libsystemd-dev:arm64.
13:40:34 #11 8.562 Preparing to unpack .../22-libsystemd-dev_237-3ubuntu10.53_arm64.deb ...
13:40:34 #11 8.568 Unpacking libsystemd-dev:arm64 (237-3ubuntu10.53) ...
13:40:34 #11 8.640 Selecting previously unselected package pkg-config.
13:40:34 #11 8.643 Preparing to unpack .../23-pkg-config_0.29.1-0ubuntu2_arm64.deb ...
13:40:34 #11 8.650 Unpacking pkg-config (0.29.1-0ubuntu2) ...
13:40:34 #11 8.713 Setting up libsepol1-dev:arm64 (2.7-1ubuntu0.1) ...
13:40:34 #11 8.724 Setting up libuv1:arm64 (1.18.0-3) ...
13:40:34 #11 8.736 Setting up bash-completion (1:2.8-1ubuntu1) ...
13:40:34 #9 46.74 Setting up dirmngr (2.2.20-1ubuntu4) ...
13:40:34 #9 46.88 Setting up perl (5.32.1-3ubuntu3) ...
13:40:34 #9 46.90 Setting up libpackage-stash-xs-perl (0.29-1build4) ...
13:40:34 #9 46.91 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:40:34 #9 46.92 Setting up libdata-dump-perl (1.23-1.1) ...
13:40:34 #9 46.94 Setting up libref-util-perl (0.204-1) ...
13:40:34 #9 46.95 Setting up libipc-system-simple-perl (1.30-1) ...
13:40:34 #9 46.96 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:40:34 #9 46.98 Setting up libhash-fieldhash-perl (0.15-1build4) ...
13:40:34 #9 46.99 Setting up libgd3:amd64 (2.3.0-2ubuntu1) ...
13:40:34 #9 51.88 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ...
13:40:34 #9 51.89 Setting up libsub-name-perl (0.26-1) ...
13:40:34 #9 51.91 Setting up libtype-tiny-xs-perl (0.016-1) ...
13:40:34 #9 51.94 Setting up libfile-chdir-perl (0.1008-1) ...
13:40:34 #9 51.96 Setting up xauth (1:1.1-0ubuntu1) ...
13:40:34 #9 51.97 Setting up cpp (4:9.3.0-1ubuntu2) ...
13:40:34 #9 51.99 Setting up libpath-tiny-perl (0.108-1) ...
13:40:34 #9 52.01 Setting up libarchive-cpio-perl (0.10-1) ...
13:40:34 #9 52.03 Setting up libjson-perl (4.02000-2) ...
13:40:34 #9 52.04 Setting up libsub-override-perl (0.09-2) ...
13:40:34 #9 52.05 Setting up python3-unidiff (0.5.5-2) ...
13:40:34 #9 33.36 Unpacking libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
13:40:34 #9 33.41 Selecting previously unselected package libgomp1:armhf.
13:40:34 #9 33.41 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:40:34 #9 33.42 Unpacking libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
13:40:34 #9 33.48 Selecting previously unselected package libatomic1:armhf.
13:40:34 #9 33.48 Preparing to unpack .../086-libatomic1_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:40:34 #9 33.48 Unpacking libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
13:40:34 #9 33.53 Selecting previously unselected package libasan5:armhf.
13:40:34 #9 33.53 Preparing to unpack .../087-libasan5_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:40:34 #9 33.53 Unpacking libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:40:34 #8 44.76 Preparing to unpack .../269-liblist-someutils-perl_0.58-1_all.deb ...
13:40:34 #8 44.76 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:34 #8 44.79 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:34 #8 44.80 Preparing to unpack .../270-liblist-someutils-xs-perl_0.58-2+b1_amd64.deb ...
13:40:34 #8 44.80 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
13:40:34 #8 44.83 Selecting previously unselected package liblist-utilsby-perl.
13:40:34 #8 44.84 Preparing to unpack .../271-liblist-utilsby-perl_0.11-1_all.deb ...
13:40:34 #8 44.84 Unpacking liblist-utilsby-perl (0.11-1) ...
13:40:34 #8 44.88 Selecting previously unselected package libltdl7:amd64.
13:40:34 #8 44.88 Preparing to unpack .../272-libltdl7_2.4.6-15_amd64.deb ...
13:40:34 #8 44.89 Unpacking libltdl7:amd64 (2.4.6-15) ...
13:40:34 #8 44.95 Selecting previously unselected package libltdl-dev:amd64.
13:40:34 #8 44.95 Preparing to unpack .../273-libltdl-dev_2.4.6-15_amd64.deb ...
13:40:34 #8 44.95 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
13:40:34 #8 45.01 Selecting previously unselected package liblzo2-2:amd64.
13:40:35 #8 28.33 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:35 #8 28.33 Preparing to unpack .../075-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
13:40:35 #8 28.35 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
13:40:35 #8 28.39 Selecting previously unselected package dh-strip-nondeterminism.
13:40:35 #8 28.39 Preparing to unpack .../076-dh-strip-nondeterminism_1.12.0-1_all.deb ...
13:40:35 #8 28.39 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
13:40:35 #8 28.43 Selecting previously unselected package libelf1:armhf.
13:40:35 #8 28.43 Preparing to unpack .../077-libelf1_0.183-1_armhf.deb ...
13:40:35 #8 ...
13:40:35 
13:40:35 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:35 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:35 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 11.8s
13:40:35 #13 ...
13:40:35 
13:40:35 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:35 #8 sha256:5d84cd193ad52d2db99bc7b859d7a40e036d5ffc66b09666c16a92e81a19bbbb
13:40:35 #8 28.44 Unpacking libelf1:armhf (0.183-1) ...
13:40:35 #8 28.51 Selecting previously unselected package dwz.
13:40:35 #8 28.51 Preparing to unpack .../078-dwz_0.13+20210201-1_armhf.deb ...
13:40:35 #8 28.51 Unpacking dwz (0.13+20210201-1) ...
13:40:35 #8 28.57 Selecting previously unselected package libicu67:armhf.
13:40:35 #8 28.57 Preparing to unpack .../079-libicu67_67.1-7_armhf.deb ...
13:40:35 #8 28.58 Unpacking libicu67:armhf (67.1-7) ...
13:40:35 #9 47.25 Processing triggers for libc-bin (2.35-0ubuntu3) ...
13:40:35 #9 47.28 Processing triggers for ca-certificates (20211016) ...
13:40:35 #9 47.28 Updating certificates in /etc/ssl/certs...
13:40:35 #9 51.63 Selecting previously unselected package python3-certifi.
13:40:35 #9 51.63 Preparing to unpack .../339-python3-certifi_2020.6.20-1_all.deb ...
13:40:35 #9 51.63 Unpacking python3-certifi (2020.6.20-1) ...
13:40:35 #9 51.68 Selecting previously unselected package python3-idna.
13:40:35 #9 51.68 Preparing to unpack .../340-python3-idna_2.10-1_all.deb ...
13:40:35 #9 51.68 Unpacking python3-idna (2.10-1) ...
13:40:35 #9 51.72 Selecting previously unselected package python3-urllib3.
13:40:35 #9 51.72 Preparing to unpack .../341-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:40:35 #9 51.73 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:40:35 #9 51.77 Selecting previously unselected package python3-requests.
13:40:35 #9 51.77 Preparing to unpack .../342-python3-requests_2.25.1+dfsg-2_all.deb ...
13:40:35 #9 51.77 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:40:35 #9 51.81 Selecting previously unselected package python3-unidiff.
13:40:35 #9 51.81 Preparing to unpack .../343-python3-unidiff_0.5.5-2_all.deb ...
13:40:35 #9 51.82 Unpacking python3-unidiff (0.5.5-2) ...
13:40:35 #9 51.85 Selecting previously unselected package python3-xdg.
13:40:35 #8 37.12 Selecting previously unselected package diffstat.
13:40:35 #8 37.12 Preparing to unpack .../117-diffstat_1.61-1build1_armhf.deb ...
13:40:35 #8 37.13 Unpacking diffstat (1.61-1build1) ...
13:40:35 #8 37.18 Selecting previously unselected package libassuan0:armhf.
13:40:35 #8 37.18 Preparing to unpack .../118-libassuan0_2.5.1-2_armhf.deb ...
13:40:35 #8 37.18 Unpacking libassuan0:armhf (2.5.1-2) ...
13:40:35 #8 37.23 Selecting previously unselected package gpgconf.
13:40:35 #8 37.23 Preparing to unpack .../119-gpgconf_2.2.4-1ubuntu1.4_armhf.deb ...
13:40:35 #9 32.41 Selecting previously unselected package ucf.
13:40:35 #9 32.41 Preparing to unpack .../024-ucf_3.0043_all.deb ...
13:40:35 #9 32.41 Moving old data out of the way
13:40:35 #9 32.41 Unpacking ucf (3.0043) ...
13:40:35 #9 32.47 Selecting previously unselected package libmagic-mgc.
13:40:35 #9 32.47 Preparing to unpack .../025-libmagic-mgc_1%3a5.39-3_armhf.deb ...
13:40:35 #9 32.47 Unpacking libmagic-mgc (1:5.39-3) ...
13:40:35 #9 32.59 Selecting previously unselected package libmagic1:armhf.
13:40:35 #9 32.59 Preparing to unpack .../026-libmagic1_1%3a5.39-3_armhf.deb ...
13:40:35 #9 32.60 Unpacking libmagic1:armhf (1:5.39-3) ...
13:40:35 #9 32.64 Selecting previously unselected package file.
13:40:35 #9 32.64 Preparing to unpack .../027-file_1%3a5.39-3_armhf.deb ...
13:40:35 #9 32.65 Unpacking file (1:5.39-3) ...
13:40:35 #8 47.08 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:35 #8 47.09 Setting up gpgconf (2.2.4-1ubuntu1.4) ...
13:40:35 #8 47.10 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:35 #8 47.11 Setting up file (1:5.32-2ubuntu0.4) ...
13:40:35 #8 47.13 Setting up fakeroot (1.22-2ubuntu1) ...
13:40:35 #8 47.13 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:35 #8 47.13 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:35 #8 47.13 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:35 #8 47.13 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:35 #8 47.13 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:35 #8 47.13 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:35 #8 47.13 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:35 #8 47.13 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:35 #8 47.13 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:35 #8 47.15 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:35 #8 47.16 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:35 #8 47.17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
13:40:35 #8 47.18 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
13:40:35 #8 47.19 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ...
13:40:35 #8 47.20 Setting up gpgsm (2.2.4-1ubuntu1.4) ...
13:40:35 #8 47.22 Setting up gnupg-utils (2.2.4-1ubuntu1.4) ...
13:40:35 #8 47.23 Setting up man-db (2.8.3-2ubuntu0.1) ...
13:40:35 #8 47.32 Building database of manual pages ...
13:40:35 #8 47.89 Selecting previously unselected package strace.
13:40:35 #8 47.89 Preparing to unpack .../333-strace_4.26-0.2_amd64.deb ...
13:40:35 #8 47.90 Unpacking strace (4.26-0.2) ...
13:40:35 #8 47.97 Selecting previously unselected package unzip.
13:40:35 #8 47.98 Preparing to unpack .../334-unzip_6.0-23+deb10u2_amd64.deb ...
13:40:35 #8 47.98 Unpacking unzip (6.0-23+deb10u2) ...
13:40:35 #8 48.10 Selecting previously unselected package xauth.
13:40:35 #8 48.10 Preparing to unpack .../335-xauth_1%3a1.0.10-1_amd64.deb ...
13:40:35 #8 48.11 Unpacking xauth (1:1.0.10-1) ...
13:40:35 #8 48.15 Selecting previously unselected package xdg-user-dirs.
13:40:35 #9 47.00 Setting up libvariable-magic-perl (0.62-1build3) ...
13:40:35 #9 47.02 Setting up libio-html-perl (1.004-2) ...
13:40:35 #9 47.03 Setting up libpod-parser-perl (1.63-2) ...
13:40:35 #9 47.05 Setting up libb-hooks-op-check-perl (0.22-1build3) ...
13:40:35 #9 47.06 Setting up liblist-moreutils-xs-perl (0.430-2) ...
13:40:35 #9 47.08 Setting up libparams-util-perl (1.102-1build2) ...
13:40:35 #9 47.09 Setting up libdpkg-perl (1.20.9ubuntu2) ...
13:40:35 #9 47.11 Setting up libtime-duration-perl (1.21-1) ...
13:40:35 #9 47.13 Setting up autoconf (2.69-14) ...
13:40:35 #9 47.14 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:35 #9 47.15 Setting up libarray-intspan-perl (2.004-1) ...
13:40:35 #9 47.17 Setting up libcapture-tiny-perl (0.48-1) ...
13:40:35 #9 47.18 Setting up libtimedate-perl (2.3300-2) ...
13:40:35 #9 47.19 Setting up libstdc++-11-dev:amd64 (11.2.0-7ubuntu2) ...
13:40:35 #9 47.21 Setting up gpg-wks-server (2.2.20-1ubuntu4) ...
13:40:35 #9 47.22 Setting up libsub-name-perl (0.26-1build2) ...
13:40:35 #9 47.23 Setting up libtype-tiny-xs-perl (0.022-1) ...
13:40:35 #9 47.24 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:40:35 #9 47.25 Setting up libproc-processtable-perl (0.59-2build2) ...
13:40:35 #9 47.26 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:40:35 #9 47.28 Setting up gcc-11 (11.2.0-7ubuntu2) ...
13:40:35 #9 47.29 Setting up xauth (1:1.1-1) ...
13:40:35 #9 52.21 Setting up libstrictures-perl (2.000006-1) ...
13:40:35 #9 52.22 Setting up libsub-quote-perl (2.006006-1) ...
13:40:35 #9 52.24 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
13:40:35 #9 52.25 Setting up libsort-versions-perl (1.62-1) ...
13:40:35 #9 52.28 Setting up libexporter-tiny-perl (1.002001-1) ...
13:40:35 #9 52.29 Setting up libre-engine-re2-perl (0.13-5) ...
13:40:35 #9 52.31 Setting up libterm-readkey-perl (2.38-1build1) ...
13:40:35 #9 52.32 Setting up lsb-release (11.1.0ubuntu2) ...
13:40:35 #9 52.34 Setting up libnet-ip-perl (1.26-2) ...
13:40:35 #9 ...
13:40:35 
13:40:35 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:35 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:35 #14 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 17.1s done
13:40:35 #14 extracting sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c done
13:40:35 #14 DONE 48.9s
13:40:35 
13:40:35 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:35 #9 sha256:4df9e5b1484c836af67ea42b2fd0ed0f9357f7fab5fa9b46a9bc463c6ebd438a
13:40:35 #9 ...
13:40:35 
13:40:35 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:35 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:35 #14 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 12.6s
13:40:35 #9 45.39 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.2) ...
13:40:35 #9 45.40 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
13:40:35 #9 45.41 Setting up gpg (2.2.19-3ubuntu2.1) ...
13:40:35 #9 45.43 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
13:40:35 #9 45.44 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ...
13:40:35 #9 45.45 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ...
13:40:35 #9 45.47 Setting up gpg-agent (2.2.19-3ubuntu2.1) ...
13:40:35 #8 45.01 Preparing to unpack .../274-liblzo2-2_2.10-2_amd64.deb ...
13:40:35 #8 45.02 Unpacking liblzo2-2:amd64 (2.10-2) ...
13:40:35 #8 45.06 Selecting previously unselected package libsys-hostname-long-perl.
13:40:35 #8 45.06 Preparing to unpack .../275-libsys-hostname-long-perl_1.5-2_all.deb ...
13:40:35 #8 45.07 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:40:35 #8 45.10 Selecting previously unselected package libmail-sendmail-perl.
13:40:35 #8 45.10 Preparing to unpack .../276-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:40:35 #8 45.11 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:40:35 #8 45.15 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:35 #8 45.15 Preparing to unpack .../277-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:35 #8 45.15 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:35 #8 45.18 Selecting previously unselected package libmailtools-perl.
13:40:35 #8 45.19 Preparing to unpack .../278-libmailtools-perl_2.21-1_all.deb ...
13:40:35 #8 45.19 Unpacking libmailtools-perl (2.21-1) ...
13:40:35 #8 45.24 Selecting previously unselected package libmarkdown2:amd64.
13:40:35 #8 45.24 Preparing to unpack .../279-libmarkdown2_2.2.6-1_amd64.deb ...
13:40:35 #8 45.25 Unpacking libmarkdown2:amd64 (2.2.6-1) ...
13:40:35 #8 45.29 Selecting previously unselected package libmime-tools-perl.
13:40:35 #8 45.29 Preparing to unpack .../280-libmime-tools-perl_5.509-1_all.deb ...
13:40:35 #9 51.85 Preparing to unpack .../344-python3-xdg_0.27-2_all.deb ...
13:40:35 #9 51.86 Unpacking python3-xdg (0.27-2) ...
13:40:35 #9 51.89 Selecting previously unselected package equivs.
13:40:35 #9 51.89 Preparing to unpack .../345-equivs_2.3.1_all.deb ...
13:40:35 #9 51.90 Unpacking equivs (2.3.1) ...
13:40:35 #9 51.93 Selecting previously unselected package libauthen-sasl-perl.
13:40:35 #9 51.94 Preparing to unpack .../346-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:40:35 #9 51.94 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:40:35 #9 51.98 Selecting previously unselected package python3-magic.
13:40:35 #9 51.98 Preparing to unpack .../347-python3-magic_2%3a0.4.20-3_all.deb ...
13:40:35 #9 51.98 Unpacking python3-magic (2:0.4.20-3) ...
13:40:35 #9 52.06 Setting up libksba8:arm64 (1.5.1-1) ...
13:40:35 #9 52.07 Setting up media-types (4.0.0) ...
13:40:35 #9 52.09 Setting up libpipeline1:arm64 (1.5.3-1build1) ...
13:40:35 #9 47.61 0 added, 0 removed; done.
13:40:35 #9 47.61 Running hooks in /etc/ca-certificates/update.d...
13:40:35 #9 47.61 done.
13:40:35 #8 37.24 Unpacking gpgconf (2.2.4-1ubuntu1.4) ...
13:40:35 #8 37.32 Selecting previously unselected package libksba8:armhf.
13:40:35 #8 37.32 Preparing to unpack .../120-libksba8_1.3.5-2_armhf.deb ...
13:40:35 #8 37.33 Unpacking libksba8:armhf (1.3.5-2) ...
13:40:35 #8 37.42 Selecting previously unselected package libnpth0:armhf.
13:40:35 #8 37.42 Preparing to unpack .../121-libnpth0_1.5-3_armhf.deb ...
13:40:35 #8 37.42 Unpacking libnpth0:armhf (1.5-3) ...
13:40:35 #8 37.50 Selecting previously unselected package dirmngr.
13:40:35 #8 37.50 Preparing to unpack .../122-dirmngr_2.2.4-1ubuntu1.4_armhf.deb ...
13:40:35 #9 32.68 Selecting previously unselected package gettext-base.
13:40:35 #9 32.68 Preparing to unpack .../028-gettext-base_0.21-4ubuntu3_armhf.deb ...
13:40:35 #9 32.69 Unpacking gettext-base (0.21-4ubuntu3) ...
13:40:35 #9 32.73 Selecting previously unselected package iso-codes.
13:40:35 #9 32.73 Preparing to unpack .../029-iso-codes_4.6.0-1_all.deb ...
13:40:35 #9 32.73 Unpacking iso-codes (4.6.0-1) ...
13:40:35 #8 47.45 Setting up pinentry-curses (1.1.0-1) ...
13:40:35 #8 47.46 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ...
13:40:35 #8 47.47 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:35 #8 47.48 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
13:40:35 #8 47.49 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:35 #8 47.51 Setting up gpg (2.2.4-1ubuntu1.4) ...
13:40:35 #8 47.52 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
13:40:35 #8 47.53 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
13:40:35 #8 47.54 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
13:40:35 #8 47.55 Setting up python3 (3.6.7-1~18.04) ...
13:40:35 #9 DONE 52.7s
13:40:35 #8 48.15 Preparing to unpack .../336-xdg-user-dirs_0.17-2_amd64.deb ...
13:40:35 #8 48.16 Unpacking xdg-user-dirs (0.17-2) ...
13:40:35 #8 48.25 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
13:40:35 #8 48.26 Setting up libapt-pkg-perl (0.1.34+b1) ...
13:40:35 #8 48.27 Setting up libksba8:amd64 (1.3.5-2) ...
13:40:35 #8 48.28 Setting up libpipeline1:amd64 (1.5.1-2) ...
13:40:35 #8 48.30 Setting up wdiff (1.2.2-2+b1) ...
13:40:35 #8 48.31 Setting up lsb-base (10.2019051400) ...
13:40:35 #8 48.32 Setting up mysql-common (5.8+1.0.5) ...
13:40:35 #8 48.34 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
13:40:35 #8 48.35 Setting up libxau6:amd64 (1:1.0.8-1+b2) ...
13:40:35 #8 48.36 Setting up libkeyutils1:amd64 (1.6-6) ...
13:40:35 #8 52.60   Running scriptlet: hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
13:40:35 #8 56.89   Verifying        : abattis-cantarell-fonts-0.301-2.fc34.noarch          1/135 
13:40:35 #8 56.89   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.     2/135 
13:40:35 #8 56.89   Verifying        : bzip2-1.0.8-6.fc34.aarch64                           3/135 
13:40:35 #8 56.89   Verifying        : cpio-2.13-10.fc34.aarch64                            4/135 
13:40:35 #8 56.89   Verifying        : dbus-libs-1:1.12.20-3.fc34.aarch64                   5/135 
13:40:35 #8 56.89   Verifying        : desktop-file-utils-0.26-3.fc34.aarch64               6/135 
13:40:35 #8 56.89   Verifying        : diffutils-3.7-8.fc34.aarch64                         7/135 
13:40:35 #8 56.89   Verifying        : dwz-0.14-1.fc34.aarch64                              8/135 
13:40:35 #8 56.89   Verifying        : ed-1.14.2-10.fc34.aarch64                            9/135 
13:40:35 #8 56.89   Verifying        : enchant-1:1.6.0-27.fc34.aarch64                     10/135 
13:40:35 #8 56.89   Verifying        : findutils-1:4.8.0-2.fc34.aarch64                    11/135 
13:40:35 #8 56.89   Verifying        : fonts-srpm-macros-1:2.0.5-5.fc34.noarch             12/135 
13:40:35 #8 56.89   Verifying        : fpc-srpm-macros-1.3-3.fc34.noarch                   13/135 
13:40:35 #8 56.89   Verifying        : ghc-srpm-macros-1.5.0-4.fc34.noarch                 14/135 
13:40:35 #8 56.89   Verifying        : gnat-srpm-macros-4-13.fc34.noarch                   15/135 
13:40:35 #8 56.89   Verifying        : groff-base-1.22.4-7.fc34.aarch64                    16/135 
13:40:35 #8 56.89   Verifying        : gsettings-desktop-schemas-40.0-1.fc34.aarch64       17/135 
13:40:35 #8 56.89   Verifying        : hunspell-1.7.0-9.fc34.aarch64                       18/135 
13:40:35 #8 56.89   Verifying        : hunspell-en-GB-0.20140811.1-18.fc34.noarch          19/135 
13:40:35 #8 56.89   Verifying        : hunspell-en-US-0.20140811.1-18.fc34.noarch          20/135 
13:40:35 #8 56.89   Verifying        : hunspell-filesystem-1.7.0-9.fc34.aarch64            21/135 
13:40:35 #8 56.89   Verifying        : info-6.7-10.fc34.aarch64                            22/135 
13:40:35 #8 56.89   Verifying        : kernel-srpm-macros-1.0-4.fc34.noarch                23/135 
13:40:35 #8 56.89   Verifying        : libappstream-glib-0.7.18-2.fc34.aarch64             24/135 
13:40:35 #8 56.89   Verifying        : libpipeline-1.5.3-2.fc34.aarch64                    25/135 
13:40:35 #8 56.89   Verifying        : libpkgconf-1.7.3-6.fc34.aarch64                     26/135 
13:40:35 #8 56.89   Verifying        : libpng-2:1.6.37-10.fc34.aarch64                     27/135 
13:40:35 #8 56.89   Verifying        : libproxy-0.4.15-30.fc34.aarch64                     28/135 
13:40:35 #8 56.89   Verifying        : libsoup-2.72.0-6.fc34.aarch64                       29/135 
13:40:35 #8 56.89   Verifying        : libstemmer-0-16.585svn.fc34.aarch64                 30/135 
13:40:35 #8 56.89   Verifying        : lua-srpm-macros-1-4.fc34.noarch                     31/135 
13:40:35 #8 56.89   Verifying        : man-db-2.9.3-3.fc34.aarch64                         32/135 
13:40:35 #8 56.89   Verifying        : ncurses-6.2-4.20200222.fc34.aarch64                 33/135 
13:40:35 #8 56.89   Verifying        : nim-srpm-macros-3-4.fc34.noarch                     34/135 
13:40:35 #8 56.89   Verifying        : ocaml-srpm-macros-6-4.fc34.noarch                   35/135 
13:40:35 #8 56.89   Verifying        : openblas-srpm-macros-2-9.fc34.noarch                36/135 
13:40:35 #8 56.89   Verifying        : patch-2.7.6-14.fc34.aarch64                         37/135 
13:40:35 #8 56.89   Verifying        : perl-Carp-1.50-458.fc34.noarch                      38/135 
13:40:35 #8 56.89   Verifying        : perl-Data-Dumper-2.174-460.fc34.aarch64             39/135 
13:40:35 #8 56.89   Verifying        : perl-Digest-MD5-2.58-2.fc34.aarch64                 40/135 
13:40:35 #8 56.89   Verifying        : perl-Exporter-5.74-459.fc34.noarch                  41/135 
13:40:35 #8 56.89   Verifying        : perl-File-Path-2.18-2.fc34.noarch                   42/135 
13:40:35 #8 56.89   Verifying        : perl-File-Temp-1:0.231.100-2.fc34.noarch            43/135 
13:40:35 #8 56.89   Verifying        : perl-Getopt-Long-1:2.52-2.fc34.noarch               44/135 
13:40:35 #8 56.89   Verifying        : perl-IO-Socket-IP-0.41-3.fc34.noarch                45/135 
13:40:35 #8 56.89   Verifying        : perl-IO-Socket-SSL-2.070-2.fc34.noarch              46/135 
13:40:35 #8 56.89   Verifying        : perl-MIME-Base64-3.16-2.fc34.aarch64                47/135 
13:40:35 #8 56.89   Verifying        : perl-Net-SSLeay-1.90-2.fc34.aarch64                 48/135 
13:40:35 #8 56.89   Verifying        : perl-PathTools-3.78-459.fc34.aarch64                49/135 
13:40:35 #8 56.89   Verifying        : perl-Pod-Escapes-1:1.07-458.fc34.noarch             50/135 
13:40:35 #8 56.89   Verifying        : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            51/135 
13:40:35 #8 56.89   Verifying        : perl-Pod-Simple-1:3.42-2.fc34.noarch                52/135 
13:40:35 #8 56.89   Verifying        : perl-Pod-Usage-4:2.01-2.fc34.noarch                 53/135 
13:40:35 #8 56.89   Verifying        : perl-Scalar-List-Utils-4:1.56-459.fc34.aarch64      54/135 
13:40:35 #8 56.89   Verifying        : perl-Storable-1:3.21-458.fc34.aarch64               55/135 
13:40:35 #8 56.89   Verifying        : perl-Term-ANSIColor-5.01-459.fc34.noarch            56/135 
13:40:35 #8 56.89   Verifying        : perl-Term-Cap-1.17-458.fc34.noarch                  57/135 
13:40:35 #8 56.89   Verifying        : perl-Text-ParseWords-3.30-458.fc34.noarch           58/135 
13:40:35 #8 56.89   Verifying        : perl-Time-Local-2:1.300-5.fc34.noarch               59/135 
13:40:35 #8 56.89   Verifying        : perl-URI-5.09-1.fc34.noarch                         60/135 
13:40:35 #8 56.89   Verifying        : perl-constant-1.33-459.fc34.noarch                  61/135 
13:40:35 #8 56.89   Verifying        : perl-libnet-3.13-2.fc34.noarch                      62/135 
13:40:35 #8 56.89   Verifying        : perl-parent-1:0.238-458.fc34.noarch                 63/135 
13:40:35 #8 56.89   Verifying        : perl-podlators-1:4.14-458.fc34.noarch               64/135 
13:40:35 #8 56.89   Verifying        : perl-srpm-macros-1-39.fc34.noarch                   65/135 
13:40:35 #8 56.89   Verifying        : pkgconf-1.7.3-6.fc34.aarch64                        66/135 
13:40:35 #8 56.89   Verifying        : pkgconf-m4-1.7.3-6.fc34.noarch                      67/135 
13:40:35 #8 56.89   Verifying        : pkgconf-pkg-config-1.7.3-6.fc34.aarch64             68/135 
13:40:35 #8 56.89   Verifying        : python3-dateutil-1:2.8.1-3.fc34.noarch              69/135 
13:40:35 #8 56.89   Verifying        : python3-distro-1.5.0-5.fc34.noarch                  70/135 
13:40:35 #8 56.89   Verifying        : python3-six-1.15.0-5.fc34.noarch                    71/135 
13:40:35 #8 56.89   Verifying        : qt5-srpm-macros-5.15.2-2.fc34.noarch                72/135 
13:40:35 #8 56.89   Verifying        : rpm-build-4.16.1.3-1.fc34.aarch64                   73/135 
13:40:35 #8 56.89   Verifying        : shared-mime-info-2.1-2.fc34.aarch64                 74/135 
13:40:35 #8 56.89   Verifying        : unzip-6.0-50.fc34.aarch64                           75/135 
13:40:35 #8 56.89   Verifying        : xz-5.2.5-5.fc34.aarch64                             76/135 
13:40:35 #8 56.89   Verifying        : zip-3.0-28.fc34.aarch64                             77/135 
13:40:35 #8 56.89   Verifying        : binutils-2.35.2-6.fc34.aarch64                      78/135 
13:40:35 #8 56.89   Verifying        : binutils-gold-2.35.2-6.fc34.aarch64                 79/135 
13:40:35 #8 56.89   Verifying        : dnf-plugins-core-4.0.24-1.fc34.noarch               80/135 
13:40:35 #8 56.89   Verifying        : efi-srpm-macros-5-4.fc34.noarch                     81/135 
13:40:35 #8 56.89   Verifying        : elfutils-0.186-1.fc34.aarch64                       82/135 
13:40:35 #8 56.89   Verifying        : elfutils-debuginfod-client-0.186-1.fc34.aarch64     83/135 
13:40:35 #8 56.89   Verifying        : emacs-filesystem-1:27.2-5.fc34.noarch               84/135 
13:40:35 #8 56.89   Verifying        : file-5.39-7.fc34.aarch64                            85/135 
13:40:35 #8 56.89   Verifying        : gdb-minimal-11.1-5.fc34.aarch64                     86/135 
13:40:35 #8 56.89   Verifying        : gdk-pixbuf2-2.42.6-1.fc34.aarch64                   87/135 
13:40:35 #8 56.89   Verifying        : glib-networking-2.68.3-1.fc34.aarch64               88/135 
13:40:35 #8 56.89   Verifying        : go-srpm-macros-3.0.15-1.fc34.noarch                 89/135 
13:40:35 #8 56.89   Verifying        : json-glib-1.6.6-1.fc34.aarch64                      90/135 
13:40:35 #8 56.89   Verifying        : less-590-2.fc34.aarch64                             91/135 
13:40:35 #8 56.89   Verifying        : libjpeg-turbo-2.0.90-3.fc34.aarch64                 92/135 
13:40:35 #8 56.89   Verifying        : perl-AutoLoader-5.74-477.fc34.noarch                93/135 
13:40:35 #8 56.89   Verifying        : perl-B-1.80-477.fc34.aarch64                        94/135 
13:40:35 #8 56.89   Verifying        : perl-Class-Struct-0.66-477.fc34.noarch              95/135 
13:40:35 #8 56.89   Verifying        : perl-Digest-1.20-1.fc34.noarch                      96/135 
13:40:35 #8 56.89   Verifying        : perl-DynaLoader-1.47-477.fc34.aarch64               97/135 
13:40:35 #8 56.89   Verifying        : perl-Encode-4:3.15-462.fc34.aarch64                 98/135 
13:40:35 #8 56.89   Verifying        : perl-Errno-1.30-477.fc34.aarch64                    99/135 
13:40:35 #8 56.89   Verifying        : perl-Fcntl-1.13-477.fc34.aarch64                   100/135 
13:40:35 #8 56.89   Verifying        : perl-File-Basename-2.85-477.fc34.noarch            101/135 
13:40:35 #8 56.89   Verifying        : perl-File-stat-1.09-477.fc34.noarch                102/135 
13:40:35 #8 56.90   Verifying        : perl-FileHandle-2.03-477.fc34.noarch               103/135 
13:40:35 #8 56.90   Verifying        : perl-Getopt-Std-1.12-477.fc34.noarch               104/135 
13:40:35 #8 56.90   Verifying        : perl-HTTP-Tiny-0.078-1.fc34.noarch                 105/135 
13:40:35 #8 56.90   Verifying        : perl-IO-1.43-477.fc34.aarch64                      106/135 
13:40:35 #8 56.90   Verifying        : perl-IPC-Open3-1.21-477.fc34.noarch                107/135 
13:40:35 #8 56.90   Verifying        : perl-Mozilla-CA-20211001-1.fc34.noarch             108/135 
13:40:35 #8 56.90   Verifying        : perl-NDBM_File-1.15-477.fc34.aarch64               109/135 
13:40:35 #8 56.90   Verifying        : perl-POSIX-1.94-477.fc34.aarch64                   110/135 
13:40:35 #8 56.90   Verifying        : perl-SelectSaver-1.02-477.fc34.noarch              111/135 
13:40:35 #8 56.90   Verifying        : perl-Socket-4:2.032-1.fc34.aarch64                 112/135 
13:40:35 #8 56.90   Verifying        : perl-Symbol-1.08-477.fc34.noarch                   113/135 
13:40:35 #8 56.90   Verifying        : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch        114/135 
13:40:35 #8 56.90   Verifying        : perl-base-2.27-477.fc34.noarch                     115/135 
13:40:35 #8 56.90   Verifying        : perl-if-0.60.800-477.fc34.noarch                   116/135 
13:40:35 #8 56.90   Verifying        : perl-interpreter-4:5.32.1-477.fc34.aarch64         117/135 
13:40:35 #8 56.90   Verifying        : perl-libs-4:5.32.1-477.fc34.aarch64                118/135 
13:40:35 #8 56.90   Verifying        : perl-mro-1.23-477.fc34.aarch64                     119/135 
13:40:35 #8 56.90   Verifying        : perl-overload-1.31-477.fc34.noarch                 120/135 
13:40:35 #8 56.90   Verifying        : perl-overloading-0.02-477.fc34.noarch              121/135 
13:40:35 #8 56.90   Verifying        : perl-subs-1.03-477.fc34.noarch                     122/135 
13:40:35 #8 56.90   Verifying        : perl-vars-1.05-477.fc34.noarch                     123/135 
13:40:35 #8 56.90   Verifying        : python-srpm-macros-3.9-41.fc34.noarch              124/135 
13:40:35 #8 56.90   Verifying        : python3-dbus-1.2.18-1.fc34.aarch64                 125/135 
13:40:35 #8 56.90   Verifying        : python3-dnf-plugins-core-4.0.24-1.fc34.noarch      126/135 
13:40:35 #8 56.90   Verifying        : python3-enchant-3.2.1-1.fc34.noarch                127/135 
13:40:35 #8 56.90   Verifying        : python3-file-magic-5.39-7.fc34.noarch              128/135 
13:40:35 #8 56.90   Verifying        : python3-setuptools-53.0.0-3.fc34.noarch            129/135 
13:40:35 #8 56.90   Verifying        : redhat-rpm-config-183-3.fc34.noarch                130/135 
13:40:35 #8 56.90   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc34.noarch         131/135 
13:40:35 #8 56.90   Verifying        : rpmlint-1.11-19.fc34.noarch                        132/135 
13:40:35 #8 56.90   Verifying        : rust-srpm-macros-21-1.fc34.noarch                  133/135 
13:40:35 #8 56.90   Verifying        : xxhash-libs-0.8.1-1.fc34.aarch64                   134/135 
13:40:35 #8 56.90   Verifying        : zstd-1.5.2-1.fc34.aarch64                          135/135 
13:40:35 #8 57.14 
13:40:35 #8 57.14 Installed:
13:40:35 #8 57.14   abattis-cantarell-fonts-0.301-2.fc34.noarch                                   
13:40:35 #8 57.14   adobe-source-code-pro-fonts-2.030.1.050-10.fc34.noarch                        
13:40:35 #8 57.14   binutils-2.35.2-6.fc34.aarch64                                                
13:40:35 #8 57.14   binutils-gold-2.35.2-6.fc34.aarch64                                           
13:40:35 #8 57.14   bzip2-1.0.8-6.fc34.aarch64                                                    
13:40:35 #8 57.14   cpio-2.13-10.fc34.aarch64                                                     
13:40:35 #8 57.14   dbus-libs-1:1.12.20-3.fc34.aarch64                                            
13:40:35 #8 57.14   desktop-file-utils-0.26-3.fc34.aarch64                                        
13:40:35 #8 57.14   diffutils-3.7-8.fc34.aarch64                                                  
13:40:35 #8 57.14   dnf-plugins-core-4.0.24-1.fc34.noarch                                         
13:40:35 #8 57.14   dwz-0.14-1.fc34.aarch64                                                       
13:40:35 #8 57.14   ed-1.14.2-10.fc34.aarch64                                                     
13:40:35 #8 57.14   efi-srpm-macros-5-4.fc34.noarch                                               
13:40:35 #8 57.14   elfutils-0.186-1.fc34.aarch64                                                 
13:40:35 #8 57.14   elfutils-debuginfod-client-0.186-1.fc34.aarch64                               
13:40:35 #8 57.14   emacs-filesystem-1:27.2-5.fc34.noarch                                         
13:40:35 #8 57.14   enchant-1:1.6.0-27.fc34.aarch64                                               
13:40:35 #8 57.14   file-5.39-7.fc34.aarch64                                                      
13:40:35 #8 57.14   findutils-1:4.8.0-2.fc34.aarch64                                              
13:40:35 #8 57.14   fonts-srpm-macros-1:2.0.5-5.fc34.noarch                                       
13:40:35 #8 57.14   fpc-srpm-macros-1.3-3.fc34.noarch                                             
13:40:35 #8 57.14   gdb-minimal-11.1-5.fc34.aarch64                                               
13:40:35 #8 57.14   gdk-pixbuf2-2.42.6-1.fc34.aarch64                                             
13:40:35 #8 57.14   ghc-srpm-macros-1.5.0-4.fc34.noarch                                           
13:40:35 #8 57.14   glib-networking-2.68.3-1.fc34.aarch64                                         
13:40:35 #8 57.14   gnat-srpm-macros-4-13.fc34.noarch                                             
13:40:35 #8 57.14   go-srpm-macros-3.0.15-1.fc34.noarch                                           
13:40:35 #8 57.14   groff-base-1.22.4-7.fc34.aarch64                                              
13:40:35 #8 57.14   gsettings-desktop-schemas-40.0-1.fc34.aarch64                                 
13:40:35 #8 57.14   hunspell-1.7.0-9.fc34.aarch64                                                 
13:40:35 #8 57.14   hunspell-en-GB-0.20140811.1-18.fc34.noarch                                    
13:40:35 #8 57.14   hunspell-en-US-0.20140811.1-18.fc34.noarch                                    
13:40:35 #8 57.14   hunspell-filesystem-1.7.0-9.fc34.aarch64                                      
13:40:35 #8 57.14   info-6.7-10.fc34.aarch64                                                      
13:40:35 #8 57.14   json-glib-1.6.6-1.fc34.aarch64                                                
13:40:35 #8 57.14   kernel-srpm-macros-1.0-4.fc34.noarch                                          
13:40:35 #8 57.14   less-590-2.fc34.aarch64                                                       
13:40:35 #8 57.14   libappstream-glib-0.7.18-2.fc34.aarch64                                       
13:40:35 #8 57.14   libjpeg-turbo-2.0.90-3.fc34.aarch64                                           
13:40:35 #8 57.14   libpipeline-1.5.3-2.fc34.aarch64                                              
13:40:35 #8 57.14   libpkgconf-1.7.3-6.fc34.aarch64                                               
13:40:35 #8 57.14   libpng-2:1.6.37-10.fc34.aarch64                                               
13:40:35 #8 57.14   libproxy-0.4.15-30.fc34.aarch64                                               
13:40:35 #8 57.14   libsoup-2.72.0-6.fc34.aarch64                                                 
13:40:35 #8 57.14   libstemmer-0-16.585svn.fc34.aarch64                                           
13:40:35 #8 57.14   lua-srpm-macros-1-4.fc34.noarch                                               
13:40:35 #8 57.14   man-db-2.9.3-3.fc34.aarch64                                                   
13:40:35 #8 57.14   ncurses-6.2-4.20200222.fc34.aarch64                                           
13:40:35 #8 57.14   nim-srpm-macros-3-4.fc34.noarch                                               
13:40:35 #8 57.14   ocaml-srpm-macros-6-4.fc34.noarch                                             
13:40:35 #8 57.14   openblas-srpm-macros-2-9.fc34.noarch                                          
13:40:35 #8 57.14   patch-2.7.6-14.fc34.aarch64                                                   
13:40:35 #8 57.14   perl-AutoLoader-5.74-477.fc34.noarch                                          
13:40:35 #8 57.14   perl-B-1.80-477.fc34.aarch64                                                  
13:40:35 #8 57.14   perl-Carp-1.50-458.fc34.noarch                                                
13:40:35 #8 57.14   perl-Class-Struct-0.66-477.fc34.noarch                                        
13:40:35 #8 57.14   perl-Data-Dumper-2.174-460.fc34.aarch64                                       
13:40:35 #8 57.14   perl-Digest-1.20-1.fc34.noarch                                                
13:40:35 #8 57.14   perl-Digest-MD5-2.58-2.fc34.aarch64                                           
13:40:35 #8 57.14   perl-DynaLoader-1.47-477.fc34.aarch64                                         
13:40:35 #8 57.14   perl-Encode-4:3.15-462.fc34.aarch64                                           
13:40:35 #8 57.14   perl-Errno-1.30-477.fc34.aarch64                                              
13:40:35 #8 57.14   perl-Exporter-5.74-459.fc34.noarch                                            
13:40:35 #8 57.14   perl-Fcntl-1.13-477.fc34.aarch64                                              
13:40:35 #8 57.14   perl-File-Basename-2.85-477.fc34.noarch                                       
13:40:35 #8 57.14   perl-File-Path-2.18-2.fc34.noarch                                             
13:40:35 #8 57.14   perl-File-Temp-1:0.231.100-2.fc34.noarch                                      
13:40:35 #8 57.14   perl-File-stat-1.09-477.fc34.noarch                                           
13:40:35 #8 57.14   perl-FileHandle-2.03-477.fc34.noarch                                          
13:40:35 #8 57.14   perl-Getopt-Long-1:2.52-2.fc34.noarch                                         
13:40:35 #8 57.14   perl-Getopt-Std-1.12-477.fc34.noarch                                          
13:40:35 #8 57.14   perl-HTTP-Tiny-0.078-1.fc34.noarch                                            
13:40:35 #8 57.14   perl-IO-1.43-477.fc34.aarch64                                                 
13:40:35 #8 57.14   perl-IO-Socket-IP-0.41-3.fc34.noarch                                          
13:40:35 #8 57.14   perl-IO-Socket-SSL-2.070-2.fc34.noarch                                        
13:40:35 #8 57.14   perl-IPC-Open3-1.21-477.fc34.noarch                                           
13:40:35 #8 57.14   perl-MIME-Base64-3.16-2.fc34.aarch64                                          
13:40:35 #8 57.14   perl-Mozilla-CA-20211001-1.fc34.noarch                                        
13:40:35 #8 57.14   perl-NDBM_File-1.15-477.fc34.aarch64                                          
13:40:35 #8 57.14   perl-Net-SSLeay-1.90-2.fc34.aarch64                                           
13:40:35 #8 57.14   perl-POSIX-1.94-477.fc34.aarch64                                              
13:40:35 #8 57.14   perl-PathTools-3.78-459.fc34.aarch64                                          
13:40:35 #8 57.14   perl-Pod-Escapes-1:1.07-458.fc34.noarch                                       
13:40:35 #8 57.14   perl-Pod-Perldoc-3.28.01-459.fc34.noarch                                      
13:40:35 #8 57.14   perl-Pod-Simple-1:3.42-2.fc34.noarch                                          
13:40:35 #8 57.14   perl-Pod-Usage-4:2.01-2.fc34.noarch                                           
13:40:35 #8 57.14   perl-Scalar-List-Utils-4:1.56-459.fc34.aarch64                                
13:40:35 #8 57.14   perl-SelectSaver-1.02-477.fc34.noarch                                         
13:40:35 #8 57.14   perl-Socket-4:2.032-1.fc34.aarch64                                            
13:40:35 #8 57.14   perl-Storable-1:3.21-458.fc34.aarch64                                         
13:40:35 #8 57.14   perl-Symbol-1.08-477.fc34.noarch                                              
13:40:35 #8 57.14   perl-Term-ANSIColor-5.01-459.fc34.noarch                                      
13:40:35 #8 57.14   perl-Term-Cap-1.17-458.fc34.noarch                                            
13:40:35 #8 57.14   perl-Text-ParseWords-3.30-458.fc34.noarch                                     
13:40:35 #8 57.14   perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch                                   
13:40:35 #8 57.14   perl-Time-Local-2:1.300-5.fc34.noarch                                         
13:40:35 #8 57.14   perl-URI-5.09-1.fc34.noarch                                                   
13:40:35 #8 57.14   perl-base-2.27-477.fc34.noarch                                                
13:40:35 #8 57.14   perl-constant-1.33-459.fc34.noarch                                            
13:40:35 #8 57.14   perl-if-0.60.800-477.fc34.noarch                                              
13:40:35 #8 57.14   perl-interpreter-4:5.32.1-477.fc34.aarch64                                    
13:40:35 #8 57.14   perl-libnet-3.13-2.fc34.noarch                                                
13:40:35 #8 57.14   perl-libs-4:5.32.1-477.fc34.aarch64                                           
13:40:35 #8 57.14   perl-mro-1.23-477.fc34.aarch64                                                
13:40:35 #8 57.14   perl-overload-1.31-477.fc34.noarch                                            
13:40:35 #8 57.14   perl-overloading-0.02-477.fc34.noarch                                         
13:40:35 #8 57.14   perl-parent-1:0.238-458.fc34.noarch                                           
13:40:35 #8 57.14   perl-podlators-1:4.14-458.fc34.noarch                                         
13:40:35 #8 57.14   perl-srpm-macros-1-39.fc34.noarch                                             
13:40:35 #8 57.14   perl-subs-1.03-477.fc34.noarch                                                
13:40:35 #8 57.14   perl-vars-1.05-477.fc34.noarch                                                
13:40:35 #8 57.14   pkgconf-1.7.3-6.fc34.aarch64                                                  
13:40:35 #8 57.14   pkgconf-m4-1.7.3-6.fc34.noarch                                                
13:40:35 #8 57.14   pkgconf-pkg-config-1.7.3-6.fc34.aarch64                                       
13:40:35 #8 57.14   python-srpm-macros-3.9-41.fc34.noarch                                         
13:40:35 #8 57.14   python3-dateutil-1:2.8.1-3.fc34.noarch                                        
13:40:35 #8 57.14   python3-dbus-1.2.18-1.fc34.aarch64                                            
13:40:35 #8 57.14   python3-distro-1.5.0-5.fc34.noarch                                            
13:40:35 #8 57.14   python3-dnf-plugins-core-4.0.24-1.fc34.noarch                                 
13:40:35 #8 57.14   python3-enchant-3.2.1-1.fc34.noarch                                           
13:40:35 #8 57.14   python3-file-magic-5.39-7.fc34.noarch                                         
13:40:35 #8 57.14   python3-setuptools-53.0.0-3.fc34.noarch                                       
13:40:35 #8 57.14   python3-six-1.15.0-5.fc34.noarch                                              
13:40:35 #8 57.14   qt5-srpm-macros-5.15.2-2.fc34.noarch                                          
13:40:35 #8 57.14   redhat-rpm-config-183-3.fc34.noarch                                           
13:40:35 #8 57.14   rpm-build-4.16.1.3-1.fc34.aarch64                                             
13:40:35 #8 57.14   rpmautospec-rpm-macros-0.2.6-1.fc34.noarch                                    
13:40:35 #8 57.14   rpmlint-1.11-19.fc34.noarch                                                   
13:40:35 #8 57.14   rust-srpm-macros-21-1.fc34.noarch                                             
13:40:35 #8 57.14   shared-mime-info-2.1-2.fc34.aarch64                                           
13:40:35 #8 57.14   unzip-6.0-50.fc34.aarch64                                                     
13:40:35 #8 57.14   xxhash-libs-0.8.1-1.fc34.aarch64                                              
13:40:35 #8 57.14   xz-5.2.5-5.fc34.aarch64                                                       
13:40:35 #8 57.14   zip-3.0-28.fc34.aarch64                                                       
13:40:35 #8 57.14   zstd-1.5.2-1.fc34.aarch64                                                     
13:40:35 #8 57.14 
13:40:35 #8 57.14 Complete!
13:40:35 #8 DONE 57.3s
13:40:35 
13:40:35 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
13:40:35 #10 sha256:2edcc4149ad767deb0f604b8c992e689cfa2ab3d40a0b7e7026e5650cf4c732c
13:40:35 #10 DONE 0.1s
13:40:35 
13:40:35 #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;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
13:40:35 #11 sha256:cd60489c3873b924f78688a79156c7ba82327d839d3aa2808c430ab76d0c37ec
13:40:35 #9 47.30 Setting up libpath-tiny-perl (0.118-1) ...
13:40:35 #9 47.31 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:40:35 #9 47.33 Setting up libjson-perl (4.03000-1) ...
13:40:35 #9 47.34 Setting up libipc-run3-perl (0.048-2) ...
13:40:35 #9 47.35 Setting up libsub-override-perl (0.09-2) ...
13:40:35 #9 47.36 Setting up libaliased-perl (0.34-1.1) ...
13:40:35 #9 47.37 Setting up libstrictures-perl (2.000006-1) ...
13:40:35 #9 47.38 Setting up libsub-quote-perl (2.006006-1) ...
13:40:35 #9 47.40 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:40:35 #9 47.41 Setting up libclass-xsaccessor-perl (1.19-3build7) ...
13:40:35 #9 47.44 Setting up libsort-versions-perl (1.62-1) ...
13:40:35 #9 47.45 Setting up libexporter-tiny-perl (1.002002-1) ...
13:40:35 #9 47.47 Setting up libre-engine-re2-perl:amd64 (0.14-1build1) ...
13:40:35 #9 47.48 Setting up libfile-dirlist-perl (0.05-2) ...
13:40:35 #9 47.49 Setting up libterm-readkey-perl (2.38-1build2) ...
13:40:35 #9 47.50 Setting up libtext-levenshteinxs-perl (0.03-4build9) ...
13:40:35 #9 52.36 Setting up python3-magic (2:0.4.15-3) ...
13:40:35 #9 52.52 Setting up libperlio-gzip-perl (0.19-1build5) ...
13:40:35 #9 52.53 Setting up libsys-hostname-long-perl (1.5-1) ...
13:40:35 #9 52.54 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
13:40:35 #9 52.56 Setting up liburi-perl (1.76-2) ...
13:40:35 #9 52.58 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:40:35 #9 52.59 Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:35 #9 52.60 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
13:40:35 #9 33.95 Selecting previously unselected package libubsan1:armhf.
13:40:35 #9 33.95 Preparing to unpack .../088-libubsan1_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:40:35 #9 33.96 Unpacking libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
13:40:35 #9 34.10 Selecting previously unselected package libgcc-9-dev:armhf.
13:40:35 #9 34.10 Preparing to unpack .../089-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:40:35 #9 34.10 Unpacking libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:40:35 #14 ...
13:40:35 
13:40:35 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:35 #9 sha256:cd25afeca20d5d917a30c24994f8e2f272f998b4ff1badf4b6a0482df9d9cbf5
13:40:35 #9 27.14 Selecting previously unselected package libxmuu1:armhf.
13:40:35 #9 27.14 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_armhf.deb ...
13:40:35 #9 27.22 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
13:40:35 #8 45.29 Unpacking libmime-tools-perl (5.509-1) ...
13:40:35 #8 45.34 Selecting previously unselected package libmoox-aliases-perl.
13:40:35 #8 45.34 Preparing to unpack .../281-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:40:35 #8 45.35 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:40:35 #8 45.38 Selecting previously unselected package libnamespace-autoclean-perl.
13:40:35 #8 45.38 Preparing to unpack .../282-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:40:35 #8 45.38 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:40:35 #8 45.42 Selecting previously unselected package libobject-id-perl.
13:40:35 #8 45.42 Preparing to unpack .../283-libobject-id-perl_0.1.2-2.1_all.deb ...
13:40:35 #8 45.42 Unpacking libobject-id-perl (0.1.2-2.1) ...
13:40:35 #8 45.46 Selecting previously unselected package libmoox-struct-perl.
13:40:35 #8 45.46 Preparing to unpack .../284-libmoox-struct-perl_0.020-1_all.deb ...
13:40:35 #8 45.46 Unpacking libmoox-struct-perl (0.020-1) ...
13:40:35 #8 45.49 Selecting previously unselected package libmouse-perl.
13:40:35 #8 45.49 Preparing to unpack .../285-libmouse-perl_2.5.10-1+b1_amd64.deb ...
13:40:35 #8 45.50 Unpacking libmouse-perl (2.5.10-1+b1) ...
13:40:35 #9 52.10 Setting up wdiff (1.2.2-2build2) ...
13:40:35 #9 52.11 Setting up libxau6:arm64 (1:1.0.9-1build3) ...
13:40:35 #9 52.12 Setting up libre2-9:arm64 (20210801+dfsg-1) ...
13:40:35 #9 52.14 Setting up lto-disabled-list (16) ...
13:40:35 #9 52.15 Setting up libpsl5:arm64 (0.21.0-1.2) ...
13:40:35 #9 52.16 Setting up bsdextrautils (2.36.1-8ubuntu2.2) ...
13:40:35 #9 52.18 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:40:35 #9 52.18 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
13:40:35 #9 52.18 Setting up libicu67:arm64 (67.1-7ubuntu1) ...
13:40:35 #9 52.20 Setting up libmagic-mgc (1:5.39-3) ...
13:40:35 #9 52.21 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
13:40:35 #9 52.23 Setting up distro-info-data (0.51ubuntu1.2) ...
13:40:35 #9 52.24 Setting up manpages (5.10-1ubuntu1) ...
13:40:35 #9 52.26 Setting up unzip (6.0-26ubuntu1) ...
13:40:35 #9 52.27 Setting up perl-modules-5.32 (5.32.1-3ubuntu3) ...
13:40:35 #9 52.28 Setting up libbrotli1:arm64 (1.0.9-2build3) ...
13:40:35 #9 52.29 Setting up libsqlite3-0:arm64 (3.35.5-1) ...
13:40:35 #9 52.30 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:35 #9 52.32 Setting up binutils-common:arm64 (2.37-7ubuntu1) ...
13:40:35 #9 52.33 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
13:40:35 #9 52.34 Setting up libmagic1:arm64 (1:5.39-3) ...
13:40:35 #9 52.36 Setting up libdeflate0:arm64 (1.7-2ubuntu2) ...
13:40:35 #9 52.37 Setting up less (551-2) ...
13:40:35 #9 52.39 Setting up perl-openssl-defaults:arm64 (5) ...
13:40:35 #9 52.40 Setting up linux-libc-dev:arm64 (5.13.0-40.45) ...
13:40:35 #9 52.41 Setting up libctf-nobfd0:arm64 (2.37-7ubuntu1) ...
13:40:35 #9 DONE 47.9s
13:40:35 #8 37.52 Unpacking dirmngr (2.2.4-1ubuntu1.4) ...
13:40:35 #8 37.67 Selecting previously unselected package python3-pkg-resources.
13:40:35 #8 37.67 Preparing to unpack .../123-python3-pkg-resources_39.0.1-2_all.deb ...
13:40:35 #8 37.68 Unpacking python3-pkg-resources (39.0.1-2) ...
13:40:35 #8 37.80 Selecting previously unselected package python3-chardet.
13:40:35 
13:40:35 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:40:35 #11 sha256:5e52c9802020e5a924147a7aa7a407305af3d39db47be8ec3659df3834533d45
13:40:35 #11 DONE 0.1s
13:40:35 
13:40:35 #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
13:40:35 #12 sha256:7a21106fed0059d326dd98860fc482b7907ebedcc7ab5cfb0a82f012bf4bbc44
13:40:35 #8 48.37 Setting up libpsl5:amd64 (0.20.2-2) ...
13:40:35 #8 48.39 Setting up libgpm2:amd64 (1.20.7-5) ...
13:40:35 #8 48.40 Setting up mime-support (3.62) ...
13:40:35 #8 48.43 Setting up xdg-user-dirs (0.17-2) ...
13:40:35 #8 48.46 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
13:40:35 #8 48.47 Setting up psmisc (23.2-1+deb10u1) ...
13:40:35 #8 48.48 Setting up libgc1c2:amd64 (1:7.6.4-0.4) ...
13:40:35 #8 48.49 Setting up libyaml-0-2:amd64 (0.2.1-1) ...
13:40:35 #8 48.51 Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u3) ...
13:40:35 #8 48.52 No schema files found: doing nothing.
13:40:35 #8 48.52 Setting up distro-info-data (0.41+deb10u4) ...
13:40:35 #8 48.53 Setting up manpages (4.16-2) ...
13:40:35 #8 48.54 Setting up unzip (6.0-23+deb10u2) ...
13:40:35 #8 48.57 Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u1) ...
13:40:35 #8 48.58 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ...
13:40:35 #9 47.51 Setting up libperlio-gzip-perl (0.19-1build7) ...
13:40:35 #9 47.52 Setting up libsys-hostname-long-perl (1.5-2) ...
13:40:35 #9 47.54 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:40:35 #9 47.55 Setting up libsereal-decoder-perl (4.018+ds-1build1) ...
13:40:35 #9 47.56 Setting up liburi-perl (5.08-1) ...
13:40:35 #9 47.57 Setting up libfile-touch-perl (0.11-1) ...
13:40:35 #9 47.58 Setting up python3.9 (3.9.7-2build1) ...
13:40:35 #9 52.62 Setting up python3-pkg-resources (45.2.0-1) ...
13:40:35 #9 52.82 Setting up automake (1:1.16.1-4ubuntu6) ...
13:40:35 #9 52.83 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:35 #9 52.84 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:40:35 #9 52.84 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:40:35 #9 52.84 Setting up libasync-mergepoint-perl (0.04-2) ...
13:40:35 #9 52.86 Setting up libstring-escape-perl (2010.002-2) ...
13:40:35 #9 34.27 Selecting previously unselected package gcc-9.
13:40:35 #9 34.27 Preparing to unpack .../090-gcc-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:40:35 #9 34.28 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:35 #8 45.57 Selecting previously unselected package libnumber-range-perl.
13:40:35 #8 45.57 Preparing to unpack .../286-libnumber-range-perl_0.12-1.1_all.deb ...
13:40:35 #8 45.58 Unpacking libnumber-range-perl (0.12-1.1) ...
13:40:35 #8 45.61 Selecting previously unselected package libossp-uuid16:amd64.
13:40:35 #8 45.61 Preparing to unpack .../287-libossp-uuid16_1.6.2-1.5+b9_amd64.deb ...
13:40:35 #8 45.61 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
13:40:35 #8 45.64 Selecting previously unselected package libossp-uuid-perl.
13:40:35 #8 45.65 Preparing to unpack .../288-libossp-uuid-perl_1.6.2-1.5+b9_amd64.deb ...
13:40:35 #8 45.66 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
13:40:35 #8 45.70 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:35 #8 45.70 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1+b2_amd64.deb ...
13:40:35 #8 45.71 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
13:40:35 #8 45.74 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:35 #8 45.74 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:35 #8 45.75 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:35 #8 45.78 Selecting previously unselected package libperlio-gzip-perl.
13:40:35 #8 45.78 Preparing to unpack .../291-libperlio-gzip-perl_0.19-1+b7_amd64.deb ...
13:40:35 #8 45.79 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
13:40:35 #8 45.82 Selecting previously unselected package libpod-parser-perl.
13:40:35 #9 45.93 Setting up openssh-client (1:8.2p1-4ubuntu0.4) ...
13:40:35 #9 46.02 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:35 #9 46.04 Setting up gpgsm (2.2.19-3ubuntu2.1) ...
13:40:35 #9 46.05 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
13:40:35 #9 46.06 Setting up python3 (3.8.2-0ubuntu2) ...
13:40:35 #11 9.422 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~18.04.2) ...
13:40:35 #11 9.441 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
13:40:35 #11 9.463 Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:35 #11 9.479 Setting up librhash0:arm64 (1.3.6-2) ...
13:40:35 #11 9.497 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:35 #11 9.525 Setting up pkg-config (0.29.1-0ubuntu2) ...
13:40:35 #11 9.579 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
13:40:35 #11 9.593 Setting up libpcrecpp0v5:arm64 (2:8.39-9) ...
13:40:35 #11 9.610 Setting up libpcre32-3:arm64 (2:8.39-9) ...
13:40:35 #11 9.623 Setting up libsystemd-dev:arm64 (237-3ubuntu10.53) ...
13:40:35 #11 9.635 Setting up libpcre16-3:arm64 (2:8.39-9) ...
13:40:35 #11 9.648 Setting up libudev-dev:arm64 (237-3ubuntu10.53) ...
13:40:35 #11 9.666 Setting up liblzo2-2:arm64 (2.08-1.2) ...
13:40:35 #11 9.686 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
13:40:35 #11 9.698 Setting up libpcre3-dev:arm64 (2:8.39-9) ...
13:40:35 #11 9.711 Setting up libarchive13:arm64 (3.2.2-3.1ubuntu0.7) ...
13:40:35 #9 27.50 Selecting previously unselected package man-db.
13:40:35 #9 27.50 Preparing to unpack .../044-man-db_2.10.2-1_armhf.deb ...
13:40:35 #9 52.42 Setting up gettext-base (0.21-4ubuntu3) ...
13:40:35 #9 52.43 Setting up liblzo2-2:arm64 (2.10-2build1) ...
13:40:35 #9 52.45 Setting up libnpth0:arm64 (1.6-3) ...
13:40:35 #9 52.46 Setting up file (1:5.39-3) ...
13:40:35 #9 52.47 Setting up libassuan0:arm64 (2.5.5-1) ...
13:40:35 #9 52.48 Setting up libgomp1:arm64 (11.2.0-7ubuntu2) ...
13:40:35 #9 52.49 Setting up libcbor0.6:arm64 (0.6.0-0ubuntu3) ...
13:40:35 #9 52.50 Setting up bzip2 (1.0.8-4ubuntu3) ...
13:40:35 #9 52.51 Setting up libldap-common (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:35 #9 52.52 Setting up libjbig0:arm64 (2.1-3.1build1) ...
13:40:35 #9 52.53 Setting up libfakeroot:arm64 (1.25.3-1.1ubuntu2) ...
13:40:35 #9 52.55 Setting up libasan6:arm64 (11.2.0-7ubuntu2) ...
13:40:35 #9 52.56 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:35 #9 52.57 Setting up tzdata (2022a-0ubuntu0.21.10) ...
13:40:35 #9 52.67 
13:40:35 #9 52.67 Current default time zone: 'Etc/UTC'
13:40:35 
13:40:35 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:40:35 #11 sha256:2482b8b997d7c838605107db93233bf1cfdd748ad59a06817b887a9f2ce1ad12
13:40:35 #11 DONE 0.1s
13:40:35 
13:40:35 #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
13:40:35 #12 sha256:035e12e9b9b59fc0955f16da15521a0b94955de852c571158fde678a7670e38c
13:40:35 #8 37.80 Preparing to unpack .../124-python3-chardet_3.0.4-1_all.deb ...
13:40:35 #8 37.81 Unpacking python3-chardet (3.0.4-1) ...
13:40:35 #8 37.87 Selecting previously unselected package python3-six.
13:40:35 #8 37.87 Preparing to unpack .../125-python3-six_1.11.0-2_all.deb ...
13:40:35 #8 37.88 Unpacking python3-six (1.11.0-2) ...
13:40:35 #8 37.92 Selecting previously unselected package python3-debian.
13:40:35 #8 37.92 Preparing to unpack .../126-python3-debian_0.1.32_all.deb ...
13:40:35 #8 ...
13:40:35 
13:40:35 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:35 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:35 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 15.5s
13:40:35 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 16.5s done
13:40:35 #13 ...
13:40:35 
13:40:35 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:35 #8 sha256:5323f1ab4d7332a150acc3373447d976aeca8b205e66e4f27926c47cd38ee2e9
13:40:35 #8 37.93 Unpacking python3-debian (0.1.32) ...
13:40:35 #8 38.01 Selecting previously unselected package gnupg-l10n.
13:40:35 #8 38.01 Preparing to unpack .../127-gnupg-l10n_2.2.4-1ubuntu1.4_all.deb ...
13:40:35 #8 38.03 Unpacking gnupg-l10n (2.2.4-1ubuntu1.4) ...
13:40:35 #8 48.60 Setting up binutils-common:amd64 (2.31.1-16) ...
13:40:35 #8 48.62 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:40:35 #8 48.63 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
13:40:35 #8 48.65 Setting up less (487-0.1+b1) ...
13:40:35 #8 48.74 Setting up perl-openssl-defaults:amd64 (3) ...
13:40:35 #8 48.78 Setting up linux-libc-dev:amd64 (4.19.235-1) ...
13:40:35 #8 48.80 Setting up gettext-base (0.19.8.1-9) ...
13:40:35 #8 48.81 Setting up liblzo2-2:amd64 (2.10-0.1) ...
13:40:35 #8 48.82 Setting up libnpth0:amd64 (1.6-1) ...
13:40:35 #8 48.83 Setting up krb5-locales (1.17-3+deb10u3) ...
13:40:35 #8 48.85 Setting up file (1:5.35-4+deb10u2) ...
13:40:35 #8 47.86 Setting up python3-magic (2:0.4.15-1) ...
13:40:35 #8 48.01 Setting up python3-idna (2.6-1) ...
13:40:35 #8 44.57 Fedora Modular 35 - x86_64 - Updates            3.4 MB/s | 2.9 MB     00:00    
13:40:35 #9 33.36 Selecting previously unselected package libcbor0.6:armhf.
13:40:35 #9 33.36 Preparing to unpack .../030-libcbor0.6_0.6.0-0ubuntu3_armhf.deb ...
13:40:35 #9 33.37 Unpacking libcbor0.6:armhf (0.6.0-0ubuntu3) ...
13:40:35 #9 33.43 Selecting previously unselected package libedit2:armhf.
13:40:35 #9 33.43 Preparing to unpack .../031-libedit2_3.1-20191231-2build1_armhf.deb ...
13:40:35 #9 33.45 Unpacking libedit2:armhf (3.1-20191231-2build1) ...
13:40:35 #9 33.48 Selecting previously unselected package libfido2-1:armhf.
13:40:35 #9 33.48 Preparing to unpack .../032-libfido2-1_1.6.0-2build1_armhf.deb ...
13:40:35 #9 33.49 Unpacking libfido2-1:armhf (1.6.0-2build1) ...
13:40:35 #9 33.51 Selecting previously unselected package libpng16-16:armhf.
13:40:35 #9 33.51 Preparing to unpack .../033-libpng16-16_1.6.37-3build4_armhf.deb ...
13:40:35 #9 33.55 Unpacking libpng16-16:armhf (1.6.37-3build4) ...
13:40:35 #9 33.61 Selecting previously unselected package libpsl5:armhf.
13:40:35 #9 33.61 Preparing to unpack .../034-libpsl5_0.21.0-1.2_armhf.deb ...
13:40:35 #9 33.61 Unpacking libpsl5:armhf (0.21.0-1.2) ...
13:40:35 #8 57.53   Running scriptlet: glibc-common-2.35-2.fc36.aarch64                   178/178 
13:40:35 #8 61.52   Verifying        : abattis-cantarell-fonts-0.301-7.fc36.noarch          1/178 
13:40:35 #8 61.52   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.fc36.     2/178 
13:40:35 #8 61.52   Verifying        : bzip2-1.0.8-11.fc36.aarch64                          3/178 
13:40:35 #8 61.52   Verifying        : cpio-2.13-12.fc36.aarch64                            4/178 
13:40:35 #8 61.52   Verifying        : dash-0.5.10.2-10.fc36.aarch64                        5/178 
13:40:35 #8 61.52   Verifying        : dbus-libs-1:1.14.0-1.fc36.aarch64                    6/178 
13:40:35 #8 61.52   Verifying        : debugedit-5.0-3.fc36.aarch64                         7/178 
13:40:35 #8 61.52   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.aarch64       8/178 
13:40:35 #8 61.52   Verifying        : diffutils-3.8-2.fc36.aarch64                         9/178 
13:40:35 #8 61.52   Verifying        : dnf-plugins-core-4.1.0-1.fc36.noarch                10/178 
13:40:35 #8 61.52   Verifying        : dwz-0.14-2.fc35.aarch64                             11/178 
13:40:35 #8 61.52   Verifying        : ed-1.14.2-12.fc36.aarch64                           12/178 
13:40:35 #8 61.52   Verifying        : efi-srpm-macros-5-5.fc36.noarch                     13/178 
13:40:35 #8 61.52   Verifying        : enchant-1:1.6.0-30.fc36.aarch64                     14/178 
13:40:35 #8 61.52   Verifying        : file-5.41-4.fc36.aarch64                            15/178 
13:40:35 #8 61.52   Verifying        : fonts-filesystem-1:2.0.5-7.fc36.noarch              16/178 
13:40:35 #8 61.52   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             17/178 
13:40:35 #8 61.52   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   18/178 
13:40:35 #8 61.52   Verifying        : gdb-minimal-11.2-3.fc36.aarch64                     19/178 
13:40:35 #8 61.52   Verifying        : gdk-pixbuf2-2.42.8-1.fc36.aarch64                   20/178 
13:40:35 #8 61.52   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 21/178 
13:40:35 #8 61.52   Verifying        : glib-networking-2.72.0-1.fc36.aarch64               22/178 
13:40:35 #8 61.52   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   23/178 
13:40:35 #8 61.52   Verifying        : go-srpm-macros-3.0.15-1.fc36.noarch                 24/178 
13:40:35 #8 61.52   Verifying        : groff-base-1.22.4-9.fc36.aarch64                    25/178 
13:40:35 #8 61.52   Verifying        : gsettings-desktop-schemas-42.0-1.fc36.aarch64       26/178 
13:40:35 #8 61.52   Verifying        : hunspell-1.7.0-19.fc36.aarch64                      27/178 
13:40:35 #8 61.52   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             28/178 
13:40:35 #8 61.52   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          29/178 
13:40:35 #8 61.52   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          30/178 
13:40:35 #8 61.52   Verifying        : hunspell-filesystem-1.7.0-19.fc36.aarch64           31/178 
13:40:35 #8 61.52   Verifying        : info-6.8-3.fc36.aarch64                             32/178 
13:40:35 #8 61.52   Verifying        : json-glib-1.6.6-2.fc36.aarch64                      33/178 
13:40:35 #8 61.52   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               34/178 
13:40:35 #8 61.52   Verifying        : libappstream-glib-0.7.18-4.fc36.aarch64             35/178 
13:40:35 #8 61.52   Verifying        : libicu-69.1-5.fc36.aarch64                          36/178 
13:40:35 #8 61.52   Verifying        : libjpeg-turbo-2.1.2-2.fc36.aarch64                  37/178 
13:40:35 #8 61.52   Verifying        : libpkgconf-1.8.0-2.fc36.aarch64                     38/178 
13:40:35 #8 61.52   Verifying        : libpng-2:1.6.37-12.fc36.aarch64                     39/178 
13:40:35 #8 61.52   Verifying        : libproxy-0.4.17-4.fc36.aarch64                      40/178 
13:40:35 #8 61.52   Verifying        : libproxy-webkitgtk4-0.4.17-4.fc36.aarch64           41/178 
13:40:35 #8 61.52   Verifying        : libsoup-2.74.2-2.fc36.aarch64                       42/178 
13:40:35 #8 61.52   Verifying        : libstemmer-0-18.585svn.fc36.aarch64                 43/178 
13:40:35 #8 61.52   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     44/178 
13:40:35 #8 61.52   Verifying        : ncurses-6.2-9.20210508.fc36.aarch64                 45/178 
13:40:35 #8 61.52   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     46/178 
13:40:35 #8 61.52   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   47/178 
13:40:35 #8 61.52   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               48/178 
13:40:35 #8 61.52   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        49/178 
13:40:35 #8 61.52   Verifying        : patch-2.7.6-16.fc36.aarch64                         50/178 
13:40:35 #8 61.52   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                51/178 
13:40:35 #8 61.52   Verifying        : perl-B-1.82-486.fc36.aarch64                        52/178 
13:40:35 #8 61.52   Verifying        : perl-Carp-1.52-479.fc36.noarch                      53/178 
13:40:35 #8 61.52   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              54/178 
13:40:35 #8 61.52   Verifying        : perl-Data-Dumper-2.183-3.fc36.aarch64               55/178 
13:40:35 #8 61.52   Verifying        : perl-Digest-1.20-2.fc36.noarch                      56/178 
13:40:35 #8 61.52   Verifying        : perl-Digest-MD5-2.58-479.fc36.aarch64               57/178 
13:40:35 #8 61.52   Verifying        : perl-DynaLoader-1.50-486.fc36.aarch64               58/178 
13:40:35 #8 61.53   Verifying        : perl-Errno-1.33-486.fc36.aarch64                    59/178 
13:40:35 #8 61.53   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  60/178 
13:40:35 #8 61.53   Verifying        : perl-Fcntl-1.14-486.fc36.aarch64                    61/178 
13:40:35 #8 61.53   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             62/178 
13:40:35 #8 61.53   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 63/178 
13:40:35 #8 61.53   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          64/178 
13:40:35 #8 61.53   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 65/178 
13:40:35 #8 61.53   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                66/178 
13:40:35 #8 61.53   Verifying        : perl-Getopt-Long-1:2.52-479.fc36.noarch             67/178 
13:40:35 #8 61.53   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                68/178 
13:40:35 #8 61.53   Verifying        : perl-HTTP-Tiny-0.080-2.fc36.noarch                  69/178 
13:40:35 #8 61.53   Verifying        : perl-IO-1.46-486.fc36.aarch64                       70/178 
13:40:35 #8 61.53   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              71/178 
13:40:35 #8 61.53   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              72/178 
13:40:35 #8 61.53   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 73/178 
13:40:35 #8 61.53   Verifying        : perl-MIME-Base64-3.16-479.fc36.aarch64              74/178 
13:40:35 #8 61.53   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              75/178 
13:40:35 #8 61.53   Verifying        : perl-NDBM_File-1.15-486.fc36.aarch64                76/178 
13:40:35 #8 61.53   Verifying        : perl-Net-SSLeay-1.92-2.fc36.aarch64                 77/178 
13:40:35 #8 61.53   Verifying        : perl-POSIX-1.97-486.fc36.aarch64                    78/178 
13:40:35 #8 61.53   Verifying        : perl-PathTools-3.80-479.fc36.aarch64                79/178 
13:40:35 #8 61.53   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             80/178 
13:40:35 #8 61.53   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            81/178 
13:40:35 #8 61.53   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                82/178 
13:40:35 #8 61.53   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               83/178 
13:40:35 #8 61.53   Verifying        : perl-Scalar-List-Utils-5:1.62-464.fc36.aarch64      84/178 
13:40:35 #8 61.53   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               85/178 
13:40:35 #8 61.53   Verifying        : perl-Storable-1:3.25-2.fc36.aarch64                 86/178 
13:40:35 #8 61.53   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    87/178 
13:40:35 #8 61.53   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            88/178 
13:40:35 #8 61.53   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  89/178 
13:40:35 #8 61.53   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         90/178 
13:40:35 #8 61.53   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             91/178 
13:40:35 #8 61.53   Verifying        : perl-URI-5.10-1.fc36.noarch                         92/178 
13:40:35 #8 61.53   Verifying        : perl-base-2.27-486.fc36.noarch                      93/178 
13:40:35 #8 61.53   Verifying        : perl-constant-1.33-480.fc36.noarch                  94/178 
13:40:35 #8 61.53   Verifying        : perl-if-0.60.900-486.fc36.noarch                    95/178 
13:40:35 #8 61.53   Verifying        : perl-interpreter-4:5.34.1-486.fc36.aarch64          96/178 
13:40:35 #8 61.53   Verifying        : perl-libnet-3.13-480.fc36.noarch                    97/178 
13:40:35 #8 61.53   Verifying        : perl-libs-4:5.34.1-486.fc36.aarch64                 98/178 
13:40:35 #8 61.53   Verifying        : perl-mro-1.25-486.fc36.aarch64                      99/178 
13:40:35 #8 61.53   Verifying        : perl-overload-1.33-486.fc36.noarch                 100/178 
13:40:35 #8 61.53   Verifying        : perl-overloading-0.02-486.fc36.noarch              101/178 
13:40:35 #8 61.53   Verifying        : perl-parent-1:0.238-479.fc36.noarch                102/178 
13:40:35 #8 61.53   Verifying        : perl-podlators-1:4.14-479.fc36.noarch              103/178 
13:40:35 #8 61.53   Verifying        : perl-srpm-macros-1-43.fc36.noarch                  104/178 
13:40:35 #8 61.53   Verifying        : perl-subs-1.04-486.fc36.noarch                     105/178 
13:40:35 #8 61.53   Verifying        : perl-vars-1.05-486.fc36.noarch                     106/178 
13:40:35 #8 61.53   Verifying        : pkgconf-1.8.0-2.fc36.aarch64                       107/178 
13:40:35 #8 61.53   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                     108/178 
13:40:35 #8 61.53   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.aarch64            109/178 
13:40:35 #8 61.53   Verifying        : python-srpm-macros-3.10-17.fc36.noarch             110/178 
13:40:35 #8 61.53   Verifying        : python3-construct-2.10.67-4.fc36.noarch            111/178 
13:40:35 #8 61.53   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch             112/178 
13:40:35 #8 61.53   Verifying        : python3-dbus-1.2.18-3.fc36.aarch64                 113/178 
13:40:35 #8 61.53   Verifying        : python3-distro-1.6.0-2.fc36.noarch                 114/178 
13:40:35 #8 61.53   Verifying        : python3-dnf-plugins-core-4.1.0-1.fc36.noarch       115/178 
13:40:35 #8 61.53   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                116/178 
13:40:35 #8 61.53   Verifying        : python3-pybeam-0.7-2.fc36.noarch                   117/178 
13:40:35 #8 61.53   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                   118/178 
13:40:35 #8 61.53   Verifying        : python3-six-1.16.0-5.fc36.noarch                   119/178 
13:40:35 #8 61.53   Verifying        : python3-toml-0.10.2-6.fc36.noarch                  120/178 
13:40:35 #8 61.53   Verifying        : python3-zstd-1.4.5.1-6.fc36.aarch64                121/178 
13:40:35 #8 61.53   Verifying        : qt5-srpm-macros-5.15.3-1.fc36.noarch               122/178 
13:40:35 #8 61.53   Verifying        : rpm-build-4.17.0-10.fc36.aarch64                   123/178 
13:40:35 #8 61.53   Verifying        : rpmlint-2.2.0-3.fc36.noarch                        124/178 
13:40:35 #8 61.53   Verifying        : rust-srpm-macros-21-1.fc36.noarch                  125/178 
13:40:35 #8 61.53   Verifying        : shared-mime-info-2.1-3.fc35.aarch64                126/178 
13:40:35 #8 61.53   Verifying        : unzip-6.0-57.fc36.aarch64                          127/178 
13:40:35 #8 61.53   Verifying        : xxhash-libs-0.8.1-2.fc36.aarch64                   128/178 
13:40:35 #8 61.53   Verifying        : xz-5.2.5-9.fc36.aarch64                            129/178 
13:40:35 #8 61.53   Verifying        : zip-3.0-32.fc36.aarch64                            130/178 
13:40:35 #8 61.53   Verifying        : zstd-1.5.2-1.fc36.aarch64                          131/178 
13:40:35 #8 61.53   Verifying        : binutils-2.37-27.fc36.aarch64                      132/178 
13:40:35 #8 61.53   Verifying        : binutils-gold-2.37-27.fc36.aarch64                 133/178 
13:40:35 #8 61.53   Verifying        : elfutils-0.187-2.fc36.aarch64                      134/178 
13:40:35 #8 61.53   Verifying        : elfutils-debuginfod-client-0.187-2.fc36.aarch64    135/178 
13:40:35 #8 61.53   Verifying        : glibc-gconv-extra-2.35-5.fc36.aarch64              136/178 
13:40:35 #8 61.53   Verifying        : perl-Encode-4:3.17-485.fc36.aarch64                137/178 
13:40:35 #8 61.53   Verifying        : perl-Socket-4:2.033-1.fc36.aarch64                 138/178 
13:40:35 #8 61.53   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            139/178 
13:40:35 #8 61.53   Verifying        : redhat-rpm-config-217-1.fc36.noarch                140/178 
13:40:35 #8 61.53   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc36.noarch         141/178 
13:40:35 #8 61.53   Verifying        : webkit2gtk3-jsc-2.36.1-1.fc36.aarch64              142/178 
13:40:35 #8 61.53   Verifying        : libdnf-0.66.0-1.fc36.aarch64                       143/178 
13:40:35 #8 61.53   Verifying        : libdnf-0.65.0-3.fc36.aarch64                       144/178 
13:40:35 #8 61.53   Verifying        : python3-hawkey-0.66.0-1.fc36.aarch64               145/178 
13:40:35 #8 61.53   Verifying        : python3-hawkey-0.65.0-3.fc36.aarch64               146/178 
13:40:35 #8 61.53   Verifying        : python3-libdnf-0.66.0-1.fc36.aarch64               147/178 
13:40:35 #8 61.53   Verifying        : python3-libdnf-0.65.0-3.fc36.aarch64               148/178 
13:40:35 #8 61.53   Verifying        : python3-rpm-4.17.0-10.fc36.aarch64                 149/178 
13:40:35 #8 61.53   Verifying        : python3-rpm-4.17.0-9.fc36.aarch64                  150/178 
13:40:35 #8 61.53   Verifying        : rpm-4.17.0-10.fc36.aarch64                         151/178 
13:40:35 #8 61.53   Verifying        : rpm-4.17.0-9.fc36.aarch64                          152/178 
13:40:35 #8 61.53   Verifying        : rpm-build-libs-4.17.0-10.fc36.aarch64              153/178 
13:40:35 #8 61.53   Verifying        : rpm-build-libs-4.17.0-9.fc36.aarch64               154/178 
13:40:35 #8 61.53   Verifying        : rpm-libs-4.17.0-10.fc36.aarch64                    155/178 
13:40:35 #8 61.53   Verifying        : rpm-libs-4.17.0-9.fc36.aarch64                     156/178 
13:40:35 #8 61.53   Verifying        : rpm-sign-libs-4.17.0-10.fc36.aarch64               157/178 
13:40:35 #8 61.53   Verifying        : rpm-sign-libs-4.17.0-9.fc36.aarch64                158/178 
13:40:35 #8 61.53   Verifying        : xz-libs-5.2.5-9.fc36.aarch64                       159/178 
13:40:35 #8 61.54   Verifying        : xz-libs-5.2.5-8.fc36.aarch64                       160/178 
13:40:35 #8 61.54   Verifying        : dnf-4.11.1-3.fc36.noarch                           161/178 
13:40:35 #8 61.54   Verifying        : dnf-4.10.0-2.fc36.noarch                           162/178 
13:40:35 #8 61.54   Verifying        : dnf-data-4.11.1-3.fc36.noarch                      163/178 
13:40:35 #8 61.54   Verifying        : dnf-data-4.10.0-2.fc36.noarch                      164/178 
13:40:35 #8 61.54   Verifying        : elfutils-libelf-0.187-2.fc36.aarch64               165/178 
13:40:35 #8 61.54   Verifying        : elfutils-libelf-0.186-1.fc36.aarch64               166/178 
13:40:35 #8 61.54   Verifying        : elfutils-libs-0.187-2.fc36.aarch64                 167/178 
13:40:35 #8 61.54   Verifying        : elfutils-libs-0.186-1.fc36.aarch64                 168/178 
13:40:35 #8 61.54   Verifying        : glibc-2.35-5.fc36.aarch64                          169/178 
13:40:35 #8 61.54   Verifying        : glibc-2.35-2.fc36.aarch64                          170/178 
13:40:35 #8 61.54   Verifying        : glibc-common-2.35-5.fc36.aarch64                   171/178 
13:40:35 #8 61.54   Verifying        : glibc-common-2.35-2.fc36.aarch64                   172/178 
13:40:35 #8 61.54   Verifying        : glibc-minimal-langpack-2.35-5.fc36.aarch64         173/178 
13:40:35 #8 61.54   Verifying        : glibc-minimal-langpack-2.35-2.fc36.aarch64         174/178 
13:40:35 #8 61.54   Verifying        : python3-dnf-4.11.1-3.fc36.noarch                   175/178 
13:40:35 #8 61.54   Verifying        : python3-dnf-4.10.0-2.fc36.noarch                   176/178 
13:40:35 #8 61.54   Verifying        : yum-4.11.1-3.fc36.noarch                           177/178 
13:40:35 #8 61.54   Verifying        : yum-4.10.0-2.fc36.noarch                           178/178 
13:40:35 #8 61.69 
13:40:35 #8 61.69 Upgraded:
13:40:35 #8 61.69   dnf-4.11.1-3.fc36.noarch                                                      
13:40:35 #8 61.69   dnf-data-4.11.1-3.fc36.noarch                                                 
13:40:35 #8 61.69   elfutils-libelf-0.187-2.fc36.aarch64                                          
13:40:35 #8 61.69   elfutils-libs-0.187-2.fc36.aarch64                                            
13:40:35 #8 61.69   glibc-2.35-5.fc36.aarch64                                                     
13:40:35 #8 61.69   glibc-common-2.35-5.fc36.aarch64                                              
13:40:35 #8 61.69   glibc-minimal-langpack-2.35-5.fc36.aarch64                                    
13:40:35 #8 61.69   libdnf-0.66.0-1.fc36.aarch64                                                  
13:40:35 #8 61.69   python3-dnf-4.11.1-3.fc36.noarch                                              
13:40:35 #8 61.69   python3-hawkey-0.66.0-1.fc36.aarch64                                          
13:40:35 #8 61.69   python3-libdnf-0.66.0-1.fc36.aarch64                                          
13:40:35 #8 61.69   python3-rpm-4.17.0-10.fc36.aarch64                                            
13:40:35 #8 61.69   rpm-4.17.0-10.fc36.aarch64                                                    
13:40:35 #8 61.69   rpm-build-libs-4.17.0-10.fc36.aarch64                                         
13:40:35 #8 61.69   rpm-libs-4.17.0-10.fc36.aarch64                                               
13:40:35 #8 61.69   rpm-sign-libs-4.17.0-10.fc36.aarch64                                          
13:40:35 #8 61.69   xz-libs-5.2.5-9.fc36.aarch64                                                  
13:40:35 #8 61.69   yum-4.11.1-3.fc36.noarch                                                      
13:40:35 #8 61.69 Installed:
13:40:35 #8 61.69   abattis-cantarell-fonts-0.301-7.fc36.noarch                                   
13:40:35 #8 61.69   adobe-source-code-pro-fonts-2.030.1.050-12.fc36.noarch                        
13:40:35 #8 61.69   binutils-2.37-27.fc36.aarch64                                                 
13:40:35 #8 61.69   binutils-gold-2.37-27.fc36.aarch64                                            
13:40:35 #8 61.69   bzip2-1.0.8-11.fc36.aarch64                                                   
13:40:35 #8 61.69   cpio-2.13-12.fc36.aarch64                                                     
13:40:35 #8 61.69   dash-0.5.10.2-10.fc36.aarch64                                                 
13:40:35 #8 61.69   dbus-libs-1:1.14.0-1.fc36.aarch64                                             
13:40:35 #8 61.69   debugedit-5.0-3.fc36.aarch64                                                  
13:40:35 #8 61.69   devscripts-checkbashisms-2.22.1-1.fc36.aarch64                                
13:40:35 #8 61.69   diffutils-3.8-2.fc36.aarch64                                                  
13:40:35 #8 61.69   dnf-plugins-core-4.1.0-1.fc36.noarch                                          
13:40:35 #8 61.69   dwz-0.14-2.fc35.aarch64                                                       
13:40:35 #8 61.69   ed-1.14.2-12.fc36.aarch64                                                     
13:40:35 #8 61.69   efi-srpm-macros-5-5.fc36.noarch                                               
13:40:35 #8 61.69   elfutils-0.187-2.fc36.aarch64                                                 
13:40:35 #8 61.69   elfutils-debuginfod-client-0.187-2.fc36.aarch64                               
13:40:35 #8 61.69   enchant-1:1.6.0-30.fc36.aarch64                                               
13:40:35 #8 61.69   file-5.41-4.fc36.aarch64                                                      
13:40:35 #8 61.69   fonts-filesystem-1:2.0.5-7.fc36.noarch                                        
13:40:35 #8 61.69   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
13:40:35 #8 61.69   fpc-srpm-macros-1.3-5.fc36.noarch                                             
13:40:35 #8 61.69   gdb-minimal-11.2-3.fc36.aarch64                                               
13:40:35 #8 61.69   gdk-pixbuf2-2.42.8-1.fc36.aarch64                                             
13:40:35 #8 61.69   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
13:40:35 #8 61.69   glib-networking-2.72.0-1.fc36.aarch64                                         
13:40:35 #8 61.69   glibc-gconv-extra-2.35-5.fc36.aarch64                                         
13:40:35 #8 61.69   gnat-srpm-macros-4-15.fc36.noarch                                             
13:40:35 #8 61.69   go-srpm-macros-3.0.15-1.fc36.noarch                                           
13:40:35 #8 61.69   groff-base-1.22.4-9.fc36.aarch64                                              
13:40:35 #8 61.69   gsettings-desktop-schemas-42.0-1.fc36.aarch64                                 
13:40:35 #8 61.69   hunspell-1.7.0-19.fc36.aarch64                                                
13:40:35 #8 61.69   hunspell-en-0.20140811.1-22.fc36.noarch                                       
13:40:35 #8 61.69   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
13:40:35 #8 61.69   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
13:40:35 #8 61.69   hunspell-filesystem-1.7.0-19.fc36.aarch64                                     
13:40:35 #8 61.69   info-6.8-3.fc36.aarch64                                                       
13:40:35 #8 61.69   json-glib-1.6.6-2.fc36.aarch64                                                
13:40:35 #8 61.69   kernel-srpm-macros-1.0-14.fc36.noarch                                         
13:40:35 #8 61.69   libappstream-glib-0.7.18-4.fc36.aarch64                                       
13:40:35 #8 61.69   libicu-69.1-5.fc36.aarch64                                                    
13:40:35 #8 61.69   libjpeg-turbo-2.1.2-2.fc36.aarch64                                            
13:40:35 #8 61.69   libpkgconf-1.8.0-2.fc36.aarch64                                               
13:40:35 #8 61.69   libpng-2:1.6.37-12.fc36.aarch64                                               
13:40:35 #8 61.69   libproxy-0.4.17-4.fc36.aarch64                                                
13:40:35 #8 61.69   libproxy-webkitgtk4-0.4.17-4.fc36.aarch64                                     
13:40:35 #8 61.69   libsoup-2.74.2-2.fc36.aarch64                                                 
13:40:35 #8 61.69   libstemmer-0-18.585svn.fc36.aarch64                                           
13:40:35 #8 61.69   lua-srpm-macros-1-6.fc36.noarch                                               
13:40:35 #8 61.69   ncurses-6.2-9.20210508.fc36.aarch64                                           
13:40:35 #8 61.69   nim-srpm-macros-3-6.fc36.noarch                                               
13:40:35 #8 61.69   ocaml-srpm-macros-6-6.fc36.noarch                                             
13:40:35 #8 61.69   openblas-srpm-macros-2-11.fc36.noarch                                         
13:40:35 #8 61.69   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
13:40:35 #8 61.69   patch-2.7.6-16.fc36.aarch64                                                   
13:40:35 #8 61.69   perl-AutoLoader-5.74-486.fc36.noarch                                          
13:40:35 #8 61.69   perl-B-1.82-486.fc36.aarch64                                                  
13:40:35 #8 61.69   perl-Carp-1.52-479.fc36.noarch                                                
13:40:35 #8 61.69   perl-Class-Struct-0.66-486.fc36.noarch                                        
13:40:35 #8 61.69   perl-Data-Dumper-2.183-3.fc36.aarch64                                         
13:40:35 #8 61.69   perl-Digest-1.20-2.fc36.noarch                                                
13:40:35 #8 61.69   perl-Digest-MD5-2.58-479.fc36.aarch64                                         
13:40:35 #8 61.69   perl-DynaLoader-1.50-486.fc36.aarch64                                         
13:40:35 #8 61.69   perl-Encode-4:3.17-485.fc36.aarch64                                           
13:40:35 #8 61.69   perl-Errno-1.33-486.fc36.aarch64                                              
13:40:35 #8 61.69   perl-Exporter-5.76-480.fc36.noarch                                            
13:40:35 #8 61.69   perl-Fcntl-1.14-486.fc36.aarch64                                              
13:40:35 #8 61.69   perl-File-Basename-2.85-486.fc36.noarch                                       
13:40:35 #8 61.69   perl-File-Path-2.18-479.fc36.noarch                                           
13:40:35 #8 61.69   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
13:40:35 #8 61.69   perl-File-stat-1.09-486.fc36.noarch                                           
13:40:35 #8 61.69   perl-FileHandle-2.03-486.fc36.noarch                                          
13:40:35 #8 61.69   perl-Getopt-Long-1:2.52-479.fc36.noarch                                       
13:40:35 #8 61.69   perl-Getopt-Std-1.13-486.fc36.noarch                                          
13:40:35 #8 61.69   perl-HTTP-Tiny-0.080-2.fc36.noarch                                            
13:40:35 #8 61.69   perl-IO-1.46-486.fc36.aarch64                                                 
13:40:35 #8 61.69   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
13:40:35 #8 61.69   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
13:40:35 #8 61.69   perl-IPC-Open3-1.21-486.fc36.noarch                                           
13:40:35 #8 61.69   perl-MIME-Base64-3.16-479.fc36.aarch64                                        
13:40:35 #8 61.69   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
13:40:35 #8 61.69   perl-NDBM_File-1.15-486.fc36.aarch64                                          
13:40:35 #8 61.69   perl-Net-SSLeay-1.92-2.fc36.aarch64                                           
13:40:35 #8 61.69   perl-POSIX-1.97-486.fc36.aarch64                                              
13:40:35 #8 61.69   perl-PathTools-3.80-479.fc36.aarch64                                          
13:40:35 #8 61.69   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
13:40:35 #8 61.69   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
13:40:35 #8 61.69   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
13:40:35 #8 61.69   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
13:40:35 #8 61.69   perl-Scalar-List-Utils-5:1.62-464.fc36.aarch64                                
13:40:35 #8 61.69   perl-SelectSaver-1.02-486.fc36.noarch                                         
13:40:35 #8 61.69   perl-Socket-4:2.033-1.fc36.aarch64                                            
13:40:35 #8 61.69   perl-Storable-1:3.25-2.fc36.aarch64                                           
13:40:35 #8 61.69   perl-Symbol-1.09-486.fc36.noarch                                              
13:40:35 #8 61.69   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
13:40:35 #8 61.69   perl-Term-Cap-1.17-479.fc36.noarch                                            
13:40:35 #8 61.69   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
13:40:35 #8 61.69   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
13:40:35 #8 61.69   perl-Time-Local-2:1.300-479.fc36.noarch                                       
13:40:35 #8 61.69   perl-URI-5.10-1.fc36.noarch                                                   
13:40:35 #8 61.69   perl-base-2.27-486.fc36.noarch                                                
13:40:35 #8 61.69   perl-constant-1.33-480.fc36.noarch                                            
13:40:35 #8 61.69   perl-if-0.60.900-486.fc36.noarch                                              
13:40:35 #8 61.69   perl-interpreter-4:5.34.1-486.fc36.aarch64                                    
13:40:35 #8 61.69   perl-libnet-3.13-480.fc36.noarch                                              
13:40:35 #8 61.69   perl-libs-4:5.34.1-486.fc36.aarch64                                           
13:40:35 #8 61.69   perl-mro-1.25-486.fc36.aarch64                                                
13:40:35 #8 61.69   perl-overload-1.33-486.fc36.noarch                                            
13:40:35 #8 61.69   perl-overloading-0.02-486.fc36.noarch                                         
13:40:35 #8 61.69   perl-parent-1:0.238-479.fc36.noarch                                           
13:40:35 #8 61.69   perl-podlators-1:4.14-479.fc36.noarch                                         
13:40:35 #8 61.69   perl-srpm-macros-1-43.fc36.noarch                                             
13:40:35 #8 61.69   perl-subs-1.04-486.fc36.noarch                                                
13:40:35 #8 61.69   perl-vars-1.05-486.fc36.noarch                                                
13:40:35 #8 61.69   pkgconf-1.8.0-2.fc36.aarch64                                                  
13:40:35 #8 61.69   pkgconf-m4-1.8.0-2.fc36.noarch                                                
13:40:35 #8 61.69   pkgconf-pkg-config-1.8.0-2.fc36.aarch64                                       
13:40:35 #8 61.69   python-srpm-macros-3.10-17.fc36.noarch                                        
13:40:35 #8 61.69   python3-construct-2.10.67-4.fc36.noarch                                       
13:40:35 #8 61.69   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
13:40:35 #8 61.69   python3-dbus-1.2.18-3.fc36.aarch64                                            
13:40:35 #8 61.69   python3-distro-1.6.0-2.fc36.noarch                                            
13:40:35 #8 61.69   python3-dnf-plugins-core-4.1.0-1.fc36.noarch                                  
13:40:35 #8 61.69   python3-enchant-3.2.2-2.fc36.noarch                                           
13:40:35 #8 61.69   python3-pybeam-0.7-2.fc36.noarch                                              
13:40:35 #8 61.69   python3-pyxdg-0.27-4.fc36.noarch                                              
13:40:35 #8 61.69   python3-six-1.16.0-5.fc36.noarch                                              
13:40:35 #8 61.69   python3-toml-0.10.2-6.fc36.noarch                                             
13:40:35 #8 61.69   python3-zstd-1.4.5.1-6.fc36.aarch64                                           
13:40:35 #8 61.69   qt5-srpm-macros-5.15.3-1.fc36.noarch                                          
13:40:35 #8 61.69   redhat-rpm-config-217-1.fc36.noarch                                           
13:40:35 #8 61.69   rpm-build-4.17.0-10.fc36.aarch64                                              
13:40:35 #8 61.69   rpmautospec-rpm-macros-0.2.6-1.fc36.noarch                                    
13:40:35 #8 61.69   rpmlint-2.2.0-3.fc36.noarch                                                   
13:40:35 #8 61.69   rust-srpm-macros-21-1.fc36.noarch                                             
13:40:35 #8 61.69   shared-mime-info-2.1-3.fc35.aarch64                                           
13:40:35 #8 61.69   unzip-6.0-57.fc36.aarch64                                                     
13:40:35 #8 61.69   webkit2gtk3-jsc-2.36.1-1.fc36.aarch64                                         
13:40:35 #8 61.69   xxhash-libs-0.8.1-2.fc36.aarch64                                              
13:40:35 #8 61.69   xz-5.2.5-9.fc36.aarch64                                                       
13:40:35 #8 61.69   zip-3.0-32.fc36.aarch64                                                       
13:40:35 #8 61.69   zstd-1.5.2-1.fc36.aarch64                                                     
13:40:35 #8 61.70 
13:40:35 #8 61.70 Complete!
13:40:35 #8 DONE 62.0s
13:40:35 #9 52.88 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:35 #9 52.89 Setting up libhttp-date-perl (6.05-1) ...
13:40:35 #9 52.91 Setting up libfile-which-perl (1.23-1) ...
13:40:35 #9 52.93 Setting up libfile-basedir-perl (0.08-1) ...
13:40:35 #9 52.95 Setting up gettext (0.19.8.1-10build1) ...
13:40:35 #9 52.97 Setting up libnumber-range-perl (0.12-1) ...
13:40:35 #9 52.99 Setting up libunicode-utf8-perl (0.62-1build1) ...
13:40:35 #9 53.00 Setting up libstruct-dumb-perl (0.09-1) ...
13:40:35 #9 53.02 Setting up libfile-listing-perl (6.04-1) ...
13:40:35 #9 53.03 Setting up libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:35 #9 53.05 Setting up libregexp-pattern-perl (0.2.12-1) ...
13:40:35 #9 53.06 Setting up libfont-afm-perl (1.20-2) ...
13:40:35 #9 53.08 Setting up libwant-perl (0.29-1build4) ...
13:40:35 #9 53.10 Setting up libdynaloader-functions-perl (0.003-1) ...
13:40:35 #9 53.12 Setting up libtext-glob-perl (0.10-1) ...
13:40:35 #9 53.14 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:40:35 #9 53.18 Setting up liblist-compare-perl (0.53-1) ...
13:40:35 #9 53.20 Setting up libref-util-xs-perl (0.117-1build2) ...
13:40:35 #13 3.391 (1/64): annobin-10.67-1.el8.x86_64.rpm          3.9 MB/s | 954 kB     00:00    
13:40:35 #13 3.400 (2/64): automake-1.16.1-7.el8.noarch.rpm        2.8 MB/s | 713 kB     00:00    
13:40:35 #13 3.407 (3/64): autoconf-2.69-29.el8.noarch.rpm         2.7 MB/s | 710 kB     00:00    
13:40:35 #13 3.414 (4/64): cmake-filesystem-3.20.2-4.el8.x86_64.rp 6.7 MB/s |  44 kB     00:00    
13:40:35 #13 3.423 (5/64): cmake-rpm-macros-3.20.2-4.el8.noarch.rp 5.1 MB/s |  44 kB     00:00    
13:40:35 #13 3.443 (6/64): cmake-data-3.20.2-4.el8.noarch.rpm       40 MB/s | 1.7 MB     00:00    
13:40:35 #13 3.599 (7/64): cpp-8.5.0-13.el8.x86_64.rpm              60 MB/s |  10 MB     00:00    
13:40:35 #13 3.682 (8/64): cmake-3.20.2-4.el8.x86_64.rpm            41 MB/s |  12 MB     00:00    
13:40:36 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 17.2s done
13:40:36 #8 45.83 Preparing to unpack .../292-libpod-parser-perl_1.63-2_all.deb ...
13:40:36 #8 45.84 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:40:36 #8 45.85 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:40:36 #8 45.85 Unpacking libpod-parser-perl (1.63-2) ...
13:40:36 #8 45.89 Selecting previously unselected package libpod-constants-perl.
13:40:36 #8 45.89 Preparing to unpack .../293-libpod-constants-perl_0.19-2_all.deb ...
13:40:36 #8 45.89 Unpacking libpod-constants-perl (0.19-2) ...
13:40:36 #8 45.93 Selecting previously unselected package libproc-processtable-perl.
13:40:36 #8 45.93 Preparing to unpack .../294-libproc-processtable-perl_0.59-2+b1_amd64.deb ...
13:40:36 #8 45.94 Unpacking libproc-processtable-perl (0.59-2+b1) ...
13:40:36 #8 45.98 Selecting previously unselected package libre2-9:amd64.
13:40:36 #8 45.99 Preparing to unpack .../295-libre2-9_20210201+dfsg-1_amd64.deb ...
13:40:36 #8 45.99 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
13:40:36 #8 46.04 Selecting previously unselected package libre-engine-re2-perl:amd64.
13:40:36 #8 46.04 Preparing to unpack .../296-libre-engine-re2-perl_0.14-1_amd64.deb ...
13:40:36 #8 46.04 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
13:40:36 #8 46.07 Selecting previously unselected package libreadonly-perl.
13:40:36 #8 46.07 Preparing to unpack .../297-libreadonly-perl_2.050-3_all.deb ...
13:40:36 #8 46.08 Unpacking libreadonly-perl (2.050-3) ...
13:40:36 #8 46.11 Selecting previously unselected package libref-util-perl.
13:40:36 #8 46.11 Preparing to unpack .../298-libref-util-perl_0.204-1_all.deb ...
13:40:36 #8 46.12 Unpacking libref-util-perl (0.204-1) ...
13:40:36 #8 46.15 Selecting previously unselected package libref-util-xs-perl.
13:40:36 #9 46.35 Setting up binutils (2.34-6ubuntu1.3) ...
13:40:36 #9 46.36 Setting up python3-xdg (0.26-1ubuntu1) ...
13:40:36 #11 9.727 Setting up btrfs-progs (4.15.1-1build1) ...
13:40:36 #11 9.743 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
13:40:36 #11 9.759 Setting up libselinux1-dev:arm64 (2.7-2build2) ...
13:40:36 #11 9.771 Setting up libdevmapper-dev:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:36 #11 9.784 Setting up btrfs-tools (4.15.1-1build1) ...
13:40:36 #11 9.798 Setting up docker-ce-build-deps (1.0) ...
13:40:36 #11 9.809 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
13:40:36 #11 9.833 Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
13:40:36 #9 52.67 Local time is now:      Wed May  4 13:40:35 UTC 2022.
13:40:36 #9 52.67 Universal Time is now:  Wed May  4 13:40:35 UTC 2022.
13:40:36 #9 52.67 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:40:36 #9 52.67 
13:40:36 #9 52.72 Setting up fakeroot (1.25.3-1.1ubuntu2) ...
13:40:36 #9 52.73 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:36 #9 52.73 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:36 #9 52.73 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:36 #9 52.73 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:36 #9 52.73 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:36 #9 52.73 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:36 #9 52.73 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:36 #9 52.73 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:36 #9 52.73 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:36 #9 52.74 Setting up autotools-dev (20180224.1+nmu1) ...
13:40:36 #9 52.75 Setting up libtirpc-dev:arm64 (1.3.2-2) ...
13:40:36 #9 52.76 Setting up rpcsvc-proto (1.4.2-0ubuntu5) ...
13:40:36 #9 52.77 Setting up libx11-data (2:1.7.2-1) ...
13:40:36 #9 52.78 Setting up make (4.3-4ubuntu1) ...
13:40:36 #9 52.79 Setting up libmpfr6:arm64 (4.1.0-3build1) ...
13:40:36 #9 52.80 Setting up gnupg-l10n (2.2.20-1ubuntu4) ...
13:40:36 #9 52.81 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build3) ...
13:40:36 #9 52.82 Setting up lzip (1.22-3) ...
13:40:36 #9 52.84 Setting up strace (5.13-0ubuntu1) ...
13:40:36 #9 52.85 Setting up libsigsegv2:arm64 (2.13-1ubuntu2) ...
13:40:36 #9 52.86 Setting up xz-utils (5.2.5-2ubuntu0.1) ...
13:40:36 #9 52.87 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:36 #9 52.87 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:36 #9 52.87 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:36 #8 38.08 Selecting previously unselected package gnupg-utils.
13:40:36 #8 38.08 Preparing to unpack .../128-gnupg-utils_2.2.4-1ubuntu1.4_armhf.deb ...
13:40:36 #8 38.08 Unpacking gnupg-utils (2.2.4-1ubuntu1.4) ...
13:40:36 #9 27.81 Unpacking man-db (2.10.2-1) ...
13:40:36 #8 48.20 Setting up python3-xdg (0.25-4ubuntu1.1) ...
13:40:36 #8 48.36 Setting up python3-six (1.11.0-2) ...
13:40:36 #8 48.86 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
13:40:36 #8 48.87 Setting up libassuan0:amd64 (2.5.2-1) ...
13:40:36 #8 48.88 Setting up libgomp1:amd64 (8.3.0-6) ...
13:40:36 #8 48.89 Setting up libapt-inst2.0:amd64 (1.8.2.3) ...
13:40:36 #8 48.93 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:40:36 #8 48.94 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:40:36 #8 48.96 Setting up libunwind8:amd64 (1.2.1-10~deb10u1) ...
13:40:36 #8 48.97 Setting up libicu63:amd64 (63.1-6+deb10u3) ...
13:40:36 #8 48.98 Setting up libfakeroot:amd64 (1.23-1) ...
13:40:36 #8 49.00 Setting up libkrb5support0:amd64 (1.17-3+deb10u3) ...
13:40:36 #8 49.01 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
13:40:36 #8 49.02 Setting up fakeroot (1.23-1) ...
13:40:36 #8 49.03 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:36 #8 49.04 Setting up mariadb-common (1:10.3.34-0+deb10u1) ...
13:40:36 #8 49.06 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
13:40:36 #8 49.06 Setting up libasan5:amd64 (8.3.0-6) ...
13:40:36 #8 49.08 Setting up autotools-dev (20180224.1) ...
13:40:36 #8 49.09 Setting up libglib2.0-data (2.58.3-2+deb10u3) ...
13:40:36 #8 49.10 Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
13:40:36 #8 49.12 Setting up libwrap0:amd64 (7.6.q-28) ...
13:40:36 #8 49.13 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
13:40:36 #8 49.15 Setting up make (4.2.1-1.2) ...
13:40:36 #8 49.16 Setting up libmpfr6:amd64 (4.0.2-1) ...
13:40:36 #8 49.17 Setting up gnupg-l10n (2.2.12-1+deb10u1) ...
13:40:36 #9 33.74 Selecting previously unselected package libxau6:armhf.
13:40:36 #9 33.74 Preparing to unpack .../035-libxau6_1%3a1.0.9-1build3_armhf.deb ...
13:40:36 #9 33.75 Unpacking libxau6:armhf (1:1.0.9-1build3) ...
13:40:36 
13:40:36 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
13:40:36 #10 sha256:18a3d39347a2d6e47a7d63fc709374593adbcb2861190ee69d10d2c7ce17d540
13:40:36 #10 DONE 0.0s
13:40:36 
13:40:36 #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;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
13:40:36 #11 sha256:fb8d711a9ddbf1bc91227189c5c18abf9e067fa2e6dbf1a4f06bf9daf87d1920
13:40:36 #9 48.18 Setting up libc-devtools (2.34-0ubuntu3.2) ...
13:40:36 #9 48.19 Setting up libemail-address-xs-perl (1.04-1build5) ...
13:40:36 #9 48.20 Setting up libnet-ssleay-perl (1.88-3ubuntu1) ...
13:40:36 #9 48.21 Setting up automake (1:1.16.4-2) ...
13:40:36 #9 48.22 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:36 #9 48.22 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:40:36 #9 48.22 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:40:36 #9 48.23 Setting up libapt-pkg-perl (0.1.40) ...
13:40:36 #9 48.24 Setting up libstring-escape-perl (2010.002-2) ...
13:40:36 #9 48.26 Setting up libhttp-date-perl (6.05-1) ...
13:40:36 #9 48.27 Setting up libfile-which-perl (1.23-1) ...
13:40:36 #9 48.28 Setting up libfile-basedir-perl (0.08-1) ...
13:40:36 #9 48.29 Setting up libnumber-range-perl (0.12-1.1) ...
13:40:36 #9 48.30 Setting up libunicode-utf8-perl (0.62-1build2) ...
13:40:36 #9 48.31 Setting up libmouse-perl (2.5.10-1build2) ...
13:40:36 #9 48.32 Setting up libfile-listing-perl (6.14-1) ...
13:40:36 #9 53.21 Setting up libio-pty-perl (1:1.12-1) ...
13:40:36 #9 53.23 Setting up libtool (2.4.6-14) ...
13:40:36 #9 53.25 Setting up libfile-fcntllock-perl (0.22-3build4) ...
13:40:36 #9 53.26 Setting up libsort-key-perl (1.33-2build2) ...
13:40:36 #9 53.28 Setting up libclone-perl (0.43-2) ...
13:40:36 #9 53.29 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:40:36 #9 53.30 Setting up libarchive-zip-perl (1.67-2) ...
13:40:36 #9 53.32 Setting up libsub-identify-perl (0.14-1build2) ...
13:40:36 #9 53.33 Setting up libdistro-info-perl (0.23ubuntu1) ...
13:40:36 #9 53.35 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
13:40:36 #9 53.37 Setting up python3-apt (2.0.0ubuntu0.20.04.7) ...
13:40:36 #13 3.687 (9/64): git-2.31.1-2.el8.x86_64.rpm             1.8 MB/s | 161 kB     00:00    
13:40:36 #13 3.738 (10/64): git-core-doc-2.31.1-2.el8.noarch.rpm    53 MB/s | 2.6 MB     00:00    
13:40:36 #13 3.757 (11/64): isl-0.16.1-6.el8.x86_64.rpm             46 MB/s | 841 kB     00:00    
13:40:36 #13 3.780 (12/64): git-core-2.31.1-2.el8.x86_64.rpm        49 MB/s | 4.7 MB     00:00    
13:40:36 #13 3.784 (13/64): libmpc-1.1.0-9.1.el8.x86_64.rpm        2.3 MB/s |  61 kB     00:00    
13:40:36 #13 3.787 (14/64): libseccomp-devel-2.5.2-1.el8.x86_64.rp 9.5 MB/s |  57 kB     00:00    
13:40:36 #13 3.799 (15/64): libtool-ltdl-devel-2.4.6-25.el8.x86_64  16 MB/s | 184 kB     00:00    
13:40:36 #13 3.807 (16/64): libtool-2.4.6-25.el8.x86_64.rpm         31 MB/s | 709 kB     00:00    
13:40:36 #13 3.813 (17/64): perl-Error-0.17025-2.el8.noarch.rpm    7.8 MB/s |  46 kB     00:00    
13:40:36 #13 3.821 (18/64): perl-Git-2.31.1-2.el8.noarch.rpm        11 MB/s |  78 kB     00:00    
13:40:36 #13 3.825 (19/64): libuv-1.41.1-1.el8_4.x86_64.rpm        5.9 MB/s | 156 kB     00:00    
13:40:36 #13 3.829 (20/64): perl-TermReadKey-2.37-7.el8.x86_64.rpm 5.6 MB/s |  40 kB     00:00    
13:40:36 #13 3.835 (21/64): perl-Thread-Queue-3.13-1.el8.noarch.rp 2.6 MB/s |  24 kB     00:00    
13:40:36 #13 3.838 (22/64): vim-filesystem-8.0.1763-16.el8_5.12.no 5.4 MB/s |  50 kB     00:00    
13:40:36 #13 3.846 (23/64): glibc-devel-2.28-199.el8.x86_64.rpm     11 MB/s |  80 kB     00:00    
13:40:36 #13 3.851 (24/64): checkpolicy-2.9-1.el8.x86_64.rpm        22 MB/s | 348 kB     00:00    
13:40:36 #13 3.862 (25/64): glibc-headers-2.28-199.el8.x86_64.rpm   30 MB/s | 484 kB     00:00    
13:40:36 #13 3.876 (26/64): glibc-langpack-en-2.28-199.el8.x86_64.  33 MB/s | 822 kB     00:00    
13:40:36 #13 3.884 (27/64): less-530-1.el8.x86_64.rpm               21 MB/s | 164 kB     00:00    
13:40:36 #13 extracting sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c done
13:40:36 #9 34.94 Selecting previously unselected package gcc.
13:40:36 #8 46.15 Preparing to unpack .../299-libref-util-xs-perl_0.117-1+b3_amd64.deb ...
13:40:36 #8 46.15 Unpacking libref-util-xs-perl (0.117-1+b3) ...
13:40:36 #8 46.19 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:36 #8 46.20 Preparing to unpack .../300-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
13:40:36 #8 46.20 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
13:40:36 #8 46.24 Selecting previously unselected package libregexp-pattern-perl.
13:40:36 #8 46.24 Preparing to unpack .../301-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:40:36 #8 46.25 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:40:36 #8 46.28 Selecting previously unselected package libsasl2-modules:amd64.
13:40:36 #8 46.28 Preparing to unpack .../302-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
13:40:36 #8 46.29 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:40:36 #8 46.32 Selecting previously unselected package libsereal-decoder-perl.
13:40:36 #8 46.33 Preparing to unpack .../303-libsereal-decoder-perl_4.018+ds-1+b1_amd64.deb ...
13:40:36 #8 46.33 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
13:40:36 #8 46.36 Selecting previously unselected package libsereal-encoder-perl.
13:40:36 #9 46.52 Setting up man-db (2.9.1-1) ...
13:40:36 #11 DONE 10.1s
13:40:36 
13:40:36 #12 [stage-1 5/8] COPY sources/ /sources
13:40:36 #12 sha256:61dab473625bf73b262effcfe2fa956ad28e82c9951058bb27d501432054c852
13:40:36 #9 52.87 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:36 #9 52.87 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:36 #9 52.87 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:36 #9 52.87 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:36 #9 52.87 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:36 #9 52.87 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:36 #9 52.87 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:36 #9 52.87 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:36 #9 52.88 Setting up t1utils (1.41-4build1) ...
13:40:36 #9 52.89 Setting up diffstat (1.64-1) ...
13:40:36 #9 52.89 Setting up libpng16-16:arm64 (1.6.37-3build4) ...
13:40:36 #9 52.91 Setting up libmpc3:arm64 (1.2.0-1build1) ...
13:40:36 #9 52.92 Setting up libatomic1:arm64 (11.2.0-7ubuntu2) ...
13:40:36 #9 52.93 Setting up patch (2.7.6-7) ...
13:40:36 #9 52.94 Setting up autopoint (0.21-4ubuntu3) ...
13:40:36 #9 52.95 Setting up libwebp6:arm64 (0.6.1-2.1) ...
13:40:36 #9 52.96 Setting up fonts-dejavu-core (2.37-2build1) ...
13:40:36 #9 53.01 Setting up ucf (3.0043) ...
13:40:36 #9 53.15 Setting up libjpeg-turbo8:arm64 (2.0.6-0ubuntu2) ...
13:40:36 #8 38.20 Selecting previously unselected package gpg.
13:40:36 #8 38.20 Preparing to unpack .../129-gpg_2.2.4-1ubuntu1.4_armhf.deb ...
13:40:36 #8 38.21 Unpacking gpg (2.2.4-1ubuntu1.4) ...
13:40:36 #8 38.34 Selecting previously unselected package pinentry-curses.
13:40:36 #8 38.34 Preparing to unpack .../130-pinentry-curses_1.1.0-1_armhf.deb ...
13:40:36 #8 38.35 Unpacking pinentry-curses (1.1.0-1) ...
13:40:36 #8 38.41 Selecting previously unselected package gpg-agent.
13:40:36 #8 38.41 Preparing to unpack .../131-gpg-agent_2.2.4-1ubuntu1.4_armhf.deb ...
13:40:36 #8 38.43 Unpacking gpg-agent (2.2.4-1ubuntu1.4) ...
13:40:36 #8 29.59 Selecting previously unselected package libxml2:armhf.
13:40:36 #8 29.59 Preparing to unpack .../080-libxml2_2.9.10+dfsg-6.7+deb11u1_armhf.deb ...
13:40:36 #8 29.60 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u1) ...
13:40:36 #8 29.71 Selecting previously unselected package gettext.
13:40:36 #8 29.71 Preparing to unpack .../081-gettext_0.21-4_armhf.deb ...
13:40:36 #8 29.73 Unpacking gettext (0.21-4) ...
13:40:36 #8 29.91 Selecting previously unselected package intltool-debian.
13:40:36 #8 29.91 Preparing to unpack .../082-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:36 #8 29.91 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:36 #8 29.95 Selecting previously unselected package po-debconf.
13:40:36 #8 29.95 Preparing to unpack .../083-po-debconf_1.0.21+nmu1_all.deb ...
13:40:36 #8 29.95 Unpacking po-debconf (1.0.21+nmu1) ...
13:40:36 #8 48.51 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
13:40:36 #8 48.52 Setting up gpg-agent (2.2.4-1ubuntu1.4) ...
13:40:36 #8 48.54 Setting up python3-certifi (2018.1.18-2) ...
13:40:36 #8 49.18 Setting up libntlm0:amd64 (1.5-1+deb10u1) ...
13:40:36 #8 49.19 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:40:36 #8 49.20 Setting up libidn11:amd64 (1.33-2.2) ...
13:40:36 #8 49.21 Setting up libncurses6:amd64 (6.1+20181013-2+deb10u2) ...
13:40:36 #8 49.22 Setting up strace (4.26-0.2) ...
13:40:36 #8 49.23 Setting up libsigsegv2:amd64 (2.12-2) ...
13:40:36 #8 49.25 Setting up xz-utils (5.2.4-1+deb10u1) ...
13:40:36 #8 49.25 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:36 #8 49.26 Setting up libfribidi0:amd64 (1.0.5-3.1+deb10u1) ...
13:40:36 #8 49.28 Setting up t1utils (1.41-3) ...
13:40:36 #8 49.29 Setting up libquadmath0:amd64 (8.3.0-6) ...
13:40:36 #8 49.30 Setting up diffstat (1.62-1) ...
13:40:36 #8 49.31 Setting up libmpc3:amd64 (1.1.0-1) ...
13:40:36 #8 49.32 Setting up libatomic1:amd64 (8.3.0-6) ...
13:40:36 #8 49.33 Setting up patch (2.7.6-3+deb10u1) ...
13:40:36 #8 49.34 Setting up mailutils-common (1:3.5-4) ...
13:40:36 #8 49.35 Setting up autopoint (0.19.8.1-9) ...
13:40:36 #8 49.36 Setting up libmariadb3:amd64 (1:10.3.34-0+deb10u1) ...
13:40:36 #8 49.37 Setting up libfl2:amd64 (2.6.4-6.2) ...
13:40:36 #8 49.38 Setting up libpcre2-8-0:amd64 (10.32-5) ...
13:40:36 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 15.7s done
13:40:36 #9 34.02 Selecting previously unselected package libxdmcp6:armhf.
13:40:36 #9 34.02 Preparing to unpack .../036-libxdmcp6_1%3a1.1.3-0ubuntu4_armhf.deb ...
13:40:36 #9 48.33 Setting up gpg-wks-client (2.2.20-1ubuntu4) ...
13:40:36 #9 48.35 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:40:36 #9 48.36 Setting up libdata-messagepack-perl (1.01-2) ...
13:40:36 #9 48.37 Setting up libfont-afm-perl (1.20-3) ...
13:40:36 #9 48.38 Setting up libwant-perl (0.29-1build6) ...
13:40:36 #9 48.39 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:40:36 #9 48.41 Setting up libtext-glob-perl (0.11-1) ...
13:40:36 #9 48.42 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:40:36 #9 48.43 Setting up liblist-compare-perl (0.55-1) ...
13:40:36 #9 48.44 Setting up libref-util-xs-perl (0.117-1build3) ...
13:40:36 #9 48.45 Setting up libio-pty-perl (1:1.15-2build1) ...
13:40:36 #9 48.47 Setting up libtool (2.4.6-15) ...
13:40:36 #9 48.48 Setting up g++-11 (11.2.0-7ubuntu2) ...
13:40:36 #9 48.50 Setting up libfile-fcntllock-perl (0.22-3build5) ...
13:40:36 #9 48.51 Setting up libsort-key-perl (1.33-2build4) ...
13:40:36 #9 48.53 Setting up libclone-perl (0.45-1build1) ...
13:40:36 #9 48.54 Setting up libalgorithm-diff-perl (1.201-1) ...
13:40:36 #9 53.54 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
13:40:36 #9 53.55 Setting up libio-stringy-perl (2.111-3) ...
13:40:36 #9 53.56 Setting up liblist-moreutils-perl (0.416-1build5) ...
13:40:36 #9 53.58 Setting up libhtml-tagset-perl (3.20-4) ...
13:40:36 #9 53.61 Setting up liblog-any-perl (1.708-1) ...
13:40:36 #9 53.62 Setting up libauthen-sasl-perl (2.1600-1) ...
13:40:36 #9 53.64 Setting up libdevel-size-perl (0.83-1build1) ...
13:40:36 #9 53.65 Setting up libdebhelper-perl (12.10ubuntu1) ...
13:40:36 #9 53.67 Setting up libpod-constants-perl (0.19-1) ...
13:40:36 #13 3.893 (28/64): libedit-3.1-23.20170329cvs.el8.x86_64.  13 MB/s | 102 kB     00:00    
13:40:36 #13 3.902 (29/64): libgomp-8.5.0-13.el8.x86_64.rpm         24 MB/s | 207 kB     00:00    
13:40:36 #13 3.913 (30/64): libselinux-devel-2.9-5.el8.x86_64.rpm   19 MB/s | 200 kB     00:00    
13:40:36 #13 3.927 (31/64): libselinux-utils-2.9-5.el8.x86_64.rpm   17 MB/s | 243 kB     00:00    
13:40:36 #13 3.935 (32/64): libsepol-devel-2.9-3.el8.x86_64.rpm     12 MB/s |  87 kB     00:00    
13:40:36 #13 3.942 (33/64): libxcrypt-devel-4.1.1-6.el8.x86_64.rpm 3.4 MB/s |  25 kB     00:00    
13:40:36 #13 4.051 (34/64): gcc-8.5.0-13.el8.x86_64.rpm             39 MB/s |  23 MB     00:00    
13:40:36 #13 4.058 (35/64): m4-1.4.18-7.el8.x86_64.rpm             1.9 MB/s | 223 kB     00:00    
13:40:36 #13 4.069 (36/64): make-4.2.1-11.el8.x86_64.rpm            27 MB/s | 498 kB     00:00    
13:40:36 #13 4.080 (37/64): openssh-8.0p1-12.el8.x86_64.rpm         24 MB/s | 522 kB     00:00    
13:40:36 #13 4.093 (38/64): openssh-clients-8.0p1-12.el8.x86_64.rp  29 MB/s | 668 kB     00:00    
13:40:36 #13 4.100 (39/64): pcre2-devel-10.32-2.el8.x86_64.rpm      29 MB/s | 605 kB     00:00    
13:40:36 #13 4.106 (40/64): pcre2-utf16-10.32-2.el8.x86_64.rpm      17 MB/s | 229 kB     00:00    
13:40:36 #13 4.112 (41/64): pcre2-utf32-10.32-2.el8.x86_64.rpm      19 MB/s | 220 kB     00:00    
13:40:36 #13 4.122 (42/64): policycoreutils-2.9-19.el8.x86_64.rpm   23 MB/s | 374 kB     00:00    
13:40:36 #13 4.129 (43/64): policycoreutils-devel-2.9-19.el8.x86_6  18 MB/s | 293 kB     00:00    
13:40:36 #13 4.137 (44/64): policycoreutils-python-utils-2.9-19.el  17 MB/s | 253 kB     00:00    
13:40:36 #13 4.141 (45/64): python3-audit-3.0.7-2.el8.x86_64.rpm   7.2 MB/s |  86 kB     00:00    
13:40:36 #13 4.183 (46/64): kernel-headers-4.18.0-383.el8.x86_64.r  29 MB/s | 9.4 MB     00:00    
13:40:36 #13 4.188 (47/64): python3-libsemanage-2.9-8.el8.x86_64.r 2.7 MB/s | 128 kB     00:00    
13:40:36 #13 4.194 (48/64): python3-libselinux-2.9-5.el8.x86_64.rp 4.9 MB/s | 283 kB     00:00    
13:40:36 #13 4.201 (49/64): rpm-plugin-selinux-4.14.3-23.el8.x86_6  12 MB/s |  78 kB     00:00    
13:40:36 #13 4.210 (50/64): python3-setools-4.3.0-3.el8.x86_64.rpm  28 MB/s | 624 kB     00:00    
13:40:36 #13 4.221 (51/64): selinux-policy-3.14.3-97.el8.noarch.rp  32 MB/s | 646 kB     00:00    
13:40:36 #13 4.240 (52/64): python3-policycoreutils-2.9-19.el8.noa  40 MB/s | 2.2 MB     00:00    
13:40:36 #12 0.813 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
13:40:36 #12 0.874 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
13:40:36 #12 0.947 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
13:40:36 #12 1.020 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
13:40:36 #13 DONE 49.8s
13:40:36 
13:40:36 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:36 #8 sha256:a3650ab2eafc202881848d6aaccefa9b08ce3891b715fe5b5649470da5ef0c51
13:40:36 #8 31.65 Selecting previously unselected package dirmngr.
13:40:36 #8 31.65 Preparing to unpack .../090-dirmngr_2.2.12-1+deb10u1_armhf.deb ...
13:40:36 #8 31.67 Unpacking dirmngr (2.2.12-1+deb10u1) ...
13:40:36 #8 31.75 Selecting previously unselected package gnupg-l10n.
13:40:36 #8 31.75 Preparing to unpack .../091-gnupg-l10n_2.2.12-1+deb10u1_all.deb ...
13:40:36 #8 31.76 Unpacking gnupg-l10n (2.2.12-1+deb10u1) ...
13:40:36 #8 31.98 Selecting previously unselected package gnupg-utils.
13:40:36 #8 31.98 Preparing to unpack .../092-gnupg-utils_2.2.12-1+deb10u1_armhf.deb ...
13:40:36 #8 31.98 Unpacking gnupg-utils (2.2.12-1+deb10u1) ...
13:40:36 #8 32.07 Selecting previously unselected package gpg.
13:40:36 #8 32.07 Preparing to unpack .../093-gpg_2.2.12-1+deb10u1_armhf.deb ...
13:40:36 #8 32.08 Unpacking gpg (2.2.12-1+deb10u1) ...
13:40:36 #8 32.19 Selecting previously unselected package pinentry-curses.
13:40:36 #8 32.19 Preparing to unpack .../094-pinentry-curses_1.1.0-2_armhf.deb ...
13:40:36 #8 32.20 Unpacking pinentry-curses (1.1.0-2) ...
13:40:36 #8 32.26 Selecting previously unselected package gpg-agent.
13:40:36 #8 32.26 Preparing to unpack .../095-gpg-agent_2.2.12-1+deb10u1_armhf.deb ...
13:40:36 #8 32.26 Unpacking gpg-agent (2.2.12-1+deb10u1) ...
13:40:36 #8 32.34 Selecting previously unselected package gpg-wks-client.
13:40:36 #8 32.34 Preparing to unpack .../096-gpg-wks-client_2.2.12-1+deb10u1_armhf.deb ...
13:40:36 #8 32.34 Unpacking gpg-wks-client (2.2.12-1+deb10u1) ...
13:40:36 #8 32.40 Selecting previously unselected package gpg-wks-server.
13:40:36 #8 32.40 Preparing to unpack .../097-gpg-wks-server_2.2.12-1+deb10u1_armhf.deb ...
13:40:36 #8 32.41 Unpacking gpg-wks-server (2.2.12-1+deb10u1) ...
13:40:36 #8 32.46 Selecting previously unselected package gpgsm.
13:40:36 #8 32.46 Preparing to unpack .../098-gpgsm_2.2.12-1+deb10u1_armhf.deb ...
13:40:36 #8 32.48 Unpacking gpgsm (2.2.12-1+deb10u1) ...
13:40:36 #8 32.53 Selecting previously unselected package gnupg.
13:40:36 #8 32.53 Preparing to unpack .../099-gnupg_2.2.12-1+deb10u1_all.deb ...
13:40:36 #8 32.54 Unpacking gnupg (2.2.12-1+deb10u1) ...
13:40:36 #8 32.65 Selecting previously unselected package libfile-which-perl.
13:40:36 #8 32.65 Preparing to unpack .../100-libfile-which-perl_1.23-1_all.deb ...
13:40:36 #8 32.65 Unpacking libfile-which-perl (1.23-1) ...
13:40:36 #8 32.69 Selecting previously unselected package libfile-homedir-perl.
13:40:36 #8 32.69 Preparing to unpack .../101-libfile-homedir-perl_1.004-1_all.deb ...
13:40:36 #8 32.70 Unpacking libfile-homedir-perl (1.004-1) ...
13:40:36 #8 32.74 Selecting previously unselected package libio-pty-perl.
13:40:36 #8 32.74 Preparing to unpack .../102-libio-pty-perl_1%3a1.08-1.1+b5_armhf.deb ...
13:40:36 #8 32.75 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
13:40:36 #8 32.80 Selecting previously unselected package libipc-run-perl.
13:40:36 #8 32.80 Preparing to unpack .../103-libipc-run-perl_20180523.0-1_all.deb ...
13:40:36 #8 32.81 Unpacking libipc-run-perl (20180523.0-1) ...
13:40:36 #8 32.86 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:36 #8 32.86 Preparing to unpack .../104-libclass-method-modifiers-perl_2.12-1_all.deb ...
13:40:36 #8 32.86 Unpacking libclass-method-modifiers-perl (2.12-1) ...
13:40:36 #8 32.89 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:36 #8 32.89 Preparing to unpack .../105-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:36 #8 32.90 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:36 #8 32.95 Selecting previously unselected package libdevel-globaldestruction-perl.
13:40:36 #8 32.95 Preparing to unpack .../106-libdevel-globaldestruction-perl_0.14-1_all.deb ...
13:40:36 #8 32.95 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
13:40:36 #8 32.99 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:36 #8 32.99 Preparing to unpack .../107-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
13:40:36 #8 33.00 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
13:40:36 #8 33.03 Selecting previously unselected package libdynaloader-functions-perl.
13:40:36 #8 33.03 Preparing to unpack .../108-libdynaloader-functions-perl_0.003-1_all.deb ...
13:40:36 #8 33.04 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:40:36 #8 33.07 Selecting previously unselected package libdevel-callchecker-perl.
13:40:36 #8 33.07 Preparing to unpack .../109-libdevel-callchecker-perl_0.008-1_armhf.deb ...
13:40:36 #8 33.07 Unpacking libdevel-callchecker-perl (0.008-1) ...
13:40:36 #8 33.12 Selecting previously unselected package libparams-classify-perl.
13:40:36 #8 33.12 Preparing to unpack .../110-libparams-classify-perl_0.015-1+b1_armhf.deb ...
13:40:36 #8 33.12 Unpacking libparams-classify-perl (0.015-1+b1) ...
13:40:36 #8 33.17 Selecting previously unselected package libmodule-runtime-perl.
13:40:36 #8 33.17 Preparing to unpack .../111-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:36 #8 33.17 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:36 #8 33.20 Selecting previously unselected package libimport-into-perl.
13:40:36 #8 33.20 Preparing to unpack .../112-libimport-into-perl_1.002005-1_all.deb ...
13:40:36 #8 33.25 Unpacking libimport-into-perl (1.002005-1) ...
13:40:36 #8 33.29 Selecting previously unselected package librole-tiny-perl.
13:40:36 #8 33.29 Preparing to unpack .../113-librole-tiny-perl_2.000006-1_all.deb ...
13:40:36 #8 33.30 Unpacking librole-tiny-perl (2.000006-1) ...
13:40:36 #8 33.34 Selecting previously unselected package libstrictures-perl.
13:40:36 #8 33.34 Preparing to unpack .../114-libstrictures-perl_2.000005-1_all.deb ...
13:40:36 #8 33.34 Unpacking libstrictures-perl (2.000005-1) ...
13:40:36 #8 33.41 Selecting previously unselected package libsub-quote-perl.
13:40:36 #8 33.41 Preparing to unpack .../115-libsub-quote-perl_2.005001-1_all.deb ...
13:40:36 #8 33.42 Unpacking libsub-quote-perl (2.005001-1) ...
13:40:36 #8 33.45 Selecting previously unselected package libmoo-perl.
13:40:36 #8 33.45 Preparing to unpack .../116-libmoo-perl_2.003004-2_all.deb ...
13:40:36 #8 33.46 Unpacking libmoo-perl (2.003004-2) ...
13:40:36 #8 33.51 Selecting previously unselected package libencode-locale-perl.
13:40:36 #8 33.51 Preparing to unpack .../117-libencode-locale-perl_1.05-1_all.deb ...
13:40:36 #8 33.52 Unpacking libencode-locale-perl (1.05-1) ...
13:40:36 #8 33.55 Selecting previously unselected package libtimedate-perl.
13:40:36 #8 33.55 Preparing to unpack .../118-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
13:40:36 #8 33.57 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
13:40:36 #8 33.60 Selecting previously unselected package libhttp-date-perl.
13:40:36 #8 33.60 Preparing to unpack .../119-libhttp-date-perl_6.02-1_all.deb ...
13:40:36 #8 33.61 Unpacking libhttp-date-perl (6.02-1) ...
13:40:36 #8 33.66 Selecting previously unselected package libfile-listing-perl.
13:40:36 #8 33.66 Preparing to unpack .../120-libfile-listing-perl_6.04-1_all.deb ...
13:40:36 #8 33.67 Unpacking libfile-listing-perl (6.04-1) ...
13:40:36 #8 33.71 Selecting previously unselected package libhtml-tagset-perl.
13:40:36 #8 33.71 Preparing to unpack .../121-libhtml-tagset-perl_3.20-3_all.deb ...
13:40:36 #8 33.71 Unpacking libhtml-tagset-perl (3.20-3) ...
13:40:36 #8 33.75 Selecting previously unselected package liburi-perl.
13:40:36 #8 33.75 Preparing to unpack .../122-liburi-perl_1.76-1_all.deb ...
13:40:36 #8 33.76 Unpacking liburi-perl (1.76-1) ...
13:40:36 #8 33.82 Selecting previously unselected package libhtml-parser-perl.
13:40:36 #8 33.82 Preparing to unpack .../123-libhtml-parser-perl_3.72-3+b3_armhf.deb ...
13:40:36 #8 33.83 Unpacking libhtml-parser-perl (3.72-3+b3) ...
13:40:36 #8 33.87 Selecting previously unselected package libhtml-tree-perl.
13:40:36 #8 33.87 Preparing to unpack .../124-libhtml-tree-perl_5.07-2_all.deb ...
13:40:36 #8 33.87 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:36 #8 33.97 Selecting previously unselected package libio-html-perl.
13:40:36 #8 33.97 Preparing to unpack .../125-libio-html-perl_1.001-1_all.deb ...
13:40:36 #8 33.97 Unpacking libio-html-perl (1.001-1) ...
13:40:36 #8 34.00 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:36 #8 34.00 Preparing to unpack .../126-liblwp-mediatypes-perl_6.02-1_all.deb ...
13:40:36 #8 34.00 Unpacking liblwp-mediatypes-perl (6.02-1) ...
13:40:36 #8 34.03 Selecting previously unselected package libhttp-message-perl.
13:40:36 #8 34.03 Preparing to unpack .../127-libhttp-message-perl_6.18-1_all.deb ...
13:40:36 #8 34.04 Unpacking libhttp-message-perl (6.18-1) ...
13:40:36 #8 34.08 Selecting previously unselected package libhttp-cookies-perl.
13:40:36 #8 34.08 Preparing to unpack .../128-libhttp-cookies-perl_6.04-1_all.deb ...
13:40:36 #8 34.09 Unpacking libhttp-cookies-perl (6.04-1) ...
13:40:36 #8 34.16 Selecting previously unselected package libhttp-negotiate-perl.
13:40:36 #8 34.16 Preparing to unpack .../129-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:36 #8 34.16 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:36 #8 34.19 Selecting previously unselected package perl-openssl-defaults:armhf.
13:40:36 #8 34.19 Preparing to unpack .../130-perl-openssl-defaults_3_armhf.deb ...
13:40:36 #8 34.20 Unpacking perl-openssl-defaults:armhf (3) ...
13:40:36 #8 34.23 Selecting previously unselected package libnet-ssleay-perl.
13:40:36 #8 34.23 Preparing to unpack .../131-libnet-ssleay-perl_1.85-2+b1_armhf.deb ...
13:40:36 #8 34.24 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
13:40:36 #8 34.37 Selecting previously unselected package libio-socket-ssl-perl.
13:40:36 #8 34.37 Preparing to unpack .../132-libio-socket-ssl-perl_2.060-3_all.deb ...
13:40:36 #8 34.38 Unpacking libio-socket-ssl-perl (2.060-3) ...
13:40:36 #8 34.46 Selecting previously unselected package libnet-http-perl.
13:40:36 #8 34.46 Preparing to unpack .../133-libnet-http-perl_6.18-1_all.deb ...
13:40:36 #8 34.47 Unpacking libnet-http-perl (6.18-1) ...
13:40:36 #8 34.53 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:36 #8 34.53 Preparing to unpack .../134-liblwp-protocol-https-perl_6.07-2_all.deb ...
13:40:36 #8 34.54 Unpacking liblwp-protocol-https-perl (6.07-2) ...
13:40:36 #8 34.61 Selecting previously unselected package libtry-tiny-perl.
13:40:36 #8 34.61 Preparing to unpack .../135-libtry-tiny-perl_0.30-1_all.deb ...
13:40:36 #8 34.63 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:36 #8 34.67 Selecting previously unselected package libwww-robotrules-perl.
13:40:36 #8 34.67 Preparing to unpack .../136-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:36 #8 34.67 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:36 #8 34.71 Selecting previously unselected package libwww-perl.
13:40:36 #8 34.71 Preparing to unpack .../137-libwww-perl_6.36-2_all.deb ...
13:40:36 #8 34.72 Unpacking libwww-perl (6.36-2) ...
13:40:36 #8 34.78 Selecting previously unselected package patchutils.
13:40:36 #8 34.78 Preparing to unpack .../138-patchutils_0.3.4-2_armhf.deb ...
13:40:36 #8 34.78 Unpacking patchutils (0.3.4-2) ...
13:40:36 #8 34.83 Selecting previously unselected package wdiff.
13:40:36 #8 34.83 Preparing to unpack .../139-wdiff_1.2.2-2+b1_armhf.deb ...
13:40:36 #8 34.85 Unpacking wdiff (1.2.2-2+b1) ...
13:40:36 #8 34.96 Selecting previously unselected package devscripts.
13:40:36 #8 34.96 Preparing to unpack .../140-devscripts_2.19.5+deb10u1_armhf.deb ...
13:40:36 #8 35.01 Unpacking devscripts (2.19.5+deb10u1) ...
13:40:36 #8 35.26 Selecting previously unselected package diffstat.
13:40:36 #8 35.26 Preparing to unpack .../141-diffstat_1.62-1_armhf.deb ...
13:40:36 #8 35.27 Unpacking diffstat (1.62-1) ...
13:40:36 #8 35.34 Selecting previously unselected package distro-info-data.
13:40:36 #8 35.34 Preparing to unpack .../142-distro-info-data_0.41+deb10u4_all.deb ...
13:40:36 #8 35.36 Unpacking distro-info-data (0.41+deb10u4) ...
13:40:36 #8 35.39 Selecting previously unselected package python3-pkg-resources.
13:40:36 #8 35.40 Preparing to unpack .../143-python3-pkg-resources_40.8.0-1_all.deb ...
13:40:36 #8 35.42 Unpacking python3-pkg-resources (40.8.0-1) ...
13:40:36 #8 35.47 Selecting previously unselected package python3-chardet.
13:40:36 #8 35.47 Preparing to unpack .../144-python3-chardet_3.0.4-3_all.deb ...
13:40:36 #8 35.48 Unpacking python3-chardet (3.0.4-3) ...
13:40:36 #8 35.56 Selecting previously unselected package python3-six.
13:40:36 #8 35.56 Preparing to unpack .../145-python3-six_1.12.0-1_all.deb ...
13:40:36 #8 35.58 Unpacking python3-six (1.12.0-1) ...
13:40:36 #8 35.62 Selecting previously unselected package python3-debian.
13:40:36 #8 35.62 Preparing to unpack .../146-python3-debian_0.1.35_all.deb ...
13:40:36 #8 35.64 Unpacking python3-debian (0.1.35) ...
13:40:36 #8 35.71 Selecting previously unselected package libgpgme11:armhf.
13:40:36 #8 35.71 Preparing to unpack .../147-libgpgme11_1.12.0-6_armhf.deb ...
13:40:36 #8 35.72 Unpacking libgpgme11:armhf (1.12.0-6) ...
13:40:36 #8 35.80 Selecting previously unselected package python3-gpg.
13:40:36 #8 35.80 Preparing to unpack .../148-python3-gpg_1.12.0-6_armhf.deb ...
13:40:36 #8 35.84 Unpacking python3-gpg (1.12.0-6) ...
13:40:36 #8 36.01 Selecting previously unselected package dput.
13:40:36 #8 36.01 Preparing to unpack .../149-dput_1.0.3_all.deb ...
13:40:36 #8 36.02 Unpacking dput (1.0.3) ...
13:40:36 #8 36.08 Selecting previously unselected package equivs.
13:40:36 #8 36.08 Preparing to unpack .../150-equivs_2.2.0_all.deb ...
13:40:36 #8 36.08 Unpacking equivs (2.2.0) ...
13:40:36 #8 36.16 Selecting previously unselected package exim4-config.
13:40:36 #8 36.16 Preparing to unpack .../151-exim4-config_4.92-8+deb10u6_all.deb ...
13:40:36 #8 36.17 Unpacking exim4-config (4.92-8+deb10u6) ...
13:40:36 #8 36.24 Selecting previously unselected package exim4-base.
13:40:36 #8 36.24 Preparing to unpack .../152-exim4-base_4.92-8+deb10u6_armhf.deb ...
13:40:36 #8 36.25 Unpacking exim4-base (4.92-8+deb10u6) ...
13:40:36 #8 36.44 Selecting previously unselected package libevent-2.1-6:armhf.
13:40:36 #8 36.44 Preparing to unpack .../153-libevent-2.1-6_2.1.8-stable-4_armhf.deb ...
13:40:36 #8 36.45 Unpacking libevent-2.1-6:armhf (2.1.8-stable-4) ...
13:40:36 #8 36.51 Selecting previously unselected package libunbound8:armhf.
13:40:36 #8 36.51 Preparing to unpack .../154-libunbound8_1.9.0-2+deb10u2_armhf.deb ...
13:40:36 #8 36.51 Unpacking libunbound8:armhf (1.9.0-2+deb10u2) ...
13:40:36 #8 36.60 Selecting previously unselected package libgnutls-dane0:armhf.
13:40:36 #8 36.60 Preparing to unpack .../155-libgnutls-dane0_3.6.7-4+deb10u7_armhf.deb ...
13:40:36 #8 36.61 Unpacking libgnutls-dane0:armhf (3.6.7-4+deb10u7) ...
13:40:36 #8 36.67 Selecting previously unselected package exim4-daemon-light.
13:40:36 #8 36.67 Preparing to unpack .../156-exim4-daemon-light_4.92-8+deb10u6_armhf.deb ...
13:40:36 #8 36.67 Unpacking exim4-daemon-light (4.92-8+deb10u6) ...
13:40:36 #8 36.78 Selecting previously unselected package libcurl3-gnutls:armhf.
13:40:36 #8 36.78 Preparing to unpack .../157-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ...
13:40:36 #8 36.78 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
13:40:36 #8 36.85 Selecting previously unselected package libpcre2-8-0:armhf.
13:40:36 #8 36.85 Preparing to unpack .../158-libpcre2-8-0_10.32-5_armhf.deb ...
13:40:36 #9 34.94 Preparing to unpack .../091-gcc_4%3a9.3.0-1ubuntu2_armhf.deb ...
13:40:36 #9 34.95 Unpacking gcc (4:9.3.0-1ubuntu2) ...
13:40:36 #9 34.99 Selecting previously unselected package libstdc++-9-dev:armhf.
13:40:36 #9 34.99 Preparing to unpack .../092-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:40:36 #9 35.00 Unpacking libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:40:36 #8 46.37 Preparing to unpack .../304-libsereal-encoder-perl_4.018+ds-1+b1_amd64.deb ...
13:40:36 #8 46.37 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
13:40:36 #8 46.40 Selecting previously unselected package libtask-weaken-perl.
13:40:36 #8 46.41 Preparing to unpack .../305-libtask-weaken-perl_1.06-1_all.deb ...
13:40:36 #8 46.41 Unpacking libtask-weaken-perl (1.06-1) ...
13:40:36 #8 46.44 Selecting previously unselected package libxml-parser-perl:amd64.
13:40:36 #8 46.44 Preparing to unpack .../306-libxml-parser-perl_2.46-2_amd64.deb ...
13:40:36 #8 46.45 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
13:40:36 #8 46.52 Selecting previously unselected package libsoap-lite-perl.
13:40:36 #8 46.52 Preparing to unpack .../307-libsoap-lite-perl_1.27-1_all.deb ...
13:40:36 #8 46.53 Unpacking libsoap-lite-perl (1.27-1) ...
13:40:36 #8 46.59 Selecting previously unselected package libsort-key-perl.
13:40:36 #8 46.59 Preparing to unpack .../308-libsort-key-perl_1.33-2+b3_amd64.deb ...
13:40:36 #8 46.59 Unpacking libsort-key-perl (1.33-2+b3) ...
13:40:36 #8 46.62 Selecting previously unselected package libstring-copyright-perl.
13:40:36 #9 46.61 Building database of manual pages ...
13:40:36 #9 46.82 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
13:40:36 #9 46.83 Setting up python3-six (1.14.0-2) ...
13:40:36 #12 DONE 0.2s
13:40:36 
13:40:36 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:40:36 #14 sha256:0bbc45c51f6302f3b3116299b244efa505e9a946ee2fe643dda23201c0043fd6
13:40:36 #9 53.16 Setting up libltdl7:arm64 (2.4.6-15) ...
13:40:36 #9 53.17 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:36 #9 53.18 Setting up libssh-4:arm64 (0.9.6-1) ...
13:40:36 #9 53.20 Setting up libubsan1:arm64 (11.2.0-7ubuntu2) ...
13:40:36 #9 53.21 Setting up libmd0:arm64 (1.0.3-3build1) ...
13:40:36 #9 53.22 Setting up python-apt-common (2.2.1) ...
13:40:36 #9 53.23 Setting up libnsl-dev:arm64 (1.3.0-2build1) ...
13:40:36 #9 53.24 Setting up libhwasan0:arm64 (11.2.0-7ubuntu2) ...
13:40:36 #9 53.24 Setting up libcrypt-dev:arm64 (1:4.4.18-4ubuntu1) ...
13:40:36 #9 53.25 Setting up libuchardet0:arm64 (0.0.7-1build1) ...
13:40:36 #9 53.27 Setting up lzop (1.04-2build1) ...
13:40:36 #9 53.28 Setting up libmpdec3:arm64 (2.5.1-2build1) ...
13:40:36 #9 53.29 Setting up git-man (1:2.32.0-1ubuntu1.2) ...
13:40:36 #9 53.35 Setting up netbase (6.3) ...
13:40:36 #9 53.38 Setting up libbinutils:arm64 (2.37-7ubuntu1) ...
13:40:36 #8 38.55 Selecting previously unselected package gpg-wks-client.
13:40:36 #8 38.55 Preparing to unpack .../132-gpg-wks-client_2.2.4-1ubuntu1.4_armhf.deb ...
13:40:36 #8 38.56 Unpacking gpg-wks-client (2.2.4-1ubuntu1.4) ...
13:40:36 #8 38.63 Selecting previously unselected package gpg-wks-server.
13:40:36 #8 38.63 Preparing to unpack .../133-gpg-wks-server_2.2.4-1ubuntu1.4_armhf.deb ...
13:40:36 #8 38.63 Unpacking gpg-wks-server (2.2.4-1ubuntu1.4) ...
13:40:36 #8 38.67 Selecting previously unselected package gpgsm.
13:40:36 #8 38.67 Preparing to unpack .../134-gpgsm_2.2.4-1ubuntu1.4_armhf.deb ...
13:40:36 #8 38.68 Unpacking gpgsm (2.2.4-1ubuntu1.4) ...
13:40:36 #8 38.74 Selecting previously unselected package gnupg.
13:40:36 #8 30.02 Selecting previously unselected package debhelper.
13:40:36 #8 30.02 Preparing to unpack .../084-debhelper_13.3.4_all.deb ...
13:40:36 #8 30.03 Unpacking debhelper (13.3.4) ...
13:40:36 #8 30.22 Selecting previously unselected package debian-keyring.
13:40:36 #8 30.22 Preparing to unpack .../085-debian-keyring_2021.07.26_all.deb ...
13:40:36 #8 30.22 Unpacking debian-keyring (2021.07.26) ...
13:40:36 #8 48.68 Setting up gpg-wks-server (2.2.4-1ubuntu1.4) ...
13:40:36 #8 48.69 Setting up python3-pkg-resources (39.0.1-2) ...
13:40:36 #8 48.88 Setting up lsb-release (9.20170808ubuntu1) ...
13:40:36 #8 48.90 Setting up libxmuu1:amd64 (2:1.1.2-2) ...
13:40:36 #8 48.91 Setting up libgpgme11:amd64 (1.10.0-1ubuntu2) ...
13:40:36 #8 48.92 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ...
13:40:36 #8 48.93 Setting up perl (5.26.1-6ubuntu0.5) ...
13:40:36 #8 48.95 Setting up libfile-chdir-perl (0.1008-1) ...
13:40:36 #8 48.96 Setting up libsys-hostname-long-perl (1.5-1) ...
13:40:36 #8 48.97 Setting up libfile-fcntllock-perl (0.22-3build2) ...
13:40:36 #8 48.99 Setting up libtext-glob-perl (0.10-1) ...
13:40:36 #8 49.39 Setting up libk5crypto3:amd64 (1.17-3+deb10u3) ...
13:40:36 #8 49.41 Setting up libltdl7:amd64 (2.4.6-9) ...
13:40:36 #8 49.42 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
13:40:36 #8 49.43 Setting up libevent-2.1-6:amd64 (2.1.8-stable-4) ...
13:40:36 #8 49.45 Setting up libmpx2:amd64 (8.3.0-6) ...
13:40:36 #8 49.46 Setting up libubsan1:amd64 (8.3.0-6) ...
13:40:36 #8 49.47 Setting up libisl19:amd64 (0.20-2) ...
13:40:36 #8 49.48 Setting up dwz (0.12-3) ...
13:40:36 #8 49.49 Setting up python-apt-common (1.8.4.3) ...
13:40:36 #8 49.51 Setting up sensible-utils (0.0.12) ...
13:40:36 #8 49.52 Setting up exim4-config (4.92-8+deb10u6) ...
13:40:36 #8 44.31 Fedora Modular 34 - x86_64 - Updates            7.4 MB/s | 4.5 MB     00:00    
13:40:36 #8 54.86   Running scriptlet: glibc-common-2.34-25.fc35.aarch64                  167/167 
13:40:36 #8 59.46   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     1/167 
13:40:36 #8 59.46   Verifying        : binutils-2.37-10.fc35.aarch64                        2/167 
13:40:36 #8 59.46   Verifying        : binutils-gold-2.37-10.fc35.aarch64                   3/167 
13:40:36 #8 59.46   Verifying        : bzip2-1.0.8-9.fc35.aarch64                           4/167 
13:40:36 #8 59.46   Verifying        : cpio-2.13-11.fc35.aarch64                            5/167 
13:40:36 #8 59.46   Verifying        : dash-0.5.10.2-9.fc35.aarch64                         6/167 
13:40:36 #8 59.46   Verifying        : debugedit-5.0-2.fc35.aarch64                         7/167 
13:40:36 #8 59.46   Verifying        : deltarpm-3.6.2-10.fc35.aarch64                       8/167 
13:40:36 #8 59.46   Verifying        : devscripts-checkbashisms-2.21.4-1.fc35.aarch64       9/167 
13:40:36 #8 59.46   Verifying        : diffutils-3.8-1.fc35.aarch64                        10/167 
13:40:36 #8 59.46   Verifying        : dwz-0.14-2.fc35.aarch64                             11/167 
13:40:36 #8 59.46   Verifying        : ed-1.14.2-11.fc35.aarch64                           12/167 
13:40:36 #8 59.46   Verifying        : efi-srpm-macros-5-4.fc35.noarch                     13/167 
13:40:36 #8 59.46   Verifying        : enchant-1:1.6.0-28.fc35.aarch64                     14/167 
13:40:36 #8 59.46   Verifying        : file-5.40-9.fc35.aarch64                            15/167 
13:40:36 #8 59.46   Verifying        : findutils-1:4.8.0-4.fc35.aarch64                    16/167 
13:40:36 #8 59.46   Verifying        : fonts-filesystem-1:2.0.5-6.fc35.noarch              17/167 
13:40:36 #8 59.46   Verifying        : fonts-srpm-macros-1:2.0.5-6.fc35.noarch             18/167 
13:40:36 #8 59.46   Verifying        : fpc-srpm-macros-1.3-4.fc35.noarch                   19/167 
13:40:36 #8 59.46   Verifying        : gdk-pixbuf2-2.42.6-2.fc35.aarch64                   20/167 
13:40:36 #8 59.46   Verifying        : ghc-srpm-macros-1.5.0-5.fc35.noarch                 21/167 
13:40:36 #8 59.46   Verifying        : gnat-srpm-macros-4-14.fc35.noarch                   22/167 
13:40:36 #8 59.46   Verifying        : groff-base-1.22.4-8.fc35.aarch64                    23/167 
13:40:36 #8 59.46   Verifying        : gsettings-desktop-schemas-41.0-1.fc35.aarch64       24/167 
13:40:36 #8 59.46   Verifying        : hunspell-1.7.0-11.fc35.aarch64                      25/167 
13:40:36 #8 59.46   Verifying        : hunspell-en-0.20140811.1-20.fc35.noarch             26/167 
13:40:36 #8 59.46   Verifying        : hunspell-en-GB-0.20140811.1-20.fc35.noarch          27/167 
13:40:36 #8 59.46   Verifying        : hunspell-en-US-0.20140811.1-20.fc35.noarch          28/167 
13:40:36 #8 59.46   Verifying        : hunspell-filesystem-1.7.0-11.fc35.aarch64           29/167 
13:40:36 #8 59.46   Verifying        : info-6.8-2.fc35.aarch64                             30/167 
13:40:36 #8 59.46   Verifying        : json-glib-1.6.6-1.fc35.aarch64                      31/167 
13:40:36 #8 59.46   Verifying        : kernel-srpm-macros-1.0-6.fc35.noarch                32/167 
13:40:36 #8 59.46   Verifying        : libappstream-glib-0.7.18-3.fc35.aarch64             33/167 
13:40:36 #8 59.46   Verifying        : libevent-2.1.12-4.fc35.aarch64                      34/167 
13:40:36 #8 59.46   Verifying        : libjpeg-turbo-2.1.0-3.fc35.aarch64                  35/167 
13:40:36 #8 59.46   Verifying        : libpkgconf-1.8.0-1.fc35.aarch64                     36/167 
13:40:36 #8 59.46   Verifying        : libpng-2:1.6.37-11.fc35.aarch64                     37/167 
13:40:36 #8 59.46   Verifying        : libproxy-0.4.17-3.fc35.aarch64                      38/167 
13:40:36 #8 59.46   Verifying        : libstemmer-0-17.585svn.fc35.aarch64                 39/167 
13:40:36 #8 59.46   Verifying        : lua-srpm-macros-1-5.fc35.noarch                     40/167 
13:40:36 #8 59.46   Verifying        : ncurses-6.2-8.20210508.fc35.aarch64                 41/167 
13:40:36 #8 59.46   Verifying        : nim-srpm-macros-3-5.fc35.noarch                     42/167 
13:40:36 #8 59.46   Verifying        : ocaml-srpm-macros-6-5.fc35.noarch                   43/167 
13:40:36 #8 59.46   Verifying        : openblas-srpm-macros-2-10.fc35.noarch               44/167 
13:40:36 #8 59.46   Verifying        : patch-2.7.6-15.fc35.aarch64                         45/167 
13:40:36 #8 59.46   Verifying        : perl-Carp-1.52-478.fc35.noarch                      46/167 
13:40:36 #8 59.46   Verifying        : perl-Data-Dumper-2.183-2.fc35.aarch64               47/167 
13:40:36 #8 59.46   Verifying        : perl-Digest-1.20-1.fc35.noarch                      48/167 
13:40:36 #8 59.46   Verifying        : perl-Digest-MD5-2.58-478.fc35.aarch64               49/167 
13:40:36 #8 59.46   Verifying        : perl-Exporter-5.76-479.fc35.noarch                  50/167 
13:40:36 #8 59.46   Verifying        : perl-File-Path-2.18-478.fc35.noarch                 51/167 
13:40:36 #8 59.46   Verifying        : perl-File-Temp-1:0.231.100-478.fc35.noarch          52/167 
13:40:36 #8 59.46   Verifying        : perl-Getopt-Long-1:2.52-478.fc35.noarch             53/167 
13:40:36 #8 59.46   Verifying        : perl-IO-Socket-IP-0.41-479.fc35.noarch              54/167 
13:40:36 #8 59.46   Verifying        : perl-IO-Socket-SSL-2.072-1.fc35.noarch              55/167 
13:40:36 #8 59.46   Verifying        : perl-MIME-Base64-3.16-478.fc35.aarch64              56/167 
13:40:36 #8 59.46   Verifying        : perl-Net-SSLeay-1.90-4.fc35.aarch64                 57/167 
13:40:36 #8 59.46   Verifying        : perl-PathTools-3.80-478.fc35.aarch64                58/167 
13:40:36 #8 59.47   Verifying        : perl-Pod-Escapes-1:1.07-478.fc35.noarch             59/167 
13:40:36 #8 59.47   Verifying        : perl-Pod-Perldoc-3.28.01-479.fc35.noarch            60/167 
13:40:36 #8 59.47   Verifying        : perl-Pod-Simple-1:3.43-2.fc35.noarch                61/167 
13:40:36 #8 59.47   Verifying        : perl-Pod-Usage-4:2.01-478.fc35.noarch               62/167 
13:40:36 #8 59.47   Verifying        : perl-Socket-4:2.032-2.fc35.aarch64                  63/167 
13:40:36 #8 59.47   Verifying        : perl-Storable-1:3.25-1.fc35.aarch64                 64/167 
13:40:36 #8 59.47   Verifying        : perl-Term-ANSIColor-5.01-479.fc35.noarch            65/167 
13:40:36 #8 59.47   Verifying        : perl-Term-Cap-1.17-478.fc35.noarch                  66/167 
13:40:36 #8 59.47   Verifying        : perl-Text-ParseWords-3.30-478.fc35.noarch           67/167 
13:40:36 #8 59.47   Verifying        : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         68/167 
13:40:36 #8 59.47   Verifying        : perl-Time-Local-2:1.300-478.fc35.noarch             69/167 
13:40:36 #8 59.47   Verifying        : perl-URI-5.09-4.fc35.noarch                         70/167 
13:40:36 #8 59.47   Verifying        : perl-constant-1.33-479.fc35.noarch                  71/167 
13:40:36 #8 59.47   Verifying        : perl-libnet-3.13-479.fc35.noarch                    72/167 
13:40:36 #8 59.47   Verifying        : perl-parent-1:0.238-478.fc35.noarch                 73/167 
13:40:36 #8 59.47   Verifying        : perl-podlators-1:4.14-478.fc35.noarch               74/167 
13:40:36 #8 59.47   Verifying        : perl-srpm-macros-1-42.fc35.noarch                   75/167 
13:40:36 #8 59.47   Verifying        : pkgconf-1.8.0-1.fc35.aarch64                        76/167 
13:40:36 #8 59.47   Verifying        : pkgconf-m4-1.8.0-1.fc35.noarch                      77/167 
13:40:36 #8 59.47   Verifying        : pkgconf-pkg-config-1.8.0-1.fc35.aarch64             78/167 
13:40:36 #8 59.47   Verifying        : protobuf-c-1.4.0-1.fc35.aarch64                     79/167 
13:40:36 #8 59.47   Verifying        : python3-construct-2.10.67-3.fc35.noarch             80/167 
13:40:36 #8 59.47   Verifying        : python3-dateutil-1:2.8.1-7.fc35.noarch              81/167 
13:40:36 #8 59.47   Verifying        : python3-dbus-1.2.18-2.fc35.aarch64                  82/167 
13:40:36 #8 59.47   Verifying        : python3-distro-1.6.0-1.fc35.noarch                  83/167 
13:40:36 #8 59.47   Verifying        : python3-pybeam-0.7-1.fc35.noarch                    84/167 
13:40:36 #8 59.47   Verifying        : python3-pyxdg-0.27-3.fc35.noarch                    85/167 
13:40:36 #8 59.47   Verifying        : python3-six-1.16.0-4.fc35.noarch                    86/167 
13:40:36 #8 59.47   Verifying        : python3-toml-0.10.2-5.fc35.noarch                   87/167 
13:40:36 #8 59.47   Verifying        : python3-unbound-1.13.2-1.fc35.aarch64               88/167 
13:40:36 #8 59.47   Verifying        : python3-zstd-1.4.5.1-5.fc35.aarch64                 89/167 
13:40:36 #8 59.47   Verifying        : qt5-srpm-macros-5.15.2-3.fc35.noarch                90/167 
13:40:36 #8 59.47   Verifying        : rpmautospec-rpm-macros-0.2.5-1.fc35.noarch          91/167 
13:40:36 #8 59.47   Verifying        : shared-mime-info-2.1-3.fc35.aarch64                 92/167 
13:40:36 #8 59.47   Verifying        : unbound-libs-1.13.2-1.fc35.aarch64                  93/167 
13:40:36 #8 59.47   Verifying        : unzip-6.0-53.fc35.aarch64                           94/167 
13:40:36 #8 59.47   Verifying        : xz-5.2.5-7.fc35.aarch64                             95/167 
13:40:36 #8 59.47   Verifying        : zip-3.0-31.fc35.aarch64                             96/167 
13:40:36 #8 59.47   Verifying        : abattis-cantarell-fonts-0.301-5.fc35.noarch         97/167 
13:40:36 #8 59.47   Verifying        : dbus-libs-1:1.12.22-1.fc35.aarch64                  98/167 
13:40:36 #8 59.47   Verifying        : dnf-plugins-core-4.1.0-1.fc35.noarch                99/167 
13:40:36 #8 59.47   Verifying        : elfutils-0.186-1.fc35.aarch64                      100/167 
13:40:36 #8 59.47   Verifying        : elfutils-debuginfod-client-0.186-1.fc35.aarch64    101/167 
13:40:36 #8 59.47   Verifying        : gdb-minimal-11.2-2.fc35.aarch64                    102/167 
13:40:36 #8 59.47   Verifying        : glib-networking-2.70.1-1.fc35.aarch64              103/167 
13:40:36 #8 59.47   Verifying        : glibc-gconv-extra-2.34-32.fc35.aarch64             104/167 
13:40:36 #8 59.47   Verifying        : go-srpm-macros-3.0.15-1.fc35.noarch                105/167 
13:40:36 #8 59.47   Verifying        : libsoup-2.74.2-1.fc35.aarch64                      106/167 
13:40:36 #8 59.47   Verifying        : perl-AutoLoader-5.74-486.fc35.noarch               107/167 
13:40:36 #8 59.47   Verifying        : perl-B-1.82-486.fc35.aarch64                       108/167 
13:40:36 #8 59.47   Verifying        : perl-Class-Struct-0.66-486.fc35.noarch             109/167 
13:40:36 #8 59.47   Verifying        : perl-DynaLoader-1.50-486.fc35.aarch64              110/167 
13:40:36 #8 59.47   Verifying        : perl-Encode-4:3.15-482.fc35.aarch64                111/167 
13:40:36 #8 59.47   Verifying        : perl-Errno-1.33-486.fc35.aarch64                   112/167 
13:40:36 #8 59.47   Verifying        : perl-Fcntl-1.14-486.fc35.aarch64                   113/167 
13:40:36 #8 59.47   Verifying        : perl-File-Basename-2.85-486.fc35.noarch            114/167 
13:40:36 #8 59.47   Verifying        : perl-File-stat-1.09-486.fc35.noarch                115/167 
13:40:36 #8 59.47   Verifying        : perl-FileHandle-2.03-486.fc35.noarch               116/167 
13:40:36 #8 59.47   Verifying        : perl-Getopt-Std-1.13-486.fc35.noarch               117/167 
13:40:36 #8 59.47   Verifying        : perl-HTTP-Tiny-0.080-1.fc35.noarch                 118/167 
13:40:36 #8 59.47   Verifying        : perl-IO-1.46-486.fc35.aarch64                      119/167 
13:40:36 #8 59.47   Verifying        : perl-IPC-Open3-1.21-486.fc35.noarch                120/167 
13:40:36 #8 59.47   Verifying        : perl-Mozilla-CA-20211001-1.fc35.noarch             121/167 
13:40:36 #8 59.47   Verifying        : perl-NDBM_File-1.15-486.fc35.aarch64               122/167 
13:40:36 #8 59.47   Verifying        : perl-POSIX-1.97-486.fc35.aarch64                   123/167 
13:40:36 #8 59.47   Verifying        : perl-Scalar-List-Utils-5:1.62-463.fc35.aarch64     124/167 
13:40:36 #8 59.47   Verifying        : perl-SelectSaver-1.02-486.fc35.noarch              125/167 
13:40:36 #8 59.47   Verifying        : perl-Symbol-1.09-486.fc35.noarch                   126/167 
13:40:36 #8 59.47   Verifying        : perl-base-2.27-486.fc35.noarch                     127/167 
13:40:36 #8 59.47   Verifying        : perl-if-0.60.900-486.fc35.noarch                   128/167 
13:40:36 #8 59.47   Verifying        : perl-interpreter-4:5.34.1-486.fc35.aarch64         129/167 
13:40:36 #8 59.47   Verifying        : perl-libs-4:5.34.1-486.fc35.aarch64                130/167 
13:40:36 #8 59.47   Verifying        : perl-mro-1.25-486.fc35.aarch64                     131/167 
13:40:36 #8 59.47   Verifying        : perl-overload-1.33-486.fc35.noarch                 132/167 
13:40:36 #8 59.47   Verifying        : perl-overloading-0.02-486.fc35.noarch              133/167 
13:40:36 #8 59.47   Verifying        : perl-subs-1.04-486.fc35.noarch                     134/167 
13:40:36 #8 59.47   Verifying        : perl-vars-1.05-486.fc35.noarch                     135/167 
13:40:36 #8 59.47   Verifying        : python-srpm-macros-3.10-11.fc35.noarch             136/167 
13:40:36 #8 59.47   Verifying        : python3-dnf-plugins-core-4.1.0-1.fc35.noarch       137/167 
13:40:36 #8 59.47   Verifying        : python3-enchant-3.2.2-1.fc35.noarch                138/167 
13:40:36 #8 59.47   Verifying        : redhat-rpm-config-199-1.fc35.noarch                139/167 
13:40:36 #8 59.47   Verifying        : rpm-build-4.17.0-4.fc35.aarch64                    140/167 
13:40:36 #8 59.47   Verifying        : rpmlint-2.2.0-2.fc35.noarch                        141/167 
13:40:36 #8 59.47   Verifying        : rust-srpm-macros-21-1.fc35.noarch                  142/167 
13:40:36 #8 59.47   Verifying        : systemd-libs-249.11-2.fc35.aarch64                 143/167 
13:40:36 #8 59.47   Verifying        : xxhash-libs-0.8.1-1.fc35.aarch64                   144/167 
13:40:36 #8 59.47   Verifying        : zstd-1.5.2-1.fc35.aarch64                          145/167 
13:40:36 #8 59.47   Verifying        : dnf-4.11.1-3.fc35.noarch                           146/167 
13:40:36 #8 59.47   Verifying        : dnf-4.9.0-1.fc35.noarch                            147/167 
13:40:36 #8 59.47   Verifying        : dnf-data-4.11.1-3.fc35.noarch                      148/167 
13:40:36 #8 59.47   Verifying        : dnf-data-4.9.0-1.fc35.noarch                       149/167 
13:40:36 #8 59.47   Verifying        : glibc-2.34-32.fc35.aarch64                         150/167 
13:40:36 #8 59.47   Verifying        : glibc-2.34-25.fc35.aarch64                         151/167 
13:40:36 #8 59.47   Verifying        : glibc-common-2.34-32.fc35.aarch64                  152/167 
13:40:36 #8 59.47   Verifying        : glibc-common-2.34-25.fc35.aarch64                  153/167 
13:40:36 #8 59.47   Verifying        : glibc-minimal-langpack-2.34-32.fc35.aarch64        154/167 
13:40:36 #8 59.47   Verifying        : glibc-minimal-langpack-2.34-25.fc35.aarch64        155/167 
13:40:36 #8 59.47   Verifying        : libdnf-0.66.0-1.fc35.aarch64                       156/167 
13:40:36 #8 59.47   Verifying        : libdnf-0.64.0-1.fc35.aarch64                       157/167 
13:40:36 #8 59.47   Verifying        : libsolv-0.7.22-1.fc35.aarch64                      158/167 
13:40:36 #8 59.47   Verifying        : libsolv-0.7.19-3.fc35.aarch64                      159/167 
13:40:36 #8 59.48   Verifying        : python3-dnf-4.11.1-3.fc35.noarch                   160/167 
13:40:36 #8 59.48   Verifying        : python3-dnf-4.9.0-1.fc35.noarch                    161/167 
13:40:36 #8 59.48   Verifying        : python3-hawkey-0.66.0-1.fc35.aarch64               162/167 
13:40:36 #8 59.48   Verifying        : python3-hawkey-0.64.0-1.fc35.aarch64               163/167 
13:40:36 #8 59.48   Verifying        : python3-libdnf-0.66.0-1.fc35.aarch64               164/167 
13:40:36 #8 59.48   Verifying        : python3-libdnf-0.64.0-1.fc35.aarch64               165/167 
13:40:36 #8 59.48   Verifying        : yum-4.11.1-3.fc35.noarch                           166/167 
13:40:36 #8 59.48   Verifying        : yum-4.9.0-1.fc35.noarch                            167/167 
13:40:36 #8 59.68 
13:40:36 #8 59.68 Upgraded:
13:40:36 #8 59.68   dnf-4.11.1-3.fc35.noarch                                                      
13:40:36 #8 59.68   dnf-data-4.11.1-3.fc35.noarch                                                 
13:40:36 #8 59.68   glibc-2.34-32.fc35.aarch64                                                    
13:40:36 #8 59.68   glibc-common-2.34-32.fc35.aarch64                                             
13:40:36 #8 59.68   glibc-minimal-langpack-2.34-32.fc35.aarch64                                   
13:40:36 #8 59.68   libdnf-0.66.0-1.fc35.aarch64                                                  
13:40:36 #8 59.68   libsolv-0.7.22-1.fc35.aarch64                                                 
13:40:36 #8 59.68   python3-dnf-4.11.1-3.fc35.noarch                                              
13:40:36 #8 59.68   python3-hawkey-0.66.0-1.fc35.aarch64                                          
13:40:36 #8 59.68   python3-libdnf-0.66.0-1.fc35.aarch64                                          
13:40:36 #8 59.68   yum-4.11.1-3.fc35.noarch                                                      
13:40:36 #8 59.68 Installed:
13:40:36 #8 59.68   abattis-cantarell-fonts-0.301-5.fc35.noarch                                   
13:40:36 #8 59.68   adobe-source-code-pro-fonts-2.030.1.050-11.fc35.noarch                        
13:40:36 #8 59.68   binutils-2.37-10.fc35.aarch64                                                 
13:40:36 #8 59.68   binutils-gold-2.37-10.fc35.aarch64                                            
13:40:36 #8 59.68   bzip2-1.0.8-9.fc35.aarch64                                                    
13:40:36 #8 59.68   cpio-2.13-11.fc35.aarch64                                                     
13:40:36 #8 59.68   dash-0.5.10.2-9.fc35.aarch64                                                  
13:40:36 #8 59.68   dbus-libs-1:1.12.22-1.fc35.aarch64                                            
13:40:36 #8 59.68   debugedit-5.0-2.fc35.aarch64                                                  
13:40:36 #8 59.68   deltarpm-3.6.2-10.fc35.aarch64                                                
13:40:36 #8 59.68   devscripts-checkbashisms-2.21.4-1.fc35.aarch64                                
13:40:36 #8 59.68   diffutils-3.8-1.fc35.aarch64                                                  
13:40:36 #8 59.68   dnf-plugins-core-4.1.0-1.fc35.noarch                                          
13:40:36 #8 59.68   dwz-0.14-2.fc35.aarch64                                                       
13:40:36 #8 59.68   ed-1.14.2-11.fc35.aarch64                                                     
13:40:36 #8 59.68   efi-srpm-macros-5-4.fc35.noarch                                               
13:40:36 #8 59.68   elfutils-0.186-1.fc35.aarch64                                                 
13:40:36 #8 59.68   elfutils-debuginfod-client-0.186-1.fc35.aarch64                               
13:40:36 #8 59.68   enchant-1:1.6.0-28.fc35.aarch64                                               
13:40:36 #8 59.68   file-5.40-9.fc35.aarch64                                                      
13:40:36 #8 59.68   findutils-1:4.8.0-4.fc35.aarch64                                              
13:40:36 #8 59.68   fonts-filesystem-1:2.0.5-6.fc35.noarch                                        
13:40:36 #8 59.68   fonts-srpm-macros-1:2.0.5-6.fc35.noarch                                       
13:40:36 #8 59.68   fpc-srpm-macros-1.3-4.fc35.noarch                                             
13:40:36 #8 59.68   gdb-minimal-11.2-2.fc35.aarch64                                               
13:40:36 #8 59.68   gdk-pixbuf2-2.42.6-2.fc35.aarch64                                             
13:40:36 #8 59.68   ghc-srpm-macros-1.5.0-5.fc35.noarch                                           
13:40:36 #8 59.68   glib-networking-2.70.1-1.fc35.aarch64                                         
13:40:36 #8 59.68   glibc-gconv-extra-2.34-32.fc35.aarch64                                        
13:40:36 #8 59.68   gnat-srpm-macros-4-14.fc35.noarch                                             
13:40:36 #8 59.68   go-srpm-macros-3.0.15-1.fc35.noarch                                           
13:40:36 #8 59.68   groff-base-1.22.4-8.fc35.aarch64                                              
13:40:36 #8 59.68   gsettings-desktop-schemas-41.0-1.fc35.aarch64                                 
13:40:36 #8 59.68   hunspell-1.7.0-11.fc35.aarch64                                                
13:40:36 #8 59.68   hunspell-en-0.20140811.1-20.fc35.noarch                                       
13:40:36 #8 59.68   hunspell-en-GB-0.20140811.1-20.fc35.noarch                                    
13:40:36 #8 59.68   hunspell-en-US-0.20140811.1-20.fc35.noarch                                    
13:40:36 #8 59.68   hunspell-filesystem-1.7.0-11.fc35.aarch64                                     
13:40:36 #8 59.68   info-6.8-2.fc35.aarch64                                                       
13:40:36 #8 59.68   json-glib-1.6.6-1.fc35.aarch64                                                
13:40:36 #8 59.68   kernel-srpm-macros-1.0-6.fc35.noarch                                          
13:40:36 #8 59.68   libappstream-glib-0.7.18-3.fc35.aarch64                                       
13:40:36 #8 59.68   libevent-2.1.12-4.fc35.aarch64                                                
13:40:36 #8 59.68   libjpeg-turbo-2.1.0-3.fc35.aarch64                                            
13:40:36 #8 59.68   libpkgconf-1.8.0-1.fc35.aarch64                                               
13:40:36 #8 59.68   libpng-2:1.6.37-11.fc35.aarch64                                               
13:40:36 #8 59.68   libproxy-0.4.17-3.fc35.aarch64                                                
13:40:36 #8 59.68   libsoup-2.74.2-1.fc35.aarch64                                                 
13:40:36 #8 59.68   libstemmer-0-17.585svn.fc35.aarch64                                           
13:40:36 #8 59.68   lua-srpm-macros-1-5.fc35.noarch                                               
13:40:36 #8 59.68   ncurses-6.2-8.20210508.fc35.aarch64                                           
13:40:36 #8 59.68   nim-srpm-macros-3-5.fc35.noarch                                               
13:40:36 #8 59.68   ocaml-srpm-macros-6-5.fc35.noarch                                             
13:40:36 #8 59.68   openblas-srpm-macros-2-10.fc35.noarch                                         
13:40:36 #8 59.68   patch-2.7.6-15.fc35.aarch64                                                   
13:40:36 #8 59.68   perl-AutoLoader-5.74-486.fc35.noarch                                          
13:40:36 #8 59.68   perl-B-1.82-486.fc35.aarch64                                                  
13:40:36 #8 59.68   perl-Carp-1.52-478.fc35.noarch                                                
13:40:36 #8 59.68   perl-Class-Struct-0.66-486.fc35.noarch                                        
13:40:36 #8 59.68   perl-Data-Dumper-2.183-2.fc35.aarch64                                         
13:40:36 #8 59.68   perl-Digest-1.20-1.fc35.noarch                                                
13:40:36 #8 59.68   perl-Digest-MD5-2.58-478.fc35.aarch64                                         
13:40:36 #8 59.68   perl-DynaLoader-1.50-486.fc35.aarch64                                         
13:40:36 #8 59.68   perl-Encode-4:3.15-482.fc35.aarch64                                           
13:40:36 #8 59.68   perl-Errno-1.33-486.fc35.aarch64                                              
13:40:36 #8 59.68   perl-Exporter-5.76-479.fc35.noarch                                            
13:40:36 #8 59.68   perl-Fcntl-1.14-486.fc35.aarch64                                              
13:40:36 #8 59.68   perl-File-Basename-2.85-486.fc35.noarch                                       
13:40:36 #8 59.68   perl-File-Path-2.18-478.fc35.noarch                                           
13:40:36 #8 59.68   perl-File-Temp-1:0.231.100-478.fc35.noarch                                    
13:40:36 #8 59.68   perl-File-stat-1.09-486.fc35.noarch                                           
13:40:36 #8 59.68   perl-FileHandle-2.03-486.fc35.noarch                                          
13:40:36 #8 59.68   perl-Getopt-Long-1:2.52-478.fc35.noarch                                       
13:40:36 #8 59.68   perl-Getopt-Std-1.13-486.fc35.noarch                                          
13:40:36 #8 59.68   perl-HTTP-Tiny-0.080-1.fc35.noarch                                            
13:40:36 #8 59.68   perl-IO-1.46-486.fc35.aarch64                                                 
13:40:36 #8 59.68   perl-IO-Socket-IP-0.41-479.fc35.noarch                                        
13:40:36 #8 59.68   perl-IO-Socket-SSL-2.072-1.fc35.noarch                                        
13:40:36 #8 59.68   perl-IPC-Open3-1.21-486.fc35.noarch                                           
13:40:36 #8 59.68   perl-MIME-Base64-3.16-478.fc35.aarch64                                        
13:40:36 #8 59.68   perl-Mozilla-CA-20211001-1.fc35.noarch                                        
13:40:36 #8 59.68   perl-NDBM_File-1.15-486.fc35.aarch64                                          
13:40:36 #8 59.68   perl-Net-SSLeay-1.90-4.fc35.aarch64                                           
13:40:36 #8 59.68   perl-POSIX-1.97-486.fc35.aarch64                                              
13:40:36 #8 59.68   perl-PathTools-3.80-478.fc35.aarch64                                          
13:40:36 #8 59.68   perl-Pod-Escapes-1:1.07-478.fc35.noarch                                       
13:40:36 #8 59.68   perl-Pod-Perldoc-3.28.01-479.fc35.noarch                                      
13:40:36 #8 59.68   perl-Pod-Simple-1:3.43-2.fc35.noarch                                          
13:40:36 #8 59.68   perl-Pod-Usage-4:2.01-478.fc35.noarch                                         
13:40:36 #8 59.68   perl-Scalar-List-Utils-5:1.62-463.fc35.aarch64                                
13:40:36 #8 59.68   perl-SelectSaver-1.02-486.fc35.noarch                                         
13:40:36 #8 59.68   perl-Socket-4:2.032-2.fc35.aarch64                                            
13:40:36 #8 59.68   perl-Storable-1:3.25-1.fc35.aarch64                                           
13:40:36 #8 59.68   perl-Symbol-1.09-486.fc35.noarch                                              
13:40:36 #8 59.68   perl-Term-ANSIColor-5.01-479.fc35.noarch                                      
13:40:36 #8 59.68   perl-Term-Cap-1.17-478.fc35.noarch                                            
13:40:36 #8 59.68   perl-Text-ParseWords-3.30-478.fc35.noarch                                     
13:40:36 #8 59.68   perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch                                   
13:40:36 #8 59.68   perl-Time-Local-2:1.300-478.fc35.noarch                                       
13:40:36 #8 59.68   perl-URI-5.09-4.fc35.noarch                                                   
13:40:36 #8 59.68   perl-base-2.27-486.fc35.noarch                                                
13:40:36 #8 59.68   perl-constant-1.33-479.fc35.noarch                                            
13:40:36 #8 59.68   perl-if-0.60.900-486.fc35.noarch                                              
13:40:36 #8 59.68   perl-interpreter-4:5.34.1-486.fc35.aarch64                                    
13:40:36 #8 59.68   perl-libnet-3.13-479.fc35.noarch                                              
13:40:36 #8 59.68   perl-libs-4:5.34.1-486.fc35.aarch64                                           
13:40:36 #8 59.68   perl-mro-1.25-486.fc35.aarch64                                                
13:40:36 #8 59.68   perl-overload-1.33-486.fc35.noarch                                            
13:40:36 #8 59.68   perl-overloading-0.02-486.fc35.noarch                                         
13:40:36 #8 59.68   perl-parent-1:0.238-478.fc35.noarch                                           
13:40:36 #8 59.68   perl-podlators-1:4.14-478.fc35.noarch                                         
13:40:36 #8 59.68   perl-srpm-macros-1-42.fc35.noarch                                             
13:40:36 #8 59.68   perl-subs-1.04-486.fc35.noarch                                                
13:40:36 #8 59.68   perl-vars-1.05-486.fc35.noarch                                                
13:40:36 #8 59.68   pkgconf-1.8.0-1.fc35.aarch64                                                  
13:40:36 #8 59.68   pkgconf-m4-1.8.0-1.fc35.noarch                                                
13:40:36 #8 59.68   pkgconf-pkg-config-1.8.0-1.fc35.aarch64                                       
13:40:36 #8 59.68   protobuf-c-1.4.0-1.fc35.aarch64                                               
13:40:36 #8 59.68   python-srpm-macros-3.10-11.fc35.noarch                                        
13:40:36 #8 59.68   python3-construct-2.10.67-3.fc35.noarch                                       
13:40:36 #8 59.68   python3-dateutil-1:2.8.1-7.fc35.noarch                                        
13:40:36 #8 59.68   python3-dbus-1.2.18-2.fc35.aarch64                                            
13:40:36 #9 34.23 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu4) ...
13:40:36 #8 59.68   python3-distro-1.6.0-1.fc35.noarch                                            
13:40:36 #8 59.68   python3-dnf-plugins-core-4.1.0-1.fc35.noarch                                  
13:40:36 #8 59.68   python3-enchant-3.2.2-1.fc35.noarch                                           
13:40:36 #8 59.68   python3-pybeam-0.7-1.fc35.noarch                                              
13:40:36 #8 59.68   python3-pyxdg-0.27-3.fc35.noarch                                              
13:40:36 #8 59.68   python3-six-1.16.0-4.fc35.noarch                                              
13:40:36 #8 59.68   python3-toml-0.10.2-5.fc35.noarch                                             
13:40:36 #8 59.68   python3-unbound-1.13.2-1.fc35.aarch64                                         
13:40:36 #8 59.68   python3-zstd-1.4.5.1-5.fc35.aarch64                                           
13:40:36 #8 59.68   qt5-srpm-macros-5.15.2-3.fc35.noarch                                          
13:40:36 #8 59.68   redhat-rpm-config-199-1.fc35.noarch                                           
13:40:36 #8 59.68   rpm-build-4.17.0-4.fc35.aarch64                                               
13:40:36 #8 59.68   rpmautospec-rpm-macros-0.2.5-1.fc35.noarch                                    
13:40:36 #8 59.68   rpmlint-2.2.0-2.fc35.noarch                                                   
13:40:36 #8 59.68   rust-srpm-macros-21-1.fc35.noarch                                             
13:40:36 #8 59.68   shared-mime-info-2.1-3.fc35.aarch64                                           
13:40:36 #8 59.68   systemd-libs-249.11-2.fc35.aarch64                                            
13:40:36 #8 59.68   unbound-libs-1.13.2-1.fc35.aarch64                                            
13:40:36 #8 59.68   unzip-6.0-53.fc35.aarch64                                                     
13:40:36 #8 59.68   xxhash-libs-0.8.1-1.fc35.aarch64                                              
13:40:36 #8 59.68   xz-5.2.5-7.fc35.aarch64                                                       
13:40:36 #8 59.68   zip-3.0-31.fc35.aarch64                                                       
13:40:36 #8 59.68   zstd-1.5.2-1.fc35.aarch64                                                     
13:40:36 #8 59.68 
13:40:36 #8 59.68 Complete!
13:40:36 #8 DONE 59.9s
13:40:36 
13:40:36 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
13:40:36 #10 sha256:df29cef43d17402f5cbafeda2837e8579fc58a05ecb88ac9ba405a5cbb2d0562
13:40:36 #10 DONE 0.1s
13:40:36 
13:40:36 #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;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
13:40:36 #11 sha256:5a5fe1d45c25268d79a92271dec41a87bfd2f19101a5280a9e0b93ab0567a83b
13:40:36 #9 48.55 Setting up libarchive-zip-perl (1.68-1) ...
13:40:36 #9 48.56 Setting up libsub-identify-perl (0.14-1build4) ...
13:40:36 #9 48.57 Setting up libdistro-info-perl (1.0) ...
13:40:36 #9 48.59 Setting up libcpanel-json-xs-perl (4.25-1build1) ...
13:40:36 #9 48.60 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:40:36 #9 48.61 Setting up libio-stringy-perl (2.111-3) ...
13:40:36 #9 48.62 Setting up liblist-moreutils-perl (0.430-2) ...
13:40:36 #9 48.63 Setting up libhtml-tagset-perl (3.20-4) ...
13:40:36 #9 48.64 Setting up liblog-any-perl (1.709-1) ...
13:40:36 #9 48.66 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:40:36 #9 48.67 Setting up libdevel-size-perl (0.83-1build3) ...
13:40:36 #9 48.68 Setting up libdebhelper-perl (13.3.4ubuntu2) ...
13:40:36 #9 48.69 Setting up libpod-constants-perl (0.19-2) ...
13:40:36 #9 48.70 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
13:40:36 #9 48.71 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:40:36 #9 48.72 Setting up libyaml-libyaml-perl (0.82+repack-1build1) ...
13:40:36 #9 48.73 Setting up libtry-tiny-perl (0.30-1) ...
13:40:36 #9 48.75 Setting up libtype-tiny-perl (1.012002-1) ...
13:40:36 #9 48.76 Setting up libcommon-sense-perl (3.75-1build4) ...
13:40:36 #9 48.77 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:40:36 #9 48.78 Setting up libnet-http-perl (6.20-1) ...
13:40:36 #9 48.80 Setting up libtext-markdown-discount-perl:amd64 (0.12-1build2) ...
13:40:36 #9 48.81 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:36 #9 48.83 Setting up libtime-moment-perl (0.44-1build4) ...
13:40:36 #9 48.84 Setting up libencode-locale-perl (1.05-1.1) ...
13:40:36 #9 48.85 Setting up python3 (3.9.4-1build1) ...
13:40:36 #9 53.69 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
13:40:36 #9 53.73 Setting up libperl4-corelibs-perl (0.004-2) ...
13:40:36 #9 53.75 Setting up libfuture-perl (0.43-1) ...
13:40:36 #9 53.77 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:40:36 #9 53.78 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
13:40:36 #9 53.79 Setting up libtry-tiny-perl (0.30-1) ...
13:40:36 #9 53.82 Setting up libtype-tiny-perl (1.008001-2) ...
13:40:36 #9 53.84 Setting up libtest-fatal-perl (0.014-1) ...
13:40:36 #9 53.85 Setting up libcommon-sense-perl (3.74-2build6) ...
13:40:36 #9 53.86 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:40:36 #9 53.88 Setting up libnet-http-perl (6.19-1) ...
13:40:36 #9 53.89 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:40:36 #13 4.253 (53/64): systemd-devel-239-58.el8.x86_64.rpm     30 MB/s | 392 kB     00:00    
13:40:36 #13 4.265 (54/64): selinux-policy-devel-3.14.3-97.el8.noa  28 MB/s | 1.5 MB     00:00    
13:40:36 #13 4.273 (55/64): device-mapper-devel-1.02.181-3.el8.x86  14 MB/s | 283 kB     00:00    
13:40:36 #13 4.283 (56/64): libxcrypt-static-4.1.1-6.el8.x86_64.rp 6.2 MB/s |  56 kB     00:00    
13:40:36 #13 4.310 (57/64): glibc-gconv-extra-2.28-199.el8.x86_64.  58 MB/s | 1.5 MB     00:00    
13:40:36 #13 4.325 (58/64): glibc-static-2.28-199.el8.x86_64.rpm    35 MB/s | 2.1 MB     00:00    
13:40:36 #13 4.354 (59/64): bash-4.4.20-4.el8.x86_64.rpm            36 MB/s | 1.5 MB     00:00    
13:40:36 #13 4.377 (60/64): glibc-2.28-199.el8.x86_64.rpm           43 MB/s | 2.2 MB     00:00    
13:40:36 #13 4.385 (61/64): glibc-common-2.28-199.el8.x86_64.rpm    33 MB/s | 1.0 MB     00:00    
13:40:36 #13 4.388 (62/64): glibc-minimal-langpack-2.28-199.el8.x8 5.8 MB/s |  62 kB     00:00    
13:40:36 #13 4.391 (63/64): libgcc-8.5.0-13.el8.x86_64.rpm          13 MB/s |  80 kB     00:00    
13:40:36 #8 61.40 Setting up libgpgme11:arm64 (1.14.0-1+b2) ...
13:40:36 #8 61.42 Setting up gcc (4:10.2.1-1) ...
13:40:36 #8 61.44 Setting up dirmngr (2.2.27-2+deb11u1) ...
13:40:36 #8 61.58 Setting up perl (5.32.1-4+deb11u2) ...
13:40:36 #8 61.60 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
13:40:36 #8 61.62 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:40:36 #8 61.63 Setting up libdata-dump-perl (1.23-1.1) ...
13:40:36 #8 61.65 Setting up libref-util-perl (0.204-1) ...
13:40:36 #8 61.66 Setting up libipc-system-simple-perl (1.30-1) ...
13:40:36 #8 61.68 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:40:36 #8 61.69 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
13:40:36 #8 61.70 Setting up libvariable-magic-perl (0.62-1+b3) ...
13:40:36 #8 61.71 Setting up libio-html-perl (1.004-2) ...
13:40:36 #8 61.73 Setting up libpod-parser-perl (1.63-2) ...
13:40:36 #8 61.74 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
13:40:36 #8 61.75 Setting up liblist-moreutils-xs-perl (0.430-2) ...
13:40:36 #8 61.76 Setting up libparams-util-perl (1.102-1+b1) ...
13:40:36 #8 61.77 Setting up libdpkg-perl (1.20.9) ...
13:40:36 #8 61.79 Setting up libtime-duration-perl (1.21-1) ...
13:40:36 #8 61.80 Setting up autoconf (2.69-14) ...
13:40:36 #8 61.82 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:36 #8 61.83 Setting up libarray-intspan-perl (2.004-1) ...
13:40:36 #8 61.83 Setting up libcapture-tiny-perl (0.48-1) ...
13:40:36 #8 61.85 Setting up libtimedate-perl (2.3300-2) ...
13:40:36 #8 61.86 Setting up gpg-wks-server (2.2.27-2+deb11u1) ...
13:40:36 #8 61.87 Setting up libsub-name-perl (0.26-1+b1) ...
13:40:36 #8 61.88 Setting up libtype-tiny-xs-perl (0.022-1) ...
13:40:36 #8 61.89 Setting up g++ (4:10.2.1-1) ...
13:40:36 #8 61.92 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:36 #8 61.93 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:40:36 #8 61.94 Setting up libproc-processtable-perl (0.59-2+b1) ...
13:40:36 #8 61.96 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:40:36 #8 61.97 Setting up xauth (1:1.1-1) ...
13:40:36 #8 61.98 Setting up libpath-tiny-perl (0.118-1) ...
13:40:36 #8 61.99 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:40:36 #8 62.01 Setting up libjson-perl (4.03000-1) ...
13:40:36 #8 62.02 Setting up libipc-run3-perl (0.048-2) ...
13:40:36 #8 62.04 Setting up libfcgi-perl:arm64 (0.79+ds-2) ...
13:40:36 #8 62.05 Setting up libsub-override-perl (0.09-2) ...
13:40:36 #8 62.06 Setting up libaliased-perl (0.34-1.1) ...
13:40:36 #8 62.07 Setting up libstrictures-perl (2.000006-1) ...
13:40:36 #8 62.08 Setting up libsub-quote-perl (2.006006-1) ...
13:40:36 #8 62.09 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:40:36 #8 62.11 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
13:40:36 #8 62.12 Setting up libfontconfig1:arm64 (2.13.1-4.2) ...
13:40:36 #8 62.13 Setting up libsort-versions-perl (1.62-1) ...
13:40:36 #8 62.14 Setting up libexporter-tiny-perl (1.002002-1) ...
13:40:36 #8 62.17 Setting up libre-engine-re2-perl:arm64 (0.14-1) ...
13:40:36 #8 62.19 Setting up libfile-dirlist-perl (0.05-2) ...
13:40:36 #8 62.21 Setting up libterm-readkey-perl (2.38-1+b2) ...
13:40:36 #8 62.22 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
13:40:36 #8 62.23 Setting up libperlio-gzip-perl (0.19-1+b7) ...
13:40:36 #8 62.24 Setting up libsys-hostname-long-perl (1.5-2) ...
13:40:36 #8 62.25 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:40:36 #8 62.27 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
13:40:36 #8 62.28 Setting up liburi-perl (5.08-1) ...
13:40:36 #8 62.29 Setting up libfile-touch-perl (0.11-1) ...
13:40:36 #8 62.30 Setting up python3.9 (3.9.2-1) ...
13:40:36 #12 0.864 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
13:40:36 #12 0.864 Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
13:40:36 #12 0.928 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
13:40:36 #12 1.002 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
13:40:36 #11 1.541 Last metadata expiration check: 0:00:22 ago on Wed May  4 13:40:14 2022.
13:40:36 #8 36.86 Unpacking libpcre2-8-0:armhf (10.32-5) ...
13:40:36 #8 36.93 Selecting previously unselected package liberror-perl.
13:40:36 #8 36.93 Preparing to unpack .../159-liberror-perl_0.17027-2_all.deb ...
13:40:36 #8 36.93 Unpacking liberror-perl (0.17027-2) ...
13:40:36 #8 36.97 Selecting previously unselected package git-man.
13:40:36 #8 36.97 Preparing to unpack .../160-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
13:40:36 #8 36.97 Unpacking git-man (1:2.20.1-2+deb10u3) ...
13:40:36 #9 35.48 Selecting previously unselected package g++-9.
13:40:36 #9 35.48 Preparing to unpack .../093-g++-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:40:36 #9 35.48 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:36 #8 46.62 Preparing to unpack .../309-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:36 #8 46.63 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:36 #8 46.66 Selecting previously unselected package libstring-escape-perl.
13:40:36 #8 46.66 Preparing to unpack .../310-libstring-escape-perl_2010.002-2_all.deb ...
13:40:36 #8 46.67 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:36 #8 46.71 Selecting previously unselected package libstring-shellquote-perl.
13:40:36 #8 46.72 Preparing to unpack .../311-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:36 #8 46.72 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:36 #8 46.76 Selecting previously unselected package libsys-cpuaffinity-perl:amd64.
13:40:36 #8 46.76 Preparing to unpack .../312-libsys-cpuaffinity-perl_1.13~03-1_amd64.deb ...
13:40:36 #8 46.77 Unpacking libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
13:40:36 #8 46.80 Selecting previously unselected package libterm-readkey-perl.
13:40:36 #8 46.80 Preparing to unpack .../313-libterm-readkey-perl_2.38-1+b2_amd64.deb ...
13:40:36 #8 46.80 Unpacking libterm-readkey-perl (2.38-1+b2) ...
13:40:36 #8 46.84 Selecting previously unselected package libtext-levenshteinxs-perl.
13:40:36 #9 46.97 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:36 #9 46.98 Setting up perl (5.30.0-9ubuntu0.2) ...
13:40:36 #9 47.00 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
13:40:36 #9 47.01 Setting up python3-gpg (1.13.1-7ubuntu2) ...
13:40:36 #9 53.40 Setting up libfido2-1:arm64 (1.6.0-2build1) ...
13:40:36 #9 53.41 Setting up libisl23:arm64 (0.24-1) ...
13:40:36 #9 53.43 Setting up libc-dev-bin (2.34-0ubuntu3.2) ...
13:40:36 #9 53.45 Setting up openssl (1.1.1l-1ubuntu1.2) ...
13:40:36 #9 53.47 Setting up libbsd0:arm64 (0.11.3-1ubuntu2) ...
13:40:36 #9 53.48 Setting up libelf1:arm64 (0.185-1build1) ...
13:40:36 #9 53.49 Setting up readline-common (8.1-2) ...
13:40:36 #9 53.51 Setting up publicsuffix (20210108.1309-1) ...
13:40:36 #9 53.52 Setting up libxml2:arm64 (2.9.12+dfsg-4ubuntu0.1) ...
13:40:36 #9 53.53 Setting up zstd (1.4.8+dfsg-2.1) ...
13:40:36 #9 53.54 Setting up libmarkdown2:arm64 (2.2.6-1ubuntu2) ...
13:40:36 #9 53.55 Setting up libcc1-0:arm64 (11.2.0-7ubuntu2) ...
13:40:36 #9 53.56 Setting up iso-codes (4.6.0-1) ...
13:40:36 #9 53.57 Setting up liblocale-gettext-perl (1.07-4build1) ...
13:40:36 #9 53.58 Setting up liblsan0:arm64 (11.2.0-7ubuntu2) ...
13:40:36 #9 53.60 Setting up dctrl-tools (2.24-3) ...
13:40:36 #8 45.48 Last metadata expiration check: 0:00:01 ago on Wed May  4 13:40:35 2022.
13:40:36 #8 38.74 Preparing to unpack .../135-gnupg_2.2.4-1ubuntu1.4_armhf.deb ...
13:40:36 #8 38.74 Unpacking gnupg (2.2.4-1ubuntu1.4) ...
13:40:36 #8 38.81 Selecting previously unselected package libgpgme11:armhf.
13:40:36 #8 38.81 Preparing to unpack .../136-libgpgme11_1.10.0-1ubuntu2_armhf.deb ...
13:40:36 #8 38.82 Unpacking libgpgme11:armhf (1.10.0-1ubuntu2) ...
13:40:36 #8 38.88 Selecting previously unselected package python3-gpg.
13:40:36 #8 38.88 Preparing to unpack .../137-python3-gpg_1.10.0-1ubuntu2_armhf.deb ...
13:40:36 #8 38.88 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
13:40:36 #8 38.95 Selecting previously unselected package dput.
13:40:36 #8 38.95 Preparing to unpack .../138-dput_1.0.1ubuntu1_all.deb ...
13:40:36 #8 38.97 Unpacking dput (1.0.1ubuntu1) ...
13:40:36 #8 39.02 Selecting previously unselected package libfakeroot:armhf.
13:40:36 #8 39.02 Preparing to unpack .../139-libfakeroot_1.22-2ubuntu1_armhf.deb ...
13:40:36 #8 49.00 Setting up intltool-debian (0.35.0+20060710.4) ...
13:40:36 #8 49.01 Setting up libxml-sax-base-perl (1.09-1) ...
13:40:36 #8 49.02 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
13:40:36 #8 49.03 Setting up libstrictures-perl (2.000003-1) ...
13:40:36 #8 49.04 Setting up liblwp-mediatypes-perl (6.02-1) ...
13:40:36 #8 49.05 Setting up libmail-sendmail-perl (0.80-1) ...
13:40:36 #8 49.06 Setting up libsocket6-perl (0.27-1build2) ...
13:40:36 #8 49.07 Setting up patchutils (0.3.4-2) ...
13:40:36 #8 49.08 Setting up python3-chardet (3.0.4-1) ...
13:40:36 #8 49.83 Adding system-user for exim (v4)
13:40:36 #9 34.49 Selecting previously unselected package libxcb1:armhf.
13:40:36 #9 34.49 Preparing to unpack .../037-libxcb1_1.14-3ubuntu1_armhf.deb ...
13:40:36 #9 34.50 Unpacking libxcb1:armhf (1.14-3ubuntu1) ...
13:40:36 #9 49.13 Setting up libexception-class-perl (1.44-1) ...
13:40:37 #9 53.92 Setting up libencode-locale-perl (1.05-1) ...
13:40:37 #9 53.93 Setting up libtext-levenshtein-perl (0.13-1) ...
13:40:37 #9 53.95 Setting up libnet-dns-perl (1.22-1) ...
13:40:37 #9 53.96 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
13:40:37 #9 53.98 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:40:37 #9 54.02 Setting up libstring-shellquote-perl (1.04-1) ...
13:40:37 #9 54.08 Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:37 #9 54.09 Setting up libsub-install-perl (0.928-1) ...
13:40:37 #9 54.11 Setting up gcc (4:9.3.0-1ubuntu2) ...
13:40:37 #9 54.14 Setting up dpkg-dev (1.19.7ubuntu3) ...
13:40:37 #13 4.530 (64/64): selinux-policy-minimum-3.14.3-97.el8.n  43 MB/s |  13 MB     00:00    
13:40:37 #13 4.533 --------------------------------------------------------------------------------
13:40:37 #13 4.534 Total                                            42 MB/s | 103 MB     00:02     
13:40:37 #8 37.13 Selecting previously unselected package git.
13:40:37 #8 37.13 Preparing to unpack .../161-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
13:40:37 #8 37.16 Unpacking git (1:2.20.1-2+deb10u3) ...
13:40:37 #8 46.84 Preparing to unpack .../314-libtext-levenshteinxs-perl_0.03-4+b8_amd64.deb ...
13:40:37 #8 46.84 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
13:40:37 #8 46.88 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
13:40:37 #8 46.88 Preparing to unpack .../315-libtext-markdown-discount-perl_0.12-1+b1_amd64.deb ...
13:40:37 #8 46.88 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
13:40:37 #8 46.92 Selecting previously unselected package libtext-xslate-perl.
13:40:37 #8 46.92 Preparing to unpack .../316-libtext-xslate-perl_3.5.8-1+b1_amd64.deb ...
13:40:37 #8 46.92 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
13:40:37 #8 46.98 Selecting previously unselected package libtime-duration-perl.
13:40:37 #8 46.98 Preparing to unpack .../317-libtime-duration-perl_1.21-1_all.deb ...
13:40:37 #8 46.99 Unpacking libtime-duration-perl (1.21-1) ...
13:40:37 #8 47.02 Selecting previously unselected package libtime-moment-perl.
13:40:37 #8 47.03 Preparing to unpack .../318-libtime-moment-perl_0.44-1+b3_amd64.deb ...
13:40:37 #8 47.03 Unpacking libtime-moment-perl (0.44-1+b3) ...
13:40:37 #8 47.06 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:37 #8 47.07 Preparing to unpack .../319-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
13:40:37 #8 47.07 Unpacking libtype-tiny-xs-perl (0.022-1) ...
13:40:37 #8 47.10 Selecting previously unselected package libunicode-utf8-perl.
13:40:37 #8 47.11 Preparing to unpack .../320-libunicode-utf8-perl_0.62-1+b2_amd64.deb ...
13:40:37 #8 47.11 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
13:40:37 #8 47.14 Selecting previously unselected package libunwind8:amd64.
13:40:37 #8 47.14 Preparing to unpack .../321-libunwind8_1.3.2-2_amd64.deb ...
13:40:37 #8 47.15 Unpacking libunwind8:amd64 (1.3.2-2) ...
13:40:37 #8 47.20 Selecting previously unselected package libxdelta2.
13:40:37 #8 47.20 Preparing to unpack .../322-libxdelta2_1.1.3-9.3_amd64.deb ...
13:40:37 #9 47.19 Setting up libdata-dump-perl (1.23-1) ...
13:40:37 #9 47.20 Setting up python3-certifi (2019.11.28-1) ...
13:40:37 #9 47.34 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:40:37 #9 47.35 Setting up libref-util-perl (0.204-1) ...
13:40:37 #9 47.36 Setting up libipc-system-simple-perl (1.26-1) ...
13:40:37 #9 47.37 Setting up libnet-domain-tld-perl (1.75-1) ...
13:40:37 #9 47.39 Setting up libxml-writer-perl (0.625-1) ...
13:40:37 #9 47.40 Setting up libhash-fieldhash-perl (0.15-1build2) ...
13:40:37 #9 47.42 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
13:40:37 #9 53.62 Setting up libitm1:arm64 (11.2.0-7ubuntu2) ...
13:40:37 #9 53.63 Setting up libgdbm6:arm64 (1.19-2) ...
13:40:37 #9 53.64 Setting up libtsan0:arm64 (11.2.0-7ubuntu2) ...
13:40:37 #9 53.65 Setting up libctf0:arm64 (2.37-7ubuntu1) ...
13:40:37 #9 53.66 Setting up libjpeg8:arm64 (8c-2ubuntu8) ...
13:40:37 #9 53.67 Setting up pinentry-curses (1.1.1-1) ...
13:40:37 #9 53.68 Setting up cpp-11 (11.2.0-7ubuntu2) ...
13:40:37 #9 53.69 Setting up manpages-dev (5.10-1ubuntu1) ...
13:40:37 #9 53.71 Setting up libdw1:arm64 (0.185-1build1) ...
13:40:37 #9 53.72 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu4) ...
13:40:37 #9 53.73 Setting up libxcb1:arm64 (1.14-3ubuntu1) ...
13:40:37 #9 53.75 Setting up gettext (0.21-4ubuntu3) ...
13:40:37 #9 53.76 Setting up fontconfig-config (2.13.1-4.2ubuntu3) ...
13:40:37 #8 ...
13:40:37 
13:40:37 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:37 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:37 #13 extracting sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c done
13:40:37 #13 DONE 50.5s
13:40:37 
13:40:37 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:37 #8 sha256:5323f1ab4d7332a150acc3373447d976aeca8b205e66e4f27926c47cd38ee2e9
13:40:37 #8 39.03 Unpacking libfakeroot:armhf (1.22-2ubuntu1) ...
13:40:37 #8 39.08 Selecting previously unselected package fakeroot.
13:40:37 #8 39.08 Preparing to unpack .../140-fakeroot_1.22-2ubuntu1_armhf.deb ...
13:40:37 #8 39.08 Unpacking fakeroot (1.22-2ubuntu1) ...
13:40:37 #8 39.15 Selecting previously unselected package libcurl3-gnutls:armhf.
13:40:37 #8 39.15 Preparing to unpack .../141-libcurl3-gnutls_7.58.0-2ubuntu3.17_armhf.deb ...
13:40:37 #8 39.16 Unpacking libcurl3-gnutls:armhf (7.58.0-2ubuntu3.17) ...
13:40:37 #8 39.24 Selecting previously unselected package liberror-perl.
13:40:37 #8 39.24 Preparing to unpack .../142-liberror-perl_0.17025-1_all.deb ...
13:40:37 #8 39.24 Unpacking liberror-perl (0.17025-1) ...
13:40:37 #8 39.28 Selecting previously unselected package git-man.
13:40:37 #8 49.32 Setting up liburi-perl (1.73-1) ...
13:40:37 #8 49.33 Setting up libdata-dump-perl (1.23-1) ...
13:40:37 #8 49.34 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
13:40:37 #8 49.35 Setting up libio-string-perl (1.08-3) ...
13:40:37 #8 49.37 Setting up libalgorithm-diff-perl (1.19.03-1) ...
13:40:37 #8 49.38 Setting up libclone-perl (0.39-1) ...
13:40:37 #8 49.39 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
13:40:37 #8 50.10 Setting up libuchardet0:amd64 (0.0.6-3) ...
13:40:37 #8 50.11 Setting up git-man (1:2.20.1-2+deb10u3) ...
13:40:37 #8 50.12 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
13:40:37 #8 50.14 Setting up netbase (5.6) ...
13:40:37 #8 50.16 Setting up libkrb5-3:amd64 (1.17-3+deb10u3) ...
13:40:37 #8 50.17 Setting up libmpdec2:amd64 (2.4.2-2) ...
13:40:37 #8 50.18 Setting up libbinutils:amd64 (2.31.1-16) ...
13:40:37 #8 50.19 Setting up cpp-8 (8.3.0-6) ...
13:40:37 #8 50.20 Setting up libc-dev-bin (2.28-10+deb10u1) ...
13:40:37 #9 34.91 Selecting previously unselected package libx11-data.
13:40:37 #9 49.14 Setting up python3-xdg (0.27-2) ...
13:40:37 #9 49.30 Setting up libconfig-tiny-perl (2.26-1) ...
13:40:37 #9 49.31 Setting up libsereal-encoder-perl (4.018+ds-1build1) ...
13:40:37 #9 49.32 Setting up libdevel-callchecker-perl (0.008-1ubuntu3) ...
13:40:37 #9 49.34 Setting up liblist-utilsby-perl (0.11-1) ...
13:40:37 #9 49.35 Setting up libstring-shellquote-perl (1.04-1) ...
13:40:37 #9 49.36 Setting up libsub-install-perl (0.928-1.1) ...
13:40:37 #9 49.37 Setting up gcc (4:11.2.0-1ubuntu1) ...
13:40:37 #9 49.40 Setting up dpkg-dev (1.20.9ubuntu2) ...
13:40:37 #9 54.16 Setting up libnumber-compare-perl (0.03-1) ...
13:40:37 #9 54.18 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:37 #9 54.19 Setting up libio-async-perl (0.75-1) ...
13:40:37 #9 54.21 Setting up liberror-perl (0.17029-1) ...
13:40:37 #9 54.23 Setting up patchutils (0.3.4-2) ...
13:40:37 #9 54.24 Setting up libmail-sendmail-perl (0.80-1) ...
13:40:37 #9 54.28 Setting up libltdl-dev:arm64 (2.4.6-14) ...
13:40:37 #9 54.29 Setting up libjson-maybexs-perl (1.004000-1) ...
13:40:37 #9 54.30 Setting up libxml-sax-base-perl (1.09-1) ...
13:40:37 #9 54.32 Setting up libio-string-perl (1.08-3) ...
13:40:37 #9 54.34 Setting up libreadonly-perl (2.050-2) ...
13:40:37 #9 54.35 Setting up python3-chardet (3.0.4-4build1) ...
13:40:37 #8 45.48 Last metadata expiration check: 0:00:01 ago on Wed May  4 13:40:35 2022.
13:40:37 #8 62.96 Setting up libemail-address-xs-perl (1.04-1+b3) ...
13:40:37 #8 62.98 Setting up libnet-ssleay-perl (1.88-3+b1) ...
13:40:37 #8 62.99 Setting up automake (1:1.16.3-2) ...
13:40:37 #8 63.00 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:37 #8 63.01 Setting up libapt-pkg-perl (0.1.39) ...
13:40:37 #8 63.02 Setting up libio-sessiondata-perl (1.03-1.1) ...
13:40:37 #8 63.03 Setting up libstring-escape-perl (2010.002-2) ...
13:40:37 #8 63.04 Setting up libhttp-date-perl (6.05-1) ...
13:40:37 #8 63.05 Setting up libfile-which-perl (1.23-1) ...
13:40:37 #8 63.07 Setting up libfile-basedir-perl (0.08-1) ...
13:40:37 #8 63.08 Setting up libnumber-range-perl (0.12-1.1) ...
13:40:37 #8 63.09 Setting up libtask-weaken-perl (1.06-1) ...
13:40:37 #8 63.10 Setting up libunicode-utf8-perl (0.62-1+b2) ...
13:40:37 #8 63.12 Setting up libmouse-perl (2.5.10-1+b1) ...
13:40:37 #8 63.13 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
13:40:37 #8 63.14 Setting up libfile-listing-perl (6.14-1) ...
13:40:37 #8 63.15 Setting up libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
13:40:37 #8 63.16 Setting up gpg-wks-client (2.2.27-2+deb11u1) ...
13:40:37 #8 63.17 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:40:37 #8 47.21 Unpacking libxdelta2 (1.1.3-9.3) ...
13:40:37 #8 47.25 Selecting previously unselected package libxext6:amd64.
13:40:37 #8 47.25 Preparing to unpack .../323-libxext6_2%3a1.3.3-1.1_amd64.deb ...
13:40:37 #8 47.26 Unpacking libxext6:amd64 (2:1.3.3-1.1) ...
13:40:37 #8 47.29 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:37 #8 47.29 Preparing to unpack .../324-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:40:37 #8 47.30 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:40:37 #8 47.32 Selecting previously unselected package libxml-sax-base-perl.
13:40:37 #12 1.169 Reading package lists...
13:40:37 #11 2.505 Package bash-5.1.0-2.fc34.aarch64 is already installed.
13:40:37 #9 47.43 Setting up shared-mime-info (1.15-1) ...
13:40:37 #9 53.93 Setting up libedit2:arm64 (3.1-20191231-2build1) ...
13:40:37 #9 53.94 Setting up libreadline8:arm64 (8.1-2) ...
13:40:37 #9 53.95 Setting up m4 (1.4.18-5ubuntu1) ...
13:40:37 #9 53.96 Setting up binutils-aarch64-linux-gnu (2.37-7ubuntu1) ...
13:40:37 #9 53.97 Setting up binutils (2.37-7ubuntu1) ...
13:40:37 #9 53.98 Setting up libldap-2.5-0:arm64 (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:37 #9 53.99 Setting up ca-certificates (20210119ubuntu1) ...
13:40:37 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 15.2s done
13:40:37 #13 extracting sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c
13:40:37 #13 extracting sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c done
13:40:37 #8 39.28 Preparing to unpack .../143-git-man_1%3a2.17.1-1ubuntu0.11_all.deb ...
13:40:37 #8 39.28 Unpacking git-man (1:2.17.1-1ubuntu0.11) ...
13:40:37 #8 39.43 Selecting previously unselected package git.
13:40:37 #8 39.43 Preparing to unpack .../144-git_1%3a2.17.1-1ubuntu0.11_armhf.deb ...
13:40:37 #8 39.46 Unpacking git (1:2.17.1-1ubuntu0.11) ...
13:40:37 #8 49.40 Setting up libnet-http-perl (6.17-1) ...
13:40:37 #8 49.41 Setting up libnumber-compare-perl (0.03-1) ...
13:40:37 #8 49.42 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
13:40:37 #8 49.60 Setting up python3-unidiff (0.5.4-1) ...
13:40:37 #8 50.21 Setting up openssl (1.1.1n-0+deb10u1) ...
13:40:37 #8 50.23 Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ...
13:40:37 #8 50.24 Setting up readline-common (7.0-5) ...
13:40:37 #8 50.25 Setting up publicsuffix (20211109.1735-0+deb10u1) ...
13:40:37 #8 50.26 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u3) ...
13:40:37 #8 50.27 Setting up libcc1-0:amd64 (8.3.0-6) ...
13:40:37 #8 50.29 Setting up iso-codes (4.2-1) ...
13:40:37 #8 50.30 Setting up liblocale-gettext-perl (1.07-3+b4) ...
13:40:37 #8 50.31 Setting up liblsan0:amd64 (8.3.0-6) ...
13:40:37 #8 50.32 Setting up dctrl-tools (2.24-3) ...
13:40:37 #8 50.33 Setting up libitm1:amd64 (8.3.0-6) ...
13:40:37 #8 50.34 Setting up debian-keyring (2019.02.25) ...
13:40:37 #8 50.35 Setting up libreadline7:amd64 (7.0-5) ...
13:40:37 #8 50.36 Setting up libgdbm6:amd64 (1.18.1-4) ...
13:40:37 #8 50.37 Setting up gnupg-utils (2.2.12-1+deb10u1) ...
13:40:37 #8 50.39 Setting up binutils-x86-64-linux-gnu (2.31.1-16) ...
13:40:37 #8 50.40 Setting up libtsan0:amd64 (8.3.0-6) ...
13:40:37 #8 50.41 Setting up pinentry-curses (1.1.0-2) ...
13:40:37 #9 34.93 Preparing to unpack .../038-libx11-data_2%3a1.7.2-1_all.deb ...
13:40:37 #9 34.93 Unpacking libx11-data (2:1.7.2-1) ...
13:40:37 #9 35.00 Selecting previously unselected package libx11-6:armhf.
13:40:37 #9 35.00 Preparing to unpack .../039-libx11-6_2%3a1.7.2-1_armhf.deb ...
13:40:37 #9 35.01 Unpacking libx11-6:armhf (2:1.7.2-1) ...
13:40:37 #9 35.05 Selecting previously unselected package libxext6:armhf.
13:40:37 #9 35.05 Preparing to unpack .../040-libxext6_2%3a1.3.4-0ubuntu3_armhf.deb ...
13:40:37 #9 35.06 Unpacking libxext6:armhf (2:1.3.4-0ubuntu3) ...
13:40:37 #9 35.10 Selecting previously unselected package libxmuu1:armhf.
13:40:37 #9 35.10 Preparing to unpack .../041-libxmuu1_2%3a1.1.3-0ubuntu1_armhf.deb ...
13:40:37 #9 35.10 Unpacking libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
13:40:37 #9 54.59 Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:40:37 #9 54.60 Setting up libfile-find-rule-perl (0.34-1) ...
13:40:37 #9 54.62 Setting up libstring-copyright-perl (0.003006-1) ...
13:40:37 #9 49.42 Setting up libnumber-compare-perl (0.03-1.1) ...
13:40:37 #9 49.43 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:37 #9 49.44 Setting up liberror-perl (0.17029-1) ...
13:40:37 #9 49.45 Setting up python3-six (1.16.0-2) ...
13:40:37 #9 49.58 Setting up dh-autoreconf (20) ...
13:40:37 #9 49.59 Setting up patchutils (0.4.2-1) ...
13:40:37 #9 49.60 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:40:37 #9 49.61 Setting up libltdl-dev:amd64 (2.4.6-15) ...
13:40:37 #9 49.62 Setting up libjson-maybexs-perl (1.004003-1) ...
13:40:37 #9 49.64 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:40:37 #9 49.66 Setting up libio-string-perl (1.08-3.1) ...
13:40:37 #8 47.32 Preparing to unpack .../325-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:40:37 #8 47.33 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:40:37 #8 47.37 Selecting previously unselected package libxml-sax-perl.
13:40:37 #8 47.37 Preparing to unpack .../326-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:40:37 #8 47.38 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:40:37 #8 47.41 Selecting previously unselected package libxml-libxml-perl.
13:40:37 #8 47.42 Preparing to unpack .../327-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
13:40:37 #8 47.42 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:40:37 #8 47.49 Selecting previously unselected package libxml-sax-expat-perl.
13:40:37 #8 47.49 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:37 #8 47.50 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:37 #8 47.52 Selecting previously unselected package libxmlrpc-lite-perl.
13:40:37 #8 47.53 Preparing to unpack .../329-libxmlrpc-lite-perl_0.717-4_all.deb ...
13:40:37 #8 47.53 Unpacking libxmlrpc-lite-perl (0.717-4) ...
13:40:37 #8 47.57 Selecting previously unselected package libxmuu1:amd64.
13:40:37 #8 47.57 Preparing to unpack .../330-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
13:40:37 #8 47.57 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:40:37 #8 47.61 Selecting previously unselected package libyaml-0-2:amd64.
13:40:37 #8 47.61 Preparing to unpack .../331-libyaml-0-2_0.2.2-1_amd64.deb ...
13:40:37 #8 47.61 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
13:40:37 #8 47.65 Selecting previously unselected package libyaml-libyaml-perl.
13:40:37 #8 47.65 Preparing to unpack .../332-libyaml-libyaml-perl_0.82+repack-1+b1_amd64.deb ...
13:40:37 #8 47.65 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
13:40:37 #8 47.69 Selecting previously unselected package licensecheck.
13:40:37 #8 63.18 Setting up libdata-messagepack-perl (1.00-4+b1) ...
13:40:37 #8 63.19 Setting up libclass-inspector-perl (1.36-1) ...
13:40:37 #8 63.21 Setting up libfont-afm-perl (1.20-3) ...
13:40:37 #8 63.22 Setting up libwant-perl (0.29-1+b6) ...
13:40:37 #8 63.23 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:40:37 #8 63.24 Setting up libtext-glob-perl (0.11-1) ...
13:40:37 #8 63.25 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:40:37 #8 63.27 Setting up liblist-compare-perl (0.55-1) ...
13:40:37 #8 63.31 Setting up libref-util-xs-perl (0.117-1+b3) ...
13:40:37 #8 63.32 Setting up libio-pty-perl (1:1.15-2) ...
13:40:37 #8 63.33 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
13:40:37 #8 63.35 Setting up libsort-key-perl (1.33-2+b3) ...
13:40:37 #8 63.38 Setting up libclone-perl (0.45-1+b1) ...
13:40:37 #8 63.40 Setting up libalgorithm-diff-perl (1.201-1) ...
13:40:37 #8 63.43 Setting up libarchive-zip-perl (1.68-1) ...
13:40:37 #12 1.144 Reading package lists...
13:40:37 #12 2.071 dpkg-buildpackage: info: source package docker-ce-build-deps
13:40:37 #12 2.071 dpkg-buildpackage: info: source version 1.0
13:40:37 #12 2.071 dpkg-buildpackage: info: source distribution unstable
13:40:37 #12 2.071 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:40:37 #12 2.105  dpkg-source --before-build .
13:40:37 #11 2.518 Package bash-5.1.0-2.fc34.aarch64 is already installed.
13:40:37 #11 2.519 Package ca-certificates-2021.2.52-1.0.fc34.noarch is already installed.
13:40:37 #11 2.519 Package libarchive-3.5.2-2.fc34.aarch64 is already installed.
13:40:37 #11 2.520 Package pkgconf-pkg-config-1.7.3-6.fc34.aarch64 is already installed.
13:40:37 #11 2.521 Package tar-2:1.34-1.fc34.aarch64 is already installed.
13:40:37 #11 2.534 Package bash-5.1.0-2.fc34.aarch64 is already installed.
13:40:37 #11 2.646 Dependencies resolved.
13:40:37 #11 2.672 ================================================================================
13:40:37 #11 2.672  Package                       Arch     Version                  Repo      Size
13:40:37 #11 2.672 ================================================================================
13:40:37 #11 2.672 Installing:
13:40:37 #11 2.672  btrfs-progs-devel             aarch64  5.16.2-1.fc34            updates   50 k
13:40:37 #11 2.672  cmake                         aarch64  3.20.5-1.fc34            updates  6.1 M
13:40:37 #11 2.672  device-mapper-devel           aarch64  1.02.175-1.fc34          fedora    45 k
13:40:37 #11 2.672  gcc                           aarch64  11.2.1-9.fc34            updates   30 M
13:40:37 #11 2.672  git                           aarch64  2.34.1-1.fc34            updates   67 k
13:40:37 #11 2.672  glibc-static                  aarch64  2.33-21.fc34             updates  1.3 M
13:40:37 #11 2.672  libseccomp-devel              aarch64  2.5.3-1.fc34             updates   53 k
13:40:37 #11 2.672  libselinux-devel              aarch64  3.2-1.fc34               fedora   113 k
13:40:37 #11 2.672  libtool                       aarch64  2.4.6-40.fc34            fedora   579 k
13:40:37 #11 2.672  libtool-ltdl-devel            aarch64  2.4.6-40.fc34            fedora   153 k
13:40:37 #11 2.672  make                          aarch64  1:4.3-5.fc34             fedora   536 k
13:40:37 #11 2.672  selinux-policy-devel          noarch   34.27-1.fc34             updates  803 k
13:40:37 #11 2.672  systemd                       aarch64  248.10-1.fc34            updates  4.0 M
13:40:37 #11 2.672  which                         aarch64  2.21-26.fc34             updates   41 k
13:40:37 #11 2.672 Installing dependencies:
13:40:37 #11 2.672  acl                           aarch64  2.3.1-1.fc34             fedora    71 k
13:40:37 #11 2.672  annobin                       aarch64  9.79-2.fc34              updates  131 k
13:40:37 #11 2.672  autoconf                      noarch   2.69-36.fc34             fedora   667 k
13:40:37 #11 2.672  automake                      noarch   1.16.2-4.fc34            fedora   664 k
13:40:37 #11 2.672  btrfs-progs                   aarch64  5.16.2-1.fc34            updates  983 k
13:40:37 #11 2.672  checkpolicy                   aarch64  3.2-1.fc34               fedora   340 k
13:40:37 #11 2.672  cmake-data                    noarch   3.20.5-1.fc34            updates  1.5 M
13:40:37 #11 2.672  cmake-filesystem              aarch64  3.20.5-1.fc34            updates   16 k
13:40:37 #11 2.672  cmake-rpm-macros              noarch   3.20.5-1.fc34            updates   16 k
13:40:37 #11 2.672  cpp                           aarch64  11.2.1-9.fc34            updates  9.9 M
13:40:37 #11 2.672  cryptsetup-libs               aarch64  2.3.7-1.fc34             updates  470 k
13:40:37 #11 2.672  dbus                          aarch64  1:1.12.20-3.fc34         fedora   8.0 k
13:40:37 #11 2.672  dbus-broker                   aarch64  29-2.fc34                updates  166 k
13:40:37 #11 2.672  dbus-common                   noarch   1:1.12.20-3.fc34         fedora    15 k
13:40:37 #11 2.672  device-mapper                 aarch64  1.02.175-1.fc34          fedora   141 k
13:40:37 #11 2.672  device-mapper-libs            aarch64  1.02.175-1.fc34          fedora   173 k
13:40:37 #11 2.672  e2fsprogs-libs                aarch64  1.45.6-5.fc34            fedora   221 k
13:40:37 #11 2.672  gc                            aarch64  8.0.4-5.fc34             fedora   102 k
13:40:37 #11 2.672  git-core                      aarch64  2.34.1-1.fc34            updates  3.9 M
13:40:37 #11 2.672  git-core-doc                  noarch   2.34.1-1.fc34            updates  2.4 M
13:40:37 #11 2.672  glibc-devel                   aarch64  2.33-21.fc34             updates  423 k
13:40:37 #11 2.672  guile22                       aarch64  2.2.7-2.fc34             fedora   6.5 M
13:40:37 #11 2.672  iptables-legacy-libs          aarch64  1.8.7-8.fc34             updates   39 k
13:40:37 #11 2.672  jsoncpp                       aarch64  1.9.4-5.fc34             updates   88 k
13:40:37 #11 2.672  kernel-headers                aarch64  5.17.4-100.fc34          updates  1.3 M
13:40:37 #11 2.672  kmod-libs                     aarch64  29-2.fc34                updates   62 k
13:40:37 #11 2.672  libargon2                     aarch64  20171227-6.fc34          fedora    28 k
13:40:37 #11 2.672  libasan                       aarch64  11.2.1-9.fc34            updates  419 k
13:40:37 #11 2.672  libatomic                     aarch64  11.2.1-9.fc34            updates   57 k
13:40:37 #11 2.672  libbtrfs                      aarch64  5.16.2-1.fc34            updates   28 k
13:40:37 #11 2.672  libbtrfsutil                  aarch64  5.16.2-1.fc34            updates   32 k
13:40:37 #11 2.672  libcbor                       aarch64  0.7.0-3.fc34             fedora    56 k
13:40:37 #11 2.672  libedit                       aarch64  3.1-38.20210714cvs.fc34  updates  104 k
13:40:37 #11 2.672  libfido2                      aarch64  1.6.0-2.fc34             fedora    70 k
13:40:37 #11 2.672  libibverbs                    aarch64  37.2-2.fc34              updates  387 k
13:40:37 #11 2.672  libmpc                        aarch64  1.2.1-2.fc34             fedora    63 k
13:40:37 #11 2.672  libnl3                        aarch64  3.5.0-6.fc34             fedora   315 k
13:40:37 #11 2.672  libpcap                       aarch64  14:1.10.1-1.fc34         updates  167 k
13:40:37 #11 2.672  libseccomp                    aarch64  2.5.3-1.fc34             updates   71 k
13:40:37 #11 2.672  libselinux-utils              aarch64  3.2-1.fc34               fedora   159 k
13:40:37 #11 2.672  libsepol-devel                aarch64  3.2-2.fc34               updates   40 k
13:40:37 #11 2.672  libtool-ltdl                  aarch64  2.4.6-40.fc34            fedora    36 k
13:40:37 #11 2.672  libubsan                      aarch64  11.2.1-9.fc34            updates  202 k
13:40:37 #11 2.672  libuv                         aarch64  1:1.44.1-1.fc34          updates  149 k
13:40:37 #11 2.672  libxcrypt-devel               aarch64  4.4.28-1.fc34            updates   29 k
13:40:37 #11 2.672  libxcrypt-static              aarch64  4.4.28-1.fc34            updates  109 k
13:40:37 #11 2.672  llvm-libs                     aarch64  12.0.1-1.fc34            updates   22 M
13:40:37 #11 2.672  lzo                           aarch64  2.10-4.fc34              fedora    64 k
13:40:37 #11 2.672  m4                            aarch64  1.4.18-17.fc34           fedora   209 k
13:40:37 #11 2.672  openssh                       aarch64  8.6p1-5.fc34             updates  428 k
13:40:37 #11 2.672  openssh-clients               aarch64  8.6p1-5.fc34             updates  654 k
13:40:37 #11 2.672  pcre2-devel                   aarch64  10.36-4.fc34             fedora   477 k
13:40:37 #11 2.672  pcre2-utf16                   aarch64  10.36-4.fc34             fedora   195 k
13:40:37 #11 2.672  pcre2-utf32                   aarch64  10.36-4.fc34             fedora   187 k
13:40:37 #11 2.672  perl-Error                    noarch   1:0.17029-5.fc34         fedora    42 k
13:40:37 #11 2.672  perl-File-Compare             noarch   1.100.600-477.fc34       updates   23 k
13:40:37 #11 2.672  perl-File-Copy                noarch   2.34-477.fc34            updates   30 k
13:40:37 #11 2.672  perl-File-Find                noarch   1.37-477.fc34            updates   36 k
13:40:37 #11 2.672  perl-Git                      noarch   2.34.1-1.fc34            updates   43 k
13:40:37 #11 2.672  perl-TermReadKey              aarch64  2.38-9.fc34              fedora    36 k
13:40:37 #11 2.672  perl-Thread-Queue             noarch   3.14-458.fc34            fedora    22 k
13:40:37 #11 2.672  perl-lib                      aarch64  0.65-477.fc34            updates   25 k
13:40:37 #11 2.672  perl-threads                  aarch64  1:2.25-458.fc34          fedora    57 k
13:40:37 #11 2.672  perl-threads-shared           aarch64  1.61-458.fc34            fedora    43 k
13:40:37 #11 2.672  policycoreutils               aarch64  3.2-1.fc34               fedora   207 k
13:40:37 #11 2.672  policycoreutils-devel         aarch64  3.2-1.fc34               fedora   138 k
13:40:37 #11 2.672  policycoreutils-python-utils  noarch   3.2-1.fc34               fedora    71 k
13:40:37 #11 2.672  python3-audit                 aarch64  3.0.6-1.fc34             updates   82 k
13:40:37 #11 2.672  python3-libselinux            aarch64  3.2-1.fc34               fedora   183 k
13:40:37 #11 2.672  python3-libsemanage           aarch64  3.2-1.fc34               fedora    83 k
13:40:37 #11 2.672  python3-policycoreutils       noarch   3.2-1.fc34               fedora   2.0 M
13:40:37 #11 2.672  python3-setools               aarch64  4.4.0-1.fc34             fedora   545 k
13:40:37 #11 2.672  rhash                         aarch64  1.4.0-3.fc34             fedora   183 k
13:40:37 #11 2.672  rpm-plugin-selinux            aarch64  4.16.1.3-1.fc34          fedora    23 k
13:40:37 #11 2.672  selinux-policy                noarch   34.27-1.fc34             updates   60 k
13:40:37 #11 2.672  selinux-policy-targeted       noarch   34.27-1.fc34             updates  6.3 M
13:40:37 #11 2.672  systemd-devel                 aarch64  248.10-1.fc34            updates  437 k
13:40:37 #11 2.672  systemd-pam                   aarch64  248.10-1.fc34            updates  315 k
13:40:37 #11 2.672  systemd-rpm-macros            noarch   248.10-1.fc34            updates   27 k
13:40:37 #11 2.672  vim-filesystem                noarch   2:8.2.4804-1.fc34        updates   22 k
13:40:37 #11 2.672  xkeyboard-config              noarch   2.33-1.fc34              updates  783 k
13:40:37 #11 2.672 Installing weak dependencies:
13:40:37 #11 2.672  libbpf                        aarch64  2:0.4.0-1.fc34           updates  130 k
13:40:37 #11 2.672  libxkbcommon                  aarch64  1.3.0-1.fc34             updates  142 k
13:40:37 #11 2.672  qrencode-libs                 aarch64  4.1.1-1.fc34             updates   61 k
13:40:37 #11 2.672  systemd-networkd              aarch64  248.10-1.fc34            updates  433 k
13:40:37 #11 2.672 
13:40:37 #11 2.672 Transaction Summary
13:40:37 #11 2.672 ================================================================================
13:40:37 #11 2.672 Install  99 Packages
13:40:37 #11 2.672 
13:40:37 #11 2.679 Total download size: 113 M
13:40:37 #11 2.679 Installed size: 428 M
13:40:37 #11 2.679 Downloading Packages:
13:40:37 #8 37.78 Selecting previously unselected package libgc1c2:armhf.
13:40:37 #8 37.78 Preparing to unpack .../162-libgc1c2_1%3a7.6.4-0.4_armhf.deb ...
13:40:37 #8 37.78 Unpacking libgc1c2:armhf (1:7.6.4-0.4) ...
13:40:37 #8 37.85 Selecting previously unselected package libltdl7:armhf.
13:40:37 #8 37.85 Preparing to unpack .../163-libltdl7_2.4.6-9_armhf.deb ...
13:40:37 #8 37.85 Unpacking libltdl7:armhf (2.4.6-9) ...
13:40:37 #8 37.93 Selecting previously unselected package guile-2.2-libs:armhf.
13:40:37 #8 37.93 Preparing to unpack .../164-guile-2.2-libs_2.2.4+1-2+deb10u1_armhf.deb ...
13:40:37 #8 37.93 Unpacking guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ...
13:40:37 #11 1.382 Last metadata expiration check: 0:00:23 ago on Wed May  4 13:40:14 2022.
13:40:37 #13 extracting sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c done
13:40:37 #11 1.359 Last metadata expiration check: 0:00:24 ago on Wed May  4 13:40:13 2022.
13:40:37 #8 49.74 Setting up binutils (2.30-21ubuntu1~18.04.7) ...
13:40:37 #8 49.75 Setting up libunicode-utf8-perl (0.60-1build4) ...
13:40:37 #8 49.76 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
13:40:37 #8 49.77 Setting up libparams-util-perl (1.07-3build3) ...
13:40:37 #8 49.78 Setting up libsub-name-perl (0.21-1build1) ...
13:40:37 #8 49.79 Setting up openssh-client (1:7.6p1-4ubuntu0.6) ...
13:40:37 #8 49.87 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
13:40:37 #8 49.88 Setting up libsub-quote-perl (2.005000-1) ...
13:40:37 #8 49.90 Setting up libfcgi-perl (0.78-2build1) ...
13:40:37 #8 49.91 Setting up libwww-robotrules-perl (6.01-1) ...
13:40:37 #8 49.92 Setting up python3-debian (0.1.32) ...
13:40:37 #8 50.43 Setting up manpages-dev (4.16-2) ...
13:40:37 #8 50.44 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
13:40:37 #8 50.45 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:40:37 #8 50.46 Setting up libxcb1:amd64 (1.13.1-2) ...
13:40:37 #8 50.47 Setting up at (3.1.23-1) ...
13:40:37 #8 50.61 invoke-rc.d: could not determine current runlevel
13:40:37 #8 50.61 invoke-rc.d: policy-rc.d denied execution of start.
13:40:37 #8 50.62 Setting up libedit2:amd64 (3.1-20181209-1) ...
13:40:37 #8 50.63 Setting up libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
13:40:37 #8 50.64 Setting up cron (3.0pl1-134+deb10u1) ...
13:40:37 #9 35.16 Selecting previously unselected package manpages.
13:40:37 #9 35.17 Preparing to unpack .../042-manpages_5.10-1ubuntu1_all.deb ...
13:40:37 #9 35.17 Unpacking manpages (5.10-1ubuntu1) ...
13:40:37 #9 49.67 Setting up libreadonly-perl (2.050-3) ...
13:40:37 #9 49.68 Setting up python3-gpg (1.14.0-1ubuntu4) ...
13:40:37 #9 54.63 Setting up python3-debian (0.1.36ubuntu1) ...
13:40:37 #9 54.79 Setting up python3-requests (2.22.0-2ubuntu1) ...
13:40:37 #8 47.69 Preparing to unpack .../333-licensecheck_3.1.1-2_all.deb ...
13:40:37 #8 47.69 Unpacking licensecheck (3.1.1-2) ...
13:40:37 #8 47.73 Selecting previously unselected package lzip.
13:40:37 #8 47.73 Preparing to unpack .../334-lzip_1.22-3_amd64.deb ...
13:40:37 #8 47.74 Unpacking lzip (1.22-3) ...
13:40:37 #8 47.78 Selecting previously unselected package lzop.
13:40:37 #8 47.79 Preparing to unpack .../335-lzop_1.04-2_amd64.deb ...
13:40:37 #8 47.79 Unpacking lzop (1.04-2) ...
13:40:37 #8 47.83 Selecting previously unselected package t1utils.
13:40:37 #8 47.83 Preparing to unpack .../336-t1utils_1.41-4_amd64.deb ...
13:40:37 #8 47.83 Unpacking t1utils (1.41-4) ...
13:40:37 #8 47.87 Selecting previously unselected package unzip.
13:40:37 #8 47.88 Preparing to unpack .../337-unzip_6.0-26_amd64.deb ...
13:40:37 #8 47.88 Unpacking unzip (6.0-26) ...
13:40:37 #8 47.94 Selecting previously unselected package lintian.
13:40:37 #8 63.46 Setting up libsub-identify-perl (0.14-1+b3) ...
13:40:37 #8 63.48 Setting up libdistro-info-perl (1.0) ...
13:40:37 #8 63.50 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
13:40:37 #8 63.51 Setting up libobject-id-perl (0.1.2-2.1) ...
13:40:37 13:40:37 #8 63.53 Setting up libio-stringy-perl (2.111-3) ...
13:40:37 #8 63.54 Setting up liblist-moreutils-perl (0.430-2) ...
#12 2.105 dpkg-buildpackage: info: host architecture arm64
13:40:37 #12 2.200  debian/rules clean
13:40:37 #12 2.203 dh clean
13:40:37 #12 2.289    dh_clean
13:40:37 #8 63.55 Setting up libhtml-tagset-perl (3.20-4) ...
13:40:37 #8 63.56 Setting up liblog-any-perl (1.709-1) ...
13:40:37 #12 2.323  debian/rules binary
13:40:37 #12 2.325 dh binary
13:40:37 #12 2.400    dh_update_autotools_config
13:40:37 #8 63.57 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:40:37 #8 63.58 Setting up libdevel-size-perl (0.83-1+b2) ...
13:40:37 #8 63.59 Setting up libdebhelper-perl (13.3.4) ...
13:40:37 #8 63.60 Setting up libpod-constants-perl (0.19-2) ...
13:40:37 #8 63.61 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
13:40:37 #8 63.62 Setting up libconvert-binhex-perl (1.125-1) ...
13:40:37 #8 63.63 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:40:37 #12 2.030 dpkg-buildpackage: info: source package docker-ce-build-deps
13:40:37 #12 2.030 dpkg-buildpackage: info: source version 1.0
13:40:37 #12 2.030 dpkg-buildpackage: info: source distribution unstable
13:40:37 #12 2.030 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:40:37 #12 2.063  dpkg-source --before-build .
13:40:37 #12 2.063 dpkg-buildpackage: info: host architecture amd64
13:40:37 #12 2.158  debian/rules clean
13:40:37 #12 2.159 dh clean
13:40:37 #12 2.244    dh_clean
13:40:37 #13 DONE 51.2s
13:40:37 
13:40:37 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:37 #8 sha256:6e9576fe9b3ec593fc61754a66fb4c3e478c17dbf8e535d0b3faf32206a7372a
13:40:37 #8 26.73 Unpacking automake (1:1.16.3-2) ...
13:40:37 #8 26.88 Selecting previously unselected package autopoint.
13:40:37 #8 26.88 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
13:40:37 #8 26.89 Unpacking autopoint (0.21-4) ...
13:40:37 #8 26.95 Selecting previously unselected package binutils-common:armhf.
13:40:37 #8 26.95 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
13:40:37 #8 26.95 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
13:40:37 #8 27.24 Selecting previously unselected package libbinutils:armhf.
13:40:37 #8 27.24 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
13:40:37 #8 27.24 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
13:40:37 #8 27.35 Selecting previously unselected package libctf-nobfd0:armhf.
13:40:37 #8 27.35 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
13:40:37 #8 27.35 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
13:40:37 #8 27.40 Selecting previously unselected package libctf0:armhf.
13:40:37 #8 27.40 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
13:40:37 #8 27.40 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
13:40:37 #8 27.45 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:40:37 #8 27.45 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
13:40:37 #8 27.45 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
13:40:37 #8 27.79 Selecting previously unselected package binutils.
13:40:37 #8 27.79 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
13:40:37 #8 27.81 Unpacking binutils (2.35.2-2+rpi1) ...
13:40:37 #8 27.87 Selecting previously unselected package libisl23:armhf.
13:40:37 #8 27.87 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
13:40:37 #8 27.88 Unpacking libisl23:armhf (0.23-1) ...
13:40:37 #8 28.00 Selecting previously unselected package libmpfr6:armhf.
13:40:37 #8 28.00 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
13:40:37 #8 28.01 Unpacking libmpfr6:armhf (4.1.0-3) ...
13:40:37 #8 28.12 Selecting previously unselected package libmpc3:armhf.
13:40:37 #8 28.12 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
13:40:37 #8 28.12 Unpacking libmpc3:armhf (1.2.0-1) ...
13:40:37 #8 28.16 Selecting previously unselected package cpp-10.
13:40:37 #8 28.16 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
13:40:37 #8 28.17 Unpacking cpp-10 (10.2.1-6+rpi1) ...
13:40:37 #8 28.95 Selecting previously unselected package cpp.
13:40:37 #8 28.95 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
13:40:37 #8 28.96 Unpacking cpp (4:10.2.1-1+rpi1) ...
13:40:37 #8 29.02 Selecting previously unselected package libdebhelper-perl.
13:40:37 #8 29.02 Preparing to unpack .../025-libdebhelper-perl_13.3.4_all.deb ...
13:40:37 #8 29.02 Unpacking libdebhelper-perl (13.3.4) ...
13:40:37 #8 29.12 Selecting previously unselected package libcc1-0:armhf.
13:40:37 #8 29.12 Preparing to unpack .../026-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
13:40:37 #8 29.12 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
13:40:37 #8 29.18 Selecting previously unselected package libgomp1:armhf.
13:40:37 #8 29.18 Preparing to unpack .../027-libgomp1_10.2.1-6+rpi1_armhf.deb ...
13:40:37 #8 29.19 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
13:40:37 #8 29.28 Selecting previously unselected package libatomic1:armhf.
13:40:37 #8 29.28 Preparing to unpack .../028-libatomic1_10.2.1-6+rpi1_armhf.deb ...
13:40:37 #8 29.29 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
13:40:37 #8 29.36 Selecting previously unselected package libasan6:armhf.
13:40:37 #8 29.36 Preparing to unpack .../029-libasan6_10.2.1-6+rpi1_armhf.deb ...
13:40:37 #8 29.39 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
13:40:37 #8 29.74 Selecting previously unselected package libubsan1:armhf.
13:40:37 #8 29.74 Preparing to unpack .../030-libubsan1_10.2.1-6+rpi1_armhf.deb ...
13:40:37 #8 29.75 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
13:40:37 #8 29.87 Selecting previously unselected package libgcc-10-dev:armhf.
13:40:37 #8 29.87 Preparing to unpack .../031-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
13:40:37 #8 29.88 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
13:40:37 #9 54.46 Updating certificates in /etc/ssl/certs...
13:40:37 #13 DONE 50.5s
13:40:37 
13:40:37 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:37 #8 sha256:ab6157491c520784faebccc3717f5e1537aa160894e0b754af7ae47de8a1e3d8
13:40:37 #8 26.44 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ...
13:40:37 #8 26.45 Unpacking m4 (1.4.18-2) ...
13:40:37 #8 26.51 Selecting previously unselected package autoconf.
13:40:37 #8 26.51 Preparing to unpack .../010-autoconf_2.69-11_all.deb ...
13:40:37 #8 26.52 Unpacking autoconf (2.69-11) ...
13:40:37 #8 26.62 Selecting previously unselected package autotools-dev.
13:40:37 #8 26.62 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ...
13:40:37 #8 26.63 Unpacking autotools-dev (20180224.1) ...
13:40:37 #8 26.70 Selecting previously unselected package automake.
13:40:37 #8 26.70 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ...
13:40:37 #8 26.70 Unpacking automake (1:1.16.1-4) ...
13:40:37 #8 26.84 Selecting previously unselected package autopoint.
13:40:37 #8 26.84 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ...
13:40:37 #8 26.84 Unpacking autopoint (0.19.8.1-9) ...
13:40:37 #8 26.90 Selecting previously unselected package binutils-common:armhf.
13:40:37 #8 26.90 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ...
13:40:37 #8 26.90 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ...
13:40:37 #8 27.24 Selecting previously unselected package libbinutils:armhf.
13:40:37 #8 27.24 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ...
13:40:37 #8 27.25 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ...
13:40:37 #8 27.33 Selecting previously unselected package libfl2:armhf.
13:40:37 #8 27.33 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ...
13:40:37 #8 27.34 Unpacking libfl2:armhf (2.6.4-6.2) ...
13:40:37 #8 27.39 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:40:37 #8 27.39 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
13:40:37 #8 27.40 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
13:40:37 #8 27.68 Selecting previously unselected package binutils.
13:40:37 #8 27.68 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ...
13:40:37 #8 27.68 Unpacking binutils (2.31.1-16+rpi2) ...
13:40:37 #8 27.75 Selecting previously unselected package libisl19:armhf.
13:40:37 #8 27.75 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ...
13:40:37 #8 27.75 Unpacking libisl19:armhf (0.20-2) ...
13:40:37 #8 27.85 Selecting previously unselected package libmpfr6:armhf.
13:40:37 #8 27.85 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ...
13:40:37 #8 27.85 Unpacking libmpfr6:armhf (4.0.2-1) ...
13:40:37 #8 27.95 Selecting previously unselected package libmpc3:armhf.
13:40:37 #8 27.95 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ...
13:40:37 #8 27.95 Unpacking libmpc3:armhf (1.1.0-1) ...
13:40:37 #8 28.00 Selecting previously unselected package cpp-8.
13:40:37 #8 28.00 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ...
13:40:37 #8 28.02 Unpacking cpp-8 (8.3.0-6+rpi1) ...
13:40:37 #8 28.81 Selecting previously unselected package cpp.
13:40:37 #8 28.81 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ...
13:40:37 #8 28.82 Unpacking cpp (4:8.3.0-1+rpi2) ...
13:40:37 #8 28.87 Selecting previously unselected package libcc1-0:armhf.
13:40:37 #8 28.87 Preparing to unpack .../024-libcc1-0_8.3.0-6+rpi1_armhf.deb ...
13:40:37 #8 28.87 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ...
13:40:37 #8 28.95 Selecting previously unselected package libgomp1:armhf.
13:40:37 #8 28.95 Preparing to unpack .../025-libgomp1_8.3.0-6+rpi1_armhf.deb ...
13:40:37 #8 28.95 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ...
13:40:37 #8 29.00 Selecting previously unselected package libatomic1:armhf.
13:40:37 #8 29.00 Preparing to unpack .../026-libatomic1_8.3.0-6+rpi1_armhf.deb ...
13:40:37 #8 29.01 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ...
13:40:37 #8 29.07 Selecting previously unselected package libasan5:armhf.
13:40:37 #8 29.07 Preparing to unpack .../027-libasan5_8.3.0-6+rpi1_armhf.deb ...
13:40:37 #8 29.07 Unpacking libasan5:armhf (8.3.0-6+rpi1) ...
13:40:37 #8 29.20 Selecting previously unselected package libubsan1:armhf.
13:40:37 #8 29.20 Preparing to unpack .../028-libubsan1_8.3.0-6+rpi1_armhf.deb ...
13:40:37 #8 39.96 Selecting previously unselected package libalgorithm-diff-perl.
13:40:37 #8 39.96 Preparing to unpack .../145-libalgorithm-diff-perl_1.19.03-1_all.deb ...
13:40:37 #8 29.20 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ...
13:40:37 #8 29.25 Selecting previously unselected package libgcc-8-dev:armhf.
13:40:37 #8 39.98 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
13:40:37 #8 40.02 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:37 #8 29.25 Preparing to unpack .../029-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ...
13:40:37 #8 29.26 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
13:40:37 #8 40.02 Preparing to unpack .../146-libalgorithm-diff-xs-perl_0.04-5_armhf.deb ...
13:40:37 #8 40.03 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
13:40:37 #8 29.50 Selecting previously unselected package gcc-8.
13:40:37 #8 29.50 Preparing to unpack .../030-gcc-8_8.3.0-6+rpi1_armhf.deb ...
13:40:37 #8 40.08 Selecting previously unselected package libalgorithm-merge-perl.
13:40:37 #8 40.08 Preparing to unpack .../147-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:37 #8 29.50 Unpacking gcc-8 (8.3.0-6+rpi1) ...
13:40:37 #8 30.34 Selecting previously unselected package gcc.
13:40:37 #8 40.08 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:37 #8 40.15 Selecting previously unselected package libapt-pkg-perl.
13:40:37 #8 30.34 Preparing to unpack .../031-gcc_4%3a8.3.0-1+rpi2_armhf.deb ...
13:40:37 #8 30.34 Unpacking gcc (4:8.3.0-1+rpi2) ...
13:40:37 #8 40.15 Preparing to unpack .../148-libapt-pkg-perl_0.1.33build1_armhf.deb ...
13:40:37 #8 30.37 Selecting previously unselected package libc-dev-bin.
13:40:37 #8 30.37 Preparing to unpack .../032-libc-dev-bin_2.28-10+rpt2+rpi1_armhf.deb ...
13:40:37 #8 30.37 Unpacking libc-dev-bin (2.28-10+rpt2+rpi1) ...
13:40:37 #8 30.45 Selecting previously unselected package linux-libc-dev:armhf.
13:40:37 #8 30.45 Preparing to unpack .../033-linux-libc-dev_1%3a1.20220308~buster-1_armhf.deb ...
13:40:37 #8 30.46 Unpacking linux-libc-dev:armhf (1:1.20220308~buster-1) ...
13:40:37 #8 30.75 Selecting previously unselected package libc6-dev:armhf.
13:40:37 #8 30.75 Preparing to unpack .../034-libc6-dev_2.28-10+rpt2+rpi1_armhf.deb ...
13:40:37 #8 30.75 Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
13:40:37 #8 50.08 Setting up libauthen-sasl-perl (2.1600-1) ...
13:40:37 #8 50.09 Setting up libclass-accessor-perl (0.51-1) ...
13:40:37 #8 50.10 Setting up libsort-key-perl (1.33-2) ...
13:40:37 #8 50.12 Setting up libhtml-tagset-perl (3.20-3) ...
13:40:37 #8 50.13 Setting up libpath-tiny-perl (0.104-1) ...
13:40:37 #8 50.14 Setting up libnet-domain-tld-perl (1.75-1) ...
13:40:37 #8 50.16 Setting up libsub-install-perl (0.928-1) ...
13:40:37 #8 50.17 Setting up libdata-optlist-perl (0.110-1) ...
13:40:37 #8 50.19 Setting up libio-stringy-perl (2.111-2) ...
13:40:37 #8 50.20 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:37 #8 50.21 Setting up libtry-tiny-perl (0.30-1) ...
13:40:37 #8 50.72 Adding group `crontab' (GID 102) ...
13:40:37 #8 50.73 Done.
13:40:37 #8 50.75 invoke-rc.d: could not determine current runlevel
13:40:37 #8 50.76 invoke-rc.d: policy-rc.d denied execution of start.
13:40:37 #8 50.87 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:40:37 #8 50.88 Setting up m4 (1.4.18-2) ...
13:40:37 #8 50.89 Setting up binutils (2.31.1-16) ...
13:40:37 #8 50.90 Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
13:40:37 #8 50.91 Setting up ca-certificates (20200601~deb10u2) ...
13:40:38 #9 35.54 Selecting previously unselected package openssh-client.
13:40:38 #9 35.54 Preparing to unpack .../043-openssh-client_1%3a8.4p1-6ubuntu2.1_armhf.deb ...
13:40:38 #9 35.55 Unpacking openssh-client (1:8.4p1-6ubuntu2.1) ...
13:40:38 #9 35.62 Selecting previously unselected package publicsuffix.
13:40:38 #9 35.62 Preparing to unpack .../044-publicsuffix_20210108.1309-1_all.deb ...
13:40:38 #9 35.62 Unpacking publicsuffix (20210108.1309-1) ...
13:40:38 #9 35.67 Selecting previously unselected package python-apt-common.
13:40:38 #9 35.67 Preparing to unpack .../045-python-apt-common_2.2.1_all.deb ...
13:40:38 #9 35.68 Unpacking python-apt-common (2.2.1) ...
13:40:38 #9 35.71 Selecting previously unselected package python3-apt.
13:40:38 #9 35.71 Preparing to unpack .../046-python3-apt_2.2.1_armhf.deb ...
13:40:38 #9 29.48 Selecting previously unselected package manpages.
13:40:38 #9 29.48 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
13:40:38 #9 29.83 Unpacking manpages (5.10-1ubuntu1) ...
13:40:38 #9 49.84 Setting up python3-certifi (2020.6.20-1) ...
13:40:38 #9 49.98 Setting up libfile-find-rule-perl (0.34-1) ...
13:40:38 #9 49.99 Setting up libstring-copyright-perl (0.003006-1) ...
13:40:38 #9 50.00 Setting up python3-idna (2.10-1) ...
13:40:38 #9 54.94 Setting up libdata-optlist-perl (0.110-1) ...
13:40:38 #9 54.95 Setting up libipc-run-perl (20180523.0-2) ...
13:40:38 #9 54.96 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:38 #9 54.98 Setting up libcontextual-return-perl (0.004014-2) ...
13:40:38 #9 54.99 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:38 #9 55.01 Setting up libtypes-serialiser-perl (1.0-1) ...
13:40:38 #9 55.02 Setting up g++ (4:9.3.0-1ubuntu2) ...
13:40:38 #9 55.05 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:38 #9 55.05 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:40:38 #9 55.06 Setting up libhtml-parser-perl (3.72-5) ...
13:40:38 #9 55.08 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:40:38 #9 55.09 Setting up librole-tiny-perl (2.001004-1) ...
13:40:38 #9 55.11 Setting up build-essential (12.8ubuntu1.1) ...
13:40:38 #9 55.12 Setting up libfont-ttf-perl (1.06-1) ...
13:40:38 #9 55.14 Setting up libfile-homedir-perl (1.004-1) ...
13:40:38 #9 55.17 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
13:40:38 #9 55.18 Setting up libio-socket-ssl-perl (2.067-1) ...
13:40:38 #9 55.20 Setting up libsub-exporter-perl (0.987-1) ...
13:40:38 #9 55.21 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:38 #9 55.22 Setting up libhttp-message-perl (6.22-1) ...
13:40:38 #9 55.24 Setting up libhtml-form-perl (6.07-1) ...
13:40:38 #9 55.25 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
13:40:38 #8 62.44 Setting up libgpgme11:arm64 (1.12.0-6) ...
13:40:38 #8 62.45 Setting up gcc (4:8.3.0-1) ...
13:40:38 #8 62.48 Setting up python3-six (1.12.0-1) ...
13:40:38 #8 62.65 Setting up dirmngr (2.2.12-1+deb10u1) ...
13:40:38 #8 62.69 Setting up perl (5.28.1-6+deb10u1) ...
13:40:38 #8 62.72 Setting up libpackage-stash-xs-perl (0.29-1) ...
13:40:38 #8 62.74 Setting up python3-gpg (1.12.0-6) ...
13:40:38 #8 62.94 Setting up libdata-dump-perl (1.23-1) ...
13:40:38 #8 62.95 Setting up python3-certifi (2018.8.24-1) ...
13:40:38 #8 63.10 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:40:38 #8 63.11 Setting up libref-util-perl (0.204-1) ...
13:40:38 #8 63.12 Setting up libipc-system-simple-perl (1.25-4) ...
13:40:38 #8 63.14 Setting up libnet-domain-tld-perl (1.75-1) ...
13:40:38 #8 63.15 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
13:40:38 #8 63.16 Setting up libvariable-magic-perl (0.62-1+b1) ...
13:40:38 #8 63.18 Setting up python3-idna (2.6-1) ...
13:40:38 #8 63.38 Setting up libio-html-perl (1.001-1) ...
13:40:38 #8 63.39 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
13:40:38 #8 63.41 Setting up libtest-refcount-perl (0.08-3) ...
13:40:38 #8 63.42 Setting up libparams-util-perl (1.07-3+b4) ...
13:40:38 #8 63.44 Setting up libdpkg-perl (1.19.7) ...
13:40:38 #8 63.45 Setting up autoconf (2.69-11) ...
13:40:38 #8 63.46 Setting up python3-urllib3 (1.24.1-1) ...
13:40:38 #8 63.65 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:38 #8 63.66 Setting up libcapture-tiny-perl (0.48-1) ...
13:40:38 #8 63.67 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
13:40:38 #8 63.68 Setting up gpg-wks-server (2.2.12-1+deb10u1) ...
13:40:38 #8 63.69 Setting up libsub-name-perl (0.21-1+b3) ...
13:40:38 #8 63.70 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
13:40:38 #8 63.71 Setting up g++-8 (8.3.0-6) ...
13:40:38 #8 63.73 Setting up libfile-chdir-perl (0.1008-1) ...
13:40:38 #8 63.74 Setting up xauth (1:1.0.10-1) ...
13:40:38 #8 63.75 Setting up libpath-tiny-perl (0.108-1) ...
13:40:38 #8 63.76 Setting up libarchive-cpio-perl (0.10-1) ...
13:40:38 #8 63.77 Setting up libjson-perl (4.02000-1) ...
13:40:38 #8 63.78 Setting up libfcgi-perl (0.78-2+b3) ...
13:40:38 #8 63.79 Setting up libdevel-globaldestruction-perl (0.14-1) ...
13:40:38 #8 63.80 Setting up python3-unidiff (0.5.4-1) ...
13:40:38 #8 63.95 Setting up libstrictures-perl (2.000005-1) ...
13:40:38 #8 63.97 Setting up libsub-quote-perl (2.005001-1) ...
13:40:38 #8 63.99 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
13:40:38 #8 64.00 Setting up libsort-versions-perl (1.62-1) ...
13:40:38 #8 64.01 Setting up libexporter-tiny-perl (1.002001-1) ...
13:40:38 #8 64.02 Setting up libterm-readkey-perl (2.38-1) ...
13:40:38 #8 64.04 Setting up lsb-release (10.2019051400) ...
13:40:38 #8 64.05 Setting up libclass-accessor-perl (0.51-1) ...
13:40:38 #8 64.06 Setting up libnet-ip-perl (1.26-2) ...
13:40:38 #8 64.07 Setting up python3-magic (2:0.4.15-2) ...
13:40:38 #8 64.22 Setting up libperlio-gzip-perl (0.19-1+b5) ...
13:40:38 #8 64.23 Setting up libsys-hostname-long-perl (1.5-1) ...
13:40:38 #8 64.24 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
13:40:38 #8 64.25 Setting up liburi-perl (1.76-1) ...
13:40:38 #8 64.26 Setting up exim4-daemon-light (4.92-8+deb10u6) ...
13:40:38 #8 64.34 invoke-rc.d: could not determine current runlevel
13:40:38 #8 64.35 invoke-rc.d: policy-rc.d denied execution of start.
13:40:38 #8 64.35 Initializing GnuTLS DH parameter file
13:40:38 #8 64.42 Setting up libmailutils5:arm64 (1:3.5-4) ...
13:40:38 #8 64.44 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:40:38 #8 64.46 Setting up libnet-ssleay-perl (1.85-2+b1) ...
13:40:38 #8 64.48 Setting up python3-pkg-resources (40.8.0-1) ...
13:40:38 #8 64.68 Setting up automake (1:1.16.1-4) ...
13:40:38 #8 64.69 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:38 #8 64.70 Setting up libasync-mergepoint-perl (0.04-2) ...
13:40:38 #8 64.72 Setting up libio-sessiondata-perl (1.03-1) ...
13:40:38 #8 64.78 Setting up libstring-escape-perl (2010.002-2) ...
13:40:38 #8 64.79 Setting up libhttp-date-perl (6.02-1) ...
13:40:38 #8 64.81 Setting up libfile-which-perl (1.23-1) ...
13:40:38 #8 64.82 Setting up mailutils (1:3.5-4) ...
13:40:38 #8 64.83 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
13:40:38 #8 64.83 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
13:40:38 #8 64.84 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
13:40:38 #8 64.84 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
13:40:38 #8 64.85 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
13:40:38 #8 64.85 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
13:40:38 #8 64.86 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
13:40:38 #8 64.87 Setting up libfile-basedir-perl (0.08-1) ...
13:40:38 #8 64.88 Setting up libnumber-range-perl (0.12-1) ...
13:40:38 #8 64.90 Setting up libtask-weaken-perl (1.06-1) ...
13:40:38 #8 64.91 Setting up libunicode-utf8-perl (0.62-1) ...
13:40:38 #8 64.92 Setting up libstruct-dumb-perl (0.09-1) ...
13:40:38 #8 64.94 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
13:40:38 #8 64.95 Setting up libfile-listing-perl (6.04-1) ...
13:40:38 #8 64.97 Setting up gpg-wks-client (2.2.12-1+deb10u1) ...
13:40:38 #8 64.98 Setting up libclass-inspector-perl (1.32-1) ...
13:40:38 #8 64.99 Setting up libfont-afm-perl (1.20-2) ...
13:40:38 #8 65.00 Setting up libwant-perl (0.29-1+b4) ...
13:40:38 #8 65.01 Setting up libdynaloader-functions-perl (0.003-1) ...
13:40:38 #8 65.03 Setting up libtext-glob-perl (0.10-1) ...
13:40:38 #8 65.04 Setting up libclass-method-modifiers-perl (2.12-1) ...
13:40:38 #8 65.05 Setting up liblist-compare-perl (0.53-1) ...
13:40:38 #8 65.06 Setting up libref-util-xs-perl (0.117-1+b1) ...
13:40:38 #8 65.08 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
13:40:38 #8 65.09 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
13:40:38 #8 65.10 Setting up libsort-key-perl (1.33-2+b1) ...
13:40:38 #8 47.94 Preparing to unpack .../338-lintian_2.104.0_all.deb ...
13:40:38 #8 47.95 Unpacking lintian (2.104.0) ...
13:40:38 #12 2.428    dh_autoreconf
13:40:38 #12 2.468    create-stamp debian/debhelper-build-stamp
13:40:38 #12 2.468    dh_prep
13:40:38 #12 2.497    dh_auto_install --destdir=debian/docker-ce-build-deps/
13:40:38 #12 2.547    dh_install
13:40:38 #12 2.579    dh_installdocs
13:40:38 #12 2.616    dh_installchangelogs
13:40:38 #8 63.65 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
13:40:38 #8 63.66 Setting up libtry-tiny-perl (0.30-1) ...
13:40:38 #8 63.67 Setting up libtype-tiny-perl (1.012001-2) ...
13:40:38 #8 63.68 Setting up libcommon-sense-perl (3.75-1+b4) ...
13:40:38 #8 63.69 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:40:38 #8 63.70 Setting up libnet-http-perl (6.20-1) ...
13:40:38 #8 63.71 Setting up libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
13:40:38 #8 63.72 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:38 #8 63.73 Setting up libtime-moment-perl (0.44-1+b3) ...
13:40:38 #8 63.74 Setting up libencode-locale-perl (1.05-1.1) ...
13:40:38 #8 63.75 Setting up python3 (3.9.2-3) ...
13:40:38 #12 2.276  debian/rules binary
13:40:38 #12 2.278 dh binary
13:40:38 #12 2.359    dh_update_autotools_config
13:40:38 #12 2.386    dh_autoreconf
13:40:38 #12 2.425    create-stamp debian/debhelper-build-stamp
13:40:38 #12 2.425    dh_prep
13:40:38 #12 2.451    dh_auto_install --destdir=debian/docker-ce-build-deps/
13:40:38 #12 2.499    dh_install
13:40:38 #8 30.07 Selecting previously unselected package gcc-10.
13:40:38 #8 30.07 Preparing to unpack .../032-gcc-10_10.2.1-6+rpi1_armhf.deb ...
13:40:38 #8 30.07 Unpacking gcc-10 (10.2.1-6+rpi1) ...
13:40:38 #9 54.96 128 added, 0 removed; done.
13:40:38 #9 55.01 Setting up libfreetype6:arm64 (2.10.4+dfsg-1build1) ...
13:40:38 #11 2.161 Package bash-5.1.16-2.fc36.aarch64 is already installed.
13:40:38 #8 50.22 Setting up libclass-method-modifiers-perl (2.12-1) ...
13:40:38 #8 50.24 Setting up libfont-afm-perl (1.20-2) ...
13:40:38 #8 50.25 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
13:40:38 #8 50.26 Setting up python3-apt (1.6.5ubuntu0.7) ...
13:40:38 #8 50.43 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
13:40:38 #8 50.44 Setting up libxext6:amd64 (2:1.3.3-1) ...
13:40:38 #8 50.45 Setting up po-debconf (1.0.20) ...
13:40:38 #8 50.46 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
13:40:38 #8 40.15 Unpacking libapt-pkg-perl (0.1.33build1) ...
13:40:38 #8 40.21 Selecting previously unselected package libarchive-cpio-perl.
13:40:38 #8 40.21 Preparing to unpack .../149-libarchive-cpio-perl_0.10-1_all.deb ...
13:40:38 #8 40.22 Unpacking libarchive-cpio-perl (0.10-1) ...
13:40:38 #8 40.26 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:38 #8 40.26 Preparing to unpack .../150-libb-hooks-op-check-perl_0.22-1_armhf.deb ...
13:40:38 #8 40.27 Unpacking libb-hooks-op-check-perl (0.22-1) ...
13:40:38 #8 40.31 Selecting previously unselected package libdynaloader-functions-perl.
13:40:38 #8 40.31 Preparing to unpack .../151-libdynaloader-functions-perl_0.003-1_all.deb ...
13:40:38 #8 40.31 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:40:38 #8 40.35 Selecting previously unselected package libdevel-callchecker-perl.
13:40:38 #8 40.35 Preparing to unpack .../152-libdevel-callchecker-perl_0.007-2build1_armhf.deb ...
13:40:38 #8 40.36 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
13:40:38 #8 40.39 Selecting previously unselected package libparams-classify-perl.
13:40:38 #8 40.39 Preparing to unpack .../153-libparams-classify-perl_0.015-1_armhf.deb ...
13:40:38 #9 35.72 Unpacking python3-apt (2.2.1) ...
13:40:38 #9 35.77 Selecting previously unselected package strace.
13:40:38 #9 35.77 Preparing to unpack .../047-strace_5.13-0ubuntu1_armhf.deb ...
13:40:38 #9 35.77 Unpacking strace (5.13-0ubuntu1) ...
13:40:38 #9 35.81 Selecting previously unselected package xauth.
13:40:38 #9 35.81 Preparing to unpack .../048-xauth_1%3a1.1-1_armhf.deb ...
13:40:38 #9 35.82 Unpacking xauth (1:1.1-1) ...
13:40:38 #9 35.85 Selecting previously unselected package xz-utils.
13:40:38 #9 35.85 Preparing to unpack .../049-xz-utils_5.2.5-2ubuntu0.1_armhf.deb ...
13:40:38 #9 35.86 Unpacking xz-utils (5.2.5-2ubuntu0.1) ...
13:40:38 #9 35.89 Selecting previously unselected package libsigsegv2:armhf.
13:40:38 #9 35.89 Preparing to unpack .../050-libsigsegv2_2.13-1ubuntu2_armhf.deb ...
13:40:38 #9 35.89 Unpacking libsigsegv2:armhf (2.13-1ubuntu2) ...
13:40:38 #9 35.92 Selecting previously unselected package m4.
13:40:38 #9 35.92 Preparing to unpack .../051-m4_1.4.18-5ubuntu1_armhf.deb ...
13:40:38 #8 51.28 Updating certificates in /etc/ssl/certs...
13:40:38 #9 50.19 Setting up libdata-optlist-perl (0.110-1.1) ...
13:40:38 #9 50.21 Setting up libipc-run-perl (20200505.0-1) ...
13:40:38 #9 50.22 Setting up git (1:2.32.0-1ubuntu1.2) ...
13:40:38 #9 50.24 Setting up libtext-xslate-perl (3.5.8-1build2) ...
13:40:38 #9 50.25 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:40:38 #9 55.26 Setting up libjson-xs-perl (4.020-1build1) ...
13:40:38 #9 55.27 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:38 #9 55.29 Setting up libio-prompter-perl (0.004015-1) ...
13:40:38 #9 55.30 Setting up libhttp-cookies-perl (6.08-1) ...
13:40:38 #9 55.31 Setting up po-debconf (1.0.21) ...
13:40:38 #9 55.33 Setting up libhtml-tree-perl (5.07-2) ...
13:40:38 #8 65.11 Setting up libclone-perl (0.41-1+b1) ...
13:40:38 #8 48.26 Selecting previously unselected package lsb-release.
13:40:38 #8 48.26 Preparing to unpack .../339-lsb-release_11.1.0_all.deb ...
13:40:38 #8 65.13 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:40:38 #8 65.14 Setting up libarchive-zip-perl (1.64-1) ...
13:40:38 #8 48.27 Unpacking lsb-release (11.1.0) ...
13:40:38 #8 65.15 Setting up libsub-identify-perl (0.14-1+b1) ...
13:40:38 #8 65.17 Setting up libdistro-info-perl (0.21) ...
13:40:38 #8 65.18 Setting up python3-apt (1.8.4.3) ...
13:40:38 #8 65.36 Setting up libio-stringy-perl (2.111-3) ...
13:40:38 #8 65.37 Setting up liblist-moreutils-perl (0.416-1+b4) ...
13:40:38 #8 48.30 Selecting previously unselected package manpages-dev.
13:40:38 #8 48.30 Preparing to unpack .../340-manpages-dev_5.10-1_all.deb ...
13:40:38 #8 65.38 Setting up libhtml-tagset-perl (3.20-3) ...
13:40:38 #8 65.39 Setting up liblog-any-perl (1.707-1) ...
13:40:38 #8 65.40 Setting up libauthen-sasl-perl (2.1600-1) ...
13:40:38 #8 48.31 Unpacking manpages-dev (5.10-1) ...
13:40:38 #8 65.41 Setting up libpod-constants-perl (0.19-1) ...
13:40:38 #8 65.42 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
13:40:38 #8 65.43 Setting up libconvert-binhex-perl (1.125-1) ...
13:40:38 #8 65.45 Setting up libfuture-perl (0.39-1) ...
13:40:38 #8 65.47 Setting up liblwp-mediatypes-perl (6.02-1) ...
13:40:38 #12 2.699    dh_perl
13:40:38 #12 2.734    dh_link
13:40:38 #12 2.771    dh_strip_nondeterminism
13:40:38 #12 2.834    dh_compress
13:40:38 #12 2.873    dh_fixperms
13:40:38 #12 2.915    dh_missing
13:40:38 #12 2.940    dh_installdeb
13:40:38 #8 64.05 Setting up libexception-class-perl (1.44-1) ...
13:40:38 #8 64.06 Setting up python3-xdg (0.27-2) ...
13:40:38 #12 2.531    dh_installdocs
13:40:38 #12 2.569    dh_installchangelogs
13:40:38 #12 2.650    dh_perl
13:40:38 #12 2.685    dh_link
13:40:38 #12 2.718    dh_strip_nondeterminism
13:40:38 #12 2.775    dh_compress
13:40:38 #13 5.969 Running transaction check
13:40:38 #9 55.03 Setting up libgdbm-compat4:arm64 (1.19-2) ...
13:40:38 #9 55.04 Setting up libperl5.32:arm64 (5.32.1-3ubuntu3) ...
13:40:38 #9 55.05 Setting up libgcc-11-dev:arm64 (11.2.0-7ubuntu2) ...
13:40:38 #9 55.06 Setting up dwz (0.14-1build1) ...
13:40:38 #9 55.07 Setting up gcc-11 (11.2.0-7ubuntu2) ...
13:40:38 #9 55.08 Setting up groff-base (1.22.4-7) ...
13:40:38 #9 55.10 Setting up cpp (4:11.2.0-1ubuntu1) ...
13:40:38 #9 55.11 Setting up gpgconf (2.2.20-1ubuntu4) ...
13:40:38 #9 55.13 Setting up debugedit (1:5.0-0ubuntu2) ...
13:40:38 #9 55.14 Setting up libcurl4:arm64 (7.74.0-1.3ubuntu2.1) ...
13:40:38 #9 55.15 Setting up libc6-dev:arm64 (2.34-0ubuntu3.2) ...
13:40:38 #9 55.16 Setting up libx11-6:arm64 (2:1.7.2-1) ...
13:40:38 #9 55.17 Setting up libtiff5:arm64 (4.3.0-1) ...
13:40:38 #9 55.18 Setting up curl (7.74.0-1.3ubuntu2.1) ...
13:40:38 #9 55.19 Setting up libfontconfig1:arm64 (2.13.1-4.2ubuntu3) ...
13:40:38 #9 55.20 Setting up libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
13:40:38 #9 55.21 Setting up gpg (2.2.20-1ubuntu4) ...
13:40:38 #9 55.22 Setting up libpython3.9-stdlib:arm64 (3.9.7-2build1) ...
13:40:38 #11 2.174 Package bash-5.1.16-2.fc36.aarch64 is already installed.
13:40:38 #11 2.174 Package ca-certificates-2021.2.52-3.fc36.noarch is already installed.
13:40:38 #11 2.175 Package libarchive-3.5.3-1.fc36.aarch64 is already installed.
13:40:38 #11 2.176 Package pkgconf-pkg-config-1.8.0-2.fc36.aarch64 is already installed.
13:40:38 #11 2.176 Package tar-2:1.34-3.fc36.aarch64 is already installed.
13:40:38 #11 2.189 Package bash-5.1.16-2.fc36.aarch64 is already installed.
13:40:38 #11 2.369 Dependencies resolved.
13:40:38 #11 2.392 =======================================================================================
13:40:38 #11 2.392  Package                        Arch     Version                 Repository        Size
13:40:38 #11 2.392 =======================================================================================
13:40:38 #11 2.392 Installing:
13:40:38 #11 2.392  btrfs-progs-devel              aarch64  5.16.2-1.fc36           fedora            50 k
13:40:38 #11 2.392  cmake                          aarch64  3.22.2-1.fc36           fedora           5.8 M
13:40:38 #11 2.392  device-mapper-devel            aarch64  1.02.175-7.fc36         fedora            43 k
13:40:38 #11 2.392  gcc                            aarch64  12.0.1-0.16.fc36        fedora            29 M
13:40:38 #11 2.392  git                            aarch64  2.36.0-1.fc36           updates-testing   66 k
13:40:38 #11 2.392  glibc-static                   aarch64  2.35-5.fc36             updates-testing  1.5 M
13:40:38 #11 2.392  libseccomp-devel               aarch64  2.5.3-2.fc36            fedora            53 k
13:40:38 #11 2.392  libselinux-devel               aarch64  3.3-4.fc36              fedora           113 k
13:40:38 #11 2.392  libtool                        aarch64  2.4.6-50.fc36           fedora           579 k
13:40:38 #11 2.392  libtool-ltdl-devel             aarch64  2.4.6-50.fc36           fedora           156 k
13:40:38 #11 2.392  make                           aarch64  1:4.3-7.fc36            fedora           529 k
13:40:38 #11 2.392  selinux-policy-devel           noarch   36.8-1.fc36             fedora           818 k
13:40:38 #11 2.392  systemd                        aarch64  250.3-8.fc36            fedora           4.1 M
13:40:38 #11 2.392  systemd-devel                  aarch64  250.3-8.fc36            fedora           450 k
13:40:38 #11 2.392  which                          aarch64  2.21-32.fc36            fedora            42 k
13:40:38 #11 2.392 Upgrading:
13:40:38 #11 2.392  audit-libs                     aarch64  3.0.8-1.fc36            fedora           116 k
13:40:38 #11 2.392  libgcc                         aarch64  12.0.1-0.16.fc36        fedora            87 k
13:40:38 #11 2.392  libgomp                        aarch64  12.0.1-0.16.fc36        fedora           285 k
13:40:38 #11 2.392  systemd-libs                   aarch64  250.3-8.fc36            fedora           586 k
13:40:38 #11 2.392 Installing dependencies:
13:40:38 #11 2.392  annobin-docs                   noarch   10.67-1.fc36            updates-testing   89 k
13:40:38 #11 2.392  annobin-plugin-gcc             aarch64  10.67-1.fc36            updates-testing  880 k
13:40:38 #11 2.392  autoconf                       noarch   2.71-2.fc36             fedora           718 k
13:40:38 #11 2.392  automake                       noarch   1.16.5-4.fc36           fedora           673 k
13:40:38 #11 2.392  btrfs-progs                    aarch64  5.16.2-1.fc36           fedora           976 k
13:40:38 #11 2.392  checkpolicy                    aarch64  3.3-2.fc36              fedora           336 k
13:40:38 #11 2.392  cmake-data                     noarch   3.22.2-1.fc36           fedora           1.6 M
13:40:38 #11 2.392  cmake-filesystem               aarch64  3.22.2-1.fc36           fedora            18 k
13:40:38 #11 2.392  cmake-rpm-macros               noarch   3.22.2-1.fc36           fedora            17 k
13:40:38 #11 2.392  cpp                            aarch64  12.0.1-0.16.fc36        fedora           9.2 M
13:40:38 #11 2.392  dbus                           aarch64  1:1.14.0-1.fc36         fedora           7.5 k
13:40:38 #11 2.392  dbus-broker                    aarch64  29-5.fc36               fedora           169 k
13:40:38 #11 2.392  dbus-common                    noarch   1:1.14.0-1.fc36         fedora            14 k
13:40:38 #11 2.392  device-mapper                  aarch64  1.02.175-7.fc36         fedora           137 k
13:40:38 #11 2.392  device-mapper-libs             aarch64  1.02.175-7.fc36         fedora           170 k
13:40:38 #11 2.392  e2fsprogs-libs                 aarch64  1.46.5-2.fc36           fedora           223 k
13:40:38 #11 2.392  emacs-filesystem               noarch   1:27.2-11.fc36          updates-testing  9.0 k
13:40:38 #11 2.392  gc                             aarch64  8.0.6-2.fc36            fedora           102 k
13:40:38 #11 2.392  gcc-plugin-annobin             aarch64  12.0.1-0.16.fc36        fedora            45 k
13:40:38 #11 2.392  git-core                       aarch64  2.36.0-1.fc36           updates-testing  4.1 M
13:40:38 #11 2.392  git-core-doc                   noarch   2.36.0-1.fc36           updates-testing  2.4 M
13:40:38 #11 2.392  glibc-devel                    aarch64  2.35-5.fc36             updates-testing  470 k
13:40:38 #11 2.392  guile22                        aarch64  2.2.7-5.fc36            fedora           6.4 M
13:40:38 #11 2.392  jsoncpp                        aarch64  1.9.5-2.fc36            fedora            92 k
13:40:38 #11 2.392  kernel-headers                 aarch64  5.17.4-300.fc36         updates-testing  1.3 M
13:40:38 #11 2.392  kmod-libs                      aarch64  29-7.fc36               fedora            65 k
13:40:38 #11 2.392  less                           aarch64  590-3.fc36              fedora           161 k
13:40:38 #11 2.392  libargon2                      aarch64  20171227-9.fc36         updates-testing   28 k
13:40:38 #11 2.392  libasan                        aarch64  12.0.1-0.16.fc36        fedora           417 k
13:40:38 #11 2.392  libatomic                      aarch64  12.0.1-0.16.fc36        fedora            36 k
13:40:38 #11 2.392  libbtrfs                       aarch64  5.16.2-1.fc36           fedora            28 k
13:40:38 #11 2.392  libbtrfsutil                   aarch64  5.16.2-1.fc36           fedora            33 k
13:40:38 #11 2.392  libcbor                        aarch64  0.7.0-5.fc36            fedora            55 k
13:40:38 #11 2.392  libedit                        aarch64  3.1-41.20210910cvs.fc36 fedora           104 k
13:40:38 #11 2.392  libfdisk                       aarch64  2.38-0.2.fc36           fedora           153 k
13:40:38 #11 2.392  libfido2                       aarch64  1.10.0-3.fc36           fedora            94 k
13:40:38 #11 2.392  libmpc                         aarch64  1.2.1-4.fc36            fedora            62 k
13:40:38 #11 2.392  libseccomp                     aarch64  2.5.3-2.fc36            fedora            71 k
13:40:38 #11 2.392  libselinux-utils               aarch64  3.3-4.fc36              fedora           144 k
13:40:38 #11 2.392  libsepol-devel                 aarch64  3.3-3.fc36              fedora            40 k
13:40:38 #11 2.392  libtool-ltdl                   aarch64  2.4.6-50.fc36           fedora            36 k
13:40:38 #11 2.392  libubsan                       aarch64  12.0.1-0.16.fc36        fedora           185 k
13:40:38 #11 2.392  libutempter                    aarch64  1.2.1-6.fc36            fedora            26 k
13:40:38 #11 2.392  libuv                          aarch64  1:1.44.1-1.fc36         fedora           148 k
13:40:38 #11 2.392  libxcrypt-devel                aarch64  4.4.28-1.fc36           fedora            29 k
13:40:38 #11 2.392  libxcrypt-static               aarch64  4.4.28-1.fc36           fedora           115 k
13:40:38 #11 2.392  lzo                            aarch64  2.10-6.fc36             fedora            63 k
13:40:38 #11 2.392  m4                             aarch64  1.4.19-3.fc36           fedora           293 k
13:40:38 #11 2.392  openssh                        aarch64  8.8p1-1.fc36.1          fedora           440 k
13:40:38 #11 2.392  openssh-clients                aarch64  8.8p1-1.fc36.1          fedora           671 k
13:40:38 #11 2.392  pcre2-devel                    aarch64  10.39-1.fc36.1          fedora           474 k
13:40:38 #11 2.392  pcre2-utf16                    aarch64  10.39-1.fc36.1          fedora           192 k
13:40:38 #11 2.392  pcre2-utf32                    aarch64  10.39-1.fc36.1          fedora           182 k
13:40:38 #11 2.392  perl-Error                     noarch   1:0.17029-8.fc36        fedora            41 k
13:40:38 #11 2.392  perl-File-Compare              noarch   1.100.600-486.fc36      fedora            18 k
13:40:38 #11 2.392  perl-File-Copy                 noarch   2.35-486.fc36           fedora            25 k
13:40:38 #11 2.392  perl-File-Find                 noarch   1.39-486.fc36           fedora            30 k
13:40:38 #11 2.392  perl-Git                       noarch   2.36.0-1.fc36           updates-testing   43 k
13:40:38 #11 2.392  perl-TermReadKey               aarch64  2.38-12.fc36            fedora            36 k
13:40:38 #11 2.392  perl-Thread-Queue              noarch   3.14-479.fc36           fedora            21 k
13:40:38 #11 2.392  perl-lib                       aarch64  0.65-486.fc36           fedora            20 k
13:40:38 #11 2.392  perl-threads                   aarch64  1:2.26-449.fc36         fedora            56 k
13:40:38 #11 2.392  perl-threads-shared            aarch64  1.62-479.fc36           fedora            43 k
13:40:38 #11 2.392  policycoreutils                aarch64  3.3-4.fc36              fedora           203 k
13:40:38 #11 2.392  policycoreutils-devel          aarch64  3.3-4.fc36              fedora           137 k
13:40:38 #11 2.392  policycoreutils-python-utils   noarch   3.3-4.fc36              fedora            72 k
13:40:38 #11 2.392  python3-audit                  aarch64  3.0.8-1.fc36            fedora            82 k
13:40:38 #11 2.392  python3-libselinux             aarch64  3.3-4.fc36              fedora           181 k
13:40:38 #11 2.392  python3-libsemanage            aarch64  3.3-3.fc36              fedora            81 k
13:40:38 #11 2.392  python3-policycoreutils        noarch   3.3-4.fc36              fedora           2.0 M
13:40:38 #11 2.392  python3-setools                aarch64  4.4.0-5.fc36            fedora           540 k
13:40:38 #11 2.392  python3-setuptools             noarch   59.6.0-2.fc36           fedora           936 k
13:40:38 #11 2.392  rhash                          aarch64  1.4.2-2.fc36            fedora           185 k
13:40:38 #11 2.392  rpm-plugin-selinux             aarch64  4.17.0-10.fc36          fedora            21 k
13:40:38 #11 2.392  selinux-policy                 noarch   36.8-1.fc36             fedora            72 k
13:40:38 #11 2.392  selinux-policy-targeted        noarch   36.8-1.fc36             fedora           6.4 M
13:40:38 #11 2.392  systemd-pam                    aarch64  250.3-8.fc36            fedora           323 k
13:40:38 #11 2.392  systemd-rpm-macros             noarch   250.3-8.fc36            fedora            29 k
13:40:38 #11 2.392  util-linux                     aarch64  2.38-0.2.fc36           fedora           2.2 M
13:40:38 #11 2.392  vim-filesystem                 noarch   2:8.2.4845-1.fc36       updates-testing   22 k
13:40:38 #11 2.392  xkeyboard-config               noarch   2.35.1-1.fc36           fedora           878 k
13:40:38 #11 2.392 Installing weak dependencies:
13:40:38 #11 2.392  cryptsetup-libs                aarch64  2.4.3-2.fc36            fedora           430 k
13:40:38 #11 2.392  libbpf                         aarch64  2:0.5.0-2.fc36          fedora           147 k
13:40:38 #11 2.392  libxkbcommon                   aarch64  1.4.0-1.fc36            fedora           139 k
13:40:38 #11 2.392  qrencode-libs                  aarch64  4.1.1-2.fc36            fedora            61 k
13:40:38 #11 2.392  systemd-networkd               aarch64  250.3-8.fc36            fedora           516 k
13:40:38 #11 2.392  systemd-resolved               aarch64  250.3-8.fc36            fedora           258 k
13:40:38 #11 2.392 
13:40:38 #11 2.392 Transaction Summary
13:40:38 #11 2.392 =======================================================================================
13:40:38 #11 2.392 Install  102 Packages
13:40:38 #11 2.392 Upgrade    4 Packages
13:40:38 #11 2.392 
13:40:38 #11 2.399 Total download size: 94 M
13:40:38 #11 2.400 Downloading Packages:
13:40:38 #8 50.48 Setting up libio-socket-inet6-perl (2.72-2) ...
13:40:38 #8 50.49 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:40:38 #8 50.51 Setting up libio-pty-perl (1:1.08-1.1build4) ...
13:40:38 #8 50.52 Setting up libfile-which-perl (1.21-1) ...
13:40:38 #8 50.53 Setting up libencode-locale-perl (1.05-1) ...
13:40:38 #8 50.54 Setting up libperlio-gzip-perl (0.19-1build3) ...
13:40:38 #8 50.55 Setting up libtext-levenshtein-perl (0.13-1) ...
13:40:38 #8 50.56 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
13:40:38 #8 50.58 Setting up liberror-perl (0.17025-1) ...
13:40:38 #8 50.59 Setting up libvariable-magic-perl (0.62-1) ...
13:40:38 #8 50.60 Setting up libtimedate-perl (2.3000-2) ...
13:40:38 #8 50.61 Setting up libnet-ip-perl (1.26-1) ...
13:40:38 #8 50.62 Setting up librole-tiny-perl (2.000006-1) ...
13:40:38 #8 50.63 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
13:40:38 #8 50.65 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
13:40:38 #8 50.66 Setting up libfile-homedir-perl (1.002-1) ...
13:40:38 #8 50.68 Setting up libipc-system-simple-perl (1.25-4) ...
13:40:38 #8 50.69 Setting up libfile-basedir-perl (0.07-1) ...
13:40:38 #8 50.70 Setting up libstring-escape-perl (2010.002-2) ...
13:40:38 #8 50.71 Setting up libb-hooks-op-check-perl (0.22-1) ...
13:40:38 #8 50.73 Setting up libio-html-perl (1.001-1) ...
13:40:38 #8 50.75 Setting up libexporter-tiny-perl (1.000000-2) ...
13:40:38 #8 50.76 Setting up libarchive-cpio-perl (0.10-1) ...
13:40:38 #8 50.78 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ...
13:40:38 #8 50.79 Setting up libnumber-range-perl (0.12-1) ...
13:40:38 #8 40.40 Unpacking libparams-classify-perl (0.015-1) ...
13:40:38 #8 40.44 Selecting previously unselected package libmodule-runtime-perl.
13:40:38 #8 40.44 Preparing to unpack .../154-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:38 #8 40.45 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:38 #8 40.48 Selecting previously unselected package libtry-tiny-perl.
13:40:38 #8 40.48 Preparing to unpack .../155-libtry-tiny-perl_0.30-1_all.deb ...
13:40:38 #8 40.49 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:38 #8 40.52 Selecting previously unselected package libmodule-implementation-perl.
13:40:38 #8 40.52 Preparing to unpack .../156-libmodule-implementation-perl_0.09-1_all.deb ...
13:40:38 #8 40.53 Unpacking libmodule-implementation-perl (0.09-1) ...
13:40:38 #8 40.57 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:38 #8 40.57 Preparing to unpack .../157-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:38 #8 40.58 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:38 #8 40.62 Selecting previously unselected package libvariable-magic-perl.
13:40:38 #8 40.62 Preparing to unpack .../158-libvariable-magic-perl_0.62-1_armhf.deb ...
13:40:38 #8 40.62 Unpacking libvariable-magic-perl (0.62-1) ...
13:40:38 #8 40.66 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:38 #8 40.66 Preparing to unpack .../159-libb-hooks-endofscope-perl_0.21-1_all.deb ...
13:40:38 #14 DONE 1.8s
13:40:38 
13:40:38 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:40:38 #15 sha256:36ba64a407bea403c15568aafe5d6937d9413814819f6add0b82dd3d0a91cc18
13:40:38 #15 DONE 0.1s
13:40:38 
13:40:38 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:40:38 #16 sha256:5c01b64211bb31ad5b5087cf8cb3556c6ad47f22421e8817b68b53bbe9106b22
13:40:38 #16 DONE 0.1s
13:40:38 
13:40:38 #17 exporting to image
13:40:38 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:38 #17 exporting layers
13:40:38 #8 31.13 Selecting previously unselected package libtool.
13:40:38 #8 31.13 Preparing to unpack .../035-libtool_2.4.6-9_all.deb ...
13:40:38 #8 31.13 Unpacking libtool (2.4.6-9) ...
13:40:38 #8 31.24 Selecting previously unselected package dh-autoreconf.
13:40:38 #8 31.24 Preparing to unpack .../036-dh-autoreconf_19_all.deb ...
13:40:38 #8 31.24 Unpacking dh-autoreconf (19) ...
13:40:38 #8 31.27 Selecting previously unselected package libarchive-zip-perl.
13:40:38 #8 31.27 Preparing to unpack .../037-libarchive-zip-perl_1.64-1_all.deb ...
13:40:38 #8 31.28 Unpacking libarchive-zip-perl (1.64-1) ...
13:40:38 #8 31.35 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:38 #8 31.35 Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
13:40:38 #9 35.93 Unpacking m4 (1.4.18-5ubuntu1) ...
13:40:38 #9 35.97 Selecting previously unselected package autoconf.
13:40:38 #9 35.97 Preparing to unpack .../052-autoconf_2.69-14_all.deb ...
13:40:38 #9 35.98 Unpacking autoconf (2.69-14) ...
13:40:38 #9 36.04 Selecting previously unselected package autotools-dev.
13:40:38 #9 36.04 Preparing to unpack .../053-autotools-dev_20180224.1+nmu1_all.deb ...
13:40:38 #9 36.05 Unpacking autotools-dev (20180224.1+nmu1) ...
13:40:38 #9 36.08 Selecting previously unselected package automake.
13:40:38 #9 36.08 Preparing to unpack .../054-automake_1%3a1.16.4-2_all.deb ...
13:40:38 #9 36.09 Unpacking automake (1:1.16.4-2) ...
13:40:38 #9 36.16 Selecting previously unselected package autopoint.
13:40:38 #9 36.16 Preparing to unpack .../055-autopoint_0.21-4ubuntu3_all.deb ...
13:40:38 #11 3.459 (1/99): acl-2.3.1-1.fc34.aarch64.rpm            305 kB/s |  71 kB     00:00    
13:40:38 #11 3.475 (2/99): autoconf-2.69-36.fc34.noarch.rpm        2.6 MB/s | 667 kB     00:00    
13:40:38 #11 3.481 (3/99): automake-1.16.2-4.fc34.noarch.rpm       2.5 MB/s | 664 kB     00:00    
13:40:38 #11 3.488 (4/99): checkpolicy-3.2-1.fc34.aarch64.rpm       12 MB/s | 340 kB     00:00    
13:40:38 #11 3.491 (5/99): dbus-1.12.20-3.fc34.aarch64.rpm         540 kB/s | 8.0 kB     00:00    
13:40:38 #11 3.495 (6/99): dbus-common-1.12.20-3.fc34.noarch.rpm   1.1 MB/s |  15 kB     00:00    
13:40:38 #11 3.500 (7/99): device-mapper-1.02.175-1.fc34.aarch64.r  16 MB/s | 141 kB     00:00    
13:40:38 #11 3.507 (8/99): device-mapper-libs-1.02.175-1.fc34.aarc  15 MB/s | 173 kB     00:00    
13:40:38 #11 3.513 (9/99): e2fsprogs-libs-1.45.6-5.fc34.aarch64.rp  18 MB/s | 221 kB     00:00    
13:40:38 #11 3.519 (10/99): gc-8.0.4-5.fc34.aarch64.rpm            8.4 MB/s | 102 kB     00:00    
13:40:38 #11 3.524 (11/99): device-mapper-devel-1.02.175-1.fc34.aa 1.4 MB/s |  45 kB     00:00    
13:40:38 #11 3.538 (12/99): libargon2-20171227-6.fc34.aarch64.rpm  1.6 MB/s |  28 kB     00:00    
13:40:38 #11 3.542 (13/99): libcbor-0.7.0-3.fc34.aarch64.rpm       3.1 MB/s |  56 kB     00:00    
13:40:38 #11 3.554 (14/99): libmpc-1.2.1-2.fc34.aarch64.rpm        5.9 MB/s |  63 kB     00:00    
13:40:38 #11 3.561 (15/99): libfido2-1.6.0-2.fc34.aarch64.rpm      3.9 MB/s |  70 kB     00:00    
13:40:38 #11 3.573 (16/99): libnl3-3.5.0-6.fc34.aarch64.rpm         17 MB/s | 315 kB     00:00    
13:40:38 #11 3.577 (17/99): libselinux-devel-3.2-1.fc34.aarch64.rp 7.2 MB/s | 113 kB     00:00    
13:40:38 #11 3.606 (18/99): libselinux-utils-3.2-1.fc34.aarch64.rp 4.8 MB/s | 159 kB     00:00    
13:40:38 #11 3.655 (19/99): guile22-2.2.7-2.fc34.aarch64.rpm        46 MB/s | 6.5 MB     00:00    
13:40:38 #11 3.702 (20/99): libtool-2.4.6-40.fc34.aarch64.rpm      4.6 MB/s | 579 kB     00:00    
13:40:38 #11 3.705 (21/99): libtool-ltdl-2.4.6-40.fc34.aarch64.rpm 371 kB/s |  36 kB     00:00    
13:40:38 #11 3.710 (22/99): libtool-ltdl-devel-2.4.6-40.fc34.aarch 2.9 MB/s | 153 kB     00:00    
13:40:38 #9 50.41 Setting up libcontextual-return-perl (0.004014-2) ...
13:40:38 #9 50.43 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:38 #9 50.44 Setting up libtypes-serialiser-perl (1.01-1) ...
13:40:38 #9 50.45 Setting up g++ (4:11.2.0-1ubuntu1) ...
13:40:38 #9 50.48 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:38 #9 50.48 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:40:38 #9 50.49 Setting up libhtml-parser-perl:amd64 (3.76-1) ...
13:40:38 #9 50.50 Setting up libgit-wrapper-perl (0.048-1) ...
13:40:38 #9 50.52 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
13:40:38 #9 50.54 Setting up librole-tiny-perl (2.002004-1) ...
13:40:38 #9 50.55 Setting up gnupg (2.2.20-1ubuntu4) ...
13:40:38 #9 50.56 Setting up build-essential (12.9ubuntu2) ...
13:40:38 #9 50.57 Setting up python3-unidiff (0.5.5-2) ...
13:40:38 #9 55.40 Setting up libparams-classify-perl (0.015-1build2) ...
13:40:38 #9 55.53 Setting up libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.8) ...
13:40:38 #9 55.62 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:40:38 #9 55.66 Setting up libnet-dns-sec-perl (1.15-1) ...
13:40:38 #9 55.69 Setting up libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.10) ...
13:40:38 #9 55.72 Setting up libsereal-perl (4.011-1) ...
13:40:38 #9 55.73 Setting up libhtml-format-perl (2.12-1) ...
13:40:38 #9 55.77 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:40:38 #8 48.65 Selecting previously unselected package pbzip2.
13:40:38 #11 2.147 Package bash-5.1.8-2.fc35.aarch64 is already installed.
13:40:38 #11 2.160 Package bash-5.1.8-2.fc35.aarch64 is already installed.
13:40:38 #11 2.160 Package ca-certificates-2021.2.52-1.0.fc35.noarch is already installed.
13:40:38 #11 2.161 Package libarchive-3.5.2-2.fc35.aarch64 is already installed.
13:40:38 #11 2.162 Package pkgconf-pkg-config-1.8.0-1.fc35.aarch64 is already installed.
13:40:38 #11 2.163 Package tar-2:1.34-2.fc35.aarch64 is already installed.
13:40:38 #11 2.175 Package bash-5.1.8-2.fc35.aarch64 is already installed.
13:40:38 #11 2.228 Dependencies resolved.
13:40:38 #8 65.48 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
13:40:38 #8 65.49 Setting up libtry-tiny-perl (0.30-1) ...
13:40:38 #8 65.50 Setting up libtype-tiny-perl (1.004004-1) ...
13:40:38 #8 65.52 Setting up libtest-fatal-perl (0.014-1) ...
13:40:38 #8 65.54 Setting up libcommon-sense-perl (3.74-2+b7) ...
13:40:38 #8 65.55 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:40:38 #8 65.56 Setting up libnet-http-perl (6.18-1) ...
13:40:38 #8 65.57 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:40:38 #8 65.59 Setting up libencode-locale-perl (1.05-1) ...
13:40:38 #8 65.60 Setting up libtext-levenshtein-perl (0.13-1) ...
13:40:38 #8 65.61 Setting up libnet-dns-perl (1.19-1) ...
13:40:38 #8 65.62 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
13:40:38 #8 65.63 Setting up libdevel-callchecker-perl (0.008-1) ...
13:40:38 #8 65.64 Setting up libstring-shellquote-perl (1.04-1) ...
13:40:38 #8 65.65 Setting up libsub-install-perl (0.928-1) ...
13:40:38 #8 65.67 Setting up dpkg-dev (1.19.7) ...
13:40:38 #8 65.69 Setting up libnumber-compare-perl (0.03-1) ...
13:40:38 #12 2.973    dh_gencontrol
13:40:38 #12 3.087    dh_md5sums
13:40:38 #12 3.121    dh_builddeb
13:40:38 #12 3.147 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:38 #12 3.217  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
13:40:38 #8 64.22 Setting up libconfig-tiny-perl (2.26-1) ...
13:40:38 #8 64.23 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
13:40:38 #8 64.24 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
13:40:38 #8 64.25 Setting up liblist-utilsby-perl (0.11-1) ...
13:40:38 #8 64.27 Setting up libstring-shellquote-perl (1.04-1) ...
13:40:38 #8 64.28 Setting up libsub-install-perl (0.928-1.1) ...
13:40:38 #8 64.29 Setting up dpkg-dev (1.20.9) ...
13:40:38 #8 64.30 Setting up libnumber-compare-perl (0.03-1.1) ...
13:40:38 #8 64.32 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:38 #8 64.33 Setting up liberror-perl (0.17029-1) ...
13:40:38 #8 64.34 Setting up python3-six (1.16.0-2) ...
13:40:38 #12 2.815    dh_fixperms
13:40:38 #12 2.852    dh_missing
13:40:38 #12 2.878    dh_installdeb
13:40:38 #12 2.910    dh_gencontrol
13:40:38 #12 3.019    dh_md5sums
13:40:38 #9 55.24 Setting up libpython3-stdlib:arm64 (3.9.4-1build1) ...
13:40:38 #9 55.25 Setting up gnupg-utils (2.2.20-1ubuntu4) ...
13:40:38 #9 55.26 Setting up gpg-agent (2.2.20-1ubuntu4) ...
13:40:38 #9 37.09 Selecting previously unselected package g++.
13:40:38 #9 37.09 Preparing to unpack .../094-g++_4%3a9.3.0-1ubuntu2_armhf.deb ...
13:40:38 #9 37.10 Unpacking g++ (4:9.3.0-1ubuntu2) ...
13:40:38 #9 37.14 Selecting previously unselected package make.
13:40:38 #9 37.14 Preparing to unpack .../095-make_4.2.1-1.2_armhf.deb ...
13:40:38 #9 37.14 Unpacking make (4.2.1-1.2) ...
13:40:38 #9 37.20 Selecting previously unselected package libdpkg-perl.
13:40:38 #9 37.21 Preparing to unpack .../096-libdpkg-perl_1.19.7ubuntu3_all.deb ...
13:40:38 #9 37.21 Unpacking libdpkg-perl (1.19.7ubuntu3) ...
13:40:38 #9 37.31 Selecting previously unselected package patch.
13:40:38 #9 37.31 Preparing to unpack .../097-patch_2.7.6-6_armhf.deb ...
13:40:38 #9 37.32 Unpacking patch (2.7.6-6) ...
13:40:38 #9 37.38 Selecting previously unselected package dpkg-dev.
13:40:38 #9 37.38 Preparing to unpack .../098-dpkg-dev_1.19.7ubuntu3_all.deb ...
13:40:38 #9 37.38 Unpacking dpkg-dev (1.19.7ubuntu3) ...
13:40:38 #8 50.81 Setting up liblist-compare-perl (0.53-1) ...
13:40:38 #8 50.83 Setting up autoconf (2.69-11) ...
13:40:38 #8 50.86 Setting up libpath-iterator-rule-perl (1.009-1) ...
13:40:38 #8 50.88 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
13:40:38 #8 50.91 Setting up python3-gpg (1.10.0-1ubuntu2) ...
13:40:38 #8 40.67 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
13:40:38 #8 40.71 Selecting previously unselected package libhtml-tagset-perl.
13:40:38 #8 40.71 Preparing to unpack .../160-libhtml-tagset-perl_3.20-3_all.deb ...
13:40:38 #8 40.72 Unpacking libhtml-tagset-perl (3.20-3) ...
13:40:38 #8 40.75 Selecting previously unselected package liburi-perl.
13:40:38 #8 40.75 Preparing to unpack .../161-liburi-perl_1.73-1_all.deb ...
13:40:38 #8 40.76 Unpacking liburi-perl (1.73-1) ...
13:40:38 #8 31.36 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
13:40:38 #8 31.40 Selecting previously unselected package dh-strip-nondeterminism.
13:40:38 #8 31.40 Preparing to unpack .../039-dh-strip-nondeterminism_1.1.2-1_all.deb ...
13:40:38 #8 31.41 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
13:40:38 #8 31.45 Selecting previously unselected package libdpkg-perl.
13:40:38 #8 31.45 Preparing to unpack .../040-libdpkg-perl_1.19.7_all.deb ...
13:40:38 #8 31.45 Unpacking libdpkg-perl (1.19.7) ...
13:40:38 #8 31.59 Selecting previously unselected package patch.
13:40:38 #8 31.59 Preparing to unpack .../041-patch_2.7.6-3+deb10u1_armhf.deb ...
13:40:38 #9 36.16 Unpacking autopoint (0.21-4ubuntu3) ...
13:40:38 #9 36.20 Selecting previously unselected package binutils-common:armhf.
13:40:38 #9 36.20 Preparing to unpack .../056-binutils-common_2.37-7ubuntu1_armhf.deb ...
13:40:38 #9 36.20 Unpacking binutils-common:armhf (2.37-7ubuntu1) ...
13:40:38 #9 36.23 Selecting previously unselected package libbinutils:armhf.
13:40:38 #9 36.23 Preparing to unpack .../057-libbinutils_2.37-7ubuntu1_armhf.deb ...
13:40:38 #9 36.24 Unpacking libbinutils:armhf (2.37-7ubuntu1) ...
13:40:38 #9 36.28 Selecting previously unselected package libctf-nobfd0:armhf.
13:40:38 #9 36.28 Preparing to unpack .../058-libctf-nobfd0_2.37-7ubuntu1_armhf.deb ...
13:40:38 #9 36.28 Unpacking libctf-nobfd0:armhf (2.37-7ubuntu1) ...
13:40:38 #9 36.32 Selecting previously unselected package libctf0:armhf.
13:40:38 #9 36.32 Preparing to unpack .../059-libctf0_2.37-7ubuntu1_armhf.deb ...
13:40:38 #9 36.33 Unpacking libctf0:armhf (2.37-7ubuntu1) ...
13:40:38 #9 36.36 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:40:38 #9 36.36 Preparing to unpack .../060-binutils-arm-linux-gnueabihf_2.37-7ubuntu1_armhf.deb ...
13:40:38 #9 36.37 Unpacking binutils-arm-linux-gnueabihf (2.37-7ubuntu1) ...
13:40:38 #9 50.71 Setting up lsb-release (11.1.0ubuntu3) ...
13:40:38 #9 50.72 Setting up libfont-ttf-perl (1.06-1.1) ...
13:40:38 #9 50.73 Setting up libfile-homedir-perl (1.006-1) ...
13:40:38 #9 50.75 Setting up python3-magic (2:0.4.20-3) ...
13:40:38 #9 50.88 Setting up libalgorithm-diff-xs-perl (0.04-6build1) ...
13:40:38 #11 3.714 (23/99): lzo-2.10-4.fc34.aarch64.rpm            8.3 MB/s |  64 kB     00:00    
13:40:38 #11 3.721 (24/99): m4-1.4.18-17.fc34.aarch64.rpm           14 MB/s | 209 kB     00:00    
13:40:38 #11 3.726 (25/99): make-4.3-5.fc34.aarch64.rpm             34 MB/s | 536 kB     00:00    
13:40:38 #11 3.736 (26/99): pcre2-utf32-10.36-4.fc34.aarch64.rpm    21 MB/s | 187 kB     00:00    
13:40:38 #11 3.764 (27/99): pcre2-utf16-10.36-4.fc34.aarch64.rpm   5.1 MB/s | 195 kB     00:00    
13:40:38 #11 3.768 (28/99): perl-Error-0.17029-5.fc34.noarch.rpm   1.3 MB/s |  42 kB     00:00    
13:40:38 #11 3.776 (29/99): pcre2-devel-10.36-4.fc34.aarch64.rpm   7.6 MB/s | 477 kB     00:00    
13:40:38 #11 3.782 (30/99): perl-TermReadKey-2.38-9.fc34.aarch64.r 2.0 MB/s |  36 kB     00:00    
13:40:38 #11 3.786 (31/99): perl-Thread-Queue-3.14-458.fc34.noarch 1.3 MB/s |  22 kB     00:00    
13:40:38 #11 3.790 (32/99): perl-threads-2.25-458.fc34.aarch64.rpm 4.2 MB/s |  57 kB     00:00    
13:40:38 #11 3.799 (33/99): perl-threads-shared-1.61-458.fc34.aarc 2.6 MB/s |  43 kB     00:00    
13:40:38 #11 3.810 (34/99): policycoreutils-3.2-1.fc34.aarch64.rpm 8.9 MB/s | 207 kB     00:00    
13:40:38 #11 3.813 (35/99): policycoreutils-python-utils-3.2-1.fc3 5.4 MB/s |  71 kB     00:00    
13:40:38 #11 3.820 (36/99): policycoreutils-devel-3.2-1.fc34.aarch 4.6 MB/s | 138 kB     00:00    
13:40:38 #11 3.824 (37/99): python3-libselinux-3.2-1.fc34.aarch64.  13 MB/s | 183 kB     00:00    
13:40:38 #11 3.828 (38/99): python3-libsemanage-3.2-1.fc34.aarch64 5.8 MB/s |  83 kB     00:00    
13:40:38 #11 3.838 (39/99): rhash-1.4.0-3.fc34.aarch64.rpm          20 MB/s | 183 kB     00:00    
13:40:38 #11 3.847 (40/99): rpm-plugin-selinux-4.16.1.3-1.fc34.aar 2.7 MB/s |  23 kB     00:00    
13:40:38 #11 3.859 (41/99): python3-policycoreutils-3.2-1.fc34.noa  54 MB/s | 2.0 MB     00:00    
13:40:38 #11 3.864 (42/99): annobin-9.79-2.fc34.aarch64.rpm        8.7 MB/s | 131 kB     00:00    
13:40:38 #11 3.872 (43/99): python3-setools-4.4.0-1.fc34.aarch64.r  11 MB/s | 545 kB     00:00    
13:40:38 #11 3.880 (44/99): btrfs-progs-5.16.2-1.fc34.aarch64.rpm   49 MB/s | 983 kB     00:00    
13:40:38 #11 3.883 (45/99): btrfs-progs-devel-5.16.2-1.fc34.aarch6 2.9 MB/s |  50 kB     00:00    
13:40:38 #11 3.895 (46/99): cmake-filesystem-3.20.5-1.fc34.aarch64 2.1 MB/s |  16 kB     00:00    
13:40:38 #11 3.907 (47/99): cmake-rpm-macros-3.20.5-1.fc34.noarch. 1.6 MB/s |  16 kB     00:00    
13:40:38 #11 3.918 (48/99): cmake-data-3.20.5-1.fc34.noarch.rpm     50 MB/s | 1.5 MB     00:00    
13:40:38 #11 4.013 (49/99): cmake-3.20.5-1.fc34.aarch64.rpm         43 MB/s | 6.1 MB     00:00    
13:40:38 #11 4.021 (50/99): cryptsetup-libs-2.3.7-1.fc34.aarch64.r 4.8 MB/s | 470 kB     00:00    
13:40:38 #9 55.85 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:38 #9 55.90 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:38 #8 51.73 137 added, 0 removed; done.
13:40:38 #8 51.81 Setting up libunbound8:amd64 (1.9.0-2+deb10u2) ...
13:40:38 #8 51.82 Setting up shared-mime-info (1.10-1) ...
13:40:38 #8 48.65 Preparing to unpack .../341-pbzip2_1.1.13-1_amd64.deb ...
13:40:38 #8 48.65 Unpacking pbzip2 (1.1.13-1) ...
13:40:38 #8 48.69 Selecting previously unselected package pixz.
13:40:38 #8 48.69 Preparing to unpack .../342-pixz_1.0.7-1_amd64.deb ...
13:40:38 #8 48.70 Unpacking pixz (1.0.7-1) ...
13:40:38 #8 48.73 Selecting previously unselected package xdelta.
13:40:38 #8 48.73 Preparing to unpack .../343-xdelta_1.1.3-9.3_amd64.deb ...
13:40:38 #8 48.74 Unpacking xdelta (1.1.3-9.3) ...
13:40:38 #8 48.78 Selecting previously unselected package xdelta3.
13:40:38 #8 48.78 Preparing to unpack .../344-xdelta3_3.0.11-dfsg-1+b1_amd64.deb ...
13:40:38 #8 48.79 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
13:40:38 #8 48.82 Selecting previously unselected package pristine-tar.
13:40:38 #8 48.82 Preparing to unpack .../345-pristine-tar_1.49_amd64.deb ...
13:40:38 #8 48.83 Unpacking pristine-tar (1.49) ...
13:40:38 #8 48.87 Selecting previously unselected package publicsuffix.
13:40:38 #8 48.88 Preparing to unpack .../346-publicsuffix_20211207.1025-0+deb11u1_all.deb ...
13:40:38 #8 48.88 Unpacking publicsuffix (20211207.1025-0+deb11u1) ...
13:40:38 #8 48.92 Selecting previously unselected package python-apt-common.
13:40:38 #8 48.93 Preparing to unpack .../347-python-apt-common_2.2.1_all.deb ...
13:40:38 #8 48.93 Unpacking python-apt-common (2.2.1) ...
13:40:38 #8 48.98 Selecting previously unselected package python3-apt.
13:40:38 #12 3.361  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
13:40:38 #12 3.437 dpkg-genchanges: info: binary-only upload (no source code included)
13:40:38 #12 3.440  dpkg-source --after-build .
13:40:38 #11 2.254 ================================================================================
13:40:38 #11 2.254  Package                       Arch     Version                  Repo      Size
13:40:38 #11 2.254 ================================================================================
13:40:38 #11 2.254 Installing:
13:40:38 #11 2.254  btrfs-progs-devel             aarch64  5.16.2-1.fc35            updates   50 k
13:40:38 #11 2.254  cmake                         aarch64  3.22.2-1.fc35            updates  5.8 M
13:40:38 #11 2.254  device-mapper-devel           aarch64  1.02.175-6.fc35          fedora    45 k
13:40:38 #11 2.254  gcc                           aarch64  11.3.1-2.fc35            updates   29 M
13:40:38 #11 2.254  git                           aarch64  2.35.1-1.fc35            updates   67 k
13:40:38 #11 2.254  glibc-static                  aarch64  2.34-32.fc35             updates  1.4 M
13:40:38 #11 2.254  libseccomp-devel              aarch64  2.5.3-1.fc35             updates   53 k
13:40:38 #11 2.254  libselinux-devel              aarch64  3.3-1.fc35               updates  112 k
13:40:38 #11 2.254  libtool                       aarch64  2.4.6-50.fc35            updates  579 k
13:40:38 #11 2.254  libtool-ltdl-devel            aarch64  2.4.6-50.fc35            updates  154 k
13:40:38 #11 2.254  make                          aarch64  1:4.3-6.fc35             fedora   530 k
13:40:38 #11 2.254  selinux-policy-devel          noarch   35.17-1.fc35             updates  812 k
13:40:38 #11 2.254  systemd                       aarch64  249.11-2.fc35            updates  3.9 M
13:40:38 #11 2.254  which                         aarch64  2.21-27.fc35             fedora    41 k
13:40:38 #11 2.254 Upgrading:
13:40:38 #11 2.254  audit-libs                    aarch64  3.0.8-1.fc35             updates  115 k
13:40:38 #11 2.254  libgcc                        aarch64  11.3.1-2.fc35            updates  112 k
13:40:38 #11 2.254  libgomp                       aarch64  11.3.1-2.fc35            updates  289 k
13:40:38 #11 2.254 Installing dependencies:
13:40:38 #11 2.254  acl                           aarch64  2.3.1-2.fc35             fedora    71 k
13:40:38 #11 2.254  annobin-docs                  noarch   10.66-2.fc35             updates   85 k
13:40:38 #11 2.254  annobin-plugin-gcc            aarch64  10.66-2.fc35             updates   46 k
13:40:38 #11 2.254  autoconf                      noarch   2.69-37.fc35             fedora   666 k
13:40:38 #11 2.254  automake                      noarch   1.16.2-5.fc35            fedora   662 k
13:40:38 #11 2.254  btrfs-progs                   aarch64  5.16.2-1.fc35            updates  984 k
13:40:38 #11 2.254  checkpolicy                   aarch64  3.3-1.fc35               updates  335 k
13:40:38 #11 2.254  cmake-data                    noarch   3.22.2-1.fc35            updates  1.6 M
13:40:38 #11 2.254  cmake-filesystem              aarch64  3.22.2-1.fc35            updates   18 k
13:40:38 #11 2.254  cmake-rpm-macros              noarch   3.22.2-1.fc35            updates   17 k
13:40:38 #11 2.254  cpp                           aarch64  11.3.1-2.fc35            updates  9.7 M
13:40:38 #11 2.254  cryptsetup-libs               aarch64  2.4.3-1.fc35             updates  431 k
13:40:38 #11 2.254  dbus                          aarch64  1:1.12.22-1.fc35         updates  7.1 k
13:40:38 #11 2.254  dbus-broker                   aarch64  29-4.fc35                fedora   166 k
13:40:38 #11 2.254  dbus-common                   noarch   1:1.12.22-1.fc35         updates   14 k
13:40:38 #11 2.254  device-mapper                 aarch64  1.02.175-6.fc35          fedora   138 k
13:40:38 #11 2.254  device-mapper-libs            aarch64  1.02.175-6.fc35          fedora   173 k
13:40:38 #11 2.254  e2fsprogs-libs                aarch64  1.46.3-1.fc35            fedora   224 k
13:40:38 #11 2.254  emacs-filesystem              noarch   1:27.2-9.fc35            fedora   9.0 k
13:40:38 #11 2.254  gc                            aarch64  8.0.4-6.fc35             fedora   101 k
13:40:38 #11 2.254  git-core                      aarch64  2.35.1-1.fc35            updates  3.9 M
13:40:38 #11 2.254  git-core-doc                  noarch   2.35.1-1.fc35            updates  2.4 M
13:40:38 #11 2.254  glibc-devel                   aarch64  2.34-32.fc35             updates  440 k
13:40:38 #11 2.254  guile22                       aarch64  2.2.7-3.fc35             fedora   6.4 M
13:40:38 #11 2.254  iptables-legacy-libs          aarch64  1.8.7-13.fc35            fedora    39 k
13:40:38 #11 2.254  jsoncpp                       aarch64  1.9.4-5.fc35             updates   88 k
13:40:38 #11 2.254  kernel-headers                aarch64  5.17.4-200.fc35          updates  1.3 M
13:40:38 #11 2.254  kmod-libs                     aarch64  29-4.fc35                fedora    62 k
13:40:38 #11 2.254  less                          aarch64  590-2.fc35               updates  160 k
13:40:38 #11 2.254  libargon2                     aarch64  20171227-7.fc35          fedora    28 k
13:40:38 #11 2.254  libasan                       aarch64  11.3.1-2.fc35            updates  424 k
13:40:38 #11 2.254  libatomic                     aarch64  11.3.1-2.fc35            updates   61 k
13:40:38 #11 2.254  libbtrfs                      aarch64  5.16.2-1.fc35            updates   28 k
13:40:38 #11 2.254  libbtrfsutil                  aarch64  5.16.2-1.fc35            updates   32 k
13:40:38 #11 2.254  libcbor                       aarch64  0.7.0-4.fc35             fedora    55 k
13:40:38 #11 2.254  libedit                       aarch64  3.1-40.20210910cvs.fc35  fedora   104 k
13:40:38 #11 2.254  libfdisk                      aarch64  2.37.4-1.fc35            updates  149 k
13:40:38 #11 2.254  libfido2                      aarch64  1.8.0-1.fc35             fedora    81 k
13:40:38 #11 2.254  libibverbs                    aarch64  39.0-1.fc35              updates  391 k
13:40:38 #11 2.254  libmpc                        aarch64  1.2.1-3.fc35             fedora    63 k
13:40:38 #11 2.254  libnl3                        aarch64  3.5.0-8.fc35             fedora   322 k
13:40:38 #11 2.254  libpcap                       aarch64  14:1.10.1-2.fc35         fedora   167 k
13:40:38 #11 2.254  libseccomp                    aarch64  2.5.3-1.fc35             updates   71 k
13:40:38 #11 2.254  libselinux-utils              aarch64  3.3-1.fc35               updates  142 k
13:40:38 #11 2.254  libsepol-devel                aarch64  3.3-2.fc35               updates   40 k
13:40:38 #11 2.254  libtool-ltdl                  aarch64  2.4.6-50.fc35            updates   36 k
13:40:38 #11 2.254  libubsan                      aarch64  11.3.1-2.fc35            updates  206 k
13:40:38 #11 2.254  libutempter                   aarch64  1.2.1-5.fc35             fedora    26 k
13:40:38 #11 2.254  libuv                         aarch64  1:1.44.1-1.fc35          updates  148 k
13:40:38 #11 2.254  libxcrypt-devel               aarch64  4.4.28-1.fc35            updates   29 k
13:40:38 #11 2.254  libxcrypt-static              aarch64  4.4.28-1.fc35            updates  109 k
13:40:38 #11 2.254  lzo                           aarch64  2.10-5.fc35              fedora    63 k
13:40:38 #11 2.254  m4                            aarch64  1.4.19-2.fc35            fedora   292 k
13:40:38 #11 2.254  openssh                       aarch64  8.7p1-3.fc35             updates  441 k
13:40:38 #11 2.254  openssh-clients               aarch64  8.7p1-3.fc35             updates  672 k
13:40:38 #11 2.254  pcre2-devel                   aarch64  10.39-1.fc35             updates  475 k
13:40:38 #11 2.254  pcre2-utf16                   aarch64  10.39-1.fc35             updates  192 k
13:40:38 #11 2.254  pcre2-utf32                   aarch64  10.39-1.fc35             updates  184 k
13:40:38 #11 2.254  perl-Error                    noarch   1:0.17029-7.fc35         fedora    41 k
13:40:38 #11 2.254  perl-File-Compare             noarch   1.100.600-486.fc35       updates   18 k
13:40:38 #11 2.254  perl-File-Copy                noarch   2.35-486.fc35            updates   25 k
13:40:38 #11 2.254  perl-File-Find                noarch   1.39-486.fc35            updates   30 k
13:40:38 #11 2.254  perl-Git                      noarch   2.35.1-1.fc35            updates   43 k
13:40:38 #11 2.254  perl-TermReadKey              aarch64  2.38-11.fc35             fedora    35 k
13:40:38 #11 2.254  perl-Thread-Queue             noarch   3.14-478.fc35            fedora    21 k
13:40:38 #11 2.254  perl-lib                      aarch64  0.65-486.fc35            updates   19 k
13:40:38 #11 2.254  perl-threads                  aarch64  1:2.26-448.fc35          fedora    56 k
13:40:38 #11 2.254  perl-threads-shared           aarch64  1.62-478.fc35            fedora    43 k
13:40:38 #11 2.254  policycoreutils               aarch64  3.3-1.fc35               updates  200 k
13:40:38 #11 2.254  policycoreutils-devel         aarch64  3.3-1.fc35               updates  136 k
13:40:38 #11 2.254  policycoreutils-python-utils  noarch   3.3-1.fc35               updates   72 k
13:40:38 #11 2.254  python3-audit                 aarch64  3.0.8-1.fc35             updates   83 k
13:40:38 #11 2.254  python3-libselinux            aarch64  3.3-1.fc35               updates  179 k
13:40:38 #11 2.254  python3-libsemanage           aarch64  3.3-1.fc35               updates   79 k
13:40:38 #11 2.254  python3-policycoreutils       noarch   3.3-1.fc35               updates  2.0 M
13:40:38 #11 2.254  python3-setools               aarch64  4.4.0-3.fc35             fedora   536 k
13:40:38 #11 2.254  python3-setuptools            noarch   57.4.0-1.fc35            fedora   928 k
13:40:38 #11 2.254  rhash                         aarch64  1.4.0-4.fc35             fedora   179 k
13:40:38 #11 2.254  rpm-plugin-selinux            aarch64  4.17.0-4.fc35            updates   20 k
13:40:38 #11 2.254  selinux-policy                noarch   35.17-1.fc35             updates   68 k
13:40:38 #11 2.254  selinux-policy-targeted       noarch   35.17-1.fc35             updates  6.3 M
13:40:38 #11 2.254  systemd-devel                 aarch64  249.11-2.fc35            updates  446 k
13:40:38 #11 2.254  systemd-pam                   aarch64  249.11-2.fc35            updates  318 k
13:40:38 #11 2.254  systemd-rpm-macros            noarch   249.11-2.fc35            updates   27 k
13:40:38 #11 2.254  util-linux                    aarch64  2.37.4-1.fc35            updates  2.2 M
13:40:38 #11 2.254  util-linux-core               aarch64  2.37.4-1.fc35            updates  435 k
13:40:38 #11 2.254  vim-filesystem                noarch   2:8.2.4804-1.fc35        updates   22 k
13:40:38 #11 2.254  xkeyboard-config              noarch   2.33-2.fc35              fedora   783 k
13:40:38 #11 2.254 Installing weak dependencies:
13:40:38 #11 2.254  libbpf                        aarch64  2:0.4.0-2.fc35           fedora   132 k
13:40:38 #11 2.254  libxkbcommon                  aarch64  1.3.1-1.fc35             fedora   139 k
13:40:38 #11 2.254  qrencode-libs                 aarch64  4.1.1-1.fc35             updates   61 k
13:40:38 #11 2.254  systemd-networkd              aarch64  249.11-2.fc35            updates  474 k
13:40:38 #11 2.254  systemd-resolved              aarch64  249.11-2.fc35            updates  250 k
13:40:38 #11 2.254 
13:40:38 #11 2.254 Transaction Summary
13:40:38 #11 2.254 ================================================================================
13:40:38 #11 2.254 Install  107 Packages
13:40:38 #11 2.254 Upgrade    3 Packages
13:40:38 #11 2.254 
13:40:38 #11 2.262 Total download size: 94 M
13:40:38 #11 2.263 Downloading Packages:
13:40:38 #8 65.70 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:38 #8 65.71 Setting up libio-async-perl (0.72-1) ...
13:40:38 #8 65.72 Setting up liberror-perl (0.17027-2) ...
13:40:38 #8 65.73 Setting up patchutils (0.3.4-2) ...
13:40:38 #8 65.75 Setting up libmail-sendmail-perl (0.80-1) ...
13:40:38 #8 65.76 Setting up libltdl-dev:arm64 (2.4.6-9) ...
13:40:38 #8 65.77 Setting up libxml-sax-base-perl (1.09-1) ...
13:40:38 #8 65.78 Setting up libio-string-perl (1.08-3) ...
13:40:38 #8 65.79 Setting up libreadonly-perl (2.050-1) ...
13:40:38 #8 65.81 Setting up python3-chardet (3.0.4-3) ...
13:40:38 #8 64.48 Setting up dh-autoreconf (20) ...
13:40:38 #8 64.49 Setting up patchutils (0.4.2-1) ...
13:40:38 #8 64.50 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:40:38 #8 64.51 Setting up libltdl-dev:arm64 (2.4.6-15) ...
13:40:38 #8 64.52 Setting up libjson-maybexs-perl (1.004003-1) ...
13:40:38 #8 64.53 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:40:38 #8 64.54 Setting up libio-string-perl (1.08-3.1) ...
13:40:38 #8 64.55 Setting up libreadonly-perl (2.050-3) ...
13:40:38 #8 64.56 Setting up python3-gpg (1.14.0-1+b2) ...
13:40:38 #12 3.051    dh_builddeb
13:40:38 #12 3.079 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:38 #12 3.195  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
13:40:38 #13 6.273 Transaction check succeeded.
13:40:38 #13 6.273 Running transaction test
13:40:38 #8 38.96 Selecting previously unselected package iso-codes.
13:40:38 #8 38.96 Preparing to unpack .../165-iso-codes_4.2-1_all.deb ...
13:40:38 #8 38.96 Unpacking iso-codes (4.2-1) ...
13:40:38 #8 51.09 Setting up libnet-dns-perl (1.10-2) ...
13:40:38 #9 37.52 Selecting previously unselected package build-essential.
13:40:38 #9 37.52 Preparing to unpack .../099-build-essential_12.8ubuntu1.1_armhf.deb ...
13:40:38 #9 37.53 Unpacking build-essential (12.8ubuntu1.1) ...
13:40:38 #9 37.57 Selecting previously unselected package libbrotli1:armhf.
13:40:38 #9 37.57 Preparing to unpack .../100-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ...
13:40:38 #8 51.11 Setting up libsub-identify-perl (0.14-1) ...
13:40:38 #8 51.12 Setting up libpod-constants-perl (0.19-1) ...
13:40:38 #8 51.13 Setting up libsort-versions-perl (1.62-1) ...
13:40:38 #8 40.83 Selecting previously unselected package libhtml-parser-perl.
13:40:38 #8 51.15 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
13:40:38 #8 51.16 Setting up libdynaloader-functions-perl (0.003-1) ...
13:40:38 #8 51.17 Setting up libsub-exporter-perl (0.987-1) ...
13:40:38 #8 40.83 Preparing to unpack .../162-libhtml-parser-perl_3.72-3build1_armhf.deb ...
13:40:38 #8 40.83 Unpacking libhtml-parser-perl (3.72-3build1) ...
13:40:38 #8 51.18 Setting up xauth (1:1.0.10-1) ...
13:40:38 #8 51.19 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:38 #8 40.88 Selecting previously unselected package libcgi-pm-perl.
13:40:38 #8 51.20 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ...
13:40:38 #8 51.22 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
13:40:38 #8 51.23 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ...
13:40:38 #8 51.25 Setting up dput (1.0.1ubuntu1) ...
13:40:38 #8 40.88 Preparing to unpack .../163-libcgi-pm-perl_4.38-1_all.deb ...
13:40:38 #8 40.89 Unpacking libcgi-pm-perl (4.38-1) ...
13:40:38 #8 40.96 Selecting previously unselected package libfcgi-perl.
13:40:38 #8 40.96 Preparing to unpack .../164-libfcgi-perl_0.78-2build1_armhf.deb ...
13:40:38 #8 40.97 Unpacking libfcgi-perl (0.78-2build1) ...
13:40:38 #8 41.02 Selecting previously unselected package libcgi-fast-perl.
13:40:38 #8 41.02 Preparing to unpack .../165-libcgi-fast-perl_1%3a2.13-1_all.deb ...
13:40:38 #8 41.02 Unpacking libcgi-fast-perl (1:2.13-1) ...
13:40:38 #8 41.06 Selecting previously unselected package libsub-name-perl.
13:40:38 #8 41.06 Preparing to unpack .../166-libsub-name-perl_0.21-1build1_armhf.deb ...
13:40:38 #8 41.07 Unpacking libsub-name-perl (0.21-1build1) ...
13:40:38 #8 41.12 Selecting previously unselected package libclass-accessor-perl.
13:40:38 #8 41.12 Preparing to unpack .../167-libclass-accessor-perl_0.51-1_all.deb ...
13:40:38 #8 41.14 Unpacking libclass-accessor-perl (0.51-1) ...
13:40:38 #8 41.18 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:38 #8 41.18 Preparing to unpack .../168-libclass-method-modifiers-perl_2.12-1_all.deb ...
13:40:39 #8 31.60 Unpacking patch (2.7.6-3+deb10u1) ...
13:40:39 #8 31.64 Selecting previously unselected package make.
13:40:39 #8 31.65 Preparing to unpack .../042-make_4.2.1-1.2_armhf.deb ...
13:40:39 #8 31.65 Unpacking make (4.2.1-1.2) ...
13:40:39 #8 31.75 Selecting previously unselected package dpkg-dev.
13:40:39 #8 31.75 Preparing to unpack .../043-dpkg-dev_1.19.7_all.deb ...
13:40:39 #8 31.75 Unpacking dpkg-dev (1.19.7) ...
13:40:39 #9 36.48 Selecting previously unselected package binutils.
13:40:39 #9 36.48 Preparing to unpack .../061-binutils_2.37-7ubuntu1_armhf.deb ...
13:40:39 #9 36.48 Unpacking binutils (2.37-7ubuntu1) ...
13:40:39 #9 36.52 Selecting previously unselected package libc-dev-bin.
13:40:39 #9 36.52 Preparing to unpack .../062-libc-dev-bin_2.34-0ubuntu3.2_armhf.deb ...
13:40:39 #9 36.53 Unpacking libc-dev-bin (2.34-0ubuntu3.2) ...
13:40:39 #9 36.55 Selecting previously unselected package linux-libc-dev:armhf.
13:40:39 #9 36.55 Preparing to unpack .../063-linux-libc-dev_5.13.0-40.45_armhf.deb ...
13:40:39 #9 36.56 Unpacking linux-libc-dev:armhf (5.13.0-40.45) ...
13:40:39 #9 50.89 Setting up libio-socket-ssl-perl (2.069-1) ...
13:40:39 #9 50.90 Setting up libsub-exporter-perl (0.987-1) ...
13:40:39 #9 50.91 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:39 #9 50.93 Setting up libhttp-message-perl (6.29-1) ...
13:40:39 #9 50.94 Setting up libhtml-form-perl (6.07-1) ...
13:40:39 #9 50.96 Setting up python3-pkg-resources (52.0.0-4) ...
13:40:39 #9 51.14 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:40:39 #9 56.05 
13:40:39 #9 56.05 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:39 #9 56.08 Setting up dput (1.0.3ubuntu1) ...
13:40:39 #11 4.035 (51/99): dbus-broker-29-2.fc34.aarch64.rpm      8.7 MB/s | 166 kB     00:00    
13:40:39 #11 4.060 (52/99): git-2.34.1-1.fc34.aarch64.rpm          3.3 MB/s |  67 kB     00:00    
13:40:39 #11 4.179 (53/99): cpp-11.2.1-9.fc34.aarch64.rpm           37 MB/s | 9.9 MB     00:00    
13:40:39 #11 4.239 (54/99): git-core-2.34.1-1.fc34.aarch64.rpm      22 MB/s | 3.9 MB     00:00    
13:40:39 #11 4.290 (55/99): git-core-doc-2.34.1-1.fc34.noarch.rpm   22 MB/s | 2.4 MB     00:00    
13:40:39 #8 48.98 Preparing to unpack .../348-python3-apt_2.2.1_amd64.deb ...
13:40:39 #8 48.99 Unpacking python3-apt (2.2.1) ...
13:40:39 #8 49.04 Selecting previously unselected package python3-certifi.
13:40:39 #8 49.04 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
13:40:39 #8 49.05 Unpacking python3-certifi (2020.6.20-1) ...
13:40:39 #8 49.10 Selecting previously unselected package python3-idna.
13:40:39 #8 49.10 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
13:40:39 #8 49.10 Unpacking python3-idna (2.10-1) ...
13:40:39 #8 49.14 Selecting previously unselected package python3-magic.
13:40:39 #8 49.14 Preparing to unpack .../351-python3-magic_2%3a0.4.20-3_all.deb ...
13:40:39 #8 49.15 Unpacking python3-magic (2:0.4.20-3) ...
13:40:39 #8 49.18 Selecting previously unselected package python3-urllib3.
13:40:39 #8 49.18 Preparing to unpack .../352-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:40:39 #8 49.19 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:40:39 #8 49.23 Selecting previously unselected package python3-requests.
13:40:39 #12 3.537 dpkg-buildpackage: info: binary-only upload (no source included)
13:40:39 #12 3.542 
13:40:39 #12 3.542 The package has been created.
13:40:39 #12 3.542 Attention, the package has been created in the current directory,
13:40:39 #12 3.542 not in ".." as indicated by the message above!
13:40:39 #12 3.565 Selecting previously unselected package docker-ce-build-deps.
13:40:39 #12 3.579 (Reading database ... 25546 files and directories currently installed.)
13:40:39 #12 3.580 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:39 #12 3.585 Unpacking docker-ce-build-deps (1.0) ...
13:40:39 #8 66.08 Setting up libstring-copyright-perl (0.003006-1) ...
13:40:39 #8 66.09 Setting up python3-debian (0.1.35) ...
13:40:39 #8 64.74 Setting up python3-certifi (2020.6.20-1) ...
13:40:39 #8 64.87 Setting up libfile-find-rule-perl (0.34-1) ...
13:40:39 #8 64.88 Setting up libstring-copyright-perl (0.003006-1) ...
13:40:39 #8 64.89 Setting up libgd3:arm64 (2.3.0-2) ...
13:40:39 #8 64.90 Setting up python3-idna (2.10-1) ...
13:40:39 #12 3.325  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
13:40:39 #12 3.401 dpkg-genchanges: info: binary-only upload (no source code included)
13:40:39 #12 3.404  dpkg-source --after-build .
13:40:39 #8 32.79 Selecting previously unselected package libfakeroot:armhf.
13:40:39 #8 32.79 Preparing to unpack .../086-libfakeroot_1.25.3-1.1_armhf.deb ...
13:40:39 #9 49.60 Setting up liblinux-epoll-perl (0.017-1) ...
13:40:39 #9 49.62 Setting up libvariable-magic-perl (0.62-1build2) ...
13:40:39 #9 49.63 Setting up python3-idna (2.8-1) ...
13:40:39 #9 37.58 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
13:40:39 #9 37.89 Selecting previously unselected package libroken18-heimdal:armhf.
13:40:39 #9 37.89 Preparing to unpack .../101-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:40:39 #9 37.90 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:39 #9 38.00 Selecting previously unselected package libasn1-8-heimdal:armhf.
13:40:39 #8 41.19 Unpacking libclass-method-modifiers-perl (2.12-1) ...
13:40:39 #8 41.23 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:39 #9 38.00 Preparing to unpack .../102-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:40:39 #8 41.23 Preparing to unpack .../169-libclass-xsaccessor-perl_1.19-2build8_armhf.deb ...
13:40:39 #8 41.23 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
13:40:39 #8 41.27 Selecting previously unselected package libclone-perl.
13:40:39 #8 41.27 Preparing to unpack .../170-libclone-perl_0.39-1_armhf.deb ...
13:40:39 #8 41.28 Unpacking libclone-perl (0.39-1) ...
13:40:39 #8 41.31 Selecting previously unselected package libdata-dump-perl.
13:40:39 #8 41.31 Preparing to unpack .../171-libdata-dump-perl_1.23-1_all.deb ...
13:40:39 #8 41.32 Unpacking libdata-dump-perl (1.23-1) ...
13:40:39 #8 41.36 Selecting previously unselected package libparams-util-perl.
13:40:39 #8 41.36 Preparing to unpack .../172-libparams-util-perl_1.07-3build3_armhf.deb ...
13:40:39 #8 41.37 Unpacking libparams-util-perl (1.07-3build3) ...
13:40:39 #8 41.42 Selecting previously unselected package libsub-install-perl.
13:40:39 #9 55.73 Setting up libxpm4:arm64 (1:3.5.12-1) ...
13:40:39 #9 55.75 Setting up libtool (2.4.6-15) ...
13:40:39 #9 55.77 Setting up openssh-client (1:8.4p1-6ubuntu2.1) ...
13:40:39 #9 55.87 Setting up gpgsm (2.2.20-1ubuntu4) ...
13:40:39 #9 55.88 Setting up libxext6:arm64 (2:1.3.4-0ubuntu3) ...
13:40:39 #9 55.89 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3ubuntu2.1) ...
13:40:39 #9 55.90 Setting up man-db (2.9.4-2) ...
13:40:39 #8 51.40 Setting up libstring-copyright-perl (0.003005-1) ...
13:40:39 #8 51.41 Setting up libhtml-parser-perl (3.72-3build1) ...
13:40:39 #8 51.43 Setting up automake (1:1.15.1-3ubuntu2) ...
13:40:39 #8 51.44 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
13:40:39 #8 51.44 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist
13:40:39 #8 51.44 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist
13:40:39 #8 51.45 Setting up libipc-run-perl (0.96-1) ...
13:40:39 #8 51.45 Setting up libcgi-pm-perl (4.38-1) ...
13:40:39 #8 51.47 Setting up libdevel-globaldestruction-perl (0.14-1) ...
13:40:39 #8 51.47 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
13:40:39 #8 31.90 Selecting previously unselected package libelf1:armhf.
13:40:39 #8 31.90 Preparing to unpack .../044-libelf1_0.176-1.1_armhf.deb ...
13:40:39 #8 31.90 Unpacking libelf1:armhf (0.176-1.1) ...
13:40:39 #8 32.00 Selecting previously unselected package dwz.
13:40:39 #8 32.00 Preparing to unpack .../045-dwz_0.12-3_armhf.deb ...
13:40:39 #8 32.01 Unpacking dwz (0.12-3) ...
13:40:39 #8 32.05 Selecting previously unselected package libdebhelper-perl.
13:40:39 #8 32.05 Preparing to unpack .../046-libdebhelper-perl_13.2~bpo10+1_all.deb ...
13:40:39 #8 32.06 Unpacking libdebhelper-perl (13.2~bpo10+1) ...
13:40:39 #8 32.13 Selecting previously unselected package libglib2.0-0:armhf.
13:40:39 #8 32.13 Preparing to unpack .../047-libglib2.0-0_2.58.3-2+deb10u2_armhf.deb ...
13:40:39 #9 36.71 Selecting previously unselected package libcrypt-dev:armhf.
13:40:39 #9 36.71 Preparing to unpack .../064-libcrypt-dev_1%3a4.4.18-4ubuntu1_armhf.deb ...
13:40:39 #9 36.71 Unpacking libcrypt-dev:armhf (1:4.4.18-4ubuntu1) ...
13:40:39 #9 36.76 Selecting previously unselected package rpcsvc-proto.
13:40:39 #9 36.76 Preparing to unpack .../065-rpcsvc-proto_1.4.2-0ubuntu5_armhf.deb ...
13:40:39 #9 36.76 Unpacking rpcsvc-proto (1.4.2-0ubuntu5) ...
13:40:39 #9 36.80 Selecting previously unselected package libtirpc-dev:armhf.
13:40:39 #9 36.80 Preparing to unpack .../066-libtirpc-dev_1.3.2-2_armhf.deb ...
13:40:39 #9 36.80 Unpacking libtirpc-dev:armhf (1.3.2-2) ...
13:40:39 #9 36.85 Selecting previously unselected package libnsl-dev:armhf.
13:40:39 #9 36.85 Preparing to unpack .../067-libnsl-dev_1.3.0-2build1_armhf.deb ...
13:40:39 #9 36.85 Unpacking libnsl-dev:armhf (1.3.0-2build1) ...
13:40:39 #9 36.88 Selecting previously unselected package libc6-dev:armhf.
13:40:39 #9 36.88 Preparing to unpack .../068-libc6-dev_2.34-0ubuntu3.2_armhf.deb ...
13:40:39 #9 36.88 Unpacking libc6-dev:armhf (2.34-0ubuntu3.2) ...
13:40:39 #9 51.16 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
13:40:39 #9 51.17 Setting up libjson-xs-perl (4.030-1build2) ...
13:40:39 #9 51.18 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:39 #9 51.19 Setting up libio-prompter-perl (0.004015-1) ...
13:40:39 #9 51.20 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:40:39 #9 51.21 Setting up libhttp-cookies-perl (6.10-1) ...
13:40:39 #9 51.22 Setting up python3-apt (2.2.1) ...
13:40:39 #9 51.38 Setting up po-debconf (1.0.21+nmu1) ...
13:40:39 #9 51.39 Setting up libhtml-tree-perl (5.07-2) ...
13:40:39 #9 51.40 Setting up libparams-classify-perl (0.015-1build4) ...
13:40:39 #9 56.24 Setting up libio-async-loop-epoll-perl (0.20-1) ...
13:40:39 #9 56.26 Setting up dirmngr (2.2.19-3ubuntu2.1) ...
13:40:39 #9 56.40 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:39 #9 56.42 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:39 #9 56.44 Setting up libmailtools-perl (2.21-1) ...
13:40:39 #9 56.46 Setting up git (1:2.25.1-1ubuntu3.4) ...
13:40:39 #11 4.303 (56/99): glibc-devel-2.33-21.fc34.aarch64.rpm   6.6 MB/s | 423 kB     00:00    
13:40:39 #11 4.371 (57/99): glibc-static-2.33-21.fc34.aarch64.rpm   17 MB/s | 1.3 MB     00:00    
13:40:39 #11 4.377 (58/99): iptables-legacy-libs-1.8.7-8.fc34.aarc 570 kB/s |  39 kB     00:00    
13:40:39 #11 4.399 (59/99): jsoncpp-1.9.4-5.fc34.aarch64.rpm       3.3 MB/s |  88 kB     00:00    
13:40:39 #11 4.445 (60/99): kernel-headers-5.17.4-100.fc34.aarch64  20 MB/s | 1.3 MB     00:00    
13:40:39 #11 4.455 (61/99): kmod-libs-29-2.fc34.aarch64.rpm        1.2 MB/s |  62 kB     00:00    
13:40:39 #8 66.26 Setting up python3-requests (2.21.0-1) ...
13:40:39 #8 66.44 Setting up libdata-optlist-perl (0.110-1) ...
13:40:39 #8 66.45 Setting up libipc-run-perl (20180523.0-1) ...
13:40:39 #8 66.47 Setting up git (1:2.20.1-2+deb10u3) ...
13:40:39 #8 66.50 Setting up libcontextual-return-perl (0.004014-2) ...
13:40:39 #12 3.497 dpkg-buildpackage: info: binary-only upload (no source included)
13:40:39 #12 3.502 
13:40:39 #12 3.502 The package has been created.
13:40:39 #12 3.502 Attention, the package has been created in the current directory,
13:40:39 #12 3.502 not in ".." as indicated by the message above!
13:40:39 #12 3.521 Selecting previously unselected package docker-ce-build-deps.
13:40:39 #12 3.535 (Reading database ... 25575 files and directories currently installed.)
13:40:39 #12 3.536 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:39 #12 3.541 Unpacking docker-ce-build-deps (1.0) ...
13:40:39 #8 65.11 Setting up libdata-optlist-perl (0.110-1.1) ...
13:40:39 #8 65.12 Setting up libipc-run-perl (20200505.0-1) ...
13:40:39 #8 65.13 Setting up git (1:2.30.2-1) ...
13:40:39 #8 65.16 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
13:40:39 #8 65.18 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:40:39 #8 49.24 Preparing to unpack .../353-python3-requests_2.25.1+dfsg-2_all.deb ...
13:40:39 #8 49.24 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:40:39 #8 49.28 Selecting previously unselected package python3-unidiff.
13:40:39 #8 49.28 Preparing to unpack .../354-python3-unidiff_0.5.5-2_all.deb ...
13:40:39 #8 49.29 Unpacking python3-unidiff (0.5.5-2) ...
13:40:39 #8 49.32 Selecting previously unselected package python3-xdg.
13:40:39 #8 49.32 Preparing to unpack .../355-python3-xdg_0.27-2_all.deb ...
13:40:39 #8 49.32 Unpacking python3-xdg (0.27-2) ...
13:40:39 #8 49.36 Selecting previously unselected package shared-mime-info.
13:40:39 #8 49.36 Preparing to unpack .../356-shared-mime-info_2.0-1_amd64.deb ...
13:40:39 #8 49.37 Unpacking shared-mime-info (2.0-1) ...
13:40:39 #8 49.48 Selecting previously unselected package strace.
13:40:39 #8 49.48 Preparing to unpack .../357-strace_5.10-1_amd64.deb ...
13:40:39 #11 3.057 (1/110): acl-2.3.1-2.fc35.aarch64.rpm           296 kB/s |  71 kB     00:00    
13:40:39 #11 3.078 (2/110): dbus-broker-29-4.fc35.aarch64.rpm      8.4 MB/s | 166 kB     00:00    
13:40:39 #11 3.089 (3/110): automake-1.16.2-5.fc35.noarch.rpm      2.4 MB/s | 662 kB     00:00    
13:40:39 #11 3.096 (4/110): autoconf-2.69-37.fc35.noarch.rpm       2.3 MB/s | 666 kB     00:00    
13:40:39 #11 3.101 (5/110): device-mapper-1.02.175-6.fc35.aarch64. 6.7 MB/s | 138 kB     00:00    
13:40:39 #11 3.112 (6/110): e2fsprogs-libs-1.46.3-1.fc35.aarch64.r  20 MB/s | 224 kB     00:00    
13:40:39 #11 3.117 (7/110): device-mapper-libs-1.02.175-6.fc35.aar  11 MB/s | 173 kB     00:00    
13:40:39 #11 3.120 (8/110): device-mapper-devel-1.02.175-6.fc35.aa 1.5 MB/s |  45 kB     00:00    
13:40:39 #11 3.123 (9/110): emacs-filesystem-27.2-9.fc35.noarch.rp 877 kB/s | 9.0 kB     00:00    
13:40:39 #11 3.129 (10/110): gc-8.0.4-6.fc35.aarch64.rpm           8.7 MB/s | 101 kB     00:00    
13:40:39 #11 3.133 (11/110): iptables-legacy-libs-1.8.7-13.fc35.aa 4.3 MB/s |  39 kB     00:00    
13:40:39 #11 3.140 (12/110): kmod-libs-29-4.fc35.aarch64.rpm       5.7 MB/s |  62 kB     00:00    
13:40:39 #11 3.146 (13/110): libargon2-20171227-7.fc35.aarch64.rpm 2.4 MB/s |  28 kB     00:00    
13:40:39 #11 3.153 (14/110): libbpf-0.4.0-2.fc35.aarch64.rpm        12 MB/s | 132 kB     00:00    
13:40:39 #11 3.160 (15/110): libcbor-0.7.0-4.fc35.aarch64.rpm      4.3 MB/s |  55 kB     00:00    
13:40:39 #11 3.168 (16/110): libedit-3.1-40.20210910cvs.fc35.aarch 8.2 MB/s | 104 kB     00:00    
13:40:39 #11 3.174 (17/110): libfido2-1.8.0-1.fc35.aarch64.rpm     6.1 MB/s |  81 kB     00:00    
13:40:39 #11 3.180 (18/110): libmpc-1.2.1-3.fc35.aarch64.rpm       5.9 MB/s |  63 kB     00:00    
13:40:39 #11 3.198 (19/110): libpcap-1.10.1-2.fc35.aarch64.rpm      10 MB/s | 167 kB     00:00    
13:40:39 #8 32.79 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
13:40:39 #8 32.83 Selecting previously unselected package fakeroot.
13:40:39 #8 32.83 Preparing to unpack .../087-fakeroot_1.25.3-1.1_armhf.deb ...
13:40:39 #8 32.83 Unpacking fakeroot (1.25.3-1.1) ...
13:40:39 #8 32.91 Selecting previously unselected package libassuan0:armhf.
13:40:39 #8 32.91 Preparing to unpack .../088-libassuan0_2.5.3-7.1_armhf.deb ...
13:40:39 #8 32.91 Unpacking libassuan0:armhf (2.5.3-7.1) ...
13:40:39 #8 32.95 Selecting previously unselected package gpgconf.
13:40:39 #8 32.95 Preparing to unpack .../089-gpgconf_2.2.27-2+deb11u1_armhf.deb ...
13:40:39 #8 32.96 Unpacking gpgconf (2.2.27-2+deb11u1) ...
13:40:39 #9 49.83 Setting up libio-html-perl (1.001-1) ...
13:40:39 #9 49.84 Setting up libcroco3:amd64 (0.6.13-1) ...
13:40:39 #9 49.85 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
13:40:39 #9 49.88 Setting up libtest-refcount-perl (0.10-1) ...
13:40:39 #9 49.89 Setting up libparams-util-perl (1.07-3build5) ...
13:40:39 #8 41.42 Preparing to unpack .../173-libsub-install-perl_0.928-1_all.deb ...
13:40:39 #8 41.42 Unpacking libsub-install-perl (0.928-1) ...
13:40:39 #8 41.46 Selecting previously unselected package libdata-optlist-perl.
13:40:39 #8 41.46 Preparing to unpack .../174-libdata-optlist-perl_0.110-1_all.deb ...
13:40:39 #8 41.47 Unpacking libdata-optlist-perl (0.110-1) ...
13:40:39 #8 41.52 Selecting previously unselected package libdevel-globaldestruction-perl.
13:40:39 #8 41.52 Preparing to unpack .../175-libdevel-globaldestruction-perl_0.14-1_all.deb ...
13:40:39 #8 41.53 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
13:40:39 #8 41.56 Selecting previously unselected package libdigest-hmac-perl.
13:40:39 #8 41.56 Preparing to unpack .../176-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
13:40:39 #8 41.57 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
13:40:39 #8 41.60 Selecting previously unselected package libdistro-info-perl.
13:40:39 #8 41.60 Preparing to unpack .../177-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
13:40:39 #8 41.60 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
13:40:39 #8 41.65 Selecting previously unselected package perl-openssl-defaults:armhf.
13:40:39 #9 38.02 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:39 #9 38.09 Selecting previously unselected package libheimbase1-heimdal:armhf.
13:40:39 #9 38.09 Preparing to unpack .../103-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:40:39 #9 38.09 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:39 #9 56.01 Building database of manual pages ...
13:40:39 #9 56.22 Setting up libgpgme11:arm64 (1.14.0-1ubuntu4) ...
13:40:39 #9 56.24 Setting up gcc (4:11.2.0-1ubuntu1) ...
13:40:39 #8 31.44 Selecting previously unselected package gcc.
13:40:39 #8 31.44 Preparing to unpack .../033-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
13:40:39 #8 31.44 Unpacking gcc (4:10.2.1-1+rpi1) ...
13:40:39 #8 31.49 Selecting previously unselected package libc-dev-bin.
13:40:39 #8 31.49 Preparing to unpack .../034-libc-dev-bin_2.31-13+rpt2+rpi1+deb11u2_armhf.deb ...
13:40:39 #8 31.50 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1+deb11u2) ...
13:40:39 #8 31.55 Selecting previously unselected package linux-libc-dev:armhf.
13:40:39 #8 31.55 Preparing to unpack .../035-linux-libc-dev_1%3a1.20220331-1_armhf.deb ...
13:40:39 #8 39.74 Selecting previously unselected package libalgorithm-diff-perl.
13:40:39 #8 39.74 Preparing to unpack .../166-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:40:39 #8 39.75 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:40:39 #8 39.79 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:39 #8 39.79 Preparing to unpack .../167-libalgorithm-diff-xs-perl_0.04-5+b1_armhf.deb ...
13:40:39 #8 39.81 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:40:39 #8 39.84 Selecting previously unselected package libalgorithm-merge-perl.
13:40:39 #8 39.84 Preparing to unpack .../168-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:39 #8 39.85 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:39 #8 39.88 Selecting previously unselected package libapt-inst2.0:armhf.
13:40:39 #8 39.88 Preparing to unpack .../169-libapt-inst2.0_1.8.2.3_armhf.deb ...
13:40:39 #8 39.89 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
13:40:39 #8 51.63 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
13:40:39 #8 51.64 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
13:40:39 #8 51.67 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:39 #8 51.67 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:40:39 #8 51.67 Setting up dirmngr (2.2.4-1ubuntu1.4) ...
13:40:39 #8 51.69 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
13:40:39 #8 51.70 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
13:40:39 #8 51.76 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:39 #8 51.81 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:39 #8 32.14 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
13:40:39 #8 32.34 Selecting previously unselected package libicu63:armhf.
13:40:39 #8 32.34 Preparing to unpack .../048-libicu63_63.1-6+deb10u3_armhf.deb ...
13:40:39 #8 32.35 Unpacking libicu63:armhf (63.1-6+deb10u3) ...
13:40:39 #9 37.07 Selecting previously unselected package libisl23:armhf.
13:40:39 #9 37.07 Preparing to unpack .../069-libisl23_0.24-1_armhf.deb ...
13:40:39 #9 37.07 Unpacking libisl23:armhf (0.24-1) ...
13:40:39 #9 37.16 Selecting previously unselected package libmpfr6:armhf.
13:40:39 #9 37.16 Preparing to unpack .../070-libmpfr6_4.1.0-3build1_armhf.deb ...
13:40:39 #9 37.16 Unpacking libmpfr6:armhf (4.1.0-3build1) ...
13:40:39 #9 37.22 Selecting previously unselected package libmpc3:armhf.
13:40:39 #9 37.22 Preparing to unpack .../071-libmpc3_1.2.0-1build1_armhf.deb ...
13:40:39 #9 37.23 Unpacking libmpc3:armhf (1.2.0-1build1) ...
13:40:39 #9 37.26 Selecting previously unselected package cpp-11.
13:40:39 #9 37.26 Preparing to unpack .../072-cpp-11_11.2.0-7ubuntu2_armhf.deb ...
13:40:39 #9 51.41 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:40:39 #9 51.42 Setting up libhtml-format-perl (2.12-1.1) ...
13:40:39 #9 51.43 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:40:39 #9 51.49 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:39 #9 51.55 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:39 #9 51.66 
13:40:39 #9 51.66 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:39 #9 56.50 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:40:39 #9 56.55 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:39 #9 56.62 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:39 #9 56.68 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:39 #11 4.696 (62/99): gcc-11.2.1-9.fc34.aarch64.rpm           45 MB/s |  30 MB     00:00    
13:40:39 #11 4.735 (63/99): libasan-11.2.1-9.fc34.aarch64.rpm      1.4 MB/s | 419 kB     00:00    
13:40:39 #11 4.739 (64/99): libatomic-11.2.1-9.fc34.aarch64.rpm    206 kB/s |  57 kB     00:00    
13:40:39 #11 4.747 (65/99): libbtrfs-5.16.2-1.fc34.aarch64.rpm     3.4 MB/s |  28 kB     00:00    
13:40:39 #11 4.752 (66/99): libbpf-0.4.0-1.fc34.aarch64.rpm        9.5 MB/s | 130 kB     00:00    
13:40:39 #11 4.755 (67/99): libbtrfsutil-5.16.2-1.fc34.aarch64.rpm 2.0 MB/s |  32 kB     00:00    
13:40:39 #11 4.761 (68/99): libedit-3.1-38.20210714cvs.fc34.aarch6 8.1 MB/s | 104 kB     00:00    
13:40:39 #11 4.815 (69/99): libibverbs-37.2-2.fc34.aarch64.rpm     6.3 MB/s | 387 kB     00:00    
13:40:39 #8 48.36 Fedora Modular 36 - x86_64 - Test Updates        76 kB/s |  87 kB     00:01    
13:40:39 #8 66.51 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:39 #8 66.52 Setting up libtypes-serialiser-perl (1.0-1) ...
13:40:39 #8 66.53 Setting up g++ (4:8.3.0-1) ...
13:40:39 #8 66.56 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:39 #8 66.57 Setting up libhtml-parser-perl (3.72-3+b3) ...
13:40:39 #8 66.58 Setting up libgit-wrapper-perl (0.048-1) ...
13:40:39 #8 66.59 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:40:39 #8 66.61 Setting up librole-tiny-perl (2.000006-1) ...
13:40:39 #8 66.62 Setting up gnupg (2.2.12-1+deb10u1) ...
13:40:39 #8 66.63 Setting up build-essential (12.6) ...
13:40:39 #8 66.69 Setting up libfile-homedir-perl (1.004-1) ...
13:40:39 #8 66.71 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:40:39 #8 66.72 Setting up libio-socket-ssl-perl (2.060-3) ...
13:40:39 #8 65.36 Setting up libcontextual-return-perl (0.004014-2) ...
13:40:39 #8 65.38 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:39 #8 65.39 Setting up libtypes-serialiser-perl (1.01-1) ...
13:40:39 #8 65.40 Setting up libhtml-parser-perl (3.75-1+b1) ...
13:40:39 #8 65.41 Setting up libgit-wrapper-perl (0.048-1) ...
13:40:39 #8 65.43 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:40:39 #8 65.44 Setting up librole-tiny-perl (2.002004-1) ...
13:40:39 #8 65.46 Setting up gnupg (2.2.27-2+deb11u1) ...
13:40:39 #8 65.47 Setting up build-essential (12.9) ...
13:40:39 #8 65.49 Setting up python3-unidiff (0.5.5-2) ...
13:40:39 #8 49.48 Unpacking strace (5.10-1) ...
13:40:39 #8 49.56 Selecting previously unselected package xauth.
13:40:39 #8 49.56 Preparing to unpack .../358-xauth_1%3a1.1-1_amd64.deb ...
13:40:39 #8 49.57 Unpacking xauth (1:1.1-1) ...
13:40:39 #8 49.61 Selecting previously unselected package xdg-user-dirs.
13:40:39 #8 49.61 Preparing to unpack .../359-xdg-user-dirs_0.17-2_amd64.deb ...
13:40:39 #8 49.62 Unpacking xdg-user-dirs (0.17-2) ...
13:40:39 #8 49.72 Setting up libksba8:amd64 (1.5.0-3) ...
13:40:39 #8 49.73 Setting up media-types (4.0.0) ...
13:40:39 #8 49.75 Setting up libpipeline1:amd64 (1.5.3-1) ...
13:40:39 #8 49.77 Setting up wdiff (1.2.2-2+b1) ...
13:40:39 #8 49.80 Setting up libxau6:amd64 (1:1.0.9-1) ...
13:40:39 #8 49.81 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
13:40:39 #8 49.82 Setting up libpsl5:amd64 (0.21.0-1.2) ...
13:40:39 #8 33.08 Selecting previously unselected package libksba8:armhf.
13:40:39 #8 33.08 Preparing to unpack .../090-libksba8_1.5.0-3_armhf.deb ...
13:40:39 #8 33.09 Unpacking libksba8:armhf (1.5.0-3) ...
13:40:39 #8 33.15 Selecting previously unselected package libnpth0:armhf.
13:40:39 #8 33.15 Preparing to unpack .../091-libnpth0_1.6-3_armhf.deb ...
13:40:39 #8 33.16 Unpacking libnpth0:armhf (1.6-3) ...
13:40:39 #8 33.20 Selecting previously unselected package dirmngr.
13:40:39 #8 33.20 Preparing to unpack .../092-dirmngr_2.2.27-2+deb11u1_armhf.deb ...
13:40:39 #8 33.22 Unpacking dirmngr (2.2.27-2+deb11u1) ...
13:40:39 #8 33.30 Selecting previously unselected package gnupg-l10n.
13:40:39 #8 33.30 Preparing to unpack .../093-gnupg-l10n_2.2.27-2+deb11u1_all.deb ...
13:40:39 #11 3.205 (20/110): libnl3-3.5.0-8.fc35.aarch64.rpm        11 MB/s | 322 kB     00:00    
13:40:39 #11 3.210 (21/110): libutempter-1.2.1-5.fc35.aarch64.rpm  2.3 MB/s |  26 kB     00:00    
13:40:39 #11 3.219 (22/110): libxkbcommon-1.3.1-1.fc35.aarch64.rpm  11 MB/s | 139 kB     00:00    
13:40:39 #11 3.237 (23/110): lzo-2.10-5.fc35.aarch64.rpm           2.4 MB/s |  63 kB     00:00    
13:40:39 #11 3.242 (24/110): m4-1.4.19-2.fc35.aarch64.rpm           13 MB/s | 292 kB     00:00    
13:40:39 #11 3.251 (25/110): perl-Error-0.17029-7.fc35.noarch.rpm  5.4 MB/s |  41 kB     00:00    
13:40:39 #11 3.262 (26/110): perl-TermReadKey-2.38-11.fc35.aarch64 3.6 MB/s |  35 kB     00:00    
13:40:39 #11 3.269 (27/110): make-4.3-6.fc35.aarch64.rpm            17 MB/s | 530 kB     00:00    
13:40:39 #11 3.274 (28/110): perl-Thread-Queue-3.14-478.fc35.noarc 1.9 MB/s |  21 kB     00:00    
13:40:39 #11 3.282 (29/110): perl-threads-2.26-448.fc35.aarch64.rp 4.8 MB/s |  56 kB     00:00    
13:40:39 #11 3.286 (30/110): perl-threads-shared-1.62-478.fc35.aar 4.3 MB/s |  43 kB     00:00    
13:40:39 #11 3.299 (31/110): python3-setools-4.4.0-3.fc35.aarch64.  32 MB/s | 536 kB     00:00    
13:40:39 #11 3.313 (32/110): rhash-1.4.0-4.fc35.aarch64.rpm         14 MB/s | 179 kB     00:00    
13:40:39 #11 3.334 (33/110): guile22-2.2.7-3.fc35.aarch64.rpm       30 MB/s | 6.4 MB     00:00    
13:40:39 #11 3.339 (34/110): which-2.21-27.fc35.aarch64.rpm        1.6 MB/s |  41 kB     00:00    
13:40:39 #11 3.349 (35/110): python3-setuptools-57.4.0-1.fc35.noar  15 MB/s | 928 kB     00:00    
13:40:39 #11 3.354 (36/110): annobin-docs-10.66-2.fc35.noarch.rpm  6.5 MB/s |  85 kB     00:00    
13:40:39 #11 3.359 (37/110): annobin-plugin-gcc-10.66-2.fc35.aarch 5.0 MB/s |  46 kB     00:00    
13:40:39 #11 3.369 (38/110): btrfs-progs-5.16.2-1.fc35.aarch64.rpm  69 MB/s | 984 kB     00:00    
13:40:39 #11 3.373 (39/110): btrfs-progs-devel-5.16.2-1.fc35.aarch 4.2 MB/s |  50 kB     00:00    
13:40:39 #11 3.381 (40/110): xkeyboard-config-2.33-2.fc35.noarch.r  16 MB/s | 783 kB     00:00    
13:40:39 #11 3.387 (41/110): checkpolicy-3.3-1.fc35.aarch64.rpm     19 MB/s | 335 kB     00:00    
13:40:39 #11 3.397 (42/110): cmake-filesystem-3.22.2-1.fc35.aarch6 2.2 MB/s |  18 kB     00:00    
13:40:39 #11 3.405 (43/110): cmake-rpm-macros-3.22.2-1.fc35.noarch 2.2 MB/s |  17 kB     00:00    
13:40:39 #9 49.90 Setting up libdpkg-perl (1.19.7ubuntu3) ...
13:40:39 #9 49.91 Setting up autoconf (2.69-11.1) ...
13:40:39 #9 49.94 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
13:40:39 #9 50.10 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:39 #9 50.11 Setting up libarray-intspan-perl (2.003-1) ...
13:40:39 #9 50.12 Setting up libcapture-tiny-perl (0.48-1) ...
13:40:39 #9 50.13 Setting up libtimedate-perl (2.3200-1) ...
13:40:39 #9 50.14 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ...
13:40:39 #8 41.65 Preparing to unpack .../178-perl-openssl-defaults_3build1_armhf.deb ...
13:40:39 #8 41.66 Unpacking perl-openssl-defaults:armhf (3build1) ...
13:40:39 #8 41.71 Selecting previously unselected package libnet-ssleay-perl.
13:40:39 #8 41.71 Preparing to unpack .../179-libnet-ssleay-perl_1.84-1ubuntu0.2_armhf.deb ...
13:40:39 #8 41.72 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
13:40:39 #8 41.81 Selecting previously unselected package libio-socket-ssl-perl.
13:40:39 #8 41.81 Preparing to unpack .../180-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
13:40:39 #8 41.81 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
13:40:39 #8 41.88 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:39 #8 41.88 Preparing to unpack .../181-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:39 #8 41.88 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:39 #8 41.93 Selecting previously unselected package libmailtools-perl.
13:40:39 #8 41.93 Preparing to unpack .../182-libmailtools-perl_2.18-1_all.deb ...
13:40:39 #9 56.27 Setting up dirmngr (2.2.20-1ubuntu4) ...
13:40:39 #9 56.41 Setting up perl (5.32.1-3ubuntu3) ...
13:40:39 #9 56.44 Setting up libpackage-stash-xs-perl (0.29-1build4) ...
13:40:39 #9 56.46 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:40:39 #9 56.48 Setting up libdata-dump-perl (1.23-1.1) ...
13:40:39 #9 56.49 Setting up libref-util-perl (0.204-1) ...
13:40:39 #9 56.51 Setting up libipc-system-simple-perl (1.30-1) ...
13:40:39 #9 56.52 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:40:39 #9 56.53 Setting up libhash-fieldhash-perl (0.15-1build4) ...
13:40:39 #9 56.56 Setting up libgd3:arm64 (2.3.0-2ubuntu1) ...
13:40:39 #9 56.57 Setting up libvariable-magic-perl (0.62-1build3) ...
13:40:39 #9 56.58 Setting up libio-html-perl (1.004-2) ...
13:40:39 #9 56.59 Setting up libpod-parser-perl (1.63-2) ...
13:40:39 #9 56.61 Setting up libb-hooks-op-check-perl (0.22-1build3) ...
13:40:39 #9 38.17 Selecting previously unselected package libhcrypto4-heimdal:armhf.
13:40:39 #9 38.17 Preparing to unpack .../104-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:40:39 #9 38.18 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:39 #9 38.24 Selecting previously unselected package libwind0-heimdal:armhf.
13:40:39 #9 38.24 Preparing to unpack .../105-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:40:39 #9 38.24 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:39 #9 38.35 Selecting previously unselected package libhx509-5-heimdal:armhf.
13:40:39 #9 38.35 Preparing to unpack .../106-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:40:39 #9 38.36 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:39 #9 38.43 Selecting previously unselected package libkrb5-26-heimdal:armhf.
13:40:39 #9 38.43 Preparing to unpack .../107-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:40:39 #9 38.43 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:39 #8 31.55 Unpacking linux-libc-dev:armhf (1:1.20220331-1) ...
13:40:39 #8 31.80 Selecting previously unselected package libcrypt-dev:armhf.
13:40:39 #8 31.80 Preparing to unpack .../036-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
13:40:39 #8 31.80 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
13:40:39 #8 39.95 Selecting previously unselected package libapt-pkg-perl.
13:40:39 #8 39.95 Preparing to unpack .../170-libapt-pkg-perl_0.1.34+b1_armhf.deb ...
13:40:39 #8 39.95 Unpacking libapt-pkg-perl (0.1.34+b1) ...
13:40:39 #8 40.06 Selecting previously unselected package libarchive-cpio-perl.
13:40:39 #8 40.06 Preparing to unpack .../171-libarchive-cpio-perl_0.10-1_all.deb ...
13:40:39 #8 40.07 Unpacking libarchive-cpio-perl (0.10-1) ...
13:40:39 #8 40.10 Selecting previously unselected package libasync-mergepoint-perl.
13:40:39 #8 40.10 Preparing to unpack .../172-libasync-mergepoint-perl_0.04-2_all.deb ...
13:40:39 #8 40.11 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:40:39 #8 40.13 Selecting previously unselected package libauthen-sasl-perl.
13:40:39 #8 40.13 Preparing to unpack .../173-libauthen-sasl-perl_2.1600-1_all.deb ...
13:40:39 #8 40.14 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:40:39 #8 40.19 Selecting previously unselected package libmodule-implementation-perl.
13:40:39 #8 40.19 Preparing to unpack .../174-libmodule-implementation-perl_0.09-1_all.deb ...
13:40:39 #8 51.93 
13:40:39 #8 51.93 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:39 #8 51.95 Setting up liblist-moreutils-perl (0.416-1build3) ...
13:40:39 #8 51.96 Setting up libtool (2.4.6-2) ...
13:40:39 #8 51.97 Setting up libhttp-date-perl (6.02-1) ...
13:40:39 #8 51.98 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:39 #8 51.99 Setting up build-essential (12.4ubuntu1) ...
13:40:39 #8 52.00 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.17) ...
13:40:39 #8 52.01 Setting up libdevel-callchecker-perl (0.007-2build1) ...
13:40:39 #8 52.03 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.17) ...
13:40:39 #9 37.27 Unpacking cpp-11 (11.2.0-7ubuntu2) ...
13:40:39 #9 51.69 Setting up python3-chardet (4.0.0-1) ...
13:40:39 #9 51.95 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:39 #9 56.83 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:39 #9 56.87 Setting up dh-strip-nondeterminism (1.7.0-1) ...
13:40:39 #9 56.89 Setting up libconst-fast-perl (0.014-1) ...
13:40:39 #9 56.91 Setting up libhttp-daemon-perl (6.06-1) ...
13:40:39 #9 56.93 Setting up libgit-wrapper-perl (0.048-1) ...
13:40:39 #9 56.94 Setting up libcurl4:arm64 (7.68.0-1ubuntu2.10) ...
13:40:39 #9 56.96 Setting up curl (7.68.0-1ubuntu2.10) ...
13:40:39 #9 56.97 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ...
13:40:39 #11 3.479 (1/106): btrfs-progs-5.16.2-1.fc36.aarch64.rpm  2.0 MB/s | 976 kB     00:00    
13:40:39 #11 3.514 (2/106): autoconf-2.71-2.fc36.noarch.rpm        1.4 MB/s | 718 kB     00:00    
13:40:39 #11 3.542 (3/106): automake-1.16.5-4.fc36.noarch.rpm      1.2 MB/s | 673 kB     00:00    
13:40:39 #11 3.546 (4/106): btrfs-progs-devel-5.16.2-1.fc36.aarch6 788 kB/s |  50 kB     00:00    
13:40:39 #11 3.588 (5/106): checkpolicy-3.3-2.fc36.aarch64.rpm     7.2 MB/s | 336 kB     00:00    
13:40:39 #11 3.651 (6/106): cmake-data-3.22.2-1.fc36.noarch.rpm     15 MB/s | 1.6 MB     00:00    
13:40:39 #11 3.657 (7/106): cmake-filesystem-3.22.2-1.fc36.aarch64 270 kB/s |  18 kB     00:00    
13:40:39 #11 3.721 (8/106): cmake-3.22.2-1.fc36.aarch64.rpm         33 MB/s | 5.8 MB     00:00    
13:40:39 #11 4.842 (70/99): libpcap-1.10.1-1.fc34.aarch64.rpm      1.9 MB/s | 167 kB     00:00    
13:40:39 #11 4.847 (71/99): libseccomp-2.5.3-1.fc34.aarch64.rpm    832 kB/s |  71 kB     00:00    
13:40:39 #11 4.851 (72/99): libseccomp-devel-2.5.3-1.fc34.aarch64. 6.9 MB/s |  53 kB     00:00    
13:40:39 #11 4.854 (73/99): libsepol-devel-3.2-2.fc34.aarch64.rpm  3.7 MB/s |  40 kB     00:00    
13:40:39 #11 4.885 (74/99): libubsan-11.2.1-9.fc34.aarch64.rpm     5.4 MB/s | 202 kB     00:00    
13:40:39 #11 4.888 (75/99): libxcrypt-devel-4.4.28-1.fc34.aarch64. 894 kB/s |  29 kB     00:00    
13:40:39 #11 4.894 (76/99): libuv-1.44.1-1.fc34.aarch64.rpm        3.8 MB/s | 149 kB     00:00    
13:40:39 #11 4.898 (77/99): libxcrypt-static-4.4.28-1.fc34.aarch64 8.3 MB/s | 109 kB     00:00    
13:40:39 #11 4.933 (78/99): libxkbcommon-1.3.0-1.fc34.aarch64.rpm  3.2 MB/s | 142 kB     00:00    
13:40:39 #11 4.991 (79/99): openssh-clients-8.6p1-5.fc34.aarch64.r  12 MB/s | 654 kB     00:00    
13:40:39 #11 5.031 (80/99): openssh-8.6p1-5.fc34.aarch64.rpm       4.5 MB/s | 428 kB     00:00    
13:40:39 #11 5.055 (81/99): perl-File-Compare-1.100.600-477.fc34.n 376 kB/s |  23 kB     00:00    
13:40:39 #13 7.297 Transaction test succeeded.
13:40:39 #13 7.299 Running transaction
13:40:39 #8 65.63 Setting up lsb-release (11.1.0) ...
13:40:39 #8 65.66 Setting up libfont-ttf-perl (1.06-1.1) ...
13:40:39 #8 65.68 Setting up libfile-homedir-perl (1.006-1) ...
13:40:39 #8 65.70 Setting up python3-magic (2:0.4.20-3) ...
13:40:39 #8 66.73 Setting up libsub-exporter-perl (0.987-1) ...
13:40:39 #8 66.74 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:39 #8 66.75 Setting up libhttp-message-perl (6.18-1) ...
13:40:39 #8 66.77 Setting up libhtml-form-perl (6.03-1) ...
13:40:39 #8 66.79 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
13:40:39 #8 66.80 Setting up libjson-xs-perl (3.040-1+b1) ...
13:40:39 #8 66.81 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:39 #8 66.82 Setting up libio-prompter-perl (0.004015-1) ...
13:40:39 #8 66.83 Setting up libhttp-cookies-perl (6.04-1) ...
13:40:39 #8 66.85 Setting up po-debconf (1.0.21) ...
13:40:39 #8 66.87 Setting up libhtml-tree-perl (5.07-2) ...
13:40:39 #8 66.88 Setting up libparams-classify-perl (0.015-1+b1) ...
13:40:39 #8 66.89 Setting up libcgi-pm-perl (4.40-1) ...
13:40:39 #8 66.92 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:40:39 #8 49.84 Setting up libgpm2:amd64 (1.20.7-8) ...
13:40:39 #8 49.85 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
13:40:39 #8 49.86 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:40:39 #8 49.87 Setting up libicu67:amd64 (67.1-7) ...
13:40:39 #8 49.88 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
13:40:39 #8 49.89 Setting up xdg-user-dirs (0.17-2) ...
13:40:39 #8 49.93 Setting up libmagic-mgc (1:5.39-3) ...
13:40:39 #8 49.98 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
13:40:39 #8 50.00 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
13:40:39 #8 50.03 No schema files found: doing nothing.
13:40:39 #12 3.714 Reading package lists...
13:40:39 #12 4.324 Building dependency tree...
13:40:39 #12 4.474 Reading state information...
13:40:39 #8 33.31 Unpacking gnupg-l10n (2.2.27-2+deb11u1) ...
13:40:39 #8 33.46 Selecting previously unselected package gnupg-utils.
13:40:39 #8 33.46 Preparing to unpack .../094-gnupg-utils_2.2.27-2+deb11u1_armhf.deb ...
13:40:39 #8 33.46 Unpacking gnupg-utils (2.2.27-2+deb11u1) ...
13:40:39 #11 3.484 (44/110): cmake-data-3.22.2-1.fc35.noarch.rpm    16 MB/s | 1.6 MB     00:00    
13:40:39 #11 3.508 (45/110): cryptsetup-libs-2.4.3-1.fc35.aarch64.  19 MB/s | 431 kB     00:00    
13:40:39 #11 3.523 (46/110): dbus-1.12.22-1.fc35.aarch64.rpm       549 kB/s | 7.1 kB     00:00    
13:40:39 #11 3.531 (47/110): dbus-common-1.12.22-1.fc35.noarch.rpm 2.3 MB/s |  14 kB     00:00    
13:40:39 #11 3.550 (48/110): cmake-3.22.2-1.fc35.aarch64.rpm        33 MB/s | 5.8 MB     00:00    
13:40:39 #11 3.561 (49/110): git-2.35.1-1.fc35.aarch64.rpm         6.1 MB/s |  67 kB     00:00    
13:40:39 #12 3.608 Reading package lists...
13:40:39 #9 50.15 Setting up libsub-name-perl (0.26-1) ...
13:40:39 #9 50.17 Setting up libtype-tiny-xs-perl (0.016-1) ...
13:40:39 #9 50.18 Setting up libfile-chdir-perl (0.1008-1) ...
13:40:39 #9 50.19 Setting up xauth (1:1.1-0ubuntu1) ...
13:40:39 #9 50.20 Setting up cpp (4:9.3.0-1ubuntu2) ...
13:40:39 #9 50.21 Setting up libpath-tiny-perl (0.108-1) ...
13:40:39 #9 50.22 Setting up libarchive-cpio-perl (0.10-1) ...
13:40:39 #9 50.24 Setting up libjson-perl (4.02000-2) ...
13:40:39 #9 50.25 Setting up libsub-override-perl (0.09-2) ...
13:40:39 #9 50.26 Setting up python3-unidiff (0.5.5-2) ...
13:40:39 #9 50.40 Setting up libstrictures-perl (2.000006-1) ...
13:40:40 #9 56.62 Setting up liblist-moreutils-xs-perl (0.430-2) ...
13:40:40 #9 56.63 Setting up libparams-util-perl (1.102-1build2) ...
13:40:40 #9 56.65 Setting up libdpkg-perl (1.20.9ubuntu2) ...
13:40:40 #9 56.66 Setting up libtime-duration-perl (1.21-1) ...
13:40:40 #9 56.67 Setting up autoconf (2.69-14) ...
13:40:40 #9 56.69 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:40 #9 56.70 Setting up libarray-intspan-perl (2.004-1) ...
13:40:40 #9 56.71 Setting up libcapture-tiny-perl (0.48-1) ...
13:40:40 #9 56.73 Setting up libtimedate-perl (2.3300-2) ...
13:40:40 #9 56.74 Setting up libstdc++-11-dev:arm64 (11.2.0-7ubuntu2) ...
13:40:40 #9 56.75 Setting up gpg-wks-server (2.2.20-1ubuntu4) ...
13:40:40 #9 56.76 Setting up libsub-name-perl (0.26-1build2) ...
13:40:40 #9 56.78 Setting up libtype-tiny-xs-perl (0.022-1) ...
13:40:40 #9 56.79 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:40:40 #9 56.80 Setting up libproc-processtable-perl (0.59-2build2) ...
13:40:40 #9 56.82 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:40:40 #8 41.93 Unpacking libmailtools-perl (2.18-1) ...
13:40:40 #8 41.99 Selecting previously unselected package libsocket6-perl.
13:40:40 #8 41.99 Preparing to unpack .../183-libsocket6-perl_0.27-1build2_armhf.deb ...
13:40:40 #8 41.99 Unpacking libsocket6-perl (0.27-1build2) ...
13:40:40 #8 42.03 Selecting previously unselected package libio-socket-inet6-perl.
13:40:40 #8 42.03 Preparing to unpack .../184-libio-socket-inet6-perl_2.72-2_all.deb ...
13:40:40 #8 42.04 Unpacking libio-socket-inet6-perl (2.72-2) ...
13:40:40 #8 42.07 Selecting previously unselected package libnet-ip-perl.
13:40:40 #8 42.07 Preparing to unpack .../185-libnet-ip-perl_1.26-1_all.deb ...
13:40:40 #8 42.08 Unpacking libnet-ip-perl (1.26-1) ...
13:40:40 #8 31.86 Selecting previously unselected package libtirpc-dev:armhf.
13:40:40 #8 31.86 Preparing to unpack .../037-libtirpc-dev_1.3.1-1_armhf.deb ...
13:40:40 #8 31.86 Unpacking libtirpc-dev:armhf (1.3.1-1) ...
13:40:40 #8 31.93 Selecting previously unselected package libnsl-dev:armhf.
13:40:40 #8 31.93 Preparing to unpack .../038-libnsl-dev_1.3.0-2_armhf.deb ...
13:40:40 #8 31.93 Unpacking libnsl-dev:armhf (1.3.0-2) ...
13:40:40 #8 31.98 Selecting previously unselected package libc6-dev:armhf.
13:40:40 #8 31.98 Preparing to unpack .../039-libc6-dev_2.31-13+rpt2+rpi1+deb11u2_armhf.deb ...
13:40:40 #8 31.98 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u2) ...
13:40:40 #8 52.04 Setting up devscripts (2.17.12ubuntu1.1) ...
13:40:40 #8 52.21 Setting up gpg-wks-client (2.2.4-1ubuntu1.4) ...
13:40:40 #8 52.22 Setting up libcgi-fast-perl (1:2.13-1) ...
13:40:40 #8 52.23 Setting up libhtml-tree-perl (5.07-1) ...
13:40:40 #8 52.24 Setting up libfile-listing-perl (6.04-1) ...
13:40:40 #8 52.25 Setting up libhttp-message-perl (6.14-1) ...
13:40:40 #8 52.26 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
13:40:40 #8 52.30 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:40 #9 38.72 Selecting previously unselected package libheimntlm0-heimdal:armhf.
13:40:40 #9 38.72 Preparing to unpack .../108-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:40:40 #9 51.96 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:40 #9 51.97 Setting up libmailtools-perl (2.21-1) ...
13:40:40 #9 51.98 Setting up python3-debian (0.1.39ubuntu1) ...
13:40:40 #8 40.19 Unpacking libmodule-implementation-perl (0.09-1) ...
13:40:40 #8 40.23 Selecting previously unselected package libvariable-magic-perl.
13:40:40 #8 40.23 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b1_armhf.deb ...
13:40:40 #8 40.23 Unpacking libvariable-magic-perl (0.62-1+b1) ...
13:40:40 #8 40.28 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:40 #8 40.28 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:40:40 #8 40.28 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:40:40 #8 40.31 Selecting previously unselected package libcapture-tiny-perl.
13:40:40 #8 40.31 Preparing to unpack .../177-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:40 #8 40.33 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:40 #8 40.35 Selecting previously unselected package libcgi-pm-perl.
13:40:40 #8 40.35 Preparing to unpack .../178-libcgi-pm-perl_4.40-1_all.deb ...
13:40:40 #8 40.36 Unpacking libcgi-pm-perl (4.40-1) ...
13:40:40 #11 3.726 (9/106): cmake-rpm-macros-3.22.2-1.fc36.noarch. 251 kB/s |  17 kB     00:00    
13:40:40 #11 3.759 (10/106): dbus-1.14.0-1.fc36.aarch64.rpm        236 kB/s | 7.5 kB     00:00    
13:40:40 #11 3.862 (11/106): cpp-12.0.1-0.16.fc36.aarch64.rpm       45 MB/s | 9.2 MB     00:00    
13:40:40 #11 3.892 (12/106): cryptsetup-libs-2.4.3-2.fc36.aarch64. 2.6 MB/s | 430 kB     00:00    
13:40:40 #11 3.895 (13/106): dbus-broker-29-5.fc36.aarch64.rpm     1.2 MB/s | 169 kB     00:00    
13:40:40 #11 3.899 (14/106): dbus-common-1.14.0-1.fc36.noarch.rpm  398 kB/s |  14 kB     00:00    
13:40:40 #11 3.904 (15/106): device-mapper-1.02.175-7.fc36.aarch64  17 MB/s | 137 kB     00:00    
13:40:40 #11 3.909 (16/106): device-mapper-libs-1.02.175-7.fc36.aa  19 MB/s | 170 kB     00:00    
13:40:40 #11 3.919 (17/106): gc-8.0.6-2.fc36.aarch64.rpm            10 MB/s | 102 kB     00:00    
13:40:40 #11 3.923 (18/106): device-mapper-devel-1.02.175-7.fc36.a 1.6 MB/s |  43 kB     00:00    
13:40:40 #11 3.928 (19/106): e2fsprogs-libs-1.46.5-2.fc36.aarch64. 9.4 MB/s | 223 kB     00:00    
13:40:40 #11 3.963 (20/106): gcc-plugin-annobin-12.0.1-0.16.fc36.a 1.1 MB/s |  45 kB     00:00    
13:40:40 #11 3.991 (21/106): jsoncpp-1.9.5-2.fc36.aarch64.rpm      4.2 MB/s |  92 kB     00:00    
13:40:40 #11 4.055 (22/106): guile22-2.2.7-5.fc36.aarch64.rpm       51 MB/s | 6.4 MB     00:00    
13:40:40 #11 4.059 (23/106): kmod-libs-29-7.fc36.aarch64.rpm       1.0 MB/s |  65 kB     00:00    
13:40:40 #11 4.067 (24/106): less-590-3.fc36.aarch64.rpm            14 MB/s | 161 kB     00:00    
13:40:40 #9 57.01 Setting up libmodule-implementation-perl (0.09-1) ...
13:40:40 #9 57.03 Setting up libemail-valid-perl (1.202-1) ...
13:40:40 #9 57.05 Setting up libpackage-stash-perl (0.38-1) ...
13:40:40 #9 57.07 Setting up libimport-into-perl (1.002005-1) ...
13:40:40 #9 57.09 Setting up libmoo-perl (2.003006-1) ...
13:40:40 #9 57.14 Setting up liblist-someutils-perl (0.58-1) ...
13:40:40 #9 57.20 Setting up liblist-someutils-xs-perl (0.58-2) ...
13:40:40 #11 5.070 (82/99): perl-File-Copy-2.34-477.fc34.noarch.rp 934 kB/s |  30 kB     00:00    
13:40:40 #11 5.081 (83/99): perl-File-Find-1.37-477.fc34.noarch.rp 1.4 MB/s |  36 kB     00:00    
13:40:40 #11 5.325 (84/99): llvm-libs-12.0.1-1.fc34.aarch64.rpm     52 MB/s |  22 MB     00:00    
13:40:40 #8 48.82 Dependencies resolved.
13:40:40 #8 48.84 ================================================================================
13:40:40 #8 48.84  Package                       Arch     Version                 Repo       Size
13:40:40 #8 48.84 ================================================================================
13:40:40 #8 48.84 Installing:
13:40:40 #8 48.84  dnf-plugins-core              noarch   4.1.0-1.fc35            updates    34 k
13:40:40 #8 48.84  rpm-build                     x86_64   4.17.0-4.fc35           updates    59 k
13:40:40 #8 48.84  rpmlint                       noarch   2.2.0-2.fc35            updates   240 k
13:40:40 #8 48.84 Upgrading:
13:40:40 #8 48.84  dnf                           noarch   4.11.1-3.fc35           updates   452 k
13:40:40 #8 48.84  dnf-data                      noarch   4.11.1-3.fc35           updates    41 k
13:40:40 #8 48.84  glibc                         x86_64   2.34-32.fc35            updates   1.9 M
13:40:40 #8 48.84  glibc-common                  x86_64   2.34-32.fc35            updates   292 k
13:40:40 #8 48.84  glibc-minimal-langpack        x86_64   2.34-32.fc35            updates    21 k
13:40:40 #8 48.84  libdnf                        x86_64   0.66.0-1.fc35           updates   652 k
13:40:40 #8 48.84  libsolv                       x86_64   0.7.22-1.fc35           updates   403 k
13:40:40 #8 48.84  python3-dnf                   noarch   4.11.1-3.fc35           updates   414 k
13:40:40 #8 48.84  python3-hawkey                x86_64   0.66.0-1.fc35           updates   108 k
13:40:40 #8 48.84  python3-libdnf                x86_64   0.66.0-1.fc35           updates   778 k
13:40:40 #8 48.84  yum                           noarch   4.11.1-3.fc35           updates    39 k
13:40:40 #8 48.84 Installing dependencies:
13:40:40 #8 48.84  binutils                      x86_64   2.37-10.fc35            fedora    6.0 M
13:40:40 #8 48.84  binutils-gold                 x86_64   2.37-10.fc35            fedora    728 k
13:40:40 #8 48.84  bzip2                         x86_64   1.0.8-9.fc35            fedora     52 k
13:40:40 #8 48.84  cpio                          x86_64   2.13-11.fc35            fedora    270 k
13:40:40 #8 48.84  dash                          x86_64   0.5.10.2-9.fc35         fedora     96 k
13:40:40 #8 48.84  dbus-libs                     x86_64   1:1.12.22-1.fc35        updates   152 k
13:40:40 #8 48.84  debugedit                     x86_64   5.0-2.fc35              fedora     76 k
13:40:40 #8 48.84  devscripts-checkbashisms      x86_64   2.21.4-1.fc35           fedora     28 k
13:40:40 #8 48.84  diffutils                     x86_64   3.8-1.fc35              fedora    400 k
13:40:40 #8 48.84  dwz                           x86_64   0.14-2.fc35             fedora    127 k
13:40:40 #8 48.84  ed                            x86_64   1.14.2-11.fc35          fedora     73 k
13:40:40 #8 48.84  efi-srpm-macros               noarch   5-4.fc35                fedora     22 k
13:40:40 #8 48.84  elfutils                      x86_64   0.186-1.fc35            updates   520 k
13:40:40 #8 48.84  elfutils-debuginfod-client    x86_64   0.186-1.fc35            updates    40 k
13:40:40 #8 48.84  enchant                       x86_64   1:1.6.0-28.fc35         fedora     59 k
13:40:40 #8 48.84  file                          x86_64   5.40-9.fc35             fedora     51 k
13:40:40 #8 48.84  findutils                     x86_64   1:4.8.0-4.fc35          fedora    538 k
13:40:40 #8 48.84  fonts-filesystem              noarch   1:2.0.5-6.fc35          fedora    8.9 k
13:40:40 #8 48.84  fonts-srpm-macros             noarch   1:2.0.5-6.fc35          fedora     27 k
13:40:40 #8 48.84  fpc-srpm-macros               noarch   1.3-4.fc35              fedora    7.6 k
13:40:40 #8 48.84  gdb-minimal                   x86_64   11.2-2.fc35             updates   3.8 M
13:40:40 #8 48.84  gdk-pixbuf2                   x86_64   2.42.6-2.fc35           fedora    467 k
13:40:40 #8 48.84  ghc-srpm-macros               noarch   1.5.0-5.fc35            fedora    7.8 k
13:40:40 #8 48.84  glib-networking               x86_64   2.70.1-1.fc35           updates   177 k
13:40:40 #8 48.84  glibc-gconv-extra             x86_64   2.34-32.fc35            updates   1.5 M
13:40:40 #8 48.84  gnat-srpm-macros              noarch   4-14.fc35               fedora    8.2 k
13:40:40 #8 48.84  go-srpm-macros                noarch   3.0.15-1.fc35           updates    26 k
13:40:40 #8 48.84  groff-base                    x86_64   1.22.4-8.fc35           fedora    1.0 M
13:40:40 #8 48.84  gsettings-desktop-schemas     x86_64   41.0-1.fc35             fedora    688 k
13:40:40 #8 48.84  hunspell                      x86_64   1.7.0-11.fc35           fedora    322 k
13:40:40 #8 48.84  hunspell-en-GB                noarch   0.20140811.1-20.fc35    fedora    225 k
13:40:40 #8 48.84  hunspell-en-US                noarch   0.20140811.1-20.fc35    fedora    176 k
13:40:40 #8 48.84  hunspell-filesystem           x86_64   1.7.0-11.fc35           fedora    7.8 k
13:40:40 #8 48.84  info                          x86_64   6.8-2.fc35              fedora    222 k
13:40:40 #8 48.84  json-glib                     x86_64   1.6.6-1.fc35            fedora    151 k
13:40:40 #8 48.84  kernel-srpm-macros            noarch   1.0-6.fc35              fedora    8.0 k
13:40:40 #8 48.84  libappstream-glib             x86_64   0.7.18-3.fc35           fedora    387 k
13:40:40 #8 48.84  libevent                      x86_64   2.1.12-4.fc35           fedora    261 k
13:40:40 #8 48.84  libjpeg-turbo                 x86_64   2.1.0-3.fc35            fedora    176 k
13:40:40 #8 48.84  libpkgconf                    x86_64   1.8.0-1.fc35            fedora     36 k
13:40:40 #8 48.84  libpng                        x86_64   2:1.6.37-11.fc35        fedora    119 k
13:40:40 #8 48.84  libproxy                      x86_64   0.4.17-3.fc35           fedora     71 k
13:40:40 #8 48.84  libsoup                       x86_64   2.74.2-1.fc35           updates   390 k
13:40:40 #8 48.84  libstemmer                    x86_64   0-17.585svn.fc35        fedora     82 k
13:40:40 #8 48.84  lua-srpm-macros               noarch   1-5.fc35                fedora    8.4 k
13:40:40 #8 48.84  ncurses                       x86_64   6.2-8.20210508.fc35     fedora    400 k
13:40:40 #8 48.84  nim-srpm-macros               noarch   3-5.fc35                fedora    8.4 k
13:40:40 #8 48.84  ocaml-srpm-macros             noarch   6-5.fc35                fedora    7.8 k
13:40:40 #8 48.84  openblas-srpm-macros          noarch   2-10.fc35               fedora    7.4 k
13:40:40 #8 48.84  patch                         x86_64   2.7.6-15.fc35           fedora    127 k
13:40:40 #8 48.84  perl-AutoLoader               noarch   5.74-486.fc35           updates    26 k
13:40:40 #8 48.84  perl-B                        x86_64   1.82-486.fc35           updates   185 k
13:40:40 #8 48.84  perl-Carp                     noarch   1.52-478.fc35           fedora     29 k
13:40:40 #8 48.84  perl-Class-Struct             noarch   0.66-486.fc35           updates    27 k
13:40:40 #8 48.84  perl-Data-Dumper              x86_64   2.183-2.fc35            fedora     56 k
13:40:40 #8 48.84  perl-Digest                   noarch   1.20-1.fc35             fedora     25 k
13:40:40 #8 48.84  perl-Digest-MD5               x86_64   2.58-478.fc35           fedora     36 k
13:40:40 #8 48.84  perl-DynaLoader               x86_64   1.50-486.fc35           updates    30 k
13:40:40 #8 48.84  perl-Encode                   x86_64   4:3.15-482.fc35         updates   1.7 M
13:40:40 #8 48.84  perl-Errno                    x86_64   1.33-486.fc35           updates    19 k
13:40:40 #8 48.84  perl-Exporter                 noarch   5.76-479.fc35           fedora     31 k
13:40:40 #8 48.84  perl-Fcntl                    x86_64   1.14-486.fc35           updates    25 k
13:40:40 #8 48.84  perl-File-Basename            noarch   2.85-486.fc35           updates    22 k
13:40:40 #8 48.84  perl-File-Path                noarch   2.18-478.fc35           fedora     35 k
13:40:40 #8 48.84  perl-File-Temp                noarch   1:0.231.100-478.fc35    fedora     59 k
13:40:40 #8 48.84  perl-File-stat                noarch   1.09-486.fc35           updates    22 k
13:40:40 #8 48.84  perl-FileHandle               noarch   2.03-486.fc35           updates    20 k
13:40:40 #8 48.84  perl-Getopt-Long              noarch   1:2.52-478.fc35         fedora     60 k
13:40:40 #8 48.84  perl-Getopt-Std               noarch   1.13-486.fc35           updates    20 k
13:40:40 #8 48.84  perl-HTTP-Tiny                noarch   0.080-1.fc35            updates    55 k
13:40:40 #8 48.84  perl-IO                       x86_64   1.46-486.fc35           updates    91 k
13:40:40 #8 48.84  perl-IPC-Open3                noarch   1.21-486.fc35           updates    27 k
13:40:40 #8 48.84  perl-MIME-Base64              x86_64   3.16-478.fc35           fedora     30 k
13:40:40 #8 48.84  perl-Net-SSLeay               x86_64   1.90-4.fc35             fedora    349 k
13:40:40 #8 48.84  perl-POSIX                    x86_64   1.97-486.fc35           updates   102 k
13:40:40 #8 48.84  perl-PathTools                x86_64   3.80-478.fc35           fedora     85 k
13:40:40 #8 48.84  perl-Pod-Escapes              noarch   1:1.07-478.fc35         fedora     20 k
13:40:40 #8 48.84  perl-Pod-Perldoc              noarch   3.28.01-479.fc35        fedora     84 k
13:40:40 #8 48.84  perl-Pod-Simple               noarch   1:3.43-2.fc35           fedora    215 k
13:40:40 #8 48.84  perl-Pod-Usage                noarch   4:2.01-478.fc35         fedora     40 k
13:40:40 #8 48.84  perl-Scalar-List-Utils        x86_64   5:1.62-463.fc35         updates    72 k
13:40:40 #8 48.84  perl-SelectSaver              noarch   1.02-486.fc35           updates    16 k
13:40:40 #8 48.84  perl-Socket                   x86_64   4:2.032-2.fc35          fedora     55 k
13:40:40 #8 48.84  perl-Storable                 x86_64   1:3.25-1.fc35           fedora     95 k
13:40:40 #8 48.84  perl-Symbol                   noarch   1.09-486.fc35           updates    19 k
13:40:40 #8 48.84  perl-Term-ANSIColor           noarch   5.01-479.fc35           fedora     48 k
13:40:40 #8 48.84  perl-Term-Cap                 noarch   1.17-478.fc35           fedora     22 k
13:40:40 #8 48.84  perl-Text-ParseWords          noarch   3.30-478.fc35           fedora     16 k
13:40:40 #8 48.84  perl-Text-Tabs+Wrap           noarch   2021.0814-1.fc35        fedora     22 k
13:40:40 #8 48.84  perl-Time-Local               noarch   2:1.300-478.fc35        fedora     33 k
13:40:40 #8 48.84  perl-URI                      noarch   5.09-4.fc35             fedora    108 k
13:40:40 #8 48.84  perl-base                     noarch   2.27-486.fc35           updates    21 k
13:40:40 #8 48.84  perl-constant                 noarch   1.33-479.fc35           fedora     23 k
13:40:40 #8 48.84  perl-if                       noarch   0.60.900-486.fc35       updates    18 k
13:40:40 #8 48.84  perl-interpreter              x86_64   4:5.34.1-486.fc35       updates    76 k
13:40:40 #8 48.84  perl-libnet                   noarch   3.13-479.fc35           fedora    125 k
13:40:40 #8 48.84  perl-libs                     x86_64   4:5.34.1-486.fc35       updates   2.1 M
13:40:40 #8 48.84  perl-mro                      x86_64   1.25-486.fc35           updates    33 k
13:40:40 #8 48.84  perl-overload                 noarch   1.33-486.fc35           updates    50 k
13:40:40 #8 48.84  perl-overloading              noarch   0.02-486.fc35           updates    17 k
13:40:40 #8 48.84  perl-parent                   noarch   1:0.238-478.fc35        fedora     14 k
13:40:40 #8 48.84  perl-podlators                noarch   1:4.14-478.fc35         fedora    111 k
13:40:40 #8 48.84  perl-srpm-macros              noarch   1-42.fc35               fedora    8.3 k
13:40:40 #8 48.84  perl-subs                     noarch   1.04-486.fc35           updates    16 k
13:40:40 #8 48.84  perl-vars                     noarch   1.05-486.fc35           updates    17 k
13:40:40 #8 48.84  pkgconf                       x86_64   1.8.0-1.fc35            fedora     41 k
13:40:40 #8 48.84  pkgconf-m4                    noarch   1.8.0-1.fc35            fedora     14 k
13:40:40 #8 48.84  pkgconf-pkg-config            x86_64   1.8.0-1.fc35            fedora     10 k
13:40:40 #8 48.84  protobuf-c                    x86_64   1.4.0-1.fc35            fedora     35 k
13:40:40 #8 48.84  python-srpm-macros            noarch   3.10-11.fc35            updates    25 k
13:40:40 #8 48.84  python3-construct             noarch   2.10.67-3.fc35          fedora    112 k
13:40:40 #8 48.84  python3-dateutil              noarch   1:2.8.1-7.fc35          fedora    289 k
13:40:40 #8 48.84  python3-dbus                  x86_64   1.2.18-2.fc35           fedora    132 k
13:40:40 #8 48.84  python3-distro                noarch   1.6.0-1.fc35            fedora     38 k
13:40:40 #8 48.84  python3-dnf-plugins-core      noarch   4.1.0-1.fc35            updates   220 k
13:40:40 #8 48.84  python3-enchant               noarch   3.2.2-1.fc35            updates    79 k
13:40:40 #8 48.84  python3-pybeam                noarch   0.7-1.fc35              fedora     24 k
13:40:40 #8 48.84  python3-pyxdg                 noarch   0.27-3.fc35             fedora     96 k
13:40:40 #8 48.84  python3-six                   noarch   1.16.0-4.fc35           fedora     36 k
13:40:40 #8 48.84  python3-toml                  noarch   0.10.2-5.fc35           fedora     39 k
13:40:40 #8 48.84  python3-zstd                  x86_64   1.4.5.1-5.fc35          fedora     19 k
13:40:40 #8 48.84  qt5-srpm-macros               noarch   5.15.2-3.fc35           fedora    8.2 k
13:40:40 #8 48.84  redhat-rpm-config             noarch   199-1.fc35              updates    65 k
13:40:40 #8 48.84  rpmautospec-rpm-macros        noarch   0.2.5-1.fc35            fedora    9.9 k
13:40:40 #8 48.84  rust-srpm-macros              noarch   21-1.fc35               updates   9.0 k
13:40:40 #8 48.84  shared-mime-info              x86_64   2.1-3.fc35              fedora    373 k
13:40:40 #8 48.84  systemd-libs                  x86_64   249.11-2.fc35           updates   603 k
13:40:40 #8 48.84  unbound-libs                  x86_64   1.13.2-1.fc35           fedora    537 k
13:40:40 #8 48.84  unzip                         x86_64   6.0-53.fc35             fedora    179 k
13:40:40 #8 48.84  xxhash-libs                   x86_64   0.8.1-1.fc35            updates    40 k
13:40:40 #8 48.84  xz                            x86_64   5.2.5-7.fc35            fedora    214 k
13:40:40 #8 48.84  zip                           x86_64   3.0-31.fc35             fedora    257 k
13:40:40 #8 48.84  zstd                          x86_64   1.5.2-1.fc35            updates   429 k
13:40:40 #8 48.84 Installing weak dependencies:
13:40:40 #8 48.84  abattis-cantarell-fonts       noarch   0.301-5.fc35            updates   364 k
13:40:40 #8 48.84  adobe-source-code-pro-fonts   noarch   2.030.1.050-11.fc35     fedora    831 k
13:40:40 #8 48.84  deltarpm                      x86_64   3.6.2-10.fc35           fedora     88 k
13:40:40 #8 48.84  hunspell-en                   noarch   0.20140811.1-20.fc35    fedora    180 k
13:40:40 #8 48.84  perl-IO-Socket-IP             noarch   0.41-479.fc35           fedora     42 k
13:40:40 #8 48.84  perl-IO-Socket-SSL            noarch   2.072-1.fc35            fedora    217 k
13:40:40 #8 48.84  perl-Mozilla-CA               noarch   20211001-1.fc35         updates    12 k
13:40:40 #8 48.84  perl-NDBM_File                x86_64   1.15-486.fc35           updates    27 k
13:40:40 #8 48.84  python3-unbound               x86_64   1.13.2-1.fc35           fedora    100 k
13:40:40 #8 48.84 
13:40:40 #8 48.84 Transaction Summary
13:40:40 #8 48.84 ================================================================================
13:40:40 #8 48.84 Install  145 Packages
13:40:40 #8 48.84 Upgrade   11 Packages
13:40:40 #8 48.84 
13:40:40 #8 65.84 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
13:40:40 #8 65.85 Setting up pristine-tar (1.49) ...
13:40:40 #8 65.86 Setting up libio-socket-ssl-perl (2.069-1) ...
13:40:40 #8 65.92 Setting up libsub-exporter-perl (0.987-1) ...
13:40:40 #8 65.93 Setting up libc-devtools (2.31-13+deb11u3) ...
13:40:40 #8 65.94 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:40 #8 65.96 Setting up libhttp-message-perl (6.28-1) ...
13:40:40 #8 65.97 Setting up libhtml-form-perl (6.07-1) ...
13:40:40 #8 65.98 Setting up python3-pkg-resources (52.0.0-4) ...
13:40:40 #8 67.06 Setting up libnet-dns-sec-perl (1.11-1) ...
13:40:40 #8 67.15 Setting up libsereal-perl (4.005-1) ...
13:40:40 #8 67.17 Setting up libhtml-format-perl (2.12-1) ...
13:40:40 #8 67.19 Setting up libxml-sax-perl (1.00+dfsg-1) ...
13:40:40 #8 67.26 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:40 #9 45.75 Public key for perl-5.16.3-299.el7_9.x86_64.rpm is not installed
13:40:40 #12 4.478 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:40 #12 4.663 Starting 2 pkgProblemResolver with broken count: 0
13:40:40 #12 4.666 Done
13:40:40 #12 4.805  Done
13:40:40 #8 33.70 Selecting previously unselected package gpg.
13:40:40 #8 33.70 Preparing to unpack .../095-gpg_2.2.27-2+deb11u1_armhf.deb ...
13:40:40 #8 33.71 Unpacking gpg (2.2.27-2+deb11u1) ...
13:40:40 #8 33.82 Selecting previously unselected package pinentry-curses.
13:40:40 #8 33.82 Preparing to unpack .../096-pinentry-curses_1.1.0-4_armhf.deb ...
13:40:40 #11 3.698 (50/110): git-core-2.35.1-1.fc35.aarch64.rpm     29 MB/s | 3.9 MB     00:00    
13:40:40 #11 3.735 (51/110): cpp-11.3.1-2.fc35.aarch64.rpm          29 MB/s | 9.7 MB     00:00    
13:40:40 #11 3.762 (52/110): glibc-devel-2.34-32.fc35.aarch64.rpm   17 MB/s | 440 kB     00:00    
13:40:40 #11 3.802 (53/110): glibc-static-2.34-32.fc35.aarch64.rpm  38 MB/s | 1.4 MB     00:00    
13:40:40 #11 3.817 (54/110): jsoncpp-1.9.4-5.fc35.aarch64.rpm      6.0 MB/s |  88 kB     00:00    
13:40:40 #11 3.828 (55/110): git-core-doc-2.35.1-1.fc35.noarch.rpm  19 MB/s | 2.4 MB     00:00    
13:40:40 #11 3.848 (56/110): less-590-2.fc35.aarch64.rpm           8.6 MB/s | 160 kB     00:00    
13:40:40 #11 3.880 (57/110): kernel-headers-5.17.4-200.fc35.aarch6  21 MB/s | 1.3 MB     00:00    
13:40:40 #12 4.214 Building dependency tree...
13:40:40 #12 4.356 Reading state information...
13:40:40 #12 4.361 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:40 #12 4.557 Starting 2 pkgProblemResolver with broken count: 0
13:40:40 #12 4.561 Done
13:40:40 #8 50.04 Setting up distro-info-data (0.51+deb11u1) ...
13:40:40 #8 50.06 Setting up manpages (5.10-1) ...
13:40:40 #8 50.07 Setting up unzip (6.0-26) ...
13:40:40 #8 50.08 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
13:40:40 #8 50.10 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
13:40:40 #8 50.11 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
13:40:40 #8 50.13 Setting up libcbor0:amd64 (0.5.0+dfsg-2) ...
13:40:40 #8 50.14 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:40:40 #8 50.16 Setting up libfcgi-bin (2.4.2-2) ...
13:40:40 #8 50.17 Setting up binutils-common:amd64 (2.35.2-2) ...
13:40:40 #8 50.18 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
13:40:40 #8 50.19 Setting up libmagic1:amd64 (1:5.39-3) ...
13:40:40 #8 50.21 Setting up libdeflate0:amd64 (1.7-1) ...
13:40:40 #8 50.23 Setting up less (551-2) ...
13:40:40 #8 50.24 Setting up perl-openssl-defaults:amd64 (5) ...
13:40:40 #8 50.25 Setting up linux-libc-dev:amd64 (5.10.113-1) ...
13:40:40 #8 50.26 Setting up libctf-nobfd0:amd64 (2.35.2-2) ...
13:40:40 #8 50.28 Setting up gettext-base (0.21-4) ...
13:40:40 #8 50.29 Setting up liblzo2-2:amd64 (2.10-2) ...
13:40:40 #8 50.30 Setting up libnpth0:amd64 (1.6-3) ...
13:40:40 #8 50.31 Setting up file (1:5.39-3) ...
13:40:40 #8 50.33 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
13:40:40 #8 50.34 Setting up libassuan0:amd64 (2.5.3-7.1) ...
13:40:40 #8 50.35 Setting up libgomp1:amd64 (10.2.1-6) ...
13:40:40 #9 50.41 Setting up libsub-quote-perl (2.006006-1) ...
13:40:40 #9 50.42 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
13:40:40 #9 50.43 Setting up libsort-versions-perl (1.62-1) ...
13:40:40 #9 50.45 Setting up libexporter-tiny-perl (1.002001-1) ...
13:40:40 #9 50.46 Setting up libre-engine-re2-perl (0.13-5) ...
13:40:40 #9 50.47 Setting up libterm-readkey-perl (2.38-1build1) ...
13:40:40 #9 50.49 Setting up lsb-release (11.1.0ubuntu2) ...
13:40:40 #9 50.51 Setting up libnet-ip-perl (1.26-2) ...
13:40:40 #9 50.52 Setting up python3-magic (2:0.4.15-3) ...
13:40:40 #9 50.66 Setting up libperlio-gzip-perl (0.19-1build5) ...
13:40:40 #9 56.83 Setting up xauth (1:1.1-1) ...
13:40:40 #9 56.84 Setting up libpath-tiny-perl (0.118-1) ...
13:40:40 #9 56.85 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:40:40 #9 56.87 Setting up libjson-perl (4.03000-1) ...
13:40:40 #9 56.88 Setting up libipc-run3-perl (0.048-2) ...
13:40:40 #9 56.90 Setting up libsub-override-perl (0.09-2) ...
13:40:40 #9 56.91 Setting up libaliased-perl (0.34-1.1) ...
13:40:40 #9 56.92 Setting up libstrictures-perl (2.000006-1) ...
13:40:40 #9 56.94 Setting up libsub-quote-perl (2.006006-1) ...
13:40:40 #9 56.95 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:40:40 #9 56.96 Setting up libclass-xsaccessor-perl (1.19-3build7) ...
13:40:40 #9 56.98 Setting up libsort-versions-perl (1.62-1) ...
13:40:40 #9 56.99 Setting up libexporter-tiny-perl (1.002002-1) ...
13:40:40 #9 57.03 Setting up libre-engine-re2-perl:arm64 (0.14-1build1) ...
13:40:40 #9 57.04 Setting up libfile-dirlist-perl (0.05-2) ...
13:40:40 #9 57.06 Setting up libterm-readkey-perl (2.38-1build2) ...
13:40:40 #9 57.07 Setting up libtext-levenshteinxs-perl (0.03-4build9) ...
13:40:40 #9 57.08 Setting up libperlio-gzip-perl (0.19-1build7) ...
13:40:40 #9 57.09 Setting up libsys-hostname-long-perl (1.5-2) ...
13:40:40 #9 57.10 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:40:40 #9 57.12 Setting up libsereal-decoder-perl (4.018+ds-1build1) ...
13:40:40 #9 57.13 Setting up liburi-perl (5.08-1) ...
13:40:40 #9 57.14 Setting up libfile-touch-perl (0.11-1) ...
13:40:40 #8 32.32 Selecting previously unselected package libtool.
13:40:40 #8 32.32 Preparing to unpack .../040-libtool_2.4.6-15_all.deb ...
13:40:40 #8 32.32 Unpacking libtool (2.4.6-15) ...
13:40:40 #8 52.36 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:40 #8 52.42 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:40 #8 52.54 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:40 #8 52.57 Setting up libparams-classify-perl (0.015-1) ...
13:40:40 #8 52.58 Setting up git (1:2.17.1-1ubuntu0.11) ...
13:40:40 #8 52.61 Setting up libhttp-negotiate-perl (6.00-2) ...
13:40:40 #8 52.62 Setting up libmailtools-perl (2.18-1) ...
13:40:40 #8 52.63 Setting up libgit-wrapper-perl (0.047-1) ...
13:40:40 #8 52.64 Setting up libhtml-format-perl (2.12-1) ...
13:40:40 #9 57.24 Setting up gnupg (2.2.19-3ubuntu2.1) ...
13:40:40 #9 57.27 Setting up libmoox-aliases-perl (0.001006-1) ...
13:40:40 #9 57.29 Setting up libparams-validate-perl (1.29-3) ...
13:40:40 #9 57.35 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:40:40 #9 57.42 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:40 #9 57.44 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
13:40:40 #9 57.46 Setting up libgitlab-api-v4-perl (0.25-1) ...
13:40:40 #9 57.51 Setting up libmoox-struct-perl (0.017-1) ...
13:40:40 #9 57.52 Setting up lintian (2.62.0ubuntu2) ...
13:40:40 #9 57.55 Setting up licensecheck (3.0.45-1) ...
13:40:40 #9 57.57 Setting up dh-autoreconf (19) ...
13:40:40 #11 4.074 (25/106): libatomic-12.0.1-0.16.fc36.aarch64.rp 6.7 MB/s |  36 kB     00:00    
13:40:40 #11 4.100 (26/106): libasan-12.0.1-0.16.fc36.aarch64.rpm   11 MB/s | 417 kB     00:00    
13:40:40 #11 4.127 (27/106): libbpf-0.5.0-2.fc36.aarch64.rpm       2.7 MB/s | 147 kB     00:00    
13:40:40 #11 4.132 (28/106): libbtrfs-5.16.2-1.fc36.aarch64.rpm    895 kB/s |  28 kB     00:00    
13:40:40 #11 4.137 (29/106): libbtrfsutil-5.16.2-1.fc36.aarch64.rp 3.7 MB/s |  33 kB     00:00    
13:40:40 #11 4.148 (30/106): libcbor-0.7.0-5.fc36.aarch64.rpm      4.3 MB/s |  55 kB     00:00    
13:40:40 #11 4.154 (31/106): libedit-3.1-41.20210910cvs.fc36.aarch 7.1 MB/s | 104 kB     00:00    
13:40:40 #11 4.167 (32/106): libfdisk-2.38-0.2.fc36.aarch64.rpm    8.9 MB/s | 153 kB     00:00    
13:40:40 #11 4.196 (33/106): libfido2-1.10.0-3.fc36.aarch64.rpm    2.4 MB/s |  94 kB     00:00    
13:40:40 #11 4.203 (34/106): libmpc-1.2.1-4.fc36.aarch64.rpm       1.9 MB/s |  62 kB     00:00    
13:40:40 #11 4.220 (35/106): libseccomp-2.5.3-2.fc36.aarch64.rpm   3.5 MB/s |  71 kB     00:00    
13:40:40 #11 4.232 (36/106): libseccomp-devel-2.5.3-2.fc36.aarch64 2.0 MB/s |  53 kB     00:00    
13:40:40 #11 4.257 (37/106): libselinux-devel-3.3-4.fc36.aarch64.r 3.7 MB/s | 113 kB     00:00    
13:40:40 #11 4.291 (38/106): libselinux-utils-3.3-4.fc36.aarch64.r 2.7 MB/s | 144 kB     00:00    
13:40:40 #11 4.302 (39/106): libsepol-devel-3.3-3.fc36.aarch64.rpm 970 kB/s |  40 kB     00:00    
13:40:40 #9 52.14 Setting up python3-requests (2.25.1+dfsg-2) ...
13:40:40 #9 52.29 Setting up libxml-libxml-perl (2.0134+dfsg-2build1) ...
13:40:40 #9 52.33 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:40 #9 52.40 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:40 #8 40.56 Selecting previously unselected package libfcgi-perl.
13:40:40 #8 40.56 Preparing to unpack .../179-libfcgi-perl_0.78-2+b3_armhf.deb ...
13:40:40 #8 40.60 Unpacking libfcgi-perl (0.78-2+b3) ...
13:40:40 #9 38.89 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:40 #11 5.327 (85/99): perl-Git-2.34.1-1.fc34.noarch.rpm      171 kB/s |  43 kB     00:00    
13:40:40 #11 5.330 (86/99): perl-lib-0.65-477.fc34.aarch64.rpm     101 kB/s |  25 kB     00:00    
13:40:40 #11 5.339 (87/99): qrencode-libs-4.1.1-1.fc34.aarch64.rpm 7.3 MB/s |  61 kB     00:00    
13:40:40 #11 5.344 (88/99): python3-audit-3.0.6-1.fc34.aarch64.rpm 6.2 MB/s |  82 kB     00:00    
13:40:40 #11 5.348 (89/99): selinux-policy-34.27-1.fc34.noarch.rpm 3.6 MB/s |  60 kB     00:00    
13:40:40 #11 5.399 (90/99): selinux-policy-devel-34.27-1.fc34.noar  13 MB/s | 803 kB     00:00    
13:40:40 #11 5.455 (91/99): systemd-devel-248.10-1.fc34.aarch64.rp 7.8 MB/s | 437 kB     00:00    
13:40:40 #11 5.512 (92/99): systemd-248.10-1.fc34.aarch64.rpm       24 MB/s | 4.0 MB     00:00    
13:40:40 #11 5.596 (93/99): selinux-policy-targeted-34.27-1.fc34.n  26 MB/s | 6.3 MB     00:00    
13:40:40 #8 48.85 Total download size: 38 M
13:40:40 #8 48.85 Downloading Packages:
13:40:40 #8 66.18 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:40:40 #8 66.20 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
13:40:40 #8 66.21 Setting up libjson-xs-perl (4.030-1+b1) ...
13:40:40 #8 66.22 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:40 #8 66.23 Setting up libio-prompter-perl (0.004015-1) ...
13:40:40 #8 66.24 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:40:40 #8 66.26 Setting up libhttp-cookies-perl (6.10-1) ...
13:40:40 #8 66.27 Setting up python3-apt (2.2.1) ...
13:40:40 #8 67.31 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:40 #8 67.47 
13:40:40 #8 67.47 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:40 #8 67.55 Setting up dput (1.0.3) ...
13:40:40 #12 4.948 Starting pkgProblemResolver with broken count: 0
13:40:40 #12 4.977 Starting 2 pkgProblemResolver with broken count: 0
13:40:40 #12 4.979 Done
13:40:40 #8 33.83 Unpacking pinentry-curses (1.1.0-4) ...
13:40:40 #8 33.88 Selecting previously unselected package gpg-agent.
13:40:40 #8 33.88 Preparing to unpack .../097-gpg-agent_2.2.27-2+deb11u1_armhf.deb ...
13:40:40 #8 33.88 Unpacking gpg-agent (2.2.27-2+deb11u1) ...
13:40:40 #8 33.96 Selecting previously unselected package gpg-wks-client.
13:40:40 #8 33.96 Preparing to unpack .../098-gpg-wks-client_2.2.27-2+deb11u1_armhf.deb ...
13:40:40 #8 33.97 Unpacking gpg-wks-client (2.2.27-2+deb11u1) ...
13:40:40 #8 34.03 Selecting previously unselected package gpg-wks-server.
13:40:40 #8 34.03 Preparing to unpack .../099-gpg-wks-server_2.2.27-2+deb11u1_armhf.deb ...
13:40:40 #8 34.03 Unpacking gpg-wks-server (2.2.27-2+deb11u1) ...
13:40:40 #8 34.10 Selecting previously unselected package gpgsm.
13:40:40 #8 34.10 Preparing to unpack .../100-gpgsm_2.2.27-2+deb11u1_armhf.deb ...
13:40:40 #11 3.887 (58/110): libasan-11.3.1-2.fc35.aarch64.rpm      11 MB/s | 424 kB     00:00    
13:40:40 #11 3.893 (59/110): libatomic-11.3.1-2.fc35.aarch64.rpm   5.2 MB/s |  61 kB     00:00    
13:40:40 #11 3.898 (60/110): libbtrfs-5.16.2-1.fc35.aarch64.rpm    2.7 MB/s |  28 kB     00:00    
13:40:40 #11 3.905 (61/110): libbtrfsutil-5.16.2-1.fc35.aarch64.rp 3.0 MB/s |  32 kB     00:00    
13:40:40 #11 3.910 (62/110): libfdisk-2.37.4-1.fc35.aarch64.rpm     13 MB/s | 149 kB     00:00    
13:40:40 #11 3.917 (63/110): libibverbs-39.0-1.fc35.aarch64.rpm     35 MB/s | 391 kB     00:00    
13:40:40 #11 3.923 (64/110): libseccomp-2.5.3-1.fc35.aarch64.rpm   6.9 MB/s |  71 kB     00:00    
13:40:40 #11 3.928 (65/110): libseccomp-devel-2.5.3-1.fc35.aarch64 5.4 MB/s |  53 kB     00:00    
13:40:40 #11 3.934 (66/110): libselinux-devel-3.3-1.fc35.aarch64.r  12 MB/s | 112 kB     00:00    
13:40:40 #11 3.939 (67/110): libselinux-utils-3.3-1.fc35.aarch64.r  14 MB/s | 142 kB     00:00    
13:40:40 #11 3.946 (68/110): libsepol-devel-3.3-2.fc35.aarch64.rpm 3.6 MB/s |  40 kB     00:00    
13:40:40 #11 3.955 (69/110): libtool-ltdl-2.4.6-50.fc35.aarch64.rp 4.7 MB/s |  36 kB     00:00    
13:40:40 #11 3.978 (70/110): libtool-2.4.6-50.fc35.aarch64.rpm      16 MB/s | 579 kB     00:00    
13:40:40 #11 3.996 (71/110): libubsan-11.3.1-2.fc35.aarch64.rpm     12 MB/s | 206 kB     00:00    
13:40:40 #11 4.000 (72/110): libtool-ltdl-devel-2.4.6-50.fc35.aarc 3.4 MB/s | 154 kB     00:00    
13:40:40 #11 4.007 (73/110): libuv-1.44.1-1.fc35.aarch64.rpm        13 MB/s | 148 kB     00:00    
13:40:40 #11 4.011 (74/110): libxcrypt-devel-4.4.28-1.fc35.aarch64 3.1 MB/s |  29 kB     00:00    
13:40:40 #11 4.022 (75/110): libxcrypt-static-4.4.28-1.fc35.aarch6 7.6 MB/s | 109 kB     00:00    
13:40:40 #11 4.031 (76/110): openssh-8.7p1-3.fc35.aarch64.rpm       25 MB/s | 441 kB     00:00    
13:40:40 #11 4.045 (77/110): openssh-clients-8.7p1-3.fc35.aarch64.  31 MB/s | 672 kB     00:00    
13:40:40 #11 4.053 (78/110): pcre2-devel-10.39-1.fc35.aarch64.rpm   23 MB/s | 475 kB     00:00    
13:40:40 #11 4.059 (79/110): pcre2-utf16-10.39-1.fc35.aarch64.rpm   17 MB/s | 192 kB     00:00    
13:40:40 #11 4.071 (80/110): perl-File-Compare-1.100.600-486.fc35. 1.7 MB/s |  18 kB     00:00    
13:40:40 #11 4.077 (81/110): pcre2-utf32-10.39-1.fc35.aarch64.rpm  7.9 MB/s | 184 kB     00:00    
13:40:40 #11 4.082 (82/110): perl-File-Copy-2.35-486.fc35.noarch.r 2.5 MB/s |  25 kB     00:00    
13:40:40 #11 4.087 (83/110): perl-File-Find-1.39-486.fc35.noarch.r 3.5 MB/s |  30 kB     00:00    
13:40:40 #11 4.091 (84/110): perl-Git-2.35.1-1.fc35.noarch.rpm     5.4 MB/s |  43 kB     00:00    
13:40:40 #11 4.096 (85/110): perl-lib-0.65-486.fc35.aarch64.rpm    2.3 MB/s |  19 kB     00:00    
13:40:40 #11 4.101 (86/110): policycoreutils-3.3-1.fc35.aarch64.rp  23 MB/s | 200 kB     00:00    
13:40:40 #11 4.111 (87/110): policycoreutils-devel-3.3-1.fc35.aarc  10 MB/s | 136 kB     00:00    
13:40:40 #11 4.115 (88/110): policycoreutils-python-utils-3.3-1.fc 5.6 MB/s |  72 kB     00:00    
13:40:40 #11 4.120 (89/110): python3-audit-3.0.8-1.fc35.aarch64.rp 9.4 MB/s |  83 kB     00:00    
13:40:40 #11 4.126 (90/110): python3-libselinux-3.3-1.fc35.aarch64  20 MB/s | 179 kB     00:00    
13:40:40 #11 4.131 (91/110): python3-libsemanage-3.3-1.fc35.aarch6 8.6 MB/s |  79 kB     00:00    
13:40:40 #11 4.142 (92/110): qrencode-libs-4.1.1-1.fc35.aarch64.rp 7.2 MB/s |  61 kB     00:00    
13:40:40 #11 4.153 (93/110): python3-policycoreutils-3.3-1.fc35.no  79 MB/s | 2.0 MB     00:00    
13:40:40 #11 4.158 (94/110): rpm-plugin-selinux-4.17.0-4.fc35.aarc 1.3 MB/s |  20 kB     00:00    
13:40:40 #11 4.164 (95/110): selinux-policy-35.17-1.fc35.noarch.rp 6.9 MB/s |  68 kB     00:00    
13:40:40 #11 4.228 (96/110): selinux-policy-targeted-35.17-1.fc35. 101 MB/s | 6.3 MB     00:00    
13:40:40 #12 4.717  Done
13:40:40 #12 4.866 Starting pkgProblemResolver with broken count: 0
13:40:40 #12 4.898 Starting 2 pkgProblemResolver with broken count: 0
13:40:40 #12 4.902 Done
13:40:40 #8 50.36 Setting up bzip2 (1.0.8-4) ...
13:40:40 #8 50.37 Setting up libldap-common (2.4.57+dfsg-3) ...
13:40:40 #8 50.39 Setting up libunwind8:amd64 (1.3.2-2) ...
13:40:40 #8 50.40 Setting up pbzip2 (1.1.13-1) ...
13:40:40 #8 50.41 Setting up libjbig0:amd64 (2.1-3.1+b2) ...
13:40:40 #8 50.42 Setting up libfakeroot:amd64 (1.25.3-1.1) ...
13:40:40 #8 50.44 Setting up libasan6:amd64 (10.2.1-6) ...
13:40:40 #8 50.45 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:40:40 #8 50.46 Setting up fakeroot (1.25.3-1.1) ...
13:40:40 #8 50.47 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:40 #8 50.49 Setting up autotools-dev (20180224.1+nmu1) ...
13:40:40 #8 50.50 Setting up libglib2.0-data (2.66.8-1) ...
13:40:40 #8 50.51 Setting up libtirpc-dev:amd64 (1.3.1-1) ...
13:40:40 #8 50.52 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
13:40:40 #8 50.53 Setting up libx11-data (2:1.7.2-1) ...
13:40:40 #8 50.54 Setting up make (4.3-4.1) ...
13:40:40 #8 50.55 Setting up libmpfr6:amd64 (4.1.0-3) ...
13:40:40 #9 50.67 Setting up libsys-hostname-long-perl (1.5-1) ...
13:40:40 #9 50.69 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
13:40:40 #9 50.70 Setting up liburi-perl (1.76-2) ...
13:40:40 #9 50.71 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:40:40 #9 50.72 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:40 #9 50.73 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
13:40:40 #9 50.74 Setting up python3-pkg-resources (45.2.0-1) ...
13:40:40 #9 32.27 Selecting previously unselected package openssh-client.
13:40:40 #9 32.27 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3_armhf.deb ...
13:40:40 #9 32.28 Unpacking openssh-client (1:8.9p1-3) ...
13:40:40 #9 32.38 Selecting previously unselected package publicsuffix.
13:40:40 #9 32.38 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
13:40:40 #9 57.15 Setting up python3.9 (3.9.7-2build1) ...
13:40:40 #8 49.03 Dependencies resolved.
13:40:40 #8 49.06 ================================================================================
13:40:40 #8 49.06  Package                       Arch     Version                 Repo       Size
13:40:40 #8 49.06 ================================================================================
13:40:40 #8 49.06 Installing:
13:40:40 #8 49.06  dnf-plugins-core              noarch   4.0.24-1.fc34           updates    35 k
13:40:40 #8 49.06  rpm-build                     x86_64   4.16.1.3-1.fc34         fedora    100 k
13:40:40 #8 49.06  rpmlint                       noarch   1.11-19.fc34            updates   185 k
13:40:40 #8 49.06 Installing dependencies:
13:40:40 #8 49.06  binutils                      x86_64   2.35.2-6.fc34           updates   5.5 M
13:40:40 #8 49.06  binutils-gold                 x86_64   2.35.2-6.fc34           updates   716 k
13:40:40 #8 49.06  bzip2                         x86_64   1.0.8-6.fc34            fedora     53 k
13:40:40 #8 49.06  cpio                          x86_64   2.13-10.fc34            fedora    274 k
13:40:40 #8 49.06  dbus-libs                     x86_64   1:1.12.20-3.fc34        fedora    151 k
13:40:40 #8 49.06  desktop-file-utils            x86_64   0.26-3.fc34             fedora     74 k
13:40:40 #8 49.06  diffutils                     x86_64   3.7-8.fc34              fedora    391 k
13:40:40 #8 49.06  dwz                           x86_64   0.14-1.fc34             fedora    129 k
13:40:40 #8 49.06  ed                            x86_64   1.14.2-10.fc34          fedora     75 k
13:40:40 #8 49.06  efi-srpm-macros               noarch   5-4.fc34                updates    22 k
13:40:40 #8 49.06  elfutils                      x86_64   0.186-1.fc34            updates   519 k
13:40:40 #8 49.06  elfutils-debuginfod-client    x86_64   0.186-1.fc34            updates    40 k
13:40:40 #8 49.06  emacs-filesystem              noarch   1:27.2-5.fc34           updates   8.4 k
13:40:40 #8 49.06  enchant                       x86_64   1:1.6.0-27.fc34         fedora     59 k
13:40:40 #8 49.06  file                          x86_64   5.39-7.fc34             updates    50 k
13:40:40 #8 49.06  findutils                     x86_64   1:4.8.0-2.fc34          fedora    545 k
13:40:40 #8 49.06  fonts-srpm-macros             noarch   1:2.0.5-5.fc34          fedora     27 k
13:40:40 #8 49.06  fpc-srpm-macros               noarch   1.3-3.fc34              fedora    7.7 k
13:40:40 #8 49.06  gdb-minimal                   x86_64   11.1-5.fc34             updates   3.8 M
13:40:40 #8 49.06  gdk-pixbuf2                   x86_64   2.42.6-1.fc34           updates   471 k
13:40:40 #8 49.06  ghc-srpm-macros               noarch   1.5.0-4.fc34            fedora    7.8 k
13:40:40 #8 49.06  glib-networking               x86_64   2.68.3-1.fc34           updates   169 k
13:40:40 #8 49.06  gnat-srpm-macros              noarch   4-13.fc34               fedora    8.3 k
13:40:40 #8 49.06  go-srpm-macros                noarch   3.0.15-1.fc34           updates    26 k
13:40:40 #8 49.06  groff-base                    x86_64   1.22.4-7.fc34           fedora    1.1 M
13:40:40 #8 49.06  gsettings-desktop-schemas     x86_64   40.0-1.fc34             fedora    691 k
13:40:40 #8 49.06  hunspell                      x86_64   1.7.0-9.fc34            fedora    330 k
13:40:40 #8 49.06  hunspell-en-US                noarch   0.20140811.1-18.fc34    fedora    177 k
13:40:40 #8 49.06  hunspell-filesystem           x86_64   1.7.0-9.fc34            fedora    7.6 k
13:40:40 #8 49.06  info                          x86_64   6.7-10.fc34             fedora    227 k
13:40:40 #8 49.06  json-glib                     x86_64   1.6.6-1.fc34            updates   151 k
13:40:40 #8 49.06  kernel-srpm-macros            noarch   1.0-4.fc34              fedora    7.3 k
13:40:40 #8 49.06  less                          x86_64   590-2.fc34              updates   161 k
13:40:40 #8 49.06  libappstream-glib             x86_64   0.7.18-2.fc34           fedora    398 k
13:40:40 #8 49.06  libjpeg-turbo                 x86_64   2.0.90-3.fc34           updates   175 k
13:40:40 #8 49.06  libpipeline                   x86_64   1.5.3-2.fc34            fedora     49 k
13:40:40 #8 49.06  libpkgconf                    x86_64   1.7.3-6.fc34            fedora     36 k
13:40:40 #8 49.06  libpng                        x86_64   2:1.6.37-10.fc34        fedora    119 k
13:40:40 #8 49.06  libproxy                      x86_64   0.4.15-30.fc34          fedora     72 k
13:40:40 #8 49.06  libsoup                       x86_64   2.72.0-6.fc34           fedora    397 k
13:40:40 #8 49.06  libstemmer                    x86_64   0-16.585svn.fc34        fedora     86 k
13:40:40 #8 49.06  lua-srpm-macros               noarch   1-4.fc34                fedora    8.3 k
13:40:40 #8 49.06  man-db                        x86_64   2.9.3-3.fc34            fedora    1.1 M
13:40:40 #8 49.06  ncurses                       x86_64   6.2-4.20200222.fc34     fedora    396 k
13:40:40 #8 49.06  nim-srpm-macros               noarch   3-4.fc34                fedora    8.4 k
13:40:40 #8 49.06  ocaml-srpm-macros             noarch   6-4.fc34                fedora    7.8 k
13:40:40 #8 49.06  openblas-srpm-macros          noarch   2-9.fc34                fedora    7.4 k
13:40:40 #8 49.06  patch                         x86_64   2.7.6-14.fc34           fedora    130 k
13:40:40 #8 49.06  perl-AutoLoader               noarch   5.74-477.fc34           updates    31 k
13:40:40 #8 49.06  perl-B                        x86_64   1.80-477.fc34           updates   189 k
13:40:40 #8 49.06  perl-Carp                     noarch   1.50-458.fc34           fedora     29 k
13:40:40 #8 49.06  perl-Class-Struct             noarch   0.66-477.fc34           updates    32 k
13:40:40 #8 49.06  perl-Data-Dumper              x86_64   2.174-460.fc34          fedora     56 k
13:40:40 #8 49.06  perl-Digest                   noarch   1.20-1.fc34             updates    25 k
13:40:40 #8 49.06  perl-Digest-MD5               x86_64   2.58-2.fc34             fedora     36 k
13:40:40 #8 49.06  perl-DynaLoader               x86_64   1.47-477.fc34           updates    36 k
13:40:40 #8 49.06  perl-Encode                   x86_64   4:3.15-462.fc34         updates   1.7 M
13:40:40 #8 49.06  perl-Errno                    x86_64   1.30-477.fc34           updates    25 k
13:40:40 #8 49.06  perl-Exporter                 noarch   5.74-459.fc34           fedora     32 k
13:40:40 #8 49.06  perl-Fcntl                    x86_64   1.13-477.fc34           updates    31 k
13:40:40 #8 49.06  perl-File-Basename            noarch   2.85-477.fc34           updates    27 k
13:40:40 #8 49.06  perl-File-Path                noarch   2.18-2.fc34             fedora     36 k
13:40:40 #8 49.06  perl-File-Temp                noarch   1:0.231.100-2.fc34      fedora     60 k
13:40:40 #8 49.06  perl-File-stat                noarch   1.09-477.fc34           updates    27 k
13:40:40 #8 49.06  perl-FileHandle               noarch   2.03-477.fc34           updates    26 k
13:40:40 #8 49.06  perl-Getopt-Long              noarch   1:2.52-2.fc34           fedora     61 k
13:40:40 #8 49.06  perl-Getopt-Std               noarch   1.12-477.fc34           updates    26 k
13:40:40 #8 49.06  perl-HTTP-Tiny                noarch   0.078-1.fc34            updates    55 k
13:40:40 #8 49.06  perl-IO                       x86_64   1.43-477.fc34           updates    97 k
13:40:40 #8 49.06  perl-IO-Socket-IP             noarch   0.41-3.fc34             fedora     43 k
13:40:40 #8 49.06  perl-IPC-Open3                noarch   1.21-477.fc34           updates    33 k
13:40:40 #8 49.06  perl-MIME-Base64              x86_64   3.16-2.fc34             fedora     30 k
13:40:40 #8 49.06  perl-Net-SSLeay               x86_64   1.90-2.fc34             fedora    357 k
13:40:40 #8 49.06  perl-POSIX                    x86_64   1.94-477.fc34           updates   107 k
13:40:40 #8 49.06  perl-PathTools                x86_64   3.78-459.fc34           fedora     86 k
13:40:40 #8 49.06  perl-Pod-Escapes              noarch   1:1.07-458.fc34         fedora     20 k
13:40:40 #8 49.06  perl-Pod-Perldoc              noarch   3.28.01-459.fc34        fedora     85 k
13:40:40 #8 49.06  perl-Pod-Simple               noarch   1:3.42-2.fc34           fedora    216 k
13:40:40 #8 49.06  perl-Pod-Usage                noarch   4:2.01-2.fc34           fedora     41 k
13:40:40 #8 49.06  perl-Scalar-List-Utils        x86_64   4:1.56-459.fc34         fedora     72 k
13:40:40 #8 49.06  perl-SelectSaver              noarch   1.02-477.fc34           updates    22 k
13:40:40 #8 49.06  perl-Socket                   x86_64   4:2.032-1.fc34          updates    54 k
13:40:40 #8 49.06  perl-Storable                 x86_64   1:3.21-458.fc34         fedora     97 k
13:40:40 #8 49.06  perl-Symbol                   noarch   1.08-477.fc34           updates    24 k
13:40:40 #8 49.06  perl-Term-ANSIColor           noarch   5.01-459.fc34           fedora     49 k
13:40:40 #8 49.06  perl-Term-Cap                 noarch   1.17-458.fc34           fedora     22 k
13:40:40 #8 49.06  perl-Text-ParseWords          noarch   3.30-458.fc34           fedora     16 k
13:40:40 #8 49.06  perl-Text-Tabs+Wrap           noarch   2021.0726-1.fc34        updates    22 k
13:40:40 #8 49.06  perl-Time-Local               noarch   2:1.300-5.fc34          fedora     34 k
13:40:40 #8 49.06  perl-URI                      noarch   5.09-1.fc34             fedora    109 k
13:40:40 #8 49.06  perl-base                     noarch   2.27-477.fc34           updates    26 k
13:40:40 #8 49.06  perl-constant                 noarch   1.33-459.fc34           fedora     23 k
13:40:40 #8 49.06  perl-if                       noarch   0.60.800-477.fc34       updates    24 k
13:40:40 #8 49.06  perl-interpreter              x86_64   4:5.32.1-477.fc34       updates    81 k
13:40:40 #8 49.06  perl-libnet                   noarch   3.13-2.fc34             fedora    127 k
13:40:40 #8 49.06  perl-libs                     x86_64   4:5.32.1-477.fc34       updates   2.0 M
13:40:40 #8 49.06  perl-mro                      x86_64   1.23-477.fc34           updates    38 k
13:40:40 #8 49.06  perl-overload                 noarch   1.31-477.fc34           updates    56 k
13:40:40 #8 49.06  perl-overloading              noarch   0.02-477.fc34           updates    23 k
13:40:40 #8 49.06  perl-parent                   noarch   1:0.238-458.fc34        fedora     14 k
13:40:40 #8 49.06  perl-podlators                noarch   1:4.14-458.fc34         fedora    113 k
13:40:40 #8 49.06  perl-srpm-macros              noarch   1-39.fc34               fedora    8.5 k
13:40:40 #8 49.06  perl-subs                     noarch   1.03-477.fc34           updates    22 k
13:40:40 #8 49.06  perl-vars                     noarch   1.05-477.fc34           updates    23 k
13:40:40 #8 49.06  pkgconf                       x86_64   1.7.3-6.fc34            fedora     41 k
13:40:40 #8 49.06  pkgconf-m4                    noarch   1.7.3-6.fc34            fedora     14 k
13:40:40 #8 49.06  pkgconf-pkg-config            x86_64   1.7.3-6.fc34            fedora     10 k
13:40:40 #8 49.06  python-srpm-macros            noarch   3.9-41.fc34             updates    21 k
13:40:40 #8 49.06  python3-dateutil              noarch   1:2.8.1-3.fc34          fedora    289 k
13:40:40 #8 49.06  python3-dbus                  x86_64   1.2.18-1.fc34           updates   132 k
13:40:40 #8 49.06  python3-distro                noarch   1.5.0-5.fc34            fedora     36 k
13:40:40 #8 49.06  python3-dnf-plugins-core      noarch   4.0.24-1.fc34           updates   210 k
13:40:40 #8 49.06  python3-enchant               noarch   3.2.1-1.fc34            updates    78 k
13:40:40 #8 49.06  python3-file-magic            noarch   5.39-7.fc34             updates    17 k
13:40:40 #8 49.06  python3-setuptools            noarch   53.0.0-3.fc34           updates   839 k
13:40:40 #8 49.06  python3-six                   noarch   1.15.0-5.fc34           fedora     36 k
13:40:40 #8 49.06  qt5-srpm-macros               noarch   5.15.2-2.fc34           fedora    8.4 k
13:40:40 #8 49.06  redhat-rpm-config             noarch   183-3.fc34              updates    65 k
13:40:40 #8 49.06  rpmautospec-rpm-macros        noarch   0.2.6-1.fc34            updates   8.3 k
13:40:40 #8 49.06  rust-srpm-macros              noarch   21-1.fc34               updates   8.9 k
13:40:40 #8 49.06  shared-mime-info              x86_64   2.1-2.fc34              fedora    374 k
13:40:40 #8 49.06  unzip                         x86_64   6.0-50.fc34             fedora    181 k
13:40:40 #8 49.06  xxhash-libs                   x86_64   0.8.1-1.fc34            updates    40 k
13:40:40 #8 49.06  xz                            x86_64   5.2.5-5.fc34            fedora    216 k
13:40:40 #8 49.06  zip                           x86_64   3.0-28.fc34             fedora    260 k
13:40:40 #8 49.06  zstd                          x86_64   1.5.2-1.fc34            updates   430 k
13:40:40 #8 49.06 Installing weak dependencies:
13:40:40 #8 49.06  abattis-cantarell-fonts       noarch   0.301-2.fc34            fedora    369 k
13:40:40 #8 49.06  adobe-source-code-pro-fonts   noarch   2.030.1.050-10.fc34     fedora    834 k
13:40:40 #8 49.06  hunspell-en-GB                noarch   0.20140811.1-18.fc34    fedora    225 k
13:40:40 #8 49.06  perl-IO-Socket-SSL            noarch   2.070-2.fc34            fedora    214 k
13:40:40 #8 49.06  perl-Mozilla-CA               noarch   20211001-1.fc34         updates    12 k
13:40:40 #8 49.06  perl-NDBM_File                x86_64   1.15-477.fc34           updates    32 k
13:40:40 #8 49.06 
13:40:40 #8 49.06 Transaction Summary
13:40:40 #8 49.06 ================================================================================
13:40:40 #8 49.06 Install  135 Packages
13:40:40 #8 49.06 
13:40:40 #8 49.06 Total download size: 31 M
13:40:40 #8 49.06 Installed size: 118 M
13:40:40 #8 49.06 Downloading Packages:
13:40:40 #8 32.39 Selecting previously unselected package dh-autoreconf.
13:40:40 #8 32.39 Preparing to unpack .../041-dh-autoreconf_20_all.deb ...
13:40:40 #8 32.40 Unpacking dh-autoreconf (20) ...
13:40:40 #8 32.44 Selecting previously unselected package libarchive-zip-perl.
13:40:40 #8 32.44 Preparing to unpack .../042-libarchive-zip-perl_1.68-1_all.deb ...
13:40:40 #8 32.45 Unpacking libarchive-zip-perl (1.68-1) ...
13:40:40 #8 32.53 Selecting previously unselected package libsub-override-perl.
13:40:40 #8 32.53 Preparing to unpack .../043-libsub-override-perl_0.09-2_all.deb ...
13:40:40 #8 32.54 Unpacking libsub-override-perl (0.09-2) ...
13:40:40 #8 32.58 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:40 #8 32.58 Preparing to unpack .../044-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
13:40:40 #8 32.58 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
13:40:40 #8 32.62 Selecting previously unselected package dh-strip-nondeterminism.
13:40:40 #8 32.62 Preparing to unpack .../045-dh-strip-nondeterminism_1.12.0-1_all.deb ...
13:40:40 #8 32.63 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
13:40:40 #8 52.65 Setting up libemail-valid-perl (1.202-1) ...
13:40:40 #8 52.66 Setting up libhttp-cookies-perl (6.04-1) ...
13:40:40 #8 52.67 Setting up curl (7.58.0-2ubuntu3.17) ...
13:40:40 #8 52.68 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:40 #8 52.69 Setting up gnupg (2.2.4-1ubuntu1.4) ...
13:40:40 #8 52.70 Setting up libhttp-daemon-perl (6.01-1) ...
13:40:40 #8 52.71 Setting up libxml-simple-perl (2.24-1) ...
13:40:40 #8 52.73 Setting up lintian (2.5.81ubuntu1) ...
13:40:40 #8 52.74 Setting up libhtml-form-perl (6.03-1) ...
13:40:40 #8 52.76 Setting up libimport-into-perl (1.002005-1) ...
13:40:40 #8 52.77 Setting up libmodule-implementation-perl (0.09-1) ...
13:40:40 #8 52.78 Setting up libparams-validate-perl (1.29-1) ...
13:40:40 #8 52.79 Setting up libmoo-perl (2.003004-1) ...
13:40:40 #8 52.80 Setting up libb-hooks-endofscope-perl (0.21-1) ...
13:40:40 #8 52.81 Setting up libpackage-stash-perl (0.37-1) ...
13:40:40 #8 52.82 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
13:40:40 #8 52.83 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:40 #8 52.85 Setting up licensecheck (3.0.31-2) ...
13:40:40 #8 52.86 Setting up dh-autoreconf (17) ...
13:40:40 #9 57.59 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:40:40 #9 57.60 Setting up libwww-perl (6.43-1) ...
13:40:40 #9 57.61 Setting up debhelper (12.10ubuntu1) ...
13:40:40 #9 57.63 Setting up devscripts (2.20.2ubuntu2) ...
13:40:40 #9 57.80 Setting up equivs (2.2.0) ...
13:40:40 #9 57.81 Setting up libxml-parser-perl (2.46-1) ...
13:40:40 #9 57.82 Setting up libxml-sax-expat-perl (0.51-1) ...
13:40:40 #9 52.46 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:40 #9 52.63 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:40 #9 52.66 Setting up dh-strip-nondeterminism (1.12.0-1) ...
13:40:40 #9 52.67 Setting up libconst-fast-perl (0.014-1.1) ...
13:40:40 #9 52.69 Setting up libhttp-daemon-perl (6.12-1) ...
13:40:40 #9 52.70 Setting up libdata-dpath-perl (0.58-1) ...
13:40:40 #9 52.71 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:40:40 #9 52.72 Setting up libpackage-stash-perl (0.39-1) ...
13:40:40 #9 52.74 Setting up libimport-into-perl (1.002005-1) ...
13:40:40 #9 52.75 Setting up libmoo-perl (2.004004-1) ...
13:40:40 #9 52.76 Setting up liblist-someutils-perl (0.58-1) ...
13:40:40 #11 4.569 (40/106): gcc-12.0.1-0.16.fc36.aarch64.rpm       44 MB/s |  29 MB     00:00    
13:40:40 #8 40.83 Selecting previously unselected package libcgi-fast-perl.
13:40:40 #8 40.83 Preparing to unpack .../180-libcgi-fast-perl_1%3a2.13-1_all.deb ...
13:40:40 #8 40.84 Unpacking libcgi-fast-perl (1:2.13-1) ...
13:40:40 #9 39.06 Selecting previously unselected package libgssapi3-heimdal:armhf.
13:40:40 #9 39.06 Preparing to unpack .../109-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:40:40 #9 39.07 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:40 #11 5.624 (94/99): systemd-networkd-248.10-1.fc34.aarch64 2.5 MB/s | 433 kB     00:00    
13:40:40 #11 5.654 (95/99): systemd-pam-248.10-1.fc34.aarch64.rpm  2.2 MB/s | 315 kB     00:00    
13:40:40 #11 5.658 (96/99): systemd-rpm-macros-248.10-1.fc34.noarc 820 kB/s |  27 kB     00:00    
13:40:40 #11 5.661 (97/99): vim-filesystem-8.2.4804-1.fc34.noarch. 610 kB/s |  22 kB     00:00    
13:40:40 #11 5.666 (98/99): which-2.21-26.fc34.aarch64.rpm         3.8 MB/s |  41 kB     00:00    
13:40:40 #11 5.704 (99/99): xkeyboard-config-2.33-1.fc34.noarch.rp  18 MB/s | 783 kB     00:00    
13:40:40 #11 5.709 --------------------------------------------------------------------------------
13:40:40 #11 5.709 Total                                            37 MB/s | 113 MB     00:03     
13:40:40 #8 66.44 Setting up po-debconf (1.0.21+nmu1) ...
13:40:40 #8 66.45 Setting up libhtml-tree-perl (5.07-2) ...
13:40:40 #8 66.46 Setting up libparams-classify-perl (0.015-1+b3) ...
13:40:40 #8 66.48 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:40:40 #8 66.49 Setting up libhtml-format-perl (2.12-1.1) ...
13:40:40 #8 66.51 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:40:40 #8 66.57 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:40 #12 5.224 The following additional packages will be installed:
13:40:40 #8 67.72 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:40 #8 67.73 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:40 #8 67.74 Setting up libmailtools-perl (2.18-1) ...
13:40:40 #8 67.75 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
13:40:40 #8 67.77 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
13:40:40 #8 67.81 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:40 #8 34.10 Unpacking gpgsm (2.2.27-2+deb11u1) ...
13:40:40 #8 34.17 Selecting previously unselected package gnupg.
13:40:40 #8 34.17 Preparing to unpack .../101-gnupg_2.2.27-2+deb11u1_all.deb ...
13:40:40 #8 34.18 Unpacking gnupg (2.2.27-2+deb11u1) ...
13:40:40 #8 34.25 Selecting previously unselected package libfile-dirlist-perl.
13:40:40 #8 34.25 Preparing to unpack .../102-libfile-dirlist-perl_0.05-2_all.deb ...
13:40:40 #8 34.26 Unpacking libfile-dirlist-perl (0.05-2) ...
13:40:40 #8 34.29 Selecting previously unselected package libfile-which-perl.
13:40:40 #8 34.29 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
13:40:40 #8 34.32 Unpacking libfile-which-perl (1.23-1) ...
13:40:40 #8 50.57 Setting up gnupg-l10n (2.2.27-2+deb11u1) ...
13:40:40 #8 50.58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:40:40 #8 50.59 Setting up lzip (1.22-3) ...
13:40:40 #8 50.61 Setting up strace (5.10-1) ...
13:40:40 #8 50.63 Setting up libsigsegv2:amd64 (2.13-1) ...
13:40:40 #8 50.64 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:40:40 #8 50.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:40 #8 50.66 Setting up t1utils (1.41-4) ...
13:40:40 #8 50.67 Setting up libquadmath0:amd64 (10.2.1-6) ...
13:40:40 #8 50.68 Setting up diffstat (1.64-1) ...
13:40:40 #8 50.69 Setting up libpng16-16:amd64 (1.6.37-3) ...
13:40:40 #8 50.70 Setting up libmpc3:amd64 (1.2.0-1) ...
13:40:40 #8 50.71 Setting up libatomic1:amd64 (10.2.1-6) ...
13:40:40 #8 50.73 Setting up patch (2.7.6-7) ...
13:40:40 #8 50.74 Setting up autopoint (0.21-4) ...
13:40:40 #8 50.75 Setting up libwebp6:amd64 (0.6.1-2.1) ...
13:40:40 #8 50.76 Setting up fonts-dejavu-core (2.37-2) ...
13:40:40 #8 50.82 Setting up libxdelta2 (1.1.3-9.3) ...
13:40:40 #8 50.83 Setting up libncursesw6:amd64 (6.2+20201114-2) ...
13:40:40 #8 50.85 Setting up libltdl7:amd64 (2.4.6-15) ...
13:40:40 #8 50.87 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
13:40:40 #12 5.117 The following additional packages will be installed:
13:40:40 #12 5.117   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
13:40:40 #12 5.117   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:40:40 #12 5.117   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
13:40:40 #12 5.118   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
13:40:40 #12 5.118   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libsystemd0
13:40:40 #12 5.118   libudev-dev libudev1 libuv1 pkg-config
13:40:40 #12 5.119 Suggested packages:
13:40:40 #12 5.119   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
13:40:40 #12 5.119 Recommended packages:
13:40:40 #12 5.119   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
13:40:40 #12 5.151 The following NEW packages will be installed:
13:40:40 #12 5.151   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
13:40:40 #12 5.151   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:40:40 #12 5.152   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
13:40:40 #12 5.152   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
13:40:40 #12 5.152   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
13:40:40 #12 5.153   libuv1 pkg-config
13:40:40 #11 4.484 (97/110): gcc-11.3.1-2.fc35.aarch64.rpm          31 MB/s |  29 MB     00:00    
13:40:40 #9 50.94 Setting up automake (1:1.16.1-4ubuntu6) ...
13:40:40 #9 50.95 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:40 #9 50.95 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:40:40 #9 50.95 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:40:40 #9 50.97 Setting up libasync-mergepoint-perl (0.04-2) ...
13:40:40 #9 50.99 Setting up libstring-escape-perl (2010.002-2) ...
13:40:40 #9 51.01 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:40 #9 51.02 Setting up libhttp-date-perl (6.05-1) ...
13:40:40 #9 51.03 Setting up libfile-which-perl (1.23-1) ...
13:40:40 #9 51.04 Setting up libfile-basedir-perl (0.08-1) ...
13:40:40 #9 51.06 Setting up gettext (0.19.8.1-10build1) ...
13:40:40 #9 51.07 Setting up libnumber-range-perl (0.12-1) ...
13:40:40 #9 51.08 Setting up libunicode-utf8-perl (0.62-1build1) ...
13:40:40 #9 51.10 Setting up libstruct-dumb-perl (0.09-1) ...
13:40:40 #9 51.11 Setting up libfile-listing-perl (6.04-1) ...
13:40:40 #9 51.12 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
13:40:40 #9 51.13 Setting up libregexp-pattern-perl (0.2.12-1) ...
13:40:40 #9 51.15 Setting up libfont-afm-perl (1.20-2) ...
13:40:40 #13 8.399   Preparing        :                                                        1/1 
13:40:40 #8 32.67 Selecting previously unselected package libdpkg-perl.
13:40:40 #8 32.67 Preparing to unpack .../046-libdpkg-perl_1.20.9+rpi1_all.deb ...
13:40:40 #8 32.67 Unpacking libdpkg-perl (1.20.9+rpi1) ...
13:40:40 #8 32.80 Selecting previously unselected package patch.
13:40:40 #8 32.80 Preparing to unpack .../047-patch_2.7.6-7_armhf.deb ...
13:40:40 #8 32.80 Unpacking patch (2.7.6-7) ...
13:40:40 #8 32.86 Selecting previously unselected package make.
13:40:40 #8 32.86 Preparing to unpack .../048-make_4.3-4.1_armhf.deb ...
13:40:40 #8 32.86 Unpacking make (4.3-4.1) ...
13:40:40 #8 52.87 Setting up libwww-perl (6.31-1ubuntu0.1) ...
13:40:40 #8 52.88 Setting up debhelper (11.1.6ubuntu2) ...
13:40:40 #8 52.89 Setting up equivs (2.1.0) ...
13:40:40 #8 52.90 Setting up liblwp-protocol-https-perl (6.07-2) ...
13:40:40 #8 52.92 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
13:40:40 #8 52.93 Setting up libxml-parser-perl (2.44-2build3) ...
13:40:40 #8 52.95 Setting up libxml-sax-expat-perl (0.40-2) ...
13:40:40 #8 52.99 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:40 #8 53.03 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:40 #9 57.87 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:40 #9 57.92 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:40 #9 52.77 Setting up debhelper (13.3.4ubuntu2) ...
13:40:40 #9 52.79 Setting up dput (1.1.0ubuntu2) ...
13:40:40 #9 52.94 Setting up liblist-someutils-xs-perl (0.58-2build2) ...
13:40:40 #9 52.95 Setting up equivs (2.3.1) ...
13:40:40 #9 52.96 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:40:40 #9 52.97 Setting up libparams-validate-perl:amd64 (1.30-1build2) ...
13:40:40 #9 52.99 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
13:40:40 #9 53.00 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:40 #9 53.01 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
13:40:40 #9 53.02 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:40:40 #11 4.573 (41/106): libtool-ltdl-2.4.6-50.fc36.aarch64.rp 136 kB/s |  36 kB     00:00    
13:40:40 #11 4.606 (42/106): libtool-2.4.6-50.fc36.aarch64.rpm     1.8 MB/s | 579 kB     00:00    
13:40:40 #11 4.611 (43/106): libubsan-12.0.1-0.16.fc36.aarch64.rpm 5.0 MB/s | 185 kB     00:00    
13:40:40 #11 4.616 (44/106): libtool-ltdl-devel-2.4.6-50.fc36.aarc 3.4 MB/s | 156 kB     00:00    
13:40:40 #11 4.618 (45/106): libutempter-1.2.1-6.fc36.aarch64.rpm  2.5 MB/s |  26 kB     00:00    
13:40:40 #11 4.622 (46/106): libuv-1.44.1-1.fc36.aarch64.rpm        15 MB/s | 148 kB     00:00    
13:40:40 #11 4.626 (47/106): libxcrypt-devel-4.4.28-1.fc36.aarch64 4.3 MB/s |  29 kB     00:00    
13:40:40 #11 4.664 (48/106): libxkbcommon-1.4.0-1.fc36.aarch64.rpm 3.3 MB/s | 139 kB     00:00    
13:40:40 #11 4.668 (49/106): libxcrypt-static-4.4.28-1.fc36.aarch6 2.3 MB/s | 115 kB     00:00    
13:40:40 #11 4.671 (50/106): lzo-2.10-6.fc36.aarch64.rpm           1.4 MB/s |  63 kB     00:00    
13:40:40 #11 4.696 (51/106): m4-1.4.19-3.fc36.aarch64.rpm          9.2 MB/s | 293 kB     00:00    
13:40:40 #11 4.733 (52/106): make-4.3-7.fc36.aarch64.rpm           8.5 MB/s | 529 kB     00:00    
13:40:40 #11 4.777 (53/106): openssh-8.8p1-1.fc36.1.aarch64.rpm    4.1 MB/s | 440 kB     00:00    
13:40:40 #11 4.819 (54/106): openssh-clients-8.8p1-1.fc36.1.aarch6 5.5 MB/s | 671 kB     00:00    
13:40:40 #11 4.824 (55/106): pcre2-utf16-10.39-1.fc36.1.aarch64.rp 4.2 MB/s | 192 kB     00:00    
13:40:40 #11 4.856 (56/106): pcre2-devel-10.39-1.fc36.1.aarch64.rp 6.0 MB/s | 474 kB     00:00    
13:40:40 #11 4.860 (57/106): perl-Error-0.17029-8.fc36.noarch.rpm  1.1 MB/s |  41 kB     00:00    
13:40:40 #11 4.864 (58/106): pcre2-utf32-10.39-1.fc36.1.aarch64.rp 4.1 MB/s | 182 kB     00:00    
13:40:40 #11 4.867 (59/106): perl-File-Compare-1.100.600-486.fc36. 1.8 MB/s |  18 kB     00:00    
13:40:40 #11 4.870 (60/106): perl-File-Copy-2.35-486.fc36.noarch.r 2.7 MB/s |  25 kB     00:00    
13:40:40 #11 4.873 (61/106): perl-File-Find-1.39-486.fc36.noarch.r 3.5 MB/s |  30 kB     00:00    
13:40:40 #11 4.876 (62/106): perl-TermReadKey-2.38-12.fc36.aarch64 4.0 MB/s |  36 kB     00:00    
13:40:40 #11 4.878 (63/106): perl-Thread-Queue-3.14-479.fc36.noarc 2.7 MB/s |  21 kB     00:00    
13:40:40 #9 32.39 Unpacking publicsuffix (20211207.1025-1) ...
13:40:40 #9 32.42 Selecting previously unselected package strace.
13:40:40 #9 32.42 Preparing to unpack .../048-strace_5.16-0ubuntu3_armhf.deb ...
13:40:40 #9 32.43 Unpacking strace (5.16-0ubuntu3) ...
13:40:40 #9 32.48 Selecting previously unselected package xauth.
13:40:40 #9 32.48 Preparing to unpack .../049-xauth_1%3a1.1-1build2_armhf.deb ...
13:40:40 #8 33.63 Selecting previously unselected package libxml2:armhf.
13:40:40 #8 33.63 Preparing to unpack .../049-libxml2_2.9.4+dfsg1-7+deb10u3_armhf.deb ...
13:40:40 #8 33.63 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u3) ...
13:40:40 #8 33.77 Selecting previously unselected package libcroco3:armhf.
13:40:40 #8 33.77 Preparing to unpack .../050-libcroco3_0.6.12-3_armhf.deb ...
13:40:40 #8 49.60 (1/156): adobe-source-code-pro-fonts-2.030.1.05 3.3 MB/s | 831 kB     00:00    
13:40:40 #8 49.61 (2/156): bzip2-1.0.8-9.fc35.x86_64.rpm           10 MB/s |  52 kB     00:00    
13:40:40 #8 49.62 (3/156): binutils-gold-2.37-10.fc35.x86_64.rpm  2.7 MB/s | 728 kB     00:00    
13:40:40 #8 49.62 (4/156): cpio-2.13-11.fc35.x86_64.rpm            18 MB/s | 270 kB     00:00    
13:40:40 #8 49.63 (5/156): dash-0.5.10.2-9.fc35.x86_64.rpm        8.5 MB/s |  96 kB     00:00    
13:40:40 #8 49.63 (6/156): debugedit-5.0-2.fc35.x86_64.rpm        9.2 MB/s |  76 kB     00:00    
13:40:40 #8 49.67 (7/156): binutils-2.37-10.fc35.x86_64.rpm        19 MB/s | 6.0 MB     00:00    
13:40:40 #8 49.67 (8/156): deltarpm-3.6.2-10.fc35.x86_64.rpm      2.0 MB/s |  88 kB     00:00    
13:40:40 #8 49.68 (9/156): devscripts-checkbashisms-2.21.4-1.fc35 668 kB/s |  28 kB     00:00    
13:40:40 #8 49.69 (10/156): diffutils-3.8-1.fc35.x86_64.rpm        20 MB/s | 400 kB     00:00    
13:40:40 #8 49.69 (11/156): dwz-0.14-2.fc35.x86_64.rpm            7.1 MB/s | 127 kB     00:00    
13:40:40 #8 49.70 (12/156): ed-1.14.2-11.fc35.x86_64.rpm          3.6 MB/s |  73 kB     00:00    
13:40:40 #8 49.70 (13/156): efi-srpm-macros-5-4.fc35.noarch.rpm   2.1 MB/s |  22 kB     00:00    
13:40:40 #12 5.225   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
13:40:40 #12 5.225   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:40:40 #12 5.225   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
13:40:40 #12 5.225   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
13:40:40 #12 5.225   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libsystemd0
13:40:40 #12 5.226   libudev-dev libudev1 libuv1 pkg-config
13:40:40 #12 5.227 Suggested packages:
13:40:40 #12 5.227   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
13:40:40 #12 5.227 Recommended packages:
13:40:40 #12 5.227   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
13:40:40 #12 5.263 The following NEW packages will be installed:
13:40:40 #12 5.264   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
13:40:40 #12 5.264   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:40:40 #12 5.264   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
13:40:40 #12 5.264   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
13:40:40 #12 5.264   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
13:40:40 #12 5.265   libuv1 pkg-config
13:40:40 #12 5.266 The following packages will be upgraded:
13:40:40 #12 5.266   libsystemd0 libudev1
13:40:40 #8 66.63 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:40 #8 66.76 
13:40:40 #8 66.76 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:40 #8 66.82 Setting up python3-chardet (4.0.0-1) ...
13:40:40 #8 67.88 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:40 #8 67.94 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:40 #8 34.41 Selecting previously unselected package libfile-homedir-perl.
13:40:40 #8 34.41 Preparing to unpack .../104-libfile-homedir-perl_1.006-1_all.deb ...
13:40:40 #8 34.41 Unpacking libfile-homedir-perl (1.006-1) ...
13:40:40 #8 34.47 Selecting previously unselected package libfile-touch-perl.
13:40:40 #8 34.47 Preparing to unpack .../105-libfile-touch-perl_0.11-1_all.deb ...
13:40:40 #8 34.48 Unpacking libfile-touch-perl (0.11-1) ...
13:40:40 #8 34.53 Selecting previously unselected package libio-pty-perl.
13:40:40 #8 34.53 Preparing to unpack .../106-libio-pty-perl_1%3a1.15-2_armhf.deb ...
13:40:40 #8 34.54 Unpacking libio-pty-perl (1:1.15-2) ...
13:40:40 #8 34.59 Selecting previously unselected package libipc-run-perl.
13:40:40 #8 42.86 Selecting previously unselected package libnet-dns-perl.
13:40:40 #8 42.86 Preparing to unpack .../186-libnet-dns-perl_1.10-2_all.deb ...
13:40:41 #8 50.88 Setting up libubsan1:amd64 (10.2.1-6) ...
13:40:41 #8 50.89 Setting up libmd0:amd64 (1.0.3-3) ...
13:40:41 #8 50.95 Setting up python-apt-common (2.2.1) ...
13:40:41 #8 50.96 Setting up libnsl-dev:amd64 (1.3.0-2) ...
13:40:41 #8 50.97 Setting up sensible-utils (0.0.14) ...
13:40:41 #8 50.98 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
13:40:41 #8 50.99 Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
13:40:41 #8 51.00 Setting up libuchardet0:amd64 (0.0.7-1) ...
13:40:41 #8 51.02 Setting up lzop (1.04-2) ...
13:40:41 #8 51.03 Setting up libmpdec3:amd64 (2.5.1-1) ...
13:40:41 #8 51.04 Setting up git-man (1:2.30.2-1) ...
13:40:41 #8 51.05 Setting up libssh2-1:amd64 (1.9.0-2) ...
13:40:41 #8 51.06 Setting up netbase (6.3) ...
13:40:41 #8 51.10 Setting up libtiff5:amd64 (4.2.0-1+deb11u1) ...
13:40:41 #12 5.154 The following packages will be upgraded:
13:40:41 #12 5.154   libsystemd0 libudev1
13:40:41 #11 4.536 (98/110): selinux-policy-devel-35.17-1.fc35.noa 2.1 MB/s | 812 kB     00:00    
13:40:41 #11 4.595 (99/110): systemd-249.11-2.fc35.aarch64.rpm      11 MB/s | 3.9 MB     00:00    
13:40:41 #11 4.625 (100/110): systemd-devel-249.11-2.fc35.aarch64. 3.1 MB/s | 446 kB     00:00    
13:40:41 #11 4.640 (101/110): systemd-resolved-249.11-2.fc35.aarch  18 MB/s | 250 kB     00:00    
13:40:41 #11 4.670 (102/110): systemd-pam-249.11-2.fc35.aarch64.rp 7.0 MB/s | 318 kB     00:00    
13:40:41 #11 4.700 (103/110): systemd-networkd-249.11-2.fc35.aarch 6.2 MB/s | 474 kB     00:00    
13:40:41 #9 51.16 Setting up libwant-perl (0.29-1build4) ...
13:40:41 #9 51.18 Setting up libdynaloader-functions-perl (0.003-1) ...
13:40:41 #9 51.19 Setting up libtext-glob-perl (0.10-1) ...
13:40:41 #9 51.20 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:40:41 #9 51.21 Setting up liblist-compare-perl (0.53-1) ...
13:40:41 #9 51.23 Setting up libref-util-xs-perl (0.117-1build2) ...
13:40:41 #9 51.24 Setting up libio-pty-perl (1:1.12-1) ...
13:40:41 #9 51.25 Setting up libtool (2.4.6-14) ...
13:40:41 #9 51.26 Setting up libfile-fcntllock-perl (0.22-3build4) ...
13:40:41 #9 51.28 Setting up libsort-key-perl (1.33-2build2) ...
13:40:41 #9 51.29 Setting up libclone-perl (0.43-2) ...
13:40:41 #9 51.30 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:40:41 #9 51.31 Setting up libarchive-zip-perl (1.67-2) ...
13:40:41 #9 51.32 Setting up libsub-identify-perl (0.14-1build2) ...
13:40:41 #9 51.34 Setting up libdistro-info-perl (0.23ubuntu1) ...
13:40:41 #9 51.36 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
13:40:41 #17 exporting layers 2.3s done
13:40:41 #17 writing image sha256:49c5e9868474e730389496ea0d0451dbea16ce888ca13ed32c47d4648e1d9802 done
13:40:41 #17 naming to docker.io/debbuild-ubuntu-bionic/aarch64 done
13:40:41 #17 DONE 2.3s
13:40:41 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/aarch64
13:40:41 + set -e
13:40:41 + mkdir -p /root/build-deb/engine
13:40:41 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:40:41 #13 8.452   Upgrading        : libgcc-8.5.0-13.el8.x86_64                            1/70 
13:40:41 #13 8.459   Running scriptlet: libgcc-8.5.0-13.el8.x86_64                            1/70 
13:40:41 #13 8.474   Installing       : cmake-rpm-macros-3.20.2-4.el8.noarch                  2/70 
13:40:41 #13 8.486   Installing       : cmake-filesystem-3.20.2-4.el8.x86_64                  3/70 
13:40:41 #13 8.650   Upgrading        : bash-4.4.20-4.el8.x86_64                              4/70 
13:40:41 #8 32.97 Selecting previously unselected package dpkg-dev.
13:40:41 #8 32.97 Preparing to unpack .../049-dpkg-dev_1.20.9+rpi1_all.deb ...
13:40:41 #8 32.97 Unpacking dpkg-dev (1.20.9+rpi1) ...
13:40:41 #8 53.15 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:41 #8 53.19 Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
13:40:41 #8 53.21 Processing triggers for ca-certificates (20210119~18.04.2) ...
13:40:41 #8 53.22 Updating certificates in /etc/ssl/certs...
13:40:41 #9 58.07 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:41 #9 58.10 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
13:40:41 #9 58.13 Processing triggers for ca-certificates (20210119~20.04.2) ...
13:40:41 #9 58.14 Updating certificates in /etc/ssl/certs...
13:40:41 #9 53.03 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:40:41 #9 53.04 Setting up libmoox-struct-perl (0.020-1) ...
13:40:41 #9 53.06 Setting up lintian (2.104.0ubuntu3.1) ...
13:40:41 #9 53.07 Setting up licensecheck (3.1.1-2) ...
13:40:41 #9 53.08 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:40:41 #9 53.10 Setting up libwww-perl (6.53-1) ...
13:40:41 #9 53.11 Setting up devscripts (2.21.4ubuntu1) ...
13:40:41 #9 53.26 Setting up libxml-parser-perl:amd64 (2.46-2) ...
13:40:41 #9 53.27 Setting up libxml-sax-expat-perl (0.51-1) ...
13:40:41 #11 4.881 (64/106): perl-lib-0.65-486.fc36.aarch64.rpm    2.6 MB/s |  20 kB     00:00    
13:40:41 #11 4.886 (65/106): perl-threads-2.26-449.fc36.aarch64.rp 8.1 MB/s |  56 kB     00:00    
13:40:41 #11 4.889 (66/106): perl-threads-shared-1.62-479.fc36.aar 4.4 MB/s |  43 kB     00:00    
13:40:41 #11 4.897 (67/106): policycoreutils-3.3-4.fc36.aarch64.rp  13 MB/s | 203 kB     00:00    
13:40:41 #11 4.931 (68/106): policycoreutils-devel-3.3-4.fc36.aarc 3.0 MB/s | 137 kB     00:00    
13:40:41 #11 4.934 (69/106): policycoreutils-python-utils-3.3-4.fc 1.6 MB/s |  72 kB     00:00    
13:40:41 #11 4.937 (70/106): python3-audit-3.0.8-1.fc36.aarch64.rp 2.0 MB/s |  82 kB     00:00    
13:40:41 #11 4.946 (71/106): python3-libsemanage-3.3-3.fc36.aarch6 7.4 MB/s |  81 kB     00:00    
13:40:41 #11 4.950 (72/106): python3-libselinux-3.3-4.fc36.aarch64  11 MB/s | 181 kB     00:00    
13:40:41 #11 5.010 (73/106): python3-setools-4.4.0-5.fc36.aarch64. 8.3 MB/s | 540 kB     00:00    
13:40:41 #11 5.089 (74/106): python3-policycoreutils-3.3-4.fc36.no  13 MB/s | 2.0 MB     00:00    
13:40:41 #11 5.129 (75/106): python3-setuptools-59.6.0-2.fc36.noar 5.2 MB/s | 936 kB     00:00    
13:40:41 #9 32.81 Unpacking xauth (1:1.1-1build2) ...
13:40:41 #9 32.90 Selecting previously unselected package xz-utils.
13:40:41 #9 ...
13:40:41 
13:40:41 #14 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:41 #14 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:41 #14 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 14.2s done
13:40:41 #14 extracting sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c done
13:40:41 #14 DONE 50.2s
13:40:41 
13:40:41 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:41 #9 sha256:cd25afeca20d5d917a30c24994f8e2f272f998b4ff1badf4b6a0482df9d9cbf5
13:40:41 #9 32.91 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_armhf.deb ...
13:40:41 #9 32.91 Unpacking xz-utils (5.2.5-2ubuntu1) ...
13:40:41 #9 32.97 Selecting previously unselected package libsigsegv2:armhf.
13:40:41 #9 32.97 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_armhf.deb ...
13:40:41 #9 32.99 Unpacking libsigsegv2:armhf (2.13-1ubuntu3) ...
13:40:41 #9 57.80 Setting up libc-devtools (2.34-0ubuntu3.2) ...
13:40:41 #9 57.81 Setting up libemail-address-xs-perl (1.04-1build5) ...
13:40:41 #9 57.82 Setting up libnet-ssleay-perl (1.88-3ubuntu1) ...
13:40:41 #9 57.83 Setting up automake (1:1.16.4-2) ...
13:40:41 #9 57.84 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:41 #9 57.84 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:40:41 #9 57.84 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:40:41 #9 57.85 Setting up libapt-pkg-perl (0.1.40) ...
13:40:41 #9 57.86 Setting up libstring-escape-perl (2010.002-2) ...
13:40:41 #9 57.87 Setting up libhttp-date-perl (6.05-1) ...
13:40:41 #9 57.88 Setting up libfile-which-perl (1.23-1) ...
13:40:41 #9 57.89 Setting up libfile-basedir-perl (0.08-1) ...
13:40:41 #9 57.91 Setting up libnumber-range-perl (0.12-1.1) ...
13:40:41 #9 57.92 Setting up libunicode-utf8-perl (0.62-1build2) ...
13:40:41 #9 57.93 Setting up libmouse-perl (2.5.10-1build2) ...
13:40:41 #9 57.94 Setting up libfile-listing-perl (6.14-1) ...
13:40:41 #8 33.78 Unpacking libcroco3:armhf (0.6.12-3) ...
13:40:41 #8 33.83 Selecting previously unselected package gettext.
13:40:41 #8 33.84 Preparing to unpack .../051-gettext_0.19.8.1-9_armhf.deb ...
13:40:41 #8 33.85 Unpacking gettext (0.19.8.1-9) ...
13:40:41 #9 39.75 Selecting previously unselected package libsasl2-modules-db:armhf.
13:40:41 #9 39.75 Preparing to unpack .../110-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:40:41 #9 39.76 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:40:41 #9 39.83 Selecting previously unselected package libsasl2-2:armhf.
13:40:41 #9 39.83 Preparing to unpack .../111-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:40:41 #9 39.84 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:40:41 #8 49.70 (14/156): file-5.40-9.fc35.x86_64.rpm           7.3 MB/s |  51 kB     00:00    
13:40:41 #8 49.71 (15/156): enchant-1.6.0-28.fc35.x86_64.rpm      5.4 MB/s |  59 kB     00:00    
13:40:41 #8 49.72 (16/156): findutils-4.8.0-4.fc35.x86_64.rpm      34 MB/s | 538 kB     00:00    
13:40:41 #8 49.72 (17/156): fonts-filesystem-2.0.5-6.fc35.noarch. 610 kB/s | 8.9 kB     00:00    
13:40:41 #8 49.72 (18/156): fonts-srpm-macros-2.0.5-6.fc35.noarch 1.9 MB/s |  27 kB     00:00    
13:40:41 #8 49.73 (19/156): fpc-srpm-macros-1.3-4.fc35.noarch.rpm 907 kB/s | 7.6 kB     00:00    
13:40:41 #8 49.73 (20/156): ghc-srpm-macros-1.5.0-5.fc35.noarch.r 1.3 MB/s | 7.8 kB     00:00    
13:40:41 #8 49.74 (21/156): gdk-pixbuf2-2.42.6-2.fc35.x86_64.rpm   37 MB/s | 467 kB     00:00    
13:40:41 #8 49.74 (22/156): gnat-srpm-macros-4-14.fc35.noarch.rpm 674 kB/s | 8.2 kB     00:00    
13:40:41 #8 49.75 (23/156): groff-base-1.22.4-8.fc35.x86_64.rpm    49 MB/s | 1.0 MB     00:00    
13:40:41 #8 49.76 (24/156): hunspell-1.7.0-11.fc35.x86_64.rpm      16 MB/s | 322 kB     00:00    
13:40:41 #8 49.77 (25/156): gsettings-desktop-schemas-41.0-1.fc35  25 MB/s | 688 kB     00:00    
13:40:41 #8 49.77 (26/156): hunspell-en-0.20140811.1-20.fc35.noar 8.7 MB/s | 180 kB     00:00    
13:40:41 #8 49.78 (27/156): hunspell-en-GB-0.20140811.1-20.fc35.n  14 MB/s | 225 kB     00:00    
13:40:41 #8 49.78 (28/156): hunspell-en-US-0.20140811.1-20.fc35.n  14 MB/s | 176 kB     00:00    
13:40:41 #8 49.78 (29/156): hunspell-filesystem-1.7.0-11.fc35.x86 1.2 MB/s | 7.8 kB     00:00    
13:40:41 #8 49.79 (30/156): info-6.8-2.fc35.x86_64.rpm             19 MB/s | 222 kB     00:00    
13:40:41 #8 49.79 (31/156): json-glib-1.6.6-1.fc35.x86_64.rpm      13 MB/s | 151 kB     00:00    
13:40:41 #8 49.80 (32/156): kernel-srpm-macros-1.0-6.fc35.noarch. 717 kB/s | 8.0 kB     00:00    
13:40:41 #8 49.80 (33/156): libappstream-glib-0.7.18-3.fc35.x86_6  32 MB/s | 387 kB     00:00    
13:40:41 #8 49.81 (34/156): libevent-2.1.12-4.fc35.x86_64.rpm      25 MB/s | 261 kB     00:00    
13:40:41 #8 49.81 (35/156): libjpeg-turbo-2.1.0-3.fc35.x86_64.rpm  13 MB/s | 176 kB     00:00    
13:40:41 #8 49.81 (36/156): libpkgconf-1.8.0-1.fc35.x86_64.rpm    3.1 MB/s |  36 kB     00:00    
13:40:41 #8 49.82 (37/156): libproxy-0.4.17-3.fc35.x86_64.rpm      11 MB/s |  71 kB     00:00    
13:40:41 #8 49.82 (38/156): libpng-1.6.37-11.fc35.x86_64.rpm       12 MB/s | 119 kB     00:00    
13:40:41 #8 49.82 (39/156): libstemmer-0-17.585svn.fc35.x86_64.rp 8.3 MB/s |  82 kB     00:00    
13:40:41 #8 49.83 (40/156): lua-srpm-macros-1-5.fc35.noarch.rpm   969 kB/s | 8.4 kB     00:00    
13:40:41 #8 49.83 (41/156): ncurses-6.2-8.20210508.fc35.x86_64.rp  36 MB/s | 400 kB     00:00    
13:40:41 #8 49.84 (42/156): ocaml-srpm-macros-6-5.fc35.noarch.rpm 811 kB/s | 7.8 kB     00:00    
13:40:41 #8 49.84 (43/156): nim-srpm-macros-3-5.fc35.noarch.rpm   685 kB/s | 8.4 kB     00:00    
13:40:41 #8 49.84 (44/156): openblas-srpm-macros-2-10.fc35.noarch 785 kB/s | 7.4 kB     00:00    
13:40:41 #8 49.85 (45/156): perl-Carp-1.52-478.fc35.noarch.rpm    3.4 MB/s |  29 kB     00:00    
13:40:41 #8 49.85 (46/156): perl-Data-Dumper-2.183-2.fc35.x86_64. 5.8 MB/s |  56 kB     00:00    
13:40:41 #8 49.86 (47/156): patch-2.7.6-15.fc35.x86_64.rpm        7.0 MB/s | 127 kB     00:00    
13:40:41 #8 49.86 (48/156): perl-Digest-1.20-1.fc35.noarch.rpm    2.7 MB/s |  25 kB     00:00    
13:40:41 #8 49.86 (49/156): perl-Digest-MD5-2.58-478.fc35.x86_64. 4.2 MB/s |  36 kB     00:00    
13:40:41 #8 49.86 (50/156): perl-Exporter-5.76-479.fc35.noarch.rp 3.6 MB/s |  31 kB     00:00    
13:40:41 #8 49.87 (51/156): perl-File-Path-2.18-478.fc35.noarch.r 3.7 MB/s |  35 kB     00:00    
13:40:41 #8 49.87 (52/156): perl-File-Temp-0.231.100-478.fc35.noa 5.7 MB/s |  59 kB     00:00    
13:40:41 #8 49.87 (53/156): perl-Getopt-Long-2.52-478.fc35.noarch 6.2 MB/s |  60 kB     00:00    
13:40:41 #8 49.88 (54/156): perl-IO-Socket-IP-0.41-479.fc35.noarc 4.7 MB/s |  42 kB     00:00    
13:40:41 #8 49.88 (55/156): perl-MIME-Base64-3.16-478.fc35.x86_64 5.4 MB/s |  30 kB     00:00    
13:40:41 #8 49.89 (56/156): perl-IO-Socket-SSL-2.072-1.fc35.noarc  20 MB/s | 217 kB     00:00    
13:40:41 #8 49.89 (57/156): perl-Net-SSLeay-1.90-4.fc35.x86_64.rp  26 MB/s | 349 kB     00:00    
13:40:41 #8 49.89 (58/156): perl-PathTools-3.80-478.fc35.x86_64.r 6.6 MB/s |  85 kB     00:00    
13:40:41 #8 49.90 (59/156): perl-Pod-Escapes-1.07-478.fc35.noarch 1.8 MB/s |  20 kB     00:00    
13:40:41 #8 49.90 (60/156): perl-Pod-Perldoc-3.28.01-479.fc35.noa 9.9 MB/s |  84 kB     00:00    
13:40:41 #8 49.91 (61/156): perl-Pod-Simple-3.43-2.fc35.noarch.rp  16 MB/s | 215 kB     00:00    
13:40:41 #8 49.91 (62/156): perl-Pod-Usage-2.01-478.fc35.noarch.r 2.7 MB/s |  40 kB     00:00    
13:40:41 #8 49.92 (63/156): perl-Socket-2.032-2.fc35.x86_64.rpm   4.5 MB/s |  55 kB     00:00    
13:40:41 #8 49.92 (64/156): perl-Storable-3.25-1.fc35.x86_64.rpm  8.1 MB/s |  95 kB     00:00    
13:40:41 #8 49.92 (65/156): perl-Term-ANSIColor-5.01-479.fc35.noa 5.3 MB/s |  48 kB     00:00    
13:40:41 #8 49.92 (66/156): perl-Term-Cap-1.17-478.fc35.noarch.rp 2.7 MB/s |  22 kB     00:00    
13:40:41 #8 49.93 (67/156): perl-Text-ParseWords-3.30-478.fc35.no 3.1 MB/s |  16 kB     00:00    
13:40:41 #8 49.93 (68/156): perl-Text-Tabs+Wrap-2021.0814-1.fc35. 2.8 MB/s |  22 kB     00:00    
13:40:41 #8 49.93 (69/156): perl-Time-Local-1.300-478.fc35.noarch 4.2 MB/s |  33 kB     00:00    
13:40:41 #8 49.94 (70/156): perl-URI-5.09-4.fc35.noarch.rpm        12 MB/s | 108 kB     00:00    
13:40:41 #8 49.94 (71/156): perl-constant-1.33-479.fc35.noarch.rp 2.6 MB/s |  23 kB     00:00    
13:40:41 #8 49.95 (72/156): perl-parent-0.238-478.fc35.noarch.rpm 1.9 MB/s |  14 kB     00:00    
13:40:41 #8 49.95 (73/156): perl-podlators-4.14-478.fc35.noarch.r  10 MB/s | 111 kB     00:00    
13:40:41 #8 49.95 (74/156): perl-libnet-3.13-479.fc35.noarch.rpm  5.8 MB/s | 125 kB     00:00    
13:40:41 #8 49.96 (75/156): perl-srpm-macros-1-42.fc35.noarch.rpm 851 kB/s | 8.3 kB     00:00    
13:40:41 #8 49.96 (76/156): pkgconf-1.8.0-1.fc35.x86_64.rpm       4.7 MB/s |  41 kB     00:00    
13:40:41 #8 49.96 (77/156): pkgconf-m4-1.8.0-1.fc35.noarch.rpm    2.3 MB/s |  14 kB     00:00    
13:40:41 #8 49.97 (78/156): pkgconf-pkg-config-1.8.0-1.fc35.x86_6 945 kB/s |  10 kB     00:00    
13:40:41 #8 49.97 (79/156): python3-construct-2.10.67-3.fc35.noar  13 MB/s | 112 kB     00:00    
13:40:41 #8 49.98 (80/156): protobuf-c-1.4.0-1.fc35.x86_64.rpm    2.2 MB/s |  35 kB     00:00    
13:40:41 #8 49.98 (81/156): python3-dateutil-2.8.1-7.fc35.noarch.  18 MB/s | 289 kB     00:00    
13:40:41 #8 50.00 (82/156): python3-dbus-1.2.18-2.fc35.x86_64.rpm 5.8 MB/s | 132 kB     00:00    
13:40:41 #8 50.00 (83/156): python3-distro-1.6.0-1.fc35.noarch.rp 1.4 MB/s |  38 kB     00:00    
13:40:41 #8 50.01 (84/156): python3-pybeam-0.7-1.fc35.noarch.rpm  1.1 MB/s |  24 kB     00:00    
13:40:41 #8 41.48 Selecting previously unselected package libsub-name-perl.
13:40:41 #8 41.48 Preparing to unpack .../181-libsub-name-perl_0.21-1+b3_armhf.deb ...
13:40:41 #12 5.680 2 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
13:40:41 #12 5.680 1 not fully installed or removed.
13:40:41 #12 5.680 Need to get 11.5 MB of archives.
13:40:41 #12 5.680 After this operation, 44.0 MB of additional disk space will be used.
13:40:41 #12 5.680 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
13:40:41 #8 67.11 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:41 #8 68.12 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:41 #8 68.20 Setting up libconst-fast-perl (0.014-1) ...
13:40:41 #8 68.21 Setting up libhttp-daemon-perl (6.01-3) ...
13:40:41 #8 68.26 Setting up libmodule-implementation-perl (0.09-1) ...
13:40:41 #8 68.27 Setting up libemail-valid-perl (1.202-1) ...
13:40:41 #8 68.28 Setting up libcgi-fast-perl (1:2.13-1) ...
13:40:41 #8 68.29 Setting up libpackage-stash-perl (0.38-1) ...
13:40:41 #8 68.31 Setting up libimport-into-perl (1.002005-1) ...
13:40:41 #8 34.59 Preparing to unpack .../107-libipc-run-perl_20200505.0-1_all.deb ...
13:40:41 #8 34.60 Unpacking libipc-run-perl (20200505.0-1) ...
13:40:41 #8 34.65 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:41 #8 34.65 Preparing to unpack .../108-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:41 #8 34.65 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:41 #8 34.72 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:41 #8 34.72 Preparing to unpack .../109-libb-hooks-op-check-perl_0.22-1+b3_armhf.deb ...
13:40:41 #8 34.72 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
13:40:41 #8 34.77 Selecting previously unselected package libdynaloader-functions-perl.
13:40:41 #8 34.77 Preparing to unpack .../110-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:40:41 #8 34.78 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:40:41 #8 34.82 Selecting previously unselected package libdevel-callchecker-perl.
13:40:41 #8 43.10 Unpacking libnet-dns-perl (1.10-2) ...
13:40:41 #8 51.11 Setting up libbinutils:amd64 (2.35.2-2) ...
13:40:41 #8 51.12 Setting up libfido2-1:amd64 (1.6.0-2) ...
13:40:41 #8 51.14 Setting up libisl23:amd64 (0.23-1) ...
13:40:41 #8 51.15 Setting up libc-dev-bin (2.31-13+deb11u3) ...
13:40:41 #8 51.16 Setting up openssl (1.1.1n-0+deb11u1) ...
13:40:41 #8 51.18 Setting up libbsd0:amd64 (0.11.3-1) ...
13:40:41 #8 51.19 Setting up libelf1:amd64 (0.183-1) ...
13:40:41 #8 51.20 Setting up readline-common (8.1-1) ...
13:40:41 #8 51.21 Setting up publicsuffix (20211207.1025-0+deb11u1) ...
13:40:41 #8 51.22 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ...
13:40:41 #8 51.23 Setting up libmarkdown2:amd64 (2.2.6-1) ...
13:40:41 #8 51.24 Setting up libcc1-0:amd64 (10.2.1-6) ...
13:40:41 #8 51.26 Setting up iso-codes (4.6.0-1) ...
13:40:41 #8 51.27 Setting up liblocale-gettext-perl (1.07-4+b1) ...
13:40:41 #8 51.28 Setting up liblsan0:amd64 (10.2.1-6) ...
13:40:41 #8 51.29 Setting up cpp-10 (10.2.1-6) ...
13:40:41 #8 51.31 Setting up dctrl-tools (2.24-3+b1) ...
13:40:41 #8 51.32 Setting up libitm1:amd64 (10.2.1-6) ...
13:40:41 #12 5.566 2 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
13:40:41 #12 5.566 1 not fully installed or removed.
13:40:41 #12 5.566 Need to get 12.0 MB of archives.
13:40:41 #12 5.566 After this operation, 48.1 MB of additional disk space will be used.
13:40:41 #12 5.566 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
13:40:41 #11 4.703 (104/110): systemd-rpm-macros-249.11-2.fc35.noa 434 kB/s |  27 kB     00:00    
13:40:41 #11 4.785 (105/110): util-linux-2.37.4-1.fc35.aarch64.rpm  19 MB/s | 2.2 MB     00:00    
13:40:41 #11 4.814 (106/110): util-linux-core-2.37.4-1.fc35.aarch6 4.0 MB/s | 435 kB     00:00    
13:40:41 #11 4.818 (107/110): vim-filesystem-8.2.4804-1.fc35.noarc 197 kB/s |  22 kB     00:00    
13:40:41 #11 4.822 (108/110): audit-libs-3.0.8-1.fc35.aarch64.rpm  3.2 MB/s | 115 kB     00:00    
13:40:41 #11 4.827 (109/110): libgcc-11.3.1-2.fc35.aarch64.rpm      14 MB/s | 112 kB     00:00    
13:40:41 #11 4.862 (110/110): libgomp-11.3.1-2.fc35.aarch64.rpm    6.5 MB/s | 289 kB     00:00    
13:40:41 #11 4.867 --------------------------------------------------------------------------------
13:40:41 #11 4.867 Total                                            36 MB/s |  94 MB     00:02     
13:40:41 #9 51.37 Setting up python3-apt (2.0.0ubuntu0.20.04.7) ...
13:40:41 #9 51.54 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
13:40:41 #9 51.56 Setting up libio-stringy-perl (2.111-3) ...
13:40:41 #9 51.58 Setting up liblist-moreutils-perl (0.416-1build5) ...
13:40:41 #9 51.59 Setting up libhtml-tagset-perl (3.20-4) ...
13:40:41 #9 51.60 Setting up liblog-any-perl (1.708-1) ...
13:40:41 #9 51.61 Setting up libauthen-sasl-perl (2.1600-1) ...
13:40:41 #13 8.665   Running scriptlet: bash-4.4.20-4.el8.x86_64                              4/70 
13:40:41 #13 8.883   Upgrading        : glibc-gconv-extra-2.28-199.el8.x86_64                 5/70 
13:40:41 #8 33.17 Selecting previously unselected package libelf1:armhf.
13:40:41 #8 33.17 Preparing to unpack .../050-libelf1_0.183-1_armhf.deb ...
13:40:41 #8 33.18 Unpacking libelf1:armhf (0.183-1) ...
13:40:41 #8 33.24 Selecting previously unselected package dwz.
13:40:41 #8 33.24 Preparing to unpack .../051-dwz_0.13+20210201-1_armhf.deb ...
13:40:41 #8 33.24 Unpacking dwz (0.13+20210201-1) ...
13:40:41 #8 33.32 Selecting previously unselected package libicu67:armhf.
13:40:41 #8 33.32 Preparing to unpack .../052-libicu67_67.1-7_armhf.deb ...
13:40:41 #8 33.32 Unpacking libicu67:armhf (67.1-7) ...
13:40:41 #8 53.54 0 added, 0 removed; done.
13:40:41 #8 53.54 Running hooks in /etc/ca-certificates/update.d...
13:40:41 #8 53.54 done.
13:40:41 #9 53.32 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:41 #9 53.37 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:41 #9 53.49 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:41 #9 53.51 Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
13:40:41 #9 53.53 Processing triggers for ca-certificates (20210119ubuntu1) ...
13:40:41 #11 5.131 (76/106): qrencode-libs-4.1.1-2.fc36.aarch64.rp 508 kB/s |  61 kB     00:00    
13:40:41 #11 5.136 (77/106): rhash-1.4.2-2.fc36.aarch64.rpm        4.0 MB/s | 185 kB     00:00    
13:40:41 #11 5.141 (78/106): rpm-plugin-selinux-4.17.0-10.fc36.aar 2.5 MB/s |  21 kB     00:00    
13:40:41 #11 5.145 (79/106): selinux-policy-36.8-1.fc36.noarch.rpm 6.1 MB/s |  72 kB     00:00    
13:40:41 #11 5.188 (80/106): selinux-policy-devel-36.8-1.fc36.noar  16 MB/s | 818 kB     00:00    
13:40:41 #11 5.279 (81/106): selinux-policy-targeted-36.8-1.fc36.n  46 MB/s | 6.4 MB     00:00    
13:40:41 #11 5.310 (82/106): systemd-devel-250.3-8.fc36.aarch64.rp 3.6 MB/s | 450 kB     00:00    
13:40:41 #11 5.359 (83/106): systemd-networkd-250.3-8.fc36.aarch64 6.3 MB/s | 516 kB     00:00    
13:40:41 #11 5.418 (84/106): systemd-250.3-8.fc36.aarch64.rpm       15 MB/s | 4.1 MB     00:00    
13:40:41 #9 33.11 Selecting previously unselected package m4.
13:40:41 #9 33.11 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_armhf.deb ...
13:40:41 #9 33.12 Unpacking m4 (1.4.18-5ubuntu2) ...
13:40:41 #9 33.19 Selecting previously unselected package autoconf.
13:40:41 #9 33.19 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
13:40:41 #9 57.96 Setting up gpg-wks-client (2.2.20-1ubuntu4) ...
13:40:41 #9 57.97 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:40:41 #9 57.98 Setting up libdata-messagepack-perl (1.01-2) ...
13:40:41 #9 57.99 Setting up libfont-afm-perl (1.20-3) ...
13:40:41 #9 58.01 Setting up libwant-perl (0.29-1build6) ...
13:40:41 #9 58.02 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:40:41 #9 58.03 Setting up libtext-glob-perl (0.11-1) ...
13:40:41 #9 58.04 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:40:41 #9 58.06 Setting up liblist-compare-perl (0.55-1) ...
13:40:41 #9 58.07 Setting up libref-util-xs-perl (0.117-1build3) ...
13:40:41 #9 58.08 Setting up libio-pty-perl (1:1.15-2build1) ...
13:40:41 #9 58.09 Setting up g++-11 (11.2.0-7ubuntu2) ...
13:40:41 #9 58.12 Setting up libfile-fcntllock-perl (0.22-3build5) ...
13:40:41 #9 58.13 Setting up libsort-key-perl (1.33-2build4) ...
13:40:41 #9 58.14 Setting up libclone-perl (0.45-1build1) ...
13:40:41 #9 58.15 Setting up libalgorithm-diff-perl (1.201-1) ...
13:40:41 #9 58.16 Setting up libarchive-zip-perl (1.68-1) ...
13:40:41 #8 34.11 Selecting previously unselected package intltool-debian.
13:40:41 #8 34.11 Preparing to unpack .../052-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:41 #8 34.11 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:41 #8 34.16 Selecting previously unselected package po-debconf.
13:40:41 #8 34.16 Preparing to unpack .../053-po-debconf_1.0.21_all.deb ...
13:40:41 #8 34.17 Unpacking po-debconf (1.0.21) ...
13:40:41 #8 53.89 Setting up bsdmainutils (11.1.2+b1) ...
13:40:41 #8 53.91 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:40:41 #8 53.91 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:40:41 #8 53.92 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u3) ...
13:40:41 #8 53.93 Setting up libcroco3:amd64 (0.6.12-3) ...
13:40:41 #8 53.94 Setting up libgdbm-compat4:amd64 (1.18.1-4) ...
13:40:41 #8 53.95 Setting up ucf (3.0038+nmu1) ...
13:40:41 #8 54.08 Setting up libgcc-8-dev:amd64 (8.3.0-6) ...
13:40:41 #8 54.09 Setting up libperl5.28:amd64 (5.28.1-6+deb10u1) ...
13:40:41 #8 54.10 Setting up groff-base (1.22.4-3+deb10u1) ...
13:40:41 #8 54.12 Setting up cpp (4:8.3.0-1) ...
13:40:41 #8 54.14 Setting up gpgconf (2.2.12-1+deb10u1) ...
13:40:41 #8 54.15 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:40:41 #8 54.16 Setting up libc6-dev:amd64 (2.28-10+deb10u1) ...
13:40:41 #8 54.18 Setting up libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
13:40:41 #8 54.19 Setting up curl (7.64.0-4+deb10u2) ...
13:40:41 #8 54.20 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:40:41 #8 54.21 Setting up gpg (2.2.12-1+deb10u1) ...
13:40:41 #8 54.23 Setting up guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ...
13:40:41 #8 54.24 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
13:40:41 #8 54.25 Setting up libstdc++-8-dev:amd64 (8.3.0-6) ...
13:40:41 #8 54.26 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:40:41 #8 50.01 (85/156): python3-pyxdg-0.27-3.fc35.noarch.rpm  9.0 MB/s |  96 kB     00:00    
13:40:41 #8 50.02 (86/156): python3-six-1.16.0-4.fc35.noarch.rpm  2.5 MB/s |  36 kB     00:00    
13:40:41 #8 50.05 (87/156): python3-toml-0.10.2-5.fc35.noarch.rpm 871 kB/s |  39 kB     00:00    
13:40:41 #8 50.06 (88/156): python3-unbound-1.13.2-1.fc35.x86_64. 2.3 MB/s | 100 kB     00:00    
13:40:41 #8 50.06 (89/156): python3-zstd-1.4.5.1-5.fc35.x86_64.rp 2.0 MB/s |  19 kB     00:00    
13:40:41 #8 50.06 (90/156): qt5-srpm-macros-5.15.2-3.fc35.noarch. 719 kB/s | 8.2 kB     00:00    
13:40:41 #8 50.07 (91/156): rpmautospec-rpm-macros-0.2.5-1.fc35.n 1.0 MB/s | 9.9 kB     00:00    
13:40:41 #8 50.08 (92/156): unbound-libs-1.13.2-1.fc35.x86_64.rpm  28 MB/s | 537 kB     00:00    
13:40:41 #8 50.09 (93/156): unzip-6.0-53.fc35.x86_64.rpm          8.6 MB/s | 179 kB     00:00    
13:40:41 #8 50.09 (94/156): shared-mime-info-2.1-3.fc35.x86_64.rp  13 MB/s | 373 kB     00:00    
13:40:41 #8 50.10 (95/156): zip-3.0-31.fc35.x86_64.rpm             23 MB/s | 257 kB     00:00    
13:40:41 #8 50.11 (96/156): xz-5.2.5-7.fc35.x86_64.rpm             13 MB/s | 214 kB     00:00    
13:40:41 #8 50.11 (97/156): abattis-cantarell-fonts-0.301-5.fc35.  22 MB/s | 364 kB     00:00    
13:40:41 #8 50.11 (98/156): dbus-libs-1.12.22-1.fc35.x86_64.rpm    12 MB/s | 152 kB     00:00    
13:40:41 #8 50.12 (99/156): dnf-plugins-core-4.1.0-1.fc35.noarch. 4.3 MB/s |  34 kB     00:00    
13:40:41 #8 50.12 (100/156): elfutils-0.186-1.fc35.x86_64.rpm      39 MB/s | 520 kB     00:00    
13:40:41 #8 50.13 (101/156): elfutils-debuginfod-client-0.186-1.f 3.2 MB/s |  40 kB     00:00    
13:40:41 #8 50.13 (102/156): glib-networking-2.70.1-1.fc35.x86_64  21 MB/s | 177 kB     00:00    
13:40:41 #8 50.16 (103/156): glibc-gconv-extra-2.34-32.fc35.x86_6  56 MB/s | 1.5 MB     00:00    
13:40:41 #8 50.16 (104/156): go-srpm-macros-3.0.15-1.fc35.noarch. 1.2 MB/s |  26 kB     00:00    
13:40:41 #8 50.18 (105/156): gdb-minimal-11.2-2.fc35.x86_64.rpm    67 MB/s | 3.8 MB     00:00    
13:40:41 #8 50.19 (106/156): perl-AutoLoader-5.74-486.fc35.noarch 1.1 MB/s |  26 kB     00:00    
13:40:41 #8 50.19 (107/156): libsoup-2.74.2-1.fc35.x86_64.rpm      13 MB/s | 390 kB     00:00    
13:40:41 #8 50.20 (108/156): perl-B-1.82-486.fc35.x86_64.rpm       14 MB/s | 185 kB     00:00    
13:40:41 #8 50.20 (109/156): perl-Class-Struct-0.66-486.fc35.noar 2.4 MB/s |  27 kB     00:00    
13:40:41 #8 50.20 (110/156): perl-DynaLoader-1.50-486.fc35.x86_64 4.3 MB/s |  30 kB     00:00    
13:40:41 #8 50.22 (111/156): perl-Encode-3.15-482.fc35.x86_64.rpm  80 MB/s | 1.7 MB     00:00    
13:40:41 #8 41.68 Unpacking libsub-name-perl (0.21-1+b3) ...
13:40:41 #8 49.81 (1/135): bzip2-1.0.8-6.fc34.x86_64.rpm          888 kB/s |  53 kB     00:00    
13:40:41 #8 49.83 (2/135): abattis-cantarell-fonts-0.301-2.fc34.n 4.3 MB/s | 369 kB     00:00    
13:40:41 #8 49.84 (3/135): cpio-2.13-10.fc34.x86_64.rpm           8.9 MB/s | 274 kB     00:00    
13:40:41 #8 49.85 (4/135): dbus-libs-1.12.20-3.fc34.x86_64.rpm     11 MB/s | 151 kB     00:00    
13:40:41 #8 49.85 (5/135): desktop-file-utils-0.26-3.fc34.x86_64. 6.3 MB/s |  74 kB     00:00    
13:40:41 #8 49.86 (6/135): dwz-0.14-1.fc34.x86_64.rpm              11 MB/s | 129 kB     00:00    
13:40:41 #8 49.87 (7/135): diffutils-3.7-8.fc34.x86_64.rpm         18 MB/s | 391 kB     00:00    
13:40:41 #8 49.87 (8/135): ed-1.14.2-10.fc34.x86_64.rpm           6.6 MB/s |  75 kB     00:00    
13:40:41 #8 49.88 (9/135): adobe-source-code-pro-fonts-2.030.1.05 6.1 MB/s | 834 kB     00:00    
13:40:41 #8 49.88 (10/135): enchant-1.6.0-27.fc34.x86_64.rpm      4.0 MB/s |  59 kB     00:00    
13:40:41 #8 49.92 (11/135): fonts-srpm-macros-2.0.5-5.fc34.noarch 738 kB/s |  27 kB     00:00    
13:40:41 #8 49.92 (12/135): fpc-srpm-macros-1.3-3.fc34.noarch.rpm 211 kB/s | 7.7 kB     00:00    
13:40:41 #8 49.93 (13/135): findutils-4.8.0-2.fc34.x86_64.rpm      10 MB/s | 545 kB     00:00    
13:40:41 #8 49.93 (14/135): ghc-srpm-macros-1.5.0-4.fc34.noarch.r 613 kB/s | 7.8 kB     00:00    
13:40:41 #8 49.93 (15/135): gnat-srpm-macros-4-13.fc34.noarch.rpm 639 kB/s | 8.3 kB     00:00    
13:40:41 #8 49.95 (16/135): gsettings-desktop-schemas-40.0-1.fc34  33 MB/s | 691 kB     00:00    
13:40:41 #8 49.96 (17/135): hunspell-1.7.0-9.fc34.x86_64.rpm       15 MB/s | 330 kB     00:00    
13:40:41 #8 49.97 (18/135): groff-base-1.22.4-7.fc34.x86_64.rpm    27 MB/s | 1.1 MB     00:00    
13:40:41 #8 49.97 (19/135): hunspell-en-US-0.20140811.1-18.fc34.n  13 MB/s | 177 kB     00:00    
13:40:41 #8 49.98 (20/135): hunspell-filesystem-1.7.0-9.fc34.x86_ 766 kB/s | 7.6 kB     00:00    
13:40:41 #8 49.98 (21/135): hunspell-en-GB-0.20140811.1-18.fc34.n 7.4 MB/s | 225 kB     00:00    
13:40:41 #8 49.99 (22/135): info-6.7-10.fc34.x86_64.rpm            14 MB/s | 227 kB     00:00    
13:40:41 #8 49.99 (23/135): kernel-srpm-macros-1.0-4.fc34.noarch. 532 kB/s | 7.3 kB     00:00    
13:40:41 #8 50.00 (24/135): libappstream-glib-0.7.18-2.fc34.x86_6  26 MB/s | 398 kB     00:00    
13:40:41 #8 50.00 (25/135): libpipeline-1.5.3-2.fc34.x86_64.rpm   3.8 MB/s |  49 kB     00:00    
13:40:41 #8 50.00 (26/135): libpkgconf-1.7.3-6.fc34.x86_64.rpm    3.1 MB/s |  36 kB     00:00    
13:40:41 #8 50.01 (27/135): libpng-1.6.37-10.fc34.x86_64.rpm      9.3 MB/s | 119 kB     00:00    
13:40:41 #8 50.01 (28/135): libproxy-0.4.15-30.fc34.x86_64.rpm    5.3 MB/s |  72 kB     00:00    
13:40:41 #8 50.02 (29/135): libsoup-2.72.0-6.fc34.x86_64.rpm       23 MB/s | 397 kB     00:00    
13:40:41 #8 50.02 (30/135): libstemmer-0-16.585svn.fc34.x86_64.rp 6.1 MB/s |  86 kB     00:00    
13:40:41 #8 50.03 (31/135): lua-srpm-macros-1-4.fc34.noarch.rpm   650 kB/s | 8.3 kB     00:00    
13:40:41 #8 50.04 (32/135): nim-srpm-macros-3-4.fc34.noarch.rpm   833 kB/s | 8.4 kB     00:00    
13:40:41 #8 50.04 (33/135): ncurses-6.2-4.20200222.fc34.x86_64.rp  20 MB/s | 396 kB     00:00    
13:40:41 #8 50.05 (34/135): ocaml-srpm-macros-6-4.fc34.noarch.rpm 802 kB/s | 7.8 kB     00:00    
13:40:41 #8 50.05 (35/135): openblas-srpm-macros-2-9.fc34.noarch. 720 kB/s | 7.4 kB     00:00    
13:40:41 #8 50.06 (36/135): patch-2.7.6-14.fc34.x86_64.rpm         10 MB/s | 130 kB     00:00    
13:40:41 #8 50.07 (37/135): perl-Carp-1.50-458.fc34.noarch.rpm    2.7 MB/s |  29 kB     00:00    
13:40:41 #8 50.07 (38/135): perl-Data-Dumper-2.174-460.fc34.x86_6 4.9 MB/s |  56 kB     00:00    
13:40:41 #8 50.08 (39/135): perl-Digest-MD5-2.58-2.fc34.x86_64.rp 3.1 MB/s |  36 kB     00:00    
13:40:41 #8 50.09 (40/135): perl-Exporter-5.74-459.fc34.noarch.rp 2.3 MB/s |  32 kB     00:00    
13:40:41 #8 50.09 (41/135): man-db-2.9.3-3.fc34.x86_64.rpm         15 MB/s | 1.1 MB     00:00    
13:40:41 #12 6.047 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB]
13:40:41 #9 39.90 Selecting previously unselected package libldap-common.
13:40:41 #9 39.91 Preparing to unpack .../112-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ...
13:40:41 #9 39.91 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
13:40:41 #9 40.00 Selecting previously unselected package libldap-2.4-2:armhf.
13:40:41 #9 40.00 Preparing to unpack .../113-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_armhf.deb ...
13:40:41 #9 40.00 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.8) ...
13:40:41 #8 67.13 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:41 #8 67.14 Setting up libmailtools-perl (2.21-1) ...
13:40:41 #8 67.15 Setting up python3-debian (0.1.39) ...
13:40:41 #8 34.82 Preparing to unpack .../111-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
13:40:41 #8 34.84 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
13:40:41 #8 34.88 Selecting previously unselected package libparams-classify-perl.
13:40:41 #8 34.88 Preparing to unpack .../112-libparams-classify-perl_0.015-1+b3_armhf.deb ...
13:40:41 #8 34.90 Unpacking libparams-classify-perl (0.015-1+b3) ...
13:40:41 #8 34.94 Selecting previously unselected package libmodule-runtime-perl.
13:40:41 #8 34.94 Preparing to unpack .../113-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:41 #8 34.95 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:41 #8 34.98 Selecting previously unselected package libimport-into-perl.
13:40:41 #8 34.98 Preparing to unpack .../114-libimport-into-perl_1.002005-1_all.deb ...
13:40:41 #8 34.99 Unpacking libimport-into-perl (1.002005-1) ...
13:40:41 #8 35.02 Selecting previously unselected package librole-tiny-perl.
13:40:41 #8 35.02 Preparing to unpack .../115-librole-tiny-perl_2.002004-1_all.deb ...
13:40:41 #8 35.03 Unpacking librole-tiny-perl (2.002004-1) ...
13:40:41 #8 35.08 Selecting previously unselected package libstrictures-perl.
13:40:41 #8 35.08 Preparing to unpack .../116-libstrictures-perl_2.000006-1_all.deb ...
13:40:41 #8 68.32 Setting up libmoo-perl (2.003004-2) ...
13:40:41 #8 68.33 Setting up libmime-tools-perl (5.509-1) ...
13:40:41 #8 68.34 Setting up libxml-simple-perl (2.25-1) ...
13:40:41 #8 68.36 Setting up libparams-validate-perl (1.29-1+b1) ...
13:40:41 #8 68.37 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:40:41 #8 68.38 Setting up lintian (2.15.0) ...
13:40:41 #8 68.40 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:41 #8 68.41 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
13:40:41 #8 68.42 Setting up licensecheck (3.0.31-3) ...
13:40:41 #8 68.44 Setting up libgitlab-api-v4-perl (0.16-1) ...
13:40:41 #8 68.45 Setting up liblwp-protocol-https-perl (6.07-2) ...
13:40:41 #8 68.47 Setting up libwww-perl (6.36-2) ...
13:40:41 #8 68.48 Setting up debhelper (12.1.1) ...
13:40:41 #8 68.50 Setting up dh-autoreconf (19) ...
13:40:41 #8 68.51 Setting up devscripts (2.19.5+deb10u1) ...
13:40:41 #8 51.33 Setting up debian-keyring (2021.07.26) ...
13:40:41 #8 51.34 Setting up libgdbm6:amd64 (1.19-2) ...
13:40:41 #8 51.35 Setting up libtsan0:amd64 (10.2.1-6) ...
13:40:41 #8 51.37 Setting up libctf0:amd64 (2.35.2-2) ...
13:40:41 #8 51.38 Setting up pinentry-curses (1.1.0-4) ...
13:40:41 #8 51.40 Setting up manpages-dev (5.10-1) ...
13:40:41 #8 51.41 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
13:40:41 #8 51.42 Setting up libxcb1:amd64 (1.14-3) ...
13:40:41 #8 51.43 Setting up gettext (0.21-4) ...
13:40:41 #8 51.44 Setting up xdelta (1.1.3-9.3) ...
13:40:41 #8 51.45 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:40:41 #8 51.47 Setting up libgcc-10-dev:amd64 (10.2.1-6) ...
13:40:41 #8 51.47 Setting up libedit2:amd64 (3.1-20191231-2+b1) ...
13:40:41 #8 51.49 Setting up libreadline8:amd64 (8.1-1) ...
13:40:41 #8 51.50 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
13:40:41 #8 51.51 Setting up m4 (1.4.18-5) ...
13:40:41 #8 51.52 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u1) ...
13:40:41 #9 51.62 Setting up libdevel-size-perl (0.83-1build1) ...
13:40:41 #9 51.63 Setting up libdebhelper-perl (12.10ubuntu1) ...
13:40:41 #9 51.64 Setting up libpod-constants-perl (0.19-1) ...
13:40:41 #9 51.65 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
13:40:41 #9 51.66 Setting up libperl4-corelibs-perl (0.004-2) ...
13:40:41 #9 51.67 Setting up libfuture-perl (0.43-1) ...
13:40:41 #9 51.69 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:40:41 #9 51.71 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
13:40:41 #9 51.72 Setting up libtry-tiny-perl (0.30-1) ...
13:40:41 #9 51.73 Setting up libtype-tiny-perl (1.008001-2) ...
13:40:41 #9 51.75 Setting up libtest-fatal-perl (0.014-1) ...
13:40:41 #9 51.75 Setting up libcommon-sense-perl (3.74-2build6) ...
13:40:41 #9 51.77 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:40:41 #9 51.78 Setting up libnet-http-perl (6.19-1) ...
13:40:41 #9 51.78 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:40:41 #9 51.80 Setting up libencode-locale-perl (1.05-1) ...
13:40:41 #9 51.81 Setting up libtext-levenshtein-perl (0.13-1) ...
13:40:41 #9 51.82 Setting up libnet-dns-perl (1.22-1) ...
13:40:41 #9 51.83 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
13:40:41 #9 51.84 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:40:41 #9 51.85 Setting up libstring-shellquote-perl (1.04-1) ...
13:40:41 #9 51.86 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:41 #9 51.87 Setting up libsub-install-perl (0.928-1) ...
13:40:41 #9 51.88 Setting up gcc (4:9.3.0-1ubuntu2) ...
13:40:41 #9 51.90 Setting up dpkg-dev (1.19.7ubuntu3) ...
13:40:41 #9 51.92 Setting up libnumber-compare-perl (0.03-1) ...
13:40:41 #13 8.900   Running scriptlet: glibc-gconv-extra-2.28-199.el8.x86_64                 5/70 
13:40:41 #13 9.118   Upgrading        : glibc-common-2.28-199.el8.x86_64                      6/70 
13:40:41 + mkdir -p /root/build-deb/cli
13:40:41 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:40:41 #9 53.54 Updating certificates in /etc/ssl/certs...
13:40:41 #9 58.18 Setting up libsub-identify-perl (0.14-1build4) ...
13:40:41 #9 58.19 Setting up libdistro-info-perl (1.0) ...
13:40:41 #9 58.20 Setting up libcpanel-json-xs-perl (4.25-1build1) ...
13:40:41 #9 58.21 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:40:41 #9 58.23 Setting up libio-stringy-perl (2.111-3) ...
13:40:41 #9 58.24 Setting up liblist-moreutils-perl (0.430-2) ...
13:40:41 #9 58.25 Setting up libhtml-tagset-perl (3.20-4) ...
13:40:41 #9 58.26 Setting up liblog-any-perl (1.709-1) ...
13:40:41 #9 58.27 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:40:41 #9 58.28 Setting up libdevel-size-perl (0.83-1build3) ...
13:40:41 #9 58.30 Setting up libdebhelper-perl (13.3.4ubuntu2) ...
13:40:41 #9 58.31 Setting up libpod-constants-perl (0.19-2) ...
13:40:41 #9 58.32 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
13:40:41 #9 58.33 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:40:41 #9 58.34 Setting up libyaml-libyaml-perl (0.82+repack-1build1) ...
13:40:41 #9 58.35 Setting up libtry-tiny-perl (0.30-1) ...
13:40:41 #9 58.36 Setting up libtype-tiny-perl (1.012002-1) ...
13:40:41 #9 58.37 Setting up libcommon-sense-perl (3.75-1build4) ...
13:40:41 #9 33.20 Unpacking autoconf (2.71-2) ...
13:40:41 #9 33.36 Selecting previously unselected package autotools-dev.
13:40:41 #9 33.37 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
13:40:41 #9 33.37 Unpacking autotools-dev (20220109.1) ...
13:40:41 #9 33.48 Selecting previously unselected package automake.
13:40:41 #9 33.48 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
13:40:41 #11 5.458 (85/106): systemd-pam-250.3-8.fc36.aarch64.rpm  2.2 MB/s | 323 kB     00:00    
13:40:41 #11 5.485 (86/106): systemd-resolved-250.3-8.fc36.aarch64 2.0 MB/s | 258 kB     00:00    
13:40:41 #11 5.492 (87/106): systemd-rpm-macros-250.3-8.fc36.noarc 897 kB/s |  29 kB     00:00    
13:40:41 #11 5.495 (88/106): which-2.21-32.fc36.aarch64.rpm        4.5 MB/s |  42 kB     00:00    
13:40:41 #11 5.504 (89/106): annobin-docs-10.67-1.fc36.noarch.rpm   12 MB/s |  89 kB     00:00    
13:40:41 #11 5.548 (90/106): annobin-plugin-gcc-10.67-1.fc36.aarch  20 MB/s | 880 kB     00:00    
13:40:41 #11 5.590 (91/106): util-linux-2.38-0.2.fc36.aarch64.rpm   17 MB/s | 2.2 MB     00:00    
13:40:41 #11 5.629 (92/106): xkeyboard-config-2.35.1-1.fc36.noarch 6.3 MB/s | 878 kB     00:00    
13:40:41 #11 5.632 (93/106): emacs-filesystem-27.2-11.fc36.noarch. 108 kB/s | 9.0 kB     00:00    
13:40:41 #11 5.643 (94/106): git-2.36.0-1.fc36.aarch64.rpm         4.8 MB/s |  66 kB     00:00    
13:40:41 #11 5.677 (95/106): glibc-devel-2.35-5.fc36.aarch64.rpm    14 MB/s | 470 kB     00:00    
13:40:41 #8 34.25 Selecting previously unselected package debhelper.
13:40:41 #8 34.25 Preparing to unpack .../054-debhelper_13.2~bpo10+1_all.deb ...
13:40:41 #8 34.25 Unpacking debhelper (13.2~bpo10+1) ...
13:40:41 #8 34.44 Selecting previously unselected package libfakeroot:armhf.
13:40:41 #8 34.44 Preparing to unpack .../055-libfakeroot_1.23-1_armhf.deb ...
13:40:41 #8 34.44 Unpacking libfakeroot:armhf (1.23-1) ...
13:40:41 #8 34.49 Selecting previously unselected package fakeroot.
13:40:41 #8 34.49 Preparing to unpack .../056-fakeroot_1.23-1_armhf.deb ...
13:40:41 #9 58.57 0 added, 0 removed; done.
13:40:41 #9 58.57 Running hooks in /etc/ca-certificates/update.d...
13:40:41 #9 58.58 done.
13:40:41 #8 50.22 (112/156): perl-Errno-1.33-486.fc35.x86_64.rpm  914 kB/s |  19 kB     00:00    
13:40:41 #8 50.22 (113/156): perl-Fcntl-1.14-486.fc35.x86_64.rpm  1.5 MB/s |  25 kB     00:00    
13:40:41 #8 50.23 (114/156): perl-File-Basename-2.85-486.fc35.noa 4.0 MB/s |  22 kB     00:00    
13:40:41 #8 50.23 (115/156): perl-File-stat-1.09-486.fc35.noarch. 2.9 MB/s |  22 kB     00:00    
13:40:41 #8 50.23 (116/156): perl-FileHandle-2.03-486.fc35.noarch 2.6 MB/s |  20 kB     00:00    
13:40:41 #8 50.24 (117/156): perl-Getopt-Std-1.13-486.fc35.noarch 3.4 MB/s |  20 kB     00:00    
13:40:41 #8 50.24 (118/156): perl-HTTP-Tiny-0.080-1.fc35.noarch.r 5.5 MB/s |  55 kB     00:00    
13:40:41 #8 50.24 (119/156): perl-IO-1.46-486.fc35.x86_64.rpm     8.4 MB/s |  91 kB     00:00    
13:40:41 #8 50.25 (120/156): perl-IPC-Open3-1.21-486.fc35.noarch. 2.5 MB/s |  27 kB     00:00    
13:40:41 #8 50.25 (121/156): perl-NDBM_File-1.15-486.fc35.x86_64. 4.3 MB/s |  27 kB     00:00    
13:40:41 #8 50.25 (122/156): perl-Mozilla-CA-20211001-1.fc35.noar 1.3 MB/s |  12 kB     00:00    
13:40:41 #8 50.26 (123/156): perl-Scalar-List-Utils-1.62-463.fc35 9.1 MB/s |  72 kB     00:00    
13:40:41 #8 50.26 (124/156): perl-POSIX-1.97-486.fc35.x86_64.rpm  6.7 MB/s | 102 kB     00:00    
13:40:41 #8 50.26 (125/156): perl-SelectSaver-1.02-486.fc35.noarc 1.4 MB/s |  16 kB     00:00    
13:40:41 #8 50.27 (126/156): perl-Symbol-1.09-486.fc35.noarch.rpm 2.1 MB/s |  19 kB     00:00    
13:40:41 #8 50.27 (127/156): perl-if-0.60.900-486.fc35.noarch.rpm 3.7 MB/s |  18 kB     00:00    
13:40:41 #8 50.27 (128/156): perl-base-2.27-486.fc35.noarch.rpm   2.5 MB/s |  21 kB     00:00    
13:40:41 #8 50.28 (129/156): perl-interpreter-5.34.1-486.fc35.x86 8.1 MB/s |  76 kB     00:00    
13:40:41 #8 50.30 (130/156): perl-libs-5.34.1-486.fc35.x86_64.rpm  82 MB/s | 2.1 MB     00:00    
13:40:41 #8 50.30 (131/156): perl-mro-1.25-486.fc35.x86_64.rpm    1.6 MB/s |  33 kB     00:00    
13:40:41 #8 50.30 (132/156): perl-overload-1.33-486.fc35.noarch.r 2.2 MB/s |  50 kB     00:00    
13:40:41 #8 50.31 (133/156): perl-overloading-0.02-486.fc35.noarc 2.0 MB/s |  17 kB     00:00    
13:40:41 #8 50.31 (134/156): perl-subs-1.04-486.fc35.noarch.rpm   2.6 MB/s |  16 kB     00:00    
13:40:41 #8 50.31 (135/156): perl-vars-1.05-486.fc35.noarch.rpm   2.1 MB/s |  17 kB     00:00    
13:40:41 #8 50.31 (136/156): python-srpm-macros-3.10-11.fc35.noar 2.7 MB/s |  25 kB     00:00    
13:40:41 #8 50.32 (137/156): python3-enchant-3.2.2-1.fc35.noarch.  12 MB/s |  79 kB     00:00    
13:40:41 #8 50.32 (138/156): python3-dnf-plugins-core-4.1.0-1.fc3  18 MB/s | 220 kB     00:00    
13:40:41 #8 50.33 (139/156): redhat-rpm-config-199-1.fc35.noarch. 5.6 MB/s |  65 kB     00:00    
13:40:41 #8 50.33 (140/156): rpm-build-4.17.0-4.fc35.x86_64.rpm   5.5 MB/s |  59 kB     00:00    
13:40:41 #8 50.33 (141/156): rust-srpm-macros-21-1.fc35.noarch.rp 1.8 MB/s | 9.0 kB     00:00    
13:40:41 #8 50.34 (142/156): rpmlint-2.2.0-2.fc35.noarch.rpm       21 MB/s | 240 kB     00:00    
13:40:41 #8 50.35 (143/156): systemd-libs-249.11-2.fc35.x86_64.rp  36 MB/s | 603 kB     00:00    
13:40:41 #8 50.35 (144/156): xxhash-libs-0.8.1-1.fc35.x86_64.rpm  2.4 MB/s |  40 kB     00:00    
13:40:41 #8 50.36 (145/156): zstd-1.5.2-1.fc35.x86_64.rpm          27 MB/s | 429 kB     00:00    
13:40:41 #8 50.36 (146/156): dnf-data-4.11.1-3.fc35.noarch.rpm    5.1 MB/s |  41 kB     00:00    
13:40:41 #8 50.37 (147/156): dnf-4.11.1-3.fc35.noarch.rpm          22 MB/s | 452 kB     00:00    
13:40:41 #8 50.39 (148/156): glibc-2.34-32.fc35.x86_64.rpm         59 MB/s | 1.9 MB     00:00    
13:40:41 #8 50.39 (149/156): glibc-common-2.34-32.fc35.x86_64.rpm  10 MB/s | 292 kB     00:00    
13:40:41 #8 50.40 (150/156): glibc-minimal-langpack-2.34-32.fc35. 880 kB/s |  21 kB     00:00    
13:40:41 #8 50.41 (151/156): libdnf-0.66.0-1.fc35.x86_64.rpm       54 MB/s | 652 kB     00:00    
13:40:41 #8 50.41 (152/156): libsolv-0.7.22-1.fc35.x86_64.rpm      24 MB/s | 403 kB     00:00    
13:40:41 #8 50.42 (153/156): python3-dnf-4.11.1-3.fc35.noarch.rpm  21 MB/s | 414 kB     00:00    
13:40:41 #8 50.42 (154/156): python3-hawkey-0.66.0-1.fc35.x86_64.  11 MB/s | 108 kB     00:00    
13:40:41 #8 50.43 (155/156): python3-libdnf-0.66.0-1.fc35.x86_64.  50 MB/s | 778 kB     00:00    
13:40:41 #12 6.172 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjsoncpp25 arm64 1.9.5-3 [76.6 kB]
13:40:41 #12 6.191 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB]
13:40:41 #12 6.209 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuv1 arm64 1.43.0-1 [89.9 kB]
13:40:41 #12 6.221 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
13:40:41 #12 6.222 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 emacsen-common all 3.0.4 [14.9 kB]
13:40:41 #12 6.223 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cmake-data all 3.22.1-1ubuntu1 [1912 kB]
13:40:41 #8 67.31 Setting up python3-requests (2.25.1+dfsg-2) ...
13:40:41 #8 67.47 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:40:41 #8 67.51 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:41 #8 35.08 Unpacking libstrictures-perl (2.000006-1) ...
13:40:41 #8 35.14 Selecting previously unselected package libsub-quote-perl.
13:40:41 #8 35.14 Preparing to unpack .../117-libsub-quote-perl_2.006006-1_all.deb ...
13:40:41 #8 35.15 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:41 #8 35.18 Selecting previously unselected package libmoo-perl.
13:40:41 #8 35.18 Preparing to unpack .../118-libmoo-perl_2.004004-1_all.deb ...
13:40:41 #8 35.18 Unpacking libmoo-perl (2.004004-1) ...
13:40:41 #8 35.24 Selecting previously unselected package libencode-locale-perl.
13:40:41 #8 35.24 Preparing to unpack .../119-libencode-locale-perl_1.05-1.1_all.deb ...
13:40:41 #8 35.24 Unpacking libencode-locale-perl (1.05-1.1) ...
13:40:41 #8 35.29 Selecting previously unselected package libtimedate-perl.
13:40:41 #8 35.29 Preparing to unpack .../120-libtimedate-perl_2.3300-2_all.deb ...
13:40:41 #8 35.29 Unpacking libtimedate-perl (2.3300-2) ...
13:40:41 #8 35.34 Selecting previously unselected package libhttp-date-perl.
13:40:41 #8 35.34 Preparing to unpack .../121-libhttp-date-perl_6.05-1_all.deb ...
13:40:41 #8 35.36 Unpacking libhttp-date-perl (6.05-1) ...
13:40:41 #8 35.40 Selecting previously unselected package libfile-listing-perl.
13:40:41 #8 35.40 Preparing to unpack .../122-libfile-listing-perl_6.14-1_all.deb ...
13:40:41 #8 35.40 Unpacking libfile-listing-perl (6.14-1) ...
13:40:41 #8 68.70 Setting up dh-strip-nondeterminism (1.1.2-1) ...
13:40:41 #8 68.71 Setting up equivs (2.2.0) ...
13:40:41 #8 68.72 Setting up libxml-parser-perl (2.44-4) ...
13:40:41 #8 68.74 Setting up libxml-sax-expat-perl (0.51-1) ...
13:40:41 #8 68.78 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:41 #8 50.10 (42/135): perl-File-Path-2.18-2.fc34.noarch.rpm 1.7 MB/s |  36 kB     00:00    
13:40:41 #8 50.10 (43/135): perl-File-Temp-0.231.100-2.fc34.noarc 3.7 MB/s |  60 kB     00:00    
13:40:41 #8 50.11 (44/135): perl-Getopt-Long-2.52-2.fc34.noarch.r 4.8 MB/s |  61 kB     00:00    
13:40:41 #8 50.14 (45/135): perl-IO-Socket-IP-0.41-3.fc34.noarch. 944 kB/s |  43 kB     00:00    
13:40:41 #8 50.15 (46/135): perl-MIME-Base64-3.16-2.fc34.x86_64.r 771 kB/s |  30 kB     00:00    
13:40:41 #8 50.15 (47/135): perl-IO-Socket-SSL-2.070-2.fc34.noarc 4.1 MB/s | 214 kB     00:00    
13:40:41 #8 50.16 (48/135): perl-Net-SSLeay-1.90-2.fc34.x86_64.rp  24 MB/s | 357 kB     00:00    
13:40:41 #8 50.16 (49/135): perl-PathTools-3.78-459.fc34.x86_64.r 5.7 MB/s |  86 kB     00:00    
13:40:41 #8 50.17 (50/135): perl-Pod-Escapes-1.07-458.fc34.noarch 1.6 MB/s |  20 kB     00:00    
13:40:41 #8 50.17 (51/135): perl-Pod-Perldoc-3.28.01-459.fc34.noa 6.8 MB/s |  85 kB     00:00    
13:40:41 #8 50.18 (52/135): perl-Pod-Simple-3.42-2.fc34.noarch.rp  15 MB/s | 216 kB     00:00    
13:40:41 #8 50.18 (53/135): perl-Pod-Usage-2.01-2.fc34.noarch.rpm 2.6 MB/s |  41 kB     00:00    
13:40:41 #8 50.18 (54/135): perl-Scalar-List-Utils-1.56-459.fc34. 5.7 MB/s |  72 kB     00:00    
13:40:41 #8 50.19 (55/135): perl-Storable-3.21-458.fc34.x86_64.rp 8.0 MB/s |  97 kB     00:00    
13:40:41 #8 50.19 (56/135): perl-Term-ANSIColor-5.01-459.fc34.noa 4.1 MB/s |  49 kB     00:00    
13:40:41 #8 50.20 (57/135): perl-Term-Cap-1.17-458.fc34.noarch.rp 1.8 MB/s |  22 kB     00:00    
13:40:41 #8 50.20 (58/135): perl-Text-ParseWords-3.30-458.fc34.no 1.4 MB/s |  16 kB     00:00    
13:40:41 #8 50.20 (59/135): perl-Time-Local-1.300-5.fc34.noarch.r 3.0 MB/s |  34 kB     00:00    
13:40:41 #8 50.21 (60/135): perl-URI-5.09-1.fc34.noarch.rpm       8.7 MB/s | 109 kB     00:00    
13:40:41 #8 50.21 (61/135): perl-constant-1.33-459.fc34.noarch.rp 2.1 MB/s |  23 kB     00:00    
13:40:41 #8 50.22 (62/135): perl-libnet-3.13-2.fc34.noarch.rpm     10 MB/s | 127 kB     00:00    
13:40:41 #8 50.22 (63/135): perl-parent-0.238-458.fc34.noarch.rpm 1.3 MB/s |  14 kB     00:00    
13:40:41 #8 50.23 (64/135): perl-podlators-4.14-458.fc34.noarch.r 8.6 MB/s | 113 kB     00:00    
13:40:41 #8 50.23 (65/135): perl-srpm-macros-1-39.fc34.noarch.rpm 727 kB/s | 8.5 kB     00:00    
13:40:41 #8 50.23 (66/135): pkgconf-1.7.3-6.fc34.x86_64.rpm       3.3 MB/s |  41 kB     00:00    
13:40:41 #8 50.24 (67/135): pkgconf-m4-1.7.3-6.fc34.noarch.rpm    1.1 MB/s |  14 kB     00:00    
13:40:41 #8 50.24 (68/135): pkgconf-pkg-config-1.7.3-6.fc34.x86_6 819 kB/s |  10 kB     00:00    
13:40:41 #8 50.25 (69/135): python3-dateutil-2.8.1-3.fc34.noarch.  20 MB/s | 289 kB     00:00    
13:40:41 #8 50.25 (70/135): python3-distro-1.5.0-5.fc34.noarch.rp 2.4 MB/s |  36 kB     00:00    
13:40:41 #8 50.26 (71/135): python3-six-1.15.0-5.fc34.noarch.rpm  2.5 MB/s |  36 kB     00:00    
13:40:41 #8 50.26 (72/135): qt5-srpm-macros-5.15.2-2.fc34.noarch. 732 kB/s | 8.4 kB     00:00    
13:40:41 #8 50.27 (73/135): rpm-build-4.16.1.3-1.fc34.x86_64.rpm  8.6 MB/s | 100 kB     00:00    
13:40:41 #8 50.27 (74/135): shared-mime-info-2.1-2.fc34.x86_64.rp  25 MB/s | 374 kB     00:00    
13:40:41 #8 50.28 (75/135): unzip-6.0-50.fc34.x86_64.rpm           11 MB/s | 181 kB     00:00    
13:40:41 #8 50.28 (76/135): xz-5.2.5-5.fc34.x86_64.rpm             12 MB/s | 216 kB     00:00    
13:40:41 #8 50.29 (77/135): zip-3.0-28.fc34.x86_64.rpm             15 MB/s | 260 kB     00:00    
13:40:41 #8 51.53 Setting up ca-certificates (20210119) ...
13:40:41 #9 51.93 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:41 #9 51.94 Setting up libio-async-perl (0.75-1) ...
13:40:41 #9 51.95 Setting up liberror-perl (0.17029-1) ...
13:40:41 #9 51.96 Setting up patchutils (0.3.4-2) ...
13:40:41 #9 51.97 Setting up libmail-sendmail-perl (0.80-1) ...
13:40:41 #9 51.98 Setting up libltdl-dev:amd64 (2.4.6-14) ...
13:40:41 #9 51.99 Setting up libjson-maybexs-perl (1.004000-1) ...
13:40:41 #9 52.00 Setting up libxml-sax-base-perl (1.09-1) ...
13:40:41 #9 52.01 Setting up libio-string-perl (1.08-3) ...
13:40:41 #9 52.02 Setting up libreadonly-perl (2.050-2) ...
13:40:41 #9 52.03 Setting up python3-chardet (3.0.4-4build1) ...
13:40:41 #9 52.27 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:40:41 #9 52.28 Setting up libfile-find-rule-perl (0.34-1) ...
13:40:41 #9 53.87 0 added, 0 removed; done.
13:40:41 #9 53.87 Running hooks in /etc/ca-certificates/update.d...
13:40:41 #9 53.87 done.
13:40:41 #9 58.38 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:40:41 #9 58.39 Setting up libnet-http-perl (6.20-1) ...
13:40:41 #9 58.40 Setting up libtext-markdown-discount-perl:arm64 (0.12-1build2) ...
13:40:41 #9 58.41 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:41 #9 58.43 Setting up libtime-moment-perl (0.44-1build4) ...
13:40:41 #9 58.44 Setting up libencode-locale-perl (1.05-1.1) ...
13:40:41 #9 58.45 Setting up python3 (3.9.4-1build1) ...
13:40:41 #8 DONE 54.1s
13:40:41 
13:40:41 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:40:41 #10 sha256:4538dbe0b7ebb99ccae453f1a7f03c65401f737cc457777a74887cd49a8a3b4f
13:40:41 #10 DONE 0.1s
13:40:41 
13:40:41 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
13:40:41 #11 sha256:dabcbd142088c1c62108e448705d104881dd7f1d76cd2a7a6ea8c35effb0fa64
13:40:41 #9 33.48 Unpacking automake (1:1.16.5-1.3) ...
13:40:41 #9 33.59 Selecting previously unselected package autopoint.
13:40:41 #9 33.59 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
13:40:41 #9 33.60 Unpacking autopoint (0.21-4ubuntu4) ...
13:40:41 #9 33.65 Selecting previously unselected package binutils-common:armhf.
13:40:41 #9 33.65 Preparing to unpack .../057-binutils-common_2.38-3ubuntu1_armhf.deb ...
13:40:41 #9 33.65 Unpacking binutils-common:armhf (2.38-3ubuntu1) ...
13:40:41 #9 33.70 Selecting previously unselected package libbinutils:armhf.
13:40:41 #9 33.70 Preparing to unpack .../058-libbinutils_2.38-3ubuntu1_armhf.deb ...
13:40:41 #9 33.71 Unpacking libbinutils:armhf (2.38-3ubuntu1) ...
13:40:41 #9 33.76 Selecting previously unselected package libctf-nobfd0:armhf.
13:40:41 #9 33.76 Preparing to unpack .../059-libctf-nobfd0_2.38-3ubuntu1_armhf.deb ...
13:40:41 #9 33.77 Unpacking libctf-nobfd0:armhf (2.38-3ubuntu1) ...
13:40:41 #9 33.82 Selecting previously unselected package libctf0:armhf.
13:40:41 #9 33.82 Preparing to unpack .../060-libctf0_2.38-3ubuntu1_armhf.deb ...
13:40:41 #11 5.724 (96/106): git-core-doc-2.36.0-1.fc36.noarch.rpm  27 MB/s | 2.4 MB     00:00    
13:40:41 #11 5.768 (97/106): git-core-2.36.0-1.fc36.aarch64.rpm     29 MB/s | 4.1 MB     00:00    
13:40:41 #11 5.799 (98/106): kernel-headers-5.17.4-300.fc36.aarch6  18 MB/s | 1.3 MB     00:00    
13:40:41 #11 5.837 (99/106): glibc-static-2.35-5.fc36.aarch64.rpm  9.8 MB/s | 1.5 MB     00:00    
13:40:41 #11 5.839 (100/106): libargon2-20171227-9.fc36.aarch64.rp 398 kB/s |  28 kB     00:00    
13:40:41 #11 5.843 (101/106): perl-Git-2.36.0-1.fc36.noarch.rpm    1.0 MB/s |  43 kB     00:00    
13:40:41 #11 5.851 (102/106): libgcc-12.0.1-0.16.fc36.aarch64.rpm   11 MB/s |  87 kB     00:00    
13:40:41 #11 5.855 (103/106): audit-libs-3.0.8-1.fc36.aarch64.rpm  7.8 MB/s | 116 kB     00:00    
13:40:41 #11 5.858 (104/106): vim-filesystem-8.2.4845-1.fc36.noarc 1.2 MB/s |  22 kB     00:00    
13:40:41 #11 5.883 (105/106): libgomp-12.0.1-0.16.fc36.aarch64.rpm 9.0 MB/s | 285 kB     00:00    
13:40:41 #11 5.929 (106/106): systemd-libs-250.3-8.fc36.aarch64.rp 7.9 MB/s | 586 kB     00:00    
13:40:41 + mkdir -p /root/build-deb/buildx
13:40:41 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:40:41 #8 34.49 Unpacking fakeroot (1.23-1) ...
13:40:41 #8 34.56 Selecting previously unselected package libfile-which-perl.
13:40:41 #8 34.56 Preparing to unpack .../057-libfile-which-perl_1.23-1_all.deb ...
13:40:41 #8 34.57 Unpacking libfile-which-perl (1.23-1) ...
13:40:41 #8 34.60 Selecting previously unselected package libfile-homedir-perl.
13:40:41 #8 34.60 Preparing to unpack .../058-libfile-homedir-perl_1.004-1_all.deb ...
13:40:41 #8 34.60 Unpacking libfile-homedir-perl (1.004-1) ...
13:40:41 #8 34.65 Selecting previously unselected package libio-pty-perl.
13:40:41 #8 34.65 Preparing to unpack .../059-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ...
13:40:41 #8 34.65 Unpacking libio-pty-perl (1:1.08-1.1+b4) ...
13:40:41 #8 34.69 Selecting previously unselected package libipc-run-perl.
13:40:41 #8 34.69 Preparing to unpack .../060-libipc-run-perl_20180523.0-1_all.deb ...
13:40:41 #8 34.70 Unpacking libipc-run-perl (20180523.0-1) ...
13:40:41 #8 34.76 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:41 #8 34.76 Preparing to unpack .../061-libclass-method-modifiers-perl_2.12-1_all.deb ...
13:40:41 #8 34.76 Unpacking libclass-method-modifiers-perl (2.12-1) ...
13:40:41 #8 34.82 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:41 #8 34.82 Preparing to unpack .../062-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:41 #12 5.933 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive13 amd64 3.6.0-1ubuntu1 [368 kB]
13:40:41 #12 6.058 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjsoncpp25 amd64 1.9.5-3 [80.0 kB]
13:40:41 #12 6.078 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB]
13:40:41 #12 6.095 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuv1 amd64 1.43.0-1 [93.1 kB]
13:40:41 #12 6.108 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
13:40:41 #12 6.108 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 emacsen-common all 3.0.4 [14.9 kB]
13:40:41 #12 6.110 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 cmake-data all 3.22.1-1ubuntu1 [1912 kB]
13:40:41 #12 6.247 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 cmake amd64 3.22.1-1ubuntu1 [5012 kB]
13:40:41 #8 50.43 (156/156): yum-4.11.1-3.fc35.noarch.rpm         2.9 MB/s |  39 kB     00:00    
13:40:41 #8 50.43 --------------------------------------------------------------------------------
13:40:41 #8 50.43 Total                                            24 MB/s |  38 MB     00:01     
13:40:41 #13 9.135   Running scriptlet: glibc-2.28-199.el8.x86_64                             7/70 
13:40:41 #13 9.366   Upgrading        : glibc-2.28-199.el8.x86_64                             7/70 
13:40:41 #13 9.386   Running scriptlet: glibc-2.28-199.el8.x86_64                             7/70 
13:40:41 #13 9.561   Installing       : glibc-langpack-en-2.28-199.el8.x86_64                 8/70 
13:40:41 #13 9.621   Installing       : make-1:4.2.1-11.el8.x86_64                            9/70 
13:40:41 #13 9.631   Running scriptlet: make-1:4.2.1-11.el8.x86_64                            9/70 
13:40:41 #8 54.87 Setting up libgnutls-dane0:amd64 (3.6.7-4+deb10u7) ...
13:40:42 #8 54.88 Setting up libpython2.7:amd64 (2.7.16-2+deb10u1) ...
13:40:42 #8 54.90 Setting up gettext (0.19.8.1-9) ...
13:40:42 #8 54.91 Setting up exim4-base (4.92-8+deb10u6) ...
13:40:42 #8 55.00 exim: DB upgrade, deleting hints-db
13:40:42 #12 6.360 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cmake arm64 3.22.1-1ubuntu1 [4650 kB]
13:40:42 #8 35.43 Selecting previously unselected package libhtml-tagset-perl.
13:40:42 #8 35.44 Preparing to unpack .../123-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:42 #8 35.44 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:42 #8 35.50 Selecting previously unselected package liburi-perl.
13:40:42 #8 35.50 Preparing to unpack .../124-liburi-perl_5.08-1_all.deb ...
13:40:42 #8 35.51 Unpacking liburi-perl (5.08-1) ...
13:40:42 #8 35.64 Selecting previously unselected package libhtml-parser-perl.
13:40:42 #8 35.64 Preparing to unpack .../125-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
13:40:42 #8 67.58 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:42 #8 67.65 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:42 #8 67.79 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:42 #8 67.85 Setting up dh-strip-nondeterminism (1.12.0-1) ...
13:40:42 #8 68.83 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:42 #8 68.99 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:42 #8 69.03 Setting up libsoap-lite-perl (1.27-1) ...
13:40:42 
13:40:42 #24 [linux/amd64->darwin/amd64 build 3/3] 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
13:40:42 #8 50.38 (78/135): dnf-plugins-core-4.0.24-1.fc34.noarch 374 kB/s |  35 kB     00:00    
13:40:42 #8 50.44 (79/135): binutils-gold-2.35.2-6.fc34.x86_64.rp 4.6 MB/s | 716 kB     00:00    
13:40:42 #8 50.44 (80/135): efi-srpm-macros-5-4.fc34.noarch.rpm   396 kB/s |  22 kB     00:00    
13:40:42 #8 50.51 (81/135): elfutils-0.186-1.fc34.x86_64.rpm      7.0 MB/s | 519 kB     00:00    
13:40:42 #8 50.52 (82/135): elfutils-debuginfod-client-0.186-1.fc 472 kB/s |  40 kB     00:00    
13:40:42 #8 50.53 (83/135): emacs-filesystem-27.2-5.fc34.noarch.r 427 kB/s | 8.4 kB     00:00    
13:40:42 #8 50.58 (84/135): file-5.39-7.fc34.x86_64.rpm           856 kB/s |  50 kB     00:00    
13:40:42 #8 50.69 (85/135): binutils-2.35.2-6.fc34.x86_64.rpm      13 MB/s | 5.5 MB     00:00    
13:40:42 #8 50.74 (86/135): gdk-pixbuf2-2.42.6-1.fc34.x86_64.rpm  2.9 MB/s | 471 kB     00:00    
13:40:42 #8 50.75 (87/135): glib-networking-2.68.3-1.fc34.x86_64. 3.1 MB/s | 169 kB     00:00    
13:40:42 #8 51.88 Updating certificates in /etc/ssl/certs...
13:40:42 #9 58.75 Setting up libexception-class-perl (1.44-1) ...
13:40:42 #9 58.76 Setting up python3-xdg (0.27-2) ...
13:40:42 #9 58.92 Setting up libconfig-tiny-perl (2.26-1) ...
13:40:42 #9 58.93 Setting up libsereal-encoder-perl (4.018+ds-1build1) ...
13:40:42 #9 58.94 Setting up libdevel-callchecker-perl (0.008-1ubuntu3) ...
13:40:42 #9 58.95 Setting up liblist-utilsby-perl (0.11-1) ...
13:40:42 #9 58.96 Setting up libstring-shellquote-perl (1.04-1) ...
13:40:42 #9 52.29 Setting up libstring-copyright-perl (0.003006-1) ...
13:40:42 #9 58.97 Setting up libsub-install-perl (0.928-1.1) ...
13:40:42 #9 58.98 Setting up dpkg-dev (1.20.9ubuntu2) ...
13:40:42 #9 52.30 Setting up python3-debian (0.1.36ubuntu1) ...
13:40:42 #9 52.46 Setting up python3-requests (2.22.0-2ubuntu1) ...
13:40:42 #9 59.00 Setting up libnumber-compare-perl (0.03-1.1) ...
13:40:42 #9 59.01 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:42 #9 59.03 Setting up liberror-perl (0.17029-1) ...
13:40:42 #9 59.04 Setting up python3-six (1.16.0-2) ...
13:40:42 #9 33.83 Unpacking libctf0:armhf (2.38-3ubuntu1) ...
13:40:42 #9 33.88 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:40:42 #9 33.88 Preparing to unpack .../061-binutils-arm-linux-gnueabihf_2.38-3ubuntu1_armhf.deb ...
13:40:42 #9 33.89 Unpacking binutils-arm-linux-gnueabihf (2.38-3ubuntu1) ...
13:40:42 #9 34.06 Selecting previously unselected package binutils.
13:40:42 #9 34.06 Preparing to unpack .../062-binutils_2.38-3ubuntu1_armhf.deb ...
13:40:42 #9 34.07 Unpacking binutils (2.38-3ubuntu1) ...
13:40:42 #9 34.10 Selecting previously unselected package libc-dev-bin.
13:40:42 #9 34.10 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3_armhf.deb ...
13:40:42 + mkdir -p /root/build-deb/compose
13:40:42 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:40:42 + mkdir -p /root/build-deb/scan-cli-plugin
13:40:42 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:40:42 + mkdir -p /go/src/github.com/docker
13:40:42 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:40:42 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:40:42 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:40:42 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:40:42 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:40:42 #11 5.934 --------------------------------------------------------------------------------
13:40:42 #11 5.934 Total                                            27 MB/s |  94 MB     00:03     
13:40:42 #8 34.84 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:42 #8 34.93 Selecting previously unselected package libdevel-globaldestruction-perl.
13:40:42 #8 34.93 Preparing to unpack .../063-libdevel-globaldestruction-perl_0.14-1_all.deb ...
13:40:42 #8 34.93 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
13:40:42 #8 34.99 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:42 #8 34.99 Preparing to unpack .../064-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
13:40:42 #8 35.00 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
13:40:42 #12 6.509 Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 dh-apparmor all 3.0.4-2ubuntu2 [9472 B]
13:40:42 #12 6.510 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbtrfs0 amd64 5.16.2-1 [12.0 kB]
13:40:42 #12 6.512 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbtrfs-dev amd64 5.16.2-1 [47.3 kB]
13:40:42 #12 6.512 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev1 amd64 249.11-0ubuntu3.1 [76.9 kB]
13:40:42 #12 6.513 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB]
13:40:42 #12 6.515 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1ubuntu4 [12.6 kB]
13:40:42 #12 6.515 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev-dev amd64 249.11-0ubuntu3.1 [20.7 kB]
13:40:42 #12 6.516 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsepol-dev amd64 3.3-1build1 [378 kB]
13:40:42 #12 6.520 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpcre2-16-0 amd64 10.39-3build1 [203 kB]
13:40:42 #12 6.586 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpcre2-32-0 amd64 10.39-3build1 [193 kB]
13:40:42 #13 9.662   Installing       : python3-libselinux-2.9-5.el8.x86_64                  10/70 
13:40:42 #13 9.681   Installing       : libmpc-1.1.0-9.1.el8.x86_64                          11/70 
13:40:42 #13 9.733   Installing       : checkpolicy-2.9-1.el8.x86_64                         12/70 
13:40:42 #13 9.761   Installing       : m4-1.4.18-7.el8.x86_64                               13/70 
13:40:42 #13 9.771   Running scriptlet: m4-1.4.18-7.el8.x86_64                               13/70 
13:40:42 #13 9.836   Installing       : autoconf-2.69-29.el8.noarch                          14/70 
13:40:42 #8 55.03 Setting up gcc-8 (8.3.0-6) ...
13:40:42 #8 55.05 Setting up gpg-agent (2.2.12-1+deb10u1) ...
13:40:42 #8 55.07 Setting up libtool (2.4.6-9) ...
13:40:42 #8 55.08 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
13:40:42 #12 6.610 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 dh-apparmor all 3.0.4-2ubuntu2 [9472 B]
13:40:42 #12 6.615 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbtrfs0 arm64 5.16.2-1 [11.9 kB]
13:40:42 #12 6.615 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbtrfs-dev arm64 5.16.2-1 [47.4 kB]
13:40:42 #12 6.616 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libudev1 arm64 249.11-0ubuntu3.1 [74.6 kB]
13:40:42 #12 6.617 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB]
13:40:42 #12 6.619 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1ubuntu4 [12.0 kB]
13:40:42 #12 6.619 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libudev-dev arm64 249.11-0ubuntu3.1 [20.7 kB]
13:40:42 #12 6.620 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsepol-dev arm64 3.3-1build1 [387 kB]
13:40:42 #12 6.623 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre2-16-0 arm64 10.39-3build1 [184 kB]
13:40:42 #12 6.689 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre2-32-0 arm64 10.39-3build1 [176 kB]
13:40:42 #12 6.691 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre2-posix3 arm64 10.39-3build1 [5962 B]
13:40:42 #12 6.762 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpcre2-dev arm64 10.39-3build1 [662 kB]
13:40:42 #12 6.772 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libselinux1-dev arm64 3.3-1build2 [164 kB]
13:40:42 #12 6.775 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1ubuntu4 [36.6 kB]
13:40:42 #12 6.776 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libseccomp-dev arm64 2.5.3-2ubuntu2 [93.1 kB]
13:40:42 #12 6.777 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd0 arm64 249.11-0ubuntu3.1 [313 kB]
13:40:42 #12 6.782 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd-dev arm64 249.11-0ubuntu3.1 [306 kB]
13:40:42 #12 6.787 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglib2.0-0 arm64 2.72.1-1 [1429 kB]
13:40:42 #8 35.64 Unpacking libhtml-parser-perl (3.75-1+b1) ...
13:40:42 #8 35.71 Selecting previously unselected package libhtml-tree-perl.
13:40:42 #8 35.71 Preparing to unpack .../126-libhtml-tree-perl_5.07-2_all.deb ...
13:40:42 #8 35.71 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:42 #8 35.79 Selecting previously unselected package libio-html-perl.
13:40:42 #8 35.79 Preparing to unpack .../127-libio-html-perl_1.004-2_all.deb ...
13:40:42 #8 35.80 Unpacking libio-html-perl (1.004-2) ...
13:40:42 #8 35.84 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:42 #8 35.84 Preparing to unpack .../128-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:42 #8 35.85 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:42 #8 35.88 Selecting previously unselected package libhttp-message-perl.
13:40:42 #8 35.88 Preparing to unpack .../129-libhttp-message-perl_6.28-1_all.deb ...
13:40:42 #8 67.86 Setting up libconst-fast-perl (0.014-1.1) ...
13:40:42 #8 67.88 Setting up libhttp-daemon-perl (6.12-1) ...
13:40:42 #8 67.89 Setting up libdata-dpath-perl (0.58-1) ...
13:40:42 #8 67.90 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:40:42 #8 67.92 Setting up libpackage-stash-perl (0.39-1) ...
13:40:42 #8 67.93 Setting up libimport-into-perl (1.002005-1) ...
13:40:42 #8 67.95 Setting up libmoo-perl (2.004004-1) ...
13:40:42 #8 67.97 Setting up liblist-someutils-perl (0.58-1) ...
13:40:42 #8 67.99 Setting up debhelper (13.3.4) ...
13:40:42 #8 68.01 Setting up libmime-tools-perl (5.509-1) ...
13:40:42 #8 68.02 Setting up dput (1.1.0) ...
13:40:42 #8 69.04 Setting up libxmlrpc-lite-perl (0.717-2) ...
13:40:42 #8 69.07 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:40:42 #8 69.10 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:40:42 #8 69.10 Updating certificates in /etc/ssl/certs...
13:40:42 #8 34.43 Selecting previously unselected package libxml2:armhf.
13:40:42 #8 34.43 Preparing to unpack .../053-libxml2_2.9.10+dfsg-6.7+deb11u1_armhf.deb ...
13:40:42 #9 39.95 Selecting previously unselected package cpp.
13:40:42 #8 44.22 Selecting previously unselected package libnet-domain-tld-perl.
13:40:42 #8 44.22 Preparing to unpack .../187-libnet-domain-tld-perl_1.75-1_all.deb ...
13:40:42 #8 44.44 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:40:42 #8 44.57 Selecting previously unselected package libemail-valid-perl.
13:40:42 #24 0.559 Building static docker-darwin-amd64
13:40:42 #24 0.564 + go build -o /out/docker-darwin-amd64 -tags ' osusergo pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:40:42Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40"' '-buildmode=pie' github.com/docker/cli/cmd/docker
13:40:42 #8 42.61 Selecting previously unselected package libclass-accessor-perl.
13:40:42 #8 42.61 Preparing to unpack .../182-libclass-accessor-perl_0.51-1_all.deb ...
13:40:42 #8 42.80 Unpacking libclass-accessor-perl (0.51-1) ...
13:40:42 #9 41.09 Selecting previously unselected package libnghttp2-14:armhf.
13:40:42 #9 41.09 Preparing to unpack .../114-libnghttp2-14_1.40.0-1build1_armhf.deb ...
13:40:42 #8 50.82 (88/135): gdb-minimal-11.1-5.fc34.x86_64.rpm     13 MB/s | 3.8 MB     00:00    
13:40:42 #8 50.83 (89/135): go-srpm-macros-3.0.15-1.fc34.noarch.r 296 kB/s |  26 kB     00:00    
13:40:42 #8 50.83 (90/135): json-glib-1.6.6-1.fc34.x86_64.rpm     1.8 MB/s | 151 kB     00:00    
13:40:42 #8 50.85 (91/135): less-590-2.fc34.x86_64.rpm            6.8 MB/s | 161 kB     00:00    
13:40:42 #8 50.85 (92/135): perl-AutoLoader-5.74-477.fc34.noarch. 1.4 MB/s |  31 kB     00:00    
13:40:42 #8 50.86 (93/135): libjpeg-turbo-2.0.90-3.fc34.x86_64.rp 4.7 MB/s | 175 kB     00:00    
13:40:42 #8 50.88 (94/135): perl-B-1.80-477.fc34.x86_64.rpm       6.0 MB/s | 189 kB     00:00    
13:40:42 #8 50.88 (95/135): perl-Class-Struct-0.66-477.fc34.noarc 1.2 MB/s |  32 kB     00:00    
13:40:42 #8 50.88 (96/135): perl-Digest-1.20-1.fc34.noarch.rpm    1.1 MB/s |  25 kB     00:00    
13:40:42 #8 50.90 (97/135): perl-DynaLoader-1.47-477.fc34.x86_64. 1.8 MB/s |  36 kB     00:00    
13:40:42 #8 50.92 (98/135): perl-Errno-1.30-477.fc34.x86_64.rpm   715 kB/s |  25 kB     00:00    
13:40:42 #8 50.92 (99/135): perl-Fcntl-1.13-477.fc34.x86_64.rpm   1.2 MB/s |  31 kB     00:00    
13:40:42 #8 50.95 (100/135): perl-File-Basename-2.85-477.fc34.noa 1.1 MB/s |  27 kB     00:00    
13:40:42 #8 50.95 (101/135): perl-File-stat-1.09-477.fc34.noarch. 1.1 MB/s |  27 kB     00:00    
13:40:42 #8 50.97 (102/135): perl-FileHandle-2.03-477.fc34.noarch 1.1 MB/s |  26 kB     00:00    
13:40:42 #8 50.97 (103/135): perl-Getopt-Std-1.12-477.fc34.noarch 1.1 MB/s |  26 kB     00:00    
13:40:42 #8 50.99 (104/135): perl-Encode-3.15-462.fc34.x86_64.rpm  15 MB/s | 1.7 MB     00:00    
13:40:42 #8 51.00 (105/135): perl-IO-1.43-477.fc34.x86_64.rpm     4.2 MB/s |  97 kB     00:00    
13:40:42 #8 51.00 (106/135): perl-HTTP-Tiny-0.078-1.fc34.noarch.r 1.8 MB/s |  55 kB     00:00    
13:40:42 #8 51.01 (107/135): perl-IPC-Open3-1.21-477.fc34.noarch. 1.6 MB/s |  33 kB     00:00    
13:40:42 #8 51.02 (108/135): perl-Mozilla-CA-20211001-1.fc34.noar 589 kB/s |  12 kB     00:00    
13:40:42 #8 51.02 (109/135): perl-NDBM_File-1.15-477.fc34.x86_64. 1.5 MB/s |  32 kB     00:00    
13:40:42 #8 52.29 129 added, 0 removed; done.
13:40:42 #8 52.35 Setting up libfreetype6:amd64 (2.10.4+dfsg-1) ...
13:40:42 #8 52.36 Setting up shared-mime-info (2.0-1) ...
13:40:42 #9 52.62 Setting up libdata-optlist-perl (0.110-1) ...
13:40:42 #9 52.64 Setting up libipc-run-perl (20180523.0-2) ...
13:40:42 #9 52.65 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:42 #9 52.66 Setting up libcontextual-return-perl (0.004014-2) ...
13:40:42 #9 52.67 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:42 #9 52.69 Setting up libtypes-serialiser-perl (1.0-1) ...
13:40:42 #9 52.70 Setting up g++ (4:9.3.0-1ubuntu2) ...
13:40:42 #9 52.72 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:42 #9 52.72 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:40:42 #9 52.73 Setting up libhtml-parser-perl (3.72-5) ...
13:40:42 #9 52.74 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:40:42 #9 52.75 Setting up librole-tiny-perl (2.001004-1) ...
13:40:42 #9 52.76 Setting up build-essential (12.8ubuntu1.1) ...
13:40:42 #9 52.77 Setting up libfont-ttf-perl (1.06-1) ...
13:40:42 #9 52.79 Setting up libfile-homedir-perl (1.004-1) ...
13:40:42 #9 59.18 Setting up dh-autoreconf (20) ...
13:40:42 #9 34.11 Unpacking libc-dev-bin (2.35-0ubuntu3) ...
13:40:42 #9 34.16 Selecting previously unselected package linux-libc-dev:armhf.
13:40:42 #9 34.16 Preparing to unpack .../064-linux-libc-dev_5.15.0-27.28_armhf.deb ...
13:40:42 #9 34.16 Unpacking linux-libc-dev:armhf (5.15.0-27.28) ...
13:40:42 + EPOCH=5
13:40:42 + EPOCH_SEP=
13:40:42 + [[ ! -z 5 ]]
13:40:42 + EPOCH_SEP=:
13:40:42 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:40:42 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:40:42 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:40:42 + VERSION=0.0.0-20220503081348-bfa9b40
13:40:42 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:40:42 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:40:42 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:40:42 + debSource=docker-ce
13:40:42 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:40:42 + debMaintainer='Docker <support@docker.com>'
13:40:42 ++ date --rfc-2822
13:40:42 + debDate='Wed, 04 May 2022 13:40:42 +0000'
13:40:42 + cat
13:40:42 + export CLI_GITCOMMIT=bfa9b40
13:40:42 + CLI_GITCOMMIT=bfa9b40
13:40:42 + export ENGINE_GITCOMMIT=613b798
13:40:42 + ENGINE_GITCOMMIT=613b798
13:40:42 + export SCAN_GITCOMMIT=061fe0a
13:40:42 + SCAN_GITCOMMIT=061fe0a
13:40:42 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:40:42 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:40:42 + dpkg-buildpackage -uc -us -I.git
13:40:42 dpkg-buildpackage: info: source package docker-ce
13:40:42 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic
13:40:42 dpkg-buildpackage: info: source distribution bionic
13:40:42 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:40:42  dpkg-source -I.git --before-build build-deb
13:40:42 dpkg-buildpackage: info: host architecture arm64
13:40:42 #8 35.15 Selecting previously unselected package libdynaloader-functions-perl.
13:40:42 #8 35.15 Preparing to unpack .../065-libdynaloader-functions-perl_0.003-1_all.deb ...
13:40:42 #8 35.15 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:40:42 #8 35.19 Selecting previously unselected package libdevel-callchecker-perl.
13:40:42 #8 35.19 Preparing to unpack .../066-libdevel-callchecker-perl_0.008-1_armhf.deb ...
13:40:42 #8 35.20 Unpacking libdevel-callchecker-perl (0.008-1) ...
13:40:42 #8 35.23 Selecting previously unselected package libparams-classify-perl.
13:40:42 #8 35.23 Preparing to unpack .../067-libparams-classify-perl_0.015-1+b1_armhf.deb ...
13:40:42 #8 35.23 Unpacking libparams-classify-perl (0.015-1+b1) ...
13:40:42 #8 35.27 Selecting previously unselected package libmodule-runtime-perl.
13:40:42 #8 35.27 Preparing to unpack .../068-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:42 #8 35.28 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:42 #12 6.588 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpcre2-posix3 amd64 10.39-3build1 [6136 B]
13:40:42 #12 6.589 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpcre2-dev amd64 10.39-3build1 [727 kB]
13:40:42 #12 6.659 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libselinux1-dev amd64 3.3-1build2 [158 kB]
13:40:42 #12 6.666 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1ubuntu4 [36.6 kB]
13:40:42 #12 6.668 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libseccomp-dev amd64 2.5.3-2ubuntu2 [94.0 kB]
13:40:42 #12 6.672 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd0 amd64 249.11-0ubuntu3.1 [317 kB]
13:40:42 #12 6.686 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd-dev amd64 249.11-0ubuntu3.1 [306 kB]
13:40:42 #12 6.700 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglib2.0-0 amd64 2.72.1-1 [1460 kB]
13:40:42 #12 6.769 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB]
13:40:42 #12 6.945 debconf: delaying package configuration, since apt-utils is not installed
13:40:42 #12 6.858 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkg-config arm64 0.29.2-1ubuntu3 [47.4 kB]
13:40:42 #12 7.049 debconf: delaying package configuration, since apt-utils is not installed
13:40:42 #12 7.083 Fetched 11.5 MB in 2s (7268 kB/s)
13:40:42 #12 7.111 Selecting previously unselected package bash-completion.
13:40:42 #8 35.88 Unpacking libhttp-message-perl (6.28-1) ...
13:40:42 #8 35.93 Selecting previously unselected package libhttp-cookies-perl.
13:40:42 #8 35.94 Preparing to unpack .../130-libhttp-cookies-perl_6.10-1_all.deb ...
13:40:42 #8 35.94 Unpacking libhttp-cookies-perl (6.10-1) ...
13:40:42 #8 35.97 Selecting previously unselected package libhttp-negotiate-perl.
13:40:42 #8 35.98 Preparing to unpack .../131-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:42 #8 35.98 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:42 #8 ...
13:40:42 
13:40:42 #13 [golang 1/1] FROM docker.io/library/golang:1.18.1-buster@sha256:d8f864bac466e488bb425a59ff9bc104828cd44d0985a8d2fcb5570a9250258a
13:40:42 #13 sha256:47caf7d1b3762cfe04c8b05a4b1b37f742957a5a323a35e7ba65fcebd2e62c37
13:40:42 #13 extracting sha256:1f3659ac423930ce4e922081ae651854b5e80673090d8495cb1f3bff1e1f54ed 18.7s done
13:40:42 #13 extracting sha256:d18913c753a76507b6831d96e5a708cd4c683952b9d3f9904cdfbaec6007a33c done
13:40:42 #13 DONE 55.8s
13:40:42 
13:40:42 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:40:42 #8 sha256:5d84cd193ad52d2db99bc7b859d7a40e036d5ffc66b09666c16a92e81a19bbbb
13:40:42 #8 36.04 Selecting previously unselected package perl-openssl-defaults:armhf.
13:40:42 #8 36.05 Preparing to unpack .../132-perl-openssl-defaults_5_armhf.deb ...
13:40:42 #8 36.05 Unpacking perl-openssl-defaults:armhf (5) ...
13:40:42 #8 36.09 Selecting previously unselected package libnet-ssleay-perl.
13:40:42 #8 36.09 Preparing to unpack .../133-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
13:40:42 #8 36.11 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
13:40:42 #8 36.19 Selecting previously unselected package libio-socket-ssl-perl.
13:40:42 #8 36.19 Preparing to unpack .../134-libio-socket-ssl-perl_2.069-1_all.deb ...
13:40:42 #8 68.17 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
13:40:42 #8 68.18 Setting up equivs (2.3.1) ...
13:40:42 #8 68.20 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:40:42 #8 68.21 Setting up libparams-validate-perl:arm64 (1.30-1+b1) ...
13:40:42 #8 68.23 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
13:40:42 #8 68.24 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:42 #8 68.26 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
13:40:42 #8 68.28 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:40:42 #8 68.29 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:40:42 #8 68.30 Setting up libmoox-struct-perl (0.020-1) ...
13:40:42 #8 68.32 Setting up lintian (2.104.0) ...
13:40:42 #8 69.60 0 added, 0 removed; done.
13:40:42 #8 69.60 Running hooks in /etc/ca-certificates/update.d...
13:40:42 #8 55.16 Setting up gpgsm (2.2.12-1+deb10u1) ...
13:40:42 #8 55.17 Setting up libgsasl7 (1.8.0-8+b2) ...
13:40:42 #8 55.18 Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
13:40:42 #8 55.19 Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u2) ...
13:40:42 #8 55.20 Setting up python3 (3.7.3-1) ...
13:40:42 #11 7.799 Running transaction check
13:40:42 #8 34.43 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u1) ...
13:40:42 #8 34.56 Selecting previously unselected package gettext.
13:40:42 #8 34.56 Preparing to unpack .../054-gettext_0.21-4_armhf.deb ...
13:40:42 #8 34.57 Unpacking gettext (0.21-4) ...
13:40:42 #9 39.95 Preparing to unpack .../073-cpp_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:40:42 #9 40.13 Unpacking cpp (4:11.2.0-1ubuntu1) ...
13:40:42 #9 41.22 Unpacking libnghttp2-14:armhf (1.40.0-1build1) ...
13:40:42 #9 41.26 Selecting previously unselected package librtmp1:armhf.
13:40:42 #9 41.26 Preparing to unpack .../115-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ...
13:40:42 #9 41.27 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
13:40:42 #9 41.31 Selecting previously unselected package libssh-4:armhf.
13:40:42 #9 41.31 Preparing to unpack .../116-libssh-4_0.9.3-2ubuntu2.2_armhf.deb ...
13:40:42 #9 41.32 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.2) ...
13:40:42 #8 44.58 Preparing to unpack .../188-libemail-valid-perl_1.202-1_all.deb ...
13:40:42 #8 44.63 Unpacking libemail-valid-perl (1.202-1) ...
13:40:42 #8 51.04 (110/135): perl-POSIX-1.94-477.fc34.x86_64.rpm  4.4 MB/s | 107 kB     00:00    
13:40:42 #8 51.04 (111/135): perl-SelectSaver-1.02-477.fc34.noarc 924 kB/s |  22 kB     00:00    
13:40:42 #8 51.05 (112/135): perl-Socket-2.032-1.fc34.x86_64.rpm  1.8 MB/s |  54 kB     00:00    
13:40:42 #8 51.06 (113/135): perl-Symbol-1.08-477.fc34.noarch.rpm 1.1 MB/s |  24 kB     00:00    
13:40:42 #8 51.06 (114/135): perl-Text-Tabs+Wrap-2021.0726-1.fc34 1.0 MB/s |  22 kB     00:00    
13:40:42 #8 51.07 (115/135): perl-base-2.27-477.fc34.noarch.rpm   1.2 MB/s |  26 kB     00:00    
13:40:42 #8 51.08 (116/135): perl-if-0.60.800-477.fc34.noarch.rpm 1.0 MB/s |  24 kB     00:00    
13:40:42 #8 51.09 (117/135): perl-interpreter-5.32.1-477.fc34.x86 3.3 MB/s |  81 kB     00:00    
13:40:42 #8 51.11 (118/135): perl-mro-1.23-477.fc34.x86_64.rpm    1.6 MB/s |  38 kB     00:00    
13:40:42 #8 51.11 (119/135): perl-overload-1.31-477.fc34.noarch.r 2.2 MB/s |  56 kB     00:00    
13:40:42 #8 51.13 (120/135): perl-overloading-0.02-477.fc34.noarc 1.0 MB/s |  23 kB     00:00    
13:40:42 #8 51.14 (121/135): perl-subs-1.03-477.fc34.noarch.rpm   945 kB/s |  22 kB     00:00    
13:40:42 #8 51.15 (122/135): perl-vars-1.05-477.fc34.noarch.rpm   1.1 MB/s |  23 kB     00:00    
13:40:42 #8 51.18 (123/135): python-srpm-macros-3.9-41.fc34.noarc 504 kB/s |  21 kB     00:00    
13:40:42 #8 51.23 (124/135): python3-dbus-1.2.18-1.fc34.x86_64.rp 1.7 MB/s | 132 kB     00:00    
13:40:42 #9 52.80 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
13:40:42 #9 52.81 Setting up libio-socket-ssl-perl (2.067-1) ...
13:40:42 #9 52.82 Setting up libsub-exporter-perl (0.987-1) ...
13:40:42 #9 52.83 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:42 #9 52.84 Setting up libhttp-message-perl (6.22-1) ...
13:40:42 #9 52.85 Setting up libhtml-form-perl (6.07-1) ...
13:40:42 #9 52.86 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
13:40:42 #9 52.88 Setting up libjson-xs-perl (4.020-1build1) ...
13:40:42 #9 52.89 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:42 #9 52.90 Setting up libio-prompter-perl (0.004015-1) ...
13:40:42 #9 52.91 Setting up libhttp-cookies-perl (6.08-1) ...
13:40:42 #9 52.92 Setting up po-debconf (1.0.21) ...
13:40:42 #9 52.93 Setting up libhtml-tree-perl (5.07-2) ...
13:40:42 #9 52.94 Setting up libparams-classify-perl (0.015-1build2) ...
13:40:42 #9 52.95 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
13:40:42 #9 52.96 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:40:42 #9 52.98 Setting up libnet-dns-sec-perl (1.15-1) ...
13:40:42 #9 52.99 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.10) ...
13:40:42 #9 59.19 Setting up patchutils (0.4.2-1) ...
13:40:42 #9 59.20 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:40:42 #9 59.21 Setting up libltdl-dev:arm64 (2.4.6-15) ...
13:40:42 #9 59.22 Setting up libjson-maybexs-perl (1.004003-1) ...
13:40:42 #9 59.23 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:40:42 #9 59.24 Setting up libio-string-perl (1.08-3.1) ...
13:40:42 #9 59.25 Setting up libreadonly-perl (2.050-3) ...
13:40:42 #9 59.27 Setting up python3-gpg (1.14.0-1ubuntu4) ...
13:40:42 #9 59.44 Setting up python3-certifi (2020.6.20-1) ...
13:40:42 #9 34.39 Selecting previously unselected package libcrypt-dev:armhf.
13:40:42 #9 34.39 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_armhf.deb ...
13:40:42 #9 34.40 Unpacking libcrypt-dev:armhf (1:4.4.27-1) ...
13:40:42 #9 34.45 Selecting previously unselected package rpcsvc-proto.
13:40:42 #9 34.45 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ...
13:40:42 #9 34.46 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
13:40:42 #9 34.54 Selecting previously unselected package libtirpc-dev:armhf.
13:40:42 #9 34.54 Preparing to unpack .../067-libtirpc-dev_1.3.2-2build1_armhf.deb ...
13:40:42  debian/rules clean
13:40:42 dh clean --with=bash-completion
13:40:42    dh_clean
13:40:42 #8 35.41 Selecting previously unselected package libimport-into-perl.
13:40:42 #8 35.41 Preparing to unpack .../069-libimport-into-perl_1.002005-1_all.deb ...
13:40:42 #8 35.45 Unpacking libimport-into-perl (1.002005-1) ...
13:40:42 #8 35.56 Selecting previously unselected package librole-tiny-perl.
13:40:42 #11 6.271 Running transaction check
13:40:42 #11 6.404 Transaction check succeeded.
13:40:42 #12 7.111 (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 ... 25550 files and directories currently installed.)
13:40:42 #12 7.122 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
13:40:42 #12 7.133 Unpacking bash-completion (1:2.11-5ubuntu1) ...
13:40:42 #12 7.254 Selecting previously unselected package libarchive13:arm64.
13:40:42 #12 7.256 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_arm64.deb ...
13:40:42 #12 7.264 Unpacking libarchive13:arm64 (3.6.0-1ubuntu1) ...
13:40:42 #12 7.301 Selecting previously unselected package libjsoncpp25:arm64.
13:40:42 #12 7.304 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_arm64.deb ...
13:40:42 #12 7.307 Unpacking libjsoncpp25:arm64 (1.9.5-3) ...
13:40:42 #12 7.339 Selecting previously unselected package librhash0:arm64.
13:40:42 #12 7.341 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_arm64.deb ...
13:40:42 #12 7.345 Unpacking librhash0:arm64 (1.4.2-1ubuntu1) ...
13:40:42 #12 7.379 Selecting previously unselected package libuv1:arm64.
13:40:42 #12 6.994 Fetched 12.0 MB in 2s (7474 kB/s)
13:40:42 #12 7.020 Selecting previously unselected package bash-completion.
13:40:42 #12 7.020 (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 ... 25579 files and directories currently installed.)
13:40:42 #12 7.033 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
13:40:42 #12 7.045 Unpacking bash-completion (1:2.11-5ubuntu1) ...
13:40:42 #8 36.20 Unpacking libio-socket-ssl-perl (2.069-1) ...
13:40:42 #8 36.27 Selecting previously unselected package libnet-http-perl.
13:40:42 #8 36.27 Preparing to unpack .../135-libnet-http-perl_6.20-1_all.deb ...
13:40:42 #8 36.27 Unpacking libnet-http-perl (6.20-1) ...
13:40:42 #8 36.31 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:42 #8 36.31 Preparing to unpack .../136-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:40:42 #8 36.32 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:40:42 #8 36.38 Selecting previously unselected package libtry-tiny-perl.
13:40:42 #8 36.38 Preparing to unpack .../137-libtry-tiny-perl_0.30-1_all.deb ...
13:40:42 #8 36.38 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:42 #8 36.42 Selecting previously unselected package libwww-robotrules-perl.
13:40:42 #8 36.42 Preparing to unpack .../138-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:42 #8 68.33 Setting up licensecheck (3.1.1-2) ...
13:40:42 #8 68.35 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:40:42 #8 68.36 Setting up libwww-perl (6.52-1) ...
13:40:42 #8 68.38 Setting up devscripts (2.21.3+deb11u1) ...
13:40:42 #8 68.55 Setting up libxml-parser-perl:arm64 (2.46-2) ...
13:40:42 #8 68.57 Setting up libxml-sax-expat-perl (0.51-1) ...
13:40:42 #8 55.47 Setting up python3-xdg (0.25-5) ...
13:40:42 #8 55.62 Setting up man-db (2.8.5-2) ...
13:40:42 #8 55.71 Building database of manual pages ...
13:40:42 #8 69.60 done.
13:40:42 #11 7.921 Transaction check succeeded.
13:40:42 #11 7.921 Running transaction test
13:40:42 #8 34.73 Selecting previously unselected package intltool-debian.
13:40:42 #8 34.73 Preparing to unpack .../055-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:42 #8 34.73 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:42 #8 34.78 Selecting previously unselected package po-debconf.
13:40:42 #8 34.78 Preparing to unpack .../056-po-debconf_1.0.21+nmu1_all.deb ...
13:40:42 #8 34.78 Unpacking po-debconf (1.0.21+nmu1) ...
13:40:42 #9 40.35 Selecting previously unselected package libcc1-0:armhf.
13:40:42 #9 40.35 Preparing to unpack .../074-libcc1-0_11.2.0-7ubuntu2_armhf.deb ...
13:40:42 #9 40.36 Unpacking libcc1-0:armhf (11.2.0-7ubuntu2) ...
13:40:42 #9 40.41 Selecting previously unselected package libgomp1:armhf.
13:40:42 #9 40.41 Preparing to unpack .../075-libgomp1_11.2.0-7ubuntu2_armhf.deb ...
13:40:42 #9 40.41 Unpacking libgomp1:armhf (11.2.0-7ubuntu2) ...
13:40:42 #9 40.46 Selecting previously unselected package libatomic1:armhf.
13:40:42 #9 40.46 Preparing to unpack .../076-libatomic1_11.2.0-7ubuntu2_armhf.deb ...
13:40:42 #11 0.725 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
13:40:42 #11 0.728 Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
13:40:42 #11 0.740 Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
13:40:42 #11 0.828 Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
13:40:42 #8 51.50 Running transaction check
13:40:42 #9 41.37 Selecting previously unselected package libcurl4:armhf.
13:40:42 #9 41.37 Preparing to unpack .../117-libcurl4_7.68.0-1ubuntu2.10_armhf.deb ...
13:40:42 #9 41.38 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.10) ...
13:40:42 #9 41.43 Selecting previously unselected package curl.
13:40:42 #9 41.43 Preparing to unpack .../118-curl_7.68.0-1ubuntu2.10_armhf.deb ...
13:40:42 #9 41.44 Unpacking curl (7.68.0-1ubuntu2.10) ...
13:40:42 #9 41.49 Selecting previously unselected package dctrl-tools.
13:40:42 #9 41.49 Preparing to unpack .../119-dctrl-tools_2.24-3_armhf.deb ...
13:40:42 #9 41.50 Unpacking dctrl-tools (2.24-3) ...
13:40:42 #9 41.53 Selecting previously unselected package libtool.
13:40:42 #9 41.54 Preparing to unpack .../120-libtool_2.4.6-14_all.deb ...
13:40:42 #9 41.54 Unpacking libtool (2.4.6-14) ...
13:40:42 #9 41.59 Selecting previously unselected package dh-autoreconf.
13:40:42 #9 41.59 Preparing to unpack .../121-dh-autoreconf_19_all.deb ...
13:40:42 #8 45.11 Selecting previously unselected package libencode-locale-perl.
13:40:42 #8 45.11 Preparing to unpack .../189-libencode-locale-perl_1.05-1_all.deb ...
13:40:42 #8 45.12 Unpacking libencode-locale-perl (1.05-1) ...
13:40:42 #8 51.28 (125/135): python3-dnf-plugins-core-4.0.24-1.fc 2.0 MB/s | 210 kB     00:00    
13:40:42 #8 51.30 (126/135): python3-enchant-3.2.1-1.fc34.noarch. 1.0 MB/s |  78 kB     00:00    
13:40:42 #8 51.32 (127/135): python3-file-magic-5.39-7.fc34.noarc 434 kB/s |  17 kB     00:00    
13:40:42 #8 51.36 (128/135): perl-libs-5.32.1-477.fc34.x86_64.rpm 7.2 MB/s | 2.0 MB     00:00    
13:40:42 #8 51.36 (129/135): redhat-rpm-config-183-3.fc34.noarch. 1.6 MB/s |  65 kB     00:00    
13:40:42 #8 51.37 (130/135): python3-setuptools-53.0.0-3.fc34.noa  12 MB/s | 839 kB     00:00    
13:40:42 #8 51.38 (131/135): rpmautospec-rpm-macros-0.2.6-1.fc34. 368 kB/s | 8.3 kB     00:00    
13:40:42 #8 51.42 (132/135): rpmlint-1.11-19.fc34.noarch.rpm      3.1 MB/s | 185 kB     00:00    
13:40:42 #8 51.43 (133/135): rust-srpm-macros-21-1.fc34.noarch.rp 154 kB/s | 8.9 kB     00:00    
13:40:42 #8 51.46 (134/135): xxhash-libs-0.8.1-1.fc34.x86_64.rpm  509 kB/s |  40 kB     00:00    
13:40:42 #8 43.36 Selecting previously unselected package libclass-inspector-perl.
13:40:42 #8 43.36 Preparing to unpack .../183-libclass-inspector-perl_1.32-1_all.deb ...
13:40:42 #9 59.57 Setting up libfile-find-rule-perl (0.34-1) ...
13:40:42 #9 59.59 Setting up libstring-copyright-perl (0.003006-1) ...
13:40:42 #9 59.60 Setting up python3-idna (2.10-1) ...
13:40:42 #9 34.54 Unpacking libtirpc-dev:armhf (1.3.2-2build1) ...
13:40:42 #9 34.59 Selecting previously unselected package libnsl-dev:armhf.
13:40:42 #9 34.59 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_armhf.deb ...
13:40:42 #9 34.59 Unpacking libnsl-dev:armhf (1.3.0-2build2) ...
13:40:42 #9 34.64 Selecting previously unselected package libc6-dev:armhf.
13:40:42 #9 34.64 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3_armhf.deb ...
13:40:42 #9 34.65 Unpacking libc6-dev:armhf (2.35-0ubuntu3) ...
13:40:42 #9 53.00 Setting up libsereal-perl (4.011-1) ...
13:40:42 #9 53.01 Setting up libhtml-format-perl (2.12-1) ...
13:40:42 #9 53.02 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:40:42 #9 53.08 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:42 #9 53.14 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:42 #9 53.26 
13:40:42 #9 53.26 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:42  dpkg-source -I.git -b build-deb
13:40:42 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:40:42 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:40:42 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:40:42 dpkg-source: info: using source format '1.0'
13:40:42 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz
13:40:43 #13 15.55   Running scriptlet: selinux-policy-minimum-3.14.3-97.el8.noarch          41/73 
13:40:43 #13 24.81   Installing       : policycoreutils-devel-2.9-19.el8.aarch64             42/73 
13:40:43 #13 25.03   Installing       : selinux-policy-devel-3.14.3-97.el8.noarch            43/73 
13:40:43 #13 25.08   Running scriptlet: selinux-policy-devel-3.14.3-97.el8.noarch            43/73 
13:40:43 #13 25.16   Installing       : systemd-devel-239-58.el8.aarch64                     44/73 
13:40:43 #13 25.19   Installing       : libsepol-devel-2.9-3.el8.aarch64                     45/73 
13:40:43 #13 25.24   Installing       : libselinux-devel-2.9-5.el8.aarch64                   46/73 
13:40:43 #13 25.48   Installing       : kernel-headers-4.18.0-383.el8.aarch64                47/73 
13:40:43 #13 25.58   Running scriptlet: glibc-headers-2.28-199.el8.aarch64                   48/73 
13:40:43 #13 25.66   Installing       : glibc-headers-2.28-199.el8.aarch64                   48/73 
13:40:43 #13 25.69   Installing       : libxcrypt-devel-4.1.1-6.el8.aarch64                  49/73 
13:40:43 #13 25.71   Installing       : glibc-devel-2.28-199.el8.aarch64                     50/73 
13:40:43 #8 35.56 Preparing to unpack .../070-librole-tiny-perl_2.000006-1_all.deb ...
13:40:43 #8 35.59 Unpacking librole-tiny-perl (2.000006-1) ...
13:40:43 #8 35.70 Selecting previously unselected package libstrictures-perl.
13:40:43 #8 35.70 Preparing to unpack .../071-libstrictures-perl_2.000005-1_all.deb ...
13:40:43 #8 35.71 Unpacking libstrictures-perl (2.000005-1) ...
13:40:43 #12 7.382 Preparing to unpack .../04-libuv1_1.43.0-1_arm64.deb ...
13:40:43 #12 7.385 Unpacking libuv1:arm64 (1.43.0-1) ...
13:40:43 #12 7.413 Selecting previously unselected package dh-elpa-helper.
13:40:43 #12 7.415 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
13:40:43 #12 7.418 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
13:40:43 #12 7.454 Selecting previously unselected package emacsen-common.
13:40:43 #12 7.457 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
13:40:43 #12 7.467 Unpacking emacsen-common (3.0.4) ...
13:40:43 #12 7.529 Selecting previously unselected package cmake-data.
13:40:43 #11 6.404 Running transaction test
13:40:43 #12 7.166 Selecting previously unselected package libarchive13:amd64.
13:40:43 #12 7.169 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_amd64.deb ...
13:40:43 #12 7.178 Unpacking libarchive13:amd64 (3.6.0-1ubuntu1) ...
13:40:43 #12 7.225 Selecting previously unselected package libjsoncpp25:amd64.
13:40:43 #12 7.228 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_amd64.deb ...
13:40:43 #12 7.232 Unpacking libjsoncpp25:amd64 (1.9.5-3) ...
13:40:43 #12 7.267 Selecting previously unselected package librhash0:amd64.
13:40:43 #12 7.270 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_amd64.deb ...
13:40:43 #12 7.274 Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ...
13:40:43 #12 7.312 Selecting previously unselected package libuv1:amd64.
13:40:43 #12 7.314 Preparing to unpack .../04-libuv1_1.43.0-1_amd64.deb ...
13:40:43 #12 7.319 Unpacking libuv1:amd64 (1.43.0-1) ...
13:40:43 #12 7.348 Selecting previously unselected package dh-elpa-helper.
13:40:43 #12 7.352 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
13:40:43 #12 7.356 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
13:40:43 #12 7.393 Selecting previously unselected package emacsen-common.
13:40:43 #12 7.395 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
13:40:43 #12 7.406 Unpacking emacsen-common (3.0.4) ...
13:40:43 #12 7.478 Selecting previously unselected package cmake-data.
13:40:43 #8 36.43 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:43 #8 36.46 Selecting previously unselected package libwww-perl.
13:40:43 #8 36.46 Preparing to unpack .../139-libwww-perl_6.52-1_all.deb ...
13:40:43 #8 36.47 Unpacking libwww-perl (6.52-1) ...
13:40:43 #8 36.56 Selecting previously unselected package patchutils.
13:40:43 #8 36.56 Preparing to unpack .../140-patchutils_0.4.2-1_armhf.deb ...
13:40:43 #8 36.56 Unpacking patchutils (0.4.2-1) ...
13:40:43 #8 36.62 Selecting previously unselected package wdiff.
13:40:43 #8 36.62 Preparing to unpack .../141-wdiff_1.2.2-2+b1_armhf.deb ...
13:40:43 #8 36.62 Unpacking wdiff (1.2.2-2+b1) ...
13:40:43 #8 68.62 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:43 #8 68.67 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:43 #8 68.82 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:43 #8 68.85 Setting up libsoap-lite-perl (1.27-1) ...
13:40:43 #8 DONE 70.0s
13:40:43 
13:40:43 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:40:43 #10 sha256:fa2ef6c1bb899a64f55ca6539b53196a49a3ce68b8605d73018a3c473781f2ae
13:40:43 #10 DONE 0.1s
13:40:43 
13:40:43 #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
13:40:43 #11 sha256:a77f6e7616f63ec1e1f63ae4d101a07f0c526f50fb4ecb369d616ee754e4d403
13:40:43 #8 34.86 Selecting previously unselected package debhelper.
13:40:43 #8 34.86 Preparing to unpack .../057-debhelper_13.3.4_all.deb ...
13:40:43 #8 34.86 Unpacking debhelper (13.3.4) ...
13:40:43 #8 35.01 Selecting previously unselected package libfakeroot:armhf.
13:40:43 #8 35.01 Preparing to unpack .../058-libfakeroot_1.25.3-1.1_armhf.deb ...
13:40:43 #8 35.02 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
13:40:43 #9 40.46 Unpacking libatomic1:armhf (11.2.0-7ubuntu2) ...
13:40:43 #9 40.52 Selecting previously unselected package libasan6:armhf.
13:40:43 #9 40.52 Preparing to unpack .../077-libasan6_11.2.0-7ubuntu2_armhf.deb ...
13:40:43 #9 40.53 Unpacking libasan6:armhf (11.2.0-7ubuntu2) ...
13:40:43 #8 51.64 Transaction check succeeded.
13:40:43 #8 51.64 Running transaction test
13:40:43 #9 41.60 Unpacking dh-autoreconf (19) ...
13:40:43 #9 41.63 Selecting previously unselected package libdebhelper-perl.
13:40:43 #9 41.63 Preparing to unpack .../122-libdebhelper-perl_12.10ubuntu1_all.deb ...
13:40:43 #9 41.64 Unpacking libdebhelper-perl (12.10ubuntu1) ...
13:40:43 #9 41.68 Selecting previously unselected package libarchive-zip-perl.
13:40:43 #9 41.68 Preparing to unpack .../123-libarchive-zip-perl_1.67-2_all.deb ...
13:40:43 #9 41.68 Unpacking libarchive-zip-perl (1.67-2) ...
13:40:43 #9 41.73 Selecting previously unselected package libsub-override-perl.
13:40:43 #9 41.73 Preparing to unpack .../124-libsub-override-perl_0.09-2_all.deb ...
13:40:43 #9 41.74 Unpacking libsub-override-perl (0.09-2) ...
13:40:43 #9 41.78 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:43 #9 41.78 Preparing to unpack .../125-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
13:40:43 #9 41.78 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
13:40:43 #9 41.82 Selecting previously unselected package dh-strip-nondeterminism.
13:40:43 #9 41.82 Preparing to unpack .../126-dh-strip-nondeterminism_1.7.0-1_all.deb ...
13:40:43 #9 41.82 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
13:40:43 #8 45.20 Selecting previously unselected package libexporter-tiny-perl.
13:40:43 #8 45.21 Preparing to unpack .../190-libexporter-tiny-perl_1.000000-2_all.deb ...
13:40:43 #8 45.22 Unpacking libexporter-tiny-perl (1.000000-2) ...
13:40:43 #8 51.50 (135/135): zstd-1.5.2-1.fc34.x86_64.rpm         5.5 MB/s | 430 kB     00:00    
13:40:43 #8 51.50 --------------------------------------------------------------------------------
13:40:43 #8 51.50 Total                                            13 MB/s |  31 MB     00:02     
13:40:43 #8 43.37 Unpacking libclass-inspector-perl (1.32-1) ...
13:40:43 #9 59.80 Setting up libdata-optlist-perl (0.110-1.1) ...
13:40:43 #9 59.81 Setting up libipc-run-perl (20200505.0-1) ...
13:40:43 #9 59.82 Setting up git (1:2.32.0-1ubuntu1.2) ...
13:40:43 #9 59.84 Setting up libtext-xslate-perl (3.5.8-1build2) ...
13:40:43 #9 59.85 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:40:43 #9 34.81 Selecting previously unselected package gcc-11-base:armhf.
13:40:43 #9 34.81 Preparing to unpack .../070-gcc-11-base_11.2.0-19ubuntu1_armhf.deb ...
13:40:43 #9 34.82 Unpacking gcc-11-base:armhf (11.2.0-19ubuntu1) ...
13:40:43 #9 34.86 Selecting previously unselected package libisl23:armhf.
13:40:43 #9 34.86 Preparing to unpack .../071-libisl23_0.24-2build1_armhf.deb ...
13:40:43 #9 34.87 Unpacking libisl23:armhf (0.24-2build1) ...
13:40:43 #9 34.94 Selecting previously unselected package libmpfr6:armhf.
13:40:43 #9 34.94 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_armhf.deb ...
13:40:43 #9 34.94 Unpacking libmpfr6:armhf (4.1.0-3build3) ...
13:40:43 #9 35.00 Selecting previously unselected package libmpc3:armhf.
13:40:43 #9 35.00 Preparing to unpack .../073-libmpc3_1.2.1-2build1_armhf.deb ...
13:40:43 #9 35.00 Unpacking libmpc3:armhf (1.2.1-2build1) ...
13:40:43 #9 35.06 Selecting previously unselected package cpp-11.
13:40:43 #9 35.06 Preparing to unpack .../074-cpp-11_11.2.0-19ubuntu1_armhf.deb ...
13:40:43 #9 53.29 Setting up dput (1.0.3ubuntu1) ...
13:40:43 #9 53.48 Setting up libio-async-loop-epoll-perl (0.20-1) ...
13:40:43 #9 53.49 Setting up dirmngr (2.2.19-3ubuntu2.1) ...
13:40:43 #8 35.96 Selecting previously unselected package libsub-quote-perl.
13:40:43 #8 35.96 Preparing to unpack .../072-libsub-quote-perl_2.005001-1_all.deb ...
13:40:43 #8 35.97 Unpacking libsub-quote-perl (2.005001-1) ...
13:40:43 #8 36.03 Selecting previously unselected package libmoo-perl.
13:40:43 #8 36.04 Preparing to unpack .../073-libmoo-perl_2.003004-2_all.deb ...
13:40:43 #8 36.06 Unpacking libmoo-perl (2.003004-2) ...
13:40:43 #12 7.532 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1_all.deb ...
13:40:43 #12 7.540 Unpacking cmake-data (3.22.1-1ubuntu1) ...
13:40:43 #12 7.482 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1_all.deb ...
13:40:43 #12 7.495 Unpacking cmake-data (3.22.1-1ubuntu1) ...
13:40:43 #8 36.73 Selecting previously unselected package devscripts.
13:40:43 #8 36.73 Preparing to unpack .../142-devscripts_2.21.3+deb11u1_armhf.deb ...
13:40:43 #8 36.76 Unpacking devscripts (2.21.3+deb11u1) ...
13:40:43 #8 68.87 Setting up libxmlrpc-lite-perl (0.717-4) ...
13:40:43 #8 68.89 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:40:43 #8 68.92 Processing triggers for ca-certificates (20210119) ...
13:40:43 #8 68.93 Updating certificates in /etc/ssl/certs...
13:40:43 #9 40.85 Selecting previously unselected package libubsan1:armhf.
13:40:43 #9 40.85 Preparing to unpack .../078-libubsan1_11.2.0-7ubuntu2_armhf.deb ...
13:40:43 #9 40.85 Unpacking libubsan1:armhf (11.2.0-7ubuntu2) ...
13:40:43 #9 40.94 Selecting previously unselected package libgcc-11-dev:armhf.
13:40:43 #9 40.94 Preparing to unpack .../079-libgcc-11-dev_11.2.0-7ubuntu2_armhf.deb ...
13:40:43 #9 40.95 Unpacking libgcc-11-dev:armhf (11.2.0-7ubuntu2) ...
13:40:43 #9 41.05 Selecting previously unselected package gcc-11.
13:40:43 #8 52.18 Transaction test succeeded.
13:40:43 #8 52.18 Running transaction
13:40:43 #9 41.89 Selecting previously unselected package dwz.
13:40:43 #9 41.89 Preparing to unpack .../127-dwz_0.13-5_armhf.deb ...
13:40:43 #9 41.89 Unpacking dwz (0.13-5) ...
13:40:43 #9 41.97 Selecting previously unselected package libcroco3:armhf.
13:40:43 #9 41.97 Preparing to unpack .../128-libcroco3_0.6.13-1_armhf.deb ...
13:40:43 #9 41.98 Unpacking libcroco3:armhf (0.6.13-1) ...
13:40:43 #9 42.01 Selecting previously unselected package gettext.
13:40:43 #9 42.02 Preparing to unpack .../129-gettext_0.19.8.1-10build1_armhf.deb ...
13:40:43 #9 42.02 Unpacking gettext (0.19.8.1-10build1) ...
13:40:43 #9 60.03 Setting up libcontextual-return-perl (0.004014-2) ...
13:40:43 #9 60.04 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:43 #9 60.05 Setting up libtypes-serialiser-perl (1.01-1) ...
13:40:43 #9 60.06 Setting up g++ (4:11.2.0-1ubuntu1) ...
13:40:43 #9 60.08 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:43 #9 60.08 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:40:43 #9 60.09 Setting up libhtml-parser-perl:arm64 (3.76-1) ...
13:40:43 #9 60.10 Setting up libgit-wrapper-perl (0.048-1) ...
13:40:43 #9 60.11 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
13:40:43 #9 60.12 Setting up librole-tiny-perl (2.002004-1) ...
13:40:43 #9 60.13 Setting up gnupg (2.2.20-1ubuntu4) ...
13:40:43 #9 60.14 Setting up build-essential (12.9ubuntu2) ...
13:40:43 #9 60.15 Setting up python3-unidiff (0.5.5-2) ...
13:40:43 #9 35.06 Unpacking cpp-11 (11.2.0-19ubuntu1) ...
13:40:43 #9 35.27 Selecting previously unselected package cpp.
13:40:43 #9 35.27 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:40:43 #9 35.28 Unpacking cpp (4:11.2.0-1ubuntu1) ...
13:40:43 #9 53.66 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:43 #9 53.67 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:43 #9 53.69 Setting up libmailtools-perl (2.21-1) ...
13:40:43 #9 53.70 Setting up git (1:2.25.1-1ubuntu3.4) ...
13:40:43 #9 53.73 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:40:43 #9 53.78 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:43 #8 36.17 Selecting previously unselected package libencode-locale-perl.
13:40:43 #8 36.17 Preparing to unpack .../074-libencode-locale-perl_1.05-1_all.deb ...
13:40:43 #8 36.19 Unpacking libencode-locale-perl (1.05-1) ...
13:40:43 #12 7.885 Selecting previously unselected package cmake.
13:40:43 #12 7.888 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1_arm64.deb ...
13:40:43 #12 7.892 Unpacking cmake (3.22.1-1ubuntu1) ...
13:40:43 #12 8.008 Selecting previously unselected package dh-apparmor.
13:40:43 #12 8.011 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2_all.deb ...
13:40:43 #12 8.015 Unpacking dh-apparmor (3.0.4-2ubuntu2) ...
13:40:43 #12 8.049 Selecting previously unselected package libbtrfs0:arm64.
13:40:43 #12 8.051 Preparing to unpack .../10-libbtrfs0_5.16.2-1_arm64.deb ...
13:40:43 #12 8.055 Unpacking libbtrfs0:arm64 (5.16.2-1) ...
13:40:43 #12 8.083 Selecting previously unselected package libbtrfs-dev:arm64.
13:40:43 #8 36.98 Selecting previously unselected package diffstat.
13:40:43 #8 36.98 Preparing to unpack .../143-diffstat_1.64-1_armhf.deb ...
13:40:43 #8 36.99 Unpacking diffstat (1.64-1) ...
13:40:43 #8 37.04 Selecting previously unselected package distro-info-data.
13:40:43 #8 37.04 Preparing to unpack .../144-distro-info-data_0.51+deb11u1_all.deb ...
13:40:43 #8 37.04 Unpacking distro-info-data (0.51+deb11u1) ...
13:40:43 #8 37.08 Selecting previously unselected package python3-pkg-resources.
13:40:43 #8 37.08 Preparing to unpack .../145-python3-pkg-resources_52.0.0-4_all.deb ...
13:40:43 #8 37.09 Unpacking python3-pkg-resources (52.0.0-4) ...
13:40:43 #8 37.15 Selecting previously unselected package python3-chardet.
13:40:43 #8 37.15 Preparing to unpack .../146-python3-chardet_4.0.0-1_all.deb ...
13:40:43 #8 37.16 Unpacking python3-chardet (4.0.0-1) ...
13:40:43 #8 37.23 Selecting previously unselected package python3-six.
13:40:43 #8 37.23 Preparing to unpack .../147-python3-six_1.16.0-2_all.deb ...
13:40:43 #9 DONE 60.3s
13:40:43 
13:40:43 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:40:43 #11 sha256:60d7137985482acbf919b7499902c32c66fcf7c7e556e2e4c31166122fa66066
13:40:43 #11 DONE 0.1s
13:40:43 
13:40:43 #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
13:40:43 #12 sha256:c48245dfebcd487df5ebcfdd524f441cebbca1a38f64a7371075670495db34cc
13:40:43 #8 69.37 0 added, 0 removed; done.
13:40:43 #8 69.37 Running hooks in /etc/ca-certificates/update.d...
13:40:43 #8 69.37 done.
13:40:43 #11 7.519 Running transaction check
13:40:43 #11 7.208 Transaction test succeeded.
13:40:43 #11 7.208 Running transaction
13:40:43 #13 9.850   Running scriptlet: autoconf-2.69-29.el8.noarch                          14/70 
13:40:43 #13 10.89   Installing       : cpp-8.5.0-13.el8.x86_64                              15/70 
13:40:43 #13 10.90   Running scriptlet: cpp-8.5.0-13.el8.x86_64                              15/70 
13:40:43 #13 10.92   Installing       : python3-libsemanage-2.9-8.el8.x86_64                 16/70 
13:40:43 #13 11.01   Installing       : python3-setools-4.3.0-3.el8.x86_64                   17/70 
13:40:43 #13 11.12   Installing       : isl-0.16.1-6.el8.x86_64                              18/70 
13:40:43 #13 11.13   Running scriptlet: isl-0.16.1-6.el8.x86_64                              18/70 
13:40:43 #13 11.16   Installing       : libuv-1:1.41.1-1.el8_4.x86_64                        19/70 
13:40:43 #13 11.18   Installing       : perl-TermReadKey-2.37-7.el8.x86_64                   20/70 
13:40:43 #13 11.20   Installing       : less-530-1.el8.x86_64                                21/70 
13:40:43 #13 11.23   Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                22/70 
13:40:43 #13 11.25   Installing       : libgomp-8.5.0-13.el8.x86_64                          23/70 
13:40:43 #13 11.26   Running scriptlet: libgomp-8.5.0-13.el8.x86_64                          23/70 
13:40:43 #13 11.30   Installing       : libselinux-utils-2.9-5.el8.x86_64                    24/70 
13:40:43 #9 41.05 Preparing to unpack .../080-gcc-11_11.2.0-7ubuntu2_armhf.deb ...
13:40:43 #9 41.05 Unpacking gcc-11 (11.2.0-7ubuntu2) ...
13:40:43 #11 0.434 Hit:1 http://security.debian.org/debian-security buster/updates InRelease
13:40:43 #8 35.57 Selecting previously unselected package fakeroot.
13:40:43 #8 35.57 Preparing to unpack .../059-fakeroot_1.25.3-1.1_armhf.deb ...
13:40:43 #9 42.19 Selecting previously unselected package intltool-debian.
13:40:43 #9 42.19 Preparing to unpack .../130-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:43 #9 42.20 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:43 #9 42.23 Selecting previously unselected package po-debconf.
13:40:43 #9 42.23 Preparing to unpack .../131-po-debconf_1.0.21_all.deb ...
13:40:43 #9 42.24 Unpacking po-debconf (1.0.21) ...
13:40:43 #9 42.30 Selecting previously unselected package debhelper.
13:40:43 #9 42.30 Preparing to unpack .../132-debhelper_12.10ubuntu1_all.deb ...
13:40:43 #9 42.30 Unpacking debhelper (12.10ubuntu1) ...
13:40:43 #9 60.29 Setting up lsb-release (11.1.0ubuntu3) ...
13:40:43 #9 60.30 Setting up libfont-ttf-perl (1.06-1.1) ...
13:40:43 #9 60.31 Setting up libfile-homedir-perl (1.006-1) ...
13:40:43 #9 60.32 Setting up python3-magic (2:0.4.20-3) ...
13:40:43 #9 60.46 Setting up libalgorithm-diff-xs-perl (0.04-6build1) ...
13:40:43 #9 60.47 Setting up libio-socket-ssl-perl (2.069-1) ...
13:40:43 #9 60.48 Setting up libsub-exporter-perl (0.987-1) ...
13:40:43 #9 60.49 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:43 #9 60.50 Setting up libhttp-message-perl (6.29-1) ...
13:40:43 #9 60.51 Setting up libhtml-form-perl (6.07-1) ...
13:40:43 #9 35.36 Selecting previously unselected package libcc1-0:armhf.
13:40:43 #9 35.36 Preparing to unpack .../076-libcc1-0_12-20220319-1ubuntu1_armhf.deb ...
13:40:43 #9 35.37 Unpacking libcc1-0:armhf (12-20220319-1ubuntu1) ...
13:40:43 #9 35.41 Selecting previously unselected package libgomp1:armhf.
13:40:43 #9 35.41 Preparing to unpack .../077-libgomp1_12-20220319-1ubuntu1_armhf.deb ...
13:40:43 #9 35.42 Unpacking libgomp1:armhf (12-20220319-1ubuntu1) ...
13:40:43 #9 35.47 Selecting previously unselected package libatomic1:armhf.
13:40:43 #9 35.47 Preparing to unpack .../078-libatomic1_12-20220319-1ubuntu1_armhf.deb ...
13:40:43 #9 35.47 Unpacking libatomic1:armhf (12-20220319-1ubuntu1) ...
13:40:43 #9 35.52 Selecting previously unselected package libasan6:armhf.
13:40:43 #9 35.52 Preparing to unpack .../079-libasan6_11.2.0-19ubuntu1_armhf.deb ...
13:40:43 #9 35.53 Unpacking libasan6:armhf (11.2.0-19ubuntu1) ...
13:40:43 #9 53.84 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:43 #9 53.91 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:43 #9 54.04 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:43 #9 54.07 Setting up dh-strip-nondeterminism (1.7.0-1) ...
13:40:43 #9 54.08 Setting up libconst-fast-perl (0.014-1) ...
13:40:43 #9 54.09 Setting up libhttp-daemon-perl (6.06-1) ...
13:40:43 #9 54.11 Setting up libgit-wrapper-perl (0.048-1) ...
13:40:43 #9 54.12 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.10) ...
13:40:43 #9 54.14 Setting up curl (7.68.0-1ubuntu2.10) ...
13:40:43 #9 54.15 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ...
13:40:43 #11 8.780 Transaction test succeeded.
13:40:43 #11 8.780 Running transaction
13:40:43 #8 45.67 Selecting previously unselected package libipc-system-simple-perl.
13:40:43 #8 45.69 Preparing to unpack .../191-libipc-system-simple-perl_1.25-4_all.deb ...
13:40:43 #8 45.73 Unpacking libipc-system-simple-perl (1.25-4) ...
13:40:43 #8 52.91 Dependencies resolved.
13:40:43 #8 52.94 ================================================================================
13:40:43 #8 52.94  Package                     Arch   Version               Repository       Size
13:40:43 #8 52.94 ================================================================================
13:40:43 #8 52.94 Installing:
13:40:43 #8 52.94  dnf-plugins-core            noarch 4.1.0-1.fc36          fedora           34 k
13:40:43 #8 52.94  rpm-build                   x86_64 4.17.0-10.fc36        fedora           61 k
13:40:43 #8 52.94  rpmlint                     noarch 2.2.0-3.fc36          fedora          240 k
13:40:43 #8 52.94 Upgrading:
13:40:43 #8 52.94  dnf                         noarch 4.11.1-3.fc36         updates-testing 453 k
13:40:43 #8 52.94  dnf-data                    noarch 4.11.1-3.fc36         updates-testing  41 k
13:40:43 #8 52.94  elfutils-libelf             x86_64 0.187-2.fc36          updates-testing 198 k
13:40:43 #8 52.94  elfutils-libs               x86_64 0.187-2.fc36          updates-testing 257 k
13:40:43 #8 52.94  glibc                       x86_64 2.35-5.fc36           updates-testing 2.1 M
13:40:43 #8 52.94  glibc-common                x86_64 2.35-5.fc36           updates-testing 323 k
13:40:43 #8 52.94  glibc-minimal-langpack      x86_64 2.35-5.fc36           updates-testing  47 k
13:40:43 #8 52.94  libdnf                      x86_64 0.66.0-1.fc36         fedora          662 k
13:40:43 #8 52.94  python3-dnf                 noarch 4.11.1-3.fc36         updates-testing 414 k
13:40:43 #8 52.94  python3-hawkey              x86_64 0.66.0-1.fc36         fedora          108 k
13:40:43 #8 52.94  python3-libdnf              x86_64 0.66.0-1.fc36         fedora          797 k
13:40:43 #8 52.94  python3-rpm                 x86_64 4.17.0-10.fc36        fedora           92 k
13:40:43 #8 52.94  rpm                         x86_64 4.17.0-10.fc36        fedora          541 k
13:40:43 #8 52.94  rpm-build-libs              x86_64 4.17.0-10.fc36        fedora           94 k
13:40:43 #8 52.94  rpm-libs                    x86_64 4.17.0-10.fc36        fedora          316 k
13:40:43 #8 52.94  rpm-sign-libs               x86_64 4.17.0-10.fc36        fedora           28 k
13:40:43 #8 52.94  xz-libs                     x86_64 5.2.5-9.fc36          fedora           92 k
13:40:43 #8 52.94  yum                         noarch 4.11.1-3.fc36         updates-testing  39 k
13:40:43 #8 52.94 Installing dependencies:
13:40:43 #8 52.94  binutils                    x86_64 2.37-27.fc36          updates-testing 6.0 M
13:40:43 #8 52.94  binutils-gold               x86_64 2.37-27.fc36          updates-testing 754 k
13:40:43 #8 52.94  bzip2                       x86_64 1.0.8-11.fc36         fedora           52 k
13:40:43 #8 52.94  cpio                        x86_64 2.13-12.fc36          fedora          270 k
13:40:43 #8 52.94  dash                        x86_64 0.5.10.2-10.fc36      fedora           97 k
13:40:43 #8 52.94  dbus-libs                   x86_64 1:1.14.0-1.fc36       fedora          155 k
13:40:43 #8 52.94  debugedit                   x86_64 5.0-3.fc36            fedora           77 k
13:40:43 #8 52.94  devscripts-checkbashisms    x86_64 2.22.1-1.fc36         fedora           28 k
13:40:43 #8 52.94  diffutils                   x86_64 3.8-2.fc36            fedora          370 k
13:40:43 #8 52.94  dwz                         x86_64 0.14-2.fc35           fedora          127 k
13:40:43 #8 52.94  ed                          x86_64 1.14.2-12.fc36        fedora           73 k
13:40:43 #8 52.94  efi-srpm-macros             noarch 5-5.fc36              fedora           22 k
13:40:43 #8 52.94  elfutils                    x86_64 0.187-2.fc36          updates-testing 522 k
13:40:43 #8 52.94  elfutils-debuginfod-client  x86_64 0.187-2.fc36          updates-testing  39 k
13:40:43 #8 52.94  enchant                     x86_64 1:1.6.0-30.fc36       fedora           59 k
13:40:43 #8 52.94  file                        x86_64 5.41-4.fc36           fedora           48 k
13:40:43 #8 52.94  fonts-filesystem            noarch 1:2.0.5-7.fc36        fedora          9.0 k
13:40:43 #8 52.94  fonts-srpm-macros           noarch 1:2.0.5-7.fc36        fedora           27 k
13:40:43 #8 52.94  fpc-srpm-macros             noarch 1.3-5.fc36            fedora          7.6 k
13:40:43 #8 52.94  gdb-minimal                 x86_64 11.2-3.fc36           fedora          3.8 M
13:40:43 #8 52.94  gdk-pixbuf2                 x86_64 2.42.8-1.fc36         fedora          465 k
13:40:43 #8 52.94  ghc-srpm-macros             noarch 1.5.0-6.fc36          fedora          7.7 k
13:40:43 #8 52.94  glib-networking             x86_64 2.72.0-1.fc36         fedora          184 k
13:40:43 #8 52.94  glibc-gconv-extra           x86_64 2.35-5.fc36           updates-testing 1.5 M
13:40:43 #8 52.94  gnat-srpm-macros            noarch 4-15.fc36             fedora          8.2 k
13:40:43 #8 52.94  go-srpm-macros              noarch 3.0.15-1.fc36         fedora           26 k
13:40:43 #8 52.94  groff-base                  x86_64 1.22.4-9.fc36         fedora          1.0 M
13:40:43 #8 52.94  gsettings-desktop-schemas   x86_64 42.0-1.fc36           fedora          691 k
13:40:43 #8 52.94  hunspell                    x86_64 1.7.0-19.fc36         fedora          303 k
13:40:43 #8 52.94  hunspell-en-GB              noarch 0.20140811.1-22.fc36  fedora          225 k
13:40:43 #8 52.94  hunspell-en-US              noarch 0.20140811.1-22.fc36  fedora          176 k
13:40:43 #8 52.94  hunspell-filesystem         x86_64 1.7.0-19.fc36         fedora          8.9 k
13:40:43 #8 52.94  info                        x86_64 6.8-3.fc36            fedora          225 k
13:40:43 #8 52.94  json-glib                   x86_64 1.6.6-2.fc36          fedora          152 k
13:40:43 #8 52.94  kernel-srpm-macros          noarch 1.0-14.fc36           fedora          9.1 k
13:40:43 #8 52.94  libappstream-glib           x86_64 0.7.18-4.fc36         fedora          390 k
13:40:43 #8 52.94  libicu                      x86_64 69.1-5.fc36           fedora          9.8 M
13:40:43 #8 52.94  libjpeg-turbo               x86_64 2.1.2-2.fc36          fedora          182 k
13:40:43 #8 52.94  libpkgconf                  x86_64 1.8.0-2.fc36          fedora           36 k
13:40:43 #8 52.94  libpng                      x86_64 2:1.6.37-12.fc36      fedora          119 k
13:40:43 #8 52.94  libproxy                    x86_64 0.4.17-4.fc36         fedora           70 k
13:40:43 #8 52.94  libsoup                     x86_64 2.74.2-2.fc36         fedora          390 k
13:40:43 #8 52.94  libstemmer                  x86_64 0-18.585svn.fc36      fedora           82 k
13:40:43 #8 52.94  lua-srpm-macros             noarch 1-6.fc36              fedora          8.5 k
13:40:43 #8 52.94  ncurses                     x86_64 6.2-9.20210508.fc36   fedora          400 k
13:40:43 #8 52.94  nim-srpm-macros             noarch 3-6.fc36              fedora          8.3 k
13:40:43 #8 52.94  ocaml-srpm-macros           noarch 6-6.fc36              fedora          7.7 k
13:40:43 #8 52.94  openblas-srpm-macros        noarch 2-11.fc36             fedora          7.4 k
13:40:43 #8 52.94  package-notes-srpm-macros   noarch 0.4-14.fc36           fedora           11 k
13:40:43 #8 52.94  patch                       x86_64 2.7.6-16.fc36         fedora          124 k
13:40:43 #8 52.94  perl-AutoLoader             noarch 5.74-486.fc36         fedora           26 k
13:40:43 #8 52.94  perl-B                      x86_64 1.82-486.fc36         fedora          185 k
13:40:43 #8 52.94  perl-Carp                   noarch 1.52-479.fc36         fedora           29 k
13:40:43 #8 52.94  perl-Class-Struct           noarch 0.66-486.fc36         fedora           27 k
13:40:43 #8 52.94  perl-Data-Dumper            x86_64 2.183-3.fc36          fedora           56 k
13:40:43 #8 52.94  perl-Digest                 noarch 1.20-2.fc36           fedora           25 k
13:40:43 #8 52.94  perl-Digest-MD5             x86_64 2.58-479.fc36         fedora           36 k
13:40:43 #8 52.94  perl-DynaLoader             x86_64 1.50-486.fc36         fedora           31 k
13:40:43 #8 52.94  perl-Encode                 x86_64 4:3.17-485.fc36       updates-testing 1.7 M
13:40:43 #8 52.94  perl-Errno                  x86_64 1.33-486.fc36         fedora           20 k
13:40:43 #8 52.94  perl-Exporter               noarch 5.76-480.fc36         fedora           31 k
13:40:43 #8 52.94  perl-Fcntl                  x86_64 1.14-486.fc36         fedora           25 k
13:40:43 #8 52.94  perl-File-Basename          noarch 2.85-486.fc36         fedora           22 k
13:40:43 #8 52.94  perl-File-Path              noarch 2.18-479.fc36         fedora           35 k
13:40:43 #8 52.94  perl-File-Temp              noarch 1:0.231.100-479.fc36  fedora           59 k
13:40:43 #8 52.94  perl-File-stat              noarch 1.09-486.fc36         fedora           22 k
13:40:43 #8 52.94  perl-FileHandle             noarch 2.03-486.fc36         fedora           20 k
13:40:43 #8 52.94  perl-Getopt-Long            noarch 1:2.52-479.fc36       fedora           60 k
13:40:43 #8 52.94  perl-Getopt-Std             noarch 1.13-486.fc36         fedora           21 k
13:40:43 #8 52.94  perl-HTTP-Tiny              noarch 0.080-2.fc36          fedora           55 k
13:40:43 #8 52.94  perl-IO                     x86_64 1.46-486.fc36         fedora           92 k
13:40:43 #8 52.94  perl-IO-Socket-IP           noarch 0.41-480.fc36         fedora           42 k
13:40:43 #8 52.94  perl-IPC-Open3              noarch 1.21-486.fc36         fedora           28 k
13:40:43 #8 52.94  perl-MIME-Base64            x86_64 3.16-479.fc36         fedora           30 k
13:40:43 #8 52.94  perl-Net-SSLeay             x86_64 1.92-2.fc36           fedora          364 k
13:40:43 #8 52.94  perl-POSIX                  x86_64 1.97-486.fc36         fedora          102 k
13:40:43 #8 52.94  perl-PathTools              x86_64 3.80-479.fc36         fedora           85 k
13:40:43 #8 52.94  perl-Pod-Escapes            noarch 1:1.07-479.fc36       fedora           20 k
13:40:43 #8 52.94  perl-Pod-Perldoc            noarch 3.28.01-480.fc36      fedora           83 k
13:40:43 #8 52.94  perl-Pod-Simple             noarch 1:3.43-3.fc36         fedora          215 k
13:40:43 #8 52.94  perl-Pod-Usage              noarch 4:2.01-479.fc36       fedora           40 k
13:40:43 #8 52.94  perl-Scalar-List-Utils      x86_64 5:1.62-464.fc36       fedora           71 k
13:40:43 #8 52.94  perl-SelectSaver            noarch 1.02-486.fc36         fedora           17 k
13:40:43 #8 52.94  perl-Socket                 x86_64 4:2.033-1.fc36        updates-testing  55 k
13:40:43 #8 52.94  perl-Storable               x86_64 1:3.25-2.fc36         fedora           96 k
13:40:43 #8 52.94  perl-Symbol                 noarch 1.09-486.fc36         fedora           19 k
13:40:43 #8 52.94  perl-Term-ANSIColor         noarch 5.01-480.fc36         fedora           48 k
13:40:43 #8 52.94  perl-Term-Cap               noarch 1.17-479.fc36         fedora           22 k
13:40:43 #8 52.94  perl-Text-ParseWords        noarch 3.31-1.fc36           updates-testing  16 k
13:40:43 #8 52.94  perl-Text-Tabs+Wrap         noarch 2021.0814-2.fc36      fedora           22 k
13:40:43 #8 52.94  perl-Time-Local             noarch 2:1.300-479.fc36      fedora           34 k
13:40:43 #8 52.94  perl-URI                    noarch 5.10-1.fc36           fedora          108 k
13:40:43 #8 52.94  perl-base                   noarch 2.27-486.fc36         fedora           21 k
13:40:43 #8 52.94  perl-constant               noarch 1.33-480.fc36         fedora           23 k
13:40:43 #8 52.94  perl-if                     noarch 0.60.900-486.fc36     fedora           19 k
13:40:43 #8 52.94  perl-interpreter            x86_64 4:5.34.1-486.fc36     fedora           76 k
13:40:43 #8 52.94  perl-libnet                 noarch 3.13-480.fc36         fedora          126 k
13:40:43 #8 52.94  perl-libs                   x86_64 4:5.34.1-486.fc36     fedora          2.1 M
13:40:43 #8 52.94  perl-mro                    x86_64 1.25-486.fc36         fedora           33 k
13:40:43 #8 52.94  perl-overload               noarch 1.33-486.fc36         fedora           50 k
13:40:43 #8 52.94  perl-overloading            noarch 0.02-486.fc36         fedora           18 k
13:40:43 #8 52.94  perl-parent                 noarch 1:0.238-479.fc36      fedora           14 k
13:40:43 #8 52.94  perl-podlators              noarch 1:4.14-479.fc36       fedora          112 k
13:40:43 #8 52.94  perl-srpm-macros            noarch 1-43.fc36             fedora          8.4 k
13:40:43 #8 52.94  perl-subs                   noarch 1.04-486.fc36         fedora           17 k
13:40:43 #8 52.94  perl-vars                   noarch 1.05-486.fc36         fedora           18 k
13:40:43 #8 52.94  pkgconf                     x86_64 1.8.0-2.fc36          fedora           41 k
13:40:43 #8 52.94  pkgconf-m4                  noarch 1.8.0-2.fc36          fedora           14 k
13:40:43 #8 52.94  pkgconf-pkg-config          x86_64 1.8.0-2.fc36          fedora           10 k
13:40:43 #8 52.94  python-srpm-macros          noarch 3.10-17.fc36          fedora           26 k
13:40:43 #8 52.94  python3-construct           noarch 2.10.67-4.fc36        fedora          112 k
13:40:43 #8 52.94  python3-dateutil            noarch 1:2.8.1-8.fc36        fedora          289 k
13:40:43 #8 52.94  python3-dbus                x86_64 1.2.18-3.fc36         fedora          132 k
13:40:43 #8 52.94  python3-distro              noarch 1.6.0-2.fc36          fedora           38 k
13:40:43 #8 52.94  python3-dnf-plugins-core    noarch 4.1.0-1.fc36          fedora          220 k
13:40:43 #8 52.94  python3-enchant             noarch 3.2.2-2.fc36          fedora           79 k
13:40:43 #8 52.94  python3-pybeam              noarch 0.7-2.fc36            fedora           24 k
13:40:43 #8 52.94  python3-pyxdg               noarch 0.27-4.fc36           fedora           96 k
13:40:43 #8 52.94  python3-six                 noarch 1.16.0-5.fc36         fedora           36 k
13:40:43 #8 52.94  python3-toml                noarch 0.10.2-6.fc36         fedora           39 k
13:40:43 #8 52.94  python3-zstd                x86_64 1.4.5.1-6.fc36        fedora           19 k
13:40:43 #8 52.94  qt5-srpm-macros             noarch 5.15.3-1.fc36         fedora          8.1 k
13:40:43 #8 52.94  redhat-rpm-config           noarch 217-1.fc36            updates-testing  70 k
13:40:43 #8 52.94  rpmautospec-rpm-macros      noarch 0.2.6-1.fc36          updates-testing 8.3 k
13:40:43 #8 52.94  rust-srpm-macros            noarch 21-1.fc36             fedora          9.2 k
13:40:43 #8 52.94  shared-mime-info            x86_64 2.1-3.fc35            fedora          373 k
13:40:43 #8 52.94  unzip                       x86_64 6.0-57.fc36           fedora          182 k
13:40:43 #8 52.94  webkit2gtk3-jsc             x86_64 2.36.1-1.fc36         updates-testing 6.3 M
13:40:43 #8 52.94  xxhash-libs                 x86_64 0.8.1-2.fc36          fedora           42 k
13:40:43 #8 52.94  xz                          x86_64 5.2.5-9.fc36          fedora          214 k
13:40:43 #8 52.94  zip                         x86_64 3.0-32.fc36           fedora          260 k
13:40:43 #8 52.94  zstd                        x86_64 1.5.2-1.fc36          fedora          449 k
13:40:43 #8 52.94 Installing weak dependencies:
13:40:43 #8 52.94  abattis-cantarell-fonts     noarch 0.301-7.fc36          fedora          270 k
13:40:43 #8 52.94  adobe-source-code-pro-fonts noarch 2.030.1.050-12.fc36   fedora          831 k
13:40:43 #8 52.94  hunspell-en                 noarch 0.20140811.1-22.fc36  fedora          180 k
13:40:43 #8 52.94  libproxy-webkitgtk4         x86_64 0.4.17-4.fc36         fedora           20 k
13:40:43 #8 52.94  perl-IO-Socket-SSL          noarch 2.074-2.fc36          fedora          218 k
13:40:43 #8 52.94  perl-Mozilla-CA             noarch 20211001-2.fc36       fedora           12 k
13:40:43 #8 52.94  perl-NDBM_File              x86_64 1.15-486.fc36         fedora           27 k
13:40:43 #8 52.94 
13:40:43 #8 52.94 Transaction Summary
13:40:43 #8 52.94 ================================================================================
13:40:43 #8 52.94 Install  142 Packages
13:40:43 #8 52.94 Upgrade   18 Packages
13:40:43 #8 52.94 
13:40:43 #8 52.95 Total download size: 53 M
13:40:43 #8 52.95 Downloading Packages:
13:40:43 #8 36.52 Selecting previously unselected package libtimedate-perl.
13:40:43 #8 36.52 Preparing to unpack .../075-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
13:40:43 #8 36.53 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
13:40:43 #8 36.64 Selecting previously unselected package libhttp-date-perl.
13:40:43 #12 8.085 Preparing to unpack .../11-libbtrfs-dev_5.16.2-1_arm64.deb ...
13:40:43 #12 8.089 Unpacking libbtrfs-dev:arm64 (5.16.2-1) ...
13:40:43 #12 8.125 Preparing to unpack .../12-libudev1_249.11-0ubuntu3.1_arm64.deb ...
13:40:43 #12 8.135 Unpacking libudev1:arm64 (249.11-0ubuntu3.1) over (249.11-0ubuntu3) ...
13:40:43 #12 8.216 Setting up libudev1:arm64 (249.11-0ubuntu3.1) ...
13:40:43 #12 8.283 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:40:43 #12 8.283 (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 ... 29466 files and directories currently installed.)
13:40:43 #12 8.298 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
13:40:43 #12 8.302 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
13:40:43 #12 8.342 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:40:43 #8 37.23 Unpacking python3-six (1.16.0-2) ...
13:40:43 #8 37.27 Selecting previously unselected package python3-debian.
13:40:43 #8 37.27 Preparing to unpack .../148-python3-debian_0.1.39_all.deb ...
13:40:43 #8 37.28 Unpacking python3-debian (0.1.39) ...
13:40:43 #8 37.36 Selecting previously unselected package libgpgme11:armhf.
13:40:43 #8 37.36 Preparing to unpack .../149-libgpgme11_1.14.0-1+b2_armhf.deb ...
13:40:43 #9 DONE 55.6s
13:40:43 
13:40:43 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:40:43 #11 sha256:39ccb4d370da27b39d1bf805e6c9510032743941a0ce51a0d7a261f73886ee01
13:40:43 #11 DONE 0.1s
13:40:43 
13:40:43 #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
13:40:43 #12 sha256:9bdcb933425a988b3832c4a285edcff9094037ab1cae7fc05261aace7845084d
13:40:43 #11 7.649 Transaction check succeeded.
13:40:43 #11 7.649 Running transaction test
13:40:43 #13 11.34   Installing       : policycoreutils-2.9-19.el8.x86_64                    25/70 
13:40:43 #13 11.36   Running scriptlet: policycoreutils-2.9-19.el8.x86_64                    25/70 
13:40:43 #13 11.38   Running scriptlet: openssh-8.0p1-12.el8.x86_64                          26/70 
13:40:43 #13 11.45   Installing       : openssh-8.0p1-12.el8.x86_64                          26/70 
13:40:43 #12 7.920 Selecting previously unselected package cmake.
13:40:43 #12 7.925 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1_amd64.deb ...
13:40:43 #12 7.931 Unpacking cmake (3.22.1-1ubuntu1) ...
13:40:43 #12 8.076 Selecting previously unselected package dh-apparmor.
13:40:43 #12 8.077 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2_all.deb ...
13:40:43 #12 8.080 Unpacking dh-apparmor (3.0.4-2ubuntu2) ...
13:40:43 #12 8.114 Selecting previously unselected package libbtrfs0:amd64.
13:40:43 #12 8.117 Preparing to unpack .../10-libbtrfs0_5.16.2-1_amd64.deb ...
13:40:43 #12 8.121 Unpacking libbtrfs0:amd64 (5.16.2-1) ...
13:40:43 #12 8.150 Selecting previously unselected package libbtrfs-dev:amd64.
13:40:43 #12 8.153 Preparing to unpack .../11-libbtrfs-dev_5.16.2-1_amd64.deb ...
13:40:43 #12 8.157 Unpacking libbtrfs-dev:amd64 (5.16.2-1) ...
13:40:43 #12 8.194 Preparing to unpack .../12-libudev1_249.11-0ubuntu3.1_amd64.deb ...
13:40:43 #11 0.675 Hit:2 http://deb.debian.org/debian buster InRelease
13:40:43 #11 0.675 Hit:3 http://deb.debian.org/debian buster-updates InRelease
13:40:43 #8 35.73 Unpacking fakeroot (1.25.3-1.1) ...
13:40:43 #13 25.72   Running scriptlet: glibc-devel-2.28-199.el8.aarch64                     50/73 
13:40:43 #13 26.78   Installing       : gcc-8.5.0-13.el8.aarch64                             51/73 
13:40:43 #13 26.81   Running scriptlet: gcc-8.5.0-13.el8.aarch64                             51/73 
13:40:43 #9 42.49 Selecting previously unselected package libfakeroot:armhf.
13:40:43 #9 42.49 Preparing to unpack .../133-libfakeroot_1.24-1_armhf.deb ...
13:40:43 #9 42.50 Unpacking libfakeroot:armhf (1.24-1) ...
13:40:43 #9 42.54 Selecting previously unselected package fakeroot.
13:40:43 #9 42.54 Preparing to unpack .../134-fakeroot_1.24-1_armhf.deb ...
13:40:43 #9 42.54 Unpacking fakeroot (1.24-1) ...
13:40:43 #9 42.58 Selecting previously unselected package libassuan0:armhf.
13:40:43 #9 42.58 Preparing to unpack .../135-libassuan0_2.5.3-7ubuntu2_armhf.deb ...
13:40:43 #9 42.59 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ...
13:40:43 #9 42.62 Selecting previously unselected package gpgconf.
13:40:43 #9 42.62 Preparing to unpack .../136-gpgconf_2.2.19-3ubuntu2.1_armhf.deb ...
13:40:43 #9 42.63 Unpacking gpgconf (2.2.19-3ubuntu2.1) ...
13:40:43 #9 42.68 Selecting previously unselected package libksba8:armhf.
13:40:44 #9 60.52 Setting up python3-pkg-resources (52.0.0-4) ...
13:40:44 #9 35.63 Selecting previously unselected package libubsan1:armhf.
13:40:44 #9 35.63 Preparing to unpack .../080-libubsan1_12-20220319-1ubuntu1_armhf.deb ...
13:40:44 #9 35.64 Unpacking libubsan1:armhf (12-20220319-1ubuntu1) ...
13:40:44 #9 35.70 Selecting previously unselected package libgcc-11-dev:armhf.
13:40:44 #9 35.70 Preparing to unpack .../081-libgcc-11-dev_11.2.0-19ubuntu1_armhf.deb ...
13:40:44 #9 35.71 Unpacking libgcc-11-dev:armhf (11.2.0-19ubuntu1) ...
13:40:44 #9 35.81 Selecting previously unselected package gcc-11.
13:40:44 #9 35.81 Preparing to unpack .../082-gcc-11_11.2.0-19ubuntu1_armhf.deb ...
13:40:44 #9 35.81 Unpacking gcc-11 (11.2.0-19ubuntu1) ...
13:40:44 #9 60.73 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:40:44 #9 60.74 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
13:40:44 #9 60.75 Setting up libjson-xs-perl (4.030-1build2) ...
13:40:44 #9 60.76 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:44 #9 60.77 Setting up libio-prompter-perl (0.004015-1) ...
13:40:44 #9 54.16 Setting up libmodule-implementation-perl (0.09-1) ...
13:40:44 #9 54.17 Setting up libemail-valid-perl (1.202-1) ...
13:40:44 #9 54.18 Setting up libpackage-stash-perl (0.38-1) ...
13:40:44 #9 54.20 Setting up libimport-into-perl (1.002005-1) ...
13:40:44 #9 54.21 Setting up libmoo-perl (2.003006-1) ...
13:40:44 #9 54.22 Setting up liblist-someutils-perl (0.58-1) ...
13:40:44 #9 54.23 Setting up liblist-someutils-xs-perl (0.58-2) ...
13:40:44 #9 54.24 Setting up gnupg (2.2.19-3ubuntu2.1) ...
13:40:44 #9 54.25 Setting up libmoox-aliases-perl (0.001006-1) ...
13:40:44 #9 54.26 Setting up libparams-validate-perl (1.29-3) ...
13:40:44 #9 54.28 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:40:44 #9 54.29 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:44 #9 54.30 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
13:40:44 #9 54.32 Setting up libgitlab-api-v4-perl (0.25-1) ...
13:40:44 #9 54.33 Setting up libmoox-struct-perl (0.017-1) ...
13:40:44 #9 54.34 Setting up lintian (2.62.0ubuntu2) ...
13:40:44 #9 54.36 Setting up licensecheck (3.0.45-1) ...
13:40:44 #9 54.37 Setting up dh-autoreconf (19) ...
13:40:44 #8 53.96 (1/160): bzip2-1.0.8-11.fc36.x86_64.rpm         133 kB/s |  52 kB     00:00    
13:40:44 #8 54.02 (2/160): adobe-source-code-pro-fonts-2.030.1.05 1.8 MB/s | 831 kB     00:00    
13:40:44 #8 54.06 (3/160): abattis-cantarell-fonts-0.301-7.fc36.n 552 kB/s | 270 kB     00:00    
13:40:44 #11 1.030 Reading package lists...
13:40:44 #8 36.64 Preparing to unpack .../076-libhttp-date-perl_6.02-1_all.deb ...
13:40:44 #8 36.65 Unpacking libhttp-date-perl (6.02-1) ...
13:40:44 #12 8.344 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
13:40:44 #12 8.349 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
13:40:44 #12 8.379 Selecting previously unselected package libudev-dev:arm64.
13:40:44 #12 8.381 Preparing to unpack .../02-libudev-dev_249.11-0ubuntu3.1_arm64.deb ...
13:40:44 #12 8.385 Unpacking libudev-dev:arm64 (249.11-0ubuntu3.1) ...
13:40:44 #12 8.422 Selecting previously unselected package libsepol-dev:arm64.
13:40:44 #12 8.424 Preparing to unpack .../03-libsepol-dev_3.3-1build1_arm64.deb ...
13:40:44 #12 8.430 Unpacking libsepol-dev:arm64 (3.3-1build1) ...
13:40:44 #12 8.491 Selecting previously unselected package libpcre2-16-0:arm64.
13:40:44 #12 8.493 Preparing to unpack .../04-libpcre2-16-0_10.39-3build1_arm64.deb ...
13:40:44 #12 8.498 Unpacking libpcre2-16-0:arm64 (10.39-3build1) ...
13:40:44 #12 8.540 Selecting previously unselected package libpcre2-32-0:arm64.
13:40:44 #12 8.543 Preparing to unpack .../05-libpcre2-32-0_10.39-3build1_arm64.deb ...
13:40:44 #12 8.547 Unpacking libpcre2-32-0:arm64 (10.39-3build1) ...
13:40:44 #12 8.588 Selecting previously unselected package libpcre2-posix3:arm64.
13:40:44 #12 8.591 Preparing to unpack .../06-libpcre2-posix3_10.39-3build1_arm64.deb ...
13:40:44 #12 8.594 Unpacking libpcre2-posix3:arm64 (10.39-3build1) ...
13:40:44 #12 8.621 Selecting previously unselected package libpcre2-dev:arm64.
13:40:44 #12 8.623 Preparing to unpack .../07-libpcre2-dev_10.39-3build1_arm64.deb ...
13:40:44 #12 8.626 Unpacking libpcre2-dev:arm64 (10.39-3build1) ...
13:40:44 #12 8.672 Selecting previously unselected package libselinux1-dev:arm64.
13:40:44 #12 8.675 Preparing to unpack .../08-libselinux1-dev_3.3-1build2_arm64.deb ...
13:40:44 #12 8.679 Unpacking libselinux1-dev:arm64 (3.3-1build2) ...
13:40:44 #8 37.37 Unpacking libgpgme11:armhf (1.14.0-1+b2) ...
13:40:44 #8 37.42 Selecting previously unselected package python3-gpg.
13:40:44 #8 37.42 Preparing to unpack .../150-python3-gpg_1.14.0-1+b2_armhf.deb ...
13:40:44 #8 37.43 Unpacking python3-gpg (1.14.0-1+b2) ...
13:40:44 #8 37.51 Selecting previously unselected package dput.
13:40:44 #8 37.51 Preparing to unpack .../151-dput_1.1.0_all.deb ...
13:40:44 #8 37.52 Unpacking dput (1.1.0) ...
13:40:44 #8 37.58 Selecting previously unselected package equivs.
13:40:44 #8 37.58 Preparing to unpack .../152-equivs_2.3.1_all.deb ...
13:40:44 #8 37.58 Unpacking equivs (2.3.1) ...
13:40:44 #8 37.63 Selecting previously unselected package fonts-dejavu-core.
13:40:44 #8 37.63 Preparing to unpack .../153-fonts-dejavu-core_2.37-2_all.deb ...
13:40:44 #12 8.206 Unpacking libudev1:amd64 (249.11-0ubuntu3.1) over (249.11-0ubuntu3) ...
13:40:44 #12 8.281 Setting up libudev1:amd64 (249.11-0ubuntu3.1) ...
13:40:44 #12 8.327 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:40:44 #12 8.327 (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 ... 29495 files and directories currently installed.)
13:40:44 #12 8.344 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
13:40:44 #12 8.348 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
13:40:44 #12 8.383 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:40:44 #12 8.385 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
13:40:44 #12 8.389 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
13:40:44 #12 8.417 Selecting previously unselected package libudev-dev:amd64.
13:40:44 #12 8.420 Preparing to unpack .../02-libudev-dev_249.11-0ubuntu3.1_amd64.deb ...
13:40:44 #12 8.425 Unpacking libudev-dev:amd64 (249.11-0ubuntu3.1) ...
13:40:44 #12 8.454 Selecting previously unselected package libsepol-dev:amd64.
13:40:44 #12 8.457 Preparing to unpack .../03-libsepol-dev_3.3-1build1_amd64.deb ...
13:40:44 #12 8.460 Unpacking libsepol-dev:amd64 (3.3-1build1) ...
13:40:44 #12 8.503 Selecting previously unselected package libpcre2-16-0:amd64.
13:40:44 #12 8.505 Preparing to unpack .../04-libpcre2-16-0_10.39-3build1_amd64.deb ...
13:40:44 #12 8.517 Unpacking libpcre2-16-0:amd64 (10.39-3build1) ...
13:40:44 #12 8.551 Selecting previously unselected package libpcre2-32-0:amd64.
13:40:44 #12 8.554 Preparing to unpack .../05-libpcre2-32-0_10.39-3build1_amd64.deb ...
13:40:44 #12 0.834 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
13:40:44 #12 0.877 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
13:40:44 #12 0.952 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
13:40:44 #8 44.13 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:44 #8 44.13 Preparing to unpack .../184-libclass-xsaccessor-perl_1.19-3+b2_armhf.deb ...
13:40:44 #8 44.27 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
13:40:44 #8 44.36 Selecting previously unselected package libclone-perl.
13:40:44 #8 44.36 Preparing to unpack .../185-libclone-perl_0.41-1+b1_armhf.deb ...
13:40:44 #8 44.37 Unpacking libclone-perl (0.41-1+b1) ...
13:40:44 #8 44.45 Selecting previously unselected package libcommon-sense-perl.
13:40:44 #8 44.45 Preparing to unpack .../186-libcommon-sense-perl_3.74-2+b7_armhf.deb ...
13:40:44 #8 44.47 Unpacking libcommon-sense-perl (3.74-2+b7) ...
13:40:44 #8 DONE 69.6s
13:40:44 
13:40:44 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:40:44 #10 sha256:623985955a123fe5e15e714517d921d38d8599bae2d46896c06dd924f45c6d2f
13:40:44 #10 DONE 0.1s
13:40:44 
13:40:44 #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
13:40:44 #11 sha256:931d2e649ec7aa25fdea899da6a56718ce6241cfbd82eef97046f9c259bbd908
13:40:44 #13 26.84   Installing       : libxcrypt-static-4.1.1-6.el8.aarch64                 52/73 
13:40:44 #9 42.68 Preparing to unpack .../137-libksba8_1.3.5-2_armhf.deb ...
13:40:44 #9 42.69 Unpacking libksba8:armhf (1.3.5-2) ...
13:40:44 #9 42.73 Selecting previously unselected package libnpth0:armhf.
13:40:44 #9 42.73 Preparing to unpack .../138-libnpth0_1.6-1_armhf.deb ...
13:40:44 #9 42.74 Unpacking libnpth0:armhf (1.6-1) ...
13:40:44 #9 42.79 Selecting previously unselected package dirmngr.
13:40:44 #9 42.79 Preparing to unpack .../139-dirmngr_2.2.19-3ubuntu2.1_armhf.deb ...
13:40:44 #9 42.80 Unpacking dirmngr (2.2.19-3ubuntu2.1) ...
13:40:44 #9 42.86 Selecting previously unselected package gnupg-l10n.
13:40:44 #9 42.86 Preparing to unpack .../140-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ...
13:40:44 #9 42.86 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ...
13:40:44 #9 60.78 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:40:44 #9 60.79 Setting up libhttp-cookies-perl (6.10-1) ...
13:40:44 #9 60.80 Setting up python3-apt (2.2.1) ...
13:40:44 #9 60.97 Setting up po-debconf (1.0.21+nmu1) ...
13:40:44 #9 60.98 Setting up libhtml-tree-perl (5.07-2) ...
13:40:44 #9 60.99 Setting up libparams-classify-perl (0.015-1build4) ...
13:40:44 #9 61.00 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:40:44 #9 61.01 Setting up libhtml-format-perl (2.12-1.1) ...
13:40:44 #9 61.03 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:40:44 #9 54.38 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:40:44 #9 54.40 Setting up libwww-perl (6.43-1) ...
13:40:44 #9 54.41 Setting up debhelper (12.10ubuntu1) ...
13:40:44 #9 54.42 Setting up devscripts (2.20.2ubuntu2) ...
13:40:44 #9 54.58 Setting up equivs (2.2.0) ...
13:40:44 #9 54.60 Setting up libxml-parser-perl (2.46-1) ...
13:40:44 #9 54.61 Setting up libxml-sax-expat-perl (0.51-1) ...
13:40:44 #9 54.65 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:44 #8 54.09 (4/160): cpio-2.13-12.fc36.x86_64.rpm           2.0 MB/s | 270 kB     00:00    
13:40:44 #8 54.09 (5/160): dash-0.5.10.2-10.fc36.x86_64.rpm       1.3 MB/s |  97 kB     00:00    
13:40:44 #8 54.10 (6/160): dbus-libs-1.14.0-1.fc36.x86_64.rpm     3.5 MB/s | 155 kB     00:00    
13:40:44 #8 54.11 (7/160): debugedit-5.0-3.fc36.x86_64.rpm        7.5 MB/s |  77 kB     00:00    
13:40:44 #8 54.11 (8/160): devscripts-checkbashisms-2.22.1-1.fc36 2.0 MB/s |  28 kB     00:00    
13:40:44 #8 54.12 (9/160): dnf-plugins-core-4.1.0-1.fc36.noarch.r 1.9 MB/s |  34 kB     00:00    
13:40:44 #8 54.14 (10/160): dwz-0.14-2.fc35.x86_64.rpm            4.7 MB/s | 127 kB     00:00    
13:40:44 #8 54.17 (11/160): diffutils-3.8-2.fc36.x86_64.rpm       5.4 MB/s | 370 kB     00:00    
13:40:44 #8 54.17 (12/160): ed-1.14.2-12.fc36.x86_64.rpm          1.5 MB/s |  73 kB     00:00    
13:40:44 #8 54.17 (13/160): efi-srpm-macros-5-5.fc36.noarch.rpm   599 kB/s |  22 kB     00:00    
13:40:44 #8 54.20 (14/160): enchant-1.6.0-30.fc36.x86_64.rpm      1.8 MB/s |  59 kB     00:00    
13:40:44 #8 54.20 (15/160): fonts-filesystem-2.0.5-7.fc36.noarch. 315 kB/s | 9.0 kB     00:00    
13:40:44 #8 54.21 (16/160): file-5.41-4.fc36.x86_64.rpm           1.5 MB/s |  48 kB     00:00    
13:40:44 #8 54.21 (17/160): fonts-srpm-macros-2.0.5-7.fc36.noarch 3.0 MB/s |  27 kB     00:00    
13:40:44 #8 54.21 (18/160): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 895 kB/s | 7.6 kB     00:00    
13:40:44 #8 54.22 (19/160): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 1.2 MB/s | 7.7 kB     00:00    
13:40:44 #8 54.26 (20/160): gdk-pixbuf2-2.42.8-1.fc36.x86_64.rpm  9.8 MB/s | 465 kB     00:00    
13:40:44 #8 54.28 (21/160): glib-networking-2.72.0-1.fc36.x86_64. 2.9 MB/s | 184 kB     00:00    
13:40:44 #8 36.94 Selecting previously unselected package libfile-listing-perl.
13:40:44 #8 36.94 Preparing to unpack .../077-libfile-listing-perl_6.04-1_all.deb ...
13:40:44 #8 37.05 Unpacking libfile-listing-perl (6.04-1) ...
13:40:44 #12 8.717 Selecting previously unselected package libdevmapper-dev:arm64.
13:40:44 #12 8.722 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
13:40:44 #12 8.726 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
13:40:44 #12 8.773 Selecting previously unselected package libseccomp-dev:arm64.
13:40:44 #12 8.776 Preparing to unpack .../10-libseccomp-dev_2.5.3-2ubuntu2_arm64.deb ...
13:40:44 #12 8.780 Unpacking libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
13:40:44 #12 8.823 Preparing to unpack .../11-libsystemd0_249.11-0ubuntu3.1_arm64.deb ...
13:40:44 #12 8.835 Unpacking libsystemd0:arm64 (249.11-0ubuntu3.1) over (249.11-0ubuntu3) ...
13:40:44 #12 8.948 Setting up libsystemd0:arm64 (249.11-0ubuntu3.1) ...
13:40:44 #8 37.64 Unpacking fonts-dejavu-core (2.37-2) ...
13:40:44 #8 37.85 Selecting previously unselected package fontconfig-config.
13:40:44 #8 37.85 Preparing to unpack .../154-fontconfig-config_2.13.1-4.2_all.deb ...
13:40:44 #8 46.40 Selecting previously unselected package libfile-basedir-perl.
13:40:44 #8 46.40 Preparing to unpack .../192-libfile-basedir-perl_0.07-1_all.deb ...
13:40:44 #8 46.50 Unpacking libfile-basedir-perl (0.07-1) ...
13:40:44 #12 8.558 Unpacking libpcre2-32-0:amd64 (10.39-3build1) ...
13:40:44 #12 8.597 Selecting previously unselected package libpcre2-posix3:amd64.
13:40:44 #12 8.600 Preparing to unpack .../06-libpcre2-posix3_10.39-3build1_amd64.deb ...
13:40:44 #12 8.603 Unpacking libpcre2-posix3:amd64 (10.39-3build1) ...
13:40:44 #12 8.631 Selecting previously unselected package libpcre2-dev:amd64.
13:40:44 #12 8.634 Preparing to unpack .../07-libpcre2-dev_10.39-3build1_amd64.deb ...
13:40:44 #12 8.638 Unpacking libpcre2-dev:amd64 (10.39-3build1) ...
13:40:44 #12 8.680 Selecting previously unselected package libselinux1-dev:amd64.
13:40:44 #12 8.683 Preparing to unpack .../08-libselinux1-dev_3.3-1build2_amd64.deb ...
13:40:44 #12 8.688 Unpacking libselinux1-dev:amd64 (3.3-1build2) ...
13:40:44 #12 8.727 Selecting previously unselected package libdevmapper-dev:amd64.
13:40:44 #12 8.727 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
13:40:44 #12 8.731 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu4) ...
13:40:44 #12 8.761 Selecting previously unselected package libseccomp-dev:amd64.
13:40:44 #12 8.764 Preparing to unpack .../10-libseccomp-dev_2.5.3-2ubuntu2_amd64.deb ...
13:40:44 #12 8.768 Unpacking libseccomp-dev:amd64 (2.5.3-2ubuntu2) ...
13:40:44 #12 8.811 Preparing to unpack .../11-libsystemd0_249.11-0ubuntu3.1_amd64.deb ...
13:40:44 #8 53.08   Preparing        :                                                        1/1 
13:40:44 #12 1.026 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
13:40:44 #12 0.748 Hit:1 http://archive.ubuntu.com/ubuntu impish InRelease
13:40:44 #12 0.748 Hit:2 http://archive.ubuntu.com/ubuntu impish-updates InRelease
13:40:44 #12 0.748 Hit:3 http://archive.ubuntu.com/ubuntu impish-backports InRelease
13:40:44 #8 44.57 Selecting previously unselected package libparams-util-perl.
13:40:44 #8 44.57 Preparing to unpack .../187-libparams-util-perl_1.07-3+b4_armhf.deb ...
13:40:44 #8 44.59 Unpacking libparams-util-perl (1.07-3+b4) ...
13:40:44 #8 44.67 Selecting previously unselected package libsub-install-perl.
13:40:44 #8 44.67 Preparing to unpack .../188-libsub-install-perl_0.928-1_all.deb ...
13:40:44 #8 44.69 Unpacking libsub-install-perl (0.928-1) ...
13:40:44 #8 44.73 Selecting previously unselected package libdata-optlist-perl.
13:40:44 #8 44.73 Preparing to unpack .../189-libdata-optlist-perl_0.110-1_all.deb ...
13:40:44 #8 44.74 Unpacking libdata-optlist-perl (0.110-1) ...
13:40:44 #8 44.76 Selecting previously unselected package libsub-exporter-perl.
13:40:44 #8 44.77 Preparing to unpack .../190-libsub-exporter-perl_0.987-1_all.deb ...
13:40:44 #8 44.77 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:44 #8 54.45 Setting up libgdbm-compat4:amd64 (1.19-2) ...
13:40:44 #8 54.46 Setting up ucf (3.0043) ...
13:40:44 #13 11.54   Installing       : openssh-clients-8.0p1-12.el8.x86_64                  27/70 
13:40:44 #11 0.396 Hit:1 http://deb.debian.org/debian bullseye InRelease
13:40:44 #11 0.396 Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
13:40:44 #11 0.634 Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
13:40:44 #13 27.09   Installing       : glibc-static-2.28-199.el8.aarch64                    53/73 
13:40:44 #9 42.90 Selecting previously unselected package gnupg-utils.
13:40:44 #9 42.90 Preparing to unpack .../141-gnupg-utils_2.2.19-3ubuntu2.1_armhf.deb ...
13:40:44 #9 42.91 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ...
13:40:44 #9 42.98 Selecting previously unselected package gpg.
13:40:44 #9 42.98 Preparing to unpack .../142-gpg_2.2.19-3ubuntu2.1_armhf.deb ...
13:40:44 #9 42.98 Unpacking gpg (2.2.19-3ubuntu2.1) ...
13:40:44 #9 43.06 Selecting previously unselected package pinentry-curses.
13:40:44 #9 43.06 Preparing to unpack .../143-pinentry-curses_1.1.0-3build1_armhf.deb ...
13:40:44 #9 43.07 Unpacking pinentry-curses (1.1.0-3build1) ...
13:40:44 #9 43.11 Selecting previously unselected package gpg-agent.
13:40:44 #9 43.12 Preparing to unpack .../144-gpg-agent_2.2.19-3ubuntu2.1_armhf.deb ...
13:40:44 #9 43.12 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ...
13:40:44 #9 61.09 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:44 #9 61.15 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:44 #9 61.28 
13:40:44 #9 61.28 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:44 #9 54.70 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:44 #9 54.83 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:44 #9 54.88 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
13:40:44 #9 54.91 Processing triggers for ca-certificates (20210119~20.04.2) ...
13:40:44 #8 54.29 (22/160): gnat-srpm-macros-4-15.fc36.noarch.rpm 276 kB/s | 8.2 kB     00:00    
13:40:44 #8 54.30 (23/160): go-srpm-macros-3.0.15-1.fc36.noarch.r 2.4 MB/s |  26 kB     00:00    
13:40:44 #8 54.35 (24/160): groff-base-1.22.4-9.fc36.x86_64.rpm    17 MB/s | 1.0 MB     00:00    
13:40:44 #8 54.41 (25/160): gdb-minimal-11.2-3.fc36.x86_64.rpm     19 MB/s | 3.8 MB     00:00    
13:40:44 #8 54.44 (26/160): gsettings-desktop-schemas-42.0-1.fc36 4.6 MB/s | 691 kB     00:00    
13:40:44 #8 54.48 (27/160): hunspell-1.7.0-19.fc36.x86_64.rpm     2.3 MB/s | 303 kB     00:00    
13:40:44 #8 54.48 (28/160): hunspell-en-0.20140811.1-22.fc36.noar 4.6 MB/s | 180 kB     00:00    
13:40:44 #8 54.49 (29/160): hunspell-en-GB-0.20140811.1-22.fc36.n 5.1 MB/s | 225 kB     00:00    
13:40:44 #8 54.49 (30/160): hunspell-en-US-0.20140811.1-22.fc36.n  13 MB/s | 176 kB     00:00    
13:40:44 #8 54.50 (31/160): hunspell-filesystem-1.7.0-19.fc36.x86 1.3 MB/s | 8.9 kB     00:00    
13:40:44 #8 54.54 (32/160): json-glib-1.6.6-2.fc36.x86_64.rpm     3.5 MB/s | 152 kB     00:00    
13:40:44 #9 36.22 Selecting previously unselected package gcc.
13:40:44 #9 36.22 Preparing to unpack .../083-gcc_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:40:44 #9 36.23 Unpacking gcc (4:11.2.0-1ubuntu1) ...
13:40:44 #9 36.28 Selecting previously unselected package libstdc++-11-dev:armhf.
13:40:44 #9 36.28 Preparing to unpack .../084-libstdc++-11-dev_11.2.0-19ubuntu1_armhf.deb ...
13:40:44 #9 36.29 Unpacking libstdc++-11-dev:armhf (11.2.0-19ubuntu1) ...
13:40:44 #8 37.25 Selecting previously unselected package libhtml-tagset-perl.
13:40:44 #8 37.25 Preparing to unpack .../078-libhtml-tagset-perl_3.20-3_all.deb ...
13:40:44 #12 8.993 Selecting previously unselected package libsystemd-dev:arm64.
13:40:44 #12 8.993 (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 ... 29996 files and directories currently installed.)
13:40:44 #12 9.010 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.1_arm64.deb ...
13:40:44 #12 9.016 Unpacking libsystemd-dev:arm64 (249.11-0ubuntu3.1) ...
13:40:44 #12 9.074 Selecting previously unselected package libglib2.0-0:arm64.
13:40:44 #12 9.077 Preparing to unpack .../libglib2.0-0_2.72.1-1_arm64.deb ...
13:40:44 #12 9.080 Unpacking libglib2.0-0:arm64 (2.72.1-1) ...
13:40:44 #12 9.137 Selecting previously unselected package pkg-config.
13:40:44 #12 9.140 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_arm64.deb ...
13:40:44 #12 9.144 Unpacking pkg-config (0.29.2-1ubuntu3) ...
13:40:44 #12 9.180 Setting up libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
13:40:44 #8 38.10 Unpacking fontconfig-config (2.13.1-4.2) ...
13:40:44 #8 38.17 Selecting previously unselected package libcurl3-gnutls:armhf.
13:40:44 #8 38.17 Preparing to unpack .../155-libcurl3-gnutls_7.74.0-1.3+deb11u1_armhf.deb ...
13:40:44 #8 38.18 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u1) ...
13:40:44 #8 46.73 Selecting previously unselected package libfile-chdir-perl.
13:40:44 #8 46.73 Preparing to unpack .../193-libfile-chdir-perl_0.1008-1_all.deb ...
13:40:44 #8 46.74 Unpacking libfile-chdir-perl (0.1008-1) ...
13:40:44 #8 46.80 Selecting previously unselected package libfile-fcntllock-perl.
13:40:44 #8 53.11   Installing       : python3-six-1.16.0-4.fc35.noarch                     1/167 
13:40:44 #12 8.823 Unpacking libsystemd0:amd64 (249.11-0ubuntu3.1) over (249.11-0ubuntu3) ...
13:40:44 #12 8.913 Setting up libsystemd0:amd64 (249.11-0ubuntu3.1) ...
13:40:44 #8 53.12   Installing       : hunspell-filesystem-1.7.0-11.fc35.x86_64             2/167 
13:40:44 #12 8.955 Selecting previously unselected package libsystemd-dev:amd64.
13:40:44 #8 53.12   Installing       : fonts-filesystem-1:2.0.5-6.fc35.noarch               3/167 
13:40:44 #8 53.14   Installing       : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     4/167 
13:40:44 #8 53.18   Installing       : abattis-cantarell-fonts-0.301-5.fc35.noarch          5/167 
13:40:44 #8 53.19   Installing       : gsettings-desktop-schemas-41.0-1.fc35.x86_64         6/167 
13:40:44 #12 8.955 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30025 files and directories currently installed.)
13:40:44 #12 8.973 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.1_amd64.deb ...
13:40:44 #8 53.20   Installing       : python3-construct-2.10.67-3.fc35.noarch              7/167 
13:40:44 #12 8.978 Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.1) ...
13:40:44 #12 9.053 Selecting previously unselected package libglib2.0-0:amd64.
13:40:44 #8 53.23   Installing       : python3-pybeam-0.7-1.fc35.noarch                     8/167 
13:40:44 #8 53.25   Installing       : python3-dateutil-1:2.8.1-7.fc35.noarch               9/167 
13:40:44 #8 53.29   Upgrading        : glibc-common-2.34-32.fc35.x86_64                    10/167 
13:40:44 #8 53.29   Upgrading        : glibc-minimal-langpack-2.34-32.fc35.x86_64          11/167 
13:40:44 #8 53.30   Running scriptlet: glibc-2.34-32.fc35.x86_64                           12/167 
13:40:44 #8 53.35   Upgrading        : glibc-2.34-32.fc35.x86_64                           12/167 
13:40:44 #8 53.36   Running scriptlet: glibc-2.34-32.fc35.x86_64                           12/167 
13:40:44 #12 0.827 Hit:4 http://security.ubuntu.com/ubuntu impish-security InRelease
13:40:44 #8 54.59 Setting up libperl5.32:amd64 (5.32.1-4+deb11u2) ...
13:40:44 #8 54.60 Setting up dwz (0.13+20210201-1) ...
13:40:44 #8 54.61 Setting up groff-base (1.22.4-6) ...
13:40:44 #8 54.63 Setting up cpp (4:10.2.1-1) ...
13:40:44 #8 54.64 Setting up pixz (1.0.7-1) ...
13:40:44 #8 54.65 Setting up gpgconf (2.2.27-2+deb11u1) ...
13:40:44 #8 54.66 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
13:40:44 #8 54.67 Setting up libc6-dev:amd64 (2.31-13+deb11u3) ...
13:40:44 #8 54.68 Setting up libx11-6:amd64 (2:1.7.2-1) ...
13:40:44 #8 54.70 Setting up curl (7.74.0-1.3+deb11u1) ...
13:40:44 #8 54.71 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:40:44 #8 54.72 Setting up gpg (2.2.27-2+deb11u1) ...
13:40:44 #8 54.73 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
13:40:44 #8 54.74 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
13:40:44 #8 54.75 Setting up gnupg-utils (2.2.27-2+deb11u1) ...
13:40:44 #8 53.23 Running transaction check
13:40:44 #8 44.81 Selecting previously unselected package libconst-fast-perl.
13:40:44 #8 44.81 Preparing to unpack .../191-libconst-fast-perl_0.014-1_all.deb ...
13:40:44 #8 44.81 Unpacking libconst-fast-perl (0.014-1) ...
13:40:44 #8 44.86 Selecting previously unselected package libwant-perl.
13:40:44 #8 44.86 Preparing to unpack .../192-libwant-perl_0.29-1+b4_armhf.deb ...
13:40:44 #8 44.87 Unpacking libwant-perl (0.29-1+b4) ...
13:40:44 #8 44.91 Selecting previously unselected package libcontextual-return-perl.
13:40:44 #8 44.91 Preparing to unpack .../193-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:44 #8 44.91 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:44 #8 44.96 Selecting previously unselected package libconvert-binhex-perl.
13:40:44 #8 44.96 Preparing to unpack .../194-libconvert-binhex-perl_1.125-1_all.deb ...
13:40:44 #8 44.96 Unpacking libconvert-binhex-perl (1.125-1) ...
13:40:44 #8 45.00 Selecting previously unselected package libdata-dump-perl.
13:40:44 #8 45.00 Preparing to unpack .../195-libdata-dump-perl_1.23-1_all.deb ...
13:40:44 #8 45.00 Unpacking libdata-dump-perl (1.23-1) ...
13:40:44 #8 45.03 Selecting previously unselected package libdigest-bubblebabble-perl.
13:40:44 #8 45.03 Preparing to unpack .../196-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:40:44 #11 9.759   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch            1/1 
13:40:44 #11 9.898   Preparing        :                                                        1/1 
13:40:44 #11 0.929 Reading package lists...
13:40:44 #9 43.17 Selecting previously unselected package gpg-wks-client.
13:40:44 #9 43.17 Preparing to unpack .../145-gpg-wks-client_2.2.19-3ubuntu2.1_armhf.deb ...
13:40:44 #9 43.17 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ...
13:40:44 #9 43.21 Selecting previously unselected package gpg-wks-server.
13:40:44 #9 43.21 Preparing to unpack .../146-gpg-wks-server_2.2.19-3ubuntu2.1_armhf.deb ...
13:40:44 #9 43.22 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ...
13:40:44 #9 43.25 Selecting previously unselected package gpgsm.
13:40:44 #9 43.25 Preparing to unpack .../147-gpgsm_2.2.19-3ubuntu2.1_armhf.deb ...
13:40:44 #9 43.26 Unpacking gpgsm (2.2.19-3ubuntu2.1) ...
13:40:44 #9 43.31 Selecting previously unselected package gnupg.
13:40:44 #9 43.31 Preparing to unpack .../148-gnupg_2.2.19-3ubuntu2.1_all.deb ...
13:40:44 #9 43.32 Unpacking gnupg (2.2.19-3ubuntu2.1) ...
13:40:44 #9 43.36 Selecting previously unselected package libfile-which-perl.
13:40:44 #9 43.36 Preparing to unpack .../149-libfile-which-perl_1.23-1_all.deb ...
13:40:44 #9 43.36 Unpacking libfile-which-perl (1.23-1) ...
13:40:44 #9 43.39 Selecting previously unselected package libfile-homedir-perl.
13:40:44 #9 43.39 Preparing to unpack .../150-libfile-homedir-perl_1.004-1_all.deb ...
13:40:44 #9 43.40 Unpacking libfile-homedir-perl (1.004-1) ...
13:40:44 #9 61.30 Setting up python3-chardet (4.0.0-1) ...
13:40:44 #9 54.91 Updating certificates in /etc/ssl/certs...
13:40:44 #11 8.425 Transaction test succeeded.
13:40:44 #11 8.425 Running transaction
13:40:44 #11 8.186   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch            1/1 
13:40:44 #11 8.338   Preparing        :                                                        1/1 
13:40:44 #11 8.385   Upgrading        : libgcc-11.3.1-2.fc35.aarch64                         1/113 
13:40:44 #11 8.394   Running scriptlet: libgcc-11.3.1-2.fc35.aarch64                         1/113 
13:40:44 #11 8.420   Upgrading        : audit-libs-3.0.8-1.fc35.aarch64                      2/113 
13:40:44 #11 8.431   Installing       : python3-libselinux-3.3-1.fc35.aarch64                3/113 
13:40:44 #8 54.54 (33/160): kernel-srpm-macros-1.0-14.fc36.noarch 213 kB/s | 9.1 kB     00:00    
13:40:44 #8 54.54 (34/160): info-6.8-3.fc36.x86_64.rpm            4.0 MB/s | 225 kB     00:00    
13:40:44 #8 54.62 (35/160): libjpeg-turbo-2.1.2-2.fc36.x86_64.rpm 2.4 MB/s | 182 kB     00:00    
13:40:44 #8 54.67 (36/160): libappstream-glib-0.7.18-4.fc36.x86_6 3.0 MB/s | 390 kB     00:00    
13:40:44 #8 54.67 (37/160): libpkgconf-1.8.0-2.fc36.x86_64.rpm    757 kB/s |  36 kB     00:00    
13:40:44 #8 54.68 (38/160): libpng-1.6.37-12.fc36.x86_64.rpm      8.3 MB/s | 119 kB     00:00    
13:40:44 #8 54.69 (39/160): libproxy-webkitgtk4-0.4.17-4.fc36.x86 2.0 MB/s |  20 kB     00:00    
13:40:44 #8 54.70 (40/160): libproxy-0.4.17-4.fc36.x86_64.rpm     2.6 MB/s |  70 kB     00:00    
13:40:44 #8 54.72 (41/160): libstemmer-0-18.585svn.fc36.x86_64.rp 4.7 MB/s |  82 kB     00:00    
13:40:44 #8 54.75 (42/160): libsoup-2.74.2-2.fc36.x86_64.rpm      6.5 MB/s | 390 kB     00:00    
13:40:44 #8 54.75 (43/160): lua-srpm-macros-1-6.fc36.noarch.rpm   235 kB/s | 8.5 kB     00:00    
13:40:44 #8 54.80 (44/160): ncurses-6.2-9.20210508.fc36.x86_64.rp 8.1 MB/s | 400 kB     00:00    
13:40:44 #9 36.57 Selecting previously unselected package g++-11.
13:40:44 #9 36.57 Preparing to unpack .../085-g++-11_11.2.0-19ubuntu1_armhf.deb ...
13:40:44 #9 36.57 Unpacking g++-11 (11.2.0-19ubuntu1) ...
13:40:44 #8 37.45 Unpacking libhtml-tagset-perl (3.20-3) ...
13:40:44 #12 9.189 Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ...
13:40:44 #12 9.202 Setting up libglib2.0-0:arm64 (2.72.1-1) ...
13:40:44 #12 9.214 No schema files found: doing nothing.
13:40:44 #12 9.221 Setting up libpcre2-16-0:arm64 (10.39-3build1) ...
13:40:44 #12 9.232 Setting up libbtrfs0:arm64 (5.16.2-1) ...
13:40:44 #12 9.244 Setting up libpcre2-32-0:arm64 (10.39-3build1) ...
13:40:44 #12 9.254 Setting up libuv1:arm64 (1.43.0-1) ...
13:40:44 #12 9.278 Setting up emacsen-common (3.0.4) ...
13:40:44 #12 9.316 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
13:40:44 #12 9.325 Setting up bash-completion (1:2.11-5ubuntu1) ...
13:40:44 #12 9.345 Setting up libjsoncpp25:arm64 (1.9.5-3) ...
13:40:44 #12 9.355 Setting up pkg-config (0.29.2-1ubuntu3) ...
13:40:44 #12 9.403 Setting up libudev-dev:arm64 (249.11-0ubuntu3.1) ...
13:40:44 #12 9.414 Setting up libsepol-dev:arm64 (3.3-1build1) ...
13:40:44 #12 9.423 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
13:40:44 #8 38.30 Selecting previously unselected package liberror-perl.
13:40:44 #8 38.30 Preparing to unpack .../156-liberror-perl_0.17029-1_all.deb ...
13:40:44 #8 38.32 Unpacking liberror-perl (0.17029-1) ...
13:40:44 #8 46.80 Preparing to unpack .../194-libfile-fcntllock-perl_0.22-3build2_armhf.deb ...
13:40:44 #8 46.82 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
13:40:44 #8 46.89 Selecting previously unselected package libhttp-date-perl.
13:40:44 #8 46.89 Preparing to unpack .../195-libhttp-date-perl_6.02-1_all.deb ...
13:40:44 #8 46.91 Unpacking libhttp-date-perl (6.02-1) ...
13:40:44 #8 46.99 Selecting previously unselected package libfile-listing-perl.
13:40:44 #8 46.99 Preparing to unpack .../196-libfile-listing-perl_6.04-1_all.deb ...
13:40:44 #8 53.46   Installing       : glibc-gconv-extra-2.34-32.fc35.x86_64               13/167 
13:40:44 #8 53.47   Running scriptlet: glibc-gconv-extra-2.34-32.fc35.x86_64               13/167 
13:40:44 #8 53.48   Installing       : findutils-1:4.8.0-4.fc35.x86_64                     14/167 
13:40:44 #8 53.49   Installing       : hunspell-en-GB-0.20140811.1-20.fc35.noarch          15/167 
13:40:44 #8 53.50   Installing       : hunspell-en-0.20140811.1-20.fc35.noarch             16/167 
13:40:44 #8 53.51   Installing       : hunspell-en-US-0.20140811.1-20.fc35.noarch          17/167 
13:40:44 #8 53.52   Installing       : hunspell-1.7.0-11.fc35.x86_64                       18/167 
13:40:44 #8 53.53   Installing       : elfutils-debuginfod-client-0.186-1.fc35.x86_64      19/167 
13:40:44 #8 53.54   Installing       : binutils-gold-2.37-10.fc35.x86_64                   20/167 
13:40:44 #8 53.67   Installing       : binutils-2.37-10.fc35.x86_64                        21/167 
13:40:44 #8 53.67   Running scriptlet: binutils-2.37-10.fc35.x86_64                        21/167 
13:40:44 #8 53.70   Installing       : elfutils-0.186-1.fc35.x86_64                        22/167 
13:40:44 #12 9.056 Preparing to unpack .../libglib2.0-0_2.72.1-1_amd64.deb ...
13:40:44 #12 9.060 Unpacking libglib2.0-0:amd64 (2.72.1-1) ...
13:40:44 #12 9.120 Selecting previously unselected package pkg-config.
13:40:44 #12 9.122 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_amd64.deb ...
13:40:44 #12 9.127 Unpacking pkg-config (0.29.2-1ubuntu3) ...
13:40:44 #12 9.164 Setting up libseccomp-dev:amd64 (2.5.3-2ubuntu2) ...
13:40:44 #12 9.176 Setting up libarchive13:amd64 (3.6.0-1ubuntu1) ...
13:40:44 #12 9.187 Setting up libglib2.0-0:amd64 (2.72.1-1) ...
13:40:44 #12 9.199 No schema files found: doing nothing.
13:40:44 #12 9.205 Setting up libpcre2-16-0:amd64 (10.39-3build1) ...
13:40:44 #12 9.216 Setting up libbtrfs0:amd64 (5.16.2-1) ...
13:40:44 #12 9.226 Setting up libpcre2-32-0:amd64 (10.39-3build1) ...
13:40:44 #12 9.239 Setting up libuv1:amd64 (1.43.0-1) ...
13:40:44 #12 9.251 Setting up emacsen-common (3.0.4) ...
13:40:44 #12 9.290 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
13:40:44 #8 54.76 Setting up binutils-x86-64-linux-gnu (2.35.2-2) ...
13:40:44 #8 54.78 Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
13:40:44 #8 54.79 Setting up gpg-agent (2.2.27-2+deb11u1) ...
13:40:44 #8 45.04 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:40:44 #8 45.06 Selecting previously unselected package libdigest-hmac-perl.
13:40:44 #8 45.06 Preparing to unpack .../197-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:40:44 #8 45.07 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:40:44 #8 45.09 Selecting previously unselected package libdistro-info-perl.
13:40:44 #8 45.09 Preparing to unpack .../198-libdistro-info-perl_0.21_all.deb ...
13:40:44 #8 45.10 Unpacking libdistro-info-perl (0.21) ...
13:40:44 #8 45.13 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:44 #8 45.13 Preparing to unpack .../199-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:44 #8 45.14 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:44 #8 45.17 Selecting previously unselected package libmailtools-perl.
13:40:44 #8 45.17 Preparing to unpack .../200-libmailtools-perl_2.18-1_all.deb ...
13:40:44 #8 45.17 Unpacking libmailtools-perl (2.18-1) ...
13:40:44 #8 45.22 Selecting previously unselected package libnet-ip-perl.
13:40:44 #8 45.22 Preparing to unpack .../201-libnet-ip-perl_1.26-2_all.deb ...
13:40:44 #8 45.22 Unpacking libnet-ip-perl (1.26-2) ...
13:40:44 #8 53.31 Transaction check succeeded.
13:40:44 #8 53.31 Running transaction test
13:40:44 #11 9.947   Installing       : python3-libselinux-3.2-1.fc34.aarch64                 1/99 
13:40:44 #11 9.957   Installing       : perl-File-Find-1.37-477.fc34.noarch                   2/99 
13:40:44 #11 10.00   Installing       : perl-File-Copy-2.34-477.fc34.noarch                   3/99 
13:40:44 #11 10.01   Installing       : perl-File-Compare-1.100.600-477.fc34.noarch           4/99 
13:40:44 #11 10.01   Installing       : libseccomp-2.5.3-1.fc34.aarch64                       5/99 
13:40:44 #11 10.04   Installing       : libedit-3.1-38.20210714cvs.fc34.aarch64               6/99 
13:40:44 #11 10.08   Installing       : cmake-rpm-macros-3.20.5-1.fc34.noarch                 7/99 
13:40:44 #11 10.08   Installing       : cmake-filesystem-3.20.5-1.fc34.aarch64                8/99 
13:40:44 #11 10.09   Installing       : perl-threads-1:2.25-458.fc34.aarch64                  9/99 
13:40:44 #11 10.12   Installing       : m4-1.4.18-17.fc34.aarch64                            10/99 
13:40:44 #11 10.14   Installing       : autoconf-2.69-36.fc34.noarch                         11/99 
13:40:44 #13 12.10   Installing       : git-core-2.31.1-2.el8.x86_64                         28/70 
13:40:44 #13 12.51   Installing       : git-core-doc-2.31.1-2.el8.noarch                     29/70 
13:40:44 #13 12.56   Installing       : pcre2-utf16-10.32-2.el8.x86_64                       30/70 
13:40:44 #11 2.791 dh_testdir
13:40:44 #11 2.808 dh_testroot
13:40:44 #11 2.824 dh_prep
13:40:44 #11 2.844 dh_testdir
13:40:44 #11 2.860 dh_testroot
13:40:44 #11 2.876 dh_install
13:40:44 #11 2.900 dh_installdocs
13:40:44 #11 2.929 dh_installchangelogs
13:40:44 #11 2.991 dh_compress
13:40:44 #11 3.022 dh_fixperms
13:40:44 #11 3.061 dh_installdeb
13:40:44 #11 3.084 dh_gencontrol
13:40:45 #9 43.43 Selecting previously unselected package libio-pty-perl.
13:40:45 #9 43.43 Preparing to unpack .../151-libio-pty-perl_1%3a1.12-1_armhf.deb ...
13:40:45 #9 43.44 Unpacking libio-pty-perl (1:1.12-1) ...
13:40:45 #9 43.48 Selecting previously unselected package libipc-run-perl.
13:40:45 #9 43.48 Preparing to unpack .../152-libipc-run-perl_20180523.0-2_all.deb ...
13:40:45 #9 43.49 Unpacking libipc-run-perl (20180523.0-2) ...
13:40:45 #9 43.53 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:45 #9 43.54 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:45 #9 43.54 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:45 #9 43.57 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:45 #9 43.58 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build2_armhf.deb ...
13:40:45 #9 43.58 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
13:40:45 #9 43.62 Selecting previously unselected package libdynaloader-functions-perl.
13:40:45 #9 43.63 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1_all.deb ...
13:40:45 #9 43.64 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:40:45 #9 43.68 Selecting previously unselected package libdevel-callchecker-perl.
13:40:45 #9 43.68 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu1_armhf.deb ...
13:40:45 #9 43.68 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:40:45 #9 43.71 Selecting previously unselected package libparams-classify-perl.
13:40:45 #9 43.72 Preparing to unpack .../157-libparams-classify-perl_0.015-1build2_armhf.deb ...
13:40:45 #9 43.72 Unpacking libparams-classify-perl (0.015-1build2) ...
13:40:45 #9 61.58 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:45 #9 61.59 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:45 #9 61.60 Setting up libmailtools-perl (2.21-1) ...
13:40:45 #9 61.61 Setting up python3-debian (0.1.39ubuntu1) ...
13:40:45 #9 61.78 Setting up python3-requests (2.25.1+dfsg-2) ...
13:40:45 #9 55.26 0 added, 0 removed; done.
13:40:45 #9 55.26 Running hooks in /etc/ca-certificates/update.d...
13:40:45 #9 55.26 done.
13:40:45 #9 42.36 Selecting previously unselected package gcc.
13:40:45 #9 42.36 Preparing to unpack .../081-gcc_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:40:45 #9 42.36 Unpacking gcc (4:11.2.0-1ubuntu1) ...
13:40:45 #9 42.39 Selecting previously unselected package libstdc++-11-dev:armhf.
13:40:45 #9 42.39 Preparing to unpack .../082-libstdc++-11-dev_11.2.0-7ubuntu2_armhf.deb ...
13:40:45 #9 42.40 Unpacking libstdc++-11-dev:armhf (11.2.0-7ubuntu2) ...
13:40:45 #9 42.60 Selecting previously unselected package g++-11.
13:40:45 #9 42.61 Preparing to unpack .../083-g++-11_11.2.0-7ubuntu2_armhf.deb ...
13:40:45 #9 42.61 Unpacking g++-11 (11.2.0-7ubuntu2) ...
13:40:45 #13 27.11   Installing       : vim-filesystem-2:8.0.1763-16.el8_5.12.noarch         54/73 
13:40:45 #11 8.479   Installing       : util-linux-core-2.37.4-1.fc35.aarch64                4/113 
13:40:45 #11 8.527   Running scriptlet: util-linux-core-2.37.4-1.fc35.aarch64                4/113 
13:40:45 #11 8.538   Installing       : perl-File-Find-1.39-486.fc35.noarch                  5/113 
13:40:45 #11 8.545   Installing       : perl-File-Copy-2.35-486.fc35.noarch                  6/113 
13:40:45 #11 8.551   Installing       : perl-File-Compare-1.100.600-486.fc35.noarch          7/113 
13:40:45 #11 8.587   Installing       : libtool-ltdl-2.4.6-50.fc35.aarch64                   8/113 
13:40:45 #11 8.594   Installing       : libseccomp-2.5.3-1.fc35.aarch64                      9/113 
13:40:45 #11 8.603   Installing       : libfdisk-2.37.4-1.fc35.aarch64                      10/113 
13:40:45 #11 8.643   Installing       : cmake-rpm-macros-3.22.2-1.fc35.noarch               11/113 
13:40:45 #11 8.652   Installing       : cmake-filesystem-3.22.2-1.fc35.aarch64              12/113 
13:40:45 #11 8.667   Installing       : checkpolicy-3.3-1.fc35.aarch64                      13/113 
13:40:45 #11 8.695   Installing       : perl-threads-1:2.26-448.fc35.aarch64                14/113 
13:40:45 #11 8.705   Installing       : m4-1.4.19-2.fc35.aarch64                            15/113 
13:40:45 #11 8.751   Installing       : libmpc-1.2.1-3.fc35.aarch64                         16/113 
13:40:45 #11 8.757   Installing       : emacs-filesystem-1:27.2-9.fc35.noarch               17/113 
13:40:45 #8 54.81 (45/160): ocaml-srpm-macros-6-6.fc36.noarch.rpm 1.4 MB/s | 7.7 kB     00:00    
13:40:45 #8 54.82 (46/160): openblas-srpm-macros-2-11.fc36.noarch 829 kB/s | 7.4 kB     00:00    
13:40:45 #8 54.82 (47/160): package-notes-srpm-macros-0.4-14.fc36 1.7 MB/s |  11 kB     00:00    
13:40:45 #8 54.83 (48/160): nim-srpm-macros-3-6.fc36.noarch.rpm   115 kB/s | 8.3 kB     00:00    
13:40:45 #8 54.83 (49/160): perl-AutoLoader-5.74-486.fc36.noarch. 4.1 MB/s |  26 kB     00:00    
13:40:45 #8 54.97 (50/160): libicu-69.1-5.fc36.x86_64.rpm          23 MB/s | 9.8 MB     00:00    
13:40:45 #8 54.98 (51/160): perl-B-1.82-486.fc36.x86_64.rpm       1.3 MB/s | 185 kB     00:00    
13:40:45 #8 54.98 (52/160): patch-2.7.6-16.fc36.x86_64.rpm        781 kB/s | 124 kB     00:00    
13:40:45 #8 54.99 (53/160): perl-Carp-1.52-479.fc36.noarch.rpm    2.5 MB/s |  29 kB     00:00    
13:40:45 #8 54.99 (54/160): perl-Class-Struct-0.66-486.fc36.noarc 2.4 MB/s |  27 kB     00:00    
13:40:45 #8 54.99 (55/160): perl-Data-Dumper-2.183-3.fc36.x86_64. 7.2 MB/s |  56 kB     00:00    
13:40:45 #8 55.00 (56/160): perl-Digest-1.20-2.fc36.noarch.rpm    2.5 MB/s |  25 kB     00:00    
13:40:45 #8 55.01 (57/160): perl-Errno-1.33-486.fc36.x86_64.rpm   1.9 MB/s |  20 kB     00:00    
13:40:45 #8 55.01 (58/160): perl-DynaLoader-1.50-486.fc36.x86_64. 2.2 MB/s |  31 kB     00:00    
13:40:45 #8 55.01 (59/160): perl-Digest-MD5-2.58-479.fc36.x86_64. 1.5 MB/s |  36 kB     00:00    
13:40:45 #8 55.02 (60/160): perl-Exporter-5.76-480.fc36.noarch.rp 3.5 MB/s |  31 kB     00:00    
13:40:45 #8 55.02 (61/160): perl-Fcntl-1.14-486.fc36.x86_64.rpm   2.9 MB/s |  25 kB     00:00    
13:40:45 #8 55.02 (62/160): perl-File-Basename-2.85-486.fc36.noar 2.5 MB/s |  22 kB     00:00    
13:40:45 #8 55.03 (63/160): perl-File-Path-2.18-479.fc36.noarch.r 4.0 MB/s |  35 kB     00:00    
13:40:45 #8 55.03 (64/160): perl-File-Temp-0.231.100-479.fc36.noa 6.6 MB/s |  59 kB     00:00    
13:40:45 #8 55.03 (65/160): perl-File-stat-1.09-486.fc36.noarch.r 2.6 MB/s |  22 kB     00:00    
13:40:45 #8 55.04 (66/160): perl-FileHandle-2.03-486.fc36.noarch. 1.9 MB/s |  20 kB     00:00    
13:40:45 #8 55.04 (67/160): perl-Getopt-Long-2.52-479.fc36.noarch 6.8 MB/s |  60 kB     00:00    
13:40:45 #8 55.04 (68/160): perl-Getopt-Std-1.13-486.fc36.noarch. 1.9 MB/s |  21 kB     00:00    
13:40:45 #8 55.05 (69/160): perl-HTTP-Tiny-0.080-2.fc36.noarch.rp 5.7 MB/s |  55 kB     00:00    
13:40:45 #8 55.07 (70/160): perl-IO-1.46-486.fc36.x86_64.rpm      3.0 MB/s |  92 kB     00:00    
13:40:45 #9 36.85 Selecting previously unselected package g++.
13:40:45 #9 36.85 Preparing to unpack .../086-g++_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:40:45 #9 36.85 Unpacking g++ (4:11.2.0-1ubuntu1) ...
13:40:45 #9 36.90 Selecting previously unselected package make.
13:40:45 #9 36.90 Preparing to unpack .../087-make_4.3-4.1build1_armhf.deb ...
13:40:45 #9 36.90 Unpacking make (4.3-4.1build1) ...
13:40:45 #9 36.95 Selecting previously unselected package libdpkg-perl.
13:40:45 #9 36.95 Preparing to unpack .../088-libdpkg-perl_1.21.1ubuntu2_all.deb ...
13:40:45 #8 37.96 Selecting previously unselected package liburi-perl.
13:40:45 #8 37.96 Preparing to unpack .../079-liburi-perl_1.76-1_all.deb ...
13:40:45 #12 9.434 Setting up libpcre2-posix3:arm64 (10.39-3build1) ...
13:40:45 #12 9.448 Setting up libbtrfs-dev:arm64 (5.16.2-1) ...
13:40:45 #12 9.459 Setting up librhash0:arm64 (1.4.2-1ubuntu1) ...
13:40:45 #12 9.470 Setting up cmake-data (3.22.1-1ubuntu1) ...
13:40:45 #12 9.511 Setting up dh-apparmor (3.0.4-2ubuntu2) ...
13:40:45 #12 9.522 Setting up libsystemd-dev:arm64 (249.11-0ubuntu3.1) ...
13:40:45 #12 9.531 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
13:40:45 #12 9.542 Setting up libpcre2-dev:arm64 (10.39-3build1) ...
13:40:45 #12 9.553 Setting up libselinux1-dev:arm64 (3.3-1build2) ...
13:40:45 #12 9.564 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
13:40:45 #12 9.573 Setting up cmake (3.22.1-1ubuntu1) ...
13:40:45 #12 9.584 Setting up docker-ce-build-deps (1.0) ...
13:40:45 #12 9.599 Processing triggers for man-db (2.10.2-1) ...
13:40:45 #12 9.669 Processing triggers for libc-bin (2.35-0ubuntu3) ...
13:40:45 #8 38.57 Selecting previously unselected package git-man.
13:40:45 #8 38.57 Preparing to unpack .../157-git-man_1%3a2.30.2-1_all.deb ...
13:40:45 #8 38.59 Unpacking git-man (1:2.30.2-1) ...
13:40:45 #8 47.02 Unpacking libfile-listing-perl (6.04-1) ...
13:40:45 #8 47.26 Selecting previously unselected package libfont-afm-perl.
13:40:45 #8 47.26 Preparing to unpack .../197-libfont-afm-perl_1.20-2_all.deb ...
13:40:45 #8 53.71   Installing       : dwz-0.14-2.fc35.x86_64                              23/167 
13:40:45 #8 53.72   Installing       : file-5.40-9.fc35.x86_64                             24/167 
13:40:45 #8 53.73   Installing       : libevent-2.1.12-4.fc35.x86_64                       25/167 
13:40:45 #8 53.74   Installing       : protobuf-c-1.4.0-1.fc35.x86_64                      26/167 
13:40:45 #8 53.74   Installing       : unzip-6.0-53.fc35.x86_64                            27/167 
13:40:45 #8 53.76   Installing       : xz-5.2.5-7.fc35.x86_64                              28/167 
13:40:45 #8 53.77   Upgrading        : libsolv-0.7.22-1.fc35.x86_64                        29/167 
13:40:45 #8 53.78   Upgrading        : libdnf-0.66.0-1.fc35.x86_64                         30/167 
13:40:45 #8 53.81   Upgrading        : python3-libdnf-0.66.0-1.fc35.x86_64                 31/167 
13:40:45 #8 53.82   Upgrading        : python3-hawkey-0.66.0-1.fc35.x86_64                 32/167 
13:40:45 #8 53.83   Installing       : zip-3.0-31.fc35.x86_64                              33/167 
13:40:45 #8 53.84   Running scriptlet: unbound-libs-1.13.2-1.fc35.x86_64                   34/167 
13:40:45 #8 53.90   Installing       : unbound-libs-1.13.2-1.fc35.x86_64                   34/167 
13:40:45 #8 53.91   Running scriptlet: unbound-libs-1.13.2-1.fc35.x86_64                   34/167 
13:40:45 #12 9.301 Setting up bash-completion (1:2.11-5ubuntu1) ...
13:40:45 #12 9.324 Setting up libjsoncpp25:amd64 (1.9.5-3) ...
13:40:45 #12 9.335 Setting up pkg-config (0.29.2-1ubuntu3) ...
13:40:45 #12 9.386 Setting up libudev-dev:amd64 (249.11-0ubuntu3.1) ...
13:40:45 #12 9.397 Setting up libsepol-dev:amd64 (3.3-1build1) ...
13:40:45 #12 9.408 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
13:40:45 #12 9.420 Setting up libpcre2-posix3:amd64 (10.39-3build1) ...
13:40:45 #12 9.433 Setting up libbtrfs-dev:amd64 (5.16.2-1) ...
13:40:45 #12 9.445 Setting up librhash0:amd64 (1.4.2-1ubuntu1) ...
13:40:45 #12 9.456 Setting up cmake-data (3.22.1-1ubuntu1) ...
13:40:45 #12 9.494 Setting up dh-apparmor (3.0.4-2ubuntu2) ...
13:40:45 #12 9.505 Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.1) ...
13:40:45 #8 45.25 Selecting previously unselected package libnet-dns-perl.
13:40:45 #8 45.26 Preparing to unpack .../202-libnet-dns-perl_1.19-1_all.deb ...
13:40:45 #8 45.26 Unpacking libnet-dns-perl (1.19-1) ...
13:40:45 #8 45.34 Selecting previously unselected package libnet-domain-tld-perl.
13:40:45 #8 45.34 Preparing to unpack .../203-libnet-domain-tld-perl_1.75-1_all.deb ...
13:40:45 #8 45.35 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:40:45 #8 45.39 Selecting previously unselected package libemail-valid-perl.
13:40:45 #8 45.39 Preparing to unpack .../204-libemail-valid-perl_1.202-1_all.deb ...
13:40:45 #8 45.40 Unpacking libemail-valid-perl (1.202-1) ...
13:40:45 #8 45.46 Selecting previously unselected package libexporter-tiny-perl.
13:40:45 #8 45.46 Preparing to unpack .../205-libexporter-tiny-perl_1.002001-1_all.deb ...
13:40:45 #8 45.47 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:40:45 #8 45.52 Selecting previously unselected package libipc-system-simple-perl.
13:40:45 #8 45.52 Preparing to unpack .../206-libipc-system-simple-perl_1.25-4_all.deb ...
13:40:45 #8 45.53 Unpacking libipc-system-simple-perl (1.25-4) ...
13:40:45 #8 45.57 Selecting previously unselected package libfile-basedir-perl.
13:40:45 #8 45.57 Preparing to unpack .../207-libfile-basedir-perl_0.08-1_all.deb ...
13:40:45 #8 45.57 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:45 #8 45.62 Selecting previously unselected package libfile-chdir-perl.
13:40:45 #8 45.62 Preparing to unpack .../208-libfile-chdir-perl_0.1008-1_all.deb ...
13:40:45 #8 45.63 Unpacking libfile-chdir-perl (0.1008-1) ...
13:40:45 #11 10.19   Installing       : libtool-ltdl-2.4.6-40.fc34.aarch64                   12/99 
13:40:45 #11 10.19   Installing       : libmpc-1.2.1-2.fc34.aarch64                          13/99 
13:40:45 #11 10.24   Installing       : checkpolicy-3.2-1.fc34.aarch64                       14/99 
13:40:45 #11 10.40   Installing       : cpp-11.2.1-9.fc34.aarch64                            15/99 
13:40:45 #13 12.60   Installing       : pcre2-utf32-10.32-2.el8.x86_64                       31/70 
13:40:45 #13 12.68   Installing       : pcre2-devel-10.32-2.el8.x86_64                       32/70 
13:40:45 #13 12.70   Installing       : python3-audit-3.0.7-2.el8.x86_64                     33/70 
13:40:45 #8 53.83 Transaction test succeeded.
13:40:45 #11 0.755 Reading package lists...
13:40:45 #9 43.75 Selecting previously unselected package libmodule-runtime-perl.
13:40:45 #9 43.75 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:45 #9 43.76 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:45 #9 43.79 Selecting previously unselected package libimport-into-perl.
13:40:45 #9 43.79 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ...
13:40:45 #9 43.80 Unpacking libimport-into-perl (1.002005-1) ...
13:40:45 #9 43.83 Selecting previously unselected package librole-tiny-perl.
13:40:45 #9 43.84 Preparing to unpack .../160-librole-tiny-perl_2.001004-1_all.deb ...
13:40:45 #9 43.84 Unpacking librole-tiny-perl (2.001004-1) ...
13:40:45 #9 43.88 Selecting previously unselected package libstrictures-perl.
13:40:45 #9 43.88 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ...
13:40:45 #9 43.88 Unpacking libstrictures-perl (2.000006-1) ...
13:40:45 #9 43.91 Selecting previously unselected package libsub-quote-perl.
13:40:45 #9 43.92 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ...
13:40:45 #9 43.92 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:45 #9 43.95 Selecting previously unselected package libmoo-perl.
13:40:45 #9 43.95 Preparing to unpack .../163-libmoo-perl_2.003006-1_all.deb ...
13:40:45 #9 43.96 Unpacking libmoo-perl (2.003006-1) ...
13:40:45 #9 44.00 Selecting previously unselected package libencode-locale-perl.
13:40:45 #9 61.94 Setting up libxml-libxml-perl (2.0134+dfsg-2build1) ...
13:40:45 #9 61.98 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:45 #9 62.05 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:45 #9 62.12 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:45 #9 DONE 55.7s
13:40:45 #11 3.190 dh_md5sums
13:40:45 #11 3.221 dh_builddeb
13:40:45 #11 3.238 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:45 #11 3.258 
13:40:45 #11 3.258 The package has been created.
13:40:45 #11 3.258 Attention, the package has been created in the current directory,
13:40:45 #11 3.258 not in ".." as indicated by the message above!
13:40:45 #11 3.278 Selecting previously unselected package docker-ce-build-deps.
13:40:45 #11 3.290 (Reading database ... 21450 files and directories currently installed.)
13:40:45 #11 3.291 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:45 #11 3.295 Unpacking docker-ce-build-deps (1.0) ...
13:40:45 #11 2.043 dh_testdir
13:40:45 #11 2.062 dh_testroot
13:40:45 #11 2.080 dh_prep
13:40:45 #11 2.102 dh_testdir
13:40:45 #11 2.121 dh_testroot
13:40:45 #11 2.139 dh_install
13:40:45 #11 2.165 dh_installdocs
13:40:45 #11 2.197 dh_installchangelogs
13:40:45 #8 37.05 Selecting previously unselected package libfile-dirlist-perl.
13:40:45 #8 37.05 Preparing to unpack .../060-libfile-dirlist-perl_0.05-2_all.deb ...
13:40:45 #8 37.20 Unpacking libfile-dirlist-perl (0.05-2) ...
13:40:45 #8 37.28 Selecting previously unselected package libfile-which-perl.
13:40:45 #8 37.28 Preparing to unpack .../061-libfile-which-perl_1.23-1_all.deb ...
13:40:45 #8 37.28 Unpacking libfile-which-perl (1.23-1) ...
13:40:45 #8 37.35 Selecting previously unselected package libfile-homedir-perl.
13:40:45 #8 37.35 Preparing to unpack .../062-libfile-homedir-perl_1.006-1_all.deb ...
13:40:45 #8 55.08 (71/160): perl-IO-Socket-IP-0.41-480.fc36.noarc 1.2 MB/s |  42 kB     00:00    
13:40:45 #8 55.08 (72/160): perl-IO-Socket-SSL-2.074-2.fc36.noarc 6.2 MB/s | 218 kB     00:00    
13:40:45 #8 55.09 (73/160): perl-IPC-Open3-1.21-486.fc36.noarch.r 2.6 MB/s |  28 kB     00:00    
13:40:45 #8 55.09 (74/160): perl-Mozilla-CA-20211001-2.fc36.noarc 2.0 MB/s |  12 kB     00:00    
13:40:45 #8 55.09 (75/160): perl-MIME-Base64-3.16-479.fc36.x86_64 3.0 MB/s |  30 kB     00:00    
13:40:45 #8 55.10 (76/160): perl-NDBM_File-1.15-486.fc36.x86_64.r 2.5 MB/s |  27 kB     00:00    
13:40:45 #8 55.10 (77/160): perl-POSIX-1.97-486.fc36.x86_64.rpm    11 MB/s | 102 kB     00:00    
13:40:45 #8 55.16 (78/160): perl-Net-SSLeay-1.92-2.fc36.x86_64.rp 5.4 MB/s | 364 kB     00:00    
13:40:45 #8 55.16 (79/160): perl-PathTools-3.80-479.fc36.x86_64.r 1.3 MB/s |  85 kB     00:00    
13:40:45 #8 55.16 (80/160): perl-Pod-Escapes-1.07-479.fc36.noarch 331 kB/s |  20 kB     00:00    
13:40:45 #8 55.19 (81/160): perl-Pod-Perldoc-3.28.01-480.fc36.noa 2.3 MB/s |  83 kB     00:00    
13:40:45 #8 55.20 (82/160): perl-Pod-Usage-2.01-479.fc36.noarch.r 1.2 MB/s |  40 kB     00:00    
13:40:45 #8 55.20 (83/160): perl-Pod-Simple-3.43-3.fc36.noarch.rp 5.7 MB/s | 215 kB     00:00    
13:40:45 #8 55.20 (84/160): perl-Scalar-List-Utils-1.62-464.fc36. 6.7 MB/s |  71 kB     00:00    
13:40:45 #8 55.21 (85/160): perl-SelectSaver-1.02-486.fc36.noarch 1.6 MB/s |  17 kB     00:00    
13:40:45 #8 55.21 (86/160): perl-Symbol-1.09-486.fc36.noarch.rpm  3.2 MB/s |  19 kB     00:00    
13:40:45 #8 55.24 (87/160): perl-Storable-3.25-2.fc36.x86_64.rpm  2.8 MB/s |  96 kB     00:00    
13:40:45 #8 55.24 (88/160): perl-Term-ANSIColor-5.01-480.fc36.noa 1.4 MB/s |  48 kB     00:00    
13:40:45 #8 55.24 (89/160): perl-Term-Cap-1.17-479.fc36.noarch.rp 654 kB/s |  22 kB     00:00    
13:40:45 #8 55.25 (90/160): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 2.4 MB/s |  22 kB     00:00    
13:40:45 #8 55.25 (91/160): perl-base-2.27-486.fc36.noarch.rpm    3.1 MB/s |  21 kB     00:00    
13:40:45 #8 55.26 (92/160): perl-URI-5.10-1.fc36.noarch.rpm       7.6 MB/s | 108 kB     00:00    
13:40:45 #8 55.26 (93/160): perl-constant-1.33-480.fc36.noarch.rp 3.4 MB/s |  23 kB     00:00    
13:40:45 #8 55.27 (94/160): perl-if-0.60.900-486.fc36.noarch.rpm  2.3 MB/s |  19 kB     00:00    
13:40:45 #8 55.27 (95/160): perl-Time-Local-1.300-479.fc36.noarch 1.3 MB/s |  34 kB     00:00    
13:40:45 #8 55.27 (96/160): perl-interpreter-5.34.1-486.fc36.x86_ 6.3 MB/s |  76 kB     00:00    
13:40:45 #8 55.28 (97/160): perl-libnet-3.13-480.fc36.noarch.rpm   11 MB/s | 126 kB     00:00    
13:40:45 #8 55.28 (98/160): perl-mro-1.25-486.fc36.x86_64.rpm     4.5 MB/s |  33 kB     00:00    
13:40:45 #8 55.29 (99/160): perl-overload-1.33-486.fc36.noarch.rp 7.3 MB/s |  50 kB     00:00    
13:40:45 #8 55.29 (100/160): perl-overloading-0.02-486.fc36.noarc 2.7 MB/s |  18 kB     00:00    
13:40:45 #8 55.33 (101/160): perl-podlators-4.14-479.fc36.noarch. 2.6 MB/s | 112 kB     00:00    
13:40:45 #9 36.95 Unpacking libdpkg-perl (1.21.1ubuntu2) ...
13:40:45 #9 37.03 Selecting previously unselected package bzip2.
13:40:45 #9 37.03 Preparing to unpack .../089-bzip2_1.0.8-5build1_armhf.deb ...
13:40:45 #9 37.03 Unpacking bzip2 (1.0.8-5build1) ...
13:40:45 #9 37.14 Selecting previously unselected package patch.
13:40:45 #9 37.14 Preparing to unpack .../090-patch_2.7.6-7build2_armhf.deb ...
13:40:45 #9 37.15 Unpacking patch (2.7.6-7build2) ...
13:40:45 #9 37.20 Selecting previously unselected package lto-disabled-list.
13:40:45 #9 37.20 Preparing to unpack .../091-lto-disabled-list_24_all.deb ...
13:40:45 #9 37.20 Unpacking lto-disabled-list (24) ...
13:40:45 #11 8.811   Installing       : autoconf-2.69-37.fc35.noarch                        18/113 
13:40:45 #11 8.969   Installing       : cpp-11.3.1-2.fc35.aarch64                           19/113 
13:40:45 #11 9.004   Installing       : perl-threads-shared-1.62-478.fc35.aarch64           20/113 
13:40:45 #11 9.014   Installing       : perl-Thread-Queue-3.14-478.fc35.noarch              21/113 
13:40:45 #11 9.057   Installing       : automake-1.16.2-5.fc35.noarch                       22/113 
13:40:45 #8 38.03 Unpacking liburi-perl (1.76-1) ...
13:40:45 #8 38.06 Selecting previously unselected package libhtml-parser-perl.
13:40:45 #8 38.06 Preparing to unpack .../080-libhtml-parser-perl_3.72-3+b2_armhf.deb ...
13:40:45 #8 38.07 Unpacking libhtml-parser-perl (3.72-3+b2) ...
13:40:45 #8 38.11 Selecting previously unselected package libhtml-tree-perl.
13:40:45 #8 38.11 Preparing to unpack .../081-libhtml-tree-perl_5.07-2_all.deb ...
13:40:45 #8 38.11 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:45 #8 38.16 Selecting previously unselected package libio-html-perl.
13:40:45 #8 38.16 Preparing to unpack .../082-libio-html-perl_1.001-1_all.deb ...
13:40:45 #12 DONE 9.9s
13:40:45 
13:40:45 #13 [stage-1 6/9] COPY sources/ /sources
13:40:45 #13 sha256:a3b92fcae99d9e1b2ae31eddd9d4d67a9976236d346bce2d912273a5ed951c9a
13:40:45 #8 47.32 Unpacking libfont-afm-perl (1.20-2) ...
13:40:45 #8 47.36 Selecting previously unselected package libio-stringy-perl.
13:40:45 #8 47.36 Preparing to unpack .../198-libio-stringy-perl_2.111-2_all.deb ...
13:40:45 #8 47.36 Unpacking libio-stringy-perl (2.111-2) ...
13:40:45 #8 47.41 Selecting previously unselected package libparams-validate-perl.
13:40:45 #8 47.41 Preparing to unpack .../199-libparams-validate-perl_1.29-1_armhf.deb ...
13:40:45 #8 47.41 Unpacking libparams-validate-perl (1.29-1) ...
13:40:45 #8 47.45 Selecting previously unselected package libsub-exporter-perl.
13:40:45 #8 47.45 Preparing to unpack .../200-libsub-exporter-perl_0.987-1_all.deb ...
13:40:45 #8 47.45 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:45 #8 47.49 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:45 #8 47.49 Preparing to unpack .../201-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
13:40:45 #8 47.50 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
13:40:45 #8 47.53 Selecting previously unselected package libsort-versions-perl.
13:40:45 #8 47.53 Preparing to unpack .../202-libsort-versions-perl_1.62-1_all.deb ...
13:40:45 #8 47.54 Unpacking libsort-versions-perl (1.62-1) ...
13:40:45 #8 53.92   Installing       : python3-unbound-1.13.2-1.fc35.x86_64                35/167 
13:40:45 #8 53.93   Installing       : enchant-1:1.6.0-28.fc35.x86_64                      36/167 
13:40:45 #8 53.94   Installing       : python3-enchant-3.2.2-1.fc35.noarch                 37/167 
13:40:45 #8 53.95   Installing       : bzip2-1.0.8-9.fc35.x86_64                           38/167 
13:40:45 #8 53.96   Installing       : cpio-2.13-11.fc35.x86_64                            39/167 
13:40:45 #8 53.97   Installing       : dash-0.5.10.2-9.fc35.x86_64                         40/167 
13:40:45 #8 53.97   Running scriptlet: dash-0.5.10.2-9.fc35.x86_64                         40/167 
13:40:45 #8 53.98   Installing       : deltarpm-3.6.2-10.fc35.x86_64                       41/167 
13:40:45 #8 54.00   Installing       : diffutils-3.8-1.fc35.x86_64                         42/167 
13:40:45 #8 54.00   Running scriptlet: groff-base-1.22.4-8.fc35.x86_64                     43/167 
13:40:45 #8 54.05   Installing       : groff-base-1.22.4-8.fc35.x86_64                     43/167 
13:40:45 #8 54.06   Running scriptlet: groff-base-1.22.4-8.fc35.x86_64                     43/167 
13:40:45 #8 54.07   Installing       : info-6.8-2.fc35.x86_64                              44/167 
13:40:45 #8 54.08   Installing       : ed-1.14.2-11.fc35.x86_64                            45/167 
13:40:45 #8 54.08   Installing       : patch-2.7.6-15.fc35.x86_64                          46/167 
13:40:45 #8 54.09   Installing       : json-glib-1.6.6-1.fc35.x86_64                       47/167 
13:40:45 #8 54.10   Installing       : libjpeg-turbo-2.1.0-3.fc35.x86_64                   48/167 
13:40:45 #8 54.11   Installing       : libpkgconf-1.8.0-1.fc35.x86_64                      49/167 
13:40:45 #8 54.12   Installing       : pkgconf-1.8.0-1.fc35.x86_64                         50/167 
13:40:45 #8 54.12   Installing       : libpng-2:1.6.37-11.fc35.x86_64                      51/167 
13:40:45 #8 54.13   Installing       : libproxy-0.4.17-3.fc35.x86_64                       52/167 
13:40:45 #8 54.14   Installing       : glib-networking-2.70.1-1.fc35.x86_64                53/167 
13:40:45 #8 54.15   Installing       : libsoup-2.74.2-1.fc35.x86_64                        54/167 
13:40:45 #8 54.16   Installing       : libstemmer-0-17.585svn.fc35.x86_64                  55/167 
13:40:45 #8 54.17   Installing       : ncurses-6.2-8.20210508.fc35.x86_64                  56/167 
13:40:45 #8 54.18   Installing       : perl-Digest-1.20-1.fc35.noarch                      57/167 
13:40:45 #8 54.18   Installing       : perl-Digest-MD5-2.58-478.fc35.x86_64                58/167 
13:40:45 #8 54.19   Installing       : perl-B-1.82-486.fc35.x86_64                         59/167 
13:40:45 #8 54.20   Installing       : perl-FileHandle-2.03-486.fc35.noarch                60/167 
13:40:45 #8 54.20   Installing       : perl-AutoLoader-5.74-486.fc35.noarch                61/167 
13:40:45 #8 54.21   Installing       : perl-Data-Dumper-2.183-2.fc35.x86_64                62/167 
13:40:45 #8 54.21   Installing       : perl-libnet-3.13-479.fc35.noarch                    63/167 
13:40:45 #8 54.22   Installing       : perl-base-2.27-486.fc35.noarch                      64/167 
13:40:45 #8 54.23   Installing       : perl-URI-5.09-4.fc35.noarch                         65/167 
13:40:45 #8 54.24   Installing       : perl-Net-SSLeay-1.90-4.fc35.x86_64                  66/167 
13:40:45 #12 9.519 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
13:40:45 #12 9.532 Setting up libpcre2-dev:amd64 (10.39-3build1) ...
13:40:45 #12 9.543 Setting up libselinux1-dev:amd64 (3.3-1build2) ...
13:40:45 #12 9.554 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu4) ...
13:40:45 #12 9.565 Setting up cmake (3.22.1-1ubuntu1) ...
13:40:45 #12 9.576 Setting up docker-ce-build-deps (1.0) ...
13:40:45 #12 9.588 Processing triggers for man-db (2.10.2-1) ...
13:40:45 #12 9.665 Processing triggers for libc-bin (2.35-0ubuntu3) ...
13:40:45 #8 45.67 Selecting previously unselected package libfile-fcntllock-perl.
13:40:45 #8 45.67 Preparing to unpack .../209-libfile-fcntllock-perl_0.22-3+b5_armhf.deb ...
13:40:45 #8 45.67 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
13:40:45 #8 45.72 Selecting previously unselected package libfont-afm-perl.
13:40:45 #8 45.72 Preparing to unpack .../210-libfont-afm-perl_1.20-2_all.deb ...
13:40:45 #8 45.72 Unpacking libfont-afm-perl (1.20-2) ...
13:40:45 #8 45.76 Selecting previously unselected package libfribidi0:armhf.
13:40:45 #8 45.76 Preparing to unpack .../211-libfribidi0_1.0.5-3.1+deb10u1_armhf.deb ...
13:40:45 #8 45.76 Unpacking libfribidi0:armhf (1.0.5-3.1+deb10u1) ...
13:40:45 #8 45.79 Selecting previously unselected package libfuture-perl.
13:40:45 #8 45.79 Preparing to unpack .../212-libfuture-perl_0.39-1_all.deb ...
13:40:45 #8 45.80 Unpacking libfuture-perl (0.39-1) ...
13:40:45 #8 45.83 Selecting previously unselected package libio-stringy-perl.
13:40:45 #8 45.83 Preparing to unpack .../213-libio-stringy-perl_2.111-3_all.deb ...
13:40:45 #8 45.84 Unpacking libio-stringy-perl (2.111-3) ...
13:40:45 #8 45.87 Selecting previously unselected package libparams-validate-perl.
13:40:45 #8 45.87 Preparing to unpack .../214-libparams-validate-perl_1.29-1+b1_armhf.deb ...
13:40:45 #12 1.035 Reading package lists...
13:40:45 #11 10.44   Installing       : perl-threads-shared-1.61-458.fc34.aarch64            16/99 
13:40:45 #11 10.45   Installing       : perl-Thread-Queue-3.14-458.fc34.noarch               17/99 
13:40:45 #8 55.25 Setting up libxpm4:amd64 (1:3.5.12-1) ...
13:40:45 #8 55.26 Setting up fontconfig-config (2.13.1-4.2) ...
13:40:45 #8 55.47 Setting up openssh-client (1:8.4p1-5) ...
13:40:45 #8 55.56 Setting up gpgsm (2.2.27-2+deb11u1) ...
13:40:45 #8 55.57 Setting up libxext6:amd64 (2:1.3.3-1.1) ...
13:40:45 #13 12.92   Installing       : python3-policycoreutils-2.9-19.el8.noarch            34/70 
13:40:45 #13 12.95   Installing       : policycoreutils-python-utils-2.9-19.el8.noarch       35/70 
13:40:45 #13 12.97   Installing       : rpm-plugin-selinux-4.14.3-23.el8.x86_64              36/70 
13:40:45 #13 12.99   Installing       : selinux-policy-3.14.3-97.el8.noarch                  37/70 
13:40:45 #13 13.00   Running scriptlet: selinux-policy-3.14.3-97.el8.noarch                  37/70 
13:40:45 #9 44.00 Preparing to unpack .../164-libencode-locale-perl_1.05-1_all.deb ...
13:40:45 #9 44.00 Unpacking libencode-locale-perl (1.05-1) ...
13:40:45 #9 44.03 Selecting previously unselected package libtimedate-perl.
13:40:45 #9 44.03 Preparing to unpack .../165-libtimedate-perl_2.3200-1_all.deb ...
13:40:45 #9 44.04 Unpacking libtimedate-perl (2.3200-1) ...
13:40:45 #9 44.08 Selecting previously unselected package libhttp-date-perl.
13:40:45 #9 44.08 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ...
13:40:45 #9 44.09 Unpacking libhttp-date-perl (6.05-1) ...
13:40:45 #9 44.14 Selecting previously unselected package libfile-listing-perl.
13:40:45 #9 44.14 Preparing to unpack .../167-libfile-listing-perl_6.04-1_all.deb ...
13:40:45 #9 44.18 Unpacking libfile-listing-perl (6.04-1) ...
13:40:45 #9 44.21 Selecting previously unselected package libhtml-tagset-perl.
13:40:45 #9 44.22 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:45 #9 44.22 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:45 #11 1.580 dpkg-buildpackage: info: source package docker-ce-build-deps
13:40:45 #11 1.580 dpkg-buildpackage: info: source version 1.0
13:40:45 #11 1.580 dpkg-buildpackage: info: source distribution unstable
13:40:45 #11 1.580 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:40:45 #11 1.615  dpkg-source --before-build .
13:40:45 #8 53.83 Running transaction
13:40:45 #9 62.25 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:45 #9 62.28 Setting up dh-strip-nondeterminism (1.12.0-1) ...
13:40:45 #9 62.30 Setting up libconst-fast-perl (0.014-1.1) ...
13:40:45 #9 62.31 Setting up libhttp-daemon-perl (6.12-1) ...
13:40:45 #9 62.33 Setting up libdata-dpath-perl (0.58-1) ...
13:40:45 #9 62.34 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:40:45 #9 62.35 Setting up libpackage-stash-perl (0.39-1) ...
13:40:45 #9 62.36 Setting up libimport-into-perl (1.002005-1) ...
13:40:45 
13:40:45 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:40:45 #11 sha256:22746c0ffa38c6281c186b182dac62b993925f3801e19c6b94f8fc43ae908bfe
13:40:45 #11 DONE 0.1s
13:40:45 
13:40:45 #12 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
13:40:45 #12 sha256:e1d8222edcf4d8ea3f9c33f140328fb1006e294376d77b4f8bb207320125cdb9
13:40:45 #11 2.269 dh_compress
13:40:45 #11 2.307 dh_fixperms
13:40:45 #11 2.354 dh_installdeb
13:40:45 #11 2.381 dh_gencontrol
13:40:45 #11 2.496 dh_md5sums
13:40:45 #8 55.34 (102/160): perl-parent-0.238-479.fc36.noarch.rp 293 kB/s |  14 kB     00:00    
13:40:45 #8 55.38 (103/160): perl-libs-5.34.1-486.fc36.x86_64.rpm  21 MB/s | 2.1 MB     00:00    
13:40:45 #8 55.38 (104/160): perl-srpm-macros-1-43.fc36.noarch.rp 179 kB/s | 8.4 kB     00:00    
13:40:45 #8 55.38 (105/160): perl-subs-1.04-486.fc36.noarch.rpm   380 kB/s |  17 kB     00:00    
13:40:45 #8 55.39 (106/160): perl-vars-1.05-486.fc36.noarch.rpm   2.0 MB/s |  18 kB     00:00    
13:40:45 #8 55.39 (107/160): pkgconf-m4-1.8.0-2.fc36.noarch.rpm   2.2 MB/s |  14 kB     00:00    
13:40:45 #8 55.39 (108/160): pkgconf-1.8.0-2.fc36.x86_64.rpm      4.2 MB/s |  41 kB     00:00    
13:40:45 #8 55.39 (109/160): pkgconf-pkg-config-1.8.0-2.fc36.x86_ 1.1 MB/s |  10 kB     00:00    
13:40:45 #8 55.41 (110/160): python3-construct-2.10.67-4.fc36.noa 9.0 MB/s | 112 kB     00:00    
13:40:45 #8 55.43 (111/160): python3-dateutil-2.8.1-8.fc36.noarch 7.2 MB/s | 289 kB     00:00    
13:40:45 #8 55.44 (112/160): python-srpm-macros-3.10-17.fc36.noar 522 kB/s |  26 kB     00:00    
13:40:45 #8 55.44 (113/160): python3-dbus-1.2.18-3.fc36.x86_64.rp 3.5 MB/s | 132 kB     00:00    
13:40:45 #8 55.45 (114/160): python3-distro-1.6.0-2.fc36.noarch.r 3.4 MB/s |  38 kB     00:00    
13:40:45 #8 55.45 (115/160): python3-enchant-3.2.2-2.fc36.noarch. 8.3 MB/s |  79 kB     00:00    
13:40:45 #8 55.46 (116/160): python3-dnf-plugins-core-4.1.0-1.fc3  15 MB/s | 220 kB     00:00    
13:40:45 #8 55.46 (117/160): python3-pyxdg-0.27-4.fc36.noarch.rpm  11 MB/s |  96 kB     00:00    
13:40:45 #8 55.46 (118/160): python3-pybeam-0.7-2.fc36.noarch.rpm 1.2 MB/s |  24 kB     00:00    
13:40:45 #8 55.47 (119/160): python3-six-1.16.0-5.fc36.noarch.rpm 3.3 MB/s |  36 kB     00:00    
13:40:45 #8 55.47 (120/160): python3-toml-0.10.2-6.fc36.noarch.rp 4.1 MB/s |  39 kB     00:00    
13:40:45 #8 55.47 (121/160): qt5-srpm-macros-5.15.3-1.fc36.noarch 1.3 MB/s | 8.1 kB     00:00    
13:40:45 #8 55.48 (122/160): python3-zstd-1.4.5.1-6.fc36.x86_64.r 1.9 MB/s |  19 kB     00:00    
13:40:45 #8 55.51 (123/160): rpm-build-4.17.0-10.fc36.x86_64.rpm  1.5 MB/s |  61 kB     00:00    
13:40:45 #8 55.54 (124/160): rpmlint-2.2.0-3.fc36.noarch.rpm      3.8 MB/s | 240 kB     00:00    
13:40:45 #12 1.278 Reading package lists...
13:40:45 #9 37.24 Selecting previously unselected package dpkg-dev.
13:40:45 #9 37.24 Preparing to unpack .../092-dpkg-dev_1.21.1ubuntu2_all.deb ...
13:40:45 #9 37.26 Unpacking dpkg-dev (1.21.1ubuntu2) ...
13:40:45 #9 37.31 Selecting previously unselected package build-essential.
13:40:45 #9 37.32 Preparing to unpack .../093-build-essential_12.9ubuntu3_armhf.deb ...
13:40:45 #9 37.32 Unpacking build-essential (12.9ubuntu3) ...
13:40:45 #9 37.40 Selecting previously unselected package libbrotli1:armhf.
13:40:45 #9 37.40 Preparing to unpack .../094-libbrotli1_1.0.9-2build6_armhf.deb ...
13:40:45 #9 37.41 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
13:40:45 #9 37.46 Selecting previously unselected package libsasl2-modules-db:armhf.
13:40:45 #9 37.46 Preparing to unpack .../095-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1_armhf.deb ...
13:40:45 #8 37.46 Unpacking libfile-homedir-perl (1.006-1) ...
13:40:45 #8 37.61 Selecting previously unselected package libfile-touch-perl.
13:40:45 #8 37.61 Preparing to unpack .../063-libfile-touch-perl_0.11-1_all.deb ...
13:40:45 #8 37.62 Unpacking libfile-touch-perl (0.11-1) ...
13:40:45 #8 37.69 Selecting previously unselected package libio-pty-perl.
13:40:45 #8 37.69 Preparing to unpack .../064-libio-pty-perl_1%3a1.15-2_armhf.deb ...
13:40:45 #8 37.72 Unpacking libio-pty-perl (1:1.15-2) ...
13:40:45 #11 9.098   Installing       : python3-libsemanage-3.3-1.fc35.aarch64              23/113 
13:40:45 #11 9.108   Installing       : python3-audit-3.0.8-1.fc35.aarch64                  24/113 
13:40:45 #8 38.17 Unpacking libio-html-perl (1.001-1) ...
13:40:45 #8 38.20 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:45 #8 38.20 Preparing to unpack .../083-liblwp-mediatypes-perl_6.02-1_all.deb ...
13:40:45 #8 38.21 Unpacking liblwp-mediatypes-perl (6.02-1) ...
13:40:45 #8 38.28 Selecting previously unselected package libhttp-message-perl.
13:40:45 #8 38.28 Preparing to unpack .../084-libhttp-message-perl_6.18-1_all.deb ...
13:40:45 #8 38.28 Unpacking libhttp-message-perl (6.18-1) ...
13:40:45 #8 38.32 Selecting previously unselected package libhttp-cookies-perl.
13:40:45 #8 38.32 Preparing to unpack .../085-libhttp-cookies-perl_6.04-1_all.deb ...
13:40:45 #8 38.33 Unpacking libhttp-cookies-perl (6.04-1) ...
13:40:45 #8 38.37 Selecting previously unselected package libhttp-negotiate-perl.
13:40:45 #8 38.37 Preparing to unpack .../086-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:45 #8 38.37 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:45 #8 38.40 Selecting previously unselected package perl-openssl-defaults:armhf.
13:40:45 #8 38.40 Preparing to unpack .../087-perl-openssl-defaults_3_armhf.deb ...
13:40:45 #8 38.41 Unpacking perl-openssl-defaults:armhf (3) ...
13:40:45 #8 38.44 Selecting previously unselected package libnet-ssleay-perl.
13:40:45 #8 38.44 Preparing to unpack .../088-libnet-ssleay-perl_1.85-2+b1_armhf.deb ...
13:40:45 #8 38.45 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
13:40:45 #8 38.52 Selecting previously unselected package libio-socket-ssl-perl.
13:40:45 #13 27.55   Installing       : cmake-data-3.20.2-4.el8.noarch                       55/73 
13:40:45 #13 DONE 0.4s
13:40:45 #11 9.289   Running scriptlet: selinux-policy-targeted-36.8-1.fc36.noarch             1/1 
13:40:45 #11 9.435   Preparing        :                                                        1/1 
13:40:45 #11 9.483   Upgrading        : libgcc-12.0.1-0.16.fc36.aarch64                      1/110 
13:40:45 #11 9.488   Running scriptlet: libgcc-12.0.1-0.16.fc36.aarch64                      1/110 
13:40:45 #11 9.517   Upgrading        : systemd-libs-250.3-8.fc36.aarch64                    2/110 
13:40:45 #11 9.529   Upgrading        : audit-libs-3.0.8-1.fc36.aarch64                      3/110 
13:40:45 #11 9.569   Installing       : python3-libselinux-3.3-4.fc36.aarch64                4/110 
13:40:45 #11 9.575   Installing       : emacs-filesystem-1:27.2-11.fc36.noarch               5/110 
13:40:45 #11 9.580   Installing       : perl-threads-1:2.26-449.fc36.aarch64                 6/110 
13:40:45 #8 47.57 Selecting previously unselected package libgit-wrapper-perl.
13:40:45 #8 47.57 Preparing to unpack .../203-libgit-wrapper-perl_0.047-1_all.deb ...
13:40:45 #8 47.57 Unpacking libgit-wrapper-perl (0.047-1) ...
13:40:45 #8 47.61 Selecting previously unselected package libio-html-perl.
13:40:45 #8 47.61 Preparing to unpack .../204-libio-html-perl_1.001-1_all.deb ...
13:40:45 #8 47.61 Unpacking libio-html-perl (1.001-1) ...
13:40:45 #8 47.65 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:45 #8 47.65 Preparing to unpack .../205-liblwp-mediatypes-perl_6.02-1_all.deb ...
13:40:45 #8 47.65 Unpacking liblwp-mediatypes-perl (6.02-1) ...
13:40:45 #8 47.69 Selecting previously unselected package libhttp-message-perl.
13:40:45 #8 47.69 Preparing to unpack .../206-libhttp-message-perl_6.14-1_all.deb ...
13:40:45 #8 47.69 Unpacking libhttp-message-perl (6.14-1) ...
13:40:45 #8 47.73 Selecting previously unselected package libhtml-form-perl.
13:40:45 #8 47.73 Preparing to unpack .../207-libhtml-form-perl_6.03-1_all.deb ...
13:40:45 #8 47.73 Unpacking libhtml-form-perl (6.03-1) ...
13:40:45 #8 47.76 Selecting previously unselected package libhtml-tree-perl.
13:40:45 #8 47.76 Preparing to unpack .../208-libhtml-tree-perl_5.07-1_all.deb ...
13:40:45 #8 47.76 Unpacking libhtml-tree-perl (5.07-1) ...
13:40:45 #8 47.81 Selecting previously unselected package libhtml-format-perl.
13:40:45 #8 47.81 Preparing to unpack .../209-libhtml-format-perl_2.12-1_all.deb ...
13:40:45 #8 54.25   Installing       : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         67/167 
13:40:45 #8 54.26   Installing       : perl-Time-Local-2:1.300-478.fc35.noarch             68/167 
13:40:45 #8 54.26   Installing       : perl-Mozilla-CA-20211001-1.fc35.noarch              69/167 
13:40:45 #8 54.27   Installing       : perl-if-0.60.900-486.fc35.noarch                    70/167 
13:40:45 #8 54.27   Installing       : perl-IO-Socket-IP-0.41-479.fc35.noarch              71/167 
13:40:45 #8 54.28   Installing       : perl-File-Path-2.18-478.fc35.noarch                 72/167 
13:40:45 #8 54.29   Installing       : perl-IO-Socket-SSL-2.072-1.fc35.noarch              73/167 
13:40:45 #8 54.29   Installing       : perl-Pod-Escapes-1:1.07-478.fc35.noarch             74/167 
13:40:45 #8 54.30   Installing       : perl-Term-ANSIColor-5.01-479.fc35.noarch            75/167 
13:40:45 #8 54.30   Installing       : perl-Class-Struct-0.66-486.fc35.noarch              76/167 
13:40:45 #8 54.31   Installing       : perl-POSIX-1.97-486.fc35.x86_64                     77/167 
13:40:45 #8 54.31   Installing       : perl-IPC-Open3-1.21-486.fc35.noarch                 78/167 
13:40:45 #8 54.32   Installing       : perl-subs-1.04-486.fc35.noarch                      79/167 
13:40:45 #8 54.32   Installing       : perl-File-Temp-1:0.231.100-478.fc35.noarch          80/167 
13:40:45 #8 54.33   Installing       : perl-HTTP-Tiny-0.080-1.fc35.noarch                  81/167 
13:40:45 #8 54.34   Installing       : perl-Pod-Simple-1:3.43-2.fc35.noarch                82/167 
13:40:45 #8 54.35   Installing       : perl-Term-Cap-1.17-478.fc35.noarch                  83/167 
13:40:45 #8 54.35   Installing       : perl-Socket-4:2.032-2.fc35.x86_64                   84/167 
13:40:45 #8 54.36   Installing       : perl-SelectSaver-1.02-486.fc35.noarch               85/167 
13:40:45 #8 54.36   Installing       : perl-Symbol-1.09-486.fc35.noarch                    86/167 
13:40:45 #8 54.37   Installing       : perl-File-stat-1.09-486.fc35.noarch                 87/167 
13:40:45 #8 54.37   Installing       : perl-podlators-1:4.14-478.fc35.noarch               88/167 
13:40:45 #8 54.38   Installing       : perl-Pod-Perldoc-3.28.01-479.fc35.noarch            89/167 
13:40:45 #8 54.39   Installing       : perl-Text-ParseWords-3.30-478.fc35.noarch           90/167 
13:40:45 #8 54.39   Installing       : perl-Fcntl-1.14-486.fc35.x86_64                     91/167 
13:40:45 #8 54.40   Installing       : perl-mro-1.25-486.fc35.x86_64                       92/167 
13:40:45 #8 54.40   Installing       : perl-IO-1.46-486.fc35.x86_64                        93/167 
13:40:45 #8 54.41   Installing       : perl-overloading-0.02-486.fc35.noarch               94/167 
13:40:45 #8 54.41   Installing       : perl-Pod-Usage-4:2.01-478.fc35.noarch               95/167 
13:40:45 #8 54.42   Installing       : perl-MIME-Base64-3.16-478.fc35.x86_64               96/167 
13:40:45 #8 54.42   Installing       : perl-constant-1.33-479.fc35.noarch                  97/167 
13:40:45 #8 54.43   Installing       : perl-parent-1:0.238-478.fc35.noarch                 98/167 
13:40:45 #8 54.43   Installing       : perl-Errno-1.33-486.fc35.x86_64                     99/167 
13:40:45 #8 54.44   Installing       : perl-File-Basename-2.85-486.fc35.noarch            100/167 
13:40:45 #8 54.44   Installing       : perl-Getopt-Std-1.13-486.fc35.noarch               101/167 
13:40:45 #8 54.45   Installing       : perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64      102/167 
13:40:45 #8 54.46   Installing       : perl-Storable-1:3.25-1.fc35.x86_64                 103/167 
13:40:45 #8 39.05 Selecting previously unselected package git.
13:40:45 #8 39.05 Preparing to unpack .../158-git_1%3a2.30.2-1_armhf.deb ...
13:40:45 #8 39.11 Unpacking git (1:2.30.2-1) ...
13:40:45 #12 DONE 9.9s
13:40:45 
13:40:45 #13 [stage-1 6/9] COPY sources/ /sources
13:40:45 #13 sha256:dddbe3a294df170a4d20a8fe42c248ff7a9d3d52f36988282fe6a1d7e9af7508
13:40:45 #8 45.88 Unpacking libparams-validate-perl (1.29-1+b1) ...
13:40:45 #8 45.92 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:45 #8 45.92 Preparing to unpack .../215-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
13:40:45 #8 45.93 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
13:40:45 #8 45.98 Selecting previously unselected package libsort-versions-perl.
13:40:45 #8 45.98 Preparing to unpack .../216-libsort-versions-perl_1.62-1_all.deb ...
13:40:45 #8 45.98 Unpacking libsort-versions-perl (1.62-1) ...
13:40:45 #8 46.02 Selecting previously unselected package libgit-wrapper-perl.
13:40:45 #8 46.02 Preparing to unpack .../217-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:45 #8 46.03 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:45 #8 46.08 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:45 #8 46.08 Preparing to unpack .../218-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:40:45 #12 1.928 dpkg-buildpackage: info: source package docker-ce-build-deps
13:40:45 #12 1.928 dpkg-buildpackage: info: source version 1.0
13:40:45 #12 1.928 dpkg-buildpackage: info: source distribution unstable
13:40:45 #12 1.928 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:40:45 #12 1.962  dpkg-source --before-build .
13:40:45 #12 1.963 dpkg-buildpackage: info: host architecture amd64
13:40:45 #12 2.057  debian/rules clean
13:40:45 #12 2.059 dh clean
13:40:45 #12 2.143    dh_clean
13:40:45 #11 10.50   Installing       : automake-1.16.2-4.fc34.noarch                        18/99 
13:40:45 #11 10.98   Installing       : llvm-libs-12.0.1-1.fc34.aarch64                      19/99 
13:40:45 #8 55.58 Setting up binutils (2.35.2-2) ...
13:40:45 #8 55.60 Setting up man-db (2.9.4-2) ...
13:40:45 #8 55.70 Building database of manual pages ...
13:40:45 #9 44.26 Selecting previously unselected package liburi-perl.
13:40:45 #9 44.26 Preparing to unpack .../169-liburi-perl_1.76-2_all.deb ...
13:40:45 #9 44.26 Unpacking liburi-perl (1.76-2) ...
13:40:45 #9 44.31 Selecting previously unselected package libhtml-parser-perl.
13:40:45 #9 44.31 Preparing to unpack .../170-libhtml-parser-perl_3.72-5_armhf.deb ...
13:40:45 #9 44.32 Unpacking libhtml-parser-perl (3.72-5) ...
13:40:45 #9 44.36 Selecting previously unselected package libhtml-tree-perl.
13:40:45 #9 44.36 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ...
13:40:45 #9 44.36 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:45 #9 44.41 Selecting previously unselected package libio-html-perl.
13:40:45 #9 44.41 Preparing to unpack .../172-libio-html-perl_1.001-1_all.deb ...
13:40:45 #9 44.42 Unpacking libio-html-perl (1.001-1) ...
13:40:45 #9 44.44 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:45 #9 44.45 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:45 #9 44.45 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:45 #11 1.615 dpkg-buildpackage: info: host architecture arm64
13:40:45 #11 1.713  debian/rules clean
13:40:45 #11 1.715 dh clean
13:40:45 #11 1.791    dh_clean
13:40:45 #11 1.825  debian/rules binary
13:40:45 #11 1.828 dh binary
13:40:45 #11 1.892    dh_update_autotools_config
13:40:45 #9 62.38 Setting up libmoo-perl (2.004004-1) ...
13:40:45 #9 62.39 Setting up liblist-someutils-perl (0.58-1) ...
13:40:45 #9 62.40 Setting up debhelper (13.3.4ubuntu2) ...
13:40:45 #9 62.41 Setting up dput (1.1.0ubuntu2) ...
13:40:45 #9 62.57 Setting up liblist-someutils-xs-perl (0.58-2build2) ...
13:40:45 #9 62.58 Setting up equivs (2.3.1) ...
13:40:45 #9 62.59 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:40:45 #9 62.60 Setting up libparams-validate-perl:arm64 (1.30-1build2) ...
13:40:45 #9 62.61 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
13:40:45 #9 62.63 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:45 #11 2.526 dh_builddeb
13:40:45 #11 2.546 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:45 #11 2.566 
13:40:45 #11 2.566 The package has been created.
13:40:45 #11 2.566 Attention, the package has been created in the current directory,
13:40:45 #11 2.566 not in ".." as indicated by the message above!
13:40:45 #11 2.592 Selecting previously unselected package docker-ce-build-deps.
13:40:45 #11 2.608 (Reading database ... 27757 files and directories currently installed.)
13:40:45 #11 2.609 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:45 #11 2.612 Unpacking docker-ce-build-deps (1.0) ...
13:40:45 #8 55.54 (125/160): rust-srpm-macros-21-1.fc36.noarch.rp 151 kB/s | 9.2 kB     00:00    
13:40:45 #8 55.58 (126/160): shared-mime-info-2.1-3.fc35.x86_64.r 5.7 MB/s | 373 kB     00:00    
13:40:45 #8 55.58 (127/160): xxhash-libs-0.8.1-2.fc36.x86_64.rpm  1.1 MB/s |  42 kB     00:00    
13:40:45 #8 55.58 (128/160): unzip-6.0-57.fc36.x86_64.rpm         4.1 MB/s | 182 kB     00:00    
13:40:45 #8 55.63 (129/160): xz-5.2.5-9.fc36.x86_64.rpm           3.7 MB/s | 214 kB     00:00    
13:40:45 #8 55.67 (130/160): zip-3.0-32.fc36.x86_64.rpm           2.8 MB/s | 260 kB     00:00    
13:40:45 #8 55.70 (131/160): zstd-1.5.2-1.fc36.x86_64.rpm         3.7 MB/s | 449 kB     00:00    
13:40:45 #8 55.81 (132/160): binutils-2.37-27.fc36.x86_64.rpm      35 MB/s | 6.0 MB     00:00    
13:40:45 #8 55.86 (133/160): binutils-gold-2.37-27.fc36.x86_64.rp 4.8 MB/s | 754 kB     00:00    
13:40:45 #8 55.89 (134/160): elfutils-0.187-2.fc36.x86_64.rpm     2.7 MB/s | 522 kB     00:00    
13:40:45 #8 55.90 (135/160): elfutils-debuginfod-client-0.187-2.f 451 kB/s |  39 kB     00:00    
13:40:45 #8 55.91 (136/160): perl-Socket-2.033-1.fc36.x86_64.rpm  4.0 MB/s |  55 kB     00:00    
13:40:45 #12 2.515 dh_testdir
13:40:45 #12 2.535 dh_testroot
13:40:45 #12 2.555 dh_prep
13:40:45 #12 2.578 dh_testdir
13:40:45 #12 2.598 dh_testroot
13:40:45 #12 2.618 dh_install
13:40:45 #12 2.646 dh_installdocs
13:40:45 #12 2.682 dh_installchangelogs
13:40:45 #9 37.47 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:40:45 #9 37.51 Selecting previously unselected package libsasl2-2:armhf.
13:40:45 #9 37.51 Preparing to unpack .../096-libsasl2-2_2.1.27+dfsg2-3ubuntu1_armhf.deb ...
13:40:45 #9 37.52 Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:40:45 #9 37.56 Selecting previously unselected package libldap-2.5-0:armhf.
13:40:45 #9 37.56 Preparing to unpack .../097-libldap-2.5-0_2.5.11+dfsg-1~exp1ubuntu3_armhf.deb ...
13:40:45 #9 37.56 Unpacking libldap-2.5-0:armhf (2.5.11+dfsg-1~exp1ubuntu3) ...
13:40:45 #9 37.61 Selecting previously unselected package librtmp1:armhf.
13:40:45 #9 37.61 Preparing to unpack .../098-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
13:40:45 #9 37.61 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
13:40:45 #9 37.67 Selecting previously unselected package libssh-4:armhf.
13:40:45 #9 37.67 Preparing to unpack .../099-libssh-4_0.9.6-2build1_armhf.deb ...
13:40:45 #8 37.84 Selecting previously unselected package libipc-run-perl.
13:40:45 #8 37.85 Preparing to unpack .../065-libipc-run-perl_20200505.0-1_all.deb ...
13:40:45 #8 38.52 Preparing to unpack .../089-libio-socket-ssl-perl_2.060-3_all.deb ...
13:40:45 #8 38.53 Unpacking libio-socket-ssl-perl (2.060-3) ...
13:40:45 #8 38.57 Selecting previously unselected package libnet-http-perl.
13:40:45 #8 38.57 Preparing to unpack .../090-libnet-http-perl_6.18-1_all.deb ...
13:40:45 #8 38.58 Unpacking libnet-http-perl (6.18-1) ...
13:40:45 #8 38.62 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:45 #8 38.62 Preparing to unpack .../091-liblwp-protocol-https-perl_6.07-2_all.deb ...
13:40:45 #8 38.62 Unpacking liblwp-protocol-https-perl (6.07-2) ...
13:40:45 #8 38.65 Selecting previously unselected package libtry-tiny-perl.
13:40:45 #8 38.65 Preparing to unpack .../092-libtry-tiny-perl_0.30-1_all.deb ...
13:40:45 #8 38.66 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:45 #8 38.69 Selecting previously unselected package libwww-robotrules-perl.
13:40:45 #8 38.69 Preparing to unpack .../093-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:45 #8 38.69 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:45 #8 38.73 Selecting previously unselected package libwww-perl.
13:40:45 #8 38.73 Preparing to unpack .../094-libwww-perl_6.36-2_all.deb ...
13:40:45 
13:40:45 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:40:45 #15 sha256:141b65c6449eb1b66c2dbaaaf017924d44077d8d34d6d87426435dbc32823d37
13:40:45 #13 28.42   Installing       : cmake-3.20.2-4.el8.aarch64                           56/73 
13:40:45 #13 28.44   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  57/73 
13:40:45 #13 28.51   Installing       : automake-1.16.1-7.el8.noarch                         58/73 
13:40:45 #13 28.54   Installing       : perl-Error-1:0.17025-2.el8.noarch                    59/73 
13:40:45 #13 28.56   Installing       : perl-Git-2.31.1-2.el8.noarch                         60/73 
13:40:45 #13 28.59   Installing       : git-2.31.1-2.el8.aarch64                             61/73 
13:40:45 #11 9.117   Installing       : gc-8.0.4-6.fc35.aarch64                             25/113 
13:40:45 #11 9.378   Installing       : guile22-2.2.7-3.fc35.aarch64                        26/113 
13:40:45 #11 9.435   Installing       : make-1:4.3-6.fc35.aarch64                           27/113 
13:40:45 #11 9.471   Installing       : kmod-libs-29-4.fc35.aarch64                         28/113 
13:40:45 #11 9.485   Installing       : libnl3-3.5.0-8.fc35.aarch64                         29/113 
13:40:45 #11 9.530   Installing       : libibverbs-39.0-1.fc35.aarch64                      30/113 
13:40:45 #11 9.562   Installing       : libpcap-14:1.10.1-2.fc35.aarch64                    31/113 
13:40:45 #11 9.570   Installing       : iptables-legacy-libs-1.8.7-13.fc35.aarch64          32/113 
13:40:45 #11 9.608   Installing       : perl-File-Find-1.39-486.fc36.noarch                  7/110 
13:40:45 #11 9.616   Installing       : m4-1.4.19-3.fc36.aarch64                             8/110 
13:40:45 #11 9.644   Installing       : libtool-ltdl-2.4.6-50.fc36.aarch64                   9/110 
13:40:45 #11 9.650   Installing       : libseccomp-2.5.3-2.fc36.aarch64                     10/110 
13:40:45 #11 9.691   Installing       : libmpc-1.2.1-4.fc36.aarch64                         11/110 
13:40:45 #11 9.699   Installing       : libfdisk-2.38-0.2.fc36.aarch64                      12/110 
13:40:45 #11 9.704   Installing       : cmake-rpm-macros-3.22.2-1.fc36.noarch               13/110 
13:40:45 #11 9.742   Installing       : cmake-filesystem-3.22.2-1.fc36.aarch64              14/110 
13:40:45 #8 47.81 Unpacking libhtml-format-perl (2.12-1) ...
13:40:45 #8 47.85 Selecting previously unselected package libhttp-cookies-perl.
13:40:45 #8 47.85 Preparing to unpack .../210-libhttp-cookies-perl_6.04-1_all.deb ...
13:40:45 #8 47.85 Unpacking libhttp-cookies-perl (6.04-1) ...
13:40:45 #8 47.89 Selecting previously unselected package libhttp-daemon-perl.
13:40:45 #8 47.89 Preparing to unpack .../211-libhttp-daemon-perl_6.01-1_all.deb ...
13:40:45 #8 47.90 Unpacking libhttp-daemon-perl (6.01-1) ...
13:40:45 #8 47.93 Selecting previously unselected package libhttp-negotiate-perl.
13:40:45 #8 47.93 Preparing to unpack .../212-libhttp-negotiate-perl_6.00-2_all.deb ...
13:40:45 #8 47.93 Unpacking libhttp-negotiate-perl (6.00-2) ...
13:40:45 #8 47.96 Selecting previously unselected package libimport-into-perl.
13:40:45 #8 47.96 Preparing to unpack .../213-libimport-into-perl_1.002005-1_all.deb ...
13:40:45 #8 47.96 Unpacking libimport-into-perl (1.002005-1) ...
13:40:45 #8 47.99 Selecting previously unselected package libio-pty-perl.
13:40:45 #8 47.99 Preparing to unpack .../214-libio-pty-perl_1%3a1.08-1.1build4_armhf.deb ...
13:40:45 #8 48.00 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
13:40:45 #8 48.03 Selecting previously unselected package libio-string-perl.
13:40:45 #8 48.03 Preparing to unpack .../215-libio-string-perl_1.08-3_all.deb ...
13:40:45 #8 54.46   Installing       : perl-overload-1.33-486.fc35.noarch                 104/167 
13:40:45 #8 54.47   Installing       : perl-vars-1.05-486.fc35.noarch                     105/167 
13:40:45 #8 54.47   Installing       : perl-Getopt-Long-1:2.52-478.fc35.noarch            106/167 
13:40:45 #8 54.48   Installing       : perl-Carp-1.52-478.fc35.noarch                     107/167 
13:40:45 #8 54.48   Installing       : perl-Exporter-5.76-479.fc35.noarch                 108/167 
13:40:45 #8 54.48   Installing       : perl-DynaLoader-1.50-486.fc35.x86_64               109/167 
13:40:45 #8 54.49   Installing       : perl-NDBM_File-1.15-486.fc35.x86_64                110/167 
13:40:45 #8 54.50   Installing       : perl-PathTools-3.80-478.fc35.x86_64                111/167 
13:40:45 #8 54.56   Installing       : perl-Encode-4:3.15-482.fc35.x86_64                 112/167 
13:40:45 #8 54.66   Installing       : perl-libs-4:5.34.1-486.fc35.x86_64                 113/167 
13:40:45 #8 54.67   Installing       : perl-interpreter-4:5.34.1-486.fc35.x86_64          114/167 
13:40:45 #8 54.68   Installing       : devscripts-checkbashisms-2.21.4-1.fc35.x86_64      115/167 
13:40:45 #8 54.69   Installing       : python3-zstd-1.4.5.1-5.fc35.x86_64                 116/167 
13:40:46 #12 2.174  debian/rules binary
13:40:46 #12 2.176 dh binary
13:40:46 #12 2.252    dh_update_autotools_config
13:40:46 #12 2.278    dh_autoreconf
13:40:46 #12 2.316    create-stamp debian/debhelper-build-stamp
13:40:46 #12 2.316    dh_prep
13:40:46 #12 2.343    dh_install
13:40:46 #12 2.375    dh_installdocs
13:40:46 #8 46.10 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:40:46 #8 46.13 Selecting previously unselected package libio-prompter-perl.
13:40:46 #8 46.13 Preparing to unpack .../219-libio-prompter-perl_0.004015-1_all.deb ...
13:40:46 #8 46.14 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:46 #8 46.20 Selecting previously unselected package libjson-perl.
13:40:46 #8 46.20 Preparing to unpack .../220-libjson-perl_4.02000-1_all.deb ...
13:40:46 #8 46.21 Unpacking libjson-perl (4.02000-1) ...
13:40:46 #8 46.25 Selecting previously unselected package liblog-any-perl.
13:40:46 #8 46.25 Preparing to unpack .../221-liblog-any-perl_1.707-1_all.deb ...
13:40:46 #8 46.25 Unpacking liblog-any-perl (1.707-1) ...
13:40:46 #8 46.29 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:46 #8 46.29 Preparing to unpack .../222-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:40:46 #8 46.29 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:40:46 #8 46.33 Selecting previously unselected package libpackage-stash-perl.
13:40:46 #8 46.33 Preparing to unpack .../223-libpackage-stash-perl_0.38-1_all.deb ...
13:40:46 #11 10.99   Installing       : python3-libsemanage-3.2-1.fc34.aarch64               20/99 
13:40:46 #11 11.06   Installing       : python3-setools-4.4.0-1.fc34.aarch64                 21/99 
13:40:46 #11 11.15   Installing       : xkeyboard-config-2.33-1.fc34.noarch                  22/99 
13:40:46 #11 11.18   Installing       : libxkbcommon-1.3.0-1.fc34.aarch64                    23/99 
13:40:46 #11 11.19   Installing       : vim-filesystem-2:8.2.4804-1.fc34.noarch              24/99 
13:40:46 #11 11.23   Installing       : systemd-rpm-macros-248.10-1.fc34.noarch              25/99 
13:40:46 #11 11.23   Installing       : qrencode-libs-4.1.1-1.fc34.aarch64                   26/99 
13:40:46 #11 11.24   Installing       : python3-audit-3.0.6-1.fc34.aarch64                   27/99 
13:40:46 #9 44.48 Selecting previously unselected package libhttp-message-perl.
13:40:46 #9 44.49 Preparing to unpack .../174-libhttp-message-perl_6.22-1_all.deb ...
13:40:46 #9 44.49 Unpacking libhttp-message-perl (6.22-1) ...
13:40:46 #9 44.52 Selecting previously unselected package libhttp-cookies-perl.
13:40:46 #9 44.53 Preparing to unpack .../175-libhttp-cookies-perl_6.08-1_all.deb ...
13:40:46 #9 44.53 Unpacking libhttp-cookies-perl (6.08-1) ...
13:40:46 #9 44.56 Selecting previously unselected package libhttp-negotiate-perl.
13:40:46 #9 44.56 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:46 #9 44.57 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:46 #9 44.60 Selecting previously unselected package perl-openssl-defaults:armhf.
13:40:46 #9 44.60 Preparing to unpack .../177-perl-openssl-defaults_4_armhf.deb ...
13:40:46 #9 44.61 Unpacking perl-openssl-defaults:armhf (4) ...
13:40:46 #9 44.64 Selecting previously unselected package libnet-ssleay-perl.
13:40:46 #9 44.64 Preparing to unpack .../178-libnet-ssleay-perl_1.88-2ubuntu1_armhf.deb ...
13:40:46 #9 44.65 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
13:40:46 #11 1.921    dh_autoreconf
13:40:46 #11 1.961    create-stamp debian/debhelper-build-stamp
13:40:46 #11 1.961    dh_prep
13:40:46 #11 1.991    dh_install
13:40:46 #11 2.025    dh_installdocs
13:40:46 #11 2.063    dh_installchangelogs
13:40:46 #11 2.143    dh_perl
13:40:46 #9 62.64 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
13:40:46 #9 62.65 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:40:46 #9 62.66 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:40:46 #9 62.68 Setting up libmoox-struct-perl (0.020-1) ...
13:40:46 #9 62.69 Setting up lintian (2.104.0ubuntu3.1) ...
13:40:46 #9 62.71 Setting up licensecheck (3.1.1-2) ...
13:40:46 #9 62.73 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:40:46 #9 62.74 Setting up libwww-perl (6.53-1) ...
13:40:46 #9 62.76 Setting up devscripts (2.21.4ubuntu1) ...
13:40:46 #8 55.97 (137/160): glibc-gconv-extra-2.35-5.fc36.x86_64  21 MB/s | 1.5 MB     00:00    
13:40:46 #8 55.97 (138/160): perl-Text-ParseWords-3.31-1.fc36.noa 281 kB/s |  16 kB     00:00    
13:40:46 #8 56.02 (139/160): perl-Encode-3.17-485.fc36.x86_64.rpm  14 MB/s | 1.7 MB     00:00    
13:40:46 #8 56.02 (140/160): redhat-rpm-config-217-1.fc36.noarch. 1.2 MB/s |  70 kB     00:00    
13:40:46 #8 56.03 (141/160): rpmautospec-rpm-macros-0.2.6-1.fc36. 152 kB/s | 8.3 kB     00:00    
13:40:46 #8 56.04 (142/160): python3-hawkey-0.66.0-1.fc36.x86_64.  12 MB/s | 108 kB     00:00    
13:40:46 #8 56.08 (143/160): libdnf-0.66.0-1.fc36.x86_64.rpm       11 MB/s | 662 kB     00:00    
13:40:46 #8 56.13 (144/160): python3-libdnf-0.66.0-1.fc36.x86_64. 8.8 MB/s | 797 kB     00:00    
13:40:46 #8 54.62   Preparing        :                                                        1/1 
13:40:46 #8 54.66   Installing       : file-5.39-7.fc34.x86_64                              1/135 
13:40:46 #8 54.67   Installing       : elfutils-debuginfod-client-0.186-1.fc34.x86_64       2/135 
13:40:46 #12 2.761 dh_compress
13:40:46 #12 2.801 dh_fixperms
13:40:46 #12 2.849 dh_installdeb
13:40:46 #12 2.878 dh_gencontrol
13:40:46 #9 37.68 Unpacking libssh-4:armhf (0.9.6-2build1) ...
13:40:46 #9 37.75 Selecting previously unselected package libcurl4:armhf.
13:40:46 #9 37.75 Preparing to unpack .../100-libcurl4_7.81.0-1ubuntu1.1_armhf.deb ...
13:40:46 #9 37.76 Unpacking libcurl4:armhf (7.81.0-1ubuntu1.1) ...
13:40:46 #8 38.73 Unpacking libwww-perl (6.36-2) ...
13:40:46 #8 38.79 Selecting previously unselected package patchutils.
13:40:46 #8 38.79 Preparing to unpack .../095-patchutils_0.3.4-2_armhf.deb ...
13:40:46 #8 38.79 Unpacking patchutils (0.3.4-2) ...
13:40:46 #8 38.83 Selecting previously unselected package wdiff.
13:40:46 #8 38.83 Preparing to unpack .../096-wdiff_1.2.2-2_armhf.deb ...
13:40:46 #8 38.84 Unpacking wdiff (1.2.2-2) ...
13:40:46 #8 38.91 Selecting previously unselected package devscripts.
13:40:46 #8 38.91 Preparing to unpack .../097-devscripts_2.19.5+deb10u1_armhf.deb ...
13:40:46 #8 38.93 Unpacking devscripts (2.19.5+deb10u1) ...
13:40:46 #13 28.69   Installing       : libtool-2.4.6-25.el8.aarch64                         62/73 
13:40:46 #13 28.70   Running scriptlet: libtool-2.4.6-25.el8.aarch64                         62/73 
13:40:46 #13 28.73   Installing       : libtool-ltdl-devel-2.4.6-25.el8.aarch64              63/73 
13:40:46 #13 28.76   Installing       : annobin-10.67-1.el8.aarch64                          64/73 
13:40:46 #13 28.78   Installing       : device-mapper-devel-8:1.02.181-3.el8.aarch64         65/73 
13:40:46 #13 28.81   Installing       : libseccomp-devel-2.5.2-1.el8.aarch64                 66/73 
13:40:46 #13 28.83   Upgrading        : glibc-minimal-langpack-2.28-199.el8.aarch64          67/73 
13:40:46 #13 28.84   Cleanup          : bash-4.4.20-3.el8.aarch64                            68/73 
13:40:46 #13 28.84   Running scriptlet: bash-4.4.20-3.el8.aarch64                            68/73 
13:40:46 #13 28.87   Cleanup          : glibc-common-2.28-189.el8.aarch64                    69/73 
13:40:46 #13 28.89   Cleanup          : glibc-minimal-langpack-2.28-189.el8.aarch64          70/73 
13:40:46 #13 28.90   Cleanup          : glibc-2.28-189.el8.aarch64                           71/73 
13:40:46 #11 9.755   Installing       : checkpolicy-3.3-2.fc36.aarch64                      15/110 
13:40:46 #11 9.968   Installing       : cpp-12.0.1-0.16.fc36.aarch64                        16/110 
13:40:46 #11 9.975   Installing       : perl-threads-shared-1.62-479.fc36.aarch64           17/110 
13:40:46 #11 10.01   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch              18/110 
13:40:46 #11 10.02   Installing       : python3-libsemanage-3.3-3.fc36.aarch64              19/110 
13:40:46 #11 10.03   Installing       : python3-audit-3.0.8-1.fc36.aarch64                  20/110 
13:40:46 #8 48.03 Unpacking libio-string-perl (1.08-3) ...
13:40:46 #11 9.608   Installing       : jsoncpp-1.9.4-5.fc35.aarch64                        33/113 
13:40:46 #11 9.622   Installing       : libasan-11.3.1-2.fc35.aarch64                       34/113 
13:40:46 #8 48.06 Selecting previously unselected package libipc-run-perl.
13:40:46 #8 48.06 Preparing to unpack .../216-libipc-run-perl_0.96-1_all.deb ...
13:40:46 #11 9.630   Installing       : libubsan-11.3.1-2.fc35.aarch64                      35/113 
13:40:46 #11 9.670   Upgrading        : libgomp-11.3.1-2.fc35.aarch64                       36/113 
13:40:46 #8 48.07 Unpacking libipc-run-perl (0.96-1) ...
13:40:46 #11 9.678   Installing       : vim-filesystem-2:8.2.4804-1.fc35.noarch             37/113 
13:40:46 #8 48.10 Selecting previously unselected package liblist-compare-perl.
13:40:46 #11 9.734   Installing       : qrencode-libs-4.1.1-1.fc35.aarch64                  38/113 
13:40:46 #11 9.750   Installing       : perl-lib-0.65-486.fc35.aarch64                      39/113 
13:40:46 #8 48.10 Preparing to unpack .../217-liblist-compare-perl_0.53-1_all.deb ...
13:40:46 #8 48.11 Unpacking liblist-compare-perl (0.53-1) ...
13:40:46 #11 9.760   Installing       : pcre2-utf32-10.39-1.fc35.aarch64                    40/113 
13:40:46 #11 9.793   Installing       : pcre2-utf16-10.39-1.fc35.aarch64                    41/113 
13:40:46 #8 48.14 Selecting previously unselected package liblist-moreutils-perl.
13:40:46 #8 48.15 Preparing to unpack .../218-liblist-moreutils-perl_0.416-1build3_armhf.deb ...
13:40:46 #8 48.15 Unpacking liblist-moreutils-perl (0.416-1build3) ...
13:40:46 #8 48.20 Selecting previously unselected package libltdl7:armhf.
13:40:46 #8 48.20 Preparing to unpack .../219-libltdl7_2.4.6-2_armhf.deb ...
13:40:46 #8 48.21 Unpacking libltdl7:armhf (2.4.6-2) ...
13:40:46 #8 48.24 Selecting previously unselected package libltdl-dev:armhf.
13:40:46 #11 9.805   Installing       : pcre2-devel-10.39-1.fc35.aarch64                    42/113 
13:40:46 #8 48.24 Preparing to unpack .../220-libltdl-dev_2.4.6-2_armhf.deb ...
13:40:46 #8 48.24 Unpacking libltdl-dev:armhf (2.4.6-2) ...
13:40:46 #8 48.29 Selecting previously unselected package libnet-http-perl.
13:40:46 #8 54.71   Installing       : shared-mime-info-2.1-3.fc35.x86_64                 117/167 
13:40:46 #8 54.72   Running scriptlet: shared-mime-info-2.1-3.fc35.x86_64                 117/167 
13:40:46 #8 54.74   Installing       : gdk-pixbuf2-2.42.6-2.fc35.x86_64                   118/167 
13:40:46 #8 54.76   Installing       : libappstream-glib-0.7.18-3.fc35.x86_64             119/167 
13:40:46 #8 54.78   Installing       : systemd-libs-249.11-2.fc35.x86_64                  120/167 
13:40:46 #8 54.78   Running scriptlet: systemd-libs-249.11-2.fc35.x86_64                  120/167 
13:40:46 #8 54.80   Installing       : dbus-libs-1:1.12.22-1.fc35.x86_64                  121/167 
13:40:46 #8 54.81   Installing       : python3-dbus-1.2.18-2.fc35.x86_64                  122/167 
13:40:46 #8 54.82   Installing       : xxhash-libs-0.8.1-1.fc35.x86_64                    123/167 
13:40:46 #8 54.90   Installing       : gdb-minimal-11.2-2.fc35.x86_64                     124/167 
13:40:46 #8 54.91   Installing       : debugedit-5.0-2.fc35.x86_64                        125/167 
13:40:46 #8 54.92   Installing       : zstd-1.5.2-1.fc35.x86_64                           126/167 
13:40:46 #8 54.93   Upgrading        : dnf-data-4.11.1-3.fc35.noarch                      127/167 
13:40:46 #8 54.97   Upgrading        : python3-dnf-4.11.1-3.fc35.noarch                   128/167 
13:40:46 #8 54.98   Upgrading        : dnf-4.11.1-3.fc35.noarch                           129/167 
13:40:46 #8 54.98   Running scriptlet: dnf-4.11.1-3.fc35.noarch                           129/167 
13:40:46 #8 54.99   Installing       : rust-srpm-macros-21-1.fc35.noarch                  130/167 
13:40:46 #8 55.00   Installing       : rpmautospec-rpm-macros-0.2.5-1.fc35.noarch         131/167 
13:40:46 #8 55.00   Installing       : qt5-srpm-macros-5.15.2-3.fc35.noarch               132/167 
13:40:46 #8 55.01   Installing       : python3-toml-0.10.2-5.fc35.noarch                  133/167 
13:40:46 #8 55.02   Installing       : python3-pyxdg-0.27-3.fc35.noarch                   134/167 
13:40:46 #8 39.86 Selecting previously unselected package iso-codes.
13:40:46 #8 39.86 Preparing to unpack .../159-iso-codes_4.6.0-1_all.deb ...
13:40:46 #13 DONE 0.4s
13:40:46 
13:40:46 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:40:46 #15 sha256:5985299c544607c20fdc45a4ac539cfebd6c730fe838ab0d119ebfca15fb99be
13:40:46 #12 2.415    dh_installchangelogs
13:40:46 #12 2.496    dh_perl
13:40:46 #12 2.530    dh_link
13:40:46 #12 2.562    dh_strip_nondeterminism
13:40:46 #12 2.619    dh_compress
13:40:46 #8 46.33 Unpacking libpackage-stash-perl (0.38-1) ...
13:40:46 #8 46.36 Selecting previously unselected package libsub-identify-perl.
13:40:46 #8 46.36 Preparing to unpack .../224-libsub-identify-perl_0.14-1+b1_armhf.deb ...
13:40:46 #8 46.37 Unpacking libsub-identify-perl (0.14-1+b1) ...
13:40:46 #8 46.40 Selecting previously unselected package libnamespace-clean-perl.
13:40:46 #8 46.40 Preparing to unpack .../225-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:46 #8 46.40 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:46 #8 46.44 Selecting previously unselected package libpath-tiny-perl.
13:40:46 #8 46.44 Preparing to unpack .../226-libpath-tiny-perl_0.108-1_all.deb ...
13:40:46 #8 46.44 Unpacking libpath-tiny-perl (0.108-1) ...
13:40:46 #8 46.48 Selecting previously unselected package libtype-tiny-perl.
13:40:46 #8 46.48 Preparing to unpack .../227-libtype-tiny-perl_1.004004-1_all.deb ...
13:40:46 #8 46.48 Unpacking libtype-tiny-perl (1.004004-1) ...
13:40:46 #8 46.55 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:46 #8 46.55 Preparing to unpack .../228-libgitlab-api-v4-perl_0.16-1_all.deb ...
13:40:46 #11 11.27   Installing       : perl-lib-0.65-477.fc34.aarch64                       28/99 
13:40:46 #11 11.28   Running scriptlet: openssh-8.6p1-5.fc34.aarch64                         29/99 
13:40:46 #11 11.33   Installing       : openssh-8.6p1-5.fc34.aarch64                         29/99 
13:40:46 #11 11.37   Installing       : libuv-1:1.44.1-1.fc34.aarch64                        30/99 
13:40:46 #11 11.38   Installing       : libubsan-11.2.1-9.fc34.aarch64                       31/99 
13:40:46 #11 11.41   Installing       : libsepol-devel-3.2-2.fc34.aarch64                    32/99 
13:40:46 #11 11.42   Installing       : libbtrfsutil-5.16.2-1.fc34.aarch64                   33/99 
13:40:46 #11 11.43   Installing       : libbtrfs-5.16.2-1.fc34.aarch64                       34/99 
13:40:46 #11 11.47   Installing       : libbpf-2:0.4.0-1.fc34.aarch64                        35/99 
13:40:46 #11 11.47   Installing       : libatomic-11.2.1-9.fc34.aarch64                      36/99 
13:40:46 #9 44.72 Selecting previously unselected package libio-socket-ssl-perl.
13:40:46 #9 44.72 Preparing to unpack .../179-libio-socket-ssl-perl_2.067-1_all.deb ...
13:40:46 #9 44.72 Unpacking libio-socket-ssl-perl (2.067-1) ...
13:40:46 #9 44.77 Selecting previously unselected package libnet-http-perl.
13:40:46 #9 44.77 Preparing to unpack .../180-libnet-http-perl_6.19-1_all.deb ...
13:40:46 #9 44.78 Unpacking libnet-http-perl (6.19-1) ...
13:40:46 #9 44.81 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:46 #9 44.81 Preparing to unpack .../181-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
13:40:46 #9 44.81 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:40:46 #9 44.85 Selecting previously unselected package libtry-tiny-perl.
13:40:46 #9 44.85 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ...
13:40:46 #9 44.85 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:46 #9 44.88 Selecting previously unselected package libwww-robotrules-perl.
13:40:46 #9 44.88 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:46 #9 44.89 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:46 #9 44.92 Selecting previously unselected package libwww-perl.
13:40:46 #9 44.92 Preparing to unpack .../184-libwww-perl_6.43-1_all.deb ...
13:40:46 #9 44.92 Unpacking libwww-perl (6.43-1) ...
13:40:46 #9 44.97 Selecting previously unselected package patchutils.
13:40:46 #11 2.179    dh_link
13:40:46 #11 2.212    dh_strip_nondeterminism
13:40:46 #11 2.277    dh_compress
13:40:46 #11 2.319    dh_fixperms
13:40:46 #11 2.362    dh_missing
13:40:46 #11 2.387    dh_installdeb
13:40:46 #9 62.92 Setting up libxml-parser-perl:arm64 (2.46-2) ...
13:40:46 #9 62.93 Setting up libxml-sax-expat-perl (0.51-1) ...
13:40:46 #9 62.98 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:46 #9 63.03 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:46 #8 56.13 (145/160): python3-rpm-4.17.0-10.fc36.x86_64.rp 1.9 MB/s |  92 kB     00:00    
13:40:46 #8 56.19 (146/160): rpm-4.17.0-10.fc36.x86_64.rpm        9.0 MB/s | 541 kB     00:00    
13:40:46 #8 56.19 (147/160): rpm-build-libs-4.17.0-10.fc36.x86_64 1.6 MB/s |  94 kB     00:00    
13:40:46 #8 56.28 (148/160): webkit2gtk3-jsc-2.36.1-1.fc36.x86_64  24 MB/s | 6.3 MB     00:00    
13:40:46 #8 56.32 (149/160): rpm-libs-4.17.0-10.fc36.x86_64.rpm   2.3 MB/s | 316 kB     00:00    
13:40:46 #8 56.32 (150/160): rpm-sign-libs-4.17.0-10.fc36.x86_64. 211 kB/s |  28 kB     00:00    
13:40:46 #8 56.33 (151/160): xz-libs-5.2.5-9.fc36.x86_64.rpm      1.9 MB/s |  92 kB     00:00    
13:40:46 #8 56.33 (152/160): dnf-data-4.11.1-3.fc36.noarch.rpm    5.0 MB/s |  41 kB     00:00    
13:40:46 #8 56.41 (153/160): dnf-4.11.1-3.fc36.noarch.rpm         5.3 MB/s | 453 kB     00:00    
13:40:46 #8 54.69   Installing       : binutils-gold-2.35.2-6.fc34.x86_64                   3/135 
13:40:46 #8 54.80   Installing       : binutils-2.35.2-6.fc34.x86_64                        4/135 
13:40:46 #8 54.81   Running scriptlet: binutils-2.35.2-6.fc34.x86_64                        4/135 
13:40:46 #8 54.82   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      5/135 
13:40:46 #8 54.88   Installing       : groff-base-1.22.4-7.fc34.x86_64                      5/135 
13:40:46 #8 54.90   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      5/135 
13:40:46 #12 3.006 dh_md5sums
13:40:46 #12 3.037 dh_builddeb
13:40:46 #12 3.059 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:46 #9 37.99 Selecting previously unselected package curl.
13:40:46 #9 37.99 Preparing to unpack .../101-curl_7.81.0-1ubuntu1.1_armhf.deb ...
13:40:46 #9 38.02 Unpacking curl (7.81.0-1ubuntu1.1) ...
13:40:46 #8 39.08 Selecting previously unselected package equivs.
13:40:46 #8 39.08 Preparing to unpack .../098-equivs_2.2.0_all.deb ...
13:40:46 #8 39.08 Unpacking equivs (2.2.0) ...
13:40:46 #8 39.12 Selecting previously unselected package libcurl3-gnutls:armhf.
13:40:46 #8 39.12 Preparing to unpack .../099-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ...
13:40:46 #8 39.13 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
13:40:46 #8 39.18 Selecting previously unselected package libpcre2-8-0:armhf.
13:40:46 #8 39.19 Preparing to unpack .../100-libpcre2-8-0_10.32-5_armhf.deb ...
13:40:46 #8 39.19 Unpacking libpcre2-8-0:armhf (10.32-5) ...
13:40:46 #13 28.95   Cleanup          : glibc-gconv-extra-2.28-189.el8.aarch64               72/73 
13:40:46 #13 28.95   Running scriptlet: glibc-gconv-extra-2.28-189.el8.aarch64               72/73 
13:40:46 #13 28.99   Cleanup          : libgcc-8.5.0-10.el8.aarch64                          73/73 
13:40:46 #13 28.99   Running scriptlet: libgcc-8.5.0-10.el8.aarch64                          73/73 
13:40:46 #11 2.696 Reading package lists...
13:40:46 #9 43.87 Selecting previously unselected package g++.
13:40:46 #9 43.87 Preparing to unpack .../084-g++_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:40:46 #9 43.87 Unpacking g++ (4:11.2.0-1ubuntu1) ...
13:40:46 #9 43.90 Selecting previously unselected package make.
13:40:46 #9 43.90 Preparing to unpack .../085-make_4.3-4ubuntu1_armhf.deb ...
13:40:46 #9 43.91 Unpacking make (4.3-4ubuntu1) ...
13:40:46 #9 43.96 Selecting previously unselected package libdpkg-perl.
13:40:46 #9 43.96 Preparing to unpack .../086-libdpkg-perl_1.20.9ubuntu2_all.deb ...
13:40:46 #9 43.97 Unpacking libdpkg-perl (1.20.9ubuntu2) ...
13:40:46 #9 44.02 Selecting previously unselected package bzip2.
13:40:46 #9 44.03 Preparing to unpack .../087-bzip2_1.0.8-4ubuntu3_armhf.deb ...
13:40:46 #9 44.03 Unpacking bzip2 (1.0.8-4ubuntu3) ...
13:40:46 #8 48.29 Preparing to unpack .../221-libnet-http-perl_6.17-1_all.deb ...
13:40:46 #8 48.30 Unpacking libnet-http-perl (6.17-1) ...
13:40:46 #8 48.33 Selecting previously unselected package libwww-robotrules-perl.
13:40:46 #8 48.33 Preparing to unpack .../222-libwww-robotrules-perl_6.01-1_all.deb ...
13:40:46 #8 48.33 Unpacking libwww-robotrules-perl (6.01-1) ...
13:40:46 #8 48.36 Selecting previously unselected package libwww-perl.
13:40:46 #8 48.36 Preparing to unpack .../223-libwww-perl_6.31-1ubuntu0.1_all.deb ...
13:40:46 #8 48.36 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
13:40:46 #8 48.41 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:46 #8 48.41 Preparing to unpack .../224-liblwp-protocol-https-perl_6.07-2_all.deb ...
13:40:46 #8 48.41 Unpacking liblwp-protocol-https-perl (6.07-2) ...
13:40:46 #8 48.44 Selecting previously unselected package libsys-hostname-long-perl.
13:40:46 #8 48.44 Preparing to unpack .../225-libsys-hostname-long-perl_1.5-1_all.deb ...
13:40:46 #8 48.45 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:40:46 #8 48.49 Selecting previously unselected package libmail-sendmail-perl.
13:40:46 #8 48.49 Preparing to unpack .../226-libmail-sendmail-perl_0.80-1_all.deb ...
13:40:46 #8 48.49 Unpacking libmail-sendmail-perl (0.80-1) ...
13:40:46 #8 48.52 Selecting previously unselected package librole-tiny-perl.
13:40:46 #8 48.52 Preparing to unpack .../227-librole-tiny-perl_2.000006-1_all.deb ...
13:40:46 #8 48.52 Unpacking librole-tiny-perl (2.000006-1) ...
13:40:46 #8 48.55 Selecting previously unselected package libstrictures-perl.
13:40:46 #8 48.55 Preparing to unpack .../228-libstrictures-perl_2.000003-1_all.deb ...
13:40:46 #8 48.55 Unpacking libstrictures-perl (2.000003-1) ...
13:40:46 #8 48.60 Selecting previously unselected package libsub-quote-perl.
13:40:46 #8 48.60 Preparing to unpack .../229-libsub-quote-perl_2.005000-1_all.deb ...
13:40:46 #8 48.60 Unpacking libsub-quote-perl (2.005000-1) ...
13:40:46 #8 48.63 Selecting previously unselected package libmoo-perl.
13:40:46 #11 9.852   Installing       : libuv-1:1.44.1-1.fc35.aarch64                       43/113 
13:40:46 #11 9.863   Installing       : libsepol-devel-3.3-2.fc35.aarch64                   44/113 
13:40:46 #11 9.897   Installing       : libselinux-devel-3.3-1.fc35.aarch64                 45/113 
13:40:46 #11 9.915   Installing       : libselinux-utils-3.3-1.fc35.aarch64                 46/113 
13:40:46 #11 9.956   Installing       : libbtrfsutil-5.16.2-1.fc35.aarch64                  47/113 
13:40:46 #11 9.964   Installing       : libbtrfs-5.16.2-1.fc35.aarch64                      48/113 
13:40:46 #11 10.01   Installing       : libatomic-11.3.1-2.fc35.aarch64                     49/113 
13:40:46 #8 38.20 Unpacking libipc-run-perl (20200505.0-1) ...
13:40:46 #8 55.02   Installing       : python3-distro-1.6.0-1.fc35.noarch                 135/167 
13:40:46 #8 55.04   Installing       : python3-dnf-plugins-core-4.1.0-1.fc35.noarch       136/167 
13:40:46 #8 55.05   Installing       : pkgconf-m4-1.8.0-1.fc35.noarch                     137/167 
13:40:46 #8 55.05   Installing       : pkgconf-pkg-config-1.8.0-1.fc35.x86_64             138/167 
13:40:46 #8 55.05   Installing       : perl-srpm-macros-1-42.fc35.noarch                  139/167 
13:40:46 #8 55.06   Installing       : openblas-srpm-macros-2-10.fc35.noarch              140/167 
13:40:46 #8 55.06   Installing       : ocaml-srpm-macros-6-5.fc35.noarch                  141/167 
13:40:46 #8 55.07   Installing       : nim-srpm-macros-3-5.fc35.noarch                    142/167 
13:40:46 #8 55.07   Installing       : lua-srpm-macros-1-5.fc35.noarch                    143/167 
13:40:46 #8 55.07   Installing       : kernel-srpm-macros-1.0-6.fc35.noarch               144/167 
13:40:46 #8 55.08   Installing       : gnat-srpm-macros-4-14.fc35.noarch                  145/167 
13:40:46 #8 55.08   Installing       : ghc-srpm-macros-1.5.0-5.fc35.noarch                146/167 
13:40:46 #8 55.09   Installing       : fpc-srpm-macros-1.3-4.fc35.noarch                  147/167 
13:40:46 #8 55.09   Installing       : efi-srpm-macros-5-4.fc35.noarch                    148/167 
13:40:46 #8 55.10   Installing       : fonts-srpm-macros-1:2.0.5-6.fc35.noarch            149/167 
13:40:46 #8 55.10   Installing       : go-srpm-macros-3.0.15-1.fc35.noarch                150/167 
13:40:46 #8 55.11   Installing       : python-srpm-macros-3.10-11.fc35.noarch             151/167 
13:40:46 #8 55.12   Installing       : redhat-rpm-config-199-1.fc35.noarch                152/167 
13:40:46 #8 55.13   Installing       : rpm-build-4.17.0-4.fc35.x86_64                     153/167 
13:40:46 #8 55.15   Installing       : rpmlint-2.2.0-2.fc35.noarch                        154/167 
13:40:46 #8 55.16   Installing       : dnf-plugins-core-4.1.0-1.fc35.noarch               155/167 
13:40:46 #8 55.16   Upgrading        : yum-4.11.1-3.fc35.noarch                           156/167 
13:40:46 #8 55.17   Cleanup          : yum-4.9.0-1.fc35.noarch                            157/167 
13:40:46 #8 55.17   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            158/167 
13:40:46 #8 55.18   Cleanup          : dnf-4.9.0-1.fc35.noarch                            158/167 
13:40:46 #8 55.18   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            158/167 
13:40:46 #8 55.20   Cleanup          : python3-dnf-4.9.0-1.fc35.noarch                    159/167 
13:40:46 #8 55.21   Cleanup          : python3-hawkey-0.64.0-1.fc35.x86_64                160/167 
13:40:46 #8 55.22   Cleanup          : dnf-data-4.9.0-1.fc35.noarch                       161/167 
13:40:46 #8 55.22   Cleanup          : python3-libdnf-0.64.0-1.fc35.x86_64                162/167 
13:40:46 #12 0.743 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
13:40:46 #12 0.743 Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
13:40:46 #12 0.744 Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
13:40:46 #12 0.836 Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
13:40:46 #8 39.87 Unpacking iso-codes (4.6.0-1) ...
13:40:46 #12 2.656    dh_fixperms
13:40:46 #12 2.694    dh_missing
13:40:46 #12 2.720    dh_installdeb
13:40:46 #12 2.751    dh_gencontrol
13:40:46 #12 2.862    dh_md5sums
13:40:46 #8 46.55 Unpacking libgitlab-api-v4-perl (0.16-1) ...
13:40:46 #8 46.59 Selecting previously unselected package libglib2.0-data.
13:40:46 #8 46.59 Preparing to unpack .../229-libglib2.0-data_2.58.3-2+deb10u3_all.deb ...
13:40:46 #8 46.60 Unpacking libglib2.0-data (2.58.3-2+deb10u3) ...
13:40:46 #8 46.82 Selecting previously unselected package libgpm2:armhf.
13:40:46 #8 46.82 Preparing to unpack .../230-libgpm2_1.20.7-5_armhf.deb ...
13:40:46 #8 46.82 Unpacking libgpm2:armhf (1.20.7-5) ...
13:40:46 #8 46.86 Selecting previously unselected package libidn11:armhf.
13:40:46 #8 46.86 Preparing to unpack .../231-libidn11_1.33-2.2_armhf.deb ...
13:40:46 #8 46.86 Unpacking libidn11:armhf (1.33-2.2) ...
13:40:46 #8 46.92 Selecting previously unselected package libntlm0:armhf.
13:40:46 #11 11.48   Installing       : libasan-11.2.1-9.fc34.aarch64                        37/99 
13:40:46 #11 11.52   Installing       : kmod-libs-29-2.fc34.aarch64                          38/99 
13:40:46 #11 11.65   Installing       : kernel-headers-5.17.4-100.fc34.aarch64               39/99 
13:40:46 #9 44.97 Preparing to unpack .../185-patchutils_0.3.4-2_armhf.deb ...
13:40:46 #9 44.97 Unpacking patchutils (0.3.4-2) ...
13:40:46 #9 45.01 Selecting previously unselected package wdiff.
13:40:46 #9 45.01 Preparing to unpack .../186-wdiff_1.2.2-2build1_armhf.deb ...
13:40:46 #9 45.01 Unpacking wdiff (1.2.2-2build1) ...
13:40:46 #9 45.07 Selecting previously unselected package devscripts.
13:40:46 #9 45.07 Preparing to unpack .../187-devscripts_2.20.2ubuntu2_armhf.deb ...
13:40:46 #9 45.09 Unpacking devscripts (2.20.2ubuntu2) ...
13:40:46 #9 45.23 Selecting previously unselected package diffstat.
13:40:46 #11 2.420    dh_gencontrol
13:40:46 #11 2.535    dh_md5sums
13:40:46 #11 2.570    dh_builddeb
13:40:46 #11 2.596 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:46 #11 2.617  dpkg-genbuildinfo --build=binary
13:40:46 #9 63.16 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:46 #9 63.19 Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
13:40:46 #9 63.22 Processing triggers for ca-certificates (20210119ubuntu1) ...
13:40:46 #9 63.23 Updating certificates in /etc/ssl/certs...
13:40:46 #8 54.91   Installing       : xz-5.2.5-5.fc34.x86_64                               6/135 
13:40:46 #8 54.92   Installing       : unzip-6.0-50.fc34.x86_64                             7/135 
13:40:46 #8 54.94   Installing       : findutils-1:4.8.0-2.fc34.x86_64                      8/135 
13:40:46 #8 54.95   Installing       : cpio-2.13-10.fc34.x86_64                             9/135 
13:40:46 #8 54.96   Installing       : bzip2-1.0.8-6.fc34.x86_64                           10/135 
13:40:46 #8 54.98   Installing       : zip-3.0-28.fc34.x86_64                              11/135 
13:40:46 #8 55.00   Installing       : elfutils-0.186-1.fc34.x86_64                        12/135 
13:40:46 #8 55.01   Installing       : python3-file-magic-5.39-7.fc34.noarch               13/135 
13:40:46 #8 55.02   Installing       : zstd-1.5.2-1.fc34.x86_64                            14/135 
13:40:46 #8 55.03   Installing       : xxhash-libs-0.8.1-1.fc34.x86_64                     15/135 
13:40:46 #8 55.11   Installing       : gdb-minimal-11.1-5.fc34.x86_64                      16/135 
13:40:46 #8 55.11   Installing       : rust-srpm-macros-21-1.fc34.noarch                   17/135 
13:40:46 #8 55.12   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc34.noarch          18/135 
13:40:46 #8 56.41 (154/160): elfutils-libelf-0.187-2.fc36.x86_64. 2.3 MB/s | 198 kB     00:00    
13:40:46 #8 56.44 (155/160): elfutils-libs-0.187-2.fc36.x86_64.rp 2.3 MB/s | 257 kB     00:00    
13:40:46 #8 56.45 (156/160): glibc-minimal-langpack-2.35-5.fc36.x 5.7 MB/s |  47 kB     00:00    
13:40:46 #8 56.51 (157/160): glibc-common-2.35-5.fc36.x86_64.rpm  4.9 MB/s | 323 kB     00:00    
13:40:46 #8 56.54 (158/160): python3-dnf-4.11.1-3.fc36.noarch.rpm 4.8 MB/s | 414 kB     00:00    
13:40:46 #12 3.081 
13:40:46 #12 3.081 The package has been created.
13:40:46 #12 3.081 Attention, the package has been created in the current directory,
13:40:46 #12 3.081 not in ".." as indicated by the message above!
13:40:46 #12 3.137 Selecting previously unselected package docker-ce-build-deps.
13:40:46 #12 3.151 (Reading database ... 26291 files and directories currently installed.)
13:40:46 #12 3.153 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:46 #12 3.158 Unpacking docker-ce-build-deps (1.0) ...
13:40:46 #8 39.24 Selecting previously unselected package liberror-perl.
13:40:46 #8 39.24 Preparing to unpack .../101-liberror-perl_0.17027-2_all.deb ...
13:40:46 #8 39.25 Unpacking liberror-perl (0.17027-2) ...
13:40:46 #8 39.28 Selecting previously unselected package git-man.
13:40:46 #8 39.28 Preparing to unpack .../102-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
13:40:46 #8 39.29 Unpacking git-man (1:2.20.1-2+deb10u3) ...
13:40:46 #8 39.41 Selecting previously unselected package git.
13:40:46 #8 39.41 Preparing to unpack .../103-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
13:40:46 #8 39.43 Unpacking git (1:2.20.1-2+deb10u3) ...
13:40:46 #13 29.13   Running scriptlet: glibc-common-2.28-199.el8.aarch64                    73/73 
13:40:46 #11 3.361 Reading package lists...
13:40:46 #11 4.410 Building dependency tree...
13:40:46 #11 4.576 Reading state information...
13:40:46 #13 29.31   Verifying        : annobin-10.67-1.el8.aarch64                           1/73 
13:40:46 #11 4.592 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:46 #11 4.624 Starting 2 pkgProblemResolver with broken count: 0
13:40:46 #11 4.626 Done
13:40:46 #13 29.31   Verifying        : autoconf-2.69-29.el8.noarch                           2/73 
13:40:46 #13 29.31   Verifying        : automake-1.16.1-7.el8.noarch                          3/73 
13:40:46 #13 29.31   Verifying        : cmake-3.20.2-4.el8.aarch64                            4/73 
13:40:46 #13 29.31   Verifying        : cmake-data-3.20.2-4.el8.noarch                        5/73 
13:40:46 #13 29.31   Verifying        : cmake-filesystem-3.20.2-4.el8.aarch64                 6/73 
13:40:46 #11 4.642  Done
13:40:46 #11 4.648 Starting pkgProblemResolver with broken count: 0
13:40:46 #11 4.670 Starting 2 pkgProblemResolver with broken count: 0
13:40:46 #11 4.672 Done
13:40:46 #13 29.31   Verifying        : cmake-rpm-macros-3.20.2-4.el8.noarch                  7/73 
13:40:46 #13 29.31   Verifying        : cpp-8.5.0-13.el8.aarch64                              8/73 
13:40:46 #13 29.31   Verifying        : gcc-8.5.0-13.el8.aarch64                              9/73 
13:40:46 #13 29.31   Verifying        : git-2.31.1-2.el8.aarch64                             10/73 
13:40:46 #13 29.31   Verifying        : git-core-2.31.1-2.el8.aarch64                        11/73 
13:40:46 #13 29.31   Verifying        : git-core-doc-2.31.1-2.el8.noarch                     12/73 
13:40:46 #13 29.31   Verifying        : isl-0.16.1-6.el8.aarch64                             13/73 
13:40:46 #13 29.31   Verifying        : libmpc-1.1.0-9.1.el8.aarch64                         14/73 
13:40:46 #13 29.31   Verifying        : libseccomp-devel-2.5.2-1.el8.aarch64                 15/73 
13:40:46 #13 29.31   Verifying        : libtool-2.4.6-25.el8.aarch64                         16/73 
13:40:46 #13 29.31   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.aarch64              17/73 
13:40:46 #13 29.31   Verifying        : libuv-1:1.41.1-1.el8_4.aarch64                       18/73 
13:40:46 #13 29.31   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    19/73 
13:40:46 #13 29.31   Verifying        : perl-Git-2.31.1-2.el8.noarch                         20/73 
13:40:46 #13 29.31   Verifying        : perl-TermReadKey-2.37-7.el8.aarch64                  21/73 
13:40:46 #13 29.31   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  22/73 
13:40:46 #13 29.31   Verifying        : vim-filesystem-2:8.0.1763-16.el8_5.12.noarch         23/73 
13:40:46 #13 29.31   Verifying        : checkpolicy-2.9-1.el8.aarch64                        24/73 
13:40:46 #13 29.31   Verifying        : glibc-devel-2.28-199.el8.aarch64                     25/73 
13:40:46 #13 29.31   Verifying        : glibc-headers-2.28-199.el8.aarch64                   26/73 
13:40:46 #13 29.31   Verifying        : glibc-langpack-en-2.28-199.el8.aarch64               27/73 
13:40:46 #13 29.31   Verifying        : kernel-headers-4.18.0-383.el8.aarch64                28/73 
13:40:46 #13 29.31   Verifying        : less-530-1.el8.aarch64                               29/73 
13:40:46 #13 29.31   Verifying        : libasan-8.5.0-13.el8.aarch64                         30/73 
13:40:46 #13 29.31   Verifying        : libatomic-8.5.0-13.el8.aarch64                       31/73 
13:40:46 #13 29.31   Verifying        : libedit-3.1-23.20170329cvs.el8.aarch64               32/73 
13:40:46 #13 29.31   Verifying        : libgomp-8.5.0-13.el8.aarch64                         33/73 
13:40:46 #13 29.31   Verifying        : libselinux-devel-2.9-5.el8.aarch64                   34/73 
13:40:46 #13 29.31   Verifying        : libselinux-utils-2.9-5.el8.aarch64                   35/73 
13:40:46 #13 29.31   Verifying        : libsepol-devel-2.9-3.el8.aarch64                     36/73 
13:40:46 #13 29.31   Verifying        : libubsan-8.5.0-13.el8.aarch64                        37/73 
13:40:46 #13 29.31   Verifying        : libxcrypt-devel-4.1.1-6.el8.aarch64                  38/73 
13:40:46 #13 29.31   Verifying        : m4-1.4.18-7.el8.aarch64                              39/73 
13:40:46 #13 29.31   Verifying        : make-1:4.2.1-11.el8.aarch64                          40/73 
13:40:46 #13 29.31   Verifying        : openssh-8.0p1-12.el8.aarch64                         41/73 
13:40:46 #13 29.31   Verifying        : openssh-clients-8.0p1-12.el8.aarch64                 42/73 
13:40:46 #13 29.31   Verifying        : pcre2-devel-10.32-2.el8.aarch64                      43/73 
13:40:46 #13 29.31   Verifying        : pcre2-utf16-10.32-2.el8.aarch64                      44/73 
13:40:46 #13 29.31   Verifying        : pcre2-utf32-10.32-2.el8.aarch64                      45/73 
13:40:46 #13 29.31   Verifying        : policycoreutils-2.9-19.el8.aarch64                   46/73 
13:40:46 #13 29.31   Verifying        : policycoreutils-devel-2.9-19.el8.aarch64             47/73 
13:40:46 #13 29.31   Verifying        : policycoreutils-python-utils-2.9-19.el8.noarch       48/73 
13:40:46 #13 29.31   Verifying        : python3-audit-3.0.7-2.el8.aarch64                    49/73 
13:40:46 #13 29.31   Verifying        : python3-libselinux-2.9-5.el8.aarch64                 50/73 
13:40:46 #13 29.32   Verifying        : python3-libsemanage-2.9-8.el8.aarch64                51/73 
13:40:46 #13 29.32   Verifying        : python3-policycoreutils-2.9-19.el8.noarch            52/73 
13:40:46 #13 29.32   Verifying        : python3-setools-4.3.0-3.el8.aarch64                  53/73 
13:40:46 #13 29.32   Verifying        : rpm-plugin-selinux-4.14.3-23.el8.aarch64             54/73 
13:40:46 #13 29.32   Verifying        : selinux-policy-3.14.3-97.el8.noarch                  55/73 
13:40:46 #13 29.32   Verifying        : selinux-policy-devel-3.14.3-97.el8.noarch            56/73 
13:40:46 #13 29.32   Verifying        : selinux-policy-minimum-3.14.3-97.el8.noarch          57/73 
13:40:46 #13 29.32   Verifying        : systemd-devel-239-58.el8.aarch64                     58/73 
13:40:46 #13 29.32   Verifying        : device-mapper-devel-8:1.02.181-3.el8.aarch64         59/73 
13:40:46 #13 29.32   Verifying        : glibc-static-2.28-199.el8.aarch64                    60/73 
13:40:46 #13 29.32   Verifying        : libxcrypt-static-4.1.1-6.el8.aarch64                 61/73 
13:40:46 #13 29.32   Verifying        : glibc-gconv-extra-2.28-199.el8.aarch64               62/73 
13:40:46 #13 29.32   Verifying        : glibc-gconv-extra-2.28-189.el8.aarch64               63/73 
13:40:46 #13 29.32   Verifying        : bash-4.4.20-4.el8.aarch64                            64/73 
13:40:46 #13 29.32   Verifying        : bash-4.4.20-3.el8.aarch64                            65/73 
13:40:46 #13 29.32   Verifying        : glibc-2.28-199.el8.aarch64                           66/73 
13:40:46 #13 29.32   Verifying        : glibc-2.28-189.el8.aarch64                           67/73 
13:40:46 #13 29.32   Verifying        : glibc-common-2.28-199.el8.aarch64                    68/73 
13:40:46 #13 29.32   Verifying        : glibc-common-2.28-189.el8.aarch64                    69/73 
13:40:46 #13 29.32   Verifying        : glibc-minimal-langpack-2.28-199.el8.aarch64          70/73 
13:40:46 #13 29.32   Verifying        : glibc-minimal-langpack-2.28-189.el8.aarch64          71/73 
13:40:46 #13 29.32   Verifying        : libgcc-8.5.0-13.el8.aarch64                          72/73 
13:40:46 #9 44.07 Selecting previously unselected package patch.
13:40:46 #9 44.07 Preparing to unpack .../088-patch_2.7.6-7_armhf.deb ...
13:40:46 #9 44.07 Unpacking patch (2.7.6-7) ...
13:40:46 #9 44.11 Selecting previously unselected package lto-disabled-list.
13:40:46 #9 44.11 Preparing to unpack .../089-lto-disabled-list_16_all.deb ...
13:40:46 #9 44.12 Unpacking lto-disabled-list (16) ...
13:40:46 #9 44.15 Selecting previously unselected package dpkg-dev.
13:40:46 #9 44.15 Preparing to unpack .../090-dpkg-dev_1.20.9ubuntu2_all.deb ...
13:40:46 #9 44.16 Unpacking dpkg-dev (1.20.9ubuntu2) ...
13:40:46 #9 44.27 Selecting previously unselected package build-essential.
13:40:46 #9 44.27 Preparing to unpack .../091-build-essential_12.9ubuntu2_armhf.deb ...
13:40:46 #9 44.28 Unpacking build-essential (12.9ubuntu2) ...
13:40:46 #9 44.31 Selecting previously unselected package libbrotli1:armhf.
13:40:46 #9 44.31 Preparing to unpack .../092-libbrotli1_1.0.9-2build3_armhf.deb ...
13:40:46 #9 44.31 Unpacking libbrotli1:armhf (1.0.9-2build3) ...
13:40:46 #11 3.355 Building dependency tree...
13:40:46 #11 3.517 Reading state information...
13:40:46 #11 3.542 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:46 #8 48.63 Preparing to unpack .../230-libmoo-perl_2.003004-1_all.deb ...
13:40:46 #8 48.64 Unpacking libmoo-perl (2.003004-1) ...
13:40:46 #8 48.68 Selecting previously unselected package libpackage-stash-perl.
13:40:46 #8 48.68 Preparing to unpack .../231-libpackage-stash-perl_0.37-1_all.deb ...
13:40:46 #8 48.68 Unpacking libpackage-stash-perl (0.37-1) ...
13:40:46 #8 48.72 Selecting previously unselected package libsub-identify-perl.
13:40:46 #8 48.72 Preparing to unpack .../232-libsub-identify-perl_0.14-1_armhf.deb ...
13:40:46 #8 48.72 Unpacking libsub-identify-perl (0.14-1) ...
13:40:46 #8 48.76 Selecting previously unselected package libnamespace-clean-perl.
13:40:46 #8 48.76 Preparing to unpack .../233-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:46 #8 48.77 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:46 #8 48.80 Selecting previously unselected package libnumber-compare-perl.
13:40:46 #8 48.80 Preparing to unpack .../234-libnumber-compare-perl_0.03-1_all.deb ...
13:40:46 #8 48.81 Unpacking libnumber-compare-perl (0.03-1) ...
13:40:46 #8 48.87 Selecting previously unselected package libnumber-range-perl.
13:40:46 #8 48.87 Preparing to unpack .../235-libnumber-range-perl_0.12-1_all.deb ...
13:40:46 #11 10.02   Installing       : less-590-2.fc35.aarch64                             50/113 
13:40:46 #11 10.18   Installing       : kernel-headers-5.17.4-200.fc35.aarch64              51/113 
13:40:46 #11 10.25   Installing       : libxcrypt-devel-4.4.28-1.fc35.aarch64               52/113 
13:40:46 #8 38.50 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:46 #8 38.51 Preparing to unpack .../066-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:46 #8 38.52 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:46 #8 38.70 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:46 #8 55.23   Cleanup          : libdnf-0.64.0-1.fc35.x86_64                        163/167 
13:40:46 #8 55.24   Cleanup          : libsolv-0.7.19-3.fc35.x86_64                       164/167 
13:40:46 #8 55.25   Cleanup          : glibc-2.34-25.fc35.x86_64                          165/167 
13:40:46 #8 55.26   Cleanup          : glibc-minimal-langpack-2.34-25.fc35.x86_64         166/167 
13:40:46 #8 55.26   Cleanup          : glibc-common-2.34-25.fc35.x86_64                   167/167 
13:40:46 #11 10.08   Installing       : gc-8.0.6-2.fc36.aarch64                             21/110 
13:40:46 #11 10.31   Installing       : guile22-2.2.7-5.fc36.aarch64                        22/110 
13:40:46 #11 10.36   Installing       : make-1:4.3-7.fc36.aarch64                           23/110 
13:40:46 #11 10.37   Installing       : jsoncpp-1.9.5-2.fc36.aarch64                        24/110 
13:40:46 #11 10.39   Installing       : kmod-libs-29-7.fc36.aarch64                         25/110 
13:40:46 #11 10.41   Installing       : libasan-12.0.1-0.16.fc36.aarch64                    26/110 
13:40:46 #11 10.46   Installing       : libubsan-12.0.1-0.16.fc36.aarch64                   27/110 
13:40:46 #11 10.47   Upgrading        : libgomp-12.0.1-0.16.fc36.aarch64                    28/110 
13:40:46 #11 10.50   Installing       : vim-filesystem-2:8.2.4845-1.fc36.noarch             29/110 
13:40:46 #11 10.50   Installing       : libargon2-20171227-9.fc36.aarch64                   30/110 
13:40:46 #11 10.63   Installing       : kernel-headers-5.17.4-300.fc36.aarch64              31/110 
13:40:46 #12 2.894    dh_builddeb
13:40:46 #12 2.919 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:46 #12 3.037  dpkg-genbuildinfo --build=binary
13:40:46 #8 46.92 Preparing to unpack .../232-libntlm0_1.5-1+deb10u1_armhf.deb ...
13:40:46 #8 46.93 Unpacking libntlm0:armhf (1.5-1+deb10u1) ...
13:40:46 #8 46.97 Selecting previously unselected package libgsasl7.
13:40:46 #8 46.97 Preparing to unpack .../233-libgsasl7_1.8.0-8+b2_armhf.deb ...
13:40:46 #8 46.97 Unpacking libgsasl7 (1.8.0-8+b2) ...
13:40:46 #8 47.05 Selecting previously unselected package libhtml-form-perl.
13:40:46 #8 47.05 Preparing to unpack .../234-libhtml-form-perl_6.03-1_all.deb ...
13:40:46 #8 47.06 Unpacking libhtml-form-perl (6.03-1) ...
13:40:46 #8 47.09 Selecting previously unselected package libhtml-format-perl.
13:40:46 #8 47.09 Preparing to unpack .../235-libhtml-format-perl_2.12-1_all.deb ...
13:40:46 #8 47.09 Unpacking libhtml-format-perl (2.12-1) ...
13:40:46 #8 47.15 Selecting previously unselected package libhttp-daemon-perl.
13:40:46 #8 47.15 Preparing to unpack .../236-libhttp-daemon-perl_6.01-3_all.deb ...
13:40:46 #8 47.15 Unpacking libhttp-daemon-perl (6.01-3) ...
13:40:46 #11 11.70   Installing       : libxcrypt-devel-4.4.28-1.fc34.aarch64                40/99 
13:40:46 #11 11.79   Installing       : glibc-devel-2.33-21.fc34.aarch64                     41/99 
13:40:46 #11 11.89   Installing       : glibc-static-2.33-21.fc34.aarch64                    42/99 
13:40:46 #11 11.90   Installing       : libxcrypt-static-4.4.28-1.fc34.aarch64               43/99 
13:40:46 #11 11.94   Installing       : jsoncpp-1.9.4-5.fc34.aarch64                         44/99 
13:40:46 #11 11.95   Installing       : rhash-1.4.0-3.fc34.aarch64                           45/99 
13:40:46 #11 11.99   Installing       : perl-TermReadKey-2.38-9.fc34.aarch64                 46/99 
13:40:46 #9 45.23 Preparing to unpack .../188-diffstat_1.63-1_armhf.deb ...
13:40:46 #9 45.24 Unpacking diffstat (1.63-1) ...
13:40:46 #9 45.27 Selecting previously unselected package python3-chardet.
13:40:46 #9 45.27 Preparing to unpack .../189-python3-chardet_3.0.4-4build1_all.deb ...
13:40:46 #9 45.28 Unpacking python3-chardet (3.0.4-4build1) ...
13:40:46 #9 45.32 Selecting previously unselected package python3-debian.
13:40:46 #9 45.33 Preparing to unpack .../190-python3-debian_0.1.36ubuntu1_all.deb ...
13:40:46 #9 45.34 Unpacking python3-debian (0.1.36ubuntu1) ...
13:40:46 #9 45.38 Selecting previously unselected package libgpgme11:armhf.
13:40:46 #9 45.38 Preparing to unpack .../191-libgpgme11_1.13.1-7ubuntu2_armhf.deb ...
13:40:46 #9 45.39 Unpacking libgpgme11:armhf (1.13.1-7ubuntu2) ...
13:40:46 #9 45.44 Selecting previously unselected package python3-gpg.
13:40:46 #9 45.44 Preparing to unpack .../192-python3-gpg_1.13.1-7ubuntu2_armhf.deb ...
13:40:46 #9 45.44 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
13:40:46 #9 45.51 Selecting previously unselected package dput.
13:40:46 #9 45.51 Preparing to unpack .../193-dput_1.0.3ubuntu1_all.deb ...
13:40:46 #9 45.52 Unpacking dput (1.0.3ubuntu1) ...
13:40:46 #11 2.758  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_arm64.changes
13:40:46 #11 2.836 dpkg-genchanges: info: binary-only upload (no source code included)
13:40:46 #11 2.840  dpkg-source --after-build .
13:40:46 #11 2.936 dpkg-buildpackage: info: binary-only upload (no source included)
13:40:46 #9 63.63 0 added, 0 removed; done.
13:40:46 #9 63.63 Running hooks in /etc/ca-certificates/update.d...
13:40:46 #9 63.63 done.
13:40:46 #8 55.17   Installing       : python3-setuptools-53.0.0-3.fc34.noarch             19/135 
13:40:46 #8 55.18   Installing       : python3-distro-1.5.0-5.fc34.noarch                  20/135 
13:40:46 #8 55.19   Installing       : libjpeg-turbo-2.0.90-3.fc34.x86_64                  21/135 
13:40:46 #8 55.20   Installing       : less-590-2.fc34.x86_64                              22/135 
13:40:46 #8 55.21   Installing       : json-glib-1.6.6-1.fc34.x86_64                       23/135 
13:40:46 #8 55.21   Installing       : emacs-filesystem-1:27.2-5.fc34.noarch               24/135 
13:40:46 #8 55.22   Installing       : desktop-file-utils-0.26-3.fc34.x86_64               25/135 
13:40:46 #8 55.23   Installing       : efi-srpm-macros-5-4.fc34.noarch                     26/135 
13:40:46 #8 55.25   Installing       : shared-mime-info-2.1-2.fc34.x86_64                  27/135 
13:40:46 #8 55.26   Running scriptlet: shared-mime-info-2.1-2.fc34.x86_64                  27/135 
13:40:46 #8 55.27   Installing       : qt5-srpm-macros-5.15.2-2.fc34.noarch                28/135 
13:40:46 #8 55.28   Installing       : python3-six-1.15.0-5.fc34.noarch                    29/135 
13:40:46 #8 55.29   Installing       : python3-dateutil-1:2.8.1-3.fc34.noarch              30/135 
13:40:46 #8 55.30   Installing       : pkgconf-m4-1.7.3-6.fc34.noarch                      31/135 
13:40:46 #8 55.30   Installing       : perl-srpm-macros-1-39.fc34.noarch                   32/135 
13:40:46 #8 55.30   Installing       : openblas-srpm-macros-2-9.fc34.noarch                33/135 
13:40:46 #8 55.31   Installing       : ocaml-srpm-macros-6-4.fc34.noarch                   34/135 
13:40:46 #8 55.31   Installing       : nim-srpm-macros-3-4.fc34.noarch                     35/135 
13:40:46 #8 55.32   Installing       : ncurses-6.2-4.20200222.fc34.x86_64                  36/135 
13:40:46 #8 55.33   Installing       : perl-Digest-1.20-1.fc34.noarch                      37/135 
13:40:46 #8 55.33   Installing       : perl-Digest-MD5-2.58-2.fc34.x86_64                  38/135 
13:40:46 #8 55.34   Installing       : perl-B-1.80-477.fc34.x86_64                         39/135 
13:40:46 #8 55.35   Installing       : perl-FileHandle-2.03-477.fc34.noarch                40/135 
13:40:46 #8 55.35   Installing       : perl-AutoLoader-5.74-477.fc34.noarch                41/135 
13:40:46 #8 55.36   Installing       : perl-Data-Dumper-2.174-460.fc34.x86_64              42/135 
13:40:46 #8 55.37   Installing       : perl-libnet-3.13-2.fc34.noarch                      43/135 
13:40:46 #8 55.37   Installing       : perl-base-2.27-477.fc34.noarch                      44/135 
13:40:46 #8 55.38   Installing       : perl-URI-5.09-1.fc34.noarch                         45/135 
13:40:46 #8 55.40   Installing       : perl-Net-SSLeay-1.90-2.fc34.x86_64                  46/135 
13:40:46 #8 55.41   Installing       : perl-Time-Local-2:1.300-5.fc34.noarch               47/135 
13:40:46 #8 55.42   Installing       : perl-Mozilla-CA-20211001-1.fc34.noarch              48/135 
13:40:46 #8 55.42   Installing       : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch         49/135 
13:40:46 #8 55.43   Installing       : perl-if-0.60.800-477.fc34.noarch                    50/135 
13:40:46 #8 55.43   Installing       : perl-IO-Socket-IP-0.41-3.fc34.noarch                51/135 
13:40:46 #8 55.44   Installing       : perl-File-Path-2.18-2.fc34.noarch                   52/135 
13:40:46 #8 55.45   Installing       : perl-IO-Socket-SSL-2.070-2.fc34.noarch              53/135 
13:40:46 #8 55.45   Installing       : perl-Pod-Escapes-1:1.07-458.fc34.noarch             54/135 
13:40:46 #8 55.46   Installing       : perl-Term-ANSIColor-5.01-459.fc34.noarch            55/135 
13:40:46 #8 55.46   Installing       : perl-Class-Struct-0.66-477.fc34.noarch              56/135 
13:40:46 #8 55.47   Installing       : perl-POSIX-1.94-477.fc34.x86_64                     57/135 
13:40:46 #8 55.48   Installing       : perl-IPC-Open3-1.21-477.fc34.noarch                 58/135 
13:40:46 #8 56.58 (159/160): glibc-2.35-5.fc36.x86_64.rpm          12 MB/s | 2.1 MB     00:00    
13:40:46 #8 56.80 (160/160): yum-4.11.1-3.fc36.noarch.rpm         133 kB/s |  39 kB     00:00    
13:40:46 #13 13.02   Running scriptlet: selinux-policy-minimum-3.14.3-97.el8.noarch          38/70 
13:40:46 #13 14.45   Installing       : selinux-policy-minimum-3.14.3-97.el8.noarch          38/70 
13:40:46 #11 4.752 The following additional packages will be installed:
13:40:46 #11 4.752   bash-completion btrfs-progs btrfs-tools cmake cmake-data dh-apparmor
13:40:46 #11 4.752   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:46 #11 4.752   libjsoncpp1 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:40:46 #11 4.752   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:40:46 #11 4.753   libudev-dev libuv1 pkg-config
13:40:46 #11 4.754 Suggested packages:
13:40:46 #11 4.754   duperemove cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:40:46 #11 4.754 Recommended packages:
13:40:46 #11 4.754   dmsetup
13:40:46 #11 4.793 The following NEW packages will be installed:
13:40:46 #11 4.793   bash-completion btrfs-progs btrfs-tools cmake cmake-data dh-apparmor
13:40:46 #11 4.794   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:46 #11 4.794   libjsoncpp1 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:40:46 #11 4.794   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:40:46 #11 4.794   libudev-dev libuv1 pkg-config
13:40:46 #9 44.35 Selecting previously unselected package libsasl2-modules-db:armhf.
13:40:46 #9 44.35 Preparing to unpack .../093-libsasl2-modules-db_2.1.27+dfsg-2.1ubuntu0.1_armhf.deb ...
13:40:46 #9 44.35 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:46 #9 44.39 Selecting previously unselected package libsasl2-2:armhf.
13:40:46 #9 44.39 Preparing to unpack .../094-libsasl2-2_2.1.27+dfsg-2.1ubuntu0.1_armhf.deb ...
13:40:46 #9 44.39 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:46 #9 44.43 Selecting previously unselected package libldap-2.5-0:armhf.
13:40:46 #9 44.43 Preparing to unpack .../095-libldap-2.5-0_2.5.6+dfsg-1~exp1ubuntu1_armhf.deb ...
13:40:46 #9 44.43 Unpacking libldap-2.5-0:armhf (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:46 #9 44.48 Selecting previously unselected package libnghttp2-14:armhf.
13:40:46 #9 44.48 Preparing to unpack .../096-libnghttp2-14_1.43.0-1_armhf.deb ...
13:40:46 #9 44.48 Unpacking libnghttp2-14:armhf (1.43.0-1) ...
13:40:46 #9 44.53 Selecting previously unselected package librtmp1:armhf.
13:40:46 #9 44.53 Preparing to unpack .../097-librtmp1_2.4+20151223.gitfa8646d.1-2build3_armhf.deb ...
13:40:46 #9 44.53 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build3) ...
13:40:46 #9 44.58 Selecting previously unselected package libssh-4:armhf.
13:40:46 #11 3.591 Starting 2 pkgProblemResolver with broken count: 0
13:40:46 #11 3.593 Done
13:40:46 #11 3.614  Done
13:40:46 #11 3.622 Starting pkgProblemResolver with broken count: 0
13:40:46 #11 3.652 Starting 2 pkgProblemResolver with broken count: 0
13:40:46 #11 3.655 Done
13:40:46 #11 3.768 The following additional packages will be installed:
13:40:46 #11 3.768   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
13:40:46 #11 3.768   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
13:40:46 #11 3.768   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
13:40:46 #11 3.768   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
13:40:46 #11 3.769   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
13:40:46 #11 3.770 Suggested packages:
13:40:46 #11 3.770   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:40:46 #8 48.87 Unpacking libnumber-range-perl (0.12-1) ...
13:40:46 #8 48.90 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:46 #8 48.90 Preparing to unpack .../236-libpackage-stash-xs-perl_0.28-3build2_armhf.deb ...
13:40:46 #8 48.91 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
13:40:46 #8 48.94 Selecting previously unselected package libparse-debianchangelog-perl.
13:40:46 #8 48.94 Preparing to unpack .../237-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
13:40:46 #8 48.95 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
13:40:46 #8 48.99 Selecting previously unselected package libtext-glob-perl.
13:40:46 #8 48.99 Preparing to unpack .../238-libtext-glob-perl_0.10-1_all.deb ...
13:40:46 #8 48.99 Unpacking libtext-glob-perl (0.10-1) ...
13:40:46 #8 49.02 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:46 #8 49.02 Preparing to unpack .../239-libpath-iterator-rule-perl_1.009-1_all.deb ...
13:40:46 #8 49.03 Unpacking libpath-iterator-rule-perl (1.009-1) ...
13:40:46 #8 49.07 Selecting previously unselected package libpath-tiny-perl.
13:40:46 #8 49.07 Preparing to unpack .../240-libpath-tiny-perl_0.104-1_all.deb ...
13:40:46 #8 49.07 Unpacking libpath-tiny-perl (0.104-1) ...
13:40:46 #9 38.44 Selecting previously unselected package dctrl-tools.
13:40:46 #9 38.44 Preparing to unpack .../102-dctrl-tools_2.24-3build2_armhf.deb ...
13:40:46 #9 38.46 Unpacking dctrl-tools (2.24-3build2) ...
13:40:46 #9 38.61 Selecting previously unselected package libdebhelper-perl.
13:40:46 #9 38.61 Preparing to unpack .../103-libdebhelper-perl_13.6ubuntu1_all.deb ...
13:40:46 #9 38.62 Unpacking libdebhelper-perl (13.6ubuntu1) ...
13:40:46 #9 38.72 Selecting previously unselected package libtool.
13:40:46 #13 29.32   Verifying        : libgcc-8.5.0-10.el8.aarch64                          73/73 
13:40:46 #13 29.57 
13:40:46 #13 29.57 Upgraded:
13:40:46 #13 29.57   bash-4.4.20-4.el8.aarch64                                                     
13:40:46 #13 29.57   glibc-2.28-199.el8.aarch64                                                    
13:40:46 #13 29.57   glibc-common-2.28-199.el8.aarch64                                             
13:40:46 #13 29.57   glibc-gconv-extra-2.28-199.el8.aarch64                                        
13:40:46 #13 29.57   glibc-minimal-langpack-2.28-199.el8.aarch64                                   
13:40:46 #13 29.57   libgcc-8.5.0-13.el8.aarch64                                                   
13:40:46 #13 29.57 Installed:
13:40:46 #13 29.57   annobin-10.67-1.el8.aarch64                                                   
13:40:46 #13 29.57   autoconf-2.69-29.el8.noarch                                                   
13:40:46 #13 29.57   automake-1.16.1-7.el8.noarch                                                  
13:40:46 #13 29.57   checkpolicy-2.9-1.el8.aarch64                                                 
13:40:46 #13 29.57   cmake-3.20.2-4.el8.aarch64                                                    
13:40:46 #13 29.57   cmake-data-3.20.2-4.el8.noarch                                                
13:40:46 #13 29.57   cmake-filesystem-3.20.2-4.el8.aarch64                                         
13:40:46 #13 29.57   cmake-rpm-macros-3.20.2-4.el8.noarch                                          
13:40:46 #13 29.57   cpp-8.5.0-13.el8.aarch64                                                      
13:40:46 #13 29.57   device-mapper-devel-8:1.02.181-3.el8.aarch64                                  
13:40:46 #13 29.57   gcc-8.5.0-13.el8.aarch64                                                      
13:40:46 #13 29.57   git-2.31.1-2.el8.aarch64                                                      
13:40:46 #13 29.57   git-core-2.31.1-2.el8.aarch64                                                 
13:40:46 #13 29.57   git-core-doc-2.31.1-2.el8.noarch                                              
13:40:46 #13 29.57   glibc-devel-2.28-199.el8.aarch64                                              
13:40:46 #13 29.57   glibc-headers-2.28-199.el8.aarch64                                            
13:40:46 #13 29.57   glibc-langpack-en-2.28-199.el8.aarch64                                        
13:40:46 #13 29.57   glibc-static-2.28-199.el8.aarch64                                             
13:40:46 #13 29.57   isl-0.16.1-6.el8.aarch64                                                      
13:40:46 #13 29.57   kernel-headers-4.18.0-383.el8.aarch64                                         
13:40:46 #13 29.57   less-530-1.el8.aarch64                                                        
13:40:46 #13 29.57   libasan-8.5.0-13.el8.aarch64                                                  
13:40:46 #13 29.57   libatomic-8.5.0-13.el8.aarch64                                                
13:40:46 #13 29.57   libedit-3.1-23.20170329cvs.el8.aarch64                                        
13:40:46 #13 29.57   libgomp-8.5.0-13.el8.aarch64                                                  
13:40:46 #13 29.57   libmpc-1.1.0-9.1.el8.aarch64                                                  
13:40:46 #13 29.57   libseccomp-devel-2.5.2-1.el8.aarch64                                          
13:40:46 #13 29.57   libselinux-devel-2.9-5.el8.aarch64                                            
13:40:46 #13 29.57   libselinux-utils-2.9-5.el8.aarch64                                            
13:40:46 #13 29.57   libsepol-devel-2.9-3.el8.aarch64                                              
13:40:46 #13 29.57   libtool-2.4.6-25.el8.aarch64                                                  
13:40:46 #13 29.57   libtool-ltdl-devel-2.4.6-25.el8.aarch64                                       
13:40:46 #13 29.57   libubsan-8.5.0-13.el8.aarch64                                                 
13:40:46 #13 29.57   libuv-1:1.41.1-1.el8_4.aarch64                                                
13:40:46 #13 29.57   libxcrypt-devel-4.1.1-6.el8.aarch64                                           
13:40:46 #13 29.57   libxcrypt-static-4.1.1-6.el8.aarch64                                          
13:40:46 #13 29.57   m4-1.4.18-7.el8.aarch64                                                       
13:40:46 #13 29.57   make-1:4.2.1-11.el8.aarch64                                                   
13:40:46 #13 29.57   openssh-8.0p1-12.el8.aarch64                                                  
13:40:46 #13 29.57   openssh-clients-8.0p1-12.el8.aarch64                                          
13:40:46 #13 29.57   pcre2-devel-10.32-2.el8.aarch64                                               
13:40:46 #13 29.57   pcre2-utf16-10.32-2.el8.aarch64                                               
13:40:46 #13 29.57   pcre2-utf32-10.32-2.el8.aarch64                                               
13:40:46 #13 29.57   perl-Error-1:0.17025-2.el8.noarch                                             
13:40:46 #13 29.57   perl-Git-2.31.1-2.el8.noarch                                                  
13:40:46 #13 29.57   perl-TermReadKey-2.37-7.el8.aarch64                                           
13:40:46 #13 29.57   perl-Thread-Queue-3.13-1.el8.noarch                                           
13:40:46 #13 29.57   policycoreutils-2.9-19.el8.aarch64                                            
13:40:46 #13 29.57   policycoreutils-devel-2.9-19.el8.aarch64                                      
13:40:46 #13 29.57   policycoreutils-python-utils-2.9-19.el8.noarch                                
13:40:46 #13 29.57   python3-audit-3.0.7-2.el8.aarch64                                             
13:40:46 #13 29.57   python3-libselinux-2.9-5.el8.aarch64                                          
13:40:46 #13 29.57   python3-libsemanage-2.9-8.el8.aarch64                                         
13:40:46 #13 29.57   python3-policycoreutils-2.9-19.el8.noarch                                     
13:40:46 #13 29.57   python3-setools-4.3.0-3.el8.aarch64                                           
13:40:46 #13 29.57   rpm-plugin-selinux-4.14.3-23.el8.aarch64                                      
13:40:46 #13 29.57   selinux-policy-3.14.3-97.el8.noarch                                           
13:40:46 #13 29.57   selinux-policy-devel-3.14.3-97.el8.noarch                                     
13:40:46 #13 29.57   selinux-policy-minimum-3.14.3-97.el8.noarch                                   
13:40:46 #13 29.57   systemd-devel-239-58.el8.aarch64                                              
13:40:46 #13 29.57   vim-filesystem-2:8.0.1763-16.el8_5.12.noarch                                  
13:40:46 #13 29.57 
13:40:46 #13 29.57 Complete!
13:40:46 #8 38.70 Preparing to unpack .../067-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
13:40:46 #8 38.86 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
13:40:46 #11 10.31   Installing       : glibc-devel-2.34-32.fc35.aarch64                    53/113 
13:40:46 #11 10.72   Installing       : glibc-devel-2.35-5.fc36.aarch64                     32/110 
13:40:46 #11 10.77   Installing       : libxcrypt-devel-4.4.28-1.fc36.aarch64               33/110 
13:40:46 #11 10.78   Installing       : libxcrypt-static-4.4.28-1.fc36.aarch64              34/110 
13:40:46 #11 10.85   Installing       : glibc-static-2.35-5.fc36.aarch64                    35/110 
13:40:46 #11 10.94   Installing       : annobin-docs-10.67-1.fc36.noarch                    36/110 
13:40:47 #12 3.169  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
13:40:47 #12 3.247 dpkg-genchanges: info: binary-only upload (no source code included)
13:40:47 #12 3.250  dpkg-source --after-build .
13:40:47 #12 3.345 dpkg-buildpackage: info: binary-only upload (no source included)
13:40:47 #12 3.349 
13:40:47 #12 3.349 The package has been created.
13:40:47 #12 3.349 Attention, the package has been created in the current directory,
13:40:47 #12 3.349 not in ".." as indicated by the message above!
13:40:47 #12 3.400 Selecting previously unselected package docker-ce-build-deps.
13:40:47 #12 3.415 (Reading database ... 26792 files and directories currently installed.)
13:40:47 #8 47.18 Selecting previously unselected package libstruct-dumb-perl.
13:40:47 #8 47.18 Preparing to unpack .../237-libstruct-dumb-perl_0.09-1_all.deb ...
13:40:47 #8 47.19 Unpacking libstruct-dumb-perl (0.09-1) ...
13:40:47 #8 47.22 Selecting previously unselected package libio-async-perl.
13:40:47 #8 47.22 Preparing to unpack .../238-libio-async-perl_0.72-1_all.deb ...
13:40:47 #8 47.23 Unpacking libio-async-perl (0.72-1) ...
13:40:47 #8 47.29 Selecting previously unselected package libio-sessiondata-perl.
13:40:47 #8 47.29 Preparing to unpack .../239-libio-sessiondata-perl_1.03-1_all.deb ...
13:40:47 #8 47.29 Unpacking libio-sessiondata-perl (1.03-1) ...
13:40:47 #8 47.32 Selecting previously unselected package libio-string-perl.
13:40:47 #8 47.32 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
13:40:47 #8 47.33 Unpacking libio-string-perl (1.08-3) ...
13:40:47 #8 47.36 Selecting previously unselected package libtypes-serialiser-perl.
13:40:47 #8 47.36 Preparing to unpack .../241-libtypes-serialiser-perl_1.0-1_all.deb ...
13:40:47 #8 47.36 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:40:47 #8 47.39 Selecting previously unselected package libjson-xs-perl.
13:40:47 #8 47.39 Preparing to unpack .../242-libjson-xs-perl_3.040-1+b1_armhf.deb ...
13:40:47 #8 40.46 Selecting previously unselected package libalgorithm-diff-perl.
13:40:47 #8 40.46 Preparing to unpack .../160-libalgorithm-diff-perl_1.201-1_all.deb ...
13:40:47 #8 40.47 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:40:47 #8 40.51 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:47 #8 40.51 Preparing to unpack .../161-libalgorithm-diff-xs-perl_0.04-6+b1_armhf.deb ...
13:40:47 #8 40.51 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
13:40:47 #8 40.54 Selecting previously unselected package libalgorithm-merge-perl.
13:40:47 #8 40.54 Preparing to unpack .../162-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:47 #8 40.55 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:47 #8 40.60 Selecting previously unselected package libaliased-perl.
13:40:47 #8 40.60 Preparing to unpack .../163-libaliased-perl_0.34-1.1_all.deb ...
13:40:47 #8 40.60 Unpacking libaliased-perl (0.34-1.1) ...
13:40:47 #8 40.64 Selecting previously unselected package libapt-pkg-perl.
13:40:47 #8 40.64 Preparing to unpack .../164-libapt-pkg-perl_0.1.39_armhf.deb ...
13:40:47 #8 40.65 Unpacking libapt-pkg-perl (0.1.39) ...
13:40:47 #8 40.70 Selecting previously unselected package libarchive-cpio-perl.
13:40:47 #9 45.70 Selecting previously unselected package libcurl3-gnutls:armhf.
13:40:47 #9 45.70 Preparing to unpack .../194-libcurl3-gnutls_7.68.0-1ubuntu2.10_armhf.deb ...
13:40:47 #11 12.00   Installing       : perl-Error-1:0.17029-5.fc34.noarch                   47/99 
13:40:47 #11 12.01   Installing       : pcre2-utf32-10.36-4.fc34.aarch64                     48/99 
13:40:47 #11 12.04   Installing       : pcre2-utf16-10.36-4.fc34.aarch64                     49/99 
13:40:47 #11 12.06   Installing       : pcre2-devel-10.36-4.fc34.aarch64                     50/99 
13:40:47 #11 12.10   Installing       : libselinux-devel-3.2-1.fc34.aarch64                  51/99 
13:40:47 #11 12.11   Installing       : lzo-2.10-4.fc34.aarch64                              52/99 
13:40:47 #11 12.15   Installing       : libselinux-utils-3.2-1.fc34.aarch64                  53/99 
13:40:47 #11 12.20   Installing       : policycoreutils-3.2-1.fc34.aarch64                   54/99 
13:40:47 #11 2.941 
13:40:47 #11 2.941 The package has been created.
13:40:47 #11 2.941 Attention, the package has been created in the current directory,
13:40:47 #11 2.941 not in ".." as indicated by the message above!
13:40:47 #11 2.965 Selecting previously unselected package docker-ce-build-deps.
13:40:47 #11 2.981 (Reading database ... 28594 files and directories currently installed.)
13:40:47 #11 2.983 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:47 #11 2.987 Unpacking docker-ce-build-deps (1.0) ...
13:40:47 #8 55.49   Installing       : perl-subs-1.03-477.fc34.noarch                      59/135 
13:40:47 #8 55.49   Installing       : perl-File-Temp-1:0.231.100-2.fc34.noarch            60/135 
13:40:47 #8 55.50   Installing       : perl-HTTP-Tiny-0.078-1.fc34.noarch                  61/135 
13:40:47 #8 55.51   Installing       : perl-Pod-Simple-1:3.42-2.fc34.noarch                62/135 
13:40:47 #8 55.52   Installing       : perl-Term-Cap-1.17-458.fc34.noarch                  63/135 
13:40:47 #8 55.53   Installing       : perl-Socket-4:2.032-1.fc34.x86_64                   64/135 
13:40:47 #8 55.53   Installing       : perl-SelectSaver-1.02-477.fc34.noarch               65/135 
13:40:47 #8 55.53   Installing       : perl-Symbol-1.08-477.fc34.noarch                    66/135 
13:40:47 #8 55.54   Installing       : perl-File-stat-1.09-477.fc34.noarch                 67/135 
13:40:47 #8 55.55   Installing       : perl-podlators-1:4.14-458.fc34.noarch               68/135 
13:40:47 #8 55.55   Installing       : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            69/135 
13:40:47 #8 55.58   Installing       : perl-Text-ParseWords-3.30-458.fc34.noarch           70/135 
13:40:47 #8 55.61   Installing       : perl-Fcntl-1.13-477.fc34.x86_64                     71/135 
13:40:47 #8 55.62   Installing       : perl-mro-1.23-477.fc34.x86_64                       72/135 
13:40:47 #8 55.63   Installing       : perl-IO-1.43-477.fc34.x86_64                        73/135 
13:40:47 #8 55.63   Installing       : perl-overloading-0.02-477.fc34.noarch               74/135 
13:40:47 #8 55.64   Installing       : perl-Pod-Usage-4:2.01-2.fc34.noarch                 75/135 
13:40:47 #8 55.64   Installing       : perl-MIME-Base64-3.16-2.fc34.x86_64                 76/135 
13:40:47 #8 55.65   Installing       : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       77/135 
13:40:47 #8 55.65   Installing       : perl-constant-1.33-459.fc34.noarch                  78/135 
13:40:47 #8 55.66   Installing       : perl-parent-1:0.238-458.fc34.noarch                 79/135 
13:40:47 #8 55.66   Installing       : perl-Errno-1.30-477.fc34.x86_64                     80/135 
13:40:47 #8 55.67   Installing       : perl-File-Basename-2.85-477.fc34.noarch             81/135 
13:40:47 #8 55.68   Installing       : perl-Getopt-Std-1.12-477.fc34.noarch                82/135 
13:40:47 #8 55.68   Installing       : perl-Storable-1:3.21-458.fc34.x86_64                83/135 
13:40:47 #8 55.69   Installing       : perl-overload-1.31-477.fc34.noarch                  84/135 
13:40:47 #8 55.69   Installing       : perl-vars-1.05-477.fc34.noarch                      85/135 
13:40:47 #8 55.70   Installing       : perl-Getopt-Long-1:2.52-2.fc34.noarch               86/135 
13:40:47 #8 55.70   Installing       : perl-Carp-1.50-458.fc34.noarch                      87/135 
13:40:47 #8 55.71   Installing       : perl-Exporter-5.74-459.fc34.noarch                  88/135 
13:40:47 #8 56.81 --------------------------------------------------------------------------------
13:40:47 #8 56.81 Total                                            14 MB/s |  53 MB     00:03     
13:40:47 #11 5.206 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
13:40:47 #11 5.206 1 not fully installed or removed.
13:40:47 #11 5.206 Need to get 7654 kB of archives.
13:40:47 #11 5.206 After this operation, 39.9 MB of additional disk space will be used.
13:40:47 #11 5.206 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 bash-completion all 1:2.8-1ubuntu1 [168 kB]
13:40:47 #9 44.58 Preparing to unpack .../098-libssh-4_0.9.6-1_armhf.deb ...
13:40:47 #9 44.59 Unpacking libssh-4:armhf (0.9.6-1) ...
13:40:47 #9 44.68 Selecting previously unselected package libcurl4:armhf.
13:40:47 #9 44.68 Preparing to unpack .../099-libcurl4_7.74.0-1.3ubuntu2.1_armhf.deb ...
13:40:47 #9 44.69 Unpacking libcurl4:armhf (7.74.0-1.3ubuntu2.1) ...
13:40:47 #9 44.75 Selecting previously unselected package curl.
13:40:47 #9 44.75 Preparing to unpack .../100-curl_7.74.0-1.3ubuntu2.1_armhf.deb ...
13:40:47 #9 44.76 Unpacking curl (7.74.0-1.3ubuntu2.1) ...
13:40:47 #9 44.80 Selecting previously unselected package dctrl-tools.
13:40:47 #9 44.80 Preparing to unpack .../101-dctrl-tools_2.24-3_armhf.deb ...
13:40:47 #8 49.10 Selecting previously unselected package libperlio-gzip-perl.
13:40:47 #8 49.11 Preparing to unpack .../241-libperlio-gzip-perl_0.19-1build3_armhf.deb ...
13:40:47 #8 49.11 Unpacking libperlio-gzip-perl (0.19-1build3) ...
13:40:47 #8 49.15 Selecting previously unselected package libpod-constants-perl.
13:40:47 #8 49.15 Preparing to unpack .../242-libpod-constants-perl_0.19-1_all.deb ...
13:40:47 #8 49.15 Unpacking libpod-constants-perl (0.19-1) ...
13:40:47 #8 49.18 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:47 #8 49.19 Preparing to unpack .../243-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
13:40:47 #8 49.19 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
13:40:47 #8 49.22 Selecting previously unselected package libsasl2-modules:armhf.
13:40:47 #8 49.23 Preparing to unpack .../244-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
13:40:47 #8 49.23 Unpacking libsasl2-modules:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:47 #8 49.27 Selecting previously unselected package libsort-key-perl.
13:40:47 #8 49.27 Preparing to unpack .../245-libsort-key-perl_1.33-2_armhf.deb ...
13:40:47 #8 49.27 Unpacking libsort-key-perl (1.33-2) ...
13:40:47 #8 49.30 Selecting previously unselected package libstring-copyright-perl.
13:40:47 #8 49.30 Preparing to unpack .../246-libstring-copyright-perl_0.003005-1_all.deb ...
13:40:47 #8 49.31 Unpacking libstring-copyright-perl (0.003005-1) ...
13:40:47 #8 49.34 Selecting previously unselected package libstring-escape-perl.
13:40:47 #11 3.960 The following NEW packages will be installed:
13:40:47 #11 3.961   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
13:40:47 #11 3.961   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
13:40:47 #11 3.961   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
13:40:47 #11 3.961   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
13:40:47 #11 3.962   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
13:40:47 #9 38.72 Preparing to unpack .../104-libtool_2.4.6-15build2_all.deb ...
13:40:47 #9 38.73 Unpacking libtool (2.4.6-15build2) ...
13:40:47 #8 39.98 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
13:40:47 #8 39.99 Setting up libpipeline1:armhf (1.5.1-2) ...
13:40:47 #8 40.00 Setting up mime-support (3.62) ...
13:40:47 #8 40.03 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
13:40:47 #8 40.05 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
13:40:47 #8 40.06 No schema files found: doing nothing.
13:40:47 #8 40.06 Setting up binutils-common:armhf (2.31.1-16+rpi2) ...
13:40:47 #11 10.69   Installing       : gcc-11.3.1-2.fc35.aarch64                           54/113 
13:40:47 #11 10.83   Installing       : glibc-static-2.34-32.fc35.aarch64                   55/113 
13:40:47 #11 10.84   Installing       : libxcrypt-static-4.4.28-1.fc35.aarch64              56/113 
13:40:47 #11 10.84   Installing       : dbus-common-1:1.12.22-1.fc35.noarch                 57/113 
13:40:47 #11 10.87   Running scriptlet: dbus-common-1:1.12.22-1.fc35.noarch                 57/113 
13:40:47 #11 11.00   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch               37/110 
13:40:47 #11 11.03   Installing       : libxkbcommon-1.4.0-1.fc36.aarch64                   38/110 
13:40:47 #11 11.07   Installing       : systemd-rpm-macros-250.3-8.fc36.noarch              39/110 
13:40:47 #11 11.08   Installing       : rhash-1.4.2-2.fc36.aarch64                          40/110 
13:40:47 #11 11.09   Installing       : qrencode-libs-4.1.1-2.fc36.aarch64                  41/110 
13:40:47 #11 11.18   Installing       : python3-setuptools-59.6.0-2.fc36.noarch             42/110 
13:40:47 #11 11.24   Installing       : python3-setools-4.4.0-5.fc36.aarch64                43/110 
13:40:47 #12 3.416 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:47 #12 3.420 Unpacking docker-ce-build-deps (1.0) ...
13:40:47 #8 47.40 Unpacking libjson-xs-perl (3.040-1+b1) ...
13:40:47 #8 47.44 Selecting previously unselected package liblzo2-2:armhf.
13:40:47 #8 47.44 Preparing to unpack .../243-liblzo2-2_2.10-0.1_armhf.deb ...
13:40:47 #8 47.45 Unpacking liblzo2-2:armhf (2.10-0.1) ...
13:40:47 #8 47.49 Selecting previously unselected package libkyotocabinet16v5:armhf.
13:40:47 #8 47.49 Preparing to unpack .../244-libkyotocabinet16v5_1.2.76-4.2+b1_armhf.deb ...
13:40:47 #8 47.49 Unpacking libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ...
13:40:47 #8 47.55 Selecting previously unselected package liblist-compare-perl.
13:40:47 #8 47.55 Preparing to unpack .../245-liblist-compare-perl_0.53-1_all.deb ...
13:40:47 #8 47.56 Unpacking liblist-compare-perl (0.53-1) ...
13:40:47 #8 47.59 Selecting previously unselected package liblist-moreutils-perl.
13:40:47 #8 47.59 Preparing to unpack .../246-liblist-moreutils-perl_0.416-1+b4_armhf.deb ...
13:40:47 #8 47.60 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
13:40:47 #8 47.63 Selecting previously unselected package libltdl-dev:armhf.
13:40:47 #8 47.64 Preparing to unpack .../247-libltdl-dev_2.4.6-9_armhf.deb ...
13:40:47 #8 47.64 Unpacking libltdl-dev:armhf (2.4.6-9) ...
13:40:47 #8 47.69 Selecting previously unselected package libsys-hostname-long-perl.
13:40:47 #8 47.69 Preparing to unpack .../248-libsys-hostname-long-perl_1.5-1_all.deb ...
13:40:47 #9 45.70 Unpacking libcurl3-gnutls:armhf (7.68.0-1ubuntu2.10) ...
13:40:47 #9 45.75 Selecting previously unselected package liberror-perl.
13:40:47 #9 45.75 Preparing to unpack .../195-liberror-perl_0.17029-1_all.deb ...
13:40:47 #9 45.75 Unpacking liberror-perl (0.17029-1) ...
13:40:47 #9 45.79 Selecting previously unselected package git-man.
13:40:47 #9 45.79 Preparing to unpack .../196-git-man_1%3a2.25.1-1ubuntu3.4_all.deb ...
13:40:47 #9 45.79 Unpacking git-man (1:2.25.1-1ubuntu3.4) ...
13:40:47 #9 45.92 Selecting previously unselected package git.
13:40:47 #9 45.92 Preparing to unpack .../197-git_1%3a2.25.1-1ubuntu3.4_armhf.deb ...
13:40:47 #9 45.93 Unpacking git (1:2.25.1-1ubuntu3.4) ...
13:40:47 #8 40.70 Preparing to unpack .../165-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:40:47 #8 40.71 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:40:47 #8 40.76 Selecting previously unselected package libarchive13:armhf.
13:40:47 #8 40.76 Preparing to unpack .../166-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
13:40:47 #8 40.77 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
13:40:47 #8 40.85 Selecting previously unselected package libarray-intspan-perl.
13:40:47 #8 40.85 Preparing to unpack .../167-libarray-intspan-perl_2.004-1_all.deb ...
13:40:47 #8 40.89 Unpacking libarray-intspan-perl (2.004-1) ...
13:40:47 #8 40.92 Selecting previously unselected package libauthen-sasl-perl.
13:40:47 #8 40.92 Preparing to unpack .../168-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:40:47 #8 40.92 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:40:47 #8 40.96 Selecting previously unselected package libmodule-implementation-perl.
13:40:47 #8 40.96 Preparing to unpack .../169-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:40:47 #11 12.23   Running scriptlet: policycoreutils-3.2-1.fc34.aarch64                   54/99 
13:40:47 #11 12.24   Installing       : rpm-plugin-selinux-4.16.1.3-1.fc34.aarch64           55/99 
13:40:47 #11 12.25   Installing       : selinux-policy-34.27-1.fc34.noarch                   56/99 
13:40:47 #11 12.29   Running scriptlet: selinux-policy-34.27-1.fc34.noarch                   56/99 
13:40:47 #11 12.31   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch          57/99 
13:40:47 #8 55.71   Installing       : perl-DynaLoader-1.47-477.fc34.x86_64                89/135 
13:40:47 #8 55.72   Installing       : perl-PathTools-3.78-459.fc34.x86_64                 90/135 
13:40:47 #8 55.72   Installing       : perl-NDBM_File-1.15-477.fc34.x86_64                 91/135 
13:40:47 #8 55.79   Installing       : perl-Encode-4:3.15-462.fc34.x86_64                  92/135 
13:40:47 #8 55.89   Installing       : perl-libs-4:5.32.1-477.fc34.x86_64                  93/135 
13:40:47 #8 55.90   Installing       : perl-interpreter-4:5.32.1-477.fc34.x86_64           94/135 
13:40:47 #8 55.90   Installing       : lua-srpm-macros-1-4.fc34.noarch                     95/135 
13:40:47 #8 55.91   Installing       : libstemmer-0-16.585svn.fc34.x86_64                  96/135 
13:40:47 #8 55.92   Installing       : libproxy-0.4.15-30.fc34.x86_64                      97/135 
13:40:47 #8 55.92   Installing       : libpng-2:1.6.37-10.fc34.x86_64                      98/135 
13:40:47 #8 55.94   Installing       : gdk-pixbuf2-2.42.6-1.fc34.x86_64                    99/135 
13:40:47 #8 55.94   Installing       : libpkgconf-1.7.3-6.fc34.x86_64                     100/135 
13:40:47 #8 55.95   Installing       : pkgconf-1.7.3-6.fc34.x86_64                        101/135 
13:40:47 #8 55.96   Installing       : pkgconf-pkg-config-1.7.3-6.fc34.x86_64             102/135 
13:40:47 #8 55.96   Installing       : libpipeline-1.5.3-2.fc34.x86_64                    103/135 
13:40:47 #9 DONE 64.0s
13:40:47 
13:40:47 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:40:47 #11 sha256:456b6ac2612bbc963b2a7cbf747db5f5ea7a77c803e31927ec54f803f5bc8e63
13:40:47 #11 DONE 0.1s
13:40:47 
13:40:47 #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
13:40:47 #12 sha256:2d0f87f4ee1139664714f72ed3dc223130212543b34214f94e8919f1913ef277
13:40:47 #12 1.092 Reading package lists...
13:40:47 #9 44.81 Unpacking dctrl-tools (2.24-3) ...
13:40:47 #9 44.84 Selecting previously unselected package libdebhelper-perl.
13:40:47 #9 44.84 Preparing to unpack .../102-libdebhelper-perl_13.3.4ubuntu2_all.deb ...
13:40:47 #9 44.84 Unpacking libdebhelper-perl (13.3.4ubuntu2) ...
13:40:47 #9 44.88 Selecting previously unselected package libtool.
13:40:47 #9 44.88 Preparing to unpack .../103-libtool_2.4.6-15_all.deb ...
13:40:47 #9 44.88 Unpacking libtool (2.4.6-15) ...
13:40:47 #9 45.01 Selecting previously unselected package dh-autoreconf.
13:40:47 #9 45.01 Preparing to unpack .../104-dh-autoreconf_20_all.deb ...
13:40:47 #9 45.02 Unpacking dh-autoreconf (20) ...
13:40:47 #9 45.05 Selecting previously unselected package libarchive-zip-perl.
13:40:47 #9 45.05 Preparing to unpack .../105-libarchive-zip-perl_1.68-1_all.deb ...
13:40:47 #9 45.05 Unpacking libarchive-zip-perl (1.68-1) ...
13:40:47 #8 49.34 Preparing to unpack .../247-libstring-escape-perl_2010.002-2_all.deb ...
13:40:47 #8 49.35 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:47 #8 49.38 Selecting previously unselected package libtext-levenshtein-perl.
13:40:47 #8 49.38 Preparing to unpack .../248-libtext-levenshtein-perl_0.13-1_all.deb ...
13:40:47 #8 49.38 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:40:47 #8 49.42 Selecting previously unselected package libunicode-utf8-perl.
13:40:47 #8 49.42 Preparing to unpack .../249-libunicode-utf8-perl_0.60-1build4_armhf.deb ...
13:40:47 #8 49.42 Unpacking libunicode-utf8-perl (0.60-1build4) ...
13:40:47 #8 49.45 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:47 #8 49.45 Preparing to unpack .../250-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:40:47 #8 49.46 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:40:47 #8 49.51 Selecting previously unselected package libxml-sax-base-perl.
13:40:47 #8 49.51 Preparing to unpack .../251-libxml-sax-base-perl_1.09-1_all.deb ...
13:40:47 #8 49.51 Unpacking libxml-sax-base-perl (1.09-1) ...
13:40:47 #8 49.55 Selecting previously unselected package libxml-sax-perl.
13:40:47 #8 49.56 Preparing to unpack .../252-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
13:40:47 #8 49.56 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
13:40:47 #8 49.60 Selecting previously unselected package libxml-libxml-perl.
13:40:47 #8 49.60 Preparing to unpack .../253-libxml-libxml-perl_2.0128+dfsg-5_armhf.deb ...
13:40:47 #8 49.61 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
13:40:47 #8 49.67 Selecting previously unselected package libxml-parser-perl.
13:40:47 #8 49.67 Preparing to unpack .../254-libxml-parser-perl_2.44-2build3_armhf.deb ...
13:40:47 #11 4.240 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
13:40:47 #11 4.240 1 not fully installed or removed.
13:40:47 #11 4.240 Need to get 8314 kB of archives.
13:40:47 #11 4.240 After this operation, 36.4 MB of additional disk space will be used.
13:40:47 #11 4.240 Get:1 http://deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
13:40:47 #11 4.246 Get:2 http://deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
13:40:47 #11 4.269 Get:3 http://deb.debian.org/debian buster/main arm64 libprocps7 arm64 2:3.3.15-2 [58.0 kB]
13:40:47 #11 4.283 Get:4 http://deb.debian.org/debian buster/main arm64 procps arm64 2:3.3.15-2 [245 kB]
13:40:47 #11 4.287 Get:5 http://deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
13:40:47 #11 4.290 Get:6 http://deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
13:40:47 #11 4.291 Get:7 http://deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
13:40:47 #11 4.293 Get:8 http://deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB]
13:40:47 #11 4.295 Get:9 http://deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
13:40:47 #11 4.345 Get:10 http://deb.debian.org/debian buster/main arm64 dh-apparmor all 2.13.2-10 [70.1 kB]
13:40:47 #11 4.346 Get:11 http://deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
13:40:47 #11 4.346 Get:12 http://deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
13:40:47 #11 4.347 Get:13 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
13:40:47 #11 4.348 Get:14 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
13:40:47 #11 4.350 Get:15 http://deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
13:40:47 #11 4.350 Get:16 http://deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u8 [110 kB]
13:40:47 #11 4.351 Get:17 http://deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
13:40:47 #11 4.381 Get:18 http://deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
13:40:47 #11 4.384 Get:19 http://deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
13:40:47 #11 4.387 Get:20 http://deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
13:40:47 #11 4.388 Get:21 http://deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
13:40:47 #11 4.393 Get:22 http://deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
13:40:47 #11 4.395 Get:23 http://deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
13:40:47 #8 40.08 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
13:40:47 #8 40.10 Setting up perl-openssl-defaults:armhf (3) ...
13:40:47 #8 40.12 Setting up linux-libc-dev:armhf (1:1.20220308~buster-1) ...
13:40:47 #8 40.13 Setting up gettext-base (0.19.8.1-9) ...
13:40:47 #8 40.14 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
13:40:47 #8 40.15 Setting up file (1:5.35-4+deb10u2) ...
13:40:47 #8 40.16 Setting up libgomp1:armhf (8.3.0-6+rpi1) ...
13:40:47 #8 40.17 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:40:47 #8 40.18 Setting up libicu63:armhf (63.1-6+deb10u3) ...
13:40:47 #8 40.20 Setting up libfakeroot:armhf (1.23-1) ...
13:40:47 #8 40.21 Setting up fakeroot (1.23-1) ...
13:40:47 #8 40.22 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:47 #8 40.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
13:40:47 #8 40.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
13:40:47 #8 40.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
13:40:47 #8 40.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
13:40:47 #8 40.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
13:40:47 #8 40.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
13:40:47 #8 40.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
13:40:47 #8 40.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
13:40:47 #8 40.24 Setting up libasan5:armhf (8.3.0-6+rpi1) ...
13:40:47 #8 40.25 Setting up autotools-dev (20180224.1) ...
13:40:47 #8 40.25 Setting up make (4.2.1-1.2) ...
13:40:47 #8 40.27 Setting up libmpfr6:armhf (4.0.2-1) ...
13:40:47 #8 40.28 Setting up libsigsegv2:armhf (2.12-2) ...
13:40:47 #8 40.29 Setting up xz-utils (5.2.4-1+deb10u1) ...
13:40:47 #11 10.88   Running scriptlet: dbus-broker-29-4.fc35.aarch64                       58/113 
13:40:47 #11 10.99 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
13:40:47 #11 10.99 
13:40:47 #11 10.99   Installing       : dbus-broker-29-4.fc35.aarch64                       58/113 
13:40:47 #11 11.00   Running scriptlet: dbus-broker-29-4.fc35.aarch64                       58/113 
13:40:47 #11 11.01   Installing       : dbus-1:1.12.22-1.fc35.aarch64                       59/113 
13:40:47 #11 11.02   Installing       : annobin-docs-10.66-2.fc35.noarch                    60/113 
13:40:47 #11 11.11   Installing       : xkeyboard-config-2.33-2.fc35.noarch                 61/113 
13:40:47 #11 11.15   Installing       : libxkbcommon-1.3.1-1.fc35.aarch64                   62/113 
13:40:47 #13 30.16 Last metadata expiration check: 0:00:46 ago on Wed May  4 13:40:01 2022.
13:40:47 #8 39.32 Selecting previously unselected package libdynaloader-functions-perl.
13:40:47 #8 39.32 Preparing to unpack .../068-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:40:47 #8 39.33 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:40:47 #11 11.27   Installing       : perl-lib-0.65-486.fc36.aarch64                      44/110 
13:40:47 #11 11.28   Installing       : perl-TermReadKey-2.38-12.fc36.aarch64               45/110 
13:40:47 #11 11.31   Installing       : perl-File-Copy-2.35-486.fc36.noarch                 46/110 
13:40:47 #11 11.31   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch         47/110 
13:40:47 #11 11.33   Installing       : autoconf-2.71-2.fc36.noarch                         48/110 
13:40:47 #11 11.38   Installing       : automake-1.16.5-4.fc36.noarch                       49/110 
13:40:47 #11 11.41   Installing       : perl-Error-1:0.17029-8.fc36.noarch                  50/110 
13:40:47 #11 11.42   Installing       : pcre2-utf32-10.39-1.fc36.1.aarch64                  51/110 
13:40:47 #11 11.46   Installing       : pcre2-utf16-10.39-1.fc36.1.aarch64                  52/110 
13:40:47 #11 11.47   Installing       : pcre2-devel-10.39-1.fc36.1.aarch64                  53/110 
13:40:47 #8 47.70 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:40:47 #8 47.73 Selecting previously unselected package libmail-sendmail-perl.
13:40:47 #8 47.73 Preparing to unpack .../249-libmail-sendmail-perl_0.80-1_all.deb ...
13:40:47 #8 47.74 Unpacking libmail-sendmail-perl (0.80-1) ...
13:40:47 #8 47.76 Selecting previously unselected package mailutils-common.
13:40:47 #8 47.77 Preparing to unpack .../250-mailutils-common_1%3a3.5-4_all.deb ...
13:40:47 #8 47.77 Unpacking mailutils-common (1:3.5-4) ...
13:40:47 #8 47.87 Selecting previously unselected package mysql-common.
13:40:47 #8 47.87 Preparing to unpack .../251-mysql-common_5.8+1.0.5_all.deb ...
13:40:47 #8 47.88 Unpacking mysql-common (5.8+1.0.5) ...
13:40:47 #8 47.92 Selecting previously unselected package mariadb-common.
13:40:47 #8 47.92 Preparing to unpack .../252-mariadb-common_1%3a10.3.34-0+deb10u1_all.deb ...
13:40:47 #8 47.93 Unpacking mariadb-common (1:10.3.34-0+deb10u1) ...
13:40:47 #12 3.310 Reading package lists...
13:40:47 #12 4.063 Building dependency tree...
13:40:47 #12 4.238 Reading state information...
13:40:47 #12 4.263 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:47 #12 4.312 Starting 2 pkgProblemResolver with broken count: 0
13:40:47 #8 40.97 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:40:47 #8 41.01 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:47 #8 41.01 Preparing to unpack .../170-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:47 #8 41.01 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:47 #8 41.05 Selecting previously unselected package libvariable-magic-perl.
13:40:47 #8 41.05 Preparing to unpack .../171-libvariable-magic-perl_0.62-1+b3_armhf.deb ...
13:40:47 #8 41.06 Unpacking libvariable-magic-perl (0.62-1+b3) ...
13:40:47 #8 41.11 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:47 #8 41.11 Preparing to unpack .../172-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
13:40:47 #8 41.12 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
13:40:47 #8 41.17 Selecting previously unselected package libpng16-16:armhf.
13:40:47 #8 41.17 Preparing to unpack .../173-libpng16-16_1.6.37-3_armhf.deb ...
13:40:47 #8 41.17 Unpacking libpng16-16:armhf (1.6.37-3) ...
13:40:47 #8 41.24 Selecting previously unselected package libfreetype6:armhf.
13:40:47 #8 41.24 Preparing to unpack .../174-libfreetype6_2.10.4+dfsg-1_armhf.deb ...
13:40:47 #11 12.53   Installing       : selinux-policy-targeted-34.27-1.fc34.noarch          57/99 
13:40:47 #11 12.58   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch          57/99 
13:40:47 #11 12.64   Installing       : python3-policycoreutils-3.2-1.fc34.noarch            58/99 
13:40:47 #11 12.67   Installing       : policycoreutils-python-utils-3.2-1.fc34.noarch       59/99 
13:40:47 #11 12.68   Installing       : libnl3-3.5.0-6.fc34.aarch64                          60/99 
13:40:47 #11 12.74   Installing       : libibverbs-37.2-2.fc34.aarch64                       61/99 
13:40:47 #11 12.79   Installing       : libpcap-14:1.10.1-1.fc34.aarch64                     62/99 
13:40:47 #11 12.80   Installing       : iptables-legacy-libs-1.8.7-8.fc34.aarch64            63/99 
13:40:47 #11 12.84   Installing       : libcbor-0.7.0-3.fc34.aarch64                         64/99 
13:40:47 #8 55.97   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         104/135 
13:40:47 #8 55.99   Installing       : man-db-2.9.3-3.fc34.x86_64                         104/135 
13:40:47 #8 56.00   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         104/135 
13:40:47 #8 56.02   Installing       : kernel-srpm-macros-1.0-4.fc34.noarch               105/135 
13:40:47 #8 56.02   Installing       : info-6.7-10.fc34.x86_64                            106/135 
13:40:47 #8 56.03   Installing       : ed-1.14.2-10.fc34.x86_64                           107/135 
13:40:47 #8 56.04   Installing       : patch-2.7.6-14.fc34.x86_64                         108/135 
13:40:47 #8 56.04   Installing       : hunspell-filesystem-1.7.0-9.fc34.x86_64            109/135 
13:40:47 #8 56.05   Installing       : hunspell-en-US-0.20140811.1-18.fc34.noarch         110/135 
13:40:47 #8 56.06   Installing       : hunspell-1.7.0-9.fc34.x86_64                       111/135 
13:40:47 #8 56.07   Installing       : enchant-1:1.6.0-27.fc34.x86_64                     112/135 
13:40:47 #8 56.08   Installing       : python3-enchant-3.2.1-1.fc34.noarch                113/135 
13:40:47 #8 56.09   Installing       : gnat-srpm-macros-4-13.fc34.noarch                  114/135 
13:40:47 #8 56.09   Installing       : ghc-srpm-macros-1.5.0-4.fc34.noarch                115/135 
13:40:47 #8 56.09   Installing       : fpc-srpm-macros-1.3-3.fc34.noarch                  116/135 
13:40:47 #8 56.10   Installing       : dwz-0.14-1.fc34.x86_64                             117/135 
13:40:47 #8 56.11   Installing       : fonts-srpm-macros-1:2.0.5-5.fc34.noarch            118/135 
13:40:47 #8 56.11   Installing       : go-srpm-macros-3.0.15-1.fc34.noarch                119/135 
13:40:47 #8 56.12   Installing       : python-srpm-macros-3.9-41.fc34.noarch              120/135 
13:40:47 #8 56.12   Installing       : redhat-rpm-config-183-3.fc34.noarch                121/135 
13:40:47 #8 56.13   Installing       : diffutils-3.7-8.fc34.x86_64                        122/135 
13:40:47 #8 56.14   Installing       : dbus-libs-1:1.12.20-3.fc34.x86_64                  123/135 
13:40:47 #8 56.15   Installing       : python3-dbus-1.2.18-1.fc34.x86_64                  124/135 
13:40:47 #8 56.17   Installing       : python3-dnf-plugins-core-4.0.24-1.fc34.noarch      125/135 
13:40:47 #11 3.067 Reading package lists...
13:40:47 #11 3.583 Building dependency tree...
13:40:47 #11 3.743 Reading state information...
13:40:47 #9 45.09 Selecting previously unselected package libsub-override-perl.
13:40:47 #9 45.10 Preparing to unpack .../106-libsub-override-perl_0.09-2_all.deb ...
13:40:47 #9 45.10 Unpacking libsub-override-perl (0.09-2) ...
13:40:47 #9 45.13 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:47 #9 45.13 Preparing to unpack .../107-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
13:40:47 #9 45.13 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
13:40:47 #9 45.17 Selecting previously unselected package dh-strip-nondeterminism.
13:40:47 #9 45.17 Preparing to unpack .../108-dh-strip-nondeterminism_1.12.0-1_all.deb ...
13:40:47 #9 45.18 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
13:40:47 #9 45.21 Selecting previously unselected package libdw1:armhf.
13:40:47 #9 45.21 Preparing to unpack .../109-libdw1_0.185-1build1_armhf.deb ...
13:40:47 #9 45.22 Unpacking libdw1:armhf (0.185-1build1) ...
13:40:47 #9 45.25 Selecting previously unselected package debugedit.
13:40:47 #9 45.25 Preparing to unpack .../110-debugedit_1%3a5.0-0ubuntu2_armhf.deb ...
13:40:47 #9 45.25 Unpacking debugedit (1:5.0-0ubuntu2) ...
13:40:47 #9 45.28 Selecting previously unselected package dwz.
13:40:47 #9 45.28 Preparing to unpack .../111-dwz_0.14-1build1_armhf.deb ...
13:40:47 #8 49.67 Unpacking libxml-parser-perl (2.44-2build3) ...
13:40:47 #8 49.73 Selecting previously unselected package libxml-sax-expat-perl.
13:40:47 #8 49.73 Preparing to unpack .../255-libxml-sax-expat-perl_0.40-2_all.deb ...
13:40:47 #8 49.74 Unpacking libxml-sax-expat-perl (0.40-2) ...
13:40:47 #8 49.77 Selecting previously unselected package libxml-simple-perl.
13:40:47 #8 49.77 Preparing to unpack .../256-libxml-simple-perl_2.24-1_all.deb ...
13:40:47 #8 49.77 Unpacking libxml-simple-perl (2.24-1) ...
13:40:47 #8 49.81 Selecting previously unselected package libyaml-libyaml-perl.
13:40:47 #8 49.81 Preparing to unpack .../257-libyaml-libyaml-perl_0.69+repack-1_armhf.deb ...
13:40:47 #8 49.82 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
13:40:47 #8 49.85 Selecting previously unselected package licensecheck.
13:40:47 #8 49.85 Preparing to unpack .../258-licensecheck_3.0.31-2_all.deb ...
13:40:47 #8 49.86 Unpacking licensecheck (3.0.31-2) ...
13:40:47 #8 49.89 Selecting previously unselected package patchutils.
13:40:47 #11 4.396 Get:24 http://deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
13:40:47 #11 4.397 Get:25 http://deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u8 [322 kB]
13:40:47 #11 4.405 Get:26 http://deb.debian.org/debian buster/main arm64 pkg-config arm64 0.29-6 [62.2 kB]
13:40:47 #11 4.610 debconf: delaying package configuration, since apt-utils is not installed
13:40:47 #11 4.649 Fetched 8314 kB in 0s (19.5 MB/s)
13:40:47 #8 40.30 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:47 #8 40.30 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:47 #8 40.30 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:47 #8 40.30 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:47 #8 40.30 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:47 #8 40.30 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:47 #8 40.30 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:47 #8 40.30 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:47 #8 40.30 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:47 #8 40.30 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:47 #8 40.30 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:47 #8 40.31 Setting up libmpc3:armhf (1.1.0-1) ...
13:40:47 #8 40.32 Setting up libatomic1:armhf (8.3.0-6+rpi1) ...
13:40:47 #8 40.33 Setting up patch (2.7.6-3+deb10u1) ...
13:40:47 #8 40.34 Setting up autopoint (0.19.8.1-9) ...
13:40:47 #8 40.35 Setting up libfl2:armhf (2.6.4-6.2) ...
13:40:47 #8 40.36 Setting up libpcre2-8-0:armhf (10.32-5) ...
13:40:47 #8 40.37 Setting up libubsan1:armhf (8.3.0-6+rpi1) ...
13:40:47 #8 40.38 Setting up libisl19:armhf (0.20-2) ...
13:40:47 #8 40.39 Setting up sensible-utils (0.0.12) ...
13:40:47 #8 40.40 Setting up libuchardet0:armhf (0.0.6-3) ...
13:40:47 #8 40.41 Setting up git-man (1:2.20.1-2+deb10u3) ...
13:40:47 #8 40.43 Setting up libmpdec2:armhf (2.4.2-2) ...
13:40:47 #8 40.44 Setting up libbinutils:armhf (2.31.1-16+rpi2) ...
13:40:47 #8 40.45 Setting up cpp-8 (8.3.0-6+rpi1) ...
13:40:47 #8 40.46 Setting up libc-dev-bin (2.28-10+rpt2+rpi1) ...
13:40:47 #8 40.47 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
13:40:47 #8 40.48 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
13:40:47 #8 40.50 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
13:40:47 #8 40.51 Setting up libelf1:armhf (0.176-1.1) ...
13:40:47 #8 40.52 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u3) ...
13:40:47 #8 40.53 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ...
13:40:47 #8 40.54 Setting up libgdbm6:armhf (1.18.1-4) ...
13:40:47 #8 40.55 Setting up wdiff (1.2.2-2) ...
13:40:47 #8 40.59 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
13:40:47 #8 40.60 Setting up m4 (1.4.18-2) ...
13:40:47 #11 5.566 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
13:40:47 #11 11.16   Installing       : rhash-1.4.0-4.fc35.aarch64                          63/113 
13:40:47 #8 39.70 Selecting previously unselected package libdevel-callchecker-perl.
13:40:47 #8 39.71 Preparing to unpack .../069-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
13:40:47 #8 39.74 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
13:40:47 #8 39.85 Selecting previously unselected package libparams-classify-perl.
13:40:47 #8 39.85 Preparing to unpack .../070-libparams-classify-perl_0.015-1+b3_armhf.deb ...
13:40:47 #11 11.50   Installing       : lzo-2.10-6.fc36.aarch64                             54/110 
13:40:47 #8 47.96 Selecting previously unselected package libmariadb3:armhf.
13:40:47 #8 47.96 Preparing to unpack .../253-libmariadb3_1%3a10.3.34-0+deb10u1_armhf.deb ...
13:40:47 #8 47.97 Unpacking libmariadb3:armhf (1:10.3.34-0+deb10u1) ...
13:40:47 #8 48.05 Selecting previously unselected package libpython2.7-minimal:armhf.
13:40:47 #8 48.05 Preparing to unpack .../254-libpython2.7-minimal_2.7.16-2+deb10u1_armhf.deb ...
13:40:47 #8 48.06 Unpacking libpython2.7-minimal:armhf (2.7.16-2+deb10u1) ...
13:40:47 #12 4.315 Done
13:40:47 #12 4.339  Done
13:40:47 #12 4.347 Starting pkgProblemResolver with broken count: 0
13:40:47 #12 4.381 Starting 2 pkgProblemResolver with broken count: 0
13:40:47 #12 4.384 Done
13:40:47 #12 4.512 The following additional packages will be installed:
13:40:47 #12 4.512   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:40:47 #12 4.513   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:47 #12 4.513   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:40:47 #12 4.513   librhash0 libseccomp-dev libselinux1-dev libsepol1 libsepol1-dev
13:40:47 #12 4.513   libsystemd-dev libudev-dev libuv1 pkg-config
13:40:47 #12 4.515 Suggested packages:
13:40:47 #12 4.515   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:40:47 #12 4.515 Recommended packages:
13:40:47 #12 4.515   dmsetup
13:40:47 #12 4.554 The following NEW packages will be installed:
13:40:47 #12 4.554   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:40:47 #12 4.554   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:47 #12 4.555   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:40:47 #12 4.555   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:40:47 #12 4.555   libudev-dev libuv1 pkg-config
13:40:47 #12 4.556 The following packages will be upgraded:
13:40:47 #12 4.557   libsepol1
13:40:47 #8 41.24 Unpacking libfreetype6:armhf (2.10.4+dfsg-1) ...
13:40:47 #12 3.546 Reading package lists...
13:40:47 #11 12.85   Installing       : libfido2-1.6.0-2.fc34.aarch64                        65/99 
13:40:47 #11 12.90   Installing       : openssh-clients-8.6p1-5.fc34.aarch64                 66/99 
13:40:47 #11 12.90   Running scriptlet: openssh-clients-8.6p1-5.fc34.aarch64                 66/99 
13:40:47 #11 12.99   Installing       : git-core-2.34.1-1.fc34.aarch64                       67/99 
13:40:47 #11 13.07   Installing       : git-core-doc-2.34.1-1.fc34.noarch                    68/99 
13:40:47 #9 46.45 Selecting previously unselected package libalgorithm-diff-perl.
13:40:47 #9 46.45 Preparing to unpack .../198-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:40:47 #9 46.45 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:40:47 #9 46.48 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:47 #9 46.48 Preparing to unpack .../199-libalgorithm-diff-xs-perl_0.04-6_armhf.deb ...
13:40:47 #9 46.49 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
13:40:47 #9 46.52 Selecting previously unselected package libalgorithm-merge-perl.
13:40:47 #9 46.52 Preparing to unpack .../200-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:47 #9 46.53 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:47 #8 56.19   Installing       : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.   126/135 
13:40:47 #8 56.20   Installing       : abattis-cantarell-fonts-0.301-2.fc34.noarch        127/135 
13:40:47 #8 56.21   Installing       : gsettings-desktop-schemas-40.0-1.fc34.x86_64       128/135 
13:40:47 #8 56.22   Installing       : glib-networking-2.68.3-1.fc34.x86_64               129/135 
13:40:47 #8 56.24   Installing       : libsoup-2.72.0-6.fc34.x86_64                       130/135 
13:40:47 #8 56.25   Installing       : libappstream-glib-0.7.18-2.fc34.x86_64             131/135 
13:40:47 #8 56.27   Installing       : rpmlint-1.11-19.fc34.noarch                        132/135 
13:40:47 #8 56.27   Installing       : dnf-plugins-core-4.0.24-1.fc34.noarch              133/135 
13:40:47 #8 56.28   Installing       : rpm-build-4.16.1.3-1.fc34.x86_64                   134/135 
13:40:47 #8 56.29   Installing       : hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
13:40:47 #11 3.768 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:47 #11 3.971 Starting 2 pkgProblemResolver with broken count: 0
13:40:47 #11 3.973 Done
13:40:47 #9 45.29 Unpacking dwz (0.14-1build1) ...
13:40:47 #9 45.33 Selecting previously unselected package gettext.
13:40:47 #9 45.33 Preparing to unpack .../112-gettext_0.21-4ubuntu3_armhf.deb ...
13:40:47 #9 45.33 Unpacking gettext (0.21-4ubuntu3) ...
13:40:47 #9 45.42 Selecting previously unselected package intltool-debian.
13:40:47 #9 45.43 Preparing to unpack .../113-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:47 #9 45.43 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:47 #9 45.46 Selecting previously unselected package po-debconf.
13:40:47 #9 45.46 Preparing to unpack .../114-po-debconf_1.0.21+nmu1_all.deb ...
13:40:47 #9 45.47 Unpacking po-debconf (1.0.21+nmu1) ...
13:40:47 #9 45.52 Selecting previously unselected package debhelper.
13:40:47 #9 45.52 Preparing to unpack .../115-debhelper_13.3.4ubuntu2_all.deb ...
13:40:47 #9 45.52 Unpacking debhelper (13.3.4ubuntu2) ...
13:40:47 #9 45.57 Selecting previously unselected package libfakeroot:armhf.
13:40:47 #8 49.89 Preparing to unpack .../259-patchutils_0.3.4-2_armhf.deb ...
13:40:47 #8 49.90 Unpacking patchutils (0.3.4-2) ...
13:40:47 #8 49.94 Selecting previously unselected package t1utils.
13:40:47 #8 49.94 Preparing to unpack .../260-t1utils_1.41-2_armhf.deb ...
13:40:47 #8 49.95 Unpacking t1utils (1.41-2) ...
13:40:47 #8 49.99 Selecting previously unselected package lintian.
13:40:47 #8 49.99 Preparing to unpack .../261-lintian_2.5.81ubuntu1_all.deb ...
13:40:47 #8 49.99 Unpacking lintian (2.5.81ubuntu1) ...
13:40:47 #8 50.14 Selecting previously unselected package manpages-dev.
13:40:47 #11 4.681 Selecting previously unselected package bash-completion.
13:40:47 #11 4.681 (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 ... 27761 files and directories currently installed.)
13:40:47 #11 4.694 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
13:40:47 #8 40.62 Setting up binutils (2.31.1-16+rpi2) ...
13:40:47 #8 40.66 Setting up bsdmainutils (11.1.2) ...
13:40:47 #8 40.68 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:40:47 #8 40.68 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
13:40:47 #8 40.69 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:40:47 #8 40.69 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
13:40:47 #8 40.69 Setting up libcroco3:armhf (0.6.12-3) ...
13:40:47 #8 40.71 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
13:40:47 #8 40.72 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
13:40:47 #8 40.73 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ...
13:40:47 #8 40.75 Setting up dwz (0.12-3) ...
13:40:47 #8 40.76 Setting up groff-base (1.22.4-3+deb10u1) ...
13:40:47 #8 40.78 Setting up cpp (4:8.3.0-1+rpi2) ...
13:40:47 #8 40.79 Setting up libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
13:40:47 #8 40.81 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
13:40:47 #8 40.82 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:40:48 #11 5.819 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB]
13:40:48 #11 5.822 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.7 [288 kB]
13:40:48 #11 5.840 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB]
13:40:48 #11 5.844 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB]
13:40:48 #11 5.848 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB]
13:40:48 #11 5.852 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.2 [3152 kB]
13:40:48 #11 6.003 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
13:40:48 #11 6.004 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 btrfs-progs amd64 4.15.1-1build1 [625 kB]
13:40:48 #11 6.031 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 btrfs-tools amd64 4.15.1-1build1 [2604 B]
13:40:48 #11 6.031 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB]
13:40:48 #11 6.036 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [10.9 kB]
13:40:48 #11 6.037 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev-dev amd64 237-3ubuntu10.53 [19.1 kB]
13:40:48 #11 6.037 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsepol1-dev amd64 2.7-1ubuntu0.1 [324 kB]
13:40:48 #11 6.051 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB]
13:40:48 #11 6.058 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB]
13:40:48 #11 6.079 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB]
13:40:48 #11 6.153 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB]
13:40:48 #11 11.30   Installing       : cmake-3.22.2-1.fc35.aarch64                         64/113 
13:40:48 #8 39.86 Unpacking libparams-classify-perl (0.015-1+b3) ...
13:40:48 #8 39.89 Selecting previously unselected package libmodule-runtime-perl.
13:40:48 #8 39.89 Preparing to unpack .../071-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:48 #8 39.90 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:48 #8 39.93 Selecting previously unselected package libimport-into-perl.
13:40:48 #8 39.94 Preparing to unpack .../072-libimport-into-perl_1.002005-1_all.deb ...
13:40:48 #8 39.94 Unpacking libimport-into-perl (1.002005-1) ...
13:40:48 #8 39.97 Selecting previously unselected package librole-tiny-perl.
13:40:48 #8 39.98 Preparing to unpack .../073-librole-tiny-perl_2.002004-1_all.deb ...
13:40:48 #8 39.99 Unpacking librole-tiny-perl (2.002004-1) ...
13:40:48 #8 40.02 Selecting previously unselected package libstrictures-perl.
13:40:48 #8 40.02 Preparing to unpack .../074-libstrictures-perl_2.000006-1_all.deb ...
13:40:48 #8 40.03 Unpacking libstrictures-perl (2.000006-1) ...
13:40:48 #8 40.06 Selecting previously unselected package libsub-quote-perl.
13:40:48 #8 40.06 Preparing to unpack .../075-libsub-quote-perl_2.006006-1_all.deb ...
13:40:48 #8 40.07 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:48 #11 11.51   Installing       : libuv-1:1.44.1-1.fc36.aarch64                       55/110 
13:40:48 #8 48.15 Selecting previously unselected package libpython2.7-stdlib:armhf.
13:40:48 #8 48.15 Preparing to unpack .../255-libpython2.7-stdlib_2.7.16-2+deb10u1_armhf.deb ...
13:40:48 #8 48.16 Unpacking libpython2.7-stdlib:armhf (2.7.16-2+deb10u1) ...
13:40:48 #12 4.175 Building dependency tree...
13:40:48 #12 4.312 Reading state information...
13:40:48 #11 13.11   Installing       : perl-Git-2.34.1-1.fc34.noarch                        69/99 
13:40:48 #11 13.12   Installing       : git-2.34.1-1.fc34.aarch64                            70/99 
13:40:48 #11 13.13   Installing       : libargon2-20171227-6.fc34.aarch64                    71/99 
13:40:48 #11 13.16   Installing       : gc-8.0.4-5.fc34.aarch64                              72/99 
13:40:48 #9 46.55 Selecting previously unselected package libapt-pkg-perl.
13:40:48 #9 46.56 Preparing to unpack .../201-libapt-pkg-perl_0.1.36build3_armhf.deb ...
13:40:48 #9 46.56 Unpacking libapt-pkg-perl (0.1.36build3) ...
13:40:48 #9 46.60 Selecting previously unselected package libarchive-cpio-perl.
13:40:48 #9 46.60 Preparing to unpack .../202-libarchive-cpio-perl_0.10-1_all.deb ...
13:40:48 #9 46.60 Unpacking libarchive-cpio-perl (0.10-1) ...
13:40:48 #9 46.63 Selecting previously unselected package libarray-intspan-perl.
13:40:48 #9 46.63 Preparing to unpack .../203-libarray-intspan-perl_2.003-1_all.deb ...
13:40:48 #9 46.64 Unpacking libarray-intspan-perl (2.003-1) ...
13:40:48 #9 46.67 Selecting previously unselected package libasync-mergepoint-perl.
13:40:48 #9 46.67 Preparing to unpack .../204-libasync-mergepoint-perl_0.04-2_all.deb ...
13:40:48 #9 46.68 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:40:48 #9 46.72 Selecting previously unselected package libmodule-implementation-perl.
13:40:48 #9 46.72 Preparing to unpack .../205-libmodule-implementation-perl_0.09-1_all.deb ...
13:40:48 #9 46.72 Unpacking libmodule-implementation-perl (0.09-1) ...
13:40:48 #9 46.75 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:48 #9 46.76 Preparing to unpack .../206-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:48 #9 46.76 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:48 #9 46.79 Selecting previously unselected package libvariable-magic-perl.
13:40:48 #9 46.79 Preparing to unpack .../207-libvariable-magic-perl_0.62-1build2_armhf.deb ...
13:40:48 #9 46.80 Unpacking libvariable-magic-perl (0.62-1build2) ...
13:40:48 #9 46.83 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:48 #9 46.84 Preparing to unpack .../208-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:40:48 #9 46.84 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:40:48 #9 46.87 Selecting previously unselected package libcapture-tiny-perl.
13:40:48 #9 46.88 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:48 #9 46.88 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:48 #11 4.157  Done
13:40:48 #11 4.321 Starting pkgProblemResolver with broken count: 0
13:40:48 #9 45.58 Preparing to unpack .../116-libfakeroot_1.25.3-1.1ubuntu2_armhf.deb ...
13:40:48 #9 45.58 Unpacking libfakeroot:armhf (1.25.3-1.1ubuntu2) ...
13:40:48 #9 45.62 Selecting previously unselected package fakeroot.
13:40:48 #9 45.62 Preparing to unpack .../117-fakeroot_1.25.3-1.1ubuntu2_armhf.deb ...
13:40:48 #9 45.62 Unpacking fakeroot (1.25.3-1.1ubuntu2) ...
13:40:48 #9 45.67 Selecting previously unselected package libassuan0:armhf.
13:40:48 #9 45.67 Preparing to unpack .../118-libassuan0_2.5.5-1_armhf.deb ...
13:40:48 #9 45.67 Unpacking libassuan0:armhf (2.5.5-1) ...
13:40:48 #9 45.71 Selecting previously unselected package gpgconf.
13:40:48 #9 45.71 Preparing to unpack .../119-gpgconf_2.2.20-1ubuntu4_armhf.deb ...
13:40:48 #9 45.71 Unpacking gpgconf (2.2.20-1ubuntu4) ...
13:40:48 #9 45.75 Selecting previously unselected package libksba8:armhf.
13:40:48 #9 45.75 Preparing to unpack .../120-libksba8_1.5.1-1_armhf.deb ...
13:40:48 #9 45.76 Unpacking libksba8:armhf (1.5.1-1) ...
13:40:48 #9 45.80 Selecting previously unselected package libnpth0:armhf.
13:40:48 #9 45.80 Preparing to unpack .../121-libnpth0_1.6-3_armhf.deb ...
13:40:48 #9 45.81 Unpacking libnpth0:armhf (1.6-3) ...
13:40:48 #9 45.84 Selecting previously unselected package dirmngr.
13:40:48 #8 50.14 Preparing to unpack .../262-manpages-dev_4.15-1_all.deb ...
13:40:48 #8 50.14 Unpacking manpages-dev (4.15-1) ...
13:40:48 #8 50.36 Selecting previously unselected package python3-certifi.
13:40:48 #8 50.37 Preparing to unpack .../263-python3-certifi_2018.1.18-2_all.deb ...
13:40:48 #8 50.37 Unpacking python3-certifi (2018.1.18-2) ...
13:40:48 #11 6.161 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libselinux1-dev amd64 2.7-2build2 [149 kB]
13:40:48 #11 6.163 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper-dev amd64 2:1.02.145-4.1ubuntu3.18.04.3 [35.0 kB]
13:40:48 #11 6.164 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~18.04.2 [81.7 kB]
13:40:48 #11 6.166 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.53 [184 kB]
13:40:48 #11 6.169 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]
13:40:48 #11 6.352 debconf: delaying package configuration, since apt-utils is not installed
13:40:48 #11 6.391 Fetched 7654 kB in 1s (5614 kB/s)
13:40:48 #11 6.421 Selecting previously unselected package bash-completion.
13:40:48 #11 11.61   Installing       : cmake-data-3.22.2-1.fc35.noarch                     65/113 
13:40:48 #11 11.72   Installing       : python3-setuptools-57.4.0-1.fc35.noarch             66/113 
13:40:48 #11 11.80   Installing       : python3-setools-4.4.0-3.fc35.aarch64                67/113 
13:40:48 #11 11.84   Installing       : perl-TermReadKey-2.38-11.fc35.aarch64               68/113 
13:40:48 #11 11.87   Installing       : perl-Error-1:0.17029-7.fc35.noarch                  69/113 
13:40:48 #11 11.88   Installing       : lzo-2.10-5.fc35.aarch64                             70/113 
13:40:48 #11 11.88   Running scriptlet: libutempter-1.2.1-5.fc35.aarch64                    71/113 
13:40:48 #8 40.10 Selecting previously unselected package libmoo-perl.
13:40:48 #8 40.10 Preparing to unpack .../076-libmoo-perl_2.004004-1_all.deb ...
13:40:48 #8 40.11 Unpacking libmoo-perl (2.004004-1) ...
13:40:48 #8 40.15 Selecting previously unselected package libencode-locale-perl.
13:40:48 #8 40.15 Preparing to unpack .../077-libencode-locale-perl_1.05-1.1_all.deb ...
13:40:48 #8 40.16 Unpacking libencode-locale-perl (1.05-1.1) ...
13:40:48 #8 40.19 Selecting previously unselected package libtimedate-perl.
13:40:48 #8 40.19 Preparing to unpack .../078-libtimedate-perl_2.3300-2_all.deb ...
13:40:48 #8 40.19 Unpacking libtimedate-perl (2.3300-2) ...
13:40:48 #8 40.23 Selecting previously unselected package libhttp-date-perl.
13:40:48 #8 40.24 Preparing to unpack .../079-libhttp-date-perl_6.05-1_all.deb ...
13:40:48 #8 40.24 Unpacking libhttp-date-perl (6.05-1) ...
13:40:48 #8 40.27 Selecting previously unselected package libfile-listing-perl.
13:40:48 #8 40.27 Preparing to unpack .../080-libfile-listing-perl_6.14-1_all.deb ...
13:40:48 #8 40.28 Unpacking libfile-listing-perl (6.14-1) ...
13:40:48 #8 40.31 Selecting previously unselected package libhtml-tagset-perl.
13:40:48 #8 40.31 Preparing to unpack .../081-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:48 #8 40.31 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:48 #11 11.87   Installing       : cmake-data-3.22.2-1.fc36.noarch                     56/110 
13:40:48 #11 12.01   Installing       : cmake-3.22.2-1.fc36.aarch64                         57/110 
13:40:48 #11 12.04   Running scriptlet: libutempter-1.2.1-6.fc36.aarch64                    58/110 
13:40:48 #11 12.09   Installing       : libutempter-1.2.1-6.fc36.aarch64                    58/110 
13:40:48 #11 12.16   Installing       : util-linux-2.38-0.2.fc36.aarch64                    59/110 
13:40:48 #8 48.43 Selecting previously unselected package libpython2.7:armhf.
13:40:48 #8 48.43 Preparing to unpack .../256-libpython2.7_2.7.16-2+deb10u1_armhf.deb ...
13:40:48 #8 48.43 Unpacking libpython2.7:armhf (2.7.16-2+deb10u1) ...
13:40:48 #8 48.57 Selecting previously unselected package libmailutils5:armhf.
13:40:48 #8 48.57 Preparing to unpack .../257-libmailutils5_1%3a3.5-4_armhf.deb ...
13:40:48 #8 48.57 Unpacking libmailutils5:armhf (1:3.5-4) ...
13:40:48 #8 48.66 Selecting previously unselected package libmime-tools-perl.
13:40:48 #8 48.66 Preparing to unpack .../258-libmime-tools-perl_5.509-1_all.deb ...
13:40:48 #8 48.66 Unpacking libmime-tools-perl (5.509-1) ...
13:40:48 #12 0.834 Hit:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease
13:40:48 #12 0.896 Hit:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease
13:40:48 #12 0.970 Hit:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease
13:40:48 #12 1.043 Hit:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease
13:40:48 #12 2.615 dh_testdir
13:40:48 #12 2.635 dh_testroot
13:40:48 #12 2.653 dh_prep
13:40:48 #12 2.678 dh_testdir
13:40:48 #12 2.697 dh_testroot
13:40:48 #12 2.716 dh_install
13:40:48 #12 2.743 dh_installdocs
13:40:48 #12 2.775 dh_installchangelogs
13:40:48 #12 2.848 dh_compress
13:40:48 #12 2.883 dh_fixperms
13:40:48 #12 2.924 dh_installdeb
13:40:48 #12 2.952 dh_gencontrol
13:40:48 #12 4.970 1 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
13:40:48 #12 4.970 1 not fully installed or removed.
13:40:48 #12 4.970 Need to get 8024 kB of archives.
13:40:48 #12 4.970 After this operation, 37.8 MB of additional disk space will be used.
13:40:48 #12 4.970 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
13:40:48 #12 4.316 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:48 #12 4.491 Starting 2 pkgProblemResolver with broken count: 0
13:40:48 #12 4.494 Done
13:40:48 #12 4.633  Done
13:40:48 #11 13.39   Installing       : guile22-2.2.7-2.fc34.aarch64                         73/99 
13:40:48 #15 DONE 2.4s
13:40:48 
13:40:48 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:40:48 #16 sha256:a2d1be1596f4d36b161bedafa9d3e2d8ac268bde1aadde416b059d0e0a2bb8c0
13:40:48 #16 DONE 0.0s
13:40:48 
13:40:48 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:40:48 #17 sha256:901d51141ca178a64780666892bc81fc8814fc285d9dcc6fa5d3af59f85c3cb6
13:40:48 #17 DONE 0.0s
13:40:48 
13:40:48 #18 exporting to image
13:40:48 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:48 #18 exporting layers
13:40:48 #8 41.84 Selecting previously unselected package libfontconfig1:armhf.
13:40:48 #8 41.84 Preparing to unpack .../175-libfontconfig1_2.13.1-4.2_armhf.deb ...
13:40:48 #8 41.98 Unpacking libfontconfig1:armhf (2.13.1-4.2) ...
13:40:48 #9 46.91 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:48 #9 46.92 Preparing to unpack .../210-libclass-xsaccessor-perl_1.19-3build3_armhf.deb ...
13:40:48 #9 46.92 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
13:40:48 #9 46.96 Selecting previously unselected package libclone-perl.
13:40:48 #9 46.96 Preparing to unpack .../211-libclone-perl_0.43-2_armhf.deb ...
13:40:48 #9 46.97 Unpacking libclone-perl (0.43-2) ...
13:40:48 #9 47.00 Selecting previously unselected package libcommon-sense-perl.
13:40:48 #9 47.00 Preparing to unpack .../212-libcommon-sense-perl_3.74-2build6_armhf.deb ...
13:40:48 #9 47.00 Unpacking libcommon-sense-perl (3.74-2build6) ...
13:40:48 #9 47.04 Selecting previously unselected package libparams-util-perl.
13:40:48 #9 47.04 Preparing to unpack .../213-libparams-util-perl_1.07-3build5_armhf.deb ...
13:40:48 #9 47.04 Unpacking libparams-util-perl (1.07-3build5) ...
13:40:48 #9 47.07 Selecting previously unselected package libsub-install-perl.
13:40:48 #9 47.08 Preparing to unpack .../214-libsub-install-perl_0.928-1_all.deb ...
13:40:48 #9 47.08 Unpacking libsub-install-perl (0.928-1) ...
13:40:48 #9 47.11 Selecting previously unselected package libdata-optlist-perl.
13:40:48 #9 47.12 Preparing to unpack .../215-libdata-optlist-perl_0.110-1_all.deb ...
13:40:48 #9 47.12 Unpacking libdata-optlist-perl (0.110-1) ...
13:40:48 #11 4.350 Starting 2 pkgProblemResolver with broken count: 0
13:40:48 #11 4.353 Done
13:40:48 #11 4.618 The following additional packages will be installed:
13:40:48 #13 31.16 Package bash-4.4.20-4.el8.aarch64 is already installed.
13:40:48 #13 31.19 Dependencies resolved.
13:40:48 #13 31.19 Nothing to do.
13:40:48 #13 31.19 Complete!
13:40:48 #9 45.84 Preparing to unpack .../122-dirmngr_2.2.20-1ubuntu4_armhf.deb ...
13:40:48 #9 45.85 Unpacking dirmngr (2.2.20-1ubuntu4) ...
13:40:48 #9 45.91 Selecting previously unselected package gnupg-l10n.
13:40:48 #9 45.91 Preparing to unpack .../123-gnupg-l10n_2.2.20-1ubuntu4_all.deb ...
13:40:48 #9 45.91 Unpacking gnupg-l10n (2.2.20-1ubuntu4) ...
13:40:48 #9 45.99 Selecting previously unselected package gnupg-utils.
13:40:48 #9 45.99 Preparing to unpack .../124-gnupg-utils_2.2.20-1ubuntu4_armhf.deb ...
13:40:48 #9 45.99 Unpacking gnupg-utils (2.2.20-1ubuntu4) ...
13:40:48 #9 46.06 Selecting previously unselected package gpg.
13:40:48 #9 46.06 Preparing to unpack .../125-gpg_2.2.20-1ubuntu4_armhf.deb ...
13:40:48 #9 46.06 Unpacking gpg (2.2.20-1ubuntu4) ...
13:40:48 #9 46.13 Selecting previously unselected package pinentry-curses.
13:40:48 #8 50.42 Selecting previously unselected package python3-idna.
13:40:48 #8 50.42 Preparing to unpack .../264-python3-idna_2.6-1_all.deb ...
13:40:48 #8 50.42 Unpacking python3-idna (2.6-1) ...
13:40:48 #8 50.47 Selecting previously unselected package python3-urllib3.
13:40:48 #8 50.47 Preparing to unpack .../265-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
13:40:48 #8 50.48 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
13:40:48 #8 50.53 Selecting previously unselected package python3-requests.
13:40:48 #8 50.53 Preparing to unpack .../266-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
13:40:48 #8 50.54 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
13:40:48 #8 50.59 Selecting previously unselected package python3-unidiff.
13:40:48 #8 50.59 Preparing to unpack .../267-python3-unidiff_0.5.4-1_all.deb ...
13:40:48 #8 50.59 Unpacking python3-unidiff (0.5.4-1) ...
13:40:48 #8 50.63 Selecting previously unselected package python3-xdg.
13:40:48 #8 50.63 Preparing to unpack .../268-python3-xdg_0.25-4ubuntu1.1_all.deb ...
13:40:48 #8 50.63 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
13:40:48 #8 50.67 Selecting previously unselected package unzip.
13:40:48 #8 50.67 Preparing to unpack .../269-unzip_6.0-21ubuntu1.1_armhf.deb ...
13:40:48 #8 58.36 Running transaction check
13:40:48 #11 6.421 (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 ... 21454 files and directories currently installed.)
13:40:48 #11 6.431 Preparing to unpack .../00-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
13:40:48 #8 40.36 Selecting previously unselected package liburi-perl.
13:40:48 #8 40.37 Preparing to unpack .../082-liburi-perl_5.08-1_all.deb ...
13:40:48 #8 40.38 Unpacking liburi-perl (5.08-1) ...
13:40:48 #8 40.42 Selecting previously unselected package libhtml-parser-perl.
13:40:48 #8 40.43 Preparing to unpack .../083-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
13:40:48 #8 40.44 Unpacking libhtml-parser-perl (3.75-1+b1) ...
13:40:48 #8 40.48 Selecting previously unselected package libhtml-tree-perl.
13:40:48 #8 40.48 Preparing to unpack .../084-libhtml-tree-perl_5.07-2_all.deb ...
13:40:48 #8 40.49 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:48 #8 40.53 Selecting previously unselected package libio-html-perl.
13:40:48 #8 40.53 Preparing to unpack .../085-libio-html-perl_1.004-2_all.deb ...
13:40:48 #8 40.54 Unpacking libio-html-perl (1.004-2) ...
13:40:48 #8 40.57 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:48 #8 40.57 Preparing to unpack .../086-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:48 #8 40.58 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:48 #8 40.62 Selecting previously unselected package libhttp-message-perl.
13:40:48 #8 40.62 Preparing to unpack .../087-libhttp-message-perl_6.28-1_all.deb ...
13:40:48 #11 5.426 Unpacking bash-completion (1:2.8-6) ...
13:40:48 #11 5.543 Selecting previously unselected package cmake-data.
13:40:48 #11 11.95   Installing       : libutempter-1.2.1-5.fc35.aarch64                    71/113 
13:40:48 #11 12.05   Installing       : util-linux-2.37.4-1.fc35.aarch64                    72/113 
13:40:48 #11 12.11   Running scriptlet: util-linux-2.37.4-1.fc35.aarch64                    72/113 
13:40:48 #11 12.14   Installing       : policycoreutils-3.3-1.fc35.aarch64                  73/113 
13:40:48 #11 12.18   Running scriptlet: policycoreutils-3.3-1.fc35.aarch64                  73/113 
13:40:48 #11 12.19   Installing       : rpm-plugin-selinux-4.17.0-4.fc35.aarch64            74/113 
13:40:48 #11 12.20   Installing       : selinux-policy-35.17-1.fc35.noarch                  75/113 
13:40:48 #11 12.21   Running scriptlet: openssh-8.8p1-1.fc36.1.aarch64                      60/110 
13:40:48 #11 12.24   Installing       : openssh-8.8p1-1.fc36.1.aarch64                      60/110 
13:40:48 #11 12.26   Installing       : libsepol-devel-3.3-3.fc36.aarch64                   61/110 
13:40:48 #11 12.31   Installing       : libselinux-devel-3.3-4.fc36.aarch64                 62/110 
13:40:48 #11 12.34   Installing       : libselinux-utils-3.3-4.fc36.aarch64                 63/110 
13:40:48 #11 12.36   Installing       : policycoreutils-3.3-4.fc36.aarch64                  64/110 
13:40:48 #11 12.40   Running scriptlet: policycoreutils-3.3-4.fc36.aarch64                  64/110 
13:40:48 #11 12.41   Installing       : rpm-plugin-selinux-4.17.0-10.fc36.aarch64           65/110 
13:40:48 #11 12.42   Installing       : selinux-policy-36.8-1.fc36.noarch                   66/110 
13:40:48 #11 12.42   Running scriptlet: selinux-policy-36.8-1.fc36.noarch                   66/110 
13:40:48 #8 48.72 Selecting previously unselected package libnet-dns-sec-perl.
13:40:48 #8 48.72 Preparing to unpack .../259-libnet-dns-sec-perl_1.11-1_armhf.deb ...
13:40:48 #8 48.73 Unpacking libnet-dns-sec-perl (1.11-1) ...
13:40:48 #8 48.76 Selecting previously unselected package libnet-libidn-perl.
13:40:48 #8 48.76 Preparing to unpack .../260-libnet-libidn-perl_0.12.ds-3+b1_armhf.deb ...
13:40:48 #8 48.77 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
13:40:48 #8 48.80 Selecting previously unselected package libnumber-compare-perl.
13:40:48 #8 48.80 Preparing to unpack .../261-libnumber-compare-perl_0.03-1_all.deb ...
13:40:48 #8 48.81 Unpacking libnumber-compare-perl (0.03-1) ...
13:40:48 #8 48.84 Selecting previously unselected package libnumber-range-perl.
13:40:48 #8 48.84 Preparing to unpack .../262-libnumber-range-perl_0.12-1_all.deb ...
13:40:48 #8 48.84 Unpacking libnumber-range-perl (0.12-1) ...
13:40:48 #8 48.87 Selecting previously unselected package libossp-uuid16:armhf.
13:40:48 #8 48.88 Preparing to unpack .../263-libossp-uuid16_1.6.2-1.5+b7_armhf.deb ...
13:40:48 #8 48.88 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b7) ...
13:40:48 #8 48.91 Selecting previously unselected package libossp-uuid-perl.
13:40:48 #8 48.91 Preparing to unpack .../264-libossp-uuid-perl_1.6.2-1.5+b7_armhf.deb ...
13:40:48 #8 48.92 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
13:40:48 #12 3.070 dh_md5sums
13:40:48 #12 3.099 dh_builddeb
13:40:48 #12 3.119 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:48 #12 3.140 
13:40:48 #12 3.140 The package has been created.
13:40:48 #12 3.140 Attention, the package has been created in the current directory,
13:40:48 #12 3.140 not in ".." as indicated by the message above!
13:40:48 #12 3.187 Selecting previously unselected package docker-ce-build-deps.
13:40:48 #12 5.328 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
13:40:48 #12 4.772 Starting pkgProblemResolver with broken count: 0
13:40:48 #12 4.794 Starting 2 pkgProblemResolver with broken count: 0
13:40:48 #12 4.797 Done
13:40:48 #12 5.007 The following additional packages will be installed:
13:40:48 #11 13.43   Installing       : make-1:4.3-5.fc34.aarch64                            74/99 
13:40:48 #8 42.09 Selecting previously unselected package libjpeg62-turbo:armhf.
13:40:48 #8 42.10 Preparing to unpack .../176-libjpeg62-turbo_1%3a2.0.6-4_armhf.deb ...
13:40:48 #8 42.11 Unpacking libjpeg62-turbo:armhf (1:2.0.6-4) ...
13:40:48 #9 47.15 Selecting previously unselected package libsub-exporter-perl.
13:40:48 #9 47.15 Preparing to unpack .../216-libsub-exporter-perl_0.987-1_all.deb ...
13:40:48 #9 47.16 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:48 #9 47.20 Selecting previously unselected package libconst-fast-perl.
13:40:48 #9 47.20 Preparing to unpack .../217-libconst-fast-perl_0.014-1_all.deb ...
13:40:48 #9 47.20 Unpacking libconst-fast-perl (0.014-1) ...
13:40:48 #9 47.23 Selecting previously unselected package libwant-perl.
13:40:48 #9 47.23 Preparing to unpack .../218-libwant-perl_0.29-1build4_armhf.deb ...
13:40:48 #9 47.24 Unpacking libwant-perl (0.29-1build4) ...
13:40:48 #9 47.27 Selecting previously unselected package libcontextual-return-perl.
13:40:48 #9 47.27 Preparing to unpack .../219-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:48 #9 47.27 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:48 #9 47.31 Selecting previously unselected package libcpanel-json-xs-perl.
13:40:48 #9 47.31 Preparing to unpack .../220-libcpanel-json-xs-perl_4.19-1build1_armhf.deb ...
13:40:48 #9 47.32 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
13:40:48 #9 47.36 Selecting previously unselected package libdata-dump-perl.
13:40:48 #9 47.36 Preparing to unpack .../221-libdata-dump-perl_1.23-1_all.deb ...
13:40:48 #9 47.37 Unpacking libdata-dump-perl (1.23-1) ...
13:40:48 #11 4.618   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
13:40:48 #11 4.619   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
13:40:48 #11 4.619   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:40:48 #11 4.619   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:40:48 #11 4.619   libsystemd-dev libudev-dev libuv1 pkg-config procps
13:40:48 #11 4.621 Suggested packages:
13:40:48 #11 4.621   cmake-doc ninja-build apparmor-easyprof seccomp
13:40:48 #11 4.621 Recommended packages:
13:40:48 #11 4.621   psmisc
13:40:48 #11 4.791 The following NEW packages will be installed:
13:40:48 #11 4.791   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
13:40:48 #11 4.791   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
13:40:48 #11 4.791   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:40:48 #11 4.792   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:40:48 #11 4.792   libsystemd-dev libudev-dev libuv1 pkg-config procps
13:40:48 #9 46.13 Preparing to unpack .../126-pinentry-curses_1.1.1-1_armhf.deb ...
13:40:48 #9 46.13 Unpacking pinentry-curses (1.1.1-1) ...
13:40:48 #9 46.17 Selecting previously unselected package gpg-agent.
13:40:48 #9 46.17 Preparing to unpack .../127-gpg-agent_2.2.20-1ubuntu4_armhf.deb ...
13:40:48 #9 46.17 Unpacking gpg-agent (2.2.20-1ubuntu4) ...
13:40:48 #9 46.23 Selecting previously unselected package gpg-wks-client.
13:40:48 #9 46.23 Preparing to unpack .../128-gpg-wks-client_2.2.20-1ubuntu4_armhf.deb ...
13:40:48 #9 46.24 Unpacking gpg-wks-client (2.2.20-1ubuntu4) ...
13:40:48 #9 46.27 Selecting previously unselected package gpg-wks-server.
13:40:48 #9 46.27 Preparing to unpack .../129-gpg-wks-server_2.2.20-1ubuntu4_armhf.deb ...
13:40:48 #9 46.28 Unpacking gpg-wks-server (2.2.20-1ubuntu4) ...
13:40:48 #9 46.31 Selecting previously unselected package gpgsm.
13:40:48 #9 46.31 Preparing to unpack .../130-gpgsm_2.2.20-1ubuntu4_armhf.deb ...
13:40:48 #9 46.32 Unpacking gpgsm (2.2.20-1ubuntu4) ...
13:40:48 #9 46.36 Selecting previously unselected package gnupg.
13:40:48 #8 50.67 Unpacking unzip (6.0-21ubuntu1.1) ...
13:40:48 #8 50.72 Selecting previously unselected package wdiff.
13:40:48 #8 50.72 Preparing to unpack .../270-wdiff_1.2.2-2_armhf.deb ...
13:40:48 #8 50.72 Unpacking wdiff (1.2.2-2) ...
13:40:48 #8 50.76 Selecting previously unselected package equivs.
13:40:48 #8 50.76 Preparing to unpack .../271-equivs_2.1.0_all.deb ...
13:40:48 #8 50.77 Unpacking equivs (2.1.0) ...
13:40:48 #8 50.80 Selecting previously unselected package libauthen-sasl-perl.
13:40:48 #8 50.80 Preparing to unpack .../272-libauthen-sasl-perl_2.1600-1_all.deb ...
13:40:48 #8 50.81 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:40:48 #8 50.84 Selecting previously unselected package python3-magic.
13:40:48 #8 50.85 Preparing to unpack .../273-python3-magic_2%3a0.4.15-1_all.deb ...
13:40:48 #8 50.85 Unpacking python3-magic (2:0.4.15-1) ...
13:40:48 #8 58.50 Transaction check succeeded.
13:40:48 #8 58.50 Running transaction test
13:40:48 #15 DONE 2.7s
13:40:48 
13:40:48 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:40:48 #16 sha256:1fdac59e026184fdf1ffd8844beac74803dd9064c35f8b511f486a3a4b307271
13:40:48 #16 DONE 0.0s
13:40:48 
13:40:48 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:40:48 #17 sha256:c7b36b394d8fc2285a7100c2998fa9cfa9351983ffd1e51d1a71a4c3b6c48109
13:40:48 #17 DONE 0.0s
13:40:48 
13:40:48 #18 exporting to image
13:40:48 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:48 #18 exporting layers
13:40:48 #8 40.63 Unpacking libhttp-message-perl (6.28-1) ...
13:40:48 #8 40.66 Selecting previously unselected package libhttp-cookies-perl.
13:40:48 #8 40.66 Preparing to unpack .../088-libhttp-cookies-perl_6.10-1_all.deb ...
13:40:48 #8 40.67 Unpacking libhttp-cookies-perl (6.10-1) ...
13:40:48 #8 40.71 Selecting previously unselected package libhttp-negotiate-perl.
13:40:48 #8 40.71 Preparing to unpack .../089-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:48 #8 40.71 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:48 #8 40.74 Selecting previously unselected package perl-openssl-defaults:armhf.
13:40:48 #8 40.74 Preparing to unpack .../090-perl-openssl-defaults_5_armhf.deb ...
13:40:48 #8 40.75 Unpacking perl-openssl-defaults:armhf (5) ...
13:40:48 #8 40.78 Selecting previously unselected package libnet-ssleay-perl.
13:40:48 #8 40.78 Preparing to unpack .../091-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
13:40:48 #8 40.78 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
13:40:48 #8 40.85 Selecting previously unselected package libio-socket-ssl-perl.
13:40:48 #8 40.85 Preparing to unpack .../092-libio-socket-ssl-perl_2.069-1_all.deb ...
13:40:48 #11 5.545 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
13:40:48 #11 5.550 Unpacking cmake-data (3.13.4-1) ...
13:40:48 #11 12.24   Running scriptlet: selinux-policy-35.17-1.fc35.noarch                  75/113 
13:40:48 #11 12.27   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch         76/113 
13:40:48 #11 12.48   Installing       : selinux-policy-targeted-35.17-1.fc35.noarch         76/113 
13:40:48 #11 12.45   Running scriptlet: selinux-policy-targeted-36.8-1.fc36.noarch          67/110 
13:40:48 #11 12.67   Installing       : selinux-policy-targeted-36.8-1.fc36.noarch          67/110 
13:40:48 #8 48.95 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:48 #8 48.95 Preparing to unpack .../265-libpackage-stash-xs-perl_0.29-1_armhf.deb ...
13:40:48 #8 48.96 Unpacking libpackage-stash-xs-perl (0.29-1) ...
13:40:48 #8 48.99 Selecting previously unselected package libparse-debianchangelog-perl.
13:40:48 #8 48.99 Preparing to unpack .../266-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
13:40:48 #8 49.00 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
13:40:48 #8 49.03 Selecting previously unselected package libtext-glob-perl.
13:40:48 #8 49.04 Preparing to unpack .../267-libtext-glob-perl_0.10-1_all.deb ...
13:40:48 #8 49.04 Unpacking libtext-glob-perl (0.10-1) ...
13:40:48 #8 49.07 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:48 #8 49.07 Preparing to unpack .../268-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:48 #8 49.07 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:48 #8 49.11 Selecting previously unselected package libperlio-gzip-perl.
13:40:48 #8 49.11 Preparing to unpack .../269-libperlio-gzip-perl_0.19-1+b5_armhf.deb ...
13:40:48 #8 49.11 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
13:40:48 #8 49.14 Selecting previously unselected package libpod-constants-perl.
13:40:48 #8 49.14 Preparing to unpack .../270-libpod-constants-perl_0.19-1_all.deb ...
13:40:48 #8 49.15 Unpacking libpod-constants-perl (0.19-1) ...
13:40:48 #8 49.18 Selecting previously unselected package libreadonly-perl.
13:40:48 #12 3.201 (Reading database ... 26309 files and directories currently installed.)
13:40:48 #12 3.202 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:48 #12 3.206 Unpacking docker-ce-build-deps (1.0) ...
13:40:48 #12 5.591 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libarchive13 arm64 3.4.0-2ubuntu1.2 [304 kB]
13:40:48 #12 5.008   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:40:48 #12 5.008   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:48 #12 5.008   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:40:48 #12 5.008   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:40:48 #12 5.009   libsystemd-dev libudev-dev libuv1 pkg-config
13:40:48 #12 5.010 Suggested packages:
13:40:48 #12 5.010   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:40:48 #12 5.010 Recommended packages:
13:40:48 #12 5.010   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
13:40:48 #12 5.042 The following NEW packages will be installed:
13:40:48 #12 5.043   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:40:48 #12 5.043   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:48 #12 5.043   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:40:48 #12 5.043   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:40:48 #12 5.044   libsystemd-dev libudev-dev libuv1 pkg-config
13:40:48 #8 41.57 Setting up gettext (0.19.8.1-9) ...
13:40:48 #8 41.59 Setting up gcc-8 (8.3.0-6+rpi1) ...
13:40:48 #8 41.60 Setting up libtool (2.4.6-9) ...
13:40:48 #8 41.61 Setting up python3 (3.7.3-1) ...
13:40:48 #11 13.81   Installing       : gcc-11.2.1-9.fc34.aarch64                            75/99 
13:40:48 #11 13.86   Installing       : policycoreutils-devel-3.2-1.fc34.aarch64             76/99 
13:40:48 #11 13.96   Installing       : selinux-policy-devel-34.27-1.fc34.noarch             77/99 
13:40:48 #9 47.40 Selecting previously unselected package libdigest-bubblebabble-perl.
13:40:48 #9 47.40 Preparing to unpack .../222-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:40:48 #9 47.41 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:40:48 #9 47.45 Selecting previously unselected package libdigest-hmac-perl.
13:40:48 #9 47.45 Preparing to unpack .../223-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:40:48 #9 47.46 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:40:48 #9 47.50 Selecting previously unselected package libdistro-info-perl.
13:40:48 #9 47.50 Preparing to unpack .../224-libdistro-info-perl_0.23ubuntu1_all.deb ...
13:40:48 #9 47.50 Unpacking libdistro-info-perl (0.23ubuntu1) ...
13:40:48 #9 47.55 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:48 #9 47.55 Preparing to unpack .../225-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:48 #9 47.55 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:48 #9 47.59 Selecting previously unselected package libmailtools-perl.
13:40:48 #9 47.59 Preparing to unpack .../226-libmailtools-perl_2.21-1_all.deb ...
13:40:48 #9 47.60 Unpacking libmailtools-perl (2.21-1) ...
13:40:48 #9 47.64 Selecting previously unselected package libnet-ip-perl.
13:40:48 #9 47.64 Preparing to unpack .../227-libnet-ip-perl_1.26-2_all.deb ...
13:40:48 #9 47.64 Unpacking libnet-ip-perl (1.26-2) ...
13:40:48 #9 47.68 Selecting previously unselected package libnet-dns-perl.
13:40:48 #9 47.68 Preparing to unpack .../228-libnet-dns-perl_1.22-1_all.deb ...
13:40:48 #11 5.070 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
13:40:48 #11 5.070 1 not fully installed or removed.
13:40:48 #11 5.070 Need to get 9692 kB of archives.
13:40:48 #11 5.070 After this operation, 44.0 MB of additional disk space will be used.
13:40:48 #11 5.070 Get:1 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
13:40:48 #11 5.077 Get:2 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:40:48 #11 5.088 Get:3 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2 [93.2 kB]
13:40:48 #11 5.093 Get:4 http://deb.debian.org/debian bullseye/main arm64 libprocps8 arm64 2:3.3.17-5 [61.9 kB]
13:40:48 #11 5.094 Get:5 http://deb.debian.org/debian bullseye/main arm64 procps arm64 2:3.3.17-5 [497 kB]
13:40:48 #11 5.123 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
13:40:48 #11 5.124 Get:7 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
13:40:48 #11 5.125 Get:8 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
13:40:48 #11 5.126 Get:9 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
13:40:48 #11 5.177 Get:10 http://deb.debian.org/debian bullseye/main arm64 dh-apparmor all 2.13.6-10 [75.2 kB]
13:40:48 #8 50.92 Setting up python-apt-common (1.6.5ubuntu0.7) ...
13:40:48 #8 50.93 Setting up libnpth0:armhf (1.5-3) ...
13:40:48 #8 50.94 Setting up libedit2:armhf (3.1-20170329-1) ...
13:40:48 #8 50.96 Setting up libgomp1:armhf (8.4.0-1ubuntu1~18.04) ...
13:40:48 #8 50.97 Setting up libatomic1:armhf (8.4.0-1ubuntu1~18.04) ...
13:40:48 #8 50.98 Setting up readline-common (7.0-3) ...
13:40:48 #8 50.99 Setting up libapt-inst2.0:armhf (1.6.14) ...
13:40:48 #8 51.01 Setting up manpages (4.15-1) ...
13:40:48 #8 51.02 Setting up strace (4.21-1ubuntu1) ...
13:40:48 #8 51.03 Setting up git-man (1:2.17.1-1ubuntu0.11) ...
13:40:48 #8 51.04 Setting up libicu60:armhf (60.2-3ubuntu3.2) ...
13:40:48 #8 51.05 Setting up libcc1-0:armhf (8.4.0-1ubuntu1~18.04) ...
13:40:48 #8 51.07 Setting up less (487-0.1) ...
13:40:48 #9 46.36 Preparing to unpack .../131-gnupg_2.2.20-1ubuntu4_all.deb ...
13:40:48 #9 46.37 Unpacking gnupg (2.2.20-1ubuntu4) ...
13:40:48 #9 46.41 Selecting previously unselected package libfile-dirlist-perl.
13:40:48 #9 46.41 Preparing to unpack .../132-libfile-dirlist-perl_0.05-2_all.deb ...
13:40:48 #9 46.42 Unpacking libfile-dirlist-perl (0.05-2) ...
13:40:48 #9 46.44 Selecting previously unselected package libfile-which-perl.
13:40:48 #9 46.44 Preparing to unpack .../133-libfile-which-perl_1.23-1_all.deb ...
13:40:48 #9 46.45 Unpacking libfile-which-perl (1.23-1) ...
13:40:48 #9 46.48 Selecting previously unselected package libfile-homedir-perl.
13:40:48 #9 46.48 Preparing to unpack .../134-libfile-homedir-perl_1.006-1_all.deb ...
13:40:48 #9 46.49 Unpacking libfile-homedir-perl (1.006-1) ...
13:40:48 #9 46.53 Selecting previously unselected package libfile-touch-perl.
13:40:48 #9 46.53 Preparing to unpack .../135-libfile-touch-perl_0.11-1_all.deb ...
13:40:48 #9 46.53 Unpacking libfile-touch-perl (0.11-1) ...
13:40:48 #9 46.56 Selecting previously unselected package libio-pty-perl.
13:40:48 #9 46.56 Preparing to unpack .../136-libio-pty-perl_1%3a1.15-2build1_armhf.deb ...
13:40:48 #9 46.57 Unpacking libio-pty-perl (1:1.15-2build1) ...
13:40:48 #9 46.60 Selecting previously unselected package libipc-run-perl.
13:40:48 #9 46.60 Preparing to unpack .../137-libipc-run-perl_20200505.0-1_all.deb ...
13:40:49 #13 DONE 31.6s
13:40:49 
13:40:49 #15 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
13:40:49 #15 sha256:2d8b5d5314b95c2797ee9e4fca4d9ddc76e80ad5e23c76b0072fec7f69f9d15c
13:40:49 #8 40.85 Unpacking libio-socket-ssl-perl (2.069-1) ...
13:40:49 #8 40.90 Selecting previously unselected package libnet-http-perl.
13:40:49 #8 40.90 Preparing to unpack .../093-libnet-http-perl_6.20-1_all.deb ...
13:40:49 #8 40.91 Unpacking libnet-http-perl (6.20-1) ...
13:40:49 #8 40.94 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:49 #8 40.95 Preparing to unpack .../094-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:40:49 #8 40.95 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:40:49 #8 40.98 Selecting previously unselected package libtry-tiny-perl.
13:40:49 #8 40.98 Preparing to unpack .../095-libtry-tiny-perl_0.30-1_all.deb ...
13:40:49 #8 40.99 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:49 #8 41.02 Selecting previously unselected package libwww-robotrules-perl.
13:40:49 #8 41.02 Preparing to unpack .../096-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:49 #8 41.03 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:49 #8 41.06 Selecting previously unselected package libwww-perl.
13:40:49 #8 41.06 Preparing to unpack .../097-libwww-perl_6.52-1_all.deb ...
13:40:49 #8 41.07 Unpacking libwww-perl (6.52-1) ...
13:40:49 #11 5.930 Selecting previously unselected package libprocps7:arm64.
13:40:49 #11 5.934 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_arm64.deb ...
13:40:49 #11 5.947 Unpacking libprocps7:arm64 (2:3.3.15-2) ...
13:40:49 #11 5.991 Selecting previously unselected package procps.
13:40:49 #11 5.995 Preparing to unpack .../03-procps_2%3a3.3.15-2_arm64.deb ...
13:40:49 #11 6.001 Unpacking procps (2:3.3.15-2) ...
13:40:49 #11 6.061 Selecting previously unselected package libarchive13:arm64.
13:40:49 #11 6.984 Unpacking bash-completion (1:2.8-1ubuntu1) ...
13:40:49 #11 7.110 Selecting previously unselected package cmake-data.
13:40:49 #11 7.113 Preparing to unpack .../01-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
13:40:49 #11 7.119 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
13:40:49 #9 40.87 Selecting previously unselected package dh-autoreconf.
13:40:49 #9 40.87 Preparing to unpack .../105-dh-autoreconf_20_all.deb ...
13:40:49 #9 40.89 Unpacking dh-autoreconf (20) ...
13:40:49 #8 49.18 Preparing to unpack .../271-libreadonly-perl_2.050-1_all.deb ...
13:40:49 #8 49.18 Unpacking libreadonly-perl (2.050-1) ...
13:40:49 #8 49.21 Selecting previously unselected package libref-util-perl.
13:40:49 #8 49.22 Preparing to unpack .../272-libref-util-perl_0.204-1_all.deb ...
13:40:49 #8 49.22 Unpacking libref-util-perl (0.204-1) ...
13:40:49 #8 49.25 Selecting previously unselected package libref-util-xs-perl.
13:40:49 #8 49.25 Preparing to unpack .../273-libref-util-xs-perl_0.117-1+b1_armhf.deb ...
13:40:49 #8 49.26 Unpacking libref-util-xs-perl (0.117-1+b1) ...
13:40:49 #8 49.28 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:49 #8 49.29 Preparing to unpack .../274-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
13:40:49 #8 49.29 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
13:40:49 #8 49.32 Selecting previously unselected package libsasl2-modules:armhf.
13:40:49 #8 49.33 Preparing to unpack .../275-libsasl2-modules_2.1.27+dfsg-1+deb10u2_armhf.deb ...
13:40:49 #8 49.33 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ...
13:40:49 #8 49.37 Selecting previously unselected package libsereal-decoder-perl.
13:40:49 #8 49.37 Preparing to unpack .../276-libsereal-decoder-perl_4.005+ds-1+b1_armhf.deb ...
13:40:49 #8 49.38 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
13:40:49 #12 5.606 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjsoncpp1 arm64 1.7.4-3.1ubuntu2 [69.8 kB]
13:40:49 #12 5.610 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librhash0 arm64 1.3.9-1 [111 kB]
13:40:49 #12 5.616 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libuv1 arm64 1.34.2-1ubuntu1.3 [75.1 kB]
13:40:49 #12 5.619 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cmake arm64 3.16.3-1ubuntu1 [3115 kB]
13:40:49 #12 5.763 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
13:40:49 #12 5.793 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libbtrfs0 arm64 5.4.1-2 [170 kB]
13:40:49 #12 5.795 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libbtrfs-dev arm64 5.4.1-2 [228 kB]
13:40:49 #12 5.796 Get:11 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper1.02.1 arm64 2:1.02.167-1ubuntu1 [110 kB]
13:40:49 #12 5.797 Get:12 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.167-1ubuntu1 [10.9 kB]
13:40:49 #12 5.797 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libudev-dev arm64 245.4-4ubuntu3.16 [19.7 kB]
13:40:49 #12 5.798 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsepol1 arm64 3.0-1ubuntu0.1 [231 kB]
13:40:49 #12 5.800 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsepol1-dev arm64 3.0-1ubuntu0.1 [316 kB]
13:40:49 #12 5.812 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpcre2-16-0 arm64 10.34-7 [156 kB]
13:40:49 #12 5.836 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpcre2-32-0 arm64 10.34-7 [147 kB]
13:40:49 #8 41.71 Setting up man-db (2.8.5-2) ...
13:40:49 #8 41.82 Building database of manual pages ...
13:40:49 #11 14.00   Running scriptlet: selinux-policy-devel-34.27-1.fc34.noarch             77/99 
13:40:49 #8 42.75 Selecting previously unselected package libdeflate0:armhf.
13:40:49 #8 42.75 Preparing to unpack .../177-libdeflate0_1.7-1_armhf.deb ...
13:40:49 #8 42.76 Unpacking libdeflate0:armhf (1.7-1) ...
13:40:49 #9 47.69 Unpacking libnet-dns-perl (1.22-1) ...
13:40:49 #9 47.78 Selecting previously unselected package libnet-domain-tld-perl.
13:40:49 #9 47.78 Preparing to unpack .../229-libnet-domain-tld-perl_1.75-1_all.deb ...
13:40:49 #9 47.78 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:40:49 #9 47.81 Selecting previously unselected package libemail-valid-perl.
13:40:49 #9 47.81 Preparing to unpack .../230-libemail-valid-perl_1.202-1_all.deb ...
13:40:49 #9 47.82 Unpacking libemail-valid-perl (1.202-1) ...
13:40:49 #9 47.85 Selecting previously unselected package libexporter-tiny-perl.
13:40:49 #9 47.85 Preparing to unpack .../231-libexporter-tiny-perl_1.002001-1_all.deb ...
13:40:49 #9 47.85 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:40:49 #9 47.89 Selecting previously unselected package libipc-system-simple-perl.
13:40:49 #9 47.89 Preparing to unpack .../232-libipc-system-simple-perl_1.26-1_all.deb ...
13:40:49 #9 47.90 Unpacking libipc-system-simple-perl (1.26-1) ...
13:40:49 #11 5.178 Get:11 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
13:40:49 #11 5.179 Get:12 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
13:40:49 #11 5.182 Get:13 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
13:40:49 #11 5.186 Get:14 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
13:40:49 #11 5.187 Get:15 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
13:40:49 #11 5.187 Get:16 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
13:40:49 #11 5.188 Get:17 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
13:40:49 #11 5.205 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
13:40:49 #11 5.206 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
13:40:49 #11 5.207 Get:20 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
13:40:49 #11 5.208 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
13:40:49 #11 5.212 Get:22 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
13:40:49 #11 5.214 Get:23 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
13:40:49 #11 5.215 Get:24 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
13:40:49 #11 5.215 Get:25 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
13:40:49 #11 5.217 Get:26 http://deb.debian.org/debian bullseye/main arm64 pkg-config arm64 0.29.2-1 [63.6 kB]
13:40:49 #11 5.435 debconf: delaying package configuration, since apt-utils is not installed
13:40:49 #8 51.15 Setting up make (4.1-9.1ubuntu1) ...
13:40:49 #8 51.16 Setting up libapt-pkg-perl (0.1.33build1) ...
13:40:49 #8 51.18 Setting up libssl1.0.0:armhf (1.0.2n-1ubuntu5.8) ...
13:40:49 #8 51.27 Setting up libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
13:40:49 #8 51.28 Setting up mime-support (3.60ubuntu1) ...
13:40:49 #8 51.31 Setting up iso-codes (3.79-1) ...
13:40:49 #8 51.32 Setting up libsigsegv2:armhf (2.12-1) ...
13:40:49 #8 51.34 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
13:40:49 #8 51.36 Setting up libreadline7:armhf (7.0-3) ...
13:40:49 #8 51.37 Setting up perl-openssl-defaults:armhf (3build1) ...
13:40:49 #9 46.60 Unpacking libipc-run-perl (20200505.0-1) ...
13:40:49 #9 46.65 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:49 #9 46.65 Preparing to unpack .../138-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:49 #9 46.66 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:49 #9 46.68 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:49 #9 46.68 Preparing to unpack .../139-libb-hooks-op-check-perl_0.22-1build3_armhf.deb ...
13:40:49 #9 46.69 Unpacking libb-hooks-op-check-perl (0.22-1build3) ...
13:40:49 #9 46.72 Selecting previously unselected package libdynaloader-functions-perl.
13:40:49 #9 46.72 Preparing to unpack .../140-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:40:49 #9 46.73 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:40:49 #9 46.76 Selecting previously unselected package libdevel-callchecker-perl.
13:40:49 #9 46.76 Preparing to unpack .../141-libdevel-callchecker-perl_0.008-1ubuntu3_armhf.deb ...
13:40:49 #9 46.76 Unpacking libdevel-callchecker-perl (0.008-1ubuntu3) ...
13:40:49 #9 46.80 Selecting previously unselected package libparams-classify-perl.
13:40:49 #9 46.80 Preparing to unpack .../142-libparams-classify-perl_0.015-1build4_armhf.deb ...
13:40:49 #9 46.80 Unpacking libparams-classify-perl (0.015-1build4) ...
13:40:49 #9 46.83 Selecting previously unselected package libmodule-runtime-perl.
13:40:49 #9 46.83 Preparing to unpack .../143-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:49 #9 46.84 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:49 #9 46.87 Selecting previously unselected package libimport-into-perl.
13:40:49 #9 46.87 Preparing to unpack .../144-libimport-into-perl_1.002005-1_all.deb ...
13:40:49 #9 46.88 Unpacking libimport-into-perl (1.002005-1) ...
13:40:49 #9 46.91 Selecting previously unselected package librole-tiny-perl.
13:40:49 #9 46.91 Preparing to unpack .../145-librole-tiny-perl_2.002004-1_all.deb ...
13:40:49 #9 46.91 Unpacking librole-tiny-perl (2.002004-1) ...
13:40:49 #9 46.94 Selecting previously unselected package libstrictures-perl.
13:40:49 #8 41.14 Selecting previously unselected package patchutils.
13:40:49 #8 41.14 Preparing to unpack .../098-patchutils_0.4.2-1_armhf.deb ...
13:40:49 #8 41.14 Unpacking patchutils (0.4.2-1) ...
13:40:49 #8 41.19 Selecting previously unselected package libtinfo5:armhf.
13:40:49 #8 41.19 Preparing to unpack .../099-libtinfo5_6.2+20201114-2_armhf.deb ...
13:40:49 #8 41.20 Unpacking libtinfo5:armhf (6.2+20201114-2) ...
13:40:49 #8 41.25 Selecting previously unselected package wdiff.
13:40:49 #8 41.25 Preparing to unpack .../100-wdiff_1.2.2-2_armhf.deb ...
13:40:49 #8 41.25 Unpacking wdiff (1.2.2-2) ...
13:40:49 #8 41.32 Selecting previously unselected package devscripts.
13:40:49 #8 41.32 Preparing to unpack .../101-devscripts_2.21.3+deb11u1_armhf.deb ...
13:40:49 #8 41.34 Unpacking devscripts (2.21.3+deb11u1) ...
13:40:49 #8 59.20 Transaction test succeeded.
13:40:49 #8 59.20 Running transaction
13:40:49 #11 6.064 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
13:40:49 #11 6.070 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
13:40:49 #11 6.127 Selecting previously unselected package libjsoncpp1:arm64.
13:40:49 #11 6.131 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_arm64.deb ...
13:40:49 #11 6.135 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
13:40:49 #11 6.177 Selecting previously unselected package librhash0:arm64.
13:40:49 #11 6.181 Preparing to unpack .../06-librhash0_1.3.8-1_arm64.deb ...
13:40:49 #11 6.188 Unpacking librhash0:arm64 (1.3.8-1) ...
13:40:49 #11 6.245 Selecting previously unselected package libuv1:arm64.
13:40:49 #11 6.249 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_arm64.deb ...
13:40:49 #11 6.253 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ...
13:40:49 #11 6.291 Selecting previously unselected package cmake.
13:40:49 #11 6.291 Preparing to unpack .../08-cmake_3.13.4-1_arm64.deb ...
13:40:49 #11 7.475 Selecting previously unselected package liblzo2-2:amd64.
13:40:49 #11 7.478 Preparing to unpack .../02-liblzo2-2_2.08-1.2_amd64.deb ...
13:40:49 #11 7.482 Unpacking liblzo2-2:amd64 (2.08-1.2) ...
13:40:49 #11 7.519 Selecting previously unselected package libarchive13:amd64.
13:40:49 #8 49.41 Selecting previously unselected package libsereal-encoder-perl.
13:40:49 #8 49.41 Preparing to unpack .../277-libsereal-encoder-perl_4.005+ds-1+b1_armhf.deb ...
13:40:49 #8 49.42 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
13:40:49 #8 49.46 Selecting previously unselected package libsereal-perl.
13:40:49 #8 49.46 Preparing to unpack .../278-libsereal-perl_4.005-1_all.deb ...
13:40:49 #8 49.47 Unpacking libsereal-perl (4.005-1) ...
13:40:49 #8 49.49 Selecting previously unselected package libtask-weaken-perl.
13:40:49 #8 49.50 Preparing to unpack .../279-libtask-weaken-perl_1.06-1_all.deb ...
13:40:49 #8 49.50 Unpacking libtask-weaken-perl (1.06-1) ...
13:40:49 #8 49.53 Selecting previously unselected package libxml-parser-perl.
13:40:49 #8 49.53 Preparing to unpack .../280-libxml-parser-perl_2.44-4_armhf.deb ...
13:40:49 #8 49.54 Unpacking libxml-parser-perl (2.44-4) ...
13:40:49 #8 49.59 Selecting previously unselected package libsoap-lite-perl.
13:40:49 #8 49.59 Preparing to unpack .../281-libsoap-lite-perl_1.27-1_all.deb ...
13:40:49 #8 49.60 Unpacking libsoap-lite-perl (1.27-1) ...
13:40:49 #12 5.909 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpcre2-posix2 arm64 10.34-7 [5820 B]
13:40:49 #12 5.909 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpcre2-dev arm64 10.34-7 [595 kB]
13:40:49 #12 5.918 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libselinux1-dev arm64 3.0-1build2 [152 kB]
13:40:49 #12 5.920 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper-dev arm64 2:1.02.167-1ubuntu1 [35.8 kB]
13:40:49 #12 5.921 Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~20.04.2 [81.7 kB]
13:40:49 #12 5.923 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd-dev arm64 245.4-4ubuntu3.16 [246 kB]
13:40:49 #12 5.926 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pkg-config arm64 0.29.1-0ubuntu4 [43.8 kB]
13:40:49 #12 6.117 debconf: delaying package configuration, since apt-utils is not installed
13:40:49 #12 6.160 Fetched 8024 kB in 1s (5884 kB/s)
13:40:49 #11 14.33   Installing       : cmake-data-3.20.5-1.fc34.noarch                      78/99 
13:40:49 #11 14.49   Installing       : cmake-3.20.5-1.fc34.aarch64                          79/99 
13:40:49 #11 14.54   Installing       : e2fsprogs-libs-1.45.6-5.fc34.aarch64                 80/99 
13:40:49 #11 14.57   Installing       : btrfs-progs-5.16.2-1.fc34.aarch64                    81/99 
13:40:49 #11 14.60   Installing       : acl-2.3.1-1.fc34.aarch64                             82/99 
13:40:49 #11 14.61   Installing       : device-mapper-1.02.175-1.fc34.aarch64                83/99 
13:40:49 #12 5.461 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
13:40:49 #12 5.461 1 not fully installed or removed.
13:40:49 #12 5.461 Need to get 11.1 MB of archives.
13:40:49 #12 5.461 After this operation, 44.6 MB of additional disk space will be used.
13:40:49 #12 5.461 Get:1 http://archive.ubuntu.com/ubuntu impish/main amd64 bash-completion all 1:2.11-2ubuntu1 [179 kB]
13:40:49 #8 42.79 Selecting previously unselected package libjbig0:armhf.
13:40:49 #8 42.80 Preparing to unpack .../178-libjbig0_2.1-3.1+b2_armhf.deb ...
13:40:49 #8 42.80 Unpacking libjbig0:armhf (2.1-3.1+b2) ...
13:40:49 #8 42.84 Selecting previously unselected package libwebp6:armhf.
13:40:49 #8 42.84 Preparing to unpack .../179-libwebp6_0.6.1-2.1_armhf.deb ...
13:40:49 #8 42.85 Unpacking libwebp6:armhf (0.6.1-2.1) ...
13:40:49 #8 42.90 Selecting previously unselected package libtiff5:armhf.
13:40:49 #8 42.91 Preparing to unpack .../180-libtiff5_4.2.0-1+deb11u1_armhf.deb ...
13:40:49 #8 42.91 Unpacking libtiff5:armhf (4.2.0-1+deb11u1) ...
13:40:49 #8 42.96 Selecting previously unselected package libxau6:armhf.
13:40:49 #8 42.96 Preparing to unpack .../181-libxau6_1%3a1.0.9-1_armhf.deb ...
13:40:49 #8 42.97 Unpacking libxau6:armhf (1:1.0.9-1) ...
13:40:49 #8 43.00 Selecting previously unselected package libxdmcp6:armhf.
13:40:49 #9 47.93 Selecting previously unselected package libfile-basedir-perl.
13:40:49 #9 47.94 Preparing to unpack .../233-libfile-basedir-perl_0.08-1_all.deb ...
13:40:49 #9 47.94 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:49 #9 47.97 Selecting previously unselected package libfile-chdir-perl.
13:40:49 #9 47.97 Preparing to unpack .../234-libfile-chdir-perl_0.1008-1_all.deb ...
13:40:49 #9 47.97 Unpacking libfile-chdir-perl (0.1008-1) ...
13:40:49 #9 48.02 Selecting previously unselected package libfile-fcntllock-perl.
13:40:49 #9 48.02 Preparing to unpack .../235-libfile-fcntllock-perl_0.22-3build4_armhf.deb ...
13:40:49 #9 48.02 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
13:40:49 #9 48.06 Selecting previously unselected package libnumber-compare-perl.
13:40:49 #9 48.07 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
13:40:49 #9 48.07 Unpacking libnumber-compare-perl (0.03-1) ...
13:40:49 #9 48.10 Selecting previously unselected package libtext-glob-perl.
13:40:49 #9 48.10 Preparing to unpack .../237-libtext-glob-perl_0.10-1_all.deb ...
13:40:49 #9 48.11 Unpacking libtext-glob-perl (0.10-1) ...
13:40:49 #9 48.14 Selecting previously unselected package libfile-find-rule-perl.
13:40:49 #9 48.14 Preparing to unpack .../238-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:49 #9 48.15 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:49 #11 5.482 Fetched 9692 kB in 0s (23.2 MB/s)
13:40:49 #11 5.518 Selecting previously unselected package bash-completion.
13:40:49 #11 5.518 (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 ... 28598 files and directories currently installed.)
13:40:49 #11 5.534 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
13:40:49 #8 51.38 Setting up libpsl5:armhf (0.19.1-5build1) ...
13:40:49 #8 51.40 Setting up groff-base (1.22.3-10) ...
13:40:49 #9 46.94 Preparing to unpack .../146-libstrictures-perl_2.000006-1_all.deb ...
13:40:49 #9 46.94 Unpacking libstrictures-perl (2.000006-1) ...
13:40:49 #8 51.42 Setting up libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
13:40:49 #8 51.43 No schema files found: doing nothing.
13:40:49 #9 46.97 Selecting previously unselected package libsub-quote-perl.
13:40:49 #9 46.97 Preparing to unpack .../147-libsub-quote-perl_2.006006-1_all.deb ...
13:40:49 #8 51.43 Setting up libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:49 #8 51.45 Setting up unzip (6.0-21ubuntu1.1) ...
13:40:49 #9 46.98 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:49 #9 47.01 Selecting previously unselected package libmoo-perl.
13:40:49 #9 47.01 Preparing to unpack .../148-libmoo-perl_2.004004-1_all.deb ...
13:40:49 #8 51.47 Setting up linux-libc-dev:armhf (4.15.0-176.185) ...
13:40:49 #8 51.48 Setting up libmpfr6:armhf (4.0.1-1) ...
13:40:49 #9 47.01 Unpacking libmoo-perl (2.004004-1) ...
13:40:49 #9 47.05 Selecting previously unselected package libencode-locale-perl.
13:40:49 #8 51.50 Setting up libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:49 #8 51.51 Setting up dctrl-tools (2.24-2build1) ...
13:40:49 #9 47.05 Preparing to unpack .../149-libencode-locale-perl_1.05-1.1_all.deb ...
13:40:49 #9 47.06 Unpacking libencode-locale-perl (1.05-1.1) ...
13:40:49 #8 51.52 Setting up distro-info-data (0.37ubuntu0.14) ...
13:40:49 #8 51.54 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
13:40:49 #8 51.56 Setting up libpipeline1:armhf (1.5.0-1) ...
13:40:49 #9 47.09 Selecting previously unselected package libtimedate-perl.
13:40:49 #9 47.09 Preparing to unpack .../150-libtimedate-perl_2.3300-2_all.deb ...
13:40:49 #9 47.10 Unpacking libtimedate-perl (2.3300-2) ...
13:40:49 #8 51.57 Setting up libroken18-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:49 #8 51.58 Setting up libksba8:armhf (1.3.5-2) ...
13:40:49 #9 47.13 Selecting previously unselected package libhttp-date-perl.
13:40:49 #9 47.13 Preparing to unpack .../151-libhttp-date-perl_6.05-1_all.deb ...
13:40:49 #9 47.14 Unpacking libhttp-date-perl (6.05-1) ...
13:40:49 #8 51.60 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
13:40:49 #8 51.61 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
13:40:49 #9 47.17 Selecting previously unselected package libfile-listing-perl.
13:40:49 #9 47.17 Preparing to unpack .../152-libfile-listing-perl_6.14-1_all.deb ...
13:40:49 #8 51.62 Setting up m4 (1.4.18-1) ...
13:40:49 #8 51.69 Setting up libgdbm5:armhf (1.14.1-6) ...
13:40:49 #12 1.191 Reading package lists...
13:40:49 #12 2.118 dpkg-buildpackage: info: source package docker-ce-build-deps
13:40:49 #12 2.118 dpkg-buildpackage: info: source version 1.0
13:40:49 #12 2.118 dpkg-buildpackage: info: source distribution unstable
13:40:49 #12 2.118 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:40:49 #12 2.152  dpkg-source --before-build .
13:40:49 #12 2.152 dpkg-buildpackage: info: host architecture arm64
13:40:49 #8 41.48 Selecting previously unselected package equivs.
13:40:49 #8 41.48 Preparing to unpack .../102-equivs_2.3.1_all.deb ...
13:40:49 #8 41.49 Unpacking equivs (2.3.1) ...
13:40:49 #8 41.53 Selecting previously unselected package libcurl3-gnutls:armhf.
13:40:49 #8 41.53 Preparing to unpack .../103-libcurl3-gnutls_7.74.0-1.3+deb11u1_armhf.deb ...
13:40:49 #8 41.53 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u1) ...
13:40:49 #8 41.59 Selecting previously unselected package liberror-perl.
13:40:49 #8 41.59 Preparing to unpack .../104-liberror-perl_0.17029-1_all.deb ...
13:40:49 #8 41.60 Unpacking liberror-perl (0.17029-1) ...
13:40:49 #8 41.63 Selecting previously unselected package git-man.
13:40:49 #8 41.63 Preparing to unpack .../105-git-man_1%3a2.30.2-1_all.deb ...
13:40:49 #11 7.521 Preparing to unpack .../03-libarchive13_3.2.2-3.1ubuntu0.7_amd64.deb ...
13:40:49 #11 7.527 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
13:40:49 #11 7.583 Selecting previously unselected package libjsoncpp1:amd64.
13:40:49 #11 7.585 Preparing to unpack .../04-libjsoncpp1_1.7.4-3_amd64.deb ...
13:40:49 #11 7.589 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:40:49 #11 7.630 Selecting previously unselected package librhash0:amd64.
13:40:49 #11 7.632 Preparing to unpack .../05-librhash0_1.3.6-2_amd64.deb ...
13:40:49 #11 7.636 Unpacking librhash0:amd64 (1.3.6-2) ...
13:40:49 #11 7.673 Selecting previously unselected package libuv1:amd64.
13:40:49 #11 7.676 Preparing to unpack .../06-libuv1_1.18.0-3_amd64.deb ...
13:40:49 #11 7.679 Unpacking libuv1:amd64 (1.18.0-3) ...
13:40:49 #11 7.711 Selecting previously unselected package cmake.
13:40:49 #11 7.713 Preparing to unpack .../07-cmake_3.10.2-1ubuntu2.18.04.2_amd64.deb ...
13:40:49 #11 7.717 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
13:40:49 #11 6.297 Unpacking cmake (3.13.4-1) ...
13:40:49 #11 6.584 Selecting previously unselected package dh-apparmor.
13:40:49 #8 49.67 Selecting previously unselected package libsort-key-perl.
13:40:49 #8 49.67 Preparing to unpack .../282-libsort-key-perl_1.33-2+b1_armhf.deb ...
13:40:49 #8 49.68 Unpacking libsort-key-perl (1.33-2+b1) ...
13:40:49 #8 49.71 Selecting previously unselected package libstring-copyright-perl.
13:40:49 #8 49.71 Preparing to unpack .../283-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:49 #8 49.71 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:49 #8 49.74 Selecting previously unselected package libstring-escape-perl.
13:40:49 #8 49.75 Preparing to unpack .../284-libstring-escape-perl_2010.002-2_all.deb ...
13:40:49 #8 49.75 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:49 #8 49.78 Selecting previously unselected package libstring-shellquote-perl.
13:40:49 #8 49.78 Preparing to unpack .../285-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:49 #8 49.79 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:49 #8 49.82 Selecting previously unselected package libterm-readkey-perl.
13:40:49 #8 49.82 Preparing to unpack .../286-libterm-readkey-perl_2.38-1_armhf.deb ...
13:40:49 #8 49.82 Unpacking libterm-readkey-perl (2.38-1) ...
13:40:49 #8 49.85 Selecting previously unselected package libtest-fatal-perl.
13:40:49 #8 49.86 Preparing to unpack .../287-libtest-fatal-perl_0.014-1_all.deb ...
13:40:49 #8 49.86 Unpacking libtest-fatal-perl (0.014-1) ...
13:40:49 #8 49.89 Selecting previously unselected package libtest-refcount-perl.
13:40:49 #8 49.89 Preparing to unpack .../288-libtest-refcount-perl_0.08-3_all.deb ...
13:40:49 #8 49.89 Unpacking libtest-refcount-perl (0.08-3) ...
13:40:49 #8 49.93 Selecting previously unselected package libtext-levenshtein-perl.
13:40:49 #8 49.93 Preparing to unpack .../289-libtext-levenshtein-perl_0.13-1_all.deb ...
13:40:49 #8 49.93 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:40:49 #8 49.97 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:49 #8 49.97 Preparing to unpack .../290-libtype-tiny-xs-perl_0.014-1+b1_armhf.deb ...
13:40:49 #8 49.98 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
13:40:49 #12 6.193 Selecting previously unselected package bash-completion.
13:40:49 #12 6.193 (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 ... 26295 files and directories currently installed.)
13:40:49 #12 6.207 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
13:40:49 #11 14.65   Installing       : device-mapper-libs-1.02.175-1.fc34.aarch64           84/99 
13:40:49 #11 14.66   Installing       : cryptsetup-libs-2.3.7-1.fc34.aarch64                 85/99 
13:40:49 #11 14.71   Installing       : dbus-1:1.12.20-3.fc34.aarch64                        86/99 
13:40:49 #11 14.71   Running scriptlet: systemd-networkd-248.10-1.fc34.aarch64               87/99 
13:40:49 #11 14.80   Installing       : systemd-networkd-248.10-1.fc34.aarch64               87/99 
13:40:49 #11 14.83   Running scriptlet: systemd-networkd-248.10-1.fc34.aarch64               87/99 
13:40:49 #11 14.85   Installing       : systemd-pam-248.10-1.fc34.aarch64                    88/99 
13:40:49 #12 5.833 Get:2 http://archive.ubuntu.com/ubuntu impish/main amd64 cmake-data all 3.18.4-2ubuntu2 [1728 kB]
13:40:49 #8 43.00 Preparing to unpack .../182-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
13:40:49 #8 43.01 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
13:40:49 #8 43.05 Selecting previously unselected package libxcb1:armhf.
13:40:49 #8 43.05 Preparing to unpack .../183-libxcb1_1.14-3_armhf.deb ...
13:40:49 #8 43.05 Unpacking libxcb1:armhf (1.14-3) ...
13:40:49 #8 43.09 Selecting previously unselected package libx11-data.
13:40:49 #8 43.09 Preparing to unpack .../184-libx11-data_2%3a1.7.2-1_all.deb ...
13:40:49 #8 43.09 Unpacking libx11-data (2:1.7.2-1) ...
13:40:49 #8 43.18 Selecting previously unselected package libx11-6:armhf.
13:40:49 #8 43.18 Preparing to unpack .../185-libx11-6_2%3a1.7.2-1_armhf.deb ...
13:40:49 #8 43.19 Unpacking libx11-6:armhf (2:1.7.2-1) ...
13:40:49 #8 43.28 Selecting previously unselected package libxpm4:armhf.
13:40:49 #8 43.28 Preparing to unpack .../186-libxpm4_1%3a3.5.12-1_armhf.deb ...
13:40:49 #9 48.18 Selecting previously unselected package libfont-afm-perl.
13:40:49 #9 48.18 Preparing to unpack .../239-libfont-afm-perl_1.20-2_all.deb ...
13:40:49 #9 48.18 Unpacking libfont-afm-perl (1.20-2) ...
13:40:49 #9 48.21 Selecting previously unselected package libio-string-perl.
13:40:49 #9 48.21 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
13:40:49 #9 48.22 Unpacking libio-string-perl (1.08-3) ...
13:40:49 #9 48.25 Selecting previously unselected package libfont-ttf-perl.
13:40:49 #9 48.25 Preparing to unpack .../241-libfont-ttf-perl_1.06-1_all.deb ...
13:40:49 #9 48.26 Unpacking libfont-ttf-perl (1.06-1) ...
13:40:49 #9 48.37 Selecting previously unselected package libfuture-perl.
13:40:49 #9 48.37 Preparing to unpack .../242-libfuture-perl_0.43-1_all.deb ...
13:40:49 #9 48.37 Unpacking libfuture-perl (0.43-1) ...
13:40:49 #9 48.41 Selecting previously unselected package libio-stringy-perl.
13:40:49 #9 48.42 Preparing to unpack .../243-libio-stringy-perl_2.111-3_all.deb ...
13:40:49 #9 48.42 Unpacking libio-stringy-perl (2.111-3) ...
13:40:49 #9 47.17 Unpacking libfile-listing-perl (6.14-1) ...
13:40:49 #9 47.20 Selecting previously unselected package libhtml-tagset-perl.
13:40:49 #9 47.20 Preparing to unpack .../153-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:49 #9 47.21 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:49 #9 47.24 Selecting previously unselected package liburi-perl.
13:40:49 #9 47.24 Preparing to unpack .../154-liburi-perl_5.08-1_all.deb ...
13:40:49 #9 47.25 Unpacking liburi-perl (5.08-1) ...
13:40:49 #9 47.29 Selecting previously unselected package libhtml-parser-perl:armhf.
13:40:49 #9 47.29 Preparing to unpack .../155-libhtml-parser-perl_3.76-1_armhf.deb ...
13:40:49 #9 47.29 Unpacking libhtml-parser-perl:armhf (3.76-1) ...
13:40:49 #9 47.36 Selecting previously unselected package libhtml-tree-perl.
13:40:49 #9 47.36 Preparing to unpack .../156-libhtml-tree-perl_5.07-2_all.deb ...
13:40:49 #9 47.36 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:49 #9 47.43 Selecting previously unselected package libio-html-perl.
13:40:49 #9 47.43 Preparing to unpack .../157-libio-html-perl_1.004-2_all.deb ...
13:40:49 #8 51.70 Setting up at (3.1.20-3.1ubuntu2) ...
13:40:49 #8 51.83 invoke-rc.d: could not determine current runlevel
13:40:49 #8 51.84 invoke-rc.d: policy-rc.d denied execution of start.
13:40:49 #8 51.84 Setting up libbsd0:armhf (0.8.7-1ubuntu0.1) ...
13:40:49 #8 51.86 Setting up libkrb5support0:armhf (1.16-2ubuntu0.2) ...
13:40:49 #8 51.87 Setting up ucf (3.0038) ...
13:40:49 #12 2.250  debian/rules clean
13:40:49 #12 2.252 dh clean
13:40:49 #12 2.341    dh_clean
13:40:49 #12 2.375  debian/rules binary
13:40:49 #12 2.377 dh binary
13:40:49 #12 2.453    dh_update_autotools_config
13:40:49 #12 2.480    dh_autoreconf
13:40:49 #12 3.332 Reading package lists...
13:40:49 #12 4.138 Building dependency tree...
13:40:49 #12 4.308 Reading state information...
13:40:49 #12 4.328 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:49 #8 41.64 Unpacking git-man (1:2.30.2-1) ...
13:40:49 #8 41.76 Selecting previously unselected package git.
13:40:49 #8 41.76 Preparing to unpack .../106-git_1%3a2.30.2-1_armhf.deb ...
13:40:49 #8 41.78 Unpacking git (1:2.30.2-1) ...
13:40:49 #11 6.585 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
13:40:49 #11 6.601 Unpacking dh-apparmor (2.13.2-10) ...
13:40:49 #11 6.678 Selecting previously unselected package libbtrfs0.
13:40:49 #11 6.681 Preparing to unpack .../10-libbtrfs0_4.20.1-2_arm64.deb ...
13:40:49 #11 6.690 Unpacking libbtrfs0 (4.20.1-2) ...
13:40:49 #11 6.821 Selecting previously unselected package libbtrfs-dev.
13:40:49 #8 50.01 Selecting previously unselected package libunicode-utf8-perl.
13:40:49 #8 50.01 Preparing to unpack .../291-libunicode-utf8-perl_0.62-1_armhf.deb ...
13:40:49 #8 50.02 Unpacking libunicode-utf8-perl (0.62-1) ...
13:40:49 #8 50.06 Selecting previously unselected package libwrap0:armhf.
13:40:49 #8 50.07 Preparing to unpack .../292-libwrap0_7.6.q-28_armhf.deb ...
13:40:49 #8 50.07 Unpacking libwrap0:armhf (7.6.q-28) ...
13:40:49 #8 50.11 Selecting previously unselected package libxau6:armhf.
13:40:49 #8 50.11 Preparing to unpack .../293-libxau6_1%3a1.0.8-1+b2_armhf.deb ...
13:40:49 #8 50.12 Unpacking libxau6:armhf (1:1.0.8-1+b2) ...
13:40:49 #8 50.15 Selecting previously unselected package libxdmcp6:armhf.
13:40:49 #8 50.15 Preparing to unpack .../294-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
13:40:49 #8 50.16 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
13:40:49 #8 50.19 Selecting previously unselected package libxcb1:armhf.
13:40:49 #8 50.20 Preparing to unpack .../295-libxcb1_1.13.1-2_armhf.deb ...
13:40:49 #8 50.20 Unpacking libxcb1:armhf (1.13.1-2) ...
13:40:49 #12 6.111 Get:3 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libarchive13 amd64 3.4.3-2ubuntu0.2 [361 kB]
13:40:49 #12 6.129 Get:4 http://archive.ubuntu.com/ubuntu impish/main amd64 libjsoncpp24 amd64 1.9.4-4build1 [80.3 kB]
13:40:49 #12 6.134 Get:5 http://archive.ubuntu.com/ubuntu impish/main amd64 librhash0 amd64 1.4.1-2build1 [124 kB]
13:40:49 #12 6.140 Get:6 http://archive.ubuntu.com/ubuntu impish/main amd64 libuv1 amd64 1.40.0-2ubuntu1 [90.9 kB]
13:40:49 #12 6.145 Get:7 http://archive.ubuntu.com/ubuntu impish/main amd64 cmake amd64 3.18.4-2ubuntu2 [4435 kB]
13:40:49 #8 55.28   Running scriptlet: glibc-common-2.34-25.fc35.x86_64                   167/167 
13:40:49 #8 58.29   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     1/167 
13:40:49 #8 58.29   Verifying        : binutils-2.37-10.fc35.x86_64                         2/167 
13:40:49 #8 58.29   Verifying        : binutils-gold-2.37-10.fc35.x86_64                    3/167 
13:40:49 #8 58.29   Verifying        : bzip2-1.0.8-9.fc35.x86_64                            4/167 
13:40:49 #8 58.29   Verifying        : cpio-2.13-11.fc35.x86_64                             5/167 
13:40:49 #8 58.29   Verifying        : dash-0.5.10.2-9.fc35.x86_64                          6/167 
13:40:49 #8 58.29   Verifying        : debugedit-5.0-2.fc35.x86_64                          7/167 
13:40:49 #8 58.29   Verifying        : deltarpm-3.6.2-10.fc35.x86_64                        8/167 
13:40:49 #8 58.29   Verifying        : devscripts-checkbashisms-2.21.4-1.fc35.x86_64        9/167 
13:40:49 #8 58.29   Verifying        : diffutils-3.8-1.fc35.x86_64                         10/167 
13:40:49 #8 58.29   Verifying        : dwz-0.14-2.fc35.x86_64                              11/167 
13:40:49 #8 58.29   Verifying        : ed-1.14.2-11.fc35.x86_64                            12/167 
13:40:49 #8 58.29   Verifying        : efi-srpm-macros-5-4.fc35.noarch                     13/167 
13:40:49 #8 58.29   Verifying        : enchant-1:1.6.0-28.fc35.x86_64                      14/167 
13:40:49 #8 58.29   Verifying        : file-5.40-9.fc35.x86_64                             15/167 
13:40:49 #8 58.29   Verifying        : findutils-1:4.8.0-4.fc35.x86_64                     16/167 
13:40:49 #8 58.29   Verifying        : fonts-filesystem-1:2.0.5-6.fc35.noarch              17/167 
13:40:49 #8 58.29   Verifying        : fonts-srpm-macros-1:2.0.5-6.fc35.noarch             18/167 
13:40:49 #8 58.29   Verifying        : fpc-srpm-macros-1.3-4.fc35.noarch                   19/167 
13:40:49 #8 58.29   Verifying        : gdk-pixbuf2-2.42.6-2.fc35.x86_64                    20/167 
13:40:49 #8 58.29   Verifying        : ghc-srpm-macros-1.5.0-5.fc35.noarch                 21/167 
13:40:49 #8 58.29   Verifying        : gnat-srpm-macros-4-14.fc35.noarch                   22/167 
13:40:49 #8 58.29   Verifying        : groff-base-1.22.4-8.fc35.x86_64                     23/167 
13:40:49 #8 58.29   Verifying        : gsettings-desktop-schemas-41.0-1.fc35.x86_64        24/167 
13:40:49 #8 58.29   Verifying        : hunspell-1.7.0-11.fc35.x86_64                       25/167 
13:40:49 #8 58.29   Verifying        : hunspell-en-0.20140811.1-20.fc35.noarch             26/167 
13:40:49 #8 58.29   Verifying        : hunspell-en-GB-0.20140811.1-20.fc35.noarch          27/167 
13:40:49 #8 58.29   Verifying        : hunspell-en-US-0.20140811.1-20.fc35.noarch          28/167 
13:40:49 #8 58.29   Verifying        : hunspell-filesystem-1.7.0-11.fc35.x86_64            29/167 
13:40:49 #8 58.29   Verifying        : info-6.8-2.fc35.x86_64                              30/167 
13:40:49 #8 58.29   Verifying        : json-glib-1.6.6-1.fc35.x86_64                       31/167 
13:40:49 #8 58.29   Verifying        : kernel-srpm-macros-1.0-6.fc35.noarch                32/167 
13:40:49 #8 58.29   Verifying        : libappstream-glib-0.7.18-3.fc35.x86_64              33/167 
13:40:49 #8 58.29   Verifying        : libevent-2.1.12-4.fc35.x86_64                       34/167 
13:40:49 #8 58.29   Verifying        : libjpeg-turbo-2.1.0-3.fc35.x86_64                   35/167 
13:40:49 #8 58.29   Verifying        : libpkgconf-1.8.0-1.fc35.x86_64                      36/167 
13:40:49 #8 58.29   Verifying        : libpng-2:1.6.37-11.fc35.x86_64                      37/167 
13:40:49 #8 58.29   Verifying        : libproxy-0.4.17-3.fc35.x86_64                       38/167 
13:40:49 #8 58.29   Verifying        : libstemmer-0-17.585svn.fc35.x86_64                  39/167 
13:40:49 #8 58.29   Verifying        : lua-srpm-macros-1-5.fc35.noarch                     40/167 
13:40:49 #8 58.29   Verifying        : ncurses-6.2-8.20210508.fc35.x86_64                  41/167 
13:40:49 #8 58.29   Verifying        : nim-srpm-macros-3-5.fc35.noarch                     42/167 
13:40:49 #8 58.29   Verifying        : ocaml-srpm-macros-6-5.fc35.noarch                   43/167 
13:40:49 #8 58.29   Verifying        : openblas-srpm-macros-2-10.fc35.noarch               44/167 
13:40:49 #8 58.29   Verifying        : patch-2.7.6-15.fc35.x86_64                          45/167 
13:40:49 #8 58.29   Verifying        : perl-Carp-1.52-478.fc35.noarch                      46/167 
13:40:49 #8 58.29   Verifying        : perl-Data-Dumper-2.183-2.fc35.x86_64                47/167 
13:40:49 #8 58.29   Verifying        : perl-Digest-1.20-1.fc35.noarch                      48/167 
13:40:49 #8 58.29   Verifying        : perl-Digest-MD5-2.58-478.fc35.x86_64                49/167 
13:40:49 #8 58.29   Verifying        : perl-Exporter-5.76-479.fc35.noarch                  50/167 
13:40:49 #8 58.29   Verifying        : perl-File-Path-2.18-478.fc35.noarch                 51/167 
13:40:49 #8 58.29   Verifying        : perl-File-Temp-1:0.231.100-478.fc35.noarch          52/167 
13:40:49 #8 58.29   Verifying        : perl-Getopt-Long-1:2.52-478.fc35.noarch             53/167 
13:40:49 #8 58.29   Verifying        : perl-IO-Socket-IP-0.41-479.fc35.noarch              54/167 
13:40:49 #8 58.29   Verifying        : perl-IO-Socket-SSL-2.072-1.fc35.noarch              55/167 
13:40:49 #8 58.29   Verifying        : perl-MIME-Base64-3.16-478.fc35.x86_64               56/167 
13:40:49 #8 58.29   Verifying        : perl-Net-SSLeay-1.90-4.fc35.x86_64                  57/167 
13:40:49 #8 58.29   Verifying        : perl-PathTools-3.80-478.fc35.x86_64                 58/167 
13:40:49 #8 58.29   Verifying        : perl-Pod-Escapes-1:1.07-478.fc35.noarch             59/167 
13:40:49 #8 58.29   Verifying        : perl-Pod-Perldoc-3.28.01-479.fc35.noarch            60/167 
13:40:49 #8 58.29   Verifying        : perl-Pod-Simple-1:3.43-2.fc35.noarch                61/167 
13:40:49 #8 58.29   Verifying        : perl-Pod-Usage-4:2.01-478.fc35.noarch               62/167 
13:40:49 #8 58.29   Verifying        : perl-Socket-4:2.032-2.fc35.x86_64                   63/167 
13:40:49 #8 58.29   Verifying        : perl-Storable-1:3.25-1.fc35.x86_64                  64/167 
13:40:49 #8 58.29   Verifying        : perl-Term-ANSIColor-5.01-479.fc35.noarch            65/167 
13:40:49 #8 58.29   Verifying        : perl-Term-Cap-1.17-478.fc35.noarch                  66/167 
13:40:49 #8 58.29   Verifying        : perl-Text-ParseWords-3.30-478.fc35.noarch           67/167 
13:40:49 #8 58.29   Verifying        : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         68/167 
13:40:49 #8 58.29   Verifying        : perl-Time-Local-2:1.300-478.fc35.noarch             69/167 
13:40:49 #8 58.29   Verifying        : perl-URI-5.09-4.fc35.noarch                         70/167 
13:40:49 #8 58.29   Verifying        : perl-constant-1.33-479.fc35.noarch                  71/167 
13:40:49 #8 58.29   Verifying        : perl-libnet-3.13-479.fc35.noarch                    72/167 
13:40:49 #8 58.29   Verifying        : perl-parent-1:0.238-478.fc35.noarch                 73/167 
13:40:49 #8 58.29   Verifying        : perl-podlators-1:4.14-478.fc35.noarch               74/167 
13:40:49 #8 58.29   Verifying        : perl-srpm-macros-1-42.fc35.noarch                   75/167 
13:40:49 #8 58.29   Verifying        : pkgconf-1.8.0-1.fc35.x86_64                         76/167 
13:40:49 #8 58.29   Verifying        : pkgconf-m4-1.8.0-1.fc35.noarch                      77/167 
13:40:49 #8 58.29   Verifying        : pkgconf-pkg-config-1.8.0-1.fc35.x86_64              78/167 
13:40:49 #8 58.29   Verifying        : protobuf-c-1.4.0-1.fc35.x86_64                      79/167 
13:40:49 #8 58.29   Verifying        : python3-construct-2.10.67-3.fc35.noarch             80/167 
13:40:49 #8 58.29   Verifying        : python3-dateutil-1:2.8.1-7.fc35.noarch              81/167 
13:40:49 #8 58.29   Verifying        : python3-dbus-1.2.18-2.fc35.x86_64                   82/167 
13:40:49 #8 58.29   Verifying        : python3-distro-1.6.0-1.fc35.noarch                  83/167 
13:40:49 #8 58.29   Verifying        : python3-pybeam-0.7-1.fc35.noarch                    84/167 
13:40:49 #8 58.29   Verifying        : python3-pyxdg-0.27-3.fc35.noarch                    85/167 
13:40:49 #8 58.29   Verifying        : python3-six-1.16.0-4.fc35.noarch                    86/167 
13:40:49 #8 58.29   Verifying        : python3-toml-0.10.2-5.fc35.noarch                   87/167 
13:40:49 #8 58.29   Verifying        : python3-unbound-1.13.2-1.fc35.x86_64                88/167 
13:40:49 #8 58.29   Verifying        : python3-zstd-1.4.5.1-5.fc35.x86_64                  89/167 
13:40:49 #8 58.29   Verifying        : qt5-srpm-macros-5.15.2-3.fc35.noarch                90/167 
13:40:49 #8 58.30   Verifying        : rpmautospec-rpm-macros-0.2.5-1.fc35.noarch          91/167 
13:40:49 #8 58.30   Verifying        : shared-mime-info-2.1-3.fc35.x86_64                  92/167 
13:40:49 #8 58.30   Verifying        : unbound-libs-1.13.2-1.fc35.x86_64                   93/167 
13:40:49 #8 58.30   Verifying        : unzip-6.0-53.fc35.x86_64                            94/167 
13:40:49 #8 58.30   Verifying        : xz-5.2.5-7.fc35.x86_64                              95/167 
13:40:49 #8 58.30   Verifying        : zip-3.0-31.fc35.x86_64                              96/167 
13:40:49 #8 58.30   Verifying        : abattis-cantarell-fonts-0.301-5.fc35.noarch         97/167 
13:40:49 #8 58.30   Verifying        : dbus-libs-1:1.12.22-1.fc35.x86_64                   98/167 
13:40:49 #8 58.30   Verifying        : dnf-plugins-core-4.1.0-1.fc35.noarch                99/167 
13:40:49 #8 58.30   Verifying        : elfutils-0.186-1.fc35.x86_64                       100/167 
13:40:49 #8 58.30   Verifying        : elfutils-debuginfod-client-0.186-1.fc35.x86_64     101/167 
13:40:49 #8 58.30   Verifying        : gdb-minimal-11.2-2.fc35.x86_64                     102/167 
13:40:49 #8 58.30   Verifying        : glib-networking-2.70.1-1.fc35.x86_64               103/167 
13:40:49 #8 58.30   Verifying        : glibc-gconv-extra-2.34-32.fc35.x86_64              104/167 
13:40:49 #8 58.30   Verifying        : go-srpm-macros-3.0.15-1.fc35.noarch                105/167 
13:40:49 #8 58.30   Verifying        : libsoup-2.74.2-1.fc35.x86_64                       106/167 
13:40:49 #8 58.30   Verifying        : perl-AutoLoader-5.74-486.fc35.noarch               107/167 
13:40:49 #8 58.30   Verifying        : perl-B-1.82-486.fc35.x86_64                        108/167 
13:40:49 #8 58.30   Verifying        : perl-Class-Struct-0.66-486.fc35.noarch             109/167 
13:40:49 #8 58.30   Verifying        : perl-DynaLoader-1.50-486.fc35.x86_64               110/167 
13:40:49 #8 58.30   Verifying        : perl-Encode-4:3.15-482.fc35.x86_64                 111/167 
13:40:49 #8 58.30   Verifying        : perl-Errno-1.33-486.fc35.x86_64                    112/167 
13:40:49 #8 58.30   Verifying        : perl-Fcntl-1.14-486.fc35.x86_64                    113/167 
13:40:49 #8 58.30   Verifying        : perl-File-Basename-2.85-486.fc35.noarch            114/167 
13:40:49 #8 58.30   Verifying        : perl-File-stat-1.09-486.fc35.noarch                115/167 
13:40:49 #8 58.30   Verifying        : perl-FileHandle-2.03-486.fc35.noarch               116/167 
13:40:49 #8 58.30   Verifying        : perl-Getopt-Std-1.13-486.fc35.noarch               117/167 
13:40:49 #8 58.30   Verifying        : perl-HTTP-Tiny-0.080-1.fc35.noarch                 118/167 
13:40:49 #8 58.30   Verifying        : perl-IO-1.46-486.fc35.x86_64                       119/167 
13:40:49 #8 58.30   Verifying        : perl-IPC-Open3-1.21-486.fc35.noarch                120/167 
13:40:49 #8 58.30   Verifying        : perl-Mozilla-CA-20211001-1.fc35.noarch             121/167 
13:40:49 #8 58.30   Verifying        : perl-NDBM_File-1.15-486.fc35.x86_64                122/167 
13:40:49 #8 58.30   Verifying        : perl-POSIX-1.97-486.fc35.x86_64                    123/167 
13:40:49 #8 58.30   Verifying        : perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64      124/167 
13:40:49 #8 58.30   Verifying        : perl-SelectSaver-1.02-486.fc35.noarch              125/167 
13:40:49 #8 58.30   Verifying        : perl-Symbol-1.09-486.fc35.noarch                   126/167 
13:40:49 #8 58.30   Verifying        : perl-base-2.27-486.fc35.noarch                     127/167 
13:40:49 #8 58.30   Verifying        : perl-if-0.60.900-486.fc35.noarch                   128/167 
13:40:49 #8 58.30   Verifying        : perl-interpreter-4:5.34.1-486.fc35.x86_64          129/167 
13:40:49 #8 58.30   Verifying        : perl-libs-4:5.34.1-486.fc35.x86_64                 130/167 
13:40:49 #8 58.30   Verifying        : perl-mro-1.25-486.fc35.x86_64                      131/167 
13:40:49 #8 58.30   Verifying        : perl-overload-1.33-486.fc35.noarch                 132/167 
13:40:49 #8 58.30   Verifying        : perl-overloading-0.02-486.fc35.noarch              133/167 
13:40:49 #8 58.30   Verifying        : perl-subs-1.04-486.fc35.noarch                     134/167 
13:40:49 #8 58.30   Verifying        : perl-vars-1.05-486.fc35.noarch                     135/167 
13:40:49 #8 58.30   Verifying        : python-srpm-macros-3.10-11.fc35.noarch             136/167 
13:40:49 #8 58.30   Verifying        : python3-dnf-plugins-core-4.1.0-1.fc35.noarch       137/167 
13:40:49 #8 58.30   Verifying        : python3-enchant-3.2.2-1.fc35.noarch                138/167 
13:40:49 #8 58.30   Verifying        : redhat-rpm-config-199-1.fc35.noarch                139/167 
13:40:49 #8 58.30   Verifying        : rpm-build-4.17.0-4.fc35.x86_64                     140/167 
13:40:49 #8 58.30   Verifying        : rpmlint-2.2.0-2.fc35.noarch                        141/167 
13:40:49 #8 58.30   Verifying        : rust-srpm-macros-21-1.fc35.noarch                  142/167 
13:40:49 #8 58.30   Verifying        : systemd-libs-249.11-2.fc35.x86_64                  143/167 
13:40:49 #8 58.30   Verifying        : xxhash-libs-0.8.1-1.fc35.x86_64                    144/167 
13:40:49 #8 58.30   Verifying        : zstd-1.5.2-1.fc35.x86_64                           145/167 
13:40:49 #8 58.30   Verifying        : dnf-4.11.1-3.fc35.noarch                           146/167 
13:40:49 #8 58.30   Verifying        : dnf-4.9.0-1.fc35.noarch                            147/167 
13:40:49 #8 58.30   Verifying        : dnf-data-4.11.1-3.fc35.noarch                      148/167 
13:40:49 #8 58.30   Verifying        : dnf-data-4.9.0-1.fc35.noarch                       149/167 
13:40:49 #8 58.30   Verifying        : glibc-2.34-32.fc35.x86_64                          150/167 
13:40:49 #8 58.30   Verifying        : glibc-2.34-25.fc35.x86_64                          151/167 
13:40:49 #8 58.30   Verifying        : glibc-common-2.34-32.fc35.x86_64                   152/167 
13:40:49 #8 58.30   Verifying        : glibc-common-2.34-25.fc35.x86_64                   153/167 
13:40:49 #8 58.30   Verifying        : glibc-minimal-langpack-2.34-32.fc35.x86_64         154/167 
13:40:49 #8 58.30   Verifying        : glibc-minimal-langpack-2.34-25.fc35.x86_64         155/167 
13:40:49 #8 58.30   Verifying        : libdnf-0.66.0-1.fc35.x86_64                        156/167 
13:40:49 #8 58.30   Verifying        : libdnf-0.64.0-1.fc35.x86_64                        157/167 
13:40:49 #8 58.30   Verifying        : libsolv-0.7.22-1.fc35.x86_64                       158/167 
13:40:49 #8 58.30   Verifying        : libsolv-0.7.19-3.fc35.x86_64                       159/167 
13:40:49 #8 58.30   Verifying        : python3-dnf-4.11.1-3.fc35.noarch                   160/167 
13:40:49 #8 58.30   Verifying        : python3-dnf-4.9.0-1.fc35.noarch                    161/167 
13:40:49 #8 58.30   Verifying        : python3-hawkey-0.66.0-1.fc35.x86_64                162/167 
13:40:49 #8 58.30   Verifying        : python3-hawkey-0.64.0-1.fc35.x86_64                163/167 
13:40:49 #8 58.30   Verifying        : python3-libdnf-0.66.0-1.fc35.x86_64                164/167 
13:40:49 #8 58.30   Verifying        : python3-libdnf-0.64.0-1.fc35.x86_64                165/167 
13:40:49 #8 58.30   Verifying        : yum-4.11.1-3.fc35.noarch                           166/167 
13:40:49 #8 58.30   Verifying        : yum-4.9.0-1.fc35.noarch                            167/167 
13:40:49 #8 58.49 
13:40:49 #8 58.49 Upgraded:
13:40:49 #8 58.49   dnf-4.11.1-3.fc35.noarch                                                      
13:40:49 #8 58.49   dnf-data-4.11.1-3.fc35.noarch                                                 
13:40:49 #8 58.49   glibc-2.34-32.fc35.x86_64                                                     
13:40:49 #8 58.49   glibc-common-2.34-32.fc35.x86_64                                              
13:40:49 #8 58.49   glibc-minimal-langpack-2.34-32.fc35.x86_64                                    
13:40:49 #8 58.49   libdnf-0.66.0-1.fc35.x86_64                                                   
13:40:49 #8 58.49   libsolv-0.7.22-1.fc35.x86_64                                                  
13:40:49 #8 58.49   python3-dnf-4.11.1-3.fc35.noarch                                              
13:40:49 #8 58.49   python3-hawkey-0.66.0-1.fc35.x86_64                                           
13:40:49 #8 58.49   python3-libdnf-0.66.0-1.fc35.x86_64                                           
13:40:49 #8 58.49   yum-4.11.1-3.fc35.noarch                                                      
13:40:49 #8 58.49 Installed:
13:40:49 #8 58.49   abattis-cantarell-fonts-0.301-5.fc35.noarch                                   
13:40:49 #8 58.49   adobe-source-code-pro-fonts-2.030.1.050-11.fc35.noarch                        
13:40:49 #8 58.49   binutils-2.37-10.fc35.x86_64                                                  
13:40:49 #8 58.49   binutils-gold-2.37-10.fc35.x86_64                                             
13:40:49 #8 58.49   bzip2-1.0.8-9.fc35.x86_64                                                     
13:40:49 #8 58.49   cpio-2.13-11.fc35.x86_64                                                      
13:40:49 #8 58.49   dash-0.5.10.2-9.fc35.x86_64                                                   
13:40:49 #8 58.49   dbus-libs-1:1.12.22-1.fc35.x86_64                                             
13:40:49 #8 58.49   debugedit-5.0-2.fc35.x86_64                                                   
13:40:49 #8 58.49   deltarpm-3.6.2-10.fc35.x86_64                                                 
13:40:49 #8 58.49   devscripts-checkbashisms-2.21.4-1.fc35.x86_64                                 
13:40:49 #8 58.49   diffutils-3.8-1.fc35.x86_64                                                   
13:40:49 #8 58.49   dnf-plugins-core-4.1.0-1.fc35.noarch                                          
13:40:49 #8 58.49   dwz-0.14-2.fc35.x86_64                                                        
13:40:49 #8 58.49   ed-1.14.2-11.fc35.x86_64                                                      
13:40:49 #8 58.49   efi-srpm-macros-5-4.fc35.noarch                                               
13:40:49 #8 58.49   elfutils-0.186-1.fc35.x86_64                                                  
13:40:49 #8 58.49   elfutils-debuginfod-client-0.186-1.fc35.x86_64                                
13:40:49 #8 58.49   enchant-1:1.6.0-28.fc35.x86_64                                                
13:40:49 #8 58.49   file-5.40-9.fc35.x86_64                                                       
13:40:49 #8 58.49   findutils-1:4.8.0-4.fc35.x86_64                                               
13:40:49 #8 58.49   fonts-filesystem-1:2.0.5-6.fc35.noarch                                        
13:40:49 #8 58.49   fonts-srpm-macros-1:2.0.5-6.fc35.noarch                                       
13:40:49 #8 58.49   fpc-srpm-macros-1.3-4.fc35.noarch                                             
13:40:49 #8 58.49   gdb-minimal-11.2-2.fc35.x86_64                                                
13:40:49 #8 58.49   gdk-pixbuf2-2.42.6-2.fc35.x86_64                                              
13:40:49 #8 58.49   ghc-srpm-macros-1.5.0-5.fc35.noarch                                           
13:40:49 #8 58.49   glib-networking-2.70.1-1.fc35.x86_64                                          
13:40:49 #8 58.49   glibc-gconv-extra-2.34-32.fc35.x86_64                                         
13:40:49 #8 58.49   gnat-srpm-macros-4-14.fc35.noarch                                             
13:40:49 #8 58.49   go-srpm-macros-3.0.15-1.fc35.noarch                                           
13:40:49 #8 58.49   groff-base-1.22.4-8.fc35.x86_64                                               
13:40:49 #8 58.49   gsettings-desktop-schemas-41.0-1.fc35.x86_64                                  
13:40:49 #8 58.49   hunspell-1.7.0-11.fc35.x86_64                                                 
13:40:49 #8 58.49   hunspell-en-0.20140811.1-20.fc35.noarch                                       
13:40:49 #8 58.49   hunspell-en-GB-0.20140811.1-20.fc35.noarch                                    
13:40:49 #8 58.49   hunspell-en-US-0.20140811.1-20.fc35.noarch                                    
13:40:49 #8 58.49   hunspell-filesystem-1.7.0-11.fc35.x86_64                                      
13:40:49 #8 58.49   info-6.8-2.fc35.x86_64                                                        
13:40:49 #8 58.49   json-glib-1.6.6-1.fc35.x86_64                                                 
13:40:49 #8 58.49   kernel-srpm-macros-1.0-6.fc35.noarch                                          
13:40:49 #8 58.49   libappstream-glib-0.7.18-3.fc35.x86_64                                        
13:40:49 #8 58.49   libevent-2.1.12-4.fc35.x86_64                                                 
13:40:49 #8 58.49   libjpeg-turbo-2.1.0-3.fc35.x86_64                                             
13:40:49 #8 58.49   libpkgconf-1.8.0-1.fc35.x86_64                                                
13:40:49 #8 58.49   libpng-2:1.6.37-11.fc35.x86_64                                                
13:40:49 #8 58.49   libproxy-0.4.17-3.fc35.x86_64                                                 
13:40:49 #8 58.49   libsoup-2.74.2-1.fc35.x86_64                                                  
13:40:49 #8 58.49   libstemmer-0-17.585svn.fc35.x86_64                                            
13:40:49 #8 58.49   lua-srpm-macros-1-5.fc35.noarch                                               
13:40:49 #8 58.49   ncurses-6.2-8.20210508.fc35.x86_64                                            
13:40:49 #8 58.49   nim-srpm-macros-3-5.fc35.noarch                                               
13:40:49 #8 58.49   ocaml-srpm-macros-6-5.fc35.noarch                                             
13:40:49 #8 58.49   openblas-srpm-macros-2-10.fc35.noarch                                         
13:40:49 #8 58.49   patch-2.7.6-15.fc35.x86_64                                                    
13:40:49 #8 58.49   perl-AutoLoader-5.74-486.fc35.noarch                                          
13:40:49 #8 58.49   perl-B-1.82-486.fc35.x86_64                                                   
13:40:49 #8 58.49   perl-Carp-1.52-478.fc35.noarch                                                
13:40:49 #8 58.49   perl-Class-Struct-0.66-486.fc35.noarch                                        
13:40:49 #8 58.49   perl-Data-Dumper-2.183-2.fc35.x86_64                                          
13:40:49 #8 58.49   perl-Digest-1.20-1.fc35.noarch                                                
13:40:49 #8 58.49   perl-Digest-MD5-2.58-478.fc35.x86_64                                          
13:40:49 #8 58.49   perl-DynaLoader-1.50-486.fc35.x86_64                                          
13:40:49 #8 58.49   perl-Encode-4:3.15-482.fc35.x86_64                                            
13:40:49 #8 58.49   perl-Errno-1.33-486.fc35.x86_64                                               
13:40:49 #8 58.49   perl-Exporter-5.76-479.fc35.noarch                                            
13:40:49 #8 58.49   perl-Fcntl-1.14-486.fc35.x86_64                                               
13:40:49 #8 58.49   perl-File-Basename-2.85-486.fc35.noarch                                       
13:40:49 #8 58.49   perl-File-Path-2.18-478.fc35.noarch                                           
13:40:49 #8 58.49   perl-File-Temp-1:0.231.100-478.fc35.noarch                                    
13:40:49 #8 58.49   perl-File-stat-1.09-486.fc35.noarch                                           
13:40:49 #8 58.49   perl-FileHandle-2.03-486.fc35.noarch                                          
13:40:49 #8 58.49   perl-Getopt-Long-1:2.52-478.fc35.noarch                                       
13:40:49 #8 58.49   perl-Getopt-Std-1.13-486.fc35.noarch                                          
13:40:49 #8 58.49   perl-HTTP-Tiny-0.080-1.fc35.noarch                                            
13:40:49 #8 58.49   perl-IO-1.46-486.fc35.x86_64                                                  
13:40:49 #8 58.49   perl-IO-Socket-IP-0.41-479.fc35.noarch                                        
13:40:49 #8 58.49   perl-IO-Socket-SSL-2.072-1.fc35.noarch                                        
13:40:49 #8 58.49   perl-IPC-Open3-1.21-486.fc35.noarch                                           
13:40:49 #8 58.49   perl-MIME-Base64-3.16-478.fc35.x86_64                                         
13:40:49 #8 58.49   perl-Mozilla-CA-20211001-1.fc35.noarch                                        
13:40:49 #8 58.49   perl-NDBM_File-1.15-486.fc35.x86_64                                           
13:40:49 #8 58.49   perl-Net-SSLeay-1.90-4.fc35.x86_64                                            
13:40:49 #8 58.49   perl-POSIX-1.97-486.fc35.x86_64                                               
13:40:49 #8 58.49   perl-PathTools-3.80-478.fc35.x86_64                                           
13:40:49 #8 58.49   perl-Pod-Escapes-1:1.07-478.fc35.noarch                                       
13:40:49 #8 58.49   perl-Pod-Perldoc-3.28.01-479.fc35.noarch                                      
13:40:49 #8 58.49   perl-Pod-Simple-1:3.43-2.fc35.noarch                                          
13:40:49 #8 58.49   perl-Pod-Usage-4:2.01-478.fc35.noarch                                         
13:40:49 #8 58.49   perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64                                 
13:40:49 #8 58.49   perl-SelectSaver-1.02-486.fc35.noarch                                         
13:40:49 #8 58.49   perl-Socket-4:2.032-2.fc35.x86_64                                             
13:40:49 #8 58.49   perl-Storable-1:3.25-1.fc35.x86_64                                            
13:40:49 #8 58.49   perl-Symbol-1.09-486.fc35.noarch                                              
13:40:49 #8 58.49   perl-Term-ANSIColor-5.01-479.fc35.noarch                                      
13:40:49 #8 58.49   perl-Term-Cap-1.17-478.fc35.noarch                                            
13:40:49 #8 58.49   perl-Text-ParseWords-3.30-478.fc35.noarch                                     
13:40:49 #8 58.49   perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch                                   
13:40:49 #8 58.49   perl-Time-Local-2:1.300-478.fc35.noarch                                       
13:40:49 #8 58.49   perl-URI-5.09-4.fc35.noarch                                                   
13:40:49 #8 58.49   perl-base-2.27-486.fc35.noarch                                                
13:40:49 #8 58.49   perl-constant-1.33-479.fc35.noarch                                            
13:40:49 #8 58.49   perl-if-0.60.900-486.fc35.noarch                                              
13:40:49 #8 58.49   perl-interpreter-4:5.34.1-486.fc35.x86_64                                     
13:40:49 #8 58.49   perl-libnet-3.13-479.fc35.noarch                                              
13:40:49 #8 58.49   perl-libs-4:5.34.1-486.fc35.x86_64                                            
13:40:49 #8 58.49   perl-mro-1.25-486.fc35.x86_64                                                 
13:40:49 #8 58.49   perl-overload-1.33-486.fc35.noarch                                            
13:40:49 #8 58.49   perl-overloading-0.02-486.fc35.noarch                                         
13:40:49 #8 58.49   perl-parent-1:0.238-478.fc35.noarch                                           
13:40:49 #8 58.49   perl-podlators-1:4.14-478.fc35.noarch                                         
13:40:49 #8 58.49   perl-srpm-macros-1-42.fc35.noarch                                             
13:40:49 #8 58.49   perl-subs-1.04-486.fc35.noarch                                                
13:40:49 #8 58.49   perl-vars-1.05-486.fc35.noarch                                                
13:40:49 #8 58.49   pkgconf-1.8.0-1.fc35.x86_64                                                   
13:40:49 #8 58.49   pkgconf-m4-1.8.0-1.fc35.noarch                                                
13:40:49 #8 58.49   pkgconf-pkg-config-1.8.0-1.fc35.x86_64                                        
13:40:49 #8 58.49   protobuf-c-1.4.0-1.fc35.x86_64                                                
13:40:49 #8 58.49   python-srpm-macros-3.10-11.fc35.noarch                                        
13:40:49 #8 58.49   python3-construct-2.10.67-3.fc35.noarch                                       
13:40:49 #8 58.49   python3-dateutil-1:2.8.1-7.fc35.noarch                                        
13:40:49 #8 58.49   python3-dbus-1.2.18-2.fc35.x86_64                                             
13:40:49 #8 58.49   python3-distro-1.6.0-1.fc35.noarch                                            
13:40:49 #8 58.49   python3-dnf-plugins-core-4.1.0-1.fc35.noarch                                  
13:40:49 #8 58.49   python3-enchant-3.2.2-1.fc35.noarch                                           
13:40:49 #8 58.49   python3-pybeam-0.7-1.fc35.noarch                                              
13:40:49 #8 58.49   python3-pyxdg-0.27-3.fc35.noarch                                              
13:40:49 #8 58.49   python3-six-1.16.0-4.fc35.noarch                                              
13:40:49 #8 58.49   python3-toml-0.10.2-5.fc35.noarch                                             
13:40:49 #8 58.49   python3-unbound-1.13.2-1.fc35.x86_64                                          
13:40:49 #8 58.49   python3-zstd-1.4.5.1-5.fc35.x86_64                                            
13:40:49 #8 58.49   qt5-srpm-macros-5.15.2-3.fc35.noarch                                          
13:40:49 #8 58.49   redhat-rpm-config-199-1.fc35.noarch                                           
13:40:49 #8 58.49   rpm-build-4.17.0-4.fc35.x86_64                                                
13:40:49 #8 58.49   rpmautospec-rpm-macros-0.2.5-1.fc35.noarch                                    
13:40:49 #8 58.49   rpmlint-2.2.0-2.fc35.noarch                                                   
13:40:49 #8 58.49   rust-srpm-macros-21-1.fc35.noarch                                             
13:40:49 #8 58.49   shared-mime-info-2.1-3.fc35.x86_64                                            
13:40:49 #8 58.49   systemd-libs-249.11-2.fc35.x86_64                                             
13:40:49 #8 58.49   unbound-libs-1.13.2-1.fc35.x86_64                                             
13:40:49 #8 58.49   unzip-6.0-53.fc35.x86_64                                                      
13:40:49 #8 58.49   xxhash-libs-0.8.1-1.fc35.x86_64                                               
13:40:49 #8 58.49   xz-5.2.5-7.fc35.x86_64                                                        
13:40:49 #8 58.49   zip-3.0-31.fc35.x86_64                                                        
13:40:49 #8 58.49   zstd-1.5.2-1.fc35.x86_64                                                      
13:40:49 #8 58.49 
13:40:49 #8 58.49 Complete!
13:40:49 #8 DONE 58.6s
13:40:49 
13:40:49 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
13:40:49 #10 sha256:8d0e4571ba251907132eba172f631b16a5b74c37e07a8a588cf8885595c10841
13:40:49 #10 DONE 0.1s
13:40:49 #8 43.28 Unpacking libxpm4:armhf (1:3.5.12-1) ...
13:40:49 #8 43.32 Selecting previously unselected package libgd3:armhf.
13:40:49 #8 43.32 Preparing to unpack .../187-libgd3_2.3.0-2_armhf.deb ...
13:40:49 #8 43.32 Unpacking libgd3:armhf (2.3.0-2) ...
13:40:49 #8 43.36 Selecting previously unselected package libc-devtools.
13:40:49 #8 43.37 Preparing to unpack .../188-libc-devtools_2.31-13+deb11u3_armhf.deb ...
13:40:49 #8 43.37 Unpacking libc-devtools (2.31-13+deb11u3) ...
13:40:49 #8 43.41 Selecting previously unselected package libcapture-tiny-perl.
13:40:49 #8 43.42 Preparing to unpack .../189-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:49 #8 43.42 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:49 #8 43.45 Selecting previously unselected package libclass-data-inheritable-perl.
13:40:49 #8 43.45 Preparing to unpack .../190-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:40:49 #8 43.46 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:40:49 #8 43.48 Selecting previously unselected package libclass-inspector-perl.
13:40:49 #8 43.49 Preparing to unpack .../191-libclass-inspector-perl_1.36-1_all.deb ...
13:40:49 #8 43.49 Unpacking libclass-inspector-perl (1.36-1) ...
13:40:49 #8 43.53 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:49 #8 43.53 Preparing to unpack .../192-libclass-xsaccessor-perl_1.19-3+b7_armhf.deb ...
13:40:49 #8 43.53 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
13:40:49 #8 43.56 Selecting previously unselected package libclone-perl.
13:40:49 #8 43.57 Preparing to unpack .../193-libclone-perl_0.45-1+b1_armhf.deb ...
13:40:49 #8 43.57 Unpacking libclone-perl (0.45-1+b1) ...
13:40:49 #8 43.60 Selecting previously unselected package libcommon-sense-perl.
13:40:49 #8 43.60 Preparing to unpack .../194-libcommon-sense-perl_3.75-1+b4_armhf.deb ...
13:40:49 #8 43.61 Unpacking libcommon-sense-perl (3.75-1+b4) ...
13:40:49 #9 48.46 Selecting previously unselected package libparams-validate-perl.
13:40:49 #9 48.46 Preparing to unpack .../244-libparams-validate-perl_1.29-3_armhf.deb ...
13:40:49 #9 48.47 Unpacking libparams-validate-perl (1.29-3) ...
13:40:49 #9 48.50 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:49 #9 48.50 Preparing to unpack .../245-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
13:40:49 #9 48.51 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
13:40:49 #9 48.55 Selecting previously unselected package libsort-versions-perl.
13:40:49 #9 48.55 Preparing to unpack .../246-libsort-versions-perl_1.62-1_all.deb ...
13:40:49 #9 48.55 Unpacking libsort-versions-perl (1.62-1) ...
13:40:49 #9 48.59 Selecting previously unselected package libgit-wrapper-perl.
13:40:49 #9 48.59 Preparing to unpack .../247-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:49 #9 48.60 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:49 #9 48.64 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:49 #9 48.64 Preparing to unpack .../248-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:40:49 #9 48.64 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:40:49 #9 48.68 Selecting previously unselected package libio-prompter-perl.
13:40:49 #9 48.68 Preparing to unpack .../249-libio-prompter-perl_0.004015-1_all.deb ...
13:40:49 #9 48.69 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:49 #9 48.73 Selecting previously unselected package libjson-perl.
13:40:49 #9 48.73 Preparing to unpack .../250-libjson-perl_4.02000-2_all.deb ...
13:40:50 #9 47.44 Unpacking libio-html-perl (1.004-2) ...
13:40:50 #9 47.49 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:50 #9 47.49 Preparing to unpack .../158-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:50 #9 47.50 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:50 #9 47.54 Selecting previously unselected package libhttp-message-perl.
13:40:50 #9 47.54 Preparing to unpack .../159-libhttp-message-perl_6.29-1_all.deb ...
13:40:50 #9 47.54 Unpacking libhttp-message-perl (6.29-1) ...
13:40:50 #9 47.58 Selecting previously unselected package libhttp-cookies-perl.
13:40:50 #9 47.59 Preparing to unpack .../160-libhttp-cookies-perl_6.10-1_all.deb ...
13:40:50 #9 47.59 Unpacking libhttp-cookies-perl (6.10-1) ...
13:40:50 #9 47.62 Selecting previously unselected package libhttp-negotiate-perl.
13:40:50 #9 47.62 Preparing to unpack .../161-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:50 #9 47.63 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:50 #8 51.96 Setting up libxml2:armhf (2.9.4+dfsg1-6.1ubuntu1.5) ...
13:40:50 #8 51.97 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
13:40:50 #8 51.99 Setting up gnupg-l10n (2.2.4-1ubuntu1.4) ...
13:40:50 #8 52.00 Setting up libmagic1:armhf (1:5.32-2ubuntu0.4) ...
13:40:50 #8 52.02 Setting up libcroco3:armhf (0.6.12-2) ...
13:40:50 #8 52.04 Setting up gcc-7-base:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:50 #8 52.05 Setting up binutils-common:armhf (2.30-21ubuntu1~18.04.7) ...
13:40:50 #8 52.07 Setting up libyaml-0-2:armhf (0.1.7-2ubuntu3) ...
13:40:50 #8 52.08 Setting up patch (2.7.6-2ubuntu1.1) ...
13:40:50 #8 52.09 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
13:40:50 #8 52.11 Setting up krb5-locales (1.16-2ubuntu0.2) ...
13:40:50 #8 52.12 Setting up publicsuffix (20180223.1310-1) ...
13:40:50 #8 52.13 Setting up autotools-dev (20180224.1) ...
13:40:50 #8 52.15 Setting up t1utils (1.41-2) ...
13:40:50 #8 52.16 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
13:40:50 #8 52.17 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:50 #8 52.17 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:50 #8 52.17 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:50 #8 52.17 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:50 #8 52.17 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:50 #8 52.17 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:50 #8 52.17 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:50 #8 52.17 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:50 #8 52.17 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:50 #8 52.17 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:50 #8 52.17 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:50 #12 2.519    create-stamp debian/debhelper-build-stamp
13:40:50 #12 2.519    dh_prep
13:40:50 #12 2.550    dh_install
13:40:50 #12 2.582    dh_installdocs
13:40:50 #12 2.618    dh_installchangelogs
13:40:50 #12 2.701    dh_perl
13:40:50 #12 4.366 Starting 2 pkgProblemResolver with broken count: 0
13:40:50 #12 4.369 Done
13:40:50 #12 4.387  Done
13:40:50 #12 4.394 Starting pkgProblemResolver with broken count: 0
13:40:50 #12 4.420 Starting 2 pkgProblemResolver with broken count: 0
13:40:50 #12 4.423 Done
13:40:50 #12 4.511 The following additional packages will be installed:
13:40:50 #12 4.512   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:40:50 #12 4.512   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:50 #12 4.512   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:40:50 #12 4.512   librhash0 libseccomp-dev libselinux1-dev libsepol1 libsepol1-dev
13:40:50 #12 4.512   libsystemd-dev libudev-dev libuv1 pkg-config
13:40:50 #12 4.513 Suggested packages:
13:40:50 #12 4.513   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:40:50 #12 4.513 Recommended packages:
13:40:50 #12 4.513   dmsetup
13:40:50 #12 4.549 The following NEW packages will be installed:
13:40:50 #12 4.549   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:40:50 #12 4.550   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:50 #12 4.550   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:40:50 #12 4.550   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:40:50 #12 4.551   libudev-dev libuv1 pkg-config
13:40:50 #12 4.552 The following packages will be upgraded:
13:40:50 #12 4.552   libsepol1
13:40:50 #11 6.161 Unpacking bash-completion (1:2.11-2) ...
13:40:50 #11 6.825 Preparing to unpack .../11-libbtrfs-dev_4.20.1-2_arm64.deb ...
13:40:50 #11 6.831 Unpacking libbtrfs-dev (4.20.1-2) ...
13:40:50 #11 6.880 Selecting previously unselected package dmsetup.
13:40:50 #11 6.883 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_arm64.deb ...
13:40:50 #11 6.888 Unpacking dmsetup (2:1.02.155-3) ...
13:40:50 #11 6.939 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:40:50 #11 6.942 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
13:40:50 #11 6.949 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
13:40:50 #11 7.005 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:40:50 #11 7.008 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
13:40:50 #11 7.012 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
13:40:50 #11 7.054 Selecting previously unselected package libudev-dev:arm64.
13:40:50 #8 50.24 Selecting previously unselected package libx11-data.
13:40:50 #8 50.24 Preparing to unpack .../296-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
13:40:50 #8 50.24 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
13:40:50 #8 50.33 Selecting previously unselected package libx11-6:armhf.
13:40:50 #8 50.33 Preparing to unpack .../297-libx11-6_2%3a1.6.7-1+deb10u2_armhf.deb ...
13:40:50 #8 50.33 Unpacking libx11-6:armhf (2:1.6.7-1+deb10u2) ...
13:40:50 #8 50.43 Selecting previously unselected package libxext6:armhf.
13:40:50 #8 50.44 Preparing to unpack .../298-libxext6_2%3a1.3.3-1+b2_armhf.deb ...
13:40:50 #8 50.44 Unpacking libxext6:armhf (2:1.3.3-1+b2) ...
13:40:50 #8 50.47 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:50 #8 50.47 Preparing to unpack .../299-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:40:50 #8 50.48 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:40:50 #11 8.051 Selecting previously unselected package dh-apparmor.
13:40:50 #11 8.051 Preparing to unpack .../08-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
13:40:50 #11 8.055 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
13:40:50 #11 8.092 Selecting previously unselected package btrfs-progs.
13:40:50 #11 8.094 Preparing to unpack .../09-btrfs-progs_4.15.1-1build1_amd64.deb ...
13:40:50 #11 8.098 Unpacking btrfs-progs (4.15.1-1build1) ...
13:40:50 #11 8.192 Selecting previously unselected package btrfs-tools.
13:40:50 #11 8.195 Preparing to unpack .../10-btrfs-tools_4.15.1-1build1_amd64.deb ...
13:40:50 #11 8.200 Unpacking btrfs-tools (4.15.1-1build1) ...
13:40:50 #11 8.236 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:40:50 #11 8.238 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
13:40:50 #11 8.243 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:50 #11 8.287 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:40:50 #11 8.289 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
13:40:50 #11 8.293 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:50 #12 6.907 Unpacking bash-completion (1:2.10-1ubuntu1) ...
13:40:50 #12 6.384 Get:8 http://archive.ubuntu.com/ubuntu impish/universe amd64 dh-apparmor all 3.0.3-0ubuntu1 [9456 B]
13:40:50 #12 6.384 Get:9 http://archive.ubuntu.com/ubuntu impish/main amd64 libbtrfs0 amd64 5.10.1-2build1 [87.2 kB]
13:40:50 #12 6.385 Get:10 http://archive.ubuntu.com/ubuntu impish/main amd64 libbtrfs-dev amd64 5.10.1-2build1 [258 kB]
13:40:50 #12 6.388 Get:11 http://archive.ubuntu.com/ubuntu impish/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu3 [139 kB]
13:40:50 #12 6.390 Get:12 http://archive.ubuntu.com/ubuntu impish/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1ubuntu3 [12.6 kB]
13:40:50 #12 6.391 Get:13 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libudev-dev amd64 248.3-1ubuntu8.5 [20.7 kB]
13:40:50 #12 6.391 Get:14 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libsepol1-dev amd64 3.1-1ubuntu2.1 [367 kB]
13:40:50 #12 6.395 Get:15 http://archive.ubuntu.com/ubuntu impish/main amd64 libpcre2-16-0 amd64 10.37-0ubuntu2 [202 kB]
13:40:50 #12 6.410 Get:16 http://archive.ubuntu.com/ubuntu impish/main amd64 libpcre2-32-0 amd64 10.37-0ubuntu2 [192 kB]
13:40:50 #12 6.462 Get:17 http://archive.ubuntu.com/ubuntu impish/main amd64 libpcre2-posix3 amd64 10.37-0ubuntu2 [6120 B]
13:40:50 #12 6.463 Get:18 http://archive.ubuntu.com/ubuntu impish/main amd64 libpcre2-dev amd64 10.37-0ubuntu2 [724 kB]
13:40:50 #12 6.474 Get:19 http://archive.ubuntu.com/ubuntu impish/main amd64 libselinux1-dev amd64 3.1-3build2 [157 kB]
13:40:50 #12 6.537 Get:20 http://archive.ubuntu.com/ubuntu impish/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1ubuntu3 [36.5 kB]
13:40:50 #12 6.538 Get:21 http://archive.ubuntu.com/ubuntu impish/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1 [85.4 kB]
13:40:50 #12 6.539 Get:22 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 libsystemd-dev amd64 248.3-1ubuntu8.5 [303 kB]
13:40:50 #12 6.544 Get:23 http://archive.ubuntu.com/ubuntu impish/main amd64 libglib2.0-0 amd64 2.68.4-1ubuntu1 [1424 kB]
13:40:50 
13:40:50 #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;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
13:40:50 #11 sha256:1ec687108b3e0f6bc891fdecb7e0e2a13e356eb40f898cf1925256516bb4740f
13:40:50 #9 48.74 Unpacking libjson-perl (4.02000-2) ...
13:40:50 #9 48.79 Selecting previously unselected package liblog-any-perl.
13:40:50 #9 48.79 Preparing to unpack .../251-liblog-any-perl_1.708-1_all.deb ...
13:40:50 #9 48.80 Unpacking liblog-any-perl (1.708-1) ...
13:40:50 #9 48.84 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:50 #9 48.84 Preparing to unpack .../252-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:40:50 #9 48.84 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:40:50 #8 43.64 Selecting previously unselected package libconfig-tiny-perl.
13:40:50 #8 43.64 Preparing to unpack .../195-libconfig-tiny-perl_2.26-1_all.deb ...
13:40:50 #8 43.64 Unpacking libconfig-tiny-perl (2.26-1) ...
13:40:50 #8 43.70 Selecting previously unselected package libparams-util-perl.
13:40:50 #8 43.70 Preparing to unpack .../196-libparams-util-perl_1.102-1+b1_armhf.deb ...
13:40:50 #8 43.71 Unpacking libparams-util-perl (1.102-1+b1) ...
13:40:50 #8 43.77 Selecting previously unselected package libsub-install-perl.
13:40:50 #8 43.77 Preparing to unpack .../197-libsub-install-perl_0.928-1.1_all.deb ...
13:40:50 #8 43.78 Unpacking libsub-install-perl (0.928-1.1) ...
13:40:50 #8 43.81 Selecting previously unselected package libdata-optlist-perl.
13:40:50 #8 43.81 Preparing to unpack .../198-libdata-optlist-perl_0.110-1.1_all.deb ...
13:40:50 #8 43.82 Unpacking libdata-optlist-perl (0.110-1.1) ...
13:40:50 #8 43.85 Selecting previously unselected package libsub-exporter-perl.
13:40:50 #8 43.85 Preparing to unpack .../199-libsub-exporter-perl_0.987-1_all.deb ...
13:40:50 #8 43.85 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:50 #8 43.88 Selecting previously unselected package libconst-fast-perl.
13:40:50 #11 14.86   Running scriptlet: systemd-248.10-1.fc34.aarch64                        89/99 
13:40:50 #11 15.33   Installing       : systemd-248.10-1.fc34.aarch64                        89/99 
13:40:50 #11 15.38   Running scriptlet: systemd-248.10-1.fc34.aarch64                        89/99 
13:40:50 #9 47.66 Selecting previously unselected package perl-openssl-defaults:armhf.
13:40:50 #9 47.66 Preparing to unpack .../162-perl-openssl-defaults_5_armhf.deb ...
13:40:50 #9 47.67 Unpacking perl-openssl-defaults:armhf (5) ...
13:40:50 #9 47.70 Selecting previously unselected package libnet-ssleay-perl.
13:40:50 #9 47.71 Preparing to unpack .../163-libnet-ssleay-perl_1.88-3ubuntu1_armhf.deb ...
13:40:50 #9 47.71 Unpacking libnet-ssleay-perl (1.88-3ubuntu1) ...
13:40:50 #9 47.78 Selecting previously unselected package libio-socket-ssl-perl.
13:40:50 #9 47.79 Preparing to unpack .../164-libio-socket-ssl-perl_2.069-1_all.deb ...
13:40:50 #9 47.79 Unpacking libio-socket-ssl-perl (2.069-1) ...
13:40:50 #9 47.84 Selecting previously unselected package libnet-http-perl.
13:40:50 #9 47.84 Preparing to unpack .../165-libnet-http-perl_6.20-1_all.deb ...
13:40:50 #9 47.84 Unpacking libnet-http-perl (6.20-1) ...
13:40:50 #9 47.87 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:50 #9 47.88 Preparing to unpack .../166-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:40:50 #9 47.88 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:40:50 #8 52.17 Setting up libheimbase1-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:50 #8 52.19 Setting up libfakeroot:armhf (1.22-2ubuntu1) ...
13:40:50 #8 52.20 Setting up libltdl7:armhf (2.4.6-2) ...
13:40:50 #8 52.22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.15) ...
13:40:50 #8 52.23 Setting up libsqlite3-0:armhf (3.22.0-1ubuntu0.4) ...
13:40:50 #8 52.25 Setting up liblocale-gettext-perl (1.07-3build2) ...
13:40:50 #8 52.27 Setting up wdiff (1.2.2-2) ...
13:40:50 #8 52.28 Setting up shared-mime-info (1.9-2) ...
13:40:50 #12 2.736    dh_link
13:40:50 #12 2.770    dh_strip_nondeterminism
13:40:50 #12 2.833    dh_compress
13:40:50 #12 2.874    dh_fixperms
13:40:50 #12 2.916    dh_missing
13:40:50 #12 2.941    dh_installdeb
13:40:50 #11 6.335 Selecting previously unselected package cmake-data.
13:40:50 #11 6.338 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:40:50 #11 6.344 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:40:50 #11 7.057 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_arm64.deb ...
13:40:50 #11 7.069 Unpacking libudev-dev:arm64 (241-7~deb10u8) ...
13:40:50 #11 7.113 Selecting previously unselected package libsepol1-dev:arm64.
13:40:50 #11 7.117 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
13:40:50 #11 7.120 Unpacking libsepol1-dev:arm64 (2.8-1) ...
13:40:50 #11 7.182 Selecting previously unselected package libpcre16-3:arm64.
13:40:50 #11 7.186 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
13:40:50 #11 7.190 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
13:40:50 #11 7.241 Selecting previously unselected package libpcre32-3:arm64.
13:40:50 #11 7.245 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
13:40:50 #11 7.249 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
13:40:50 #11 7.297 Selecting previously unselected package libpcrecpp0v5:arm64.
13:40:50 #8 50.51 Selecting previously unselected package libxml-sax-base-perl.
13:40:50 #8 50.51 Preparing to unpack .../300-libxml-sax-base-perl_1.09-1_all.deb ...
13:40:50 #8 50.52 Unpacking libxml-sax-base-perl (1.09-1) ...
13:40:50 #8 50.56 Selecting previously unselected package libxml-sax-perl.
13:40:50 #8 50.56 Preparing to unpack .../301-libxml-sax-perl_1.00+dfsg-1_all.deb ...
13:40:50 #8 50.57 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
13:40:50 #8 50.61 Selecting previously unselected package libxml-libxml-perl.
13:40:50 #8 50.61 Preparing to unpack .../302-libxml-libxml-perl_2.0134+dfsg-1_armhf.deb ...
13:40:50 #8 50.61 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
13:40:50 #8 50.69 Selecting previously unselected package libxml-sax-expat-perl.
13:40:50 #8 50.69 Preparing to unpack .../303-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:50 #8 50.69 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:50 #8 42.40 Setting up media-types (4.0.0) ...
13:40:50 #8 42.42 Setting up libpipeline1:armhf (1.5.3-1) ...
13:40:50 #8 42.44 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
13:40:50 #8 42.45 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:40:50 #8 42.45 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
13:40:50 #11 8.329 Selecting previously unselected package libudev-dev:amd64.
13:40:50 #11 8.331 Preparing to unpack .../13-libudev-dev_237-3ubuntu10.53_amd64.deb ...
13:40:50 #11 8.339 Unpacking libudev-dev:amd64 (237-3ubuntu10.53) ...
13:40:50 #11 8.373 Selecting previously unselected package libsepol1-dev:amd64.
13:40:50 #11 8.375 Preparing to unpack .../14-libsepol1-dev_2.7-1ubuntu0.1_amd64.deb ...
13:40:50 #11 8.379 Unpacking libsepol1-dev:amd64 (2.7-1ubuntu0.1) ...
13:40:50 #11 8.446 Selecting previously unselected package libpcre16-3:amd64.
13:40:50 #11 8.449 Preparing to unpack .../15-libpcre16-3_2%3a8.39-9_amd64.deb ...
13:40:50 #11 8.452 Unpacking libpcre16-3:amd64 (2:8.39-9) ...
13:40:50 #11 8.501 Selecting previously unselected package libpcre32-3:amd64.
13:40:50 #11 8.504 Preparing to unpack .../16-libpcre32-3_2%3a8.39-9_amd64.deb ...
13:40:50 #11 8.508 Unpacking libpcre32-3:amd64 (2:8.39-9) ...
13:40:50 #11 8.573 Selecting previously unselected package libpcrecpp0v5:amd64.
13:40:50 #9 41.98 Selecting previously unselected package libarchive-zip-perl.
13:40:50 #9 41.98 Preparing to unpack .../106-libarchive-zip-perl_1.68-1_all.deb ...
13:40:50 #9 41.98 Unpacking libarchive-zip-perl (1.68-1) ...
13:40:50 #9 42.03 Selecting previously unselected package libsub-override-perl.
13:40:50 #9 42.03 Preparing to unpack .../107-libsub-override-perl_0.09-2_all.deb ...
13:40:50 #9 42.03 Unpacking libsub-override-perl (0.09-2) ...
13:40:50 #9 42.06 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:40:50 #9 42.06 Preparing to unpack .../108-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
13:40:50 #9 42.07 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
13:40:50 #9 42.10 Selecting previously unselected package dh-strip-nondeterminism.
13:40:50 #9 42.10 Preparing to unpack .../109-dh-strip-nondeterminism_1.13.0-1_all.deb ...
13:40:50 #9 42.10 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
13:40:50 #9 42.13 Selecting previously unselected package libdw1:armhf.
13:40:50 #9 42.13 Preparing to unpack .../110-libdw1_0.186-1build1_armhf.deb ...
13:40:50 #9 42.14 Unpacking libdw1:armhf (0.186-1build1) ...
13:40:50 #9 42.16 Selecting previously unselected package debugedit.
13:40:50 #9 42.17 Preparing to unpack .../111-debugedit_1%3a5.0-4build1_armhf.deb ...
13:40:50 #9 42.17 Unpacking debugedit (1:5.0-4build1) ...
13:40:50 #9 42.20 Selecting previously unselected package dwz.
13:40:50 #9 42.20 Preparing to unpack .../112-dwz_0.14-1build2_armhf.deb ...
13:40:50 #9 42.21 Unpacking dwz (0.14-1build2) ...
13:40:50 #12 7.083 Selecting previously unselected package cmake-data.
13:40:50 #12 7.086 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
13:40:50 #12 7.093 Unpacking cmake-data (3.16.3-1ubuntu1) ...
13:40:50 #12 6.617 Get:24 http://archive.ubuntu.com/ubuntu impish/main amd64 pkg-config amd64 0.29.2-1ubuntu1 [46.2 kB]
13:40:50 #12 6.801 debconf: delaying package configuration, since apt-utils is not installed
13:40:50 #12 6.843 Fetched 11.1 MB in 2s (7061 kB/s)
13:40:50 #12 6.885 Selecting previously unselected package bash-completion.
13:40:50 #9 49.01 Selecting previously unselected package libpackage-stash-perl.
13:40:50 #9 49.01 Preparing to unpack .../253-libpackage-stash-perl_0.38-1_all.deb ...
13:40:50 #9 49.02 Unpacking libpackage-stash-perl (0.38-1) ...
13:40:50 #9 49.06 Selecting previously unselected package libsub-identify-perl.
13:40:50 #9 49.06 Preparing to unpack .../254-libsub-identify-perl_0.14-1build2_armhf.deb ...
13:40:50 #9 49.06 Unpacking libsub-identify-perl (0.14-1build2) ...
13:40:50 #9 49.09 Selecting previously unselected package libsub-name-perl.
13:40:50 #9 49.10 Preparing to unpack .../255-libsub-name-perl_0.26-1_armhf.deb ...
13:40:50 #9 49.10 Unpacking libsub-name-perl (0.26-1) ...
13:40:50 #9 49.13 Selecting previously unselected package libnamespace-clean-perl.
13:40:50 #9 49.13 Preparing to unpack .../256-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:50 #9 49.14 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:50 #9 49.17 Selecting previously unselected package libpath-tiny-perl.
13:40:50 #9 49.17 Preparing to unpack .../257-libpath-tiny-perl_0.108-1_all.deb ...
13:40:50 #9 49.18 Unpacking libpath-tiny-perl (0.108-1) ...
13:40:50 #8 43.88 Preparing to unpack .../200-libconst-fast-perl_0.014-1.1_all.deb ...
13:40:50 #8 43.89 Unpacking libconst-fast-perl (0.014-1.1) ...
13:40:50 #8 43.95 Selecting previously unselected package libwant-perl.
13:40:50 #8 43.95 Preparing to unpack .../201-libwant-perl_0.29-1+b6_armhf.deb ...
13:40:50 #8 43.95 Unpacking libwant-perl (0.29-1+b6) ...
13:40:50 #8 43.98 Selecting previously unselected package libcontextual-return-perl.
13:40:50 #8 43.98 Preparing to unpack .../202-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:50 #8 43.99 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:50 #8 44.02 Selecting previously unselected package libconvert-binhex-perl.
13:40:50 #8 44.02 Preparing to unpack .../203-libconvert-binhex-perl_1.125-1_all.deb ...
13:40:50 #8 44.03 Unpacking libconvert-binhex-perl (1.125-1) ...
13:40:50 #8 44.06 Selecting previously unselected package libcpanel-json-xs-perl.
13:40:50 #8 44.06 Preparing to unpack .../204-libcpanel-json-xs-perl_4.25-1+b1_armhf.deb ...
13:40:50 #8 44.07 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
13:40:50 #8 44.12 Selecting previously unselected package libdevel-stacktrace-perl.
13:40:50 #8 44.12 Preparing to unpack .../205-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:40:50 #9 47.91 Selecting previously unselected package libtry-tiny-perl.
13:40:50 #9 47.92 Preparing to unpack .../167-libtry-tiny-perl_0.30-1_all.deb ...
13:40:50 #9 47.94 Unpacking libtry-tiny-perl (0.30-1) ...
13:40:50 #9 48.00 Selecting previously unselected package libwww-robotrules-perl.
13:40:50 #9 48.01 Preparing to unpack .../168-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:50 #9 48.01 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:50 #9 48.05 Selecting previously unselected package libwww-perl.
13:40:50 #9 48.05 Preparing to unpack .../169-libwww-perl_6.53-1_all.deb ...
13:40:50 #9 48.06 Unpacking libwww-perl (6.53-1) ...
13:40:50 #9 48.12 Selecting previously unselected package patchutils.
13:40:50 #9 48.12 Preparing to unpack .../170-patchutils_0.4.2-1_armhf.deb ...
13:40:50 #9 48.12 Unpacking patchutils (0.4.2-1) ...
13:40:50 #9 48.17 Selecting previously unselected package wdiff.
13:40:50 #9 48.17 Preparing to unpack .../171-wdiff_1.2.2-2build2_armhf.deb ...
13:40:50 #11 15.53   Installing       : dbus-common-1:1.12.20-3.fc34.noarch                  90/99 
13:40:50 #11 15.54   Running scriptlet: dbus-common-1:1.12.20-3.fc34.noarch                  90/99 
13:40:50 #11 15.56 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
13:40:50 #11 15.56 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
13:40:50 #11 15.56 
13:40:50 #11 15.57   Running scriptlet: dbus-broker-29-2.fc34.aarch64                        91/99 
13:40:50 #11 15.64   Installing       : dbus-broker-29-2.fc34.aarch64                        91/99 
13:40:50 #11 15.68   Running scriptlet: dbus-broker-29-2.fc34.aarch64                        91/99 
13:40:50 #11 15.71 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
13:40:50 #11 15.71 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
13:40:50 #11 15.71 
13:40:50 #11 15.72   Installing       : systemd-devel-248.10-1.fc34.aarch64                  92/99 
13:40:50 #11 15.73   Installing       : device-mapper-devel-1.02.175-1.fc34.aarch64          93/99 
13:40:50 #12 2.974    dh_gencontrol
13:40:50 #12 3.089    dh_md5sums
13:40:50 #12 3.123    dh_builddeb
13:40:50 #12 3.150 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:50 #12 3.221  dpkg-genbuildinfo --build=binary
13:40:50 #11 6.709 Selecting previously unselected package libncurses6:arm64.
13:40:50 #11 6.713 Preparing to unpack .../02-libncurses6_6.2+20201114-2_arm64.deb ...
13:40:50 #12 4.966 1 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
13:40:50 #12 4.966 1 not fully installed or removed.
13:40:50 #12 4.966 Need to get 8791 kB of archives.
13:40:50 #12 4.966 After this operation, 41.1 MB of additional disk space will be used.
13:40:50 #12 4.966 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
13:40:50 #11 7.301 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
13:40:50 #11 7.305 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
13:40:50 #11 7.343 Selecting previously unselected package libpcre3-dev:arm64.
13:40:50 #11 7.346 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
13:40:50 #11 7.350 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
13:40:50 #11 7.430 Selecting previously unselected package libselinux1-dev:arm64.
13:40:50 #11 7.434 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
13:40:50 #11 7.438 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
13:40:50 #11 7.496 Selecting previously unselected package libdevmapper-dev:arm64.
13:40:50 #11 7.500 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
13:40:50 #11 7.504 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
13:40:50 #11 7.538 Selecting previously unselected package libseccomp-dev:arm64.
13:40:50 #8 50.72 Selecting previously unselected package libxml-simple-perl.
13:40:50 #8 50.73 Preparing to unpack .../304-libxml-simple-perl_2.25-1_all.deb ...
13:40:50 #8 50.73 Unpacking libxml-simple-perl (2.25-1) ...
13:40:50 #8 50.76 Selecting previously unselected package libxmlrpc-lite-perl.
13:40:50 #8 50.77 Preparing to unpack .../305-libxmlrpc-lite-perl_0.717-2_all.deb ...
13:40:50 #8 50.77 Unpacking libxmlrpc-lite-perl (0.717-2) ...
13:40:50 #8 50.81 Selecting previously unselected package libxmuu1:armhf.
13:40:50 #8 50.81 Preparing to unpack .../306-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ...
13:40:50 #8 50.81 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ...
13:40:50 #8 50.85 Selecting previously unselected package libyaml-0-2:armhf.
13:40:50 #8 50.85 Preparing to unpack .../307-libyaml-0-2_0.2.1-1_armhf.deb ...
13:40:50 #8 50.86 Unpacking libyaml-0-2:armhf (0.2.1-1) ...
13:40:50 #8 50.89 Selecting previously unselected package libyaml-libyaml-perl.
13:40:50 #8 50.89 Preparing to unpack .../308-libyaml-libyaml-perl_0.76+repack-1_armhf.deb ...
13:40:50 #8 50.89 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
13:40:50 #8 50.93 Selecting previously unselected package licensecheck.
13:40:50 #8 50.93 Preparing to unpack .../309-licensecheck_3.0.31-3_all.deb ...
13:40:50 #8 50.94 Unpacking licensecheck (3.0.31-3) ...
13:40:50 #8 42.46 Setting up libicu67:armhf (67.1-7) ...
13:40:50 #8 42.47 Setting up libmagic-mgc (1:5.39-3) ...
13:40:50 #8 42.48 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
13:40:50 #8 42.51 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
13:40:50 #8 42.54 Setting up libmagic1:armhf (1:5.39-3) ...
13:40:50 #8 42.56 Setting up perl-openssl-defaults:armhf (5) ...
13:40:50 #8 42.57 Setting up linux-libc-dev:armhf (1:1.20220331-1) ...
13:40:50 #8 42.59 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
13:40:50 #8 42.60 Setting up gettext-base (0.21-4) ...
13:40:50 #8 42.62 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u1) ...
13:40:50 #8 42.63 Setting up file (1:5.39-3) ...
13:40:50 #8 42.64 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
13:40:50 #8 42.65 Setting up bzip2 (1.0.8-4) ...
13:40:50 #8 42.67 Setting up libfakeroot:armhf (1.25.3-1.1) ...
13:40:50 #8 42.69 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
13:40:50 #8 42.70 Setting up fakeroot (1.25.3-1.1) ...
13:40:50 #8 42.71 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:50 #8 42.71 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:50 #8 42.71 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:50 #8 42.71 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:50 #8 42.71 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:50 #8 42.71 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:50 #8 42.71 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:50 #8 42.71 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:50 #8 42.71 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:50 #8 42.73 Setting up autotools-dev (20180224.1+nmu1) ...
13:40:50 #8 42.75 Setting up libtirpc-dev:armhf (1.3.1-1) ...
13:40:50 #8 42.77 Setting up make (4.3-4.1) ...
13:40:50 #8 42.78 Setting up libmpfr6:armhf (4.1.0-3) ...
13:40:50 #11 8.576 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-9_amd64.deb ...
13:40:50 #11 8.581 Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ...
13:40:50 #11 8.615 Selecting previously unselected package libpcre3-dev:amd64.
13:40:50 #11 8.617 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-9_amd64.deb ...
13:40:50 #11 8.625 Unpacking libpcre3-dev:amd64 (2:8.39-9) ...
13:40:50 #11 8.709 Selecting previously unselected package libselinux1-dev:amd64.
13:40:50 #11 8.711 Preparing to unpack .../19-libselinux1-dev_2.7-2build2_amd64.deb ...
13:40:50 #11 8.716 Unpacking libselinux1-dev:amd64 (2.7-2build2) ...
13:40:50 #11 8.760 Selecting previously unselected package libdevmapper-dev:amd64.
13:40:50 #11 8.762 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
13:40:50 #11 8.766 Unpacking libdevmapper-dev:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:50 #11 8.794 Selecting previously unselected package libseccomp-dev:amd64.
13:40:50 #11 8.796 Preparing to unpack .../21-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_amd64.deb ...
13:40:50 #11 8.800 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~18.04.2) ...
13:40:50 #11 8.834 Selecting previously unselected package libsystemd-dev:amd64.
13:40:50 #8 60.34   Preparing        :                                                        1/1 
13:40:50 #8 60.37   Installing       : python3-six-1.16.0-5.fc36.noarch                     1/178 
13:40:50 #8 60.38   Installing       : hunspell-filesystem-1.7.0-19.fc36.x86_64             2/178 
13:40:50 #8 60.38   Installing       : fonts-filesystem-1:2.0.5-7.fc36.noarch               3/178 
13:40:50 #8 60.39   Installing       : abattis-cantarell-fonts-0.301-7.fc36.noarch          4/178 
13:40:50 #8 60.44   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.fc36.     5/178 
13:40:50 #8 60.45   Installing       : gsettings-desktop-schemas-42.0-1.fc36.x86_64         6/178 
13:40:50 #8 60.50   Installing       : python3-construct-2.10.67-4.fc36.noarch              7/178 
13:40:50 #8 60.50   Installing       : python3-pybeam-0.7-2.fc36.noarch                     8/178 
13:40:50 #8 60.52   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch               9/178 
13:40:50 #8 60.57   Upgrading        : glibc-common-2.35-5.fc36.x86_64                     10/178 
13:40:50 #8 60.60   Upgrading        : glibc-minimal-langpack-2.35-5.fc36.x86_64           11/178 
13:40:50 #8 60.61   Running scriptlet: glibc-2.35-5.fc36.x86_64                            12/178 
13:40:50 #8 60.66   Upgrading        : glibc-2.35-5.fc36.x86_64                            12/178 
13:40:50 #9 42.24 Selecting previously unselected package gettext.
13:40:50 #9 42.24 Preparing to unpack .../113-gettext_0.21-4ubuntu4_armhf.deb ...
13:40:50 #9 42.24 Unpacking gettext (0.21-4ubuntu4) ...
13:40:50 #9 42.29 Selecting previously unselected package intltool-debian.
13:40:50 #9 42.29 Preparing to unpack .../114-intltool-debian_0.35.0+20060710.5_all.deb ...
13:40:50 #9 42.29 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:40:50 #9 42.32 Selecting previously unselected package po-debconf.
13:40:50 #9 42.32 Preparing to unpack .../115-po-debconf_1.0.21+nmu1_all.deb ...
13:40:50 #9 42.32 Unpacking po-debconf (1.0.21+nmu1) ...
13:40:50 #9 42.40 Selecting previously unselected package debhelper.
13:40:50 #9 42.40 Preparing to unpack .../116-debhelper_13.6ubuntu1_all.deb ...
13:40:50 #9 42.41 Unpacking debhelper (13.6ubuntu1) ...
13:40:50 #9 42.46 Selecting previously unselected package libfakeroot:armhf.
13:40:50 #9 42.46 Preparing to unpack .../117-libfakeroot_1.28-1ubuntu1_armhf.deb ...
13:40:50 #9 42.47 Unpacking libfakeroot:armhf (1.28-1ubuntu1) ...
13:40:50 #9 42.50 Selecting previously unselected package fakeroot.
13:40:50 #9 42.50 Preparing to unpack .../118-fakeroot_1.28-1ubuntu1_armhf.deb ...
13:40:50 #9 42.50 Unpacking fakeroot (1.28-1ubuntu1) ...
13:40:50 #9 42.54 Selecting previously unselected package libassuan0:armhf.
13:40:50 #9 42.54 Preparing to unpack .../119-libassuan0_2.5.5-1build1_armhf.deb ...
13:40:50 #9 42.54 Unpacking libassuan0:armhf (2.5.5-1build1) ...
13:40:50 #9 42.57 Selecting previously unselected package gpgconf.
13:40:50 #9 42.57 Preparing to unpack .../120-gpgconf_2.2.27-3ubuntu2_armhf.deb ...
13:40:50 #9 42.58 Unpacking gpgconf (2.2.27-3ubuntu2) ...
13:40:50 #12 7.451 Selecting previously unselected package libarchive13:arm64.
13:40:50 #12 7.454 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_arm64.deb ...
13:40:50 #12 7.462 Unpacking libarchive13:arm64 (3.4.0-2ubuntu1.2) ...
13:40:50 #12 6.885 (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 ... 26796 files and directories currently installed.)
13:40:50 #12 6.902 Preparing to unpack .../00-bash-completion_1%3a2.11-2ubuntu1_all.deb ...
13:40:50 #9 49.21 Selecting previously unselected package libtype-tiny-perl.
13:40:50 #9 49.22 Preparing to unpack .../258-libtype-tiny-perl_1.008001-2_all.deb ...
13:40:50 #9 49.22 Unpacking libtype-tiny-perl (1.008001-2) ...
13:40:50 #9 49.30 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:50 #9 49.30 Preparing to unpack .../259-libgitlab-api-v4-perl_0.25-1_all.deb ...
13:40:50 #9 49.30 Unpacking libgitlab-api-v4-perl (0.25-1) ...
13:40:50 #9 49.34 Selecting previously unselected package libhash-fieldhash-perl.
13:40:50 #9 49.34 Preparing to unpack .../260-libhash-fieldhash-perl_0.15-1build2_armhf.deb ...
13:40:50 #9 49.35 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
13:40:50 #9 49.38 Selecting previously unselected package libhtml-form-perl.
13:40:50 #9 49.39 Preparing to unpack .../261-libhtml-form-perl_6.07-1_all.deb ...
13:40:50 #9 49.39 Unpacking libhtml-form-perl (6.07-1) ...
13:40:50 #9 49.43 Selecting previously unselected package libhtml-format-perl.
13:40:50 #9 49.43 Preparing to unpack .../262-libhtml-format-perl_2.12-1_all.deb ...
13:40:50 #9 49.44 Unpacking libhtml-format-perl (2.12-1) ...
13:40:50 #9 49.48 Selecting previously unselected package libhttp-daemon-perl.
13:40:50 #8 44.12 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:40:50 #8 44.15 Selecting previously unselected package libexception-class-perl.
13:40:50 #8 44.15 Preparing to unpack .../206-libexception-class-perl_1.44-1_all.deb ...
13:40:50 #8 44.16 Unpacking libexception-class-perl (1.44-1) ...
13:40:50 #8 44.19 Selecting previously unselected package libiterator-perl.
13:40:50 #8 44.19 Preparing to unpack .../207-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:40:50 #8 44.20 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:40:50 #8 44.23 Selecting previously unselected package libiterator-util-perl.
13:40:50 #8 44.23 Preparing to unpack .../208-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:40:50 #8 44.24 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:40:50 #8 44.28 Selecting previously unselected package libexporter-tiny-perl.
13:40:50 #8 44.28 Preparing to unpack .../209-libexporter-tiny-perl_1.002002-1_all.deb ...
13:40:50 #8 44.28 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:40:50 #8 44.32 Selecting previously unselected package liblist-moreutils-xs-perl.
13:40:50 #8 44.32 Preparing to unpack .../210-liblist-moreutils-xs-perl_0.430-2_armhf.deb ...
13:40:50 #8 44.32 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
13:40:50 #9 48.18 Unpacking wdiff (1.2.2-2build2) ...
13:40:50 #9 48.22 Selecting previously unselected package devscripts.
13:40:50 #9 48.23 Preparing to unpack .../172-devscripts_2.21.4ubuntu1_armhf.deb ...
13:40:50 #9 48.24 Unpacking devscripts (2.21.4ubuntu1) ...
13:40:50 #9 48.32 Selecting previously unselected package diffstat.
13:40:50 #9 48.32 Preparing to unpack .../173-diffstat_1.64-1_armhf.deb ...
13:40:50 #9 48.33 Unpacking diffstat (1.64-1) ...
13:40:50 #9 48.37 Selecting previously unselected package python3-chardet.
13:40:50 #9 48.37 Preparing to unpack .../174-python3-chardet_4.0.0-1_all.deb ...
13:40:50 #9 48.37 Unpacking python3-chardet (4.0.0-1) ...
13:40:50 #9 48.43 Selecting previously unselected package python3-six.
13:40:50 #11 15.77   Installing       : btrfs-progs-devel-5.16.2-1.fc34.aarch64              94/99 
13:40:50 #11 15.79   Installing       : libtool-2.4.6-40.fc34.aarch64                        95/99 
13:40:50 #11 15.80   Installing       : annobin-9.79-2.fc34.aarch64                          96/99 
13:40:50 #11 15.85   Installing       : libtool-ltdl-devel-2.4.6-40.fc34.aarch64             97/99 
13:40:50 #11 15.89   Installing       : libseccomp-devel-2.5.3-1.fc34.aarch64                98/99 
13:40:50 #11 15.90   Installing       : which-2.21-26.fc34.aarch64                           99/99 
13:40:50 #11 15.90   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch          99/99 
13:40:50 #12 3.366  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_arm64.changes
13:40:50 #12 3.444 dpkg-genchanges: info: binary-only upload (no source code included)
13:40:50 #12 3.447  dpkg-source --after-build .
13:40:50 #11 6.722 Unpacking libncurses6:arm64 (6.2+20201114-2) ...
13:40:50 #11 6.763 Selecting previously unselected package libprocps8:arm64.
13:40:50 #11 6.767 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_arm64.deb ...
13:40:50 #11 6.770 Unpacking libprocps8:arm64 (2:3.3.17-5) ...
13:40:50 #11 6.835 Selecting previously unselected package procps.
13:40:50 #11 6.838 Preparing to unpack .../04-procps_2%3a3.3.17-5_arm64.deb ...
13:40:50 #11 6.850 Unpacking procps (2:3.3.17-5) ...
13:40:50 #11 6.924 Selecting previously unselected package libjsoncpp24:arm64.
13:40:50 #11 6.927 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_arm64.deb ...
13:40:50 #11 6.931 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
13:40:50 #11 6.973 Selecting previously unselected package librhash0:arm64.
13:40:50 #12 5.337 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
13:40:50 #11 7.541 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
13:40:50 #11 7.545 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
13:40:50 #11 7.581 Selecting previously unselected package libsystemd-dev:arm64.
13:40:50 #11 7.585 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_arm64.deb ...
13:40:50 #11 7.590 Unpacking libsystemd-dev:arm64 (241-7~deb10u8) ...
13:40:50 #11 7.692 Selecting previously unselected package pkg-config.
13:40:50 #11 7.693 Preparing to unpack .../25-pkg-config_0.29-6_arm64.deb ...
13:40:50 #11 7.697 Unpacking pkg-config (0.29-6) ...
13:40:50 #11 7.769 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
13:40:50 #11 7.783 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
13:40:50 #11 7.793 Setting up libpcre16-3:arm64 (2:8.39-12) ...
13:40:50 #8 50.97 Selecting previously unselected package t1utils.
13:40:50 #8 50.97 Preparing to unpack .../310-t1utils_1.41-3_armhf.deb ...
13:40:50 #8 50.97 Unpacking t1utils (1.41-3) ...
13:40:50 #8 51.01 Selecting previously unselected package lintian.
13:40:50 #8 51.01 Preparing to unpack .../311-lintian_2.15.0_all.deb ...
13:40:50 #8 51.01 Unpacking lintian (2.15.0) ...
13:40:50 #18 exporting layers 2.6s done
13:40:50 #18 writing image sha256:218eeaed28faf604ba05818cba64c6de2e5b581a1d4b21cc3b97872daa0c7e0e done
13:40:50 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
13:40:50 #18 DONE 2.6s
13:40:50 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/aarch64
13:40:50 #8 42.79 Setting up libsigsegv2:armhf (2.13-1) ...
13:40:50 #8 42.80 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:40:50 #8 42.82 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:50 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:50 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:50 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:50 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:50 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:50 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:50 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:50 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:50 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:50 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:50 #8 42.83 Setting up libmpc3:armhf (1.2.0-1) ...
13:40:50 #8 42.85 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
13:40:50 #8 42.86 Setting up patch (2.7.6-7) ...
13:40:50 #8 42.87 Setting up autopoint (0.21-4) ...
13:40:50 #8 42.89 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
13:40:50 #8 42.90 Setting up libnsl-dev:armhf (1.3.0-2) ...
13:40:50 #8 42.91 Setting up sensible-utils (0.0.14) ...
13:40:50 #8 42.92 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
13:40:50 #8 42.94 Setting up libuchardet0:armhf (0.0.7-1) ...
13:40:50 #8 42.95 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
13:40:50 #8 42.97 Setting up git-man (1:2.30.2-1) ...
13:40:50 #8 42.98 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
13:40:50 #8 42.99 Setting up libisl23:armhf (0.23-1) ...
13:40:50 #11 8.836 Preparing to unpack .../22-libsystemd-dev_237-3ubuntu10.53_amd64.deb ...
13:40:50 #11 8.839 Unpacking libsystemd-dev:amd64 (237-3ubuntu10.53) ...
13:40:50 #11 8.901 Selecting previously unselected package pkg-config.
13:40:50 #11 8.904 Preparing to unpack .../23-pkg-config_0.29.1-0ubuntu2_amd64.deb ...
13:40:50 #11 8.907 Unpacking pkg-config (0.29.1-0ubuntu2) ...
13:40:50 #11 8.946 Setting up libsepol1-dev:amd64 (2.7-1ubuntu0.1) ...
13:40:50 #11 8.957 Setting up libuv1:amd64 (1.18.0-3) ...
13:40:50 #11 8.969 Setting up bash-completion (1:2.8-1ubuntu1) ...
13:40:50 #8 60.70   Running scriptlet: glibc-2.35-5.fc36.x86_64                            12/178 
13:40:50 #8 60.81   Installing       : glibc-gconv-extra-2.35-5.fc36.x86_64                13/178 
13:40:50 #8 60.85   Running scriptlet: glibc-gconv-extra-2.35-5.fc36.x86_64                13/178 
13:40:50 #8 60.86   Upgrading        : xz-libs-5.2.5-9.fc36.x86_64                         14/178 
13:40:50 #8 60.87   Upgrading        : elfutils-libelf-0.187-2.fc36.x86_64                 15/178 
13:40:50 #8 60.90   Running scriptlet: rpm-4.17.0-10.fc36.x86_64                           16/178 
13:40:50 #8 60.93   Upgrading        : rpm-4.17.0-10.fc36.x86_64                           16/178 
13:40:50 #9 42.61 Selecting previously unselected package libksba8:armhf.
13:40:50 #9 42.62 Preparing to unpack .../121-libksba8_1.6.0-2build1_armhf.deb ...
13:40:50 #9 42.62 Unpacking libksba8:armhf (1.6.0-2build1) ...
13:40:50 #9 42.65 Selecting previously unselected package libnpth0:armhf.
13:40:50 #9 42.66 Preparing to unpack .../122-libnpth0_1.6-3build2_armhf.deb ...
13:40:50 #9 42.66 Unpacking libnpth0:armhf (1.6-3build2) ...
13:40:50 #9 42.70 Selecting previously unselected package dirmngr.
13:40:50 #9 42.70 Preparing to unpack .../123-dirmngr_2.2.27-3ubuntu2_armhf.deb ...
13:40:50 #9 42.71 Unpacking dirmngr (2.2.27-3ubuntu2) ...
13:40:50 #9 42.75 Selecting previously unselected package gnupg-l10n.
13:40:50 #9 42.75 Preparing to unpack .../124-gnupg-l10n_2.2.27-3ubuntu2_all.deb ...
13:40:50 #9 42.75 Unpacking gnupg-l10n (2.2.27-3ubuntu2) ...
13:40:50 #9 42.79 Selecting previously unselected package gnupg-utils.
13:40:50 #9 42.79 Preparing to unpack .../125-gnupg-utils_2.2.27-3ubuntu2_armhf.deb ...
13:40:50 #9 42.79 Unpacking gnupg-utils (2.2.27-3ubuntu2) ...
13:40:50 #9 42.83 Selecting previously unselected package gpg.
13:40:50 #9 42.83 Preparing to unpack .../126-gpg_2.2.27-3ubuntu2_armhf.deb ...
13:40:50 #9 42.83 Unpacking gpg (2.2.27-3ubuntu2) ...
13:40:50 #9 42.87 Selecting previously unselected package pinentry-curses.
13:40:50 #9 42.87 Preparing to unpack .../127-pinentry-curses_1.1.1-1build2_armhf.deb ...
13:40:50 #12 7.524 Selecting previously unselected package libjsoncpp1:arm64.
13:40:50 #12 7.527 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_arm64.deb ...
13:40:50 #12 7.531 Unpacking libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ...
13:40:50 #12 7.574 Selecting previously unselected package librhash0:arm64.
13:40:50 #12 7.577 Preparing to unpack .../04-librhash0_1.3.9-1_arm64.deb ...
13:40:50 #12 7.581 Unpacking librhash0:arm64 (1.3.9-1) ...
13:40:50 #12 7.625 Selecting previously unselected package libuv1:arm64.
13:40:50 #12 7.628 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_arm64.deb ...
13:40:50 #12 7.632 Unpacking libuv1:arm64 (1.34.2-1ubuntu1.3) ...
13:40:50 #12 7.665 Selecting previously unselected package cmake.
13:40:50 #12 7.668 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_arm64.deb ...
13:40:50 #12 7.672 Unpacking cmake (3.16.3-1ubuntu1) ...
13:40:51 #9 49.48 Preparing to unpack .../263-libhttp-daemon-perl_6.06-1_all.deb ...
13:40:51 #9 49.48 Unpacking libhttp-daemon-perl (6.06-1) ...
13:40:51 #9 49.56 Selecting previously unselected package libidn11:armhf.
13:40:51 #9 49.56 Preparing to unpack .../264-libidn11_1.33-2.2ubuntu2_armhf.deb ...
13:40:51 #9 49.57 Unpacking libidn11:armhf (1.33-2.2ubuntu2) ...
13:40:51 #9 49.61 Selecting previously unselected package libstruct-dumb-perl.
13:40:51 #9 49.61 Preparing to unpack .../265-libstruct-dumb-perl_0.09-1_all.deb ...
13:40:51 #9 49.62 Unpacking libstruct-dumb-perl (0.09-1) ...
13:40:51 #9 49.65 Selecting previously unselected package libio-async-perl.
13:40:51 #9 49.65 Preparing to unpack .../266-libio-async-perl_0.75-1_all.deb ...
13:40:51 #9 49.66 Unpacking libio-async-perl (0.75-1) ...
13:40:51 #9 49.72 Selecting previously unselected package liblinux-epoll-perl.
13:40:51 #8 44.36 Selecting previously unselected package liblist-moreutils-perl.
13:40:51 #8 44.36 Preparing to unpack .../211-liblist-moreutils-perl_0.430-2_all.deb ...
13:40:51 #8 44.36 Unpacking liblist-moreutils-perl (0.430-2) ...
13:40:51 #8 44.39 Selecting previously unselected package libdata-dpath-perl.
13:40:51 #8 44.39 Preparing to unpack .../212-libdata-dpath-perl_0.58-1_all.deb ...
13:40:51 #8 44.40 Unpacking libdata-dpath-perl (0.58-1) ...
13:40:51 #8 44.43 Selecting previously unselected package libdata-dump-perl.
13:40:51 #8 44.44 Preparing to unpack .../213-libdata-dump-perl_1.23-1.1_all.deb ...
13:40:51 #8 44.44 Unpacking libdata-dump-perl (1.23-1.1) ...
13:40:51 #8 44.47 Selecting previously unselected package libdata-messagepack-perl.
13:40:51 #8 44.47 Preparing to unpack .../214-libdata-messagepack-perl_1.00-4+b1_armhf.deb ...
13:40:51 #8 44.48 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
13:40:51 #8 44.51 Selecting previously unselected package libnet-domain-tld-perl.
13:40:51 #8 44.51 Preparing to unpack .../215-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:40:51 #8 44.51 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:40:51 #8 44.54 Selecting previously unselected package libdata-validate-domain-perl.
13:40:51 #8 44.55 Preparing to unpack .../216-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:40:51 #8 44.55 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:40:51 #9 48.44 Preparing to unpack .../175-python3-six_1.16.0-2_all.deb ...
13:40:51 #9 48.44 Unpacking python3-six (1.16.0-2) ...
13:40:51 #9 48.48 Selecting previously unselected package zstd.
13:40:51 #9 48.48 Preparing to unpack .../176-zstd_1.4.8+dfsg-2.1_armhf.deb ...
13:40:51 #9 48.48 Unpacking zstd (1.4.8+dfsg-2.1) ...
13:40:51 #9 48.58 Selecting previously unselected package python3-debian.
13:40:51 #9 48.58 Preparing to unpack .../177-python3-debian_0.1.39ubuntu1_all.deb ...
13:40:51 #9 48.58 Unpacking python3-debian (0.1.39ubuntu1) ...
13:40:51 #9 48.66 Selecting previously unselected package libgpgme11:armhf.
13:40:51 #9 48.66 Preparing to unpack .../178-libgpgme11_1.14.0-1ubuntu4_armhf.deb ...
13:40:51 #9 48.66 Unpacking libgpgme11:armhf (1.14.0-1ubuntu4) ...
13:40:51 #9 48.70 Selecting previously unselected package python3-gpg.
13:40:51 #12 3.546 dpkg-buildpackage: info: binary-only upload (no source included)
13:40:51 #12 3.551 
13:40:51 #12 3.551 The package has been created.
13:40:51 #12 3.551 Attention, the package has been created in the current directory,
13:40:51 #12 3.551 not in ".." as indicated by the message above!
13:40:51 #12 3.575 Selecting previously unselected package docker-ce-build-deps.
13:40:51 #12 3.590 (Reading database ... 26763 files and directories currently installed.)
13:40:51 #12 3.592 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:51 #12 3.595 Unpacking docker-ce-build-deps (1.0) ...
13:40:51 #11 6.976 Preparing to unpack .../06-librhash0_1.4.1-2_arm64.deb ...
13:40:51 #11 6.980 Unpacking librhash0:arm64 (1.4.1-2) ...
13:40:51 #11 7.022 Selecting previously unselected package libuv1:arm64.
13:40:51 #11 7.026 Preparing to unpack .../07-libuv1_1.40.0-2_arm64.deb ...
13:40:51 #11 7.030 Unpacking libuv1:arm64 (1.40.0-2) ...
13:40:51 #11 7.075 Selecting previously unselected package cmake.
13:40:51 #11 7.079 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_arm64.deb ...
13:40:51 #11 7.084 Unpacking cmake (3.18.4-2+deb11u1) ...
13:40:51 #12 5.608 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive13 amd64 3.4.0-2ubuntu1.2 [327 kB]
13:40:51 #12 5.627 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
13:40:51 #12 5.630 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
13:40:51 #12 5.636 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
13:40:51 #12 5.640 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB]
13:40:51 #8 51.22 Selecting previously unselected package lsb-release.
13:40:51 #8 51.22 Preparing to unpack .../312-lsb-release_10.2019051400_all.deb ...
13:40:51 #8 51.23 Unpacking lsb-release (10.2019051400) ...
13:40:51 #8 51.27 Selecting previously unselected package mailutils.
13:40:51 #8 51.27 Preparing to unpack .../313-mailutils_1%3a3.5-4_armhf.deb ...
13:40:51 #8 51.28 Unpacking mailutils (1:3.5-4) ...
13:40:51 #8 51.37 Selecting previously unselected package manpages-dev.
13:40:51 #8 51.37 Preparing to unpack .../314-manpages-dev_4.16-2_all.deb ...
13:40:51 #8 51.37 Unpacking manpages-dev (4.16-2) ...
13:40:51 #11 7.803 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
13:40:51 #11 7.816 Setting up libprocps7:arm64 (2:3.3.15-2) ...
13:40:51 #11 7.831 Setting up libsepol1-dev:arm64 (2.8-1) ...
13:40:51 #11 7.843 Setting up libbtrfs0 (4.20.1-2) ...
13:40:51 #11 7.854 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ...
13:40:51 #11 7.866 Setting up bash-completion (1:2.8-6) ...
13:40:51 + set -e
13:40:51 + mkdir -p /root/build-deb/engine
13:40:51 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:40:51 #8 56.31   Running scriptlet: hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
13:40:51 #8 59.37   Verifying        : abattis-cantarell-fonts-0.301-2.fc34.noarch          1/135 
13:40:51 #8 59.37   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.     2/135 
13:40:51 #8 59.37   Verifying        : bzip2-1.0.8-6.fc34.x86_64                            3/135 
13:40:51 #8 59.37   Verifying        : cpio-2.13-10.fc34.x86_64                             4/135 
13:40:51 #8 59.37   Verifying        : dbus-libs-1:1.12.20-3.fc34.x86_64                    5/135 
13:40:51 #8 59.37   Verifying        : desktop-file-utils-0.26-3.fc34.x86_64                6/135 
13:40:51 #8 59.37   Verifying        : diffutils-3.7-8.fc34.x86_64                          7/135 
13:40:51 #8 59.37   Verifying        : dwz-0.14-1.fc34.x86_64                               8/135 
13:40:51 #8 59.37   Verifying        : ed-1.14.2-10.fc34.x86_64                             9/135 
13:40:51 #8 59.37   Verifying        : enchant-1:1.6.0-27.fc34.x86_64                      10/135 
13:40:51 #8 59.37   Verifying        : findutils-1:4.8.0-2.fc34.x86_64                     11/135 
13:40:51 #8 59.37   Verifying        : fonts-srpm-macros-1:2.0.5-5.fc34.noarch             12/135 
13:40:51 #8 59.37   Verifying        : fpc-srpm-macros-1.3-3.fc34.noarch                   13/135 
13:40:51 #8 59.37   Verifying        : ghc-srpm-macros-1.5.0-4.fc34.noarch                 14/135 
13:40:51 #8 59.37   Verifying        : gnat-srpm-macros-4-13.fc34.noarch                   15/135 
13:40:51 #8 59.37   Verifying        : groff-base-1.22.4-7.fc34.x86_64                     16/135 
13:40:51 #8 59.37   Verifying        : gsettings-desktop-schemas-40.0-1.fc34.x86_64        17/135 
13:40:51 #8 59.37   Verifying        : hunspell-1.7.0-9.fc34.x86_64                        18/135 
13:40:51 #8 59.37   Verifying        : hunspell-en-GB-0.20140811.1-18.fc34.noarch          19/135 
13:40:51 #8 59.37   Verifying        : hunspell-en-US-0.20140811.1-18.fc34.noarch          20/135 
13:40:51 #8 59.37   Verifying        : hunspell-filesystem-1.7.0-9.fc34.x86_64             21/135 
13:40:51 #8 59.37   Verifying        : info-6.7-10.fc34.x86_64                             22/135 
13:40:51 #8 59.37   Verifying        : kernel-srpm-macros-1.0-4.fc34.noarch                23/135 
13:40:51 #8 59.37   Verifying        : libappstream-glib-0.7.18-2.fc34.x86_64              24/135 
13:40:51 #8 59.37   Verifying        : libpipeline-1.5.3-2.fc34.x86_64                     25/135 
13:40:51 #8 59.37   Verifying        : libpkgconf-1.7.3-6.fc34.x86_64                      26/135 
13:40:51 #8 59.38   Verifying        : libpng-2:1.6.37-10.fc34.x86_64                      27/135 
13:40:51 #8 59.38   Verifying        : libproxy-0.4.15-30.fc34.x86_64                      28/135 
13:40:51 #8 59.38   Verifying        : libsoup-2.72.0-6.fc34.x86_64                        29/135 
13:40:51 #8 59.38   Verifying        : libstemmer-0-16.585svn.fc34.x86_64                  30/135 
13:40:51 #8 59.38   Verifying        : lua-srpm-macros-1-4.fc34.noarch                     31/135 
13:40:51 #8 59.38   Verifying        : man-db-2.9.3-3.fc34.x86_64                          32/135 
13:40:51 #8 59.38   Verifying        : ncurses-6.2-4.20200222.fc34.x86_64                  33/135 
13:40:51 #8 59.38   Verifying        : nim-srpm-macros-3-4.fc34.noarch                     34/135 
13:40:51 #8 59.38   Verifying        : ocaml-srpm-macros-6-4.fc34.noarch                   35/135 
13:40:51 #8 59.38   Verifying        : openblas-srpm-macros-2-9.fc34.noarch                36/135 
13:40:51 #8 59.38   Verifying        : patch-2.7.6-14.fc34.x86_64                          37/135 
13:40:51 #8 59.38   Verifying        : perl-Carp-1.50-458.fc34.noarch                      38/135 
13:40:51 #8 59.38   Verifying        : perl-Data-Dumper-2.174-460.fc34.x86_64              39/135 
13:40:51 #8 59.38   Verifying        : perl-Digest-MD5-2.58-2.fc34.x86_64                  40/135 
13:40:51 #8 59.38   Verifying        : perl-Exporter-5.74-459.fc34.noarch                  41/135 
13:40:51 #8 59.38   Verifying        : perl-File-Path-2.18-2.fc34.noarch                   42/135 
13:40:51 #8 59.38   Verifying        : perl-File-Temp-1:0.231.100-2.fc34.noarch            43/135 
13:40:51 #8 59.38   Verifying        : perl-Getopt-Long-1:2.52-2.fc34.noarch               44/135 
13:40:51 #8 59.38   Verifying        : perl-IO-Socket-IP-0.41-3.fc34.noarch                45/135 
13:40:51 #8 59.38   Verifying        : perl-IO-Socket-SSL-2.070-2.fc34.noarch              46/135 
13:40:51 #8 59.38   Verifying        : perl-MIME-Base64-3.16-2.fc34.x86_64                 47/135 
13:40:51 #8 59.38   Verifying        : perl-Net-SSLeay-1.90-2.fc34.x86_64                  48/135 
13:40:51 #8 59.38   Verifying        : perl-PathTools-3.78-459.fc34.x86_64                 49/135 
13:40:51 #8 59.38   Verifying        : perl-Pod-Escapes-1:1.07-458.fc34.noarch             50/135 
13:40:51 #8 59.38   Verifying        : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            51/135 
13:40:51 #8 59.38   Verifying        : perl-Pod-Simple-1:3.42-2.fc34.noarch                52/135 
13:40:51 #8 59.38   Verifying        : perl-Pod-Usage-4:2.01-2.fc34.noarch                 53/135 
13:40:51 #8 59.38   Verifying        : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       54/135 
13:40:51 #8 59.38   Verifying        : perl-Storable-1:3.21-458.fc34.x86_64                55/135 
13:40:51 #8 59.38   Verifying        : perl-Term-ANSIColor-5.01-459.fc34.noarch            56/135 
13:40:51 #8 59.38   Verifying        : perl-Term-Cap-1.17-458.fc34.noarch                  57/135 
13:40:51 #8 59.38   Verifying        : perl-Text-ParseWords-3.30-458.fc34.noarch           58/135 
13:40:51 #8 59.38   Verifying        : perl-Time-Local-2:1.300-5.fc34.noarch               59/135 
13:40:51 #8 59.38   Verifying        : perl-URI-5.09-1.fc34.noarch                         60/135 
13:40:51 #8 59.38   Verifying        : perl-constant-1.33-459.fc34.noarch                  61/135 
13:40:51 #8 59.38   Verifying        : perl-libnet-3.13-2.fc34.noarch                      62/135 
13:40:51 #8 59.38   Verifying        : perl-parent-1:0.238-458.fc34.noarch                 63/135 
13:40:51 #8 59.38   Verifying        : perl-podlators-1:4.14-458.fc34.noarch               64/135 
13:40:51 #8 59.38   Verifying        : perl-srpm-macros-1-39.fc34.noarch                   65/135 
13:40:51 #8 59.38   Verifying        : pkgconf-1.7.3-6.fc34.x86_64                         66/135 
13:40:51 #8 59.38   Verifying        : pkgconf-m4-1.7.3-6.fc34.noarch                      67/135 
13:40:51 #8 59.38   Verifying        : pkgconf-pkg-config-1.7.3-6.fc34.x86_64              68/135 
13:40:51 #8 59.38   Verifying        : python3-dateutil-1:2.8.1-3.fc34.noarch              69/135 
13:40:51 #8 59.38   Verifying        : python3-distro-1.5.0-5.fc34.noarch                  70/135 
13:40:51 #8 59.38   Verifying        : python3-six-1.15.0-5.fc34.noarch                    71/135 
13:40:51 #8 59.38   Verifying        : qt5-srpm-macros-5.15.2-2.fc34.noarch                72/135 
13:40:51 #8 59.38   Verifying        : rpm-build-4.16.1.3-1.fc34.x86_64                    73/135 
13:40:51 #8 59.38   Verifying        : shared-mime-info-2.1-2.fc34.x86_64                  74/135 
13:40:51 #8 59.38   Verifying        : unzip-6.0-50.fc34.x86_64                            75/135 
13:40:51 #8 59.38   Verifying        : xz-5.2.5-5.fc34.x86_64                              76/135 
13:40:51 #8 59.38   Verifying        : zip-3.0-28.fc34.x86_64                              77/135 
13:40:51 #8 59.38   Verifying        : binutils-2.35.2-6.fc34.x86_64                       78/135 
13:40:51 #8 59.38   Verifying        : binutils-gold-2.35.2-6.fc34.x86_64                  79/135 
13:40:51 #8 59.38   Verifying        : dnf-plugins-core-4.0.24-1.fc34.noarch               80/135 
13:40:51 #8 59.38   Verifying        : efi-srpm-macros-5-4.fc34.noarch                     81/135 
13:40:51 #8 59.38   Verifying        : elfutils-0.186-1.fc34.x86_64                        82/135 
13:40:51 #8 59.38   Verifying        : elfutils-debuginfod-client-0.186-1.fc34.x86_64      83/135 
13:40:51 #8 59.38   Verifying        : emacs-filesystem-1:27.2-5.fc34.noarch               84/135 
13:40:51 #8 59.38   Verifying        : file-5.39-7.fc34.x86_64                             85/135 
13:40:51 #8 59.38   Verifying        : gdb-minimal-11.1-5.fc34.x86_64                      86/135 
13:40:51 #8 59.38   Verifying        : gdk-pixbuf2-2.42.6-1.fc34.x86_64                    87/135 
13:40:51 #8 59.38   Verifying        : glib-networking-2.68.3-1.fc34.x86_64                88/135 
13:40:51 #8 59.38   Verifying        : go-srpm-macros-3.0.15-1.fc34.noarch                 89/135 
13:40:51 #8 59.38   Verifying        : json-glib-1.6.6-1.fc34.x86_64                       90/135 
13:40:51 #8 59.38   Verifying        : less-590-2.fc34.x86_64                              91/135 
13:40:51 #8 59.38   Verifying        : libjpeg-turbo-2.0.90-3.fc34.x86_64                  92/135 
13:40:51 #8 59.38   Verifying        : perl-AutoLoader-5.74-477.fc34.noarch                93/135 
13:40:51 #8 59.38   Verifying        : perl-B-1.80-477.fc34.x86_64                         94/135 
13:40:51 #8 59.38   Verifying        : perl-Class-Struct-0.66-477.fc34.noarch              95/135 
13:40:51 #8 59.38   Verifying        : perl-Digest-1.20-1.fc34.noarch                      96/135 
13:40:51 #8 59.38   Verifying        : perl-DynaLoader-1.47-477.fc34.x86_64                97/135 
13:40:51 #8 59.38   Verifying        : perl-Encode-4:3.15-462.fc34.x86_64                  98/135 
13:40:51 #8 59.38   Verifying        : perl-Errno-1.30-477.fc34.x86_64                     99/135 
13:40:51 #8 59.38   Verifying        : perl-Fcntl-1.13-477.fc34.x86_64                    100/135 
13:40:51 #8 59.38   Verifying        : perl-File-Basename-2.85-477.fc34.noarch            101/135 
13:40:51 #8 59.38   Verifying        : perl-File-stat-1.09-477.fc34.noarch                102/135 
13:40:51 #8 59.38   Verifying        : perl-FileHandle-2.03-477.fc34.noarch               103/135 
13:40:51 #8 59.38   Verifying        : perl-Getopt-Std-1.12-477.fc34.noarch               104/135 
13:40:51 #8 59.38   Verifying        : perl-HTTP-Tiny-0.078-1.fc34.noarch                 105/135 
13:40:51 #8 59.38   Verifying        : perl-IO-1.43-477.fc34.x86_64                       106/135 
13:40:51 #8 59.38   Verifying        : perl-IPC-Open3-1.21-477.fc34.noarch                107/135 
13:40:51 #8 59.38   Verifying        : perl-Mozilla-CA-20211001-1.fc34.noarch             108/135 
13:40:51 #8 59.38   Verifying        : perl-NDBM_File-1.15-477.fc34.x86_64                109/135 
13:40:51 #8 59.38   Verifying        : perl-POSIX-1.94-477.fc34.x86_64                    110/135 
13:40:51 #8 59.38   Verifying        : perl-SelectSaver-1.02-477.fc34.noarch              111/135 
13:40:51 #8 59.38   Verifying        : perl-Socket-4:2.032-1.fc34.x86_64                  112/135 
13:40:51 #8 59.38   Verifying        : perl-Symbol-1.08-477.fc34.noarch                   113/135 
13:40:51 #8 59.39   Verifying        : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch        114/135 
13:40:51 #8 59.39   Verifying        : perl-base-2.27-477.fc34.noarch                     115/135 
13:40:51 #8 59.39   Verifying        : perl-if-0.60.800-477.fc34.noarch                   116/135 
13:40:51 #8 59.39   Verifying        : perl-interpreter-4:5.32.1-477.fc34.x86_64          117/135 
13:40:51 #8 59.39   Verifying        : perl-libs-4:5.32.1-477.fc34.x86_64                 118/135 
13:40:51 #8 59.39   Verifying        : perl-mro-1.23-477.fc34.x86_64                      119/135 
13:40:51 #8 59.39   Verifying        : perl-overload-1.31-477.fc34.noarch                 120/135 
13:40:51 #8 59.39   Verifying        : perl-overloading-0.02-477.fc34.noarch              121/135 
13:40:51 #8 59.39   Verifying        : perl-subs-1.03-477.fc34.noarch                     122/135 
13:40:51 #8 59.39   Verifying        : perl-vars-1.05-477.fc34.noarch                     123/135 
13:40:51 #8 59.39   Verifying        : python-srpm-macros-3.9-41.fc34.noarch              124/135 
13:40:51 #8 59.39   Verifying        : python3-dbus-1.2.18-1.fc34.x86_64                  125/135 
13:40:51 #8 59.39   Verifying        : python3-dnf-plugins-core-4.0.24-1.fc34.noarch      126/135 
13:40:51 #8 59.39   Verifying        : python3-enchant-3.2.1-1.fc34.noarch                127/135 
13:40:51 #8 59.39   Verifying        : python3-file-magic-5.39-7.fc34.noarch              128/135 
13:40:51 #8 59.39   Verifying        : python3-setuptools-53.0.0-3.fc34.noarch            129/135 
13:40:51 #8 59.39   Verifying        : redhat-rpm-config-183-3.fc34.noarch                130/135 
13:40:51 #8 59.39   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc34.noarch         131/135 
13:40:51 #8 59.39   Verifying        : rpmlint-1.11-19.fc34.noarch                        132/135 
13:40:51 #8 59.39   Verifying        : rust-srpm-macros-21-1.fc34.noarch                  133/135 
13:40:51 #8 59.39   Verifying        : xxhash-libs-0.8.1-1.fc34.x86_64                    134/135 
13:40:51 #8 59.39   Verifying        : zstd-1.5.2-1.fc34.x86_64                           135/135 
13:40:51 #8 59.53 
13:40:51 #8 59.53 Installed:
13:40:51 #8 59.53   abattis-cantarell-fonts-0.301-2.fc34.noarch                                   
13:40:51 #8 59.53   adobe-source-code-pro-fonts-2.030.1.050-10.fc34.noarch                        
13:40:51 #8 59.53   binutils-2.35.2-6.fc34.x86_64                                                 
13:40:51 #8 59.53   binutils-gold-2.35.2-6.fc34.x86_64                                            
13:40:51 #8 59.53   bzip2-1.0.8-6.fc34.x86_64                                                     
13:40:51 #8 59.53   cpio-2.13-10.fc34.x86_64                                                      
13:40:51 #8 59.53   dbus-libs-1:1.12.20-3.fc34.x86_64                                             
13:40:51 #8 59.53   desktop-file-utils-0.26-3.fc34.x86_64                                         
13:40:51 #8 59.53   diffutils-3.7-8.fc34.x86_64                                                   
13:40:51 #8 59.53   dnf-plugins-core-4.0.24-1.fc34.noarch                                         
13:40:51 #8 59.53   dwz-0.14-1.fc34.x86_64                                                        
13:40:51 #8 59.53   ed-1.14.2-10.fc34.x86_64                                                      
13:40:51 #8 59.53   efi-srpm-macros-5-4.fc34.noarch                                               
13:40:51 #8 59.53   elfutils-0.186-1.fc34.x86_64                                                  
13:40:51 #8 59.53   elfutils-debuginfod-client-0.186-1.fc34.x86_64                                
13:40:51 #8 59.53   emacs-filesystem-1:27.2-5.fc34.noarch                                         
13:40:51 #8 59.53   enchant-1:1.6.0-27.fc34.x86_64                                                
13:40:51 #8 59.53   file-5.39-7.fc34.x86_64                                                       
13:40:51 #8 59.53   findutils-1:4.8.0-2.fc34.x86_64                                               
13:40:51 #8 59.53   fonts-srpm-macros-1:2.0.5-5.fc34.noarch                                       
13:40:51 #8 59.53   fpc-srpm-macros-1.3-3.fc34.noarch                                             
13:40:51 #8 59.53   gdb-minimal-11.1-5.fc34.x86_64                                                
13:40:51 #8 59.53   gdk-pixbuf2-2.42.6-1.fc34.x86_64                                              
13:40:51 #8 59.53   ghc-srpm-macros-1.5.0-4.fc34.noarch                                           
13:40:51 #8 59.53   glib-networking-2.68.3-1.fc34.x86_64                                          
13:40:51 #8 59.53   gnat-srpm-macros-4-13.fc34.noarch                                             
13:40:51 #8 59.53   go-srpm-macros-3.0.15-1.fc34.noarch                                           
13:40:51 #8 59.53   groff-base-1.22.4-7.fc34.x86_64                                               
13:40:51 #8 59.53   gsettings-desktop-schemas-40.0-1.fc34.x86_64                                  
13:40:51 #8 59.53   hunspell-1.7.0-9.fc34.x86_64                                                  
13:40:51 #8 59.53   hunspell-en-GB-0.20140811.1-18.fc34.noarch                                    
13:40:51 #8 59.53   hunspell-en-US-0.20140811.1-18.fc34.noarch                                    
13:40:51 #8 59.53   hunspell-filesystem-1.7.0-9.fc34.x86_64                                       
13:40:51 #8 59.53   info-6.7-10.fc34.x86_64                                                       
13:40:51 #8 59.53   json-glib-1.6.6-1.fc34.x86_64                                                 
13:40:51 #8 59.53   kernel-srpm-macros-1.0-4.fc34.noarch                                          
13:40:51 #8 59.53   less-590-2.fc34.x86_64                                                        
13:40:51 #8 59.53   libappstream-glib-0.7.18-2.fc34.x86_64                                        
13:40:51 #8 59.53   libjpeg-turbo-2.0.90-3.fc34.x86_64                                            
13:40:51 #8 59.53   libpipeline-1.5.3-2.fc34.x86_64                                               
13:40:51 #8 59.53   libpkgconf-1.7.3-6.fc34.x86_64                                                
13:40:51 #8 59.53   libpng-2:1.6.37-10.fc34.x86_64                                                
13:40:51 #8 59.53   libproxy-0.4.15-30.fc34.x86_64                                                
13:40:51 #8 59.53   libsoup-2.72.0-6.fc34.x86_64                                                  
13:40:51 #8 59.53   libstemmer-0-16.585svn.fc34.x86_64                                            
13:40:51 #8 59.53   lua-srpm-macros-1-4.fc34.noarch                                               
13:40:51 #8 59.53   man-db-2.9.3-3.fc34.x86_64                                                    
13:40:51 #8 59.53   ncurses-6.2-4.20200222.fc34.x86_64                                            
13:40:51 #8 59.53   nim-srpm-macros-3-4.fc34.noarch                                               
13:40:51 #8 59.53   ocaml-srpm-macros-6-4.fc34.noarch                                             
13:40:51 #8 59.53   openblas-srpm-macros-2-9.fc34.noarch                                          
13:40:51 #8 59.53   patch-2.7.6-14.fc34.x86_64                                                    
13:40:51 #8 59.53   perl-AutoLoader-5.74-477.fc34.noarch                                          
13:40:51 #8 59.53   perl-B-1.80-477.fc34.x86_64                                                   
13:40:51 #8 59.53   perl-Carp-1.50-458.fc34.noarch                                                
13:40:51 #8 59.53   perl-Class-Struct-0.66-477.fc34.noarch                                        
13:40:51 #8 59.53   perl-Data-Dumper-2.174-460.fc34.x86_64                                        
13:40:51 #8 59.53   perl-Digest-1.20-1.fc34.noarch                                                
13:40:51 #8 59.53   perl-Digest-MD5-2.58-2.fc34.x86_64                                            
13:40:51 #8 59.53   perl-DynaLoader-1.47-477.fc34.x86_64                                          
13:40:51 #8 59.53   perl-Encode-4:3.15-462.fc34.x86_64                                            
13:40:51 #8 59.53   perl-Errno-1.30-477.fc34.x86_64                                               
13:40:51 #8 59.53   perl-Exporter-5.74-459.fc34.noarch                                            
13:40:51 #8 59.53   perl-Fcntl-1.13-477.fc34.x86_64                                               
13:40:51 #8 59.53   perl-File-Basename-2.85-477.fc34.noarch                                       
13:40:51 #8 59.53   perl-File-Path-2.18-2.fc34.noarch                                             
13:40:51 #8 59.53   perl-File-Temp-1:0.231.100-2.fc34.noarch                                      
13:40:51 #8 59.53   perl-File-stat-1.09-477.fc34.noarch                                           
13:40:51 #8 59.53   perl-FileHandle-2.03-477.fc34.noarch                                          
13:40:51 #8 59.53   perl-Getopt-Long-1:2.52-2.fc34.noarch                                         
13:40:51 #8 59.53   perl-Getopt-Std-1.12-477.fc34.noarch                                          
13:40:51 #8 59.53   perl-HTTP-Tiny-0.078-1.fc34.noarch                                            
13:40:51 #8 59.53   perl-IO-1.43-477.fc34.x86_64                                                  
13:40:51 #8 59.53   perl-IO-Socket-IP-0.41-3.fc34.noarch                                          
13:40:51 #8 59.53   perl-IO-Socket-SSL-2.070-2.fc34.noarch                                        
13:40:51 #8 59.53   perl-IPC-Open3-1.21-477.fc34.noarch                                           
13:40:51 #8 59.53   perl-MIME-Base64-3.16-2.fc34.x86_64                                           
13:40:51 #8 59.53   perl-Mozilla-CA-20211001-1.fc34.noarch                                        
13:40:51 #8 59.53   perl-NDBM_File-1.15-477.fc34.x86_64                                           
13:40:51 #8 59.53   perl-Net-SSLeay-1.90-2.fc34.x86_64                                            
13:40:51 #8 59.53   perl-POSIX-1.94-477.fc34.x86_64                                               
13:40:51 #8 59.53   perl-PathTools-3.78-459.fc34.x86_64                                           
13:40:51 #8 59.53   perl-Pod-Escapes-1:1.07-458.fc34.noarch                                       
13:40:51 #8 59.53   perl-Pod-Perldoc-3.28.01-459.fc34.noarch                                      
13:40:51 #8 59.53   perl-Pod-Simple-1:3.42-2.fc34.noarch                                          
13:40:51 #8 59.53   perl-Pod-Usage-4:2.01-2.fc34.noarch                                           
13:40:51 #8 59.53   perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64                                 
13:40:51 #8 59.53   perl-SelectSaver-1.02-477.fc34.noarch                                         
13:40:51 #8 59.53   perl-Socket-4:2.032-1.fc34.x86_64                                             
13:40:51 #8 59.53   perl-Storable-1:3.21-458.fc34.x86_64                                          
13:40:51 #8 59.53   perl-Symbol-1.08-477.fc34.noarch                                              
13:40:51 #8 59.53   perl-Term-ANSIColor-5.01-459.fc34.noarch                                      
13:40:51 #8 59.53   perl-Term-Cap-1.17-458.fc34.noarch                                            
13:40:51 #8 59.53   perl-Text-ParseWords-3.30-458.fc34.noarch                                     
13:40:51 #8 59.53   perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch                                   
13:40:51 #8 59.53   perl-Time-Local-2:1.300-5.fc34.noarch                                         
13:40:51 #8 59.53   perl-URI-5.09-1.fc34.noarch                                                   
13:40:51 #8 59.53   perl-base-2.27-477.fc34.noarch                                                
13:40:51 #8 59.53   perl-constant-1.33-459.fc34.noarch                                            
13:40:51 #8 59.53   perl-if-0.60.800-477.fc34.noarch                                              
13:40:51 #8 59.53   perl-interpreter-4:5.32.1-477.fc34.x86_64                                     
13:40:51 #8 59.53   perl-libnet-3.13-2.fc34.noarch                                                
13:40:51 #8 59.53   perl-libs-4:5.32.1-477.fc34.x86_64                                            
13:40:51 #8 59.53   perl-mro-1.23-477.fc34.x86_64                                                 
13:40:51 #8 59.53   perl-overload-1.31-477.fc34.noarch                                            
13:40:51 #8 59.53   perl-overloading-0.02-477.fc34.noarch                                         
13:40:51 #8 59.53   perl-parent-1:0.238-458.fc34.noarch                                           
13:40:51 #8 59.53   perl-podlators-1:4.14-458.fc34.noarch                                         
13:40:51 #8 59.53   perl-srpm-macros-1-39.fc34.noarch                                             
13:40:51 #8 59.53   perl-subs-1.03-477.fc34.noarch                                                
13:40:51 #8 59.53   perl-vars-1.05-477.fc34.noarch                                                
13:40:51 #8 59.53   pkgconf-1.7.3-6.fc34.x86_64                                                   
13:40:51 #8 59.53   pkgconf-m4-1.7.3-6.fc34.noarch                                                
13:40:51 #8 59.53   pkgconf-pkg-config-1.7.3-6.fc34.x86_64                                        
13:40:51 #8 59.53   python-srpm-macros-3.9-41.fc34.noarch                                         
13:40:51 #8 59.53   python3-dateutil-1:2.8.1-3.fc34.noarch                                        
13:40:51 #8 59.53   python3-dbus-1.2.18-1.fc34.x86_64                                             
13:40:51 #8 59.53   python3-distro-1.5.0-5.fc34.noarch                                            
13:40:51 #8 59.53   python3-dnf-plugins-core-4.0.24-1.fc34.noarch                                 
13:40:51 #8 59.53   python3-enchant-3.2.1-1.fc34.noarch                                           
13:40:51 #8 59.53   python3-file-magic-5.39-7.fc34.noarch                                         
13:40:51 #8 59.53   python3-setuptools-53.0.0-3.fc34.noarch                                       
13:40:51 #8 59.53   python3-six-1.15.0-5.fc34.noarch                                              
13:40:51 #8 59.53   qt5-srpm-macros-5.15.2-2.fc34.noarch                                          
13:40:51 #8 59.53   redhat-rpm-config-183-3.fc34.noarch                                           
13:40:51 #8 59.53   rpm-build-4.16.1.3-1.fc34.x86_64                                              
13:40:51 #8 59.53   rpmautospec-rpm-macros-0.2.6-1.fc34.noarch                                    
13:40:51 #8 59.53   rpmlint-1.11-19.fc34.noarch                                                   
13:40:51 #8 59.53   rust-srpm-macros-21-1.fc34.noarch                                             
13:40:51 #8 59.53   shared-mime-info-2.1-2.fc34.x86_64                                            
13:40:51 #8 59.53   unzip-6.0-50.fc34.x86_64                                                      
13:40:51 #8 59.53   xxhash-libs-0.8.1-1.fc34.x86_64                                               
13:40:51 #8 59.53   xz-5.2.5-5.fc34.x86_64                                                        
13:40:51 #8 59.53   zip-3.0-28.fc34.x86_64                                                        
13:40:51 #8 59.53   zstd-1.5.2-1.fc34.x86_64                                                      
13:40:51 #8 59.53 
13:40:51 #8 59.53 Complete!
13:40:51 #8 DONE 59.7s
13:40:51 
13:40:51 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
13:40:51 #10 sha256:10161341b9e116080dc08e4f4124dc646fce3dab442b695b774ff17aebb2903f
13:40:51 #10 DONE 0.1s
13:40:51 #8 43.00 Setting up libc-dev-bin (2.31-13+rpt2+rpi1+deb11u2) ...
13:40:51 #8 43.02 Setting up libtinfo5:armhf (6.2+20201114-2) ...
13:40:51 #8 43.04 Setting up libelf1:armhf (0.183-1) ...
13:40:51 #8 43.06 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u1) ...
13:40:51 #8 43.08 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
13:40:51 #8 43.10 Setting up cpp-10 (10.2.1-6+rpi1) ...
13:40:51 #8 43.12 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
13:40:51 #8 43.14 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
13:40:51 #8 43.16 Setting up libgdbm6:armhf (1.19-2) ...
13:40:51 #8 43.18 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
13:40:51 #8 43.20 Setting up wdiff (1.2.2-2) ...
13:40:51 #8 43.21 Setting up gettext (0.21-4) ...
13:40:51 #8 60.97   Upgrading        : rpm-libs-4.17.0-10.fc36.x86_64                      17/178 
13:40:51 #8 61.01   Upgrading        : elfutils-libs-0.187-2.fc36.x86_64                   18/178 
13:40:51 #8 61.02   Installing       : elfutils-debuginfod-client-0.187-2.fc36.x86_64      19/178 
13:40:51 #8 61.06   Installing       : binutils-gold-2.37-27.fc36.x86_64                   20/178 
13:40:51 #8 61.19   Installing       : binutils-2.37-27.fc36.x86_64                        21/178 
13:40:51 #8 61.22   Running scriptlet: binutils-2.37-27.fc36.x86_64                        21/178 
13:40:51 #9 42.87 Unpacking pinentry-curses (1.1.1-1build2) ...
13:40:51 #9 42.91 Selecting previously unselected package gpg-agent.
13:40:51 #9 42.91 Preparing to unpack .../128-gpg-agent_2.2.27-3ubuntu2_armhf.deb ...
13:40:51 #9 42.91 Unpacking gpg-agent (2.2.27-3ubuntu2) ...
13:40:51 #9 42.95 Selecting previously unselected package gpg-wks-client.
13:40:51 #9 42.95 Preparing to unpack .../129-gpg-wks-client_2.2.27-3ubuntu2_armhf.deb ...
13:40:51 #9 42.96 Unpacking gpg-wks-client (2.2.27-3ubuntu2) ...
13:40:51 #9 42.98 Selecting previously unselected package gpg-wks-server.
13:40:51 #9 42.98 Preparing to unpack .../130-gpg-wks-server_2.2.27-3ubuntu2_armhf.deb ...
13:40:51 #9 42.99 Unpacking gpg-wks-server (2.2.27-3ubuntu2) ...
13:40:51 #9 43.02 Selecting previously unselected package gpgsm.
13:40:51 #9 43.02 Preparing to unpack .../131-gpgsm_2.2.27-3ubuntu2_armhf.deb ...
13:40:51 #9 43.02 Unpacking gpgsm (2.2.27-3ubuntu2) ...
13:40:51 #9 43.06 Selecting previously unselected package gnupg.
13:40:51 #9 43.06 Preparing to unpack .../132-gnupg_2.2.27-3ubuntu2_all.deb ...
13:40:51 #9 43.06 Unpacking gnupg (2.2.27-3ubuntu2) ...
13:40:51 #9 43.09 Selecting previously unselected package libfile-dirlist-perl.
13:40:51 #9 43.09 Preparing to unpack .../133-libfile-dirlist-perl_0.05-2_all.deb ...
13:40:51 #12 7.964 Selecting previously unselected package dh-apparmor.
13:40:51 #12 7.967 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
13:40:51 #12 7.970 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
13:40:51 #12 8.011 Selecting previously unselected package libbtrfs0:arm64.
13:40:51 #9 49.72 Preparing to unpack .../267-liblinux-epoll-perl_0.017-1_armhf.deb ...
13:40:51 #9 49.73 Unpacking liblinux-epoll-perl (0.017-1) ...
13:40:51 #9 49.76 Selecting previously unselected package libio-async-loop-epoll-perl.
13:40:51 #9 49.77 Preparing to unpack .../268-libio-async-loop-epoll-perl_0.20-1_all.deb ...
13:40:51 #9 49.78 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
13:40:51 #9 49.82 Selecting previously unselected package libtypes-serialiser-perl.
13:40:51 #9 49.82 Preparing to unpack .../269-libtypes-serialiser-perl_1.0-1_all.deb ...
13:40:51 #9 49.83 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:40:51 #9 49.86 Selecting previously unselected package libjson-xs-perl.
13:40:51 #9 49.86 Preparing to unpack .../270-libjson-xs-perl_4.020-1build1_armhf.deb ...
13:40:51 #9 49.87 Unpacking libjson-xs-perl (4.020-1build1) ...
13:40:51 #9 49.91 Selecting previously unselected package libjson-maybexs-perl.
13:40:51 #9 49.91 Preparing to unpack .../271-libjson-maybexs-perl_1.004000-1_all.deb ...
13:40:51 #9 49.91 Unpacking libjson-maybexs-perl (1.004000-1) ...
13:40:51 #9 49.94 Selecting previously unselected package liblist-compare-perl.
13:40:51 #9 49.95 Preparing to unpack .../272-liblist-compare-perl_0.53-1_all.deb ...
13:40:51 #9 49.95 Unpacking liblist-compare-perl (0.53-1) ...
13:40:51 #9 49.99 Selecting previously unselected package liblist-moreutils-perl.
13:40:51 #9 50.00 Preparing to unpack .../273-liblist-moreutils-perl_0.416-1build5_armhf.deb ...
13:40:51 #9 50.00 Unpacking liblist-moreutils-perl (0.416-1build5) ...
13:40:51 #9 50.05 Selecting previously unselected package liblist-someutils-perl.
13:40:51 #9 50.05 Preparing to unpack .../274-liblist-someutils-perl_0.58-1_all.deb ...
13:40:51 #12 7.382 Unpacking bash-completion (1:2.11-2ubuntu1) ...
13:40:51 #12 7.539 Selecting previously unselected package cmake-data.
13:40:51 #12 7.542 Preparing to unpack .../01-cmake-data_3.18.4-2ubuntu2_all.deb ...
13:40:51 #12 7.546 Unpacking cmake-data (3.18.4-2ubuntu2) ...
13:40:51 #8 44.60 Selecting previously unselected package libdevel-size-perl.
13:40:51 #8 44.60 Preparing to unpack .../217-libdevel-size-perl_0.83-1+b2_armhf.deb ...
13:40:51 #8 44.61 Unpacking libdevel-size-perl (0.83-1+b2) ...
13:40:51 #8 44.64 Selecting previously unselected package libdistro-info-perl.
13:40:51 #8 44.64 Preparing to unpack .../218-libdistro-info-perl_1.0_all.deb ...
13:40:51 #8 44.64 Unpacking libdistro-info-perl (1.0) ...
13:40:51 #8 44.67 Selecting previously unselected package libemail-address-xs-perl.
13:40:51 #8 44.67 Preparing to unpack .../219-libemail-address-xs-perl_1.04-1+b3_armhf.deb ...
13:40:51 #8 44.68 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
13:40:51 #8 44.71 Selecting previously unselected package libfcgi0ldbl:armhf.
13:40:51 #8 44.72 Preparing to unpack .../220-libfcgi0ldbl_2.4.2-2_armhf.deb ...
13:40:51 #8 44.72 Unpacking libfcgi0ldbl:armhf (2.4.2-2) ...
13:40:51 #8 44.75 Selecting previously unselected package libfcgi-bin.
13:40:51 #8 44.75 Preparing to unpack .../221-libfcgi-bin_2.4.2-2_armhf.deb ...
13:40:51 #8 44.75 Unpacking libfcgi-bin (2.4.2-2) ...
13:40:51 #8 44.78 Selecting previously unselected package libfcgi-perl:armhf.
13:40:51 #8 44.78 Preparing to unpack .../222-libfcgi-perl_0.79+ds-2_armhf.deb ...
13:40:51 #8 44.79 Unpacking libfcgi-perl:armhf (0.79+ds-2) ...
13:40:51 #8 44.81 Selecting previously unselected package libipc-system-simple-perl.
13:40:51 #8 44.82 Preparing to unpack .../223-libipc-system-simple-perl_1.30-1_all.deb ...
13:40:51 #8 44.82 Unpacking libipc-system-simple-perl (1.30-1) ...
13:40:51 #8 44.85 Selecting previously unselected package libfile-basedir-perl.
13:40:51 #8 44.85 Preparing to unpack .../224-libfile-basedir-perl_0.08-1_all.deb ...
13:40:51 #8 44.86 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:51 #8 44.89 Selecting previously unselected package libfile-chdir-perl.
13:40:51 #8 44.89 Preparing to unpack .../225-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:40:51 #8 44.89 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:40:51 #9 48.70 Preparing to unpack .../179-python3-gpg_1.14.0-1ubuntu4_armhf.deb ...
13:40:51 #9 48.70 Unpacking python3-gpg (1.14.0-1ubuntu4) ...
13:40:51 #9 48.81 Selecting previously unselected package dput.
13:40:51 #9 48.81 Preparing to unpack .../180-dput_1.1.0ubuntu2_all.deb ...
13:40:51 #9 48.82 Unpacking dput (1.1.0ubuntu2) ...
13:40:51 #9 48.86 Selecting previously unselected package fonts-dejavu-core.
13:40:51 #9 48.86 Preparing to unpack .../181-fonts-dejavu-core_2.37-2build1_all.deb ...
13:40:51 #9 48.86 Unpacking fonts-dejavu-core (2.37-2build1) ...
13:40:51 #11 7.421 Selecting previously unselected package dh-apparmor.
13:40:51 #11 7.422 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
13:40:51 #11 7.426 Unpacking dh-apparmor (2.13.6-10) ...
13:40:51 #11 7.471 Selecting previously unselected package libbtrfs0:arm64.
13:40:51 #11 7.475 Preparing to unpack .../10-libbtrfs0_5.10.1-2_arm64.deb ...
13:40:51 #11 7.479 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
13:40:51 #11 7.524 Selecting previously unselected package libbtrfs-dev:arm64.
13:40:51 #11 7.528 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_arm64.deb ...
13:40:51 #11 7.532 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
13:40:51 #11 7.585 Selecting previously unselected package dmsetup.
13:40:51 #12 5.841 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
13:40:51 #12 5.841 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs0 amd64 5.4.1-2 [175 kB]
13:40:51 #12 5.843 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs-dev amd64 5.4.1-2 [227 kB]
13:40:51 #12 5.845 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
13:40:51 #12 5.847 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
13:40:51 #12 5.847 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.16 [19.7 kB]
13:40:51 #12 5.848 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsepol1 amd64 3.0-1ubuntu0.1 [252 kB]
13:40:51 #12 5.854 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsepol1-dev amd64 3.0-1ubuntu0.1 [325 kB]
13:40:51 #12 5.871 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB]
13:40:51 #12 5.917 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-32-0 amd64 10.34-7 [169 kB]
13:40:51 #12 5.919 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-posix2 amd64 10.34-7 [5992 B]
13:40:51 #8 51.76 Selecting previously unselected package psmisc.
13:40:51 #8 51.76 Preparing to unpack .../315-psmisc_23.2-1+deb10u1_armhf.deb ...
13:40:51 #8 51.76 Unpacking psmisc (23.2-1+deb10u1) ...
13:40:51 #8 51.82 Selecting previously unselected package publicsuffix.
13:40:51 
13:40:51 #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;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
13:40:51 #11 sha256:507cb3c5bba1e49d709a4c653394e87d64f0d759c9b6a9cd1666f0be247fac76
13:40:51 #8 43.22 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
13:40:51 #8 43.24 Setting up m4 (1.4.18-5) ...
13:40:51 #8 43.25 Setting up libgdbm-compat4:armhf (1.19-2) ...
13:40:51 #8 43.26 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
13:40:51 #8 43.28 Setting up dwz (0.13+20210201-1) ...
13:40:51 #8 43.29 Setting up groff-base (1.22.4-6) ...
13:40:51 #8 43.38 Setting up cpp (4:10.2.1-1+rpi1) ...
13:40:51 #8 43.40 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u2) ...
13:40:51 #8 43.45 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
13:40:51 #8 43.46 Setting up python3.9 (3.9.2-1+rpi1) ...
13:40:51 #8 61.24   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch          22/178 
13:40:51 #8 61.28   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch             23/178 
13:40:51 #8 61.29   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch          24/178 
13:40:51 #8 61.30   Installing       : hunspell-1.7.0-19.fc36.x86_64                       25/178 
13:40:51 #8 61.34   Installing       : elfutils-0.187-2.fc36.x86_64                        26/178 
13:40:51 #8 61.35   Upgrading        : rpm-build-libs-4.17.0-10.fc36.x86_64                27/178 
13:40:51 #8 61.42   Upgrading        : libdnf-0.66.0-1.fc36.x86_64                         28/178 
13:40:51 #9 43.09 Unpacking libfile-dirlist-perl (0.05-2) ...
13:40:51 #9 43.12 Selecting previously unselected package libfile-which-perl.
13:40:51 #9 43.12 Preparing to unpack .../134-libfile-which-perl_1.23-1_all.deb ...
13:40:51 #9 43.13 Unpacking libfile-which-perl (1.23-1) ...
13:40:51 #9 43.16 Selecting previously unselected package libfile-homedir-perl.
13:40:51 #9 43.16 Preparing to unpack .../135-libfile-homedir-perl_1.006-1_all.deb ...
13:40:51 #9 43.16 Unpacking libfile-homedir-perl (1.006-1) ...
13:40:51 #9 43.20 Selecting previously unselected package libfile-touch-perl.
13:40:51 #9 43.20 Preparing to unpack .../136-libfile-touch-perl_0.12-1_all.deb ...
13:40:51 #9 43.20 Unpacking libfile-touch-perl (0.12-1) ...
13:40:51 #9 43.25 Selecting previously unselected package libio-pty-perl.
13:40:51 #9 43.25 Preparing to unpack .../137-libio-pty-perl_1%3a1.15-2build2_armhf.deb ...
13:40:51 #9 43.26 Unpacking libio-pty-perl (1:1.15-2build2) ...
13:40:51 #9 43.28 Selecting previously unselected package libipc-run-perl.
13:40:51 #9 43.28 Preparing to unpack .../138-libipc-run-perl_20200505.0-1_all.deb ...
13:40:51 #9 43.29 Unpacking libipc-run-perl (20200505.0-1) ...
13:40:51 #11 9.570 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~18.04.2) ...
13:40:51 #11 9.587 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
13:40:51 #11 9.602 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:51 #11 9.613 Setting up librhash0:amd64 (1.3.6-2) ...
13:40:51 #11 9.631 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:51 #11 9.644 Setting up pkg-config (0.29.1-0ubuntu2) ...
13:40:51 #11 9.688 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
13:40:51 #12 8.014 Preparing to unpack .../08-libbtrfs0_5.4.1-2_arm64.deb ...
13:40:51 #12 8.019 Unpacking libbtrfs0:arm64 (5.4.1-2) ...
13:40:51 #12 8.062 Selecting previously unselected package libbtrfs-dev:arm64.
13:40:51 #12 8.065 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_arm64.deb ...
13:40:51 #12 8.070 Unpacking libbtrfs-dev:arm64 (5.4.1-2) ...
13:40:51 #12 8.140 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:40:51 #12 8.143 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
13:40:51 #12 8.149 Unpacking libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
13:40:51 #12 8.198 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:40:51 #12 8.201 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
13:40:51 #12 8.204 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
13:40:51 #12 8.236 Selecting previously unselected package libudev-dev:arm64.
13:40:51 #12 8.239 Preparing to unpack .../12-libudev-dev_245.4-4ubuntu3.16_arm64.deb ...
13:40:51 #12 8.243 Unpacking libudev-dev:arm64 (245.4-4ubuntu3.16) ...
13:40:51 #9 50.06 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:51 #9 50.09 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:51 #9 50.09 Preparing to unpack .../275-liblist-someutils-xs-perl_0.58-2_armhf.deb ...
13:40:51 #9 50.10 Unpacking liblist-someutils-xs-perl (0.58-2) ...
13:40:51 #9 50.14 Selecting previously unselected package libltdl7:armhf.
13:40:51 #9 50.14 Preparing to unpack .../276-libltdl7_2.4.6-14_armhf.deb ...
13:40:51 #9 50.14 Unpacking libltdl7:armhf (2.4.6-14) ...
13:40:51 #9 50.18 Selecting previously unselected package libltdl-dev:armhf.
13:40:51 #9 50.18 Preparing to unpack .../277-libltdl-dev_2.4.6-14_armhf.deb ...
13:40:51 #9 50.19 Unpacking libltdl-dev:armhf (2.4.6-14) ...
13:40:51 #9 50.24 Selecting previously unselected package libsys-hostname-long-perl.
13:40:51 #9 50.24 Preparing to unpack .../278-libsys-hostname-long-perl_1.5-1_all.deb ...
13:40:51 #9 50.24 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:40:51 #9 50.27 Selecting previously unselected package libmail-sendmail-perl.
13:40:51 #9 50.27 Preparing to unpack .../279-libmail-sendmail-perl_0.80-1_all.deb ...
13:40:51 #9 50.28 Unpacking libmail-sendmail-perl (0.80-1) ...
13:40:51 #9 50.31 Selecting previously unselected package libmoox-aliases-perl.
13:40:51 #12 7.887 Selecting previously unselected package libarchive13:amd64.
13:40:51 #12 7.891 Preparing to unpack .../02-libarchive13_3.4.3-2ubuntu0.2_amd64.deb ...
13:40:51 #15 DONE 2.1s
13:40:51 
13:40:51 #16 [stage-1 9/9] WORKDIR /root/rpmbuild
13:40:51 #16 sha256:054210ec5e775f98b69a9274c142963b5c4ef1ef9e01eaa4585f0de03cf87011
13:40:51 #16 DONE 0.0s
13:40:51 
13:40:51 #17 exporting to image
13:40:51 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:51 #17 exporting layers
13:40:51 #8 44.92 Selecting previously unselected package libfile-fcntllock-perl.
13:40:51 #8 44.92 Preparing to unpack .../226-libfile-fcntllock-perl_0.22-3+b7_armhf.deb ...
13:40:51 #8 44.93 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
13:40:51 #8 44.96 Selecting previously unselected package libnumber-compare-perl.
13:40:51 #8 44.96 Preparing to unpack .../227-libnumber-compare-perl_0.03-1.1_all.deb ...
13:40:51 #8 44.97 Unpacking libnumber-compare-perl (0.03-1.1) ...
13:40:51 #8 45.00 Selecting previously unselected package libtext-glob-perl.
13:40:51 #8 45.00 Preparing to unpack .../228-libtext-glob-perl_0.11-1_all.deb ...
13:40:51 #8 45.01 Unpacking libtext-glob-perl (0.11-1) ...
13:40:51 #8 45.03 Selecting previously unselected package libfile-find-rule-perl.
13:40:51 #8 45.04 Preparing to unpack .../229-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:51 #8 45.04 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:51 #8 45.07 Selecting previously unselected package libfont-afm-perl.
13:40:51 #8 45.07 Preparing to unpack .../230-libfont-afm-perl_1.20-3_all.deb ...
13:40:51 #8 45.08 Unpacking libfont-afm-perl (1.20-3) ...
13:40:51 #8 45.11 Selecting previously unselected package libio-string-perl.
13:40:51 #8 45.11 Preparing to unpack .../231-libio-string-perl_1.08-3.1_all.deb ...
13:40:51 #8 45.12 Unpacking libio-string-perl (1.08-3.1) ...
13:40:51 #9 49.02 Selecting previously unselected package fontconfig-config.
13:40:51 #11 1.376 Last metadata expiration check: 0:00:16 ago on Wed May  4 13:40:35 2022.
13:40:51 #9 49.02 Preparing to unpack .../182-fontconfig-config_2.13.1-4.2ubuntu3_all.deb ...
13:40:51 #9 49.02 Unpacking fontconfig-config (2.13.1-4.2ubuntu3) ...
13:40:51 #9 49.06 Selecting previously unselected package libcurl3-gnutls:armhf.
13:40:51 #9 49.07 Preparing to unpack .../183-libcurl3-gnutls_7.74.0-1.3ubuntu2.1_armhf.deb ...
13:40:51 #9 49.07 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3ubuntu2.1) ...
13:40:51 #9 49.10 Selecting previously unselected package liberror-perl.
13:40:51 #9 49.10 Preparing to unpack .../184-liberror-perl_0.17029-1_all.deb ...
13:40:51 #9 49.11 Unpacking liberror-perl (0.17029-1) ...
13:40:51 #9 49.14 Selecting previously unselected package git-man.
13:40:51 #9 49.14 Preparing to unpack .../185-git-man_1%3a2.32.0-1ubuntu1.2_all.deb ...
13:40:51 #9 49.15 Unpacking git-man (1:2.32.0-1ubuntu1.2) ...
13:40:51 #12 5.992 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-dev amd64 10.34-7 [670 kB]
13:40:51 #12 6.002 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
13:40:51 #12 6.005 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
13:40:51 #12 6.006 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.2 [83.6 kB]
13:40:51 #12 6.007 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.16 [246 kB]
13:40:51 #12 6.011 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
13:40:51 #12 6.193 debconf: delaying package configuration, since apt-utils is not installed
13:40:51 #12 6.227 Fetched 8791 kB in 1s (6043 kB/s)
13:40:51 #12 6.262 Selecting previously unselected package bash-completion.
13:40:51 #11 7.588 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
13:40:51 #11 7.592 Unpacking dmsetup (2:1.02.175-2.1) ...
13:40:51 #11 7.640 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:40:51 #11 7.644 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:40:51 #11 7.648 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:40:51 #11 7.693 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:40:51 #11 7.696 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:40:51 #11 7.701 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:40:51 #11 7.734 Selecting previously unselected package libudev-dev:arm64.
13:40:51 #11 7.737 Preparing to unpack .../15-libudev-dev_247.3-7_arm64.deb ...
13:40:51 #11 7.742 Unpacking libudev-dev:arm64 (247.3-7) ...
13:40:51 #11 7.787 Selecting previously unselected package libsepol1-dev:arm64.
13:40:51 #11 7.790 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
13:40:51 #11 7.795 Unpacking libsepol1-dev:arm64 (3.1-1) ...
13:40:51 #8 51.82 Preparing to unpack .../316-publicsuffix_20211109.1735-0+deb10u1_all.deb ...
13:40:51 #8 51.82 Unpacking publicsuffix (20211109.1735-0+deb10u1) ...
13:40:51 #8 51.87 Selecting previously unselected package python-apt-common.
13:40:51 #8 51.88 Preparing to unpack .../317-python-apt-common_1.8.4.3_all.deb ...
13:40:51 #8 51.88 Unpacking python-apt-common (1.8.4.3) ...
13:40:51 #8 51.94 Selecting previously unselected package python3-apt.
13:40:51 #8 51.94 Preparing to unpack .../318-python3-apt_1.8.4.3_armhf.deb ...
13:40:51 #8 51.94 Unpacking python3-apt (1.8.4.3) ...
13:40:51 #8 52.00 Selecting previously unselected package python3-certifi.
13:40:51 #8 52.00 Preparing to unpack .../319-python3-certifi_2018.8.24-1_all.deb ...
13:40:51 #8 52.00 Unpacking python3-certifi (2018.8.24-1) ...
13:40:51 #8 52.05 Selecting previously unselected package python3-idna.
13:40:51 #8 44.20 Setting up gcc (4:8.3.0-1+rpi2) ...
13:40:51 #8 44.22 Setting up perl (5.28.1-6+deb10u1) ...
13:40:51 #8 44.24 Setting up libio-html-perl (1.001-1) ...
13:40:51 #8 44.26 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
13:40:51 #8 44.28 Setting up libdpkg-perl (1.19.7) ...
13:40:51 #8 44.29 Setting up autoconf (2.69-11) ...
13:40:51 #8 44.36 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:51 #8 44.37 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
13:40:51 #8 44.38 Setting up libdevel-globaldestruction-perl (0.14-1) ...
13:40:51 #8 44.39 Setting up libstrictures-perl (2.000005-1) ...
13:40:51 #8 44.40 Setting up libsub-quote-perl (2.005001-1) ...
13:40:51 #8 44.42 Setting up liburi-perl (1.76-1) ...
13:40:51 #8 44.43 Setting up libnet-ssleay-perl (1.85-2+b1) ...
13:40:51 #8 44.44 Setting up automake (1:1.16.1-4) ...
13:40:51 #8 44.47 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:51 #8 44.47 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:40:51 #8 44.47 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:40:51 #8 44.48 Setting up libhttp-date-perl (6.02-1) ...
13:40:51 #8 44.49 Setting up libfile-which-perl (1.23-1) ...
13:40:51 #8 44.53 Setting up libfile-listing-perl (6.04-1) ...
13:40:51 #8 44.54 Setting up libdynaloader-functions-perl (0.003-1) ...
13:40:51 #8 44.55 Setting up libclass-method-modifiers-perl (2.12-1) ...
13:40:51 #8 44.56 Setting up libio-pty-perl (1:1.08-1.1+b4) ...
13:40:51 #8 44.57 Setting up libarchive-zip-perl (1.64-1) ...
13:40:51 + mkdir -p /root/build-deb/cli
13:40:51 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:40:51 #8 61.47   Upgrading        : python3-libdnf-0.66.0-1.fc36.x86_64                 29/178 
13:40:51 #8 61.48   Upgrading        : python3-hawkey-0.66.0-1.fc36.x86_64                 30/178 
13:40:51 #8 61.52   Installing       : dwz-0.14-2.fc35.x86_64                              31/178 
13:40:51 #8 61.53   Installing       : xz-5.2.5-9.fc36.x86_64                              32/178 
13:40:51 #8 61.57   Installing       : file-5.41-4.fc36.x86_64                             33/178 
13:40:51 #8 61.58   Installing       : libproxy-0.4.17-4.fc36.x86_64                       34/178 
13:40:51 #8 61.61   Installing       : unzip-6.0-57.fc36.x86_64                            35/178 
13:40:51 #8 61.62   Installing       : zip-3.0-32.fc36.x86_64                              36/178 
13:40:51 #8 61.66   Installing       : enchant-1:1.6.0-30.fc36.x86_64                      37/178 
13:40:51 #11 8.661 Setting up libpcre32-3:arm64 (2:8.39-12) ...
13:40:51 #9 43.33 Selecting previously unselected package libclass-method-modifiers-perl.
13:40:51 #9 43.33 Preparing to unpack .../139-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:40:51 #9 43.34 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:40:51 #9 43.36 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:51 #9 43.36 Preparing to unpack .../140-libclass-xsaccessor-perl_1.19-3build9_armhf.deb ...
13:40:51 #9 43.37 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
13:40:51 #9 43.40 Selecting previously unselected package libb-hooks-op-check-perl.
13:40:51 #9 43.40 Preparing to unpack .../141-libb-hooks-op-check-perl_0.22-1build5_armhf.deb ...
13:40:51 #9 43.41 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
13:40:51 #9 43.44 Selecting previously unselected package libdynaloader-functions-perl.
13:40:51 #9 43.44 Preparing to unpack .../142-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:40:51 #9 43.44 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:40:51 #9 43.47 Selecting previously unselected package libdevel-callchecker-perl.
13:40:51 #9 43.47 Preparing to unpack .../143-libdevel-callchecker-perl_0.008-1ubuntu4_armhf.deb ...
13:40:51 #9 43.47 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
13:40:51 #9 43.50 Selecting previously unselected package libparams-classify-perl.
13:40:51 #9 43.51 Preparing to unpack .../144-libparams-classify-perl_0.015-1build5_armhf.deb ...
13:40:51 #9 43.51 Unpacking libparams-classify-perl (0.015-1build5) ...
13:40:51 #9 43.55 Selecting previously unselected package libmodule-runtime-perl.
13:40:51 #9 43.55 Preparing to unpack .../145-libmodule-runtime-perl_0.016-1_all.deb ...
13:40:51 #9 43.56 Unpacking libmodule-runtime-perl (0.016-1) ...
13:40:51 #9 43.58 Selecting previously unselected package libimport-into-perl.
13:40:51 #9 43.59 Preparing to unpack .../146-libimport-into-perl_1.002005-1_all.deb ...
13:40:51 #9 43.59 Unpacking libimport-into-perl (1.002005-1) ...
13:40:51 #9 43.62 Selecting previously unselected package librole-tiny-perl.
13:40:51 #9 43.62 Preparing to unpack .../147-librole-tiny-perl_2.002004-1_all.deb ...
13:40:51 #9 43.63 Unpacking librole-tiny-perl (2.002004-1) ...
13:40:51 #9 43.65 Selecting previously unselected package libsub-quote-perl.
13:40:51 #11 9.702 Setting up libpcrecpp0v5:amd64 (2:8.39-9) ...
13:40:51 #11 9.713 Setting up libpcre32-3:amd64 (2:8.39-9) ...
13:40:51 #11 9.723 Setting up libsystemd-dev:amd64 (237-3ubuntu10.53) ...
13:40:51 #11 9.735 Setting up libpcre16-3:amd64 (2:8.39-9) ...
13:40:51 #11 9.746 Setting up libudev-dev:amd64 (237-3ubuntu10.53) ...
13:40:51 #11 9.762 Setting up liblzo2-2:amd64 (2.08-1.2) ...
13:40:51 #11 9.780 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:40:51 #11 9.790 Setting up libpcre3-dev:amd64 (2:8.39-9) ...
13:40:51 #11 9.800 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
13:40:51 #11 9.810 Setting up btrfs-progs (4.15.1-1build1) ...
13:40:51 #11 9.825 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
13:40:51 #11 9.836 Setting up libselinux1-dev:amd64 (2.7-2build2) ...
13:40:51 #11 9.847 Setting up libdevmapper-dev:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:40:51 #11 9.857 Setting up btrfs-tools (4.15.1-1build1) ...
13:40:51 #11 9.866 Setting up docker-ce-build-deps (1.0) ...
13:40:51 #11 9.877 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
13:40:51 #11 9.901 Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
13:40:51 #12 8.288 Preparing to unpack .../13-libsepol1_3.0-1ubuntu0.1_arm64.deb ...
13:40:51 #12 8.299 Unpacking libsepol1:arm64 (3.0-1ubuntu0.1) over (3.0-1) ...
13:40:51 #12 8.405 Setting up libsepol1:arm64 (3.0-1ubuntu0.1) ...
13:40:51 #12 8.454 Selecting previously unselected package libsepol1-dev:arm64.
13:40:51 #12 8.454 (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 ... 29962 files and directories currently installed.)
13:40:51 #12 8.469 Preparing to unpack .../0-libsepol1-dev_3.0-1ubuntu0.1_arm64.deb ...
13:40:51 #12 8.474 Unpacking libsepol1-dev:arm64 (3.0-1ubuntu0.1) ...
13:40:51 #9 50.31 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1_all.deb ...
13:40:51 #9 50.31 Unpacking libmoox-aliases-perl (0.001006-1) ...
13:40:51 #9 50.35 Selecting previously unselected package libobject-id-perl.
13:40:51 #9 50.35 Preparing to unpack .../281-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
13:40:51 #9 50.35 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
13:40:51 #9 50.39 Selecting previously unselected package libmoox-struct-perl.
13:40:51 #9 50.39 Preparing to unpack .../282-libmoox-struct-perl_0.017-1_all.deb ...
13:40:51 #9 50.39 Unpacking libmoox-struct-perl (0.017-1) ...
13:40:51 #9 50.43 Selecting previously unselected package libnet-dns-sec-perl.
13:40:51 #9 50.43 Preparing to unpack .../283-libnet-dns-sec-perl_1.15-1_armhf.deb ...
13:40:51 #9 50.43 Unpacking libnet-dns-sec-perl (1.15-1) ...
13:40:51 #9 50.46 Selecting previously unselected package libnet-libidn-perl.
13:40:51 #9 50.47 Preparing to unpack .../284-libnet-libidn-perl_0.12.ds-3build2_armhf.deb ...
13:40:51 #9 50.47 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
13:40:51 #9 50.50 Selecting previously unselected package libnumber-range-perl.
13:40:51 #9 50.50 Preparing to unpack .../285-libnumber-range-perl_0.12-1_all.deb ...
13:40:51 #9 50.51 Unpacking libnumber-range-perl (0.12-1) ...
13:40:51 #9 50.54 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:51 #12 7.900 Unpacking libarchive13:amd64 (3.4.3-2ubuntu0.2) ...
13:40:51 #12 7.935 Selecting previously unselected package libjsoncpp24:amd64.
13:40:51 #12 7.938 Preparing to unpack .../03-libjsoncpp24_1.9.4-4build1_amd64.deb ...
13:40:51 #12 7.941 Unpacking libjsoncpp24:amd64 (1.9.4-4build1) ...
13:40:51 #12 7.974 Selecting previously unselected package librhash0:amd64.
13:40:51 #12 7.977 Preparing to unpack .../04-librhash0_1.4.1-2build1_amd64.deb ...
13:40:51 #12 7.981 Unpacking librhash0:amd64 (1.4.1-2build1) ...
13:40:51 #12 8.019 Selecting previously unselected package libuv1:amd64.
13:40:51 #12 8.019 Preparing to unpack .../05-libuv1_1.40.0-2ubuntu1_amd64.deb ...
13:40:51 #12 8.022 Unpacking libuv1:amd64 (1.40.0-2ubuntu1) ...
13:40:51 #12 8.048 Selecting previously unselected package cmake.
13:40:51 #12 8.051 Preparing to unpack .../06-cmake_3.18.4-2ubuntu2_amd64.deb ...
13:40:51 #12 8.054 Unpacking cmake (3.18.4-2ubuntu2) ...
13:40:51 #12 8.159 Selecting previously unselected package dh-apparmor.
13:40:51 #8 45.15 Selecting previously unselected package libfont-ttf-perl.
13:40:51 #8 45.15 Preparing to unpack .../232-libfont-ttf-perl_1.06-1.1_all.deb ...
13:40:51 #8 45.16 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:40:51 #8 45.23 Selecting previously unselected package libio-stringy-perl.
13:40:51 #8 45.23 Preparing to unpack .../233-libio-stringy-perl_2.111-3_all.deb ...
13:40:51 #8 45.24 Unpacking libio-stringy-perl (2.111-3) ...
13:40:51 #8 45.27 Selecting previously unselected package libparams-validate-perl:armhf.
13:40:51 #8 45.28 Preparing to unpack .../234-libparams-validate-perl_1.30-1+b1_armhf.deb ...
13:40:51 #8 45.28 Unpacking libparams-validate-perl:armhf (1.30-1+b1) ...
13:40:51 #8 45.31 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:51 #8 45.32 Preparing to unpack .../235-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
13:40:51 #8 45.32 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
13:40:51 #8 45.35 Selecting previously unselected package libsort-versions-perl.
13:40:51 #8 45.35 Preparing to unpack .../236-libsort-versions-perl_1.62-1_all.deb ...
13:40:51 #8 45.36 Unpacking libsort-versions-perl (1.62-1) ...
13:40:51 #9 49.20 Selecting previously unselected package git.
13:40:51 #9 49.20 Preparing to unpack .../186-git_1%3a2.32.0-1ubuntu1.2_armhf.deb ...
13:40:51 #9 49.22 Unpacking git (1:2.32.0-1ubuntu1.2) ...
13:40:51 #9 49.39 Selecting previously unselected package libalgorithm-diff-perl.
13:40:51 #9 49.39 Preparing to unpack .../187-libalgorithm-diff-perl_1.201-1_all.deb ...
13:40:51 #9 49.39 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:40:51 #9 49.43 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:51 #9 49.43 Preparing to unpack .../188-libalgorithm-diff-xs-perl_0.04-6build1_armhf.deb ...
13:40:51 #9 49.43 Unpacking libalgorithm-diff-xs-perl (0.04-6build1) ...
13:40:51 #9 49.46 Selecting previously unselected package libalgorithm-merge-perl.
13:40:51 #9 49.46 Preparing to unpack .../189-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:51 #9 49.47 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:51 #9 49.50 Selecting previously unselected package libaliased-perl.
13:40:51 #9 49.50 Preparing to unpack .../190-libaliased-perl_0.34-1.1_all.deb ...
13:40:51 #9 49.50 Unpacking libaliased-perl (0.34-1.1) ...
13:40:51 #9 49.53 Selecting previously unselected package libapt-pkg-perl.
13:40:51 #9 49.53 Preparing to unpack .../191-libapt-pkg-perl_0.1.40_armhf.deb ...
13:40:51 #9 49.53 Unpacking libapt-pkg-perl (0.1.40) ...
13:40:51 #9 49.57 Selecting previously unselected package libarchive-cpio-perl.
13:40:51 #9 49.57 Preparing to unpack .../192-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:40:51 #12 6.262 (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 ... 26313 files and directories currently installed.)
13:40:51 #12 6.279 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
13:40:51 #11 7.878 Selecting previously unselected package libpcre2-16-0:arm64.
13:40:51 #11 7.881 Preparing to unpack .../17-libpcre2-16-0_10.36-2_arm64.deb ...
13:40:51 #11 7.886 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
13:40:51 #11 7.940 Selecting previously unselected package libpcre2-32-0:arm64.
13:40:51 #11 7.943 Preparing to unpack .../18-libpcre2-32-0_10.36-2_arm64.deb ...
13:40:51 #11 7.947 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
13:40:51 #11 7.996 Selecting previously unselected package libpcre2-posix2:arm64.
13:40:51 #11 7.999 Preparing to unpack .../19-libpcre2-posix2_10.36-2_arm64.deb ...
13:40:51 #11 8.002 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
13:40:51 #11 8.033 Selecting previously unselected package libpcre2-dev:arm64.
13:40:51 #11 8.037 Preparing to unpack .../20-libpcre2-dev_10.36-2_arm64.deb ...
13:40:51 #11 8.041 Unpacking libpcre2-dev:arm64 (10.36-2) ...
13:40:51 #8 52.05 Preparing to unpack .../320-python3-idna_2.6-1_all.deb ...
13:40:51 #8 52.06 Unpacking python3-idna (2.6-1) ...
13:40:51 #8 52.10 Selecting previously unselected package python3-magic.
13:40:51 #8 52.10 Preparing to unpack .../321-python3-magic_2%3a0.4.15-2_all.deb ...
13:40:51 #8 52.11 Unpacking python3-magic (2:0.4.15-2) ...
13:40:51 #8 52.16 Selecting previously unselected package python3-urllib3.
13:40:51 #8 52.16 Preparing to unpack .../322-python3-urllib3_1.24.1-1_all.deb ...
13:40:51 #8 52.16 Unpacking python3-urllib3 (1.24.1-1) ...
13:40:51 #8 52.21 Selecting previously unselected package python3-requests.
13:40:51 #8 52.21 Preparing to unpack .../323-python3-requests_2.21.0-1_all.deb ...
13:40:51 #8 52.22 Unpacking python3-requests (2.21.0-1) ...
13:40:51 #8 52.26 Selecting previously unselected package python3-unidiff.
13:40:51 #8 52.26 Preparing to unpack .../324-python3-unidiff_0.5.4-1_all.deb ...
13:40:51 #8 44.59 Setting up libhtml-tagset-perl (3.20-3) ...
13:40:51 #8 44.60 Setting up libdebhelper-perl (13.2~bpo10+1) ...
13:40:51 #8 44.61 Setting up liblwp-mediatypes-perl (6.02-1) ...
13:40:51 #8 44.62 Setting up libtry-tiny-perl (0.30-1) ...
13:40:51 #8 44.63 Setting up libnet-http-perl (6.18-1) ...
13:40:51 #8 44.64 Setting up libencode-locale-perl (1.05-1) ...
13:40:51 #8 44.66 Setting up libdevel-callchecker-perl (0.008-1) ...
13:40:51 #8 44.67 Setting up dpkg-dev (1.19.7) ...
13:40:51 #8 44.70 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:51 #8 44.73 Setting up liberror-perl (0.17027-2) ...
13:40:51 #8 44.75 Setting up patchutils (0.3.4-2) ...
13:40:51 #8 44.76 Setting up libipc-run-perl (20180523.0-1) ...
13:40:51 #8 44.78 Setting up git (1:2.20.1-2+deb10u3) ...
13:40:51 + mkdir -p /root/build-deb/buildx
13:40:51 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:40:51 #12 3.715 Reading package lists...
13:40:51 #12 4.350 Building dependency tree...
13:40:51 #12 4.522 Reading state information...
13:40:51 #8 61.70   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 38/178 
13:40:51 #8 61.71   Upgrading        : rpm-sign-libs-4.17.0-10.fc36.x86_64                 39/178 
13:40:51 #8 61.72   Upgrading        : python3-rpm-4.17.0-10.fc36.x86_64                   40/178 
13:40:51 #8 61.75   Installing       : efi-srpm-macros-5-5.fc36.noarch                     41/178 
13:40:51 #8 61.75   Installing       : lua-srpm-macros-1-6.fc36.noarch                     42/178 
13:40:51 #8 61.76   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc36.noarch          43/178 
13:40:51 #8 61.80   Installing       : zstd-1.5.2-1.fc36.x86_64                            44/178 
13:40:51 #8 61.81   Installing       : bzip2-1.0.8-11.fc36.x86_64                          45/178 
13:40:51 #8 61.84   Installing       : cpio-2.13-12.fc36.x86_64                            46/178 
13:40:51 #8 61.85   Installing       : dash-0.5.10.2-10.fc36.x86_64                        47/178 
13:40:51 #8 61.88   Running scriptlet: dash-0.5.10.2-10.fc36.x86_64                        47/178 
13:40:51 #8 61.89   Installing       : dbus-libs-1:1.14.0-1.fc36.x86_64                    48/178 
13:40:51 #8 61.90   Installing       : python3-dbus-1.2.18-3.fc36.x86_64                   49/178 
13:40:51 #8 61.95   Installing       : diffutils-3.8-2.fc36.x86_64                         50/178 
13:40:51 #8 61.98   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     51/178 
13:40:51 #8 62.02   Installing       : groff-base-1.22.4-9.fc36.x86_64                     51/178 
13:40:51 #9 43.66 Preparing to unpack .../148-libsub-quote-perl_2.006006-1_all.deb ...
13:40:51 #9 43.66 Unpacking libsub-quote-perl (2.006006-1) ...
13:40:51 #9 43.70 Selecting previously unselected package libmoo-perl.
13:40:51 #9 43.70 Preparing to unpack .../149-libmoo-perl_2.005004-3_all.deb ...
13:40:51 #9 43.70 Unpacking libmoo-perl (2.005004-3) ...
13:40:51 #9 43.75 Selecting previously unselected package libencode-locale-perl.
13:40:51 #9 43.76 Preparing to unpack .../150-libencode-locale-perl_1.05-1.1_all.deb ...
13:40:51 #9 43.76 Unpacking libencode-locale-perl (1.05-1.1) ...
13:40:51 #9 43.79 Selecting previously unselected package libtimedate-perl.
13:40:51 #9 43.79 Preparing to unpack .../151-libtimedate-perl_2.3300-2_all.deb ...
13:40:51 #9 43.79 Unpacking libtimedate-perl (2.3300-2) ...
13:40:51 #9 43.84 Selecting previously unselected package libhttp-date-perl.
13:40:51 #9 43.84 Preparing to unpack .../152-libhttp-date-perl_6.05-1_all.deb ...
13:40:51 #9 43.84 Unpacking libhttp-date-perl (6.05-1) ...
13:40:51 #9 43.87 Selecting previously unselected package libfile-listing-perl.
13:40:51 #11 8.674 Setting up pkg-config (0.29-6) ...
13:40:51 #11 8.729 Setting up libudev-dev:arm64 (241-7~deb10u8) ...
13:40:51 #11 8.749 Setting up libbtrfs-dev (4.20.1-2) ...
13:40:51 #11 8.759 Setting up librhash0:arm64 (1.3.8-1) ...
13:40:51 #11 8.771 Setting up procps (2:3.3.15-2) ...
13:40:51 #11 8.808 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
13:40:51 #11 8.824 Setting up cmake-data (3.13.4-1) ...
13:40:51 #11 8.841 Setting up dh-apparmor (2.13.2-10) ...
13:40:51 #11 8.853 Setting up libsystemd-dev:arm64 (241-7~deb10u8) ...
13:40:51 #11 8.870 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
13:40:51 #11 8.889 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
13:40:52 #11 DONE 10.1s
13:40:52 
13:40:52 #12 [stage-1 5/8] COPY sources/ /sources
13:40:52 #12 sha256:9b6470d60b8ff2e78750b2f084556226648d27f751b5558902cd8a611315ebe5
13:40:52 #12 8.545 Selecting previously unselected package libpcre2-16-0:arm64.
13:40:52 #12 8.548 Preparing to unpack .../1-libpcre2-16-0_10.34-7_arm64.deb ...
13:40:52 #12 8.553 Unpacking libpcre2-16-0:arm64 (10.34-7) ...
13:40:52 #12 8.611 Selecting previously unselected package libpcre2-32-0:arm64.
13:40:52 #12 8.614 Preparing to unpack .../2-libpcre2-32-0_10.34-7_arm64.deb ...
13:40:52 #12 8.621 Unpacking libpcre2-32-0:arm64 (10.34-7) ...
13:40:52 #12 8.679 Selecting previously unselected package libpcre2-posix2:arm64.
13:40:52 #12 8.682 Preparing to unpack .../3-libpcre2-posix2_10.34-7_arm64.deb ...
13:40:52 #12 8.686 Unpacking libpcre2-posix2:arm64 (10.34-7) ...
13:40:52 #12 8.722 Selecting previously unselected package libpcre2-dev:arm64.
13:40:52 #12 8.724 Preparing to unpack .../4-libpcre2-dev_10.34-7_arm64.deb ...
13:40:52 #12 8.729 Unpacking libpcre2-dev:arm64 (10.34-7) ...
13:40:52 #12 8.806 Selecting previously unselected package libselinux1-dev:arm64.
13:40:52 #9 50.54 Preparing to unpack .../286-libpackage-stash-xs-perl_0.29-1build1_armhf.deb ...
13:40:52 #9 50.54 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
13:40:52 #9 50.58 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:52 #9 50.58 Preparing to unpack .../287-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:52 #9 50.58 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:52 #9 50.62 Selecting previously unselected package libperl4-corelibs-perl.
13:40:52 #9 50.62 Preparing to unpack .../288-libperl4-corelibs-perl_0.004-2_all.deb ...
13:40:52 #9 50.62 Unpacking libperl4-corelibs-perl (0.004-2) ...
13:40:52 #9 50.66 Selecting previously unselected package libperlio-gzip-perl.
13:40:52 #9 50.66 Preparing to unpack .../289-libperlio-gzip-perl_0.19-1build5_armhf.deb ...
13:40:52 #9 50.67 Unpacking libperlio-gzip-perl (0.19-1build5) ...
13:40:52 #9 50.70 Selecting previously unselected package libpod-constants-perl.
13:40:52 #9 50.70 Preparing to unpack .../290-libpod-constants-perl_0.19-1_all.deb ...
13:40:52 #9 50.70 Unpacking libpod-constants-perl (0.19-1) ...
13:40:52 #9 50.74 Selecting previously unselected package libre2-5:armhf.
13:40:52 #9 50.74 Preparing to unpack .../291-libre2-5_20200101+dfsg-1build1_armhf.deb ...
13:40:52 #9 50.74 Unpacking libre2-5:armhf (20200101+dfsg-1build1) ...
13:40:52 #9 50.80 Selecting previously unselected package libre-engine-re2-perl.
13:40:52 #9 50.80 Preparing to unpack .../292-libre-engine-re2-perl_0.13-5_armhf.deb ...
13:40:52 #12 8.162 Preparing to unpack .../07-dh-apparmor_3.0.3-0ubuntu1_all.deb ...
13:40:52 #12 8.166 Unpacking dh-apparmor (3.0.3-0ubuntu1) ...
13:40:52 #12 8.198 Selecting previously unselected package libbtrfs0:amd64.
13:40:52 #12 8.201 Preparing to unpack .../08-libbtrfs0_5.10.1-2build1_amd64.deb ...
13:40:52 #12 8.205 Unpacking libbtrfs0:amd64 (5.10.1-2build1) ...
13:40:52 #12 8.232 Selecting previously unselected package libbtrfs-dev:amd64.
13:40:52 #12 8.235 Preparing to unpack .../09-libbtrfs-dev_5.10.1-2build1_amd64.deb ...
13:40:52 #12 8.239 Unpacking libbtrfs-dev:amd64 (5.10.1-2build1) ...
13:40:52 #12 8.283 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:40:52 #12 8.284 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu3_amd64.deb ...
13:40:52 #12 8.288 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu3) ...
13:40:52 #12 8.322 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:40:52 #12 8.325 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu3_amd64.deb ...
13:40:52 #12 8.329 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu3) ...
13:40:52 #12 8.358 Selecting previously unselected package libudev-dev:amd64.
13:40:52 #12 8.361 Preparing to unpack .../12-libudev-dev_248.3-1ubuntu8.5_amd64.deb ...
13:40:52 #12 8.365 Unpacking libudev-dev:amd64 (248.3-1ubuntu8.5) ...
13:40:52 #12 8.393 Selecting previously unselected package libsepol1-dev:amd64.
13:40:52 #8 45.41 Selecting previously unselected package libgit-wrapper-perl.
13:40:52 #8 45.41 Preparing to unpack .../237-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:52 #8 45.42 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:52 #8 45.45 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:52 #8 45.45 Preparing to unpack .../238-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:40:52 #8 45.46 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:52 #8 45.48 Selecting previously unselected package libio-prompter-perl.
13:40:52 #8 45.49 Preparing to unpack .../239-libio-prompter-perl_0.004015-1_all.deb ...
13:40:52 #8 45.49 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:52 #8 45.53 Selecting previously unselected package libjson-perl.
13:40:52 #8 45.53 Preparing to unpack .../240-libjson-perl_4.03000-1_all.deb ...
13:40:52 #8 45.54 Unpacking libjson-perl (4.03000-1) ...
13:40:52 #8 45.57 Selecting previously unselected package liblog-any-perl.
13:40:52 #8 45.57 Preparing to unpack .../241-liblog-any-perl_1.709-1_all.deb ...
13:40:52 #8 45.58 Unpacking liblog-any-perl (1.709-1) ...
13:40:52 #8 45.62 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:52 #8 45.62 Preparing to unpack .../242-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:40:52 #8 45.62 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:40:52 #9 49.57 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:40:52 #9 49.61 Selecting previously unselected package libarray-intspan-perl.
13:40:52 #9 49.61 Preparing to unpack .../193-libarray-intspan-perl_2.004-1_all.deb ...
13:40:52 #9 49.61 Unpacking libarray-intspan-perl (2.004-1) ...
13:40:52 #9 49.64 Selecting previously unselected package libmodule-implementation-perl.
13:40:52 #9 49.64 Preparing to unpack .../194-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:40:52 #9 49.64 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:40:52 #9 49.68 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:52 #9 49.68 Preparing to unpack .../195-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:52 #9 49.68 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:52 #9 49.72 Selecting previously unselected package libvariable-magic-perl.
13:40:52 #9 49.72 Preparing to unpack .../196-libvariable-magic-perl_0.62-1build3_armhf.deb ...
13:40:52 #9 49.72 Unpacking libvariable-magic-perl (0.62-1build3) ...
13:40:52 #9 49.80 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:52 #11 8.123 Selecting previously unselected package libselinux1-dev:arm64.
13:40:52 #11 8.126 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
13:40:52 #11 8.130 Unpacking libselinux1-dev:arm64 (3.1-3) ...
13:40:52 #11 8.188 Selecting previously unselected package libdevmapper-dev:arm64.
13:40:52 #11 8.191 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
13:40:52 #11 8.195 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:40:52 #11 8.232 Selecting previously unselected package libseccomp-dev:arm64.
13:40:52 #11 8.236 Preparing to unpack .../23-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
13:40:52 #11 8.240 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:40:52 #11 8.281 Selecting previously unselected package libsystemd-dev:arm64.
13:40:52 #11 8.284 Preparing to unpack .../24-libsystemd-dev_247.3-7_arm64.deb ...
13:40:52 #11 8.288 Unpacking libsystemd-dev:arm64 (247.3-7) ...
13:40:52 #11 2.054 Package bash-5.1.8-2.fc35.x86_64 is already installed.
13:40:52 #11 2.073 Package bash-5.1.8-2.fc35.x86_64 is already installed.
13:40:52 #11 2.083 Package bash-5.1.8-2.fc35.x86_64 is already installed.
13:40:52 #11 2.083 Package ca-certificates-2021.2.52-1.0.fc35.noarch is already installed.
13:40:52 #11 2.084 Package libarchive-3.5.2-2.fc35.x86_64 is already installed.
13:40:52 #11 2.084 Package pkgconf-pkg-config-1.8.0-1.fc35.x86_64 is already installed.
13:40:52 #11 2.085 Package tar-2:1.34-2.fc35.x86_64 is already installed.
13:40:52 #11 2.094 Package bash-5.1.8-2.fc35.x86_64 is already installed.
13:40:52 #11 2.112 Package bash-5.1.8-2.fc35.x86_64 is already installed.
13:40:52 #11 2.160 Dependencies resolved.
13:40:52 #8 52.26 Unpacking python3-unidiff (0.5.4-1) ...
13:40:52 #8 52.30 Selecting previously unselected package python3-xdg.
13:40:52 #8 52.30 Preparing to unpack .../325-python3-xdg_0.25-5_all.deb ...
13:40:52 #8 52.31 Unpacking python3-xdg (0.25-5) ...
13:40:52 #8 52.35 Selecting previously unselected package shared-mime-info.
13:40:52 #8 52.35 Preparing to unpack .../326-shared-mime-info_1.10-1_armhf.deb ...
13:40:52 #8 52.36 Unpacking shared-mime-info (1.10-1) ...
13:40:52 #8 52.49 Selecting previously unselected package strace.
13:40:52 #8 52.50 Preparing to unpack .../327-strace_4.26-0.2_armhf.deb ...
13:40:52 #8 52.50 Unpacking strace (4.26-0.2) ...
13:40:52 #8 44.81 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:52 #8 44.83 Setting up libhtml-parser-perl (3.72-3+b2) ...
13:40:52 #8 44.85 Setting up librole-tiny-perl (2.000006-1) ...
13:40:52 #8 44.87 Setting up libfile-homedir-perl (1.004-1) ...
13:40:52 #8 44.88 Setting up libio-socket-ssl-perl (2.060-3) ...
13:40:52 #8 44.89 Setting up libhttp-message-perl (6.18-1) ...
13:40:52 #8 44.91 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
13:40:52 #8 44.93 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:52 #8 44.94 Setting up libhttp-cookies-perl (6.04-1) ...
13:40:52 #8 44.96 Setting up po-debconf (1.0.21) ...
13:40:52 #8 44.97 Setting up libhtml-tree-perl (5.07-2) ...
13:40:52 #8 44.98 Setting up libparams-classify-perl (0.015-1+b1) ...
13:40:52 #8 44.99 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:52 + mkdir -p /root/build-deb/compose
13:40:52 #12 4.527 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:52 #12 4.739 Starting 2 pkgProblemResolver with broken count: 0
13:40:52 #12 4.743 Done
13:40:52 #12 4.916  Done
13:40:52 #8 62.06   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     51/178 
13:40:52 #8 62.08   Installing       : info-6.8-3.fc36.x86_64                              52/178 
13:40:52 #8 62.08   Installing       : ed-1.14.2-12.fc36.x86_64                            53/178 
13:40:52 #8 62.12   Installing       : patch-2.7.6-16.fc36.x86_64                          54/178 
13:40:52 #9 43.87 Preparing to unpack .../153-libfile-listing-perl_6.14-1_all.deb ...
13:40:52 #9 43.88 Unpacking libfile-listing-perl (6.14-1) ...
13:40:52 #9 43.91 Selecting previously unselected package libhtml-tagset-perl.
13:40:52 #9 43.91 Preparing to unpack .../154-libhtml-tagset-perl_3.20-4_all.deb ...
13:40:52 #9 43.91 Unpacking libhtml-tagset-perl (3.20-4) ...
13:40:52 #9 43.94 Selecting previously unselected package liburi-perl.
13:40:52 #9 43.94 Preparing to unpack .../155-liburi-perl_5.10-1_all.deb ...
13:40:52 #9 43.95 Unpacking liburi-perl (5.10-1) ...
13:40:52 #9 43.98 Selecting previously unselected package libhtml-parser-perl:armhf.
13:40:52 #9 43.98 Preparing to unpack .../156-libhtml-parser-perl_3.76-1build2_armhf.deb ...
13:40:52 #9 43.98 Unpacking libhtml-parser-perl:armhf (3.76-1build2) ...
13:40:52 #9 44.02 Selecting previously unselected package libhtml-tree-perl.
13:40:52 #9 44.02 Preparing to unpack .../157-libhtml-tree-perl_5.07-2_all.deb ...
13:40:52 #9 44.02 Unpacking libhtml-tree-perl (5.07-2) ...
13:40:52 #9 44.06 Selecting previously unselected package libio-html-perl.
13:40:52 #9 44.07 Preparing to unpack .../158-libio-html-perl_1.004-2_all.deb ...
13:40:52 #9 44.07 Unpacking libio-html-perl (1.004-2) ...
13:40:52 #9 44.10 Selecting previously unselected package liblwp-mediatypes-perl.
13:40:52 #11 8.907 Setting up cmake (3.13.4-1) ...
13:40:52 #11 8.918 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
13:40:52 #11 8.928 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
13:40:52 #11 8.940 Setting up dmsetup (2:1.02.155-3) ...
13:40:52 #11 8.954 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
13:40:52 #11 8.965 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
13:40:52 #11 8.975 Setting up docker-ce-build-deps (1.0) ...
13:40:52 #11 8.986 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:40:52 #11 9.007 Processing triggers for man-db (2.8.5-2) ...
13:40:52 #12 DONE 0.1s
13:40:52 
13:40:52 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:40:52 #14 sha256:672bf31c9f564ec011e50897c4033dd86685989419f3e885f3274b64b8668ec9
13:40:52 #12 8.809 Preparing to unpack .../5-libselinux1-dev_3.0-1build2_arm64.deb ...
13:40:52 #12 8.814 Unpacking libselinux1-dev:arm64 (3.0-1build2) ...
13:40:52 #12 8.861 Selecting previously unselected package libdevmapper-dev:arm64.
13:40:52 #12 8.864 Preparing to unpack .../6-libdevmapper-dev_2%3a1.02.167-1ubuntu1_arm64.deb ...
13:40:52 #12 8.869 Unpacking libdevmapper-dev:arm64 (2:1.02.167-1ubuntu1) ...
13:40:52 #12 8.902 Selecting previously unselected package libseccomp-dev:arm64.
13:40:52 #12 8.905 Preparing to unpack .../7-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_arm64.deb ...
13:40:52 #12 8.909 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ...
13:40:52 #12 8.946 Selecting previously unselected package libsystemd-dev:arm64.
13:40:52 #12 8.949 Preparing to unpack .../8-libsystemd-dev_245.4-4ubuntu3.16_arm64.deb ...
13:40:52 #12 8.953 Unpacking libsystemd-dev:arm64 (245.4-4ubuntu3.16) ...
13:40:52 #12 9.022 Selecting previously unselected package pkg-config.
13:40:52 #9 50.80 Unpacking libre-engine-re2-perl (0.13-5) ...
13:40:52 #9 50.83 Selecting previously unselected package libreadonly-perl.
13:40:52 #9 50.84 Preparing to unpack .../293-libreadonly-perl_2.050-2_all.deb ...
13:40:52 #9 50.84 Unpacking libreadonly-perl (2.050-2) ...
13:40:52 #9 50.88 Selecting previously unselected package libref-util-perl.
13:40:52 #9 50.88 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
13:40:52 #9 50.89 Unpacking libref-util-perl (0.204-1) ...
13:40:52 #9 50.92 Selecting previously unselected package libref-util-xs-perl.
13:40:52 #9 50.92 Preparing to unpack .../295-libref-util-xs-perl_0.117-1build2_armhf.deb ...
13:40:52 #9 50.93 Unpacking libref-util-xs-perl (0.117-1build2) ...
13:40:52 #9 50.97 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:52 #9 50.97 Preparing to unpack .../296-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
13:40:52 #9 50.97 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
13:40:52 #9 51.01 Selecting previously unselected package libregexp-pattern-perl.
13:40:52 #9 51.01 Preparing to unpack .../297-libregexp-pattern-perl_0.2.12-1_all.deb ...
13:40:52 #9 51.01 Unpacking libregexp-pattern-perl (0.2.12-1) ...
13:40:52 #9 51.05 Selecting previously unselected package libsasl2-modules:armhf.
13:40:52 #12 8.396 Preparing to unpack .../13-libsepol1-dev_3.1-1ubuntu2.1_amd64.deb ...
13:40:52 #12 8.400 Unpacking libsepol1-dev:amd64 (3.1-1ubuntu2.1) ...
13:40:52 #12 8.445 Selecting previously unselected package libpcre2-16-0:amd64.
13:40:52 #12 8.448 Preparing to unpack .../14-libpcre2-16-0_10.37-0ubuntu2_amd64.deb ...
13:40:52 #12 8.451 Unpacking libpcre2-16-0:amd64 (10.37-0ubuntu2) ...
13:40:52 #12 8.485 Selecting previously unselected package libpcre2-32-0:amd64.
13:40:52 #12 8.488 Preparing to unpack .../15-libpcre2-32-0_10.37-0ubuntu2_amd64.deb ...
13:40:52 #12 8.491 Unpacking libpcre2-32-0:amd64 (10.37-0ubuntu2) ...
13:40:52 #12 8.528 Selecting previously unselected package libpcre2-posix3:amd64.
13:40:52 #12 8.530 Preparing to unpack .../16-libpcre2-posix3_10.37-0ubuntu2_amd64.deb ...
13:40:52 #12 8.534 Unpacking libpcre2-posix3:amd64 (10.37-0ubuntu2) ...
13:40:52 #12 8.559 Selecting previously unselected package libpcre2-dev:amd64.
13:40:52 #12 8.562 Preparing to unpack .../17-libpcre2-dev_10.37-0ubuntu2_amd64.deb ...
13:40:52 #12 8.565 Unpacking libpcre2-dev:amd64 (10.37-0ubuntu2) ...
13:40:52 #12 8.605 Selecting previously unselected package libselinux1-dev:amd64.
13:40:52 #12 8.609 Preparing to unpack .../18-libselinux1-dev_3.1-3build2_amd64.deb ...
13:40:52 #12 8.612 Unpacking libselinux1-dev:amd64 (3.1-3build2) ...
13:40:52 #12 8.649 Selecting previously unselected package libdevmapper-dev:amd64.
13:40:52 #8 45.65 Selecting previously unselected package libpackage-stash-perl.
13:40:52 #8 45.65 Preparing to unpack .../243-libpackage-stash-perl_0.39-1_all.deb ...
13:40:52 #8 45.66 Unpacking libpackage-stash-perl (0.39-1) ...
13:40:52 #8 45.69 Selecting previously unselected package libsub-identify-perl.
13:40:52 #8 45.69 Preparing to unpack .../244-libsub-identify-perl_0.14-1+b3_armhf.deb ...
13:40:52 #8 45.69 Unpacking libsub-identify-perl (0.14-1+b3) ...
13:40:52 #8 45.72 Selecting previously unselected package libsub-name-perl.
13:40:52 #8 45.72 Preparing to unpack .../245-libsub-name-perl_0.26-1+b1_armhf.deb ...
13:40:52 #8 45.74 Unpacking libsub-name-perl (0.26-1+b1) ...
13:40:52 #8 45.77 Selecting previously unselected package libnamespace-clean-perl.
13:40:52 #8 45.77 Preparing to unpack .../246-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:52 #8 45.78 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:52 #8 45.81 Selecting previously unselected package libpath-tiny-perl.
13:40:52 #8 45.81 Preparing to unpack .../247-libpath-tiny-perl_0.118-1_all.deb ...
13:40:52 #8 45.81 Unpacking libpath-tiny-perl (0.118-1) ...
13:40:52 #8 45.84 Selecting previously unselected package libtype-tiny-perl.
13:40:52 #8 45.84 Preparing to unpack .../248-libtype-tiny-perl_1.012001-2_all.deb ...
13:40:52 #8 45.85 Unpacking libtype-tiny-perl (1.012001-2) ...
13:40:52 #8 45.91 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:52 #8 45.91 Preparing to unpack .../249-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:40:52 #9 49.80 Preparing to unpack .../197-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
13:40:52 #9 49.80 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
13:40:52 #9 49.85 Selecting previously unselected package libfreetype6:armhf.
13:40:52 #9 49.85 Preparing to unpack .../198-libfreetype6_2.10.4+dfsg-1build1_armhf.deb ...
13:40:52 #9 49.86 Unpacking libfreetype6:armhf (2.10.4+dfsg-1build1) ...
13:40:52 #9 49.98 Selecting previously unselected package libfontconfig1:armhf.
13:40:52 #9 49.98 Preparing to unpack .../199-libfontconfig1_2.13.1-4.2ubuntu3_armhf.deb ...
13:40:52 #9 49.98 Unpacking libfontconfig1:armhf (2.13.1-4.2ubuntu3) ...
13:40:52 #9 50.04 Selecting previously unselected package libjpeg-turbo8:armhf.
13:40:52 #9 50.04 Preparing to unpack .../200-libjpeg-turbo8_2.0.6-0ubuntu2_armhf.deb ...
13:40:52 #9 50.04 Unpacking libjpeg-turbo8:armhf (2.0.6-0ubuntu2) ...
13:40:52 #9 50.08 Selecting previously unselected package libjpeg8:armhf.
13:40:52 #9 50.08 Preparing to unpack .../201-libjpeg8_8c-2ubuntu8_armhf.deb ...
13:40:52 #8 44.23 Setting up python3 (3.9.2-3) ...
13:40:52 #8 44.34 Setting up binutils (2.35.2-2+rpi1) ...
13:40:52 #8 44.36 Setting up man-db (2.9.4-2) ...
13:40:52 #11 8.393 Selecting previously unselected package pkg-config.
13:40:52 #11 8.394 Preparing to unpack .../25-pkg-config_0.29.2-1_arm64.deb ...
13:40:52 #11 8.398 Unpacking pkg-config (0.29.2-1) ...
13:40:52 #11 8.478 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:40:52 #11 8.489 Setting up libsepol1-dev:arm64 (3.1-1) ...
13:40:52 #11 8.500 Setting up libpcre2-16-0:arm64 (10.36-2) ...
13:40:52 #11 8.511 Setting up libbtrfs0:arm64 (5.10.1-2) ...
13:40:52 #11 8.522 Setting up libpcre2-32-0:arm64 (10.36-2) ...
13:40:52 #11 8.533 Setting up libuv1:arm64 (1.40.0-2) ...
13:40:52 #11 8.544 Setting up bash-completion (1:2.11-2) ...
13:40:52 #11 2.184 ================================================================================
13:40:52 #11 2.184  Package                       Arch    Version                   Repo      Size
13:40:52 #11 2.184 ================================================================================
13:40:52 #11 2.184 Installing:
13:40:52 #11 2.184  btrfs-progs-devel             x86_64  5.16.2-1.fc35             updates   50 k
13:40:52 #11 2.184  cmake                         x86_64  3.22.2-1.fc35             updates  6.2 M
13:40:52 #11 2.184  device-mapper-devel           x86_64  1.02.175-6.fc35           fedora    45 k
13:40:52 #11 2.184  gcc                           x86_64  11.3.1-2.fc35             updates   31 M
13:40:52 #11 2.184  git                           x86_64  2.35.1-1.fc35             updates   67 k
13:40:52 #11 2.184  glibc-static                  x86_64  2.34-32.fc35              updates  1.7 M
13:40:52 #11 2.184  libseccomp-devel              x86_64  2.5.3-1.fc35              updates   53 k
13:40:52 #11 2.184  libselinux-devel              x86_64  3.3-1.fc35                updates  112 k
13:40:52 #11 2.184  libtool                       x86_64  2.4.6-50.fc35             updates  579 k
13:40:52 #11 2.184  libtool-ltdl-devel            x86_64  2.4.6-50.fc35             updates  154 k
13:40:52 #11 2.184  make                          x86_64  1:4.3-6.fc35              fedora   533 k
13:40:52 #11 2.184  selinux-policy-devel          noarch  35.17-1.fc35              updates  812 k
13:40:52 #11 2.184  systemd                       x86_64  249.11-2.fc35             updates  4.0 M
13:40:52 #11 2.184  systemd-devel                 x86_64  249.11-2.fc35             updates  446 k
13:40:52 #11 2.184  which                         x86_64  2.21-27.fc35              fedora    41 k
13:40:52 #11 2.184 Upgrading:
13:40:52 #11 2.184  audit-libs                    x86_64  3.0.8-1.fc35              updates  116 k
13:40:52 #11 2.184  libgcc                        x86_64  11.3.1-2.fc35             updates  118 k
13:40:52 #11 2.184  libgomp                       x86_64  11.3.1-2.fc35             updates  291 k
13:40:52 #11 2.184 Installing dependencies:
13:40:52 #11 2.184  acl                           x86_64  2.3.1-2.fc35              fedora    71 k
13:40:52 #11 2.184  annobin-docs                  noarch  10.66-2.fc35              updates   85 k
13:40:52 #11 2.184  annobin-plugin-gcc            x86_64  10.66-2.fc35              updates   46 k
13:40:52 #11 2.184  autoconf                      noarch  2.69-37.fc35              fedora   666 k
13:40:52 #11 2.184  automake                      noarch  1.16.2-5.fc35             fedora   662 k
13:40:52 #11 2.184  btrfs-progs                   x86_64  5.16.2-1.fc35             updates  962 k
13:40:52 #11 2.184  checkpolicy                   x86_64  3.3-1.fc35                updates  338 k
13:40:52 #11 2.184  cmake-data                    noarch  3.22.2-1.fc35             updates  1.6 M
13:40:52 #11 2.184  cmake-filesystem              x86_64  3.22.2-1.fc35             updates   18 k
13:40:52 #11 2.184  cmake-rpm-macros              noarch  3.22.2-1.fc35             updates   17 k
13:40:52 #11 2.184  cpp                           x86_64  11.3.1-2.fc35             updates   10 M
13:40:52 #11 2.184  cryptsetup-libs               x86_64  2.4.3-1.fc35              updates  430 k
13:40:52 #11 2.184  dbus                          x86_64  1:1.12.22-1.fc35          updates  7.1 k
13:40:52 #11 2.184  dbus-broker                   x86_64  29-4.fc35                 fedora   171 k
13:40:52 #11 2.184  dbus-common                   noarch  1:1.12.22-1.fc35          updates   14 k
13:40:52 #11 2.184  device-mapper                 x86_64  1.02.175-6.fc35           fedora   140 k
13:40:52 #11 2.184  device-mapper-libs            x86_64  1.02.175-6.fc35           fedora   179 k
13:40:52 #11 2.184  e2fsprogs-libs                x86_64  1.46.3-1.fc35             fedora   222 k
13:40:52 #11 2.184  emacs-filesystem              noarch  1:27.2-9.fc35             fedora   9.0 k
13:40:52 #11 2.184  gc                            x86_64  8.0.4-6.fc35              fedora   103 k
13:40:52 #11 2.184  git-core                      x86_64  2.35.1-1.fc35             updates  3.9 M
13:40:52 #11 2.184  git-core-doc                  noarch  2.35.1-1.fc35             updates  2.4 M
13:40:52 #11 2.184  glibc-devel                   x86_64  2.34-32.fc35              updates   34 k
13:40:52 #11 2.184  glibc-headers-x86             noarch  2.34-32.fc35              updates  431 k
13:40:52 #11 2.184  guile22                       x86_64  2.2.7-3.fc35              fedora   6.4 M
13:40:52 #11 2.184  iptables-legacy-libs          x86_64  1.8.7-13.fc35             fedora    39 k
13:40:52 #11 2.184  jsoncpp                       x86_64  1.9.4-5.fc35              updates   93 k
13:40:52 #11 2.184  kernel-headers                x86_64  5.17.4-200.fc35           updates  1.3 M
13:40:52 #11 2.184  kmod-libs                     x86_64  29-4.fc35                 fedora    63 k
13:40:52 #11 2.184  less                          x86_64  590-2.fc35                updates  161 k
13:40:52 #11 2.184  libargon2                     x86_64  20171227-7.fc35           fedora    28 k
13:40:52 #11 2.184  libbtrfs                      x86_64  5.16.2-1.fc35             updates   28 k
13:40:52 #11 2.184  libbtrfsutil                  x86_64  5.16.2-1.fc35             updates   32 k
13:40:52 #11 2.184  libcbor                       x86_64  0.7.0-4.fc35              fedora    56 k
13:40:52 #11 2.184  libedit                       x86_64  3.1-40.20210910cvs.fc35   fedora   105 k
13:40:52 #11 2.184  libfdisk                      x86_64  2.37.4-1.fc35             updates  154 k
13:40:52 #11 2.184  libfido2                      x86_64  1.8.0-1.fc35              fedora    81 k
13:40:52 #11 2.184  libibverbs                    x86_64  39.0-1.fc35               updates  392 k
13:40:52 #11 2.184  libmpc                        x86_64  1.2.1-3.fc35              fedora    62 k
13:40:52 #11 2.184  libnl3                        x86_64  3.5.0-8.fc35              fedora   328 k
13:40:52 #11 2.184  libpcap                       x86_64  14:1.10.1-2.fc35          fedora   171 k
13:40:52 #11 2.184  libseccomp                    x86_64  2.5.3-1.fc35              updates   71 k
13:40:52 #11 2.184  libselinux-utils              x86_64  3.3-1.fc35                updates  140 k
13:40:52 #11 2.184  libsepol-devel                x86_64  3.3-2.fc35                updates   40 k
13:40:52 #11 2.184  libtool-ltdl                  x86_64  2.4.6-50.fc35             updates   36 k
13:40:52 #11 2.184  libutempter                   x86_64  1.2.1-5.fc35              fedora    26 k
13:40:52 #11 2.184  libuv                         x86_64  1:1.44.1-1.fc35           updates  150 k
13:40:52 #11 2.184  libxcrypt-devel               x86_64  4.4.28-1.fc35             updates   29 k
13:40:52 #11 2.184  libxcrypt-static              x86_64  4.4.28-1.fc35             updates  103 k
13:40:52 #11 2.184  lzo                           x86_64  2.10-5.fc35               fedora    65 k
13:40:52 #11 2.184  m4                            x86_64  1.4.19-2.fc35             fedora   294 k
13:40:52 #11 2.184  openssh                       x86_64  8.7p1-3.fc35              updates  451 k
13:40:52 #11 2.184  openssh-clients               x86_64  8.7p1-3.fc35              updates  696 k
13:40:52 #11 2.184  pcre2-devel                   x86_64  10.39-1.fc35              updates  475 k
13:40:52 #11 2.184  pcre2-utf16                   x86_64  10.39-1.fc35              updates  210 k
13:40:52 #11 2.184  pcre2-utf32                   x86_64  10.39-1.fc35              updates  200 k
13:40:52 #11 2.184  perl-Error                    noarch  1:0.17029-7.fc35          fedora    41 k
13:40:52 #11 2.184  perl-File-Compare             noarch  1.100.600-486.fc35        updates   18 k
13:40:52 #11 2.184  perl-File-Copy                noarch  2.35-486.fc35             updates   25 k
13:40:52 #11 2.184  perl-File-Find                noarch  1.39-486.fc35             updates   30 k
13:40:52 #11 2.184  perl-Git                      noarch  2.35.1-1.fc35             updates   43 k
13:40:52 #11 2.184  perl-TermReadKey              x86_64  2.38-11.fc35              fedora    36 k
13:40:52 #11 2.184  perl-Thread-Queue             noarch  3.14-478.fc35             fedora    21 k
13:40:52 #11 2.184  perl-lib                      x86_64  0.65-486.fc35             updates   19 k
13:40:52 #11 2.184  perl-threads                  x86_64  1:2.26-448.fc35           fedora    57 k
13:40:52 #11 2.184  perl-threads-shared           x86_64  1.62-478.fc35             fedora    43 k
13:40:52 #11 2.184  policycoreutils               x86_64  3.3-1.fc35                updates  199 k
13:40:52 #11 2.184  policycoreutils-devel         x86_64  3.3-1.fc35                updates  139 k
13:40:52 #11 2.184  policycoreutils-python-utils  noarch  3.3-1.fc35                updates   72 k
13:40:52 #11 2.184  python3-audit                 x86_64  3.0.8-1.fc35              updates   82 k
13:40:52 #11 2.184  python3-libselinux            x86_64  3.3-1.fc35                updates  181 k
13:40:52 #11 2.184  python3-libsemanage           x86_64  3.3-1.fc35                updates   79 k
13:40:52 #11 2.184  python3-policycoreutils       noarch  3.3-1.fc35                updates  2.0 M
13:40:52 #11 2.184  python3-setools               x86_64  4.4.0-3.fc35              fedora   547 k
13:40:52 #11 2.184  python3-setuptools            noarch  57.4.0-1.fc35             fedora   928 k
13:40:52 #11 2.184  rhash                         x86_64  1.4.0-4.fc35              fedora   178 k
13:40:52 #11 2.184  rpm-plugin-selinux            x86_64  4.17.0-4.fc35             updates   20 k
13:40:52 #11 2.184  selinux-policy                noarch  35.17-1.fc35              updates   68 k
13:40:52 #11 2.184  selinux-policy-targeted       noarch  35.17-1.fc35              updates  6.3 M
13:40:52 #11 2.184  systemd-pam                   x86_64  249.11-2.fc35             updates  323 k
13:40:52 #11 2.184  systemd-rpm-macros            noarch  249.11-2.fc35             updates   27 k
13:40:52 #11 2.184  util-linux                    x86_64  2.37.4-1.fc35             updates  2.2 M
13:40:52 #11 2.184  util-linux-core               x86_64  2.37.4-1.fc35             updates  433 k
13:40:52 #11 2.184  vim-filesystem                noarch  2:8.2.4804-1.fc35         updates   22 k
13:40:52 #11 2.184  xkeyboard-config              noarch  2.33-2.fc35               fedora   783 k
13:40:52 #11 2.184 Installing weak dependencies:
13:40:52 #11 2.184  libbpf                        x86_64  2:0.4.0-2.fc35            fedora   131 k
13:40:52 #11 2.184  libxkbcommon                  x86_64  1.3.1-1.fc35              fedora   140 k
13:40:52 #11 2.184  qrencode-libs                 x86_64  4.1.1-1.fc35              updates   60 k
13:40:52 #11 2.184  systemd-networkd              x86_64  249.11-2.fc35             updates  523 k
13:40:52 #11 2.184  systemd-resolved              x86_64  249.11-2.fc35             updates  266 k
13:40:52 #11 2.184 
13:40:52 #11 2.184 Transaction Summary
13:40:52 #11 2.184 ================================================================================
13:40:52 #11 2.184 Install  105 Packages
13:40:52 #11 2.184 Upgrade    3 Packages
13:40:52 #11 2.184 
13:40:52 #11 2.189 Total download size: 97 M
13:40:52 #11 2.190 Downloading Packages:
13:40:52 #8 52.58 Selecting previously unselected package unzip.
13:40:52 #8 52.58 Preparing to unpack .../328-unzip_6.0-23+deb10u2_armhf.deb ...
13:40:52 #8 52.58 Unpacking unzip (6.0-23+deb10u2) ...
13:40:52 #8 52.63 Selecting previously unselected package xauth.
13:40:52 #8 52.64 Preparing to unpack .../329-xauth_1%3a1.0.10-1_armhf.deb ...
13:40:52 #8 52.64 Unpacking xauth (1:1.0.10-1) ...
13:40:52 #8 52.68 Selecting previously unselected package xdg-user-dirs.
13:40:52 #8 52.68 Preparing to unpack .../330-xdg-user-dirs_0.17-2_armhf.deb ...
13:40:52 #8 52.69 Unpacking xdg-user-dirs (0.17-2) ...
13:40:52 #8 52.77 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
13:40:52 #8 52.78 Setting up libapt-pkg-perl (0.1.34+b1) ...
13:40:52 #12 6.891 Unpacking bash-completion (1:2.10-1ubuntu1) ...
13:40:52 #8 45.00 Setting up libimport-into-perl (1.002005-1) ...
13:40:52 #8 45.01 Setting up libmoo-perl (2.003004-2) ...
13:40:52 #8 45.03 Setting up liblwp-protocol-https-perl (6.07-2) ...
13:40:52 #8 45.04 Setting up libwww-perl (6.36-2) ...
13:40:52 #8 45.05 Setting up debhelper (13.2~bpo10+1) ...
13:40:52 #8 45.06 Setting up dh-autoreconf (19) ...
13:40:52 #8 45.08 Setting up devscripts (2.19.5+deb10u1) ...
13:40:52 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:40:52 + mkdir -p /root/build-deb/scan-cli-plugin
13:40:52 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:40:52 + mkdir -p /go/src/github.com/docker
13:40:52 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:40:52 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:40:52 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:40:52 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:40:52 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:40:52 + EPOCH=5
13:40:52 + EPOCH_SEP=
13:40:52 + [[ ! -z 5 ]]
13:40:52 + EPOCH_SEP=:
13:40:52 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:40:52 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:40:52 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:40:52 + VERSION=0.0.0-20220503081348-bfa9b40
13:40:52 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:40:52 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:40:52 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:40:52 + debSource=docker-ce
13:40:52 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:40:52 + debMaintainer='Docker <support@docker.com>'
13:40:52 ++ date --rfc-2822
13:40:52 + debDate='Wed, 04 May 2022 13:40:52 +0000'
13:40:52 + cat
13:40:52 + export CLI_GITCOMMIT=bfa9b40
13:40:52 + CLI_GITCOMMIT=bfa9b40
13:40:52 + export ENGINE_GITCOMMIT=613b798
13:40:52 + ENGINE_GITCOMMIT=613b798
13:40:52 + export SCAN_GITCOMMIT=061fe0a
13:40:52 + SCAN_GITCOMMIT=061fe0a
13:40:52 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:40:52 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:40:52 + dpkg-buildpackage -uc -us -I.git
13:40:52 dpkg-buildpackage: info: source package docker-ce
13:40:52 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy
13:40:52 dpkg-buildpackage: info: source distribution jammy
13:40:52 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:40:52 dpkg-buildpackage: info: host architecture arm64
13:40:52  dpkg-source -I.git --before-build .
13:40:52 #12 5.088 Starting pkgProblemResolver with broken count: 0
13:40:52 #12 5.118 Starting 2 pkgProblemResolver with broken count: 0
13:40:52 #12 5.122 Done
13:40:52 #8 62.13   Installing       : json-glib-1.6.6-2.fc36.x86_64                       55/178 
13:40:52 #8 62.36   Installing       : libicu-69.1-5.fc36.x86_64                           56/178 
13:40:52 #9 44.10 Preparing to unpack .../159-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:40:52 #9 44.12 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:40:52 #9 44.14 Selecting previously unselected package libhttp-message-perl.
13:40:52 #9 44.14 Preparing to unpack .../160-libhttp-message-perl_6.36-1_all.deb ...
13:40:52 #9 44.15 Unpacking libhttp-message-perl (6.36-1) ...
13:40:52 #9 44.18 Selecting previously unselected package libhttp-cookies-perl.
13:40:52 #9 44.18 Preparing to unpack .../161-libhttp-cookies-perl_6.10-1_all.deb ...
13:40:52 #9 44.19 Unpacking libhttp-cookies-perl (6.10-1) ...
13:40:52 #9 44.22 Selecting previously unselected package libhttp-negotiate-perl.
13:40:52 #9 44.22 Preparing to unpack .../162-libhttp-negotiate-perl_6.01-1_all.deb ...
13:40:52 #9 44.22 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:40:52 #9 44.26 Selecting previously unselected package perl-openssl-defaults:armhf.
13:40:52 #9 44.26 Preparing to unpack .../163-perl-openssl-defaults_5build2_armhf.deb ...
13:40:52 #9 44.27 Unpacking perl-openssl-defaults:armhf (5build2) ...
13:40:52 #12 9.025 Preparing to unpack .../9-pkg-config_0.29.1-0ubuntu4_arm64.deb ...
13:40:52 #12 9.034 Unpacking pkg-config (0.29.1-0ubuntu4) ...
13:40:52 #12 9.079 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ...
13:40:52 #12 9.090 Setting up libarchive13:arm64 (3.4.0-2ubuntu1.2) ...
13:40:52 #12 9.103 Setting up libsepol1-dev:arm64 (3.0-1ubuntu0.1) ...
13:40:52 #12 9.116 Setting up libpcre2-16-0:arm64 (10.34-7) ...
13:40:52 #12 9.131 Setting up libbtrfs0:arm64 (5.4.1-2) ...
13:40:52 #12 9.143 Setting up libpcre2-32-0:arm64 (10.34-7) ...
13:40:52 #12 9.157 Setting up libuv1:arm64 (1.34.2-1ubuntu1.3) ...
13:40:52 #12 9.167 Setting up bash-completion (1:2.10-1ubuntu1) ...
13:40:52 #9 51.05 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:40:52 #9 51.05 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:40:52 #9 51.09 Selecting previously unselected package libsereal-decoder-perl.
13:40:52 #9 51.09 Preparing to unpack .../299-libsereal-decoder-perl_4.011+ds-1build1_armhf.deb ...
13:40:52 #9 51.10 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
13:40:52 #9 51.14 Selecting previously unselected package libsereal-encoder-perl.
13:40:52 #9 51.14 Preparing to unpack .../300-libsereal-encoder-perl_4.011+ds-1build1_armhf.deb ...
13:40:52 #9 51.14 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
13:40:52 #9 51.19 Selecting previously unselected package libsereal-perl.
13:40:52 #9 51.19 Preparing to unpack .../301-libsereal-perl_4.011-1_all.deb ...
13:40:52 #9 51.19 Unpacking libsereal-perl (4.011-1) ...
13:40:52 #9 51.22 Selecting previously unselected package libsort-key-perl.
13:40:52 #9 51.22 Preparing to unpack .../302-libsort-key-perl_1.33-2build2_armhf.deb ...
13:40:52 #9 51.22 Unpacking libsort-key-perl (1.33-2build2) ...
13:40:52 #9 51.26 Selecting previously unselected package libstring-copyright-perl.
13:40:52 #9 51.26 Preparing to unpack .../303-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:52 #9 51.27 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:52 #9 51.30 Selecting previously unselected package libstring-escape-perl.
13:40:52 #12 8.652 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2.1ubuntu3_amd64.deb ...
13:40:52 #12 8.655 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu3) ...
13:40:52 #12 8.681 Selecting previously unselected package libseccomp-dev:amd64.
13:40:52 #12 8.684 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1_amd64.deb ...
13:40:52 #12 8.688 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1) ...
13:40:52 #12 8.723 Selecting previously unselected package libsystemd-dev:amd64.
13:40:52 #12 8.726 Preparing to unpack .../21-libsystemd-dev_248.3-1ubuntu8.5_amd64.deb ...
13:40:52 #12 8.729 Unpacking libsystemd-dev:amd64 (248.3-1ubuntu8.5) ...
13:40:52 #12 8.811 Selecting previously unselected package libglib2.0-0:amd64.
13:40:52 #12 8.814 Preparing to unpack .../22-libglib2.0-0_2.68.4-1ubuntu1_amd64.deb ...
13:40:52 #12 8.818 Unpacking libglib2.0-0:amd64 (2.68.4-1ubuntu1) ...
13:40:52 #12 8.875 Selecting previously unselected package pkg-config.
13:40:52 #12 8.878 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu1_amd64.deb ...
13:40:52 #12 8.883 Unpacking pkg-config (0.29.2-1ubuntu1) ...
13:40:52 #8 45.91 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:40:52 #8 45.97 Selecting previously unselected package libglib2.0-0:armhf.
13:40:52 #8 45.97 Preparing to unpack .../250-libglib2.0-0_2.66.8-1_armhf.deb ...
13:40:52 #8 45.98 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
13:40:52 #9 50.09 Unpacking libjpeg8:armhf (8c-2ubuntu8) ...
13:40:52 #9 50.12 Selecting previously unselected package libdeflate0:armhf.
13:40:52 #9 50.12 Preparing to unpack .../202-libdeflate0_1.7-2ubuntu2_armhf.deb ...
13:40:52 #9 50.13 Unpacking libdeflate0:armhf (1.7-2ubuntu2) ...
13:40:52 #9 50.16 Selecting previously unselected package libjbig0:armhf.
13:40:52 #9 50.16 Preparing to unpack .../203-libjbig0_2.1-3.1build1_armhf.deb ...
13:40:52 #9 50.17 Unpacking libjbig0:armhf (2.1-3.1build1) ...
13:40:52 #9 50.20 Selecting previously unselected package libwebp6:armhf.
13:40:52 #9 50.20 Preparing to unpack .../204-libwebp6_0.6.1-2.1_armhf.deb ...
13:40:52 #9 50.21 Unpacking libwebp6:armhf (0.6.1-2.1) ...
13:40:52 #9 50.26 Selecting previously unselected package libtiff5:armhf.
13:40:52 #9 50.26 Preparing to unpack .../205-libtiff5_4.3.0-1_armhf.deb ...
13:40:52 #9 50.26 Unpacking libtiff5:armhf (4.3.0-1) ...
13:40:52 #9 50.34 Selecting previously unselected package libxpm4:armhf.
13:40:52 #8 44.48 Building database of manual pages ...
13:40:52 #12 7.020 Selecting previously unselected package cmake-data.
13:40:52 #12 7.021 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
13:40:52 #12 7.026 Unpacking cmake-data (3.16.3-1ubuntu1) ...
13:40:52 #8 52.79 Setting up libksba8:armhf (1.3.5-2) ...
13:40:52 #8 52.80 Setting up libpipeline1:armhf (1.5.1-2) ...
13:40:52 #8 52.81 Setting up wdiff (1.2.2-2+b1) ...
13:40:52 #8 52.82 Setting up lsb-base (10.2019051400) ...
13:40:52 #8 52.84 Setting up mysql-common (5.8+1.0.5) ...
13:40:52 #8 52.86 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
13:40:52 #8 52.87 Setting up libxau6:armhf (1:1.0.8-1+b2) ...
13:40:52 #8 52.88 Setting up libkeyutils1:armhf (1.6-6) ...
13:40:52 #8 52.89 Setting up libpsl5:armhf (0.20.2-2) ...
13:40:52 #8 52.91 Setting up libgpm2:armhf (1.20.7-5) ...
13:40:52 #8 52.92 Setting up mime-support (3.62) ...
13:40:52 #8 52.95 Setting up xdg-user-dirs (0.17-2) ...
13:40:52 #8 52.98 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
13:40:52 #8 52.99 Setting up psmisc (23.2-1+deb10u1) ...
13:40:52 #8 45.26 Setting up dh-strip-nondeterminism (1.1.2-1) ...
13:40:52 #8 45.28 Setting up equivs (2.2.0) ...
13:40:52 #8 45.29 Processing triggers for libc-bin (2.28-10+rpi1+deb10u1) ...
13:40:52  debian/rules clean
13:40:52 dh clean --with=bash-completion
13:40:52    dh_clean
13:40:52 #8 62.49   Installing       : webkit2gtk3-jsc-2.36.1-1.fc36.x86_64                57/178 
13:40:52 #8 62.53   Installing       : libproxy-webkitgtk4-0.4.17-4.fc36.x86_64            58/178 
13:40:52 #8 62.54   Installing       : glib-networking-2.72.0-1.fc36.x86_64                59/178 
13:40:52 #8 62.58   Installing       : libsoup-2.74.2-2.fc36.x86_64                        60/178 
13:40:52 #8 62.63   Installing       : libjpeg-turbo-2.1.2-2.fc36.x86_64                   61/178 
13:40:52 #8 62.63   Installing       : libpkgconf-1.8.0-2.fc36.x86_64                      62/178 
13:40:52 #8 62.67   Installing       : pkgconf-1.8.0-2.fc36.x86_64                         63/178 
13:40:52 #8 62.68   Installing       : libpng-2:1.6.37-12.fc36.x86_64                      64/178 
13:40:52 #8 62.71   Installing       : libstemmer-0-18.585svn.fc36.x86_64                  65/178 
13:40:52 #8 62.72   Installing       : ncurses-6.2-9.20210508.fc36.x86_64                  66/178 
13:40:52 #9 44.38 Selecting previously unselected package libnet-ssleay-perl:armhf.
13:40:52 #9 44.38 Preparing to unpack .../164-libnet-ssleay-perl_1.92-1build2_armhf.deb ...
13:40:52 #9 44.39 Unpacking libnet-ssleay-perl:armhf (1.92-1build2) ...
13:40:52 #9 44.44 Selecting previously unselected package libio-socket-ssl-perl.
13:40:52 #9 44.44 Preparing to unpack .../165-libio-socket-ssl-perl_2.074-2_all.deb ...
13:40:52 #9 44.45 Unpacking libio-socket-ssl-perl (2.074-2) ...
13:40:52 #9 44.49 Selecting previously unselected package libnet-http-perl.
13:40:52 #9 44.49 Preparing to unpack .../166-libnet-http-perl_6.22-1_all.deb ...
13:40:52 #9 44.56 Unpacking libnet-http-perl (6.22-1) ...
13:40:52 #8 54.66 Setting up libmpc3:armhf (1.1.0-1) ...
13:40:52 #8 54.68 Setting up libc-dev-bin (2.27-3ubuntu1.5) ...
13:40:52 #8 54.69 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
13:40:52 #8 54.70 Setting up libgdbm-compat4:armhf (1.14.1-6) ...
13:40:52 #8 54.72 Setting up libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
13:40:52 #8 54.73 Setting up bsdmainutils (11.1.2ubuntu1) ...
13:40:52 #8 54.75 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:40:52 #8 54.75 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
13:40:52 #8 54.75 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:40:52 #8 54.76 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
13:40:52 #8 54.76 Setting up libsasl2-modules:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
13:40:52 #8 54.78 Setting up ca-certificates (20210119~18.04.2) ...
13:40:52 #11 1.528 Last metadata expiration check: 0:00:17 ago on Wed May  4 13:40:35 2022.
13:40:52 #9 51.30 Preparing to unpack .../304-libstring-escape-perl_2010.002-2_all.deb ...
13:40:52 #9 51.30 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:52 #9 51.33 Selecting previously unselected package libstring-shellquote-perl.
13:40:52 #9 51.33 Preparing to unpack .../305-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:52 #9 51.34 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:52 #9 51.38 Selecting previously unselected package libterm-readkey-perl.
13:40:52 #9 51.38 Preparing to unpack .../306-libterm-readkey-perl_2.38-1build1_armhf.deb ...
13:40:52 #9 51.39 Unpacking libterm-readkey-perl (2.38-1build1) ...
13:40:52 #9 51.42 Selecting previously unselected package libtest-fatal-perl.
13:40:52 #9 51.42 Preparing to unpack .../307-libtest-fatal-perl_0.014-1_all.deb ...
13:40:52 #9 51.42 Unpacking libtest-fatal-perl (0.014-1) ...
13:40:52 #9 51.45 Selecting previously unselected package libtest-refcount-perl.
13:40:52 #9 51.45 Preparing to unpack .../308-libtest-refcount-perl_0.10-1_all.deb ...
13:40:52 #9 51.46 Unpacking libtest-refcount-perl (0.10-1) ...
13:40:52 #9 51.49 Selecting previously unselected package libtext-levenshtein-perl.
13:40:52 #9 51.49 Preparing to unpack .../309-libtext-levenshtein-perl_0.13-1_all.deb ...
13:40:52 #9 51.50 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:40:52 #12 8.955 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1) ...
13:40:52 #12 8.968 Setting up libarchive13:amd64 (3.4.3-2ubuntu0.2) ...
13:40:52 #12 8.983 Setting up libglib2.0-0:amd64 (2.68.4-1ubuntu1) ...
13:40:52 #12 9.007 No schema files found: doing nothing.
13:40:52 #12 9.013 Setting up libsepol1-dev:amd64 (3.1-1ubuntu2.1) ...
13:40:52 #12 9.023 Setting up libpcre2-16-0:amd64 (10.37-0ubuntu2) ...
13:40:52 #12 9.033 Setting up libbtrfs0:amd64 (5.10.1-2build1) ...
13:40:52 #12 9.046 Setting up libpcre2-32-0:amd64 (10.37-0ubuntu2) ...
13:40:52 #12 9.060 Setting up libuv1:amd64 (1.40.0-2ubuntu1) ...
13:40:52 #12 9.073 Setting up bash-completion (1:2.11-2ubuntu1) ...
13:40:52 #8 46.18 Selecting previously unselected package libglib2.0-data.
13:40:52 #8 46.19 Preparing to unpack .../251-libglib2.0-data_2.66.8-1_all.deb ...
13:40:52 #8 46.19 Unpacking libglib2.0-data (2.66.8-1) ...
13:40:52 #8 46.40 Selecting previously unselected package libgpm2:armhf.
13:40:52 #8 46.40 Preparing to unpack .../252-libgpm2_1.20.7-8_armhf.deb ...
13:40:52 #8 46.41 Unpacking libgpm2:armhf (1.20.7-8) ...
13:40:52 #8 46.44 Selecting previously unselected package libhash-fieldhash-perl.
13:40:52 #8 64.79 Setting up libgpgme11:amd64 (1.12.0-6) ...
13:40:52 #8 64.80 Setting up gcc (4:8.3.0-1) ...
13:40:52 #8 64.82 Setting up python3-six (1.12.0-1) ...
13:40:52 #8 64.95 Setting up dirmngr (2.2.12-1+deb10u1) ...
13:40:52 #8 64.97 Setting up perl (5.28.1-6+deb10u1) ...
13:40:52 #8 65.00 Setting up libpackage-stash-xs-perl (0.29-1) ...
13:40:52 #8 65.01 Setting up python3-gpg (1.12.0-6) ...
13:40:52 #8 65.18 Setting up libdata-dump-perl (1.23-1) ...
13:40:52 #8 65.19 Setting up python3-certifi (2018.8.24-1) ...
13:40:52 #8 65.31 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:40:52 #8 65.32 Setting up libref-util-perl (0.204-1) ...
13:40:52 #8 65.34 Setting up libipc-system-simple-perl (1.25-4) ...
13:40:52 #8 65.35 Setting up libnet-domain-tld-perl (1.75-1) ...
13:40:52 #8 65.36 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
13:40:52 #8 65.37 Setting up libvariable-magic-perl (0.62-1+b1) ...
13:40:52 #8 65.38 Setting up python3-idna (2.6-1) ...
13:40:52 #8 65.56 Setting up libio-html-perl (1.001-1) ...
13:40:52 #8 65.58 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
13:40:52 #8 65.59 Setting up libtest-refcount-perl (0.08-3) ...
13:40:52 #8 65.60 Setting up libparams-util-perl (1.07-3+b4) ...
13:40:52 #8 65.61 Setting up libdpkg-perl (1.19.7) ...
13:40:52 #8 65.62 Setting up autoconf (2.69-11) ...
13:40:52 #8 65.64 Setting up python3-urllib3 (1.24.1-1) ...
13:40:52 #8 65.80 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:52 #8 65.81 Setting up libcapture-tiny-perl (0.48-1) ...
13:40:52 #8 65.82 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
13:40:52 #8 65.83 Setting up gpg-wks-server (2.2.12-1+deb10u1) ...
13:40:52 #8 65.84 Setting up libsub-name-perl (0.21-1+b3) ...
13:40:52 #8 65.86 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
13:40:52 #8 65.87 Setting up g++-8 (8.3.0-6) ...
13:40:52 #8 65.88 Setting up libfile-chdir-perl (0.1008-1) ...
13:40:52 #8 65.89 Setting up xauth (1:1.0.10-1) ...
13:40:52 #8 65.90 Setting up libpath-tiny-perl (0.108-1) ...
13:40:52 #8 65.91 Setting up libarchive-cpio-perl (0.10-1) ...
13:40:52 #9 50.34 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1_armhf.deb ...
13:40:52 #9 50.35 Unpacking libxpm4:armhf (1:3.5.12-1) ...
13:40:52 #9 50.39 Selecting previously unselected package libgd3:armhf.
13:40:52 #9 50.39 Preparing to unpack .../207-libgd3_2.3.0-2ubuntu1_armhf.deb ...
13:40:52 #9 50.39 Unpacking libgd3:armhf (2.3.0-2ubuntu1) ...
13:40:52 #9 50.42 Selecting previously unselected package libc-devtools.
13:40:52 #9 50.42 Preparing to unpack .../208-libc-devtools_2.34-0ubuntu3.2_armhf.deb ...
13:40:52 #9 50.43 Unpacking libc-devtools (2.34-0ubuntu3.2) ...
13:40:52 #9 50.46 Selecting previously unselected package libcapture-tiny-perl.
13:40:52 #9 50.46 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:52 #9 50.46 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:52 #9 50.49 Selecting previously unselected package libclass-data-inheritable-perl.
13:40:52 #9 50.50 Preparing to unpack .../210-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:40:52 #9 50.50 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:40:52 #9 50.53 Selecting previously unselected package libclass-xsaccessor-perl.
13:40:52 #9 50.53 Preparing to unpack .../211-libclass-xsaccessor-perl_1.19-3build7_armhf.deb ...
13:40:52 #9 50.54 Unpacking libclass-xsaccessor-perl (1.19-3build7) ...
13:40:52 #12 7.437 Selecting previously unselected package libarchive13:amd64.
13:40:52 #12 7.441 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_amd64.deb ...
13:40:52 #12 7.449 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1.2) ...
13:40:52 #12 7.510 Selecting previously unselected package libjsoncpp1:amd64.
13:40:52 #12 7.513 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
13:40:52 #12 7.518 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
13:40:52 #12 7.562 Selecting previously unselected package librhash0:amd64.
13:40:52 #8 53.02 Setting up libgc1c2:armhf (1:7.6.4-0.4) ...
13:40:52 #8 53.04 Setting up libyaml-0-2:armhf (0.2.1-1) ...
13:40:52 #8 53.05 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u3) ...
13:40:52 #8 53.06 No schema files found: doing nothing.
13:40:52 #8 53.07 Setting up distro-info-data (0.41+deb10u4) ...
13:40:52 #8 53.08 Setting up manpages (4.16-2) ...
13:40:52 #8 53.09 Setting up unzip (6.0-23+deb10u2) ...
13:40:52 #8 53.12 Setting up libsqlite3-0:armhf (3.27.2-3+deb10u1) ...
13:40:52 #8 53.13 Setting up libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ...
13:40:52 #8 53.16 Setting up binutils-common:armhf (2.31.1-16) ...
13:40:52 #8 53.17 Setting up libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
13:40:52 #8 53.18 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
13:40:52 #8 53.20 Setting up less (487-0.1+b1) ...
13:40:52 #11 2.989 (1/108): acl-2.3.1-2.fc35.x86_64.rpm            312 kB/s |  71 kB     00:00    
13:40:52 #11 2.995 (2/108): dbus-broker-29-4.fc35.x86_64.rpm        25 MB/s | 171 kB     00:00    
13:40:52 #11 3.002 (3/108): autoconf-2.69-37.fc35.noarch.rpm       2.7 MB/s | 666 kB     00:00    
13:40:52 #11 3.008 (4/108): device-mapper-1.02.175-6.fc35.x86_64.r  12 MB/s | 140 kB     00:00    
13:40:52 #11 3.015 (5/108): automake-1.16.2-5.fc35.noarch.rpm      2.5 MB/s | 662 kB     00:00    
13:40:53  dpkg-source -I.git -b .
13:40:53 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:40:53 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:40:53 dpkg-source: warning: native package version may not have a revision
13:40:53 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:40:53 dpkg-source: info: using source format '1.0'
13:40:53 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz
13:40:53 #8 62.77   Installing       : perl-Digest-1.20-2.fc36.noarch                      67/178 
13:40:53 #8 62.77   Installing       : perl-Digest-MD5-2.58-479.fc36.x86_64                68/178 
13:40:53 #8 62.78   Installing       : perl-B-1.82-486.fc36.x86_64                         69/178 
13:40:53 #8 62.82   Installing       : perl-FileHandle-2.03-486.fc36.noarch                70/178 
13:40:53 #8 62.83   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                71/178 
13:40:53 #8 62.83   Installing       : perl-Data-Dumper-2.183-3.fc36.x86_64                72/178 
13:40:53 #8 62.86   Installing       : perl-libnet-3.13-480.fc36.noarch                    73/178 
13:40:53 #8 62.87   Installing       : perl-base-2.27-486.fc36.noarch                      74/178 
13:40:53 #8 62.88   Installing       : perl-Net-SSLeay-1.92-2.fc36.x86_64                  75/178 
13:40:53 #8 62.93   Installing       : perl-URI-5.10-1.fc36.noarch                         76/178 
13:40:53 #8 62.96   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         77/178 
13:40:53 #8 62.96   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              78/178 
13:40:53 #8 63.00   Installing       : perl-if-0.60.900-486.fc36.noarch                    79/178 
13:40:53 #8 63.00   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             80/178 
13:40:53 #8 63.01   Installing       : perl-File-Path-2.18-479.fc36.noarch                 81/178 
13:40:53 #8 63.04   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             82/178 
13:40:53 #8 63.04   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              83/178 
13:40:53 #8 63.05   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              84/178 
13:40:53 #8 63.08   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              85/178 
13:40:53 #8 63.09   Installing       : perl-POSIX-1.97-486.fc36.x86_64                     86/178 
13:40:53 #9 44.66 Selecting previously unselected package liblwp-protocol-https-perl.
13:40:53 #9 44.66 Preparing to unpack .../167-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:40:53 #9 44.73 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:40:53 #9 44.76 Selecting previously unselected package libtry-tiny-perl.
13:40:53 #9 44.76 Preparing to unpack .../168-libtry-tiny-perl_0.31-1_all.deb ...
13:40:53 #9 44.76 Unpacking libtry-tiny-perl (0.31-1) ...
13:40:53 #9 44.80 Selecting previously unselected package libwww-robotrules-perl.
13:40:53 #9 44.80 Preparing to unpack .../169-libwww-robotrules-perl_6.02-1_all.deb ...
13:40:53 #9 44.80 Unpacking libwww-robotrules-perl (6.02-1) ...
13:40:53 #9 44.83 Selecting previously unselected package libwww-perl.
13:40:53 #9 44.84 Preparing to unpack .../170-libwww-perl_6.61-1_all.deb ...
13:40:53 #9 44.84 Unpacking libwww-perl (6.61-1) ...
13:40:53 #9 44.88 Selecting previously unselected package patchutils.
13:40:53 #8 55.13 Updating certificates in /etc/ssl/certs...
13:40:53 #12 5.393 The following additional packages will be installed:
13:40:53 #12 5.394   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:40:53 #12 5.394   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:53 #12 5.394   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:40:53 #12 5.394   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:40:53 #12 5.395   libsystemd-dev libudev-dev libuv1 pkg-config
13:40:53 #12 5.396 Suggested packages:
13:40:53 #12 5.396   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:40:53 #12 5.396 Recommended packages:
13:40:53 #12 5.396   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
13:40:53 #12 5.434 The following NEW packages will be installed:
13:40:53 #12 5.434   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:40:53 #12 5.434   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:40:53 #12 5.434   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:40:53 #12 5.435   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:40:53 #12 5.435   libsystemd-dev libudev-dev libuv1 pkg-config
13:40:53 #9 51.52 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:53 #9 51.53 Preparing to unpack .../310-libtype-tiny-xs-perl_0.016-1_armhf.deb ...
13:40:53 #9 51.53 Unpacking libtype-tiny-xs-perl (0.016-1) ...
13:40:53 #9 51.57 Selecting previously unselected package libunicode-utf8-perl.
13:40:53 #9 51.57 Preparing to unpack .../311-libunicode-utf8-perl_0.62-1build1_armhf.deb ...
13:40:53 #9 51.57 Unpacking libunicode-utf8-perl (0.62-1build1) ...
13:40:53 #9 51.61 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:53 #9 51.61 Preparing to unpack .../312-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:40:53 #9 51.61 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:40:53 #9 51.64 Selecting previously unselected package libxml-sax-base-perl.
13:40:53 #9 51.64 Preparing to unpack .../313-libxml-sax-base-perl_1.09-1_all.deb ...
13:40:53 #9 51.65 Unpacking libxml-sax-base-perl (1.09-1) ...
13:40:53 #9 51.69 Selecting previously unselected package libxml-sax-perl.
13:40:53 #9 51.69 Preparing to unpack .../314-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:40:53 #9 51.69 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:40:53 #9 51.74 Selecting previously unselected package libxml-libxml-perl.
13:40:53 #9 51.74 Preparing to unpack .../315-libxml-libxml-perl_2.0134+dfsg-1build1_armhf.deb ...
13:40:53 #9 51.74 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:40:53 #8 46.45 Preparing to unpack .../253-libhash-fieldhash-perl_0.15-1+b3_armhf.deb ...
13:40:53 #8 46.45 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
13:40:53 #8 46.48 Selecting previously unselected package libhtml-form-perl.
13:40:53 #8 46.48 Preparing to unpack .../254-libhtml-form-perl_6.07-1_all.deb ...
13:40:53 #8 46.48 Unpacking libhtml-form-perl (6.07-1) ...
13:40:53 #8 46.52 Selecting previously unselected package libhtml-format-perl.
13:40:53 #8 46.52 Preparing to unpack .../255-libhtml-format-perl_2.12-1.1_all.deb ...
13:40:53 #8 46.52 Unpacking libhtml-format-perl (2.12-1.1) ...
13:40:53 #8 46.56 Selecting previously unselected package libhtml-html5-entities-perl.
13:40:53 #8 46.56 Preparing to unpack .../256-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:40:53 #8 46.56 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:40:53 #8 46.59 Selecting previously unselected package libhttp-daemon-perl.
13:40:53 #8 46.59 Preparing to unpack .../257-libhttp-daemon-perl_6.12-1_all.deb ...
13:40:53 #8 46.59 Unpacking libhttp-daemon-perl (6.12-1) ...
13:40:53 #8 46.62 Selecting previously unselected package libio-sessiondata-perl.
13:40:53 #8 46.62 Preparing to unpack .../258-libio-sessiondata-perl_1.03-1.1_all.deb ...
13:40:53 #8 46.62 Unpacking libio-sessiondata-perl (1.03-1.1) ...
13:40:53 #8 46.65 Selecting previously unselected package libipc-run3-perl.
13:40:53 #8 46.65 Preparing to unpack .../259-libipc-run3-perl_0.048-2_all.deb ...
13:40:53 #8 46.66 Unpacking libipc-run3-perl (0.048-2) ...
13:40:53 #8 46.69 Selecting previously unselected package libtypes-serialiser-perl.
13:40:53 #8 46.69 Preparing to unpack .../260-libtypes-serialiser-perl_1.01-1_all.deb ...
13:40:53 #8 46.70 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:40:53 #8 46.72 Selecting previously unselected package libjson-xs-perl.
13:40:53 #8 46.73 Preparing to unpack .../261-libjson-xs-perl_4.030-1+b1_armhf.deb ...
13:40:53 #8 46.73 Unpacking libjson-xs-perl (4.030-1+b1) ...
13:40:53 #8 65.92 Setting up libjson-perl (4.02000-1) ...
13:40:53 #8 65.93 Setting up libfcgi-perl (0.78-2+b3) ...
13:40:53 #8 65.95 Setting up libdevel-globaldestruction-perl (0.14-1) ...
13:40:53 #8 65.96 Setting up python3-unidiff (0.5.4-1) ...
13:40:53 #8 66.08 Setting up libstrictures-perl (2.000005-1) ...
13:40:53 #8 66.09 Setting up libsub-quote-perl (2.005001-1) ...
13:40:53 #8 66.10 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
13:40:53 #8 66.12 Setting up libsort-versions-perl (1.62-1) ...
13:40:53 #8 66.13 Setting up libexporter-tiny-perl (1.002001-1) ...
13:40:53 #8 66.14 Setting up libterm-readkey-perl (2.38-1) ...
13:40:53 #8 66.15 Setting up lsb-release (10.2019051400) ...
13:40:53 #8 66.16 Setting up libclass-accessor-perl (0.51-1) ...
13:40:53 #8 66.17 Setting up libnet-ip-perl (1.26-2) ...
13:40:53 #9 50.57 Selecting previously unselected package libclone-perl.
13:40:53 #9 50.57 Preparing to unpack .../212-libclone-perl_0.45-1build1_armhf.deb ...
13:40:53 #9 50.57 Unpacking libclone-perl (0.45-1build1) ...
13:40:53 #9 50.61 Selecting previously unselected package libcommon-sense-perl.
13:40:53 #9 50.62 Preparing to unpack .../213-libcommon-sense-perl_3.75-1build4_armhf.deb ...
13:40:53 #9 50.62 Unpacking libcommon-sense-perl (3.75-1build4) ...
13:40:53 #9 50.65 Selecting previously unselected package libconfig-tiny-perl.
13:40:53 #9 50.65 Preparing to unpack .../214-libconfig-tiny-perl_2.26-1_all.deb ...
13:40:53 #9 50.66 Unpacking libconfig-tiny-perl (2.26-1) ...
13:40:53 #9 50.69 Selecting previously unselected package libparams-util-perl.
13:40:53 #9 50.69 Preparing to unpack .../215-libparams-util-perl_1.102-1build2_armhf.deb ...
13:40:53 #9 50.70 Unpacking libparams-util-perl (1.102-1build2) ...
13:40:53 #9 50.73 Selecting previously unselected package libsub-install-perl.
13:40:53 #9 50.73 Preparing to unpack .../216-libsub-install-perl_0.928-1.1_all.deb ...
13:40:53 #9 50.73 Unpacking libsub-install-perl (0.928-1.1) ...
13:40:53 #9 50.76 Selecting previously unselected package libdata-optlist-perl.
13:40:53 #9 50.76 Preparing to unpack .../217-libdata-optlist-perl_0.110-1.1_all.deb ...
13:40:53 #9 50.76 Unpacking libdata-optlist-perl (0.110-1.1) ...
13:40:53 #9 50.80 Selecting previously unselected package libsub-exporter-perl.
13:40:53 #12 7.565 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
13:40:53 #12 7.569 Unpacking librhash0:amd64 (1.3.9-1) ...
13:40:53 #12 7.617 Selecting previously unselected package libuv1:amd64.
13:40:53 #12 7.620 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
13:40:53 #12 7.624 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
13:40:53 #12 7.665 Selecting previously unselected package cmake.
13:40:53 #12 7.668 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_amd64.deb ...
13:40:53 #12 7.673 Unpacking cmake (3.16.3-1ubuntu1) ...
13:40:53 #8 53.29 Setting up perl-openssl-defaults:armhf (3) ...
13:40:53 #8 53.30 Setting up linux-libc-dev:armhf (4.19.235-1) ...
13:40:53 #8 53.31 Setting up gettext-base (0.19.8.1-9) ...
13:40:53 #8 53.32 Setting up liblzo2-2:armhf (2.10-0.1) ...
13:40:53 #8 53.33 Setting up libnpth0:armhf (1.6-1) ...
13:40:53 #8 53.34 Setting up krb5-locales (1.17-3+deb10u3) ...
13:40:53 #8 53.35 Setting up file (1:5.35-4+deb10u2) ...
13:40:53 #8 53.36 Setting up libossp-uuid16:armhf (1.6.2-1.5+b7) ...
13:40:53 #8 53.37 Setting up libassuan0:armhf (2.5.2-1) ...
13:40:53 #8 53.38 Setting up libgomp1:armhf (8.3.0-6) ...
13:40:53 #8 53.39 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
13:40:53 #8 53.40 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:40:53 #8 53.42 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:40:53 #8 53.43 Setting up libicu63:armhf (63.1-6+deb10u3) ...
13:40:53 #8 53.44 Setting up libfakeroot:armhf (1.23-1) ...
13:40:53 #8 53.46 Setting up libkrb5support0:armhf (1.17-3+deb10u3) ...
13:40:53 #8 53.47 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
13:40:53 #8 53.48 Setting up fakeroot (1.23-1) ...
13:40:53 #8 53.49 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:53 #8 53.50 Setting up mariadb-common (1:10.3.34-0+deb10u1) ...
13:40:53 #8 53.52 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
13:40:53 #8 53.53 Setting up libasan5:armhf (8.3.0-6) ...
13:40:53 #8 53.54 Setting up autotools-dev (20180224.1) ...
13:40:53 #8 53.55 Setting up libglib2.0-data (2.58.3-2+deb10u3) ...
13:40:53 #8 53.56 Setting up libpython2.7-minimal:armhf (2.7.16-2+deb10u1) ...
13:40:53 #8 53.58 Setting up libwrap0:armhf (7.6.q-28) ...
13:40:53 #8 53.59 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
13:40:53 #8 53.60 Setting up make (4.2.1-1.2) ...
13:40:53 #11 3.019 (6/108): device-mapper-libs-1.02.175-6.fc35.x86  17 MB/s | 179 kB     00:00    
13:40:53 #11 3.026 (7/108): emacs-filesystem-27.2-9.fc35.noarch.rp 1.4 MB/s | 9.0 kB     00:00    
13:40:53 #11 3.029 (8/108): device-mapper-devel-1.02.175-6.fc35.x8 1.7 MB/s |  45 kB     00:00    
13:40:53 #11 3.033 (9/108): gc-8.0.4-6.fc35.x86_64.rpm              15 MB/s | 103 kB     00:00    
13:40:53 #11 3.040 (10/108): e2fsprogs-libs-1.46.3-1.fc35.x86_64.r 8.8 MB/s | 222 kB     00:00    
13:40:53 #11 3.045 (11/108): iptables-legacy-libs-1.8.7-13.fc35.x8 4.0 MB/s |  39 kB     00:00    
13:40:53 #11 3.052 (12/108): kmod-libs-29-4.fc35.x86_64.rpm        5.9 MB/s |  63 kB     00:00    
13:40:53 #11 3.059 (13/108): libargon2-20171227-7.fc35.x86_64.rpm  2.7 MB/s |  28 kB     00:00    
13:40:53 #11 3.095 (14/108): guile22-2.2.7-3.fc35.x86_64.rpm        98 MB/s | 6.4 MB     00:00    
13:40:53 #11 3.099 (15/108): libbpf-0.4.0-2.fc35.x86_64.rpm        3.0 MB/s | 131 kB     00:00    
13:40:53 #11 3.102 (16/108): libcbor-0.7.0-4.fc35.x86_64.rpm       1.4 MB/s |  56 kB     00:00    
13:40:53 #11 3.107 (17/108): libedit-3.1-40.20210910cvs.fc35.x86_6  14 MB/s | 105 kB     00:00    
13:40:53 #11 3.111 (18/108): libfido2-1.8.0-1.fc35.x86_64.rpm      6.9 MB/s |  81 kB     00:00    
13:40:53 #11 3.115 (19/108): libmpc-1.2.1-3.fc35.x86_64.rpm        4.8 MB/s |  62 kB     00:00    
13:40:53 #11 3.120 (20/108): libnl3-3.5.0-8.fc35.x86_64.rpm         26 MB/s | 328 kB     00:00    
13:40:53 #11 3.124 (21/108): libpcap-1.10.1-2.fc35.x86_64.rpm       14 MB/s | 171 kB     00:00    
13:40:53 #11 3.128 (22/108): libutempter-1.2.1-5.fc35.x86_64.rpm   3.6 MB/s |  26 kB     00:00    
13:40:53 #11 3.132 (23/108): libxkbcommon-1.3.1-1.fc35.x86_64.rpm   13 MB/s | 140 kB     00:00    
13:40:53 #11 3.137 (24/108): lzo-2.10-5.fc35.x86_64.rpm            5.7 MB/s |  65 kB     00:00    
13:40:53 #11 3.144 (25/108): perl-Error-0.17029-7.fc35.noarch.rpm  6.9 MB/s |  41 kB     00:00    
13:40:53 #11 3.150 (26/108): m4-1.4.19-2.fc35.x86_64.rpm            14 MB/s | 294 kB     00:00    
13:40:53 #11 3.154 (27/108): perl-TermReadKey-2.38-11.fc35.x86_64. 3.6 MB/s |  36 kB     00:00    
13:40:53 #11 3.161 (28/108): make-4.3-6.fc35.x86_64.rpm             18 MB/s | 533 kB     00:00    
13:40:53 #11 3.163 (29/108): perl-Thread-Queue-3.14-478.fc35.noarc 1.7 MB/s |  21 kB     00:00    
13:40:53 #11 3.166 (30/108): perl-threads-2.26-448.fc35.x86_64.rpm 4.7 MB/s |  57 kB     00:00    
13:40:53 #11 3.171 (31/108): perl-threads-shared-1.62-478.fc35.x86 6.1 MB/s |  43 kB     00:00    
13:40:53 #11 3.180 (32/108): python3-setools-4.4.0-3.fc35.x86_64.r  32 MB/s | 547 kB     00:00    
13:40:53 #11 3.188 (33/108): python3-setuptools-57.4.0-1.fc35.noar  43 MB/s | 928 kB     00:00    
13:40:53 #11 3.194 (34/108): rhash-1.4.0-4.fc35.x86_64.rpm         9.3 MB/s | 178 kB     00:00    
13:40:53 #11 3.198 (35/108): which-2.21-27.fc35.x86_64.rpm         4.6 MB/s |  41 kB     00:00    
13:40:53 #11 3.203 (36/108): annobin-docs-10.66-2.fc35.noarch.rpm   10 MB/s |  85 kB     00:00    
13:40:53 #11 3.206 (37/108): annobin-plugin-gcc-10.66-2.fc35.x86_6 6.3 MB/s |  46 kB     00:00    
13:40:53 #11 3.216 (38/108): btrfs-progs-devel-5.16.2-1.fc35.x86_6 5.4 MB/s |  50 kB     00:00    
13:40:53 #11 3.225 (39/108): xkeyboard-config-2.33-2.fc35.noarch.r  21 MB/s | 783 kB     00:00    
13:40:53 #11 3.234 (40/108): btrfs-progs-5.16.2-1.fc35.x86_64.rpm   31 MB/s | 962 kB     00:00    
13:40:53 #11 3.239 (41/108): checkpolicy-3.3-1.fc35.x86_64.rpm      16 MB/s | 338 kB     00:00    
13:40:53 #11 3.246 (42/108): cmake-filesystem-3.22.2-1.fc35.x86_64 3.3 MB/s |  18 kB     00:00    
13:40:53 #11 3.253 (43/108): cmake-rpm-macros-3.22.2-1.fc35.noarch 2.9 MB/s |  17 kB     00:00    
13:40:53 #11 3.280 (44/108): cmake-data-3.22.2-1.fc35.noarch.rpm    40 MB/s | 1.6 MB     00:00    
13:40:53 #11 3.306 (45/108): cryptsetup-libs-2.4.3-1.fc35.x86_64.r  17 MB/s | 430 kB     00:00    
13:40:53 #11 3.325 (46/108): dbus-1.12.22-1.fc35.x86_64.rpm        385 kB/s | 7.1 kB     00:00    
13:40:53 #8 63.10   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            87/178 
13:40:53 #8 63.13   Installing       : perl-subs-1.04-486.fc36.noarch                      88/178 
13:40:53 #8 63.14   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                89/178 
13:40:53 #8 63.15   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  90/178 
13:40:53 #8 63.18   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          91/178 
13:40:53 #8 63.19   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 92/178 
13:40:53 #8 63.23   Installing       : perl-HTTP-Tiny-0.080-2.fc36.noarch                  93/178 
13:40:53 #8 63.23   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               94/178 
13:40:53 #8 63.24   Installing       : perl-Symbol-1.09-486.fc36.noarch                    95/178 
13:40:53 #8 63.26   Installing       : perl-File-stat-1.09-486.fc36.noarch                 96/178 
13:40:53 #8 63.27   Installing       : perl-Socket-4:2.033-1.fc36.x86_64                   97/178 
13:40:53 #8 63.30   Installing       : perl-podlators-1:4.14-479.fc36.noarch               98/178 
13:40:53 #8 63.30   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            99/178 
13:40:53 #8 63.31   Installing       : perl-Fcntl-1.14-486.fc36.x86_64                    100/178 
13:40:53 #9 44.88 Preparing to unpack .../171-patchutils_0.4.2-1build2_armhf.deb ...
13:40:53 #9 44.89 Unpacking patchutils (0.4.2-1build2) ...
13:40:53 #9 44.93 Selecting previously unselected package wdiff.
13:40:53 #9 44.93 Preparing to unpack .../172-wdiff_1.2.2-2build3_armhf.deb ...
13:40:53 #9 44.94 Unpacking wdiff (1.2.2-2build3) ...
13:40:53 #9 45.00 Selecting previously unselected package devscripts.
13:40:53 #9 45.00 Preparing to unpack .../173-devscripts_2.22.1ubuntu1_armhf.deb ...
13:40:53 #9 45.01 Unpacking devscripts (2.22.1ubuntu1) ...
13:40:53 #9 45.09 Selecting previously unselected package diffstat.
13:40:53 #9 45.09 Preparing to unpack .../174-diffstat_1.64-1build2_armhf.deb ...
13:40:53 #9 45.10 Unpacking diffstat (1.64-1build2) ...
13:40:53 #12 5.852 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
13:40:53 #12 5.852 1 not fully installed or removed.
13:40:53 #12 5.852 Need to get 10.6 MB of archives.
13:40:53 #12 5.852 After this operation, 41.1 MB of additional disk space will be used.
13:40:53 #12 5.852 Get:1 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 bash-completion all 1:2.11-2ubuntu1 [179 kB]
13:40:53 #11 15.94   Running scriptlet: which-2.21-26.fc34.aarch64                           99/99 
13:40:53 #11 18.45   Verifying        : acl-2.3.1-1.fc34.aarch64                              1/99 
13:40:53 #11 18.45   Verifying        : autoconf-2.69-36.fc34.noarch                          2/99 
13:40:53 #11 18.45   Verifying        : automake-1.16.2-4.fc34.noarch                         3/99 
13:40:53 #11 18.45   Verifying        : checkpolicy-3.2-1.fc34.aarch64                        4/99 
13:40:53 #11 18.45   Verifying        : dbus-1:1.12.20-3.fc34.aarch64                         5/99 
13:40:53 #11 18.45   Verifying        : dbus-common-1:1.12.20-3.fc34.noarch                   6/99 
13:40:53 #11 18.45   Verifying        : device-mapper-1.02.175-1.fc34.aarch64                 7/99 
13:40:53 #11 18.45   Verifying        : device-mapper-devel-1.02.175-1.fc34.aarch64           8/99 
13:40:53 #11 18.45   Verifying        : device-mapper-libs-1.02.175-1.fc34.aarch64            9/99 
13:40:53 #11 18.45   Verifying        : e2fsprogs-libs-1.45.6-5.fc34.aarch64                 10/99 
13:40:53 #11 18.45   Verifying        : gc-8.0.4-5.fc34.aarch64                              11/99 
13:40:53 #11 18.45   Verifying        : guile22-2.2.7-2.fc34.aarch64                         12/99 
13:40:53 #11 18.45   Verifying        : libargon2-20171227-6.fc34.aarch64                    13/99 
13:40:53 #11 18.45   Verifying        : libcbor-0.7.0-3.fc34.aarch64                         14/99 
13:40:53 #11 18.45   Verifying        : libfido2-1.6.0-2.fc34.aarch64                        15/99 
13:40:53 #11 18.45   Verifying        : libmpc-1.2.1-2.fc34.aarch64                          16/99 
13:40:53 #11 18.45   Verifying        : libnl3-3.5.0-6.fc34.aarch64                          17/99 
13:40:53 #11 18.45   Verifying        : libselinux-devel-3.2-1.fc34.aarch64                  18/99 
13:40:53 #11 18.45   Verifying        : libselinux-utils-3.2-1.fc34.aarch64                  19/99 
13:40:53 #11 18.45   Verifying        : libtool-2.4.6-40.fc34.aarch64                        20/99 
13:40:53 #11 18.45   Verifying        : libtool-ltdl-2.4.6-40.fc34.aarch64                   21/99 
13:40:53 #11 18.45   Verifying        : libtool-ltdl-devel-2.4.6-40.fc34.aarch64             22/99 
13:40:53 #11 18.45   Verifying        : lzo-2.10-4.fc34.aarch64                              23/99 
13:40:53 #11 18.45   Verifying        : m4-1.4.18-17.fc34.aarch64                            24/99 
13:40:53 #11 18.45   Verifying        : make-1:4.3-5.fc34.aarch64                            25/99 
13:40:53 #11 18.45   Verifying        : pcre2-devel-10.36-4.fc34.aarch64                     26/99 
13:40:53 #11 18.45   Verifying        : pcre2-utf16-10.36-4.fc34.aarch64                     27/99 
13:40:53 #11 18.45   Verifying        : pcre2-utf32-10.36-4.fc34.aarch64                     28/99 
13:40:53 #11 18.45   Verifying        : perl-Error-1:0.17029-5.fc34.noarch                   29/99 
13:40:53 #11 18.45   Verifying        : perl-TermReadKey-2.38-9.fc34.aarch64                 30/99 
13:40:53 #11 18.45   Verifying        : perl-Thread-Queue-3.14-458.fc34.noarch               31/99 
13:40:53 #11 18.45   Verifying        : perl-threads-1:2.25-458.fc34.aarch64                 32/99 
13:40:53 #11 18.45   Verifying        : perl-threads-shared-1.61-458.fc34.aarch64            33/99 
13:40:53 #11 18.45   Verifying        : policycoreutils-3.2-1.fc34.aarch64                   34/99 
13:40:53 #11 18.45   Verifying        : policycoreutils-devel-3.2-1.fc34.aarch64             35/99 
13:40:53 #11 18.45   Verifying        : policycoreutils-python-utils-3.2-1.fc34.noarch       36/99 
13:40:53 #11 18.45   Verifying        : python3-libselinux-3.2-1.fc34.aarch64                37/99 
13:40:53 #11 18.45   Verifying        : python3-libsemanage-3.2-1.fc34.aarch64               38/99 
13:40:53 #11 18.45   Verifying        : python3-policycoreutils-3.2-1.fc34.noarch            39/99 
13:40:53 #11 18.45   Verifying        : python3-setools-4.4.0-1.fc34.aarch64                 40/99 
13:40:53 #11 18.46   Verifying        : rhash-1.4.0-3.fc34.aarch64                           41/99 
13:40:53 #11 18.46   Verifying        : rpm-plugin-selinux-4.16.1.3-1.fc34.aarch64           42/99 
13:40:53 #11 18.46   Verifying        : annobin-9.79-2.fc34.aarch64                          43/99 
13:40:53 #11 18.46   Verifying        : btrfs-progs-5.16.2-1.fc34.aarch64                    44/99 
13:40:53 #11 18.46   Verifying        : btrfs-progs-devel-5.16.2-1.fc34.aarch64              45/99 
13:40:53 #11 18.46   Verifying        : cmake-3.20.5-1.fc34.aarch64                          46/99 
13:40:53 #11 18.46   Verifying        : cmake-data-3.20.5-1.fc34.noarch                      47/99 
13:40:53 #11 18.46   Verifying        : cmake-filesystem-3.20.5-1.fc34.aarch64               48/99 
13:40:53 #11 18.46   Verifying        : cmake-rpm-macros-3.20.5-1.fc34.noarch                49/99 
13:40:53 #11 18.46   Verifying        : cpp-11.2.1-9.fc34.aarch64                            50/99 
13:40:53 #11 18.46   Verifying        : cryptsetup-libs-2.3.7-1.fc34.aarch64                 51/99 
13:40:53 #11 18.46   Verifying        : dbus-broker-29-2.fc34.aarch64                        52/99 
13:40:53 #11 18.46   Verifying        : gcc-11.2.1-9.fc34.aarch64                            53/99 
13:40:53 #11 18.46   Verifying        : git-2.34.1-1.fc34.aarch64                            54/99 
13:40:53 #11 18.46   Verifying        : git-core-2.34.1-1.fc34.aarch64                       55/99 
13:40:53 #11 18.46   Verifying        : git-core-doc-2.34.1-1.fc34.noarch                    56/99 
13:40:53 #11 18.46   Verifying        : glibc-devel-2.33-21.fc34.aarch64                     57/99 
13:40:53 #11 18.46   Verifying        : glibc-static-2.33-21.fc34.aarch64                    58/99 
13:40:53 #11 18.46   Verifying        : iptables-legacy-libs-1.8.7-8.fc34.aarch64            59/99 
13:40:53 #11 18.46   Verifying        : jsoncpp-1.9.4-5.fc34.aarch64                         60/99 
13:40:53 #11 18.46   Verifying        : kernel-headers-5.17.4-100.fc34.aarch64               61/99 
13:40:53 #11 18.46   Verifying        : kmod-libs-29-2.fc34.aarch64                          62/99 
13:40:53 #11 18.46   Verifying        : libasan-11.2.1-9.fc34.aarch64                        63/99 
13:40:53 #11 18.46   Verifying        : libatomic-11.2.1-9.fc34.aarch64                      64/99 
13:40:53 #11 18.46   Verifying        : libbpf-2:0.4.0-1.fc34.aarch64                        65/99 
13:40:53 #11 18.46   Verifying        : libbtrfs-5.16.2-1.fc34.aarch64                       66/99 
13:40:53 #11 18.46   Verifying        : libbtrfsutil-5.16.2-1.fc34.aarch64                   67/99 
13:40:53 #11 18.46   Verifying        : libedit-3.1-38.20210714cvs.fc34.aarch64              68/99 
13:40:53 #11 18.46   Verifying        : libibverbs-37.2-2.fc34.aarch64                       69/99 
13:40:53 #11 18.46   Verifying        : libpcap-14:1.10.1-1.fc34.aarch64                     70/99 
13:40:53 #11 18.46   Verifying        : libseccomp-2.5.3-1.fc34.aarch64                      71/99 
13:40:53 #11 18.46   Verifying        : libseccomp-devel-2.5.3-1.fc34.aarch64                72/99 
13:40:53 #11 18.46   Verifying        : libsepol-devel-3.2-2.fc34.aarch64                    73/99 
13:40:53 #11 18.46   Verifying        : libubsan-11.2.1-9.fc34.aarch64                       74/99 
13:40:53 #11 18.46   Verifying        : libuv-1:1.44.1-1.fc34.aarch64                        75/99 
13:40:53 #11 18.46   Verifying        : libxcrypt-devel-4.4.28-1.fc34.aarch64                76/99 
13:40:53 #11 18.46   Verifying        : libxcrypt-static-4.4.28-1.fc34.aarch64               77/99 
13:40:53 #11 18.46   Verifying        : libxkbcommon-1.3.0-1.fc34.aarch64                    78/99 
13:40:53 #11 18.46   Verifying        : llvm-libs-12.0.1-1.fc34.aarch64                      79/99 
13:40:53 #11 18.46   Verifying        : openssh-8.6p1-5.fc34.aarch64                         80/99 
13:40:53 #11 18.46   Verifying        : openssh-clients-8.6p1-5.fc34.aarch64                 81/99 
13:40:53 #11 18.46   Verifying        : perl-File-Compare-1.100.600-477.fc34.noarch          82/99 
13:40:53 #11 18.46   Verifying        : perl-File-Copy-2.34-477.fc34.noarch                  83/99 
13:40:53 #11 18.46   Verifying        : perl-File-Find-1.37-477.fc34.noarch                  84/99 
13:40:53 #11 18.46   Verifying        : perl-Git-2.34.1-1.fc34.noarch                        85/99 
13:40:53 #11 18.46   Verifying        : perl-lib-0.65-477.fc34.aarch64                       86/99 
13:40:53 #11 18.46   Verifying        : python3-audit-3.0.6-1.fc34.aarch64                   87/99 
13:40:53 #11 18.46   Verifying        : qrencode-libs-4.1.1-1.fc34.aarch64                   88/99 
13:40:53 #11 18.46   Verifying        : selinux-policy-34.27-1.fc34.noarch                   89/99 
13:40:53 #11 18.46   Verifying        : selinux-policy-devel-34.27-1.fc34.noarch             90/99 
13:40:53 #11 18.46   Verifying        : selinux-policy-targeted-34.27-1.fc34.noarch          91/99 
13:40:53 #11 18.46   Verifying        : systemd-248.10-1.fc34.aarch64                        92/99 
13:40:53 #11 18.46   Verifying        : systemd-devel-248.10-1.fc34.aarch64                  93/99 
13:40:53 #11 18.46   Verifying        : systemd-networkd-248.10-1.fc34.aarch64               94/99 
13:40:53 #11 18.46   Verifying        : systemd-pam-248.10-1.fc34.aarch64                    95/99 
13:40:53 #11 18.46   Verifying        : systemd-rpm-macros-248.10-1.fc34.noarch              96/99 
13:40:53 #11 18.46   Verifying        : vim-filesystem-2:8.2.4804-1.fc34.noarch              97/99 
13:40:53 #11 18.46   Verifying        : which-2.21-26.fc34.aarch64                           98/99 
13:40:53 #9 51.81 Selecting previously unselected package libxml-parser-perl.
13:40:53 #9 51.81 Preparing to unpack .../316-libxml-parser-perl_2.46-1_armhf.deb ...
13:40:53 #9 51.81 Unpacking libxml-parser-perl (2.46-1) ...
13:40:53 #9 51.88 Selecting previously unselected package libxml-sax-expat-perl.
13:40:53 #9 51.89 Preparing to unpack .../317-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:53 #9 51.89 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:53 #9 51.92 Selecting previously unselected package libxml-writer-perl.
13:40:53 #9 51.92 Preparing to unpack .../318-libxml-writer-perl_0.625-1_all.deb ...
13:40:53 #9 51.93 Unpacking libxml-writer-perl (0.625-1) ...
13:40:53 #9 51.97 Selecting previously unselected package libyaml-libyaml-perl.
13:40:53 #9 51.97 Preparing to unpack .../319-libyaml-libyaml-perl_0.81+repack-1_armhf.deb ...
13:40:53 #9 51.97 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
13:40:53 #11 9.257 Setting up libncurses6:arm64 (6.2+20201114-2) ...
13:40:53 #11 9.270 Setting up pkg-config (0.29.2-1) ...
13:40:53 #11 9.321 Setting up libudev-dev:arm64 (247.3-7) ...
13:40:53 #11 9.332 Setting up libpcre2-posix2:arm64 (10.36-2) ...
13:40:53 #11 9.342 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
13:40:53 #11 9.352 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
13:40:53 #11 9.366 Setting up librhash0:arm64 (1.4.1-2) ...
13:40:53 #11 9.377 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:40:53 #11 9.393 Setting up dh-apparmor (2.13.6-10) ...
13:40:53 #11 9.404 Setting up libsystemd-dev:arm64 (247.3-7) ...
13:40:53 #11 9.414 Setting up libprocps8:arm64 (2:3.3.17-5) ...
13:40:53 #11 9.427 Setting up libpcre2-dev:arm64 (10.36-2) ...
13:40:53 #11 9.441 Setting up libselinux1-dev:arm64 (3.1-3) ...
13:40:53 #11 9.453 Setting up procps (2:3.3.17-5) ...
13:40:53 #11 9.523 Setting up cmake (3.18.4-2+deb11u1) ...
13:40:53 #11 9.544 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:40:53 #8 46.77 Selecting previously unselected package libjson-maybexs-perl.
13:40:53 #8 46.77 Preparing to unpack .../262-libjson-maybexs-perl_1.004003-1_all.deb ...
13:40:53 #8 46.77 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:40:53 #8 46.81 Selecting previously unselected package libldap-common.
13:40:53 #8 46.81 Preparing to unpack .../263-libldap-common_2.4.57+dfsg-3_all.deb ...
13:40:53 #8 46.81 Unpacking libldap-common (2.4.57+dfsg-3) ...
13:40:53 #8 46.86 Selecting previously unselected package liblist-compare-perl.
13:40:53 #8 46.86 Preparing to unpack .../264-liblist-compare-perl_0.55-1_all.deb ...
13:40:53 #8 46.86 Unpacking liblist-compare-perl (0.55-1) ...
13:40:53 #8 46.90 Selecting previously unselected package liblist-someutils-perl.
13:40:53 #8 46.90 Preparing to unpack .../265-liblist-someutils-perl_0.58-1_all.deb ...
13:40:53 #8 46.90 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:53 #8 46.93 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:53 #8 46.93 Preparing to unpack .../266-liblist-someutils-xs-perl_0.58-2+b1_armhf.deb ...
13:40:53 #8 46.94 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
13:40:53 #8 46.97 Selecting previously unselected package liblist-utilsby-perl.
13:40:53 #8 46.97 Preparing to unpack .../267-liblist-utilsby-perl_0.11-1_all.deb ...
13:40:53 #8 46.98 Unpacking liblist-utilsby-perl (0.11-1) ...
13:40:53 #8 47.03 Selecting previously unselected package libltdl7:armhf.
13:40:53 #8 47.03 Preparing to unpack .../268-libltdl7_2.4.6-15_armhf.deb ...
13:40:53 #8 66.18 Setting up python3-magic (2:0.4.15-2) ...
13:40:53 #8 66.31 Setting up libperlio-gzip-perl (0.19-1+b5) ...
13:40:53 #8 66.32 Setting up libsys-hostname-long-perl (1.5-1) ...
13:40:53 #8 66.33 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
13:40:53 #8 66.35 Setting up liburi-perl (1.76-1) ...
13:40:53 #8 66.36 Setting up exim4-daemon-light (4.92-8+deb10u6) ...
13:40:53 #8 66.43 invoke-rc.d: could not determine current runlevel
13:40:53 #9 50.80 Preparing to unpack .../218-libsub-exporter-perl_0.987-1_all.deb ...
13:40:53 #9 50.80 Unpacking libsub-exporter-perl (0.987-1) ...
13:40:53 #9 50.84 Selecting previously unselected package libconst-fast-perl.
13:40:53 #9 50.84 Preparing to unpack .../219-libconst-fast-perl_0.014-1.1_all.deb ...
13:40:53 #9 50.84 Unpacking libconst-fast-perl (0.014-1.1) ...
13:40:53 #9 50.87 Selecting previously unselected package libwant-perl.
13:40:53 #9 50.87 Preparing to unpack .../220-libwant-perl_0.29-1build6_armhf.deb ...
13:40:53 #9 50.88 Unpacking libwant-perl (0.29-1build6) ...
13:40:53 #9 50.91 Selecting previously unselected package libcontextual-return-perl.
13:40:53 #9 50.91 Preparing to unpack .../221-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:53 #9 50.91 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:53 #9 50.95 Selecting previously unselected package libcpanel-json-xs-perl.
13:40:53 #9 50.95 Preparing to unpack .../222-libcpanel-json-xs-perl_4.25-1build1_armhf.deb ...
13:40:53 #9 50.96 Unpacking libcpanel-json-xs-perl (4.25-1build1) ...
13:40:53 #9 50.99 Selecting previously unselected package libdevel-stacktrace-perl.
13:40:53 #9 50.99 Preparing to unpack .../223-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:40:53 #9 51.00 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:40:53 #12 9.593 Setting up pkg-config (0.29.2-1ubuntu1) ...
13:40:53 #12 9.639 Setting up libudev-dev:amd64 (248.3-1ubuntu8.5) ...
13:40:53 #12 9.651 Setting up libjsoncpp24:amd64 (1.9.4-4build1) ...
13:40:53 #12 9.663 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu3) ...
13:40:53 #12 9.675 Setting up libpcre2-posix3:amd64 (10.37-0ubuntu2) ...
13:40:53 #12 9.688 Setting up libbtrfs-dev:amd64 (5.10.1-2build1) ...
13:40:53 #12 9.698 Setting up librhash0:amd64 (1.4.1-2build1) ...
13:40:53 #12 9.710 Setting up cmake-data (3.18.4-2ubuntu2) ...
13:40:53 #12 9.729 Setting up dh-apparmor (3.0.3-0ubuntu1) ...
13:40:53 #12 9.743 Setting up libsystemd-dev:amd64 (248.3-1ubuntu8.5) ...
13:40:53 #12 9.754 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu3) ...
13:40:53 #12 9.765 Setting up libpcre2-dev:amd64 (10.37-0ubuntu2) ...
13:40:53 #12 9.776 Setting up libselinux1-dev:amd64 (3.1-3build2) ...
13:40:53 #12 9.792 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu3) ...
13:40:53 #12 9.806 Setting up cmake (3.18.4-2ubuntu2) ...
13:40:53 #12 9.820 Setting up docker-ce-build-deps (1.0) ...
13:40:53 #12 9.830 Processing triggers for man-db (2.9.4-2) ...
13:40:53 #12 9.855 Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
13:40:53 #12 9.905 Setting up pkg-config (0.29.1-0ubuntu4) ...
13:40:53 #12 9.958 Setting up libudev-dev:arm64 (245.4-4ubuntu3.16) ...
13:40:53 #12 9.971 Setting up libpcre2-posix2:arm64 (10.34-7) ...
13:40:53 #12 9.985 Setting up libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
13:40:53 #12 9.997 Setting up libbtrfs-dev:arm64 (5.4.1-2) ...
13:40:53 #12 10.01 Setting up librhash0:arm64 (1.3.9-1) ...
13:40:53 #12 10.03 Setting up cmake-data (3.16.3-1ubuntu1) ...
13:40:53 #12 10.05 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
13:40:53 #12 10.06 Setting up libsystemd-dev:arm64 (245.4-4ubuntu3.16) ...
13:40:53 #12 10.07 Setting up libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ...
13:40:53 #12 10.08 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
13:40:53 #12 10.10 Setting up libpcre2-dev:arm64 (10.34-7) ...
13:40:53 #12 10.11 Setting up libselinux1-dev:arm64 (3.0-1build2) ...
13:40:53 #12 10.12 Setting up libdevmapper-dev:arm64 (2:1.02.167-1ubuntu1) ...
13:40:53 #12 10.14 Setting up cmake (3.16.3-1ubuntu1) ...
13:40:53 #12 10.15 Setting up docker-ce-build-deps (1.0) ...
13:40:53 #12 10.16 Processing triggers for man-db (2.9.1-1) ...
13:40:53 #12 10.19 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
13:40:53 #12 8.063 Selecting previously unselected package dh-apparmor.
13:40:53 #12 8.066 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
13:40:53 #12 8.071 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
13:40:53 #8 53.61 Setting up libmpfr6:armhf (4.0.2-1) ...
13:40:53 #8 53.62 Setting up gnupg-l10n (2.2.12-1+deb10u1) ...
13:40:53 #8 53.63 Setting up libntlm0:armhf (1.5-1+deb10u1) ...
13:40:53 #8 53.65 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
13:40:53 #8 53.66 Setting up libidn11:armhf (1.33-2.2) ...
13:40:53 #8 53.69 Setting up libncurses6:armhf (6.1+20181013-2+deb10u2) ...
13:40:53 #8 53.71 Setting up strace (4.26-0.2) ...
13:40:53 #8 53.72 Setting up libsigsegv2:armhf (2.12-2) ...
13:40:53 #8 53.73 Setting up xz-utils (5.2.4-1+deb10u1) ...
13:40:53 #8 53.74 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:53 #8 53.75 Setting up libfribidi0:armhf (1.0.5-3.1+deb10u1) ...
13:40:53 #8 53.76 Setting up t1utils (1.41-3) ...
13:40:53 #8 53.78 Setting up diffstat (1.62-1) ...
13:40:53 #8 53.79 Setting up libmpc3:armhf (1.1.0-1) ...
13:40:53 #8 53.80 Setting up libatomic1:armhf (8.3.0-6) ...
13:40:53 #8 53.82 Setting up patch (2.7.6-3+deb10u1) ...
13:40:53 #17 exporting layers 2.5s done
13:40:53 #17 writing image sha256:c46c8af37b485ddef6e0c34041148c0b24bd0a65cd090262da04db236ac40ed8 done
13:40:53 #17 naming to docker.io/rpmbuild-centos-8/aarch64 done
13:40:53 #17 DONE 2.5s
13:40:53 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/aarch64 -ba --define '_gitcommit_cli bfa9b40' --define '_gitcommit_engine 613b798' --define '_release 0' --define '_version 0.0.0.20220503081348.bfa9b40' --define '_origversion 0.0.0-20220503081348-bfa9b40' --define '_buildx_rpm_version 0.8.2' --define '_buildx_version v0.8.2' --define '_compose_rpm_version 2.5.0' --define '_compose_version v2.5.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec
13:40:53 #11 3.371 (47/108): cpp-11.3.1-2.fc35.x86_64.rpm           85 MB/s |  10 MB     00:00    
13:40:53 #11 3.406 (48/108): cmake-3.22.2-1.fc35.x86_64.rpm         35 MB/s | 6.2 MB     00:00    
13:40:53 #11 3.408 (49/108): dbus-common-1.12.22-1.fc35.noarch.rpm 169 kB/s |  14 kB     00:00    
13:40:53 #11 3.421 (50/108): git-2.35.1-1.fc35.x86_64.rpm          6.1 MB/s |  67 kB     00:00    
13:40:53 #8 63.35   Installing       : perl-mro-1.25-486.fc36.x86_64                      101/178 
13:40:53 #8 63.35   Installing       : perl-overloading-0.02-486.fc36.noarch              102/178 
13:40:53 #8 63.36   Installing       : perl-IO-1.46-486.fc36.x86_64                       103/178 
13:40:53 #8 63.39   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch            104/178 
13:40:53 #8 63.39   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch              105/178 
13:40:53 #8 63.40   Installing       : perl-Errno-1.33-486.fc36.x86_64                    106/178 
13:40:53 #8 63.43   Installing       : perl-File-Basename-2.85-486.fc36.noarch            107/178 
13:40:53 #8 63.43   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch               108/178 
13:40:53 #8 63.44   Installing       : perl-MIME-Base64-3.16-479.fc36.x86_64              109/178 
13:40:53 #8 63.46   Installing       : perl-Scalar-List-Utils-5:1.62-464.fc36.x86_64      110/178 
13:40:53 #8 63.47   Installing       : perl-constant-1.33-480.fc36.noarch                 111/178 
13:40:53 #8 63.50   Installing       : perl-overload-1.33-486.fc36.noarch                 112/178 
13:40:53 #8 63.51   Installing       : perl-parent-1:0.238-479.fc36.noarch                113/178 
13:40:53 #8 63.51   Installing       : perl-vars-1.05-486.fc36.noarch                     114/178 
13:40:53 #8 63.52   Installing       : perl-Storable-1:3.25-2.fc36.x86_64                 115/178 
13:40:53 #8 63.54   Installing       : perl-Getopt-Long-1:2.52-479.fc36.noarch            116/178 
13:40:53 #8 63.55   Installing       : perl-DynaLoader-1.50-486.fc36.x86_64               117/178 
13:40:53 #8 63.55   Installing       : perl-Carp-1.52-479.fc36.noarch                     118/178 
13:40:53 #9 45.13 Selecting previously unselected package python3-chardet.
13:40:53 #9 45.13 Preparing to unpack .../175-python3-chardet_4.0.0-1_all.deb ...
13:40:53 #9 45.14 Unpacking python3-chardet (4.0.0-1) ...
13:40:53 #9 45.19 Selecting previously unselected package zstd.
13:40:53 #9 45.19 Preparing to unpack .../176-zstd_1.4.8+dfsg-3build1_armhf.deb ...
13:40:53 #9 45.19 Unpacking zstd (1.4.8+dfsg-3build1) ...
13:40:53 #9 45.24 Selecting previously unselected package python3-debian.
13:40:53 #9 45.24 Preparing to unpack .../177-python3-debian_0.1.43ubuntu1_all.deb ...
13:40:53 #9 45.24 Unpacking python3-debian (0.1.43ubuntu1) ...
13:40:53 #9 45.29 Selecting previously unselected package libgpgme11:armhf.
13:40:53 #9 45.29 Preparing to unpack .../178-libgpgme11_1.16.0-1.2ubuntu4_armhf.deb ...
13:40:53 #9 45.30 Unpacking libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
13:40:53 #9 45.33 Selecting previously unselected package python3-gpg.
13:40:53 #9 45.33 Preparing to unpack .../179-python3-gpg_1.16.0-1.2ubuntu4_armhf.deb ...
13:40:53 #9 45.33 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
13:40:53 #9 45.38 Selecting previously unselected package dput.
13:40:53 #12 6.215 Get:2 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 cmake-data all 3.18.4-2ubuntu2 [1728 kB]
13:40:53 #9 52.01 Selecting previously unselected package licensecheck.
13:40:53 #9 52.01 Preparing to unpack .../320-licensecheck_3.0.45-1_all.deb ...
13:40:53 #9 52.01 Unpacking licensecheck (3.0.45-1) ...
13:40:53 #9 52.04 Selecting previously unselected package libdevel-size-perl.
13:40:53 #9 52.05 Preparing to unpack .../321-libdevel-size-perl_0.83-1build1_armhf.deb ...
13:40:53 #9 52.05 Unpacking libdevel-size-perl (0.83-1build1) ...
13:40:53 #9 52.08 Selecting previously unselected package t1utils.
13:40:53 #9 52.08 Preparing to unpack .../322-t1utils_1.41-3_armhf.deb ...
13:40:53 #9 52.09 Unpacking t1utils (1.41-3) ...
13:40:53 #9 52.13 Selecting previously unselected package lintian.
13:40:53 #9 52.14 Preparing to unpack .../323-lintian_2.62.0ubuntu2_all.deb ...
13:40:53 #9 52.14 Unpacking lintian (2.62.0ubuntu2) ...
13:40:53 #11 18.46   Verifying        : xkeyboard-config-2.33-1.fc34.noarch                  99/99 
13:40:53 #11 18.64 
13:40:53 #11 18.64 Installed:
13:40:53 #11 18.64   acl-2.3.1-1.fc34.aarch64                                                      
13:40:53 #11 18.64   annobin-9.79-2.fc34.aarch64                                                   
13:40:53 #11 18.64   autoconf-2.69-36.fc34.noarch                                                  
13:40:53 #11 18.64   automake-1.16.2-4.fc34.noarch                                                 
13:40:53 #11 18.64   btrfs-progs-5.16.2-1.fc34.aarch64                                             
13:40:53 #11 18.64   btrfs-progs-devel-5.16.2-1.fc34.aarch64                                       
13:40:53 #11 18.64   checkpolicy-3.2-1.fc34.aarch64                                                
13:40:53 #11 18.64   cmake-3.20.5-1.fc34.aarch64                                                   
13:40:53 #11 18.64   cmake-data-3.20.5-1.fc34.noarch                                               
13:40:53 #11 18.64   cmake-filesystem-3.20.5-1.fc34.aarch64                                        
13:40:53 #11 18.64   cmake-rpm-macros-3.20.5-1.fc34.noarch                                         
13:40:53 #11 18.64   cpp-11.2.1-9.fc34.aarch64                                                     
13:40:53 #11 18.64   cryptsetup-libs-2.3.7-1.fc34.aarch64                                          
13:40:53 #11 18.64   dbus-1:1.12.20-3.fc34.aarch64                                                 
13:40:53 #11 18.64   dbus-broker-29-2.fc34.aarch64                                                 
13:40:53 #11 18.64   dbus-common-1:1.12.20-3.fc34.noarch                                           
13:40:53 #11 18.64   device-mapper-1.02.175-1.fc34.aarch64                                         
13:40:53 #11 18.64   device-mapper-devel-1.02.175-1.fc34.aarch64                                   
13:40:53 #11 18.64   device-mapper-libs-1.02.175-1.fc34.aarch64                                    
13:40:53 #11 18.64   e2fsprogs-libs-1.45.6-5.fc34.aarch64                                          
13:40:53 #11 18.64   gc-8.0.4-5.fc34.aarch64                                                       
13:40:53 #11 18.64   gcc-11.2.1-9.fc34.aarch64                                                     
13:40:53 #11 18.64   git-2.34.1-1.fc34.aarch64                                                     
13:40:53 #11 18.64   git-core-2.34.1-1.fc34.aarch64                                                
13:40:53 #11 18.64   git-core-doc-2.34.1-1.fc34.noarch                                             
13:40:53 #11 18.64   glibc-devel-2.33-21.fc34.aarch64                                              
13:40:53 #11 18.64   glibc-static-2.33-21.fc34.aarch64                                             
13:40:53 #11 18.64   guile22-2.2.7-2.fc34.aarch64                                                  
13:40:53 #11 18.64   iptables-legacy-libs-1.8.7-8.fc34.aarch64                                     
13:40:53 #11 18.64   jsoncpp-1.9.4-5.fc34.aarch64                                                  
13:40:53 #11 18.64   kernel-headers-5.17.4-100.fc34.aarch64                                        
13:40:53 #11 18.64   kmod-libs-29-2.fc34.aarch64                                                   
13:40:53 #11 18.64   libargon2-20171227-6.fc34.aarch64                                             
13:40:53 #11 18.64   libasan-11.2.1-9.fc34.aarch64                                                 
13:40:53 #11 18.64   libatomic-11.2.1-9.fc34.aarch64                                               
13:40:53 #11 18.64   libbpf-2:0.4.0-1.fc34.aarch64                                                 
13:40:53 #11 18.64   libbtrfs-5.16.2-1.fc34.aarch64                                                
13:40:53 #11 18.64   libbtrfsutil-5.16.2-1.fc34.aarch64                                            
13:40:53 #11 18.64   libcbor-0.7.0-3.fc34.aarch64                                                  
13:40:53 #11 18.64   libedit-3.1-38.20210714cvs.fc34.aarch64                                       
13:40:53 #11 18.64   libfido2-1.6.0-2.fc34.aarch64                                                 
13:40:53 #11 18.64   libibverbs-37.2-2.fc34.aarch64                                                
13:40:53 #11 18.64   libmpc-1.2.1-2.fc34.aarch64                                                   
13:40:53 #11 18.64   libnl3-3.5.0-6.fc34.aarch64                                                   
13:40:53 #11 18.64   libpcap-14:1.10.1-1.fc34.aarch64                                              
13:40:53 #11 18.64   libseccomp-2.5.3-1.fc34.aarch64                                               
13:40:53 #11 18.64   libseccomp-devel-2.5.3-1.fc34.aarch64                                         
13:40:53 #11 18.64   libselinux-devel-3.2-1.fc34.aarch64                                           
13:40:53 #11 18.64   libselinux-utils-3.2-1.fc34.aarch64                                           
13:40:53 #11 18.64   libsepol-devel-3.2-2.fc34.aarch64                                             
13:40:53 #11 18.64   libtool-2.4.6-40.fc34.aarch64                                                 
13:40:53 #11 18.64   libtool-ltdl-2.4.6-40.fc34.aarch64                                            
13:40:53 #11 18.64   libtool-ltdl-devel-2.4.6-40.fc34.aarch64                                      
13:40:53 #11 18.64   libubsan-11.2.1-9.fc34.aarch64                                                
13:40:53 #11 18.64   libuv-1:1.44.1-1.fc34.aarch64                                                 
13:40:53 #11 18.64   libxcrypt-devel-4.4.28-1.fc34.aarch64                                         
13:40:53 #11 18.64   libxcrypt-static-4.4.28-1.fc34.aarch64                                        
13:40:53 #11 18.64   libxkbcommon-1.3.0-1.fc34.aarch64                                             
13:40:53 #11 18.64   llvm-libs-12.0.1-1.fc34.aarch64                                               
13:40:53 #11 18.64   lzo-2.10-4.fc34.aarch64                                                       
13:40:53 #11 18.64   m4-1.4.18-17.fc34.aarch64                                                     
13:40:53 #11 18.64   make-1:4.3-5.fc34.aarch64                                                     
13:40:53 #11 18.64   openssh-8.6p1-5.fc34.aarch64                                                  
13:40:53 #11 18.64   openssh-clients-8.6p1-5.fc34.aarch64                                          
13:40:53 #11 18.64   pcre2-devel-10.36-4.fc34.aarch64                                              
13:40:53 #11 18.64   pcre2-utf16-10.36-4.fc34.aarch64                                              
13:40:53 #11 18.64   pcre2-utf32-10.36-4.fc34.aarch64                                              
13:40:53 #11 18.64   perl-Error-1:0.17029-5.fc34.noarch                                            
13:40:53 #11 18.64   perl-File-Compare-1.100.600-477.fc34.noarch                                   
13:40:53 #11 18.64   perl-File-Copy-2.34-477.fc34.noarch                                           
13:40:53 #11 18.64   perl-File-Find-1.37-477.fc34.noarch                                           
13:40:53 #11 18.64   perl-Git-2.34.1-1.fc34.noarch                                                 
13:40:53 #11 18.64   perl-TermReadKey-2.38-9.fc34.aarch64                                          
13:40:53 #11 18.64   perl-Thread-Queue-3.14-458.fc34.noarch                                        
13:40:53 #11 18.64   perl-lib-0.65-477.fc34.aarch64                                                
13:40:53 #11 18.64   perl-threads-1:2.25-458.fc34.aarch64                                          
13:40:53 #11 18.64   perl-threads-shared-1.61-458.fc34.aarch64                                     
13:40:53 #11 18.64   policycoreutils-3.2-1.fc34.aarch64                                            
13:40:53 #11 18.64   policycoreutils-devel-3.2-1.fc34.aarch64                                      
13:40:53 #11 18.64   policycoreutils-python-utils-3.2-1.fc34.noarch                                
13:40:53 #11 18.64   python3-audit-3.0.6-1.fc34.aarch64                                            
13:40:53 #11 18.64   python3-libselinux-3.2-1.fc34.aarch64                                         
13:40:53 #11 18.64   python3-libsemanage-3.2-1.fc34.aarch64                                        
13:40:53 #11 18.64   python3-policycoreutils-3.2-1.fc34.noarch                                     
13:40:53 #11 18.64   python3-setools-4.4.0-1.fc34.aarch64                                          
13:40:53 #11 18.64   qrencode-libs-4.1.1-1.fc34.aarch64                                            
13:40:53 #11 18.64   rhash-1.4.0-3.fc34.aarch64                                                    
13:40:53 #11 18.64   rpm-plugin-selinux-4.16.1.3-1.fc34.aarch64                                    
13:40:53 #11 18.64   selinux-policy-34.27-1.fc34.noarch                                            
13:40:53 #11 18.64   selinux-policy-devel-34.27-1.fc34.noarch                                      
13:40:53 #11 18.64   selinux-policy-targeted-34.27-1.fc34.noarch                                   
13:40:53 #11 18.64   systemd-248.10-1.fc34.aarch64                                                 
13:40:53 #11 18.64   systemd-devel-248.10-1.fc34.aarch64                                           
13:40:53 #11 18.64   systemd-networkd-248.10-1.fc34.aarch64                                        
13:40:53 #11 18.64   systemd-pam-248.10-1.fc34.aarch64                                             
13:40:53 #11 18.64   systemd-rpm-macros-248.10-1.fc34.noarch                                       
13:40:53 #11 18.64   vim-filesystem-2:8.2.4804-1.fc34.noarch                                       
13:40:53 #11 18.64   which-2.21-26.fc34.aarch64                                                    
13:40:53 #11 18.64   xkeyboard-config-2.33-1.fc34.noarch                                           
13:40:53 #11 18.64 
13:40:53 #11 18.64 Complete!
13:40:53 #8 55.55 128 added, 0 removed; done.
13:40:53 #8 55.58 Setting up manpages-dev (4.15-1) ...
13:40:53 #8 55.60 Setting up libc6-dev:armhf (2.27-3ubuntu1.5) ...
13:40:53 #8 55.63 Setting up libassuan0:armhf (2.5.1-2) ...
13:40:53 #8 55.64 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
13:40:53 #8 55.67 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
13:40:53 #8 55.68 Setting up diffstat (1.61-1build1) ...
13:40:53 #8 55.70 Setting up libxau6:armhf (1:1.0.8-1ubuntu1) ...
13:40:53 #8 55.72 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
13:40:53 #8 55.73 Setting up libmpdec2:armhf (2.4.2-1ubuntu1) ...
13:40:53 #11 9.561 Setting up dmsetup (2:1.02.175-2.1) ...
13:40:53 #11 9.582 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:40:53 #11 9.604 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:40:53 #11 9.619 Setting up docker-ce-build-deps (1.0) ...
13:40:53 #11 9.639 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:40:53 #11 9.661 Processing triggers for man-db (2.9.4-2) ...
13:40:53 #8 47.04 Unpacking libltdl7:armhf (2.4.6-15) ...
13:40:53 #8 47.08 Selecting previously unselected package libltdl-dev:armhf.
13:40:53 #8 47.08 Preparing to unpack .../269-libltdl-dev_2.4.6-15_armhf.deb ...
13:40:53 #8 47.08 Unpacking libltdl-dev:armhf (2.4.6-15) ...
13:40:53 #8 47.14 Selecting previously unselected package liblzo2-2:armhf.
13:40:53 #8 47.14 Preparing to unpack .../270-liblzo2-2_2.10-2_armhf.deb ...
13:40:53 #8 47.14 Unpacking liblzo2-2:armhf (2.10-2) ...
13:40:53 #8 47.19 Selecting previously unselected package libsys-hostname-long-perl.
13:40:53 #8 47.19 Preparing to unpack .../271-libsys-hostname-long-perl_1.5-2_all.deb ...
13:40:53 #8 47.19 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:40:53 #8 47.22 Selecting previously unselected package libmail-sendmail-perl.
13:40:53 #8 47.22 Preparing to unpack .../272-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:40:53 #8 47.23 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:40:53 #8 47.27 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:53 #11 DONE 10.3s
13:40:53 
13:40:53 #12 [stage-1 5/8] COPY sources/ /sources
13:40:53 #12 sha256:74f4dd445532176e526d93143da3dcbf4ec120dcfdca1f8247b4c793b6a3a20e
13:40:53 #8 66.43 invoke-rc.d: policy-rc.d denied execution of start.
13:40:53 #8 66.43 Initializing GnuTLS DH parameter file
13:40:53 #8 66.46 Setting up libmailutils5:amd64 (1:3.5-4) ...
13:40:53 #8 66.47 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:40:53 #8 66.48 Setting up libnet-ssleay-perl (1.85-2+b1) ...
13:40:53 #8 66.50 Setting up python3-pkg-resources (40.8.0-1) ...
13:40:53 #8 66.68 Setting up automake (1:1.16.1-4) ...
13:40:53 #9 51.03 Selecting previously unselected package libexception-class-perl.
13:40:53 #9 51.03 Preparing to unpack .../224-libexception-class-perl_1.44-1_all.deb ...
13:40:53 #9 51.03 Unpacking libexception-class-perl (1.44-1) ...
13:40:53 #9 51.06 Selecting previously unselected package libiterator-perl.
13:40:53 #9 51.06 Preparing to unpack .../225-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:40:53 #9 51.07 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:40:53 #9 51.10 Selecting previously unselected package libiterator-util-perl.
13:40:53 #9 51.10 Preparing to unpack .../226-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:40:53 #9 51.11 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:40:53 #9 51.14 Selecting previously unselected package libexporter-tiny-perl.
13:40:53 #9 51.14 Preparing to unpack .../227-libexporter-tiny-perl_1.002002-1_all.deb ...
13:40:53 #9 51.14 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:40:53 #9 51.17 Selecting previously unselected package liblist-moreutils-xs-perl.
13:40:53 #9 51.17 Preparing to unpack .../228-liblist-moreutils-xs-perl_0.430-2_armhf.deb ...
13:40:53 #9 51.18 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
13:40:53 #9 51.21 Selecting previously unselected package liblist-moreutils-perl.
13:40:53 #9 51.21 Preparing to unpack .../229-liblist-moreutils-perl_0.430-2_all.deb ...
13:40:53 #9 51.21 Unpacking liblist-moreutils-perl (0.430-2) ...
13:40:53 #9 51.24 Selecting previously unselected package libdata-dpath-perl.
13:40:53 #9 51.25 Preparing to unpack .../230-libdata-dpath-perl_0.58-1_all.deb ...
13:40:53 #9 51.25 Unpacking libdata-dpath-perl (0.58-1) ...
13:40:53 #9 51.29 Selecting previously unselected package libdata-dump-perl.
13:40:53 #9 51.29 Preparing to unpack .../231-libdata-dump-perl_1.23-1.1_all.deb ...
13:40:53 #9 51.29 Unpacking libdata-dump-perl (1.23-1.1) ...
13:40:53 #9 51.32 Selecting previously unselected package libdata-messagepack-perl.
13:40:53 #9 51.32 Preparing to unpack .../232-libdata-messagepack-perl_1.01-2_armhf.deb ...
13:40:53 #9 51.33 Unpacking libdata-messagepack-perl (1.01-2) ...
13:40:53 #9 51.36 Selecting previously unselected package libnet-domain-tld-perl.
13:40:53 #9 51.36 Preparing to unpack .../233-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:40:53 #12 DONE 10.5s
13:40:53 #11 2.390 Package bash-5.1.0-2.fc34.x86_64 is already installed.
13:40:53 #11 2.410 Package bash-5.1.0-2.fc34.x86_64 is already installed.
13:40:53 #11 2.421 Package bash-5.1.0-2.fc34.x86_64 is already installed.
13:40:53 #11 2.421 Package ca-certificates-2021.2.52-1.0.fc34.noarch is already installed.
13:40:53 #11 2.422 Package libarchive-3.5.2-2.fc34.x86_64 is already installed.
13:40:53 #11 2.423 Package pkgconf-pkg-config-1.7.3-6.fc34.x86_64 is already installed.
13:40:53 #11 2.423 Package tar-2:1.34-1.fc34.x86_64 is already installed.
13:40:53 #11 2.433 Package bash-5.1.0-2.fc34.x86_64 is already installed.
13:40:53 #11 2.451 Package bash-5.1.0-2.fc34.x86_64 is already installed.
13:40:53 #11 2.502 Dependencies resolved.
13:40:53 #11 2.528 ================================================================================
13:40:53 #11 2.528  Package                       Arch    Version                   Repo      Size
13:40:53 #11 2.528 ================================================================================
13:40:53 #11 2.528 Installing:
13:40:53 #11 2.528  btrfs-progs-devel             x86_64  5.16.2-1.fc34             updates   50 k
13:40:53 #11 2.528  cmake                         x86_64  3.20.5-1.fc34             updates  6.5 M
13:40:53 #11 2.528  device-mapper-devel           x86_64  1.02.175-1.fc34           fedora    45 k
13:40:53 #11 2.528  gcc                           x86_64  11.2.1-9.fc34             updates   32 M
13:40:53 #11 2.528  git                           x86_64  2.34.1-1.fc34             updates   67 k
13:40:53 #11 2.528  glibc-static                  x86_64  2.33-21.fc34              updates  1.7 M
13:40:53 #11 2.528  libseccomp-devel              x86_64  2.5.3-1.fc34              updates   53 k
13:40:53 #11 2.528  libselinux-devel              x86_64  3.2-1.fc34                fedora   113 k
13:40:53 #11 2.528  libtool                       x86_64  2.4.6-40.fc34             fedora   579 k
13:40:53 #11 2.528  libtool-ltdl-devel            x86_64  2.4.6-40.fc34             fedora   153 k
13:40:53 #11 2.528  make                          x86_64  1:4.3-5.fc34              fedora   539 k
13:40:53 #11 2.528  selinux-policy-devel          noarch  34.27-1.fc34              updates  803 k
13:40:53 #11 2.528  systemd                       x86_64  248.10-1.fc34             updates  4.2 M
13:40:53 #11 2.528  systemd-devel                 x86_64  248.10-1.fc34             updates  437 k
13:40:53 #11 2.528  which                         x86_64  2.21-26.fc34              updates   42 k
13:40:53 #11 2.528 Installing dependencies:
13:40:53 #11 2.528  acl                           x86_64  2.3.1-1.fc34              fedora    71 k
13:40:53 #11 2.528  annobin                       x86_64  9.79-2.fc34               updates  133 k
13:40:53 #11 2.528  autoconf                      noarch  2.69-36.fc34              fedora   667 k
13:40:53 #11 2.528  automake                      noarch  1.16.2-4.fc34             fedora   664 k
13:40:53 #11 2.528  btrfs-progs                   x86_64  5.16.2-1.fc34             updates  962 k
13:40:53 #11 2.528  checkpolicy                   x86_64  3.2-1.fc34                fedora   344 k
13:40:53 #11 2.528  cmake-data                    noarch  3.20.5-1.fc34             updates  1.5 M
13:40:53 #11 2.528  cmake-filesystem              x86_64  3.20.5-1.fc34             updates   16 k
13:40:53 #11 2.528  cmake-rpm-macros              noarch  3.20.5-1.fc34             updates   16 k
13:40:53 #11 2.528  cpp                           x86_64  11.2.1-9.fc34             updates   10 M
13:40:53 #11 2.528  cryptsetup-libs               x86_64  2.3.7-1.fc34              updates  478 k
13:40:53 #11 2.528  dbus                          x86_64  1:1.12.20-3.fc34          fedora   8.0 k
13:40:53 #11 2.528  dbus-broker                   x86_64  29-2.fc34                 updates  172 k
13:40:53 #11 2.528  dbus-common                   noarch  1:1.12.20-3.fc34          fedora    15 k
13:40:53 #11 2.528  device-mapper                 x86_64  1.02.175-1.fc34           fedora   144 k
13:40:53 #11 2.528  device-mapper-libs            x86_64  1.02.175-1.fc34           fedora   179 k
13:40:53 #11 2.528  e2fsprogs-libs                x86_64  1.45.6-5.fc34             fedora   220 k
13:40:53 #11 2.528  gc                            x86_64  8.0.4-5.fc34              fedora   105 k
13:40:53 #11 2.528  git-core                      x86_64  2.34.1-1.fc34             updates  3.8 M
13:40:53 #11 2.528  git-core-doc                  noarch  2.34.1-1.fc34             updates  2.4 M
13:40:53 #11 2.528  glibc-devel                   x86_64  2.33-21.fc34              updates   26 k
13:40:53 #11 2.528  glibc-headers-x86             noarch  2.33-21.fc34              updates  413 k
13:40:53 #11 2.528  guile22                       x86_64  2.2.7-2.fc34              fedora   6.5 M
13:40:53 #11 2.528  iptables-legacy-libs          x86_64  1.8.7-8.fc34              updates   40 k
13:40:53 #11 2.528  jsoncpp                       x86_64  1.9.4-5.fc34              updates   93 k
13:40:53 #11 2.528  kernel-headers                x86_64  5.17.4-100.fc34           updates  1.3 M
13:40:53 #11 2.528  kmod-libs                     x86_64  29-2.fc34                 updates   63 k
13:40:53 #11 2.528  libargon2                     x86_64  20171227-6.fc34           fedora    29 k
13:40:53 #11 2.528  libbtrfs                      x86_64  5.16.2-1.fc34             updates   28 k
13:40:53 #11 2.528  libbtrfsutil                  x86_64  5.16.2-1.fc34             updates   32 k
13:40:53 #11 2.528  libcbor                       x86_64  0.7.0-3.fc34              fedora    57 k
13:40:53 #11 2.528  libedit                       x86_64  3.1-38.20210714cvs.fc34   updates  104 k
13:40:53 #11 2.528  libfido2                      x86_64  1.6.0-2.fc34              fedora    71 k
13:40:53 #11 2.528  libibverbs                    x86_64  37.2-2.fc34               updates  390 k
13:40:53 #11 2.528  libmpc                        x86_64  1.2.1-2.fc34              fedora    63 k
13:40:53 #11 2.528  libnl3                        x86_64  3.5.0-6.fc34              fedora   324 k
13:40:53 #11 2.528  libpcap                       x86_64  14:1.10.1-1.fc34          updates  171 k
13:40:53 #11 2.528  libseccomp                    x86_64  2.5.3-1.fc34              updates   71 k
13:40:53 #11 2.528  libselinux-utils              x86_64  3.2-1.fc34                fedora   160 k
13:40:53 #11 2.528  libsepol-devel                x86_64  3.2-2.fc34                updates   40 k
13:40:53 #11 2.528  libtool-ltdl                  x86_64  2.4.6-40.fc34             fedora    36 k
13:40:53 #11 2.528  libuv                         x86_64  1:1.44.1-1.fc34           updates  150 k
13:40:53 #11 2.528  libxcrypt-devel               x86_64  4.4.28-1.fc34             updates   29 k
13:40:53 #11 2.528  libxcrypt-static              x86_64  4.4.28-1.fc34             updates  103 k
13:40:53 #11 2.528  llvm-libs                     x86_64  12.0.1-1.fc34             updates   23 M
13:40:53 #11 2.528  lzo                           x86_64  2.10-4.fc34               fedora    66 k
13:40:53 #11 2.528  m4                            x86_64  1.4.18-17.fc34            fedora   212 k
13:40:53 #11 2.528  openssh                       x86_64  8.6p1-5.fc34              updates  437 k
13:40:53 #11 2.528  openssh-clients               x86_64  8.6p1-5.fc34              updates  678 k
13:40:53 #11 2.528  pcre2-devel                   x86_64  10.36-4.fc34              fedora   477 k
13:40:53 #11 2.528  pcre2-utf16                   x86_64  10.36-4.fc34              fedora   213 k
13:40:53 #11 2.528  pcre2-utf32                   x86_64  10.36-4.fc34              fedora   203 k
13:40:53 #11 2.528  perl-Error                    noarch  1:0.17029-5.fc34          fedora    42 k
13:40:53 #11 2.528  perl-File-Compare             noarch  1.100.600-477.fc34        updates   23 k
13:40:53 #11 2.528  perl-File-Copy                noarch  2.34-477.fc34             updates   30 k
13:40:53 #11 2.528  perl-File-Find                noarch  1.37-477.fc34             updates   36 k
13:40:53 #11 2.528  perl-Git                      noarch  2.34.1-1.fc34             updates   43 k
13:40:53 #11 2.528  perl-TermReadKey              x86_64  2.38-9.fc34               fedora    36 k
13:40:53 #11 2.528  perl-Thread-Queue             noarch  3.14-458.fc34             fedora    22 k
13:40:53 #11 2.528  perl-lib                      x86_64  0.65-477.fc34             updates   25 k
13:40:53 #11 2.528  perl-threads                  x86_64  1:2.25-458.fc34           fedora    58 k
13:40:53 #11 2.528  perl-threads-shared           x86_64  1.61-458.fc34             fedora    44 k
13:40:53 #11 2.528  policycoreutils               x86_64  3.2-1.fc34                fedora   206 k
13:40:53 #11 2.528  policycoreutils-devel         x86_64  3.2-1.fc34                fedora   140 k
13:40:53 #11 2.528  policycoreutils-python-utils  noarch  3.2-1.fc34                fedora    71 k
13:40:53 #11 2.528  python3-audit                 x86_64  3.0.6-1.fc34              updates   82 k
13:40:53 #11 2.528  python3-libselinux            x86_64  3.2-1.fc34                fedora   187 k
13:40:53 #11 2.528  python3-libsemanage           x86_64  3.2-1.fc34                fedora    83 k
13:40:53 #11 2.528  python3-policycoreutils       noarch  3.2-1.fc34                fedora   2.0 M
13:40:53 #11 2.528  python3-setools               x86_64  4.4.0-1.fc34              fedora   554 k
13:40:53 #11 2.528  rhash                         x86_64  1.4.0-3.fc34              fedora   182 k
13:40:53 #11 2.528  rpm-plugin-selinux            x86_64  4.16.1.3-1.fc34           fedora    22 k
13:40:53 #11 2.528  selinux-policy                noarch  34.27-1.fc34              updates   60 k
13:40:53 #11 2.528  selinux-policy-targeted       noarch  34.27-1.fc34              updates  6.3 M
13:40:53 #11 2.528  systemd-pam                   x86_64  248.10-1.fc34             updates  318 k
13:40:53 #11 2.528  systemd-rpm-macros            noarch  248.10-1.fc34             updates   27 k
13:40:53 #11 2.528  vim-filesystem                noarch  2:8.2.4804-1.fc34         updates   22 k
13:40:53 #11 2.528  xkeyboard-config              noarch  2.33-1.fc34               updates  783 k
13:40:53 #11 2.528 Installing weak dependencies:
13:40:53 #11 2.528  libbpf                        x86_64  2:0.4.0-1.fc34            updates  129 k
13:40:53 #11 2.528  libxkbcommon                  x86_64  1.3.0-1.fc34              updates  144 k
13:40:53 #11 2.528  qrencode-libs                 x86_64  4.1.1-1.fc34              updates   61 k
13:40:53 #11 2.528  systemd-networkd              x86_64  248.10-1.fc34             updates  474 k
13:40:53 #11 2.528 
13:40:53 #11 2.528 Transaction Summary
13:40:53 #11 2.528 ================================================================================
13:40:53 #11 2.528 Install  97 Packages
13:40:53 #11 2.528 
13:40:53 #11 2.532 Total download size: 116 M
13:40:53 #11 2.533 Installed size: 442 M
13:40:53 #11 2.533 Downloading Packages:
13:40:53 #12 8.113 Selecting previously unselected package libbtrfs0:amd64.
13:40:53 #12 8.117 Preparing to unpack .../08-libbtrfs0_5.4.1-2_amd64.deb ...
13:40:53 #12 8.121 Unpacking libbtrfs0:amd64 (5.4.1-2) ...
13:40:53 #12 8.167 Selecting previously unselected package libbtrfs-dev:amd64.
13:40:53 #12 8.171 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_amd64.deb ...
13:40:53 #12 8.175 Unpacking libbtrfs-dev:amd64 (5.4.1-2) ...
13:40:53 #12 8.232 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:40:53 #12 8.235 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
13:40:53 #12 8.240 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
13:40:53 #12 8.289 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:40:53 #12 8.292 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
13:40:53 #12 8.296 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
13:40:53 #12 8.328 Selecting previously unselected package libudev-dev:amd64.
13:40:53 #12 8.331 Preparing to unpack .../12-libudev-dev_245.4-4ubuntu3.16_amd64.deb ...
13:40:53 #12 8.335 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.16) ...
13:40:53 #12 8.392 Preparing to unpack .../13-libsepol1_3.0-1ubuntu0.1_amd64.deb ...
13:40:53 #8 53.83 Setting up mailutils-common (1:3.5-4) ...
13:40:53 #8 53.84 Setting up autopoint (0.19.8.1-9) ...
13:40:53 #8 53.86 Setting up libmariadb3:armhf (1:10.3.34-0+deb10u1) ...
13:40:53 #8 53.87 Setting up libfl2:armhf (2.6.4-6.2) ...
13:40:53 #8 53.88 Setting up libpcre2-8-0:armhf (10.32-5) ...
13:40:53 #8 53.89 Setting up libk5crypto3:armhf (1.17-3+deb10u3) ...
13:40:53 #8 53.90 Setting up libltdl7:armhf (2.4.6-9) ...
13:40:53 #8 53.92 Setting up libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
13:40:53 #8 53.93 Setting up libevent-2.1-6:armhf (2.1.8-stable-4) ...
13:40:53 #8 53.94 Setting up libubsan1:armhf (8.3.0-6) ...
13:40:53 #8 53.95 Setting up libisl19:armhf (0.20-2) ...
13:40:53 #8 53.98 Setting up dwz (0.12-3) ...
13:40:53 #8 53.99 Setting up python-apt-common (1.8.4.3) ...
13:40:53 #8 54.00 Setting up sensible-utils (0.0.12) ...
13:40:53 #8 54.01 Setting up exim4-config (4.92-8+deb10u6) ...
13:40:53 #11 3.549 (51/108): git-core-doc-2.35.1-1.fc35.noarch.rpm  19 MB/s | 2.4 MB     00:00    
13:40:53 #11 3.557 (52/108): glibc-devel-2.34-32.fc35.x86_64.rpm   4.2 MB/s |  34 kB     00:00    
13:40:53 #11 3.568 (53/108): glibc-headers-x86-2.34-32.fc35.noarch  42 MB/s | 431 kB     00:00    
13:40:53 #11 3.644 (54/108): git-core-2.35.1-1.fc35.x86_64.rpm      17 MB/s | 3.9 MB     00:00    
13:40:53 #11 3.673 (55/108): jsoncpp-1.9.4-5.fc35.x86_64.rpm       3.2 MB/s |  93 kB     00:00    
13:40:53 #11 3.689 (56/108): glibc-static-2.34-32.fc35.x86_64.rpm   14 MB/s | 1.7 MB     00:00    
13:40:53 #8 63.58   Installing       : perl-Exporter-5.76-480.fc36.noarch                 119/178 
13:40:53 #8 63.59   Installing       : perl-NDBM_File-1.15-486.fc36.x86_64                120/178 
13:40:53 #8 63.59   Installing       : perl-PathTools-3.80-479.fc36.x86_64                121/178 
13:40:53 #9 45.38 Preparing to unpack .../180-dput_1.1.0ubuntu2_all.deb ...
13:40:53 #9 45.39 Unpacking dput (1.1.0ubuntu2) ...
13:40:53 #9 45.42 Selecting previously unselected package fonts-dejavu-core.
13:40:53 #9 45.42 Preparing to unpack .../181-fonts-dejavu-core_2.37-2build1_all.deb ...
13:40:53 #9 45.43 Unpacking fonts-dejavu-core (2.37-2build1) ...
13:40:53 #9 45.58 Selecting previously unselected package fontconfig-config.
13:40:53 #9 45.58 Preparing to unpack .../182-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
13:40:53 #9 45.59 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
13:40:53 #12 6.486 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libarchive13 arm64 3.4.3-2ubuntu0.2 [360 kB]
13:40:53 #12 6.504 Get:4 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjsoncpp24 arm64 1.9.4-4build1 [76.8 kB]
13:40:53 #12 6.508 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 librhash0 arm64 1.4.1-2build1 [125 kB]
13:40:53 #12 6.514 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libuv1 arm64 1.40.0-2ubuntu1 [87.4 kB]
13:40:53 #12 6.518 Get:7 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 cmake arm64 3.18.4-2ubuntu2 [4111 kB]
13:40:53 #9 52.46 Selecting previously unselected package manpages-dev.
13:40:53 #9 52.46 Preparing to unpack .../324-manpages-dev_5.05-1_all.deb ...
13:40:53 #9 52.47 Unpacking manpages-dev (5.05-1) ...
13:40:53 #8 55.74 Setting up netbase (5.4) ...
13:40:53 #8 55.76 Setting up libisl19:armhf (0.19-1) ...
13:40:53 #8 55.78 Setting up libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.7) ...
13:40:53 #8 55.79 Setting up libk5crypto3:armhf (1.16-2ubuntu0.2) ...
13:40:53 #8 55.80 Setting up python3.6 (3.6.9-1~18.04ubuntu1.7) ...
13:40:53 #8 47.27 Preparing to unpack .../273-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:53 #8 47.28 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:53 #8 47.31 Selecting previously unselected package libmailtools-perl.
13:40:53 #8 47.31 Preparing to unpack .../274-libmailtools-perl_2.21-1_all.deb ...
13:40:53 #8 47.32 Unpacking libmailtools-perl (2.21-1) ...
13:40:53 #8 47.37 Selecting previously unselected package libmarkdown2:armhf.
13:40:53 #8 47.38 Preparing to unpack .../275-libmarkdown2_2.2.6-1_armhf.deb ...
13:40:53 #8 47.38 Unpacking libmarkdown2:armhf (2.2.6-1) ...
13:40:53 #8 47.44 Selecting previously unselected package libmime-tools-perl.
13:40:53 #8 47.44 Preparing to unpack .../276-libmime-tools-perl_5.509-1_all.deb ...
13:40:53 #8 47.45 Unpacking libmime-tools-perl (5.509-1) ...
13:40:53 #8 47.51 Selecting previously unselected package libmoox-aliases-perl.
13:40:53 #8 47.51 Preparing to unpack .../277-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:40:53 #12 DONE 0.4s
13:40:53 
13:40:53 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:40:53 #14 sha256:e09243a98dfe876765442c87d367a0514347fd972b46eace83acbdec321052cb
13:40:53 #8 66.69 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:53 #8 66.70 Setting up libasync-mergepoint-perl (0.04-2) ...
13:40:53 #8 66.71 Setting up libio-sessiondata-perl (1.03-1) ...
13:40:53 #8 66.72 Setting up libstring-escape-perl (2010.002-2) ...
13:40:53 #8 66.73 Setting up libhttp-date-perl (6.02-1) ...
13:40:53 #8 66.74 Setting up libfile-which-perl (1.23-1) ...
13:40:53 #8 66.75 Setting up mailutils (1:3.5-4) ...
13:40:53 #8 66.76 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
13:40:53 #8 66.76 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
13:40:53 #8 66.77 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
13:40:53 #8 66.77 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
13:40:53 #8 66.77 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
13:40:53 #8 66.78 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
13:40:53 #8 66.78 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
13:40:53 #8 66.79 Setting up libfile-basedir-perl (0.08-1) ...
13:40:53 #8 66.80 Setting up libnumber-range-perl (0.12-1) ...
13:40:53 #8 66.81 Setting up libtask-weaken-perl (1.06-1) ...
13:40:53 #8 66.83 Setting up libunicode-utf8-perl (0.62-1) ...
13:40:53 #8 66.85 Setting up libstruct-dumb-perl (0.09-1) ...
13:40:53 #8 66.86 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
13:40:53 #8 66.88 Setting up libfile-listing-perl (6.04-1) ...
13:40:53 #8 66.89 Setting up gpg-wks-client (2.2.12-1+deb10u1) ...
13:40:53 #9 51.36 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:40:53 #9 51.41 Selecting previously unselected package libdata-validate-domain-perl.
13:40:53 #9 51.41 Preparing to unpack .../234-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:40:53 #9 51.41 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:40:53 #9 51.44 Selecting previously unselected package libdistro-info-perl.
13:40:53 #9 51.44 Preparing to unpack .../235-libdistro-info-perl_1.0_all.deb ...
13:40:53 #9 51.44 Unpacking libdistro-info-perl (1.0) ...
13:40:53 #9 51.47 Selecting previously unselected package libemail-address-xs-perl.
13:40:53 #9 51.47 Preparing to unpack .../236-libemail-address-xs-perl_1.04-1build5_armhf.deb ...
13:40:53 #9 51.48 Unpacking libemail-address-xs-perl (1.04-1build5) ...
13:40:53 #9 51.51 Selecting previously unselected package libipc-system-simple-perl.
13:40:53 #9 51.51 Preparing to unpack .../237-libipc-system-simple-perl_1.30-1_all.deb ...
13:40:53 #9 51.51 Unpacking libipc-system-simple-perl (1.30-1) ...
13:40:53 #9 51.54 Selecting previously unselected package libfile-basedir-perl.
13:40:53 #9 51.54 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
13:40:53 #9 51.54 Unpacking libfile-basedir-perl (0.08-1) ...
13:40:53 #9 51.57 Selecting previously unselected package libfile-chdir-perl.
13:40:53 #9 51.57 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:40:53 #9 51.57 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:40:53 #9 51.60 Selecting previously unselected package libfile-fcntllock-perl.
13:40:53 
13:40:53 #13 [stage-1 6/9] COPY sources/ /sources
13:40:53 #13 sha256:c8d188b077d0191894fbd957c87ea4e5b00f7310f942b40022e25fa7f4d45769
13:40:53 #12 8.416 Unpacking libsepol1:amd64 (3.0-1ubuntu0.1) over (3.0-1) ...
13:40:53 #8 54.37 Adding system-user for exim (v4)
13:40:54 #12 DONE 10.1s
13:40:54 
13:40:54 #13 [stage-1 6/9] COPY sources/ /sources
13:40:54 #13 sha256:ff1df2aabf6461cb87e7b863586952c2c8f919af41972e8da6099b1aaf1530e0
13:40:54 #11 3.838 (57/108): gcc-11.3.1-2.fc35.x86_64.rpm           68 MB/s |  31 MB     00:00    
13:40:54 #11 3.848 (58/108): kernel-headers-5.17.4-200.fc35.x86_64 7.5 MB/s | 1.3 MB     00:00    
13:40:54 #11 3.852 (59/108): less-590-2.fc35.x86_64.rpm            1.0 MB/s | 161 kB     00:00    
13:40:54 #11 3.856 (60/108): libbtrfs-5.16.2-1.fc35.x86_64.rpm     1.6 MB/s |  28 kB     00:00    
13:40:54 #11 3.859 (61/108): libbtrfsutil-5.16.2-1.fc35.x86_64.rpm 5.1 MB/s |  32 kB     00:00    
13:40:54 #11 3.863 (62/108): libfdisk-2.37.4-1.fc35.x86_64.rpm      15 MB/s | 154 kB     00:00    
13:40:54 #11 3.867 (63/108): libseccomp-2.5.3-1.fc35.x86_64.rpm    9.8 MB/s |  71 kB     00:00    
13:40:54 #11 3.873 (64/108): libibverbs-39.0-1.fc35.x86_64.rpm      23 MB/s | 392 kB     00:00    
13:40:54 #11 3.876 (65/108): libseccomp-devel-2.5.3-1.fc35.x86_64. 4.1 MB/s |  53 kB     00:00    
13:40:54 #11 3.880 (66/108): libselinux-devel-3.3-1.fc35.x86_64.rp 9.4 MB/s | 112 kB     00:00    
13:40:54 #11 3.885 (67/108): libsepol-devel-3.3-2.fc35.x86_64.rpm  5.2 MB/s |  40 kB     00:00    
13:40:54 #11 3.890 (68/108): libselinux-utils-3.3-1.fc35.x86_64.rp  10 MB/s | 140 kB     00:00    
13:40:54 #11 3.894 (69/108): libtool-ltdl-2.4.6-50.fc35.x86_64.rpm 4.8 MB/s |  36 kB     00:00    
13:40:54 #11 3.900 (70/108): libtool-2.4.6-50.fc35.x86_64.rpm       28 MB/s | 579 kB     00:00    
13:40:54 #11 3.905 (71/108): libuv-1.44.1-1.fc35.x86_64.rpm         15 MB/s | 150 kB     00:00    
13:40:54 #11 3.908 (72/108): libxcrypt-devel-4.4.28-1.fc35.x86_64. 4.4 MB/s |  29 kB     00:00    
13:40:54 #11 3.921 (73/108): libtool-ltdl-devel-2.4.6-50.fc35.x86_ 5.1 MB/s | 154 kB     00:00    
13:40:54 #11 3.927 (74/108): openssh-8.7p1-3.fc35.x86_64.rpm        23 MB/s | 451 kB     00:00    
13:40:54 #11 3.934 (75/108): libxcrypt-static-4.4.28-1.fc35.x86_64 3.5 MB/s | 103 kB     00:00    
13:40:54 #11 3.941 (76/108): openssh-clients-8.7p1-3.fc35.x86_64.r  36 MB/s | 696 kB     00:00    
13:40:54 #11 3.976 (77/108): pcre2-devel-10.39-1.fc35.x86_64.rpm   9.8 MB/s | 475 kB     00:00    
13:40:54 #11 3.982 (78/108): pcre2-utf16-10.39-1.fc35.x86_64.rpm   4.4 MB/s | 210 kB     00:00    
13:40:54 #11 3.985 (79/108): perl-File-Compare-1.100.600-486.fc35. 2.4 MB/s |  18 kB     00:00    
13:40:54 #11 3.990 (80/108): pcre2-utf32-10.39-1.fc35.x86_64.rpm    15 MB/s | 200 kB     00:00    
13:40:54 #11 3.993 (81/108): perl-File-Copy-2.35-486.fc35.noarch.r 2.3 MB/s |  25 kB     00:00    
13:40:54 #11 3.996 (82/108): perl-File-Find-1.39-486.fc35.noarch.r 2.9 MB/s |  30 kB     00:00    
13:40:54 #11 3.999 (83/108): perl-Git-2.35.1-1.fc35.noarch.rpm     8.1 MB/s |  43 kB     00:00    
13:40:54 #11 4.002 (84/108): perl-lib-0.65-486.fc35.x86_64.rpm     2.2 MB/s |  19 kB     00:00    
13:40:54 #11 4.007 (85/108): policycoreutils-3.3-1.fc35.x86_64.rpm  18 MB/s | 199 kB     00:00    
13:40:54 #11 4.011 (86/108): policycoreutils-devel-3.3-1.fc35.x86_  12 MB/s | 139 kB     00:00    
13:40:54 #11 4.014 (87/108): policycoreutils-python-utils-3.3-1.fc 6.3 MB/s |  72 kB     00:00    
13:40:54 #11 4.019 (88/108): python3-audit-3.0.8-1.fc35.x86_64.rpm  10 MB/s |  82 kB     00:00    
13:40:54 #11 4.050 (89/108): python3-libselinux-3.3-1.fc35.x86_64. 4.6 MB/s | 181 kB     00:00    
13:40:54 #11 4.053 (90/108): python3-libsemanage-3.3-1.fc35.x86_64 2.0 MB/s |  79 kB     00:00    
13:40:54 #11 4.062 (91/108): rpm-plugin-selinux-4.17.0-4.fc35.x86_ 3.5 MB/s |  20 kB     00:00    
13:40:54 #11 4.066 (92/108): qrencode-libs-4.1.1-1.fc35.x86_64.rpm 6.7 MB/s |  60 kB     00:00    
13:40:54 #11 4.079 (93/108): python3-policycoreutils-3.3-1.fc35.no  34 MB/s | 2.0 MB     00:00    
13:40:54 #11 4.083 (94/108): selinux-policy-35.17-1.fc35.noarch.rp 3.4 MB/s |  68 kB     00:00    
13:40:54 #8 63.68   Installing       : perl-Encode-4:3.17-485.fc36.x86_64                 122/178 
13:40:54 #8 63.80   Installing       : perl-libs-4:5.34.1-486.fc36.x86_64                 123/178 
13:40:54 #8 63.88   Installing       : perl-interpreter-4:5.34.1-486.fc36.x86_64          124/178 
13:40:54 #8 63.92   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.x86_64      125/178 
13:40:54 #8 63.92   Installing       : python3-zstd-1.4.5.1-6.fc36.x86_64                 126/178 
13:40:54 #8 63.94   Installing       : shared-mime-info-2.1-3.fc35.x86_64                 127/178 
13:40:54 #18 exporting layers 5.3s done
13:40:54 #18 writing image sha256:ea4cdec493c10bf37cc9dc035369c7f2ea596e6070711f916f2aa730171e5785 done
13:40:54 #18 naming to docker.io/debbuild-ubuntu-jammy/x86_64 done
13:40:54 #18 DONE 5.3s
13:40:54 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/x86_64
13:40:54 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BgFKlg
13:40:54 + umask 022
13:40:54 + cd /root/rpmbuild/BUILD
13:40:54 + cd /root/rpmbuild/BUILD
13:40:54 + rm -rf src
13:40:54 + /usr/bin/mkdir -p src
13:40:54 + cd src
13:40:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:40:54 + /usr/bin/tar -xof -
13:40:54 #9 45.63 Selecting previously unselected package libcurl3-gnutls:armhf.
13:40:54 #9 45.64 Preparing to unpack .../183-libcurl3-gnutls_7.81.0-1ubuntu1.1_armhf.deb ...
13:40:54 #9 45.64 Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.1) ...
13:40:54 #9 45.68 Selecting previously unselected package liberror-perl.
13:40:54 #9 45.68 Preparing to unpack .../184-liberror-perl_0.17029-1_all.deb ...
13:40:54 #9 45.68 Unpacking liberror-perl (0.17029-1) ...
13:40:54 #9 45.71 Selecting previously unselected package git-man.
13:40:54 #9 45.72 Preparing to unpack .../185-git-man_1%3a2.34.1-1ubuntu1.2_all.deb ...
13:40:54 #9 45.72 Unpacking git-man (1:2.34.1-1ubuntu1.2) ...
13:40:54 #9 45.78 Selecting previously unselected package git.
13:40:54 #9 45.78 Preparing to unpack .../186-git_1%3a2.34.1-1ubuntu1.2_armhf.deb ...
13:40:54 #9 45.79 Unpacking git (1:2.34.1-1ubuntu1.2) ...
13:40:54 #8 DONE 46.6s
13:40:54 
13:40:54 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:40:54 #10 sha256:9487a6033d6d78dafdb17e9d0ae4002a3fc46442a408fc0040a52d8ed6e5aeea
13:40:54 #10 DONE 0.1s
13:40:54 
13:40:54 #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
13:40:54 #11 sha256:a67ea92a7d49dc89e26b07f23a7e58c39380eea1a0a19f5d07b11ab6d88f886e
13:40:54 #9 52.75 Selecting previously unselected package python3-certifi.
13:40:54 #9 52.75 Preparing to unpack .../325-python3-certifi_2019.11.28-1_all.deb ...
13:40:54 #9 52.75 Unpacking python3-certifi (2019.11.28-1) ...
13:40:54 #9 52.80 Selecting previously unselected package python3-idna.
13:40:54 #9 52.81 Preparing to unpack .../326-python3-idna_2.8-1_all.deb ...
13:40:54 #9 52.81 Unpacking python3-idna (2.8-1) ...
13:40:54 #8 47.51 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:40:54 #8 47.55 Selecting previously unselected package libnamespace-autoclean-perl.
13:40:54 #8 47.55 Preparing to unpack .../278-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:40:54 #8 47.55 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:40:54 #8 47.61 Selecting previously unselected package libobject-id-perl.
13:40:54 #8 47.61 Preparing to unpack .../279-libobject-id-perl_0.1.2-2.1_all.deb ...
13:40:54 #8 47.62 Unpacking libobject-id-perl (0.1.2-2.1) ...
13:40:54 #8 47.65 Selecting previously unselected package libmoox-struct-perl.
13:40:54 #8 47.65 Preparing to unpack .../280-libmoox-struct-perl_0.020-1_all.deb ...
13:40:54 #8 47.66 Unpacking libmoox-struct-perl (0.020-1) ...
13:40:54 #8 47.69 Selecting previously unselected package libmouse-perl.
13:40:54 #8 47.69 Preparing to unpack .../281-libmouse-perl_2.5.10-1+b1_armhf.deb ...
13:40:54 #8 47.69 Unpacking libmouse-perl (2.5.10-1+b1) ...
13:40:54 #8 66.90 Setting up libclass-inspector-perl (1.32-1) ...
13:40:54 #8 66.91 Setting up libfont-afm-perl (1.20-2) ...
13:40:54 #8 66.92 Setting up libwant-perl (0.29-1+b4) ...
13:40:54 #8 66.93 Setting up libdynaloader-functions-perl (0.003-1) ...
13:40:54 #8 66.95 Setting up libtext-glob-perl (0.10-1) ...
13:40:54 #8 66.96 Setting up libclass-method-modifiers-perl (2.12-1) ...
13:40:54 #8 66.97 Setting up liblist-compare-perl (0.53-1) ...
13:40:54 #8 66.98 Setting up libref-util-xs-perl (0.117-1+b1) ...
13:40:54 #8 66.99 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
13:40:54 #8 67.00 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
13:40:54 #8 67.01 Setting up libsort-key-perl (1.33-2+b1) ...
13:40:54 #8 67.03 Setting up libclone-perl (0.41-1+b1) ...
13:40:54 #8 67.04 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:40:54 #8 67.05 Setting up libarchive-zip-perl (1.64-1) ...
13:40:54 #8 67.06 Setting up libsub-identify-perl (0.14-1+b1) ...
13:40:54 #8 67.07 Setting up libdistro-info-perl (0.21) ...
13:40:54 #8 67.08 Setting up python3-apt (1.8.4.3) ...
13:40:54 #9 51.60 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build5_armhf.deb ...
13:40:54 #9 51.61 Unpacking libfile-fcntllock-perl (0.22-3build5) ...
13:40:54 #9 51.64 Selecting previously unselected package libnumber-compare-perl.
13:40:54 #9 51.64 Preparing to unpack .../241-libnumber-compare-perl_0.03-1.1_all.deb ...
13:40:54 #9 51.65 Unpacking libnumber-compare-perl (0.03-1.1) ...
13:40:54 #9 51.68 Selecting previously unselected package libtext-glob-perl.
13:40:54 #9 51.68 Preparing to unpack .../242-libtext-glob-perl_0.11-1_all.deb ...
13:40:54 #9 51.69 Unpacking libtext-glob-perl (0.11-1) ...
13:40:54 #9 51.72 Selecting previously unselected package libfile-find-rule-perl.
13:40:54 #9 51.72 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:54 #9 51.72 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:54 #9 51.76 Selecting previously unselected package libfont-afm-perl.
13:40:54 #9 51.77 Preparing to unpack .../244-libfont-afm-perl_1.20-3_all.deb ...
13:40:54 #9 51.77 Unpacking libfont-afm-perl (1.20-3) ...
13:40:54 #9 51.80 Selecting previously unselected package libio-string-perl.
13:40:54 #9 51.80 Preparing to unpack .../245-libio-string-perl_1.08-3.1_all.deb ...
13:40:54 #9 51.81 Unpacking libio-string-perl (1.08-3.1) ...
13:40:54 #9 51.83 Selecting previously unselected package libfont-ttf-perl.
13:40:54 #9 51.83 Preparing to unpack .../246-libfont-ttf-perl_1.06-1.1_all.deb ...
13:40:54 #14 DONE 2.2s
13:40:54 #13 DONE 0.4s
13:40:54 
13:40:54 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:40:54 #15 sha256:e78e8aa67ec911229294a227a9339b5fe58397f84348a1a5f99ed45d7e6160f4
13:40:54 #12 8.567 Setting up libsepol1:amd64 (3.0-1ubuntu0.1) ...
13:40:54 #12 8.606 Selecting previously unselected package libsepol1-dev:amd64.
13:40:54 #12 8.606 (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 ... 29980 files and directories currently installed.)
13:40:54 #12 8.624 Preparing to unpack .../0-libsepol1-dev_3.0-1ubuntu0.1_amd64.deb ...
13:40:54 #12 8.628 Unpacking libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
13:40:54 #12 8.700 Selecting previously unselected package libpcre2-16-0:amd64.
13:40:54 #12 8.701 Preparing to unpack .../1-libpcre2-16-0_10.34-7_amd64.deb ...
13:40:54 #12 8.706 Unpacking libpcre2-16-0:amd64 (10.34-7) ...
13:40:54 #12 8.759 Selecting previously unselected package libpcre2-32-0:amd64.
13:40:54 #12 8.762 Preparing to unpack .../2-libpcre2-32-0_10.34-7_amd64.deb ...
13:40:54 #12 8.766 Unpacking libpcre2-32-0:amd64 (10.34-7) ...
13:40:54 #12 8.813 Selecting previously unselected package libpcre2-posix2:amd64.
13:40:54 #8 54.61 Setting up libuchardet0:armhf (0.0.6-3) ...
13:40:54 #8 54.62 Setting up git-man (1:2.20.1-2+deb10u3) ...
13:40:54 #13 DONE 0.4s
13:40:54 
13:40:54 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:40:54 #15 sha256:4d82741d3db2e6d7da92283b4bce38eb80f3610898bc84239b0928c52b323901
13:40:54 #11 4.092 (95/108): selinux-policy-devel-35.17-1.fc35.noa  32 MB/s | 812 kB     00:00    
13:40:54 #11 4.106 (96/108): systemd-devel-249.11-2.fc35.x86_64.rp  36 MB/s | 446 kB     00:00    
13:40:54 #11 4.159 (97/108): systemd-networkd-249.11-2.fc35.x86_64 9.6 MB/s | 523 kB     00:00    
13:40:54 #11 4.194 (98/108): systemd-249.11-2.fc35.x86_64.rpm       37 MB/s | 4.0 MB     00:00    
13:40:54 #11 4.201 (99/108): systemd-pam-249.11-2.fc35.x86_64.rpm  7.7 MB/s | 323 kB     00:00    
13:40:54 #11 4.292 (100/108): selinux-policy-targeted-35.17-1.fc35  31 MB/s | 6.3 MB     00:00    
13:40:54 #11 4.320 (101/108): systemd-resolved-249.11-2.fc35.x86_6 2.1 MB/s | 266 kB     00:00    
13:40:54 #8 64.00   Running scriptlet: shared-mime-info-2.1-3.fc35.x86_64                 127/178 
13:40:54 #8 64.02   Installing       : gdk-pixbuf2-2.42.8-1.fc36.x86_64                   128/178 
13:40:54 #8 64.04   Installing       : libappstream-glib-0.7.18-4.fc36.x86_64             129/178 
13:40:54 #8 64.07   Installing       : xxhash-libs-0.8.1-2.fc36.x86_64                    130/178 
13:40:54 #8 64.18   Installing       : gdb-minimal-11.2-3.fc36.x86_64                     131/178 
13:40:54 #8 64.18   Installing       : debugedit-5.0-3.fc36.x86_64                        132/178 
13:40:54 #8 64.24   Upgrading        : dnf-data-4.11.1-3.fc36.noarch                      133/178 
13:40:54 #9 45.96 Selecting previously unselected package libalgorithm-diff-perl.
13:40:54 #9 45.96 Preparing to unpack .../187-libalgorithm-diff-perl_1.201-1_all.deb ...
13:40:54 #9 45.97 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:40:54 #9 46.01 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:40:54 #9 46.01 Preparing to unpack .../188-libalgorithm-diff-xs-perl_0.04-6build3_armhf.deb ...
13:40:54 #9 46.01 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
13:40:54 #9 46.04 Selecting previously unselected package libalgorithm-merge-perl.
13:40:54 #9 46.04 Preparing to unpack .../189-libalgorithm-merge-perl_0.08-3_all.deb ...
13:40:54 #9 46.05 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:40:54 #9 46.08 Selecting previously unselected package libaliased-perl.
13:40:54 #9 46.08 Preparing to unpack .../190-libaliased-perl_0.34-1.1_all.deb ...
13:40:54 #9 46.08 Unpacking libaliased-perl (0.34-1.1) ...
13:40:54 #9 46.11 Selecting previously unselected package libapt-pkg-perl.
13:40:54 #9 46.11 Preparing to unpack .../191-libapt-pkg-perl_0.1.40build2_armhf.deb ...
13:40:54 #9 46.11 Unpacking libapt-pkg-perl (0.1.40build2) ...
13:40:54 #9 52.86 Selecting previously unselected package python3-urllib3.
13:40:54 #9 52.86 Preparing to unpack .../327-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
13:40:54 #9 52.86 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
13:40:54 #9 52.92 Selecting previously unselected package python3-requests.
13:40:54 #9 52.92 Preparing to unpack .../328-python3-requests_2.22.0-2ubuntu1_all.deb ...
13:40:54 #9 52.93 Unpacking python3-requests (2.22.0-2ubuntu1) ...
13:40:54 #9 52.97 Selecting previously unselected package python3-unidiff.
13:40:54 #9 52.97 Preparing to unpack .../329-python3-unidiff_0.5.5-2_all.deb ...
13:40:54 #9 52.98 Unpacking python3-unidiff (0.5.5-2) ...
13:40:54 #9 53.02 Selecting previously unselected package python3-xdg.
13:40:54 #9 53.03 Preparing to unpack .../330-python3-xdg_0.26-1ubuntu1_all.deb ...
13:40:54 #9 53.03 Unpacking python3-xdg (0.26-1ubuntu1) ...
13:40:54 #9 53.07 Selecting previously unselected package unzip.
13:40:54 #9 53.07 Preparing to unpack .../331-unzip_6.0-25ubuntu1_armhf.deb ...
13:40:54 #9 53.07 Unpacking unzip (6.0-25ubuntu1) ...
13:40:54 #12 6.745 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/universe arm64 dh-apparmor all 3.0.3-0ubuntu1 [9456 B]
13:40:54 #12 6.746 Get:9 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libbtrfs0 arm64 5.10.1-2build1 [87.4 kB]
13:40:54 #12 6.747 Get:10 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libbtrfs-dev arm64 5.10.1-2build1 [265 kB]
13:40:54 #12 6.749 Get:11 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu3 [129 kB]
13:40:54 #12 6.751 Get:12 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1ubuntu3 [11.8 kB]
13:40:54 #12 6.751 Get:13 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libudev-dev arm64 248.3-1ubuntu8.5 [20.7 kB]
13:40:54 #12 6.767 Get:14 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsepol1-dev arm64 3.1-1ubuntu2.1 [376 kB]
13:40:54 #12 6.770 Get:15 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpcre2-16-0 arm64 10.37-0ubuntu2 [184 kB]
13:40:54 #12 6.772 Get:16 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpcre2-32-0 arm64 10.37-0ubuntu2 [175 kB]
13:40:54 #12 6.822 Get:17 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpcre2-posix3 arm64 10.37-0ubuntu2 [5916 B]
13:40:54 #12 6.822 Get:18 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpcre2-dev arm64 10.37-0ubuntu2 [659 kB]
13:40:54 #12 6.832 Get:19 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libselinux1-dev arm64 3.1-3build2 [162 kB]
13:40:54 #12 6.895 Get:20 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1ubuntu3 [36.5 kB]
13:40:54 #12 6.896 Get:21 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1 [81.9 kB]
13:40:54 #12 6.897 Get:22 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsystemd-dev arm64 248.3-1ubuntu8.5 [303 kB]
13:40:54 #12 6.902 Get:23 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libglib2.0-0 arm64 2.68.4-1ubuntu1 [1392 kB]
13:40:54 #12 6.973 Get:24 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 pkg-config arm64 0.29.2-1ubuntu1 [44.5 kB]
13:40:54 #8 47.74 Selecting previously unselected package libnumber-range-perl.
13:40:54 #8 47.75 Preparing to unpack .../282-libnumber-range-perl_0.12-1.1_all.deb ...
13:40:54 #8 47.75 Unpacking libnumber-range-perl (0.12-1.1) ...
13:40:54 #8 47.79 Selecting previously unselected package libossp-uuid16:armhf.
13:40:54 #8 47.79 Preparing to unpack .../283-libossp-uuid16_1.6.2-1.5+b9_armhf.deb ...
13:40:54 #8 47.80 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b9) ...
13:40:54 #8 47.83 Selecting previously unselected package libossp-uuid-perl.
13:40:54 #8 47.83 Preparing to unpack .../284-libossp-uuid-perl_1.6.2-1.5+b9_armhf.deb ...
13:40:54 #8 47.84 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
13:40:54 #8 47.88 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:54 #8 47.88 Preparing to unpack .../285-libpackage-stash-xs-perl_0.29-1+b2_armhf.deb ...
13:40:54 #8 47.88 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
13:40:54 #8 47.92 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:54 #8 47.92 Preparing to unpack .../286-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:54 #8 47.92 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:54 #8 47.96 Selecting previously unselected package libperlio-gzip-perl.
13:40:54 #8 47.96 Preparing to unpack .../287-libperlio-gzip-perl_0.19-1+b7_armhf.deb ...
13:40:54 #8 47.96 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
13:40:54 #8 67.23 Setting up libio-stringy-perl (2.111-3) ...
13:40:54 #8 67.24 Setting up liblist-moreutils-perl (0.416-1+b4) ...
13:40:54 #8 67.26 Setting up libhtml-tagset-perl (3.20-3) ...
13:40:54 #8 67.27 Setting up liblog-any-perl (1.707-1) ...
13:40:54 #8 67.28 Setting up libauthen-sasl-perl (2.1600-1) ...
13:40:54 #8 67.29 Setting up libpod-constants-perl (0.19-1) ...
13:40:54 #8 67.30 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
13:40:54 #8 67.31 Setting up libconvert-binhex-perl (1.125-1) ...
13:40:54 #8 67.32 Setting up libfuture-perl (0.39-1) ...
13:40:54 #8 67.34 Setting up liblwp-mediatypes-perl (6.02-1) ...
13:40:54 #8 67.35 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
13:40:54 #8 67.36 Setting up libtry-tiny-perl (0.30-1) ...
13:40:54 #8 67.37 Setting up libtype-tiny-perl (1.004004-1) ...
13:40:54 #8 67.38 Setting up libtest-fatal-perl (0.014-1) ...
13:40:54 #8 67.40 Setting up libcommon-sense-perl (3.74-2+b7) ...
13:40:54 #8 67.41 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:40:54 #8 67.42 Setting up libnet-http-perl (6.18-1) ...
13:40:54 #8 67.43 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:40:54 #8 67.44 Setting up libencode-locale-perl (1.05-1) ...
13:40:54 #8 67.45 Setting up libtext-levenshtein-perl (0.13-1) ...
13:40:54 #8 67.47 Setting up libnet-dns-perl (1.19-1) ...
13:40:54 #9 51.84 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:40:54 #8 56.51 Setting up libltdl-dev:armhf (2.4.6-2) ...
13:40:54 #8 56.52 Setting up libwind0-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:54 #8 56.54 Setting up libasan4:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:54 #8 56.55 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
13:40:54 #8 56.56 Setting up libbinutils:armhf (2.30-21ubuntu1~18.04.7) ...
13:40:54 #8 56.57 Setting up libcilkrts5:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:54 #8 56.59 Setting up libasn1-8-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:54 #9 51.90 Selecting previously unselected package libio-stringy-perl.
13:40:54 #9 51.91 Preparing to unpack .../247-libio-stringy-perl_2.111-3_all.deb ...
13:40:54 #9 51.91 Unpacking libio-stringy-perl (2.111-3) ...
13:40:54 #9 51.94 Selecting previously unselected package libparams-validate-perl:armhf.
13:40:54 #9 51.95 Preparing to unpack .../248-libparams-validate-perl_1.30-1build2_armhf.deb ...
13:40:54 #9 51.95 Unpacking libparams-validate-perl:armhf (1.30-1build2) ...
13:40:54 #9 51.98 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:40:54 #9 51.98 Preparing to unpack .../249-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
13:40:54 #9 51.99 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
13:40:54 #9 52.02 Selecting previously unselected package libsort-versions-perl.
13:40:54 #9 52.02 Preparing to unpack .../250-libsort-versions-perl_1.62-1_all.deb ...
13:40:54 #9 52.02 Unpacking libsort-versions-perl (1.62-1) ...
13:40:54 
13:40:54 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:40:54 #15 sha256:7c3b99fb74eb3cdff69616893e4de509e487bb879c648f2fafb17a1bbd451218
13:40:54 #15 DONE 0.0s
13:40:54 
13:40:54 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:40:54 #16 sha256:8ca7b7301b8ad1d566ddf8d3dc9e73b3bce1c0cb2c765db6f9705e9011a74d1a
13:40:54 #16 DONE 0.0s
13:40:54 
13:40:54 #17 exporting to image
13:40:54 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:54 #17 exporting layers
13:40:54 #12 8.816 Preparing to unpack .../3-libpcre2-posix2_10.34-7_amd64.deb ...
13:40:54 #12 8.819 Unpacking libpcre2-posix2:amd64 (10.34-7) ...
13:40:54 #12 8.849 Selecting previously unselected package libpcre2-dev:amd64.
13:40:54 #12 8.852 Preparing to unpack .../4-libpcre2-dev_10.34-7_amd64.deb ...
13:40:54 #12 8.856 Unpacking libpcre2-dev:amd64 (10.34-7) ...
13:40:54 #12 8.950 Selecting previously unselected package libselinux1-dev:amd64.
13:40:54 #12 8.953 Preparing to unpack .../5-libselinux1-dev_3.0-1build2_amd64.deb ...
13:40:54 #12 8.957 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
13:40:54 #12 9.002 Selecting previously unselected package libdevmapper-dev:amd64.
13:40:54 #8 54.63 Setting up libssh2-1:armhf (1.8.0-2.1) ...
13:40:54 #8 54.64 Setting up netbase (5.6) ...
13:40:54 #8 54.67 Setting up libkrb5-3:armhf (1.17-3+deb10u3) ...
13:40:54 #8 54.68 Setting up libmpdec2:armhf (2.4.2-2) ...
13:40:54 #12 9.005 Preparing to unpack .../6-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
13:40:54 #12 9.010 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
13:40:54 #8 54.70 Setting up libbinutils:armhf (2.31.1-16) ...
13:40:54 #8 54.72 Setting up cpp-8 (8.3.0-6) ...
13:40:54 #8 54.73 Setting up libc-dev-bin (2.28-10+deb10u1) ...
13:40:54 #12 9.046 Selecting previously unselected package libseccomp-dev:amd64.
13:40:54 #12 9.049 Preparing to unpack .../7-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_amd64.deb ...
13:40:54 #8 54.74 Setting up openssl (1.1.1n-0+deb10u1) ...
13:40:54 #8 54.76 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
13:40:54 #12 9.054 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ...
13:40:54 #12 9.089 Selecting previously unselected package libsystemd-dev:amd64.
13:40:54 #8 54.77 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ...
13:40:54 #8 54.78 Setting up readline-common (7.0-5) ...
13:40:54 #12 9.092 Preparing to unpack .../8-libsystemd-dev_245.4-4ubuntu3.16_amd64.deb ...
13:40:54 #12 9.097 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.16) ...
13:40:54 #8 54.80 Setting up publicsuffix (20211109.1735-0+deb10u1) ...
13:40:54 #8 54.81 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u3) ...
13:40:54 #12 9.165 Selecting previously unselected package pkg-config.
13:40:54 #8 54.82 Setting up libcc1-0:armhf (8.3.0-6) ...
13:40:54 #8 54.83 Setting up iso-codes (4.2-1) ...
13:40:54 #11 4.352 (102/108): systemd-rpm-macros-249.11-2.fc35.noa 181 kB/s |  27 kB     00:00    
13:40:54 #11 4.360 (103/108): util-linux-core-2.37.4-1.fc35.x86_64  11 MB/s | 433 kB     00:00    
13:40:54 #11 4.366 (104/108): vim-filesystem-8.2.4804-1.fc35.noarc 1.6 MB/s |  22 kB     00:00    
13:40:54 #11 4.382 (105/108): util-linux-2.37.4-1.fc35.x86_64.rpm   36 MB/s | 2.2 MB     00:00    
13:40:54 #11 4.385 (106/108): audit-libs-3.0.8-1.fc35.x86_64.rpm   5.1 MB/s | 116 kB     00:00    
13:40:54 #11 4.389 (107/108): libgcc-11.3.1-2.fc35.x86_64.rpm      5.7 MB/s | 118 kB     00:00    
13:40:54 #11 4.395 (108/108): libgomp-11.3.1-2.fc35.x86_64.rpm      23 MB/s | 291 kB     00:00    
13:40:54 #11 4.399 --------------------------------------------------------------------------------
13:40:54 #11 4.399 Total                                            44 MB/s |  97 MB     00:02     
13:40:54 #8 64.27   Upgrading        : python3-dnf-4.11.1-3.fc36.noarch                   134/178 
13:40:54 #8 64.31   Upgrading        : dnf-4.11.1-3.fc36.noarch                           135/178 
13:40:54 #8 64.33   Running scriptlet: dnf-4.11.1-3.fc36.noarch                           135/178 
13:40:54 #8 64.34   Installing       : rust-srpm-macros-21-1.fc36.noarch                  136/178 
13:40:54 #8 64.34   Installing       : qt5-srpm-macros-5.15.3-1.fc36.noarch               137/178 
13:40:54 #8 64.35   Installing       : python3-toml-0.10.2-6.fc36.noarch                  138/178 
13:40:54 #8 64.39   Installing       : python3-pyxdg-0.27-4.fc36.noarch                   139/178 
13:40:54 #8 64.40   Installing       : python3-distro-1.6.0-2.fc36.noarch                 140/178 
13:40:54 #8 64.43   Installing       : python3-dnf-plugins-core-4.1.0-1.fc36.noarch       141/178 
13:40:54 #8 64.44   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                     142/178 
13:40:54 #8 64.47   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.x86_64             143/178 
13:40:54 #8 64.47   Installing       : perl-srpm-macros-1-43.fc36.noarch                  144/178 
13:40:54 #8 64.47   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch       145/178 
13:40:54 #8 64.48   Installing       : openblas-srpm-macros-2-11.fc36.noarch              146/178 
13:40:54 #8 64.48   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                  147/178 
13:40:54 #9 46.15 Selecting previously unselected package libarchive-cpio-perl.
13:40:54 #9 46.15 Preparing to unpack .../192-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:40:54 #9 46.15 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:40:54 #9 46.18 Selecting previously unselected package libarray-intspan-perl.
13:40:54 #9 46.18 Preparing to unpack .../193-libarray-intspan-perl_2.004-1_all.deb ...
13:40:54 #9 46.19 Unpacking libarray-intspan-perl (2.004-1) ...
13:40:54 #9 46.22 Selecting previously unselected package libmodule-implementation-perl.
13:40:54 #9 46.22 Preparing to unpack .../194-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:40:54 #9 46.23 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:40:54 #9 46.27 Selecting previously unselected package libsub-exporter-progressive-perl.
13:40:54 #9 46.27 Preparing to unpack .../195-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:40:54 #9 46.27 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:40:54 #9 46.30 Selecting previously unselected package libvariable-magic-perl.
13:40:54 #9 46.30 Preparing to unpack .../196-libvariable-magic-perl_0.62-1build5_armhf.deb ...
13:40:54 #9 46.31 Unpacking libvariable-magic-perl (0.62-1build5) ...
13:40:54 #9 46.34 Selecting previously unselected package libb-hooks-endofscope-perl.
13:40:54 #9 46.34 Preparing to unpack .../197-libb-hooks-endofscope-perl_0.25-1_all.deb ...
13:40:54 #9 46.35 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
13:40:54 + set -e
13:40:54 + mkdir -p /root/build-deb/engine
13:40:54 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:40:54 #9 53.12 Selecting previously unselected package equivs.
13:40:54 #9 53.12 Preparing to unpack .../332-equivs_2.2.0_all.deb ...
13:40:54 #9 53.13 Unpacking equivs (2.2.0) ...
13:40:54 #9 53.19 Selecting previously unselected package libauthen-sasl-perl.
13:40:54 #9 53.20 Preparing to unpack .../333-libauthen-sasl-perl_2.1600-1_all.deb ...
13:40:54 #9 53.20 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:40:54 #9 53.26 Selecting previously unselected package python3-magic.
13:40:54 #9 53.26 Preparing to unpack .../334-python3-magic_2%3a0.4.15-3_all.deb ...
13:40:54 #9 53.27 Unpacking python3-magic (2:0.4.15-3) ...
13:40:54 + STATUS=0
13:40:54 + '[' 0 -ne 0 ']'
13:40:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:40:54 + /usr/bin/tar -xof -
13:40:54 #12 7.193 debconf: delaying package configuration, since apt-utils is not installed
13:40:54 #12 7.238 Fetched 10.6 MB in 2s (6936 kB/s)
13:40:54 #12 7.268 Selecting previously unselected package bash-completion.
13:40:54 #12 7.268 (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 ... 26767 files and directories currently installed.)
13:40:54 #12 7.280 Preparing to unpack .../00-bash-completion_1%3a2.11-2ubuntu1_all.deb ...
13:40:54 #11 3.355 (1/97): acl-2.3.1-1.fc34.x86_64.rpm             874 kB/s |  71 kB     00:00    
13:40:54 #11 3.391 (2/97): autoconf-2.69-36.fc34.noarch.rpm        5.5 MB/s | 667 kB     00:00    
13:40:54 #11 3.397 (3/97): checkpolicy-3.2-1.fc34.x86_64.rpm       8.0 MB/s | 344 kB     00:00    
13:40:54 #11 3.404 (4/97): automake-1.16.2-4.fc34.noarch.rpm       5.0 MB/s | 664 kB     00:00    
13:40:54 #11 3.407 (5/97): dbus-1.12.20-3.fc34.x86_64.rpm          550 kB/s | 8.0 kB     00:00    
13:40:54 #11 3.411 (6/97): dbus-common-1.12.20-3.fc34.noarch.rpm   1.1 MB/s |  15 kB     00:00    
13:40:54 #11 3.419 (7/97): device-mapper-1.02.175-1.fc34.x86_64.rp 9.6 MB/s | 144 kB     00:00    
13:40:54 #11 3.422 (8/97): device-mapper-devel-1.02.175-1.fc34.x86 3.0 MB/s |  45 kB     00:00    
13:40:54 #11 3.427 (9/97): device-mapper-libs-1.02.175-1.fc34.x86_  11 MB/s | 179 kB     00:00    
13:40:54 #11 3.436 (10/97): e2fsprogs-libs-1.45.6-5.fc34.x86_64.rp  13 MB/s | 220 kB     00:00    
13:40:54 #11 3.440 (11/97): gc-8.0.4-5.fc34.x86_64.rpm             6.0 MB/s | 105 kB     00:00    
13:40:54 #11 3.449 (12/97): libargon2-20171227-6.fc34.x86_64.rpm   2.2 MB/s |  29 kB     00:00    
13:40:54 #11 3.457 (13/97): libcbor-0.7.0-3.fc34.x86_64.rpm        3.4 MB/s |  57 kB     00:00    
13:40:54 #11 3.465 (14/97): libfido2-1.6.0-2.fc34.x86_64.rpm       4.5 MB/s |  71 kB     00:00    
13:40:54 #11 3.473 (15/97): libmpc-1.2.1-2.fc34.x86_64.rpm         3.8 MB/s |  63 kB     00:00    
13:40:54 #11 3.485 (16/97): libnl3-3.5.0-6.fc34.x86_64.rpm          17 MB/s | 324 kB     00:00    
13:40:54 #11 3.491 (17/97): libselinux-devel-3.2-1.fc34.x86_64.rpm 6.6 MB/s | 113 kB     00:00    
13:40:54 #11 3.503 (18/97): libselinux-utils-3.2-1.fc34.x86_64.rpm 8.9 MB/s | 160 kB     00:00    
13:40:54 #11 3.518 (19/97): libtool-2.4.6-40.fc34.x86_64.rpm        21 MB/s | 579 kB     00:00    
13:40:54 #11 3.521 (20/97): libtool-ltdl-2.4.6-40.fc34.x86_64.rpm  2.0 MB/s |  36 kB     00:00    
13:40:54 #11 3.557 (21/97): guile22-2.2.7-2.fc34.x86_64.rpm         50 MB/s | 6.5 MB     00:00    
13:40:54 #8 48.00 Selecting previously unselected package libpod-parser-perl.
13:40:54 #8 48.00 Preparing to unpack .../288-libpod-parser-perl_1.63-2_all.deb ...
13:40:54 #8 48.01 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:40:54 #8 48.02 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:40:54 #8 48.03 Unpacking libpod-parser-perl (1.63-2) ...
13:40:54 #8 48.07 Selecting previously unselected package libpod-constants-perl.
13:40:54 #8 48.07 Preparing to unpack .../289-libpod-constants-perl_0.19-2_all.deb ...
13:40:54 #8 48.08 Unpacking libpod-constants-perl (0.19-2) ...
13:40:54 #8 48.11 Selecting previously unselected package libproc-processtable-perl.
13:40:54 #8 48.12 Preparing to unpack .../290-libproc-processtable-perl_0.59-2+b1_armhf.deb ...
13:40:54 #8 48.12 Unpacking libproc-processtable-perl (0.59-2+b1) ...
13:40:54 #8 48.16 Selecting previously unselected package libre2-9:armhf.
13:40:54 #8 48.16 Preparing to unpack .../291-libre2-9_20210201+dfsg-1_armhf.deb ...
13:40:54 #8 48.17 Unpacking libre2-9:armhf (20210201+dfsg-1) ...
13:40:54 #8 48.21 Selecting previously unselected package libre-engine-re2-perl:armhf.
13:40:54 #8 48.21 Preparing to unpack .../292-libre-engine-re2-perl_0.14-1_armhf.deb ...
13:40:54 #8 48.21 Unpacking libre-engine-re2-perl:armhf (0.14-1) ...
13:40:54 #8 48.24 Selecting previously unselected package libreadonly-perl.
13:40:54 #8 48.24 Preparing to unpack .../293-libreadonly-perl_2.050-3_all.deb ...
13:40:54 #8 48.25 Unpacking libreadonly-perl (2.050-3) ...
13:40:54 #8 48.28 Selecting previously unselected package libref-util-perl.
13:40:54 #8 48.28 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
13:40:54 #8 48.28 Unpacking libref-util-perl (0.204-1) ...
13:40:54 #8 48.31 Selecting previously unselected package libref-util-xs-perl.
13:40:54 #8 48.31 Preparing to unpack .../295-libref-util-xs-perl_0.117-1+b3_armhf.deb ...
13:40:54 #8 67.48 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
13:40:54 #8 67.49 Setting up libdevel-callchecker-perl (0.008-1) ...
13:40:54 #8 67.50 Setting up libstring-shellquote-perl (1.04-1) ...
13:40:54 #8 67.51 Setting up libsub-install-perl (0.928-1) ...
13:40:54 #8 67.52 Setting up dpkg-dev (1.19.7) ...
13:40:54 #8 67.54 Setting up libnumber-compare-perl (0.03-1) ...
13:40:54 #8 67.55 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:54 #8 67.56 Setting up libio-async-perl (0.72-1) ...
13:40:54 #8 67.57 Setting up liberror-perl (0.17027-2) ...
13:40:54 #8 67.58 Setting up patchutils (0.3.4-2) ...
13:40:54 #8 67.60 Setting up libmail-sendmail-perl (0.80-1) ...
13:40:54 #8 67.61 Setting up libltdl-dev:amd64 (2.4.6-9) ...
13:40:54 #8 67.62 Setting up libxml-sax-base-perl (1.09-1) ...
13:40:54 #8 67.63 Setting up libio-string-perl (1.08-3) ...
13:40:54 #8 67.64 Setting up libreadonly-perl (2.050-1) ...
13:40:54 #8 67.65 Setting up python3-chardet (3.0.4-3) ...
13:40:54 #8 56.60 Setting up libubsan0:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:54 #8 56.62 Setting up gpgconf (2.2.4-1ubuntu1.4) ...
13:40:54 #8 56.63 Setting up libhcrypto4-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:54 #9 52.07 Selecting previously unselected package libgit-wrapper-perl.
13:40:54 #9 52.07 Preparing to unpack .../251-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:54 #8 56.65 Setting up binutils-arm-linux-gnueabihf (2.30-21ubuntu1~18.04.7) ...
13:40:54 #8 56.66 Setting up file (1:5.32-2ubuntu0.4) ...
13:40:54 #8 56.67 Setting up fakeroot (1.22-2ubuntu1) ...
13:40:54 #9 52.08 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:54 #9 52.11 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:54 #8 56.68 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:54 #9 52.11 Preparing to unpack .../252-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:40:54 #9 52.12 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:54 #8 56.68 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:54 #9 52.15 Selecting previously unselected package libio-prompter-perl.
13:40:54 #9 52.15 Preparing to unpack .../253-libio-prompter-perl_0.004015-1_all.deb ...
13:40:54 #8 56.68 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:54 #9 52.15 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:54 #9 52.20 Selecting previously unselected package libjson-perl.
13:40:54 #8 56.68 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:54 #9 52.20 Preparing to unpack .../254-libjson-perl_4.03000-1_all.deb ...
13:40:54 #9 52.20 Unpacking libjson-perl (4.03000-1) ...
13:40:54 #8 56.68 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:54 #9 52.24 Selecting previously unselected package liblog-any-perl.
13:40:54 #8 56.68 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:54 #9 52.25 Preparing to unpack .../255-liblog-any-perl_1.709-1_all.deb ...
13:40:54 #9 52.28 Unpacking liblog-any-perl (1.709-1) ...
13:40:54 #8 56.68 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:54 #9 52.32 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:54 #8 56.68 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:54 #8 56.68 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:54 #8 56.70 Setting up libhx509-5-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:54 #8 56.71 Setting up libgcc-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:54 #8 56.72 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
13:40:54 #8 56.73 Setting up libstdc++-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
13:40:54 #8 56.75 Setting up libperl5.26:armhf (5.26.1-6ubuntu0.5) ...
13:40:54 #8 56.76 Setting up gpgsm (2.2.4-1ubuntu1.4) ...
13:40:54 #8 56.77 Setting up gnupg-utils (2.2.4-1ubuntu1.4) ...
13:40:54 #8 56.78 Setting up man-db (2.8.3-2ubuntu0.1) ...
13:40:54 #8 54.85 Setting up liblocale-gettext-perl (1.07-3+b4) ...
13:40:54 #8 54.86 Setting up dctrl-tools (2.24-3) ...
13:40:54 #8 54.87 Setting up debian-keyring (2019.02.25) ...
13:40:54 #8 54.88 Setting up libreadline7:armhf (7.0-5) ...
13:40:54 #8 54.90 Setting up libgdbm6:armhf (1.18.1-4) ...
13:40:54 #8 54.91 Setting up gnupg-utils (2.2.12-1+deb10u1) ...
13:40:54 #8 54.92 Setting up pinentry-curses (1.1.0-2) ...
13:40:54 #8 54.93 Setting up manpages-dev (4.16-2) ...
13:40:54 #8 54.95 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
13:40:54 #8 54.96 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
13:40:54 #8 54.97 Setting up libxcb1:armhf (1.13.1-2) ...
13:40:54 #8 54.98 Setting up at (3.1.23-1) ...
13:40:54 #12 9.168 Preparing to unpack .../9-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
13:40:54 #12 9.173 Unpacking pkg-config (0.29.1-0ubuntu4) ...
13:40:54 #12 9.245 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ...
13:40:54 #12 9.255 Setting up libarchive13:amd64 (3.4.0-2ubuntu1.2) ...
13:40:54 #12 9.268 Setting up libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
13:40:54 #12 9.279 Setting up libpcre2-16-0:amd64 (10.34-7) ...
13:40:54 #12 9.290 Setting up libbtrfs0:amd64 (5.4.1-2) ...
13:40:54 #12 9.302 Setting up libpcre2-32-0:amd64 (10.34-7) ...
13:40:54 #12 9.313 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
13:40:54 #12 9.324 Setting up bash-completion (1:2.10-1ubuntu1) ...
13:40:54 #8 64.51   Installing       : nim-srpm-macros-3-6.fc36.noarch                    148/178 
13:40:54 #8 64.52   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch              149/178 
13:40:54 #8 64.52   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  150/178 
13:40:54 #8 64.52   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                151/178 
13:40:54 #8 64.53   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  152/178 
13:40:54 #8 64.56   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            153/178 
13:40:54 #8 64.56   Installing       : go-srpm-macros-3.0.15-1.fc36.noarch                154/178 
13:40:54 #8 64.57   Installing       : python-srpm-macros-3.10-17.fc36.noarch             155/178 
13:40:54 #8 64.57   Installing       : redhat-rpm-config-217-1.fc36.noarch                156/178 
13:40:54 #8 64.61   Installing       : rpm-build-4.17.0-10.fc36.x86_64                    157/178 
13:40:54 #8 64.66   Installing       : rpmlint-2.2.0-3.fc36.noarch                        158/178 
13:40:54 #8 64.69   Installing       : dnf-plugins-core-4.1.0-1.fc36.noarch               159/178 
13:40:54 #8 64.69   Upgrading        : yum-4.11.1-3.fc36.noarch                           160/178 
13:40:54 #8 64.70   Cleanup          : yum-4.10.0-2.fc36.noarch                           161/178 
13:40:54 #8 64.70   Running scriptlet: dnf-4.10.0-2.fc36.noarch                           162/178 
13:40:54 #8 64.71   Cleanup          : dnf-4.10.0-2.fc36.noarch                           162/178 
13:40:54 #8 64.71   Running scriptlet: dnf-4.10.0-2.fc36.noarch                           162/178 
13:40:54 #8 64.76   Cleanup          : python3-dnf-4.10.0-2.fc36.noarch                   163/178 
13:40:54 #8 64.79   Cleanup          : python3-rpm-4.17.0-9.fc36.x86_64                   164/178 
13:40:54 #8 64.79   Cleanup          : rpm-build-libs-4.17.0-9.fc36.x86_64                165/178 
13:40:54 #8 64.83   Cleanup          : elfutils-libs-0.186-1.fc36.x86_64                  166/178 
13:40:54 #8 64.84   Cleanup          : rpm-sign-libs-4.17.0-9.fc36.x86_64                 167/178 
13:40:54 #8 64.85   Cleanup          : elfutils-libelf-0.186-1.fc36.x86_64                168/178 
13:40:54 #8 64.88   Cleanup          : python3-hawkey-0.65.0-3.fc36.x86_64                169/178 
13:40:54 #9 46.38 Selecting previously unselected package libfreetype6:armhf.
13:40:54 #9 46.38 Preparing to unpack .../198-libfreetype6_2.11.1+dfsg-1build1_armhf.deb ...
13:40:54 #9 46.38 Unpacking libfreetype6:armhf (2.11.1+dfsg-1build1) ...
13:40:54 #9 46.43 Selecting previously unselected package libfontconfig1:armhf.
13:40:54 #9 46.43 Preparing to unpack .../199-libfontconfig1_2.13.1-4.2ubuntu5_armhf.deb ...
13:40:54 #9 46.44 Unpacking libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
13:40:54 #9 46.47 Selecting previously unselected package libjpeg-turbo8:armhf.
13:40:54 #9 46.47 Preparing to unpack .../200-libjpeg-turbo8_2.1.2-0ubuntu1_armhf.deb ...
13:40:54 #9 46.48 Unpacking libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
13:40:54 #9 46.51 Selecting previously unselected package libjpeg8:armhf.
13:40:54 #9 46.51 Preparing to unpack .../201-libjpeg8_8c-2ubuntu10_armhf.deb ...
13:40:54 #9 46.51 Unpacking libjpeg8:armhf (8c-2ubuntu10) ...
13:40:54 #9 46.55 Selecting previously unselected package libdeflate0:armhf.
13:40:54 #9 46.55 Preparing to unpack .../202-libdeflate0_1.10-2_armhf.deb ...
13:40:54 #9 46.56 Unpacking libdeflate0:armhf (1.10-2) ...
13:40:54 #9 46.59 Selecting previously unselected package libjbig0:armhf.
13:40:54 #9 46.59 Preparing to unpack .../203-libjbig0_2.1-3.1build3_armhf.deb ...
13:40:54 #9 46.60 Unpacking libjbig0:armhf (2.1-3.1build3) ...
13:40:54 #9 46.63 Selecting previously unselected package libwebp7:armhf.
13:40:54 #9 46.63 Preparing to unpack .../204-libwebp7_1.2.2-2_armhf.deb ...
13:40:54 #9 46.63 Unpacking libwebp7:armhf (1.2.2-2) ...
13:40:54 #9 46.67 Selecting previously unselected package libtiff5:armhf.
13:40:54 #9 46.67 Preparing to unpack .../205-libtiff5_4.3.0-6_armhf.deb ...
13:40:54 #9 46.67 Unpacking libtiff5:armhf (4.3.0-6) ...
13:40:54 #9 46.71 Selecting previously unselected package libxpm4:armhf.
13:40:54 #9 46.71 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1build2_armhf.deb ...
13:40:54 #9 46.72 Unpacking libxpm4:armhf (1:3.5.12-1build2) ...
13:40:54 #9 46.76 Selecting previously unselected package libgd3:armhf.
13:40:54 #9 53.44 Setting up libapt-pkg-perl (0.1.36build3) ...
13:40:54 #9 53.46 Setting up libksba8:armhf (1.3.5-2) ...
13:40:54 #9 53.47 Setting up libpipeline1:armhf (1.5.2-2build1) ...
13:40:54 #9 53.49 Setting up wdiff (1.2.2-2build1) ...
13:40:54 #9 53.50 Setting up libxau6:armhf (1:1.0.9-0ubuntu1) ...
13:40:54 #9 53.51 Setting up libkeyutils1:armhf (1.6-6ubuntu1) ...
13:40:54 #9 53.53 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ...
13:40:54 #9 53.54 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
13:40:54 #9 53.55 Setting up mime-support (3.64ubuntu1) ...
13:40:54 #9 53.59 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
13:40:54 #11 3.561 (22/97): lzo-2.10-4.fc34.x86_64.rpm             1.6 MB/s |  66 kB     00:00    
13:40:54 #11 3.565 (23/97): libtool-ltdl-devel-2.4.6-40.fc34.x86_6 3.2 MB/s | 153 kB     00:00    
13:40:54 #11 3.573 (24/97): m4-1.4.18-17.fc34.x86_64.rpm            13 MB/s | 212 kB     00:00    
13:40:54 #11 3.586 (25/97): make-4.3-5.fc34.x86_64.rpm              21 MB/s | 539 kB     00:00    
13:40:54 #11 3.594 (26/97): pcre2-devel-10.36-4.fc34.x86_64.rpm     16 MB/s | 477 kB     00:00    
13:40:54 #11 3.599 (27/97): pcre2-utf16-10.36-4.fc34.x86_64.rpm    8.4 MB/s | 213 kB     00:00    
13:40:54 #11 3.603 (28/97): pcre2-utf32-10.36-4.fc34.x86_64.rpm     12 MB/s | 203 kB     00:00    
13:40:54 #11 3.609 (29/97): perl-Error-0.17029-5.fc34.noarch.rpm   2.8 MB/s |  42 kB     00:00    
13:40:54 #11 3.615 (30/97): perl-TermReadKey-2.38-9.fc34.x86_64.rp 2.2 MB/s |  36 kB     00:00    
13:40:54 #11 3.619 (31/97): perl-Thread-Queue-3.14-458.fc34.noarch 1.3 MB/s |  22 kB     00:00    
13:40:54 #11 3.627 (32/97): perl-threads-2.25-458.fc34.x86_64.rpm  3.3 MB/s |  58 kB     00:00    
13:40:54 #11 3.630 (33/97): perl-threads-shared-1.61-458.fc34.x86_ 3.0 MB/s |  44 kB     00:00    
13:40:54 #11 3.638 (34/97): policycoreutils-3.2-1.fc34.x86_64.rpm   11 MB/s | 206 kB     00:00    
13:40:54 #11 3.644 (35/97): policycoreutils-devel-3.2-1.fc34.x86_6 8.3 MB/s | 140 kB     00:00    
13:40:54 #11 3.647 (36/97): policycoreutils-python-utils-3.2-1.fc3 4.1 MB/s |  71 kB     00:00    
13:40:54 #11 3.653 (37/97): python3-libselinux-3.2-1.fc34.x86_64.r  12 MB/s | 187 kB     00:00    
13:40:54 #11 3.659 (38/97): python3-libsemanage-3.2-1.fc34.x86_64. 5.6 MB/s |  83 kB     00:00    
13:40:54 #11 3.678 (39/97): python3-setools-4.4.0-1.fc34.x86_64.rp  22 MB/s | 554 kB     00:00    
13:40:54 #11 3.683 (40/97): rhash-1.4.0-3.fc34.x86_64.rpm          7.4 MB/s | 182 kB     00:00    
13:40:54 #11 3.693 (41/97): rpm-plugin-selinux-4.16.1.3-1.fc34.x86 1.5 MB/s |  22 kB     00:00    
13:40:54 #11 3.707 (42/97): python3-policycoreutils-3.2-1.fc34.noa  35 MB/s | 2.0 MB     00:00    
13:40:54 #8 48.32 Unpacking libref-util-xs-perl (0.117-1+b3) ...
13:40:54 #8 48.35 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:54 #8 48.35 Preparing to unpack .../296-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
13:40:54 #8 48.36 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
13:40:54 #8 48.39 Selecting previously unselected package libregexp-pattern-perl.
13:40:54 #8 48.39 Preparing to unpack .../297-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:40:54 #8 48.39 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:40:54 #8 48.43 Selecting previously unselected package libsasl2-modules:armhf.
13:40:54 #8 48.43 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
13:40:54 #8 48.43 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ...
13:40:54 #8 48.47 Selecting previously unselected package libsereal-decoder-perl.
13:40:54 #8 48.47 Preparing to unpack .../299-libsereal-decoder-perl_4.018+ds-1+b1_armhf.deb ...
13:40:54 #8 48.48 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
13:40:54 #8 48.52 Selecting previously unselected package libsereal-encoder-perl.
13:40:54 #8 48.52 Preparing to unpack .../300-libsereal-encoder-perl_4.018+ds-1+b1_armhf.deb ...
13:40:54 #8 48.52 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
13:40:54 #8 48.56 Selecting previously unselected package libtask-weaken-perl.
13:40:54 #8 67.87 Setting up libstring-copyright-perl (0.003006-1) ...
13:40:54 #9 52.32 Preparing to unpack .../256-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
13:40:54 #9 52.34 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
13:40:54 #9 52.37 Selecting previously unselected package libpackage-stash-perl.
13:40:54 #9 52.37 Preparing to unpack .../257-libpackage-stash-perl_0.39-1_all.deb ...
13:40:54 #9 52.37 Unpacking libpackage-stash-perl (0.39-1) ...
13:40:54 #9 52.40 Selecting previously unselected package libsub-identify-perl.
13:40:54 #9 52.41 Preparing to unpack .../258-libsub-identify-perl_0.14-1build4_armhf.deb ...
13:40:54 #9 52.41 Unpacking libsub-identify-perl (0.14-1build4) ...
13:40:54 #9 52.45 Selecting previously unselected package libsub-name-perl.
13:40:54 #9 52.45 Preparing to unpack .../259-libsub-name-perl_0.26-1build2_armhf.deb ...
13:40:54 #9 52.46 Unpacking libsub-name-perl (0.26-1build2) ...
13:40:54 #9 52.49 Selecting previously unselected package libnamespace-clean-perl.
13:40:54 #9 52.49 Preparing to unpack .../260-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:54 #9 52.49 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:54 #9 52.53 Selecting previously unselected package libpath-tiny-perl.
13:40:54 #9 52.53 Preparing to unpack .../261-libpath-tiny-perl_0.118-1_all.deb ...
13:40:54 #9 52.53 Unpacking libpath-tiny-perl (0.118-1) ...
13:40:54 #9 52.57 Selecting previously unselected package libtype-tiny-perl.
13:40:54 #9 52.57 Preparing to unpack .../262-libtype-tiny-perl_1.012002-1_all.deb ...
13:40:54 #9 52.58 Unpacking libtype-tiny-perl (1.012002-1) ...
13:40:54 #9 52.67 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:54 #9 52.67 Preparing to unpack .../263-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:40:54 #9 52.67 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:40:54 #13 14.50   Running scriptlet: selinux-policy-minimum-3.14.3-97.el8.noarch          38/70 
13:40:54 #13 21.99   Installing       : policycoreutils-devel-2.9-19.el8.x86_64              39/70 
13:40:54 #13 22.23   Installing       : selinux-policy-devel-3.14.3-97.el8.noarch            40/70 
13:40:54 #13 22.25   Running scriptlet: selinux-policy-devel-3.14.3-97.el8.noarch            40/70 
13:40:54 #13 22.33   Installing       : systemd-devel-239-58.el8.x86_64                      41/70 
13:40:54 #13 22.35   Installing       : libsepol-devel-2.9-3.el8.x86_64                      42/70 
13:40:54 #8 56.88 Building database of manual pages ...
13:40:54 #8 57.03 Setting up pinentry-curses (1.1.0-1) ...
13:40:54 #8 57.08 Setting up libkrb5-3:armhf (1.16-2ubuntu0.2) ...
13:40:54 #8 57.10 Setting up binutils (2.30-21ubuntu1~18.04.7) ...
13:40:54 #8 57.12 Setting up libkrb5-26-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:54 #11 19.98 Last metadata expiration check: 0:00:40 ago on Wed May  4 13:40:14 2022.
13:40:55 #11 0.926 Hit:1 http://archive.raspbian.org/raspbian buster InRelease
13:40:55 #11 1.052 Hit:2 http://archive.raspberrypi.org/debian buster InRelease
13:40:55 #8 55.12 invoke-rc.d: could not determine current runlevel
13:40:55 #8 55.13 invoke-rc.d: policy-rc.d denied execution of start.
13:40:55 #8 55.13 Setting up libedit2:armhf (3.1-20181209-1) ...
13:40:55 #8 55.14 Setting up libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ...
13:40:55 #8 55.16 Setting up cron (3.0pl1-134+deb10u1) ...
13:40:55 #8 55.24 Adding group `crontab' (GID 102) ...
13:40:55 #8 55.26 Done.
13:40:55 #8 55.28 invoke-rc.d: could not determine current runlevel
13:40:55 #8 55.28 invoke-rc.d: policy-rc.d denied execution of start.
13:40:55 #8 64.89   Cleanup          : dnf-data-4.10.0-2.fc36.noarch                      170/178 
13:40:55 #8 64.93   Cleanup          : python3-libdnf-0.65.0-3.fc36.x86_64                171/178 
13:40:55 #8 64.93   Cleanup          : libdnf-0.65.0-3.fc36.x86_64                        172/178 
13:40:55 #8 64.97   Cleanup          : rpm-4.17.0-9.fc36.x86_64                           173/178 
13:40:55 #8 65.01   Cleanup          : rpm-libs-4.17.0-9.fc36.x86_64                      174/178 
13:40:55 #8 65.03   Cleanup          : xz-libs-5.2.5-8.fc36.x86_64                        175/178 
13:40:55 #8 65.04   Cleanup          : glibc-2.35-2.fc36.x86_64                           176/178 
13:40:55 #8 65.08   Cleanup          : glibc-minimal-langpack-2.35-2.fc36.x86_64          177/178 
13:40:55 #8 65.08   Cleanup          : glibc-common-2.35-2.fc36.x86_64                    178/178 
13:40:55 #9 46.76 Preparing to unpack .../207-libgd3_2.3.0-2ubuntu2_armhf.deb ...
13:40:55 #9 46.77 Unpacking libgd3:armhf (2.3.0-2ubuntu2) ...
13:40:55 #9 46.80 Selecting previously unselected package libc-devtools.
13:40:55 #9 46.80 Preparing to unpack .../208-libc-devtools_2.35-0ubuntu3_armhf.deb ...
13:40:55 #9 46.80 Unpacking libc-devtools (2.35-0ubuntu3) ...
13:40:55 #9 46.83 Selecting previously unselected package libcapture-tiny-perl.
13:40:55 #9 46.83 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
13:40:55 #9 46.83 Unpacking libcapture-tiny-perl (0.48-1) ...
13:40:55 #9 46.87 Selecting previously unselected package libclass-data-inheritable-perl.
13:40:55 #9 46.87 Preparing to unpack .../210-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:40:55 #9 53.64 Setting up libmagic-mgc (1:5.38-4) ...
13:40:55 #9 53.65 Setting up libyaml-0-2:armhf (0.2.2-1) ...
13:40:55 #9 53.67 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
13:40:55 #9 53.68 No schema files found: doing nothing.
13:40:55 #9 53.69 Setting up distro-info-data (0.43ubuntu1.10) ...
13:40:55 #9 53.71 Setting up manpages (5.05-1) ...
13:40:55 #9 53.72 Setting up unzip (6.0-25ubuntu1) ...
13:40:55 #9 53.74 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
13:40:55 #9 53.76 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.2) ...
13:40:55 #9 53.77 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:40:55 #9 53.79 Setting up binutils-common:armhf (2.34-6ubuntu1.3) ...
13:40:55 #9 53.81 Setting up libnghttp2-14:armhf (1.40.0-1build1) ...
13:40:55 #9 53.83 Setting up libmagic1:armhf (1:5.38-4) ...
13:40:55 #9 53.85 Setting up less (551-1ubuntu0.1) ...
13:40:55 #9 53.87 Setting up perl-openssl-defaults:armhf (4) ...
13:40:55 #9 53.88 Setting up linux-libc-dev:armhf (5.4.0-109.123) ...
13:40:55 #9 53.89 Setting up libctf-nobfd0:armhf (2.34-6ubuntu1.3) ...
13:40:55 #9 53.90 Setting up gettext-base (0.19.8.1-10build1) ...
13:40:55 #9 53.91 Setting up libnpth0:armhf (1.6-1) ...
13:40:55 #11 3.856 (43/97): btrfs-progs-devel-5.16.2-1.fc34.x86_64 334 kB/s |  50 kB     00:00    
13:40:55 #11 3.877 (44/97): annobin-9.79-2.fc34.x86_64.rpm         689 kB/s | 133 kB     00:00    
13:40:55 #11 3.996 (45/97): btrfs-progs-5.16.2-1.fc34.x86_64.rpm   3.1 MB/s | 962 kB     00:00    
13:40:55 #11 4.036 (46/97): cmake-filesystem-3.20.5-1.fc34.x86_64. 409 kB/s |  16 kB     00:00    
13:40:55 #11 4.053 (47/97): cmake-data-3.20.5-1.fc34.noarch.rpm    8.8 MB/s | 1.5 MB     00:00    
13:40:55 #11 4.075 (48/97): cmake-rpm-macros-3.20.5-1.fc34.noarch. 406 kB/s |  16 kB     00:00    
13:40:55 #8 48.57 Preparing to unpack .../301-libtask-weaken-perl_1.06-1_all.deb ...
13:40:55 #8 48.57 Unpacking libtask-weaken-perl (1.06-1) ...
13:40:55 #8 48.60 Selecting previously unselected package libxml-parser-perl:armhf.
13:40:55 #8 48.60 Preparing to unpack .../302-libxml-parser-perl_2.46-2_armhf.deb ...
13:40:55 #8 48.61 Unpacking libxml-parser-perl:armhf (2.46-2) ...
13:40:55 #8 48.67 Selecting previously unselected package libsoap-lite-perl.
13:40:55 #8 48.67 Preparing to unpack .../303-libsoap-lite-perl_1.27-1_all.deb ...
13:40:55 #8 48.67 Unpacking libsoap-lite-perl (1.27-1) ...
13:40:55 #8 48.74 Selecting previously unselected package libsort-key-perl.
13:40:55 #8 48.75 Preparing to unpack .../304-libsort-key-perl_1.33-2+b3_armhf.deb ...
13:40:55 #8 48.75 Unpacking libsort-key-perl (1.33-2+b3) ...
13:40:55 + mkdir -p /root/build-deb/cli
13:40:55 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:40:55 #8 67.88 Setting up python3-debian (0.1.35) ...
13:40:55 #8 68.03 Setting up python3-requests (2.21.0-1) ...
13:40:55 #9 52.72 Selecting previously unselected package libhash-fieldhash-perl.
13:40:55 #9 52.72 Preparing to unpack .../264-libhash-fieldhash-perl_0.15-1build4_armhf.deb ...
13:40:55 #9 52.72 Unpacking libhash-fieldhash-perl (0.15-1build4) ...
13:40:55 #9 52.75 Selecting previously unselected package libhtml-form-perl.
13:40:55 #9 52.75 Preparing to unpack .../265-libhtml-form-perl_6.07-1_all.deb ...
13:40:55 #9 52.76 Unpacking libhtml-form-perl (6.07-1) ...
13:40:55 #9 52.79 Selecting previously unselected package libhtml-format-perl.
13:40:55 #9 52.79 Preparing to unpack .../266-libhtml-format-perl_2.12-1.1_all.deb ...
13:40:55 #9 52.79 Unpacking libhtml-format-perl (2.12-1.1) ...
13:40:55 #9 52.82 Selecting previously unselected package libhtml-html5-entities-perl.
13:40:55 #9 52.83 Preparing to unpack .../267-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:40:55 #9 52.83 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:40:55 #9 52.87 Selecting previously unselected package libhttp-daemon-perl.
13:40:55 #9 52.87 Preparing to unpack .../268-libhttp-daemon-perl_6.12-1_all.deb ...
13:40:55 #9 52.87 Unpacking libhttp-daemon-perl (6.12-1) ...
13:40:55 #9 52.90 Selecting previously unselected package libtypes-serialiser-perl.
13:40:55 #9 52.90 Preparing to unpack .../269-libtypes-serialiser-perl_1.01-1_all.deb ...
13:40:55 + STATUS=0
13:40:55 + '[' 0 -ne 0 ']'
13:40:55 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:40:55 + exit 0
13:40:55 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XvQ9Te
13:40:55 + umask 022
13:40:55 + cd /root/rpmbuild/BUILD
13:40:55 + cd src
13:40:55 + export DOCKER_GITCOMMIT=613b798
13:40:55 + DOCKER_GITCOMMIT=613b798
13:40:55 + mkdir -p /go/src/github.com/docker
13:40:55 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:40:55 + pushd /root/rpmbuild/BUILD/src/engine
13:40:55 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:40:55 + TMP_GOPATH=/go
13:40:55 + hack/dockerfile/install/install.sh tini
13:40:55 + RM_GOPATH=0
13:40:55 + TMP_GOPATH=/go
13:40:55 + : /usr/local/bin
13:40:55 + '[' -z /go ']'
13:40:55 + export GOPATH=/go
13:40:55 + GOPATH=/go
13:40:55 + case "$(go env GOARCH)" in
13:40:55 ++ go env GOARCH
13:40:55 + export GO_BUILDMODE=-buildmode=pie
13:40:55 + GO_BUILDMODE=-buildmode=pie
13:40:55 ++ dirname hack/dockerfile/install/install.sh
13:40:55 + dir=hack/dockerfile/install
13:40:55 + bin=tini
13:40:55 + shift
13:40:55 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:40:55 + . hack/dockerfile/install/tini.installer
13:40:55 ++ : v0.19.0
13:40:55 + install_tini
13:40:55 + echo 'Install tini version v0.19.0'
13:40:55 + git clone https://github.com/krallin/tini.git /go/tini
13:40:55 Install tini version v0.19.0
13:40:55 Cloning into '/go/tini'...
13:40:55 #12 7.877 Unpacking bash-completion (1:2.11-2ubuntu1) ...
13:40:55 #13 22.39   Installing       : libselinux-devel-2.9-5.el8.x86_64                    43/70 
13:40:55 #13 22.67   Installing       : kernel-headers-4.18.0-383.el8.x86_64                 44/70 
13:40:55 #13 22.72   Running scriptlet: glibc-headers-2.28-199.el8.x86_64                    45/70 
13:40:55 #13 22.81   Installing       : glibc-headers-2.28-199.el8.x86_64                    45/70 
13:40:55 #13 22.83   Installing       : libxcrypt-devel-4.1.1-6.el8.x86_64                   46/70 
13:40:55 #13 22.85   Installing       : glibc-devel-2.28-199.el8.x86_64                      47/70 
13:40:55 #8 57.13 Setting up libxcb1:armhf (1.13-2~ubuntu18.04) ...
13:40:55 #8 57.14 Setting up libheimntlm0-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:55 #8 57.16 Setting up gpg (2.2.4-1ubuntu1.4) ...
13:40:55 #8 57.18 Setting up libpython3-stdlib:armhf (3.6.7-1~18.04) ...
13:40:55 #8 57.19 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
13:40:55 #8 57.21 Setting up python3 (3.6.7-1~18.04) ...
13:40:55 #11 20.46 Package bash-5.1.0-2.fc34.aarch64 is already installed.
13:40:55 #11 20.48 Dependencies resolved.
13:40:55 #11 20.50 Nothing to do.
13:40:55 #8 55.40 Setting up libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u6) ...
13:40:55 #8 55.41 Setting up m4 (1.4.18-2) ...
13:40:55 #8 55.42 Setting up binutils (2.31.1-16) ...
13:40:55 #8 55.43 Setting up libpython2.7-stdlib:armhf (2.7.16-2+deb10u1) ...
13:40:55 #8 55.45 Setting up ca-certificates (20200601~deb10u2) ...
13:40:55 #8 65.12   Running scriptlet: rpm-4.17.0-10.fc36.x86_64                          178/178 
13:40:55 #9 46.87 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:40:55 #9 46.90 Selecting previously unselected package libclone-perl.
13:40:55 #9 46.90 Preparing to unpack .../211-libclone-perl_0.45-1build3_armhf.deb ...
13:40:55 #9 46.90 Unpacking libclone-perl (0.45-1build3) ...
13:40:55 #9 46.94 Selecting previously unselected package libcommon-sense-perl:armhf.
13:40:55 #9 46.94 Preparing to unpack .../212-libcommon-sense-perl_3.75-2build1_armhf.deb ...
13:40:55 #9 46.94 Unpacking libcommon-sense-perl:armhf (3.75-2build1) ...
13:40:55 #9 47.02 Selecting previously unselected package libconfig-tiny-perl.
13:40:55 #9 47.03 Preparing to unpack .../213-libconfig-tiny-perl_2.28-1_all.deb ...
13:40:55 #9 47.04 Unpacking libconfig-tiny-perl (2.28-1) ...
13:40:55 #9 47.07 Selecting previously unselected package libparams-util-perl.
13:40:55 #9 47.07 Preparing to unpack .../214-libparams-util-perl_1.102-1build3_armhf.deb ...
13:40:55 #9 47.08 Unpacking libparams-util-perl (1.102-1build3) ...
13:40:55 #9 47.11 Selecting previously unselected package libsub-install-perl.
13:40:55 #9 47.11 Preparing to unpack .../215-libsub-install-perl_0.928-1.1_all.deb ...
13:40:55 #9 47.11 Unpacking libsub-install-perl (0.928-1.1) ...
13:40:55 #9 47.14 Selecting previously unselected package libdata-optlist-perl.
13:40:55 #9 47.15 Preparing to unpack .../216-libdata-optlist-perl_0.112-1_all.deb ...
13:40:55 #9 47.15 Unpacking libdata-optlist-perl (0.112-1) ...
13:40:55 #9 47.18 Selecting previously unselected package libsub-exporter-perl.
13:40:55 #9 47.18 Preparing to unpack .../217-libsub-exporter-perl_0.988-1_all.deb ...
13:40:55 #9 47.18 Unpacking libsub-exporter-perl (0.988-1) ...
13:40:55 #9 47.21 Selecting previously unselected package libconst-fast-perl.
13:40:55 #9 47.22 Preparing to unpack .../218-libconst-fast-perl_0.014-1.1_all.deb ...
13:40:55 #9 47.22 Unpacking libconst-fast-perl (0.014-1.1) ...
13:40:55 #12 9.968 Setting up pkg-config (0.29.1-0ubuntu4) ...
13:40:55 #12 10.02 Setting up libudev-dev:amd64 (245.4-4ubuntu3.16) ...
13:40:55 #9 53.93 Setting up krb5-locales (1.17-6ubuntu4.1) ...
13:40:55 #9 53.94 Setting up file (1:5.38-4) ...
13:40:55 #9 53.95 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ...
13:40:55 #9 53.97 Setting up libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
13:40:55 #9 53.98 Setting up libcbor0.6:armhf (0.6.0-0ubuntu1) ...
13:40:55 #9 53.99 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
13:40:55 #9 54.01 Setting up libfakeroot:armhf (1.24-1) ...
13:40:55 #9 54.04 Setting up libkrb5support0:armhf (1.17-6ubuntu4.1) ...
13:40:55 #11 4.132 (49/97): cryptsetup-libs-2.3.7-1.fc34.x86_64.rp 8.3 MB/s | 478 kB     00:00    
13:40:55 #11 4.177 (50/97): dbus-broker-29-2.fc34.x86_64.rpm       3.8 MB/s | 172 kB     00:00    
13:40:55 #8 48.79 Selecting previously unselected package libstring-copyright-perl.
13:40:55 #8 48.79 Preparing to unpack .../305-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:55 #8 48.79 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:55 #8 48.82 Selecting previously unselected package libstring-escape-perl.
13:40:55 #8 48.82 Preparing to unpack .../306-libstring-escape-perl_2010.002-2_all.deb ...
13:40:55 #8 48.83 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:55 #8 48.88 Selecting previously unselected package libstring-shellquote-perl.
13:40:55 #8 48.88 Preparing to unpack .../307-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:55 #8 48.89 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:55 #8 48.92 Selecting previously unselected package libsys-cpuaffinity-perl:armhf.
13:40:55 #8 48.92 Preparing to unpack .../308-libsys-cpuaffinity-perl_1.13~03-1_armhf.deb ...
13:40:55 #8 48.93 Unpacking libsys-cpuaffinity-perl:armhf (1.13~03-1) ...
13:40:55 #8 48.96 Selecting previously unselected package libterm-readkey-perl.
13:40:55 #8 48.96 Preparing to unpack .../309-libterm-readkey-perl_2.38-1+b2_armhf.deb ...
13:40:55 #8 48.97 Unpacking libterm-readkey-perl (2.38-1+b2) ...
13:40:55 #8 49.00 Selecting previously unselected package libtext-levenshteinxs-perl.
13:40:55 #8 49.00 Preparing to unpack .../310-libtext-levenshteinxs-perl_0.03-4+b8_armhf.deb ...
13:40:55 + mkdir -p /root/build-deb/buildx
13:40:55 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:40:55 #9 52.91 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:40:55 #9 52.95 Selecting previously unselected package libjson-xs-perl.
13:40:55 #9 52.95 Preparing to unpack .../270-libjson-xs-perl_4.030-1build2_armhf.deb ...
13:40:55 #9 52.95 Unpacking libjson-xs-perl (4.030-1build2) ...
13:40:55 #9 52.98 Selecting previously unselected package libjson-maybexs-perl.
13:40:55 #9 52.98 Preparing to unpack .../271-libjson-maybexs-perl_1.004003-1_all.deb ...
13:40:55 #9 52.99 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:40:55 #9 53.01 Selecting previously unselected package libldap-common.
13:40:55 #9 53.02 Preparing to unpack .../272-libldap-common_2.5.6+dfsg-1~exp1ubuntu1_all.deb ...
13:40:55 #9 53.03 Unpacking libldap-common (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:55 #9 53.06 Selecting previously unselected package liblist-compare-perl.
13:40:55 #9 53.07 Preparing to unpack .../273-liblist-compare-perl_0.55-1_all.deb ...
13:40:55 #9 53.09 Unpacking liblist-compare-perl (0.55-1) ...
13:40:55 #9 53.12 Selecting previously unselected package liblist-someutils-perl.
13:40:55 + cd /go/tini
13:40:55 + git checkout -q v0.19.0
13:40:55 + cmake .
13:40:55 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:40:55   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:40:55   CMake.
13:40:55 
13:40:55   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:40:55   CMake that the project does not need compatibility with older versions.
13:40:55 
13:40:55 
13:40:55 -- The C compiler identification is GNU 8.5.0
13:40:55 -- Detecting C compiler ABI info
13:40:55 -- Detecting C compiler ABI info - done
13:40:55 -- Check for working C compiler: /usr/bin/cc - skipped
13:40:55 -- Detecting C compile features
13:40:55 -- Detecting C compile features - done
13:40:55 -- Performing Test HAS_BUILTIN_FORTIFY
13:40:55 #12 8.043 Selecting previously unselected package cmake-data.
13:40:55 #12 8.046 Preparing to unpack .../01-cmake-data_3.18.4-2ubuntu2_all.deb ...
13:40:55 #12 8.052 Unpacking cmake-data (3.18.4-2ubuntu2) ...
13:40:55 #8 68.18 Setting up libdata-optlist-perl (0.110-1) ...
13:40:55 #8 68.19 Setting up libipc-run-perl (20180523.0-1) ...
13:40:55 #8 68.20 Setting up git (1:2.20.1-2+deb10u3) ...
13:40:55 #8 68.24 Setting up libcontextual-return-perl (0.004014-2) ...
13:40:55 #8 68.25 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:55 #8 68.26 Setting up libtypes-serialiser-perl (1.0-1) ...
13:40:55 #8 68.28 Setting up g++ (4:8.3.0-1) ...
13:40:55 #8 68.31 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:55 #8 68.31 Setting up libhtml-parser-perl (3.72-3+b3) ...
13:40:55 #8 68.33 Setting up libgit-wrapper-perl (0.048-1) ...
13:40:55 #8 68.34 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:40:55 #8 68.40 Setting up librole-tiny-perl (2.000006-1) ...
13:40:55 #8 68.43 Setting up gnupg (2.2.12-1+deb10u1) ...
13:40:55 #8 68.44 Setting up build-essential (12.6) ...
13:40:55 #8 68.45 Setting up libfile-homedir-perl (1.004-1) ...
13:40:55 #8 68.46 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:40:55 #8 68.50 Setting up libio-socket-ssl-perl (2.060-3) ...
13:40:55 #8 57.62 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
13:40:55 #8 57.63 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
13:40:55 #8 57.64 Setting up python3-magic (2:0.4.15-1) ...
13:40:55 #11 20.50 Complete!
13:40:55 #11 DONE 20.6s
13:40:55 
13:40:55 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
13:40:55 #13 sha256:ea63296e9553bf6113bd8b1b075e2a980d9032a36c995a7be031b3f965982704
13:40:55 #11 DONE 11.6s
13:40:55 
13:40:55 #12 [stage-1 5/8] COPY sources/ /sources
13:40:55 #12 sha256:7ac7144a560a3084237434fa9a77387c03a9fdcbe5e2dbf911f2e1f34f1108e6
13:40:55 #9 47.25 Selecting previously unselected package libwant-perl.
13:40:55 #9 47.25 Preparing to unpack .../219-libwant-perl_0.29-1build7_armhf.deb ...
13:40:55 #9 47.25 Unpacking libwant-perl (0.29-1build7) ...
13:40:55 #9 47.29 Selecting previously unselected package libcontextual-return-perl.
13:40:55 #9 47.29 Preparing to unpack .../220-libcontextual-return-perl_0.004014-2_all.deb ...
13:40:55 #9 47.29 Unpacking libcontextual-return-perl (0.004014-2) ...
13:40:55 #9 47.33 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
13:40:55 #9 47.33 Preparing to unpack .../221-libcpanel-json-xs-perl_4.27-1build1_armhf.deb ...
13:40:55 #9 47.34 Unpacking libcpanel-json-xs-perl:armhf (4.27-1build1) ...
13:40:55 #9 47.37 Selecting previously unselected package libdevel-stacktrace-perl.
13:40:55 #9 47.37 Preparing to unpack .../222-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:40:55 #9 47.38 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:40:55 #9 47.40 Selecting previously unselected package libexception-class-perl.
13:40:55 #9 47.40 Preparing to unpack .../223-libexception-class-perl_1.45-1_all.deb ...
13:40:55 #9 47.41 Unpacking libexception-class-perl (1.45-1) ...
13:40:55 #9 47.44 Selecting previously unselected package libiterator-perl.
13:40:55 #9 47.45 Preparing to unpack .../224-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:40:55 #9 47.45 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:40:55 #9 47.48 Selecting previously unselected package libiterator-util-perl.
13:40:55 #9 47.48 Preparing to unpack .../225-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:40:55 #12 10.03 Setting up libpcre2-posix2:amd64 (10.34-7) ...
13:40:55 #12 10.05 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
13:40:55 #12 10.06 Setting up libbtrfs-dev:amd64 (5.4.1-2) ...
13:40:55 #12 10.08 Setting up librhash0:amd64 (1.3.9-1) ...
13:40:55 #12 10.09 Setting up cmake-data (3.16.3-1ubuntu1) ...
13:40:55 #12 10.12 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
13:40:55 #12 10.13 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.16) ...
13:40:55 #12 10.14 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
13:40:55 #12 10.15 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
13:40:55 #12 10.17 Setting up libpcre2-dev:amd64 (10.34-7) ...
13:40:55 #12 10.18 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
13:40:55 #12 10.19 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
13:40:55 #12 10.20 Setting up cmake (3.16.3-1ubuntu1) ...
13:40:55 #12 10.22 Setting up docker-ce-build-deps (1.0) ...
13:40:55 #12 10.23 Processing triggers for man-db (2.9.1-1) ...
13:40:55 #9 54.08 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:40:55 #9 54.09 Setting up tzdata (2022a-0ubuntu0.20.04) ...
13:40:55 #9 54.20 
13:40:55 #9 54.20 Current default time zone: 'Etc/UTC'
13:40:55 #9 54.20 Local time is now:      Wed May  4 13:40:55 UTC 2022.
13:40:55 #9 54.20 Universal Time is now:  Wed May  4 13:40:55 UTC 2022.
13:40:55 #9 54.20 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:40:55 #9 54.20 
13:40:55 #9 54.23 Setting up fakeroot (1.24-1) ...
13:40:55 #9 54.24 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:55 #9 54.24 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:55 #9 54.24 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:55 #9 54.24 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:55 #9 54.24 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:55 #9 54.24 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:55 #9 54.24 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:55 #9 54.24 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:55 #9 54.24 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:55 #9 54.25 Setting up autotools-dev (20180224.1) ...
13:40:55 #9 54.27 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:40:55 #9 54.28 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
13:40:55 #9 54.29 Setting up make (4.2.1-1.2) ...
13:40:55 #9 54.30 Setting up libmpfr6:armhf (4.0.2-1) ...
13:40:55 #9 54.32 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ...
13:40:55 #9 54.35 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
13:40:55 #9 54.37 Setting up libidn11:armhf (1.33-2.2ubuntu2) ...
13:40:55 #9 54.38 Setting up strace (5.5-3ubuntu1) ...
13:40:55 #11 4.608 (51/97): cpp-11.2.1-9.fc34.x86_64.rpm            18 MB/s |  10 MB     00:00    
13:40:55 #8 49.00 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
13:40:55 #8 49.04 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
13:40:55 #8 49.04 Preparing to unpack .../311-libtext-markdown-discount-perl_0.12-1+b1_armhf.deb ...
13:40:55 #8 49.04 Unpacking libtext-markdown-discount-perl:armhf (0.12-1+b1) ...
13:40:55 #8 49.07 Selecting previously unselected package libtext-xslate-perl.
13:40:55 #8 49.07 Preparing to unpack .../312-libtext-xslate-perl_3.5.8-1+b1_armhf.deb ...
13:40:55 #8 49.08 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
13:40:55 #8 49.14 Selecting previously unselected package libtime-duration-perl.
13:40:55 #8 49.14 Preparing to unpack .../313-libtime-duration-perl_1.21-1_all.deb ...
13:40:55 #8 49.14 Unpacking libtime-duration-perl (1.21-1) ...
13:40:55 #8 49.17 Selecting previously unselected package libtime-moment-perl.
13:40:55 #8 49.17 Preparing to unpack .../314-libtime-moment-perl_0.44-1+b3_armhf.deb ...
13:40:55 #8 49.18 Unpacking libtime-moment-perl (0.44-1+b3) ...
13:40:55 #8 49.22 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:55 #8 49.22 Preparing to unpack .../315-libtype-tiny-xs-perl_0.022-1_armhf.deb ...
13:40:55 #8 49.22 Unpacking libtype-tiny-xs-perl (0.022-1) ...
13:40:55 #8 49.26 Selecting previously unselected package libunicode-utf8-perl.
13:40:55 #8 49.26 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1+b2_armhf.deb ...
13:40:55 + mkdir -p /root/build-deb/compose
13:40:55 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:40:55 + mkdir -p /root/build-deb/scan-cli-plugin
13:40:55 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:40:55 + mkdir -p /go/src/github.com/docker
13:40:55 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:40:55 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:40:55 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:40:55 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:40:55 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:40:55 + EPOCH=5
13:40:55 + EPOCH_SEP=
13:40:55 + [[ ! -z 5 ]]
13:40:55 + EPOCH_SEP=:
13:40:55 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:40:55 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:40:55 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:40:55 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:40:55 + VERSION=0.0.0-20220503081348-bfa9b40
13:40:55 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:40:55 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:40:55 + debSource=docker-ce
13:40:55 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:40:55 + debMaintainer='Docker <support@docker.com>'
13:40:55 ++ date --rfc-2822
13:40:55 + debDate='Wed, 04 May 2022 13:40:55 +0000'
13:40:55 + cat
13:40:55 + export CLI_GITCOMMIT=bfa9b40
13:40:55 + CLI_GITCOMMIT=bfa9b40
13:40:55 + export ENGINE_GITCOMMIT=613b798
13:40:55 + ENGINE_GITCOMMIT=613b798
13:40:55 + export SCAN_GITCOMMIT=061fe0a
13:40:55 + SCAN_GITCOMMIT=061fe0a
13:40:55 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:40:55 + dpkg-buildpackage -uc -us -I.git
13:40:55 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:40:55 #9 53.13 Preparing to unpack .../274-liblist-someutils-perl_0.58-1_all.deb ...
13:40:55 #9 53.13 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:55 #9 53.16 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:55 #9 53.16 Preparing to unpack .../275-liblist-someutils-xs-perl_0.58-2build2_armhf.deb ...
13:40:55 #9 53.17 Unpacking liblist-someutils-xs-perl (0.58-2build2) ...
13:40:55 #9 53.20 Selecting previously unselected package liblist-utilsby-perl.
13:40:55 #9 53.20 Preparing to unpack .../276-liblist-utilsby-perl_0.11-1_all.deb ...
13:40:55 #9 53.21 Unpacking liblist-utilsby-perl (0.11-1) ...
13:40:55 #9 53.24 Selecting previously unselected package libltdl7:armhf.
13:40:55 #9 53.24 Preparing to unpack .../277-libltdl7_2.4.6-15_armhf.deb ...
13:40:55 #9 53.25 Unpacking libltdl7:armhf (2.4.6-15) ...
13:40:55 #9 53.28 Selecting previously unselected package libltdl-dev:armhf.
13:40:55 #9 53.28 Preparing to unpack .../278-libltdl-dev_2.4.6-15_armhf.deb ...
13:40:55 #9 53.28 Unpacking libltdl-dev:armhf (2.4.6-15) ...
13:40:55 #9 53.34 Selecting previously unselected package liblzo2-2:armhf.
13:40:55 #9 53.34 Preparing to unpack .../279-liblzo2-2_2.10-2build1_armhf.deb ...
13:40:55 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:40:55 -- Configuring done
13:40:55 -- Generating done
13:40:55 -- Build files have been written to: /go/tini
13:40:55 + make tini-static
13:40:55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:40:55 #12 8.388 Selecting previously unselected package libarchive13:arm64.
13:40:55 #12 8.392 Preparing to unpack .../02-libarchive13_3.4.3-2ubuntu0.2_arm64.deb ...
13:40:55 #12 8.399 Unpacking libarchive13:arm64 (3.4.3-2ubuntu0.2) ...
13:40:55 #12 8.437 Selecting previously unselected package libjsoncpp24:arm64.
13:40:55 #12 8.440 Preparing to unpack .../03-libjsoncpp24_1.9.4-4build1_arm64.deb ...
13:40:55 #12 8.444 Unpacking libjsoncpp24:arm64 (1.9.4-4build1) ...
13:40:55 #12 8.478 Selecting previously unselected package librhash0:arm64.
13:40:55 #8 68.51 Setting up libsub-exporter-perl (0.987-1) ...
13:40:55 #8 68.52 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:55 #8 68.53 Setting up libhttp-message-perl (6.18-1) ...
13:40:55 #8 68.54 Setting up libhtml-form-perl (6.03-1) ...
13:40:55 #8 68.56 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
13:40:55 #8 68.57 Setting up libjson-xs-perl (3.040-1+b1) ...
13:40:55 #8 68.59 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:55 #8 68.60 Setting up libio-prompter-perl (0.004015-1) ...
13:40:55 #8 68.61 Setting up libhttp-cookies-perl (6.04-1) ...
13:40:55 #8 68.62 Setting up po-debconf (1.0.21) ...
13:40:55 #8 68.64 Setting up libhtml-tree-perl (5.07-2) ...
13:40:55 #8 68.65 Setting up libparams-classify-perl (0.015-1+b1) ...
13:40:55 #8 68.67 Setting up libcgi-pm-perl (4.40-1) ...
13:40:55 #8 68.68 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:40:55 #8 68.69 Setting up libnet-dns-sec-perl (1.11-1) ...
13:40:55 #8 68.70 Setting up libsereal-perl (4.005-1) ...
13:40:55 #8 57.84 Setting up python3-idna (2.6-1) ...
13:40:55 #8 55.88 Updating certificates in /etc/ssl/certs...
13:40:55 #9 47.49 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:40:55 #9 47.52 Selecting previously unselected package libexporter-tiny-perl.
13:40:55 #9 47.53 Preparing to unpack .../226-libexporter-tiny-perl_1.002002-1_all.deb ...
13:40:55 #9 47.53 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:40:55 #9 47.56 Selecting previously unselected package liblist-moreutils-xs-perl.
13:40:55 #9 47.57 Preparing to unpack .../227-liblist-moreutils-xs-perl_0.430-2build2_armhf.deb ...
13:40:55 #9 47.57 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
13:40:55 #9 47.62 Selecting previously unselected package liblist-moreutils-perl.
13:40:55 #9 47.62 Preparing to unpack .../228-liblist-moreutils-perl_0.430-2_all.deb ...
13:40:55 #9 47.62 Unpacking liblist-moreutils-perl (0.430-2) ...
13:40:55 #9 47.66 Selecting previously unselected package libdata-dpath-perl.
13:40:55 #9 47.66 Preparing to unpack .../229-libdata-dpath-perl_0.58-1_all.deb ...
13:40:55 #9 47.66 Unpacking libdata-dpath-perl (0.58-1) ...
13:40:55 #9 47.71 Selecting previously unselected package libdata-dump-perl.
13:40:55 #9 47.71 Preparing to unpack .../230-libdata-dump-perl_1.25-1_all.deb ...
13:40:55 #9 47.71 Unpacking libdata-dump-perl (1.25-1) ...
13:40:55 #12 10.25 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
13:40:55 #12 DONE 10.5s
13:40:55 
13:40:55 #13 [stage-1 6/9] COPY sources/ /sources
13:40:55 #13 sha256:1a5afa6a896f0e7ed24e8b6e252f23f983974aab6f1c1f5444496fce94f2efcf
13:40:55 #9 54.40 Setting up libsigsegv2:armhf (2.12-2) ...
13:40:55 #9 54.41 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
13:40:55 #9 54.43 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:55 #9 54.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:40:55 #9 54.43 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:40:55 #9 54.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:40:55 #9 54.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:40:55 #9 54.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:40:55 #9 54.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:40:55 #9 54.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:40:55 #9 54.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:40:55 #9 54.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:40:55 #9 54.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:40:55 #9 54.44 Setting up t1utils (1.41-3) ...
13:40:55 #9 54.45 Setting up diffstat (1.63-1) ...
13:40:55 #9 54.47 Setting up libmpc3:armhf (1.1.0-1) ...
13:40:55 #9 54.48 Setting up libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
13:40:55 #9 54.49 Setting up patch (2.7.6-6) ...
13:40:55 #9 54.51 Setting up autopoint (0.19.8.1-10build1) ...
13:40:55 #9 54.52 Setting up libfl2:armhf (2.6.4-6.2) ...
13:40:55 #9 54.53 Setting up ucf (3.0038+nmu1) ...
13:40:55 #8 47.50 Setting up perl (5.32.1-4+deb11u2) ...
13:40:55 #8 47.52 Setting up libio-html-perl (1.004-2) ...
13:40:55 #8 47.53 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
13:40:55 #8 47.54 Setting up gcc-10 (10.2.1-6+rpi1) ...
13:40:55 #8 47.56 Setting up libdpkg-perl (1.20.9+rpi1) ...
13:40:55 #8 47.57 Setting up autoconf (2.69-14) ...
13:40:55 #8 47.58 Setting up libtimedate-perl (2.3300-2) ...
13:40:55 #8 47.63 Setting up libsub-override-perl (0.09-2) ...
13:40:55 #8 47.65 Setting up libstrictures-perl (2.000006-1) ...
13:40:55 #8 47.67 Setting up libsub-quote-perl (2.006006-1) ...
13:40:55 #8 47.68 Setting up libfile-dirlist-perl (0.05-2) ...
13:40:55 #8 47.69 Setting up liburi-perl (5.08-1) ...
13:40:55 #8 47.70 Setting up libfile-touch-perl (0.11-1) ...
13:40:55 #8 47.71 Setting up libnet-ssleay-perl (1.88-3+b1) ...
13:40:55 #8 47.72 Setting up automake (1:1.16.3-2) ...
13:40:55 #8 47.73 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:40:55 #8 47.73 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:40:55 #8 47.73 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:40:55 #8 47.74 Setting up libhttp-date-perl (6.05-1) ...
13:40:55 #8 47.76 Setting up libfile-which-perl (1.23-1) ...
13:40:55 #8 47.78 Setting up libfile-listing-perl (6.14-1) ...
13:40:55 #8 47.79 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:40:55 #8 47.81 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:40:55 #8 47.82 Setting up libio-pty-perl (1:1.15-2) ...
13:40:55 #8 47.83 Setting up libtool (2.4.6-15) ...
13:40:55 #8 47.84 Setting up libarchive-zip-perl (1.68-1) ...
13:40:55 #8 47.86 Setting up libhtml-tagset-perl (3.20-4) ...
13:40:55 #8 47.87 Setting up libdebhelper-perl (13.3.4) ...
13:40:55 #8 47.88 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:40:55 #8 47.90 Setting up libtry-tiny-perl (0.30-1) ...
13:40:55 #8 47.91 Setting up libnet-http-perl (6.20-1) ...
13:40:55 #8 47.92 Setting up libencode-locale-perl (1.05-1.1) ...
13:40:55 #8 47.96 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
13:40:55 #8 47.97 Setting up gcc (4:10.2.1-1+rpi1) ...
13:40:55 #8 48.00 Setting up dpkg-dev (1.20.9+rpi1) ...
13:40:55 #8 48.02 Setting up intltool-debian (0.35.0+20060710.5) ...
13:40:55 #11 4.650 (52/97): git-2.34.1-1.fc34.x86_64.rpm           1.6 MB/s |  67 kB     00:00    
13:40:55 #8 49.26 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
13:40:55 #8 49.30 Selecting previously unselected package libxdelta2.
13:40:55 #8 49.30 Preparing to unpack .../317-libxdelta2_1.1.3-9.3_armhf.deb ...
13:40:55 #8 49.31 Unpacking libxdelta2 (1.1.3-9.3) ...
13:40:55 #8 49.35 Selecting previously unselected package libxext6:armhf.
13:40:55 #8 49.35 Preparing to unpack .../318-libxext6_2%3a1.3.3-1.1_armhf.deb ...
13:40:55 #8 49.36 Unpacking libxext6:armhf (2:1.3.3-1.1) ...
13:40:55 #8 49.40 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:55 #8 49.40 Preparing to unpack .../319-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:40:55 #8 49.40 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:40:55 #8 49.44 Selecting previously unselected package libxml-sax-base-perl.
13:40:55 #8 49.44 Preparing to unpack .../320-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:40:55 #8 49.45 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:40:55 #8 49.49 Selecting previously unselected package libxml-sax-perl.
13:40:55 #8 49.49 Preparing to unpack .../321-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:40:55 #8 49.49 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:40:55 dpkg-buildpackage: info: source package docker-ce
13:40:55 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy
13:40:55 dpkg-buildpackage: info: source distribution jammy
13:40:55 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:40:55  dpkg-source -I.git --before-build .
13:40:55 dpkg-buildpackage: info: host architecture amd64
13:40:55 #9 53.35 Unpacking liblzo2-2:armhf (2.10-2build1) ...
13:40:55 #9 53.38 Selecting previously unselected package libsys-hostname-long-perl.
13:40:55 #9 53.38 Preparing to unpack .../280-libsys-hostname-long-perl_1.5-2_all.deb ...
13:40:55 #9 53.38 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:40:55 #9 53.42 Selecting previously unselected package libmail-sendmail-perl.
13:40:55 #9 53.42 Preparing to unpack .../281-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:40:55 #9 53.42 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:40:55 #9 53.46 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:55 #9 53.46 Preparing to unpack .../282-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:55 #9 53.46 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:55 #9 53.49 Selecting previously unselected package libmailtools-perl.
13:40:55 #9 53.49 Preparing to unpack .../283-libmailtools-perl_2.21-1_all.deb ...
13:40:55 #9 53.50 Unpacking libmailtools-perl (2.21-1) ...
13:40:55 #9 53.55 Selecting previously unselected package libmarkdown2:armhf.
13:40:55 #9 53.55 Preparing to unpack .../284-libmarkdown2_2.2.6-1ubuntu2_armhf.deb ...
13:40:55 #9 53.55 Unpacking libmarkdown2:armhf (2.2.6-1ubuntu2) ...
13:40:55 #9 53.58 Selecting previously unselected package libmoox-aliases-perl.
13:40:55 #9 53.58 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:40:55 #9 53.59 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:40:55 #9 53.61 Selecting previously unselected package libnamespace-autoclean-perl.
13:40:55 #9 53.61 Preparing to unpack .../286-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:40:55 #9 53.62 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:40:55 #9 53.65 Selecting previously unselected package libobject-id-perl.
13:40:55 #9 53.65 Preparing to unpack .../287-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
13:40:55 #9 53.65 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:40:55 #9 53.68 Selecting previously unselected package libmoox-struct-perl.
13:40:55 #9 53.68 Preparing to unpack .../288-libmoox-struct-perl_0.020-1_all.deb ...
13:40:55 #12 8.481 Preparing to unpack .../04-librhash0_1.4.1-2build1_arm64.deb ...
13:40:55 #12 8.485 Unpacking librhash0:arm64 (1.4.1-2build1) ...
13:40:55 #12 8.518 Selecting previously unselected package libuv1:arm64.
13:40:55 #12 8.522 Preparing to unpack .../05-libuv1_1.40.0-2ubuntu1_arm64.deb ...
13:40:55 #12 8.525 Unpacking libuv1:arm64 (1.40.0-2ubuntu1) ...
13:40:55 #12 8.553 Selecting previously unselected package cmake.
13:40:55 #12 8.557 Preparing to unpack .../06-cmake_3.18.4-2ubuntu2_arm64.deb ...
13:40:55 #12 8.561 Unpacking cmake (3.18.4-2ubuntu2) ...
13:40:55 #12 8.668 Selecting previously unselected package dh-apparmor.
13:40:55 #12 8.671 Preparing to unpack .../07-dh-apparmor_3.0.3-0ubuntu1_all.deb ...
13:40:55 #12 8.674 Unpacking dh-apparmor (3.0.3-0ubuntu1) ...
13:40:55 #12 8.708 Selecting previously unselected package libbtrfs0:arm64.
13:40:55 #12 8.711 Preparing to unpack .../08-libbtrfs0_5.10.1-2build1_arm64.deb ...
13:40:55 #12 8.715 Unpacking libbtrfs0:arm64 (5.10.1-2build1) ...
13:40:56 #12 8.742 Selecting previously unselected package libbtrfs-dev:arm64.
13:40:56 [100%] Linking C executable tini-static
13:40:56 [100%] Built target tini-static
13:40:56 + mkdir -p /usr/local/bin
13:40:56 + cp tini-static /usr/local/bin/docker-init
13:40:56 + VERSION=0.0.0-20220503081348-bfa9b40
13:40:56 + PRODUCT=docker
13:40:56 + hack/make.sh dynbinary
13:40:56 
13:40:56 #8 68.72 Setting up libhtml-format-perl (2.12-1) ...
13:40:56 #8 68.73 Setting up libxml-sax-perl (1.00+dfsg-1) ...
13:40:56 #8 68.79 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:40:56 #8 68.85 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:56 #8 68.97 
13:40:56 #8 68.97 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:56 #8 58.05 Setting up python3-xdg (0.25-4ubuntu1.1) ...
13:40:56 #8 56.36 137 added, 0 removed; done.
13:40:56 #12 DONE 0.4s
13:40:56 
13:40:56 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:40:56 #14 sha256:f1ef28415fce1db1e93c2c6fd270939e9708b082a7d0d7ac4cca3498e0647d54
13:40:56 #9 47.75 Selecting previously unselected package libdata-messagepack-perl.
13:40:56 #9 47.75 Preparing to unpack .../231-libdata-messagepack-perl_1.01-2build1_armhf.deb ...
13:40:56 #9 47.75 Unpacking libdata-messagepack-perl (1.01-2build1) ...
13:40:56 #9 47.79 Selecting previously unselected package libnet-domain-tld-perl.
13:40:56 #9 47.79 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:40:56 #9 47.80 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:40:56 #9 47.83 Selecting previously unselected package libdata-validate-domain-perl.
13:40:56 #9 47.83 Preparing to unpack .../233-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:40:56 #9 47.84 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:40:56 #9 47.86 Selecting previously unselected package libnet-ipv6addr-perl.
13:40:56 #9 47.87 Preparing to unpack .../234-libnet-ipv6addr-perl_1.02-1_all.deb ...
13:40:56 #9 47.88 Unpacking libnet-ipv6addr-perl (1.02-1) ...
13:40:56 #9 47.91 Selecting previously unselected package libnet-netmask-perl.
13:40:56 #9 47.91 Preparing to unpack .../235-libnet-netmask-perl_2.0001-1_all.deb ...
13:40:56 #9 47.92 Unpacking libnet-netmask-perl (2.0001-1) ...
13:40:56 #9 47.95 Selecting previously unselected package libnetaddr-ip-perl.
13:40:56 #9 47.95 Preparing to unpack .../236-libnetaddr-ip-perl_4.079+dfsg-1build7_armhf.deb ...
13:40:56 #9 47.96 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
13:40:56 #13 DONE 0.3s
13:40:56 
13:40:56 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:40:56 #15 sha256:88d9ab2abfaa5dab59ae3d55c60be53650c16dfdfdc2c09b676a8234f7640a88
13:40:56 #9 54.63 Setting up libk5crypto3:armhf (1.17-6ubuntu4.1) ...
13:40:56 #9 54.65 Setting up libltdl7:armhf (2.4.6-14) ...
13:40:56 #9 54.66 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:40:56 #9 54.67 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:56 #9 54.68 Setting up libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
13:40:56 #9 54.70 Setting up python-apt-common (2.0.0ubuntu0.20.04.7) ...
13:40:56 #9 54.71 Setting up libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
13:40:56 #9 54.72 Setting up libuchardet0:armhf (0.0.6-3build1) ...
13:40:56 #9 54.73 Setting up libre2-5:armhf (20200101+dfsg-1build1) ...
13:40:56 #9 54.74 Setting up git-man (1:2.25.1-1ubuntu3.4) ...
13:40:56 #9 54.76 Setting up libisl22:armhf (0.22.1-1) ...
13:40:56 #9 54.77 Setting up netbase (6.1) ...
13:40:56 #9 54.80 Setting up libkrb5-3:armhf (1.17-6ubuntu4.1) ...
13:40:56 #9 54.82 Setting up libmpdec2:armhf (2.4.2-3) ...
13:40:56 #9 54.83 Setting up libbinutils:armhf (2.34-6ubuntu1.3) ...
13:40:56 #9 54.85 Setting up libfido2-1:armhf (1.3.1-1ubuntu2) ...
13:40:56 #8 48.03 Setting up liberror-perl (0.17029-1) ...
13:40:56 #8 48.05 Setting up dh-autoreconf (20) ...
13:40:56 #8 48.06 Setting up patchutils (0.4.2-1) ...
13:40:56 #8 48.08 Setting up libipc-run-perl (20200505.0-1) ...
13:40:56 #8 48.09 Setting up git (1:2.30.2-1) ...
13:40:56 #8 48.12 Setting up libwww-robotrules-perl (6.02-1) ...
13:40:56 #8 48.14 Setting up libhtml-parser-perl (3.75-1+b1) ...
13:40:56 #8 48.15 Setting up librole-tiny-perl (2.002004-1) ...
13:40:56 #8 48.16 Setting up libfile-homedir-perl (1.006-1) ...
13:40:56 #8 48.18 Setting up libio-socket-ssl-perl (2.069-1) ...
13:40:56 #8 48.19 Setting up libhttp-message-perl (6.28-1) ...
13:40:56 #8 48.20 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
13:40:56 #8 48.22 Setting up libhttp-negotiate-perl (6.01-1) ...
13:40:56 #8 48.24 Setting up libhttp-cookies-perl (6.10-1) ...
13:40:56 #11 5.012 (53/97): git-core-2.34.1-1.fc34.x86_64.rpm       11 MB/s | 3.8 MB     00:00    
13:40:56 #8 49.54 Selecting previously unselected package libxml-libxml-perl.
13:40:56 #8 49.54 Preparing to unpack .../322-libxml-libxml-perl_2.0134+dfsg-2+b1_armhf.deb ...
13:40:56 #8 49.55 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:40:56 #8 49.71 Selecting previously unselected package libxml-sax-expat-perl.
13:40:56 #8 49.71 Preparing to unpack .../323-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:56 #8 49.72 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:56 #8 49.75 Selecting previously unselected package libxmlrpc-lite-perl.
13:40:56 #8 49.75 Preparing to unpack .../324-libxmlrpc-lite-perl_0.717-4_all.deb ...
13:40:56 #8 49.75 Unpacking libxmlrpc-lite-perl (0.717-4) ...
13:40:56  debian/rules clean
13:40:56 dh clean --with=bash-completion
13:40:56    dh_clean
13:40:56 #9 53.68 Unpacking libmoox-struct-perl (0.020-1) ...
13:40:56 #9 53.72 Selecting previously unselected package libmouse-perl.
13:40:56 #9 53.72 Preparing to unpack .../289-libmouse-perl_2.5.10-1build2_armhf.deb ...
13:40:56 #9 53.72 Unpacking libmouse-perl (2.5.10-1build2) ...
13:40:56 #9 53.78 Selecting previously unselected package libnumber-range-perl.
13:40:56 #9 53.78 Preparing to unpack .../290-libnumber-range-perl_0.12-1.1_all.deb ...
13:40:56 #9 53.78 Unpacking libnumber-range-perl (0.12-1.1) ...
13:40:56 #9 53.81 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:56 #9 53.81 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build4_armhf.deb ...
13:40:56 #9 53.82 Unpacking libpackage-stash-xs-perl (0.29-1build4) ...
13:40:56 #9 53.85 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:56 #9 53.85 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:40:56 #9 53.85 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:40:56 #9 53.88 Selecting previously unselected package libperlio-gzip-perl.
13:40:56 #9 53.88 Preparing to unpack .../293-libperlio-gzip-perl_0.19-1build7_armhf.deb ...
13:40:56 #9 53.89 Unpacking libperlio-gzip-perl (0.19-1build7) ...
13:40:56 #9 53.92 Selecting previously unselected package libpod-parser-perl.
13:40:56 #9 53.92 Preparing to unpack .../294-libpod-parser-perl_1.63-2_all.deb ...
13:40:56 #12 8.745 Preparing to unpack .../09-libbtrfs-dev_5.10.1-2build1_arm64.deb ...
13:40:56 #12 8.749 Unpacking libbtrfs-dev:arm64 (5.10.1-2build1) ...
13:40:56 #12 8.789 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:40:56 #12 8.792 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu3_arm64.deb ...
13:40:56 #12 8.796 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu3) ...
13:40:56 #12 8.833 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:40:56 #12 8.837 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu3_arm64.deb ...
13:40:56 #12 8.841 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu3) ...
13:40:56 #12 8.870 Selecting previously unselected package libudev-dev:arm64.
13:40:56 #12 8.874 Preparing to unpack .../12-libudev-dev_248.3-1ubuntu8.5_arm64.deb ...
13:40:56 #12 8.877 Unpacking libudev-dev:arm64 (248.3-1ubuntu8.5) ...
13:40:56 #12 8.909 Selecting previously unselected package libsepol1-dev:arm64.
13:40:56 #12 8.912 Preparing to unpack .../13-libsepol1-dev_3.1-1ubuntu2.1_arm64.deb ...
13:40:56 #12 8.916 Unpacking libsepol1-dev:arm64 (3.1-1ubuntu2.1) ...
13:40:56 #12 8.963 Selecting previously unselected package libpcre2-16-0:arm64.
13:40:56 #12 8.966 Preparing to unpack .../14-libpcre2-16-0_10.37-0ubuntu2_arm64.deb ...
13:40:56 #12 8.970 Unpacking libpcre2-16-0:arm64 (10.37-0ubuntu2) ...
13:40:56 #12 9.007 Selecting previously unselected package libpcre2-32-0:arm64.
13:40:56 Removing bundles/
13:40:56 
13:40:56 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:40:56 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:40:56 GOOS="" GOARCH="" GOARM=""
13:40:56 #8 69.00 Setting up dput (1.0.3) ...
13:40:56 #8 69.15 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:40:56 #8 69.16 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:56 #8 69.18 Setting up libmailtools-perl (2.18-1) ...
13:40:56 #8 69.18 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
13:40:56 #8 69.20 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
13:40:56 #8 69.24 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:40:56 #8 58.28 Setting up python3-six (1.11.0-2) ...
13:40:56 #8 56.39 Setting up libunbound8:armhf (1.9.0-2+deb10u2) ...
13:40:56 #8 56.40 Setting up shared-mime-info (1.10-1) ...
13:40:56 #9 48.00 Selecting previously unselected package libdata-validate-ip-perl.
13:40:56 #9 48.00 Preparing to unpack .../237-libdata-validate-ip-perl_0.30-1_all.deb ...
13:40:56 #9 48.01 Unpacking libdata-validate-ip-perl (0.30-1) ...
13:40:56 #9 48.04 Selecting previously unselected package libdata-validate-uri-perl.
13:40:56 #9 48.04 Preparing to unpack .../238-libdata-validate-uri-perl_0.07-2_all.deb ...
13:40:56 #9 48.05 Unpacking libdata-validate-uri-perl (0.07-2) ...
13:40:56 #9 48.09 Selecting previously unselected package libdistro-info-perl.
13:40:56 #9 48.09 Preparing to unpack .../239-libdistro-info-perl_1.1build1_all.deb ...
13:40:56 #9 48.09 Unpacking libdistro-info-perl (1.1build1) ...
13:40:56 #9 48.20 Selecting previously unselected package libemail-address-xs-perl.
13:40:56 #9 48.20 Preparing to unpack .../240-libemail-address-xs-perl_1.04-1build6_armhf.deb ...
13:40:56 #9 48.20 Unpacking libemail-address-xs-perl (1.04-1build6) ...
13:40:56 #9 48.24 Selecting previously unselected package libipc-system-simple-perl.
13:40:56 #9 48.24 Preparing to unpack .../241-libipc-system-simple-perl_1.30-1_all.deb ...
13:40:56 #9 48.24 Unpacking libipc-system-simple-perl (1.30-1) ...
13:40:56 #9 48.28 Selecting previously unselected package libfile-basedir-perl.
13:40:56 #9 48.28 Preparing to unpack .../242-libfile-basedir-perl_0.09-1_all.deb ...
13:40:56 #11 1.142 Reading package lists...
13:40:56 #11 6.014 Running transaction check
13:40:56 #11 6.115 Transaction check succeeded.
13:40:56 #11 6.116 Running transaction test
13:40:56 #9 54.86 Setting up libc-dev-bin (2.31-0ubuntu9.7) ...
13:40:56 #9 54.90 Setting up openssl (1.1.1f-1ubuntu2.12) ...
13:40:56 #9 54.92 Setting up libbsd0:armhf (0.10.0-1) ...
13:40:56 #9 54.94 Setting up libelf1:armhf (0.176-1.1build1) ...
13:40:56 #9 54.95 Setting up readline-common (8.0-4) ...
13:40:56 #9 54.98 Setting up publicsuffix (20200303.0012-1) ...
13:40:56 #9 54.99 Setting up libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
13:40:56 #9 55.01 Setting up iso-codes (4.4-1) ...
13:40:56 #9 55.02 Setting up liblocale-gettext-perl (1.07-4) ...
13:40:56 #9 55.04 Setting up dctrl-tools (2.24-3) ...
13:40:56 #9 55.06 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:56 #9 55.07 Setting up libgdbm6:armhf (1.18.1-5) ...
13:40:56 #8 48.25 Setting up po-debconf (1.0.21+nmu1) ...
13:40:56 #8 48.27 Setting up libhtml-tree-perl (5.07-2) ...
13:40:56 #8 48.29 Setting up libparams-classify-perl (0.015-1+b3) ...
13:40:56 #8 48.30 Setting up libmodule-runtime-perl (0.016-1) ...
13:40:56 #8 48.31 Setting up dh-strip-nondeterminism (1.12.0-1) ...
13:40:56 #8 48.33 Setting up libimport-into-perl (1.002005-1) ...
13:40:56 #8 48.34 Setting up libmoo-perl (2.004004-1) ...
13:40:56 #8 48.35 Setting up debhelper (13.3.4) ...
13:40:56 #8 48.37 Setting up equivs (2.3.1) ...
13:40:56 #8 48.38 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:40:56 #8 48.40 Setting up libwww-perl (6.52-1) ...
13:40:56 #8 48.41 Setting up devscripts (2.21.3+deb11u1) ...
13:40:56 #14 DONE 2.6s
13:40:56 
13:40:56 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:40:56 #15 sha256:370b01639ead55a780f3b60e6c055bd968aec613f9fac3d55543e3976ae04b03
13:40:56 #15 DONE 0.0s
13:40:56 
13:40:56 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:40:56 #16 sha256:08a774c60d15690686ff189ebd6a26602de940b4a3c9e261d8ad4d649dab8951
13:40:56 #16 DONE 0.0s
13:40:56 
13:40:56 #17 exporting to image
13:40:56 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:56 #17 exporting layers
13:40:56 #11 5.154 (54/97): cmake-3.20.5-1.fc34.x86_64.rpm         5.0 MB/s | 6.5 MB     00:01    
13:40:56 #11 5.285 (55/97): git-core-doc-2.34.1-1.fc34.noarch.rpm  8.7 MB/s | 2.4 MB     00:00    
13:40:56 #8 49.79 Selecting previously unselected package libxmuu1:armhf.
13:40:56 #8 49.79 Preparing to unpack .../325-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ...
13:40:56 #8 49.80 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ...
13:40:56 #8 49.83 Selecting previously unselected package libyaml-0-2:armhf.
13:40:56 #8 49.83 Preparing to unpack .../326-libyaml-0-2_0.2.2-1_armhf.deb ...
13:40:56 #8 49.84 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
13:40:56 #8 49.87 Selecting previously unselected package libyaml-libyaml-perl.
13:40:56 #8 49.87 Preparing to unpack .../327-libyaml-libyaml-perl_0.82+repack-1+b1_armhf.deb ...
13:40:56 #8 49.88 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
13:40:56 #8 49.91 Selecting previously unselected package licensecheck.
13:40:56 #8 49.91 Preparing to unpack .../328-licensecheck_3.1.1-2_all.deb ...
13:40:56 #8 49.92 Unpacking licensecheck (3.1.1-2) ...
13:40:56 #8 49.95 Selecting previously unselected package lzip.
13:40:56 #8 49.96 Preparing to unpack .../329-lzip_1.22-3_armhf.deb ...
13:40:56 #8 49.96 Unpacking lzip (1.22-3) ...
13:40:56 #8 49.99 Selecting previously unselected package lzop.
13:40:56 #8 50.00 Preparing to unpack .../330-lzop_1.04-2_armhf.deb ...
13:40:56 #8 50.00 Unpacking lzop (1.04-2) ...
13:40:56  dpkg-source -I.git -b .
13:40:56 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:40:56 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:40:56 dpkg-source: warning: native package version may not have a revision
13:40:56 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:40:56 dpkg-source: info: using source format '1.0'
13:40:56 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz
13:40:56 #9 53.93 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:40:56 #9 53.94 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:40:56 #9 53.95 Unpacking libpod-parser-perl (1.63-2) ...
13:40:56 #9 53.99 Selecting previously unselected package libpod-constants-perl.
13:40:56 #9 53.99 Preparing to unpack .../295-libpod-constants-perl_0.19-2_all.deb ...
13:40:56 #9 53.99 Unpacking libpod-constants-perl (0.19-2) ...
13:40:56 #9 54.02 Selecting previously unselected package libproc-processtable-perl.
13:40:56 #9 54.02 Preparing to unpack .../296-libproc-processtable-perl_0.59-2build2_armhf.deb ...
13:40:56 #9 54.03 Unpacking libproc-processtable-perl (0.59-2build2) ...
13:40:56 #9 54.06 Selecting previously unselected package libre2-9:armhf.
13:40:56 #9 54.06 Preparing to unpack .../297-libre2-9_20210801+dfsg-1_armhf.deb ...
13:40:56 #9 54.07 Unpacking libre2-9:armhf (20210801+dfsg-1) ...
13:40:56 #9 54.10 Selecting previously unselected package libre-engine-re2-perl:armhf.
13:40:56 #9 54.10 Preparing to unpack .../298-libre-engine-re2-perl_0.14-1build1_armhf.deb ...
13:40:56 #9 54.10 Unpacking libre-engine-re2-perl:armhf (0.14-1build1) ...
13:40:56 #9 54.13 Selecting previously unselected package libreadonly-perl.
13:40:56 #9 54.13 Preparing to unpack .../299-libreadonly-perl_2.050-3_all.deb ...
13:40:56 #12 9.011 Preparing to unpack .../15-libpcre2-32-0_10.37-0ubuntu2_arm64.deb ...
13:40:56 #12 9.014 Unpacking libpcre2-32-0:arm64 (10.37-0ubuntu2) ...
13:40:56 #12 9.054 Selecting previously unselected package libpcre2-posix3:arm64.
13:40:56 #12 9.058 Preparing to unpack .../16-libpcre2-posix3_10.37-0ubuntu2_arm64.deb ...
13:40:56 #12 9.061 Unpacking libpcre2-posix3:arm64 (10.37-0ubuntu2) ...
13:40:56 #12 9.089 Selecting previously unselected package libpcre2-dev:arm64.
13:40:56 #12 9.092 Preparing to unpack .../17-libpcre2-dev_10.37-0ubuntu2_arm64.deb ...
13:40:56 #12 9.096 Unpacking libpcre2-dev:arm64 (10.37-0ubuntu2) ...
13:40:56 #12 9.156 Selecting previously unselected package libselinux1-dev:arm64.
13:40:56 #12 9.160 Preparing to unpack .../18-libselinux1-dev_3.1-3build2_arm64.deb ...
13:40:56 #12 9.169 Unpacking libselinux1-dev:arm64 (3.1-3build2) ...
13:40:56 #12 9.224 Selecting previously unselected package libdevmapper-dev:arm64.
13:40:56 #12 9.227 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2.1ubuntu3_arm64.deb ...
13:40:56 #12 9.230 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu3) ...
13:40:56 #12 9.261 Selecting previously unselected package libseccomp-dev:arm64.
13:40:56 #8 69.30 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:40:56 #8 69.37 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:56 #8 69.50 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:56 #8 58.44 Setting up libx11-6:armhf (2:1.6.4-3ubuntu0.4) ...
13:40:56 #8 58.46 Setting up gpg-agent (2.2.4-1ubuntu1.4) ...
13:40:56 #8 58.48 Setting up python3-certifi (2018.1.18-2) ...
13:40:56 #8 58.64 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
13:40:56 #8 58.67 Setting up gpg-wks-server (2.2.4-1ubuntu1.4) ...
13:40:56 #8 58.68 Setting up python3-pkg-resources (39.0.1-2) ...
13:40:56 #9 48.28 Unpacking libfile-basedir-perl (0.09-1) ...
13:40:56 #9 48.31 Selecting previously unselected package libfile-chdir-perl.
13:40:56 #9 48.31 Preparing to unpack .../243-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:40:56 #9 48.32 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:40:56 #9 48.35 Selecting previously unselected package libfile-fcntllock-perl.
13:40:56 #9 48.35 Preparing to unpack .../244-libfile-fcntllock-perl_0.22-3build7_armhf.deb ...
13:40:56 #9 48.36 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
13:40:56 #9 48.40 Selecting previously unselected package libnumber-compare-perl.
13:40:56 #9 48.40 Preparing to unpack .../245-libnumber-compare-perl_0.03-2_all.deb ...
13:40:56 #9 48.41 Unpacking libnumber-compare-perl (0.03-2) ...
13:40:56 #9 48.45 Selecting previously unselected package libtext-glob-perl.
13:40:56 #9 48.45 Preparing to unpack .../246-libtext-glob-perl_0.11-2_all.deb ...
13:40:56 #9 48.45 Unpacking libtext-glob-perl (0.11-2) ...
13:40:56 #9 48.49 Selecting previously unselected package libfile-find-rule-perl.
13:40:56 #9 48.49 Preparing to unpack .../247-libfile-find-rule-perl_0.34-1_all.deb ...
13:40:56 #9 48.49 Unpacking libfile-find-rule-perl (0.34-1) ...
13:40:56 #9 48.53 Selecting previously unselected package libfont-afm-perl.
13:40:56 #9 48.53 Preparing to unpack .../248-libfont-afm-perl_1.20-3_all.deb ...
13:40:56 #11 2.835 dh_testdir
13:40:56 #11 2.857 dh_testroot
13:40:56 #11 2.877 dh_prep
13:40:56 #11 2.901 dh_testdir
13:40:56 #11 2.922 dh_testroot
13:40:56 #8 48.61 Processing triggers for libc-bin (2.31-13+rpi1+deb11u2) ...
13:40:56 #11 5.376 (56/97): glibc-headers-x86-2.33-21.fc34.noarch. 4.5 MB/s | 413 kB     00:00    
13:40:56 #11 5.396 (57/97): glibc-devel-2.33-21.fc34.x86_64.rpm    108 kB/s |  26 kB     00:00    
13:40:56 #11 5.447 (58/97): iptables-legacy-libs-1.8.7-8.fc34.x86_ 790 kB/s |  40 kB     00:00    
13:40:56 #11 5.512 (59/97): jsoncpp-1.9.4-5.fc34.x86_64.rpm        1.4 MB/s |  93 kB     00:00    
13:40:56 #11 5.640 (60/97): glibc-static-2.33-21.fc34.x86_64.rpm   6.4 MB/s | 1.7 MB     00:00    
13:40:56 #9 55.09 Setting up gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:40:56 #9 55.11 Setting up libctf0:armhf (2.34-6ubuntu1.3) ...
13:40:56 #9 55.12 Setting up pinentry-curses (1.1.0-3build1) ...
13:40:56 #9 55.14 Setting up manpages-dev (5.05-1) ...
13:40:56 #9 55.15 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
13:40:56 #9 55.16 Setting up libxcb1:armhf (1.14-2) ...
13:40:56 #9 55.18 Setting up at (3.1.23-1ubuntu1) ...
13:40:56 #9 55.33 invoke-rc.d: could not determine current runlevel
13:40:56 #9 55.33 invoke-rc.d: policy-rc.d denied execution of start.
13:40:56 #9 55.34 Setting up libicu66:armhf (66.1-2ubuntu2.1) ...
13:40:56 #8 50.04 Selecting previously unselected package t1utils.
13:40:56 #8 50.04 Preparing to unpack .../331-t1utils_1.41-4_armhf.deb ...
13:40:56 #8 50.04 Unpacking t1utils (1.41-4) ...
13:40:56 #8 50.08 Selecting previously unselected package unzip.
13:40:56 #8 50.08 Preparing to unpack .../332-unzip_6.0-26_armhf.deb ...
13:40:56 #8 50.09 Unpacking unzip (6.0-26) ...
13:40:56 #8 50.15 Selecting previously unselected package lintian.
13:40:56 #8 50.16 Preparing to unpack .../333-lintian_2.104.0_all.deb ...
13:40:56 #8 50.16 Unpacking lintian (2.104.0) ...
13:40:56 #9 54.14 Unpacking libreadonly-perl (2.050-3) ...
13:40:56 #9 54.17 Selecting previously unselected package libref-util-perl.
13:40:56 #9 54.17 Preparing to unpack .../300-libref-util-perl_0.204-1_all.deb ...
13:40:56 #9 54.17 Unpacking libref-util-perl (0.204-1) ...
13:40:56 #9 54.20 Selecting previously unselected package libref-util-xs-perl.
13:40:56 #9 54.20 Preparing to unpack .../301-libref-util-xs-perl_0.117-1build3_armhf.deb ...
13:40:56 #9 54.20 Unpacking libref-util-xs-perl (0.117-1build3) ...
13:40:56 #9 54.24 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:56 #9 54.24 Preparing to unpack .../302-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
13:40:56 #9 54.24 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
13:40:56 #9 54.28 Selecting previously unselected package libregexp-pattern-perl.
13:40:56 #9 54.28 Preparing to unpack .../303-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:40:56 #9 54.28 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:40:56 #9 54.32 Selecting previously unselected package libsasl2-modules:armhf.
13:40:56 #9 54.32 Preparing to unpack .../304-libsasl2-modules_2.1.27+dfsg-2.1ubuntu0.1_armhf.deb ...
13:40:56 #9 54.32 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:56 #9 54.35 Selecting previously unselected package libsereal-decoder-perl.
13:40:56 #9 54.35 Preparing to unpack .../305-libsereal-decoder-perl_4.018+ds-1build1_armhf.deb ...
13:40:56 #12 9.264 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1_arm64.deb ...
13:40:56 #12 9.268 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1) ...
13:40:56 #12 9.313 Selecting previously unselected package libsystemd-dev:arm64.
13:40:56 #12 9.316 Preparing to unpack .../21-libsystemd-dev_248.3-1ubuntu8.5_arm64.deb ...
13:40:56 #12 9.320 Unpacking libsystemd-dev:arm64 (248.3-1ubuntu8.5) ...
13:40:56 #12 9.443 Selecting previously unselected package libglib2.0-0:arm64.
13:40:56 #12 9.447 Preparing to unpack .../22-libglib2.0-0_2.68.4-1ubuntu1_arm64.deb ...
13:40:56 #12 9.452 Unpacking libglib2.0-0:arm64 (2.68.4-1ubuntu1) ...
13:40:56 #12 9.515 Selecting previously unselected package pkg-config.
13:40:56 #8 69.53 Setting up libconst-fast-perl (0.014-1) ...
13:40:56 #8 69.54 Setting up libhttp-daemon-perl (6.01-3) ...
13:40:56 #8 69.56 Setting up libmodule-implementation-perl (0.09-1) ...
13:40:56 #8 69.57 Setting up libemail-valid-perl (1.202-1) ...
13:40:56 #8 69.58 Setting up libcgi-fast-perl (1:2.13-1) ...
13:40:56 #8 69.60 Setting up libpackage-stash-perl (0.38-1) ...
13:40:56 #8 69.61 Setting up libimport-into-perl (1.002005-1) ...
13:40:56 #8 69.62 Setting up libmoo-perl (2.003004-2) ...
13:40:56 #8 69.63 Setting up libmime-tools-perl (5.509-1) ...
13:40:56 #8 69.65 Setting up libxml-simple-perl (2.25-1) ...
13:40:56 #8 69.66 Setting up libparams-validate-perl (1.29-1+b1) ...
13:40:56 #8 69.67 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:40:56 #8 69.68 Setting up lintian (2.15.0) ...
13:40:56 #8 69.70 Setting up libnamespace-clean-perl (0.27-1) ...
13:40:56 #8 69.71 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
13:40:56 #8 58.90 Setting up lsb-release (9.20170808ubuntu1) ...
13:40:56 #8 58.91 Setting up libxmuu1:armhf (2:1.1.2-2) ...
13:40:56 #8 58.93 Setting up libgpgme11:armhf (1.10.0-1ubuntu2) ...
13:40:56 #8 58.94 Setting up libgssapi-krb5-2:armhf (1.16-2ubuntu0.2) ...
13:40:56 #8 58.96 Setting up perl (5.26.1-6ubuntu0.5) ...
13:40:56 #9 48.54 Unpacking libfont-afm-perl (1.20-3) ...
13:40:56 #9 48.58 Selecting previously unselected package libio-string-perl.
13:40:56 #9 48.58 Preparing to unpack .../249-libio-string-perl_1.08-3.1_all.deb ...
13:40:56 #9 48.58 Unpacking libio-string-perl (1.08-3.1) ...
13:40:56 #9 48.61 Selecting previously unselected package libfont-ttf-perl.
13:40:56 #9 48.61 Preparing to unpack .../250-libfont-ttf-perl_1.06-1.1_all.deb ...
13:40:56 #9 48.62 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:40:56 #9 48.70 Selecting previously unselected package libsort-versions-perl.
13:40:56 #9 48.71 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
13:40:56 #9 48.71 Unpacking libsort-versions-perl (1.62-1) ...
13:40:56 #9 48.74 Selecting previously unselected package libgit-wrapper-perl.
13:40:56 #9 48.74 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
13:40:56 #9 48.75 Unpacking libgit-wrapper-perl (0.048-1) ...
13:40:56 #9 48.78 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:40:56 #9 48.78 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:40:56 #11 2.947 dh_install
13:40:56 #11 2.968 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
13:40:56 #11 2.977 dh_installdocs
13:40:56 #11 2.998 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
13:40:56 #11 3.013 dh_installchangelogs
13:40:56 #11 3.093 dh_compress
13:40:56 #11 3.119 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
13:40:56 #11 3.131 dh_fixperms
13:40:56 #11 3.178 dh_installdeb
13:40:56 #11 5.690 (61/97): kmod-libs-29-2.fc34.x86_64.rpm         1.2 MB/s |  63 kB     00:00    
13:40:56 #11 5.748 (62/97): libbpf-0.4.0-1.fc34.x86_64.rpm         2.2 MB/s | 129 kB     00:00    
13:40:56 #11 5.793 (63/97): libbtrfs-5.16.2-1.fc34.x86_64.rpm      627 kB/s |  28 kB     00:00    
13:40:56 #9 55.35 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:56 #9 55.36 Setting up libedit2:armhf (3.1-20191231-1) ...
13:40:56 #9 55.37 Setting up libreadline8:armhf (8.0-4) ...
13:40:56 #9 55.39 Setting up m4 (1.4.18-4) ...
13:40:56 #9 55.51 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:56 #9 55.52 Setting up ca-certificates (20210119~20.04.2) ...
13:40:57 #8 50.52 Selecting previously unselected package lsb-release.
13:40:57 #8 50.52 Preparing to unpack .../334-lsb-release_11.1.0_all.deb ...
13:40:57 #8 50.52 Unpacking lsb-release (11.1.0) ...
13:40:57 #9 54.36 Unpacking libsereal-decoder-perl (4.018+ds-1build1) ...
13:40:57 #9 54.40 Selecting previously unselected package libsereal-encoder-perl.
13:40:57 #9 54.40 Preparing to unpack .../306-libsereal-encoder-perl_4.018+ds-1build1_armhf.deb ...
13:40:57 #9 54.41 Unpacking libsereal-encoder-perl (4.018+ds-1build1) ...
13:40:57 #9 54.45 Selecting previously unselected package libsort-key-perl.
13:40:57 #9 54.45 Preparing to unpack .../307-libsort-key-perl_1.33-2build4_armhf.deb ...
13:40:57 #9 54.45 Unpacking libsort-key-perl (1.33-2build4) ...
13:40:57 #9 54.48 Selecting previously unselected package libstring-copyright-perl.
13:40:57 #9 54.49 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
13:40:57 #9 54.49 Unpacking libstring-copyright-perl (0.003006-1) ...
13:40:57 #9 54.52 Selecting previously unselected package libstring-escape-perl.
13:40:57 #9 54.53 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
13:40:57 #9 54.53 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:57 #9 54.56 Selecting previously unselected package libstring-shellquote-perl.
13:40:57 #9 54.56 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:57 #9 54.56 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:57 #9 54.60 Selecting previously unselected package libterm-readkey-perl.
13:40:57 #9 54.60 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build2_armhf.deb ...
13:40:57 #9 54.60 Unpacking libterm-readkey-perl (2.38-1build2) ...
13:40:57 #9 54.63 Selecting previously unselected package libtext-levenshteinxs-perl.
13:40:57 #9 54.63 Preparing to unpack .../312-libtext-levenshteinxs-perl_0.03-4build9_armhf.deb ...
13:40:57 #9 54.64 Unpacking libtext-levenshteinxs-perl (0.03-4build9) ...
13:40:57 #9 54.66 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
13:40:57 #9 54.67 Preparing to unpack .../313-libtext-markdown-discount-perl_0.12-1build2_armhf.deb ...
13:40:57 #9 54.67 Unpacking libtext-markdown-discount-perl:armhf (0.12-1build2) ...
13:40:57 #12 9.518 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu1_arm64.deb ...
13:40:57 #12 9.522 Unpacking pkg-config (0.29.2-1ubuntu1) ...
13:40:57 #12 9.614 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1) ...
13:40:57 #12 9.625 Setting up libarchive13:arm64 (3.4.3-2ubuntu0.2) ...
13:40:57 #12 9.636 Setting up libglib2.0-0:arm64 (2.68.4-1ubuntu1) ...
13:40:57 #12 9.650 No schema files found: doing nothing.
13:40:57 #12 9.657 Setting up libsepol1-dev:arm64 (3.1-1ubuntu2.1) ...
13:40:57 #12 9.670 Setting up libpcre2-16-0:arm64 (10.37-0ubuntu2) ...
13:40:57 #12 9.681 Setting up libbtrfs0:arm64 (5.10.1-2build1) ...
13:40:57 #12 9.693 Setting up libpcre2-32-0:arm64 (10.37-0ubuntu2) ...
13:40:57 #12 9.704 Setting up libuv1:arm64 (1.40.0-2ubuntu1) ...
13:40:57 #12 9.715 Setting up bash-completion (1:2.11-2ubuntu1) ...
13:40:57 #8 69.73 Setting up licensecheck (3.0.31-3) ...
13:40:57 #8 69.74 Setting up libgitlab-api-v4-perl (0.16-1) ...
13:40:57 #8 69.75 Setting up liblwp-protocol-https-perl (6.07-2) ...
13:40:57 #8 69.76 Setting up libwww-perl (6.36-2) ...
13:40:57 #8 69.78 Setting up debhelper (12.1.1) ...
13:40:57 #8 69.79 Setting up dh-autoreconf (19) ...
13:40:57 #8 69.80 Setting up devscripts (2.19.5+deb10u1) ...
13:40:57 #8 69.96 Setting up dh-strip-nondeterminism (1.1.2-1) ...
13:40:57 #8 69.97 Setting up equivs (2.2.0) ...
13:40:57 #8 69.99 Setting up libxml-parser-perl (2.44-4) ...
13:40:57 #8 70.00 Setting up libxml-sax-expat-perl (0.51-1) ...
13:40:57 #8 70.04 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:40:57 #8 70.09 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:40:57 #8 59.00 Setting up libfile-chdir-perl (0.1008-1) ...
13:40:57 #8 59.01 Setting up libsys-hostname-long-perl (1.5-1) ...
13:40:57 #8 59.02 Setting up libfile-fcntllock-perl (0.22-3build2) ...
13:40:57 #8 59.03 Setting up libtext-glob-perl (0.10-1) ...
13:40:57 #8 59.04 Setting up intltool-debian (0.35.0+20060710.4) ...
13:40:57 #8 59.06 Setting up libxml-sax-base-perl (1.09-1) ...
13:40:57 #8 59.07 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
13:40:57 #8 59.08 Setting up libstrictures-perl (2.000003-1) ...
13:40:57 #8 59.09 Setting up liblwp-mediatypes-perl (6.02-1) ...
13:40:57 #8 59.11 Setting up libmail-sendmail-perl (0.80-1) ...
13:40:57 #8 59.12 Setting up libsocket6-perl (0.27-1build2) ...
13:40:57 #8 59.13 Setting up patchutils (0.3.4-2) ...
13:40:57 #8 59.15 Setting up python3-chardet (3.0.4-1) ...
13:40:57 #13 22.87   Running scriptlet: glibc-devel-2.28-199.el8.x86_64                      47/70 
13:40:57 #13 24.55   Installing       : gcc-8.5.0-13.el8.x86_64                              48/70 
13:40:57 #13 24.57   Running scriptlet: gcc-8.5.0-13.el8.x86_64                              48/70 
13:40:57 #9 48.79 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:40:57 #9 48.82 Selecting previously unselected package libio-prompter-perl.
13:40:57 #9 48.83 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
13:40:57 #9 48.83 Unpacking libio-prompter-perl (0.004015-1) ...
13:40:57 #9 48.89 Selecting previously unselected package libjson-perl.
13:40:57 #9 48.89 Preparing to unpack .../255-libjson-perl_4.04000-1_all.deb ...
13:40:57 #9 48.89 Unpacking libjson-perl (4.04000-1) ...
13:40:57 #9 48.93 Selecting previously unselected package liblog-any-perl.
13:40:57 #9 48.93 Preparing to unpack .../256-liblog-any-perl_1.710-1_all.deb ...
13:40:57 #9 48.94 Unpacking liblog-any-perl (1.710-1) ...
13:40:57 #9 48.97 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:40:57 #9 48.97 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
13:40:57 #9 48.97 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
13:40:57 #9 49.03 Selecting previously unselected package libpackage-stash-perl.
13:40:57 #9 49.03 Preparing to unpack .../258-libpackage-stash-perl_0.39-1_all.deb ...
13:40:57 #11 3.212 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
13:40:57 #11 3.214 dh_gencontrol
13:40:57 #11 3.336 dh_md5sums
13:40:57 #11 3.368 dh_builddeb
13:40:57 #11 3.392 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:40:57 #11 3.415 
13:40:57 #11 3.415 The package has been created.
13:40:57 #11 3.415 Attention, the package has been created in the current directory,
13:40:57 #11 3.415 not in ".." as indicated by the message above!
13:40:57 #11 3.437 Selecting previously unselected package docker-ce-build-deps.
13:40:57 #11 6.010 (64/97): gcc-11.2.1-9.fc34.x86_64.rpm            17 MB/s |  32 MB     00:01    
13:40:57 #11 6.013 (65/97): libbtrfsutil-5.16.2-1.fc34.x86_64.rpm  147 kB/s |  32 kB     00:00    
13:40:57 #11 6.055 (66/97): libedit-3.1-38.20210714cvs.fc34.x86_64 2.3 MB/s | 104 kB     00:00    
13:40:57 #11 6.106 (67/97): kernel-headers-5.17.4-100.fc34.x86_64. 2.2 MB/s | 1.3 MB     00:00    
13:40:57 #11 6.114 (68/97): libpcap-1.10.1-1.fc34.x86_64.rpm       2.9 MB/s | 171 kB     00:00    
13:40:57 #9 55.86 Updating certificates in /etc/ssl/certs...
13:40:57 #8 50.57 Selecting previously unselected package manpages-dev.
13:40:57 #8 50.57 Preparing to unpack .../335-manpages-dev_5.10-1_all.deb ...
13:40:57 #8 50.58 Unpacking manpages-dev (5.10-1) ...
13:40:57 #9 54.71 Selecting previously unselected package libtext-xslate-perl.
13:40:57 #9 54.71 Preparing to unpack .../314-libtext-xslate-perl_3.5.8-1build2_armhf.deb ...
13:40:57 #9 54.71 Unpacking libtext-xslate-perl (3.5.8-1build2) ...
13:40:57 #9 54.77 Selecting previously unselected package libtime-duration-perl.
13:40:57 #9 54.77 Preparing to unpack .../315-libtime-duration-perl_1.21-1_all.deb ...
13:40:57 #9 54.77 Unpacking libtime-duration-perl (1.21-1) ...
13:40:57 #9 54.80 Selecting previously unselected package libtime-moment-perl.
13:40:57 #9 54.80 Preparing to unpack .../316-libtime-moment-perl_0.44-1build4_armhf.deb ...
13:40:57 #9 54.81 Unpacking libtime-moment-perl (0.44-1build4) ...
13:40:57 #9 54.84 Selecting previously unselected package libtype-tiny-xs-perl.
13:40:57 #9 54.84 Preparing to unpack .../317-libtype-tiny-xs-perl_0.022-1_armhf.deb ...
13:40:57 #9 54.85 Unpacking libtype-tiny-xs-perl (0.022-1) ...
13:40:57 #9 54.88 Selecting previously unselected package libunicode-utf8-perl.
13:40:57 #9 54.88 Preparing to unpack .../318-libunicode-utf8-perl_0.62-1build2_armhf.deb ...
13:40:57 #9 54.88 Unpacking libunicode-utf8-perl (0.62-1build2) ...
13:40:57 #9 54.91 Selecting previously unselected package libxml-namespacesupport-perl.
13:40:57 #9 54.91 Preparing to unpack .../319-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:40:57 #8 70.22 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:40:57 #8 70.25 Setting up libsoap-lite-perl (1.27-1) ...
13:40:57 #8 70.27 Setting up libxmlrpc-lite-perl (0.717-2) ...
13:40:57 #8 70.28 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:40:57 #8 70.32 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:40:57 #8 70.32 Updating certificates in /etc/ssl/certs...
13:40:57 #8 59.39 Setting up liburi-perl (1.73-1) ...
13:40:57 #8 59.41 Setting up libdata-dump-perl (1.23-1) ...
13:40:57 #8 59.42 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
13:40:57 #8 59.44 Setting up libio-string-perl (1.08-3) ...
13:40:57 #8 59.45 Setting up libalgorithm-diff-perl (1.19.03-1) ...
13:40:57 #8 59.46 Setting up libclone-perl (0.39-1) ...
13:40:57 #8 59.49 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
13:40:57 #8 59.51 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
13:40:57 #11 7.306 Transaction test succeeded.
13:40:57 #13 24.61   Installing       : libxcrypt-static-4.1.1-6.el8.x86_64                  49/70 
13:40:57 #13 25.00   Installing       : glibc-static-2.28-199.el8.x86_64                     50/70 
13:40:57 #9 49.04 Unpacking libpackage-stash-perl (0.39-1) ...
13:40:57 #9 49.07 Selecting previously unselected package libsub-identify-perl.
13:40:57 #9 49.07 Preparing to unpack .../259-libsub-identify-perl_0.14-1build5_armhf.deb ...
13:40:57 #9 49.07 Unpacking libsub-identify-perl (0.14-1build5) ...
13:40:57 #9 49.11 Selecting previously unselected package libsub-name-perl.
13:40:57 #9 49.11 Preparing to unpack .../260-libsub-name-perl_0.26-1build3_armhf.deb ...
13:40:57 #9 49.11 Unpacking libsub-name-perl (0.26-1build3) ...
13:40:57 #9 49.14 Selecting previously unselected package libnamespace-clean-perl.
13:40:57 #9 49.14 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
13:40:57 #9 49.15 Unpacking libnamespace-clean-perl (0.27-1) ...
13:40:57 #9 49.17 Selecting previously unselected package libpath-tiny-perl.
13:40:57 #9 49.17 Preparing to unpack .../262-libpath-tiny-perl_0.122-1_all.deb ...
13:40:57 #9 49.18 Unpacking libpath-tiny-perl (0.122-1) ...
13:40:57 #9 49.21 Selecting previously unselected package libstrictures-perl.
13:40:57 #9 49.21 Preparing to unpack .../263-libstrictures-perl_2.000006-1_all.deb ...
13:40:57 #9 49.22 Unpacking libstrictures-perl (2.000006-1) ...
13:40:57 #9 49.24 Selecting previously unselected package libtype-tiny-perl.
13:40:57 #9 49.24 Preparing to unpack .../264-libtype-tiny-perl_1.012004-1_all.deb ...
13:40:57 #11 3.449 (Reading database ... 17198 files and directories currently installed.)
13:40:57 #11 3.451 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:40:57 #11 3.455 Unpacking docker-ce-build-deps (1.0) ...
13:40:57 #11 6.150 (69/97): libibverbs-37.2-2.fc34.x86_64.rpm      2.8 MB/s | 390 kB     00:00    
13:40:57 #11 6.163 (70/97): libseccomp-devel-2.5.3-1.fc34.x86_64.r 1.1 MB/s |  53 kB     00:00    
13:40:57 #11 6.167 (71/97): libseccomp-2.5.3-1.fc34.x86_64.rpm     1.2 MB/s |  71 kB     00:00    
13:40:57 #11 6.195 (72/97): libsepol-devel-3.2-2.fc34.x86_64.rpm   899 kB/s |  40 kB     00:00    
13:40:57 #11 6.214 (73/97): libxcrypt-devel-4.4.28-1.fc34.x86_64.r 625 kB/s |  29 kB     00:00    
13:40:57 #11 6.228 (74/97): libuv-1.44.1-1.fc34.x86_64.rpm         2.3 MB/s | 150 kB     00:00    
13:40:57 #11 6.243 (75/97): libxcrypt-static-4.4.28-1.fc34.x86_64. 2.1 MB/s | 103 kB     00:00    
13:40:57 #11 6.331 (76/97): libxkbcommon-1.3.0-1.fc34.x86_64.rpm   1.2 MB/s | 144 kB     00:00    
13:40:57 #9 56.25 128 added, 0 removed; done.
13:40:57 #9 54.92 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:40:57 #9 54.95 Selecting previously unselected package libxml-sax-base-perl.
13:40:57 #9 54.95 Preparing to unpack .../320-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:40:57 #9 54.96 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:40:57 #9 55.00 Selecting previously unselected package libxml-sax-perl.
13:40:57 #9 55.00 Preparing to unpack .../321-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:40:57 #9 55.01 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:40:57 #9 55.05 Selecting previously unselected package libxml-libxml-perl.
13:40:57 #9 55.05 Preparing to unpack .../322-libxml-libxml-perl_2.0134+dfsg-2build1_armhf.deb ...
13:40:57 #9 55.06 Unpacking libxml-libxml-perl (2.0134+dfsg-2build1) ...
13:40:57 #9 55.12 Selecting previously unselected package libxml-parser-perl:armhf.
13:40:57 #9 55.12 Preparing to unpack .../323-libxml-parser-perl_2.46-2_armhf.deb ...
13:40:57 #9 55.12 Unpacking libxml-parser-perl:armhf (2.46-2) ...
13:40:57 #9 55.18 Selecting previously unselected package libxml-sax-expat-perl.
13:40:57 #8 50.98 Selecting previously unselected package pbzip2.
13:40:57 #8 50.98 Preparing to unpack .../336-pbzip2_1.1.13-1_armhf.deb ...
13:40:57 #8 50.98 Unpacking pbzip2 (1.1.13-1) ...
13:40:57 #8 51.02 Selecting previously unselected package pixz.
13:40:57 #8 51.02 Preparing to unpack .../337-pixz_1.0.7-1_armhf.deb ...
13:40:57 #8 51.03 Unpacking pixz (1.0.7-1) ...
13:40:57 #8 51.06 Selecting previously unselected package xdelta.
13:40:57 #8 51.06 Preparing to unpack .../338-xdelta_1.1.3-9.3_armhf.deb ...
13:40:57 #8 51.07 Unpacking xdelta (1.1.3-9.3) ...
13:40:57 #8 51.10 Selecting previously unselected package xdelta3.
13:40:57 #15 DONE 2.7s
13:40:57 
13:40:57 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:40:57 #16 sha256:3e60830bd8524732d540be52ae3f580afb0fc3da191b84ad543b9c8507ffd7e8
13:40:57 #16 DONE 0.0s
13:40:57 
13:40:57 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:40:57 #17 sha256:d364586e4c8a2a0a3cd5d2b8c89418fb403e97efb0dce8fe7b9f36964b99e37e
13:40:57 #17 DONE 0.0s
13:40:57 
13:40:57 #18 exporting to image
13:40:57 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:57 #18 exporting layers
13:40:57 #8 59.53 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:40:57 #8 59.53 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:40:57 #8 59.54 Setting up libnet-http-perl (6.17-1) ...
13:40:57 #8 59.55 Setting up libnumber-compare-perl (0.03-1) ...
13:40:57 #8 59.56 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
13:40:57 #8 59.77 Setting up python3-unidiff (0.5.4-1) ...
13:40:57 #11 7.307 Running transaction
13:40:57 #13 25.01   Installing       : vim-filesystem-2:8.0.1763-16.el8_5.12.noarch         51/70 
13:40:57 #9 49.25 Unpacking libtype-tiny-perl (1.012004-1) ...
13:40:57 #9 49.29 Selecting previously unselected package libgitlab-api-v4-perl.
13:40:57 #9 49.29 Preparing to unpack .../265-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:40:57 #9 49.30 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:40:57 #9 49.35 Selecting previously unselected package libhash-fieldhash-perl.
13:40:57 #9 49.36 Preparing to unpack .../266-libhash-fieldhash-perl_0.15-1build5_armhf.deb ...
13:40:57 #9 49.36 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
13:40:57 #9 49.39 Selecting previously unselected package libhtml-form-perl.
13:40:57 #9 49.39 Preparing to unpack .../267-libhtml-form-perl_6.07-1_all.deb ...
13:40:57 #9 49.40 Unpacking libhtml-form-perl (6.07-1) ...
13:40:57 #9 49.43 Selecting previously unselected package libhtml-format-perl.
13:40:57 #9 49.43 Preparing to unpack .../268-libhtml-format-perl_2.12-1.1_all.deb ...
13:40:57 #9 49.44 Unpacking libhtml-format-perl (2.12-1.1) ...
13:40:57 #9 49.47 Selecting previously unselected package libhtml-html5-entities-perl.
13:40:57 #9 49.47 Preparing to unpack .../269-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:40:57 #9 49.48 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:40:57 #9 49.51 Selecting previously unselected package libhttp-daemon-perl.
13:40:57 #9 49.51 Preparing to unpack .../270-libhttp-daemon-perl_6.13-1_all.deb ...
13:40:57 #9 49.52 Unpacking libhttp-daemon-perl (6.13-1) ...
13:40:57 #9 49.55 Selecting previously unselected package libio-interactive-perl.
13:40:57 #9 49.55 Preparing to unpack .../271-libio-interactive-perl_1.023-1_all.deb ...
13:40:57 #9 49.55 Unpacking libio-interactive-perl (1.023-1) ...
13:40:57 #11 6.370 (77/97): openssh-8.6p1-5.fc34.x86_64.rpm        3.4 MB/s | 437 kB     00:00    
13:40:57 #11 6.411 (78/97): perl-File-Compare-1.100.600-477.fc34.n 581 kB/s |  23 kB     00:00    
13:40:57 #11 6.452 (79/97): perl-File-Copy-2.34-477.fc34.noarch.rp 745 kB/s |  30 kB     00:00    
13:40:57 #11 6.492 (80/97): perl-File-Find-1.37-477.fc34.noarch.rp 895 kB/s |  36 kB     00:00    
13:40:57 #11 6.534 (81/97): perl-Git-2.34.1-1.fc34.noarch.rpm      1.0 MB/s |  43 kB     00:00    
13:40:57 #11 6.576 (82/97): perl-lib-0.65-477.fc34.x86_64.rpm      606 kB/s |  25 kB     00:00    
13:40:57 #9 56.30 Setting up libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:40:57 #9 56.32 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:57 #9 56.33 Setting up bsdmainutils (11.1.2ubuntu3) ...
13:40:57 #9 56.35 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:40:57 #9 56.35 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
13:40:57 #9 56.36 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:40:57 #9 56.36 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
13:40:57 #9 56.37 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.1) ...
13:40:57 #9 56.38 Setting up libgdbm-compat4:armhf (1.18.1-5) ...
13:40:57 #9 56.40 Setting up libssh-4:armhf (0.9.3-2ubuntu2.2) ...
13:40:57 #9 56.41 Setting up dwz (0.13-5) ...
13:40:57 #9 56.42 Setting up groff-base (1.22.4-4build1) ...
13:40:57 #9 56.44 Setting up gpgconf (2.2.19-3ubuntu2.1) ...
13:40:57 #9 56.45 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:40:57 #9 56.47 Setting up libperl5.30:armhf (5.30.0-9ubuntu0.2) ...
13:40:57 #9 55.19 Preparing to unpack .../324-libxml-sax-expat-perl_0.51-1_all.deb ...
13:40:57 #9 55.19 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:40:57 #9 55.22 Selecting previously unselected package libyaml-libyaml-perl.
13:40:57 #9 55.22 Preparing to unpack .../325-libyaml-libyaml-perl_0.82+repack-1build1_armhf.deb ...
13:40:57 #9 55.22 Unpacking libyaml-libyaml-perl (0.82+repack-1build1) ...
13:40:57 #9 55.27 Selecting previously unselected package licensecheck.
13:40:57 #9 55.27 Preparing to unpack .../326-licensecheck_3.1.1-2_all.deb ...
13:40:57 #9 55.27 Unpacking licensecheck (3.1.1-2) ...
13:40:57 #9 55.30 Selecting previously unselected package libdevel-size-perl.
13:40:57 #9 55.30 Preparing to unpack .../327-libdevel-size-perl_0.83-1build3_armhf.deb ...
13:40:57 #9 55.31 Unpacking libdevel-size-perl (0.83-1build3) ...
13:40:57 #9 55.34 Selecting previously unselected package libipc-run3-perl.
13:40:57 #9 55.34 Preparing to unpack .../328-libipc-run3-perl_0.048-2_all.deb ...
13:40:57 #9 55.35 Unpacking libipc-run3-perl (0.048-2) ...
13:40:57 #9 55.39 Selecting previously unselected package lzip.
13:40:57 #9 55.39 Preparing to unpack .../329-lzip_1.22-3_armhf.deb ...
13:40:57 #9 55.39 Unpacking lzip (1.22-3) ...
13:40:57 #9 55.43 Selecting previously unselected package lzop.
13:40:57 #9 55.43 Preparing to unpack .../330-lzop_1.04-2build1_armhf.deb ...
13:40:57 #8 51.10 Preparing to unpack .../339-xdelta3_3.0.11-dfsg-1+b1_armhf.deb ...
13:40:57 #8 51.11 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
13:40:57 #8 51.16 Selecting previously unselected package pristine-tar.
13:40:57 #8 51.16 Preparing to unpack .../340-pristine-tar_1.49_armhf.deb ...
13:40:57 #8 51.17 Unpacking pristine-tar (1.49) ...
13:40:57 #8 51.23 Selecting previously unselected package publicsuffix.
13:40:57 #8 51.23 Preparing to unpack .../341-publicsuffix_20211207.1025-0+deb11u1_all.deb ...
13:40:57 #8 51.23 Unpacking publicsuffix (20211207.1025-0+deb11u1) ...
13:40:57 #8 51.28 Selecting previously unselected package python-apt-common.
13:40:57 #8 51.28 Preparing to unpack .../342-python-apt-common_2.2.1_all.deb ...
13:40:57 #8 51.29 Unpacking python-apt-common (2.2.1) ...
13:40:57 #8 51.34 Selecting previously unselected package python3-apt.
13:40:57 #8 59.93 Setting up libunicode-utf8-perl (0.60-1build4) ...
13:40:57 #8 59.95 Setting up libgssapi3-heimdal:armhf (7.5.0+dfsg-1) ...
13:40:57 #8 59.96 Setting up libparams-util-perl (1.07-3build3) ...
13:40:57 #8 59.98 Setting up libsub-name-perl (0.21-1build1) ...
13:40:57 #8 60.00 Setting up openssh-client (1:7.6p1-4ubuntu0.6) ...
13:40:57 #8 70.69 0 added, 0 removed; done.
13:40:57 #8 70.69 Running hooks in /etc/ca-certificates/update.d...
13:40:57 #8 70.69 done.
13:40:57 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc
13:40:57  debian/rules build
13:40:57 dh build --with=bash-completion
13:40:57    dh_update_autotools_config
13:40:57    dh_autoreconf
13:40:57    debian/rules override_dh_auto_build
13:40:57 make[1]: Entering directory '/root/build-deb'
13:40:57 # Build the daemon and dependencies
13:40:57 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:40:57 
13:40:57 Removing bundles/
13:40:57 
13:40:57 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:40:57 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:40:57 GOOS="" GOARCH="" GOARM=""
13:40:57 #9 49.58 Selecting previously unselected package libio-prompt-tiny-perl.
13:40:57 #9 49.59 Preparing to unpack .../272-libio-prompt-tiny-perl_0.003-1_all.deb ...
13:40:57 #9 49.59 Unpacking libio-prompt-tiny-perl (0.003-1) ...
13:40:57 #9 49.63 Selecting previously unselected package libtypes-serialiser-perl.
13:40:57 #9 49.63 Preparing to unpack .../273-libtypes-serialiser-perl_1.01-1_all.deb ...
13:40:57 #9 49.63 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:40:57 #9 49.66 Selecting previously unselected package libjson-xs-perl.
13:40:57 #9 49.67 Preparing to unpack .../274-libjson-xs-perl_4.030-1build3_armhf.deb ...
13:40:57 #9 49.67 Unpacking libjson-xs-perl (4.030-1build3) ...
13:40:57 #9 49.70 Selecting previously unselected package libjson-maybexs-perl.
13:40:57 #9 49.70 Preparing to unpack .../275-libjson-maybexs-perl_1.004003-1_all.deb ...
13:40:57 #9 49.71 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:40:57 #9 49.74 Selecting previously unselected package libldap-common.
13:40:57 #9 49.74 Preparing to unpack .../276-libldap-common_2.5.11+dfsg-1~exp1ubuntu3_all.deb ...
13:40:57 #9 49.75 Unpacking libldap-common (2.5.11+dfsg-1~exp1ubuntu3) ...
13:40:57 #9 49.77 Selecting previously unselected package liblist-compare-perl.
13:40:57 #9 49.78 Preparing to unpack .../277-liblist-compare-perl_0.55-1_all.deb ...
13:40:57 #9 49.78 Unpacking liblist-compare-perl (0.55-1) ...
13:40:57 #9 49.82 Selecting previously unselected package liblist-someutils-perl.
13:40:57 #9 49.82 Preparing to unpack .../278-liblist-someutils-perl_0.58-1_all.deb ...
13:40:57 #12 10.37 Setting up pkg-config (0.29.2-1ubuntu1) ...
13:40:57 #12 10.42 Setting up libudev-dev:arm64 (248.3-1ubuntu8.5) ...
13:40:57 #12 10.44 Setting up libjsoncpp24:arm64 (1.9.4-4build1) ...
13:40:57 #12 10.45 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu3) ...
13:40:57 #12 10.46 Setting up libpcre2-posix3:arm64 (10.37-0ubuntu2) ...
13:40:57 #12 10.47 Setting up libbtrfs-dev:arm64 (5.10.1-2build1) ...
13:40:57 #12 10.48 Setting up librhash0:arm64 (1.4.1-2build1) ...
13:40:57 #12 10.49 Setting up cmake-data (3.18.4-2ubuntu2) ...
13:40:57 #12 10.50 Setting up dh-apparmor (3.0.3-0ubuntu1) ...
13:40:57 #12 10.51 Setting up libsystemd-dev:arm64 (248.3-1ubuntu8.5) ...
13:40:57 #12 10.52 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu3) ...
13:40:57 #12 10.54 Setting up libpcre2-dev:arm64 (10.37-0ubuntu2) ...
13:40:57 #12 10.55 Setting up libselinux1-dev:arm64 (3.1-3build2) ...
13:40:57 #12 10.56 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu3) ...
13:40:57 #12 10.57 Setting up cmake (3.18.4-2ubuntu2) ...
13:40:57 #12 10.58 Setting up docker-ce-build-deps (1.0) ...
13:40:57 #12 10.59 Processing triggers for man-db (2.9.4-2) ...
13:40:58 #11 6.644 (83/97): openssh-clients-8.6p1-5.fc34.x86_64.rp 2.1 MB/s | 678 kB     00:00    
13:40:58 #11 6.648 (84/97): python3-audit-3.0.6-1.fc34.x86_64.rpm  1.1 MB/s |  82 kB     00:00    
13:40:58 #11 6.690 (85/97): selinux-policy-34.27-1.fc34.noarch.rpm 1.4 MB/s |  60 kB     00:00    
13:40:58 #11 6.699 (86/97): qrencode-libs-4.1.1-1.fc34.x86_64.rpm  1.1 MB/s |  61 kB     00:00    
13:40:58 #9 56.49 Setting up libc6-dev:armhf (2.31-0ubuntu9.7) ...
13:40:58 #9 56.50 Setting up libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
13:40:58 #9 56.51 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.4) ...
13:40:58 #9 56.52 Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ...
13:40:58 #9 55.43 Unpacking lzop (1.04-2build1) ...
13:40:58 #9 55.46 Selecting previously unselected package t1utils.
13:40:58 #9 55.46 Preparing to unpack .../331-t1utils_1.41-4build1_armhf.deb ...
13:40:58 #9 55.47 Unpacking t1utils (1.41-4build1) ...
13:40:58 #9 55.51 Selecting previously unselected package unzip.
13:40:58 #9 55.51 Preparing to unpack .../332-unzip_6.0-26ubuntu1_armhf.deb ...
13:40:58 #9 55.51 Unpacking unzip (6.0-26ubuntu1) ...
13:40:58 #9 55.57 Selecting previously unselected package lintian.
13:40:58 #9 55.57 Preparing to unpack .../333-lintian_2.104.0ubuntu3.1_all.deb ...
13:40:58 #9 55.58 Unpacking lintian (2.104.0ubuntu3.1) ...
13:40:58 #8 51.35 Preparing to unpack .../343-python3-apt_2.2.1_armhf.deb ...
13:40:58 #8 51.35 Unpacking python3-apt (2.2.1) ...
13:40:58 #8 51.40 Selecting previously unselected package python3-certifi.
13:40:58 #8 51.41 Preparing to unpack .../344-python3-certifi_2020.6.20-1_all.deb ...
13:40:58 #8 51.41 Unpacking python3-certifi (2020.6.20-1) ...
13:40:58 #8 51.47 Selecting previously unselected package python3-idna.
13:40:58 #8 51.47 Preparing to unpack .../345-python3-idna_2.10-1_all.deb ...
13:40:58 #8 51.48 Unpacking python3-idna (2.10-1) ...
13:40:58 #8 51.52 Selecting previously unselected package python3-magic.
13:40:58 #8 51.53 Preparing to unpack .../346-python3-magic_2%3a0.4.20-3_all.deb ...
13:40:58 #8 51.53 Unpacking python3-magic (2:0.4.20-3) ...
13:40:58 #8 51.57 Selecting previously unselected package python3-urllib3.
13:40:58 #8 51.57 Preparing to unpack .../347-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:40:58 #8 51.57 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:40:58 #8 51.63 Selecting previously unselected package python3-requests.
13:40:58 #8 51.63 Preparing to unpack .../348-python3-requests_2.25.1+dfsg-2_all.deb ...
13:40:58 #8 51.64 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:40:58 #8 51.68 Selecting previously unselected package python3-unidiff.
13:40:58 #13 DONE 2.1s
13:40:58 
13:40:58 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
13:40:58 #14 sha256:fb2ff252df5ce990553b5ce70597bfef0f81286051ccb62ef95936739ba76544
13:40:58 #14 DONE 0.0s
13:40:58 
13:40:58 #15 exporting to image
13:40:58 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:58 #15 exporting layers
13:40:58 #8 60.11 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
13:40:58 #8 60.12 Setting up libsub-quote-perl (2.005000-1) ...
13:40:58 #8 60.14 Setting up libfcgi-perl (0.78-2build1) ...
13:40:58 #8 60.16 Setting up libwww-robotrules-perl (6.01-1) ...
13:40:58 #8 60.17 Setting up python3-debian (0.1.32) ...
13:40:58 #8 DONE 71.2s
13:40:58 #9 49.83 Unpacking liblist-someutils-perl (0.58-1) ...
13:40:58 #9 49.86 Selecting previously unselected package liblist-someutils-xs-perl.
13:40:58 #9 49.86 Preparing to unpack .../279-liblist-someutils-xs-perl_0.58-2build3_armhf.deb ...
13:40:58 #9 49.87 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
13:40:58 #9 49.91 Selecting previously unselected package liblist-utilsby-perl.
13:40:58 #9 49.91 Preparing to unpack .../280-liblist-utilsby-perl_0.11-1_all.deb ...
13:40:58 #9 49.92 Unpacking liblist-utilsby-perl (0.11-1) ...
13:40:58 #9 49.96 Selecting previously unselected package libltdl7:armhf.
13:40:58 #9 49.96 Preparing to unpack .../281-libltdl7_2.4.6-15build2_armhf.deb ...
13:40:58 #9 49.96 Unpacking libltdl7:armhf (2.4.6-15build2) ...
13:40:58 #9 50.00 Selecting previously unselected package libltdl-dev:armhf.
13:40:58 #9 50.01 Preparing to unpack .../282-libltdl-dev_2.4.6-15build2_armhf.deb ...
13:40:58 #9 50.01 Unpacking libltdl-dev:armhf (2.4.6-15build2) ...
13:40:58 #9 50.06 Selecting previously unselected package liblzo2-2:armhf.
13:40:58 #12 10.61 Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
13:40:58 #12 DONE 10.8s
13:40:58 
13:40:58 #13 [stage-1 6/9] COPY sources/ /sources
13:40:58 #13 sha256:c35fc2bd326c26808df3a4a494f3c1cd1f88f73dfb09f35d9de8c9f20559bc73
13:40:58 #11 6.860 (87/97): selinux-policy-devel-34.27-1.fc34.noar 4.6 MB/s | 803 kB     00:00    
13:40:58 #8 58.43 Setting up bsdmainutils (11.1.2+b1) ...
13:40:58 #8 58.45 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:40:58 #8 58.46 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:40:58 #8 58.46 Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u3) ...
13:40:58 #8 58.48 Setting up libcroco3:armhf (0.6.12-3) ...
13:40:58 #8 58.49 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
13:40:58 #8 58.50 Setting up ucf (3.0038+nmu1) ...
13:40:58 #9 55.86 Selecting previously unselected package manpages-dev.
13:40:58 #9 55.86 Preparing to unpack .../334-manpages-dev_5.10-1ubuntu1_all.deb ...
13:40:58 #9 55.86 Unpacking manpages-dev (5.10-1ubuntu1) ...
13:40:58 #8 60.36 Setting up libauthen-sasl-perl (2.1600-1) ...
13:40:58 #8 60.39 Setting up libclass-accessor-perl (0.51-1) ...
13:40:58 #8 60.41 Setting up libsort-key-perl (1.33-2) ...
13:40:58 #8 60.42 Setting up libhtml-tagset-perl (3.20-3) ...
13:40:58 #8 60.43 Setting up libpath-tiny-perl (0.104-1) ...
13:40:58 #8 60.44 Setting up libtool (2.4.6-2) ...
13:40:58 #8 60.46 Setting up libnet-domain-tld-perl (1.75-1) ...
13:40:58 #8 60.47 Setting up libsub-install-perl (0.928-1) ...
13:40:58 #8 60.48 Setting up libdata-optlist-perl (0.110-1) ...
13:40:58 #8 60.49 Setting up libio-stringy-perl (2.111-2) ...
13:40:58 #8 60.51 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:40:58 #8 60.52 Setting up libtry-tiny-perl (0.30-1) ...
13:40:58 
13:40:58 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:40:58 #10 sha256:e6d0b715e0934f46a7c727ebc8d3b531cb69f10fc4f7eebb9b4fb1e50eda8934
13:40:58 #10 DONE 0.1s
13:40:58 
13:40:58 #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
13:40:58 #11 sha256:694519aa7abc973cdc6cddcebd6107aaafe6bb36d7d1dba949c8c95409d1882e
13:40:58 #15 DONE 3.4s
13:40:58 
13:40:58 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:40:58 #16 sha256:91fc466a422751184cab4d04d4b0d96c5da449230864c1199fc9b9c7892df83f
13:40:58 #16 DONE 0.0s
13:40:58 
13:40:58 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:40:58 #17 sha256:e1fb93f91cfe55eb94c9a40aa103dea51289f90151159bddbdbc44a8f7917dcf
13:40:58 #17 DONE 0.1s
13:40:58 
13:40:58 #18 exporting to image
13:40:58 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:58 #18 exporting layers
13:40:58 #8 51.69 Preparing to unpack .../349-python3-unidiff_0.5.5-2_all.deb ...
13:40:58 #8 51.69 Unpacking python3-unidiff (0.5.5-2) ...
13:40:58 #8 51.73 Selecting previously unselected package python3-xdg.
13:40:58 #8 51.73 Preparing to unpack .../350-python3-xdg_0.27-2_all.deb ...
13:40:58 #8 51.74 Unpacking python3-xdg (0.27-2) ...
13:40:58 #8 51.77 Selecting previously unselected package shared-mime-info.
13:40:58 #8 51.78 Preparing to unpack .../351-shared-mime-info_2.0-1_armhf.deb ...
13:40:58 #8 51.78 Unpacking shared-mime-info (2.0-1) ...
13:40:58 #8 51.92 Selecting previously unselected package strace.
13:40:58 #8 51.92 Preparing to unpack .../352-strace_5.10-1_armhf.deb ...
13:40:58 #8 51.92 Unpacking strace (5.10-1) ...
13:40:58 #9 50.06 Preparing to unpack .../283-liblzo2-2_2.10-2build3_armhf.deb ...
13:40:58 #9 50.07 Unpacking liblzo2-2:armhf (2.10-2build3) ...
13:40:58 #9 50.11 Selecting previously unselected package libsys-hostname-long-perl.
13:40:58 #9 50.11 Preparing to unpack .../284-libsys-hostname-long-perl_1.5-2_all.deb ...
13:40:58 #9 50.12 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:40:58 #9 50.15 Selecting previously unselected package libmail-sendmail-perl.
13:40:58 #9 50.15 Preparing to unpack .../285-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:40:58 #9 50.16 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:40:58 #9 50.19 Selecting previously unselected package libnet-smtp-ssl-perl.
13:40:58 #9 50.19 Preparing to unpack .../286-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:40:58 #9 50.20 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:40:58 #9 50.22 Selecting previously unselected package libmailtools-perl.
13:40:58 #9 50.23 Preparing to unpack .../287-libmailtools-perl_2.21-1_all.deb ...
13:40:58 #9 50.23 Unpacking libmailtools-perl (2.21-1) ...
13:40:58 #9 50.28 Selecting previously unselected package libmarkdown2:armhf.
13:40:58 #9 50.28 Preparing to unpack .../288-libmarkdown2_2.2.7-2_armhf.deb ...
13:40:58 #9 50.29 Unpacking libmarkdown2:armhf (2.2.7-2) ...
13:40:58 #9 50.32 Selecting previously unselected package libmath-base85-perl.
13:40:58 #13 DONE 0.3s
13:40:58 #8 58.60 Setting up libgcc-8-dev:armhf (8.3.0-6) ...
13:40:58 #8 58.62 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ...
13:40:58 #8 58.63 Setting up groff-base (1.22.4-3+deb10u1) ...
13:40:58 #8 58.65 Setting up cpp (4:8.3.0-1) ...
13:40:58 #8 58.67 Setting up gpgconf (2.2.12-1+deb10u1) ...
13:40:58 #8 58.68 Setting up libcurl4:armhf (7.64.0-4+deb10u2) ...
13:40:58 #8 58.70 Setting up libc6-dev:armhf (2.28-10+deb10u1) ...
13:40:58 #8 58.71 Setting up libx11-6:armhf (2:1.6.7-1+deb10u2) ...
13:40:58 #8 58.72 Setting up curl (7.64.0-4+deb10u2) ...
13:40:58 #8 58.73 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ...
13:40:58 #8 58.75 Setting up gpg (2.2.12-1+deb10u1) ...
13:40:58 #8 58.76 Setting up guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ...
13:40:58 #8 58.77 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
13:40:58 #8 58.79 Setting up libstdc++-8-dev:armhf (8.3.0-6) ...
13:40:58 #8 58.81 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:40:58 #9 56.20 Selecting previously unselected package python3-certifi.
13:40:58 #9 56.20 Preparing to unpack .../335-python3-certifi_2020.6.20-1_all.deb ...
13:40:58 #9 56.21 Unpacking python3-certifi (2020.6.20-1) ...
13:40:58 #9 56.26 Selecting previously unselected package python3-idna.
13:40:58 #8 60.54 Setting up libclass-method-modifiers-perl (2.12-1) ...
13:40:58 #8 60.55 Setting up libfont-afm-perl (1.20-2) ...
13:40:58 #8 60.56 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
13:40:58 #8 60.57 Setting up python3-apt (1.6.5ubuntu0.7) ...
13:40:58 #8 60.76 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
13:40:58 #8 60.77 Setting up libxext6:armhf (2:1.3.3-1) ...
13:40:58 #8 DONE 50.2s
13:40:58 
13:40:58 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:40:58 #10 sha256:9f127acf320c18cdb04ef87e030537f3c23f6f443dbd29fb60842c33c2dad387
13:40:58 #10 DONE 0.1s
13:40:58 
13:40:58 #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
13:40:58 #11 sha256:42b6fc64d03446243c5394dadd0577fa4221d00dc3ba7fa714d17e511487e906
13:40:58 #14 DONE 2.4s
13:40:58 
13:40:58 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:40:58 #15 sha256:d51d0ab983c01ab8bfef3d2ccb993d9c37600a69d0ae5019f110a61a49c3362c
13:40:58 #15 DONE 0.0s
13:40:58 
13:40:58 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:40:58 #16 sha256:78cc68f000ea7d310b145257f8a5aad34d83a730b2e7b1a25756242bb4a870e0
13:40:58 #16 DONE 0.0s
13:40:58 
13:40:58 #17 exporting to image
13:40:58 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:58 #17 exporting layers
13:40:58 #9 50.33 Preparing to unpack .../289-libmath-base85-perl_0.5+dfsg-1_all.deb ...
13:40:58 #9 50.33 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
13:40:58 #9 50.36 Selecting previously unselected package libmoox-aliases-perl.
13:40:58 #9 50.36 Preparing to unpack .../290-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:40:58 #9 50.36 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:40:58 #9 50.40 Selecting previously unselected package libnamespace-autoclean-perl.
13:40:58 #9 50.40 Preparing to unpack .../291-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:40:58 #9 50.40 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:40:58 #9 50.44 Selecting previously unselected package libobject-id-perl.
13:40:58 #9 50.44 Preparing to unpack .../292-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
13:40:58 #9 50.44 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:40:58 #9 50.48 Selecting previously unselected package libmoox-struct-perl.
13:40:58 #9 50.48 Preparing to unpack .../293-libmoox-struct-perl_0.020-1_all.deb ...
13:40:58 #9 50.49 Unpacking libmoox-struct-perl (0.020-1) ...
13:40:58 #9 50.52 Selecting previously unselected package libmouse-perl.
13:40:58 #9 50.52 Preparing to unpack .../294-libmouse-perl_2.5.10-1build4_armhf.deb ...
13:40:58 #9 50.52 Unpacking libmouse-perl (2.5.10-1build4) ...
13:40:58 #9 50.57 Selecting previously unselected package libpackage-stash-xs-perl.
13:40:58 #9 50.57 Preparing to unpack .../295-libpackage-stash-xs-perl_0.29-1build5_armhf.deb ...
13:40:58 #8 52.03 Selecting previously unselected package xauth.
13:40:58 #8 52.03 Preparing to unpack .../353-xauth_1%3a1.1-1_armhf.deb ...
13:40:58 #8 52.03 Unpacking xauth (1:1.1-1) ...
13:40:58 #8 52.09 Selecting previously unselected package xdg-user-dirs.
13:40:58 #8 52.09 Preparing to unpack .../354-xdg-user-dirs_0.17-2_armhf.deb ...
13:40:58 #8 52.10 Unpacking xdg-user-dirs (0.17-2) ...
13:40:58 #8 52.19 Setting up libksba8:armhf (1.5.0-3) ...
13:40:58 #8 52.21 Setting up media-types (4.0.0) ...
13:40:58 #8 52.23 Setting up libpipeline1:armhf (1.5.3-1) ...
13:40:58 #8 52.24 Setting up wdiff (1.2.2-2+b1) ...
13:40:58 #8 52.25 Setting up libxau6:armhf (1:1.0.9-1) ...
13:40:58 #8 52.26 Setting up libre2-9:armhf (20210201+dfsg-1) ...
13:40:58 #8 52.27 Setting up libpsl5:armhf (0.21.0-1.2) ...
13:40:58 #8 52.28 Setting up libgpm2:armhf (1.20.7-8) ...
13:40:58 
13:40:58 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:40:58 #15 sha256:50fcddc235a0e164dac44835761eba0caf16e0c8c95d19b2c14fc0d5f5fa066d
13:40:58 #11 3.507 Reading package lists...
13:40:58 #11 4.729 Building dependency tree...
13:40:58 #11 4.923 Reading state information...
13:40:58 #11 4.944 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:40:58 #11 4.991 Starting 2 pkgProblemResolver with broken count: 0
13:40:58 #11 4.993 Done
13:40:58 #11 5.016  Done
13:40:58 #11 5.024 Starting pkgProblemResolver with broken count: 0
13:40:58 #9 56.26 Preparing to unpack .../336-python3-idna_2.10-1_all.deb ...
13:40:58 #9 56.27 Unpacking python3-idna (2.10-1) ...
13:40:58 #9 56.32 Selecting previously unselected package python3-urllib3.
13:40:58 #9 56.32 Preparing to unpack .../337-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:40:58 #9 56.36 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:40:58 #9 56.45 Selecting previously unselected package python3-requests.
13:40:58 #9 56.45 Preparing to unpack .../338-python3-requests_2.25.1+dfsg-2_all.deb ...
13:40:58 #9 56.45 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:40:58 #9 56.49 Selecting previously unselected package python3-unidiff.
13:40:58 #9 56.49 Preparing to unpack .../339-python3-unidiff_0.5.5-2_all.deb ...
13:40:58 #9 56.50 Unpacking python3-unidiff (0.5.5-2) ...
13:40:58 #9 56.53 Selecting previously unselected package python3-xdg.
13:40:58 #11 7.358 (88/97): systemd-248.10-1.fc34.x86_64.rpm       8.4 MB/s | 4.2 MB     00:00    
13:40:58 #11 7.497 (89/97): systemd-devel-248.10-1.fc34.x86_64.rpm 3.1 MB/s | 437 kB     00:00    
13:40:58 #11 7.592 (90/97): systemd-networkd-248.10-1.fc34.x86_64. 4.9 MB/s | 474 kB     00:00    
13:40:58 #11 7.678 (91/97): systemd-pam-248.10-1.fc34.x86_64.rpm   3.6 MB/s | 318 kB     00:00    
13:40:58 #11 7.720 (92/97): systemd-rpm-macros-248.10-1.fc34.noarc 661 kB/s |  27 kB     00:00    
13:40:58 #11 8.629   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch            1/1 
13:40:58 #11 8.760   Preparing        :                                                        1/1 
13:40:58 #11 8.801   Upgrading        : libgcc-11.3.1-2.fc35.x86_64                          1/111 
13:40:58 #11 8.809   Running scriptlet: libgcc-11.3.1-2.fc35.x86_64                          1/111 
13:40:58 #11 8.832   Upgrading        : audit-libs-3.0.8-1.fc35.x86_64                       2/111 
13:40:58 #11 8.842   Installing       : python3-libselinux-3.3-1.fc35.x86_64                 3/111 
13:40:58 #8 60.80 Setting up po-debconf (1.0.20) ...
13:40:58 #8 60.81 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
13:40:58 #8 60.83 Setting up libio-socket-inet6-perl (2.72-2) ...
13:40:58 #8 60.85 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:40:58 #8 60.86 Setting up libio-pty-perl (1:1.08-1.1build4) ...
13:40:58 #8 60.87 Setting up libfile-which-perl (1.21-1) ...
13:40:58 #8 60.89 Setting up libencode-locale-perl (1.05-1) ...
13:40:58 #8 60.90 Setting up libperlio-gzip-perl (0.19-1build3) ...
13:40:58 #8 60.91 Setting up libtext-levenshtein-perl (0.13-1) ...
13:40:58 #8 60.95 Setting up liberror-perl (0.17025-1) ...
13:40:58 #8 60.96 Setting up libvariable-magic-perl (0.62-1) ...
13:40:58 #8 60.98 Setting up libtimedate-perl (2.3000-2) ...
13:40:58 #8 60.99 Setting up libnet-ip-perl (1.26-1) ...
13:40:58 #9 57.22 Setting up binutils-arm-linux-gnueabihf (2.34-6ubuntu1.3) ...
13:40:58 #9 57.23 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.2) ...
13:40:58 #9 57.24 Setting up libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
13:40:58 #9 57.25 Setting up gpg (2.2.19-3ubuntu2.1) ...
13:40:58 #9 57.26 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
13:40:58 #9 57.28 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ...
13:40:58 #9 57.29 Setting up gpg-agent (2.2.19-3ubuntu2.1) ...
13:40:58 #9 50.58 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
13:40:58 #9 50.61 Selecting previously unselected package libpath-iterator-rule-perl.
13:40:58 #9 50.61 Preparing to unpack .../296-libpath-iterator-rule-perl_1.015-1_all.deb ...
13:40:58 #9 50.61 Unpacking libpath-iterator-rule-perl (1.015-1) ...
13:40:58 #9 50.65 Selecting previously unselected package libperlio-gzip-perl.
13:40:58 #9 50.65 Preparing to unpack .../297-libperlio-gzip-perl_0.19-1build8_armhf.deb ...
13:40:58 #9 50.65 Unpacking libperlio-gzip-perl (0.19-1build8) ...
13:40:58 #9 50.69 Selecting previously unselected package libperlio-utf8-strict-perl.
13:40:58 #9 50.69 Preparing to unpack .../298-libperlio-utf8-strict-perl_0.009-1build1_armhf.deb ...
13:40:58 #9 50.69 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
13:40:58 #9 50.73 Selecting previously unselected package libpod-parser-perl.
13:40:58 #9 50.73 Preparing to unpack .../299-libpod-parser-perl_1.63-2_all.deb ...
13:40:58 #9 50.74 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:40:58 #9 50.75 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:40:58 #9 50.76 Unpacking libpod-parser-perl (1.63-2) ...
13:40:58 #9 50.80 Selecting previously unselected package libpod-constants-perl.
13:40:58 #8 52.30 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
13:40:58 #8 52.30 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:40:58 #8 52.31 Setting up libicu67:armhf (67.1-7) ...
13:40:58 #8 52.32 Setting up libfcgi0ldbl:armhf (2.4.2-2) ...
13:40:58 #8 52.34 Setting up xdg-user-dirs (0.17-2) ...
13:40:58 #8 52.37 Setting up libmagic-mgc (1:5.39-3) ...
13:40:58 #8 52.38 Setting up libyaml-0-2:armhf (0.2.2-1) ...
13:40:58 #8 52.39 Setting up libglib2.0-0:armhf (2.66.8-1) ...
13:40:58 #8 52.44 No schema files found: doing nothing.
13:40:58 #8 52.45 Setting up distro-info-data (0.51+deb11u1) ...
13:40:58 #8 52.46 Setting up manpages (5.10-1) ...
13:40:58 #8 52.47 Setting up unzip (6.0-26) ...
13:40:58 #8 52.49 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
13:40:58 #8 52.50 Setting up libbrotli1:armhf (1.0.9-2+b2) ...
13:40:58 #8 52.51 Setting up libsqlite3-0:armhf (3.34.1-3) ...
13:40:58 #8 52.52 Setting up libcbor0:armhf (0.5.0+dfsg-2) ...
13:40:58 #8 52.53 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ...
13:40:59 #13 25.41   Installing       : cmake-data-3.20.2-4.el8.noarch                       52/70 
13:40:59 #13 26.56   Installing       : cmake-3.20.2-4.el8.x86_64                            53/70 
13:40:59 #13 26.58   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  54/70 
13:40:59 #13 26.65   Installing       : automake-1.16.1-7.el8.noarch                         55/70 
13:40:59 #11 0.655 Hit:1 http://deb.debian.org/debian buster InRelease
13:40:59 #11 0.655 Hit:2 http://security.debian.org/debian-security buster/updates InRelease
13:40:59 #11 0.655 Hit:3 http://deb.debian.org/debian buster-updates InRelease
13:40:59 #11 5.054 Starting 2 pkgProblemResolver with broken count: 0
13:40:59 #11 5.057 Done
13:40:59 #11 5.216 The following additional packages will be installed:
13:40:59 #11 5.216   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
13:40:59 #11 5.216   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:40:59 #11 5.216   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
13:40:59 #11 5.216   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
13:40:59 #11 5.216   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
13:40:59 #11 5.217   libuv1 pkg-config
13:40:59 #11 5.218 Suggested packages:
13:40:59 #11 5.218   cmake-doc ninja-build apparmor-easyprof gcc-8-doc libstdc++6-8-dbg lrzip
13:40:59 #11 5.218   libtool-doc seccomp libstdc++-8-doc
13:40:59 #9 56.53 Preparing to unpack .../340-python3-xdg_0.27-2_all.deb ...
13:40:59 #9 56.54 Unpacking python3-xdg (0.27-2) ...
13:40:59 #9 56.58 Selecting previously unselected package equivs.
13:40:59 #9 56.58 Preparing to unpack .../341-equivs_2.3.1_all.deb ...
13:40:59 #9 56.58 Unpacking equivs (2.3.1) ...
13:40:59 #9 56.62 Selecting previously unselected package libauthen-sasl-perl.
13:40:59 #9 56.63 Preparing to unpack .../342-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:40:59 #9 56.63 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:40:59 #9 56.67 Selecting previously unselected package python3-magic.
13:40:59 #9 56.67 Preparing to unpack .../343-python3-magic_2%3a0.4.20-3_all.deb ...
13:40:59 #9 56.68 Unpacking python3-magic (2:0.4.20-3) ...
13:40:59 #9 56.73 Setting up libksba8:armhf (1.5.1-1) ...
13:40:59 #9 56.75 Setting up media-types (4.0.0) ...
13:40:59 #9 56.77 Setting up libpipeline1:armhf (1.5.3-1build1) ...
13:40:59 #9 56.78 Setting up wdiff (1.2.2-2build2) ...
13:40:59 #11 7.761 (93/97): vim-filesystem-8.2.4804-1.fc34.noarch. 529 kB/s |  22 kB     00:00    
13:40:59 #11 7.803 (94/97): which-2.21-26.fc34.x86_64.rpm          1.0 MB/s |  42 kB     00:00    
13:40:59 #11 8.894   Installing       : util-linux-core-2.37.4-1.fc35.x86_64                 4/111 
13:40:59 #11 8.924   Running scriptlet: util-linux-core-2.37.4-1.fc35.x86_64                 4/111 
13:40:59 #11 8.935   Installing       : perl-File-Find-1.39-486.fc35.noarch                  5/111 
13:40:59 #11 8.941   Installing       : perl-File-Copy-2.35-486.fc35.noarch                  6/111 
13:40:59 #11 8.947   Installing       : perl-File-Compare-1.100.600-486.fc35.noarch          7/111 
13:40:59 #11 8.976   Installing       : libtool-ltdl-2.4.6-50.fc35.x86_64                    8/111 
13:40:59 #11 8.982   Installing       : libseccomp-2.5.3-1.fc35.x86_64                       9/111 
13:40:59 #11 8.991   Installing       : libfdisk-2.37.4-1.fc35.x86_64                       10/111 
13:40:59 #11 9.029   Installing       : cmake-rpm-macros-3.22.2-1.fc35.noarch               11/111 
13:40:59 #11 9.042   Installing       : cmake-filesystem-3.22.2-1.fc35.x86_64               12/111 
13:40:59 #11 9.076   Installing       : checkpolicy-3.3-1.fc35.x86_64                       13/111 
13:40:59 #11 9.082   Installing       : perl-threads-1:2.26-448.fc35.x86_64                 14/111 
13:40:59 #11 9.123   Installing       : m4-1.4.19-2.fc35.x86_64                             15/111 
13:40:59 #8 61.00 Setting up librole-tiny-perl (2.000006-1) ...
13:40:59 #8 61.01 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
13:40:59 #8 61.03 Setting up libfile-homedir-perl (1.002-1) ...
13:40:59 #8 61.04 Setting up libipc-system-simple-perl (1.25-4) ...
13:40:59 #8 61.06 Setting up libfile-basedir-perl (0.07-1) ...
13:40:59 #8 61.08 Setting up libstring-escape-perl (2010.002-2) ...
13:40:59 #8 61.10 Setting up libb-hooks-op-check-perl (0.22-1) ...
13:40:59 #8 61.11 Setting up libio-html-perl (1.001-1) ...
13:40:59 #8 61.12 Setting up libexporter-tiny-perl (1.000000-2) ...
13:40:59 #8 61.13 Setting up libarchive-cpio-perl (0.10-1) ...
13:40:59 #8 61.15 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ...
13:40:59 #8 61.15 Setting up libnumber-range-perl (0.12-1) ...
13:40:59 #8 61.17 Setting up liblist-compare-perl (0.53-1) ...
13:40:59 #8 61.18 Setting up autoconf (2.69-11) ...
13:40:59 #8 61.19 Setting up libpath-iterator-rule-perl (1.009-1) ...
13:40:59 #8 61.21 Setting up python3-gpg (1.10.0-1ubuntu2) ...
13:40:59 #9 57.78 Setting up openssh-client (1:8.2p1-4ubuntu0.4) ...
13:40:59 #9 57.88 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:40:59 #9 57.89 Setting up gpgsm (2.2.19-3ubuntu2.1) ...
13:40:59 #9 50.80 Preparing to unpack .../300-libpod-constants-perl_0.19-2_all.deb ...
13:40:59 #9 50.81 Unpacking libpod-constants-perl (0.19-2) ...
13:40:59 #9 50.83 Selecting previously unselected package libproc-processtable-perl:armhf.
13:40:59 #9 50.83 Preparing to unpack .../301-libproc-processtable-perl_0.634-1build1_armhf.deb ...
13:40:59 #9 50.84 Unpacking libproc-processtable-perl:armhf (0.634-1build1) ...
13:40:59 #9 50.88 Selecting previously unselected package libre2-9:armhf.
13:40:59 #9 50.88 Preparing to unpack .../302-libre2-9_20220201+dfsg-1_armhf.deb ...
13:40:59 #9 50.89 Unpacking libre2-9:armhf (20220201+dfsg-1) ...
13:40:59 #9 50.93 Selecting previously unselected package libre-engine-re2-perl:armhf.
13:40:59 #9 50.93 Preparing to unpack .../303-libre-engine-re2-perl_0.14-1build2_armhf.deb ...
13:40:59 #9 50.93 Unpacking libre-engine-re2-perl:armhf (0.14-1build2) ...
13:40:59 #9 50.96 Selecting previously unselected package libreadonly-perl.
13:40:59 #9 50.96 Preparing to unpack .../304-libreadonly-perl_2.050-3_all.deb ...
13:40:59 #9 50.96 Unpacking libreadonly-perl (2.050-3) ...
13:40:59 #9 50.99 Selecting previously unselected package libref-util-perl.
13:40:59 #9 50.99 Preparing to unpack .../305-libref-util-perl_0.204-1_all.deb ...
13:40:59 #9 51.00 Unpacking libref-util-perl (0.204-1) ...
13:40:59 #9 51.03 Selecting previously unselected package libref-util-xs-perl.
13:40:59 #9 51.03 Preparing to unpack .../306-libref-util-xs-perl_0.117-1build5_armhf.deb ...
13:40:59 #8 52.55 Setting up libfcgi-bin (2.4.2-2) ...
13:40:59 #8 52.56 Setting up binutils-common:armhf (2.35.2-2) ...
13:40:59 #8 52.57 Setting up libnghttp2-14:armhf (1.43.0-1) ...
13:40:59 #8 52.58 Setting up libmagic1:armhf (1:5.39-3) ...
13:40:59 #8 52.60 Setting up libdeflate0:armhf (1.7-1) ...
13:40:59 #8 52.61 Setting up less (551-2) ...
13:40:59 #8 52.63 Setting up perl-openssl-defaults:armhf (5) ...
13:40:59 #8 52.65 Setting up linux-libc-dev:armhf (5.10.113-1) ...
13:40:59 #8 52.66 Setting up libctf-nobfd0:armhf (2.35.2-2) ...
13:40:59 #8 52.67 Setting up gettext-base (0.21-4) ...
13:40:59 #8 52.68 Setting up liblzo2-2:armhf (2.10-2) ...
13:40:59 #8 52.69 Setting up libnpth0:armhf (1.6-3) ...
13:40:59 #8 52.70 Setting up file (1:5.39-3) ...
13:40:59 #8 52.71 Setting up libossp-uuid16:armhf (1.6.2-1.5+b9) ...
13:40:59 #8 52.72 Setting up libassuan0:armhf (2.5.3-7.1) ...
13:40:59 #8 52.73 Setting up libgomp1:armhf (10.2.1-6) ...
13:40:59 #8 52.74 Setting up bzip2 (1.0.8-4) ...
13:40:59 #8 52.75 Setting up libldap-common (2.4.57+dfsg-3) ...
13:40:59 #8 52.77 Setting up pbzip2 (1.1.13-1) ...
13:40:59 #8 52.78 Setting up libjbig0:armhf (2.1-3.1+b2) ...
13:40:59 #8 52.79 Setting up libfakeroot:armhf (1.25.3-1.1) ...
13:40:59 #8 52.81 Setting up libasan6:armhf (10.2.1-6) ...
13:40:59 #8 52.82 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
13:40:59 #8 52.83 Setting up fakeroot (1.25.3-1.1) ...
13:40:59 #8 52.84 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:59 #8 52.85 Setting up autotools-dev (20180224.1+nmu1) ...
13:40:59 #8 52.86 Setting up libglib2.0-data (2.66.8-1) ...
13:40:59 #8 52.89 Setting up libtirpc-dev:armhf (1.3.1-1) ...
13:40:59 #13 26.68   Installing       : perl-Error-1:0.17025-2.el8.noarch                    56/70 
13:40:59 #13 26.69   Installing       : perl-Git-2.31.1-2.el8.noarch                         57/70 
13:40:59 #13 26.72   Installing       : git-2.31.1-2.el8.x86_64                              58/70 
13:40:59 #13 26.81   Installing       : libtool-2.4.6-25.el8.x86_64                          59/70 
13:40:59 #13 26.82   Running scriptlet: libtool-2.4.6-25.el8.x86_64                          59/70 
13:40:59 #13 26.85   Installing       : libtool-ltdl-devel-2.4.6-25.el8.x86_64               60/70 
13:40:59 #13 26.88   Installing       : annobin-10.67-1.el8.x86_64                           61/70 
13:40:59 #13 26.90   Installing       : device-mapper-devel-8:1.02.181-3.el8.x86_64          62/70 
13:40:59 #13 26.92   Installing       : libseccomp-devel-2.5.2-1.el8.x86_64                  63/70 
13:40:59 #13 26.93   Upgrading        : glibc-minimal-langpack-2.28-199.el8.x86_64           64/70 
13:40:59 #13 26.95   Cleanup          : bash-4.4.20-3.el8.x86_64                             65/70 
13:40:59 #13 26.95   Running scriptlet: bash-4.4.20-3.el8.x86_64                             65/70 
13:40:59 #13 26.96   Cleanup          : glibc-common-2.28-189.el8.x86_64                     66/70 
13:40:59 #13 26.98   Cleanup          : glibc-minimal-langpack-2.28-189.el8.x86_64           67/70 
13:40:59 #13 26.99   Cleanup          : glibc-2.28-189.el8.x86_64                            68/70 
13:40:59 #9 56.80 Setting up libxau6:armhf (1:1.0.9-1build3) ...
13:40:59 #9 56.81 Setting up libre2-9:armhf (20210801+dfsg-1) ...
13:40:59 #9 56.82 Setting up lto-disabled-list (16) ...
13:40:59 #9 56.84 Setting up libpsl5:armhf (0.21.0-1.2) ...
13:40:59 #9 56.85 Setting up bsdextrautils (2.36.1-8ubuntu2.2) ...
13:40:59 #9 56.86 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:40:59 #9 56.86 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
13:40:59 #9 56.87 Setting up libicu67:armhf (67.1-7ubuntu1) ...
13:40:59 #9 56.88 Setting up libmagic-mgc (1:5.39-3) ...
13:40:59 #9 56.89 Setting up libyaml-0-2:armhf (0.2.2-1) ...
13:40:59 #9 56.90 Setting up distro-info-data (0.51ubuntu1.2) ...
13:40:59 #9 56.91 Setting up manpages (5.10-1ubuntu1) ...
13:40:59 #9 56.93 Setting up unzip (6.0-26ubuntu1) ...
13:40:59 #9 56.94 Setting up perl-modules-5.32 (5.32.1-3ubuntu3) ...
13:40:59 #9 56.96 Setting up libbrotli1:armhf (1.0.9-2build3) ...
13:40:59 #9 56.97 Setting up libsqlite3-0:armhf (3.35.5-1) ...
13:40:59 #9 56.98 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:59 #11 7.967 (95/97): xkeyboard-config-2.33-1.fc34.noarch.rp 4.7 MB/s | 783 kB     00:00    
13:40:59 #11 9.130   Installing       : libmpc-1.2.1-3.fc35.x86_64                          16/111 
13:40:59 #11 9.162   Installing       : emacs-filesystem-1:27.2-9.fc35.noarch               17/111 
13:40:59 #11 9.180   Installing       : autoconf-2.69-37.fc35.noarch                        18/111 
13:40:59 #11 9.378   Installing       : cpp-11.3.1-2.fc35.x86_64                            19/111 
13:40:59 #8 61.41 Setting up libnet-dns-perl (1.10-2) ...
13:40:59 #8 61.42 Setting up libsub-identify-perl (0.14-1) ...
13:40:59 #8 61.44 Setting up libpod-constants-perl (0.19-1) ...
13:40:59 #8 61.45 Setting up libsort-versions-perl (1.62-1) ...
13:40:59 #8 61.46 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
13:40:59 #8 61.47 Setting up libdynaloader-functions-perl (0.003-1) ...
13:40:59 #8 61.48 Setting up libsub-exporter-perl (0.987-1) ...
13:40:59 #8 61.50 Setting up xauth (1:1.0.10-1) ...
13:40:59 #8 61.51 Setting up libalgorithm-merge-perl (0.08-3) ...
13:40:59 #8 61.53 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ...
13:40:59 #8 61.55 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
13:40:59 #15 DONE 3.1s
13:40:59 
13:40:59 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:40:59 #16 sha256:e22b0171960f596dbb9778da6d03d7a0c06592701337b5a2d9093da52663f108
13:40:59 #16 DONE 0.0s
13:40:59 
13:40:59 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:40:59 #17 sha256:09ebbff528fad1104def0e987d0026311de32b05dc750a60b479d682fdfece4d
13:40:59 #17 DONE 0.0s
13:40:59 
13:40:59 #18 exporting to image
13:40:59 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:59 #18 exporting layers
13:40:59 #8 59.54 Setting up libgnutls-dane0:armhf (3.6.7-4+deb10u7) ...
13:40:59 #8 59.55 Setting up libpython2.7:armhf (2.7.16-2+deb10u1) ...
13:40:59 #8 59.56 Setting up gettext (0.19.8.1-9) ...
13:40:59 #8 59.58 Setting up exim4-base (4.92-8+deb10u6) ...
13:40:59 #8 59.68 exim: DB upgrade, deleting hints-db
13:40:59 #8 59.72 Setting up gcc-8 (8.3.0-6) ...
13:40:59 #8 59.73 Setting up gpg-agent (2.2.12-1+deb10u1) ...
13:40:59 #8 59.75 Setting up libtool (2.4.6-9) ...
13:40:59 #8 59.77 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
13:40:59 #9 57.90 Setting up libxext6:armhf (2:1.3.4-0ubuntu1) ...
13:40:59 #9 57.92 Setting up python3 (3.8.2-0ubuntu2) ...
13:40:59 #9 51.04 Unpacking libref-util-xs-perl (0.117-1build5) ...
13:40:59 #9 51.07 Selecting previously unselected package libregexp-pattern-license-perl.
13:40:59 #9 51.07 Preparing to unpack .../307-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
13:40:59 #9 51.08 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
13:40:59 #9 51.11 Selecting previously unselected package libregexp-pattern-perl.
13:40:59 #9 51.11 Preparing to unpack .../308-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:40:59 #9 51.12 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:40:59 #9 51.16 Selecting previously unselected package libsasl2-modules:armhf.
13:40:59 #9 51.16 Preparing to unpack .../309-libsasl2-modules_2.1.27+dfsg2-3ubuntu1_armhf.deb ...
13:40:59 #9 51.17 Unpacking libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:40:59 #9 51.20 Selecting previously unselected package libsereal-decoder-perl.
13:40:59 #9 51.20 Preparing to unpack .../310-libsereal-decoder-perl_4.023+ds-1_armhf.deb ...
13:40:59 #9 51.20 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
13:40:59 #9 51.23 Selecting previously unselected package libsereal-encoder-perl:armhf.
13:40:59 #9 51.23 Preparing to unpack .../311-libsereal-encoder-perl_4.023+ds-1_armhf.deb ...
13:40:59 #9 51.24 Unpacking libsereal-encoder-perl:armhf (4.023+ds-1) ...
13:40:59 #9 51.27 Selecting previously unselected package libset-intspan-perl.
13:40:59 #9 51.27 Preparing to unpack .../312-libset-intspan-perl_1.19-2_all.deb ...
13:40:59 #9 51.29 Unpacking libset-intspan-perl (1.19-2) ...
13:40:59 #9 51.35 Selecting previously unselected package libsocket6-perl.
13:40:59 #9 51.35 Preparing to unpack .../313-libsocket6-perl_0.29-1build4_armhf.deb ...
13:40:59 #9 51.36 Unpacking libsocket6-perl (0.29-1build4) ...
13:40:59 #9 51.39 Selecting previously unselected package libstring-copyright-perl.
13:40:59 #8 52.90 Setting up libjpeg62-turbo:armhf (1:2.0.6-4) ...
13:40:59 #8 52.91 Setting up libx11-data (2:1.7.2-1) ...
13:40:59 #8 52.92 Setting up make (4.3-4.1) ...
13:40:59 #8 52.93 Setting up libmpfr6:armhf (4.1.0-3) ...
13:40:59 #8 52.94 Setting up gnupg-l10n (2.2.27-2+deb11u1) ...
13:40:59 #8 52.95 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
13:40:59 #8 52.97 Setting up lzip (1.22-3) ...
13:40:59 #8 52.99 Setting up strace (5.10-1) ...
13:40:59 #8 53.00 Setting up libsigsegv2:armhf (2.13-1) ...
13:40:59 #8 53.01 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:40:59 #8 53.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:40:59 #8 53.03 Setting up t1utils (1.41-4) ...
13:40:59 #8 53.05 Setting up diffstat (1.64-1) ...
13:40:59 #8 53.06 Setting up libpng16-16:armhf (1.6.37-3) ...
13:40:59 #8 53.07 Setting up libmpc3:armhf (1.2.0-1) ...
13:40:59 #8 53.08 Setting up libatomic1:armhf (10.2.1-6) ...
13:40:59 #8 65.13   Running scriptlet: glibc-common-2.35-2.fc36.x86_64                    178/178 
13:40:59 #8 68.70   Verifying        : abattis-cantarell-fonts-0.301-7.fc36.noarch          1/178 
13:40:59 #8 68.70   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.fc36.     2/178 
13:40:59 #8 68.70   Verifying        : bzip2-1.0.8-11.fc36.x86_64                           3/178 
13:40:59 #8 68.70   Verifying        : cpio-2.13-12.fc36.x86_64                             4/178 
13:40:59 #8 68.71   Verifying        : dash-0.5.10.2-10.fc36.x86_64                         5/178 
13:40:59 #8 68.71   Verifying        : dbus-libs-1:1.14.0-1.fc36.x86_64                     6/178 
13:40:59 #8 68.71   Verifying        : debugedit-5.0-3.fc36.x86_64                          7/178 
13:40:59 #8 68.71   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.x86_64        8/178 
13:40:59 #8 68.71   Verifying        : diffutils-3.8-2.fc36.x86_64                          9/178 
13:40:59 #8 68.71   Verifying        : dnf-plugins-core-4.1.0-1.fc36.noarch                10/178 
13:40:59 #8 68.71   Verifying        : dwz-0.14-2.fc35.x86_64                              11/178 
13:40:59 #8 68.71   Verifying        : ed-1.14.2-12.fc36.x86_64                            12/178 
13:40:59 #8 68.71   Verifying        : efi-srpm-macros-5-5.fc36.noarch                     13/178 
13:40:59 #8 68.71   Verifying        : enchant-1:1.6.0-30.fc36.x86_64                      14/178 
13:40:59 #8 68.71   Verifying        : file-5.41-4.fc36.x86_64                             15/178 
13:40:59 #8 68.71   Verifying        : fonts-filesystem-1:2.0.5-7.fc36.noarch              16/178 
13:40:59 #8 68.71   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             17/178 
13:40:59 #8 68.71   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   18/178 
13:40:59 #8 68.71   Verifying        : gdb-minimal-11.2-3.fc36.x86_64                      19/178 
13:40:59 #8 68.71   Verifying        : gdk-pixbuf2-2.42.8-1.fc36.x86_64                    20/178 
13:40:59 #8 68.71   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 21/178 
13:40:59 #8 68.71   Verifying        : glib-networking-2.72.0-1.fc36.x86_64                22/178 
13:40:59 #8 68.71   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   23/178 
13:40:59 #8 68.71   Verifying        : go-srpm-macros-3.0.15-1.fc36.noarch                 24/178 
13:40:59 #8 68.71   Verifying        : groff-base-1.22.4-9.fc36.x86_64                     25/178 
13:40:59 #8 68.71   Verifying        : gsettings-desktop-schemas-42.0-1.fc36.x86_64        26/178 
13:40:59 #8 68.71   Verifying        : hunspell-1.7.0-19.fc36.x86_64                       27/178 
13:40:59 #8 68.71   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             28/178 
13:40:59 #8 68.71   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          29/178 
13:40:59 #8 68.71   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          30/178 
13:40:59 #8 68.71   Verifying        : hunspell-filesystem-1.7.0-19.fc36.x86_64            31/178 
13:40:59 #8 68.71   Verifying        : info-6.8-3.fc36.x86_64                              32/178 
13:40:59 #8 68.71   Verifying        : json-glib-1.6.6-2.fc36.x86_64                       33/178 
13:40:59 #8 68.71   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               34/178 
13:40:59 #8 68.71   Verifying        : libappstream-glib-0.7.18-4.fc36.x86_64              35/178 
13:40:59 #8 68.71   Verifying        : libicu-69.1-5.fc36.x86_64                           36/178 
13:40:59 #8 68.71   Verifying        : libjpeg-turbo-2.1.2-2.fc36.x86_64                   37/178 
13:40:59 #8 68.71   Verifying        : libpkgconf-1.8.0-2.fc36.x86_64                      38/178 
13:40:59 #8 68.71   Verifying        : libpng-2:1.6.37-12.fc36.x86_64                      39/178 
13:40:59 #8 68.71   Verifying        : libproxy-0.4.17-4.fc36.x86_64                       40/178 
13:40:59 #8 68.71   Verifying        : libproxy-webkitgtk4-0.4.17-4.fc36.x86_64            41/178 
13:40:59 #8 68.71   Verifying        : libsoup-2.74.2-2.fc36.x86_64                        42/178 
13:40:59 #8 68.71   Verifying        : libstemmer-0-18.585svn.fc36.x86_64                  43/178 
13:40:59 #8 68.71   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     44/178 
13:40:59 #8 68.71   Verifying        : ncurses-6.2-9.20210508.fc36.x86_64                  45/178 
13:40:59 #8 68.71   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     46/178 
13:40:59 #8 68.71   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   47/178 
13:40:59 #8 68.71   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               48/178 
13:40:59 #8 68.71   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        49/178 
13:40:59 #8 68.71   Verifying        : patch-2.7.6-16.fc36.x86_64                          50/178 
13:40:59 #8 68.71   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                51/178 
13:40:59 #8 68.71   Verifying        : perl-B-1.82-486.fc36.x86_64                         52/178 
13:40:59 #8 68.71   Verifying        : perl-Carp-1.52-479.fc36.noarch                      53/178 
13:40:59 #8 68.71   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              54/178 
13:40:59 #8 68.71   Verifying        : perl-Data-Dumper-2.183-3.fc36.x86_64                55/178 
13:40:59 #8 68.71   Verifying        : perl-Digest-1.20-2.fc36.noarch                      56/178 
13:40:59 #8 68.71   Verifying        : perl-Digest-MD5-2.58-479.fc36.x86_64                57/178 
13:40:59 #8 68.71   Verifying        : perl-DynaLoader-1.50-486.fc36.x86_64                58/178 
13:40:59 #8 68.71   Verifying        : perl-Errno-1.33-486.fc36.x86_64                     59/178 
13:40:59 #8 68.71   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  60/178 
13:40:59 #8 68.71   Verifying        : perl-Fcntl-1.14-486.fc36.x86_64                     61/178 
13:40:59 #8 68.71   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             62/178 
13:40:59 #8 68.71   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 63/178 
13:40:59 #8 68.71   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          64/178 
13:40:59 #8 68.71   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 65/178 
13:40:59 #8 68.71   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                66/178 
13:40:59 #8 68.71   Verifying        : perl-Getopt-Long-1:2.52-479.fc36.noarch             67/178 
13:40:59 #8 68.71   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                68/178 
13:40:59 #8 68.71   Verifying        : perl-HTTP-Tiny-0.080-2.fc36.noarch                  69/178 
13:40:59 #8 68.71   Verifying        : perl-IO-1.46-486.fc36.x86_64                        70/178 
13:40:59 #8 68.71   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              71/178 
13:40:59 #8 68.71   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              72/178 
13:40:59 #8 68.72   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 73/178 
13:40:59 #8 68.72   Verifying        : perl-MIME-Base64-3.16-479.fc36.x86_64               74/178 
13:40:59 #8 68.72   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              75/178 
13:40:59 #8 68.72   Verifying        : perl-NDBM_File-1.15-486.fc36.x86_64                 76/178 
13:40:59 #8 68.72   Verifying        : perl-Net-SSLeay-1.92-2.fc36.x86_64                  77/178 
13:40:59 #8 68.72   Verifying        : perl-POSIX-1.97-486.fc36.x86_64                     78/178 
13:40:59 #8 68.72   Verifying        : perl-PathTools-3.80-479.fc36.x86_64                 79/178 
13:40:59 #8 68.72   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             80/178 
13:40:59 #8 68.72   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            81/178 
13:40:59 #8 68.72   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                82/178 
13:40:59 #8 68.72   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               83/178 
13:40:59 #8 68.72   Verifying        : perl-Scalar-List-Utils-5:1.62-464.fc36.x86_64       84/178 
13:40:59 #8 68.72   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               85/178 
13:40:59 #8 68.72   Verifying        : perl-Storable-1:3.25-2.fc36.x86_64                  86/178 
13:40:59 #8 68.72   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    87/178 
13:40:59 #8 68.72   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            88/178 
13:40:59 #8 68.72   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  89/178 
13:40:59 #8 68.72   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         90/178 
13:40:59 #8 68.72   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             91/178 
13:40:59 #8 68.72   Verifying        : perl-URI-5.10-1.fc36.noarch                         92/178 
13:40:59 #8 68.72   Verifying        : perl-base-2.27-486.fc36.noarch                      93/178 
13:40:59 #8 68.72   Verifying        : perl-constant-1.33-480.fc36.noarch                  94/178 
13:40:59 #8 68.72   Verifying        : perl-if-0.60.900-486.fc36.noarch                    95/178 
13:40:59 #8 68.72   Verifying        : perl-interpreter-4:5.34.1-486.fc36.x86_64           96/178 
13:40:59 #8 68.72   Verifying        : perl-libnet-3.13-480.fc36.noarch                    97/178 
13:40:59 #8 68.72   Verifying        : perl-libs-4:5.34.1-486.fc36.x86_64                  98/178 
13:40:59 #8 68.72   Verifying        : perl-mro-1.25-486.fc36.x86_64                       99/178 
13:40:59 #8 68.72   Verifying        : perl-overload-1.33-486.fc36.noarch                 100/178 
13:40:59 #8 68.72   Verifying        : perl-overloading-0.02-486.fc36.noarch              101/178 
13:40:59 #8 68.72   Verifying        : perl-parent-1:0.238-479.fc36.noarch                102/178 
13:40:59 #8 68.72   Verifying        : perl-podlators-1:4.14-479.fc36.noarch              103/178 
13:40:59 #8 68.72   Verifying        : perl-srpm-macros-1-43.fc36.noarch                  104/178 
13:40:59 #8 68.72   Verifying        : perl-subs-1.04-486.fc36.noarch                     105/178 
13:40:59 #8 68.72   Verifying        : perl-vars-1.05-486.fc36.noarch                     106/178 
13:40:59 #8 68.72   Verifying        : pkgconf-1.8.0-2.fc36.x86_64                        107/178 
13:40:59 #8 68.72   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                     108/178 
13:40:59 #8 68.72   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.x86_64             109/178 
13:40:59 #8 68.72   Verifying        : python-srpm-macros-3.10-17.fc36.noarch             110/178 
13:40:59 #8 68.72   Verifying        : python3-construct-2.10.67-4.fc36.noarch            111/178 
13:40:59 #8 68.72   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch             112/178 
13:40:59 #8 68.72   Verifying        : python3-dbus-1.2.18-3.fc36.x86_64                  113/178 
13:40:59 #8 68.72   Verifying        : python3-distro-1.6.0-2.fc36.noarch                 114/178 
13:40:59 #8 68.72   Verifying        : python3-dnf-plugins-core-4.1.0-1.fc36.noarch       115/178 
13:40:59 #8 68.72   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                116/178 
13:40:59 #8 68.72   Verifying        : python3-pybeam-0.7-2.fc36.noarch                   117/178 
13:40:59 #8 68.72   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                   118/178 
13:40:59 #8 68.72   Verifying        : python3-six-1.16.0-5.fc36.noarch                   119/178 
13:40:59 #8 68.72   Verifying        : python3-toml-0.10.2-6.fc36.noarch                  120/178 
13:40:59 #8 68.72   Verifying        : python3-zstd-1.4.5.1-6.fc36.x86_64                 121/178 
13:40:59 #8 68.72   Verifying        : qt5-srpm-macros-5.15.3-1.fc36.noarch               122/178 
13:40:59 #8 68.72   Verifying        : rpm-build-4.17.0-10.fc36.x86_64                    123/178 
13:40:59 #8 68.72   Verifying        : rpmlint-2.2.0-3.fc36.noarch                        124/178 
13:40:59 #8 68.72   Verifying        : rust-srpm-macros-21-1.fc36.noarch                  125/178 
13:40:59 #8 68.72   Verifying        : shared-mime-info-2.1-3.fc35.x86_64                 126/178 
13:40:59 #8 68.72   Verifying        : unzip-6.0-57.fc36.x86_64                           127/178 
13:40:59 #8 68.72   Verifying        : xxhash-libs-0.8.1-2.fc36.x86_64                    128/178 
13:40:59 #8 68.72   Verifying        : xz-5.2.5-9.fc36.x86_64                             129/178 
13:40:59 #8 68.72   Verifying        : zip-3.0-32.fc36.x86_64                             130/178 
13:40:59 #8 68.72   Verifying        : zstd-1.5.2-1.fc36.x86_64                           131/178 
13:40:59 #8 68.72   Verifying        : binutils-2.37-27.fc36.x86_64                       132/178 
13:40:59 #8 68.72   Verifying        : binutils-gold-2.37-27.fc36.x86_64                  133/178 
13:40:59 #8 68.72   Verifying        : elfutils-0.187-2.fc36.x86_64                       134/178 
13:40:59 #8 68.72   Verifying        : elfutils-debuginfod-client-0.187-2.fc36.x86_64     135/178 
13:40:59 #8 68.72   Verifying        : glibc-gconv-extra-2.35-5.fc36.x86_64               136/178 
13:40:59 #8 68.72   Verifying        : perl-Encode-4:3.17-485.fc36.x86_64                 137/178 
13:40:59 #8 68.72   Verifying        : perl-Socket-4:2.033-1.fc36.x86_64                  138/178 
13:40:59 #8 68.72   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            139/178 
13:40:59 #8 68.72   Verifying        : redhat-rpm-config-217-1.fc36.noarch                140/178 
13:40:59 #8 68.72   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc36.noarch         141/178 
13:40:59 #8 68.72   Verifying        : webkit2gtk3-jsc-2.36.1-1.fc36.x86_64               142/178 
13:40:59 #8 68.72   Verifying        : libdnf-0.66.0-1.fc36.x86_64                        143/178 
13:40:59 #8 68.72   Verifying        : libdnf-0.65.0-3.fc36.x86_64                        144/178 
13:40:59 #8 68.72   Verifying        : python3-hawkey-0.66.0-1.fc36.x86_64                145/178 
13:40:59 #8 68.72   Verifying        : python3-hawkey-0.65.0-3.fc36.x86_64                146/178 
13:40:59 #8 68.72   Verifying        : python3-libdnf-0.66.0-1.fc36.x86_64                147/178 
13:40:59 #8 68.72   Verifying        : python3-libdnf-0.65.0-3.fc36.x86_64                148/178 
13:40:59 #8 68.72   Verifying        : python3-rpm-4.17.0-10.fc36.x86_64                  149/178 
13:40:59 #8 68.72   Verifying        : python3-rpm-4.17.0-9.fc36.x86_64                   150/178 
13:40:59 #8 68.72   Verifying        : rpm-4.17.0-10.fc36.x86_64                          151/178 
13:40:59 #8 68.72   Verifying        : rpm-4.17.0-9.fc36.x86_64                           152/178 
13:40:59 #8 68.72   Verifying        : rpm-build-libs-4.17.0-10.fc36.x86_64               153/178 
13:40:59 #8 68.73   Verifying        : rpm-build-libs-4.17.0-9.fc36.x86_64                154/178 
13:40:59 #8 68.73   Verifying        : rpm-libs-4.17.0-10.fc36.x86_64                     155/178 
13:40:59 #8 68.73   Verifying        : rpm-libs-4.17.0-9.fc36.x86_64                      156/178 
13:40:59 #8 68.73   Verifying        : rpm-sign-libs-4.17.0-10.fc36.x86_64                157/178 
13:40:59 #8 68.73   Verifying        : rpm-sign-libs-4.17.0-9.fc36.x86_64                 158/178 
13:40:59 #8 68.73   Verifying        : xz-libs-5.2.5-9.fc36.x86_64                        159/178 
13:40:59 #8 68.73   Verifying        : xz-libs-5.2.5-8.fc36.x86_64                        160/178 
13:40:59 #8 68.73   Verifying        : dnf-4.11.1-3.fc36.noarch                           161/178 
13:40:59 #8 68.73   Verifying        : dnf-4.10.0-2.fc36.noarch                           162/178 
13:40:59 #8 68.73   Verifying        : dnf-data-4.11.1-3.fc36.noarch                      163/178 
13:40:59 #8 68.73   Verifying        : dnf-data-4.10.0-2.fc36.noarch                      164/178 
13:40:59 #8 68.73   Verifying        : elfutils-libelf-0.187-2.fc36.x86_64                165/178 
13:40:59 #8 68.73   Verifying        : elfutils-libelf-0.186-1.fc36.x86_64                166/178 
13:40:59 #8 68.73   Verifying        : elfutils-libs-0.187-2.fc36.x86_64                  167/178 
13:40:59 #8 68.73   Verifying        : elfutils-libs-0.186-1.fc36.x86_64                  168/178 
13:40:59 #8 68.73   Verifying        : glibc-2.35-5.fc36.x86_64                           169/178 
13:40:59 #8 68.73   Verifying        : glibc-2.35-2.fc36.x86_64                           170/178 
13:40:59 #8 68.73   Verifying        : glibc-common-2.35-5.fc36.x86_64                    171/178 
13:40:59 #8 68.73   Verifying        : glibc-common-2.35-2.fc36.x86_64                    172/178 
13:40:59 #8 68.73   Verifying        : glibc-minimal-langpack-2.35-5.fc36.x86_64          173/178 
13:40:59 #8 68.73   Verifying        : glibc-minimal-langpack-2.35-2.fc36.x86_64          174/178 
13:40:59 #8 68.73   Verifying        : python3-dnf-4.11.1-3.fc36.noarch                   175/178 
13:40:59 #8 68.73   Verifying        : python3-dnf-4.10.0-2.fc36.noarch                   176/178 
13:40:59 #8 68.73   Verifying        : yum-4.11.1-3.fc36.noarch                           177/178 
13:40:59 #8 68.73   Verifying        : yum-4.10.0-2.fc36.noarch                           178/178 
13:40:59 #8 68.90 
13:40:59 #8 68.90 Upgraded:
13:40:59 #8 68.90   dnf-4.11.1-3.fc36.noarch                                                      
13:40:59 #8 68.90   dnf-data-4.11.1-3.fc36.noarch                                                 
13:40:59 #8 68.90   elfutils-libelf-0.187-2.fc36.x86_64                                           
13:40:59 #8 68.90   elfutils-libs-0.187-2.fc36.x86_64                                             
13:40:59 #8 68.90   glibc-2.35-5.fc36.x86_64                                                      
13:40:59 #8 68.90   glibc-common-2.35-5.fc36.x86_64                                               
13:40:59 #8 68.90   glibc-minimal-langpack-2.35-5.fc36.x86_64                                     
13:40:59 #8 68.90   libdnf-0.66.0-1.fc36.x86_64                                                   
13:40:59 #8 68.90   python3-dnf-4.11.1-3.fc36.noarch                                              
13:40:59 #8 68.90   python3-hawkey-0.66.0-1.fc36.x86_64                                           
13:40:59 #8 68.90   python3-libdnf-0.66.0-1.fc36.x86_64                                           
13:40:59 #8 68.90   python3-rpm-4.17.0-10.fc36.x86_64                                             
13:40:59 #8 68.90   rpm-4.17.0-10.fc36.x86_64                                                     
13:40:59 #8 68.90   rpm-build-libs-4.17.0-10.fc36.x86_64                                          
13:40:59 #8 68.90   rpm-libs-4.17.0-10.fc36.x86_64                                                
13:40:59 #8 68.90   rpm-sign-libs-4.17.0-10.fc36.x86_64                                           
13:40:59 #8 68.90   xz-libs-5.2.5-9.fc36.x86_64                                                   
13:40:59 #8 68.90   yum-4.11.1-3.fc36.noarch                                                      
13:40:59 #8 68.90 Installed:
13:40:59 #8 68.90   abattis-cantarell-fonts-0.301-7.fc36.noarch                                   
13:40:59 #8 68.90   adobe-source-code-pro-fonts-2.030.1.050-12.fc36.noarch                        
13:40:59 #8 68.90   binutils-2.37-27.fc36.x86_64                                                  
13:40:59 #8 68.90   binutils-gold-2.37-27.fc36.x86_64                                             
13:40:59 #8 68.90   bzip2-1.0.8-11.fc36.x86_64                                                    
13:40:59 #8 68.90   cpio-2.13-12.fc36.x86_64                                                      
13:40:59 #8 68.90   dash-0.5.10.2-10.fc36.x86_64                                                  
13:40:59 #8 68.90   dbus-libs-1:1.14.0-1.fc36.x86_64                                              
13:40:59 #8 68.90   debugedit-5.0-3.fc36.x86_64                                                   
13:40:59 #8 68.90   devscripts-checkbashisms-2.22.1-1.fc36.x86_64                                 
13:40:59 #8 68.90   diffutils-3.8-2.fc36.x86_64                                                   
13:40:59 #8 68.90   dnf-plugins-core-4.1.0-1.fc36.noarch                                          
13:40:59 #8 68.90   dwz-0.14-2.fc35.x86_64                                                        
13:40:59 #8 68.90   ed-1.14.2-12.fc36.x86_64                                                      
13:40:59 #8 68.90   efi-srpm-macros-5-5.fc36.noarch                                               
13:40:59 #8 68.90   elfutils-0.187-2.fc36.x86_64                                                  
13:40:59 #8 68.90   elfutils-debuginfod-client-0.187-2.fc36.x86_64                                
13:40:59 #8 68.90   enchant-1:1.6.0-30.fc36.x86_64                                                
13:40:59 #8 68.90   file-5.41-4.fc36.x86_64                                                       
13:40:59 #8 68.90   fonts-filesystem-1:2.0.5-7.fc36.noarch                                        
13:40:59 #8 68.90   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
13:40:59 #8 68.90   fpc-srpm-macros-1.3-5.fc36.noarch                                             
13:40:59 #8 68.90   gdb-minimal-11.2-3.fc36.x86_64                                                
13:40:59 #8 68.90   gdk-pixbuf2-2.42.8-1.fc36.x86_64                                              
13:40:59 #8 68.90   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
13:40:59 #8 68.90   glib-networking-2.72.0-1.fc36.x86_64                                          
13:40:59 #8 68.90   glibc-gconv-extra-2.35-5.fc36.x86_64                                          
13:40:59 #8 68.90   gnat-srpm-macros-4-15.fc36.noarch                                             
13:40:59 #8 68.90   go-srpm-macros-3.0.15-1.fc36.noarch                                           
13:40:59 #8 68.90   groff-base-1.22.4-9.fc36.x86_64                                               
13:40:59 #8 68.90   gsettings-desktop-schemas-42.0-1.fc36.x86_64                                  
13:40:59 #8 68.90   hunspell-1.7.0-19.fc36.x86_64                                                 
13:40:59 #8 68.90   hunspell-en-0.20140811.1-22.fc36.noarch                                       
13:40:59 #8 68.90   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
13:40:59 #8 68.90   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
13:40:59 #8 68.90   hunspell-filesystem-1.7.0-19.fc36.x86_64                                      
13:40:59 #8 68.90   info-6.8-3.fc36.x86_64                                                        
13:40:59 #8 68.90   json-glib-1.6.6-2.fc36.x86_64                                                 
13:40:59 #8 68.90   kernel-srpm-macros-1.0-14.fc36.noarch                                         
13:40:59 #8 68.90   libappstream-glib-0.7.18-4.fc36.x86_64                                        
13:40:59 #8 68.90   libicu-69.1-5.fc36.x86_64                                                     
13:40:59 #8 68.90   libjpeg-turbo-2.1.2-2.fc36.x86_64                                             
13:40:59 #8 68.90   libpkgconf-1.8.0-2.fc36.x86_64                                                
13:40:59 #8 68.90   libpng-2:1.6.37-12.fc36.x86_64                                                
13:40:59 #8 68.90   libproxy-0.4.17-4.fc36.x86_64                                                 
13:40:59 #8 68.90   libproxy-webkitgtk4-0.4.17-4.fc36.x86_64                                      
13:40:59 #8 68.90   libsoup-2.74.2-2.fc36.x86_64                                                  
13:40:59 #8 68.90   libstemmer-0-18.585svn.fc36.x86_64                                            
13:40:59 #8 68.90   lua-srpm-macros-1-6.fc36.noarch                                               
13:40:59 #8 68.90   ncurses-6.2-9.20210508.fc36.x86_64                                            
13:40:59 #8 68.90   nim-srpm-macros-3-6.fc36.noarch                                               
13:40:59 #8 68.90   ocaml-srpm-macros-6-6.fc36.noarch                                             
13:40:59 #8 68.90   openblas-srpm-macros-2-11.fc36.noarch                                         
13:40:59 #8 68.90   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
13:40:59 #8 68.90   patch-2.7.6-16.fc36.x86_64                                                    
13:40:59 #8 68.90   perl-AutoLoader-5.74-486.fc36.noarch                                          
13:40:59 #8 68.90   perl-B-1.82-486.fc36.x86_64                                                   
13:40:59 #8 68.90   perl-Carp-1.52-479.fc36.noarch                                                
13:40:59 #8 68.90   perl-Class-Struct-0.66-486.fc36.noarch                                        
13:40:59 #8 68.90   perl-Data-Dumper-2.183-3.fc36.x86_64                                          
13:40:59 #8 68.90   perl-Digest-1.20-2.fc36.noarch                                                
13:40:59 #8 68.90   perl-Digest-MD5-2.58-479.fc36.x86_64                                          
13:40:59 #8 68.90   perl-DynaLoader-1.50-486.fc36.x86_64                                          
13:40:59 #8 68.90   perl-Encode-4:3.17-485.fc36.x86_64                                            
13:40:59 #8 68.90   perl-Errno-1.33-486.fc36.x86_64                                               
13:40:59 #8 68.90   perl-Exporter-5.76-480.fc36.noarch                                            
13:40:59 #8 68.90   perl-Fcntl-1.14-486.fc36.x86_64                                               
13:40:59 #8 68.90   perl-File-Basename-2.85-486.fc36.noarch                                       
13:40:59 #8 68.90   perl-File-Path-2.18-479.fc36.noarch                                           
13:40:59 #8 68.90   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
13:40:59 #8 68.90   perl-File-stat-1.09-486.fc36.noarch                                           
13:40:59 #8 68.90   perl-FileHandle-2.03-486.fc36.noarch                                          
13:40:59 #8 68.90   perl-Getopt-Long-1:2.52-479.fc36.noarch                                       
13:40:59 #8 68.90   perl-Getopt-Std-1.13-486.fc36.noarch                                          
13:40:59 #8 68.90   perl-HTTP-Tiny-0.080-2.fc36.noarch                                            
13:40:59 #8 68.90   perl-IO-1.46-486.fc36.x86_64                                                  
13:40:59 #8 68.90   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
13:40:59 #8 68.90   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
13:40:59 #8 68.90   perl-IPC-Open3-1.21-486.fc36.noarch                                           
13:40:59 #8 68.90   perl-MIME-Base64-3.16-479.fc36.x86_64                                         
13:40:59 #8 68.90   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
13:40:59 #8 68.90   perl-NDBM_File-1.15-486.fc36.x86_64                                           
13:40:59 #8 68.90   perl-Net-SSLeay-1.92-2.fc36.x86_64                                            
13:40:59 #8 68.90   perl-POSIX-1.97-486.fc36.x86_64                                               
13:40:59 #8 68.90   perl-PathTools-3.80-479.fc36.x86_64                                           
13:40:59 #8 68.90   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
13:40:59 #8 68.90   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
13:40:59 #8 68.90   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
13:40:59 #8 68.90   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
13:40:59 #8 68.90   perl-Scalar-List-Utils-5:1.62-464.fc36.x86_64                                 
13:40:59 #8 68.90   perl-SelectSaver-1.02-486.fc36.noarch                                         
13:40:59 #8 68.90   perl-Socket-4:2.033-1.fc36.x86_64                                             
13:40:59 #8 68.90   perl-Storable-1:3.25-2.fc36.x86_64                                            
13:40:59 #8 68.90   perl-Symbol-1.09-486.fc36.noarch                                              
13:40:59 #8 68.90   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
13:40:59 #8 68.90   perl-Term-Cap-1.17-479.fc36.noarch                                            
13:40:59 #8 68.90   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
13:40:59 #8 68.90   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
13:40:59 #8 68.90   perl-Time-Local-2:1.300-479.fc36.noarch                                       
13:40:59 #8 68.90   perl-URI-5.10-1.fc36.noarch                                                   
13:40:59 #8 68.90   perl-base-2.27-486.fc36.noarch                                                
13:40:59 #8 68.90   perl-constant-1.33-480.fc36.noarch                                            
13:40:59 #8 68.90   perl-if-0.60.900-486.fc36.noarch                                              
13:40:59 #8 68.90   perl-interpreter-4:5.34.1-486.fc36.x86_64                                     
13:40:59 #8 68.90   perl-libnet-3.13-480.fc36.noarch                                              
13:40:59 #8 68.90   perl-libs-4:5.34.1-486.fc36.x86_64                                            
13:40:59 #8 68.90   perl-mro-1.25-486.fc36.x86_64                                                 
13:40:59 #8 68.90   perl-overload-1.33-486.fc36.noarch                                            
13:40:59 #8 68.90   perl-overloading-0.02-486.fc36.noarch                                         
13:40:59 #8 68.90   perl-parent-1:0.238-479.fc36.noarch                                           
13:40:59 #8 68.90   perl-podlators-1:4.14-479.fc36.noarch                                         
13:40:59 #8 68.90   perl-srpm-macros-1-43.fc36.noarch                                             
13:40:59 #8 68.90   perl-subs-1.04-486.fc36.noarch                                                
13:40:59 #8 68.90   perl-vars-1.05-486.fc36.noarch                                                
13:40:59 #8 68.90   pkgconf-1.8.0-2.fc36.x86_64                                                   
13:40:59 #8 68.90   pkgconf-m4-1.8.0-2.fc36.noarch                                                
13:40:59 #8 68.90   pkgconf-pkg-config-1.8.0-2.fc36.x86_64                                        
13:40:59 #8 68.90   python-srpm-macros-3.10-17.fc36.noarch                                        
13:40:59 #8 68.90   python3-construct-2.10.67-4.fc36.noarch                                       
13:40:59 #8 68.90   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
13:40:59 #8 68.90   python3-dbus-1.2.18-3.fc36.x86_64                                             
13:40:59 #8 68.90   python3-distro-1.6.0-2.fc36.noarch                                            
13:40:59 #8 68.90   python3-dnf-plugins-core-4.1.0-1.fc36.noarch                                  
13:40:59 #8 68.90   python3-enchant-3.2.2-2.fc36.noarch                                           
13:40:59 #8 68.90   python3-pybeam-0.7-2.fc36.noarch                                              
13:40:59 #8 68.90   python3-pyxdg-0.27-4.fc36.noarch                                              
13:40:59 #8 68.90   python3-six-1.16.0-5.fc36.noarch                                              
13:40:59 #8 68.90   python3-toml-0.10.2-6.fc36.noarch                                             
13:40:59 #8 68.90   python3-zstd-1.4.5.1-6.fc36.x86_64                                            
13:40:59 #8 68.90   qt5-srpm-macros-5.15.3-1.fc36.noarch                                          
13:40:59 #8 68.90   redhat-rpm-config-217-1.fc36.noarch                                           
13:40:59 #8 68.90   rpm-build-4.17.0-10.fc36.x86_64                                               
13:40:59 #8 68.90   rpmautospec-rpm-macros-0.2.6-1.fc36.noarch                                    
13:40:59 #8 68.90   rpmlint-2.2.0-3.fc36.noarch                                                   
13:40:59 #8 68.90   rust-srpm-macros-21-1.fc36.noarch                                             
13:40:59 #8 68.90   shared-mime-info-2.1-3.fc35.x86_64                                            
13:40:59 #8 68.90   unzip-6.0-57.fc36.x86_64                                                      
13:40:59 #8 68.90   webkit2gtk3-jsc-2.36.1-1.fc36.x86_64                                          
13:40:59 #8 68.90   xxhash-libs-0.8.1-2.fc36.x86_64                                               
13:40:59 #8 68.90   xz-5.2.5-9.fc36.x86_64                                                        
13:40:59 #8 68.90   zip-3.0-32.fc36.x86_64                                                        
13:40:59 #8 68.90   zstd-1.5.2-1.fc36.x86_64                                                      
13:40:59 #8 68.90 
13:40:59 #8 68.90 Complete!
13:40:59 #8 DONE 69.1s
13:40:59 
13:40:59 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
13:40:59 #10 sha256:d6b20ac8a430bcedeca466432012a670b43df910968e18daf240695d317eb239
13:40:59 #10 DONE 0.1s
13:40:59 
13:40:59 #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;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
13:40:59 #11 sha256:16f0a5a83facbd3c74b8cfac8fc767b6ddf9e22d9ba92f7344ef44c4db03068d
13:40:59 #13 27.03   Cleanup          : glibc-gconv-extra-2.28-189.el8.x86_64                69/70 
13:40:59 #13 27.03   Running scriptlet: glibc-gconv-extra-2.28-189.el8.x86_64                69/70 
13:40:59 #13 27.05   Cleanup          : libgcc-8.5.0-10.el8.x86_64                           70/70 
13:40:59 #11 0.919 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
13:40:59 #11 1.076 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
13:40:59 #9 57.00 Setting up binutils-common:armhf (2.37-7ubuntu1) ...
13:40:59 #9 57.01 Setting up libnghttp2-14:armhf (1.43.0-1) ...
13:40:59 #9 57.02 Setting up libmagic1:armhf (1:5.39-3) ...
13:40:59 #9 57.05 Setting up libdeflate0:armhf (1.7-2ubuntu2) ...
13:40:59 #9 57.06 Setting up less (551-2) ...
13:40:59 #9 57.07 Setting up perl-openssl-defaults:armhf (5) ...
13:40:59 #9 57.09 Setting up linux-libc-dev:armhf (5.13.0-40.45) ...
13:40:59 #9 57.10 Setting up libctf-nobfd0:armhf (2.37-7ubuntu1) ...
13:40:59 #9 57.12 Setting up gettext-base (0.21-4ubuntu3) ...
13:40:59 #9 57.13 Setting up liblzo2-2:armhf (2.10-2build1) ...
13:40:59 #9 57.14 Setting up libnpth0:armhf (1.6-3) ...
13:40:59 #9 57.15 Setting up file (1:5.39-3) ...
13:40:59 #9 57.16 Setting up libassuan0:armhf (2.5.5-1) ...
13:40:59 #9 57.17 Setting up libgomp1:armhf (11.2.0-7ubuntu2) ...
13:40:59 #9 57.18 Setting up libcbor0.6:armhf (0.6.0-0ubuntu3) ...
13:40:59 #9 57.20 Setting up bzip2 (1.0.8-4ubuntu3) ...
13:40:59 #9 57.21 Setting up libldap-common (2.5.6+dfsg-1~exp1ubuntu1) ...
13:40:59 #9 57.22 Setting up libjbig0:armhf (2.1-3.1build1) ...
13:40:59 #9 57.23 Setting up libfakeroot:armhf (1.25.3-1.1ubuntu2) ...
13:40:59 #9 57.25 Setting up libasan6:armhf (11.2.0-7ubuntu2) ...
13:40:59 #9 57.29 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:40:59 #9 57.30 Setting up tzdata (2022a-0ubuntu0.21.10) ...
13:40:59 #11 9.385   Installing       : perl-threads-shared-1.62-478.fc35.x86_64            20/111 
13:40:59 #11 9.422   Installing       : perl-Thread-Queue-3.14-478.fc35.noarch              21/111 
13:40:59 #11 9.440   Installing       : automake-1.16.2-5.fc35.noarch                       22/111 
13:40:59 #11 9.484   Installing       : python3-libsemanage-3.3-1.fc35.x86_64               23/111 
13:40:59 #11 9.491   Installing       : python3-audit-3.0.8-1.fc35.x86_64                   24/111 
13:40:59 #11 5.520 The following NEW packages will be installed:
13:40:59 #11 5.520   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
13:40:59 #11 5.520   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:40:59 #11 5.520   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
13:40:59 #11 5.520   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
13:40:59 #11 5.520   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
13:40:59 #11 5.521   libuv1 pkg-config
13:40:59 #8 61.56 Setting up libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.10) ...
13:40:59 #8 61.58 Setting up dput (1.0.1ubuntu1) ...
13:40:59 #8 61.76 Setting up libstring-copyright-perl (0.003005-1) ...
13:40:59 #8 61.77 Setting up libhtml-parser-perl (3.72-3build1) ...
13:40:59 #8 61.79 Setting up automake (1:1.15.1-3ubuntu2) ...
13:40:59 #8 61.80 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
13:40:59 #8 61.80 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist
13:40:59 #8 61.80 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist
13:40:59 #8 59.86 Setting up gpgsm (2.2.12-1+deb10u1) ...
13:40:59 #8 59.87 Setting up libgsasl7 (1.8.0-8+b2) ...
13:40:59 #8 59.88 Setting up libxext6:armhf (2:1.3.3-1+b2) ...
13:40:59 #8 59.90 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
13:40:59 #8 59.91 Setting up python3 (3.7.3-1) ...
13:40:59 #9 58.21 Setting up binutils (2.34-6ubuntu1.3) ...
13:40:59 #9 58.23 Setting up python3-xdg (0.26-1ubuntu1) ...
13:40:59 #9 51.39 Preparing to unpack .../314-libstring-copyright-perl_0.003012-1_all.deb ...
13:40:59 #9 51.40 Unpacking libstring-copyright-perl (0.003012-1) ...
13:40:59 #9 51.43 Selecting previously unselected package libstring-escape-perl.
13:40:59 #9 51.43 Preparing to unpack .../315-libstring-escape-perl_2010.002-2_all.deb ...
13:40:59 #9 51.43 Unpacking libstring-escape-perl (2010.002-2) ...
13:40:59 #9 51.47 Selecting previously unselected package libstring-shellquote-perl.
13:40:59 #9 51.47 Preparing to unpack .../316-libstring-shellquote-perl_1.04-1_all.deb ...
13:40:59 #9 51.47 Unpacking libstring-shellquote-perl (1.04-1) ...
13:40:59 #9 51.51 Selecting previously unselected package libxs-parse-keyword-perl.
13:40:59 #17 exporting layers 4.9s done
13:40:59 #17 writing image sha256:53811e076c25894c7ffdcaf00590862a2337bb33d5fc0d7e1e4cd2c4ea6a67c3 done
13:40:59 #17 naming to docker.io/debbuild-ubuntu-bionic/x86_64 done
13:40:59 #17 DONE 4.9s
13:40:59 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/x86_64
13:40:59 + set -e
13:40:59 + mkdir -p /root/build-deb/engine
13:40:59 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:40:59 #8 53.09 Setting up patch (2.7.6-7) ...
13:40:59 #8 53.10 Setting up autopoint (0.21-4) ...
13:40:59 #8 53.11 Setting up libwebp6:armhf (0.6.1-2.1) ...
13:40:59 #8 53.13 Setting up fonts-dejavu-core (2.37-2) ...
13:40:59 #8 53.27 Setting up libxdelta2 (1.1.3-9.3) ...
13:40:59 #8 53.28 Setting up libncursesw6:armhf (6.2+20201114-2) ...
13:40:59 #8 53.29 Setting up libltdl7:armhf (2.4.6-15) ...
13:40:59 #8 53.30 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
13:40:59 #8 53.31 Setting up libubsan1:armhf (10.2.1-6) ...
13:40:59 #8 53.33 Setting up libmd0:armhf (1.0.3-3) ...
13:40:59 #8 53.34 Setting up python-apt-common (2.2.1) ...
13:40:59 #8 53.35 Setting up libnsl-dev:armhf (1.3.0-2) ...
13:40:59 #13 27.05   Running scriptlet: libgcc-8.5.0-10.el8.x86_64                           70/70 
13:40:59 #13 27.18   Running scriptlet: glibc-common-2.28-199.el8.x86_64                     70/70 
13:40:59 #13 27.38   Verifying        : annobin-10.67-1.el8.x86_64                            1/70 
13:40:59 #13 27.38   Verifying        : autoconf-2.69-29.el8.noarch                           2/70 
13:40:59 #13 27.38   Verifying        : automake-1.16.1-7.el8.noarch                          3/70 
13:40:59 #13 27.38   Verifying        : cmake-3.20.2-4.el8.x86_64                             4/70 
13:40:59 #13 27.38   Verifying        : cmake-data-3.20.2-4.el8.noarch                        5/70 
13:40:59 #13 27.38   Verifying        : cmake-filesystem-3.20.2-4.el8.x86_64                  6/70 
13:40:59 #13 27.38   Verifying        : cmake-rpm-macros-3.20.2-4.el8.noarch                  7/70 
13:40:59 #13 27.38   Verifying        : cpp-8.5.0-13.el8.x86_64                               8/70 
13:40:59 #13 27.38   Verifying        : gcc-8.5.0-13.el8.x86_64                               9/70 
13:40:59 #13 27.38   Verifying        : git-2.31.1-2.el8.x86_64                              10/70 
13:40:59 #13 27.38   Verifying        : git-core-2.31.1-2.el8.x86_64                         11/70 
13:40:59 #13 27.38   Verifying        : git-core-doc-2.31.1-2.el8.noarch                     12/70 
13:40:59 #13 27.38   Verifying        : isl-0.16.1-6.el8.x86_64                              13/70 
13:40:59 #13 27.38   Verifying        : libmpc-1.1.0-9.1.el8.x86_64                          14/70 
13:40:59 #13 27.38   Verifying        : libseccomp-devel-2.5.2-1.el8.x86_64                  15/70 
13:40:59 #13 27.38   Verifying        : libtool-2.4.6-25.el8.x86_64                          16/70 
13:40:59 #13 27.38   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.x86_64               17/70 
13:40:59 #13 27.38   Verifying        : libuv-1:1.41.1-1.el8_4.x86_64                        18/70 
13:40:59 #13 27.38   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    19/70 
13:40:59 #13 27.38   Verifying        : perl-Git-2.31.1-2.el8.noarch                         20/70 
13:40:59 #13 27.38   Verifying        : perl-TermReadKey-2.37-7.el8.x86_64                   21/70 
13:40:59 #13 27.38   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  22/70 
13:40:59 #13 27.38   Verifying        : vim-filesystem-2:8.0.1763-16.el8_5.12.noarch         23/70 
13:40:59 #13 27.38   Verifying        : checkpolicy-2.9-1.el8.x86_64                         24/70 
13:40:59 #13 27.38   Verifying        : glibc-devel-2.28-199.el8.x86_64                      25/70 
13:40:59 #13 27.38   Verifying        : glibc-headers-2.28-199.el8.x86_64                    26/70 
13:40:59 #13 27.38   Verifying        : glibc-langpack-en-2.28-199.el8.x86_64                27/70 
13:40:59 #13 27.38   Verifying        : kernel-headers-4.18.0-383.el8.x86_64                 28/70 
13:40:59 #13 27.38   Verifying        : less-530-1.el8.x86_64                                29/70 
13:40:59 #13 27.38   Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                30/70 
13:40:59 #13 27.38   Verifying        : libgomp-8.5.0-13.el8.x86_64                          31/70 
13:40:59 #13 27.38   Verifying        : libselinux-devel-2.9-5.el8.x86_64                    32/70 
13:40:59 #13 27.38   Verifying        : libselinux-utils-2.9-5.el8.x86_64                    33/70 
13:40:59 #13 27.38   Verifying        : libsepol-devel-2.9-3.el8.x86_64                      34/70 
13:40:59 #13 27.38   Verifying        : libxcrypt-devel-4.1.1-6.el8.x86_64                   35/70 
13:40:59 #13 27.38   Verifying        : m4-1.4.18-7.el8.x86_64                               36/70 
13:40:59 #13 27.38   Verifying        : make-1:4.2.1-11.el8.x86_64                           37/70 
13:40:59 #13 27.38   Verifying        : openssh-8.0p1-12.el8.x86_64                          38/70 
13:40:59 #13 27.38   Verifying        : openssh-clients-8.0p1-12.el8.x86_64                  39/70 
13:40:59 #13 27.38   Verifying        : pcre2-devel-10.32-2.el8.x86_64                       40/70 
13:40:59 #13 27.38   Verifying        : pcre2-utf16-10.32-2.el8.x86_64                       41/70 
13:40:59 #13 27.38   Verifying        : pcre2-utf32-10.32-2.el8.x86_64                       42/70 
13:40:59 #13 27.38   Verifying        : policycoreutils-2.9-19.el8.x86_64                    43/70 
13:40:59 #13 27.38   Verifying        : policycoreutils-devel-2.9-19.el8.x86_64              44/70 
13:40:59 #13 27.38   Verifying        : policycoreutils-python-utils-2.9-19.el8.noarch       45/70 
13:40:59 #13 27.38   Verifying        : python3-audit-3.0.7-2.el8.x86_64                     46/70 
13:40:59 #13 27.38   Verifying        : python3-libselinux-2.9-5.el8.x86_64                  47/70 
13:40:59 #13 27.38   Verifying        : python3-libsemanage-2.9-8.el8.x86_64                 48/70 
13:40:59 #13 27.38   Verifying        : python3-policycoreutils-2.9-19.el8.noarch            49/70 
13:40:59 #13 27.38   Verifying        : python3-setools-4.3.0-3.el8.x86_64                   50/70 
13:40:59 #13 27.38   Verifying        : rpm-plugin-selinux-4.14.3-23.el8.x86_64              51/70 
13:40:59 #13 27.38   Verifying        : selinux-policy-3.14.3-97.el8.noarch                  52/70 
13:40:59 #13 27.38   Verifying        : selinux-policy-devel-3.14.3-97.el8.noarch            53/70 
13:40:59 #13 27.38   Verifying        : selinux-policy-minimum-3.14.3-97.el8.noarch          54/70 
13:40:59 #13 27.38   Verifying        : systemd-devel-239-58.el8.x86_64                      55/70 
13:40:59 #13 27.38   Verifying        : device-mapper-devel-8:1.02.181-3.el8.x86_64          56/70 
13:40:59 #13 27.38   Verifying        : glibc-static-2.28-199.el8.x86_64                     57/70 
13:40:59 #13 27.38   Verifying        : libxcrypt-static-4.1.1-6.el8.x86_64                  58/70 
13:40:59 #13 27.38   Verifying        : glibc-gconv-extra-2.28-199.el8.x86_64                59/70 
13:40:59 #13 27.38   Verifying        : glibc-gconv-extra-2.28-189.el8.x86_64                60/70 
13:40:59 #13 27.38   Verifying        : bash-4.4.20-4.el8.x86_64                             61/70 
13:40:59 #13 27.38   Verifying        : bash-4.4.20-3.el8.x86_64                             62/70 
13:40:59 #13 27.39   Verifying        : glibc-2.28-199.el8.x86_64                            63/70 
13:40:59 #13 27.39   Verifying        : glibc-2.28-189.el8.x86_64                            64/70 
13:40:59 #13 27.39   Verifying        : glibc-common-2.28-199.el8.x86_64                     65/70 
13:40:59 #13 27.39   Verifying        : glibc-common-2.28-189.el8.x86_64                     66/70 
13:40:59 #13 27.39   Verifying        : glibc-minimal-langpack-2.28-199.el8.x86_64           67/70 
13:40:59 #13 27.39   Verifying        : glibc-minimal-langpack-2.28-189.el8.x86_64           68/70 
13:40:59 #13 27.39   Verifying        : libgcc-8.5.0-13.el8.x86_64                           69/70 
13:40:59 #9 57.41 
13:40:59 #9 57.41 Current default time zone: 'Etc/UTC'
13:40:59 #9 57.42 Local time is now:      Wed May  4 13:40:59 UTC 2022.
13:40:59 #9 57.42 Universal Time is now:  Wed May  4 13:40:59 UTC 2022.
13:40:59 #9 57.42 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:40:59 #9 57.42 
13:40:59 #9 57.47 Setting up fakeroot (1.25.3-1.1ubuntu2) ...
13:40:59 #9 57.49 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:40:59 #9 57.49 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:59 #9 57.49 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:59 #9 57.49 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:59 #9 57.49 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:59 #9 57.49 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:59 #9 57.49 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:59 #9 57.49 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:59 #9 57.49 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:40:59 #9 57.50 Setting up autotools-dev (20180224.1+nmu1) ...
13:40:59 #9 57.51 Setting up libtirpc-dev:armhf (1.3.2-2) ...
13:40:59 #9 57.52 Setting up rpcsvc-proto (1.4.2-0ubuntu5) ...
13:40:59 #11 9.527   Installing       : gc-8.0.4-6.fc35.x86_64                              25/111 
13:40:59 #11 9.795   Installing       : guile22-2.2.7-3.fc35.x86_64                         26/111 
13:40:59 #11 9.842   Installing       : make-1:4.3-6.fc35.x86_64                            27/111 
13:40:59 #11 9.849   Installing       : kmod-libs-29-4.fc35.x86_64                          28/111 
13:40:59 #11 9.886   Installing       : libnl3-3.5.0-8.fc35.x86_64                          29/111 
13:40:59 #11 5.970 0 upgraded, 30 newly installed, 0 to remove and 5 not upgraded.
13:40:59 #11 5.970 1 not fully installed or removed.
13:40:59 #11 5.970 Need to get 17.5 MB of archives.
13:40:59 #11 5.970 After this operation, 72.0 MB of additional disk space will be used.
13:40:59 #11 5.970 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libstdc++-8-dev armhf 8.3.0-6+rpi1 [1545 kB]
13:40:59 #11 6.060 Get:2 http://archive.raspberrypi.org/debian buster/main armhf cmake-data all 3.16.3-3~bpo10+1 [1628 kB]
13:40:59 #11 0.926 Reading package lists...
13:40:59 #8 61.82 Setting up libipc-run-perl (0.96-1) ...
13:40:59 #8 61.84 Setting up libcgi-pm-perl (4.38-1) ...
13:40:59 #8 61.86 Setting up libdevel-globaldestruction-perl (0.14-1) ...
13:40:59 #8 61.91 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
13:40:59 #8 60.20 Setting up python3-xdg (0.25-5) ...
13:40:59 #9 58.41 Setting up man-db (2.9.1-1) ...
13:40:59 #9 58.51 Building database of manual pages ...
13:40:59 #9 51.51 Preparing to unpack .../317-libxs-parse-keyword-perl_0.21-1build1_armhf.deb ...
13:40:59 #9 51.51 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
13:40:59 #9 51.55 Selecting previously unselected package libsyntax-keyword-try-perl.
13:40:59 #9 51.55 Preparing to unpack .../318-libsyntax-keyword-try-perl_0.26-1build1_armhf.deb ...
13:40:59 #9 51.55 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
13:40:59 #9 51.59 Selecting previously unselected package libterm-readkey-perl.
13:40:59 #9 51.59 Preparing to unpack .../319-libterm-readkey-perl_2.38-1build4_armhf.deb ...
13:40:59 #9 51.59 Unpacking libterm-readkey-perl (2.38-1build4) ...
13:40:59 #9 51.65 Selecting previously unselected package libtext-levenshteinxs-perl.
13:40:59 #9 51.65 Preparing to unpack .../320-libtext-levenshteinxs-perl_0.03-4build10_armhf.deb ...
13:40:59 #9 51.66 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
13:40:59 #9 51.69 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
13:40:59 #9 51.69 Preparing to unpack .../321-libtext-markdown-discount-perl_0.13-1build1_armhf.deb ...
13:40:59 #9 51.70 Unpacking libtext-markdown-discount-perl:armhf (0.13-1build1) ...
13:40:59 #9 51.73 Selecting previously unselected package libtext-xslate-perl:armhf.
13:40:59 #9 51.73 Preparing to unpack .../322-libtext-xslate-perl_3.5.9-1build1_armhf.deb ...
13:40:59 #9 51.74 Unpacking libtext-xslate-perl:armhf (3.5.9-1build1) ...
13:40:59 #9 51.78 Selecting previously unselected package libtime-duration-perl.
13:40:59 #9 51.78 Preparing to unpack .../323-libtime-duration-perl_1.21-1_all.deb ...
13:40:59 #15 exporting layers 2.4s done
13:40:59 #15 writing image sha256:d4c4319c6a956c322636540fbf78ec319481ae6d6b456baaa7b3db1f5276d99b done
13:40:59 #15 naming to docker.io/rpmbuild-fedora-34/aarch64 done
13:40:59 #15 DONE 2.4s
13:40:59 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-34/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-34/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-34/aarch64 -ba --define '_gitcommit_cli bfa9b40' --define '_gitcommit_engine 613b798' --define '_release 0' --define '_version 0.0.0.20220503081348.bfa9b40' --define '_origversion 0.0.0-20220503081348-bfa9b40' --define '_buildx_rpm_version 0.8.2' --define '_buildx_version v0.8.2' --define '_compose_rpm_version 2.5.0' --define '_compose_version v2.5.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec
13:41:00 #8 53.37 Setting up sensible-utils (0.0.14) ...
13:41:00 #8 53.38 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
13:41:00 #8 53.40 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
13:41:00 #8 53.41 Setting up libuchardet0:armhf (0.0.7-1) ...
13:41:00 #8 53.42 Setting up lzop (1.04-2) ...
13:41:00 #8 53.44 Setting up libmpdec3:armhf (2.5.1-1) ...
13:41:00 #8 53.45 Setting up git-man (1:2.30.2-1) ...
13:41:00 #8 53.46 Setting up libssh2-1:armhf (1.9.0-2) ...
13:41:00 #8 53.47 Setting up netbase (6.3) ...
13:41:00 #8 53.50 Setting up libtiff5:armhf (4.2.0-1+deb11u1) ...
13:41:00 #8 53.51 Setting up libbinutils:armhf (2.35.2-2) ...
13:41:00 #8 53.52 Setting up libfido2-1:armhf (1.6.0-2) ...
13:41:00 #8 53.53 Setting up libisl23:armhf (0.23-1) ...
13:41:00 #8 53.54 Setting up libc-dev-bin (2.31-13+deb11u3) ...
13:41:00 #8 53.55 Setting up openssl (1.1.1n-0+deb11u1) ...
13:41:00 #8 53.57 Setting up libbsd0:armhf (0.11.3-1) ...
13:41:00 #8 53.58 Setting up libelf1:armhf (0.183-1) ...
13:41:00 #8 53.59 Setting up readline-common (8.1-1) ...
13:41:00 #8 53.61 Setting up publicsuffix (20211207.1025-0+deb11u1) ...
13:41:00 #8 53.62 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u1) ...
13:41:00 #8 53.63 Setting up libmarkdown2:armhf (2.2.6-1) ...
13:41:00 #8 53.64 Setting up libcc1-0:armhf (10.2.1-6) ...
13:41:00 #8 53.65 Setting up iso-codes (4.6.0-1) ...
13:41:00 #8 53.67 Setting up liblocale-gettext-perl (1.07-4+b1) ...
13:41:00 #8 53.68 Setting up cpp-10 (10.2.1-6) ...
13:41:00 #13 27.39   Verifying        : libgcc-8.5.0-10.el8.x86_64                           70/70 
13:41:00 #13 27.59 
13:41:00 #13 27.59 Upgraded:
13:41:00 #13 27.59   bash-4.4.20-4.el8.x86_64                                                      
13:41:00 #13 27.59   glibc-2.28-199.el8.x86_64                                                     
13:41:00 #13 27.59   glibc-common-2.28-199.el8.x86_64                                              
13:41:00 #13 27.59   glibc-gconv-extra-2.28-199.el8.x86_64                                         
13:41:00 #13 27.59   glibc-minimal-langpack-2.28-199.el8.x86_64                                    
13:41:00 #13 27.59   libgcc-8.5.0-13.el8.x86_64                                                    
13:41:00 #13 27.59 Installed:
13:41:00 #13 27.59   annobin-10.67-1.el8.x86_64                                                    
13:41:00 #13 27.59   autoconf-2.69-29.el8.noarch                                                   
13:41:00 #13 27.59   automake-1.16.1-7.el8.noarch                                                  
13:41:00 #13 27.59   checkpolicy-2.9-1.el8.x86_64                                                  
13:41:00 #13 27.59   cmake-3.20.2-4.el8.x86_64                                                     
13:41:00 #13 27.59   cmake-data-3.20.2-4.el8.noarch                                                
13:41:00 #13 27.59   cmake-filesystem-3.20.2-4.el8.x86_64                                          
13:41:00 #13 27.59   cmake-rpm-macros-3.20.2-4.el8.noarch                                          
13:41:00 #13 27.59   cpp-8.5.0-13.el8.x86_64                                                       
13:41:00 #13 27.59   device-mapper-devel-8:1.02.181-3.el8.x86_64                                   
13:41:00 #13 27.59   gcc-8.5.0-13.el8.x86_64                                                       
13:41:00 #13 27.59   git-2.31.1-2.el8.x86_64                                                       
13:41:00 #13 27.59   git-core-2.31.1-2.el8.x86_64                                                  
13:41:00 #13 27.59   git-core-doc-2.31.1-2.el8.noarch                                              
13:41:00 #13 27.59   glibc-devel-2.28-199.el8.x86_64                                               
13:41:00 #13 27.59   glibc-headers-2.28-199.el8.x86_64                                             
13:41:00 #13 27.59   glibc-langpack-en-2.28-199.el8.x86_64                                         
13:41:00 #13 27.59   glibc-static-2.28-199.el8.x86_64                                              
13:41:00 #13 27.59   isl-0.16.1-6.el8.x86_64                                                       
13:41:00 #13 27.59   kernel-headers-4.18.0-383.el8.x86_64                                          
13:41:00 #13 27.59   less-530-1.el8.x86_64                                                         
13:41:00 #13 27.59   libedit-3.1-23.20170329cvs.el8.x86_64                                         
13:41:00 #13 27.59   libgomp-8.5.0-13.el8.x86_64                                                   
13:41:00 #13 27.59   libmpc-1.1.0-9.1.el8.x86_64                                                   
13:41:00 #13 27.59   libseccomp-devel-2.5.2-1.el8.x86_64                                           
13:41:00 #13 27.59   libselinux-devel-2.9-5.el8.x86_64                                             
13:41:00 #13 27.59   libselinux-utils-2.9-5.el8.x86_64                                             
13:41:00 #13 27.59   libsepol-devel-2.9-3.el8.x86_64                                               
13:41:00 #13 27.59   libtool-2.4.6-25.el8.x86_64                                                   
13:41:00 #13 27.59   libtool-ltdl-devel-2.4.6-25.el8.x86_64                                        
13:41:00 #13 27.59   libuv-1:1.41.1-1.el8_4.x86_64                                                 
13:41:00 #13 27.59   libxcrypt-devel-4.1.1-6.el8.x86_64                                            
13:41:00 #13 27.59   libxcrypt-static-4.1.1-6.el8.x86_64                                           
13:41:00 #13 27.59   m4-1.4.18-7.el8.x86_64                                                        
13:41:00 #13 27.59   make-1:4.2.1-11.el8.x86_64                                                    
13:41:00 #13 27.59   openssh-8.0p1-12.el8.x86_64                                                   
13:41:00 #13 27.59   openssh-clients-8.0p1-12.el8.x86_64                                           
13:41:00 #13 27.59   pcre2-devel-10.32-2.el8.x86_64                                                
13:41:00 #13 27.59   pcre2-utf16-10.32-2.el8.x86_64                                                
13:41:00 #13 27.59   pcre2-utf32-10.32-2.el8.x86_64                                                
13:41:00 #13 27.59   perl-Error-1:0.17025-2.el8.noarch                                             
13:41:00 #13 27.59   perl-Git-2.31.1-2.el8.noarch                                                  
13:41:00 #13 27.59   perl-TermReadKey-2.37-7.el8.x86_64                                            
13:41:00 #13 27.59   perl-Thread-Queue-3.13-1.el8.noarch                                           
13:41:00 #13 27.59   policycoreutils-2.9-19.el8.x86_64                                             
13:41:00 #13 27.59   policycoreutils-devel-2.9-19.el8.x86_64                                       
13:41:00 #13 27.59   policycoreutils-python-utils-2.9-19.el8.noarch                                
13:41:00 #13 27.59   python3-audit-3.0.7-2.el8.x86_64                                              
13:41:00 #13 27.59   python3-libselinux-2.9-5.el8.x86_64                                           
13:41:00 #13 27.59   python3-libsemanage-2.9-8.el8.x86_64                                          
13:41:00 #13 27.59   python3-policycoreutils-2.9-19.el8.noarch                                     
13:41:00 #13 27.59   python3-setools-4.3.0-3.el8.x86_64                                            
13:41:00 #13 27.59   rpm-plugin-selinux-4.14.3-23.el8.x86_64                                       
13:41:00 #13 27.59   selinux-policy-3.14.3-97.el8.noarch                                           
13:41:00 #13 27.59   selinux-policy-devel-3.14.3-97.el8.noarch                                     
13:41:00 #13 27.59   selinux-policy-minimum-3.14.3-97.el8.noarch                                   
13:41:00 #13 27.59   systemd-devel-239-58.el8.x86_64                                               
13:41:00 #13 27.59   vim-filesystem-2:8.0.1763-16.el8_5.12.noarch                                  
13:41:00 #13 27.59 
13:41:00 #13 27.59 Complete!
13:41:00 #9 57.53 Setting up libx11-data (2:1.7.2-1) ...
13:41:00 #9 57.55 Setting up make (4.3-4ubuntu1) ...
13:41:00 #9 57.56 Setting up libmpfr6:armhf (4.1.0-3build1) ...
13:41:00 #9 57.57 Setting up gnupg-l10n (2.2.20-1ubuntu4) ...
13:41:00 #9 57.59 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build3) ...
13:41:00 #9 57.60 Setting up lzip (1.22-3) ...
13:41:00 #9 57.63 Setting up strace (5.13-0ubuntu1) ...
13:41:00 #9 57.64 Setting up libsigsegv2:armhf (2.13-1ubuntu2) ...
13:41:00 #9 57.65 Setting up xz-utils (5.2.5-2ubuntu0.1) ...
13:41:00 #9 57.67 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:41:00 #9 57.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:41:00 #9 57.67 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:41:00 #9 57.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:41:00 #9 57.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:41:00 #9 57.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:41:00 #9 57.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:41:00 #9 57.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:41:00 #9 57.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:41:00 #9 57.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:41:00 #9 57.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:41:00 #9 57.67 Setting up t1utils (1.41-4build1) ...
13:41:00 #9 57.69 Setting up diffstat (1.64-1) ...
13:41:00 #9 57.70 Setting up libpng16-16:armhf (1.6.37-3build4) ...
13:41:00 #9 57.71 Setting up libmpc3:armhf (1.2.0-1build1) ...
13:41:00 #9 57.72 Setting up libatomic1:armhf (11.2.0-7ubuntu2) ...
13:41:00 #9 57.73 Setting up patch (2.7.6-7) ...
13:41:00 #9 57.74 Setting up autopoint (0.21-4ubuntu3) ...
13:41:00 #11 9.935   Installing       : libibverbs-39.0-1.fc35.x86_64                       30/111 
13:41:00 #11 9.945   Installing       : libpcap-14:1.10.1-2.fc35.x86_64                     31/111 
13:41:00 #11 9.969   Installing       : iptables-legacy-libs-1.8.7-13.fc35.x86_64           32/111 
13:41:00 #11 9.976   Installing       : jsoncpp-1.9.4-5.fc35.x86_64                         33/111 
13:41:00 #11 10.03   Upgrading        : libgomp-11.3.1-2.fc35.x86_64                        34/111 
13:41:00 #11 10.04   Installing       : vim-filesystem-2:8.2.4804-1.fc35.noarch             35/111 
13:41:00 #11 10.07   Installing       : qrencode-libs-4.1.1-1.fc35.x86_64                   36/111 
13:41:00 #11 10.07   Installing       : perl-lib-0.65-486.fc35.x86_64                       37/111 
13:41:00 #11 10.08   Installing       : pcre2-utf32-10.39-1.fc35.x86_64                     38/111 
13:41:00 #11 10.12   Installing       : pcre2-utf16-10.39-1.fc35.x86_64                     39/111 
13:41:00 #11 10.13   Installing       : pcre2-devel-10.39-1.fc35.x86_64                     40/111 
13:41:00 #8 62.10 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
13:41:00 #8 62.14 Setting up dirmngr (2.2.4-1ubuntu1.4) ...
13:41:00 #8 62.17 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
13:41:00 #8 62.18 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
13:41:00 #8 60.37 Setting up man-db (2.8.5-2) ...
13:41:00 #8 60.47 Building database of manual pages ...
13:41:00 #9 58.78 Setting up libgpgme11:armhf (1.13.1-7ubuntu2) ...
13:41:00 #9 58.79 Setting up python3-six (1.14.0-2) ...
13:41:00 #9 51.79 Unpacking libtime-duration-perl (1.21-1) ...
13:41:00 #9 51.82 Selecting previously unselected package libtime-moment-perl.
13:41:00 #9 51.82 Preparing to unpack .../324-libtime-moment-perl_0.44-1build6_armhf.deb ...
13:41:00 #9 51.83 Unpacking libtime-moment-perl (0.44-1build6) ...
13:41:00 #9 51.86 Selecting previously unselected package libtype-tiny-xs-perl.
13:41:00 #9 51.86 Preparing to unpack .../325-libtype-tiny-xs-perl_0.022-1build2_armhf.deb ...
13:41:00 #9 51.87 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
13:41:00 #9 51.90 Selecting previously unselected package libunicode-utf8-perl.
13:41:00 #9 51.91 Preparing to unpack .../326-libunicode-utf8-perl_0.62-1build4_armhf.deb ...
13:41:00 #9 51.92 Unpacking libunicode-utf8-perl (0.62-1build4) ...
13:41:00 #9 51.95 Selecting previously unselected package libxml-namespacesupport-perl.
13:41:00 #9 51.95 Preparing to unpack .../327-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:41:00 #9 51.96 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:41:00 #9 52.01 Selecting previously unselected package libxml-sax-base-perl.
13:41:00 #9 52.01 Preparing to unpack .../328-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:41:00 #9 52.01 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:41:00 #9 52.06 Selecting previously unselected package libxml-sax-perl.
13:41:00 #9 52.06 Preparing to unpack .../329-libxml-sax-perl_1.02+dfsg-3_all.deb ...
13:41:00 #9 52.06 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
13:41:00 #9 52.10 Selecting previously unselected package libxml-libxml-perl.
13:41:00 #9 52.10 Preparing to unpack .../330-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_armhf.deb ...
13:41:00 #9 52.11 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
13:41:00 #8 53.69 Setting up dctrl-tools (2.24-3) ...
13:41:00 #8 53.71 Setting up debian-keyring (2021.07.26) ...
13:41:00 #8 53.72 Setting up libgdbm6:armhf (1.19-2) ...
13:41:00 #8 53.73 Setting up libctf0:armhf (2.35.2-2) ...
13:41:00 #8 53.75 Setting up pinentry-curses (1.1.0-4) ...
13:41:00 #8 53.77 Setting up manpages-dev (5.10-1) ...
13:41:00 #8 53.78 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
13:41:00 #8 53.79 Setting up libxcb1:armhf (1.14-3) ...
13:41:00 #13 DONE 28.0s
13:41:00 
13:41:00 #15 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
13:41:00 #15 sha256:772c65d57df34eadfad42605e41a7c60600986a0bee292cf33ecc155d6b34e67
13:41:00 + mkdir -p /root/build-deb/cli
13:41:00 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:00 #9 57.75 Setting up libwebp6:armhf (0.6.1-2.1) ...
13:41:00 #9 57.76 Setting up fonts-dejavu-core (2.37-2build1) ...
13:41:00 #9 57.82 Setting up ucf (3.0043) ...
13:41:00 #9 57.96 Setting up libjpeg-turbo8:armhf (2.0.6-0ubuntu2) ...
13:41:00 #9 57.98 Setting up libltdl7:armhf (2.4.6-15) ...
13:41:00 #9 57.99 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:41:00 #9 58.00 Setting up libssh-4:armhf (0.9.6-1) ...
13:41:00 #11 10.16   Installing       : libuv-1:1.44.1-1.fc35.x86_64                        41/111 
13:41:00 #11 10.17   Installing       : libsepol-devel-3.3-2.fc35.x86_64                    42/111 
13:41:00 #11 10.21   Installing       : libselinux-devel-3.3-1.fc35.x86_64                  43/111 
13:41:00 #11 10.23   Installing       : libselinux-utils-3.3-1.fc35.x86_64                  44/111 
13:41:00 #11 10.27   Installing       : libbtrfsutil-5.16.2-1.fc35.x86_64                   45/111 
13:41:00 #11 10.27   Installing       : libbtrfs-5.16.2-1.fc35.x86_64                       46/111 
13:41:00 #11 10.30   Installing       : less-590-2.fc35.x86_64                              47/111 
13:41:00 #8 62.24 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:41:00 #8 62.30 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:00 #8 62.43 
13:41:00 #8 62.43 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:00 #8 62.46 Setting up liblist-moreutils-perl (0.416-1build3) ...
13:41:00 #8 62.47 Setting up libhttp-date-perl (6.02-1) ...
13:41:00 #8 62.48 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:41:00 #8 62.49 Setting up build-essential (12.4ubuntu1) ...
13:41:00 #11 6.562 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB]
13:41:00 #11 1.335 Last metadata expiration check: 0:00:22 ago on Wed May  4 13:40:38 2022.
13:41:00 #11 2.177 dh_testdir
13:41:00 #11 2.195 dh_testroot
13:41:00 #9 58.95 Setting up libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:41:00 #9 58.96 Setting up perl (5.30.0-9ubuntu0.2) ...
13:41:00 #9 58.98 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
13:41:00 #9 58.99 Setting up python3-gpg (1.13.1-7ubuntu2) ...
13:41:00 #9 59.18 Setting up libdata-dump-perl (1.23-1) ...
13:41:00 #9 52.15 Selecting previously unselected package libxml-parser-perl:armhf.
13:41:00 #9 52.15 Preparing to unpack .../331-libxml-parser-perl_2.46-3build1_armhf.deb ...
13:41:00 #9 52.15 Unpacking libxml-parser-perl:armhf (2.46-3build1) ...
13:41:00 #9 52.21 Selecting previously unselected package libxml-sax-expat-perl.
13:41:00 #9 52.21 Preparing to unpack .../332-libxml-sax-expat-perl_0.51-1_all.deb ...
13:41:00 #9 52.22 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:41:00 #9 52.25 Selecting previously unselected package libyaml-libyaml-perl.
13:41:00 #9 52.25 Preparing to unpack .../333-libyaml-libyaml-perl_0.83+ds-1build1_armhf.deb ...
13:41:00 #9 52.25 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
13:41:00 #9 52.28 Selecting previously unselected package licensecheck.
13:41:00 #9 52.28 Preparing to unpack .../334-licensecheck_3.2.14-2_all.deb ...
13:41:00 #9 52.29 Unpacking licensecheck (3.2.14-2) ...
13:41:00 #9 52.33 Selecting previously unselected package libdevel-size-perl.
13:41:00 #9 52.33 Preparing to unpack .../335-libdevel-size-perl_0.83-1build4_armhf.deb ...
13:41:00 #9 52.34 Unpacking libdevel-size-perl (0.83-1build4) ...
13:41:00 #9 52.38 Selecting previously unselected package libipc-run3-perl.
13:41:00 #9 52.38 Preparing to unpack .../336-libipc-run3-perl_0.048-2_all.deb ...
13:41:00 #8 53.80 Setting up gettext (0.21-4) ...
13:41:00 #8 53.81 Setting up xdelta (1.1.3-9.3) ...
13:41:00 #8 53.83 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
13:41:00 #8 53.84 Setting up libgcc-10-dev:armhf (10.2.1-6) ...
13:41:00 #8 53.85 Setting up libedit2:armhf (3.1-20191231-2+b1) ...
13:41:00 #8 53.86 Setting up libreadline8:armhf (8.1-1) ...
13:41:00 #8 53.94 Setting up libldap-2.4-2:armhf (2.4.57+dfsg-3) ...
13:41:00 #8 53.95 Setting up m4 (1.4.18-5) ...
13:41:00 #8 53.97 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u1) ...
13:41:00 #8 53.98 Setting up ca-certificates (20210119) ...
13:41:00 + mkdir -p /root/build-deb/buildx
13:41:00 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:00 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:41:00 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:41:00 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:41:00 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZGQsa4
13:41:00 + umask 022
13:41:00 + cd /root/rpmbuild/BUILD
13:41:00 + cd /root/rpmbuild/BUILD
13:41:00 + rm -rf src
13:41:00 + /usr/bin/mkdir -p src
13:41:00 + cd src
13:41:00 + /usr/bin/tar -xof -
13:41:00 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:00 #9 58.01 Setting up libubsan1:armhf (11.2.0-7ubuntu2) ...
13:41:00 #9 58.02 Setting up libgcc-11-dev:armhf (11.2.0-7ubuntu2) ...
13:41:00 #9 58.04 Setting up libmd0:armhf (1.0.3-3build1) ...
13:41:00 #9 58.08 Setting up python-apt-common (2.2.1) ...
13:41:00 #9 58.09 Setting up libnsl-dev:armhf (1.3.0-2build1) ...
13:41:00 #9 58.10 Setting up libcrypt-dev:armhf (1:4.4.18-4ubuntu1) ...
13:41:00 #9 58.11 Setting up libuchardet0:armhf (0.0.7-1build1) ...
13:41:00 #9 58.12 Setting up lzop (1.04-2build1) ...
13:41:00 #9 58.13 Setting up libmpdec3:armhf (2.5.1-2build1) ...
13:41:00 #9 58.15 Setting up git-man (1:2.32.0-1ubuntu1.2) ...
13:41:00 #9 58.17 Setting up netbase (6.3) ...
13:41:00 #9 58.20 Setting up libbinutils:armhf (2.37-7ubuntu1) ...
13:41:00 #9 58.21 Setting up libfido2-1:armhf (1.6.0-2build1) ...
13:41:00 #9 58.23 Setting up libisl23:armhf (0.24-1) ...
13:41:00 #9 58.24 Setting up libc-dev-bin (2.34-0ubuntu3.2) ...
13:41:00 #9 58.25 Setting up openssl (1.1.1l-1ubuntu1.2) ...
13:41:00 #9 58.27 Setting up libbsd0:armhf (0.11.3-1ubuntu2) ...
13:41:00 #9 58.28 Setting up libelf1:armhf (0.185-1build1) ...
13:41:00 #9 58.29 Setting up readline-common (8.1-2) ...
13:41:00 #9 58.31 Setting up publicsuffix (20210108.1309-1) ...
13:41:00 #9 58.32 Setting up libxml2:armhf (2.9.12+dfsg-4ubuntu0.1) ...
13:41:00 #11 10.41   Installing       : kernel-headers-5.17.4-200.fc35.x86_64               48/111 
13:41:00 #11 10.49   Installing       : glibc-headers-x86-2.34-32.fc35.noarch               49/111 
13:41:00 #11 10.52   Installing       : libxcrypt-devel-4.4.28-1.fc35.x86_64                50/111 
13:41:00 #8 70.59 Setting up libgpgme11:amd64 (1.14.0-1+b2) ...
13:41:00 #8 70.65 Setting up dirmngr (2.2.27-2+deb11u1) ...
13:41:00 #8 62.51 Setting up libcurl3-gnutls:armhf (7.58.0-2ubuntu3.17) ...
13:41:00 #8 62.52 Setting up libdevel-callchecker-perl (0.007-2build1) ...
13:41:00 #8 62.54 Setting up libcurl4:armhf (7.58.0-2ubuntu3.17) ...
13:41:00 #8 62.55 Setting up devscripts (2.17.12ubuntu1.1) ...
13:41:00 #8 62.73 Setting up gpg-wks-client (2.2.4-1ubuntu1.4) ...
13:41:00 #8 62.74 Setting up libcgi-fast-perl (1:2.13-1) ...
13:41:00 #8 62.75 Setting up libhtml-tree-perl (5.07-1) ...
13:41:00 #8 62.77 Setting up libfile-listing-perl (6.04-1) ...
13:41:00 #8 62.78 Setting up libhttp-message-perl (6.14-1) ...
13:41:00 #8 62.79 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
13:41:00 #8 62.83 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:41:00 #8 62.90 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:41:00 #17 exporting layers 3.6s done
13:41:00 #17 writing image sha256:19439825f8645a3725121ccf18dfeecc4153efcee8e0e0e78d2d922385b673bb done
13:41:00 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
13:41:00 #17 DONE 3.6s
13:41:00 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/debian-buster:/build  debbuild-debian-buster/aarch64
13:41:00 + set -e
13:41:00 + mkdir -p /root/build-deb/engine
13:41:00 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:00 #11 6.763 Get:4 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB]
13:41:00 #11 6.891 Get:5 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs0 armhf 5.10-1~bpo10+1 [214 kB]
13:41:00 #11 2.213 dh_prep
13:41:00 #11 2.235 dh_testdir
13:41:00 #11 2.252 dh_testroot
13:41:00 #11 2.269 dh_install
13:41:00 #11 2.295 dh_installdocs
13:41:00 #11 2.325 dh_installchangelogs
13:41:00 #11 2.395 dh_compress
13:41:00 #11 2.428 dh_fixperms
13:41:00 #9 59.19 Setting up python3-certifi (2019.11.28-1) ...
13:41:00 #9 59.34 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:41:00 #9 59.35 Setting up libref-util-perl (0.204-1) ...
13:41:00 #9 59.36 Setting up libipc-system-simple-perl (1.26-1) ...
13:41:00 #9 59.37 Setting up libnet-domain-tld-perl (1.75-1) ...
13:41:00 #9 59.39 Setting up libxml-writer-perl (0.625-1) ...
13:41:00 #9 59.40 Setting up libhash-fieldhash-perl (0.15-1build2) ...
13:41:00 #9 59.41 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
13:41:00 #9 59.43 Setting up shared-mime-info (1.15-1) ...
13:41:00 #9 52.38 Unpacking libipc-run3-perl (0.048-2) ...
13:41:00 #9 52.42 Selecting previously unselected package lzip.
13:41:00 #9 52.42 Preparing to unpack .../337-lzip_1.23-1_armhf.deb ...
13:41:00 #9 52.43 Unpacking lzip (1.23-1) ...
13:41:00 #9 52.47 Selecting previously unselected package lzop.
13:41:00 #9 52.47 Preparing to unpack .../338-lzop_1.04-2build2_armhf.deb ...
13:41:00 #9 52.47 Unpacking lzop (1.04-2build2) ...
13:41:00 #9 52.51 Selecting previously unselected package t1utils.
13:41:00 #9 52.51 Preparing to unpack .../339-t1utils_1.41-4build2_armhf.deb ...
13:41:00 #9 52.51 Unpacking t1utils (1.41-4build2) ...
13:41:00 #9 52.55 Selecting previously unselected package unzip.
13:41:00 #9 52.55 Preparing to unpack .../340-unzip_6.0-26ubuntu3_armhf.deb ...
13:41:00 #9 52.55 Unpacking unzip (6.0-26ubuntu3) ...
13:41:00 #9 52.61 Selecting previously unselected package lintian.
13:41:00 #9 52.61 Preparing to unpack .../341-lintian_2.114.0ubuntu1_all.deb ...
13:41:00 #9 52.62 Unpacking lintian (2.114.0ubuntu1) ...
13:41:00 #8 54.33 Updating certificates in /etc/ssl/certs...
13:41:00 #9 58.34 Setting up zstd (1.4.8+dfsg-2.1) ...
13:41:00 #9 58.35 Setting up libmarkdown2:armhf (2.2.6-1ubuntu2) ...
13:41:00 #9 58.36 Setting up libcc1-0:armhf (11.2.0-7ubuntu2) ...
13:41:00 #9 58.38 Setting up iso-codes (4.6.0-1) ...
13:41:00 #9 58.39 Setting up liblocale-gettext-perl (1.07-4build1) ...
13:41:00 #9 58.40 Setting up dctrl-tools (2.24-3) ...
13:41:00 #9 58.42 Setting up libgdbm6:armhf (1.19-2) ...
13:41:00 #9 58.43 Setting up libctf0:armhf (2.37-7ubuntu1) ...
13:41:00 #9 58.44 Setting up libjpeg8:armhf (8c-2ubuntu8) ...
13:41:00 #9 58.45 Setting up pinentry-curses (1.1.1-1) ...
13:41:00 #9 58.47 Setting up cpp-11 (11.2.0-7ubuntu2) ...
13:41:00 #9 58.49 Setting up manpages-dev (5.10-1ubuntu1) ...
13:41:00 #9 58.50 Setting up libdw1:armhf (0.185-1build1) ...
13:41:00 #9 58.52 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu4) ...
13:41:00 #9 58.53 Setting up libxcb1:armhf (1.14-3ubuntu1) ...
13:41:00 #11 1.173 Reading package lists...
13:41:00 #11 10.53   Installing       : glibc-devel-2.34-32.fc35.x86_64                     51/111 
13:41:00 #8 70.78 Setting up perl (5.32.1-4+deb11u2) ...
13:41:00 #8 70.80 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
13:41:00 #8 70.81 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:41:00 #8 70.83 Setting up libdata-dump-perl (1.23-1.1) ...
13:41:00 #8 70.84 Setting up libref-util-perl (0.204-1) ...
13:41:00 #8 70.86 Setting up libipc-system-simple-perl (1.30-1) ...
13:41:00 #8 70.87 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:41:00 #8 70.88 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
13:41:00 #8 70.89 Setting up libvariable-magic-perl (0.62-1+b3) ...
13:41:00 #8 70.94 Setting up libio-html-perl (1.004-2) ...
13:41:00 #8 70.96 Setting up libpod-parser-perl (1.63-2) ...
13:41:00 #8 70.97 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
13:41:00 #8 70.98 Setting up liblist-moreutils-xs-perl (0.430-2) ...
13:41:00 #8 71.00 Setting up gcc-10 (10.2.1-6) ...
13:41:00 #8 71.02 Setting up libparams-util-perl (1.102-1+b1) ...
13:41:00 #8 71.04 Setting up libdpkg-perl (1.20.9) ...
13:41:00 #8 71.06 Setting up libtime-duration-perl (1.21-1) ...
13:41:00 #8 62.96 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:00 + mkdir -p /root/build-deb/cli
13:41:00 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:00 #11 6.900 Get:6 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs-dev armhf 5.10-1~bpo10+1 [275 kB]
13:41:00 #11 6.962 Get:7 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B]
13:41:00 #11 6.963 Get:8 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B]
13:41:00 #11 6.974 Get:9 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
13:41:00 #11 6.979 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u1 [271 kB]
13:41:00 #11 7.022 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB]
13:41:00 #11 7.029 Get:12 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB]
13:41:00 #11 7.038 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
13:41:00 #11 7.074 Get:14 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
13:41:00 #11 7.088 Get:15 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
13:41:00 #11 7.098 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
13:41:00 #11 7.158 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.5 kB]
13:41:00 #11 2.467 dh_installdeb
13:41:00 #11 2.496 dh_gencontrol
13:41:00 #11 2.606 dh_md5sums
13:41:00 #11 2.633 dh_builddeb
13:41:00 #11 2.652 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:41:00 #11 2.671 
13:41:00 #11 2.671 The package has been created.
13:41:00 #11 2.671 Attention, the package has been created in the current directory,
13:41:00 #11 2.671 not in ".." as indicated by the message above!
13:41:00 #11 2.693 Selecting previously unselected package docker-ce-build-deps.
13:41:00 #18 exporting layers 2.9s done
13:41:00 #18 writing image sha256:5f3cf864f54d117f5b8cdfc469ab3f68593c1791b9ab136cf0449fc82249032a done
13:41:00 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
13:41:00 #18 DONE 2.9s
13:41:00 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/aarch64
13:41:00 + set -e
13:41:00 + mkdir -p /root/build-deb/engine
13:41:00 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:01 #9 52.92 Selecting previously unselected package manpages-dev.
13:41:01 #9 52.92 Preparing to unpack .../342-manpages-dev_5.10-1ubuntu1_all.deb ...
13:41:01 #11 12.53   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch         76/113 
13:41:01 #11 22.92   Installing       : python3-policycoreutils-3.3-1.fc35.noarch           77/113 
13:41:01 #11 22.96   Installing       : policycoreutils-python-utils-3.3-1.fc35.noarch      78/113 
13:41:01 #11 22.97   Installing       : policycoreutils-devel-3.3-1.fc35.aarch64            79/113 
13:41:01 #11 23.09   Installing       : selinux-policy-devel-35.17-1.fc35.noarch            80/113 
13:41:01 #11 23.15   Running scriptlet: selinux-policy-devel-35.17-1.fc35.noarch            80/113 
13:41:01 #11 23.16   Running scriptlet: openssh-8.7p1-3.fc35.aarch64                        81/113 
13:41:01 #11 23.20   Installing       : openssh-8.7p1-3.fc35.aarch64                        81/113 
13:41:01 #11 23.24   Installing       : libedit-3.1-40.20210910cvs.fc35.aarch64             82/113 
13:41:01 #11 23.25   Installing       : libcbor-0.7.0-4.fc35.aarch64                        83/113 
13:41:01 #11 23.28   Installing       : libfido2-1.8.0-1.fc35.aarch64                       84/113 
13:41:01 #11 23.30   Installing       : openssh-clients-8.7p1-3.fc35.aarch64                85/113 
13:41:01 #11 23.38   Running scriptlet: openssh-clients-8.7p1-3.fc35.aarch64                85/113 
13:41:01 #11 23.46   Installing       : git-core-2.35.1-1.fc35.aarch64                      86/113 
13:41:01 #11 23.57   Installing       : git-core-doc-2.35.1-1.fc35.noarch                   87/113 
13:41:01 #11 23.62   Installing       : perl-Git-2.35.1-1.fc35.noarch                       88/113 
13:41:01 #11 23.66   Installing       : git-2.35.1-1.fc35.aarch64                           89/113 
13:41:01 #11 23.67   Installing       : libbpf-2:0.4.0-2.fc35.aarch64                       90/113 
13:41:01 #11 23.75   Installing       : libargon2-20171227-7.fc35.aarch64                   91/113 
13:41:01 #11 23.76   Installing       : e2fsprogs-libs-1.46.3-1.fc35.aarch64                92/113 
13:41:01 #11 23.78   Installing       : btrfs-progs-5.16.2-1.fc35.aarch64                   93/113 
13:41:01 #11 23.84   Installing       : acl-2.3.1-2.fc35.aarch64                            94/113 
13:41:01 #11 23.86   Installing       : cryptsetup-libs-2.4.3-1.fc35.aarch64                95/113 
13:41:01 #11 23.90   Installing       : device-mapper-libs-1.02.175-6.fc35.aarch64          96/113 
13:41:01 #11 23.96   Installing       : device-mapper-1.02.175-6.fc35.aarch64               97/113 
13:41:01 #11 23.98   Installing       : systemd-networkd-249.11-2.fc35.aarch64              98/113 
13:41:01 #11 24.03   Running scriptlet: systemd-networkd-249.11-2.fc35.aarch64              98/113 
13:41:01 #11 24.05   Installing       : systemd-pam-249.11-2.fc35.aarch64                   99/113 
13:41:01 #11 24.06   Installing       : systemd-resolved-249.11-2.fc35.aarch64             100/113 
13:41:01 #11 24.10   Running scriptlet: systemd-resolved-249.11-2.fc35.aarch64             100/113 
13:41:01 #11 24.23   Installing       : systemd-249.11-2.fc35.aarch64                      101/113 
13:41:01 #11 24.27   Running scriptlet: systemd-249.11-2.fc35.aarch64                      101/113 
13:41:01 #11 24.46 Creating group input with gid 104.
13:41:01 #11 24.46 Creating group kvm with gid 36.
13:41:01 #11 24.46 Creating group render with gid 105.
13:41:01 #11 24.46 Creating group sgx with gid 106.
13:41:01 #11 24.46 Creating group systemd-journal with gid 190.
13:41:01 #11 24.46 Creating group systemd-network with gid 192.
13:41:01 #11 24.46 Creating user systemd-network (systemd Network Management) with uid 192 and gid 192.
13:41:01 #11 24.46 Creating group systemd-oom with gid 997.
13:41:01 #11 24.46 Creating user systemd-oom (systemd Userspace OOM Killer) with uid 997 and gid 997.
13:41:01 #11 24.46 Creating group systemd-resolve with gid 193.
13:41:01 #11 24.46 Creating user systemd-resolve (systemd Resolver) with uid 193 and gid 193.
13:41:01 #11 24.46 Creating group systemd-timesync with gid 996.
13:41:01 #11 24.46 Creating user systemd-timesync (systemd Time Synchronization) with uid 996 and gid 996.
13:41:01 #11 24.46 Creating group systemd-coredump with gid 995.
13:41:01 #11 24.46 Creating user systemd-coredump (systemd Core Dumper) with uid 995 and gid 995.
13:41:01 #11 24.46 
13:41:01 #11 24.48   Installing       : systemd-devel-249.11-2.fc35.aarch64                102/113 
13:41:01 #11 24.52   Installing       : device-mapper-devel-1.02.175-6.fc35.aarch64        103/113 
13:41:01 #11 24.53   Installing       : btrfs-progs-devel-5.16.2-1.fc35.aarch64            104/113 
13:41:01 #11 24.58   Installing       : annobin-plugin-gcc-10.66-2.fc35.aarch64            105/113 
13:41:01 #11 24.60   Installing       : libtool-2.4.6-50.fc35.aarch64                      106/113 
13:41:01 #11 24.66   Installing       : libtool-ltdl-devel-2.4.6-50.fc35.aarch64           107/113 
13:41:01 #11 24.67   Installing       : libseccomp-devel-2.5.3-1.fc35.aarch64              108/113 
13:41:01 #11 12.72   Running scriptlet: selinux-policy-targeted-36.8-1.fc36.noarch          67/110 
13:41:01 #11 23.42   Installing       : python3-policycoreutils-3.3-4.fc36.noarch           68/110 
13:41:01 #11 23.47   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch      69/110 
13:41:01 #11 23.48   Installing       : policycoreutils-devel-3.3-4.fc36.aarch64            70/110 
13:41:01 #11 23.57   Installing       : selinux-policy-devel-36.8-1.fc36.noarch             71/110 
13:41:01 #11 23.64   Running scriptlet: selinux-policy-devel-36.8-1.fc36.noarch             71/110 
13:41:01 #11 23.65   Installing       : libedit-3.1-41.20210910cvs.fc36.aarch64             72/110 
13:41:01 #11 23.66   Installing       : libcbor-0.7.0-5.fc36.aarch64                        73/110 
13:41:01 #11 23.69   Installing       : libfido2-1.10.0-3.fc36.aarch64                      74/110 
13:41:01 #11 23.71   Installing       : openssh-clients-8.8p1-1.fc36.1.aarch64              75/110 
13:41:01 #11 23.75   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.aarch64              75/110 
13:41:01 #11 23.76   Installing       : libbtrfsutil-5.16.2-1.fc36.aarch64                  76/110 
13:41:01 #11 23.77   Installing       : libbtrfs-5.16.2-1.fc36.aarch64                      77/110 
13:41:01 #11 23.77   Installing       : libbpf-2:0.5.0-2.fc36.aarch64                       78/110 
13:41:01 #11 23.81   Installing       : libatomic-12.0.1-0.16.fc36.aarch64                  79/110 
13:41:01 #11 24.17   Installing       : gcc-12.0.1-0.16.fc36.aarch64                        80/110 
13:41:01 #11 24.21   Running scriptlet: gcc-12.0.1-0.16.fc36.aarch64                        80/110 
13:41:01 #11 24.24   Installing       : less-590-3.fc36.aarch64                             81/110 
13:41:01 #11 24.34   Installing       : git-core-2.36.0-1.fc36.aarch64                      82/110 
13:41:01 #11 24.42   Installing       : git-core-doc-2.36.0-1.fc36.noarch                   83/110 
13:41:01 #11 24.47   Installing       : perl-Git-2.36.0-1.fc36.noarch                       84/110 
13:41:01 #11 24.50   Installing       : git-2.36.0-1.fc36.aarch64                           85/110 
13:41:01 #11 24.51   Installing       : e2fsprogs-libs-1.46.5-2.fc36.aarch64                86/110 
13:41:01 #11 24.54   Installing       : btrfs-progs-5.16.2-1.fc36.aarch64                   87/110 
13:41:01 #11 24.57   Installing       : dbus-common-1:1.14.0-1.fc36.noarch                  88/110 
13:41:01 #11 24.57   Running scriptlet: dbus-common-1:1.14.0-1.fc36.noarch                  88/110 
13:41:01 #11 24.58   Running scriptlet: dbus-broker-29-5.fc36.aarch64                       89/110 
13:41:01 #11 24.65 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
13:41:01 #11 24.65 
13:41:01 #11 24.65   Installing       : dbus-broker-29-5.fc36.aarch64                       89/110 
13:41:01 #11 24.68   Running scriptlet: dbus-broker-29-5.fc36.aarch64                       89/110 
13:41:01 #11 24.69   Installing       : dbus-1:1.14.0-1.fc36.aarch64                        90/110 
13:41:01 #11 24.70   Installing       : device-mapper-libs-1.02.175-7.fc36.aarch64          91/110 
13:41:01 #11 24.75   Installing       : cryptsetup-libs-2.4.3-2.fc36.aarch64                92/110 
13:41:01 #11 24.76   Installing       : device-mapper-1.02.175-7.fc36.aarch64               93/110 
13:41:01 #11 24.80   Installing       : systemd-networkd-250.3-8.fc36.aarch64               94/110 
13:41:01 #11 24.81   Running scriptlet: systemd-networkd-250.3-8.fc36.aarch64               94/110 
13:41:01 #11 24.83   Installing       : systemd-pam-250.3-8.fc36.aarch64                    95/110 
13:41:01 #11 24.87   Installing       : systemd-resolved-250.3-8.fc36.aarch64               96/110 
13:41:01 #11 24.90   Running scriptlet: systemd-resolved-250.3-8.fc36.aarch64               96/110 
13:41:01 #9 58.56 Setting up gettext (0.21-4ubuntu3) ...
13:41:01 #9 58.57 Setting up fontconfig-config (2.13.1-4.2ubuntu3) ...
13:41:01 #9 58.74 Setting up libedit2:armhf (3.1-20191231-2build1) ...
13:41:01 #9 58.76 Setting up libreadline8:armhf (8.1-2) ...
13:41:01 #9 58.77 Setting up m4 (1.4.18-5ubuntu1) ...
13:41:01 + mkdir -p /root/build-deb/compose
13:41:01 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:01 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:01 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:01 + mkdir -p /go/src/github.com/docker
13:41:01 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:01 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:01 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:01 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:01 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:01 + EPOCH=5
13:41:01 + EPOCH_SEP=
13:41:01 + [[ ! -z 5 ]]
13:41:01 + EPOCH_SEP=:
13:41:01 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:01 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:01 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:01 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:01 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:01 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:01 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:01 + debSource=docker-ce
13:41:01 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:01 + debMaintainer='Docker <support@docker.com>'
13:41:01 ++ date --rfc-2822
13:41:01 + debDate='Wed, 04 May 2022 13:41:00 +0000'
13:41:01 + cat
13:41:01 + export CLI_GITCOMMIT=bfa9b40
13:41:01 + CLI_GITCOMMIT=bfa9b40
13:41:01 + export ENGINE_GITCOMMIT=613b798
13:41:01 + ENGINE_GITCOMMIT=613b798
13:41:01 + export SCAN_GITCOMMIT=061fe0a
13:41:01 + SCAN_GITCOMMIT=061fe0a
13:41:01 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:01 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:01 + dpkg-buildpackage -uc -us -I.git
13:41:01 dpkg-buildpackage: info: source package docker-ce
13:41:01 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic
13:41:01 dpkg-buildpackage: info: source distribution bionic
13:41:01 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:01  dpkg-source -I.git --before-build build-deb
13:41:01 dpkg-buildpackage: info: host architecture amd64
13:41:01 + STATUS=0
13:41:01 + '[' 0 -ne 0 ']'
13:41:01 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:01 + /usr/bin/tar -xof -
13:41:01 #11 10.94   Installing       : gcc-11.3.1-2.fc35.x86_64                            52/111 
13:41:01 #11 11.08   Installing       : glibc-static-2.34-32.fc35.x86_64                    53/111 
13:41:01 #11 11.09   Installing       : libxcrypt-static-4.4.28-1.fc35.x86_64               54/111 
13:41:01 #11 11.10   Installing       : dbus-common-1:1.12.22-1.fc35.noarch                 55/111 
13:41:01 #11 11.13   Running scriptlet: dbus-common-1:1.12.22-1.fc35.noarch                 55/111 
13:41:01 #11 11.13   Running scriptlet: dbus-broker-29-4.fc35.x86_64                        56/111 
13:41:01 #11 11.20 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
13:41:01 #11 11.20 
13:41:01 #11 2.629 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?)
13:41:01 #8 71.07 Setting up autoconf (2.69-14) ...
13:41:01 #8 71.09 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:41:01 #8 71.10 Setting up libarray-intspan-perl (2.004-1) ...
13:41:01 #8 71.12 Setting up libcapture-tiny-perl (0.48-1) ...
13:41:01 #8 71.13 Setting up libtimedate-perl (2.3300-2) ...
13:41:01 #8 71.14 Setting up gpg-wks-server (2.2.27-2+deb11u1) ...
13:41:01 #8 71.16 Setting up libsub-name-perl (0.26-1+b1) ...
13:41:01 #8 71.17 Setting up libtype-tiny-xs-perl (0.022-1) ...
13:41:01 #8 71.18 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:41:01 #8 71.19 Setting up libproc-processtable-perl (0.59-2+b1) ...
13:41:01 #8 71.20 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:41:01 #8 71.22 Setting up xauth (1:1.1-1) ...
13:41:01 #8 71.23 Setting up libpath-tiny-perl (0.118-1) ...
13:41:01 #8 71.24 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:41:01 #8 71.25 Setting up libjson-perl (4.03000-1) ...
13:41:01 #8 71.27 Setting up libipc-run3-perl (0.048-2) ...
13:41:01 #8 63.08 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:01 #8 63.11 Setting up libparams-classify-perl (0.015-1) ...
13:41:01 #8 63.12 Setting up git (1:2.17.1-1ubuntu0.11) ...
13:41:01 #8 63.15 Setting up libhttp-negotiate-perl (6.00-2) ...
13:41:01 #8 63.16 Setting up libmailtools-perl (2.18-1) ...
13:41:01 #8 63.18 Setting up libgit-wrapper-perl (0.047-1) ...
13:41:01 #8 63.19 Setting up libhtml-format-perl (2.12-1) ...
13:41:01 #8 63.21 Setting up libemail-valid-perl (1.202-1) ...
13:41:01 #8 63.22 Setting up libhttp-cookies-perl (6.04-1) ...
13:41:01 #8 63.24 Setting up curl (7.58.0-2ubuntu3.17) ...
13:41:01 #8 63.26 Setting up libmodule-runtime-perl (0.016-1) ...
13:41:01 #8 63.27 Setting up gnupg (2.2.4-1ubuntu1.4) ...
13:41:01 #8 63.28 Setting up libhttp-daemon-perl (6.01-1) ...
13:41:01 #8 63.29 Setting up libxml-simple-perl (2.24-1) ...
13:41:01 #8 63.31 Setting up lintian (2.5.81ubuntu1) ...
13:41:01 #8 63.35 Setting up libhtml-form-perl (6.03-1) ...
13:41:01 #8 63.36 Setting up libimport-into-perl (1.002005-1) ...
13:41:01 #8 63.38 Setting up libmodule-implementation-perl (0.09-1) ...
13:41:01 + mkdir -p /root/build-deb/buildx
13:41:01 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:01 #11 7.184 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libudev-dev armhf 241-7~deb10u8+rpi1 [110 kB]
13:41:01 #11 7.222 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libsepol1-dev armhf 2.8-1 [309 kB]
13:41:01 #11 7.277 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libpcre16-3 armhf 2:8.39-12 [234 kB]
13:41:01 #11 7.287 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libpcre32-3 armhf 2:8.39-12 [227 kB]
13:41:01 #11 7.306 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
13:41:01 #11 7.312 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libpcre3-dev armhf 2:8.39-12 [564 kB]
13:41:01 #11 7.322 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [156 kB]
13:41:01 #11 7.326 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
13:41:01 #11 7.362 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
13:41:01 #11 7.379 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB]
13:41:01 #11 2.708 (Reading database ... 27797 files and directories currently installed.)
13:41:01 #11 2.709 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:41:01 #11 2.712 Unpacking docker-ce-build-deps (1.0) ...
13:41:01 #11 9.780 (96/97): selinux-policy-targeted-34.27-1.fc34.n 2.0 MB/s | 6.3 MB     00:03    
13:41:01 #9 52.92 Unpacking manpages-dev (5.10-1ubuntu1) ...
13:41:01 #15 DONE 2.4s
13:41:01 
13:41:01 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:41:01 #16 sha256:19e0bf7cf86c6abdb89fdfe4d8f71fcda69f565e5f7d0f8f9d67f7641f722287
13:41:01 #16 DONE 0.0s
13:41:01 
13:41:01 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:41:01 #17 sha256:7ed7a365be07b19af0ad435df78b1152cfcd25d471b460915b62ad235d53f2ed
13:41:01 #17 DONE 0.0s
13:41:01 
13:41:01 #18 exporting to image
13:41:01 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:01 #18 exporting layers
13:41:01 #11 24.72   Installing       : systemd-rpm-macros-249.11-2.fc35.noarch            109/113 
13:41:01 #11 24.73   Installing       : which-2.21-27.fc35.aarch64                         110/113 
13:41:01 #11 24.74   Cleanup          : libgomp-11.2.1-9.fc35.aarch64                      111/113 
13:41:01 #11 24.81   Cleanup          : libgcc-11.2.1-9.fc35.aarch64                       112/113 
13:41:01 #11 24.81   Running scriptlet: libgcc-11.2.1-9.fc35.aarch64                       112/113 
13:41:01 #11 24.84   Cleanup          : audit-libs-3.0.7-2.fc35.aarch64                    113/113 
13:41:01 #11 24.85   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch        113/113 
13:41:01 #11 24.86   Running scriptlet: systemd-resolved-249.11-2.fc35.aarch64             113/113 
13:41:01 #11 25.04   Installing       : systemd-250.3-8.fc36.aarch64                        97/110 
13:41:01 #11 25.09   Running scriptlet: systemd-250.3-8.fc36.aarch64                        97/110 
13:41:01 #11 25.25 Creating group 'input' with GID 104.
13:41:01 #11 25.25 Creating group 'kvm' with GID 36.
13:41:01 #11 25.25 Creating group 'render' with GID 105.
13:41:01 #11 25.25 Creating group 'sgx' with GID 106.
13:41:01 #11 25.25 Creating group 'systemd-journal' with GID 190.
13:41:01 #11 25.25 Creating group 'systemd-network' with GID 192.
13:41:01 #11 25.25 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
13:41:01 #11 25.25 Creating group 'systemd-oom' with GID 998.
13:41:01 #11 25.25 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
13:41:01 #11 25.25 Creating group 'systemd-resolve' with GID 193.
13:41:01 #11 25.25 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
13:41:01 #11 25.25 
13:41:01 #11 25.27   Installing       : systemd-devel-250.3-8.fc36.aarch64                  98/110 
13:41:01 #8 54.78 129 added, 0 removed; done.
13:41:01 #8 54.82 Setting up libfreetype6:armhf (2.10.4+dfsg-1) ...
13:41:01 #8 54.83 Setting up shared-mime-info (2.0-1) ...
13:41:01 #9 58.78 Setting up libldap-2.5-0:armhf (2.5.6+dfsg-1~exp1ubuntu1) ...
13:41:01 #9 58.80 Setting up ca-certificates (20210119ubuntu1) ...
13:41:01  debian/rules clean
13:41:01 dh clean --with=bash-completion
13:41:01    dh_clean
13:41:01 #11 1.963 Package bash-5.1.16-2.fc36.x86_64 is already installed.
13:41:01 #11 1.983 Package bash-5.1.16-2.fc36.x86_64 is already installed.
13:41:01 #11 1.993 Package bash-5.1.16-2.fc36.x86_64 is already installed.
13:41:01 #11 1.993 Package ca-certificates-2021.2.52-3.fc36.noarch is already installed.
13:41:01 #11 1.994 Package libarchive-3.5.3-1.fc36.x86_64 is already installed.
13:41:01 #11 1.995 Package pkgconf-pkg-config-1.8.0-2.fc36.x86_64 is already installed.
13:41:01 #11 1.996 Package tar-2:1.34-3.fc36.x86_64 is already installed.
13:41:01 #11 2.005 Package bash-5.1.16-2.fc36.x86_64 is already installed.
13:41:01 #11 2.022 Package bash-5.1.16-2.fc36.x86_64 is already installed.
13:41:01 #11 2.122 Dependencies resolved.
13:41:01 #11 2.147 ======================================================================================
13:41:01 #11 2.147  Package                        Arch    Version                 Repository        Size
13:41:01 #11 2.147 ======================================================================================
13:41:01 #11 2.147 Installing:
13:41:01 #11 2.147  btrfs-progs-devel              x86_64  5.16.2-1.fc36           fedora            50 k
13:41:01 #11 2.147  cmake                          x86_64  3.22.2-1.fc36           fedora           6.3 M
13:41:01 #11 2.147  device-mapper-devel            x86_64  1.02.175-7.fc36         fedora            43 k
13:41:01 #11 2.147  gcc                            x86_64  12.0.1-0.16.fc36        fedora            33 M
13:41:01 #11 2.147  git                            x86_64  2.36.0-1.fc36           updates-testing   66 k
13:41:01 #11 2.147  glibc-static                   x86_64  2.35-5.fc36             updates-testing  2.0 M
13:41:01 #11 2.147  libseccomp-devel               x86_64  2.5.3-2.fc36            fedora            53 k
13:41:01 #11 2.147  libselinux-devel               x86_64  3.3-4.fc36              fedora           113 k
13:41:01 #11 2.147  libtool                        x86_64  2.4.6-50.fc36           fedora           579 k
13:41:01 #11 2.147  libtool-ltdl-devel             x86_64  2.4.6-50.fc36           fedora           156 k
13:41:01 #11 2.147  make                           x86_64  1:4.3-7.fc36            fedora           535 k
13:41:01 #11 2.147  selinux-policy-devel           noarch  36.8-1.fc36             fedora           818 k
13:41:01 #11 2.147  systemd                        x86_64  250.3-8.fc36            fedora           4.3 M
13:41:01 #11 2.147  systemd-devel                  x86_64  250.3-8.fc36            fedora           450 k
13:41:01 #11 2.147  which                          x86_64  2.21-32.fc36            fedora            42 k
13:41:01 #11 2.147 Upgrading:
13:41:01 #11 2.147  audit-libs                     x86_64  3.0.8-1.fc36            fedora           116 k
13:41:01 #11 2.147  libgcc                         x86_64  12.0.1-0.16.fc36        fedora           101 k
13:41:01 #11 2.147  libgomp                        x86_64  12.0.1-0.16.fc36        fedora           288 k
13:41:01 #11 2.147  systemd-libs                   x86_64  250.3-8.fc36            fedora           615 k
13:41:01 #11 2.147 Installing dependencies:
13:41:01 #11 2.147  annobin-docs                   noarch  10.67-1.fc36            updates-testing   89 k
13:41:01 #11 2.147  annobin-plugin-gcc             x86_64  10.67-1.fc36            updates-testing  881 k
13:41:01 #11 2.147  autoconf                       noarch  2.71-2.fc36             fedora           718 k
13:41:01 #11 2.147  automake                       noarch  1.16.5-4.fc36           fedora           673 k
13:41:01 #11 2.147  btrfs-progs                    x86_64  5.16.2-1.fc36           fedora           965 k
13:41:01 #11 2.147  checkpolicy                    x86_64  3.3-2.fc36              fedora           339 k
13:41:01 #11 2.147  cmake-data                     noarch  3.22.2-1.fc36           fedora           1.6 M
13:41:01 #11 2.147  cmake-filesystem               x86_64  3.22.2-1.fc36           fedora            18 k
13:41:01 #11 2.147  cmake-rpm-macros               noarch  3.22.2-1.fc36           fedora            17 k
13:41:01 #11 2.147  cpp                            x86_64  12.0.1-0.16.fc36        fedora            11 M
13:41:01 #11 2.147  dbus                           x86_64  1:1.14.0-1.fc36         fedora           7.5 k
13:41:01 #11 2.147  dbus-broker                    x86_64  29-5.fc36               fedora           174 k
13:41:01 #11 2.147  dbus-common                    noarch  1:1.14.0-1.fc36         fedora            14 k
13:41:01 #11 2.147  device-mapper                  x86_64  1.02.175-7.fc36         fedora           139 k
13:41:01 #11 2.147  device-mapper-libs             x86_64  1.02.175-7.fc36         fedora           177 k
13:41:01 #11 2.147  e2fsprogs-libs                 x86_64  1.46.5-2.fc36           fedora           222 k
13:41:01 #11 2.147  emacs-filesystem               noarch  1:27.2-11.fc36          updates-testing  9.0 k
13:41:01 #11 2.147  gc                             x86_64  8.0.6-2.fc36            fedora           103 k
13:41:01 #11 2.147  gcc-plugin-annobin             x86_64  12.0.1-0.16.fc36        fedora            46 k
13:41:01 #11 2.147  git-core                       x86_64  2.36.0-1.fc36           updates-testing  4.0 M
13:41:01 #11 2.147  git-core-doc                   noarch  2.36.0-1.fc36           updates-testing  2.4 M
13:41:01 #11 2.147  glibc-devel                    x86_64  2.35-5.fc36             updates-testing   58 k
13:41:01 #11 2.147  glibc-headers-x86              noarch  2.35-5.fc36             updates-testing  462 k
13:41:01 #11 2.147  guile22                        x86_64  2.2.7-5.fc36            fedora           6.4 M
13:41:01 #11 2.147  jsoncpp                        x86_64  1.9.5-2.fc36            fedora            98 k
13:41:01 #11 2.147  kernel-headers                 x86_64  5.17.4-300.fc36         updates-testing  1.3 M
13:41:01 #11 2.147  kmod-libs                      x86_64  29-7.fc36               fedora            68 k
13:41:01 #11 2.147  less                           x86_64  590-3.fc36              fedora           160 k
13:41:01 #11 2.147  libargon2                      x86_64  20171227-9.fc36         updates-testing   28 k
13:41:01 #11 2.147  libbtrfs                       x86_64  5.16.2-1.fc36           fedora            28 k
13:41:01 #11 2.147  libbtrfsutil                   x86_64  5.16.2-1.fc36           fedora            32 k
13:41:01 #11 2.147  libcbor                        x86_64  0.7.0-5.fc36            fedora            56 k
13:41:01 #11 2.147  libedit                        x86_64  3.1-41.20210910cvs.fc36 fedora           104 k
13:41:01 #11 2.147  libfdisk                       x86_64  2.38-0.2.fc36           fedora           158 k
13:41:01 #11 2.147  libfido2                       x86_64  1.10.0-3.fc36           fedora            95 k
13:41:01 #11 2.147  libmpc                         x86_64  1.2.1-4.fc36            fedora            61 k
13:41:01 #11 2.147  libseccomp                     x86_64  2.5.3-2.fc36            fedora            70 k
13:41:01 #11 2.147  libselinux-utils               x86_64  3.3-4.fc36              fedora           142 k
13:41:01 #11 2.147  libsepol-devel                 x86_64  3.3-3.fc36              fedora            40 k
13:41:01 #11 2.147  libtool-ltdl                   x86_64  2.4.6-50.fc36           fedora            36 k
13:41:01 #11 2.147  libutempter                    x86_64  1.2.1-6.fc36            fedora            26 k
13:41:01 #11 2.147  libuv                          x86_64  1:1.44.1-1.fc36         fedora           151 k
13:41:01 #11 2.147  libxcrypt-devel                x86_64  4.4.28-1.fc36           fedora            29 k
13:41:01 #11 2.147  libxcrypt-static               x86_64  4.4.28-1.fc36           fedora           109 k
13:41:01 #11 2.147  lzo                            x86_64  2.10-6.fc36             fedora            66 k
13:41:01 #11 2.147  m4                             x86_64  1.4.19-3.fc36           fedora           296 k
13:41:01 #11 2.147  openssh                        x86_64  8.8p1-1.fc36.1          fedora           451 k
13:41:01 #11 2.147  openssh-clients                x86_64  8.8p1-1.fc36.1          fedora           703 k
13:41:01 #11 2.147  pcre2-devel                    x86_64  10.39-1.fc36.1          fedora           474 k
13:41:01 #11 2.147  pcre2-utf16                    x86_64  10.39-1.fc36.1          fedora           212 k
13:41:01 #11 2.147  pcre2-utf32                    x86_64  10.39-1.fc36.1          fedora           198 k
13:41:01 #11 2.147  perl-Error                     noarch  1:0.17029-8.fc36        fedora            41 k
13:41:01 #11 2.147  perl-File-Compare              noarch  1.100.600-486.fc36      fedora            18 k
13:41:01 #11 2.147  perl-File-Copy                 noarch  2.35-486.fc36           fedora            25 k
13:41:01 #11 2.147  perl-File-Find                 noarch  1.39-486.fc36           fedora            30 k
13:41:01 #11 2.147  perl-Git                       noarch  2.36.0-1.fc36           updates-testing   43 k
13:41:01 #11 2.147  perl-TermReadKey               x86_64  2.38-12.fc36            fedora            36 k
13:41:01 #11 2.147  perl-Thread-Queue              noarch  3.14-479.fc36           fedora            21 k
13:41:01 #11 2.147  perl-lib                       x86_64  0.65-486.fc36           fedora            20 k
13:41:01 #11 2.147  perl-threads                   x86_64  1:2.26-449.fc36         fedora            57 k
13:41:01 #11 2.147  perl-threads-shared            x86_64  1.62-479.fc36           fedora            44 k
13:41:01 #11 2.147  policycoreutils                x86_64  3.3-4.fc36              fedora           202 k
13:41:01 #11 2.147  policycoreutils-devel          x86_64  3.3-4.fc36              fedora           142 k
13:41:01 #11 2.147  policycoreutils-python-utils   noarch  3.3-4.fc36              fedora            72 k
13:41:01 #11 2.147  python3-audit                  x86_64  3.0.8-1.fc36            fedora            82 k
13:41:01 #11 2.147  python3-libselinux             x86_64  3.3-4.fc36              fedora           186 k
13:41:01 #11 2.147  python3-libsemanage            x86_64  3.3-3.fc36              fedora            80 k
13:41:01 #11 2.147  python3-policycoreutils        noarch  3.3-4.fc36              fedora           2.0 M
13:41:01 #11 2.147  python3-setools                x86_64  4.4.0-5.fc36            fedora           552 k
13:41:01 #11 2.147  python3-setuptools             noarch  59.6.0-2.fc36           fedora           936 k
13:41:01 #11 2.147  rhash                          x86_64  1.4.2-2.fc36            fedora           185 k
13:41:01 #11 2.147  rpm-plugin-selinux             x86_64  4.17.0-10.fc36          fedora            21 k
13:41:01 #11 2.147  selinux-policy                 noarch  36.8-1.fc36             fedora            72 k
13:41:01 #11 2.147  selinux-policy-targeted        noarch  36.8-1.fc36             fedora           6.4 M
13:41:01 #11 2.147  systemd-pam                    x86_64  250.3-8.fc36            fedora           334 k
13:41:01 #11 2.147  systemd-rpm-macros             noarch  250.3-8.fc36            fedora            29 k
13:41:01 #11 2.147  util-linux                     x86_64  2.38-0.2.fc36           fedora           2.2 M
13:41:01 #11 2.147  vim-filesystem                 noarch  2:8.2.4845-1.fc36       updates-testing   22 k
13:41:01 #11 2.147  xkeyboard-config               noarch  2.35.1-1.fc36           fedora           878 k
13:41:01 #11 2.147 Installing weak dependencies:
13:41:01 #11 2.147  cryptsetup-libs                x86_64  2.4.3-2.fc36            fedora           432 k
13:41:01 #11 2.147  libbpf                         x86_64  2:0.5.0-2.fc36          fedora           147 k
13:41:01 #11 2.147  libxkbcommon                   x86_64  1.4.0-1.fc36            fedora           140 k
13:41:01 #11 2.147  qrencode-libs                  x86_64  4.1.1-2.fc36            fedora            61 k
13:41:01 #11 2.147  systemd-networkd               x86_64  250.3-8.fc36            fedora           564 k
13:41:01 #11 2.147  systemd-resolved               x86_64  250.3-8.fc36            fedora           275 k
13:41:01 #11 2.147 
13:41:01 #11 2.147 Transaction Summary
13:41:01 #11 2.147 ======================================================================================
13:41:01 #11 2.147 Install  100 Packages
13:41:01 #11 2.147 Upgrade    4 Packages
13:41:01 #11 2.147 
13:41:01 #11 2.152 Total download size: 101 M
13:41:01 #11 2.152 Downloading Packages:
13:41:01 #11 11.20   Installing       : dbus-broker-29-4.fc35.x86_64                        56/111 
13:41:01 #11 11.21   Running scriptlet: dbus-broker-29-4.fc35.x86_64                        56/111 
13:41:01 #11 11.21   Installing       : dbus-1:1.12.22-1.fc35.x86_64                        57/111 
13:41:01 #11 11.22   Installing       : annobin-docs-10.66-2.fc35.noarch                    58/111 
13:41:01 #11 11.29   Installing       : xkeyboard-config-2.33-2.fc35.noarch                 59/111 
13:41:01 #11 11.33   Installing       : libxkbcommon-1.3.1-1.fc35.x86_64                    60/111 
13:41:01 #11 2.957 dpkg-buildpackage: info: source package docker-ce-build-deps
13:41:01 #11 2.957 dpkg-buildpackage: info: source version 1.0
13:41:01 #11 2.957 dpkg-buildpackage: info: source distribution unstable
13:41:01 #11 2.957 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:41:01 #11 3.000 dpkg-buildpackage: info: host architecture armhf
13:41:01 #11 3.006  dpkg-source --before-build .
13:41:01 #11 3.114  debian/rules clean
13:41:01 #11 3.116 dh clean
13:41:01 #11 3.209    dh_clean
13:41:01 #8 71.28 Setting up libfcgi-perl:amd64 (0.79+ds-2) ...
13:41:01 #8 71.30 Setting up libsub-override-perl (0.09-2) ...
13:41:01 #8 71.32 Setting up libaliased-perl (0.34-1.1) ...
13:41:01 #8 71.33 Setting up libstrictures-perl (2.000006-1) ...
13:41:01 #8 71.34 Setting up libsub-quote-perl (2.006006-1) ...
13:41:01 #8 71.36 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:41:01 #8 71.37 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
13:41:01 #8 71.38 Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
13:41:01 #8 71.39 Setting up libsort-versions-perl (1.62-1) ...
13:41:01 #8 71.40 Setting up libexporter-tiny-perl (1.002002-1) ...
13:41:01 #8 71.41 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
13:41:01 #8 71.43 Setting up libfile-dirlist-perl (0.05-2) ...
13:41:01 #8 71.44 Setting up libterm-readkey-perl (2.38-1+b2) ...
13:41:01 #8 71.45 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
13:41:01 #8 71.46 Setting up libperlio-gzip-perl (0.19-1+b7) ...
13:41:01 #8 71.47 Setting up libsys-hostname-long-perl (1.5-2) ...
13:41:01 #8 71.48 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:41:01 #8 63.39 Setting up libparams-validate-perl (1.29-1) ...
13:41:01 #8 63.40 Setting up libmoo-perl (2.003004-1) ...
13:41:01 #8 63.42 Setting up libb-hooks-endofscope-perl (0.21-1) ...
13:41:01 #8 63.43 Setting up libpackage-stash-perl (0.37-1) ...
13:41:01 #8 63.44 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
13:41:01 #8 63.45 Setting up libnamespace-clean-perl (0.27-1) ...
13:41:01 #8 63.47 Setting up licensecheck (3.0.31-2) ...
13:41:01 #8 63.48 Setting up dh-autoreconf (17) ...
13:41:01 #8 63.50 Setting up libwww-perl (6.31-1ubuntu0.1) ...
13:41:01 #8 63.51 Setting up debhelper (11.1.6ubuntu2) ...
13:41:01 #8 63.53 Setting up equivs (2.1.0) ...
13:41:01 #8 63.55 Setting up liblwp-protocol-https-perl (6.07-2) ...
13:41:01 #8 63.56 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
13:41:01 #8 63.57 Setting up libxml-parser-perl (2.44-2build3) ...
13:41:01 #8 63.58 Setting up libxml-sax-expat-perl (0.40-2) ...
13:41:01 #11 7.387 Get:28 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB]
13:41:01 #11 7.666 Get:29 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u8+rpi1 [323 kB]
13:41:01 #9 53.22 Selecting previously unselected package python3-certifi.
13:41:01 #9 53.22 Preparing to unpack .../343-python3-certifi_2020.6.20-1_all.deb ...
13:41:01 #9 53.23 Unpacking python3-certifi (2020.6.20-1) ...
13:41:01 #9 53.28 Selecting previously unselected package python3-idna.
13:41:01 #9 53.28 Preparing to unpack .../344-python3-idna_3.3-1_all.deb ...
13:41:01 #9 53.28 Unpacking python3-idna (3.3-1) ...
13:41:01 #9 53.32 Selecting previously unselected package python3-six.
13:41:01 #9 53.32 Preparing to unpack .../345-python3-six_1.16.0-3ubuntu1_all.deb ...
13:41:01 #9 53.33 Unpacking python3-six (1.16.0-3ubuntu1) ...
13:41:01 #9 53.37 Selecting previously unselected package python3-urllib3.
13:41:01 #9 53.37 Preparing to unpack .../346-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:41:01 #9 53.37 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:41:01 #9 53.42 Selecting previously unselected package python3-requests.
13:41:01 + mkdir -p /root/build-deb/cli
13:41:01 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:01 #11 25.30   Installing       : device-mapper-devel-1.02.175-7.fc36.aarch64         99/110 
13:41:01 #11 25.31   Installing       : btrfs-progs-devel-5.16.2-1.fc36.aarch64            100/110 
13:41:01 #11 25.34   Installing       : gcc-plugin-annobin-12.0.1-0.16.fc36.aarch64        101/110 
13:41:01 #11 25.35   Installing       : libtool-2.4.6-50.fc36.aarch64                      102/110 
13:41:01 #11 25.36   Installing       : annobin-plugin-gcc-10.67-1.fc36.aarch64            103/110 
13:41:01 #11 25.39   Running scriptlet: annobin-plugin-gcc-10.67-1.fc36.aarch64            103/110 
13:41:01 #11 25.43   Installing       : libtool-ltdl-devel-2.4.6-50.fc36.aarch64           104/110 
13:41:01 #11 25.44   Installing       : libseccomp-devel-2.5.3-2.fc36.aarch64              105/110 
13:41:01 #11 25.47   Installing       : which-2.21-32.fc36.aarch64                         106/110 
13:41:01 #11 25.48   Cleanup          : systemd-libs-250.3-4.fc36.aarch64                  107/110 
13:41:01 #11 25.51   Cleanup          : libgcc-12.0.1-0.12.fc36.aarch64                    108/110 
13:41:01 #11 25.51   Running scriptlet: libgcc-12.0.1-0.12.fc36.aarch64                    108/110 
13:41:01 #9 59.14 Updating certificates in /etc/ssl/certs...
13:41:01  dpkg-source -I.git -b build-deb
13:41:01 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:41:01 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:41:01 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:41:01 dpkg-source: info: using source format '1.0'
13:41:01 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz
13:41:01 #11 11.34   Installing       : rhash-1.4.0-4.fc35.x86_64                           61/111 
13:41:01 #11 3.247  debian/rules binary
13:41:01 #11 3.249 dh binary
13:41:01 #11 3.328    dh_update_autotools_config
13:41:01 #11 3.361    dh_autoreconf
13:41:01 #11 3.410    create-stamp debian/debhelper-build-stamp
13:41:01 #11 3.410    dh_prep
13:41:01 #11 3.443    dh_install
13:41:01 #8 71.49 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
13:41:01 #8 71.51 Setting up liburi-perl (5.08-1) ...
13:41:01 #8 71.52 Setting up libfile-touch-perl (0.11-1) ...
13:41:01 #8 71.53 Setting up python3.9 (3.9.2-1) ...
13:41:01 #8 63.62 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:41:01 #8 63.68 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:01 #8 63.81 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:01 + STATUS=0
13:41:01 + '[' 0 -ne 0 ']'
13:41:01 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:41:01 + RPM_EC=0
13:41:01 ++ jobs -p
13:41:01 + exit 0
13:41:01 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9n0JPZ
13:41:01 + umask 022
13:41:01 + cd /root/rpmbuild/BUILD
13:41:01 + cd src
13:41:01 + export DOCKER_GITCOMMIT=613b798
13:41:01 + DOCKER_GITCOMMIT=613b798
13:41:01 + mkdir -p /go/src/github.com/docker
13:41:01 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:41:01 + pushd /root/rpmbuild/BUILD/src/engine
13:41:01 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:41:01 + TMP_GOPATH=/go
13:41:01 + hack/dockerfile/install/install.sh tini
13:41:01 + RM_GOPATH=0
13:41:01 + TMP_GOPATH=/go
13:41:01 + : /usr/local/bin
13:41:01 + '[' -z /go ']'
13:41:01 + export GOPATH=/go
13:41:01 + GOPATH=/go
13:41:01 + case "$(go env GOARCH)" in
13:41:01 ++ go env GOARCH
13:41:01 + export GO_BUILDMODE=-buildmode=pie
13:41:01 + GO_BUILDMODE=-buildmode=pie
13:41:01 ++ dirname hack/dockerfile/install/install.sh
13:41:01 + dir=hack/dockerfile/install
13:41:01 Install tini version v0.19.0
13:41:01 + bin=tini
13:41:01 + shift
13:41:01 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:41:01 + . hack/dockerfile/install/tini.installer
13:41:01 ++ : v0.19.0
13:41:01 + install_tini
13:41:01 + echo 'Install tini version v0.19.0'
13:41:01 + git clone https://github.com/krallin/tini.git /go/tini
13:41:01 Cloning into '/go/tini'...
13:41:01 #11 7.778 Get:30 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB]
13:41:01 + mkdir -p /root/build-deb/compose
13:41:01 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:01 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:01 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:01 + mkdir -p /go/src/github.com/docker
13:41:01 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:01 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:01 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:01 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:01 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:01 + EPOCH=5
13:41:01 + EPOCH_SEP=
13:41:01 + [[ ! -z 5 ]]
13:41:01 + EPOCH_SEP=:
13:41:01 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:01 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:01 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:01 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:01 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:01 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:01 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:01 + debSource=docker-ce
13:41:01 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:01 + debMaintainer='Docker <support@docker.com>'
13:41:01 ++ date --rfc-2822
13:41:01 + debDate='Wed, 04 May 2022 13:41:01 +0000'
13:41:01 + cat
13:41:01 + export CLI_GITCOMMIT=bfa9b40
13:41:01 + CLI_GITCOMMIT=bfa9b40
13:41:01 + export ENGINE_GITCOMMIT=613b798
13:41:01 + ENGINE_GITCOMMIT=613b798
13:41:01 + export SCAN_GITCOMMIT=061fe0a
13:41:01 + SCAN_GITCOMMIT=061fe0a
13:41:01 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:01 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:01 + dpkg-buildpackage -uc -us -I.git
13:41:01 dpkg-buildpackage: info: source package docker-ce
13:41:01 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~debian-buster
13:41:01 dpkg-buildpackage: info: source distribution buster
13:41:01 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:01  dpkg-source -I.git --before-build .
13:41:01 dpkg-buildpackage: info: host architecture arm64
13:41:01 #11 2.819 Reading package lists...
13:41:01 #11 3.413 Building dependency tree...
13:41:01 #9 53.43 Preparing to unpack .../347-python3-requests_2.25.1+dfsg-2_all.deb ...
13:41:01 #9 53.43 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:41:01 #9 53.48 Selecting previously unselected package python3-unidiff.
13:41:01 #9 53.48 Preparing to unpack .../348-python3-unidiff_0.5.5-2_all.deb ...
13:41:01 #9 53.49 Unpacking python3-unidiff (0.5.5-2) ...
13:41:01 #9 53.52 Selecting previously unselected package python3-xdg.
13:41:01 #9 53.53 Preparing to unpack .../349-python3-xdg_0.27-2_all.deb ...
13:41:01 #9 53.53 Unpacking python3-xdg (0.27-2) ...
13:41:01 #9 53.57 Selecting previously unselected package equivs.
13:41:01 #9 53.57 Preparing to unpack .../350-equivs_2.3.1_all.deb ...
13:41:01 #9 53.58 Unpacking equivs (2.3.1) ...
13:41:01 #9 53.62 Selecting previously unselected package libauthen-sasl-perl.
13:41:01 #9 53.62 Preparing to unpack .../351-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:41:01 + mkdir -p /root/build-deb/buildx
13:41:01 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:01 #11 25.53   Cleanup          : libgomp-12.0.1-0.12.fc36.aarch64                   109/110 
13:41:01 #11 25.54   Cleanup          : audit-libs-3.0.7-1.fc36.aarch64                    110/110 
13:41:01 #11 25.57   Running scriptlet: selinux-policy-targeted-36.8-1.fc36.noarch         110/110 
13:41:01 #11 25.58   Running scriptlet: systemd-resolved-250.3-8.fc36.aarch64              110/110 
13:41:01 #9 59.52 128 added, 0 removed; done.
13:41:01 #11 24.90   Running scriptlet: audit-libs-3.0.7-2.fc35.aarch64                    113/113 
13:41:01 #11 25.29   Verifying        : acl-2.3.1-2.fc35.aarch64                             1/113 
13:41:01 #11 25.29   Verifying        : autoconf-2.69-37.fc35.noarch                         2/113 
13:41:01 #11 25.29   Verifying        : automake-1.16.2-5.fc35.noarch                        3/113 
13:41:01 #11 25.29   Verifying        : dbus-broker-29-4.fc35.aarch64                        4/113 
13:41:01 #11 25.29   Verifying        : device-mapper-1.02.175-6.fc35.aarch64                5/113 
13:41:01 #11 25.29   Verifying        : device-mapper-devel-1.02.175-6.fc35.aarch64          6/113 
13:41:01 #11 25.29   Verifying        : device-mapper-libs-1.02.175-6.fc35.aarch64           7/113 
13:41:01 #11 25.29   Verifying        : e2fsprogs-libs-1.46.3-1.fc35.aarch64                 8/113 
13:41:01 #11 25.29   Verifying        : emacs-filesystem-1:27.2-9.fc35.noarch                9/113 
13:41:01 #11 25.29   Verifying        : gc-8.0.4-6.fc35.aarch64                             10/113 
13:41:01 #11 25.29   Verifying        : guile22-2.2.7-3.fc35.aarch64                        11/113 
13:41:01 #11 25.29   Verifying        : iptables-legacy-libs-1.8.7-13.fc35.aarch64          12/113 
13:41:01 #11 25.29   Verifying        : kmod-libs-29-4.fc35.aarch64                         13/113 
13:41:01 #11 25.29   Verifying        : libargon2-20171227-7.fc35.aarch64                   14/113 
13:41:01 #11 25.29   Verifying        : libbpf-2:0.4.0-2.fc35.aarch64                       15/113 
13:41:01 #11 25.29   Verifying        : libcbor-0.7.0-4.fc35.aarch64                        16/113 
13:41:01 #11 25.29   Verifying        : libedit-3.1-40.20210910cvs.fc35.aarch64             17/113 
13:41:01 #11 25.29   Verifying        : libfido2-1.8.0-1.fc35.aarch64                       18/113 
13:41:01 #11 25.29   Verifying        : libmpc-1.2.1-3.fc35.aarch64                         19/113 
13:41:01 #11 25.29   Verifying        : libnl3-3.5.0-8.fc35.aarch64                         20/113 
13:41:01 #11 25.29   Verifying        : libpcap-14:1.10.1-2.fc35.aarch64                    21/113 
13:41:01 #11 25.29   Verifying        : libutempter-1.2.1-5.fc35.aarch64                    22/113 
13:41:01 #11 25.29   Verifying        : libxkbcommon-1.3.1-1.fc35.aarch64                   23/113 
13:41:01 #11 25.29   Verifying        : lzo-2.10-5.fc35.aarch64                             24/113 
13:41:01 #11 25.29   Verifying        : m4-1.4.19-2.fc35.aarch64                            25/113 
13:41:01 #11 25.29   Verifying        : make-1:4.3-6.fc35.aarch64                           26/113 
13:41:01 #11 25.29   Verifying        : perl-Error-1:0.17029-7.fc35.noarch                  27/113 
13:41:01 #11 25.29   Verifying        : perl-TermReadKey-2.38-11.fc35.aarch64               28/113 
13:41:01 #11 25.29   Verifying        : perl-Thread-Queue-3.14-478.fc35.noarch              29/113 
13:41:01 #11 25.29   Verifying        : perl-threads-1:2.26-448.fc35.aarch64                30/113 
13:41:01 #11 25.29   Verifying        : perl-threads-shared-1.62-478.fc35.aarch64           31/113 
13:41:01 #11 25.29   Verifying        : python3-setools-4.4.0-3.fc35.aarch64                32/113 
13:41:01 #11 25.29   Verifying        : python3-setuptools-57.4.0-1.fc35.noarch             33/113 
13:41:01 #11 25.29   Verifying        : rhash-1.4.0-4.fc35.aarch64                          34/113 
13:41:01 #11 25.29   Verifying        : which-2.21-27.fc35.aarch64                          35/113 
13:41:01 #11 25.29   Verifying        : xkeyboard-config-2.33-2.fc35.noarch                 36/113 
13:41:01 #11 25.29   Verifying        : annobin-docs-10.66-2.fc35.noarch                    37/113 
13:41:01 #11 25.29   Verifying        : annobin-plugin-gcc-10.66-2.fc35.aarch64             38/113 
13:41:01 #11 25.29   Verifying        : btrfs-progs-5.16.2-1.fc35.aarch64                   39/113 
13:41:01 #11 25.29   Verifying        : btrfs-progs-devel-5.16.2-1.fc35.aarch64             40/113 
13:41:01 #11 25.29   Verifying        : checkpolicy-3.3-1.fc35.aarch64                      41/113 
13:41:01 #11 25.29   Verifying        : cmake-3.22.2-1.fc35.aarch64                         42/113 
13:41:01 #11 25.29   Verifying        : cmake-data-3.22.2-1.fc35.noarch                     43/113 
13:41:01 #11 25.29   Verifying        : cmake-filesystem-3.22.2-1.fc35.aarch64              44/113 
13:41:01 #11 25.29   Verifying        : cmake-rpm-macros-3.22.2-1.fc35.noarch               45/113 
13:41:01 #11 25.29   Verifying        : cpp-11.3.1-2.fc35.aarch64                           46/113 
13:41:01 #11 25.29   Verifying        : cryptsetup-libs-2.4.3-1.fc35.aarch64                47/113 
13:41:01 #11 25.29   Verifying        : dbus-1:1.12.22-1.fc35.aarch64                       48/113 
13:41:01 #11 25.29   Verifying        : dbus-common-1:1.12.22-1.fc35.noarch                 49/113 
13:41:01 #11 25.29   Verifying        : gcc-11.3.1-2.fc35.aarch64                           50/113 
13:41:01 #11 25.29   Verifying        : git-2.35.1-1.fc35.aarch64                           51/113 
13:41:01 #11 25.29   Verifying        : git-core-2.35.1-1.fc35.aarch64                      52/113 
13:41:01 #11 25.29   Verifying        : git-core-doc-2.35.1-1.fc35.noarch                   53/113 
13:41:01 #11 25.30   Verifying        : glibc-devel-2.34-32.fc35.aarch64                    54/113 
13:41:01 #11 25.30   Verifying        : glibc-static-2.34-32.fc35.aarch64                   55/113 
13:41:01 #11 25.30   Verifying        : jsoncpp-1.9.4-5.fc35.aarch64                        56/113 
13:41:01 #11 25.30   Verifying        : kernel-headers-5.17.4-200.fc35.aarch64              57/113 
13:41:01 #11 25.30   Verifying        : less-590-2.fc35.aarch64                             58/113 
13:41:01 #11 25.30   Verifying        : libasan-11.3.1-2.fc35.aarch64                       59/113 
13:41:01 #11 25.30   Verifying        : libatomic-11.3.1-2.fc35.aarch64                     60/113 
13:41:01 #11 25.30   Verifying        : libbtrfs-5.16.2-1.fc35.aarch64                      61/113 
13:41:01 #11 25.30   Verifying        : libbtrfsutil-5.16.2-1.fc35.aarch64                  62/113 
13:41:01 #11 25.30   Verifying        : libfdisk-2.37.4-1.fc35.aarch64                      63/113 
13:41:01 #11 25.30   Verifying        : libibverbs-39.0-1.fc35.aarch64                      64/113 
13:41:01 #11 25.30   Verifying        : libseccomp-2.5.3-1.fc35.aarch64                     65/113 
13:41:01 #11 25.30   Verifying        : libseccomp-devel-2.5.3-1.fc35.aarch64               66/113 
13:41:01 #11 25.30   Verifying        : libselinux-devel-3.3-1.fc35.aarch64                 67/113 
13:41:01 #11 25.30   Verifying        : libselinux-utils-3.3-1.fc35.aarch64                 68/113 
13:41:01 #11 25.30   Verifying        : libsepol-devel-3.3-2.fc35.aarch64                   69/113 
13:41:01 #11 25.30   Verifying        : libtool-2.4.6-50.fc35.aarch64                       70/113 
13:41:01 #11 25.30   Verifying        : libtool-ltdl-2.4.6-50.fc35.aarch64                  71/113 
13:41:01 #11 25.30   Verifying        : libtool-ltdl-devel-2.4.6-50.fc35.aarch64            72/113 
13:41:01 #11 25.30   Verifying        : libubsan-11.3.1-2.fc35.aarch64                      73/113 
13:41:01 #11 25.30   Verifying        : libuv-1:1.44.1-1.fc35.aarch64                       74/113 
13:41:01 #11 25.30   Verifying        : libxcrypt-devel-4.4.28-1.fc35.aarch64               75/113 
13:41:01 #11 25.30   Verifying        : libxcrypt-static-4.4.28-1.fc35.aarch64              76/113 
13:41:01 #11 25.30   Verifying        : openssh-8.7p1-3.fc35.aarch64                        77/113 
13:41:01 #11 25.30   Verifying        : openssh-clients-8.7p1-3.fc35.aarch64                78/113 
13:41:01 #11 25.30   Verifying        : pcre2-devel-10.39-1.fc35.aarch64                    79/113 
13:41:01 #11 25.30   Verifying        : pcre2-utf16-10.39-1.fc35.aarch64                    80/113 
13:41:01 #11 25.30   Verifying        : pcre2-utf32-10.39-1.fc35.aarch64                    81/113 
13:41:01 #11 25.30   Verifying        : perl-File-Compare-1.100.600-486.fc35.noarch         82/113 
13:41:01 #11 25.30   Verifying        : perl-File-Copy-2.35-486.fc35.noarch                 83/113 
13:41:01 #11 25.30   Verifying        : perl-File-Find-1.39-486.fc35.noarch                 84/113 
13:41:01 #11 25.30   Verifying        : perl-Git-2.35.1-1.fc35.noarch                       85/113 
13:41:01 #11 25.30   Verifying        : perl-lib-0.65-486.fc35.aarch64                      86/113 
13:41:01 #11 25.30   Verifying        : policycoreutils-3.3-1.fc35.aarch64                  87/113 
13:41:01 #11 25.30   Verifying        : policycoreutils-devel-3.3-1.fc35.aarch64            88/113 
13:41:01 #11 25.30   Verifying        : policycoreutils-python-utils-3.3-1.fc35.noarch      89/113 
13:41:01 #11 25.30   Verifying        : python3-audit-3.0.8-1.fc35.aarch64                  90/113 
13:41:01 #11 25.30   Verifying        : python3-libselinux-3.3-1.fc35.aarch64               91/113 
13:41:01 #11 25.30   Verifying        : python3-libsemanage-3.3-1.fc35.aarch64              92/113 
13:41:01 #11 25.30   Verifying        : python3-policycoreutils-3.3-1.fc35.noarch           93/113 
13:41:01 #11 25.30   Verifying        : qrencode-libs-4.1.1-1.fc35.aarch64                  94/113 
13:41:01 #11 25.30   Verifying        : rpm-plugin-selinux-4.17.0-4.fc35.aarch64            95/113 
13:41:01 #11 25.30   Verifying        : selinux-policy-35.17-1.fc35.noarch                  96/113 
13:41:01 #11 25.30   Verifying        : selinux-policy-devel-35.17-1.fc35.noarch            97/113 
13:41:01 #11 25.30   Verifying        : selinux-policy-targeted-35.17-1.fc35.noarch         98/113 
13:41:01 #11 25.30   Verifying        : systemd-249.11-2.fc35.aarch64                       99/113 
13:41:01 #11 25.30   Verifying        : systemd-devel-249.11-2.fc35.aarch64                100/113 
13:41:01 #11 25.30   Verifying        : systemd-networkd-249.11-2.fc35.aarch64             101/113 
13:41:01 #11 25.30   Verifying        : systemd-pam-249.11-2.fc35.aarch64                  102/113 
13:41:01 #11 25.30   Verifying        : systemd-resolved-249.11-2.fc35.aarch64             103/113 
13:41:01 #11 25.30   Verifying        : systemd-rpm-macros-249.11-2.fc35.noarch            104/113 
13:41:01 #11 25.30   Verifying        : util-linux-2.37.4-1.fc35.aarch64                   105/113 
13:41:01 #11 25.30   Verifying        : util-linux-core-2.37.4-1.fc35.aarch64              106/113 
13:41:01 #11 25.30   Verifying        : vim-filesystem-2:8.2.4804-1.fc35.noarch            107/113 
13:41:01 #11 25.30   Verifying        : audit-libs-3.0.8-1.fc35.aarch64                    108/113 
13:41:01 #11 25.30   Verifying        : audit-libs-3.0.7-2.fc35.aarch64                    109/113 
13:41:01 #11 25.30   Verifying        : libgcc-11.3.1-2.fc35.aarch64                       110/113 
13:41:01 #11 25.30   Verifying        : libgcc-11.2.1-9.fc35.aarch64                       111/113 
13:41:01 #11 25.30   Verifying        : libgomp-11.3.1-2.fc35.aarch64                      112/113 
13:41:01 #11 25.30   Verifying        : libgomp-11.2.1-9.fc35.aarch64                      113/113 
13:41:01 #11 25.57 
13:41:01 #11 25.57 Upgraded:
13:41:01 #11 25.57   audit-libs-3.0.8-1.fc35.aarch64          libgcc-11.3.1-2.fc35.aarch64         
13:41:01 #11 25.57   libgomp-11.3.1-2.fc35.aarch64           
13:41:01 #11 25.57 Installed:
13:41:01 #11 25.57   acl-2.3.1-2.fc35.aarch64                                                      
13:41:01 #11 25.57   annobin-docs-10.66-2.fc35.noarch                                              
13:41:01 #11 25.57   annobin-plugin-gcc-10.66-2.fc35.aarch64                                       
13:41:01 #11 25.57   autoconf-2.69-37.fc35.noarch                                                  
13:41:01 #11 25.57   automake-1.16.2-5.fc35.noarch                                                 
13:41:01 #11 25.57   btrfs-progs-5.16.2-1.fc35.aarch64                                             
13:41:01 #11 25.57   btrfs-progs-devel-5.16.2-1.fc35.aarch64                                       
13:41:01 #11 25.57   checkpolicy-3.3-1.fc35.aarch64                                                
13:41:01 #11 25.57   cmake-3.22.2-1.fc35.aarch64                                                   
13:41:01 #11 25.57   cmake-data-3.22.2-1.fc35.noarch                                               
13:41:01 #11 25.57   cmake-filesystem-3.22.2-1.fc35.aarch64                                        
13:41:01 #11 25.57   cmake-rpm-macros-3.22.2-1.fc35.noarch                                         
13:41:01 #11 25.57   cpp-11.3.1-2.fc35.aarch64                                                     
13:41:01 #11 25.57   cryptsetup-libs-2.4.3-1.fc35.aarch64                                          
13:41:01 #11 25.57   dbus-1:1.12.22-1.fc35.aarch64                                                 
13:41:01 #11 25.57   dbus-broker-29-4.fc35.aarch64                                                 
13:41:01 #11 25.57   dbus-common-1:1.12.22-1.fc35.noarch                                           
13:41:01 #11 25.57   device-mapper-1.02.175-6.fc35.aarch64                                         
13:41:01 #11 25.57   device-mapper-devel-1.02.175-6.fc35.aarch64                                   
13:41:01 #11 25.57   device-mapper-libs-1.02.175-6.fc35.aarch64                                    
13:41:01 #11 25.57   e2fsprogs-libs-1.46.3-1.fc35.aarch64                                          
13:41:01 #11 25.57   emacs-filesystem-1:27.2-9.fc35.noarch                                         
13:41:01 #11 25.57   gc-8.0.4-6.fc35.aarch64                                                       
13:41:01 #11 25.57   gcc-11.3.1-2.fc35.aarch64                                                     
13:41:01 #11 25.57   git-2.35.1-1.fc35.aarch64                                                     
13:41:01 #11 25.57   git-core-2.35.1-1.fc35.aarch64                                                
13:41:01 #11 25.57   git-core-doc-2.35.1-1.fc35.noarch                                             
13:41:01 #11 25.57   glibc-devel-2.34-32.fc35.aarch64                                              
13:41:01 #11 25.57   glibc-static-2.34-32.fc35.aarch64                                             
13:41:01 #11 25.57   guile22-2.2.7-3.fc35.aarch64                                                  
13:41:01 #11 25.57   iptables-legacy-libs-1.8.7-13.fc35.aarch64                                    
13:41:01 #11 25.57   jsoncpp-1.9.4-5.fc35.aarch64                                                  
13:41:01 #11 25.57   kernel-headers-5.17.4-200.fc35.aarch64                                        
13:41:01 #11 25.57   kmod-libs-29-4.fc35.aarch64                                                   
13:41:01 #11 25.57   less-590-2.fc35.aarch64                                                       
13:41:01 #11 25.57   libargon2-20171227-7.fc35.aarch64                                             
13:41:01 #11 25.57   libasan-11.3.1-2.fc35.aarch64                                                 
13:41:01 #11 25.57   libatomic-11.3.1-2.fc35.aarch64                                               
13:41:01 #11 25.57   libbpf-2:0.4.0-2.fc35.aarch64                                                 
13:41:01 #11 25.57   libbtrfs-5.16.2-1.fc35.aarch64                                                
13:41:01 #11 25.57   libbtrfsutil-5.16.2-1.fc35.aarch64                                            
13:41:01 #11 25.57   libcbor-0.7.0-4.fc35.aarch64                                                  
13:41:01 #11 25.57   libedit-3.1-40.20210910cvs.fc35.aarch64                                       
13:41:01 #11 25.57   libfdisk-2.37.4-1.fc35.aarch64                                                
13:41:01 #11 25.57   libfido2-1.8.0-1.fc35.aarch64                                                 
13:41:01 #11 25.57   libibverbs-39.0-1.fc35.aarch64                                                
13:41:01 #11 25.57   libmpc-1.2.1-3.fc35.aarch64                                                   
13:41:01 #11 25.57   libnl3-3.5.0-8.fc35.aarch64                                                   
13:41:01 #11 25.57   libpcap-14:1.10.1-2.fc35.aarch64                                              
13:41:01 #11 25.57   libseccomp-2.5.3-1.fc35.aarch64                                               
13:41:01 #11 25.57   libseccomp-devel-2.5.3-1.fc35.aarch64                                         
13:41:01 #11 25.57   libselinux-devel-3.3-1.fc35.aarch64                                           
13:41:01 #11 25.57   libselinux-utils-3.3-1.fc35.aarch64                                           
13:41:01 #11 25.57   libsepol-devel-3.3-2.fc35.aarch64                                             
13:41:01 #11 25.57   libtool-2.4.6-50.fc35.aarch64                                                 
13:41:01 #11 25.57   libtool-ltdl-2.4.6-50.fc35.aarch64                                            
13:41:01 #11 25.57   libtool-ltdl-devel-2.4.6-50.fc35.aarch64                                      
13:41:01 #11 25.57   libubsan-11.3.1-2.fc35.aarch64                                                
13:41:01 #11 25.57   libutempter-1.2.1-5.fc35.aarch64                                              
13:41:01 #11 25.57   libuv-1:1.44.1-1.fc35.aarch64                                                 
13:41:01 #11 25.57   libxcrypt-devel-4.4.28-1.fc35.aarch64                                         
13:41:01 #11 25.57   libxcrypt-static-4.4.28-1.fc35.aarch64                                        
13:41:01 #11 25.57   libxkbcommon-1.3.1-1.fc35.aarch64                                             
13:41:01 #11 25.57   lzo-2.10-5.fc35.aarch64                                                       
13:41:01 #11 25.57   m4-1.4.19-2.fc35.aarch64                                                      
13:41:01 #11 25.57   make-1:4.3-6.fc35.aarch64                                                     
13:41:01 #11 25.57   openssh-8.7p1-3.fc35.aarch64                                                  
13:41:01 #11 25.57   openssh-clients-8.7p1-3.fc35.aarch64                                          
13:41:01 #11 25.57   pcre2-devel-10.39-1.fc35.aarch64                                              
13:41:01 #11 25.57   pcre2-utf16-10.39-1.fc35.aarch64                                              
13:41:01 #11 25.57   pcre2-utf32-10.39-1.fc35.aarch64                                              
13:41:01 #11 25.57   perl-Error-1:0.17029-7.fc35.noarch                                            
13:41:01 #11 25.57   perl-File-Compare-1.100.600-486.fc35.noarch                                   
13:41:01 #11 25.57   perl-File-Copy-2.35-486.fc35.noarch                                           
13:41:01 #11 25.57   perl-File-Find-1.39-486.fc35.noarch                                           
13:41:01 #11 25.57   perl-Git-2.35.1-1.fc35.noarch                                                 
13:41:01 #11 25.57   perl-TermReadKey-2.38-11.fc35.aarch64                                         
13:41:01 #11 25.57   perl-Thread-Queue-3.14-478.fc35.noarch                                        
13:41:01 #11 25.57   perl-lib-0.65-486.fc35.aarch64                                                
13:41:01 #11 25.57   perl-threads-1:2.26-448.fc35.aarch64                                          
13:41:01 #11 25.57   perl-threads-shared-1.62-478.fc35.aarch64                                     
13:41:01 #11 25.57   policycoreutils-3.3-1.fc35.aarch64                                            
13:41:01 #11 25.57   policycoreutils-devel-3.3-1.fc35.aarch64                                      
13:41:01 #11 25.57   policycoreutils-python-utils-3.3-1.fc35.noarch                                
13:41:01 #11 25.57   python3-audit-3.0.8-1.fc35.aarch64                                            
13:41:01 #11 25.57   python3-libselinux-3.3-1.fc35.aarch64                                         
13:41:01 #11 25.57   python3-libsemanage-3.3-1.fc35.aarch64                                        
13:41:01 #11 25.57   python3-policycoreutils-3.3-1.fc35.noarch                                     
13:41:01 #11 25.57   python3-setools-4.4.0-3.fc35.aarch64                                          
13:41:01 #11 25.57   python3-setuptools-57.4.0-1.fc35.noarch                                       
13:41:01 #11 25.57   qrencode-libs-4.1.1-1.fc35.aarch64                                            
13:41:01 #11 25.57   rhash-1.4.0-4.fc35.aarch64                                                    
13:41:01 #11 25.57   rpm-plugin-selinux-4.17.0-4.fc35.aarch64                                      
13:41:01 #11 25.57   selinux-policy-35.17-1.fc35.noarch                                            
13:41:01 #11 25.57   selinux-policy-devel-35.17-1.fc35.noarch                                      
13:41:01 #11 25.57   selinux-policy-targeted-35.17-1.fc35.noarch                                   
13:41:01 #11 25.57   systemd-249.11-2.fc35.aarch64                                                 
13:41:01 #11 25.57   systemd-devel-249.11-2.fc35.aarch64                                           
13:41:01 #11 25.57   systemd-networkd-249.11-2.fc35.aarch64                                        
13:41:01 #11 25.57   systemd-pam-249.11-2.fc35.aarch64                                             
13:41:01 #11 25.57   systemd-resolved-249.11-2.fc35.aarch64                                        
13:41:01 #11 25.57   systemd-rpm-macros-249.11-2.fc35.noarch                                       
13:41:01 #11 25.57   util-linux-2.37.4-1.fc35.aarch64                                              
13:41:01 #11 25.57   util-linux-core-2.37.4-1.fc35.aarch64                                         
13:41:01 #11 25.57   vim-filesystem-2:8.2.4804-1.fc35.noarch                                       
13:41:01 #11 25.57   which-2.21-27.fc35.aarch64                                                    
13:41:01 #11 11.50   Installing       : cmake-3.22.2-1.fc35.x86_64                          62/111 
13:41:01 #11 11.79   Installing       : cmake-data-3.22.2-1.fc35.noarch                     63/111 
13:41:01 #11 11.89   Installing       : python3-setuptools-57.4.0-1.fc35.noarch             64/111 
13:41:01 #11 11.95   Installing       : python3-setools-4.4.0-3.fc35.x86_64                 65/111 
13:41:01 #11 11.98   Installing       : perl-TermReadKey-2.38-11.fc35.x86_64                66/111 
13:41:01 #11 3.483    dh_installdocs
13:41:01 #11 3.526    dh_installchangelogs
13:41:01 #11 3.623    dh_perl
13:41:01 #11 3.668    dh_link
13:41:01 #11 3.707    dh_strip_nondeterminism
13:41:01 #8 63.84 Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
13:41:01 #8 63.87 Processing triggers for ca-certificates (20210119~18.04.2) ...
13:41:01 #8 63.88 Updating certificates in /etc/ssl/certs...
13:41:01 + cd /go/tini
13:41:01 + git checkout -q v0.19.0
13:41:01 + cmake .
13:41:01 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:41:01   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:41:01   CMake.
13:41:01 
13:41:01   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:41:01   CMake that the project does not need compatibility with older versions.
13:41:01 
13:41:01 
13:41:01 -- The C compiler identification is GNU 11.2.1
13:41:01 -- Detecting C compiler ABI info
13:41:01 #11 7.944 debconf: delaying package configuration, since apt-utils is not installed
13:41:01 #11 7.982 Fetched 17.5 MB in 2s (7884 kB/s)
13:41:01 #11 8.007 Selecting previously unselected package libstdc++-8-dev:armhf.
13:41:01 #11 8.007 (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 ... 17202 files and directories currently installed.)
13:41:01 #11 8.020 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ...
13:41:01 #11 8.025 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
13:41:02  debian/rules clean
13:41:02 dh clean --with=bash-completion
13:41:02    dh_clean
13:41:02 #11 3.538 Reading state information...
13:41:02 #11 3.550 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:41:02 #11 3.580 Starting 2 pkgProblemResolver with broken count: 0
13:41:02 #11 3.581 Done
13:41:02 #11 3.594  Done
13:41:02 #11 3.599 Starting pkgProblemResolver with broken count: 0
13:41:02 #11 3.617 Starting 2 pkgProblemResolver with broken count: 0
13:41:02 #11 3.619 Done
13:41:02 #11 3.684 The following additional packages will be installed:
13:41:02 #9 53.63 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:41:02 #9 53.68 Selecting previously unselected package python3-magic.
13:41:02 #9 53.68 Preparing to unpack .../352-python3-magic_2%3a0.4.24-2_all.deb ...
13:41:02 #9 53.68 Unpacking python3-magic (2:0.4.24-2) ...
13:41:02 #9 53.73 Setting up libksba8:armhf (1.6.0-2build1) ...
13:41:02 #9 53.74 Setting up media-types (7.0.0) ...
13:41:02 #9 53.76 Setting up libpipeline1:armhf (1.5.5-1) ...
13:41:02 #9 53.78 Setting up wdiff (1.2.2-2build3) ...
13:41:02 #9 53.79 Setting up gcc-11-base:armhf (11.2.0-19ubuntu1) ...
13:41:02 #9 53.80 Setting up libxau6:armhf (1:1.0.9-1build5) ...
13:41:02 #9 53.81 Setting up libre2-9:armhf (20220201+dfsg-1) ...
13:41:02 #9 53.82 Setting up lto-disabled-list (24) ...
13:41:02 #9 53.83 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
13:41:02 #9 53.84 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
13:41:02 #9 53.86 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:41:02 #9 53.86 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
13:41:02 #9 53.87 Setting up libtext-glob-perl (0.11-2) ...
13:41:02 #9 53.88 Setting up libmagic-mgc (1:5.41-3) ...
13:41:02 #9 53.90 Setting up libyaml-0-2:armhf (0.2.2-1build2) ...
13:41:02 #9 53.91 Setting up distro-info-data (0.52ubuntu0.1) ...
13:41:02 #9 53.92 Setting up manpages (5.10-1ubuntu1) ...
13:41:02 #9 53.95 Setting up unzip (6.0-26ubuntu3) ...
13:41:02 #9 59.62 Setting up libfreetype6:armhf (2.10.4+dfsg-1build1) ...
13:41:02 #9 59.64 Setting up libgdbm-compat4:armhf (1.19-2) ...
13:41:02 #9 59.65 Setting up libperl5.32:armhf (5.32.1-3ubuntu3) ...
13:41:02 #9 59.66 Setting up dwz (0.14-1build1) ...
13:41:02 #9 59.67 Setting up groff-base (1.22.4-7) ...
13:41:02 #9 59.68 Setting up cpp (4:11.2.0-1ubuntu1) ...
13:41:02 #9 59.70 Setting up gpgconf (2.2.20-1ubuntu4) ...
13:41:02 #9 59.71 Setting up debugedit (1:5.0-0ubuntu2) ...
13:41:02 #9 59.72 Setting up libcurl4:armhf (7.74.0-1.3ubuntu2.1) ...
13:41:02 #9 59.73 Setting up libc6-dev:armhf (2.34-0ubuntu3.2) ...
13:41:02 #9 59.74 Setting up libx11-6:armhf (2:1.7.2-1) ...
13:41:02 #9 59.75 Setting up libtiff5:armhf (4.3.0-1) ...
13:41:02 #9 59.78 Setting up curl (7.74.0-1.3ubuntu2.1) ...
13:41:02 #9 59.80 Setting up libfontconfig1:armhf (2.13.1-4.2ubuntu3) ...
13:41:02 #9 59.81 Setting up binutils-arm-linux-gnueabihf (2.37-7ubuntu1) ...
13:41:02 #9 59.82 Setting up libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
13:41:02 #9 59.83 Setting up gpg (2.2.20-1ubuntu4) ...
13:41:02 #9 59.84 Setting up libpython3.9-stdlib:armhf (3.9.7-2build1) ...
13:41:02 #11 25.57   xkeyboard-config-2.33-2.fc35.noarch                                           
13:41:02 #11 25.57 
13:41:02 #11 25.57 Complete!
13:41:02 #11 12.01   Installing       : perl-Error-1:0.17029-7.fc35.noarch                  67/111 
13:41:02 #11 12.02   Installing       : lzo-2.10-5.fc35.x86_64                              68/111 
13:41:02 #11 12.04   Running scriptlet: libutempter-1.2.1-5.fc35.x86_64                     69/111 
13:41:02 #11 12.09   Installing       : libutempter-1.2.1-5.fc35.x86_64                     69/111 
13:41:02 #11 12.14   Installing       : util-linux-2.37.4-1.fc35.x86_64                     70/111 
13:41:02 #11 12.19   Running scriptlet: util-linux-2.37.4-1.fc35.x86_64                     70/111 
13:41:02 #11 12.21   Installing       : policycoreutils-3.3-1.fc35.x86_64                   71/111 
13:41:02 #11 12.23   Running scriptlet: policycoreutils-3.3-1.fc35.x86_64                   71/111 
13:41:02 #11 12.24   Installing       : rpm-plugin-selinux-4.17.0-4.fc35.x86_64             72/111 
13:41:02 #11 3.780    dh_compress
13:41:02 #11 3.826    dh_fixperms
13:41:02 #11 3.874    dh_missing
13:41:02 #11 3.907    dh_installdeb
13:41:02 #11 3.946    dh_gencontrol
13:41:02 #8 64.29 0 added, 0 removed; done.
13:41:02 #8 64.29 Running hooks in /etc/ca-certificates/update.d...
13:41:02 #8 64.30 done.
13:41:02 #11 8.372 Selecting previously unselected package g++-8.
13:41:02 -- Detecting C compiler ABI info - done
13:41:02 -- Check for working C compiler: /usr/bin/cc - skipped
13:41:02 -- Detecting C compile features
13:41:02 -- Detecting C compile features - done
13:41:02 -- Performing Test HAS_BUILTIN_FORTIFY
13:41:02 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:41:02 -- Configuring done
13:41:02 -- Generating done
13:41:02 -- Build files have been written to: /go/tini
13:41:02 + make tini-static
13:41:02 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:41:02 #8 72.12 Setting up libemail-address-xs-perl (1.04-1+b3) ...
13:41:02 #8 72.13 Setting up libnet-ssleay-perl (1.88-3+b1) ...
13:41:02 #8 72.14 Setting up automake (1:1.16.3-2) ...
13:41:02 #8 72.15 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:41:02 #8 72.16 Setting up libapt-pkg-perl (0.1.39) ...
13:41:02 #8 72.18 Setting up libio-sessiondata-perl (1.03-1.1) ...
13:41:02 #8 72.20 Setting up libstring-escape-perl (2010.002-2) ...
13:41:02 #8 72.21 Setting up libhttp-date-perl (6.05-1) ...
13:41:02 #8 72.22 Setting up libfile-which-perl (1.23-1) ...
13:41:02 #8 72.23 Setting up libfile-basedir-perl (0.08-1) ...
13:41:02 #8 72.25 Setting up libnumber-range-perl (0.12-1.1) ...
13:41:02 #8 72.26 Setting up libtask-weaken-perl (1.06-1) ...
13:41:02 #8 72.27 Setting up libunicode-utf8-perl (0.62-1+b2) ...
13:41:02 #8 72.28 Setting up libmouse-perl (2.5.10-1+b1) ...
13:41:02 #8 72.29 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
13:41:02 #8 72.31 Setting up g++-10 (10.2.1-6) ...
13:41:02 #8 72.32 Setting up libfile-listing-perl (6.14-1) ...
13:41:02 #8 72.33 Setting up libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
13:41:02 #8 72.34 Setting up gpg-wks-client (2.2.27-2+deb11u1) ...
13:41:02 #8 72.35 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:41:02 #8 72.36 Setting up libdata-messagepack-perl (1.00-4+b1) ...
13:41:02 #8 72.38 Setting up libclass-inspector-perl (1.36-1) ...
13:41:02 #8 72.39 Setting up libfont-afm-perl (1.20-3) ...
13:41:02 #8 72.40 Setting up libwant-perl (0.29-1+b6) ...
13:41:02 #8 72.41 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:41:02  dpkg-source -I.git -b .
13:41:02 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~debian'
13:41:02 dpkg-source: info: using source format '1.0'
13:41:02 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz
13:41:02 #9 53.97 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ...
13:41:02 #9 53.98 Setting up libbrotli1:armhf (1.0.9-2build6) ...
13:41:02 #9 54.00 Setting up libsqlite3-0:armhf (3.37.2-2) ...
13:41:02 #9 54.01 Setting up libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:41:02 #9 54.03 Setting up binutils-common:armhf (2.38-3ubuntu1) ...
13:41:02 #9 54.04 Setting up libnghttp2-14:armhf (1.43.0-1build3) ...
13:41:02 #9 54.05 Setting up libmagic1:armhf (1:5.41-3) ...
13:41:02 #9 54.07 Setting up libdeflate0:armhf (1.10-2) ...
13:41:02 #9 54.09 Setting up less (590-1build1) ...
13:41:02 #9 54.10 Setting up perl-openssl-defaults:armhf (5build2) ...
13:41:02 #9 54.11 Setting up linux-libc-dev:armhf (5.15.0-27.28) ...
13:41:02 #9 54.12 Setting up libctf-nobfd0:armhf (2.38-3ubuntu1) ...
13:41:02 #9 54.14 Setting up gettext-base (0.21-4ubuntu4) ...
13:41:02 #9 54.15 Setting up liblzo2-2:armhf (2.10-2build3) ...
13:41:02 #9 54.17 Setting up libnpth0:armhf (1.6-3build2) ...
13:41:02 #9 54.18 Setting up file (1:5.41-3) ...
13:41:02 #11 3.685   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
13:41:02 #11 3.685   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
13:41:02 #11 3.685   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
13:41:02 #11 3.685   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
13:41:02 #11 3.685   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
13:41:02 #11 3.686 Suggested packages:
13:41:02 #11 3.686   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:41:02 #11 3.864 The following NEW packages will be installed:
13:41:02 #11 3.865   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
13:41:02 #11 3.865   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
13:41:02 #11 3.865   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
13:41:02 #11 3.865   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
13:41:02 #11 3.866   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
13:41:02 + mkdir -p /root/build-deb/compose
13:41:02 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:02 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:02 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:02 + mkdir -p /go/src/github.com/docker
13:41:02 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:02 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:02 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:02 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:02 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:02 + EPOCH=5
13:41:02 + EPOCH_SEP=
13:41:02 + [[ ! -z 5 ]]
13:41:02 + EPOCH_SEP=:
13:41:02 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:02 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:02 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:02 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:02 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:02 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:02 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:02 + debSource=docker-ce
13:41:02 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:02 + debMaintainer='Docker <support@docker.com>'
13:41:02 ++ date --rfc-2822
13:41:02 + debDate='Wed, 04 May 2022 13:41:02 +0000'
13:41:02 + cat
13:41:02 + export CLI_GITCOMMIT=bfa9b40
13:41:02 + CLI_GITCOMMIT=bfa9b40
13:41:02 + export ENGINE_GITCOMMIT=613b798
13:41:02 + ENGINE_GITCOMMIT=613b798
13:41:02 + export SCAN_GITCOMMIT=061fe0a
13:41:02 + SCAN_GITCOMMIT=061fe0a
13:41:02 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:02 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:02 + dpkg-buildpackage -uc -us -I.git
13:41:02 dpkg-buildpackage: info: source package docker-ce
13:41:02 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-focal
13:41:02 dpkg-buildpackage: info: source distribution focal
13:41:02 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:02  dpkg-source -I.git --before-build .
13:41:02 dpkg-buildpackage: info: host architecture arm64
13:41:02 #9 59.85 Setting up libpython3-stdlib:armhf (3.9.4-1build1) ...
13:41:02 #9 59.87 Setting up gnupg-utils (2.2.20-1ubuntu4) ...
13:41:02 #9 59.88 Setting up gpg-agent (2.2.20-1ubuntu4) ...
13:41:02 #11 12.25   Installing       : selinux-policy-35.17-1.fc35.noarch                  73/111 
13:41:02 #11 12.28   Running scriptlet: selinux-policy-35.17-1.fc35.noarch                  73/111 
13:41:02 #11 12.30   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch         74/111 
13:41:02 #11 12.48   Installing       : selinux-policy-targeted-35.17-1.fc35.noarch         74/111 
13:41:02 #11 4.081    dh_md5sums
13:41:02 #11 4.121    dh_builddeb
13:41:02 #11 4.152 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:41:02 #11 4.172  dpkg-genbuildinfo --build=binary
13:41:02 #11 8.375 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ...
13:41:02 #11 8.379 Unpacking g++-8 (8.3.0-6+rpi1) ...
13:41:02 #8 72.42 Setting up libtext-glob-perl (0.11-1) ...
13:41:02 #8 72.43 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:41:02 #8 72.44 Setting up liblist-compare-perl (0.55-1) ...
13:41:02 #8 72.46 Setting up libref-util-xs-perl (0.117-1+b3) ...
13:41:02 #8 72.51 Setting up libio-pty-perl (1:1.15-2) ...
13:41:02 #8 72.53 Setting up libtool (2.4.6-15) ...
13:41:02 #8 72.54 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
13:41:02 #8 72.55 Setting up libsort-key-perl (1.33-2+b3) ...
13:41:02 #8 72.56 Setting up libclone-perl (0.45-1+b1) ...
13:41:02 #8 72.58 Setting up libalgorithm-diff-perl (1.201-1) ...
13:41:02 #8 72.59 Setting up libarchive-zip-perl (1.68-1) ...
13:41:02 #8 72.61 Setting up libsub-identify-perl (0.14-1+b3) ...
13:41:02 #8 72.63 Setting up libdistro-info-perl (1.0) ...
13:41:02 #9 54.19 Setting up libassuan0:armhf (2.5.5-1build1) ...
13:41:02 #9 54.20 Setting up libgomp1:armhf (12-20220319-1ubuntu1) ...
13:41:02 #9 54.23 Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ...
13:41:02 #9 54.24 Setting up bzip2 (1.0.8-5build1) ...
13:41:02 #9 54.25 Setting up libldap-common (2.5.11+dfsg-1~exp1ubuntu3) ...
13:41:02 #9 54.27 Setting up libjbig0:armhf (2.1-3.1build3) ...
13:41:02 #9 54.28 Setting up libfakeroot:armhf (1.28-1ubuntu1) ...
13:41:02 #9 54.30 Setting up libasan6:armhf (11.2.0-19ubuntu1) ...
13:41:02 #9 54.32 Setting up libnumber-compare-perl (0.03-2) ...
13:41:02 #9 54.33 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:41:02 #9 54.34 Setting up fakeroot (1.28-1ubuntu1) ...
13:41:02 #9 54.35 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:41:02 #9 54.35 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:41:02 #9 54.35 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:41:02 #9 54.36 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:41:02 #9 54.36 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:41:02 #9 54.36 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:41:02 #9 54.36 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:41:02 #9 54.36 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:41:02 #9 54.36 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:41:02 #9 54.37 Setting up autotools-dev (20220109.1) ...
13:41:02 [100%] Linking C executable tini-static
13:41:02  debian/rules clean
13:41:02 dh clean --with=bash-completion
13:41:02    dh_clean
13:41:02 #11 4.133 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
13:41:02 #11 4.133 1 not fully installed or removed.
13:41:02 #11 4.133 Need to get 8978 kB of archives.
13:41:02 #11 4.133 After this operation, 38.6 MB of additional disk space will be used.
13:41:02 #11 4.133 Get:1 http://deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
13:41:02 #11 4.138 Get:2 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
13:41:02 #11 4.152 Get:3 http://deb.debian.org/debian buster/main amd64 libprocps7 amd64 2:3.3.15-2 [61.7 kB]
13:41:02 #11 4.154 Get:4 http://deb.debian.org/debian buster/main amd64 procps amd64 2:3.3.15-2 [259 kB]
13:41:02 #11 4.157 Get:5 http://deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
13:41:02 #11 4.161 Get:6 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
13:41:02 #11 4.162 Get:7 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
13:41:02 #11 4.163 Get:8 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
13:41:02 #11 4.165 Get:9 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
13:41:02 #11 4.204 Get:10 http://deb.debian.org/debian buster/main amd64 dh-apparmor all 2.13.2-10 [70.1 kB]
13:41:02 #11 4.205 Get:11 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:41:02 #11 4.206 Get:12 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:41:02 #11 4.207 Get:13 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:41:02 #11 4.208 Get:14 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:41:02 #11 4.210 Get:15 http://deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
13:41:02 #11 4.210 Get:16 http://deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
13:41:02 #11 4.212 Get:17 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
13:41:02 #11 4.215 Get:18 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
13:41:02 #11 4.218 Get:19 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
13:41:02 #11 4.221 Get:20 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
13:41:02 #11 4.223 Get:21 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
13:41:02 #11 4.239 Get:22 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
13:41:02 #11 4.241 Get:23 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
13:41:02 #11 4.242 Get:24 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
13:41:02 #11 4.242 Get:25 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
13:41:02 #11 4.246 Get:26 http://deb.debian.org/debian buster/main amd64 pkg-config amd64 0.29-6 [63.5 kB]
13:41:02 #11 3.147 (1/104): autoconf-2.71-2.fc36.noarch.rpm        1.8 MB/s | 718 kB     00:00    
13:41:02 #11 3.155 (2/104): automake-1.16.5-4.fc36.noarch.rpm      1.6 MB/s | 673 kB     00:00    
13:41:02 #11 3.159 (3/104): btrfs-progs-devel-5.16.2-1.fc36.x86_64 4.7 MB/s |  50 kB     00:00    
13:41:02 #11 3.169 (4/104): btrfs-progs-5.16.2-1.fc36.x86_64.rpm   2.2 MB/s | 965 kB     00:00    
13:41:02 #11 3.175 (5/104): checkpolicy-3.3-2.fc36.x86_64.rpm       17 MB/s | 339 kB     00:00    
13:41:02 #11 3.185 (6/104): cmake-filesystem-3.22.2-1.fc36.x86_64. 2.0 MB/s |  18 kB     00:00    
13:41:02 #11 3.193 (7/104): cmake-rpm-macros-3.22.2-1.fc36.noarch. 2.7 MB/s |  17 kB     00:00    
13:41:02 #11 3.211 (8/104): cmake-data-3.22.2-1.fc36.noarch.rpm     40 MB/s | 1.6 MB     00:00    
13:41:02 #11 3.228 (9/104): cryptsetup-libs-2.4.3-2.fc36.x86_64.rp  28 MB/s | 432 kB     00:00    
13:41:02 #11 3.236 (10/104): dbus-1.14.0-1.fc36.x86_64.rpm         1.1 MB/s | 7.5 kB     00:00    
13:41:02 #11 3.251 (11/104): dbus-broker-29-5.fc36.x86_64.rpm       13 MB/s | 174 kB     00:00    
13:41:02 #11 3.259 (12/104): dbus-common-1.14.0-1.fc36.noarch.rpm  2.4 MB/s |  14 kB     00:00    
13:41:02 #11 3.291 (13/104): cmake-3.22.2-1.fc36.x86_64.rpm         49 MB/s | 6.3 MB     00:00    
13:41:02 #11 3.297 (14/104): device-mapper-1.02.175-7.fc36.x86_64. 3.8 MB/s | 139 kB     00:00    
13:41:02 #11 3.313 (15/104): device-mapper-libs-1.02.175-7.fc36.x8  14 MB/s | 177 kB     00:00    
13:41:02 #11 3.324 (16/104): e2fsprogs-libs-1.46.5-2.fc36.x86_64.r  20 MB/s | 222 kB     00:00    
13:41:02 #11 3.327 (17/104): device-mapper-devel-1.02.175-7.fc36.x 1.2 MB/s |  43 kB     00:00    
13:41:02 #11 3.334 (18/104): gc-8.0.6-2.fc36.x86_64.rpm             11 MB/s | 103 kB     00:00    
13:41:02 #11 3.341 (19/104): gcc-plugin-annobin-12.0.1-0.16.fc36.x 6.6 MB/s |  46 kB     00:00    
13:41:02 #11 3.424 (20/104): cpp-12.0.1-0.16.fc36.x86_64.rpm        46 MB/s |  11 MB     00:00    
13:41:02 #11 3.450 (21/104): jsoncpp-1.9.5-2.fc36.x86_64.rpm       3.9 MB/s |  98 kB     00:00    
13:41:02 #11 3.500 (22/104): guile22-2.2.7-5.fc36.x86_64.rpm        41 MB/s | 6.4 MB     00:00    
13:41:02 #11 3.505 (23/104): kmod-libs-29-7.fc36.x86_64.rpm        1.2 MB/s |  68 kB     00:00    
13:41:02 #11 3.512 (24/104): less-590-3.fc36.x86_64.rpm             13 MB/s | 160 kB     00:00    
13:41:02 #11 3.520 (25/104): libbpf-0.5.0-2.fc36.x86_64.rpm         14 MB/s | 147 kB     00:00    
13:41:02 #11 3.526 (26/104): libbtrfs-5.16.2-1.fc36.x86_64.rpm     2.0 MB/s |  28 kB     00:00    
13:41:02 #11 3.530 (27/104): libbtrfsutil-5.16.2-1.fc36.x86_64.rpm 3.3 MB/s |  32 kB     00:00    
13:41:02 #11 3.534 (28/104): libcbor-0.7.0-5.fc36.x86_64.rpm       8.3 MB/s |  56 kB     00:00    
13:41:02 #11 3.540 (29/104): libedit-3.1-41.20210910cvs.fc36.x86_6  11 MB/s | 104 kB     00:00    
13:41:02 #11 3.546 (30/104): libfdisk-2.38-0.2.fc36.x86_64.rpm      14 MB/s | 158 kB     00:00    
13:41:02 #11 3.550 (31/104): libfido2-1.10.0-3.fc36.x86_64.rpm      10 MB/s |  95 kB     00:00    
13:41:02 #11 3.554 (32/104): libmpc-1.2.1-4.fc36.x86_64.rpm        7.3 MB/s |  61 kB     00:00    
13:41:02 #11 3.560 (33/104): libseccomp-2.5.3-2.fc36.x86_64.rpm    7.7 MB/s |  70 kB     00:00    
13:41:02 #11 3.564 (34/104): libseccomp-devel-2.5.3-2.fc36.x86_64. 6.6 MB/s |  53 kB     00:00    
13:41:02 #11 3.569 (35/104): libselinux-devel-3.3-4.fc36.x86_64.rp  14 MB/s | 113 kB     00:00    
13:41:02 #11 3.574 (36/104): libselinux-utils-3.3-4.fc36.x86_64.rp  14 MB/s | 142 kB     00:00    
13:41:02 #11 3.578 (37/104): libsepol-devel-3.3-3.fc36.x86_64.rpm  5.4 MB/s |  40 kB     00:00    
13:41:02 #11 3.586 (38/104): libtool-ltdl-2.4.6-50.fc36.x86_64.rpm 4.8 MB/s |  36 kB     00:00    
13:41:02 #11 3.600 (39/104): libtool-2.4.6-50.fc36.x86_64.rpm       23 MB/s | 579 kB     00:00    
13:41:02 #11 3.606 (40/104): libtool-ltdl-devel-2.4.6-50.fc36.x86_ 8.1 MB/s | 156 kB     00:00    
13:41:02 #11 4.329  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
13:41:02 #11 4.427 dpkg-genchanges: info: binary-only upload (no source code included)
13:41:02 #11 4.430  dpkg-source --after-build .
13:41:02 #8 DONE 64.7s
13:41:02 
13:41:02 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:41:02 #10 sha256:cc22f99c4ae43acebf4d5261948c11d7177ba3c71a97f5fe87692da5b550e93a
13:41:02 #10 DONE 0.2s
13:41:02 
13:41:02 #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
13:41:02 #11 sha256:652a3750dc12e5eca48053272e8cd973f188d57da77ccd3a633b7a2ce4c6691b
13:41:02 #8 72.65 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
13:41:02 #8 72.66 Setting up libobject-id-perl (0.1.2-2.1) ...
13:41:02 #8 72.68 Setting up libio-stringy-perl (2.111-3) ...
13:41:02 #8 72.69 Setting up liblist-moreutils-perl (0.430-2) ...
13:41:02 #8 72.70 Setting up libhtml-tagset-perl (3.20-4) ...
13:41:02 #8 72.71 Setting up liblog-any-perl (1.709-1) ...
13:41:02 #8 72.73 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:41:02 #8 72.74 Setting up libdevel-size-perl (0.83-1+b2) ...
13:41:02 #8 72.75 Setting up libdebhelper-perl (13.3.4) ...
13:41:02 #8 72.76 Setting up libpod-constants-perl (0.19-2) ...
13:41:02 #8 72.77 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
13:41:02 #8 72.78 Setting up libconvert-binhex-perl (1.125-1) ...
13:41:02 #8 72.80 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:41:02 #8 72.81 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
13:41:02 #8 72.82 Setting up libtry-tiny-perl (0.30-1) ...
13:41:02 #8 72.83 Setting up libtype-tiny-perl (1.012001-2) ...
13:41:02 #8 72.84 Setting up libcommon-sense-perl (3.75-1+b4) ...
13:41:02 #9 54.39 Setting up libtirpc-dev:armhf (1.3.2-2build1) ...
13:41:02 #9 54.40 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
13:41:02 #9 54.42 Setting up libx11-data (2:1.7.5-1) ...
13:41:02 #9 54.43 Setting up make (4.3-4.1build1) ...
13:41:02 #9 54.44 Setting up libmpfr6:armhf (4.1.0-3build3) ...
13:41:02 #9 54.46 Setting up gnupg-l10n (2.2.27-3ubuntu2) ...
13:41:02 #9 54.47 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
13:41:02 #9 54.49 Setting up lzip (1.23-1) ...
13:41:02 #9 54.50 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
13:41:02 #9 54.50 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
13:41:02 #9 54.51 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
13:41:02 #9 54.51 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
13:41:02 #9 54.51 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
13:41:02 #9 54.51 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
13:41:02 #9 54.52 Setting up strace (5.16-0ubuntu3) ...
13:41:02 #9 54.54 Setting up libsigsegv2:armhf (2.13-1ubuntu3) ...
13:41:02 #9 54.55 Setting up xz-utils (5.2.5-2ubuntu1) ...
13:41:02 #9 54.56 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:41:02 #9 54.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:41:02 #9 54.56 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:41:02 #9 54.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:41:02 #9 54.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:41:02 #9 54.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:41:02 #9 54.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:41:02 #9 54.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:41:02 #9 54.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:41:02 #9 54.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:41:02 #9 54.56 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:41:02 #9 54.57 Setting up t1utils (1.41-4build2) ...
13:41:02 #9 54.58 Setting up diffstat (1.64-1build2) ...
13:41:02 #9 54.60 Setting up libpng16-16:armhf (1.6.37-3build5) ...
13:41:02 #9 54.61 Setting up libmpc3:armhf (1.2.1-2build1) ...
13:41:02 #9 54.62 Setting up libatomic1:armhf (12-20220319-1ubuntu1) ...
13:41:02 #9 54.63 Setting up patch (2.7.6-7build2) ...
13:41:02 #9 54.64 Setting up autopoint (0.21-4ubuntu4) ...
13:41:02 #9 54.65 Setting up fonts-dejavu-core (2.37-2build1) ...
13:41:02 #11 25.62   Running scriptlet: audit-libs-3.0.7-1.fc36.aarch64                    110/110 
13:41:02 #11 26.46   Verifying        : autoconf-2.71-2.fc36.noarch                          1/110 
13:41:02 #11 26.46   Verifying        : automake-1.16.5-4.fc36.noarch                        2/110 
13:41:02 #11 26.46   Verifying        : btrfs-progs-5.16.2-1.fc36.aarch64                    3/110 
13:41:02 #11 26.46   Verifying        : btrfs-progs-devel-5.16.2-1.fc36.aarch64              4/110 
13:41:02 #11 26.46   Verifying        : checkpolicy-3.3-2.fc36.aarch64                       5/110 
13:41:02 #11 26.46   Verifying        : cmake-3.22.2-1.fc36.aarch64                          6/110 
13:41:02 #11 26.46   Verifying        : cmake-data-3.22.2-1.fc36.noarch                      7/110 
13:41:02 #11 26.46   Verifying        : cmake-filesystem-3.22.2-1.fc36.aarch64               8/110 
13:41:02 #11 26.46   Verifying        : cmake-rpm-macros-3.22.2-1.fc36.noarch                9/110 
13:41:02 #11 26.46   Verifying        : cpp-12.0.1-0.16.fc36.aarch64                        10/110 
13:41:02 #11 26.46   Verifying        : cryptsetup-libs-2.4.3-2.fc36.aarch64                11/110 
13:41:02 #11 26.46   Verifying        : dbus-1:1.14.0-1.fc36.aarch64                        12/110 
13:41:02 #11 26.46   Verifying        : dbus-broker-29-5.fc36.aarch64                       13/110 
13:41:02 #11 26.46   Verifying        : dbus-common-1:1.14.0-1.fc36.noarch                  14/110 
13:41:02 #11 26.46   Verifying        : device-mapper-1.02.175-7.fc36.aarch64               15/110 
13:41:02 #11 26.46   Verifying        : device-mapper-devel-1.02.175-7.fc36.aarch64         16/110 
13:41:02 #11 26.46   Verifying        : device-mapper-libs-1.02.175-7.fc36.aarch64          17/110 
13:41:02 #11 26.46   Verifying        : e2fsprogs-libs-1.46.5-2.fc36.aarch64                18/110 
13:41:02 13:41:02 #11 26.46   Verifying        : gc-8.0.6-2.fc36.aarch64                             19/110 
13:41:02 #11 26.46   Verifying        : gcc-12.0.1-0.16.fc36.aarch64                        20/110 
[100%] Built target tini-static
13:41:02 + mkdir -p /usr/local/bin
13:41:02 + cp tini-static /usr/local/bin/docker-init
13:41:02 #11 26.46   Verifying        : gcc-plugin-annobin-12.0.1-0.16.fc36.aarch64         21/110 
13:41:02 #11 26.46   Verifying        : guile22-2.2.7-5.fc36.aarch64                        22/110 
13:41:02 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:02 + PRODUCT=docker
13:41:02 + hack/make.sh dynbinary
13:41:02 
13:41:02 Removing bundles/
13:41:02 
13:41:02 #11 26.46   Verifying        : jsoncpp-1.9.5-2.fc36.aarch64                        23/110 
13:41:02 #11 26.46   Verifying        : kmod-libs-29-7.fc36.aarch64                         24/110 
13:41:02 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:02 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:02 GOOS="" GOARCH="" GOARM=""
13:41:02 #11 26.46   Verifying        : less-590-3.fc36.aarch64                             25/110 
13:41:02 #11 26.46   Verifying        : libasan-12.0.1-0.16.fc36.aarch64                    26/110 
13:41:02 #11 26.46   Verifying        : libatomic-12.0.1-0.16.fc36.aarch64                  27/110 
13:41:02 #11 26.46   Verifying        : libbpf-2:0.5.0-2.fc36.aarch64                       28/110 
13:41:02 #11 26.46   Verifying        : libbtrfs-5.16.2-1.fc36.aarch64                      29/110 
13:41:02 #11 26.46   Verifying        : libbtrfsutil-5.16.2-1.fc36.aarch64                  30/110 
13:41:02 #11 26.46   Verifying        : libcbor-0.7.0-5.fc36.aarch64                        31/110 
13:41:02 #11 26.46   Verifying        : libedit-3.1-41.20210910cvs.fc36.aarch64             32/110 
13:41:02 #11 26.46   Verifying        : libfdisk-2.38-0.2.fc36.aarch64                      33/110 
13:41:02 #11 26.46   Verifying        : libfido2-1.10.0-3.fc36.aarch64                      34/110 
13:41:02 #11 26.46   Verifying        : libmpc-1.2.1-4.fc36.aarch64                         35/110 
13:41:02 #11 26.46   Verifying        : libseccomp-2.5.3-2.fc36.aarch64                     36/110 
13:41:02 #11 26.46   Verifying        : libseccomp-devel-2.5.3-2.fc36.aarch64               37/110 
13:41:02 #11 26.46   Verifying        : libselinux-devel-3.3-4.fc36.aarch64                 38/110 
13:41:02 #11 26.46   Verifying        : libselinux-utils-3.3-4.fc36.aarch64                 39/110 
13:41:02 #11 26.46   Verifying        : libsepol-devel-3.3-3.fc36.aarch64                   40/110 
13:41:02 #11 26.46   Verifying        : libtool-2.4.6-50.fc36.aarch64                       41/110 
13:41:02 #11 26.46   Verifying        : libtool-ltdl-2.4.6-50.fc36.aarch64                  42/110 
13:41:02 #11 26.46   Verifying        : libtool-ltdl-devel-2.4.6-50.fc36.aarch64            43/110 
13:41:02 #11 26.46   Verifying        : libubsan-12.0.1-0.16.fc36.aarch64                   44/110 
13:41:02 #11 26.46   Verifying        : libutempter-1.2.1-6.fc36.aarch64                    45/110 
13:41:02 #11 26.46   Verifying        : libuv-1:1.44.1-1.fc36.aarch64                       46/110 
13:41:02 #11 26.46   Verifying        : libxcrypt-devel-4.4.28-1.fc36.aarch64               47/110 
13:41:02 #11 26.46   Verifying        : libxcrypt-static-4.4.28-1.fc36.aarch64              48/110 
13:41:02 #11 26.46   Verifying        : libxkbcommon-1.4.0-1.fc36.aarch64                   49/110 
13:41:02 #11 26.46   Verifying        : lzo-2.10-6.fc36.aarch64                             50/110 
13:41:02 #11 26.46   Verifying        : m4-1.4.19-3.fc36.aarch64                            51/110 
13:41:02 #11 26.46   Verifying        : make-1:4.3-7.fc36.aarch64                           52/110 
13:41:02 #11 26.46   Verifying        : openssh-8.8p1-1.fc36.1.aarch64                      53/110 
13:41:02 #11 26.46   Verifying        : openssh-clients-8.8p1-1.fc36.1.aarch64              54/110 
13:41:02 #11 26.46   Verifying        : pcre2-devel-10.39-1.fc36.1.aarch64                  55/110 
13:41:02 #11 26.46   Verifying        : pcre2-utf16-10.39-1.fc36.1.aarch64                  56/110 
13:41:02 #11 26.46   Verifying        : pcre2-utf32-10.39-1.fc36.1.aarch64                  57/110 
13:41:02 #11 26.46   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                  58/110 
13:41:02 #11 26.46   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch         59/110 
13:41:02 #11 26.46   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                 60/110 
13:41:02 #11 26.46   Verifying        : perl-File-Find-1.39-486.fc36.noarch                 61/110 
13:41:02 #11 26.46   Verifying        : perl-TermReadKey-2.38-12.fc36.aarch64               62/110 
13:41:02 #11 26.46   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch              63/110 
13:41:02 #11 26.46   Verifying        : perl-lib-0.65-486.fc36.aarch64                      64/110 
13:41:02 #11 26.46   Verifying        : perl-threads-1:2.26-449.fc36.aarch64                65/110 
13:41:02 #11 26.46   Verifying        : perl-threads-shared-1.62-479.fc36.aarch64           66/110 
13:41:02 #11 26.46   Verifying        : policycoreutils-3.3-4.fc36.aarch64                  67/110 
13:41:02 #11 26.46   Verifying        : policycoreutils-devel-3.3-4.fc36.aarch64            68/110 
13:41:02 #11 26.46   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch      69/110 
13:41:02 #11 26.46   Verifying        : python3-audit-3.0.8-1.fc36.aarch64                  70/110 
13:41:02 #11 26.46   Verifying        : python3-libselinux-3.3-4.fc36.aarch64               71/110 
13:41:02 #11 26.46   Verifying        : python3-libsemanage-3.3-3.fc36.aarch64              72/110 
13:41:02 #11 26.46   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch           73/110 
13:41:02 #11 26.46   Verifying        : python3-setools-4.4.0-5.fc36.aarch64                74/110 
13:41:02 #11 26.46   Verifying        : python3-setuptools-59.6.0-2.fc36.noarch             75/110 
13:41:02 #11 26.46   Verifying        : qrencode-libs-4.1.1-2.fc36.aarch64                  76/110 
13:41:02 #11 26.46   Verifying        : rhash-1.4.2-2.fc36.aarch64                          77/110 
13:41:02 #11 26.46   Verifying        : rpm-plugin-selinux-4.17.0-10.fc36.aarch64           78/110 
13:41:02 #11 26.46   Verifying        : selinux-policy-36.8-1.fc36.noarch                   79/110 
13:41:02 #11 26.46   Verifying        : selinux-policy-devel-36.8-1.fc36.noarch             80/110 
13:41:02 #11 26.46   Verifying        : selinux-policy-targeted-36.8-1.fc36.noarch          81/110 
13:41:02 #11 26.46   Verifying        : systemd-250.3-8.fc36.aarch64                        82/110 
13:41:02 #11 26.46   Verifying        : systemd-devel-250.3-8.fc36.aarch64                  83/110 
13:41:02 #11 26.47   Verifying        : systemd-networkd-250.3-8.fc36.aarch64               84/110 
13:41:02 #11 26.47   Verifying        : systemd-pam-250.3-8.fc36.aarch64                    85/110 
13:41:02 #11 26.47   Verifying        : systemd-resolved-250.3-8.fc36.aarch64               86/110 
13:41:02 #11 26.47   Verifying        : systemd-rpm-macros-250.3-8.fc36.noarch              87/110 
13:41:02 #11 26.47   Verifying        : util-linux-2.38-0.2.fc36.aarch64                    88/110 
13:41:02 #11 26.47   Verifying        : which-2.21-32.fc36.aarch64                          89/110 
13:41:02 #11 26.47   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch               90/110 
13:41:02 #11 26.47   Verifying        : annobin-docs-10.67-1.fc36.noarch                    91/110 
13:41:02 #11 26.47   Verifying        : annobin-plugin-gcc-10.67-1.fc36.aarch64             92/110 
13:41:02 #11 26.47   Verifying        : emacs-filesystem-1:27.2-11.fc36.noarch              93/110 
13:41:02 #11 26.47   Verifying        : git-2.36.0-1.fc36.aarch64                           94/110 
13:41:02 #11 26.47   Verifying        : git-core-2.36.0-1.fc36.aarch64                      95/110 
13:41:02 #11 26.47   Verifying        : git-core-doc-2.36.0-1.fc36.noarch                   96/110 
13:41:02 #11 26.47   Verifying        : glibc-devel-2.35-5.fc36.aarch64                     97/110 
13:41:02 #11 26.47   Verifying        : glibc-static-2.35-5.fc36.aarch64                    98/110 
13:41:02 #11 26.47   Verifying        : kernel-headers-5.17.4-300.fc36.aarch64              99/110 
13:41:02 #11 26.47   Verifying        : libargon2-20171227-9.fc36.aarch64                  100/110 
13:41:02 #11 26.47   Verifying        : perl-Git-2.36.0-1.fc36.noarch                      101/110 
13:41:02 #11 26.47   Verifying        : vim-filesystem-2:8.2.4845-1.fc36.noarch            102/110 
13:41:02 #11 26.47   Verifying        : audit-libs-3.0.8-1.fc36.aarch64                    103/110 
13:41:02 #11 26.47   Verifying        : audit-libs-3.0.7-1.fc36.aarch64                    104/110 
13:41:02 #11 26.47   Verifying        : libgcc-12.0.1-0.16.fc36.aarch64                    105/110 
13:41:02 #11 26.47   Verifying        : libgcc-12.0.1-0.12.fc36.aarch64                    106/110 
13:41:02 #11 26.47   Verifying        : libgomp-12.0.1-0.16.fc36.aarch64                   107/110 
13:41:02 #11 26.47   Verifying        : libgomp-12.0.1-0.12.fc36.aarch64                   108/110 
13:41:02 #11 26.47   Verifying        : systemd-libs-250.3-8.fc36.aarch64                  109/110 
13:41:02 #11 26.47   Verifying        : systemd-libs-250.3-4.fc36.aarch64                  110/110 
13:41:02 #11 26.64 
13:41:02 #11 26.64 Upgraded:
13:41:02 #11 26.64   audit-libs-3.0.8-1.fc36.aarch64        libgcc-12.0.1-0.16.fc36.aarch64        
13:41:02 #11 26.64   libgomp-12.0.1-0.16.fc36.aarch64       systemd-libs-250.3-8.fc36.aarch64      
13:41:02 #11 26.64 Installed:
13:41:02 #11 26.64   annobin-docs-10.67-1.fc36.noarch                                              
13:41:02 #11 26.64   annobin-plugin-gcc-10.67-1.fc36.aarch64                                       
13:41:02 #11 26.64   autoconf-2.71-2.fc36.noarch                                                   
13:41:02 #11 26.64   automake-1.16.5-4.fc36.noarch                                                 
13:41:02 #11 26.64   btrfs-progs-5.16.2-1.fc36.aarch64                                             
13:41:02 #11 26.64   btrfs-progs-devel-5.16.2-1.fc36.aarch64                                       
13:41:02 #11 26.64   checkpolicy-3.3-2.fc36.aarch64                                                
13:41:02 #11 26.64   cmake-3.22.2-1.fc36.aarch64                                                   
13:41:02 #11 26.64   cmake-data-3.22.2-1.fc36.noarch                                               
13:41:02 #11 26.64   cmake-filesystem-3.22.2-1.fc36.aarch64                                        
13:41:02 #11 26.64   cmake-rpm-macros-3.22.2-1.fc36.noarch                                         
13:41:02 #11 26.64   cpp-12.0.1-0.16.fc36.aarch64                                                  
13:41:02 #11 26.64   cryptsetup-libs-2.4.3-2.fc36.aarch64                                          
13:41:02 #11 26.64   dbus-1:1.14.0-1.fc36.aarch64                                                  
13:41:02 #11 26.64   dbus-broker-29-5.fc36.aarch64                                                 
13:41:02 #11 26.64   dbus-common-1:1.14.0-1.fc36.noarch                                            
13:41:02 #11 26.64   device-mapper-1.02.175-7.fc36.aarch64                                         
13:41:02 #11 26.64   device-mapper-devel-1.02.175-7.fc36.aarch64                                   
13:41:02 #11 26.64   device-mapper-libs-1.02.175-7.fc36.aarch64                                    
13:41:02 #11 26.64   e2fsprogs-libs-1.46.5-2.fc36.aarch64                                          
13:41:02 #11 26.64   emacs-filesystem-1:27.2-11.fc36.noarch                                        
13:41:02 #11 26.64   gc-8.0.6-2.fc36.aarch64                                                       
13:41:02 #11 26.64   gcc-12.0.1-0.16.fc36.aarch64                                                  
13:41:02 #11 26.64   gcc-plugin-annobin-12.0.1-0.16.fc36.aarch64                                   
13:41:02 #11 26.64   git-2.36.0-1.fc36.aarch64                                                     
13:41:02 #11 26.64   git-core-2.36.0-1.fc36.aarch64                                                
13:41:02 #11 26.64   git-core-doc-2.36.0-1.fc36.noarch                                             
13:41:02 #11 26.64   glibc-devel-2.35-5.fc36.aarch64                                               
13:41:02 #11 26.64   glibc-static-2.35-5.fc36.aarch64                                              
13:41:02 #11 26.64   guile22-2.2.7-5.fc36.aarch64                                                  
13:41:02 #11 26.64   jsoncpp-1.9.5-2.fc36.aarch64                                                  
13:41:02 #11 26.64   kernel-headers-5.17.4-300.fc36.aarch64                                        
13:41:02 #11 26.64   kmod-libs-29-7.fc36.aarch64                                                   
13:41:02 #11 26.64   less-590-3.fc36.aarch64                                                       
13:41:02 #11 26.64   libargon2-20171227-9.fc36.aarch64                                             
13:41:02 #11 26.64   libasan-12.0.1-0.16.fc36.aarch64                                              
13:41:02 #11 26.64   libatomic-12.0.1-0.16.fc36.aarch64                                            
13:41:02 #11 26.64   libbpf-2:0.5.0-2.fc36.aarch64                                                 
13:41:02 #11 26.64   libbtrfs-5.16.2-1.fc36.aarch64                                                
13:41:02 #11 26.64   libbtrfsutil-5.16.2-1.fc36.aarch64                                            
13:41:02 #11 26.64   libcbor-0.7.0-5.fc36.aarch64                                                  
13:41:02 #11 26.64   libedit-3.1-41.20210910cvs.fc36.aarch64                                       
13:41:02 #11 26.64   libfdisk-2.38-0.2.fc36.aarch64                                                
13:41:02 #11 26.64   libfido2-1.10.0-3.fc36.aarch64                                                
13:41:02 #11 26.64   libmpc-1.2.1-4.fc36.aarch64                                                   
13:41:02 #11 26.64   libseccomp-2.5.3-2.fc36.aarch64                                               
13:41:02 #11 26.64   libseccomp-devel-2.5.3-2.fc36.aarch64                                         
13:41:02 #11 26.64   libselinux-devel-3.3-4.fc36.aarch64                                           
13:41:02 #11 26.64   libselinux-utils-3.3-4.fc36.aarch64                                           
13:41:02 #11 26.64   libsepol-devel-3.3-3.fc36.aarch64                                             
13:41:02 #11 26.64   libtool-2.4.6-50.fc36.aarch64                                                 
13:41:02 #11 26.64   libtool-ltdl-2.4.6-50.fc36.aarch64                                            
13:41:02 #11 26.64   libtool-ltdl-devel-2.4.6-50.fc36.aarch64                                      
13:41:02 #11 26.64   libubsan-12.0.1-0.16.fc36.aarch64                                             
13:41:02 #11 26.64   libutempter-1.2.1-6.fc36.aarch64                                              
13:41:02 #11 26.64   libuv-1:1.44.1-1.fc36.aarch64                                                 
13:41:02 #11 26.64   libxcrypt-devel-4.4.28-1.fc36.aarch64                                         
13:41:02 #11 26.64   libxcrypt-static-4.4.28-1.fc36.aarch64                                        
13:41:02 #11 26.64   libxkbcommon-1.4.0-1.fc36.aarch64                                             
13:41:02 #11 26.64   lzo-2.10-6.fc36.aarch64                                                       
13:41:02 #11 26.64   m4-1.4.19-3.fc36.aarch64                                                      
13:41:02 #11 26.64   make-1:4.3-7.fc36.aarch64                                                     
13:41:02 #11 26.64   openssh-8.8p1-1.fc36.1.aarch64                                                
13:41:02 #11 26.64   openssh-clients-8.8p1-1.fc36.1.aarch64                                        
13:41:02 #11 26.64   pcre2-devel-10.39-1.fc36.1.aarch64                                            
13:41:02 #11 26.64   pcre2-utf16-10.39-1.fc36.1.aarch64                                            
13:41:02 #11 26.64   pcre2-utf32-10.39-1.fc36.1.aarch64                                            
13:41:02 #11 26.64   perl-Error-1:0.17029-8.fc36.noarch                                            
13:41:02 #11 26.64   perl-File-Compare-1.100.600-486.fc36.noarch                                   
13:41:02 #11 26.64   perl-File-Copy-2.35-486.fc36.noarch                                           
13:41:02 #11 26.64   perl-File-Find-1.39-486.fc36.noarch                                           
13:41:02 #11 26.64   perl-Git-2.36.0-1.fc36.noarch                                                 
13:41:02 #11 26.64   perl-TermReadKey-2.38-12.fc36.aarch64                                         
13:41:02 #11 26.64   perl-Thread-Queue-3.14-479.fc36.noarch                                        
13:41:02 #11 26.64   perl-lib-0.65-486.fc36.aarch64                                                
13:41:02 #11 26.64   perl-threads-1:2.26-449.fc36.aarch64                                          
13:41:02 #11 26.64   perl-threads-shared-1.62-479.fc36.aarch64                                     
13:41:02 #11 26.64   policycoreutils-3.3-4.fc36.aarch64                                            
13:41:02 #11 26.64   policycoreutils-devel-3.3-4.fc36.aarch64                                      
13:41:02 #11 26.64   policycoreutils-python-utils-3.3-4.fc36.noarch                                
13:41:02 #11 26.64   python3-audit-3.0.8-1.fc36.aarch64                                            
13:41:02 #11 26.64   python3-libselinux-3.3-4.fc36.aarch64                                         
13:41:02 #11 26.64   python3-libsemanage-3.3-3.fc36.aarch64                                        
13:41:02 #11 26.64   python3-policycoreutils-3.3-4.fc36.noarch                                     
13:41:02 #11 26.64   python3-setools-4.4.0-5.fc36.aarch64                                          
13:41:02 #11 26.64   python3-setuptools-59.6.0-2.fc36.noarch                                       
13:41:02 #11 26.64   qrencode-libs-4.1.1-2.fc36.aarch64                                            
13:41:02 #11 26.64   rhash-1.4.2-2.fc36.aarch64                                                    
13:41:02 #11 26.64   rpm-plugin-selinux-4.17.0-10.fc36.aarch64                                     
13:41:02 #11 26.64   selinux-policy-36.8-1.fc36.noarch                                             
13:41:02 #11 26.64   selinux-policy-devel-36.8-1.fc36.noarch                                       
13:41:02 #11 26.64   selinux-policy-targeted-36.8-1.fc36.noarch                                    
13:41:02 #11 26.64   systemd-250.3-8.fc36.aarch64                                                  
13:41:02 #11 26.64   systemd-devel-250.3-8.fc36.aarch64                                            
13:41:02 #11 26.64   systemd-networkd-250.3-8.fc36.aarch64                                         
13:41:02 #11 26.64   systemd-pam-250.3-8.fc36.aarch64                                              
13:41:02 #11 26.64   systemd-resolved-250.3-8.fc36.aarch64                                         
13:41:02 #11 26.64   systemd-rpm-macros-250.3-8.fc36.noarch                                        
13:41:02 #11 26.64   util-linux-2.38-0.2.fc36.aarch64                                              
13:41:02 #11 26.64   vim-filesystem-2:8.2.4845-1.fc36.noarch                                       
13:41:02 #11 26.64   which-2.21-32.fc36.aarch64                                                    
13:41:02 #11 26.64   xkeyboard-config-2.35.1-1.fc36.noarch                                         
13:41:02 #11 26.64 
13:41:02 #11 26.64 Complete!
13:41:02 #15 DONE 2.2s
13:41:02 
13:41:02 #16 [stage-1 9/9] WORKDIR /root/rpmbuild
13:41:02 #16 sha256:6df785b9cc337afdd06dcb1b38a6aeeb9687908587375a5b461e0ab1a7d3c63e
13:41:02 #16 DONE 0.0s
13:41:02 
13:41:02 #17 exporting to image
13:41:02 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:02 #17 exporting layers
13:41:02 #17 exporting layers 3.8s done
13:41:02 #17 writing image sha256:23a68beb26c5628e44258222d50a729598a3a6764e1d9406bef3888ea68edd94 done
13:41:02 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
13:41:02 #17 DONE 3.8s
13:41:02 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/aarch64
13:41:02 + set -e
13:41:02 + mkdir -p /root/build-deb/engine
13:41:02 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:02  dpkg-source -I.git -b .
13:41:02 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:41:02 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:41:02 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:41:02 dpkg-source: info: using source format '1.0'
13:41:02 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz
13:41:02 #11 4.419 debconf: delaying package configuration, since apt-utils is not installed
13:41:02 #11 4.448 Fetched 8978 kB in 0s (24.3 MB/s)
13:41:02 #11 4.478 Selecting previously unselected package bash-completion.
13:41:02 #11 4.478 (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 ... 27801 files and directories currently installed.)
13:41:02 #11 4.494 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
13:41:03 #11 3.610 (41/104): libutempter-1.2.1-6.fc36.x86_64.rpm   2.7 MB/s |  26 kB     00:00    
13:41:03 #11 3.618 (42/104): libxcrypt-devel-4.4.28-1.fc36.x86_64. 4.7 MB/s |  29 kB     00:00    
13:41:03 #11 3.633 (43/104): libxcrypt-static-4.4.28-1.fc36.x86_64 7.4 MB/s | 109 kB     00:00    
13:41:03 #11 3.638 (44/104): libuv-1.44.1-1.fc36.x86_64.rpm        4.8 MB/s | 151 kB     00:00    
13:41:03 #11 3.643 (45/104): libxkbcommon-1.4.0-1.fc36.x86_64.rpm   15 MB/s | 140 kB     00:00    
13:41:03 #11 4.546 dpkg-buildpackage: info: binary-only upload (no source included)
13:41:03 #11 4.551 
13:41:03 #11 4.551 The package has been created.
13:41:03 #11 3.649 (46/104): lzo-2.10-6.fc36.x86_64.rpm            6.8 MB/s |  66 kB     00:00    
13:41:03 #11 3.658 (47/104): m4-1.4.19-3.fc36.x86_64.rpm            21 MB/s | 296 kB     00:00    
13:41:03 #11 4.551 Attention, the package has been created in the current directory,
13:41:03 #11 4.551 not in ".." as indicated by the message above!
13:41:03 #11 3.671 (48/104): make-4.3-7.fc36.x86_64.rpm             24 MB/s | 535 kB     00:00    
13:41:03 #11 3.680 (49/104): openssh-8.8p1-1.fc36.1.x86_64.rpm      20 MB/s | 451 kB     00:00    
13:41:03 #11 4.571 Selecting previously unselected package docker-ce-build-deps.
13:41:03 #11 3.692 (50/104): openssh-clients-8.8p1-1.fc36.1.x86_64  37 MB/s | 703 kB     00:00    
13:41:03 #11 3.700 (51/104): pcre2-devel-10.39-1.fc36.1.x86_64.rpm  27 MB/s | 474 kB     00:00    
13:41:03 #11 4.583 (Reading database ... 17478 files and directories currently installed.)
13:41:03 #11 4.584 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:41:03 #11 3.706 (52/104): pcre2-utf16-10.39-1.fc36.1.x86_64.rpm  16 MB/s | 212 kB     00:00    
13:41:03 #11 4.589 Unpacking docker-ce-build-deps (1.0) ...
13:41:03 #11 3.714 (53/104): pcre2-utf32-10.39-1.fc36.1.x86_64.rpm  14 MB/s | 198 kB     00:00    
13:41:03 #11 3.717 (54/104): perl-Error-0.17029-8.fc36.noarch.rpm  3.8 MB/s |  41 kB     00:00    
13:41:03 #11 3.722 (55/104): perl-File-Compare-1.100.600-486.fc36. 2.6 MB/s |  18 kB     00:00    
13:41:03 #11 3.726 (56/104): perl-File-Copy-2.35-486.fc36.noarch.r 3.5 MB/s |  25 kB     00:00    
13:41:03 #11 3.730 (57/104): perl-File-Find-1.39-486.fc36.noarch.r 3.8 MB/s |  30 kB     00:00    
13:41:03 #11 3.734 (58/104): perl-TermReadKey-2.38-12.fc36.x86_64. 4.8 MB/s |  36 kB     00:00    
13:41:03 #11 3.738 (59/104): perl-Thread-Queue-3.14-479.fc36.noarc 2.9 MB/s |  21 kB     00:00    
13:41:03 #11 3.741 (60/104): perl-lib-0.65-486.fc36.x86_64.rpm     3.1 MB/s |  20 kB     00:00    
13:41:03 #11 3.745 (61/104): perl-threads-2.26-449.fc36.x86_64.rpm 8.5 MB/s |  57 kB     00:00    
13:41:03 #11 3.748 (62/104): perl-threads-shared-1.62-479.fc36.x86 6.2 MB/s |  44 kB     00:00    
13:41:03 #11 3.758 (63/104): policycoreutils-devel-3.3-4.fc36.x86_  16 MB/s | 142 kB     00:00    
13:41:03 #11 3.763 (64/104): policycoreutils-3.3-4.fc36.x86_64.rpm  12 MB/s | 202 kB     00:00    
13:41:03 #11 3.768 (65/104): policycoreutils-python-utils-3.3-4.fc 7.4 MB/s |  72 kB     00:00    
13:41:03 #11 3.772 (66/104): python3-audit-3.0.8-1.fc36.x86_64.rpm  11 MB/s |  82 kB     00:00    
13:41:03 #11 3.777 (67/104): python3-libselinux-3.3-4.fc36.x86_64.  23 MB/s | 186 kB     00:00    
13:41:03 #11 3.782 (68/104): python3-libsemanage-3.3-3.fc36.x86_64 8.9 MB/s |  80 kB     00:00    
13:41:03 #11 3.799 (69/104): python3-setools-4.4.0-5.fc36.x86_64.r  39 MB/s | 552 kB     00:00    
13:41:03 #11 3.815 (70/104): python3-policycoreutils-3.3-4.fc36.no  57 MB/s | 2.0 MB     00:00    
13:41:03 #9 60.38 Setting up libxpm4:armhf (1:3.5.12-1) ...
13:41:03 #9 60.40 Setting up openssh-client (1:8.4p1-6ubuntu2.1) ...
13:41:03 #9 60.49 Setting up gpgsm (2.2.20-1ubuntu4) ...
13:41:03 #9 60.50 Setting up libxext6:armhf (2:1.3.4-0ubuntu3) ...
13:41:03 #9 60.51 Setting up libcurl3-gnutls:armhf (7.74.0-1.3ubuntu2.1) ...
13:41:03 #9 60.53 Setting up binutils (2.37-7ubuntu1) ...
13:41:03 #9 60.54 Setting up man-db (2.9.4-2) ...
13:41:03 #11 9.141 Selecting previously unselected package g++.
13:41:03 #11 9.144 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ...
13:41:03 #11 9.153 Unpacking g++ (4:8.3.0-1+rpi2) ...
13:41:03 #11 9.182 Selecting previously unselected package build-essential.
13:41:03 #11 9.182 Preparing to unpack .../03-build-essential_12.6_armhf.deb ...
13:41:03 #11 9.187 Unpacking build-essential (12.6) ...
13:41:03 #11 9.229 Selecting previously unselected package bash-completion.
13:41:03 #11 9.229 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ...
13:41:03 #8 72.86 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:41:03 #8 72.87 Setting up libnet-http-perl (6.20-1) ...
13:41:03 #8 72.88 Setting up libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
13:41:03 #8 72.89 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:41:03 #8 72.90 Setting up libtime-moment-perl (0.44-1+b3) ...
13:41:03 #8 72.92 Setting up libencode-locale-perl (1.05-1.1) ...
13:41:03 #8 72.93 Setting up python3 (3.9.2-3) ...
13:41:03 #9 54.71 Setting up ucf (3.0043) ...
13:41:03 #9 54.81 Setting up libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
13:41:03 #9 54.82 Setting up libltdl7:armhf (2.4.6-15build2) ...
13:41:03 #9 54.83 Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:41:03 #9 54.84 Setting up libssh-4:armhf (0.9.6-2build1) ...
13:41:03 #9 54.86 Setting up libwebp7:armhf (1.2.2-2) ...
13:41:03 #9 54.87 Setting up libubsan1:armhf (12-20220319-1ubuntu1) ...
13:41:03 #9 54.88 Setting up libgcc-11-dev:armhf (11.2.0-19ubuntu1) ...
13:41:03 #9 54.90 Setting up libmd0:armhf (1.0.4-1build1) ...
13:41:03 #9 54.91 Setting up python-apt-common (2.3.0ubuntu2) ...
13:41:03 #9 54.92 Setting up libnsl-dev:armhf (1.3.0-2build2) ...
13:41:03 #9 54.93 Setting up libcrypt-dev:armhf (1:4.4.27-1) ...
13:41:03 + mkdir -p /root/build-deb/cli
13:41:03 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:03 #11 3.823 (71/104): qrencode-libs-4.1.1-2.fc36.x86_64.rpm 9.2 MB/s |  61 kB     00:00    
13:41:03 #11 3.840 (72/104): python3-setuptools-59.6.0-2.fc36.noar  23 MB/s | 936 kB     00:00    
13:41:03 #11 3.846 (73/104): rhash-1.4.2-2.fc36.x86_64.rpm         8.4 MB/s | 185 kB     00:00    
13:41:03 #11 3.859 (74/104): rpm-plugin-selinux-4.17.0-10.fc36.x86 1.8 MB/s |  21 kB     00:00    
13:41:03 #11 3.864 (75/104): selinux-policy-36.8-1.fc36.noarch.rpm 4.4 MB/s |  72 kB     00:00    
13:41:03 #11 3.882 (76/104): selinux-policy-devel-36.8-1.fc36.noar  36 MB/s | 818 kB     00:00    
13:41:03 #11 3.944 (77/104): selinux-policy-targeted-36.8-1.fc36.n  83 MB/s | 6.4 MB     00:00    
13:41:03 #9 60.63 Building database of manual pages ...
13:41:03 #8 73.22 Setting up libexception-class-perl (1.44-1) ...
13:41:03 #8 73.23 Setting up python3-xdg (0.27-2) ...
13:41:03 #8 73.39 Setting up libconfig-tiny-perl (2.26-1) ...
13:41:03 #8 73.40 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
13:41:03 #9 54.95 Setting up libuchardet0:armhf (0.0.7-1build2) ...
13:41:03 #9 54.96 Setting up lzop (1.04-2build2) ...
13:41:03 #9 54.97 Setting up libmpdec3:armhf (2.5.1-2build2) ...
13:41:03 #9 55.00 Setting up git-man (1:2.34.1-1ubuntu1.2) ...
13:41:03 #9 55.01 Setting up netbase (6.3) ...
13:41:03 #9 55.04 Setting up libbinutils:armhf (2.38-3ubuntu1) ...
13:41:03 #9 55.06 Setting up libfido2-1:armhf (1.10.0-1) ...
13:41:03 #9 55.07 Setting up libisl23:armhf (0.24-2build1) ...
13:41:03 #9 55.09 Setting up libc-dev-bin (2.35-0ubuntu3) ...
13:41:03 #9 55.10 Setting up openssl (3.0.2-0ubuntu1) ...
13:41:03 #9 55.11 Setting up libbsd0:armhf (0.11.5-1) ...
13:41:03 #9 55.12 Setting up libelf1:armhf (0.186-1build1) ...
13:41:03 #9 55.14 Setting up readline-common (8.1.2-1) ...
13:41:03 #9 55.15 Setting up publicsuffix (20211207.1025-1) ...
13:41:03 + mkdir -p /root/build-deb/buildx
13:41:03 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:03 #11 5.101 Unpacking bash-completion (1:2.8-6) ...
13:41:03 #11 4.165 (78/104): gcc-12.0.1-0.16.fc36.x86_64.rpm        39 MB/s |  33 MB     00:00    
13:41:03 #11 4.197 (79/104): systemd-devel-250.3-8.fc36.x86_64.rpm 1.8 MB/s | 450 kB     00:00    
13:41:03 #11 4.259 (80/104): systemd-250.3-8.fc36.x86_64.rpm        11 MB/s | 4.3 MB     00:00    
13:41:03 #11 4.289 (81/104): systemd-networkd-250.3-8.fc36.x86_64. 4.5 MB/s | 564 kB     00:00    
13:41:03 #11 4.321 (82/104): systemd-pam-250.3-8.fc36.x86_64.rpm   2.7 MB/s | 334 kB     00:00    
13:41:03 #11 26.79 Last metadata expiration check: 0:00:50 ago on Wed May  4 13:40:13 2022.
13:41:03 #11 27.13 Package bash-5.1.8-2.fc35.aarch64 is already installed.
13:41:03 #11 27.15 Dependencies resolved.
13:41:03 #11 27.17 Nothing to do.
13:41:03 #11 27.17 Complete!
13:41:03 #9 61.00 Setting up libgpgme11:armhf (1.14.0-1ubuntu4) ...
13:41:03 #9 61.01 Setting up dirmngr (2.2.20-1ubuntu4) ...
13:41:03 #9 61.15 Setting up perl (5.32.1-3ubuntu3) ...
13:41:03 #9 61.17 Setting up libpackage-stash-xs-perl (0.29-1build4) ...
13:41:03 #9 61.20 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:41:03 #9 61.21 Setting up libdata-dump-perl (1.23-1.1) ...
13:41:03 #9 61.22 Setting up libref-util-perl (0.204-1) ...
13:41:03 #9 61.24 Setting up libipc-system-simple-perl (1.30-1) ...
13:41:03 #9 61.25 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:41:03 #9 61.27 Setting up libhash-fieldhash-perl (0.15-1build4) ...
13:41:03 #8 73.42 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
13:41:03 #8 73.43 Setting up liblist-utilsby-perl (0.11-1) ...
13:41:03 #8 73.44 Setting up libstring-shellquote-perl (1.04-1) ...
13:41:03 #8 73.45 Setting up libsub-install-perl (0.928-1.1) ...
13:41:03 #8 73.46 Setting up gcc (4:10.2.1-1) ...
13:41:03 #8 73.49 Setting up dpkg-dev (1.20.9) ...
13:41:03 #8 73.50 Setting up libnumber-compare-perl (0.03-1.1) ...
13:41:03 #8 73.51 Setting up intltool-debian (0.35.0+20060710.5) ...
13:41:03 #8 73.52 Setting up liberror-perl (0.17029-1) ...
13:41:03 #8 73.54 Setting up python3-six (1.16.0-2) ...
13:41:03 #9 55.16 Setting up zstd (1.4.8+dfsg-3build1) ...
13:41:03 #9 55.17 Setting up libmarkdown2:armhf (2.2.7-2) ...
13:41:03 #9 55.19 Setting up libcc1-0:armhf (12-20220319-1ubuntu1) ...
13:41:03 #9 55.20 Setting up iso-codes (4.9.0-1) ...
13:41:03 #9 55.21 Setting up liblocale-gettext-perl (1.07-4build3) ...
13:41:03 #9 55.22 Setting up dctrl-tools (2.24-3build2) ...
13:41:03 #9 55.24 Setting up libgdbm6:armhf (1.23-1) ...
13:41:03 #9 55.25 Setting up libicu70:armhf (70.1-2) ...
13:41:03 #9 55.27 Setting up libctf0:armhf (2.38-3ubuntu1) ...
13:41:03 #9 55.28 Setting up libjpeg8:armhf (8c-2ubuntu10) ...
13:41:03 #9 55.29 Setting up pinentry-curses (1.1.1-1build2) ...
13:41:03 #9 55.31 Setting up cpp-11 (11.2.0-19ubuntu1) ...
13:41:03 #9 55.32 Setting up manpages-dev (5.10-1ubuntu1) ...
13:41:03 #9 55.33 Setting up libdw1:armhf (0.186-1build1) ...
13:41:03 #9 55.35 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
13:41:03 #9 55.36 Setting up libxcb1:armhf (1.14-3ubuntu3) ...
13:41:03 + mkdir -p /root/build-deb/compose
13:41:03 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:03 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:03 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:03 + mkdir -p /go/src/github.com/docker
13:41:03 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:03 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:03 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:03 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:03 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:03 + EPOCH=5
13:41:03 + EPOCH_SEP=
13:41:03 + [[ ! -z 5 ]]
13:41:03 + EPOCH_SEP=:
13:41:03 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:03 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:03 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:03 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:03 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:03 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:03 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:03 + debSource=docker-ce
13:41:03 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:03 + debMaintainer='Docker <support@docker.com>'
13:41:03 ++ date --rfc-2822
13:41:03 + debDate='Wed, 04 May 2022 13:41:03 +0000'
13:41:03 + cat
13:41:03 + export CLI_GITCOMMIT=bfa9b40
13:41:03 + CLI_GITCOMMIT=bfa9b40
13:41:03 + export ENGINE_GITCOMMIT=613b798
13:41:03 + ENGINE_GITCOMMIT=613b798
13:41:03 + export SCAN_GITCOMMIT=061fe0a
13:41:03 + SCAN_GITCOMMIT=061fe0a
13:41:03 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:03 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:03 + dpkg-buildpackage -uc -us -I.git
13:41:03 #11 0.930 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
13:41:03 #11 0.988 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
13:41:03 #11 4.324 (83/104): systemd-rpm-macros-250.3-8.fc36.noarc 884 kB/s |  29 kB     00:00    
13:41:03 #11 4.354 (84/104): systemd-resolved-250.3-8.fc36.x86_64. 4.2 MB/s | 275 kB     00:00    
13:41:03 #11 4.358 (85/104): which-2.21-32.fc36.x86_64.rpm         1.2 MB/s |  42 kB     00:00    
13:41:03 #11 4.409 (86/104): util-linux-2.38-0.2.fc36.x86_64.rpm    26 MB/s | 2.2 MB     00:00    
13:41:03 #11 4.412 (87/104): annobin-docs-10.67-1.fc36.noarch.rpm  1.7 MB/s |  89 kB     00:00    
13:41:03 #11 4.454 (88/104): xkeyboard-config-2.35.1-1.fc36.noarch 8.7 MB/s | 878 kB     00:00    
13:41:03 #11 4.457 (89/104): emacs-filesystem-27.2-11.fc36.noarch. 210 kB/s | 9.0 kB     00:00    
13:41:03 #11 4.529 (90/104): annobin-plugin-gcc-10.67-1.fc36.x86_6 7.2 MB/s | 881 kB     00:00    
13:41:03 #11 4.537 (91/104): git-2.36.0-1.fc36.x86_64.rpm          799 kB/s |  66 kB     00:00    
13:41:03 #11 4.548 (92/104): glibc-devel-2.35-5.fc36.x86_64.rpm    6.3 MB/s |  58 kB     00:00    
13:41:03 #11 4.592 (93/104): glibc-headers-x86-2.35-5.fc36.noarch.  11 MB/s | 462 kB     00:00    
13:41:03 #11 5.247 Selecting previously unselected package cmake-data.
13:41:03 #11 5.250 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
13:41:03 #11 5.255 Unpacking cmake-data (3.13.4-1) ...
13:41:03 #11 DONE 27.3s
13:41:03 
13:41:03 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
13:41:03 #13 sha256:86d0163d5911e9c3b2b0edccbb916f284882ded0a8ff304bf710aeb3fb5147da
13:41:03 #9 61.28 Setting up libgd3:armhf (2.3.0-2ubuntu1) ...
13:41:03 #9 61.29 Setting up libvariable-magic-perl (0.62-1build3) ...
13:41:03 #9 61.31 Setting up libio-html-perl (1.004-2) ...
13:41:03 #9 61.32 Setting up libpod-parser-perl (1.63-2) ...
13:41:03 #9 61.34 Setting up libb-hooks-op-check-perl (0.22-1build3) ...
13:41:03 #9 61.35 Setting up liblist-moreutils-xs-perl (0.430-2) ...
13:41:03 #9 61.36 Setting up libparams-util-perl (1.102-1build2) ...
13:41:03 #9 61.38 Setting up libdpkg-perl (1.20.9ubuntu2) ...
13:41:03 #9 61.39 Setting up libtime-duration-perl (1.21-1) ...
13:41:03 #9 61.40 Setting up autoconf (2.69-14) ...
13:41:03 #9 61.42 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:41:03 #9 61.44 Setting up libarray-intspan-perl (2.004-1) ...
13:41:03 #9 61.46 Setting up libcapture-tiny-perl (0.48-1) ...
13:41:03 #9 61.47 Setting up libtimedate-perl (2.3300-2) ...
13:41:03 #9 61.49 Setting up libstdc++-11-dev:armhf (11.2.0-7ubuntu2) ...
13:41:03 #9 61.50 Setting up gpg-wks-server (2.2.20-1ubuntu4) ...
13:41:03 #8 73.67 Setting up dh-autoreconf (20) ...
13:41:03 #8 73.69 Setting up patchutils (0.4.2-1) ...
13:41:03 #8 73.71 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:41:03 #8 73.74 Setting up libltdl-dev:amd64 (2.4.6-15) ...
13:41:03 #8 73.76 Setting up libjson-maybexs-perl (1.004003-1) ...
13:41:03 #8 73.78 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:41:03 #8 73.80 Setting up libio-string-perl (1.08-3.1) ...
13:41:03 #8 73.81 Setting up libreadonly-perl (2.050-3) ...
13:41:03 #8 73.83 Setting up python3-gpg (1.14.0-1+b2) ...
13:41:03 #9 55.38 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
13:41:03 #9 55.61 Setting up libedit2:armhf (3.1-20210910-1build1) ...
13:41:03 #9 55.62 Setting up libreadline8:armhf (8.1.2-1) ...
13:41:03 #8 57.32 Setting up libgdbm-compat4:armhf (1.19-2) ...
13:41:03 #8 57.33 Setting up ucf (3.0043) ...
13:41:03 #8 57.43 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
13:41:03 dpkg-buildpackage: info: source package docker-ce
13:41:03 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~debian-bullseye
13:41:03 dpkg-buildpackage: info: source distribution bullseye
13:41:03 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:03  dpkg-source -I.git --before-build .
13:41:03 dpkg-buildpackage: info: host architecture arm64
13:41:03 #11 1.062 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
13:41:03 #11 1.135 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
13:41:03 #11 9.842 Unpacking bash-completion (1:2.8-6) ...
13:41:03 #11 9.985 Selecting previously unselected package cmake-data.
13:41:03 #11 9.985 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ...
13:41:03 #11 9.992 Unpacking cmake-data (3.16.3-3~bpo10+1) ...
13:41:04 #11 4.647 (94/104): git-core-2.36.0-1.fc36.x86_64.rpm      21 MB/s | 4.0 MB     00:00    
13:41:04 #11 4.690 (95/104): git-core-doc-2.36.0-1.fc36.noarch.rpm  15 MB/s | 2.4 MB     00:00    
13:41:04 #11 4.762 (96/104): glibc-static-2.35-5.fc36.x86_64.rpm    12 MB/s | 2.0 MB     00:00    
13:41:04 #11 4.765 (97/104): libargon2-20171227-9.fc36.x86_64.rpm  399 kB/s |  28 kB     00:00    
13:41:04 #11 4.821 (98/104): kernel-headers-5.17.4-300.fc36.x86_64  10 MB/s | 1.3 MB     00:00    
13:41:04 #11 4.823 (99/104): perl-Git-2.36.0-1.fc36.noarch.rpm     702 kB/s |  43 kB     00:00    
13:41:04 #11 4.827 (100/104): vim-filesystem-8.2.4845-1.fc36.noarc 365 kB/s |  22 kB     00:00    
13:41:04 #11 4.832 (101/104): audit-libs-3.0.8-1.fc36.x86_64.rpm    14 MB/s | 116 kB     00:00    
13:41:04 #11 4.835 (102/104): libgcc-12.0.1-0.16.fc36.x86_64.rpm   9.0 MB/s | 101 kB     00:00    
13:41:04 #11 4.874 (103/104): libgomp-12.0.1-0.16.fc36.x86_64.rpm  6.2 MB/s | 288 kB     00:00    
13:41:04 #11 5.595 Selecting previously unselected package libprocps7:amd64.
13:41:04 #11 5.599 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_amd64.deb ...
13:41:04 #11 5.607 Unpacking libprocps7:amd64 (2:3.3.15-2) ...
13:41:04 #11 5.649 Selecting previously unselected package procps.
13:41:04 #11 5.652 Preparing to unpack .../03-procps_2%3a3.3.15-2_amd64.deb ...
13:41:04 #11 5.657 Unpacking procps (2:3.3.15-2) ...
13:41:04 #11 5.715 Selecting previously unselected package libarchive13:amd64.
13:41:04 #11 5.717 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
13:41:04 #11 5.720 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:41:04 #11 5.779 Selecting previously unselected package libjsoncpp1:amd64.
13:41:04 #9 61.51 Setting up libsub-name-perl (0.26-1build2) ...
13:41:04 #9 61.52 Setting up libtype-tiny-xs-perl (0.022-1) ...
13:41:04 #9 61.53 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:41:04 #9 61.55 Setting up libproc-processtable-perl (0.59-2build2) ...
13:41:04 #9 61.56 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:41:04 #9 61.57 Setting up gcc-11 (11.2.0-7ubuntu2) ...
13:41:04 #9 61.58 Setting up xauth (1:1.1-1) ...
13:41:04 #9 61.60 Setting up libpath-tiny-perl (0.118-1) ...
13:41:04 #9 61.61 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:41:04 #9 61.63 Setting up libjson-perl (4.03000-1) ...
13:41:04 #9 61.64 Setting up libipc-run3-perl (0.048-2) ...
13:41:04 #9 61.66 Setting up libsub-override-perl (0.09-2) ...
13:41:04 #9 61.67 Setting up libaliased-perl (0.34-1.1) ...
13:41:04 #9 61.68 Setting up libstrictures-perl (2.000006-1) ...
13:41:04 #9 61.70 Setting up libsub-quote-perl (2.006006-1) ...
13:41:04 #9 61.71 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:41:04 #9 61.72 Setting up libclass-xsaccessor-perl (1.19-3build7) ...
13:41:04 #8 74.00 Setting up python3-certifi (2020.6.20-1) ...
13:41:04 #8 74.13 Setting up libfile-find-rule-perl (0.34-1) ...
13:41:04 #8 74.14 Setting up libstring-copyright-perl (0.003006-1) ...
13:41:04 #8 74.15 Setting up libgd3:amd64 (2.3.0-2) ...
13:41:04 #8 74.16 Setting up python3-idna (2.10-1) ...
13:41:04 #9 55.64 Setting up m4 (1.4.18-5ubuntu2) ...
13:41:04 #9 55.68 Setting up libldap-2.5-0:armhf (2.5.11+dfsg-1~exp1ubuntu3) ...
13:41:04 #9 55.70 Setting up libpython3.10-stdlib:armhf (3.10.4-3) ...
13:41:04 #9 55.71 Setting up ca-certificates (20211016) ...
13:41:04 #8 57.44 Setting up dwz (0.13+20210201-1) ...
13:41:04 #8 57.46 Setting up groff-base (1.22.4-6) ...
13:41:04 #8 57.48 Setting up cpp (4:10.2.1-1) ...
13:41:04 #8 57.49 Setting up pixz (1.0.7-1) ...
13:41:04 #8 57.50 Setting up gpgconf (2.2.27-2+deb11u1) ...
13:41:04 #8 57.52 Setting up libcurl4:armhf (7.74.0-1.3+deb11u1) ...
13:41:04 #8 57.53 Setting up libc6-dev:armhf (2.31-13+deb11u3) ...
13:41:04 #8 57.55 Setting up libx11-6:armhf (2:1.7.2-1) ...
13:41:04 #8 57.56 Setting up curl (7.74.0-1.3+deb11u1) ...
13:41:04 #8 57.57 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
13:41:04 #8 57.59 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ...
13:41:04 #8 57.60 Setting up gpg (2.2.27-2+deb11u1) ...
13:41:04 #8 57.61 Setting up libpython3.9-stdlib:armhf (3.9.2-1) ...
13:41:04 #8 57.62 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
13:41:04 #8 57.63 Setting up gnupg-utils (2.2.27-2+deb11u1) ...
13:41:04 #8 57.65 Setting up libstdc++-10-dev:armhf (10.2.1-6) ...
13:41:04 #8 57.66 Setting up gpg-agent (2.2.27-2+deb11u1) ...
13:41:04 #18 exporting layers 6.9s done
13:41:04 #18 writing image sha256:08cf08940712ec180a88cd2db58c1eacf55f6c1f544fa6b8d6e0c28694e10f99 done
13:41:04 #18 naming to docker.io/debbuild-ubuntu-impish/x86_64 done
13:41:04 #18 DONE 6.9s
13:41:04 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-impish:/build  debbuild-ubuntu-impish/x86_64
13:41:04  debian/rules clean
13:41:04 dh clean --with=bash-completion
13:41:04    dh_clean
13:41:04 #11 27.73 Last metadata expiration check: 0:00:49 ago on Wed May  4 13:40:14 2022.
13:41:04 #11 28.02 Package bash-5.1.16-2.fc36.aarch64 is already installed.
13:41:04 #11 4.912 (104/104): systemd-libs-250.3-8.fc36.x86_64.rpm 7.9 MB/s | 615 kB     00:00    
13:41:04 #11 4.916 --------------------------------------------------------------------------------
13:41:04 #11 4.916 Total                                            37 MB/s | 101 MB     00:02     
13:41:04 #11 5.782 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ...
13:41:04 #11 5.786 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:41:04 #11 5.822 Selecting previously unselected package librhash0:amd64.
13:41:04 #11 5.825 Preparing to unpack .../06-librhash0_1.3.8-1_amd64.deb ...
13:41:04 #11 5.829 Unpacking librhash0:amd64 (1.3.8-1) ...
13:41:04 #11 5.874 Selecting previously unselected package libuv1:amd64.
13:41:04 #11 5.877 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_amd64.deb ...
13:41:04 #11 5.881 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
13:41:04 #11 5.915 Selecting previously unselected package cmake.
13:41:04 #11 5.918 Preparing to unpack .../08-cmake_3.13.4-1_amd64.deb ...
13:41:04 #11 5.923 Unpacking cmake (3.13.4-1) ...
13:41:04 #9 61.73 Setting up libsort-versions-perl (1.62-1) ...
13:41:04 #9 61.74 Setting up libexporter-tiny-perl (1.002002-1) ...
13:41:04 #9 61.78 Setting up libre-engine-re2-perl:armhf (0.14-1build1) ...
13:41:04 #9 61.80 Setting up libfile-dirlist-perl (0.05-2) ...
13:41:04 #9 61.81 Setting up libterm-readkey-perl (2.38-1build2) ...
13:41:04 #9 61.82 Setting up libtext-levenshteinxs-perl (0.03-4build9) ...
13:41:04 #9 61.83 Setting up libperlio-gzip-perl (0.19-1build7) ...
13:41:04 #9 61.85 Setting up libsys-hostname-long-perl (1.5-2) ...
13:41:04 #9 61.86 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:41:04 #9 61.87 Setting up libsereal-decoder-perl (4.018+ds-1build1) ...
13:41:04 #9 61.88 Setting up liburi-perl (5.08-1) ...
13:41:04 #9 61.89 Setting up libfile-touch-perl (0.11-1) ...
13:41:04 #9 61.90 Setting up python3.9 (3.9.7-2build1) ...
13:41:04 #8 74.36 Setting up libdata-optlist-perl (0.110-1.1) ...
13:41:04 #9 56.07 Updating certificates in /etc/ssl/certs...
13:41:04 + set -e
13:41:04 + mkdir -p /root/build-deb/engine
13:41:04 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:04 #11 4.638 Reading package lists...
13:41:04  dpkg-source -I.git -b .
13:41:04 dpkg-source: warning: native package version may not have a revision
13:41:04 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~debian'
13:41:04 dpkg-source: info: using source format '1.0'
13:41:04 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz
13:41:04 #11 28.10 Dependencies resolved.
13:41:04 #11 28.12 Nothing to do.
13:41:04 #11 28.12 Complete!
13:41:04 #11 DONE 28.2s
13:41:04 
13:41:04 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
13:41:04 #13 sha256:febc3ec3e70250913e1f52ac447ab39a2ec2ffeeaee8a07c57725886127a2fb5
13:41:04 #11 10.44 Selecting previously unselected package libarchive13:armhf.
13:41:04 #11 10.44 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u1_armhf.deb ...
13:41:04 #11 10.45 Unpacking libarchive13:armhf (3.3.3-4+deb10u1) ...
13:41:04 #11 10.50 Selecting previously unselected package libjsoncpp1:armhf.
13:41:04 #11 10.50 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ...
13:41:04 #11 10.51 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
13:41:04 #11 10.55 Selecting previously unselected package librhash0:armhf.
13:41:04 #11 10.55 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ...
13:41:04 #11 10.56 Unpacking librhash0:armhf (1.3.8-1) ...
13:41:04 #11 10.60 Selecting previously unselected package libuv1:armhf.
13:41:04 #11 10.61 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ...
13:41:04 #11 10.61 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
13:41:04 #11 10.65 Selecting previously unselected package cmake.
13:41:04 #11 10.65 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ...
13:41:04 #11 10.66 Unpacking cmake (3.16.3-3~bpo10+1) ...
13:41:04 #11 6.283 Selecting previously unselected package dh-apparmor.
13:41:04 #18 exporting layers 3.4s done
13:41:04 #18 writing image sha256:77e8007c7b90824af0a44448b1313a33731b4b5fa4ac0d9ded09f6029702e0b9 done
13:41:04 #18 naming to docker.io/debbuild-ubuntu-impish/aarch64 done
13:41:04 #18 DONE 3.4s
13:41:04 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-impish:/build  debbuild-ubuntu-impish/aarch64
13:41:04 #8 74.37 Setting up libipc-run-perl (20200505.0-1) ...
13:41:04 #8 74.38 Setting up git (1:2.30.2-1) ...
13:41:04 #8 74.40 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
13:41:04 #8 74.42 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:41:04 #8 74.59 Setting up libcontextual-return-perl (0.004014-2) ...
13:41:04 #8 74.60 Setting up libwww-robotrules-perl (6.02-1) ...
13:41:04 #8 74.61 Setting up libtypes-serialiser-perl (1.01-1) ...
13:41:04 #8 74.62 Setting up g++ (4:10.2.1-1) ...
13:41:04 #8 74.65 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:41:04 #8 74.66 Setting up libhtml-parser-perl (3.75-1+b1) ...
13:41:04 #8 74.67 Setting up libgit-wrapper-perl (0.048-1) ...
13:41:04 #8 74.68 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:41:04 #8 74.70 Setting up librole-tiny-perl (2.002004-1) ...
13:41:04 #8 74.71 Setting up gnupg (2.2.27-2+deb11u1) ...
13:41:04 #8 74.72 Setting up build-essential (12.9) ...
13:41:04 #11 6.085 Building dependency tree...
13:41:04 #11 6.289 Reading state information...
13:41:04 #8 58.14 Setting up libxpm4:armhf (1:3.5.12-1) ...
13:41:04 #8 58.15 Setting up fontconfig-config (2.13.1-4.2) ...
13:41:04 #11 6.286 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
13:41:04 #11 6.290 Unpacking dh-apparmor (2.13.2-10) ...
13:41:04 #11 6.328 Selecting previously unselected package libbtrfs0.
13:41:04 #11 6.331 Preparing to unpack .../10-libbtrfs0_4.20.1-2_amd64.deb ...
13:41:04 #11 6.335 Unpacking libbtrfs0 (4.20.1-2) ...
13:41:04 #11 6.364 Selecting previously unselected package libbtrfs-dev.
13:41:04 #11 6.367 Preparing to unpack .../11-libbtrfs-dev_4.20.1-2_amd64.deb ...
13:41:04 #11 6.371 Unpacking libbtrfs-dev (4.20.1-2) ...
13:41:04 #11 6.407 Selecting previously unselected package dmsetup.
13:41:04 #11 6.410 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:41:04 #11 6.414 Unpacking dmsetup (2:1.02.155-3) ...
13:41:04 #11 6.452 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:41:04 #11 6.455 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:41:04 #11 6.459 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:41:04 #11 6.501 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:41:04 #11 6.504 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
13:41:04 #11 6.508 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:41:04 + set -e
13:41:04 + mkdir -p /root/build-deb/engine
13:41:04 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:04 #8 74.73 Setting up python3-unidiff (0.5.5-2) ...
13:41:04 #9 63.37 Setting up liblinux-epoll-perl (0.017-1) ...
13:41:04 #9 63.40 Setting up libvariable-magic-perl (0.62-1build2) ...
13:41:04 #9 63.41 Setting up python3-idna (2.8-1) ...
13:41:04 #9 63.63 Setting up libio-html-perl (1.001-1) ...
13:41:04 #9 56.53 127 added, 0 removed; done.
13:41:04 #9 56.57 Setting up libfreetype6:armhf (2.11.1+dfsg-1build1) ...
13:41:04 #9 56.58 Setting up libgdbm-compat4:armhf (1.23-1) ...
13:41:04 #9 56.60 Setting up dwz (0.14-1build2) ...
13:41:04 #9 56.61 Setting up groff-base (1.22.4-8build1) ...
13:41:04 #9 56.63 Setting up cpp (4:11.2.0-1ubuntu1) ...
13:41:04 #9 56.65 Setting up gpgconf (2.2.27-3ubuntu2) ...
13:41:04 #9 56.66 Setting up debugedit (1:5.0-4build1) ...
13:41:04 #9 56.67 Setting up libcurl4:armhf (7.81.0-1ubuntu1.1) ...
13:41:04 #9 56.68 Setting up libc6-dev:armhf (2.35-0ubuntu3) ...
13:41:04 #9 56.69 Setting up libx11-6:armhf (2:1.7.5-1) ...
13:41:04 #9 56.71 Setting up libtiff5:armhf (4.3.0-6) ...
13:41:04 #9 56.72 Setting up curl (7.81.0-1ubuntu1.1) ...
13:41:04 #9 56.74 Setting up libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
13:41:04 #9 56.75 Setting up binutils-arm-linux-gnueabihf (2.38-3ubuntu1) ...
13:41:04 #9 56.76 Setting up libxml2:armhf (2.9.13+dfsg-1build1) ...
13:41:04 #9 56.77 Setting up libxmuu1:armhf (2:1.1.3-3) ...
13:41:04 #9 56.78 Setting up gpg (2.2.27-3ubuntu2) ...
13:41:04 #9 56.80 Setting up libpython3-stdlib:armhf (3.10.4-0ubuntu2) ...
13:41:04 #9 56.81 Setting up gnupg-utils (2.2.27-3ubuntu2) ...
13:41:04 #9 56.82 Setting up libperl5.34:armhf (5.34.0-3ubuntu1) ...
13:41:04 #9 56.84 Setting up gettext (0.21-4ubuntu4) ...
13:41:04 #11 6.321 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:41:04 #11 6.610 Starting 2 pkgProblemResolver with broken count: 0
13:41:04 #11 6.614 Done
13:41:04 + mkdir -p /root/build-deb/cli
13:41:04 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:05 #8 58.35 Setting up openssh-client (1:8.4p1-5) ...
13:41:05 #8 58.45 Setting up gpgsm (2.2.27-2+deb11u1) ...
13:41:05 #8 58.46 Setting up libxext6:armhf (2:1.3.3-1.1) ...
13:41:05 #8 58.47 Setting up binutils (2.35.2-2) ...
13:41:05 #8 58.48 Setting up man-db (2.9.4-2) ...
13:41:05 #11 6.543 Selecting previously unselected package libudev-dev:amd64.
13:41:05 #11 6.546 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ...
13:41:05 #11 6.553 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
13:41:05 #11 6.591 Selecting previously unselected package libsepol1-dev:amd64.
13:41:05 #11 6.594 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
13:41:05 #11 6.598 Unpacking libsepol1-dev:amd64 (2.8-1) ...
13:41:05 #11 6.665 Selecting previously unselected package libpcre16-3:amd64.
13:41:05 #11 6.668 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
13:41:05 #11 6.672 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
13:41:05 #11 6.721 Selecting previously unselected package libpcre32-3:amd64.
13:41:05 #11 6.724 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
13:41:05 #11 6.727 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
13:41:05 #11 6.774 Selecting previously unselected package libpcrecpp0v5:amd64.
13:41:05 #11 10.99 Selecting previously unselected package dh-apparmor.
13:41:05 #11 10.99 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ...
13:41:05 #11 10.99 Unpacking dh-apparmor (2.13.2-10) ...
13:41:05 #11 11.03 Selecting previously unselected package libbtrfs0:armhf.
13:41:05 #11 11.04 Preparing to unpack .../12-libbtrfs0_5.10-1~bpo10+1_armhf.deb ...
13:41:05 #11 11.04 Unpacking libbtrfs0:armhf (5.10-1~bpo10+1) ...
13:41:05 #11 11.10 Selecting previously unselected package libbtrfs-dev:armhf.
13:41:05 #11 11.10 Preparing to unpack .../13-libbtrfs-dev_5.10-1~bpo10+1_armhf.deb ...
13:41:05 #11 11.10 Unpacking libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
13:41:05 #11 11.16 Selecting previously unselected package dmsetup.
13:41:05 #11 11.17 Preparing to unpack .../14-dmsetup_2%3a1.02.155-3_armhf.deb ...
13:41:05 #11 11.17 Unpacking dmsetup (2:1.02.155-3) ...
13:41:05 #11 11.21 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:41:05 #11 11.22 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
13:41:05 #11 11.22 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
13:41:05 #11 11.27 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:41:05 #11 11.27 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
13:41:05 #11 11.28 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
13:41:05 #8 74.87 Setting up lsb-release (11.1.0) ...
13:41:05 #8 74.88 Setting up libfont-ttf-perl (1.06-1.1) ...
13:41:05 #8 74.89 Setting up libfile-homedir-perl (1.006-1) ...
13:41:05 #8 74.91 Setting up python3-magic (2:0.4.20-3) ...
13:41:05 #8 75.04 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
13:41:05 #8 75.10 Setting up pristine-tar (1.49) ...
13:41:05 #8 75.12 Setting up libio-socket-ssl-perl (2.069-1) ...
13:41:05 #8 75.13 Setting up libsub-exporter-perl (0.987-1) ...
13:41:05 #9 63.65 Setting up libcroco3:armhf (0.6.13-1) ...
13:41:05 #9 63.67 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
13:41:05 #9 63.68 Setting up libtest-refcount-perl (0.10-1) ...
13:41:05 #9 63.70 Setting up libparams-util-perl (1.07-3build5) ...
13:41:05 #9 63.72 Setting up libdpkg-perl (1.19.7ubuntu3) ...
13:41:05 #9 63.73 Setting up autoconf (2.69-11.1) ...
13:41:05 #9 63.79 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
13:41:05 #9 56.85 Setting up gpg-agent (2.2.27-3ubuntu2) ...
13:41:05 #11 6.849  Done
13:41:05 + mkdir -p /root/build-deb/buildx
13:41:05 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:05 #8 58.58 Building database of manual pages ...
13:41:05 #9 62.74 Setting up libc-devtools (2.34-0ubuntu3.2) ...
13:41:05 #9 62.75 Setting up libemail-address-xs-perl (1.04-1build5) ...
13:41:05 #9 62.76 Setting up libnet-ssleay-perl (1.88-3ubuntu1) ...
13:41:05 #9 62.77 Setting up automake (1:1.16.4-2) ...
13:41:05 #9 62.78 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:41:05 #9 62.78 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:41:05 #9 62.78 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:41:05 #9 62.78 Setting up libapt-pkg-perl (0.1.40) ...
13:41:05 #9 62.80 Setting up libstring-escape-perl (2010.002-2) ...
13:41:05 #9 62.81 Setting up libhttp-date-perl (6.05-1) ...
13:41:05 #9 62.82 Setting up libfile-which-perl (1.23-1) ...
13:41:05 #9 62.83 Setting up libfile-basedir-perl (0.08-1) ...
13:41:05 #9 62.84 Setting up libnumber-range-perl (0.12-1.1) ...
13:41:05 #9 62.86 Setting up libunicode-utf8-perl (0.62-1build2) ...
13:41:05 #9 62.87 Setting up libmouse-perl (2.5.10-1build2) ...
13:41:05 #9 62.88 Setting up libfile-listing-perl (6.14-1) ...
13:41:05 #9 62.89 Setting up gpg-wks-client (2.2.20-1ubuntu4) ...
13:41:05 #9 62.90 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:41:05 #9 62.91 Setting up libdata-messagepack-perl (1.01-2) ...
13:41:05 #9 62.93 Setting up libfont-afm-perl (1.20-3) ...
13:41:05 #9 62.94 Setting up libwant-perl (0.29-1build6) ...
13:41:05 #11 6.777 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
13:41:05 #11 6.780 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
13:41:05 #11 6.812 Selecting previously unselected package libpcre3-dev:amd64.
13:41:05 #11 6.815 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
13:41:05 #11 6.818 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
13:41:05 #11 6.911 Selecting previously unselected package libselinux1-dev:amd64.
13:41:05 #11 6.911 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
13:41:05 #11 6.914 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
13:41:05 #11 6.972 Selecting previously unselected package libdevmapper-dev:amd64.
13:41:05 #11 6.975 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
13:41:05 #11 6.979 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:41:05 #11 7.011 Selecting previously unselected package libseccomp-dev:amd64.
13:41:05 #11 1.256 Reading package lists...
13:41:05 #8 75.14 Setting up libc-devtools (2.31-13+deb11u3) ...
13:41:05 #8 75.15 Setting up libalgorithm-merge-perl (0.08-3) ...
13:41:05 #8 75.16 Setting up libhttp-message-perl (6.28-1) ...
13:41:05 #8 75.18 Setting up libhtml-form-perl (6.07-1) ...
13:41:05 #8 75.19 Setting up python3-pkg-resources (52.0.0-4) ...
13:41:05 #8 75.38 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:41:05 #8 75.39 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
13:41:05 #11 11.33 Selecting previously unselected package libudev-dev:armhf.
13:41:05 #11 11.33 Preparing to unpack .../17-libudev-dev_241-7~deb10u8+rpi1_armhf.deb ...
13:41:05 #11 11.34 Unpacking libudev-dev:armhf (241-7~deb10u8+rpi1) ...
13:41:05 #11 11.39 Selecting previously unselected package libsepol1-dev:armhf.
13:41:05 #11 11.39 Preparing to unpack .../18-libsepol1-dev_2.8-1_armhf.deb ...
13:41:05 #11 11.39 Unpacking libsepol1-dev:armhf (2.8-1) ...
13:41:05 #11 11.50 Selecting previously unselected package libpcre16-3:armhf.
13:41:05 #11 11.50 Preparing to unpack .../19-libpcre16-3_2%3a8.39-12_armhf.deb ...
13:41:05 #11 11.50 Unpacking libpcre16-3:armhf (2:8.39-12) ...
13:41:05 #11 11.56 Selecting previously unselected package libpcre32-3:armhf.
13:41:05 #11 11.56 Preparing to unpack .../20-libpcre32-3_2%3a8.39-12_armhf.deb ...
13:41:05 #11 11.56 Unpacking libpcre32-3:armhf (2:8.39-12) ...
13:41:05 + mkdir -p /root/build-deb/cli
13:41:05 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:05 #9 63.96 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:41:05 #9 63.98 Setting up libarray-intspan-perl (2.003-1) ...
13:41:05 #9 64.00 Setting up libcapture-tiny-perl (0.48-1) ...
13:41:05 #9 64.01 Setting up libtimedate-perl (2.3200-1) ...
13:41:05 #9 64.03 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ...
13:41:05 #9 64.04 Setting up libsub-name-perl (0.26-1) ...
13:41:05 #9 64.06 Setting up libtype-tiny-xs-perl (0.016-1) ...
13:41:05 #9 64.07 Setting up libfile-chdir-perl (0.1008-1) ...
13:41:05 #9 64.09 Setting up xauth (1:1.1-0ubuntu1) ...
13:41:05 #9 64.10 Setting up cpp (4:9.3.0-1ubuntu2) ...
13:41:05 #9 64.13 Setting up libpath-tiny-perl (0.108-1) ...
13:41:05 #9 64.14 Setting up libarchive-cpio-perl (0.10-1) ...
13:41:05 #11 7.074 Starting pkgProblemResolver with broken count: 0
13:41:05 #11 7.123 Starting 2 pkgProblemResolver with broken count: 0
13:41:05 #11 7.127 Done
13:41:05 #9 62.95 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:41:05 #9 62.96 Setting up libtext-glob-perl (0.11-1) ...
13:41:05 #9 62.98 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:41:05 #9 63.00 Setting up liblist-compare-perl (0.55-1) ...
13:41:05 #9 63.01 Setting up libref-util-xs-perl (0.117-1build3) ...
13:41:05 #9 63.02 Setting up libio-pty-perl (1:1.15-2build1) ...
13:41:05 #9 63.03 Setting up libtool (2.4.6-15) ...
13:41:05 #9 63.04 Setting up g++-11 (11.2.0-7ubuntu2) ...
13:41:05 #9 63.05 Setting up libfile-fcntllock-perl (0.22-3build5) ...
13:41:05 #9 63.07 Setting up libsort-key-perl (1.33-2build4) ...
13:41:05 #9 63.08 Setting up libclone-perl (0.45-1build1) ...
13:41:05 #9 63.09 Setting up libalgorithm-diff-perl (1.201-1) ...
13:41:05 #9 63.10 Setting up libarchive-zip-perl (1.68-1) ...
13:41:05 #9 63.13 Setting up libsub-identify-perl (0.14-1build4) ...
13:41:05 #9 63.14 Setting up libdistro-info-perl (1.0) ...
13:41:05 #9 63.15 Setting up libcpanel-json-xs-perl (4.25-1build1) ...
13:41:05 #11 7.014 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
13:41:05 #11 7.019 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
13:41:05 #11 7.052 Selecting previously unselected package libsystemd-dev:amd64.
13:41:05 #11 7.055 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ...
13:41:05 #11 7.058 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
13:41:05 #11 7.153 Selecting previously unselected package pkg-config.
13:41:05 #11 7.156 Preparing to unpack .../25-pkg-config_0.29-6_amd64.deb ...
13:41:05 #11 7.160 Unpacking pkg-config (0.29-6) ...
13:41:05 #11 7.235 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
13:41:05 #11 7.245 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
13:41:05 #11 7.257 Setting up libpcre16-3:amd64 (2:8.39-12) ...
13:41:05 #11 2.807 dh_testdir
13:41:05 #11 2.824 dh_testroot
13:41:05 #11 2.840 dh_prep
13:41:05 #11 2.858 dh_testdir
13:41:05 #11 2.874 dh_testroot
13:41:05 #11 2.890 dh_install
13:41:05 #11 2.914 dh_installdocs
13:41:05 #8 75.40 Setting up libjson-xs-perl (4.030-1+b1) ...
13:41:05 #8 75.41 Setting up libhttp-negotiate-perl (6.01-1) ...
13:41:05 #8 75.42 Setting up libio-prompter-perl (0.004015-1) ...
13:41:05 #8 75.43 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:41:05 #8 75.44 Setting up libhttp-cookies-perl (6.10-1) ...
13:41:05 #8 75.45 Setting up python3-apt (2.2.1) ...
13:41:05 #8 75.61 Setting up po-debconf (1.0.21+nmu1) ...
13:41:05 #8 75.62 Setting up libhtml-tree-perl (5.07-2) ...
13:41:05 #8 75.63 Setting up libparams-classify-perl (0.015-1+b3) ...
13:41:05 #8 75.64 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:41:05 #8 75.65 Setting up libhtml-format-perl (2.12-1.1) ...
13:41:05 #8 75.67 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:41:05 #8 75.72 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:41:05 #8 75.78 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:05 #11 11.61 Selecting previously unselected package libpcrecpp0v5:armhf.
13:41:05 #11 11.62 Preparing to unpack .../21-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
13:41:05 #11 11.62 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
13:41:05 #11 11.66 Selecting previously unselected package libpcre3-dev:armhf.
13:41:05 #11 11.66 Preparing to unpack .../22-libpcre3-dev_2%3a8.39-12_armhf.deb ...
13:41:05 #11 11.67 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
13:41:05 #11 11.79 Selecting previously unselected package libselinux1-dev:armhf.
13:41:05 #11 11.79 Preparing to unpack .../23-libselinux1-dev_2.8-1+b1_armhf.deb ...
13:41:05 #11 11.80 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
13:41:05 #11 11.85 Selecting previously unselected package libdevmapper-dev:armhf.
13:41:05 #11 11.85 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
13:41:05 #11 11.85 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
13:41:05 + mkdir -p /root/build-deb/buildx
13:41:05 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:05 #9 64.16 Setting up libjson-perl (4.02000-2) ...
13:41:05 #9 64.18 Setting up libsub-override-perl (0.09-2) ...
13:41:05 #9 64.19 Setting up python3-unidiff (0.5.5-2) ...
13:41:05 #9 64.35 Setting up libstrictures-perl (2.000006-1) ...
13:41:05 #9 64.37 Setting up libsub-quote-perl (2.006006-1) ...
13:41:05 #9 64.39 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
13:41:05 #9 64.40 Setting up libsort-versions-perl (1.62-1) ...
13:41:05 #11 7.546 The following additional packages will be installed:
13:41:05 #13 DONE 1.9s
13:41:05 
13:41:05 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
13:41:05 #14 sha256:3b820dda2a031b04b51e465bbe0b90de1ca0d5927789ccfc6b2776f1eb88e4a0
13:41:05 #14 DONE 0.0s
13:41:05 
13:41:05 #15 exporting to image
13:41:05 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:05 #15 exporting layers
13:41:05 #9 57.34 Setting up python3.10 (3.10.4-3) ...
13:41:05 #9 63.16 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:41:05 #9 63.17 Setting up libio-stringy-perl (2.111-3) ...
13:41:05 #9 63.18 Setting up liblist-moreutils-perl (0.430-2) ...
13:41:05 #9 63.20 Setting up libhtml-tagset-perl (3.20-4) ...
13:41:05 #9 63.21 Setting up liblog-any-perl (1.709-1) ...
13:41:05 #9 63.22 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:41:05 #9 63.23 Setting up libdevel-size-perl (0.83-1build3) ...
13:41:05 #9 63.24 Setting up libdebhelper-perl (13.3.4ubuntu2) ...
13:41:05 #9 63.26 Setting up libpod-constants-perl (0.19-2) ...
13:41:05 #9 63.27 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
13:41:05 #9 63.29 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:41:05 #9 63.30 Setting up libyaml-libyaml-perl (0.82+repack-1build1) ...
13:41:05 #9 63.31 Setting up libtry-tiny-perl (0.30-1) ...
13:41:05 #9 63.32 Setting up libtype-tiny-perl (1.012002-1) ...
13:41:05 #9 63.34 Setting up libcommon-sense-perl (3.75-1build4) ...
13:41:05 #9 63.35 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:41:05 #9 63.36 Setting up libnet-http-perl (6.20-1) ...
13:41:05 + mkdir -p /root/build-deb/compose
13:41:05 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:05 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:05 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:05 + mkdir -p /go/src/github.com/docker
13:41:05 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:05 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:05 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:05 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:05 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:05 + EPOCH=5
13:41:05 + EPOCH_SEP=
13:41:05 + [[ ! -z 5 ]]
13:41:05 + EPOCH_SEP=:
13:41:05 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:05 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:05 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:05 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:05 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:05 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:05 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:05 + debSource=docker-ce
13:41:05 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:05 + debMaintainer='Docker <support@docker.com>'
13:41:05 ++ date --rfc-2822
13:41:05 + debDate='Wed, 04 May 2022 13:41:05 +0000'
13:41:05 + cat
13:41:05 + export CLI_GITCOMMIT=bfa9b40
13:41:05 + CLI_GITCOMMIT=bfa9b40
13:41:05 + export ENGINE_GITCOMMIT=613b798
13:41:05 + ENGINE_GITCOMMIT=613b798
13:41:05 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:05 + export SCAN_GITCOMMIT=061fe0a
13:41:05 + SCAN_GITCOMMIT=061fe0a
13:41:05 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:05 + dpkg-buildpackage -uc -us -I.git
13:41:05 dpkg-buildpackage: info: source package docker-ce
13:41:05 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-impish
13:41:05 dpkg-buildpackage: info: source distribution impish
13:41:05 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:05  dpkg-source -I.git --before-build .
13:41:05 dpkg-buildpackage: info: host architecture amd64
13:41:05 #11 7.271 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:41:05 #11 7.282 Setting up libprocps7:amd64 (2:3.3.15-2) ...
13:41:05 #11 7.295 Setting up libsepol1-dev:amd64 (2.8-1) ...
13:41:05 #11 7.309 Setting up libbtrfs0 (4.20.1-2) ...
13:41:05 #11 7.324 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
13:41:05 #11 7.335 Setting up bash-completion (1:2.8-6) ...
13:41:05 #11 2.943 dh_installchangelogs
13:41:05 #11 3.013 dh_compress
13:41:05 #11 3.055 dh_fixperms
13:41:05 #11 3.133 dh_installdeb
13:41:05 #11 3.163 dh_gencontrol
13:41:05 #8 75.90 
13:41:05 #8 75.90 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:05 #8 75.96 Setting up python3-chardet (4.0.0-1) ...
13:41:05 #11 11.89 Selecting previously unselected package libltdl7:armhf.
13:41:05 #11 11.89 Preparing to unpack .../25-libltdl7_2.4.6-9_armhf.deb ...
13:41:05 #11 11.90 Unpacking libltdl7:armhf (2.4.6-9) ...
13:41:05 #11 11.96 Selecting previously unselected package libltdl-dev:armhf.
13:41:05 #11 11.96 Preparing to unpack .../26-libltdl-dev_2.4.6-9_armhf.deb ...
13:41:05 #11 11.97 Unpacking libltdl-dev:armhf (2.4.6-9) ...
13:41:05 #11 12.02 Selecting previously unselected package libseccomp-dev:armhf.
13:41:05 #11 12.02 Preparing to unpack .../27-libseccomp-dev_2.3.3-4_armhf.deb ...
13:41:05 #11 12.03 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
13:41:05 #11 12.07 Selecting previously unselected package libsystemd-dev:armhf.
13:41:05 #11 12.07 Preparing to unpack .../28-libsystemd-dev_241-7~deb10u8+rpi1_armhf.deb ...
13:41:05 #11 12.08 Unpacking libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
13:41:05 + mkdir -p /root/build-deb/compose
13:41:05 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:05 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:05 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:05 + mkdir -p /go/src/github.com/docker
13:41:05 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:05 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:05 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:05 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:05 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:05 + EPOCH=5
13:41:05 + EPOCH_SEP=
13:41:05 + [[ ! -z 5 ]]
13:41:05 + EPOCH_SEP=:
13:41:05 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:05 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:05 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:05 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:05 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:05 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:05 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:05 + debSource=docker-ce
13:41:05 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:05 + debMaintainer='Docker <support@docker.com>'
13:41:05 ++ date --rfc-2822
13:41:05 #9 64.42 Setting up libexporter-tiny-perl (1.002001-1) ...
13:41:05 #9 64.43 Setting up libre-engine-re2-perl (0.13-5) ...
13:41:05 #9 64.44 Setting up libterm-readkey-perl (2.38-1build1) ...
13:41:05 #9 64.46 Setting up lsb-release (11.1.0ubuntu2) ...
13:41:05 #9 64.48 Setting up libnet-ip-perl (1.26-2) ...
13:41:05 #9 64.52 Setting up python3-magic (2:0.4.15-3) ...
13:41:05 #11 7.547   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
13:41:05 #11 7.547   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:41:05 #11 7.547   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
13:41:05 #11 7.547   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:41:05 #11 7.548   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:41:05 #11 7.549   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
13:41:05 #11 7.551 Suggested packages:
13:41:05 #11 7.551   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
13:41:05 #11 7.551   libstdc++-10-doc
13:41:05 #11 7.551 Recommended packages:
13:41:05 #11 7.552   libglib2.0-data shared-mime-info xdg-user-dirs
13:41:05 #18 exporting layers 5.5s done
13:41:05 #18 writing image sha256:912919cdafb49bcc471244cdd0fc09e82613e121d2b8fc11f18423eee49f0f48 done
13:41:05 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
13:41:05 #18 DONE 5.5s
13:41:05 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
13:41:05 + set -e
13:41:05 + mkdir -p /root/build-deb/engine
13:41:05 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:05 + mkdir -p /root/build-deb/cli
13:41:05 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:06 #9 63.37 Setting up libtext-markdown-discount-perl:armhf (0.12-1build2) ...
13:41:06 #9 63.38 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:41:06 #9 63.39 Setting up libtime-moment-perl (0.44-1build4) ...
13:41:06 #9 63.40 Setting up libencode-locale-perl (1.05-1.1) ...
13:41:06 #9 63.44 Setting up python3 (3.9.4-1build1) ...
13:41:06  debian/rules clean
13:41:06 dh clean --with=bash-completion
13:41:06    dh_clean
13:41:06 #11 3.291 dh_md5sums
13:41:06 #11 3.334 dh_builddeb
13:41:06 #11 3.352 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:41:06 #11 3.415 
13:41:06 #11 3.415 The package has been created.
13:41:06 #11 3.415 Attention, the package has been created in the current directory,
13:41:06 #11 3.415 not in ".." as indicated by the message above!
13:41:06 #11 12.17 Selecting previously unselected package pkg-config.
13:41:06 #11 12.17 Preparing to unpack .../29-pkg-config_0.29-6_armhf.deb ...
13:41:06 #11 12.18 Unpacking pkg-config (0.29-6) ...
13:41:06 #11 12.25 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
13:41:06 #11 12.27 Setting up libseccomp-dev:armhf (2.3.3-4) ...
13:41:06 #11 12.28 Setting up libpcre16-3:armhf (2:8.39-12) ...
13:41:06 #11 12.36 Setting up libarchive13:armhf (3.3.3-4+deb10u1) ...
13:41:06 #11 12.37 Setting up libsepol1-dev:armhf (2.8-1) ...
13:41:06 #11 12.41 Setting up libbtrfs0:armhf (5.10-1~bpo10+1) ...
13:41:06 + debDate='Wed, 04 May 2022 13:41:05 +0000'
13:41:06 + cat
13:41:06 + export CLI_GITCOMMIT=bfa9b40
13:41:06 + CLI_GITCOMMIT=bfa9b40
13:41:06 + export ENGINE_GITCOMMIT=613b798
13:41:06 + ENGINE_GITCOMMIT=613b798
13:41:06 + export SCAN_GITCOMMIT=061fe0a
13:41:06 + SCAN_GITCOMMIT=061fe0a
13:41:06 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:06 + dpkg-buildpackage -uc -us -I.git
13:41:06 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:06 dpkg-buildpackage: info: source package docker-ce
13:41:06 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-impish
13:41:06 dpkg-buildpackage: info: source distribution impish
13:41:06 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:06  dpkg-source -I.git --before-build .
13:41:06 dpkg-buildpackage: info: host architecture arm64
13:41:06 #11 6.738 Running transaction check
13:41:06 #11 6.842 Transaction check succeeded.
13:41:06 #11 6.843 Running transaction test
13:41:06 #9 64.68 Setting up libperlio-gzip-perl (0.19-1build5) ...
13:41:06 #9 64.69 Setting up libsys-hostname-long-perl (1.5-1) ...
13:41:06 #9 64.71 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
13:41:06 #9 64.72 Setting up liburi-perl (1.76-2) ...
13:41:06 #9 64.74 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:41:06 #9 64.75 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:41:06 #9 64.77 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
13:41:06 #9 64.79 Setting up python3-pkg-resources (45.2.0-1) ...
13:41:06 #11 7.958 The following NEW packages will be installed:
13:41:06 + mkdir -p /root/build-deb/buildx
13:41:06 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:06 #9 63.76 Setting up libexception-class-perl (1.44-1) ...
13:41:06 #9 63.77 Setting up python3-xdg (0.27-2) ...
13:41:06  dpkg-source -I.git -b .
13:41:06 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:41:06 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:41:06 dpkg-source: warning: native package version may not have a revision
13:41:06 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:41:06 dpkg-source: info: using source format '1.0'
13:41:06 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz
13:41:06 #11 3.523 Selecting previously unselected package docker-ce-build-deps.
13:41:06 #11 3.527 (Reading database ... 21184 files and directories currently installed.)
13:41:06 #11 3.528 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:41:06 #11 3.538 Unpacking docker-ce-build-deps (1.0) ...
13:41:06 #11 7.988 Setting up libpcre32-3:amd64 (2:8.39-12) ...
13:41:06 #11 7.999 Setting up pkg-config (0.29-6) ...
13:41:06 #11 8.046 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
13:41:06 #11 8.060 Setting up libbtrfs-dev (4.20.1-2) ...
13:41:06 #11 8.070 Setting up librhash0:amd64 (1.3.8-1) ...
13:41:06 #11 8.080 Setting up procps (2:3.3.15-2) ...
13:41:06 #11 8.107 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
13:41:06 #11 12.42 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
13:41:06 #11 12.44 Setting up bash-completion (1:2.8-6) ...
13:41:06  debian/rules clean
13:41:06 dh clean --with=bash-completion
13:41:06    dh_clean
13:41:06 #8 76.22 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:41:06 #8 76.23 Setting up libmodule-runtime-perl (0.016-1) ...
13:41:06 #8 76.24 Setting up libmailtools-perl (2.21-1) ...
13:41:06 #8 76.25 Setting up python3-debian (0.1.39) ...
13:41:06 #8 76.41 Setting up python3-requests (2.25.1+dfsg-2) ...
13:41:06 #8 76.56 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:41:06 #8 76.60 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:41:06 #9 65.03 Setting up automake (1:1.16.1-4ubuntu6) ...
13:41:06 #9 65.05 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:41:06 #9 65.05 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:41:06 #9 65.05 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:41:06 #9 65.07 Setting up libasync-mergepoint-perl (0.04-2) ...
13:41:06 #9 65.09 Setting up libstring-escape-perl (2010.002-2) ...
13:41:06 #11 15.20 (97/97): llvm-libs-12.0.1-1.fc34.x86_64.rpm     2.6 MB/s |  23 MB     00:08    
13:41:06 #11 15.20 --------------------------------------------------------------------------------
13:41:06 #11 15.20 Total                                           9.2 MB/s | 116 MB     00:12     
13:41:06 #11 7.959   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
13:41:06 #11 7.959   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:41:06 #11 7.960   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
13:41:06 #11 7.960   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:41:06 #11 7.961   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:41:06 #11 7.962   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
13:41:06 + mkdir -p /root/build-deb/compose
13:41:06 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:06 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:06 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:06 + mkdir -p /go/src/github.com/docker
13:41:06 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:06 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:06 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:06 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:06 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:06 + EPOCH=5
13:41:06 + EPOCH_SEP=
13:41:06 + [[ ! -z 5 ]]
13:41:06 + EPOCH_SEP=:
13:41:06 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:06 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:06 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:06 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:06 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:06 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:06 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:06 + debSource=docker-ce
13:41:06 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:06 + debMaintainer='Docker <support@docker.com>'
13:41:06 #9 63.95 Setting up libconfig-tiny-perl (2.26-1) ...
13:41:06 #9 63.97 Setting up libsereal-encoder-perl (4.018+ds-1build1) ...
13:41:06 #9 63.98 Setting up libdevel-callchecker-perl (0.008-1ubuntu3) ...
13:41:06 #9 63.99 Setting up liblist-utilsby-perl (0.11-1) ...
13:41:06 #9 64.00 Setting up libstring-shellquote-perl (1.04-1) ...
13:41:06 #9 64.02 Setting up libsub-install-perl (0.928-1.1) ...
13:41:06 #9 64.04 Setting up gcc (4:11.2.0-1ubuntu1) ...
13:41:06 #9 64.06 Setting up dpkg-dev (1.20.9ubuntu2) ...
13:41:06 #9 58.16 Setting up libxpm4:armhf (1:3.5.12-1build2) ...
13:41:06 #9 58.17 Setting up openssh-client (1:8.9p1-3) ...
13:41:06 #9 58.25 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
13:41:06 #9 58.25 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
13:41:06 #9 58.26 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
13:41:06 #9 58.26 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
13:41:06 #9 58.26 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
13:41:06 #9 58.26 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist
13:41:06 #9 58.27 Setting up gpgsm (2.2.27-3ubuntu2) ...
13:41:06 #9 58.28 Setting up libxext6:armhf (2:1.3.4-1build1) ...
13:41:06 #9 58.29 Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.1) ...
13:41:06 #9 58.31 Setting up python3 (3.10.4-0ubuntu2) ...
13:41:06 #11 8.121 Setting up cmake-data (3.13.4-1) ...
13:41:06 #11 8.135 Setting up dh-apparmor (2.13.2-10) ...
13:41:06 #11 8.146 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
13:41:06 #11 8.156 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:41:06 #11 8.169 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
13:41:06 #11 8.178 Setting up cmake (3.13.4-1) ...
13:41:06 #11 8.190 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
13:41:06 #11 8.202 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:41:06 #11 8.213 Setting up dmsetup (2:1.02.155-3) ...
13:41:06 #11 8.223 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:41:06 #11 8.233 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:41:06 #11 8.244 Setting up docker-ce-build-deps (1.0) ...
13:41:06 #11 8.256 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:41:06 #11 8.275 Processing triggers for man-db (2.8.5-2) ...
13:41:06  dpkg-source -I.git -b .
13:41:06 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:41:06 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:41:06 dpkg-source: warning: native package version may not have a revision
13:41:06 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:41:06 dpkg-source: info: using source format '1.0'
13:41:06 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz
13:41:06 #8 76.67 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:41:06 #8 76.74 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:06 #8 76.86 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:06 #9 65.24 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:41:06 #9 65.25 Setting up libhttp-date-perl (6.05-1) ...
13:41:06 #9 65.26 Setting up libfile-which-perl (1.23-1) ...
13:41:06 #9 65.28 Setting up libfile-basedir-perl (0.08-1) ...
13:41:06 #9 65.29 Setting up gettext (0.19.8.1-10build1) ...
13:41:06 #9 65.31 Setting up libnumber-range-perl (0.12-1) ...
13:41:06 #9 65.34 Setting up libunicode-utf8-perl (0.62-1build1) ...
13:41:06 #9 65.35 Setting up libstruct-dumb-perl (0.09-1) ...
13:41:06 #9 65.37 Setting up libfile-listing-perl (6.04-1) ...
13:41:06 #9 65.45 Setting up libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:41:06 #11 8.401 0 upgraded, 31 newly installed, 0 to remove and 5 not upgraded.
13:41:06 #11 8.401 1 not fully installed or removed.
13:41:06 #11 8.401 Need to get 19.6 MB of archives.
13:41:06 #11 8.401 After this operation, 84.0 MB of additional disk space will be used.
13:41:06 #11 8.401 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
13:41:06 #11 8.498 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf cmake-data all 3.18.4-2+rpt1+rpi1 [1726 kB]
13:41:06 ++ date --rfc-2822
13:41:06 + debDate='Wed, 04 May 2022 13:41:06 +0000'
13:41:06 + cat
13:41:06 + export CLI_GITCOMMIT=bfa9b40
13:41:06 + CLI_GITCOMMIT=bfa9b40
13:41:06 + export ENGINE_GITCOMMIT=613b798
13:41:06 + ENGINE_GITCOMMIT=613b798
13:41:06 + export SCAN_GITCOMMIT=061fe0a
13:41:06 + SCAN_GITCOMMIT=061fe0a
13:41:06 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:06 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:06 + dpkg-buildpackage -uc -us -I.git
13:41:06 dpkg-buildpackage: info: source package docker-ce
13:41:06 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-focal
13:41:06 dpkg-buildpackage: info: source distribution focal
13:41:06 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:06 dpkg-buildpackage: info: host architecture amd64
13:41:06  dpkg-source -I.git --before-build .
13:41:06 #9 71.12 --------------------------------------------------------------------------------
13:41:06 #9 71.12 Total                                              435 kB/s |  18 MB  00:42     
13:41:06 #9 71.12 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
13:41:06 #9 71.12 Importing GPG key 0xF4A80EB5:
13:41:06 #9 71.12  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
13:41:06 #9 71.12  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
13:41:06 #9 71.12  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
13:41:06 #9 71.12  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
13:41:06 #9 71.17 Running transaction check
13:41:06 #9 71.20 Running transaction test
13:41:06 #9 71.25 Transaction test succeeded
13:41:06 #9 71.25 Running transaction
13:41:06 #9 71.36   Updating   : rpm-libs-4.11.3-48.el7_9.x86_64                             1/52 
13:41:06 #9 71.98   Updating   : rpm-4.11.3-48.el7_9.x86_64                                  2/52 
13:41:06 #9 72.01   Updating   : rpm-build-libs-4.11.3-48.el7_9.x86_64                       3/52 
13:41:06 #9 72.67   Installing : groff-base-1.22.2-8.el7.x86_64                              4/52 
13:41:06 #9 72.69   Installing : bzip2-1.0.6-13.el7.x86_64                                   5/52 
13:41:06 #9 72.71   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
13:41:06 #9 72.73   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
13:41:06 #9 72.76   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
13:41:06 #9 72.79   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
13:41:06 #9 72.81   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
13:41:06 #9 73.06   Installing : perl-Encode-2.51-7.el7.x86_64                              11/52 
13:41:06 #9 73.08   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     12/52 
13:41:06 #9 73.10   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
13:41:06 #9 73.11   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      14/52 
13:41:06 #9 73.13   Installing : perl-threads-1.87-4.el7.x86_64                             15/52 
13:41:06 #9 73.15   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      16/52 
13:41:06 #9 73.17   Installing : perl-Exporter-5.68-3.el7.noarch                            17/52 
13:41:06 #9 73.19   Installing : perl-constant-1.27-2.el7.noarch                            18/52 
13:41:06 #9 73.21   Installing : perl-Socket-2.010-5.el7.x86_64                             19/52 
13:41:06 #9 73.23   Installing : perl-Time-Local-1.2300-2.el7.noarch                        20/52 
13:41:06 #9 73.25   Installing : perl-Carp-1.26-244.el7.noarch                              21/52 
13:41:06 #9 73.27   Installing : perl-Storable-2.45-3.el7.x86_64                            22/52 
13:41:06 #9 73.29   Installing : perl-threads-shared-1.43-6.el7.x86_64                      23/52 
13:41:06 #9 73.31   Installing : perl-PathTools-3.40-5.el7.x86_64                           24/52 
13:41:06 #9 73.33   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 25/52 
13:41:06 #9 73.37   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        26/52 
13:41:06 #9 73.40   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        27/52 
13:41:06 #9 73.42   Installing : perl-File-Path-2.09-2.el7.noarch                           28/52 
13:41:06 #9 73.45   Installing : perl-Filter-1.49-3.el7.x86_64                              29/52 
13:41:06 #9 64.19 Setting up libnumber-compare-perl (0.03-1.1) ...
13:41:06 #9 64.20 Setting up intltool-debian (0.35.0+20060710.5) ...
13:41:06 #9 64.21 Setting up liberror-perl (0.17029-1) ...
13:41:06 #9 64.31 Setting up python3-six (1.16.0-2) ...
13:41:06 #9 58.63 Setting up binutils (2.38-3ubuntu1) ...
13:41:06 #9 58.64 Setting up python3-xdg (0.27-2) ...
13:41:06 #8 76.91 Setting up dh-strip-nondeterminism (1.12.0-1) ...
13:41:06 #8 76.92 Setting up libconst-fast-perl (0.014-1.1) ...
13:41:06 #8 76.93 Setting up libhttp-daemon-perl (6.12-1) ...
13:41:06 #8 76.94 Setting up libdata-dpath-perl (0.58-1) ...
13:41:06 #8 76.95 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:41:06 #8 76.96 Setting up libpackage-stash-perl (0.39-1) ...
13:41:06 #8 76.97 Setting up libimport-into-perl (1.002005-1) ...
13:41:06 #8 76.98 Setting up libmoo-perl (2.004004-1) ...
13:41:06 #8 77.00 Setting up liblist-someutils-perl (0.58-1) ...
13:41:06 #8 77.01 Setting up debhelper (13.3.4) ...
13:41:06 #8 77.02 Setting up libmime-tools-perl (5.509-1) ...
13:41:06 #8 77.03 Setting up dput (1.1.0) ...
13:41:06 #9 65.49 Setting up libregexp-pattern-perl (0.2.12-1) ...
13:41:06 #9 65.53 Setting up libfont-afm-perl (1.20-2) ...
13:41:06 #9 65.55 Setting up libwant-perl (0.29-1build4) ...
13:41:06 #9 65.58 Setting up libdynaloader-functions-perl (0.003-1) ...
13:41:06 #9 65.60 Setting up libtext-glob-perl (0.10-1) ...
13:41:06 #9 65.63 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:41:06 #9 65.67 Setting up liblist-compare-perl (0.53-1) ...
13:41:07  debian/rules clean
13:41:07 dh clean --with=bash-completion
13:41:07    dh_clean
13:41:07 #9 73.53   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        30/52 
13:41:07 #13 DONE 2.4s
13:41:07 
13:41:07 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
13:41:07 #14 sha256:bd91d376101789c80ea246b15172fe3fa71539cd91d3f47d1398e75105e141f2
13:41:07 #14 DONE 0.0s
13:41:07 
13:41:07 #15 exporting to image
13:41:07 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:07 #15 exporting layers
13:41:07 #9 64.66 Setting up dh-autoreconf (20) ...
13:41:07 #9 64.74 Setting up patchutils (0.4.2-1) ...
13:41:07 #9 58.83 Setting up man-db (2.10.2-1) ...
13:41:07 #9 58.95 Building database of manual pages ...
13:41:07 #24 DONE 52.1s
13:41:07 
13:41:07 #25 [linux/arm/v6 binary 1/1] COPY --from=build /out .
13:41:07 #25 DONE 0.1s
13:41:07 
13:41:07 #26 exporting to client
13:41:07 #26 copying files linux/arm/v6 22B
13:41:07 #26 copying files linux/arm/v6 24.37MB 0.4s done
13:41:07 #26 DONE 0.4s
13:41:07 + docker buildx build --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg CONTAINERD_VERSION --build-arg RUNC_VERSION --build-arg CROSS=true --build-arg DOCKER_CROSSPLATFORMS=linux/arm/v6 --build-arg CGO_ENABLED=0 --output ./bundles --target cross .
13:41:07 #1 [internal] load .dockerignore
13:41:07 #1 transferring context: 145B 0.0s done
13:41:07 #1 DONE 0.0s
13:41:07 
13:41:07 #2 [internal] load build definition from Dockerfile
13:41:07 #2 transferring dockerfile: 17.43kB 0.0s done
13:41:07 #2 DONE 0.1s
13:41:07 
13:41:07 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:41:07 #3 DONE 0.6s
13:41:07 
13:41:07 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:41:07 #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:41:07 #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 2.10MB / 9.06MB 0.2s
13:41:07 #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s done
13:41:07 #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s done
13:41:07 #4 DONE 0.5s
13:41:07 
13:41:07 #5 [auth] djs55/vpnkit:pull token for registry-1.docker.io
13:41:07 #5 DONE 0.0s
13:41:07 
13:41:07 #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:41:07 #6 ...
13:41:07 
13:41:07 #7 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye
13:41:07 #7 DONE 0.9s
13:41:07 
13:41:07 #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:41:07 #6 DONE 1.0s
13:41:07 
13:41:07 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:41:07 #8 DONE 1.0s
13:41:07 
13:41:07 #9 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:07 #9 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:41:07 #9 DONE 0.1s
13:41:07 
13:41:07 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:07 #10 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.0s done
13:41:07 #8 77.18 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
13:41:07 #8 77.19 Setting up equivs (2.3.1) ...
13:41:07 #8 77.20 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:41:07 #8 77.21 Setting up libparams-validate-perl:amd64 (1.30-1+b1) ...
13:41:07 #8 77.23 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
13:41:07 #8 77.24 Setting up libnamespace-clean-perl (0.27-1) ...
13:41:07 #8 77.25 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
13:41:07 #8 77.26 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:41:07 #8 77.27 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:41:07 #8 77.28 Setting up libmoox-struct-perl (0.020-1) ...
13:41:07 #8 77.29 Setting up lintian (2.104.0) ...
13:41:07 #8 77.31 Setting up licensecheck (3.1.1-2) ...
13:41:07 #8 77.32 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:41:07 #9 65.69 Setting up libref-util-xs-perl (0.117-1build2) ...
13:41:07 #9 65.72 Setting up libio-pty-perl (1:1.12-1) ...
13:41:07 #9 65.75 Setting up libtool (2.4.6-14) ...
13:41:07 #9 65.78 Setting up libfile-fcntllock-perl (0.22-3build4) ...
13:41:07 #9 65.80 Setting up libsort-key-perl (1.33-2build2) ...
13:41:07 #9 65.83 Setting up libclone-perl (0.43-2) ...
13:41:07 #9 65.84 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:41:07 #9 65.86 Setting up libarchive-zip-perl (1.67-2) ...
13:41:07 #9 65.91 Setting up libsub-identify-perl (0.14-1build2) ...
13:41:07  dpkg-source -I.git -b .
13:41:07 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:41:07 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:41:07 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:41:07 dpkg-source: info: using source format '1.0'
13:41:07 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz
13:41:07 #11 8.944 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
13:41:07 #11 9.143 Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf cmake armhf 3.18.4-2+rpt1+rpi1 [3108 kB]
13:41:07 #9 59.19 Setting up libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
13:41:07 #9 59.21 Setting up python3-six (1.16.0-3ubuntu1) ...
13:41:07 #9 64.81 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:41:07 #9 64.83 Setting up libltdl-dev:armhf (2.4.6-15) ...
13:41:07 #9 65.01 Setting up libjson-maybexs-perl (1.004003-1) ...
13:41:07 #11 13.47 Setting up libpcre32-3:armhf (2:8.39-12) ...
13:41:07 #11 13.49 Setting up pkg-config (0.29-6) ...
13:41:07 #11 13.54 Setting up libudev-dev:armhf (241-7~deb10u8+rpi1) ...
13:41:07 #11 13.56 Setting up libltdl7:armhf (2.4.6-9) ...
13:41:07 #8 77.33 Setting up libwww-perl (6.52-1) ...
13:41:07 #8 77.34 Setting up devscripts (2.21.3+deb11u1) ...
13:41:07 #8 77.50 Setting up libxml-parser-perl:amd64 (2.46-2) ...
13:41:07 #8 77.51 Setting up libxml-sax-expat-perl (0.51-1) ...
13:41:07 #8 77.55 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:41:07 #8 77.60 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:07 #9 65.93 Setting up libdistro-info-perl (0.23ubuntu1) ...
13:41:07 #9 65.99 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
13:41:07 #9 66.02 Setting up python3-apt (2.0.0ubuntu0.20.04.7) ...
13:41:07 #11 3.686 Reading package lists...
13:41:07 #11 8.081 Transaction test succeeded.
13:41:07 #11 8.082 Running transaction
13:41:07 #9 59.34 Setting up dirmngr (2.2.27-3ubuntu2) ...
13:41:07 #11 9.278 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
13:41:07 #11 9.279 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
13:41:07 #11 9.280 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
13:41:07 #11 9.283 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [297 kB]
13:41:07 #11 9.328 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
13:41:07 #11 9.331 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
13:41:07 #11 9.333 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-1 [118 kB]
13:41:07 #11 9.335 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
13:41:07 #11 9.336 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs0 armhf 5.10.1-2 [218 kB]
13:41:07 #11 9.362 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs-dev armhf 5.10.1-2 [279 kB]
13:41:07 #9 65.12 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:41:07 #11 13.58 Setting up libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
13:41:07 #11 13.59 Setting up librhash0:armhf (1.3.8-1) ...
13:41:07 #11 13.60 Setting up cmake-data (3.16.3-3~bpo10+1) ...
13:41:07 #11 13.62 Setting up dh-apparmor (2.13.2-10) ...
13:41:07 #11 13.63 Setting up libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
13:41:07 #11 13.64 Setting up libjsoncpp1:armhf (1.7.4-3) ...
13:41:07 #11 13.65 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
13:41:07 #11 13.66 Setting up libpcre3-dev:armhf (2:8.39-12) ...
13:41:07 #11 13.68 Setting up libltdl-dev:armhf (2.4.6-9) ...
13:41:07 #11 13.69 Setting up g++-8 (8.3.0-6+rpi1) ...
13:41:07 #11 13.71 Setting up cmake (3.16.3-3~bpo10+1) ...
13:41:07 #11 13.72 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
13:41:07 #11 13.74 Setting up g++ (4:8.3.0-1+rpi2) ...
13:41:07 #11 13.76 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:41:07 #11 13.77 Setting up build-essential (12.6) ...
13:41:07 #11 13.78 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
13:41:07 #11 13.79 Setting up dmsetup (2:1.02.155-3) ...
13:41:07 #11 13.81 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
13:41:07 #11 13.82 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
13:41:07 #11 13.84 Setting up docker-ce-build-deps (1.0) ...
13:41:07 #11 13.85 Processing triggers for libc-bin (2.28-10+rpi1+deb10u1) ...
13:41:07 #11 13.87 Processing triggers for man-db (2.8.5-2) ...
13:41:07 #11 DONE 9.3s
13:41:07 
13:41:07 #12 [stage-1 5/8] COPY sources/ /sources
13:41:07 #12 sha256:3187be5da8f381c79ab579391cb261cf99e19c07d01efe4f5a5cdf77c2031dde
13:41:07 #8 77.73 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:07 #8 77.75 Setting up libsoap-lite-perl (1.27-1) ...
13:41:07 #8 77.77 Setting up libxmlrpc-lite-perl (0.717-4) ...
13:41:07 #8 77.78 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:41:07 #8 77.80 Processing triggers for ca-certificates (20210119) ...
13:41:07 #8 77.81 Updating certificates in /etc/ssl/certs...
13:41:07 #10 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 126B / 126B 0.2s done
13:41:07 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 5.87MB / 108.70MB 0.2s
13:41:07 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 27.26MB / 108.70MB 0.3s
13:41:07 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 3.15MB / 81.05MB 0.2s
13:41:07 #10 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 0B / 54.67MB 0.2s
13:41:07 #10 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 0B / 10.66MB 0.2s
13:41:07 #9 66.21 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
13:41:07 #9 66.23 Setting up libio-stringy-perl (2.111-3) ...
13:41:07 #9 66.25 Setting up liblist-moreutils-perl (0.416-1build5) ...
13:41:07 #9 66.28 Setting up libhtml-tagset-perl (3.20-4) ...
13:41:07 #9 66.30 Setting up liblog-any-perl (1.708-1) ...
13:41:07 #9 66.32 Setting up libauthen-sasl-perl (2.1600-1) ...
13:41:07 #9 66.35 Setting up libdevel-size-perl (0.83-1build1) ...
13:41:07 #9 66.37 Setting up libdebhelper-perl (12.10ubuntu1) ...
13:41:07 #11 4.832 Building dependency tree...
13:41:07 #11 5.009 Reading state information...
13:41:07 #11 5.029 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:41:07 #11 5.073 Starting 2 pkgProblemResolver with broken count: 0
13:41:07 #11 5.076 Done
13:41:07 #11 5.098  Done
13:41:07 #9 59.50 Setting up perl (5.34.0-3ubuntu1) ...
13:41:07 #9 59.52 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
13:41:07 #9 59.56 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:41:07 #11 9.461 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
13:41:07 #11 9.503 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
13:41:07 #11 9.532 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.3 kB]
13:41:07 #11 9.543 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-7+rpi1 [124 kB]
13:41:07 #11 9.584 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
13:41:07 #11 9.589 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2 [197 kB]
13:41:07 #11 9.603 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2 [187 kB]
13:41:07 #11 9.626 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2 [48.7 kB]
13:41:07 #11 9.636 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2 [626 kB]
13:41:07 #9 65.29 Setting up libio-string-perl (1.08-3.1) ...
13:41:07 #9 65.31 Setting up libreadonly-perl (2.050-3) ...
13:41:07 #9 65.55 Setting up python3-gpg (1.14.0-1ubuntu4) ...
13:41:07 #12 DONE 0.3s
13:41:07 
13:41:07 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:41:07 #14 sha256:a373b948c878cb28874c81f4d691c94240677ce5cde5bb5bf23354cd80caca05
13:41:07 #9 74.08   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         31/52 
13:41:07 #9 74.96   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             32/52 
13:41:07 #9 75.00   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
13:41:07 #9 75.02   Updating   : rpm-python-4.11.3-48.el7_9.x86_64                          34/52 
13:41:07 #9 75.04   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
13:41:07 #9 75.05   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      36/52 
13:41:07 #9 75.08   Installing : desktop-file-utils-0.23-2.el7.x86_64                       37/52 
13:41:07 #9 75.14   Installing : zip-3.0-11.el7.x86_64                                      38/52 
13:41:07 #9 75.19   Installing : elfutils-0.176-5.el7.x86_64                                39/52 
13:41:07 #9 75.22   Installing : patch-2.7.1-12.el7_7.x86_64                                40/52 
13:41:08 #8 78.13 0 added, 0 removed; done.
13:41:08 #8 78.13 Running hooks in /etc/ca-certificates/update.d...
13:41:08 #9 66.43 Setting up libpod-constants-perl (0.19-1) ...
13:41:08 #9 66.44 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
13:41:08 #9 66.46 Setting up libperl4-corelibs-perl (0.004-2) ...
13:41:08 #9 66.48 Setting up libfuture-perl (0.43-1) ...
13:41:08 #9 66.50 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:41:08 #9 66.54 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
13:41:08 #9 66.57 Setting up libtry-tiny-perl (0.30-1) ...
13:41:08 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 44.04MB / 108.70MB 0.6s
13:41:08 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 7.34MB / 81.05MB 0.5s
13:41:08 #17 exporting layers 5.2s done
13:41:08 #17 writing image sha256:9cdffcfbc87d85c21009d859fcec759ff831e5ad0dcaa1fe4e49c6becc7de431 done
13:41:08 #17 naming to docker.io/rpmbuild-centos-8/x86_64 done
13:41:08 #17 DONE 5.2s
13:41:08 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/x86_64 -ba --define '_gitcommit_cli bfa9b40' --define '_gitcommit_engine 613b798' --define '_release 0' --define '_version 0.0.0.20220503081348.bfa9b40' --define '_origversion 0.0.0-20220503081348-bfa9b40' --define '_buildx_rpm_version 0.8.2' --define '_buildx_version v0.8.2' --define '_compose_rpm_version 2.5.0' --define '_compose_version v2.5.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
13:41:08 #11 5.106 Starting pkgProblemResolver with broken count: 0
13:41:08 #11 5.136 Starting 2 pkgProblemResolver with broken count: 0
13:41:08 #11 5.138 Done
13:41:08 #11 5.262 The following additional packages will be installed:
13:41:08 #11 5.262   bash-completion btrfs-progs btrfs-tools cmake cmake-data dh-apparmor
13:41:08 #11 5.263   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:41:08 #11 5.263   libjsoncpp1 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:41:08 #11 5.263   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:41:08 #11 5.263   libudev-dev libuv1 pkg-config
13:41:08 #11 5.265 Suggested packages:
13:41:08 #11 5.265   duperemove cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:41:08 #11 5.265 Recommended packages:
13:41:08 #11 5.265   dmsetup
13:41:08 #11 5.308 The following NEW packages will be installed:
13:41:08 #11 5.309   bash-completion btrfs-progs btrfs-tools cmake cmake-data dh-apparmor
13:41:08 #11 5.309   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:41:08 #11 5.309   libjsoncpp1 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:41:08 #11 5.309   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:41:08 #11 5.309   libudev-dev libuv1 pkg-config
13:41:08 #9 59.81 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
13:41:08 #11 9.719 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
13:41:08 #11 9.736 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
13:41:08 #11 9.739 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
13:41:08 #11 9.742 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
13:41:08 #11 9.747 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1+deb11u1 [88.2 kB]
13:41:08 #11 9.749 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-7+rpi1 [401 kB]
13:41:08 #11 9.762 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
13:41:08 #11 9.824 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
13:41:08 #8 78.14 done.
13:41:08 #9 66.70 Setting up libtype-tiny-perl (1.008001-2) ...
13:41:08 #9 66.74 Setting up libtest-fatal-perl (0.014-1) ...
13:41:08 #9 66.76 Setting up libcommon-sense-perl (3.74-2build6) ...
13:41:08 #9 66.83 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:41:08 #9 66.85 Setting up libnet-http-perl (6.19-1) ...
13:41:08 #9 66.86 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:41:08 #9 66.88 Setting up libencode-locale-perl (1.05-1) ...
13:41:08 #9 66.90 Setting up libtext-levenshtein-perl (0.13-1) ...
13:41:08 #9 66.91 Setting up libnet-dns-perl (1.22-1) ...
13:41:08 #9 66.93 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
13:41:08 #9 66.97 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:41:08 #15 exporting layers 2.5s done
13:41:08 #15 writing image sha256:b2e6bf2262cf74209f0743da1a17df0e467bca29bd02102b62a66d4b2a486eda done
13:41:08 #15 naming to docker.io/rpmbuild-fedora-35/aarch64 done
13:41:08 #15 DONE 2.5s
13:41:08 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-35/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-35/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-35/aarch64 -ba --define '_gitcommit_cli bfa9b40' --define '_gitcommit_engine 613b798' --define '_release 0' --define '_version 0.0.0.20220503081348.bfa9b40' --define '_origversion 0.0.0-20220503081348-bfa9b40' --define '_buildx_rpm_version 0.8.2' --define '_buildx_version v0.8.2' --define '_compose_rpm_version 2.5.0' --define '_compose_version v2.5.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec
13:41:08 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 25.17MB / 81.05MB 0.6s
13:41:08 #10 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 2.10MB / 10.66MB 0.5s
13:41:08 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 55.70MB / 108.70MB 0.8s
13:41:08 #10 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 8.39MB / 54.67MB 0.6s
13:41:08 #10 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 8.39MB / 10.66MB 0.6s
13:41:08 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oxnALi
13:41:08 + umask 022
13:41:08 + cd /root/rpmbuild/BUILD
13:41:08 + cd /root/rpmbuild/BUILD
13:41:08 + rm -rf src
13:41:08 + /usr/bin/mkdir -p src
13:41:08 + cd src
13:41:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:08 + /usr/bin/tar -xof -
13:41:08 #9 60.13 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
13:41:08 #11 10.08 debconf: delaying package configuration, since apt-utils is not installed
13:41:08 #11 10.12 Fetched 19.6 MB in 2s (10.2 MB/s)
13:41:08 #11 10.14 Selecting previously unselected package libstdc++-10-dev:armhf.
13:41:08 #9 65.87 Setting up python3-certifi (2020.6.20-1) ...
13:41:08 #9 66.01 Setting up libfile-find-rule-perl (0.34-1) ...
13:41:08 #9 66.03 Setting up libstring-copyright-perl (0.003006-1) ...
13:41:08 #9 66.05 Setting up python3-idna (2.10-1) ...
13:41:08 #9 67.00 Setting up libstring-shellquote-perl (1.04-1) ...
13:41:08 #9 67.01 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:41:08 #9 67.03 Setting up libsub-install-perl (0.928-1) ...
13:41:08 #9 67.05 Setting up gcc (4:9.3.0-1ubuntu2) ...
13:41:08 #9 67.13 Setting up dpkg-dev (1.19.7ubuntu3) ...
13:41:08 #9 67.21 Setting up libnumber-compare-perl (0.03-1) ...
13:41:08 #9 67.23 Setting up intltool-debian (0.35.0+20060710.5) ...
13:41:08 #8 DONE 78.4s
13:41:08 
13:41:08 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:41:08 #10 sha256:bde22ef479af87e1fb9b17986ad2ad4c332fee987e24232ae812eaa4fe8b7602
13:41:08 #10 DONE 0.1s
13:41:08 
13:41:08 #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
13:41:08 #11 sha256:0e3be3a88d526727bcad9a787f2b7906493adaeaac6e45992f656525a6d3375f
13:41:08 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 66.06MB / 108.70MB 0.9s
13:41:08 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 30.41MB / 81.05MB 0.8s
13:41:08 #10 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 16.26MB / 54.67MB 0.8s
13:41:08 #10 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 10.66MB / 10.66MB 0.7s done
13:41:08 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 74.45MB / 108.70MB 1.1s
13:41:08 #10 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 24.12MB / 54.67MB 0.9s
13:41:08 #10 sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 4.94MB / 4.94MB 0.2s done
13:41:08 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:41:08 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:41:08 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:41:08 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qsB1dm
13:41:08 + umask 022
13:41:08 + cd /root/rpmbuild/BUILD
13:41:08 + cd /root/rpmbuild/BUILD
13:41:08 + rm -rf src
13:41:08 + /usr/bin/mkdir -p src
13:41:08 + cd src
13:41:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:08 + /usr/bin/tar -xof -
13:41:08 #9 60.53 Setting up libdata-dump-perl (1.25-1) ...
13:41:08 #11 5.727 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
13:41:08 #11 5.727 1 not fully installed or removed.
13:41:08 #11 5.727 Need to get 6985 kB of archives.
13:41:08 #11 5.727 After this operation, 30.0 MB of additional disk space will be used.
13:41:08 #11 5.727 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf bash-completion all 1:2.8-1ubuntu1 [168 kB]
13:41:08 #11 10.14 (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 ... 17482 files and directories currently installed.)
13:41:08 #11 10.16 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
13:41:08 #11 10.16 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
13:41:08 #9 67.25 Setting up libio-async-perl (0.75-1) ...
13:41:08 #9 67.27 Setting up liberror-perl (0.17029-1) ...
13:41:08 #9 67.30 Setting up patchutils (0.3.4-2) ...
13:41:08 #9 67.32 Setting up libmail-sendmail-perl (0.80-1) ...
13:41:08 #9 67.33 Setting up libltdl-dev:armhf (2.4.6-14) ...
13:41:08 #9 67.35 Setting up libjson-maybexs-perl (1.004000-1) ...
13:41:08 #9 67.37 Setting up libxml-sax-base-perl (1.09-1) ...
13:41:08 #9 67.39 Setting up libio-string-perl (1.08-3) ...
13:41:08 #9 67.44 Setting up libreadonly-perl (2.050-2) ...
13:41:08 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 86.81MB / 108.70MB 1.2s
13:41:08 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 39.85MB / 81.05MB 1.1s
13:41:08 #10 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 34.60MB / 54.67MB 1.1s
13:41:08 #10 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 1.05MB / 53.63MB 0.2s
13:41:08 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 94.37MB / 108.70MB 1.4s
13:41:08 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 49.28MB / 81.05MB 1.2s
13:41:08 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 55.78MB / 81.05MB 1.4s
13:41:08 #10 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 41.94MB / 54.67MB 1.2s
13:41:08 #10 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 14.68MB / 53.63MB 0.3s
13:41:08 #9 60.68 Setting up python3-certifi (2020.6.20-1) ...
13:41:08 #9 75.25   Installing : dwz-0.11-3.el7.x86_64                                      41/52 
13:41:08 #9 76.06   Installing : gdb-7.6.1-120.el7.x86_64                                   42/52 
13:41:08 #9 76.08   Installing : perl-srpm-macros-1-8.el7.noarch                            43/52 
13:41:08 + STATUS=0
13:41:08 + '[' 0 -ne 0 ']'
13:41:08 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:08 + /usr/bin/tar -xof -
13:41:08 #11 6.092 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
13:41:08 #11 10.53 Selecting previously unselected package g++-10.
13:41:08 #11 10.53 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
13:41:08 #11 10.54 Unpacking g++-10 (10.2.1-6+rpi1) ...
13:41:08 #11 9.477   Running scriptlet: selinux-policy-targeted-36.8-1.fc36.noarch             1/1 
13:41:08 #11 9.606   Preparing        :                                                        1/1 
13:41:08 #11 9.648   Upgrading        : libgcc-12.0.1-0.16.fc36.x86_64                       1/108 
13:41:08 #11 9.654   Running scriptlet: libgcc-12.0.1-0.16.fc36.x86_64                       1/108 
13:41:08 #11 9.682   Upgrading        : systemd-libs-250.3-8.fc36.x86_64                     2/108 
13:41:08 #11 9.694   Upgrading        : audit-libs-3.0.8-1.fc36.x86_64                       3/108 
13:41:08 #11 9.725   Installing       : python3-libselinux-3.3-4.fc36.x86_64                 4/108 
13:41:08 #11 9.730   Installing       : emacs-filesystem-1:27.2-11.fc36.noarch               5/108 
13:41:08 #11 DONE 14.9s
13:41:08 
13:41:08 #12 [stage-1 5/8] COPY sources/ /sources
13:41:08 #12 sha256:744f6fd5bddd756c03a30cbbd02489580eede1cb3bb337e27bea0129542d7604
13:41:08 #11 17.34 Running transaction check
13:41:08 #11 17.44 Transaction check succeeded.
13:41:08 #11 17.44 Running transaction test
13:41:09 #9 66.31 Setting up libdata-optlist-perl (0.110-1.1) ...
13:41:09 #9 66.33 Setting up libipc-run-perl (20200505.0-1) ...
13:41:09 #9 66.34 Setting up git (1:2.32.0-1ubuntu1.2) ...
13:41:09 #9 66.51 Setting up libtext-xslate-perl (3.5.8-1build2) ...
13:41:09 #9 66.52 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:41:09 #9 66.72 Setting up libcontextual-return-perl (0.004014-2) ...
13:41:09 #9 67.45 Setting up python3-chardet (3.0.4-4build1) ...
13:41:09 #9 67.73 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:41:09 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 108.70MB / 108.70MB 1.5s
13:41:09 #10 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 54.67MB / 54.67MB 1.4s
13:41:09 #10 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 23.42MB / 53.63MB 0.5s
13:41:09 #10 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 39.85MB / 53.63MB 0.6s
13:41:09 #11 0.399 Hit:1 http://deb.debian.org/debian bullseye InRelease
13:41:09 #11 0.399 Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
13:41:09 #11 0.642 Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
13:41:09 + STATUS=0
13:41:09 + '[' 0 -ne 0 ']'
13:41:09 + /usr/bin/tar -xof -
13:41:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:09 #9 76.11   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               44/52 
13:41:09 #9 76.14   Installing : unzip-6.0-24.el7_9.x86_64                                  45/52 
13:41:09 #9 76.16   Installing : file-5.11-37.el7.x86_64                                    46/52 
13:41:09 #9 76.20   Installing : rpm-build-4.11.3-48.el7_9.x86_64                           47/52 
13:41:09 #9 76.26   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
13:41:09 #9 76.28   Cleanup    : rpm-python-4.11.3-45.el7.x86_64                            49/52 
13:41:09 #11 6.353 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblzo2-2 armhf 2.08-1.2 [44.2 kB]
13:41:09 #11 6.356 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libarchive13 armhf 3.2.2-3.1ubuntu0.7 [251 kB]
13:41:09 #11 6.369 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libjsoncpp1 armhf 1.7.4-3 [65.9 kB]
13:41:09 #11 6.373 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librhash0 armhf 1.3.6-2 [90.3 kB]
13:41:09 #11 6.377 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libuv1 armhf 1.18.0-3 [53.5 kB]
13:41:09 #11 6.381 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cmake armhf 3.10.2-1ubuntu2.18.04.2 [2724 kB]
13:41:09 #11 9.771   Installing       : perl-threads-1:2.26-449.fc36.x86_64                  6/108 
13:41:09 #11 9.776   Installing       : perl-File-Find-1.39-486.fc36.noarch                  7/108 
13:41:09 #11 9.784   Installing       : m4-1.4.19-3.fc36.x86_64                              8/108 
13:41:09 #11 9.819   Installing       : libtool-ltdl-2.4.6-50.fc36.x86_64                    9/108 
13:41:09 #11 9.825   Installing       : libseccomp-2.5.3-2.fc36.x86_64                      10/108 
13:41:09 #11 9.863   Installing       : libmpc-1.2.1-4.fc36.x86_64                          11/108 
13:41:09 #11 9.871   Installing       : libfdisk-2.38-0.2.fc36.x86_64                       12/108 
13:41:09 #11 9.919   Installing       : cmake-rpm-macros-3.22.2-1.fc36.noarch               13/108 
13:41:09 #11 9.926   Installing       : cmake-filesystem-3.22.2-1.fc36.x86_64               14/108 
13:41:09 #12 DONE 0.4s
13:41:09 
13:41:09 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:41:09 #14 sha256:a4195235fc0543eb0db51ce85b591ee52668a67ef55d8bad57f65044baf04474
13:41:09 #9 66.77 Setting up libwww-robotrules-perl (6.02-1) ...
13:41:09 #9 66.78 Setting up libtypes-serialiser-perl (1.01-1) ...
13:41:09 #9 66.80 Setting up g++ (4:11.2.0-1ubuntu1) ...
13:41:09 #9 66.82 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:41:09 #9 66.82 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:41:09 #9 66.83 Setting up libhtml-parser-perl:armhf (3.76-1) ...
13:41:09 #9 66.85 Setting up libgit-wrapper-perl (0.048-1) ...
13:41:09 #9 66.91 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
13:41:09 #9 66.92 Setting up librole-tiny-perl (2.002004-1) ...
13:41:09 #9 66.95 Setting up gnupg (2.2.20-1ubuntu4) ...
13:41:09 #9 67.75 Setting up libfile-find-rule-perl (0.34-1) ...
13:41:09 #9 67.76 Setting up libstring-copyright-perl (0.003006-1) ...
13:41:09 #9 67.77 Setting up python3-debian (0.1.36ubuntu1) ...
13:41:09 #9 67.96 Setting up python3-requests (2.22.0-2ubuntu1) ...
13:41:09 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 71.00MB / 81.05MB 1.7s
13:41:09 #10 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 46.25MB / 53.63MB 0.8s
13:41:09 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 81.05MB / 81.05MB 1.8s
13:41:09 #11 6.512 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
13:41:09 #11 6.513 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf btrfs-progs armhf 4.15.1-1build1 [579 kB]
13:41:09 #11 6.540 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf btrfs-tools armhf 4.15.1-1build1 [2604 B]
13:41:09 #11 6.540 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdevmapper1.02.1 armhf 2:1.02.145-4.1ubuntu3.18.04.3 [117 kB]
13:41:09 #11 6.550 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdevmapper-event1.02.1 armhf 2:1.02.145-4.1ubuntu3.18.04.3 [9764 B]
13:41:09 #11 6.554 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libudev-dev armhf 237-3ubuntu10.53 [19.1 kB]
13:41:09 #11 6.554 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsepol1-dev armhf 2.7-1ubuntu0.1 [303 kB]
13:41:09 #11 6.563 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpcre16-3 armhf 2:8.39-9 [128 kB]
13:41:09 #11 6.568 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpcre32-3 armhf 2:8.39-9 [120 kB]
13:41:09 #11 6.588 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpcrecpp0v5 armhf 2:8.39-9 [13.2 kB]
13:41:09 #11 6.662 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpcre3-dev armhf 2:8.39-9 [473 kB]
13:41:09 + STATUS=0
13:41:09 + '[' 0 -ne 0 ']'
13:41:09 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:41:09 + exit 0
13:41:09 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NhP6lj
13:41:09 + umask 022
13:41:09 + cd /root/rpmbuild/BUILD
13:41:09 + cd src
13:41:09 + export DOCKER_GITCOMMIT=613b798
13:41:09 + DOCKER_GITCOMMIT=613b798
13:41:09 + mkdir -p /go/src/github.com/docker
13:41:09 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:41:09 + pushd /root/rpmbuild/BUILD/src/engine
13:41:09 + TMP_GOPATH=/go
13:41:09 + hack/dockerfile/install/install.sh tini
13:41:09 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:41:09 + RM_GOPATH=0
13:41:09 + TMP_GOPATH=/go
13:41:09 + : /usr/local/bin
13:41:09 + '[' -z /go ']'
13:41:09 + export GOPATH=/go
13:41:09 + GOPATH=/go
13:41:09 + case "$(go env GOARCH)" in
13:41:09 ++ go env GOARCH
13:41:09 + export GO_BUILDMODE=-buildmode=pie
13:41:09 + GO_BUILDMODE=-buildmode=pie
13:41:09 ++ dirname hack/dockerfile/install/install.sh
13:41:09 + dir=hack/dockerfile/install
13:41:09 + bin=tini
13:41:09 + shift
13:41:09 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:41:09 + . hack/dockerfile/install/tini.installer
13:41:09 ++ : v0.19.0
13:41:09 + install_tini
13:41:09 + echo 'Install tini version v0.19.0'
13:41:09 + git clone https://github.com/krallin/tini.git /go/tini
13:41:09 Install tini version v0.19.0
13:41:09 Cloning into '/go/tini'...
13:41:09 #11 9.941   Installing       : checkpolicy-3.3-2.fc36.x86_64                       15/108 
13:41:09 #11 10.17   Installing       : cpp-12.0.1-0.16.fc36.x86_64                         16/108 
13:41:09 #11 10.18   Installing       : perl-threads-shared-1.62-479.fc36.x86_64            17/108 
13:41:09 #11 10.21   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch              18/108 
13:41:09 #11 10.22   Installing       : python3-libsemanage-3.3-3.fc36.x86_64               19/108 
13:41:09 #11 10.25   Installing       : python3-audit-3.0.8-1.fc36.x86_64                   20/108 
13:41:09 #9 61.16 Setting up libfile-find-rule-perl (0.34-1) ...
13:41:09 #9 61.20 Setting up libref-util-perl (0.204-1) ...
13:41:09 #9 61.22 Setting up libipc-system-simple-perl (1.30-1) ...
13:41:09 #9 61.24 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:41:09 #9 61.26 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
13:41:09 #9 61.27 Setting up libsocket6-perl (0.29-1build4) ...
13:41:09 #9 61.29 Setting up libio-prompt-tiny-perl (0.003-1) ...
13:41:09 #9 61.30 Setting up libhash-fieldhash-perl (0.15-1build5) ...
13:41:09 #9 61.32 Setting up libgd3:armhf (2.3.0-2ubuntu2) ...
13:41:09 #9 61.34 Setting up libvariable-magic-perl (0.62-1build5) ...
13:41:09 #9 61.35 Setting up python3-idna (3.3-1) ...
13:41:09 #11 11.28 Selecting previously unselected package g++.
13:41:09 #11 11.29 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
13:41:09 #11 11.29 Unpacking g++ (4:10.2.1-1+rpi1) ...
13:41:09 #9 66.96 Setting up build-essential (12.9ubuntu2) ...
13:41:09 #9 66.97 Setting up python3-unidiff (0.5.5-2) ...
13:41:09 #9 68.13 Setting up libdata-optlist-perl (0.110-1) ...
13:41:09 #9 68.14 Setting up libipc-run-perl (20180523.0-2) ...
13:41:09 #9 68.15 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:41:09 #9 68.17 Setting up libcontextual-return-perl (0.004014-2) ...
13:41:09 #9 68.18 Setting up libwww-robotrules-perl (6.02-1) ...
13:41:09 #9 68.20 Setting up libtypes-serialiser-perl (1.0-1) ...
13:41:09 #9 68.21 Setting up g++ (4:9.3.0-1ubuntu2) ...
13:41:09 #15 exporting layers 2.5s done
13:41:09 #15 writing image sha256:f9c18b8c7bd442cb7798e0983b3f80bce9529171d09cf40755be95ec900f2d19 done
13:41:09 #15 naming to docker.io/rpmbuild-fedora-36/aarch64 done
13:41:09 #15 DONE 2.5s
13:41:09 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-36/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-36/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-36/aarch64 -ba --define '_gitcommit_cli bfa9b40' --define '_gitcommit_engine 613b798' --define '_release 0' --define '_version 0.0.0.20220503081348.bfa9b40' --define '_origversion 0.0.0-20220503081348-bfa9b40' --define '_buildx_rpm_version 0.8.2' --define '_buildx_version v0.8.2' --define '_compose_rpm_version 2.5.0' --define '_compose_version v2.5.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec
13:41:09 #11 0.721 Reading package lists...
13:41:09 #10 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 54.67MB / 54.67MB 1.8s done
13:41:09 #10 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 0.9s
13:41:09 #11 6.670 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libselinux1-dev armhf 2.7-2build2 [142 kB]
13:41:09 #11 6.674 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdevmapper-dev armhf 2:1.02.145-4.1ubuntu3.18.04.3 [35.0 kB]
13:41:09 #11 6.675 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~18.04.2 [77.0 kB]
13:41:09 #11 6.678 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsystemd-dev armhf 237-3ubuntu10.53 [184 kB]
13:41:09 #11 6.683 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf pkg-config armhf 0.29.1-0ubuntu2 [42.0 kB]
13:41:09 #11 6.870 debconf: delaying package configuration, since apt-utils is not installed
13:41:09 #11 6.906 Fetched 6985 kB in 1s (5135 kB/s)
13:41:09 #11 6.949 Selecting previously unselected package bash-completion.
13:41:09 + STATUS=0
13:41:09 + '[' 0 -ne 0 ']'
13:41:09 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:41:09 + RPM_EC=0
13:41:09 ++ jobs -p
13:41:09 + exit 0
13:41:09 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8Iy67q
13:41:09 + umask 022
13:41:09 + cd /root/rpmbuild/BUILD
13:41:09 + cd src
13:41:09 + export DOCKER_GITCOMMIT=613b798
13:41:09 + DOCKER_GITCOMMIT=613b798
13:41:09 + mkdir -p /go/src/github.com/docker
13:41:09 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:41:09 + pushd /root/rpmbuild/BUILD/src/engine
13:41:09 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:41:09 + TMP_GOPATH=/go
13:41:09 + hack/dockerfile/install/install.sh tini
13:41:09 + RM_GOPATH=0
13:41:09 + TMP_GOPATH=/go
13:41:09 + : /usr/local/bin
13:41:09 + '[' -z /go ']'
13:41:09 + export GOPATH=/go
13:41:09 + GOPATH=/go
13:41:09 + case "$(go env GOARCH)" in
13:41:09 ++ go env GOARCH
13:41:09 + export GO_BUILDMODE=-buildmode=pie
13:41:09 + GO_BUILDMODE=-buildmode=pie
13:41:09 ++ dirname hack/dockerfile/install/install.sh
13:41:09 + dir=hack/dockerfile/install
13:41:09 + bin=tini
13:41:09 + shift
13:41:09 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:41:09 + . hack/dockerfile/install/tini.installer
13:41:09 ++ : v0.19.0
13:41:09 + install_tini
13:41:09 Install tini version v0.19.0
13:41:09 + echo 'Install tini version v0.19.0'
13:41:09 + git clone https://github.com/krallin/tini.git /go/tini
13:41:09 Cloning into '/go/tini'...
13:41:09 + cd /go/tini
13:41:09 + git checkout -q v0.19.0
13:41:09 + cmake .
13:41:09 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:41:09   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:41:09   CMake.
13:41:09 
13:41:09   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:41:09   CMake that the project does not need compatibility with older versions.
13:41:09 
13:41:09 
13:41:09 -- The C compiler identification is GNU 8.5.0
13:41:09 -- Detecting C compiler ABI info
13:41:09 -- Detecting C compiler ABI info - done
13:41:09 -- Check for working C compiler: /usr/bin/cc - skipped
13:41:09 -- Detecting C compile features
13:41:09 -- Detecting C compile features - done
13:41:09 -- Performing Test HAS_BUILTIN_FORTIFY
13:41:09 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:41:09 -- Configuring done
13:41:09 -- Generating done
13:41:09 -- Build files have been written to: /go/tini
13:41:09 + make tini-static
13:41:09 #9 76.30   Cleanup    : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
13:41:09 #11 10.26   Installing       : gc-8.0.6-2.fc36.x86_64                              21/108 
13:41:09 #11 10.55   Installing       : guile22-2.2.7-5.fc36.x86_64                         22/108 
13:41:09 #11 11.32 Selecting previously unselected package build-essential.
13:41:09 #11 11.32 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
13:41:09 #11 11.33 Unpacking build-essential (12.9) ...
13:41:09 #11 11.38 Selecting previously unselected package bash-completion.
13:41:09 #11 11.38 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
13:41:09 #9 67.13 Setting up lsb-release (11.1.0ubuntu3) ...
13:41:09 #9 67.15 Setting up libfont-ttf-perl (1.06-1.1) ...
13:41:09 #9 67.16 Setting up libfile-homedir-perl (1.006-1) ...
13:41:09 #9 67.17 Setting up python3-magic (2:0.4.20-3) ...
13:41:09 #9 67.34 Setting up libalgorithm-diff-xs-perl (0.04-6build1) ...
13:41:09 #9 67.35 Setting up libio-socket-ssl-perl (2.069-1) ...
13:41:09 #9 68.24 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:41:09 #9 68.24 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:41:09 #9 68.25 Setting up libhtml-parser-perl (3.72-5) ...
13:41:09 #9 68.27 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:41:09 #9 68.28 Setting up librole-tiny-perl (2.001004-1) ...
13:41:09 #9 68.30 Setting up build-essential (12.8ubuntu1.1) ...
13:41:09 #9 68.31 Setting up libfont-ttf-perl (1.06-1) ...
13:41:09 #9 68.32 Setting up libfile-homedir-perl (1.004-1) ...
13:41:09 #9 68.34 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
13:41:09 #9 68.35 Setting up libio-socket-ssl-perl (2.067-1) ...
13:41:09 #9 68.37 Setting up libsub-exporter-perl (0.987-1) ...
13:41:09 #9 68.38 Setting up libalgorithm-merge-perl (0.08-3) ...
13:41:09 #9 68.40 Setting up libhttp-message-perl (6.22-1) ...
13:41:09 #9 68.41 Setting up libhtml-form-perl (6.07-1) ...
13:41:09 #9 68.43 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
13:41:09 #9 68.44 Setting up libjson-xs-perl (4.020-1build1) ...
13:41:09 #9 68.46 Setting up libhttp-negotiate-perl (6.01-1) ...
13:41:09 #9 68.55 Setting up libio-prompter-perl (0.004015-1) ...
13:41:09 #9 68.56 Setting up libhttp-cookies-perl (6.08-1) ...
13:41:09 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:41:09 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:41:09 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:41:09 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Xu1BNt
13:41:09 + umask 022
13:41:09 + cd /root/rpmbuild/BUILD
13:41:09 + cd /root/rpmbuild/BUILD
13:41:09 + rm -rf src
13:41:09 + /usr/bin/mkdir -p src
13:41:09 + cd src
13:41:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:09 + /usr/bin/tar -xof -
13:41:09 #11 1.494 dpkg-buildpackage: info: source package docker-ce-build-deps
13:41:09 #11 1.494 dpkg-buildpackage: info: source version 1.0
13:41:09 #11 1.494 dpkg-buildpackage: info: source distribution unstable
13:41:09 #11 1.494 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:41:09 #11 6.949 (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 ... 21188 files and directories currently installed.)
13:41:09 #11 6.956 Preparing to unpack .../00-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
13:41:09 + cd /go/tini
13:41:09 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:41:09 [100%] Linking C executable tini-static
13:41:09 + git checkout -q v0.19.0
13:41:09 + cmake .
13:41:09 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:41:09   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:41:09   CMake.
13:41:09 
13:41:09   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:41:09   CMake that the project does not need compatibility with older versions.
13:41:09 
13:41:09 
13:41:09 -- The C compiler identification is GNU 11.3.1
13:41:09 -- Detecting C compiler ABI info
13:41:09 #11 10.59   Installing       : make-1:4.3-7.fc36.x86_64                            23/108 
13:41:09 #11 10.62   Installing       : jsoncpp-1.9.5-2.fc36.x86_64                         24/108 
13:41:09 #11 10.62   Installing       : kmod-libs-29-7.fc36.x86_64                          25/108 
13:41:09 #11 10.65   Upgrading        : libgomp-12.0.1-0.16.fc36.x86_64                     26/108 
13:41:09 #11 10.66   Installing       : vim-filesystem-2:8.2.4845-1.fc36.noarch             27/108 
13:41:09 #11 10.69   Installing       : libargon2-20171227-9.fc36.x86_64                    28/108 
13:41:10 #9 67.37 Setting up libsub-exporter-perl (0.987-1) ...
13:41:10 #9 67.38 Setting up libalgorithm-merge-perl (0.08-3) ...
13:41:10 #9 67.39 Setting up libhttp-message-perl (6.29-1) ...
13:41:10 #9 67.41 Setting up libhtml-form-perl (6.07-1) ...
13:41:10 #9 67.42 Setting up python3-pkg-resources (52.0.0-4) ...
13:41:10 #9 67.65 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:41:10 #9 67.66 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
13:41:10 #9 67.68 Setting up libjson-xs-perl (4.030-1build2) ...
13:41:10 #9 67.69 Setting up libhttp-negotiate-perl (6.01-1) ...
13:41:10 #9 67.74 Setting up libio-prompter-perl (0.004015-1) ...
13:41:10 #9 67.75 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:41:10 #9 61.78 Setting up libio-html-perl (1.004-2) ...
13:41:10 #9 61.87 Setting up libpod-parser-perl (1.63-2) ...
13:41:10 #9 61.89 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
13:41:10 #9 68.58 Setting up po-debconf (1.0.21) ...
13:41:10 #9 68.60 Setting up libhtml-tree-perl (5.07-2) ...
13:41:10 #9 68.61 Setting up libparams-classify-perl (0.015-1build2) ...
13:41:10 #9 68.63 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.8) ...
13:41:10 #9 68.64 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:41:10 #9 68.65 Setting up libnet-dns-sec-perl (1.15-1) ...
13:41:10 #9 68.67 Setting up libcurl3-gnutls:armhf (7.68.0-1ubuntu2.10) ...
13:41:10 #9 68.68 Setting up libsereal-perl (4.011-1) ...
13:41:10 #9 68.69 Setting up libhtml-format-perl (2.12-1) ...
13:41:10 #9 68.79 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:41:10 #11 1.528  dpkg-source --before-build .
13:41:10 #11 1.528 dpkg-buildpackage: info: host architecture amd64
13:41:10 #11 1.621  debian/rules clean
13:41:10 #11 1.622 dh clean
13:41:10 #11 1.695    dh_clean
13:41:10 #11 1.726  debian/rules binary
13:41:10 #8 70.38 Setting up libgpgme11:armhf (1.12.0-6) ...
13:41:10 #8 70.40 Setting up gcc (4:8.3.0-1) ...
13:41:10 #8 70.49 Setting up python3-six (1.12.0-1) ...
13:41:10 #11 7.535 Unpacking bash-completion (1:2.8-1ubuntu1) ...
13:41:10 [100%] Built target tini-static
13:41:10 + mkdir -p /usr/local/bin
13:41:10 + cp tini-static /usr/local/bin/docker-init
13:41:10 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:10 + PRODUCT=docker
13:41:10 + hack/make.sh dynbinary
13:41:10 
13:41:10 Removing bundles/
13:41:10 
13:41:10 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:10 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:10 GOOS="" GOARCH="" GOARM=""
13:41:10 #11 10.80   Installing       : kernel-headers-5.17.4-300.fc36.x86_64               29/108 
13:41:10 #11 10.88   Installing       : glibc-headers-x86-2.35-5.fc36.noarch                30/108 
13:41:10 #11 10.92   Installing       : glibc-devel-2.35-5.fc36.x86_64                      31/108 
13:41:10 -- Detecting C compiler ABI info - done
13:41:10 -- Check for working C compiler: /usr/bin/cc - skipped
13:41:10 -- Detecting C compile features
13:41:10 -- Detecting C compile features - done
13:41:10 -- Performing Test HAS_BUILTIN_FORTIFY
13:41:10 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:41:10 -- Configuring done
13:41:10 -- Generating done
13:41:10 -- Build files have been written to: /go/tini
13:41:10 + make tini-static
13:41:10 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:41:10 #9 76.85   Cleanup    : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
13:41:10 #9 67.76 Setting up libhttp-cookies-perl (6.10-1) ...
13:41:10 #9 67.78 Setting up python3-apt (2.2.1) ...
13:41:10 #9 67.97 Setting up po-debconf (1.0.21+nmu1) ...
13:41:10 #9 67.99 Setting up libhtml-tree-perl (5.07-2) ...
13:41:10 #9 68.01 Setting up libparams-classify-perl (0.015-1build4) ...
13:41:10 #9 61.90 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
13:41:10 #9 61.91 Setting up libparams-util-perl (1.102-1build3) ...
13:41:10 #9 61.93 Setting up libdpkg-perl (1.21.1ubuntu2) ...
13:41:10 #9 61.94 Setting up libtime-duration-perl (1.21-1) ...
13:41:10 #9 61.95 Setting up autoconf (2.71-2) ...
13:41:10 #9 61.97 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:41:10 #9 62.19 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:41:10 #11 11.95 Unpacking bash-completion (1:2.11-2) ...
13:41:10 #11 18.81 Transaction test succeeded.
13:41:10 #11 18.81 Running transaction
13:41:10 #11 1.727 dh binary
13:41:10 #11 1.792    dh_update_autotools_config
13:41:10 #11 1.818    dh_autoreconf
13:41:10 #11 1.857    create-stamp debian/debhelper-build-stamp
13:41:10 #11 1.857    dh_prep
13:41:10 #11 1.883    dh_install
13:41:10 #11 1.914    dh_installdocs
13:41:10 #11 1.950    dh_installchangelogs
13:41:10 + STATUS=0
13:41:10 + '[' 0 -ne 0 ']'
13:41:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:10 + /usr/bin/tar -xof -
13:41:10 #8 70.65 Setting up dirmngr (2.2.12-1+deb10u1) ...
13:41:10 #8 70.69 Setting up perl (5.28.1-6+deb10u1) ...
13:41:10 #8 70.76 Setting up libpackage-stash-xs-perl (0.29-1) ...
13:41:10 [100%] Linking C executable tini-static
13:41:10 #14 DONE 2.2s
13:41:10 
13:41:10 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:41:10 #15 sha256:17d98f863022b572edb2945e011f7c290ab16780d4608bccfa3b6c0312212818
13:41:10 #15 DONE 0.0s
13:41:10 
13:41:10 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:41:10 #16 sha256:c6d988969b6137c2f4e57b67b8c1cdef447eb7e3a641c1d3dde67f02e75697ab
13:41:10 #16 DONE 0.0s
13:41:10 
13:41:10 #17 exporting to image
13:41:10 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:10 #17 exporting layers
13:41:10 #9 68.03 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:41:10 #9 68.04 Setting up libhtml-format-perl (2.12-1.1) ...
13:41:10 #9 68.06 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:41:10 #9 68.11 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:41:10 #9 68.18 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:10 #11 12.53   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch         74/111 
13:41:10 #11 20.24   Installing       : python3-policycoreutils-3.3-1.fc35.noarch           75/111 
13:41:10 #11 20.27   Installing       : policycoreutils-python-utils-3.3-1.fc35.noarch      76/111 
13:41:10 #11 20.27   Installing       : policycoreutils-devel-3.3-1.fc35.x86_64             77/111 
13:41:10 #11 20.40   Installing       : selinux-policy-devel-35.17-1.fc35.noarch            78/111 
13:41:10 #11 20.44   Running scriptlet: selinux-policy-devel-35.17-1.fc35.noarch            78/111 
13:41:10 #11 20.44   Running scriptlet: openssh-8.7p1-3.fc35.x86_64                         79/111 
13:41:10 #11 20.48   Installing       : openssh-8.7p1-3.fc35.x86_64                         79/111 
13:41:10 #11 20.52   Installing       : libedit-3.1-40.20210910cvs.fc35.x86_64              80/111 
13:41:10 #11 20.52   Installing       : libcbor-0.7.0-4.fc35.x86_64                         81/111 
13:41:10 #9 62.20 Setting up libarray-intspan-perl (2.004-1) ...
13:41:10 #9 62.22 Setting up libcapture-tiny-perl (0.48-1) ...
13:41:10 #9 62.24 Setting up libtimedate-perl (2.3300-2) ...
13:41:10 #9 62.25 Setting up libstdc++-11-dev:armhf (11.2.0-19ubuntu1) ...
13:41:10 #9 62.27 Setting up gpg-wks-server (2.2.27-3ubuntu2) ...
13:41:10 #9 62.29 Setting up libsub-name-perl (0.26-1build3) ...
13:41:10 #9 62.30 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
13:41:10 #9 62.32 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
13:41:10 #9 62.33 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:41:10 #9 62.35 Setting up libproc-processtable-perl:armhf (0.634-1build1) ...
13:41:10 #9 62.37 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:41:10 #9 62.39 Setting up gcc-11 (11.2.0-19ubuntu1) ...
13:41:10 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 108.70MB / 108.70MB 2.9s done
13:41:10 #11 12.10 Selecting previously unselected package cmake-data.
13:41:10 #11 12.10 Preparing to unpack .../05-cmake-data_3.18.4-2+rpt1+rpi1_all.deb ...
13:41:10 #11 12.11 Unpacking cmake-data (3.18.4-2+rpt1+rpi1) ...
13:41:10 #11 2.028    dh_perl
13:41:10 #11 2.061    dh_link
13:41:10 #11 2.092    dh_strip_nondeterminism
13:41:10 #11 2.148    dh_compress
13:41:10 #11 2.184    dh_fixperms
13:41:10 #11 2.220    dh_missing
13:41:10 #11 2.244    dh_installdeb
13:41:10 #11 2.275    dh_gencontrol
13:41:10 #8 70.81 Setting up python3-gpg (1.12.0-6) ...
13:41:10 #8 71.03 Setting up libdata-dump-perl (1.23-1) ...
13:41:10 #11 7.771 Selecting previously unselected package cmake-data.
13:41:10 #11 7.771 Preparing to unpack .../01-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
13:41:10 #11 7.778 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
13:41:10 [100%] Built target tini-static
13:41:10 + mkdir -p /usr/local/bin
13:41:10 + cp tini-static /usr/local/bin/docker-init
13:41:10 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:10 + PRODUCT=docker
13:41:10 + hack/make.sh dynbinary
13:41:10 
13:41:10 Removing bundles/
13:41:10 
13:41:10 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:10 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:10 GOOS="" GOARCH="" GOARM=""
13:41:10 #11 10.96   Installing       : libxcrypt-devel-4.4.28-1.fc36.x86_64                32/108 
13:41:10 #11 11.42   Installing       : gcc-12.0.1-0.16.fc36.x86_64                         33/108 
13:41:10 #11 11.46   Running scriptlet: gcc-12.0.1-0.16.fc36.x86_64                         33/108 
13:41:10 #9 68.30 
13:41:10 #9 68.30 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:10 #9 68.38 Setting up python3-chardet (4.0.0-1) ...
13:41:10 #11 20.55   Installing       : libfido2-1.8.0-1.fc35.x86_64                        82/111 
13:41:10 #11 20.57   Installing       : openssh-clients-8.7p1-3.fc35.x86_64                 83/111 
13:41:10 #11 20.61   Running scriptlet: openssh-clients-8.7p1-3.fc35.x86_64                 83/111 
13:41:10 #11 20.70   Installing       : git-core-2.35.1-1.fc35.x86_64                       84/111 
13:41:10 #11 20.76   Installing       : git-core-doc-2.35.1-1.fc35.noarch                   85/111 
13:41:10 #9 62.40 Setting up xauth (1:1.1-1build2) ...
13:41:10 #9 62.42 Setting up libpath-tiny-perl (0.122-1) ...
13:41:10 #9 62.43 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:41:10 #9 62.45 Setting up libjson-perl (4.04000-1) ...
13:41:10 #9 62.47 Setting up libipc-run3-perl (0.048-2) ...
13:41:10 #9 62.52 Setting up libsub-override-perl (0.09-2) ...
13:41:10 #9 62.55 Setting up libaliased-perl (0.34-1.1) ...
13:41:10 #9 62.57 Setting up python3-unidiff (0.5.5-2) ...
13:41:10 #10 ...
13:41:10 
13:41:10 #9 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:10 #9 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done
13:41:10 #9 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.2s done
13:41:10 #9 DONE 3.7s
13:41:10 
13:41:10 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:10 #11 12.60 Selecting previously unselected package libarchive13:armhf.
13:41:10 #11 12.60 Preparing to unpack .../06-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
13:41:10 #11 12.61 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
13:41:10 #9 77.40   Cleanup    : rpm-4.11.3-45.el7.x86_64                                   52/52 
13:41:10 #9 77.96   Verifying  : file-5.11-37.el7.x86_64                                     1/52 
13:41:10 #9 78.02   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/52 
13:41:10 #9 78.05   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/52 
13:41:10 #9 78.06   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/52 
13:41:10 #9 78.08   Verifying  : rpm-4.11.3-48.el7_9.x86_64                                  5/52 
13:41:10 #9 78.09   Verifying  : perl-threads-1.87-4.el7.x86_64                              6/52 
13:41:10 #9 78.10   Verifying  : perl-Exporter-5.68-3.el7.noarch                             7/52 
13:41:10 #9 78.11   Verifying  : perl-constant-1.27-2.el7.noarch                             8/52 
13:41:10 #9 78.12   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            9/52 
13:41:10 #11 2.385    dh_md5sums
13:41:10 #11 2.416    dh_builddeb
13:41:10 #11 2.441 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:41:10 #11 2.460  dpkg-genbuildinfo --build=binary
13:41:10 #9 68.87 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:41:10 #8 71.06 Setting up python3-certifi (2018.8.24-1) ...
13:41:10 #8 71.22 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:41:10 #8 71.24 Setting up libref-util-perl (0.204-1) ...
13:41:10 #8 71.26 Setting up libipc-system-simple-perl (1.25-4) ...
13:41:10 #8 71.28 Setting up libnet-domain-tld-perl (1.75-1) ...
13:41:10 + STATUS=0
13:41:10 + '[' 0 -ne 0 ']'
13:41:10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:41:10 + RPM_EC=0
13:41:10 ++ jobs -p
13:41:10 + exit 0
13:41:10 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fyif46
13:41:10 + umask 022
13:41:10 + cd /root/rpmbuild/BUILD
13:41:10 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:41:10 + export CFLAGS
13:41:10 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:41:10 + export CXXFLAGS
13:41:10 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:41:10 + export FFLAGS
13:41:10 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:41:10 + export FCFLAGS
13:41:10 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.ld'
13:41:10 + export LDFLAGS
13:41:10 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:41:10 + export LT_SYS_LIBRARY_PATH
13:41:10 + CC=gcc
13:41:10 + export CC
13:41:10 + CXX=g++
13:41:10 + export CXX
13:41:10 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:41:10 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220503081348.bfa9b40-0.fc36 aarch64
13:41:10 + cd src
13:41:10 + export DOCKER_GITCOMMIT=613b798
13:41:10 + DOCKER_GITCOMMIT=613b798
13:41:10 + mkdir -p /go/src/github.com/docker
13:41:10 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:41:10 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:41:10 + pushd /root/rpmbuild/BUILD/src/engine
13:41:10 + TMP_GOPATH=/go
13:41:10 + hack/dockerfile/install/install.sh tini
13:41:10 + RM_GOPATH=0
13:41:10 + TMP_GOPATH=/go
13:41:10 + : /usr/local/bin
13:41:10 + '[' -z /go ']'
13:41:10 + export GOPATH=/go
13:41:10 + GOPATH=/go
13:41:10 + case "$(go env GOARCH)" in
13:41:10 ++ go env GOARCH
13:41:10 + export GO_BUILDMODE=-buildmode=pie
13:41:10 + GO_BUILDMODE=-buildmode=pie
13:41:10 ++ dirname hack/dockerfile/install/install.sh
13:41:10 + dir=hack/dockerfile/install
13:41:10 + bin=tini
13:41:10 + shift
13:41:10 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:41:10 + . hack/dockerfile/install/tini.installer
13:41:10 ++ : v0.19.0
13:41:10 + install_tini
13:41:10 + echo 'Install tini version v0.19.0'
13:41:10 Install tini version v0.19.0
13:41:10 + git clone https://github.com/krallin/tini.git /go/tini
13:41:10 Cloning into '/go/tini'...
13:41:11 #11 11.48   Installing       : libxcrypt-static-4.4.28-1.fc36.x86_64               34/108 
13:41:11 #11 11.63   Installing       : glibc-static-2.35-5.fc36.x86_64                     35/108 
13:41:11 #11 11.64   Installing       : annobin-docs-10.67-1.fc36.noarch                    36/108 
13:41:11 #11 11.68   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch               37/108 
13:41:11 #11 11.73   Installing       : libxkbcommon-1.4.0-1.fc36.x86_64                    38/108 
13:41:11 #11 11.77   Installing       : systemd-rpm-macros-250.3-8.fc36.noarch              39/108 
13:41:11 #11 11.78   Installing       : rhash-1.4.2-2.fc36.x86_64                           40/108 
13:41:11 #11 11.81   Installing       : qrencode-libs-4.1.1-2.fc36.x86_64                   41/108 
13:41:11 #11 20.80   Installing       : perl-Git-2.35.1-1.fc35.noarch                       86/111 
13:41:11 #11 20.80   Installing       : git-2.35.1-1.fc35.x86_64                            87/111 
13:41:11 #11 20.81   Installing       : libbpf-2:0.4.0-2.fc35.x86_64                        88/111 
13:41:11 #11 20.85   Installing       : libargon2-20171227-7.fc35.x86_64                    89/111 
13:41:11 #11 20.86   Installing       : e2fsprogs-libs-1.46.3-1.fc35.x86_64                 90/111 
13:41:11 #11 20.91   Installing       : btrfs-progs-5.16.2-1.fc35.x86_64                    91/111 
13:41:11 #11 20.92   Installing       : acl-2.3.1-2.fc35.x86_64                             92/111 
13:41:11 #11 20.97   Installing       : cryptsetup-libs-2.4.3-1.fc35.x86_64                 93/111 
13:41:11 #11 21.01   Installing       : device-mapper-libs-1.02.175-6.fc35.x86_64           94/111 
13:41:11 #11 21.02   Installing       : device-mapper-1.02.175-6.fc35.x86_64                95/111 
13:41:11 #11 21.08   Installing       : systemd-networkd-249.11-2.fc35.x86_64               96/111 
13:41:11 #11 21.11   Running scriptlet: systemd-networkd-249.11-2.fc35.x86_64               96/111 
13:41:11 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc
13:41:11  debian/rules build
13:41:11 dh build --with=bash-completion
13:41:11    dh_update_autotools_config
13:41:11    dh_autoreconf
13:41:11    debian/rules override_dh_auto_build
13:41:11 make[1]: Entering directory '/root/build-deb'
13:41:11 # Build the daemon and dependencies
13:41:11 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:11 
13:41:11 Removing bundles/
13:41:11 
13:41:11 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:11 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:11 GOOS="" GOARCH="" GOARM=""
13:41:11 #9 62.73 Setting up libstrictures-perl (2.000006-1) ...
13:41:11 #9 62.74 Setting up libsub-quote-perl (2.006006-1) ...
13:41:11 #9 62.76 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:41:11 #9 62.77 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
13:41:11 #9 62.79 Setting up libsort-versions-perl (1.62-1) ...
13:41:11 #9 62.80 Setting up libexporter-tiny-perl (1.002002-1) ...
13:41:11 #9 62.83 Setting up libre-engine-re2-perl:armhf (0.14-1build2) ...
13:41:11 #9 62.85 Setting up libfile-dirlist-perl (0.05-2) ...
13:41:11 #9 62.86 Setting up libterm-readkey-perl (2.38-1build4) ...
13:41:11 #9 62.88 Setting up lsb-release (11.1.0ubuntu4) ...
13:41:11 #9 62.89 Setting up python3-magic (2:0.4.24-2) ...
13:41:11 #11 12.75 Selecting previously unselected package libjsoncpp24:armhf.
13:41:11 #11 12.75 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
13:41:11 #11 12.76 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
13:41:11 #10 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 2.3s done
13:41:11 #9 78.13   Verifying  : unzip-6.0-24.el7_9.x86_64                                  10/52 
13:41:11 #9 78.15   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                       11/52 
13:41:11 #9 78.16   Verifying  : perl-Socket-2.010-5.el7.x86_64                             12/52 
13:41:11 #9 78.17   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         13/52 
13:41:11 #9 78.18   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      14/52 
13:41:11 #9 78.19   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  15/52 
13:41:11 #9 78.20   Verifying  : perl-srpm-macros-1-8.el7.noarch                            16/52 
13:41:11 #9 78.21   Verifying  : groff-base-1.22.2-8.el7.x86_64                             17/52 
13:41:11 #9 78.22   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        18/52 
13:41:11 #9 78.23   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        19/52 
13:41:11 #9 78.24   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        20/52 
13:41:11 #9 78.26   Verifying  : gdb-7.6.1-120.el7.x86_64                                   21/52 
13:41:11 #9 78.27   Verifying  : dwz-0.11-3.el7.x86_64                                      22/52 
13:41:11 #9 78.28   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        23/52 
13:41:11 #9 78.29   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   24/52 
13:41:11 #9 78.31   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         25/52 
13:41:11 #9 78.32   Verifying  : patch-2.7.1-12.el7_7.x86_64                                26/52 
13:41:11 #9 78.33   Verifying  : perl-Carp-1.26-244.el7.noarch                              27/52 
13:41:11 #9 78.35   Verifying  : rpm-build-4.11.3-48.el7_9.x86_64                           28/52 
13:41:11 #9 78.36   Verifying  : perl-Storable-2.45-3.el7.x86_64                            29/52 
13:41:11 #9 78.37   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 30/52 
13:41:11 #9 78.38   Verifying  : rpm-libs-4.11.3-48.el7_9.x86_64                            31/52 
13:41:11 #9 78.39   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           32/52 
13:41:11 #9 78.40   Verifying  : perl-Encode-2.51-7.el7.x86_64                              33/52 
13:41:11 #9 78.41   Verifying  : rpmlint-1.5-4.el7.noarch                                   34/52 
13:41:11 #9 78.42   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          35/52 
13:41:11 #9 78.43   Verifying  : rpm-python-4.11.3-48.el7_9.x86_64                          36/52 
13:41:11 #9 78.44   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             37/52 
13:41:11 #11 2.590  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
13:41:11 #11 2.663 dpkg-genchanges: info: binary-only upload (no source code included)
13:41:11 #11 2.666  dpkg-source --after-build .
13:41:11 #11 2.759 dpkg-buildpackage: info: binary-only upload (no source included)
13:41:11 #11 2.763 
13:41:11 #11 2.763 The package has been created.
13:41:11 #11 2.763 Attention, the package has been created in the current directory,
13:41:11 #11 2.763 not in ".." as indicated by the message above!
13:41:11 #11 2.786 Selecting previously unselected package docker-ce-build-deps.
13:41:11 #9 68.93 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:11 #9 69.74 
13:41:11 #9 69.74 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:11 #9 69.82 Setting up dput (1.0.3ubuntu1) ...
13:41:11 #8 71.35 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
13:41:11 #8 71.37 Setting up libvariable-magic-perl (0.62-1+b1) ...
13:41:11 #8 71.40 Setting up python3-idna (2.6-1) ...
13:41:11 + cd /go/tini
13:41:11 + git checkout -q v0.19.0
13:41:11 + cmake .
13:41:11 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:41:11   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:41:11   CMake.
13:41:11 
13:41:11   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:41:11   CMake that the project does not need compatibility with older versions.
13:41:11 
13:41:11 
13:41:11 #11 11.86   Installing       : python3-setuptools-59.6.0-2.fc36.noarch             42/108 
13:41:11 #11 11.93   Installing       : python3-setools-4.4.0-5.fc36.x86_64                 43/108 
13:41:11 #11 11.96   Installing       : perl-lib-0.65-486.fc36.x86_64                       44/108 
13:41:11 #11 11.99   Installing       : perl-TermReadKey-2.38-12.fc36.x86_64                45/108 
13:41:11 #11 11.99   Installing       : perl-File-Copy-2.35-486.fc36.noarch                 46/108 
13:41:11 #11 12.02   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch         47/108 
13:41:11 #11 12.04   Installing       : autoconf-2.71-2.fc36.noarch                         48/108 
13:41:11 #11 12.06   Installing       : automake-1.16.5-4.fc36.noarch                       49/108 
13:41:11 #11 8.325 Selecting previously unselected package liblzo2-2:armhf.
13:41:11 #11 8.328 Preparing to unpack .../02-liblzo2-2_2.08-1.2_armhf.deb ...
13:41:11 #11 8.335 Unpacking liblzo2-2:armhf (2.08-1.2) ...
13:41:11 #11 8.383 Selecting previously unselected package libarchive13:armhf.
13:41:11 #11 8.384 Preparing to unpack .../03-libarchive13_3.2.2-3.1ubuntu0.7_armhf.deb ...
13:41:11 #11 8.393 Unpacking libarchive13:armhf (3.2.2-3.1ubuntu0.7) ...
13:41:11 #11 8.460 Selecting previously unselected package libjsoncpp1:armhf.
13:41:11 #11 8.462 Preparing to unpack .../04-libjsoncpp1_1.7.4-3_armhf.deb ...
13:41:11 #11 8.472 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
13:41:11 #11 8.529 Selecting previously unselected package librhash0:armhf.
13:41:11 #11 8.531 Preparing to unpack .../05-librhash0_1.3.6-2_armhf.deb ...
13:41:11 #11 8.537 Unpacking librhash0:armhf (1.3.6-2) ...
13:41:11 #11 8.590 Selecting previously unselected package libuv1:armhf.
13:41:11 #11 8.592 Preparing to unpack .../06-libuv1_1.18.0-3_armhf.deb ...
13:41:11 #11 8.599 Unpacking libuv1:armhf (1.18.0-3) ...
13:41:11 #11 8.652 Selecting previously unselected package cmake.
13:41:11 #9 63.04 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
13:41:11 #9 63.06 Setting up libperlio-gzip-perl (0.19-1build8) ...
13:41:11 #9 63.07 Setting up libsys-hostname-long-perl (1.5-2) ...
13:41:11 #9 63.09 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:41:11 #9 63.11 Setting up libsereal-decoder-perl (4.023+ds-1) ...
13:41:11 #9 63.18 Setting up liburi-perl (5.10-1) ...
13:41:11 #11 12.83 Selecting previously unselected package librhash0:armhf.
13:41:11 #11 12.83 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
13:41:11 #11 12.84 Unpacking librhash0:armhf (1.4.1-2) ...
13:41:11 #11 12.89 Selecting previously unselected package libuv1:armhf.
13:41:11 #11 12.89 Preparing to unpack .../09-libuv1_1.40.0-1_armhf.deb ...
13:41:11 #11 12.90 Unpacking libuv1:armhf (1.40.0-1) ...
13:41:11 #11 12.98 Selecting previously unselected package cmake.
13:41:11 #11 12.98 Preparing to unpack .../10-cmake_3.18.4-2+rpt1+rpi1_armhf.deb ...
13:41:11 #11 12.99 Unpacking cmake (3.18.4-2+rpt1+rpi1) ...
13:41:11 #9 78.46   Verifying  : perl-File-Path-2.09-2.el7.noarch                           38/52 
13:41:11 #9 78.46   Verifying  : elfutils-0.176-5.el7.x86_64                                39/52 
13:41:11 #9 78.48   Verifying  : zip-3.0-11.el7.x86_64                                      40/52 
13:41:11 #9 78.49   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
13:41:11 #9 78.50   Verifying  : perl-Filter-1.49-3.el7.x86_64                              42/52 
13:41:11 #9 78.50   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         43/52 
13:41:11 #9 78.51   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     44/52 
13:41:11 #9 78.52   Verifying  : python-srpm-macros-3-34.el7.noarch                         45/52 
13:41:11 #9 78.53   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        46/52 
13:41:11 #9 78.54   Verifying  : rpm-build-libs-4.11.3-48.el7_9.x86_64                      47/52 
13:41:11 #9 78.56   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
13:41:11 #9 78.56   Verifying  : rpm-4.11.3-45.el7.x86_64                                   49/52 
13:41:11 #9 78.57   Verifying  : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
13:41:11 #9 78.57   Verifying  : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
13:41:11 #9 78.57   Verifying  : rpm-python-4.11.3-45.el7.x86_64                            52/52 
13:41:11 #9 78.60 
13:41:11 #9 78.60 Installed:
13:41:11 #9 78.60   rpm-build.x86_64 0:4.11.3-48.el7_9         rpmlint.noarch 0:1.5-4.el7        
13:41:11 #9 78.60 
13:41:11 #9 78.60 Dependency Installed:
13:41:11 #9 78.60   bzip2.x86_64 0:1.0.6-13.el7                                                   
13:41:11 #9 78.60   desktop-file-utils.x86_64 0:0.23-2.el7                                        
13:41:11 #9 78.60   dwz.x86_64 0:0.11-3.el7                                                       
13:41:11 #9 78.60   elfutils.x86_64 0:0.176-5.el7                                                 
13:41:11 #9 78.60   emacs-filesystem.noarch 1:24.3-23.el7                                         
13:41:11 #9 78.60   file.x86_64 0:5.11-37.el7                                                     
13:41:11 #9 78.60   gdb.x86_64 0:7.6.1-120.el7                                                    
13:41:11 #9 78.60   groff-base.x86_64 0:1.22.2-8.el7                                              
13:41:11 #9 78.60   patch.x86_64 0:2.7.1-12.el7_7                                                 
13:41:11 #9 78.60   perl.x86_64 4:5.16.3-299.el7_9                                                
13:41:11 #9 78.60   perl-Carp.noarch 0:1.26-244.el7                                               
13:41:11 #9 78.60   perl-Encode.x86_64 0:2.51-7.el7                                               
13:41:11 #9 78.60   perl-Exporter.noarch 0:5.68-3.el7                                             
13:41:11 #9 78.60   perl-File-Path.noarch 0:2.09-2.el7                                            
13:41:11 #9 78.60   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
13:41:11 #9 78.60   perl-Filter.x86_64 0:1.49-3.el7                                               
13:41:11 #9 78.60   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
13:41:11 #9 78.60   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
13:41:11 #9 78.60   perl-PathTools.x86_64 0:3.40-5.el7                                            
13:41:11 #9 78.60   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
13:41:11 #9 78.60   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
13:41:11 #9 78.60   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
13:41:11 #9 78.60   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
13:41:11 #9 78.60   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
13:41:11 #9 78.60   perl-Socket.x86_64 0:2.010-5.el7                                              
13:41:11 #9 78.60   perl-Storable.x86_64 0:2.45-3.el7                                             
13:41:11 #9 78.60   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
13:41:11 #9 78.60   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
13:41:11 #9 78.60   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
13:41:11 #9 78.60   perl-Time-Local.noarch 0:1.2300-2.el7                                         
13:41:11 #9 78.60   perl-constant.noarch 0:1.27-2.el7                                             
13:41:11 #9 78.60   perl-libs.x86_64 4:5.16.3-299.el7_9                                           
13:41:11 #9 78.60   perl-macros.x86_64 4:5.16.3-299.el7_9                                         
13:41:11 #9 78.60   perl-parent.noarch 1:0.225-244.el7                                            
13:41:11 #9 78.60   perl-podlators.noarch 0:2.5.1-3.el7                                           
13:41:11 #9 78.60   perl-srpm-macros.noarch 0:1-8.el7                                             
13:41:11 #9 78.60   perl-threads.x86_64 0:1.87-4.el7                                              
13:41:11 #9 78.60   perl-threads-shared.x86_64 0:1.43-6.el7                                       
13:41:11 #9 78.60   python-srpm-macros.noarch 0:3-34.el7                                          
13:41:11 #9 78.60   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
13:41:11 #9 78.60   unzip.x86_64 0:6.0-24.el7_9                                                   
13:41:11 #9 78.60   zip.x86_64 0:3.0-11.el7                                                       
13:41:11 #9 78.60 
13:41:11 #9 78.60 Dependency Updated:
13:41:11 #9 78.60   rpm.x86_64 0:4.11.3-48.el7_9        rpm-build-libs.x86_64 0:4.11.3-48.el7_9  
13:41:11 #9 78.60   rpm-libs.x86_64 0:4.11.3-48.el7_9   rpm-python.x86_64 0:4.11.3-48.el7_9      
13:41:11 #9 78.60 
13:41:11 #9 78.60 Complete!
13:41:11 #9 68.75 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:41:11 #9 68.79 Setting up libmodule-runtime-perl (0.016-1) ...
13:41:11 #9 68.82 Setting up libmailtools-perl (2.21-1) ...
13:41:11 #9 68.85 Setting up python3-debian (0.1.39ubuntu1) ...
13:41:11 #11 21.12   Installing       : systemd-pam-249.11-2.fc35.x86_64                    97/111 
13:41:11 #11 21.13   Installing       : systemd-resolved-249.11-2.fc35.x86_64               98/111 
13:41:11 #11 21.17   Running scriptlet: systemd-resolved-249.11-2.fc35.x86_64               98/111 
13:41:11 #11 21.28   Installing       : systemd-249.11-2.fc35.x86_64                        99/111 
13:41:11 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc
13:41:11  debian/rules build
13:41:11 dh build --with=bash-completion
13:41:11    dh_update_autotools_config
13:41:11    dh_autoreconf
13:41:11    debian/rules override_dh_auto_build
13:41:11 make[1]: Entering directory '/root/build-deb'
13:41:11 # Build the daemon and dependencies
13:41:11 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:11 
13:41:11 Removing bundles/
13:41:11 
13:41:11 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:11 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:11 GOOS="" GOARCH="" GOARM=""
13:41:11 #11 2.804 (Reading database ... 28616 files and directories currently installed.)
13:41:11 #11 2.804 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:41:11 #11 2.809 Unpacking docker-ce-build-deps (1.0) ...
13:41:11 #9 69.99 Setting up libio-async-loop-epoll-perl (0.20-1) ...
13:41:11 #9 70.01 Setting up dirmngr (2.2.19-3ubuntu2.1) ...
13:41:11 #9 70.14 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:41:11 #8 71.64 Setting up libio-html-perl (1.001-1) ...
13:41:11 #8 71.66 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
13:41:11 #8 71.68 Setting up libtest-refcount-perl (0.08-3) ...
13:41:11 #8 71.69 Setting up libparams-util-perl (1.07-3+b4) ...
13:41:11 #8 71.71 Setting up libdpkg-perl (1.19.7) ...
13:41:11 #8 71.73 Setting up autoconf (2.69-11) ...
13:41:11 #8 71.76 Setting up python3-urllib3 (1.24.1-1) ...
13:41:11 -- The C compiler identification is GNU 12.0.1
13:41:11 -- Detecting C compiler ABI info
13:41:11 #11 12.10   Installing       : perl-Error-1:0.17029-8.fc36.noarch                  50/108 
13:41:11 #11 12.13   Installing       : pcre2-utf32-10.39-1.fc36.1.x86_64                   51/108 
13:41:11 #11 12.14   Installing       : pcre2-utf16-10.39-1.fc36.1.x86_64                   52/108 
13:41:11 #11 12.18   Installing       : pcre2-devel-10.39-1.fc36.1.x86_64                   53/108 
13:41:11 #11 12.19   Installing       : lzo-2.10-6.fc36.x86_64                              54/108 
13:41:11 #9 63.19 Setting up libnet-ipv6addr-perl (1.02-1) ...
13:41:11 #9 63.20 Setting up libfile-touch-perl (0.12-1) ...
13:41:11 #9 63.22 Setting up libc-devtools (2.35-0ubuntu3) ...
13:41:11 #9 63.24 Setting up libemail-address-xs-perl (1.04-1build6) ...
13:41:11 #9 63.26 Setting up libnet-ssleay-perl:armhf (1.92-1build2) ...
13:41:11 #9 63.27 Setting up python3-pkg-resources (59.6.0-1.2) ...
13:41:11 #11 13.40 Selecting previously unselected package dh-apparmor.
13:41:11 #11 13.40 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
13:41:11 #9 DONE 78.8s
13:41:11 
13:41:11 #11 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
13:41:11 #11 sha256:fa5517daa7aedbcb7fcb85cf980b64969a71227478699b414c6fc2c51f0f0376
13:41:11 #11 DONE 0.1s
13:41:11 #9 69.04 Setting up python3-requests (2.25.1+dfsg-2) ...
13:41:11 #9 69.22 Setting up libxml-libxml-perl (2.0134+dfsg-2build1) ...
13:41:11 #11 8.654 Preparing to unpack .../07-cmake_3.10.2-1ubuntu2.18.04.2_armhf.deb ...
13:41:11 #11 8.661 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
13:41:11 #10 ...
13:41:11 
13:41:11 #11 [internal] load build context
13:41:11 #11 transferring context: 60.99MB 4.1s done
13:41:11 #11 DONE 4.5s
13:41:11 
13:41:11 #12 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:11 #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:41:11 #12 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.4s done
13:41:11 #12 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.1s done
13:41:11 #12 DONE 4.6s
13:41:11 
13:41:11 #13 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:41:11 #9 70.15 Setting up libmodule-runtime-perl (0.016-1) ...
13:41:11 #9 70.16 Setting up libmailtools-perl (2.21-1) ...
13:41:11 #9 70.17 Setting up git (1:2.25.1-1ubuntu3.4) ...
13:41:11 #9 70.20 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:41:11 #9 70.25 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:41:11 #9 70.32 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:41:11 #9 70.39 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:11 #11 21.33   Running scriptlet: systemd-249.11-2.fc35.x86_64                        99/111 
13:41:11 #11 21.54 Creating group input with gid 104.
13:41:11 #11 21.54 Creating group kvm with gid 36.
13:41:11 #11 21.54 Creating group render with gid 105.
13:41:11 #11 21.54 Creating group sgx with gid 106.
13:41:11 #11 21.54 Creating group systemd-journal with gid 190.
13:41:11 #11 21.54 Creating group systemd-network with gid 192.
13:41:11 #11 21.54 Creating user systemd-network (systemd Network Management) with uid 192 and gid 192.
13:41:11 #11 21.54 Creating group systemd-oom with gid 997.
13:41:11 #11 21.54 Creating user systemd-oom (systemd Userspace OOM Killer) with uid 997 and gid 997.
13:41:11 #11 21.54 Creating group systemd-resolve with gid 193.
13:41:11 #11 21.54 Creating user systemd-resolve (systemd Resolver) with uid 193 and gid 193.
13:41:11 #11 21.54 Creating group systemd-timesync with gid 996.
13:41:11 #11 21.54 Creating user systemd-timesync (systemd Time Synchronization) with uid 996 and gid 996.
13:41:11 #11 21.54 Creating group systemd-coredump with gid 995.
13:41:11 #11 21.54 Creating user systemd-coredump (systemd Core Dumper) with uid 995 and gid 995.
13:41:11 #11 21.54 
13:41:11 #11 21.56   Installing       : systemd-devel-249.11-2.fc35.x86_64                 100/111 
13:41:11 #11 21.59   Installing       : device-mapper-devel-1.02.175-6.fc35.x86_64         101/111 
13:41:11 #11 21.60   Installing       : btrfs-progs-devel-5.16.2-1.fc35.x86_64             102/111 
13:41:11 #11 21.63   Installing       : annobin-plugin-gcc-10.66-2.fc35.x86_64             103/111 
13:41:11 #11 20.36   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch            1/1 
13:41:11 #11 20.48   Preparing        :                                                        1/1 
13:41:11 #11 20.53   Installing       : python3-libselinux-3.2-1.fc34.x86_64                  1/97 
13:41:11 #11 20.54   Installing       : perl-File-Find-1.37-477.fc34.noarch                   2/97 
13:41:11 #11 20.54   Installing       : perl-File-Copy-2.34-477.fc34.noarch                   3/97 
13:41:11 -- Detecting C compiler ABI info - done
13:41:11 -- Check for working C compiler: /usr/bin/gcc - skipped
13:41:11 -- Detecting C compile features
13:41:11 -- Detecting C compile features - done
13:41:11 -- Performing Test HAS_BUILTIN_FORTIFY
13:41:11 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:41:11 -- Configuring done
13:41:11 -- Generating done
13:41:11 -- Build files have been written to: /go/tini
13:41:11 + make tini-static
13:41:11 #11 12.24   Installing       : libuv-1:1.44.1-1.fc36.x86_64                        55/108 
13:41:11 #9 63.52 Setting up automake (1:1.16.5-1.3) ...
13:41:11 #9 63.54 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:41:11 #9 63.54 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:41:11 #9 63.54 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:41:11 #9 63.54 Setting up libapt-pkg-perl (0.1.40build2) ...
13:41:11 #9 63.56 Setting up libstring-escape-perl (2010.002-2) ...
13:41:11 #9 63.57 Setting up libhttp-date-perl (6.05-1) ...
13:41:11 #9 63.59 Setting up libfile-which-perl (1.23-1) ...
13:41:11 #9 63.60 Setting up libfile-basedir-perl (0.09-1) ...
13:41:11 #9 63.62 Setting up libunicode-utf8-perl (0.62-1build4) ...
13:41:11 #9 63.63 Setting up libset-intspan-perl (1.19-2) ...
13:41:11 #11 13.41 Unpacking dh-apparmor (2.13.6-10) ...
13:41:11 #11 13.45 Selecting previously unselected package libbtrfs0:armhf.
13:41:11 #11 13.45 Preparing to unpack .../12-libbtrfs0_5.10.1-2_armhf.deb ...
13:41:11 #11 13.46 Unpacking libbtrfs0:armhf (5.10.1-2) ...
13:41:11 #11 13.55 Selecting previously unselected package libbtrfs-dev:armhf.
13:41:11 #11 13.55 Preparing to unpack .../13-libbtrfs-dev_5.10.1-2_armhf.deb ...
13:41:11 #11 13.55 Unpacking libbtrfs-dev:armhf (5.10.1-2) ...
13:41:11 #11 13.68 Selecting previously unselected package dmsetup.
13:41:11 #11 13.68 Preparing to unpack .../14-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
13:41:11 
13:41:11 #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;     yum-builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
13:41:11 #12 sha256:ffe16d674022a3d1bf2b1d290cc684b3d64892ddfc87095ce8453937c2b7630e
13:41:11 #9 69.31 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:41:11 #9 69.38 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:41:11 #9 69.46 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:11 #11 9.080 Selecting previously unselected package dh-apparmor.
13:41:11 #11 9.081 Preparing to unpack .../08-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
13:41:11 #11 9.093 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
13:41:11 #11 9.174 Selecting previously unselected package btrfs-progs.
13:41:11 #11 9.177 Preparing to unpack .../09-btrfs-progs_4.15.1-1build1_armhf.deb ...
13:41:11 #13 DONE 0.1s
13:41:11 
13:41:11 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:11 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 81.05MB / 81.05MB 4.1s done
13:41:11 #10 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682
13:41:11 #9 70.54 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:11 #9 70.60 Setting up dh-strip-nondeterminism (1.7.0-1) ...
13:41:11 #9 70.61 Setting up libconst-fast-perl (0.014-1) ...
13:41:11 #9 70.62 Setting up libhttp-daemon-perl (6.06-1) ...
13:41:11 #9 70.66 Setting up libgit-wrapper-perl (0.048-1) ...
13:41:11 #11 21.64   Installing       : libtool-2.4.6-50.fc35.x86_64                       104/111 
13:41:11 #11 21.67   Installing       : libtool-ltdl-devel-2.4.6-50.fc35.x86_64            105/111 
13:41:11 #11 21.68   Installing       : libseccomp-devel-2.5.3-1.fc35.x86_64               106/111 
13:41:11 #11 21.68   Installing       : systemd-rpm-macros-249.11-2.fc35.noarch            107/111 
13:41:11 #11 21.71   Installing       : which-2.21-27.fc35.x86_64                          108/111 
13:41:11 #11 21.73   Cleanup          : libgomp-11.2.1-9.fc35.x86_64                       109/111 
13:41:11 #11 21.73   Cleanup          : libgcc-11.2.1-9.fc35.x86_64                        110/111 
13:41:11 #11 21.73   Running scriptlet: libgcc-11.2.1-9.fc35.x86_64                        110/111 
13:41:11 #11 21.78   Cleanup          : audit-libs-3.0.7-2.fc35.x86_64                     111/111 
13:41:11 #11 21.79   Running scriptlet: selinux-policy-targeted-35.17-1.fc35.noarch        111/111 
13:41:11 #11 21.80   Running scriptlet: systemd-resolved-249.11-2.fc35.x86_64              111/111 
13:41:11 #11 2.892 Reading package lists...
13:41:11 #11 3.384 Building dependency tree...
13:41:11 #11 20.58   Installing       : perl-File-Compare-1.100.600-477.fc34.noarch           4/97 
13:41:11 #11 20.59   Installing       : libseccomp-2.5.3-1.fc34.x86_64                        5/97 
13:41:11 #11 20.59   Installing       : libedit-3.1-38.20210714cvs.fc34.x86_64                6/97 
13:41:11 #11 20.66   Installing       : cmake-rpm-macros-3.20.5-1.fc34.noarch                 7/97 
13:41:11 #11 20.67   Installing       : cmake-filesystem-3.20.5-1.fc34.x86_64                 8/97 
13:41:11 #11 20.67   Installing       : perl-threads-1:2.25-458.fc34.x86_64                   9/97 
13:41:11 #11 20.70   Installing       : m4-1.4.18-17.fc34.x86_64                             10/97 
13:41:11 #11 20.72   Installing       : autoconf-2.69-36.fc34.noarch                         11/97 
13:41:11 #11 20.76   Installing       : libtool-ltdl-2.4.6-40.fc34.x86_64                    12/97 
13:41:11 #11 20.76   Installing       : libmpc-1.2.1-2.fc34.x86_64                           13/97 
13:41:11 #8 72.04 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:41:11 #8 72.05 Setting up libcapture-tiny-perl (0.48-1) ...
13:41:11 #8 72.10 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
13:41:11 #8 72.11 Setting up gpg-wks-server (2.2.12-1+deb10u1) ...
13:41:11 #8 72.13 Setting up libsub-name-perl (0.21-1+b3) ...
13:41:11 #8 72.20 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
13:41:11 #8 72.23 Setting up g++-8 (8.3.0-6) ...
13:41:11 #8 72.24 Setting up libfile-chdir-perl (0.1008-1) ...
13:41:11 #8 72.26 Setting up xauth (1:1.0.10-1) ...
13:41:11 #8 72.27 Setting up libpath-tiny-perl (0.108-1) ...
13:41:11 #8 72.28 Setting up libarchive-cpio-perl (0.10-1) ...
13:41:11 #8 72.29 Setting up libjson-perl (4.02000-1) ...
13:41:12 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:41:12 #11 12.52   Installing       : cmake-data-3.22.2-1.fc36.noarch                     56/108 
13:41:12 #11 12.74   Installing       : cmake-3.22.2-1.fc36.x86_64                          57/108 
13:41:12 #11 12.75   Running scriptlet: libutempter-1.2.1-6.fc36.x86_64                     58/108 
13:41:12 #11 12.80   Installing       : libutempter-1.2.1-6.fc36.x86_64                     58/108 
13:41:12 #11 12.89   Installing       : util-linux-2.38-0.2.fc36.x86_64                     59/108 
13:41:12 #9 63.79 Setting up libmouse-perl (2.5.10-1build4) ...
13:41:12 #9 63.80 Setting up libfile-listing-perl (6.14-1) ...
13:41:12 #9 63.82 Setting up gpg-wks-client (2.2.27-3ubuntu2) ...
13:41:12 #9 63.84 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:41:12 #9 63.86 Setting up libdata-messagepack-perl (1.01-2build1) ...
13:41:12 #9 63.88 Setting up libfont-afm-perl (1.20-3) ...
13:41:12 #9 63.91 Setting up libwant-perl (0.29-1build7) ...
13:41:12 #9 63.94 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:41:12 #11 13.68 Unpacking dmsetup (2:1.02.175-2.1) ...
13:41:12 #11 13.73 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:41:12 #11 13.74 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
13:41:12 #11 13.74 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
13:41:12 #11 13.81 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:41:12 #11 13.81 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
13:41:12 #11 13.82 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
13:41:12 #11 13.86 Selecting previously unselected package libudev-dev:armhf.
13:41:12 #11 13.86 Preparing to unpack .../17-libudev-dev_247.3-7+rpi1_armhf.deb ...
13:41:12 #11 13.87 Unpacking libudev-dev:armhf (247.3-7+rpi1) ...
13:41:12 #11 13.92 Selecting previously unselected package libsepol1-dev:armhf.
13:41:12 #11 13.92 Preparing to unpack .../18-libsepol1-dev_3.1-1_armhf.deb ...
13:41:12 #12 0.578 Loaded plugins: fastestmirror, ovl
13:41:12 #9 69.58 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:12 #9 69.66 Setting up dh-strip-nondeterminism (1.12.0-1) ...
13:41:12 #9 69.68 Setting up libconst-fast-perl (0.014-1.1) ...
13:41:12 #9 69.71 Setting up libhttp-daemon-perl (6.12-1) ...
13:41:12 #9 69.74 Setting up libdata-dpath-perl (0.58-1) ...
13:41:12 #9 69.76 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:41:12 #9 69.78 Setting up libpackage-stash-perl (0.39-1) ...
13:41:12 #9 70.67 Setting up libcurl4:armhf (7.68.0-1ubuntu2.10) ...
13:41:12 #9 70.69 Setting up curl (7.68.0-1ubuntu2.10) ...
13:41:12 #9 70.70 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ...
13:41:12 #9 70.71 Setting up libmodule-implementation-perl (0.09-1) ...
13:41:12 #9 70.73 Setting up libemail-valid-perl (1.202-1) ...
13:41:12 #9 70.74 Setting up libpackage-stash-perl (0.38-1) ...
13:41:12 #9 70.77 Setting up libimport-into-perl (1.002005-1) ...
13:41:12 #9 70.79 Setting up libmoo-perl (2.003006-1) ...
13:41:12 #9 70.80 Setting up liblist-someutils-perl (0.58-1) ...
13:41:12 #9 70.82 Setting up liblist-someutils-xs-perl (0.58-2) ...
13:41:12 #9 70.84 Setting up gnupg (2.2.19-3ubuntu2.1) ...
13:41:12 #9 70.85 Setting up libmoox-aliases-perl (0.001006-1) ...
13:41:12 #9 70.87 Setting up libparams-validate-perl (1.29-3) ...
13:41:12 #9 70.89 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:41:12 #11 9.183 Unpacking btrfs-progs (4.15.1-1build1) ...
13:41:12 #11 9.328 Selecting previously unselected package btrfs-tools.
13:41:12 #11 9.330 Preparing to unpack .../10-btrfs-tools_4.15.1-1build1_armhf.deb ...
13:41:12 #11 9.338 Unpacking btrfs-tools (4.15.1-1build1) ...
13:41:12 #11 9.391 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:41:12 #11 9.393 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
13:41:12 #11 9.399 Unpacking libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:41:12 #11 21.85   Running scriptlet: audit-libs-3.0.7-2.fc35.x86_64                     111/111 
13:41:12 #11 22.18   Verifying        : acl-2.3.1-2.fc35.x86_64                              1/111 
13:41:12 #11 22.18   Verifying        : autoconf-2.69-37.fc35.noarch                         2/111 
13:41:12 #11 22.18   Verifying        : automake-1.16.2-5.fc35.noarch                        3/111 
13:41:12 #11 22.18   Verifying        : dbus-broker-29-4.fc35.x86_64                         4/111 
13:41:12 #11 22.18   Verifying        : device-mapper-1.02.175-6.fc35.x86_64                 5/111 
13:41:12 #11 22.18   Verifying        : device-mapper-devel-1.02.175-6.fc35.x86_64           6/111 
13:41:12 #11 22.18   Verifying        : device-mapper-libs-1.02.175-6.fc35.x86_64            7/111 
13:41:12 #11 22.18   Verifying        : e2fsprogs-libs-1.46.3-1.fc35.x86_64                  8/111 
13:41:12 #11 22.18   Verifying        : emacs-filesystem-1:27.2-9.fc35.noarch                9/111 
13:41:12 #11 22.18   Verifying        : gc-8.0.4-6.fc35.x86_64                              10/111 
13:41:12 #11 22.18   Verifying        : guile22-2.2.7-3.fc35.x86_64                         11/111 
13:41:12 #11 22.18   Verifying        : iptables-legacy-libs-1.8.7-13.fc35.x86_64           12/111 
13:41:12 #11 22.18   Verifying        : kmod-libs-29-4.fc35.x86_64                          13/111 
13:41:12 #11 22.18   Verifying        : libargon2-20171227-7.fc35.x86_64                    14/111 
13:41:12 #11 22.18   Verifying        : libbpf-2:0.4.0-2.fc35.x86_64                        15/111 
13:41:12 #11 22.18   Verifying        : libcbor-0.7.0-4.fc35.x86_64                         16/111 
13:41:12 #11 22.18   Verifying        : libedit-3.1-40.20210910cvs.fc35.x86_64              17/111 
13:41:12 #11 22.18   Verifying        : libfido2-1.8.0-1.fc35.x86_64                        18/111 
13:41:12 #11 22.18   Verifying        : libmpc-1.2.1-3.fc35.x86_64                          19/111 
13:41:12 #11 22.18   Verifying        : libnl3-3.5.0-8.fc35.x86_64                          20/111 
13:41:12 #11 22.18   Verifying        : libpcap-14:1.10.1-2.fc35.x86_64                     21/111 
13:41:12 #11 22.18   Verifying        : libutempter-1.2.1-5.fc35.x86_64                     22/111 
13:41:12 #11 22.18   Verifying        : libxkbcommon-1.3.1-1.fc35.x86_64                    23/111 
13:41:12 #11 22.18   Verifying        : lzo-2.10-5.fc35.x86_64                              24/111 
13:41:12 #11 22.18   Verifying        : m4-1.4.19-2.fc35.x86_64                             25/111 
13:41:12 #11 22.18   Verifying        : make-1:4.3-6.fc35.x86_64                            26/111 
13:41:12 #11 22.18   Verifying        : perl-Error-1:0.17029-7.fc35.noarch                  27/111 
13:41:12 #11 22.18   Verifying        : perl-TermReadKey-2.38-11.fc35.x86_64                28/111 
13:41:12 #11 22.18   Verifying        : perl-Thread-Queue-3.14-478.fc35.noarch              29/111 
13:41:12 #11 22.18   Verifying        : perl-threads-1:2.26-448.fc35.x86_64                 30/111 
13:41:12 #11 22.18   Verifying        : perl-threads-shared-1.62-478.fc35.x86_64            31/111 
13:41:12 #11 22.18   Verifying        : python3-setools-4.4.0-3.fc35.x86_64                 32/111 
13:41:12 #11 22.18   Verifying        : python3-setuptools-57.4.0-1.fc35.noarch             33/111 
13:41:12 #11 22.18   Verifying        : rhash-1.4.0-4.fc35.x86_64                           34/111 
13:41:12 #11 22.18   Verifying        : which-2.21-27.fc35.x86_64                           35/111 
13:41:12 #11 22.18   Verifying        : xkeyboard-config-2.33-2.fc35.noarch                 36/111 
13:41:12 #11 22.18   Verifying        : annobin-docs-10.66-2.fc35.noarch                    37/111 
13:41:12 #11 22.18   Verifying        : annobin-plugin-gcc-10.66-2.fc35.x86_64              38/111 
13:41:12 #11 22.18   Verifying        : btrfs-progs-5.16.2-1.fc35.x86_64                    39/111 
13:41:12 #11 22.18   Verifying        : btrfs-progs-devel-5.16.2-1.fc35.x86_64              40/111 
13:41:12 #11 22.18   Verifying        : checkpolicy-3.3-1.fc35.x86_64                       41/111 
13:41:12 #11 22.18   Verifying        : cmake-3.22.2-1.fc35.x86_64                          42/111 
13:41:12 #11 22.18   Verifying        : cmake-data-3.22.2-1.fc35.noarch                     43/111 
13:41:12 #11 22.18   Verifying        : cmake-filesystem-3.22.2-1.fc35.x86_64               44/111 
13:41:12 #11 22.18   Verifying        : cmake-rpm-macros-3.22.2-1.fc35.noarch               45/111 
13:41:12 #11 22.18   Verifying        : cpp-11.3.1-2.fc35.x86_64                            46/111 
13:41:12 #11 22.18   Verifying        : cryptsetup-libs-2.4.3-1.fc35.x86_64                 47/111 
13:41:12 #11 22.18   Verifying        : dbus-1:1.12.22-1.fc35.x86_64                        48/111 
13:41:12 #11 22.18   Verifying        : dbus-common-1:1.12.22-1.fc35.noarch                 49/111 
13:41:12 #11 22.18   Verifying        : gcc-11.3.1-2.fc35.x86_64                            50/111 
13:41:12 #11 22.18   Verifying        : git-2.35.1-1.fc35.x86_64                            51/111 
13:41:12 #11 22.18   Verifying        : git-core-2.35.1-1.fc35.x86_64                       52/111 
13:41:12 #11 22.18   Verifying        : git-core-doc-2.35.1-1.fc35.noarch                   53/111 
13:41:12 #11 22.18   Verifying        : glibc-devel-2.34-32.fc35.x86_64                     54/111 
13:41:12 #11 22.18   Verifying        : glibc-headers-x86-2.34-32.fc35.noarch               55/111 
13:41:12 #11 22.18   Verifying        : glibc-static-2.34-32.fc35.x86_64                    56/111 
13:41:12 #11 22.18   Verifying        : jsoncpp-1.9.4-5.fc35.x86_64                         57/111 
13:41:12 #11 22.18   Verifying        : kernel-headers-5.17.4-200.fc35.x86_64               58/111 
13:41:12 #11 22.18   Verifying        : less-590-2.fc35.x86_64                              59/111 
13:41:12 #11 22.18   Verifying        : libbtrfs-5.16.2-1.fc35.x86_64                       60/111 
13:41:12 #11 22.18   Verifying        : libbtrfsutil-5.16.2-1.fc35.x86_64                   61/111 
13:41:12 #11 22.18   Verifying        : libfdisk-2.37.4-1.fc35.x86_64                       62/111 
13:41:12 #11 22.18   Verifying        : libibverbs-39.0-1.fc35.x86_64                       63/111 
13:41:12 #11 22.18   Verifying        : libseccomp-2.5.3-1.fc35.x86_64                      64/111 
13:41:12 #11 22.18   Verifying        : libseccomp-devel-2.5.3-1.fc35.x86_64                65/111 
13:41:12 #11 22.18   Verifying        : libselinux-devel-3.3-1.fc35.x86_64                  66/111 
13:41:12 #11 22.18   Verifying        : libselinux-utils-3.3-1.fc35.x86_64                  67/111 
13:41:12 #11 22.18   Verifying        : libsepol-devel-3.3-2.fc35.x86_64                    68/111 
13:41:12 #11 22.18   Verifying        : libtool-2.4.6-50.fc35.x86_64                        69/111 
13:41:12 #11 22.18   Verifying        : libtool-ltdl-2.4.6-50.fc35.x86_64                   70/111 
13:41:12 #11 22.18   Verifying        : libtool-ltdl-devel-2.4.6-50.fc35.x86_64             71/111 
13:41:12 #11 22.18   Verifying        : libuv-1:1.44.1-1.fc35.x86_64                        72/111 
13:41:12 #11 22.18   Verifying        : libxcrypt-devel-4.4.28-1.fc35.x86_64                73/111 
13:41:12 #11 22.18   Verifying        : libxcrypt-static-4.4.28-1.fc35.x86_64               74/111 
13:41:12 #11 22.18   Verifying        : openssh-8.7p1-3.fc35.x86_64                         75/111 
13:41:12 #11 22.18   Verifying        : openssh-clients-8.7p1-3.fc35.x86_64                 76/111 
13:41:12 #11 22.18   Verifying        : pcre2-devel-10.39-1.fc35.x86_64                     77/111 
13:41:12 #11 22.18   Verifying        : pcre2-utf16-10.39-1.fc35.x86_64                     78/111 
13:41:12 #11 22.18   Verifying        : pcre2-utf32-10.39-1.fc35.x86_64                     79/111 
13:41:12 #11 22.18   Verifying        : perl-File-Compare-1.100.600-486.fc35.noarch         80/111 
13:41:12 #11 22.18   Verifying        : perl-File-Copy-2.35-486.fc35.noarch                 81/111 
13:41:12 #11 22.18   Verifying        : perl-File-Find-1.39-486.fc35.noarch                 82/111 
13:41:12 #11 22.18   Verifying        : perl-Git-2.35.1-1.fc35.noarch                       83/111 
13:41:12 #11 22.18   Verifying        : perl-lib-0.65-486.fc35.x86_64                       84/111 
13:41:12 #11 22.18   Verifying        : policycoreutils-3.3-1.fc35.x86_64                   85/111 
13:41:12 #11 22.18   Verifying        : policycoreutils-devel-3.3-1.fc35.x86_64             86/111 
13:41:12 #11 22.18   Verifying        : policycoreutils-python-utils-3.3-1.fc35.noarch      87/111 
13:41:12 #11 22.18   Verifying        : python3-audit-3.0.8-1.fc35.x86_64                   88/111 
13:41:12 #11 22.18   Verifying        : python3-libselinux-3.3-1.fc35.x86_64                89/111 
13:41:12 #11 22.18   Verifying        : python3-libsemanage-3.3-1.fc35.x86_64               90/111 
13:41:12 #11 22.18   Verifying        : python3-policycoreutils-3.3-1.fc35.noarch           91/111 
13:41:12 #11 22.18   Verifying        : qrencode-libs-4.1.1-1.fc35.x86_64                   92/111 
13:41:12 #11 22.18   Verifying        : rpm-plugin-selinux-4.17.0-4.fc35.x86_64             93/111 
13:41:12 #11 22.18   Verifying        : selinux-policy-35.17-1.fc35.noarch                  94/111 
13:41:12 #11 22.19   Verifying        : selinux-policy-devel-35.17-1.fc35.noarch            95/111 
13:41:12 #11 22.19   Verifying        : selinux-policy-targeted-35.17-1.fc35.noarch         96/111 
13:41:12 #11 3.485 Reading state information...
13:41:12 #11 3.500 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:41:12 #11 3.637 Starting 2 pkgProblemResolver with broken count: 0
13:41:12 #11 3.639 Done
13:41:12 #11 3.765  Done
13:41:12 #11 20.80   Installing       : checkpolicy-3.2-1.fc34.x86_64                        14/97 
13:41:12 #11 20.98   Installing       : cpp-11.2.1-9.fc34.x86_64                             15/97 
13:41:12 #11 21.02   Installing       : perl-threads-shared-1.61-458.fc34.x86_64             16/97 
13:41:12 #11 21.05   Installing       : perl-Thread-Queue-3.14-458.fc34.noarch               17/97 
13:41:12 #8 72.31 Setting up libfcgi-perl (0.78-2+b3) ...
13:41:12 #8 72.34 Setting up libdevel-globaldestruction-perl (0.14-1) ...
13:41:12 #8 72.36 Setting up python3-unidiff (0.5.4-1) ...
13:41:12 #8 72.51 Setting up libstrictures-perl (2.000005-1) ...
13:41:12 #8 72.52 Setting up libsub-quote-perl (2.005001-1) ...
13:41:12 #8 72.53 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
13:41:12 [100%] Linking C executable tini-static
13:41:12 #11 12.93   Running scriptlet: openssh-8.8p1-1.fc36.1.x86_64                       60/108 
13:41:12 #11 12.97   Installing       : openssh-8.8p1-1.fc36.1.x86_64                       60/108 
13:41:12 #11 13.01   Installing       : libsepol-devel-3.3-3.fc36.x86_64                    61/108 
13:41:12 #11 13.04   Installing       : libselinux-devel-3.3-4.fc36.x86_64                  62/108 
13:41:12 #11 13.05   Installing       : libselinux-utils-3.3-4.fc36.x86_64                  63/108 
13:41:12 #11 13.09   Installing       : policycoreutils-3.3-4.fc36.x86_64                   64/108 
13:41:12 #11 13.14   Running scriptlet: policycoreutils-3.3-4.fc36.x86_64                   64/108 
13:41:12 #9 63.98 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:41:12 #9 64.00 Setting up liblist-compare-perl (0.55-1) ...
13:41:12 #9 64.03 Setting up libref-util-xs-perl (0.117-1build5) ...
13:41:12 #9 64.07 Setting up libio-pty-perl (1:1.15-2build2) ...
13:41:12 #9 64.09 Setting up libtool (2.4.6-15build2) ...
13:41:12 #9 64.12 Setting up g++-11 (11.2.0-19ubuntu1) ...
13:41:12 #9 64.14 Setting up libfile-fcntllock-perl (0.22-3build7) ...
13:41:12 #9 64.16 Setting up libclone-perl (0.45-1build3) ...
13:41:12 #9 64.19 Setting up libalgorithm-diff-perl (1.201-1) ...
13:41:12 #11 13.93 Unpacking libsepol1-dev:armhf (3.1-1) ...
13:41:12 #11 14.01 Selecting previously unselected package libpcre2-16-0:armhf.
13:41:12 #11 14.01 Preparing to unpack .../19-libpcre2-16-0_10.36-2_armhf.deb ...
13:41:12 #11 14.03 Unpacking libpcre2-16-0:armhf (10.36-2) ...
13:41:12 #11 14.09 Selecting previously unselected package libpcre2-32-0:armhf.
13:41:12 #11 14.10 Preparing to unpack .../20-libpcre2-32-0_10.36-2_armhf.deb ...
13:41:12 #11 14.11 Unpacking libpcre2-32-0:armhf (10.36-2) ...
13:41:12 #9 70.90 Setting up libnamespace-clean-perl (0.27-1) ...
13:41:12 #9 70.92 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
13:41:12 #9 70.93 Setting up libgitlab-api-v4-perl (0.25-1) ...
13:41:12 #9 70.95 Setting up libmoox-struct-perl (0.017-1) ...
13:41:12 #9 70.96 Setting up lintian (2.62.0ubuntu2) ...
13:41:12 #9 70.98 Setting up licensecheck (3.0.45-1) ...
13:41:12 #9 70.99 Setting up dh-autoreconf (19) ...
13:41:12 #9 71.00 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:41:12 #9 71.02 Setting up libwww-perl (6.43-1) ...
13:41:12 #9 71.03 Setting up debhelper (12.10ubuntu1) ...
13:41:12 #9 71.04 Setting up devscripts (2.20.2ubuntu2) ...
13:41:12 #11 9.467 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:41:12 #11 9.469 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
13:41:12 #11 9.475 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:41:12 #11 9.634 Selecting previously unselected package libudev-dev:armhf.
13:41:12 #11 9.636 Preparing to unpack .../13-libudev-dev_237-3ubuntu10.53_armhf.deb ...
13:41:12 #11 9.646 Unpacking libudev-dev:armhf (237-3ubuntu10.53) ...
13:41:12 #11 9.709 Selecting previously unselected package libsepol1-dev:armhf.
13:41:12 #11 9.709 Preparing to unpack .../14-libsepol1-dev_2.7-1ubuntu0.1_armhf.deb ...
13:41:12 #11 9.715 Unpacking libsepol1-dev:armhf (2.7-1ubuntu0.1) ...
13:41:12 #9 69.85 Setting up libimport-into-perl (1.002005-1) ...
13:41:12 #9 69.87 Setting up libmoo-perl (2.004004-1) ...
13:41:12 #9 69.88 Setting up liblist-someutils-perl (0.58-1) ...
13:41:12 #9 69.89 Setting up debhelper (13.3.4ubuntu2) ...
13:41:12 #9 69.91 Setting up dput (1.1.0ubuntu2) ...
13:41:12 #11 3.878 Starting pkgProblemResolver with broken count: 0
13:41:12 #11 3.897 Starting 2 pkgProblemResolver with broken count: 0
13:41:12 #11 3.898 Done
13:41:12 #11 22.19   Verifying        : systemd-249.11-2.fc35.x86_64                        97/111 
13:41:12 #11 22.19   Verifying        : systemd-devel-249.11-2.fc35.x86_64                  98/111 
13:41:12 #11 22.19   Verifying        : systemd-networkd-249.11-2.fc35.x86_64               99/111 
13:41:12 #11 22.19   Verifying        : systemd-pam-249.11-2.fc35.x86_64                   100/111 
13:41:12 #11 22.19   Verifying        : systemd-resolved-249.11-2.fc35.x86_64              101/111 
13:41:12 #11 22.19   Verifying        : systemd-rpm-macros-249.11-2.fc35.noarch            102/111 
13:41:12 #11 22.19   Verifying        : util-linux-2.37.4-1.fc35.x86_64                    103/111 
13:41:12 #11 22.19   Verifying        : util-linux-core-2.37.4-1.fc35.x86_64               104/111 
13:41:12 #11 22.19   Verifying        : vim-filesystem-2:8.2.4804-1.fc35.noarch            105/111 
13:41:12 #11 22.19   Verifying        : audit-libs-3.0.8-1.fc35.x86_64                     106/111 
13:41:12 #11 22.19   Verifying        : audit-libs-3.0.7-2.fc35.x86_64                     107/111 
13:41:12 #11 22.19   Verifying        : libgcc-11.3.1-2.fc35.x86_64                        108/111 
13:41:12 #11 22.19   Verifying        : libgcc-11.2.1-9.fc35.x86_64                        109/111 
13:41:12 #11 22.19   Verifying        : libgomp-11.3.1-2.fc35.x86_64                       110/111 
13:41:12 #11 22.19   Verifying        : libgomp-11.2.1-9.fc35.x86_64                       111/111 
13:41:12 #11 22.41 
13:41:12 #11 22.41 Upgraded:
13:41:12 #11 22.41   audit-libs-3.0.8-1.fc35.x86_64           libgcc-11.3.1-2.fc35.x86_64          
13:41:12 #11 22.41   libgomp-11.3.1-2.fc35.x86_64            
13:41:12 #11 22.41 Installed:
13:41:12 #11 22.41   acl-2.3.1-2.fc35.x86_64                                                       
13:41:12 #11 22.41   annobin-docs-10.66-2.fc35.noarch                                              
13:41:12 #11 22.41   annobin-plugin-gcc-10.66-2.fc35.x86_64                                        
13:41:12 #11 22.41   autoconf-2.69-37.fc35.noarch                                                  
13:41:12 #11 22.41   automake-1.16.2-5.fc35.noarch                                                 
13:41:12 #11 22.41   btrfs-progs-5.16.2-1.fc35.x86_64                                              
13:41:12 #11 22.41   btrfs-progs-devel-5.16.2-1.fc35.x86_64                                        
13:41:12 #11 22.41   checkpolicy-3.3-1.fc35.x86_64                                                 
13:41:12 #11 22.41   cmake-3.22.2-1.fc35.x86_64                                                    
13:41:12 #11 22.41   cmake-data-3.22.2-1.fc35.noarch                                               
13:41:12 #11 22.41   cmake-filesystem-3.22.2-1.fc35.x86_64                                         
13:41:12 #11 22.41   cmake-rpm-macros-3.22.2-1.fc35.noarch                                         
13:41:12 #11 22.41   cpp-11.3.1-2.fc35.x86_64                                                      
13:41:12 #11 22.41   cryptsetup-libs-2.4.3-1.fc35.x86_64                                           
13:41:12 #11 22.41   dbus-1:1.12.22-1.fc35.x86_64                                                  
13:41:12 #11 22.41   dbus-broker-29-4.fc35.x86_64                                                  
13:41:12 #11 22.41   dbus-common-1:1.12.22-1.fc35.noarch                                           
13:41:12 #11 22.41   device-mapper-1.02.175-6.fc35.x86_64                                          
13:41:12 #11 22.41   device-mapper-devel-1.02.175-6.fc35.x86_64                                    
13:41:12 #11 22.41   device-mapper-libs-1.02.175-6.fc35.x86_64                                     
13:41:12 #11 22.41   e2fsprogs-libs-1.46.3-1.fc35.x86_64                                           
13:41:12 #11 22.41   emacs-filesystem-1:27.2-9.fc35.noarch                                         
13:41:12 #11 22.41   gc-8.0.4-6.fc35.x86_64                                                        
13:41:12 #11 22.41   gcc-11.3.1-2.fc35.x86_64                                                      
13:41:12 #11 22.41   git-2.35.1-1.fc35.x86_64                                                      
13:41:12 #11 22.41   git-core-2.35.1-1.fc35.x86_64                                                 
13:41:12 #11 22.41   git-core-doc-2.35.1-1.fc35.noarch                                             
13:41:12 #11 22.41   glibc-devel-2.34-32.fc35.x86_64                                               
13:41:12 #11 22.41   glibc-headers-x86-2.34-32.fc35.noarch                                         
13:41:12 #11 22.41   glibc-static-2.34-32.fc35.x86_64                                              
13:41:12 #11 22.41   guile22-2.2.7-3.fc35.x86_64                                                   
13:41:12 #11 22.41   iptables-legacy-libs-1.8.7-13.fc35.x86_64                                     
13:41:12 #11 22.41   jsoncpp-1.9.4-5.fc35.x86_64                                                   
13:41:12 #11 22.41   kernel-headers-5.17.4-200.fc35.x86_64                                         
13:41:12 #11 22.41   kmod-libs-29-4.fc35.x86_64                                                    
13:41:12 #11 22.41   less-590-2.fc35.x86_64                                                        
13:41:12 #11 22.41   libargon2-20171227-7.fc35.x86_64                                              
13:41:12 #11 22.41   libbpf-2:0.4.0-2.fc35.x86_64                                                  
13:41:12 #11 22.41   libbtrfs-5.16.2-1.fc35.x86_64                                                 
13:41:12 #11 22.41   libbtrfsutil-5.16.2-1.fc35.x86_64                                             
13:41:12 #11 22.41   libcbor-0.7.0-4.fc35.x86_64                                                   
13:41:12 #11 22.41   libedit-3.1-40.20210910cvs.fc35.x86_64                                        
13:41:12 #11 22.41   libfdisk-2.37.4-1.fc35.x86_64                                                 
13:41:12 #11 22.41   libfido2-1.8.0-1.fc35.x86_64                                                  
13:41:12 #11 22.41   libibverbs-39.0-1.fc35.x86_64                                                 
13:41:12 #11 22.41   libmpc-1.2.1-3.fc35.x86_64                                                    
13:41:12 #11 22.41   libnl3-3.5.0-8.fc35.x86_64                                                    
13:41:12 #11 22.41   libpcap-14:1.10.1-2.fc35.x86_64                                               
13:41:12 #11 22.41   libseccomp-2.5.3-1.fc35.x86_64                                                
13:41:12 #11 22.41   libseccomp-devel-2.5.3-1.fc35.x86_64                                          
13:41:12 #11 22.41   libselinux-devel-3.3-1.fc35.x86_64                                            
13:41:12 #11 22.41   libselinux-utils-3.3-1.fc35.x86_64                                            
13:41:12 #11 22.41   libsepol-devel-3.3-2.fc35.x86_64                                              
13:41:12 #11 22.41   libtool-2.4.6-50.fc35.x86_64                                                  
13:41:12 #11 22.41   libtool-ltdl-2.4.6-50.fc35.x86_64                                             
13:41:12 #11 22.41   libtool-ltdl-devel-2.4.6-50.fc35.x86_64                                       
13:41:12 #11 22.41   libutempter-1.2.1-5.fc35.x86_64                                               
13:41:12 #11 22.41   libuv-1:1.44.1-1.fc35.x86_64                                                  
13:41:12 #11 22.41   libxcrypt-devel-4.4.28-1.fc35.x86_64                                          
13:41:12 #11 22.41   libxcrypt-static-4.4.28-1.fc35.x86_64                                         
13:41:12 #11 22.41   libxkbcommon-1.3.1-1.fc35.x86_64                                              
13:41:12 #11 22.41   lzo-2.10-5.fc35.x86_64                                                        
13:41:12 #11 22.41   m4-1.4.19-2.fc35.x86_64                                                       
13:41:12 #11 22.41   make-1:4.3-6.fc35.x86_64                                                      
13:41:12 #11 22.41   openssh-8.7p1-3.fc35.x86_64                                                   
13:41:12 #11 22.41   openssh-clients-8.7p1-3.fc35.x86_64                                           
13:41:12 #11 22.41   pcre2-devel-10.39-1.fc35.x86_64                                               
13:41:12 #11 22.41   pcre2-utf16-10.39-1.fc35.x86_64                                               
13:41:12 #11 22.41   pcre2-utf32-10.39-1.fc35.x86_64                                               
13:41:12 #11 22.41   perl-Error-1:0.17029-7.fc35.noarch                                            
13:41:12 #11 22.41   perl-File-Compare-1.100.600-486.fc35.noarch                                   
13:41:12 #11 22.41   perl-File-Copy-2.35-486.fc35.noarch                                           
13:41:12 #11 22.41   perl-File-Find-1.39-486.fc35.noarch                                           
13:41:12 #11 22.41   perl-Git-2.35.1-1.fc35.noarch                                                 
13:41:12 #11 22.41   perl-TermReadKey-2.38-11.fc35.x86_64                                          
13:41:12 #11 22.41   perl-Thread-Queue-3.14-478.fc35.noarch                                        
13:41:12 #11 22.41   perl-lib-0.65-486.fc35.x86_64                                                 
13:41:12 #11 22.41   perl-threads-1:2.26-448.fc35.x86_64                                           
13:41:12 #11 22.41   perl-threads-shared-1.62-478.fc35.x86_64                                      
13:41:12 #11 22.41   policycoreutils-3.3-1.fc35.x86_64                                             
13:41:12 #11 22.41   policycoreutils-devel-3.3-1.fc35.x86_64                                       
13:41:12 #11 22.41   policycoreutils-python-utils-3.3-1.fc35.noarch                                
13:41:12 #11 22.41   python3-audit-3.0.8-1.fc35.x86_64                                             
13:41:12 #11 22.41   python3-libselinux-3.3-1.fc35.x86_64                                          
13:41:12 #11 22.41   python3-libsemanage-3.3-1.fc35.x86_64                                         
13:41:12 #11 22.41   python3-policycoreutils-3.3-1.fc35.noarch                                     
13:41:12 #11 22.41   python3-setools-4.4.0-3.fc35.x86_64                                           
13:41:12 #11 22.41   python3-setuptools-57.4.0-1.fc35.noarch                                       
13:41:12 #11 22.41   qrencode-libs-4.1.1-1.fc35.x86_64                                             
13:41:12 #11 22.41   rhash-1.4.0-4.fc35.x86_64                                                     
13:41:12 #11 22.41   rpm-plugin-selinux-4.17.0-4.fc35.x86_64                                       
13:41:12 #11 22.41   selinux-policy-35.17-1.fc35.noarch                                            
13:41:12 #11 22.41   selinux-policy-devel-35.17-1.fc35.noarch                                      
13:41:12 #11 22.41   selinux-policy-targeted-35.17-1.fc35.noarch                                   
13:41:12 #11 22.41   systemd-249.11-2.fc35.x86_64                                                  
13:41:12 #11 22.41   systemd-devel-249.11-2.fc35.x86_64                                            
13:41:12 #11 22.41   systemd-networkd-249.11-2.fc35.x86_64                                         
13:41:12 #11 22.41   systemd-pam-249.11-2.fc35.x86_64                                              
13:41:12 #11 22.41   systemd-resolved-249.11-2.fc35.x86_64                                         
13:41:12 #11 22.41   systemd-rpm-macros-249.11-2.fc35.noarch                                       
13:41:12 #11 22.41   util-linux-2.37.4-1.fc35.x86_64                                               
13:41:12 #11 22.41   util-linux-core-2.37.4-1.fc35.x86_64                                          
13:41:12 #11 22.41   vim-filesystem-2:8.2.4804-1.fc35.noarch                                       
13:41:12 #11 22.41   which-2.21-27.fc35.x86_64                                                     
13:41:12 #11 22.41   xkeyboard-config-2.33-2.fc35.noarch                                           
13:41:12 #11 22.41 
13:41:12 #11 22.41 Complete!
13:41:12 #8 72.54 Setting up libsort-versions-perl (1.62-1) ...
13:41:12 #8 72.56 Setting up libexporter-tiny-perl (1.002001-1) ...
13:41:12 #8 72.57 Setting up libterm-readkey-perl (2.38-1) ...
13:41:12 #8 72.58 Setting up lsb-release (10.2019051400) ...
13:41:12 #8 72.60 Setting up libclass-accessor-perl (0.51-1) ...
13:41:12 #8 72.61 Setting up libnet-ip-perl (1.26-2) ...
13:41:12 #8 72.62 Setting up python3-magic (2:0.4.15-2) ...
13:41:12 #14 DONE 3.0s
13:41:12 
13:41:12 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:41:12 #15 sha256:f611767c447eb206e4b0c00aac29c0c90597edd6cdd0918cfc08894b6bde119b
13:41:12 #15 DONE 0.0s
13:41:12 
13:41:12 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:41:12 #16 sha256:565842619ec193137b015eaa577a040839e21cd2b5c6311ea1c658b0749c6fa2
13:41:12 #16 DONE 0.1s
13:41:12 
13:41:12 #17 exporting to image
13:41:12 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:12 #17 exporting layers
13:41:12 #11 13.15   Installing       : rpm-plugin-selinux-4.17.0-10.fc36.x86_64            65/108 
13:41:12 #11 13.15   Installing       : selinux-policy-36.8-1.fc36.noarch                   66/108 
13:41:12 #11 13.16   Running scriptlet: selinux-policy-36.8-1.fc36.noarch                   66/108 
13:41:12 #11 13.18   Running scriptlet: selinux-policy-targeted-36.8-1.fc36.noarch          67/108 
13:41:12 #11 13.37   Installing       : selinux-policy-targeted-36.8-1.fc36.noarch          67/108 
13:41:12 #9 64.22 Setting up libarchive-zip-perl (1.68-1) ...
13:41:12 #9 64.23 Setting up libsub-identify-perl (0.14-1build5) ...
13:41:12 #9 64.26 Setting up libdistro-info-perl (1.1build1) ...
13:41:12 #9 64.28 Setting up libcpanel-json-xs-perl:armhf (4.27-1build1) ...
13:41:12 #9 64.31 Setting up python3-apt (2.3.0ubuntu2) ...
13:41:12 #11 14.23 Selecting previously unselected package libpcre2-posix2:armhf.
13:41:12 #11 14.23 Preparing to unpack .../21-libpcre2-posix2_10.36-2_armhf.deb ...
13:41:12 #11 14.25 Unpacking libpcre2-posix2:armhf (10.36-2) ...
13:41:12 #11 14.31 Selecting previously unselected package libpcre2-dev:armhf.
13:41:12 #11 14.31 Preparing to unpack .../22-libpcre2-dev_10.36-2_armhf.deb ...
13:41:12 #11 14.32 Unpacking libpcre2-dev:armhf (10.36-2) ...
13:41:12 #11 14.44 Selecting previously unselected package libselinux1-dev:armhf.
13:41:12 #11 14.44 Preparing to unpack .../23-libselinux1-dev_3.1-3_armhf.deb ...
13:41:12 #12 0.931 Enabling base-source repository
13:41:12 #12 0.932 Enabling extras-source repository
13:41:12 #12 0.932 Enabling updates-source repository
13:41:12 #12 0.932 Loading mirror speeds from cached hostfile
13:41:12 #12 0.933  * base: download.cf.centos.org
13:41:12 #12 0.934  * extras: download.cf.centos.org
13:41:12 #12 0.934  * updates: download.cf.centos.org
13:41:12 #9 71.21 Setting up equivs (2.2.0) ...
13:41:12 #9 71.22 Setting up libxml-parser-perl (2.46-1) ...
13:41:12 #9 71.24 Setting up libxml-sax-expat-perl (0.51-1) ...
13:41:12 #9 71.28 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:41:12 #9 71.33 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:12 #11 9.808 Selecting previously unselected package libpcre16-3:armhf.
13:41:12 #11 9.808 Preparing to unpack .../15-libpcre16-3_2%3a8.39-9_armhf.deb ...
13:41:12 #11 9.821 Unpacking libpcre16-3:armhf (2:8.39-9) ...
13:41:12 #11 9.881 Selecting previously unselected package libpcre32-3:armhf.
13:41:12 #11 9.883 Preparing to unpack .../16-libpcre32-3_2%3a8.39-9_armhf.deb ...
13:41:12 #11 9.889 Unpacking libpcre32-3:armhf (2:8.39-9) ...
13:41:12 #9 70.20 Setting up liblist-someutils-xs-perl (0.58-2build2) ...
13:41:12 #9 70.21 Setting up equivs (2.3.1) ...
13:41:12 #9 70.23 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:41:12 #9 70.28 Setting up libparams-validate-perl:armhf (1.30-1build2) ...
13:41:12 #9 70.29 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
13:41:12 #9 70.30 Setting up libnamespace-clean-perl (0.27-1) ...
13:41:12 #9 70.31 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
13:41:12 #9 70.32 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:41:12 #9 70.37 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:41:12 #9 70.38 Setting up libmoox-struct-perl (0.020-1) ...
13:41:12 #9 70.39 Setting up lintian (2.104.0ubuntu3.1) ...
13:41:12 #9 70.40 Setting up licensecheck (3.1.1-2) ...
13:41:12 #11 4.072 The following additional packages will be installed:
13:41:12 #11 4.072   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
13:41:12 #11 4.072   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
13:41:12 #11 4.072   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:41:12 #11 4.072   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:41:12 #11 4.073   libsystemd-dev libudev-dev libuv1 pkg-config procps
13:41:12 #11 4.074 Suggested packages:
13:41:12 #11 4.074   cmake-doc ninja-build apparmor-easyprof seccomp
13:41:12 #11 4.074 Recommended packages:
13:41:12 #11 4.074   psmisc
13:41:12 #11 4.240 The following NEW packages will be installed:
13:41:12 #11 4.240   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
13:41:12 #11 4.240   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
13:41:12 #11 4.240   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:41:12 #11 4.241   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:41:12 #11 4.241   libsystemd-dev libudev-dev libuv1 pkg-config procps
13:41:12 #11 DONE 22.6s
13:41:12 
13:41:12 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
13:41:12 #13 sha256:d74849d83d9a135c31e637da39868f23f01d7f84600e9307b207b9b97fd05a3e
13:41:12 #8 72.83 Setting up libperlio-gzip-perl (0.19-1+b5) ...
13:41:12 #8 72.85 Setting up libsys-hostname-long-perl (1.5-1) ...
13:41:12 #8 72.86 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
13:41:12 #8 72.88 Setting up liburi-perl (1.76-1) ...
13:41:12 #8 72.89 Setting up exim4-daemon-light (4.92-8+deb10u6) ...
13:41:12 #8 72.97 invoke-rc.d: could not determine current runlevel
13:41:12 #8 72.97 invoke-rc.d: policy-rc.d denied execution of start.
13:41:12 #8 72.97 Initializing GnuTLS DH parameter file
13:41:12 #11 21.07   Installing       : automake-1.16.2-4.fc34.noarch                        18/97 
13:41:12 [100%] Built target tini-static
13:41:12 + mkdir -p /usr/local/bin
13:41:12 + cp tini-static /usr/local/bin/docker-init
13:41:12 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:12 + PRODUCT=docker
13:41:12 + hack/make.sh dynbinary
13:41:12 
13:41:12 Removing bundles/
13:41:12 
13:41:12 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:12 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:12 GOOS="" GOARCH="" GOARM=""
13:41:12 #9 64.52 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:41:12 #9 64.53 Setting up liblist-moreutils-perl (0.430-2) ...
13:41:12 #9 64.61 Setting up libhtml-tagset-perl (3.20-4) ...
13:41:12 #9 64.63 Setting up liblog-any-perl (1.710-1) ...
13:41:12 #9 64.66 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:41:12 #9 64.74 Setting up libdevel-size-perl (0.83-1build4) ...
13:41:12 #11 14.44 Unpacking libselinux1-dev:armhf (3.1-3) ...
13:41:12 #11 14.50 Selecting previously unselected package libdevmapper-dev:armhf.
13:41:12 #11 14.51 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
13:41:12 #11 14.58 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
13:41:12 #11 14.62 Selecting previously unselected package libltdl7:armhf.
13:41:12 #11 14.62 Preparing to unpack .../25-libltdl7_2.4.6-15_armhf.deb ...
13:41:12 #11 14.62 Unpacking libltdl7:armhf (2.4.6-15) ...
13:41:12 #11 14.67 Selecting previously unselected package libltdl-dev:armhf.
13:41:12 #11 14.67 Preparing to unpack .../26-libltdl-dev_2.4.6-15_armhf.deb ...
13:41:12 #11 14.68 Unpacking libltdl-dev:armhf (2.4.6-15) ...
13:41:12 #9 71.47 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:12 #9 71.54 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
13:41:12 #9 71.57 Processing triggers for ca-certificates (20210119~20.04.2) ...
13:41:12 #9 71.58 Updating certificates in /etc/ssl/certs...
13:41:12 #9 70.42 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:41:12 #9 70.43 Setting up libwww-perl (6.53-1) ...
13:41:12 #9 70.48 Setting up devscripts (2.21.4ubuntu1) ...
13:41:12 #9 70.67 Setting up libxml-parser-perl:armhf (2.46-2) ...
13:41:13 #11 4.510 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
13:41:13 #11 4.510 1 not fully installed or removed.
13:41:13 #11 4.510 Need to get 11.8 MB of archives.
13:41:13 #11 4.510 After this operation, 47.8 MB of additional disk space will be used.
13:41:13 #11 4.510 Get:1 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
13:41:13 #11 4.514 Get:2 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:41:13 #11 4.528 Get:3 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2 [102 kB]
13:41:13 #11 4.529 Get:4 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
13:41:13 #11 4.553 Get:5 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
13:41:13 #11 4.557 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
13:41:13 #11 4.558 Get:7 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
13:41:13 #11 4.559 Get:8 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
13:41:13 #11 4.561 Get:9 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
13:41:13 #11 4.601 Get:10 http://deb.debian.org/debian bullseye/main amd64 dh-apparmor all 2.13.6-10 [75.2 kB]
13:41:13 #11 10.04 Selecting previously unselected package libpcrecpp0v5:armhf.
13:41:13 #11 10.04 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-9_armhf.deb ...
13:41:13 #11 10.07 Unpacking libpcrecpp0v5:armhf (2:8.39-9) ...
13:41:13 #11 10.18 Selecting previously unselected package libpcre3-dev:armhf.
13:41:13 #11 10.18 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-9_armhf.deb ...
13:41:13 #11 10.19 Unpacking libpcre3-dev:armhf (2:8.39-9) ...
13:41:13 #11 10.33 Selecting previously unselected package libselinux1-dev:armhf.
13:41:13 #11 21.63   Installing       : llvm-libs-12.0.1-1.fc34.x86_64                       19/97 
13:41:13 #11 21.64   Installing       : python3-libsemanage-3.2-1.fc34.x86_64                20/97 
13:41:13 #11 21.70   Installing       : python3-setools-4.4.0-1.fc34.x86_64                  21/97 
13:41:13 #11 21.78   Installing       : xkeyboard-config-2.33-1.fc34.noarch                  22/97 
13:41:13 #11 21.82   Installing       : libxkbcommon-1.3.0-1.fc34.x86_64                     23/97 
13:41:13 #11 21.83   Installing       : vim-filesystem-2:8.2.4804-1.fc34.noarch              24/97 
13:41:13 #11 21.86   Installing       : systemd-rpm-macros-248.10-1.fc34.noarch              25/97 
13:41:13 #11 21.87   Installing       : qrencode-libs-4.1.1-1.fc34.x86_64                    26/97 
13:41:13 #11 21.87   Installing       : python3-audit-3.0.6-1.fc34.x86_64                    27/97 
13:41:13 #8 73.09 Setting up libmailutils5:armhf (1:3.5-4) ...
13:41:13 #8 73.11 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:41:13 #8 73.12 Setting up libnet-ssleay-perl (1.85-2+b1) ...
13:41:13 #8 73.13 Setting up python3-pkg-resources (40.8.0-1) ...
13:41:13 #9 64.77 Setting up libdebhelper-perl (13.6ubuntu1) ...
13:41:13 #9 64.79 Setting up libpod-constants-perl (0.19-2) ...
13:41:13 #9 64.82 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
13:41:13 #9 64.90 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:41:13 #9 64.98 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
13:41:13 #9 65.00 Setting up libio-interactive-perl (1.023-1) ...
13:41:13 #11 14.73 Selecting previously unselected package libseccomp-dev:armhf.
13:41:13 #11 14.74 Preparing to unpack .../27-libseccomp-dev_2.5.1-1+rpi1+deb11u1_armhf.deb ...
13:41:13 #11 14.74 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
13:41:13 #11 14.79 Selecting previously unselected package libsystemd-dev:armhf.
13:41:13 #11 14.79 Preparing to unpack .../28-libsystemd-dev_247.3-7+rpi1_armhf.deb ...
13:41:13 #11 14.80 Unpacking libsystemd-dev:armhf (247.3-7+rpi1) ...
13:41:13 #9 70.69 Setting up libxml-sax-expat-perl (0.51-1) ...
13:41:13 #9 70.78 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:41:13 #9 70.83 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:13 #11 4.602 Get:11 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:41:13 #11 4.604 Get:12 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:41:13 #11 4.606 Get:13 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
13:41:13 #11 4.607 Get:14 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
13:41:13 #11 4.608 Get:15 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
13:41:13 #11 4.609 Get:16 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
13:41:13 #11 4.609 Get:17 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
13:41:13 #11 4.612 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
13:41:13 #11 4.614 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
13:41:13 #11 4.615 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
13:41:13 #11 4.616 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
13:41:13 #11 4.621 Get:22 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
13:41:13 #11 4.623 Get:23 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
13:41:13 #11 4.623 Get:24 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
13:41:13 #11 4.624 Get:25 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
13:41:13 #11 4.626 Get:26 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
13:41:13 #11 4.798 debconf: delaying package configuration, since apt-utils is not installed
13:41:13 #11 4.835 Fetched 11.8 MB in 0s (31.0 MB/s)
13:41:13 #11 4.862 Selecting previously unselected package bash-completion.
13:41:13 #11 10.33 Preparing to unpack .../19-libselinux1-dev_2.7-2build2_armhf.deb ...
13:41:13 #11 10.33 Unpacking libselinux1-dev:armhf (2.7-2build2) ...
13:41:13 #11 10.45 Selecting previously unselected package libdevmapper-dev:armhf.
13:41:13 #11 10.45 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
13:41:13 #11 10.45 Unpacking libdevmapper-dev:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:41:13 #11 10.49 Selecting previously unselected package libseccomp-dev:armhf.
13:41:13 #11 10.49 Preparing to unpack .../21-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_armhf.deb ...
13:41:13 #11 10.50 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~18.04.2) ...
13:41:13 #11 10.54 Selecting previously unselected package libsystemd-dev:armhf.
13:41:13 #11 10.54 Preparing to unpack .../22-libsystemd-dev_237-3ubuntu10.53_armhf.deb ...
13:41:13 #11 10.55 Unpacking libsystemd-dev:armhf (237-3ubuntu10.53) ...
13:41:13 #24 DONE 59.0s
13:41:13 
13:41:13 #25 [linux/arm/v7 binary 1/1] COPY --from=build /out .
13:41:13 #25 DONE 0.1s
13:41:13 
13:41:13 #26 exporting to client
13:41:13 #26 copying files linux/arm/v7 22B
13:41:13 #26 copying files linux/arm/v7 24.37MB 0.4s done
13:41:13 #26 DONE 0.4s
13:41:13 + docker buildx build --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg CONTAINERD_VERSION --build-arg RUNC_VERSION --build-arg CROSS=true --build-arg DOCKER_CROSSPLATFORMS=linux/arm/v7 --build-arg CGO_ENABLED=0 --output ./bundles --target cross .
13:41:13 #1 [internal] load .dockerignore
13:41:13 #1 transferring context: 145B 0.0s done
13:41:13 #1 DONE 0.1s
13:41:13 
13:41:13 #2 [internal] load build definition from Dockerfile
13:41:13 #2 transferring dockerfile: 17.43kB 0.0s done
13:41:13 #2 DONE 0.1s
13:41:13 
13:41:13 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:41:13 #3 DONE 0.6s
13:41:13 
13:41:13 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:41:13 #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:41:13 #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.1s done
13:41:13 #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c
13:41:13 #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s done
13:41:13 #4 DONE 0.3s
13:41:13 
13:41:13 #5 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye
13:41:13 #5 ...
13:41:13 
13:41:13 #6 [auth] djs55/vpnkit:pull token for registry-1.docker.io
13:41:13 #6 DONE 0.0s
13:41:13 
13:41:13 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:41:13 #7 DONE 1.2s
13:41:13 
13:41:13 #5 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye
13:41:13 #5 DONE 1.1s
13:41:13 
13:41:13 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:41:13 #8 DONE 1.2s
13:41:13 
13:41:13 #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:13 #9 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:41:13 #9 DONE 0.1s
13:41:13 
13:41:13 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:13 #10 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.0s done
13:41:13 #10 DONE 0.5s
13:41:13 
13:41:13 #11 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:13 #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:41:13 #11 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done
13:41:13 #11 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
13:41:13 #11 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.4s done
13:41:13 #11 DONE 3.8s
13:41:13 
13:41:13 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:13 #10 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 126B / 126B 0.2s done
13:41:13 #10 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 108.70MB / 108.70MB 2.8s done
13:41:13 #10 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 81.05MB / 81.05MB 1.6s done
13:41:13 #10 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 54.67MB / 54.67MB 1.8s done
13:41:13 #10 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 10.66MB / 10.66MB 0.7s done
13:41:13 #10 sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 4.94MB / 4.94MB 0.3s done
13:41:13 #10 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 2.0s done
13:41:13 #10 DONE 3.9s
13:41:13 
13:41:13 #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:13 #9 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.2s done
13:41:13 #9 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.5s done
13:41:13 #9 DONE 3.9s
13:41:13 
13:41:13 #12 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:41:13 #12 DONE 0.1s
13:41:13 
13:41:13 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:13 #10 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682
13:41:13 #10 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 1.7s done
13:41:13 #10 DONE 6.3s
13:41:13 
13:41:13 #14 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:41:13 #11 21.90   Installing       : perl-lib-0.65-477.fc34.x86_64                        28/97 
13:41:13 #11 21.90   Running scriptlet: openssh-8.6p1-5.fc34.x86_64                          29/97 
13:41:13 #11 21.94   Installing       : openssh-8.6p1-5.fc34.x86_64                          29/97 
13:41:13 #11 21.98   Installing       : libuv-1:1.44.1-1.fc34.x86_64                         30/97 
13:41:13 #11 21.99   Installing       : libsepol-devel-3.2-2.fc34.x86_64                     31/97 
13:41:13 #11 22.03   Installing       : libbtrfsutil-5.16.2-1.fc34.x86_64                    32/97 
13:41:13 #11 22.03   Installing       : libbtrfs-5.16.2-1.fc34.x86_64                        33/97 
13:41:13 #11 22.08   Installing       : libbpf-2:0.4.0-1.fc34.x86_64                         34/97 
13:41:13 #8 73.54 Setting up automake (1:1.16.1-4) ...
13:41:13 #8 73.59 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:41:13 #8 73.60 Setting up libasync-mergepoint-perl (0.04-2) ...
13:41:13 #8 73.61 Setting up libio-sessiondata-perl (1.03-1) ...
13:41:13 #8 73.63 Setting up libstring-escape-perl (2010.002-2) ...
13:41:13 #8 73.64 Setting up libhttp-date-perl (6.02-1) ...
13:41:13 #8 73.65 Setting up libfile-which-perl (1.23-1) ...
13:41:13 #8 73.71 Setting up mailutils (1:3.5-4) ...
13:41:13 #8 73.72 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
13:41:13 #8 73.73 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
13:41:13 #8 73.74 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
13:41:13 #8 73.74 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
13:41:13 #8 73.77 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
13:41:13 #9 65.03 Setting up libtry-tiny-perl (0.31-1) ...
13:41:13 #9 65.05 Setting up libtype-tiny-perl (1.012004-1) ...
13:41:13 #9 65.14 Setting up libcommon-sense-perl:armhf (3.75-2build1) ...
13:41:13 #9 65.18 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:41:13 #9 65.21 Setting up libnet-http-perl (6.22-1) ...
13:41:13 #9 65.28 Setting up libpath-iterator-rule-perl (1.015-1) ...
13:41:13 #11 14.91 Selecting previously unselected package libglib2.0-0:armhf.
13:41:13 #11 14.91 Preparing to unpack .../29-libglib2.0-0_2.66.8-1_armhf.deb ...
13:41:13 #11 14.91 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
13:41:13 #11 15.06 Selecting previously unselected package pkg-config.
13:41:13 #11 15.06 Preparing to unpack .../30-pkg-config_0.29.2-1_armhf.deb ...
13:41:13 #11 15.06 Unpacking pkg-config (0.29.2-1) ...
13:41:13 #11 15.12 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
13:41:13 #11 15.13 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
13:41:13 #11 15.15 Setting up g++-10 (10.2.1-6+rpi1) ...
13:41:13 #11 15.16 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
13:41:13 #11 15.19 Setting up libglib2.0-0:armhf (2.66.8-1) ...
13:41:13 #11 15.21 No schema files found: doing nothing.
13:41:13 #11 15.21 Setting up libsepol1-dev:armhf (3.1-1) ...
13:41:13 #11 15.23 Setting up libpcre2-16-0:armhf (10.36-2) ...
13:41:13 #11 15.25 Setting up libbtrfs0:armhf (5.10.1-2) ...
13:41:13 #9 70.98 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:13 #11 4.862 (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 ... 28620 files and directories currently installed.)
13:41:13 #11 4.879 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
13:41:13 #11 10.62 Selecting previously unselected package pkg-config.
13:41:13 #11 10.62 Preparing to unpack .../23-pkg-config_0.29.1-0ubuntu2_armhf.deb ...
13:41:13 #11 10.63 Unpacking pkg-config (0.29.1-0ubuntu2) ...
13:41:13 #11 10.70 Setting up libsepol1-dev:armhf (2.7-1ubuntu0.1) ...
13:41:13 #11 10.73 Setting up libuv1:armhf (1.18.0-3) ...
13:41:13 #11 10.74 Setting up bash-completion (1:2.8-1ubuntu1) ...
13:41:13 #9 72.02 0 added, 0 removed; done.
13:41:13 #9 72.02 Running hooks in /etc/ca-certificates/update.d...
13:41:13 #9 72.02 done.
13:41:13 #10 ...
13:41:13 
13:41:13 #13 [internal] load build context
13:41:13 #13 transferring context: 60.99MB 4.3s done
13:41:13 #13 DONE 4.6s
13:41:13 #11 22.09   Installing       : kmod-libs-29-2.fc34.x86_64                           35/97 
13:41:13 #11 22.20   Installing       : kernel-headers-5.17.4-100.fc34.x86_64                36/97 
13:41:13 #11 22.24   Installing       : jsoncpp-1.9.4-5.fc34.x86_64                          37/97 
13:41:13 #11 22.29   Installing       : glibc-headers-x86-2.33-21.fc34.noarch                38/97 
13:41:13 #11 22.33   Installing       : libxcrypt-devel-4.4.28-1.fc34.x86_64                 39/97 
13:41:13 #8 73.77 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
13:41:13 #8 73.78 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
13:41:13 #8 73.79 Setting up libfile-basedir-perl (0.08-1) ...
13:41:13 #8 73.81 Setting up libnumber-range-perl (0.12-1) ...
13:41:13 #8 73.82 Setting up libtask-weaken-perl (1.06-1) ...
13:41:13 #8 73.83 Setting up libunicode-utf8-perl (0.62-1) ...
13:41:13 #8 73.84 Setting up libstruct-dumb-perl (0.09-1) ...
13:41:13 #8 73.85 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
13:41:13 #8 73.87 Setting up libfile-listing-perl (6.04-1) ...
13:41:13 #8 73.88 Setting up gpg-wks-client (2.2.12-1+deb10u1) ...
13:41:13 #8 73.89 Setting up libclass-inspector-perl (1.32-1) ...
13:41:13 #8 73.90 Setting up libfont-afm-perl (1.20-2) ...
13:41:13 #8 73.91 Setting up libwant-perl (0.29-1+b4) ...
13:41:13 #8 73.93 Setting up libdynaloader-functions-perl (0.003-1) ...
13:41:13 #8 73.94 Setting up libtext-glob-perl (0.10-1) ...
13:41:13 #8 73.95 Setting up libclass-method-modifiers-perl (2.12-1) ...
13:41:13 #8 73.97 Setting up liblist-compare-perl (0.53-1) ...
13:41:13 #8 73.98 Setting up libref-util-xs-perl (0.117-1+b1) ...
13:41:13 #8 74.02 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
13:41:13 #11 15.27 Setting up libpcre2-32-0:armhf (10.36-2) ...
13:41:13 #11 15.29 Setting up libuv1:armhf (1.40.0-1) ...
13:41:13 #11 15.31 Setting up bash-completion (1:2.11-2) ...
13:41:13 #9 65.30 Setting up libtext-markdown-discount-perl:armhf (0.13-1build1) ...
13:41:13 #9 65.32 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:41:13 #9 65.39 Setting up libtime-moment-perl (0.44-1build6) ...
13:41:13 
13:41:13 #14 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:41:13 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc
13:41:13  debian/rules build
13:41:13 dh build --with=bash-completion
13:41:13    dh_update_autotools_config
13:41:13 #11 22.36   Installing       : glibc-devel-2.33-21.fc34.x86_64                      40/97 
13:41:13 #11 22.47   Installing       : glibc-static-2.33-21.fc34.x86_64                     41/97 
13:41:13 #11 22.48   Installing       : libxcrypt-static-4.4.28-1.fc34.x86_64                42/97 
13:41:13 #11 22.51   Installing       : rhash-1.4.0-3.fc34.x86_64                            43/97 
13:41:13 #11 22.52   Installing       : perl-TermReadKey-2.38-9.fc34.x86_64                  44/97 
13:41:13 #11 22.56   Installing       : perl-Error-1:0.17029-5.fc34.noarch                   45/97 
13:41:13 #11 22.56   Installing       : pcre2-utf32-10.36-4.fc34.x86_64                      46/97 
13:41:13 #11 22.57   Installing       : pcre2-utf16-10.36-4.fc34.x86_64                      47/97 
13:41:13 #11 22.61   Installing       : pcre2-devel-10.36-4.fc34.x86_64                      48/97 
13:41:13 #11 22.61   Installing       : libselinux-devel-3.2-1.fc34.x86_64                   49/97 
13:41:13 #11 22.64   Installing       : lzo-2.10-4.fc34.x86_64                               50/97 
13:41:13 #11 22.65   Installing       : libselinux-utils-3.2-1.fc34.x86_64                   51/97 
13:41:13 #8 74.04 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
13:41:13 #8 74.05 Setting up libsort-key-perl (1.33-2+b1) ...
13:41:13 #8 74.06 Setting up libclone-perl (0.41-1+b1) ...
13:41:13 #8 74.08 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:41:13 #8 74.09 Setting up libarchive-zip-perl (1.64-1) ...
13:41:13 #8 74.11 Setting up libsub-identify-perl (0.14-1+b1) ...
13:41:13 #8 74.12 Setting up libdistro-info-perl (0.21) ...
13:41:13 #8 74.13 Setting up python3-apt (1.8.4.3) ...
13:41:13 #14 ...
13:41:13 
13:41:13 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:13 #10 extracting sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 0.6s done
13:41:13 #10 DONE 6.9s
13:41:13 #9 65.42 Setting up libencode-locale-perl (1.05-1.1) ...
13:41:13 #9 65.44 Setting up libexception-class-perl (1.45-1) ...
13:41:13 #9 65.47 Setting up libmath-base85-perl (0.5+dfsg-1) ...
13:41:13 #9 65.49 Setting up libconfig-tiny-perl (2.28-1) ...
13:41:13 #9 65.60 Setting up libsereal-encoder-perl:armhf (4.023+ds-1) ...
13:41:13 #9 65.62 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
13:41:13 #9 65.63 Setting up liblist-utilsby-perl (0.11-1) ...
13:41:13 #9 65.64 Setting up libstring-shellquote-perl (1.04-1) ...
13:41:13 #9 65.66 Setting up libnet-netmask-perl (2.0001-1) ...
13:41:13 #9 65.68 Setting up libsub-install-perl (0.928-1.1) ...
13:41:13 #9 65.69 Setting up gcc (4:11.2.0-1ubuntu1) ...
13:41:13 #9 65.75 Setting up dpkg-dev (1.21.1ubuntu2) ...
13:41:13 #9 65.78 Setting up intltool-debian (0.35.0+20060710.5) ...
13:41:14 #11 5.344 Unpacking bash-completion (1:2.11-2) ...
13:41:14 #11 5.502 Selecting previously unselected package cmake-data.
13:41:14 #11 5.502 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:41:14    dh_autoreconf
13:41:14    debian/rules override_dh_auto_build
13:41:14 make[1]: Entering directory '/root/build-deb'
13:41:14 #11 5.507 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:41:14 # Build the daemon and dependencies
13:41:14 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:14 
13:41:14 Removing bundles/
13:41:14 
13:41:14 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:14 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:14 GOOS="" GOARCH="" GOARM=""
13:41:14 #11 11.38 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~18.04.2) ...
13:41:14 #11 11.41 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
13:41:14 #9 71.47 Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
13:41:14 #11 22.69   Installing       : policycoreutils-3.2-1.fc34.x86_64                    52/97 
13:41:14 #11 22.74   Running scriptlet: policycoreutils-3.2-1.fc34.x86_64                    52/97 
13:41:14 #11 22.75   Installing       : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64            53/97 
13:41:14 #11 22.78   Installing       : selinux-policy-34.27-1.fc34.noarch                   54/97 
13:41:14 #11 22.78   Running scriptlet: selinux-policy-34.27-1.fc34.noarch                   54/97 
13:41:14 
13:41:14 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:14 #10 extracting sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b
13:41:14 #8 74.29 Setting up libio-stringy-perl (2.111-3) ...
13:41:14 #8 74.31 Setting up liblist-moreutils-perl (0.416-1+b4) ...
13:41:14 #8 74.32 Setting up libhtml-tagset-perl (3.20-3) ...
13:41:14 #8 74.33 Setting up liblog-any-perl (1.707-1) ...
13:41:14 #8 74.34 Setting up libauthen-sasl-perl (2.1600-1) ...
13:41:14 #8 74.35 Setting up libpod-constants-perl (0.19-1) ...
13:41:14 #8 74.37 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
13:41:14 #8 74.38 Setting up libconvert-binhex-perl (1.125-1) ...
13:41:14 #8 74.39 Setting up libfuture-perl (0.39-1) ...
13:41:14 #8 74.40 Setting up liblwp-mediatypes-perl (6.02-1) ...
13:41:14 #8 74.41 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
13:41:14 #8 74.42 Setting up libtry-tiny-perl (0.30-1) ...
13:41:14 #8 74.43 Setting up libtype-tiny-perl (1.004004-1) ...
13:41:14 #8 74.45 Setting up libtest-fatal-perl (0.014-1) ...
13:41:14 #8 74.46 Setting up libcommon-sense-perl (3.74-2+b7) ...
13:41:14 #8 74.47 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:41:14 #8 74.49 Setting up libnet-http-perl (6.18-1) ...
13:41:14 #9 65.80 Setting up liberror-perl (0.17029-1) ...
13:41:14 #9 65.93 Setting up dh-autoreconf (20) ...
13:41:14 #9 65.94 Setting up patchutils (0.4.2-1build2) ...
13:41:14 #9 65.96 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:41:14 #9 65.98 Setting up libltdl-dev:armhf (2.4.6-15build2) ...
13:41:14 #9 65.99 Setting up libjson-maybexs-perl (1.004003-1) ...
13:41:14 #9 66.01 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:41:14 #9 66.03 Setting up libio-string-perl (1.08-3.1) ...
13:41:14 #11 5.909 Selecting previously unselected package libncurses6:amd64.
13:41:14 #11 11.43 Setting up libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:41:14 #11 11.45 Setting up librhash0:armhf (1.3.6-2) ...
13:41:14 #11 11.48 Setting up libdevmapper-event1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:41:14 #11 11.49 Setting up pkg-config (0.29.1-0ubuntu2) ...
13:41:14 #11 11.55 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
13:41:14 #11 11.57 Setting up libpcrecpp0v5:armhf (2:8.39-9) ...
13:41:14 #11 11.61 Setting up libpcre32-3:armhf (2:8.39-9) ...
13:41:14 #11 11.69 Setting up libsystemd-dev:armhf (237-3ubuntu10.53) ...
13:41:14 #11 22.80   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch          55/97 
13:41:14 #11 22.99   Installing       : selinux-policy-targeted-34.27-1.fc34.noarch          55/97 
13:41:14 #11 23.04   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch          55/97 
13:41:14 #11 23.12   Installing       : python3-policycoreutils-3.2-1.fc34.noarch            56/97 
13:41:14 #11 23.17   Installing       : policycoreutils-python-utils-3.2-1.fc34.noarch       57/97 
13:41:14 #10 extracting sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 0.4s done
13:41:14 #10 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d
13:41:14 #8 74.50 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:41:14 #8 74.51 Setting up libencode-locale-perl (1.05-1) ...
13:41:14 #8 74.53 Setting up libtext-levenshtein-perl (0.13-1) ...
13:41:14 #8 74.54 Setting up libnet-dns-perl (1.19-1) ...
13:41:14 #8 74.55 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
13:41:14 #8 74.60 Setting up libdevel-callchecker-perl (0.008-1) ...
13:41:14 #8 74.61 Setting up libstring-shellquote-perl (1.04-1) ...
13:41:14 #8 74.63 Setting up libsub-install-perl (0.928-1) ...
13:41:14 #8 74.64 Setting up dpkg-dev (1.19.7) ...
13:41:14 #8 74.66 Setting up libnumber-compare-perl (0.03-1) ...
13:41:14 #8 74.67 Setting up intltool-debian (0.35.0+20060710.5) ...
13:41:14 #8 74.68 Setting up libio-async-perl (0.72-1) ...
13:41:14 #8 74.69 Setting up liberror-perl (0.17027-2) ...
13:41:14 #8 74.70 Setting up patchutils (0.3.4-2) ...
13:41:14 #9 66.05 Setting up libreadonly-perl (2.050-3) ...
13:41:14 #9 66.07 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
13:41:14 #9 66.09 Setting up python3-chardet (4.0.0-1) ...
13:41:14 #11 16.10 Setting up pkg-config (0.29.2-1) ...
13:41:14 #11 16.16 Setting up libudev-dev:armhf (247.3-7+rpi1) ...
13:41:14 #11 16.18 Setting up libpcre2-posix2:armhf (10.36-2) ...
13:41:14 #11 16.20 Setting up libltdl7:armhf (2.4.6-15) ...
13:41:14 #11 16.23 Setting up libjsoncpp24:armhf (1.9.4-4) ...
13:41:14 #11 16.25 Setting up libbtrfs-dev:armhf (5.10.1-2) ...
13:41:14 #11 16.27 Setting up g++ (4:10.2.1-1+rpi1) ...
13:41:14 #11 16.30 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:41:14 #11 16.31 Setting up librhash0:armhf (1.4.1-2) ...
13:41:14 #11 16.33 Setting up build-essential (12.9) ...
13:41:14 #11 16.35 Setting up cmake-data (3.18.4-2+rpt1+rpi1) ...
13:41:14 #11 16.38 Setting up dh-apparmor (2.13.6-10) ...
13:41:14 #11 5.912 Preparing to unpack .../02-libncurses6_6.2+20201114-2_amd64.deb ...
13:41:14 #11 5.919 Unpacking libncurses6:amd64 (6.2+20201114-2) ...
13:41:14 #11 5.963 Selecting previously unselected package libprocps8:amd64.
13:41:14 #11 5.966 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_amd64.deb ...
13:41:14 #11 5.971 Unpacking libprocps8:amd64 (2:3.3.17-5) ...
13:41:14 #11 6.026 Selecting previously unselected package procps.
13:41:14 #11 6.029 Preparing to unpack .../04-procps_2%3a3.3.17-5_amd64.deb ...
13:41:14 #11 6.037 Unpacking procps (2:3.3.17-5) ...
13:41:14 #11 6.123 Selecting previously unselected package libjsoncpp24:amd64.
13:41:14 #11 6.126 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_amd64.deb ...
13:41:14 #11 11.70 Setting up libpcre16-3:armhf (2:8.39-9) ...
13:41:14 #11 11.72 Setting up libudev-dev:armhf (237-3ubuntu10.53) ...
13:41:14 #11 11.76 Setting up liblzo2-2:armhf (2.08-1.2) ...
13:41:14 #11 11.79 Setting up libjsoncpp1:armhf (1.7.4-3) ...
13:41:14 #11 11.80 Setting up libpcre3-dev:armhf (2:8.39-9) ...
13:41:14 #11 11.82 Setting up libarchive13:armhf (3.2.2-3.1ubuntu0.7) ...
13:41:14 #11 11.83 Setting up btrfs-progs (4.15.1-1build1) ...
13:41:14 #11 11.85 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
13:41:14 #11 11.87 Setting up libselinux1-dev:armhf (2.7-2build2) ...
13:41:14 #11 11.88 Setting up libdevmapper-dev:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
13:41:14 #11 11.91 Setting up btrfs-tools (4.15.1-1build1) ...
13:41:14 #11 23.22   Installing       : libnl3-3.5.0-6.fc34.x86_64                           58/97 
13:41:14 #11 23.24   Installing       : libibverbs-37.2-2.fc34.x86_64                        59/97 
13:41:14 #11 23.28   Installing       : libpcap-14:1.10.1-1.fc34.x86_64                      60/97 
13:41:14 #11 23.31   Installing       : iptables-legacy-libs-1.8.7-8.fc34.x86_64             61/97 
13:41:14 #11 23.32   Installing       : libcbor-0.7.0-3.fc34.x86_64                          62/97 
13:41:14 #11 23.37   Installing       : libfido2-1.6.0-2.fc34.x86_64                         63/97 
13:41:14 #11 23.39   Installing       : openssh-clients-8.6p1-5.fc34.x86_64                  64/97 
13:41:14 #11 23.42   Running scriptlet: openssh-clients-8.6p1-5.fc34.x86_64                  64/97 
13:41:14 #8 74.72 Setting up libmail-sendmail-perl (0.80-1) ...
13:41:14 #8 74.73 Setting up libltdl-dev:armhf (2.4.6-9) ...
13:41:14 #8 74.74 Setting up libxml-sax-base-perl (1.09-1) ...
13:41:14 #8 74.75 Setting up libio-string-perl (1.08-3) ...
13:41:14 #8 74.76 Setting up libreadonly-perl (2.050-1) ...
13:41:14 #8 74.78 Setting up python3-chardet (3.0.4-3) ...
13:41:14 #9 66.51 Setting up libstring-copyright-perl (0.003012-1) ...
13:41:14 #9 66.53 Setting up python3-debian (0.1.43ubuntu1) ...
13:41:14 #9 72.06 Processing triggers for ca-certificates (20210119ubuntu1) ...
13:41:14 #9 72.23 Updating certificates in /etc/ssl/certs...
13:41:14 #11 16.42 Setting up libsystemd-dev:armhf (247.3-7+rpi1) ...
13:41:14 #11 16.45 Setting up libpcre2-dev:armhf (10.36-2) ...
13:41:14 #11 16.47 Setting up libselinux1-dev:armhf (3.1-3) ...
13:41:14 #11 16.48 Setting up libltdl-dev:armhf (2.4.6-15) ...
13:41:14 #11 16.52 Setting up cmake (3.18.4-2+rpt1+rpi1) ...
13:41:14 #11 16.55 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
13:41:14 #11 16.63 Setting up dmsetup (2:1.02.175-2.1) ...
13:41:14 #11 6.129 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
13:41:14 #11 6.169 Selecting previously unselected package librhash0:amd64.
13:41:14 #11 6.172 Preparing to unpack .../06-librhash0_1.4.1-2_amd64.deb ...
13:41:14 #11 6.175 Unpacking librhash0:amd64 (1.4.1-2) ...
13:41:14 #11 6.217 Selecting previously unselected package libuv1:amd64.
13:41:14 #11 6.220 Preparing to unpack .../07-libuv1_1.40.0-2_amd64.deb ...
13:41:14 #11 6.224 Unpacking libuv1:amd64 (1.40.0-2) ...
13:41:14 #11 6.266 Selecting previously unselected package cmake.
13:41:14 #11 6.269 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_amd64.deb ...
13:41:14 #11 6.274 Unpacking cmake (3.18.4-2+deb11u1) ...
13:41:14 #11 11.93 Setting up docker-ce-build-deps (1.0) ...
13:41:14 #11 11.94 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
13:41:14 #11 12.00 Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
13:41:14 #11 23.50   Installing       : git-core-2.34.1-1.fc34.x86_64                        65/97 
13:41:14 #11 23.59   Installing       : git-core-doc-2.34.1-1.fc34.noarch                    66/97 
13:41:14 #11 23.63   Installing       : perl-Git-2.34.1-1.fc34.noarch                        67/97 
13:41:14 #11 23.66   Installing       : git-2.34.1-1.fc34.x86_64                             68/97 
13:41:14 #11 23.67   Installing       : libargon2-20171227-6.fc34.x86_64                     69/97 
13:41:14 #8 75.02 Setting up libstring-copyright-perl (0.003006-1) ...
13:41:14 #8 75.03 Setting up python3-debian (0.1.35) ...
13:41:14 #8 75.19 Setting up python3-requests (2.21.0-1) ...
13:41:15 #11 16.67 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
13:41:15 #11 16.70 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
13:41:15 #11 16.73 Setting up docker-ce-build-deps (1.0) ...
13:41:15 #11 16.78 Processing triggers for libc-bin (2.31-13+rpi1+deb11u2) ...
13:41:15 #11 16.81 Processing triggers for man-db (2.9.4-2) ...
13:41:15 #11 23.67   Installing       : gc-8.0.4-5.fc34.x86_64                               70/97 
13:41:15 #11 23.97   Installing       : guile22-2.2.7-2.fc34.x86_64                          71/97 
13:41:15 #8 75.35 Setting up libdata-optlist-perl (0.110-1) ...
13:41:15 #8 75.36 Setting up libipc-run-perl (20180523.0-1) ...
13:41:15 #8 75.37 Setting up git (1:2.20.1-2+deb10u3) ...
13:41:15 #8 75.40 Setting up libcontextual-return-perl (0.004014-2) ...
13:41:15 #8 75.42 Setting up libwww-robotrules-perl (6.02-1) ...
13:41:15 #8 75.45 Setting up libtypes-serialiser-perl (1.0-1) ...
13:41:15 #8 75.47 Setting up g++ (4:8.3.0-1) ...
13:41:15 #8 75.50 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:41:15 #8 75.51 Setting up libhtml-parser-perl (3.72-3+b3) ...
13:41:15 #8 75.52 Setting up libgit-wrapper-perl (0.048-1) ...
13:41:15 #9 66.77 Setting up python3-requests (2.25.1+dfsg-2) ...
13:41:15 #9 66.94 Setting up libdata-optlist-perl (0.112-1) ...
13:41:15 #9 66.96 Setting up libipc-run-perl (20200505.0-1) ...
13:41:15 #9 66.98 Setting up git (1:2.34.1-1ubuntu1.2) ...
13:41:15 #9 67.03 Setting up libtext-xslate-perl:armhf (3.5.9-1build1) ...
13:41:15 #9 67.05 Setting up libcontextual-return-perl (0.004014-2) ...
13:41:15 #9 67.06 Setting up libwww-robotrules-perl (6.02-1) ...
13:41:15 #9 67.09 Setting up libtypes-serialiser-perl (1.01-1) ...
13:41:15 #9 67.12 Setting up g++ (4:11.2.0-1ubuntu1) ...
13:41:15 #9 72.83 0 added, 0 removed; done.
13:41:15 #9 72.83 Running hooks in /etc/ca-certificates/update.d...
13:41:15 #9 72.84 done.
13:41:15 #11 6.804 Selecting previously unselected package dh-apparmor.
13:41:15 #11 6.807 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
13:41:15 #11 6.810 Unpacking dh-apparmor (2.13.6-10) ...
13:41:15 #11 6.848 Selecting previously unselected package libbtrfs0:amd64.
13:41:15 #11 6.852 Preparing to unpack .../10-libbtrfs0_5.10.1-2_amd64.deb ...
13:41:15 #11 6.855 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:41:15 #11 6.899 Selecting previously unselected package libbtrfs-dev:amd64.
13:41:15 #11 6.902 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_amd64.deb ...
13:41:15 #11 6.906 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:41:15 #11 6.960 Selecting previously unselected package dmsetup.
13:41:15 #11 6.963 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
13:41:15 #11 6.967 Unpacking dmsetup (2:1.02.175-2.1) ...
13:41:15 #11 7.006 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:41:15 #11 7.009 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:41:15 #11 7.013 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:41:15 #11 7.057 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:41:15 #11 7.060 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:41:15 #11 DONE 12.5s
13:41:15 
13:41:15 #12 [stage-1 5/8] COPY sources/ /sources
13:41:15 #12 sha256:12eedb947dbcdb4725e5feba64514263a00753ab65ac7423b59796b18e54c0c0
13:41:15 #12 DONE 0.1s
13:41:15 
13:41:15 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:41:15 #14 sha256:d2b377a73dc0a4694fa3c3fa65f2485133ee54821fd8e10f19c425ebdec4b85c
13:41:15 #9 DONE 73.9s
13:41:15 
13:41:15 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:41:15 #11 sha256:4ed1a4378d0104d9826cc51fd836358bf8572411470339ed9982c9f223b4b105
13:41:15 #11 DONE 0.1s
13:41:15 
13:41:15 #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
13:41:15 #12 sha256:ef262eb61bc388b96513614240ac18e00938edfad7881dae09211377dcfba844
13:41:15 #8 75.54 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:41:15 #8 75.55 Setting up librole-tiny-perl (2.000006-1) ...
13:41:15 #8 75.56 Setting up gnupg (2.2.12-1+deb10u1) ...
13:41:15 #8 75.57 Setting up build-essential (12.6) ...
13:41:15 #8 75.59 Setting up libfile-homedir-perl (1.004-1) ...
13:41:15 #8 75.60 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:41:15 #8 75.61 Setting up libio-socket-ssl-perl (2.060-3) ...
13:41:15 #8 75.67 Setting up libsub-exporter-perl (0.987-1) ...
13:41:15 #8 75.68 Setting up libalgorithm-merge-perl (0.08-3) ...
13:41:15 #8 75.69 Setting up libhttp-message-perl (6.18-1) ...
13:41:15 #8 75.70 Setting up libhtml-form-perl (6.03-1) ...
13:41:15 #8 75.72 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
13:41:15 #8 75.73 Setting up libjson-xs-perl (3.040-1+b1) ...
13:41:15 #8 75.74 Setting up libhttp-negotiate-perl (6.01-1) ...
13:41:15 #8 75.75 Setting up libio-prompter-perl (0.004015-1) ...
13:41:15 #8 75.76 Setting up libhttp-cookies-perl (6.04-1) ...
13:41:15 #8 75.77 Setting up po-debconf (1.0.21) ...
13:41:15 #8 75.79 Setting up libhtml-tree-perl (5.07-2) ...
13:41:15 #8 75.80 Setting up libparams-classify-perl (0.015-1+b1) ...
13:41:15 #8 75.81 Setting up libcgi-pm-perl (4.40-1) ...
13:41:15 #8 75.83 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:41:15 #8 75.85 Setting up libnet-dns-sec-perl (1.11-1) ...
13:41:15 #8 75.86 Setting up libsereal-perl (4.005-1) ...
13:41:15 #8 75.87 Setting up libhtml-format-perl (2.12-1) ...
13:41:15 #8 75.88 Setting up libxml-sax-perl (1.00+dfsg-1) ...
13:41:15 #9 67.15 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:41:15 #9 67.15 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:41:15 #9 67.17 Setting up libhtml-parser-perl:armhf (3.76-1build2) ...
13:41:15 #9 67.19 Setting up libgit-wrapper-perl (0.048-1) ...
13:41:15 #9 67.21 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
13:41:15 #9 67.23 Setting up librole-tiny-perl (2.002004-1) ...
13:41:15 #9 67.24 Setting up gnupg (2.2.27-3ubuntu2) ...
13:41:15 #9 67.32 Setting up build-essential (12.9ubuntu3) ...
13:41:15 #9 67.34 Setting up libfont-ttf-perl (1.06-1.1) ...
13:41:15 #9 67.35 Setting up libfile-homedir-perl (1.006-1) ...
13:41:15 #9 67.37 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
13:41:15 #9 67.38 Setting up libio-socket-ssl-perl (2.074-2) ...
13:41:15 #9 67.40 Setting up libsub-exporter-perl (0.988-1) ...
13:41:15 #9 67.41 Setting up libalgorithm-merge-perl (0.08-3) ...
13:41:15 #11 7.064 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:41:15 #11 7.096 Selecting previously unselected package libudev-dev:amd64.
13:41:15 #11 7.099 Preparing to unpack .../15-libudev-dev_247.3-7_amd64.deb ...
13:41:15 #11 7.106 Unpacking libudev-dev:amd64 (247.3-7) ...
13:41:15 #11 7.155 Selecting previously unselected package libsepol1-dev:amd64.
13:41:15 #11 7.158 Preparing to unpack .../16-libsepol1-dev_3.1-1_amd64.deb ...
13:41:15 #11 7.161 Unpacking libsepol1-dev:amd64 (3.1-1) ...
13:41:15 #11 7.228 Selecting previously unselected package libpcre2-16-0:amd64.
13:41:15 #11 7.231 Preparing to unpack .../17-libpcre2-16-0_10.36-2_amd64.deb ...
13:41:15 #11 7.235 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
13:41:15 #11 7.290 Selecting previously unselected package libpcre2-32-0:amd64.
13:41:15 #11 24.03   Installing       : make-1:4.3-5.fc34.x86_64                             72/97 
13:41:15 #11 24.46   Installing       : gcc-11.2.1-9.fc34.x86_64                             73/97 
13:41:15 #11 24.51   Installing       : policycoreutils-devel-3.2-1.fc34.x86_64              74/97 
13:41:15 #8 75.94 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:41:15 #8 76.00 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:15 #14 DONE 2.7s
13:41:15 
13:41:15 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:15 #10 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 1.9s done
13:41:15 #10 extracting sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 0.4s done
13:41:15 #10 extracting sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 0.3s done
13:41:15 #10 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d
13:41:15 #9 67.43 Setting up libhttp-message-perl (6.36-1) ...
13:41:15 #9 67.45 Setting up libdata-validate-ip-perl (0.30-1) ...
13:41:15 #9 67.47 Setting up libhtml-form-perl (6.07-1) ...
13:41:15 #9 67.49 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:41:15 #10 ...
13:41:15 
13:41:15 #14 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:41:15 #14 DONE 3.6s
13:41:15 
13:41:15 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:15 #11 7.293 Preparing to unpack .../18-libpcre2-32-0_10.36-2_amd64.deb ...
13:41:15 #11 7.297 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
13:41:15 #11 7.351 Selecting previously unselected package libpcre2-posix2:amd64.
13:41:15 #11 7.355 Preparing to unpack .../19-libpcre2-posix2_10.36-2_amd64.deb ...
13:41:15 #11 7.360 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
13:41:15 #11 7.399 Selecting previously unselected package libpcre2-dev:amd64.
13:41:15 #11 7.402 Preparing to unpack .../20-libpcre2-dev_10.36-2_amd64.deb ...
13:41:15 #11 7.405 Unpacking libpcre2-dev:amd64 (10.36-2) ...
13:41:15 #11 7.507 Selecting previously unselected package libselinux1-dev:amd64.
13:41:15 #8 76.14 
13:41:15 #8 76.14 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:15 #8 76.20 Setting up dput (1.0.3) ...
13:41:15 #11 24.64   Installing       : selinux-policy-devel-34.27-1.fc34.noarch             75/97 
13:41:16 #9 67.57 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
13:41:16 #9 67.70 Setting up libjson-xs-perl (4.030-1build3) ...
13:41:16 #9 67.72 Setting up libhttp-negotiate-perl (6.01-1) ...
13:41:16 #9 67.74 Setting up libio-prompter-perl (0.004015-1) ...
13:41:16 #9 67.75 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:41:16 #9 67.77 Setting up libhttp-cookies-perl (6.10-1) ...
13:41:16 #9 67.79 Setting up po-debconf (1.0.21+nmu1) ...
13:41:16 #9 67.81 Setting up libhtml-tree-perl (5.07-2) ...
13:41:16 #9 67.84 Setting up libparams-classify-perl (0.015-1build5) ...
13:41:16 #9 67.91 Setting up libhtml-format-perl (2.12-1.1) ...
13:41:16 #13 DONE 3.4s
13:41:16 
13:41:16 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
13:41:16 #14 sha256:24abcd5cccf6511a7db30392883e9365103c3cdf78316ac68aa8a5cfdf1139a7
13:41:16 #14 DONE 0.0s
13:41:16 #11 7.510 Preparing to unpack .../21-libselinux1-dev_3.1-3_amd64.deb ...
13:41:16 #11 7.515 Unpacking libselinux1-dev:amd64 (3.1-3) ...
13:41:16 #11 7.570 Selecting previously unselected package libdevmapper-dev:amd64.
13:41:16 #11 7.574 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
13:41:16 #11 7.579 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:41:16 #11 7.611 Selecting previously unselected package libseccomp-dev:amd64.
13:41:16 #11 7.614 Preparing to unpack .../23-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
13:41:16 #11 7.617 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:41:16 #11 7.654 Selecting previously unselected package libsystemd-dev:amd64.
13:41:16 #11 7.657 Preparing to unpack .../24-libsystemd-dev_247.3-7_amd64.deb ...
13:41:16 #11 7.662 Unpacking libsystemd-dev:amd64 (247.3-7) ...
13:41:16 #11 24.67   Running scriptlet: selinux-policy-devel-34.27-1.fc34.noarch             75/97 
13:41:16 #8 76.37 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:41:16 #8 76.38 Setting up libmodule-runtime-perl (0.016-1) ...
13:41:16 #8 76.39 Setting up libmailtools-perl (2.18-1) ...
13:41:16 #8 76.40 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
13:41:16 #8 76.41 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
13:41:16 #8 76.46 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:41:16 #8 76.52 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:41:16 
13:41:16 #15 exporting to image
13:41:16 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:16 #15 exporting layers
13:41:16 #9 67.94 Setting up libxml-sax-perl (1.02+dfsg-3) ...
13:41:16 #12 1.099 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
13:41:16 #10 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 1.9s done
13:41:16 #10 DONE 9.1s
13:41:16 
13:41:16 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:16 #10 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5
13:41:16 #11 7.768 Selecting previously unselected package pkg-config.
13:41:16 #11 7.771 Preparing to unpack .../25-pkg-config_0.29.2-1_amd64.deb ...
13:41:16 #11 7.776 Unpacking pkg-config (0.29.2-1) ...
13:41:16 #11 7.822 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:41:16 #11 7.832 Setting up libsepol1-dev:amd64 (3.1-1) ...
13:41:16 #11 7.843 Setting up libpcre2-16-0:amd64 (10.36-2) ...
13:41:16 #11 7.855 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:41:16 #11 7.868 Setting up libpcre2-32-0:amd64 (10.36-2) ...
13:41:16 #11 7.879 Setting up libuv1:amd64 (1.40.0-2) ...
13:41:16 #11 7.890 Setting up bash-completion (1:2.11-2) ...
13:41:16 #11 DONE 18.2s
13:41:16 #8 76.59 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:16 #8 76.74 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:16 #8 76.81 Setting up libconst-fast-perl (0.014-1) ...
13:41:16 #8 76.82 Setting up libhttp-daemon-perl (6.01-3) ...
13:41:16 #8 76.83 Setting up libmodule-implementation-perl (0.09-1) ...
13:41:16 #8 76.84 Setting up libemail-valid-perl (1.202-1) ...
13:41:16 #8 76.85 Setting up libcgi-fast-perl (1:2.13-1) ...
13:41:16 #8 76.86 Setting up libpackage-stash-perl (0.38-1) ...
13:41:16 #8 76.87 Setting up libimport-into-perl (1.002005-1) ...
13:41:16 #8 76.88 Setting up libmoo-perl (2.003004-2) ...
13:41:16 #8 76.89 Setting up libmime-tools-perl (5.509-1) ...
13:41:16 #8 76.90 Setting up libxml-simple-perl (2.25-1) ...
13:41:16 #8 76.91 Setting up libparams-validate-perl (1.29-1+b1) ...
13:41:16 #11 24.94   Installing       : cmake-data-3.20.5-1.fc34.noarch                      76/97 
13:41:16 #11 25.13   Installing       : cmake-3.20.5-1.fc34.x86_64                           77/97 
13:41:16 #11 25.17   Installing       : e2fsprogs-libs-1.45.6-5.fc34.x86_64                  78/97 
13:41:16 #11 25.22   Installing       : btrfs-progs-5.16.2-1.fc34.x86_64                     79/97 
13:41:16 #11 25.23   Installing       : acl-2.3.1-1.fc34.x86_64                              80/97 
13:41:16 #11 25.28   Installing       : device-mapper-1.02.175-1.fc34.x86_64                 81/97 
13:41:16 #11 25.28   Installing       : device-mapper-libs-1.02.175-1.fc34.x86_64            82/97 
13:41:16 #9 68.07 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:41:16 #9 68.13 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:16 #9 68.25 
13:41:16 #9 68.25 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:16 #9 68.33 Setting up dput (1.1.0ubuntu2) ...
13:41:16 #12 1.132 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
13:41:16 #12 1.208 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
13:41:16 #12 1.328 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
13:41:16 
13:41:16 #12 [stage-1 5/8] COPY sources/ /sources
13:41:16 #12 sha256:322a4b54c2918e2db6ed8f1997c1d4034ae491bc945a0496f31976f84d46aa67
13:41:16 #8 76.92 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:41:16 #8 76.94 Setting up lintian (2.15.0) ...
13:41:16 #8 76.95 Setting up libnamespace-clean-perl (0.27-1) ...
13:41:16 #8 76.96 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
13:41:16 #8 76.97 Setting up licensecheck (3.0.31-3) ...
13:41:16 #8 76.98 Setting up libgitlab-api-v4-perl (0.16-1) ...
13:41:16 #8 76.99 Setting up liblwp-protocol-https-perl (6.07-2) ...
13:41:16 #8 77.01 Setting up libwww-perl (6.36-2) ...
13:41:16 #8 77.02 Setting up debhelper (12.1.1) ...
13:41:16 #8 77.03 Setting up dh-autoreconf (19) ...
13:41:16 #8 77.04 Setting up devscripts (2.19.5+deb10u1) ...
13:41:16 #11 25.34   Installing       : cryptsetup-libs-2.3.7-1.fc34.x86_64                  83/97 
13:41:16 #11 25.38   Installing       : dbus-1:1.12.20-3.fc34.x86_64                         84/97 
13:41:16 #11 25.39   Running scriptlet: systemd-networkd-248.10-1.fc34.x86_64                85/97 
13:41:16 #11 25.46   Installing       : systemd-networkd-248.10-1.fc34.x86_64                85/97 
13:41:16 #11 25.47   Running scriptlet: systemd-networkd-248.10-1.fc34.x86_64                85/97 
13:41:16 #11 25.49   Installing       : systemd-pam-248.10-1.fc34.x86_64                     86/97 
13:41:16 #9 68.52 Setting up libdata-validate-uri-perl (0.07-2) ...
13:41:16 #9 68.53 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:41:16 #9 68.54 Setting up libmodule-runtime-perl (0.016-1) ...
13:41:16 #9 68.56 Setting up libmailtools-perl (2.21-1) ...
13:41:16 #9 68.57 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
13:41:16 #9 68.62 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:41:16 #12 DONE 0.4s
13:41:16 
13:41:16 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:41:16 #14 sha256:ccd3f9d2725f8d37f68a289193de1d03939db1b975ffdd1e7aff4f53fc2f6729
13:41:17 #8 77.20 Setting up dh-strip-nondeterminism (1.1.2-1) ...
13:41:17 #8 77.21 Setting up equivs (2.2.0) ...
13:41:17 #8 77.22 Setting up libxml-parser-perl (2.44-4) ...
13:41:17 #8 77.24 Setting up libxml-sax-expat-perl (0.51-1) ...
13:41:17 #8 77.28 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:41:17 #11 8.403 Setting up libncurses6:amd64 (6.2+20201114-2) ...
13:41:17 #11 8.414 Setting up pkg-config (0.29.2-1) ...
13:41:17 #11 8.462 Setting up libudev-dev:amd64 (247.3-7) ...
13:41:17 #11 8.472 Setting up libpcre2-posix2:amd64 (10.36-2) ...
13:41:17 #11 8.483 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
13:41:17 #11 8.495 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:41:17 #11 8.506 Setting up librhash0:amd64 (1.4.1-2) ...
13:41:17 #11 8.519 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:41:17 #11 8.534 Setting up dh-apparmor (2.13.6-10) ...
13:41:17 #11 8.544 Setting up libsystemd-dev:amd64 (247.3-7) ...
13:41:17 #11 8.555 Setting up libprocps8:amd64 (2:3.3.17-5) ...
13:41:17 #11 8.566 Setting up libpcre2-dev:amd64 (10.36-2) ...
13:41:17 #9 68.69 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:41:17 #9 68.76 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:17 #9 68.89 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:17 #10 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 1.5s done
13:41:17 #10 DONE 7.9s
13:41:17 
13:41:17 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:17 #10 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5
13:41:17 #17 exporting layers 6.7s done
13:41:17 #17 writing image sha256:e6bd822acd06dd23093eb9a72e4f253776cdb8d640d2622349966199c4c88e3d done
13:41:17 #17 naming to docker.io/debbuild-debian-buster/x86_64 done
13:41:17 #17 DONE 6.7s
13:41:17 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/debian-buster:/build  debbuild-debian-buster/x86_64
13:41:17 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc
13:41:17  debian/rules build
13:41:17 dh build --with=bash-completion
13:41:17    dh_update_autotools_config
13:41:17    dh_autoreconf
13:41:17    debian/rules override_dh_auto_build
13:41:17 make[1]: Entering directory '/root/build-deb'
13:41:17 # Build the daemon and dependencies
13:41:17 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:17 
13:41:17 Removing bundles/
13:41:17 
13:41:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:17 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:17 GOOS="" GOARCH="" GOARM=""
13:41:17 #8 77.34 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:17 #8 77.48 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:17 #8 77.57 Setting up libsoap-lite-perl (1.27-1) ...
13:41:17 #11 8.579 Setting up libselinux1-dev:amd64 (3.1-3) ...
13:41:17 #11 8.590 Setting up procps (2:3.3.17-5) ...
13:41:17 #11 8.623 Setting up cmake (3.18.4-2+deb11u1) ...
13:41:17 #11 8.635 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:41:17 #11 8.647 Setting up dmsetup (2:1.02.175-2.1) ...
13:41:17 #11 8.667 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:41:17 #11 8.670 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:41:17 #11 8.680 Setting up docker-ce-build-deps (1.0) ...
13:41:17 #11 8.693 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:41:17 #11 8.714 Processing triggers for man-db (2.9.4-2) ...
13:41:17 #11 25.52   Running scriptlet: systemd-248.10-1.fc34.x86_64                         87/97 
13:41:17 #11 25.93   Installing       : systemd-248.10-1.fc34.x86_64                         87/97 
13:41:17 #11 25.98   Running scriptlet: systemd-248.10-1.fc34.x86_64                         87/97 
13:41:17 #11 26.14   Installing       : dbus-common-1:1.12.20-3.fc34.noarch                  88/97 
13:41:17 #11 26.15   Running scriptlet: dbus-common-1:1.12.20-3.fc34.noarch                  88/97 
13:41:17 #11 26.17 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
13:41:17 #11 26.17 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
13:41:17 #11 26.17 
13:41:17 #9 68.96 Setting up dh-strip-nondeterminism (1.13.0-1) ...
13:41:17 #9 68.97 Setting up libconst-fast-perl (0.014-1.1) ...
13:41:17 #9 68.98 Setting up libhttp-daemon-perl (6.13-1) ...
13:41:17 #9 69.00 Setting up libdata-dpath-perl (0.58-1) ...
13:41:17 #9 69.02 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:41:17 #9 69.03 Setting up libpackage-stash-perl (0.39-1) ...
13:41:17 #9 69.05 Setting up libimport-into-perl (1.002005-1) ...
13:41:17 #9 69.06 Setting up libmoo-perl (2.005004-3) ...
13:41:17 #9 69.07 Setting up liblist-someutils-perl (0.58-1) ...
13:41:17 #9 69.08 Setting up debhelper (13.6ubuntu1) ...
13:41:17 #9 69.10 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
13:41:17 #9 69.11 Setting up equivs (2.3.1) ...
13:41:17 #9 69.12 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:41:17 #9 69.14 Setting up libb-hooks-endofscope-perl (0.25-1) ...
13:41:17 #9 69.15 Setting up libnamespace-clean-perl (0.27-1) ...
13:41:17 #9 69.17 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:41:17 #9 69.18 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:41:17 #9 69.19 Setting up libmoox-struct-perl (0.020-1) ...
13:41:17 #9 69.20 Setting up lintian (2.114.0ubuntu1) ...
13:41:17 #9 69.22 Setting up licensecheck (3.2.14-2) ...
13:41:17 + set -e
13:41:17 + mkdir -p /root/build-deb/engine
13:41:17 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:17 #8 77.58 Setting up libxmlrpc-lite-perl (0.717-2) ...
13:41:17 #8 77.59 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:41:17 #8 77.61 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:41:17 #8 77.62 Updating certificates in /etc/ssl/certs...
13:41:17 #11 26.17   Running scriptlet: dbus-broker-29-2.fc34.x86_64                         89/97 
13:41:17 #11 26.24   Installing       : dbus-broker-29-2.fc34.x86_64                         89/97 
13:41:17 #11 26.28   Running scriptlet: dbus-broker-29-2.fc34.x86_64                         89/97 
13:41:17 #11 26.30 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
13:41:17 #11 26.30 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
13:41:17 #11 26.30 
13:41:17 #11 26.31   Installing       : systemd-devel-248.10-1.fc34.x86_64                   90/97 
13:41:17 #11 26.32   Installing       : device-mapper-devel-1.02.175-1.fc34.x86_64           91/97 
13:41:17 #11 26.39   Installing       : btrfs-progs-devel-5.16.2-1.fc34.x86_64               92/97 
13:41:17 #11 26.41   Installing       : libtool-2.4.6-40.fc34.x86_64                         93/97 
13:41:17 #11 26.42   Installing       : annobin-9.79-2.fc34.x86_64                           94/97 
13:41:17 #11 26.46   Installing       : libtool-ltdl-devel-2.4.6-40.fc34.x86_64              95/97 
13:41:17 #11 26.49   Installing       : libseccomp-devel-2.5.3-1.fc34.x86_64                 96/97 
13:41:17 #9 69.24 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:41:17 #9 69.26 Setting up libwww-perl (6.61-1) ...
13:41:17 #9 69.28 Setting up devscripts (2.22.1ubuntu1) ...
13:41:17 #9 69.44 Setting up libxml-parser-perl:armhf (2.46-3build1) ...
13:41:17 #9 69.45 Setting up libxml-sax-expat-perl (0.51-1) ...
13:41:17 #9 69.50 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:41:17 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc
13:41:17  debian/rules build
13:41:17 dh build --with=bash-completion
13:41:17    dh_update_autotools_config
13:41:17    dh_autoreconf
13:41:17    debian/rules override_dh_auto_build
13:41:17 make[1]: Entering directory '/root/build-deb'
13:41:17 # Build the daemon and dependencies
13:41:17 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:17 
13:41:17 #10 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 1.5s done
13:41:17 #10 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d
13:41:17 #8 78.13 0 added, 0 removed; done.
13:41:17 #8 78.13 Running hooks in /etc/ca-certificates/update.d...
13:41:17 #12 1.489 Reading package lists...
13:41:17 #11 26.50   Installing       : which-2.21-26.fc34.x86_64                            97/97 
13:41:17 #11 26.53   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch          97/97 
13:41:17 #9 69.55 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:17 + mkdir -p /root/build-deb/cli
13:41:17 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:18 Removing bundles/
13:41:18 
13:41:18 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:18 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:18 GOOS="" GOARCH="" GOARM=""
13:41:18 #8 78.13 done.
13:41:18 #9 69.68 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:18 #9 69.77 Processing triggers for libc-bin (2.35-0ubuntu3) ...
13:41:18 #9 69.80 Processing triggers for ca-certificates (20211016) ...
13:41:18 #9 69.80 Updating certificates in /etc/ssl/certs...
13:41:18 + mkdir -p /root/build-deb/buildx
13:41:18 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:18 #9 70.19 0 added, 0 removed; done.
13:41:18 #9 70.19 Running hooks in /etc/ca-certificates/update.d...
13:41:18 #12 2.937 dh_testdir
13:41:18 #12 2.957 dh_testroot
13:41:18 #12 2.975 dh_prep
13:41:18 #12 2.996 dh_testdir
13:41:18 #12 3.015 dh_testroot
13:41:18 #12 3.033 dh_install
13:41:18 #12 3.061 dh_installdocs
13:41:18 #10 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 1.5s done
13:41:18 #10 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d
13:41:18 #9 70.19 done.
13:41:18 #12 3.094 dh_installchangelogs
13:41:18 #12 3.170 dh_compress
13:41:18 #12 3.204 dh_fixperms
13:41:18 #12 3.244 dh_installdeb
13:41:18 #12 3.273 dh_gencontrol
13:41:18 #12 3.388 dh_md5sums
13:41:18 #24 DONE 59.8s
13:41:18 
13:41:18 #25 [linux/arm64 binary 1/1] COPY --from=build /out .
13:41:18 #25 DONE 0.1s
13:41:18 
13:41:18 #26 exporting to client
13:41:18 #26 copying files linux/arm64 5.41MB 0.1s
13:41:18 #26 copying files linux/arm64 26.09MB 0.4s done
13:41:18 #26 DONE 0.4s
13:41:18 + docker buildx build --platform linux/arm64 --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg CONTAINERD_VERSION --build-arg RUNC_VERSION --build-arg CGO_ENABLED= --output ./bundles --target binary .
13:41:18 #1 [internal] load .dockerignore
13:41:18 #1 transferring context: 145B done
13:41:18 #1 DONE 0.0s
13:41:18 
13:41:18 #2 [internal] load build definition from Dockerfile
13:41:18 #2 transferring dockerfile: 17.43kB 0.0s done
13:41:18 #2 DONE 0.1s
13:41:18 
13:41:18 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:41:18 #3 DONE 0.6s
13:41:18 
13:41:18 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:41:18 #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:41:18 #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.2s done
13:41:18 #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c
13:41:18 #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done
13:41:18 #4 DONE 0.4s
13:41:18 
13:41:18 #5 [auth] djs55/vpnkit:pull token for registry-1.docker.io
13:41:18 #5 DONE 0.0s
13:41:18 
13:41:18 #6 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye
13:41:18 #6 DONE 1.0s
13:41:18 
13:41:18 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:41:18 #7 DONE 1.1s
13:41:18 
13:41:18 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:41:18 #8 DONE 1.1s
13:41:18 
13:41:18 #9 [internal] load build context
13:41:18 #9 DONE 0.0s
13:41:18 
13:41:18 #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:18 #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:41:18 #10 DONE 0.0s
13:41:18 
13:41:18 #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:18 #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:18 #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.0s done
13:41:18 #11 ...
13:41:18 
13:41:18 #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:18 #10 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.3s done
13:41:18 #10 DONE 0.4s
13:41:18 
13:41:18 #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:18 #10 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
13:41:18 #14 DONE 2.6s
13:41:18 
13:41:18 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:41:18 #15 sha256:a51cb4630905f9fb43f1d2de5136fc619e86a59da7753097afe5e8ca275eff7d
13:41:18 #15 DONE 0.0s
13:41:18 
13:41:18 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:41:18 #16 sha256:4f03a9d87d36b052e7d41cfaf13f0d6e01160301ede139b29e033f2d62fe7e62
13:41:18 #16 DONE 0.0s
13:41:18 
13:41:18 #17 exporting to image
13:41:18 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:18 #17 exporting layers
13:41:18 + mkdir -p /root/build-deb/compose
13:41:18 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:18 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:18 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:18 + mkdir -p /go/src/github.com/docker
13:41:18 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:18 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:18 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:18 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:18 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:18 + EPOCH=5
13:41:18 + EPOCH_SEP=
13:41:18 + [[ ! -z 5 ]]
13:41:18 + EPOCH_SEP=:
13:41:18 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:18 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:18 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:18 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:18 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:18 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:18 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:18 + debSource=docker-ce
13:41:18 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:18 + debMaintainer='Docker <support@docker.com>'
13:41:18 ++ date --rfc-2822
13:41:18 + debDate='Wed, 04 May 2022 13:41:18 +0000'
13:41:18 + cat
13:41:18 + export CLI_GITCOMMIT=bfa9b40
13:41:18 + CLI_GITCOMMIT=bfa9b40
13:41:18 + export ENGINE_GITCOMMIT=613b798
13:41:18 + ENGINE_GITCOMMIT=613b798
13:41:18 + export SCAN_GITCOMMIT=061fe0a
13:41:18 + SCAN_GITCOMMIT=061fe0a
13:41:18 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:18 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:18 + dpkg-buildpackage -uc -us -I.git
13:41:18 dpkg-buildpackage: info: source package docker-ce
13:41:18 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~debian-buster
13:41:18 dpkg-buildpackage: info: source distribution buster
13:41:18 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:18 dpkg-buildpackage: info: host architecture amd64
13:41:18  dpkg-source -I.git --before-build .
13:41:18 #12 3.419 dh_builddeb
13:41:18 #12 3.442 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:41:18 #12 3.461 
13:41:18 #12 3.461 The package has been created.
13:41:18 #12 3.461 Attention, the package has been created in the current directory,
13:41:18 #12 3.461 not in ".." as indicated by the message above!
13:41:18 #12 3.510 Selecting previously unselected package docker-ce-build-deps.
13:41:18 #12 3.524 (Reading database ... 26045 files and directories currently installed.)
13:41:18 #12 3.525 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:41:18 #12 3.530 Unpacking docker-ce-build-deps (1.0) ...
13:41:18 #8 DONE 79.3s
13:41:19  debian/rules clean
13:41:19 dh clean --with=bash-completion
13:41:19    dh_clean
13:41:19  dpkg-source -I.git -b .
13:41:19 
13:41:19 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:41:19 #10 sha256:c4597fe2745feb0cb864c06d589cbf9224031632b46dfe1548a6b5e353d3702f
13:41:19 #10 DONE 0.1s
13:41:19 
13:41:19 #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
13:41:19 #11 sha256:aed0d56bf7322bb535c52cd6469236b5bc75884856fad36cf2dd80061c3cf660
13:41:19 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~debian'
13:41:19 dpkg-source: info: using source format '1.0'
13:41:19 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz
13:41:19 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc
13:41:19  debian/rules build
13:41:19 dh build --with=bash-completion
13:41:19    dh_update_autotools_config
13:41:19    dh_autoreconf
13:41:19    debian/rules override_dh_auto_build
13:41:19 make[1]: Entering directory '/root/build-deb'
13:41:19 # Build the daemon and dependencies
13:41:19 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:19 
13:41:19 Removing bundles/
13:41:19 
13:41:19 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:19 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:19 GOOS="" GOARCH="" GOARM=""
13:41:19 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc
13:41:19  debian/rules build
13:41:19 dh build --with=bash-completion
13:41:19    dh_update_autotools_config
13:41:19 #14 DONE 2.7s
13:41:19 #9 DONE 76.7s
13:41:19 
13:41:19 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:41:19 #11 sha256:7b08a457ebbd6acfee8489c057d3c10064984cb6ec0154e4a1c0cac2b079996b
13:41:19 #11 DONE 0.0s
13:41:19 
13:41:19 #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
13:41:19 #12 sha256:77c15f6cdd7e790cef49b84beec07893d423815245ee17aa7b9c3b4d535f444b
13:41:19    dh_autoreconf
13:41:19    debian/rules override_dh_auto_build
13:41:19 make[1]: Entering directory '/root/build-deb'
13:41:19 # Build the daemon and dependencies
13:41:19 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:19 
13:41:19 
13:41:19 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:41:19 #15 sha256:794700457da3cd216ccfaedd311f6217e80946207cdedb9fbd089149f37c9b40
13:41:19 #15 DONE 0.1s
13:41:19 
13:41:19 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:41:19 #16 sha256:8eedc23f6eef6c5cd2d94583bc45a25f39d0ffe3206cf202fac8c286b3fe9b56
13:41:19 #16 DONE 0.0s
13:41:19 
13:41:19 #17 exporting to image
13:41:19 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:19 #17 exporting layers
13:41:19 #11 0.773 Hit:1 http://security.debian.org/debian-security buster/updates InRelease
13:41:19 #11 0.773 Hit:2 http://deb.debian.org/debian buster InRelease
13:41:19 #11 0.773 Hit:3 http://deb.debian.org/debian buster-updates InRelease
13:41:19 #11 DONE 10.8s
13:41:19 
13:41:19 #12 [stage-1 5/8] COPY sources/ /sources
13:41:19 #12 sha256:7ddc4a951a7b5b65999ff6bd433f990b66cb86574fdb73e8e7ef20193080a7a7
13:41:19 #12 DONE 0.1s
13:41:19 
13:41:19 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:41:19 #14 sha256:3f1ec0314cedccfd32cf8fad708e05c1175a84ed16e90d54cca2326906961b00
13:41:19 Removing bundles/
13:41:19 
13:41:19 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:19 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:19 GOOS="" GOARCH="" GOARM=""
13:41:20 #10 ...
13:41:20 
13:41:20 #9 [internal] load build context
13:41:20 #9 transferring context: 60.99MB 3.9s done
13:41:20 #9 DONE 4.4s
13:41:20 #12 3.684 Reading package lists...
13:41:20 #12 4.644 Building dependency tree...
13:41:20 #8 71.59 Setting up libgpgme11:armhf (1.14.0-1+b2) ...
13:41:20 #8 71.60 Setting up dirmngr (2.2.27-2+deb11u1) ...
13:41:20 #8 71.74 Setting up perl (5.32.1-4+deb11u2) ...
13:41:20 #8 71.76 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
13:41:20 #8 71.78 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:41:20 #8 71.83 Setting up libdata-dump-perl (1.23-1.1) ...
13:41:20 #8 71.84 Setting up libref-util-perl (0.204-1) ...
13:41:20 #8 71.85 Setting up libipc-system-simple-perl (1.30-1) ...
13:41:20 #8 71.86 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:41:20 #8 71.87 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
13:41:20 #8 71.89 Setting up libvariable-magic-perl (0.62-1+b3) ...
13:41:20 #8 71.90 Setting up libio-html-perl (1.004-2) ...
13:41:20 #8 71.91 Setting up libpod-parser-perl (1.63-2) ...
13:41:20 #8 71.92 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
13:41:20 #8 71.94 Setting up liblist-moreutils-xs-perl (0.430-2) ...
13:41:20 #8 71.95 Setting up gcc-10 (10.2.1-6) ...
13:41:20 #8 72.02 Setting up libparams-util-perl (1.102-1+b1) ...
13:41:20 #8 72.03 Setting up libdpkg-perl (1.20.9) ...
13:41:20 #8 72.04 Setting up libtime-duration-perl (1.21-1) ...
13:41:20 #8 72.05 Setting up autoconf (2.69-14) ...
13:41:20 #8 72.06 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:41:20 #8 72.08 Setting up libarray-intspan-perl (2.004-1) ...
13:41:20 #8 72.09 Setting up libcapture-tiny-perl (0.48-1) ...
13:41:20 #8 72.10 Setting up libtimedate-perl (2.3300-2) ...
13:41:20 #8 72.11 Setting up gpg-wks-server (2.2.27-2+deb11u1) ...
13:41:20 #8 72.12 Setting up libsub-name-perl (0.26-1+b1) ...
13:41:20 #8 72.13 Setting up libtype-tiny-xs-perl (0.022-1) ...
13:41:20 #8 72.14 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:41:20 #8 72.15 Setting up libproc-processtable-perl (0.59-2+b1) ...
13:41:20 #8 72.16 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:41:20 #8 72.17 Setting up xauth (1:1.1-1) ...
13:41:20 #8 72.22 Setting up libpath-tiny-perl (0.118-1) ...
13:41:20 #8 72.23 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:41:20 #8 72.24 Setting up libjson-perl (4.03000-1) ...
13:41:20 #8 72.25 Setting up libipc-run3-perl (0.048-2) ...
13:41:20 #8 72.26 Setting up libfcgi-perl:armhf (0.79+ds-2) ...
13:41:20 #8 72.27 Setting up libsub-override-perl (0.09-2) ...
13:41:20 #8 72.28 Setting up libaliased-perl (0.34-1.1) ...
13:41:20 #8 72.29 Setting up libstrictures-perl (2.000006-1) ...
13:41:20 #8 72.30 Setting up libsub-quote-perl (2.006006-1) ...
13:41:20 #8 72.31 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:41:20 #8 72.32 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
13:41:20 #8 72.33 Setting up libfontconfig1:armhf (2.13.1-4.2) ...
13:41:20 #8 72.34 Setting up libsort-versions-perl (1.62-1) ...
13:41:20 #8 72.35 Setting up libexporter-tiny-perl (1.002002-1) ...
13:41:20 #8 72.37 Setting up libre-engine-re2-perl:armhf (0.14-1) ...
13:41:20 #8 72.38 Setting up libfile-dirlist-perl (0.05-2) ...
13:41:20 #8 72.39 Setting up libterm-readkey-perl (2.38-1+b2) ...
13:41:20 #8 72.40 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
13:41:20 #8 72.41 Setting up libperlio-gzip-perl (0.19-1+b7) ...
13:41:20 #8 72.42 Setting up libsys-hostname-long-perl (1.5-2) ...
13:41:20 #8 72.43 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:41:20 #8 72.44 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
13:41:20 #8 72.45 Setting up liburi-perl (5.08-1) ...
13:41:20 #8 72.46 Setting up libfile-touch-perl (0.11-1) ...
13:41:20 #8 72.47 Setting up python3.9 (3.9.2-1) ...
13:41:20 #8 73.17 Setting up libemail-address-xs-perl (1.04-1+b3) ...
13:41:20 #8 73.18 Setting up libnet-ssleay-perl (1.88-3+b1) ...
13:41:20 #8 73.19 Setting up automake (1:1.16.3-2) ...
13:41:20 #8 73.20 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:41:20 #8 73.21 Setting up libapt-pkg-perl (0.1.39) ...
13:41:20 #8 73.22 Setting up libio-sessiondata-perl (1.03-1.1) ...
13:41:20 #8 73.23 Setting up libstring-escape-perl (2010.002-2) ...
13:41:20 #8 73.24 Setting up libhttp-date-perl (6.05-1) ...
13:41:20 #8 73.25 Setting up libfile-which-perl (1.23-1) ...
13:41:20 #8 73.26 Setting up libfile-basedir-perl (0.08-1) ...
13:41:20 #8 73.27 Setting up libnumber-range-perl (0.12-1.1) ...
13:41:20 #8 73.28 Setting up libtask-weaken-perl (1.06-1) ...
13:41:20 #8 73.29 Setting up libunicode-utf8-perl (0.62-1+b2) ...
13:41:20 #8 73.30 Setting up libmouse-perl (2.5.10-1+b1) ...
13:41:20 #8 73.31 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
13:41:20 #8 73.32 Setting up g++-10 (10.2.1-6) ...
13:41:20 #8 73.33 Setting up libfile-listing-perl (6.14-1) ...
13:41:20 #8 73.34 Setting up libsys-cpuaffinity-perl:armhf (1.13~03-1) ...
13:41:20 #8 73.35 Setting up gpg-wks-client (2.2.27-2+deb11u1) ...
13:41:20 #8 73.36 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:41:20 #8 73.37 Setting up libdata-messagepack-perl (1.00-4+b1) ...
13:41:20 #8 73.38 Setting up libclass-inspector-perl (1.36-1) ...
13:41:20 #8 73.39 Setting up libfont-afm-perl (1.20-3) ...
13:41:20 #8 73.40 Setting up libwant-perl (0.29-1+b6) ...
13:41:20 #8 73.41 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:41:20 #8 73.42 Setting up libtext-glob-perl (0.11-1) ...
13:41:20 #8 73.43 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:41:20 #8 73.44 Setting up liblist-compare-perl (0.55-1) ...
13:41:20 #8 73.45 Setting up libref-util-xs-perl (0.117-1+b3) ...
13:41:20 #8 73.46 Setting up libio-pty-perl (1:1.15-2) ...
13:41:20 #8 73.47 Setting up libtool (2.4.6-15) ...
13:41:20 #8 73.48 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
13:41:20 #8 73.49 Setting up libsort-key-perl (1.33-2+b3) ...
13:41:20 #8 73.50 Setting up libclone-perl (0.45-1+b1) ...
13:41:20 #8 73.58 Setting up libalgorithm-diff-perl (1.201-1) ...
13:41:20 #8 73.59 Setting up libarchive-zip-perl (1.68-1) ...
13:41:20 #8 73.61 Setting up libsub-identify-perl (0.14-1+b3) ...
13:41:20 #8 73.62 Setting up libdistro-info-perl (1.0) ...
13:41:20 #8 73.63 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
13:41:20 #8 73.64 Setting up libobject-id-perl (0.1.2-2.1) ...
13:41:20 #8 73.65 Setting up libio-stringy-perl (2.111-3) ...
13:41:20 #8 73.66 Setting up liblist-moreutils-perl (0.430-2) ...
13:41:20 #8 73.67 Setting up libhtml-tagset-perl (3.20-4) ...
13:41:20 #8 73.68 Setting up liblog-any-perl (1.709-1) ...
13:41:20 #8 73.69 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:41:20 #8 73.70 Setting up libdevel-size-perl (0.83-1+b2) ...
13:41:20 #12 0.930 Hit:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease
13:41:20 #12 0.969 Hit:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease
13:41:20 #12 1.044 Hit:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease
13:41:20 
13:41:20 #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:20 #11 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 126B / 126B 0.1s done
13:41:20 #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 108.70MB / 108.70MB 3.7s done
13:41:20 #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 81.05MB / 81.05MB 2.3s done
13:41:20 #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 54.67MB / 54.67MB 1.4s done
13:41:20 #11 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 10.66MB / 10.66MB 0.7s done
13:41:20 #11 sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 4.94MB / 4.94MB 0.7s done
13:41:20 #11 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 2.4s
13:41:20 #31 71.81 + mkdir -p /build
13:41:20 #31 71.82 + cp runc /build/runc
13:41:20 #31 DONE 72.1s
13:41:20 
13:41:20 #24 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:41:20 #12 4.820 Reading state information...
13:41:20 #12 4.846 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:41:20 #12 4.905 Starting 2 pkgProblemResolver with broken count: 0
13:41:20 #12 4.908 Done
13:41:20 #12 4.935  Done
13:41:20 #12 4.944 Starting pkgProblemResolver with broken count: 0
13:41:20 #12 4.977 Starting 2 pkgProblemResolver with broken count: 0
13:41:20 #12 4.980 Done
13:41:20 #11 26.56   Running scriptlet: which-2.21-26.fc34.x86_64                            97/97 
13:41:20 #8 73.71 Setting up libdebhelper-perl (13.3.4) ...
13:41:20 #8 73.73 Setting up libpod-constants-perl (0.19-2) ...
13:41:20 #8 73.74 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
13:41:20 #8 73.75 Setting up libconvert-binhex-perl (1.125-1) ...
13:41:20 #8 73.76 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:41:20 #8 73.77 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
13:41:20 #8 73.78 Setting up libtry-tiny-perl (0.30-1) ...
13:41:20 #8 73.79 Setting up libtype-tiny-perl (1.012001-2) ...
13:41:20 #8 73.80 Setting up libcommon-sense-perl (3.75-1+b4) ...
13:41:20 #8 73.81 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:41:20 #8 73.82 Setting up libnet-http-perl (6.20-1) ...
13:41:20 #8 73.83 Setting up libtext-markdown-discount-perl:armhf (0.12-1+b1) ...
13:41:20 #8 73.87 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:41:20 #8 73.88 Setting up libtime-moment-perl (0.44-1+b3) ...
13:41:20 #8 73.89 Setting up libencode-locale-perl (1.05-1.1) ...
13:41:20 #8 73.90 Setting up python3 (3.9.2-3) ...
13:41:20 #12 1.119 Hit:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease
13:41:20 #12 5.118 The following additional packages will be installed:
13:41:20 #11 29.19   Verifying        : acl-2.3.1-1.fc34.x86_64                               1/97 
13:41:20 #12 5.118   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:41:20 #12 5.119   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:41:20 #12 5.119   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:41:20 #12 5.119   librhash0 libseccomp-dev libselinux1-dev libsepol1 libsepol1-dev
13:41:20 #12 5.119   libsystemd-dev libudev-dev libuv1 pkg-config
13:41:20 #12 5.120 Suggested packages:
13:41:20 #12 5.120   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:41:20 #12 5.120 Recommended packages:
13:41:20 #12 5.120   dmsetup
13:41:20 #12 5.173 The following NEW packages will be installed:
13:41:20 #12 5.173   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:41:20 #12 5.174   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:41:20 #12 5.174   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:41:20 #12 5.174   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:41:20 #11 29.19   Verifying        : autoconf-2.69-36.fc34.noarch                          2/97 
13:41:20 #11 29.19   Verifying        : automake-1.16.2-4.fc34.noarch                         3/97 
13:41:20 #12 5.175   libudev-dev libuv1 pkg-config
13:41:20 #12 5.176 The following packages will be upgraded:
13:41:20 #12 5.177   libsepol1
13:41:20 #11 29.19   Verifying        : checkpolicy-3.2-1.fc34.x86_64                         4/97 
13:41:20 #11 29.19   Verifying        : dbus-1:1.12.20-3.fc34.x86_64                          5/97 
13:41:20 #11 29.19   Verifying        : dbus-common-1:1.12.20-3.fc34.noarch                   6/97 
13:41:20 #11 29.19   Verifying        : device-mapper-1.02.175-1.fc34.x86_64                  7/97 
13:41:20 #11 29.19   Verifying        : device-mapper-devel-1.02.175-1.fc34.x86_64            8/97 
13:41:20 #11 29.19   Verifying        : device-mapper-libs-1.02.175-1.fc34.x86_64             9/97 
13:41:20 #11 29.19   Verifying        : e2fsprogs-libs-1.45.6-5.fc34.x86_64                  10/97 
13:41:20 #11 29.19   Verifying        : gc-8.0.4-5.fc34.x86_64                               11/97 
13:41:20 #11 29.19   Verifying        : guile22-2.2.7-2.fc34.x86_64                          12/97 
13:41:20 #11 29.19   Verifying        : libargon2-20171227-6.fc34.x86_64                     13/97 
13:41:20 #11 29.19   Verifying        : libcbor-0.7.0-3.fc34.x86_64                          14/97 
13:41:20 #11 29.19   Verifying        : libfido2-1.6.0-2.fc34.x86_64                         15/97 
13:41:20 #11 29.19   Verifying        : libmpc-1.2.1-2.fc34.x86_64                           16/97 
13:41:20 #11 29.19   Verifying        : libnl3-3.5.0-6.fc34.x86_64                           17/97 
13:41:20 #11 29.19   Verifying        : libselinux-devel-3.2-1.fc34.x86_64                   18/97 
13:41:20 #11 29.19   Verifying        : libselinux-utils-3.2-1.fc34.x86_64                   19/97 
13:41:20 #11 29.19   Verifying        : libtool-2.4.6-40.fc34.x86_64                         20/97 
13:41:20 #11 29.19   Verifying        : libtool-ltdl-2.4.6-40.fc34.x86_64                    21/97 
13:41:20 #11 29.19   Verifying        : libtool-ltdl-devel-2.4.6-40.fc34.x86_64              22/97 
13:41:20 #11 29.19   Verifying        : lzo-2.10-4.fc34.x86_64                               23/97 
13:41:20 #11 29.19   Verifying        : m4-1.4.18-17.fc34.x86_64                             24/97 
13:41:20 #11 29.19   Verifying        : make-1:4.3-5.fc34.x86_64                             25/97 
13:41:20 #11 29.19   Verifying        : pcre2-devel-10.36-4.fc34.x86_64                      26/97 
13:41:20 #11 29.19   Verifying        : pcre2-utf16-10.36-4.fc34.x86_64                      27/97 
13:41:20 #11 29.19   Verifying        : pcre2-utf32-10.36-4.fc34.x86_64                      28/97 
13:41:20 #11 29.19   Verifying        : perl-Error-1:0.17029-5.fc34.noarch                   29/97 
13:41:20 #11 29.19   Verifying        : perl-TermReadKey-2.38-9.fc34.x86_64                  30/97 
13:41:20 #11 29.19   Verifying        : perl-Thread-Queue-3.14-458.fc34.noarch               31/97 
13:41:20 #11 29.19   Verifying        : perl-threads-1:2.25-458.fc34.x86_64                  32/97 
13:41:20 #11 29.19   Verifying        : perl-threads-shared-1.61-458.fc34.x86_64             33/97 
13:41:20 #11 29.19   Verifying        : policycoreutils-3.2-1.fc34.x86_64                    34/97 
13:41:20 #11 29.19   Verifying        : policycoreutils-devel-3.2-1.fc34.x86_64              35/97 
13:41:20 #11 29.19   Verifying        : policycoreutils-python-utils-3.2-1.fc34.noarch       36/97 
13:41:20 #11 29.20   Verifying        : python3-libselinux-3.2-1.fc34.x86_64                 37/97 
13:41:20 #11 29.20   Verifying        : python3-libsemanage-3.2-1.fc34.x86_64                38/97 
13:41:20 #11 29.20   Verifying        : python3-policycoreutils-3.2-1.fc34.noarch            39/97 
13:41:20 #11 29.20   Verifying        : python3-setools-4.4.0-1.fc34.x86_64                  40/97 
13:41:20 #11 29.20   Verifying        : rhash-1.4.0-3.fc34.x86_64                            41/97 
13:41:20 #11 29.20   Verifying        : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64            42/97 
13:41:20 #11 29.20   Verifying        : annobin-9.79-2.fc34.x86_64                           43/97 
13:41:20 #11 29.20   Verifying        : btrfs-progs-5.16.2-1.fc34.x86_64                     44/97 
13:41:20 #11 29.20   Verifying        : btrfs-progs-devel-5.16.2-1.fc34.x86_64               45/97 
13:41:20 #11 29.20   Verifying        : cmake-3.20.5-1.fc34.x86_64                           46/97 
13:41:20 #11 29.20   Verifying        : cmake-data-3.20.5-1.fc34.noarch                      47/97 
13:41:20 #11 29.20   Verifying        : cmake-filesystem-3.20.5-1.fc34.x86_64                48/97 
13:41:20 #11 29.20   Verifying        : cmake-rpm-macros-3.20.5-1.fc34.noarch                49/97 
13:41:20 #11 29.20   Verifying        : cpp-11.2.1-9.fc34.x86_64                             50/97 
13:41:20 #11 29.20   Verifying        : cryptsetup-libs-2.3.7-1.fc34.x86_64                  51/97 
13:41:20 #11 29.20   Verifying        : dbus-broker-29-2.fc34.x86_64                         52/97 
13:41:20 #11 29.20   Verifying        : gcc-11.2.1-9.fc34.x86_64                             53/97 
13:41:20 #11 29.20   Verifying        : git-2.34.1-1.fc34.x86_64                             54/97 
13:41:20 #11 29.20   Verifying        : git-core-2.34.1-1.fc34.x86_64                        55/97 
13:41:20 #11 29.20   Verifying        : git-core-doc-2.34.1-1.fc34.noarch                    56/97 
13:41:20 #11 29.20   Verifying        : glibc-devel-2.33-21.fc34.x86_64                      57/97 
13:41:20 #11 29.20   Verifying        : glibc-headers-x86-2.33-21.fc34.noarch                58/97 
13:41:20 #11 29.20   Verifying        : glibc-static-2.33-21.fc34.x86_64                     59/97 
13:41:20 #11 29.20   Verifying        : iptables-legacy-libs-1.8.7-8.fc34.x86_64             60/97 
13:41:20 #11 29.20   Verifying        : jsoncpp-1.9.4-5.fc34.x86_64                          61/97 
13:41:20 #11 29.20   Verifying        : kernel-headers-5.17.4-100.fc34.x86_64                62/97 
13:41:20 #11 29.20   Verifying        : kmod-libs-29-2.fc34.x86_64                           63/97 
13:41:20 #11 29.20   Verifying        : libbpf-2:0.4.0-1.fc34.x86_64                         64/97 
13:41:20 #11 29.20   Verifying        : libbtrfs-5.16.2-1.fc34.x86_64                        65/97 
13:41:20 #11 29.20   Verifying        : libbtrfsutil-5.16.2-1.fc34.x86_64                    66/97 
13:41:20 #11 29.20   Verifying        : libedit-3.1-38.20210714cvs.fc34.x86_64               67/97 
13:41:20 #11 29.20   Verifying        : libibverbs-37.2-2.fc34.x86_64                        68/97 
13:41:20 #11 29.20   Verifying        : libpcap-14:1.10.1-1.fc34.x86_64                      69/97 
13:41:20 #11 29.20   Verifying        : libseccomp-2.5.3-1.fc34.x86_64                       70/97 
13:41:20 #11 29.20   Verifying        : libseccomp-devel-2.5.3-1.fc34.x86_64                 71/97 
13:41:20 #11 29.20   Verifying        : libsepol-devel-3.2-2.fc34.x86_64                     72/97 
13:41:20 #11 29.20   Verifying        : libuv-1:1.44.1-1.fc34.x86_64                         73/97 
13:41:20 #11 29.20   Verifying        : libxcrypt-devel-4.4.28-1.fc34.x86_64                 74/97 
13:41:20 #11 29.20   Verifying        : libxcrypt-static-4.4.28-1.fc34.x86_64                75/97 
13:41:20 #11 29.20   Verifying        : libxkbcommon-1.3.0-1.fc34.x86_64                     76/97 
13:41:20 #11 29.20   Verifying        : llvm-libs-12.0.1-1.fc34.x86_64                       77/97 
13:41:20 #11 29.20   Verifying        : openssh-8.6p1-5.fc34.x86_64                          78/97 
13:41:20 #11 29.20   Verifying        : openssh-clients-8.6p1-5.fc34.x86_64                  79/97 
13:41:20 #11 29.20   Verifying        : perl-File-Compare-1.100.600-477.fc34.noarch          80/97 
13:41:20 #11 29.20   Verifying        : perl-File-Copy-2.34-477.fc34.noarch                  81/97 
13:41:20 #11 29.20   Verifying        : perl-File-Find-1.37-477.fc34.noarch                  82/97 
13:41:20 #11 29.20   Verifying        : perl-Git-2.34.1-1.fc34.noarch                        83/97 
13:41:20 #11 29.20   Verifying        : perl-lib-0.65-477.fc34.x86_64                        84/97 
13:41:20 #11 29.20   Verifying        : python3-audit-3.0.6-1.fc34.x86_64                    85/97 
13:41:20 #11 29.20   Verifying        : qrencode-libs-4.1.1-1.fc34.x86_64                    86/97 
13:41:20 #11 29.20   Verifying        : selinux-policy-34.27-1.fc34.noarch                   87/97 
13:41:20 #11 29.20   Verifying        : selinux-policy-devel-34.27-1.fc34.noarch             88/97 
13:41:20 #11 29.20   Verifying        : selinux-policy-targeted-34.27-1.fc34.noarch          89/97 
13:41:20 #11 29.20   Verifying        : systemd-248.10-1.fc34.x86_64                         90/97 
13:41:20 #11 29.20   Verifying        : systemd-devel-248.10-1.fc34.x86_64                   91/97 
13:41:20 #11 29.20   Verifying        : systemd-networkd-248.10-1.fc34.x86_64                92/97 
13:41:20 #11 29.20   Verifying        : systemd-pam-248.10-1.fc34.x86_64                     93/97 
13:41:20 #11 29.20   Verifying        : systemd-rpm-macros-248.10-1.fc34.noarch              94/97 
13:41:20 #11 29.20   Verifying        : vim-filesystem-2:8.2.4804-1.fc34.noarch              95/97 
13:41:20 #11 29.20   Verifying        : which-2.21-26.fc34.x86_64                            96/97 
13:41:20 #11 29.20   Verifying        : xkeyboard-config-2.33-1.fc34.noarch                  97/97 
13:41:20 #11 29.40 
13:41:20 #11 29.40 Installed:
13:41:20 #11 29.40   acl-2.3.1-1.fc34.x86_64                                                       
13:41:20 #11 29.40   annobin-9.79-2.fc34.x86_64                                                    
13:41:20 #11 29.40   autoconf-2.69-36.fc34.noarch                                                  
13:41:20 #11 29.40   automake-1.16.2-4.fc34.noarch                                                 
13:41:20 #11 29.40   btrfs-progs-5.16.2-1.fc34.x86_64                                              
13:41:20 #11 29.40   btrfs-progs-devel-5.16.2-1.fc34.x86_64                                        
13:41:20 #11 29.40   checkpolicy-3.2-1.fc34.x86_64                                                 
13:41:20 #11 29.40   cmake-3.20.5-1.fc34.x86_64                                                    
13:41:20 #11 29.40   cmake-data-3.20.5-1.fc34.noarch                                               
13:41:20 #11 29.40   cmake-filesystem-3.20.5-1.fc34.x86_64                                         
13:41:20 #11 29.40   cmake-rpm-macros-3.20.5-1.fc34.noarch                                         
13:41:20 #11 29.40   cpp-11.2.1-9.fc34.x86_64                                                      
13:41:20 #11 29.40   cryptsetup-libs-2.3.7-1.fc34.x86_64                                           
13:41:20 #11 29.40   dbus-1:1.12.20-3.fc34.x86_64                                                  
13:41:20 #11 29.40   dbus-broker-29-2.fc34.x86_64                                                  
13:41:20 #11 29.40   dbus-common-1:1.12.20-3.fc34.noarch                                           
13:41:20 #11 29.40   device-mapper-1.02.175-1.fc34.x86_64                                          
13:41:20 #11 29.40   device-mapper-devel-1.02.175-1.fc34.x86_64                                    
13:41:20 #11 29.40   device-mapper-libs-1.02.175-1.fc34.x86_64                                     
13:41:20 #11 29.40   e2fsprogs-libs-1.45.6-5.fc34.x86_64                                           
13:41:20 #11 29.40   gc-8.0.4-5.fc34.x86_64                                                        
13:41:20 #11 29.40   gcc-11.2.1-9.fc34.x86_64                                                      
13:41:20 #11 29.40   git-2.34.1-1.fc34.x86_64                                                      
13:41:20 #11 29.40   git-core-2.34.1-1.fc34.x86_64                                                 
13:41:20 #11 29.40   git-core-doc-2.34.1-1.fc34.noarch                                             
13:41:20 #11 29.40   glibc-devel-2.33-21.fc34.x86_64                                               
13:41:20 #11 29.40   glibc-headers-x86-2.33-21.fc34.noarch                                         
13:41:20 #11 29.40   glibc-static-2.33-21.fc34.x86_64                                              
13:41:20 #11 29.40   guile22-2.2.7-2.fc34.x86_64                                                   
13:41:20 #11 29.40   iptables-legacy-libs-1.8.7-8.fc34.x86_64                                      
13:41:20 #11 29.40   jsoncpp-1.9.4-5.fc34.x86_64                                                   
13:41:20 #11 29.40   kernel-headers-5.17.4-100.fc34.x86_64                                         
13:41:20 #11 29.40   kmod-libs-29-2.fc34.x86_64                                                    
13:41:20 #11 29.40   libargon2-20171227-6.fc34.x86_64                                              
13:41:20 #11 29.40   libbpf-2:0.4.0-1.fc34.x86_64                                                  
13:41:20 #11 29.40   libbtrfs-5.16.2-1.fc34.x86_64                                                 
13:41:20 #11 29.40   libbtrfsutil-5.16.2-1.fc34.x86_64                                             
13:41:20 #11 29.40   libcbor-0.7.0-3.fc34.x86_64                                                   
13:41:20 #11 29.40   libedit-3.1-38.20210714cvs.fc34.x86_64                                        
13:41:20 #11 29.40   libfido2-1.6.0-2.fc34.x86_64                                                  
13:41:20 #11 29.40   libibverbs-37.2-2.fc34.x86_64                                                 
13:41:20 #11 29.40   libmpc-1.2.1-2.fc34.x86_64                                                    
13:41:20 #11 29.40   libnl3-3.5.0-6.fc34.x86_64                                                    
13:41:20 #11 29.40   libpcap-14:1.10.1-1.fc34.x86_64                                               
13:41:20 #11 29.40   libseccomp-2.5.3-1.fc34.x86_64                                                
13:41:20 #11 29.40   libseccomp-devel-2.5.3-1.fc34.x86_64                                          
13:41:20 #11 29.40   libselinux-devel-3.2-1.fc34.x86_64                                            
13:41:20 #11 29.40   libselinux-utils-3.2-1.fc34.x86_64                                            
13:41:20 #11 29.40   libsepol-devel-3.2-2.fc34.x86_64                                              
13:41:20 #11 29.40   libtool-2.4.6-40.fc34.x86_64                                                  
13:41:20 #11 29.40   libtool-ltdl-2.4.6-40.fc34.x86_64                                             
13:41:20 #11 29.40   libtool-ltdl-devel-2.4.6-40.fc34.x86_64                                       
13:41:20 #11 29.40   libuv-1:1.44.1-1.fc34.x86_64                                                  
13:41:20 #11 29.40   libxcrypt-devel-4.4.28-1.fc34.x86_64                                          
13:41:20 #11 29.40   libxcrypt-static-4.4.28-1.fc34.x86_64                                         
13:41:20 #11 29.40   libxkbcommon-1.3.0-1.fc34.x86_64                                              
13:41:20 #11 29.40   llvm-libs-12.0.1-1.fc34.x86_64                                                
13:41:20 #11 29.40   lzo-2.10-4.fc34.x86_64                                                        
13:41:20 #11 29.40   m4-1.4.18-17.fc34.x86_64                                                      
13:41:20 #11 29.40   make-1:4.3-5.fc34.x86_64                                                      
13:41:20 #11 29.40   openssh-8.6p1-5.fc34.x86_64                                                   
13:41:20 #11 29.40   openssh-clients-8.6p1-5.fc34.x86_64                                           
13:41:20 #11 29.40   pcre2-devel-10.36-4.fc34.x86_64                                               
13:41:20 #11 29.40   pcre2-utf16-10.36-4.fc34.x86_64                                               
13:41:20 #11 29.40   pcre2-utf32-10.36-4.fc34.x86_64                                               
13:41:20 #11 29.40   perl-Error-1:0.17029-5.fc34.noarch                                            
13:41:20 #11 29.40   perl-File-Compare-1.100.600-477.fc34.noarch                                   
13:41:20 #11 29.40   perl-File-Copy-2.34-477.fc34.noarch                                           
13:41:20 #11 29.40   perl-File-Find-1.37-477.fc34.noarch                                           
13:41:20 #11 29.40   perl-Git-2.34.1-1.fc34.noarch                                                 
13:41:20 #11 29.40   perl-TermReadKey-2.38-9.fc34.x86_64                                           
13:41:20 #11 29.40   perl-Thread-Queue-3.14-458.fc34.noarch                                        
13:41:20 #11 29.40   perl-lib-0.65-477.fc34.x86_64                                                 
13:41:20 #11 29.40   perl-threads-1:2.25-458.fc34.x86_64                                           
13:41:20 #11 29.40   perl-threads-shared-1.61-458.fc34.x86_64                                      
13:41:20 #11 29.40   policycoreutils-3.2-1.fc34.x86_64                                             
13:41:20 #11 29.40   policycoreutils-devel-3.2-1.fc34.x86_64                                       
13:41:20 #11 29.40   policycoreutils-python-utils-3.2-1.fc34.noarch                                
13:41:20 #11 29.40   python3-audit-3.0.6-1.fc34.x86_64                                             
13:41:20 #11 29.40   python3-libselinux-3.2-1.fc34.x86_64                                          
13:41:20 #11 29.40   python3-libsemanage-3.2-1.fc34.x86_64                                         
13:41:20 #11 29.40   python3-policycoreutils-3.2-1.fc34.noarch                                     
13:41:20 #11 29.40   python3-setools-4.4.0-1.fc34.x86_64                                           
13:41:20 #11 29.40   qrencode-libs-4.1.1-1.fc34.x86_64                                             
13:41:20 #11 29.40   rhash-1.4.0-3.fc34.x86_64                                                     
13:41:20 #11 29.40   rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64                                     
13:41:20 #11 29.40   selinux-policy-34.27-1.fc34.noarch                                            
13:41:20 #11 29.40   selinux-policy-devel-34.27-1.fc34.noarch                                      
13:41:20 #11 29.40   selinux-policy-targeted-34.27-1.fc34.noarch                                   
13:41:20 #11 29.40   systemd-248.10-1.fc34.x86_64                                                  
13:41:20 #11 29.40   systemd-devel-248.10-1.fc34.x86_64                                            
13:41:20 #11 29.40   systemd-networkd-248.10-1.fc34.x86_64                                         
13:41:20 #11 29.40   systemd-pam-248.10-1.fc34.x86_64                                              
13:41:20 #11 29.40   systemd-rpm-macros-248.10-1.fc34.noarch                                       
13:41:20 #11 29.40   vim-filesystem-2:8.2.4804-1.fc34.noarch                                       
13:41:20 #11 29.40   which-2.21-26.fc34.x86_64                                                     
13:41:20 #11 29.40   xkeyboard-config-2.33-1.fc34.noarch                                           
13:41:20 #11 29.40 
13:41:20 #11 29.40 Complete!
13:41:20 #11 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 3.1s done
13:41:20 #11 DONE 5.2s
13:41:20 
13:41:20 #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:20 #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:41:20 #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done
13:41:20 #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
13:41:20 #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.6s done
13:41:20 #12 DONE 5.1s
13:41:20 
13:41:20 #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:20 #10 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.6s done
13:41:20 #10 DONE 5.0s
13:41:20 
13:41:20 #13 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:41:20 #11 DONE 29.6s
13:41:20 
13:41:20 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
13:41:20 #13 sha256:480d9d8b1b06391c4ca6158ae72a52dd230f5d9ea7de86498dbbf76ec014ec37
13:41:20 #8 74.21 Setting up libexception-class-perl (1.44-1) ...
13:41:20 #8 74.22 Setting up python3-xdg (0.27-2) ...
13:41:20 #8 74.40 Setting up libconfig-tiny-perl (2.26-1) ...
13:41:20 #8 74.42 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
13:41:20 #8 74.44 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
13:41:20 #8 74.47 Setting up liblist-utilsby-perl (0.11-1) ...
13:41:21 #10 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 2.9s done
13:41:21 #10 extracting sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 0.0s done
13:41:21 #10 DONE 13.5s
13:41:21 
13:41:21 #15 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:41:21 #13 DONE 0.0s
13:41:21 
13:41:21 #14 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:41:21 #9 DONE 72.8s
13:41:21 
13:41:21 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:41:21 #11 sha256:594b8cc050dd57acba24a049e635b7bee9ce331051ddb7cce097841e071eb3ff
13:41:21 #12 5.594 1 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
13:41:21 #12 5.594 1 not fully installed or removed.
13:41:21 #12 5.594 Need to get 7894 kB of archives.
13:41:21 #12 5.594 After this operation, 30.0 MB of additional disk space will be used.
13:41:21 #12 5.594 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bash-completion all 1:2.10-1ubuntu1 [178 kB]
13:41:21 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc
13:41:21  debian/rules build
13:41:21 dh build --with=bash-completion
13:41:21    dh_update_autotools_config
13:41:21    dh_autoreconf
13:41:21    debian/rules override_dh_auto_build
13:41:21 make[1]: Entering directory '/root/build-deb'
13:41:21 # Build the daemon and dependencies
13:41:21 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:21 
13:41:21 Removing bundles/
13:41:21 
13:41:21 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:21 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:21 GOOS="" GOARCH="" GOARM=""
13:41:21 #8 74.51 Setting up libstring-shellquote-perl (1.04-1) ...
13:41:21 #8 74.69 Setting up libsub-install-perl (0.928-1.1) ...
13:41:21 #8 74.71 Setting up gcc (4:10.2.1-1) ...
13:41:21 #8 74.73 Setting up dpkg-dev (1.20.9) ...
13:41:21 #11 1.140 Reading package lists...
13:41:21 #12 1.275 Reading package lists...
13:41:21 #12 40.51 Checking for new repos for mirrors
13:41:21 #12 40.51 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
13:41:21 #12 40.51  --> 1:make-3.82-24.el7.aarch64
13:41:21 #12 40.65  --> libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
13:41:21 #12 40.65  --> git-1.8.3.1-23.el7_8.aarch64
13:41:21 #12 40.65 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
13:41:21 #12 40.65  --> Already installed : bash-4.2.46-34.el7.aarch64
13:41:21 #12 40.66 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
13:41:21 #12 40.66  --> Already installed : bash-4.2.46-34.el7.aarch64
13:41:21 #12 40.66  --> btrfs-progs-devel-4.9.1-1.el7.aarch64
13:41:21 #12 40.66  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
13:41:21 #12 40.66  --> cmake-2.8.12.2-2.el7.aarch64
13:41:21 #12 40.66  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64
13:41:21 #12 40.66  --> gcc-4.8.5-44.el7.aarch64
13:41:21 #12 40.66  --> git-1.8.3.1-23.el7_8.aarch64
13:41:21 #12 40.66  --> glibc-static-2.17-325.el7_9.aarch64
13:41:21 #12 40.66  --> libarchive-3.1.2-14.el7_7.aarch64
13:41:21 #12 40.66  --> libseccomp-devel-2.3.1-4.el7.aarch64
13:41:21 #12 40.67  --> libselinux-devel-2.5-15.el7.aarch64
13:41:21 #12 40.67  --> libtool-2.4.2-22.el7_3.aarch64
13:41:21 #12 40.67  --> libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
13:41:21 #12 40.67  --> 1:make-3.82-24.el7.aarch64
13:41:21 #12 40.67  --> Already installed : 1:pkgconfig-0.27.1-4.el7.aarch64
13:41:21 #12 40.67  --> Already installed : systemd-219-78.el7.aarch64
13:41:21 #12 40.67  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
13:41:21 #12 40.67  --> systemd-devel-219-78.el7_9.5.aarch64
13:41:21 #12 40.67  --> Already installed : 2:tar-1.26-35.el7.aarch64
13:41:21 #12 40.67  --> which-2.20-7.el7.aarch64
13:41:21 #12 40.68 Getting requirements for /root/rpmbuild/SPECS/docker-compose-plugin.spec
13:41:21 #12 40.68  --> Already installed : bash-4.2.46-34.el7.aarch64
13:41:21 #12 40.68 --> Running transaction check
13:41:21 #12 40.68 ---> Package btrfs-progs-devel.aarch64 0:4.9.1-1.el7 will be installed
13:41:21 #12 40.68 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.aarch64
13:41:21 #12 40.81 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.aarch64
13:41:21 #12 40.81 ---> Package cmake.aarch64 0:2.8.12.2-2.el7 will be installed
13:41:21 #12 40.82 ---> Package device-mapper-devel.aarch64 7:1.02.170-6.el7_9.5 will be installed
13:41:21 #12 40.82 --> 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.aarch64
13:41:21 #12 40.82 ---> Package gcc.aarch64 0:4.8.5-44.el7 will be installed
13:41:21 #12 40.82 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.aarch64
13:41:21 #12 40.82 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.aarch64
13:41:21 #12 40.83 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.aarch64
13:41:21 #12 40.83 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.aarch64
13:41:21 #12 40.83 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.aarch64
13:41:21 #12 40.84 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.aarch64
13:41:21 #12 40.84 ---> Package git.aarch64 0:1.8.3.1-23.el7_8 will be installed
13:41:21 #12 40.85 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.aarch64
13:41:21 #12 40.85 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.aarch64
13:41:21 #12 40.86 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.aarch64
13:41:21 #12 40.86 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.aarch64
13:41:21 #12 40.86 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.aarch64
13:41:21 #12 40.87 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.aarch64
13:41:21 #12 40.87 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.aarch64
13:41:21 #12 40.87 ---> Package glibc-static.aarch64 0:2.17-325.el7_9 will be installed
13:41:21 #12 40.87 ---> Package libarchive.aarch64 0:3.1.2-14.el7_7 will be installed
13:41:21 #12 40.87 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.aarch64
13:41:21 #12 40.88 ---> Package libseccomp-devel.aarch64 0:2.3.1-4.el7 will be installed
13:41:21 #12 40.88 --> Processing Dependency: libseccomp(aarch-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.aarch64
13:41:21 #12 40.88 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.aarch64
13:41:21 #12 40.88 ---> Package libselinux-devel.aarch64 0:2.5-15.el7 will be installed
13:41:21 #12 40.88 --> Processing Dependency: libsepol-devel(aarch-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.aarch64
13:41:21 #12 40.88 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.aarch64
13:41:21 #12 40.88 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.aarch64
13:41:21 #12 40.88 ---> Package libtool.aarch64 0:2.4.2-22.el7_3 will be installed
13:41:21 #12 40.88 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.aarch64
13:41:21 #12 40.89 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.aarch64
13:41:21 #12 40.89 ---> Package libtool-ltdl-devel.aarch64 0:2.4.2-22.el7_3 will be installed
13:41:21 #12 40.89 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
13:41:21 #12 40.90 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
13:41:21 #12 40.90 ---> Package make.aarch64 1:3.82-24.el7 will be installed
13:41:21 #12 40.90 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
13:41:21 #12 40.90 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
13:41:21 #12 40.90 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
13:41:21 #12 40.90 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
13:41:21 #12 40.90 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
13:41:21 #12 40.90 ---> Package systemd-devel.aarch64 0:219-78.el7_9.5 will be installed
13:41:21 #12 40.91 --> Processing Dependency: systemd-libs = 219-78.el7_9.5 for package: systemd-devel-219-78.el7_9.5.aarch64
13:41:21 #12 40.91 --> Processing Dependency: systemd = 219-78.el7_9.5 for package: systemd-devel-219-78.el7_9.5.aarch64
13:41:21 #12 40.92 Package: systemd-219-78.el7_9.5.src - can't co-install with systemd-219-78.el7_9.5.aarch64
13:41:21 #12 40.92 ---> Package which.aarch64 0:2.20-7.el7 will be installed
13:41:21 #12 40.92 --> Running transaction check
13:41:21 #12 40.92 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
13:41:21 #12 40.92 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
13:41:21 #12 40.92 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
13:41:21 #12 40.92 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
13:41:21 #12 40.93 ---> Package btrfs-progs.aarch64 0:4.9.1-1.el7 will be installed
13:41:21 #12 40.93 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.aarch64
13:41:21 #12 40.94 ---> Package checkpolicy.aarch64 0:2.5-8.el7 will be installed
13:41:21 #12 40.94 ---> Package cpp.aarch64 0:4.8.5-44.el7 will be installed
13:41:21 #12 40.94 ---> Package device-mapper.aarch64 7:1.02.170-6.el7 will be updated
13:41:21 #12 40.94 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.aarch64
13:41:21 #12 40.94 ---> Package device-mapper.aarch64 7:1.02.170-6.el7_9.5 will be an update
13:41:21 #12 40.95 ---> Package glibc-devel.aarch64 0:2.17-325.el7_9 will be installed
13:41:21 #12 40.95 --> Processing Dependency: glibc-headers = 2.17-325.el7_9 for package: glibc-devel-2.17-325.el7_9.aarch64
13:41:21 #12 40.95 --> Processing Dependency: glibc = 2.17-325.el7_9 for package: glibc-devel-2.17-325.el7_9.aarch64
13:41:21 #12 40.96 Package: glibc-2.17-325.el7_9.src - can't co-install with glibc-2.17-325.el7_9.aarch64
13:41:21 #12 40.96 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-325.el7_9.aarch64
13:41:21 #12 40.96 ---> Package less.aarch64 0:458-9.el7 will be installed
13:41:21 #12 40.96 ---> Package libgomp.aarch64 0:4.8.5-44.el7 will be installed
13:41:21 #12 40.96 ---> Package libmpc.aarch64 0:1.0.1-3.el7 will be installed
13:41:21 #12 40.96 ---> Package libseccomp.aarch64 0:2.3.1-4.el7 will be installed
13:41:21 #12 40.96 ---> Package libsepol-devel.aarch64 0:2.5-10.el7 will be installed
13:41:21 #12 40.96 ---> Package libtool-ltdl.aarch64 0:2.4.2-22.el7_3 will be installed
13:41:21 #12 40.96 ---> Package lzo.aarch64 0:2.06-8.el7 will be installed
13:41:21 #12 40.96 ---> Package m4.aarch64 0:1.4.16-10.el7 will be installed
13:41:21 #12 40.96 ---> Package mpfr.aarch64 0:3.1.1-4.el7 will be installed
13:41:21 #12 40.96 ---> Package openssh-clients.aarch64 0:7.4p1-22.el7_9 will be installed
13:41:21 #12 40.97 --> Processing Dependency: openssh = 7.4p1-22.el7_9 for package: openssh-clients-7.4p1-22.el7_9.aarch64
13:41:21 #12 40.97 --> Processing Dependency: fipscheck-lib(aarch-64) >= 1.3.0 for package: openssh-clients-7.4p1-22.el7_9.aarch64
13:41:21 #12 40.97 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-22.el7_9.aarch64
13:41:21 #12 40.97 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-22.el7_9.aarch64
13:41:21 #12 40.97 ---> Package pcre-devel.aarch64 0:8.32-17.el7 will be installed
13:41:21 #12 40.98 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
13:41:21 #12 40.98 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
13:41:21 #12 40.98 ---> Package perl-TermReadKey.aarch64 0:2.30-20.el7 will be installed
13:41:21 #12 40.98 ---> Package policycoreutils-devel.aarch64 0:2.5-34.el7 will be installed
13:41:21 #12 40.98 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.aarch64
13:41:21 #12 40.98 ---> Package rsync.aarch64 0:3.1.2-10.el7 will be installed
13:41:21 #12 40.98 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
13:41:21 #12 40.98 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
13:41:21 #12 40.99 ---> Package systemd.aarch64 0:219-78.el7 will be updated
13:41:21 #12 41.13 ---> Package systemd.aarch64 0:219-78.el7_9.5 will be an update
13:41:21 #12 41.14 ---> Package systemd-libs.aarch64 0:219-78.el7 will be updated
13:41:21 #12 41.14 ---> Package systemd-libs.aarch64 0:219-78.el7_9.5 will be an update
13:41:21 #12 41.14 --> Running transaction check
13:41:21 #12 41.15 ---> Package device-mapper-libs.aarch64 7:1.02.170-6.el7 will be updated
13:41:21 #12 41.15 ---> Package device-mapper-libs.aarch64 7:1.02.170-6.el7_9.5 will be an update
13:41:21 #12 41.15 ---> Package e2fsprogs-libs.aarch64 0:1.42.9-19.el7 will be installed
13:41:21 #12 41.15 ---> Package fipscheck-lib.aarch64 0:1.4.1-6.el7 will be installed
13:41:21 #12 41.15 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.aarch64
13:41:21 #12 41.15 ---> Package glibc.aarch64 0:2.17-317.el7 will be updated
13:41:21 #12 41.15 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.aarch64
13:41:21 #12 41.15 ---> Package glibc.aarch64 0:2.17-325.el7_9 will be an update
13:41:21 #12 41.16 ---> Package glibc-headers.aarch64 0:2.17-325.el7_9 will be installed
13:41:21 #12 41.16 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-325.el7_9.aarch64
13:41:21 #12 41.16 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-325.el7_9.aarch64
13:41:21 #12 41.16 ---> Package libedit.aarch64 0:3.0-12.20121213cvs.el7 will be installed
13:41:21 #12 41.16 ---> Package openssh.aarch64 0:7.4p1-22.el7_9 will be installed
13:41:21 #12 41.16 ---> Package perl-Data-Dumper.aarch64 0:2.145-3.el7 will be installed
13:41:21 #12 41.16 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
13:41:21 #12 41.17 ---> Package policycoreutils.aarch64 0:2.5-34.el7 will be installed
13:41:21 #12 41.17 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.aarch64
13:41:21 #12 41.17 ---> Package policycoreutils-python.aarch64 0:2.5-34.el7 will be installed
13:41:21 #12 41.17 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.17 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.17 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.17 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.17 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.17 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.18 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.18 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.18 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.18 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.18 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
13:41:21 #12 41.18 --> Running transaction check
13:41:21 #12 41.18 ---> Package audit-libs-python.aarch64 0:2.8.5-4.el7 will be installed
13:41:21 #12 41.18 ---> Package fipscheck.aarch64 0:1.4.1-6.el7 will be installed
13:41:21 #12 41.18 ---> Package glibc-common.aarch64 0:2.17-317.el7 will be updated
13:41:21 #12 41.18 ---> Package glibc-common.aarch64 0:2.17-325.el7_9 will be an update
13:41:21 #12 41.18 ---> Package kernel-headers.aarch64 0:4.18.0-348.20.1.el7 will be installed
13:41:21 #12 41.18 ---> Package libcgroup.aarch64 0:0.41-21.el7 will be installed
13:41:21 #12 41.18 ---> Package libselinux-python.aarch64 0:2.5-15.el7 will be installed
13:41:21 #12 41.19 ---> Package libselinux-utils.aarch64 0:2.5-15.el7 will be installed
13:41:21 #12 41.19 ---> Package libsemanage-python.aarch64 0:2.5-14.el7 will be installed
13:41:21 #12 41.19 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
13:41:21 #12 41.19 ---> Package setools-libs.aarch64 0:3.3.8-4.el7 will be installed
13:41:21 #12 41.23 --> Finished Dependency Resolution
13:41:21 #12 41.27 
13:41:21 #12 41.27 Dependencies Resolved
13:41:21 #12 41.28 
13:41:21 #12 41.28 ================================================================================
13:41:21 #12 41.28  Package                  Arch      Version                     Repository
13:41:21 #12 41.28                                                                            Size
13:41:21 #12 41.28 ================================================================================
13:41:21 #12 41.28 Installing:
13:41:21 #12 41.28  btrfs-progs-devel        aarch64   4.9.1-1.el7                 base       46 k
13:41:21 #12 41.28  cmake                    aarch64   2.8.12.2-2.el7              base      6.8 M
13:41:21 #12 41.28  device-mapper-devel      aarch64   7:1.02.170-6.el7_9.5        updates   205 k
13:41:21 #12 41.28  gcc                      aarch64   4.8.5-44.el7                base       13 M
13:41:21 #12 41.28  git                      aarch64   1.8.3.1-23.el7_8            base      4.4 M
13:41:21 #12 41.28  glibc-static             aarch64   2.17-325.el7_9              updates   1.4 M
13:41:21 #12 41.28  libarchive               aarch64   3.1.2-14.el7_7              base      294 k
13:41:21 #12 41.28  libseccomp-devel         aarch64   2.3.1-4.el7                 base       63 k
13:41:21 #12 41.28  libselinux-devel         aarch64   2.5-15.el7                  base      186 k
13:41:21 #12 41.28  libtool                  aarch64   2.4.2-22.el7_3              base      588 k
13:41:21 #12 41.28  libtool-ltdl-devel       aarch64   2.4.2-22.el7_3              base      167 k
13:41:21 #12 41.28  make                     aarch64   1:3.82-24.el7               base      415 k
13:41:21 #12 41.28  selinux-policy-devel     noarch    3.13.1-268.el7_9.2          updates   1.7 M
13:41:21 #12 41.28  systemd-devel            aarch64   219-78.el7_9.5              updates   216 k
13:41:21 #12 41.28  which                    aarch64   2.20-7.el7                  base       40 k
13:41:21 #12 41.28 Installing for dependencies:
13:41:21 #12 41.28  audit-libs-python        aarch64   2.8.5-4.el7                 base       73 k
13:41:21 #12 41.28  autoconf                 noarch    2.69-11.el7                 base      701 k
13:41:21 #12 41.28  automake                 noarch    1.13.4-3.el7                base      679 k
13:41:21 #12 41.28  btrfs-progs              aarch64   4.9.1-1.el7                 base      667 k
13:41:21 #12 41.28  checkpolicy              aarch64   2.5-8.el7                   base      275 k
13:41:21 #12 41.28  cpp                      aarch64   4.8.5-44.el7                base      5.2 M
13:41:21 #12 41.28  e2fsprogs-libs           aarch64   1.42.9-19.el7               base      160 k
13:41:21 #12 41.28  fipscheck                aarch64   1.4.1-6.el7                 base       22 k
13:41:21 #12 41.28  fipscheck-lib            aarch64   1.4.1-6.el7                 base       10 k
13:41:21 #12 41.28  glibc-devel              aarch64   2.17-325.el7_9              updates   1.1 M
13:41:21 #12 41.28  glibc-headers            aarch64   2.17-325.el7_9              updates   673 k
13:41:21 #12 41.28  kernel-headers           aarch64   4.18.0-348.20.1.el7         updates   8.2 M
13:41:21 #12 41.28  less                     aarch64   458-9.el7                   base      115 k
13:41:21 #12 41.28  libcgroup                aarch64   0.41-21.el7                 base       63 k
13:41:21 #12 41.28  libedit                  aarch64   3.0-12.20121213cvs.el7      base       85 k
13:41:21 #12 41.28  libgomp                  aarch64   4.8.5-44.el7                base      155 k
13:41:21 #12 41.28  libmpc                   aarch64   1.0.1-3.el7                 base       49 k
13:41:21 #12 41.28  libseccomp               aarch64   2.3.1-4.el7                 base       55 k
13:41:21 #12 41.28  libselinux-python        aarch64   2.5-15.el7                  base      222 k
13:41:21 #12 41.28  libselinux-utils         aarch64   2.5-15.el7                  base      154 k
13:41:21 #12 41.28  libsemanage-python       aarch64   2.5-14.el7                  base      109 k
13:41:21 #12 41.28  libsepol-devel           aarch64   2.5-10.el7                  base       76 k
13:41:21 #12 41.28  libtool-ltdl             aarch64   2.4.2-22.el7_3              base       47 k
13:41:21 #12 41.28  lzo                      aarch64   2.06-8.el7                  base       52 k
13:41:21 #12 41.28  m4                       aarch64   1.4.16-10.el7               base      251 k
13:41:21 #12 41.28  mpfr                     aarch64   3.1.1-4.el7                 base      198 k
13:41:21 #12 41.28  openssh                  aarch64   7.4p1-22.el7_9              updates   503 k
13:41:21 #12 41.28  openssh-clients          aarch64   7.4p1-22.el7_9              updates   610 k
13:41:21 #12 41.28  pcre-devel               aarch64   8.32-17.el7                 base      479 k
13:41:21 #12 41.28  perl-Data-Dumper         aarch64   2.145-3.el7                 base       46 k
13:41:21 #12 41.28  perl-Error               noarch    1:0.17020-2.el7             base       32 k
13:41:21 #12 41.28  perl-Git                 noarch    1.8.3.1-23.el7_8            base       56 k
13:41:21 #12 41.28  perl-TermReadKey         aarch64   2.30-20.el7                 base       30 k
13:41:21 #12 41.28  perl-Test-Harness        noarch    3.28-3.el7                  base      302 k
13:41:21 #12 41.28  policycoreutils          aarch64   2.5-34.el7                  base      916 k
13:41:21 #12 41.28  policycoreutils-devel    aarch64   2.5-34.el7                  base      323 k
13:41:21 #12 41.28  policycoreutils-python   aarch64   2.5-34.el7                  base      456 k
13:41:21 #12 41.28  python-IPy               noarch    0.75-6.el7                  base       32 k
13:41:21 #12 41.28  rsync                    aarch64   3.1.2-10.el7                base      393 k
13:41:21 #12 41.28  selinux-policy           noarch    3.13.1-268.el7_9.2          updates   498 k
13:41:21 #12 41.28  setools-libs             aarch64   3.3.8-4.el7                 base      567 k
13:41:21 #12 41.28 Updating for dependencies:
13:41:21 #12 41.28  device-mapper            aarch64   7:1.02.170-6.el7_9.5        updates   293 k
13:41:21 #12 41.28  device-mapper-libs       aarch64   7:1.02.170-6.el7_9.5        updates   313 k
13:41:21 #12 41.28  glibc                    aarch64   2.17-325.el7_9              updates   3.6 M
13:41:21 #12 41.28  glibc-common             aarch64   2.17-325.el7_9              updates    12 M
13:41:21 #12 41.28  systemd                  aarch64   219-78.el7_9.5              updates   4.9 M
13:41:21 #12 41.28  systemd-libs             aarch64   219-78.el7_9.5              updates   396 k
13:41:21 #12 41.28 
13:41:21 #12 41.28 Transaction Summary
13:41:21 #12 41.28 ================================================================================
13:41:21 #12 41.28 Install  15 Packages (+41 Dependent packages)
13:41:21 #12 41.28 Upgrade              (  6 Dependent packages)
13:41:21 #12 41.28 
13:41:21 #12 41.28 Total download size: 75 M
13:41:21 #12 41.28 Downloading packages:
13:41:21 #12 41.29 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
13:41:21 #11 DONE 0.1s
13:41:21 
13:41:21 #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
13:41:21 #12 sha256:49a030989d7145666cac855431696e478e69fa2ae9766d40c59a9ec399b93f5a
13:41:21 #12 5.967 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cmake-data all 3.16.3-1ubuntu1 [1612 kB]
13:41:21 #8 74.75 Setting up libnumber-compare-perl (0.03-1.1) ...
13:41:21 #8 74.76 Setting up intltool-debian (0.35.0+20060710.5) ...
13:41:21 #8 74.77 Setting up liberror-perl (0.17029-1) ...
13:41:21 #8 74.78 Setting up python3-six (1.16.0-2) ...
13:41:21 #8 74.93 Setting up dh-autoreconf (20) ...
13:41:21 #8 74.94 Setting up patchutils (0.4.2-1) ...
13:41:21 #8 74.95 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:41:21 #8 74.96 Setting up libltdl-dev:armhf (2.4.6-15) ...
13:41:21 #8 74.97 Setting up libjson-maybexs-perl (1.004003-1) ...
13:41:21 #8 74.98 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:41:21 #8 74.99 Setting up libio-string-perl (1.08-3.1) ...
13:41:21 #11 2.406 dh_testdir
13:41:21 #11 2.426 dh_testroot
13:41:21 #11 2.443 dh_prep
13:41:21 #11 2.463 dh_testdir
13:41:21 #11 2.481 dh_testroot
13:41:21 #11 2.498 dh_install
13:41:21 #11 2.523 dh_installdocs
13:41:21 #11 2.554 dh_installchangelogs
13:41:21 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc
13:41:21  debian/rules build
13:41:21 dh build --with=bash-completion
13:41:21    dh_update_autotools_config
13:41:21    dh_autoreconf
13:41:21 #12 6.232 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libarchive13 armhf 3.4.0-2ubuntu1.2 [290 kB]
13:41:21 #12 6.248 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjsoncpp1 armhf 1.7.4-3.1ubuntu2 [65.1 kB]
13:41:21 #12 6.254 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librhash0 armhf 1.3.9-1 [125 kB]
13:41:21 #12 6.258 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libuv1 armhf 1.34.2-1ubuntu1.3 [68.7 kB]
13:41:21 #12 6.262 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cmake armhf 3.16.3-1ubuntu1 [3014 kB]
13:41:21 #8 75.00 Setting up libreadonly-perl (2.050-3) ...
13:41:21 #8 75.02 Setting up python3-gpg (1.14.0-1+b2) ...
13:41:21 #8 75.23 Setting up python3-certifi (2020.6.20-1) ...
13:41:21 #14 DONE 2.3s
13:41:21 
13:41:21 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:41:21 #15 sha256:3422a4d39245687e68f3d2c68abc8ce5b4ba51b63b33d8a8b088318f72c67d17
13:41:21 #15 DONE 0.0s
13:41:21 #24 ...
13:41:21 
13:41:21 #32 [binary-base 2/7] COPY --from=runc          /build/ /usr/local/bin/
13:41:21 #32 DONE 0.1s
13:41:21 
13:41:21 #24 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:41:21 #11 2.629 dh_compress
13:41:21 #11 2.665 dh_fixperms
13:41:21 #11 2.715 dh_installdeb
13:41:21 #11 2.741 dh_gencontrol
13:41:21    debian/rules override_dh_auto_build
13:41:21 make[1]: Entering directory '/root/build-deb'
13:41:21 # Build the daemon and dependencies
13:41:21 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:21 
13:41:21 Removing bundles/
13:41:21 
13:41:21 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:21 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:21 GOOS="" GOARCH="" GOARM=""
13:41:21 #10 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 3.1s done
13:41:21 #10 extracting sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 0.0s done
13:41:21 #10 DONE 12.6s
13:41:21 
13:41:21 #15 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:41:21 #12 2.525 dpkg-buildpackage: info: source package docker-ce-build-deps
13:41:21 #12 2.525 dpkg-buildpackage: info: source version 1.0
13:41:21 #12 2.525 dpkg-buildpackage: info: source distribution unstable
13:41:21 #12 2.525 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:41:21 #12 2.561  dpkg-source --before-build .
13:41:21 #12 2.562 dpkg-buildpackage: info: host architecture armhf
13:41:21 #12 2.662  debian/rules clean
13:41:21 #12 2.663 dh clean
13:41:21 #12 2.742    dh_clean
13:41:21 #12 2.775  debian/rules binary
13:41:21 #12 6.406 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
13:41:21 #12 6.433 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbtrfs0 armhf 5.4.1-2 [176 kB]
13:41:21 #12 6.435 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbtrfs-dev armhf 5.4.1-2 [233 kB]
13:41:21 #12 6.437 Get:11 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB]
13:41:21 #12 6.439 Get:12 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-event1.02.1 armhf 2:1.02.167-1ubuntu1 [10.6 kB]
13:41:21 #12 6.439 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libudev-dev armhf 245.4-4ubuntu3.16 [19.7 kB]
13:41:21 #12 6.440 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsepol1 armhf 3.0-1ubuntu0.1 [220 kB]
13:41:21 #12 6.444 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsepol1-dev armhf 3.0-1ubuntu0.1 [301 kB]
13:41:21 #12 6.454 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-16-0 armhf 10.34-7 [156 kB]
13:41:21 #12 6.482 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-32-0 armhf 10.34-7 [146 kB]
13:41:21 #12 6.557 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-posix2 armhf 10.34-7 [5348 B]
13:41:21 #12 6.558 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-dev armhf 10.34-7 [596 kB]
13:41:21 #12 6.566 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libselinux1-dev armhf 3.0-1build2 [144 kB]
13:41:21 #12 6.569 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-dev armhf 2:1.02.167-1ubuntu1 [35.8 kB]
13:41:21 #12 6.569 Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~20.04.2 [79.3 kB]
13:41:21 #12 6.571 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd-dev armhf 245.4-4ubuntu3.16 [246 kB]
13:41:21 #12 6.575 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pkg-config armhf 0.29.1-0ubuntu4 [42.6 kB]
13:41:21 #8 75.39 Setting up libfile-find-rule-perl (0.34-1) ...
13:41:21 #8 75.40 Setting up libstring-copyright-perl (0.003006-1) ...
13:41:21 #8 75.42 Setting up libgd3:armhf (2.3.0-2) ...
13:41:21 #8 75.43 Setting up python3-idna (2.10-1) ...
13:41:21 
13:41:21 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:41:21 #16 sha256:a167d34cab0505e656ddd0d3741b5bbe29a3128de8adaf210a54c12fe5e44953
13:41:21 #16 DONE 0.1s
13:41:21 
13:41:21 #17 exporting to image
13:41:21 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:21 #17 exporting layers
13:41:22 #11 2.891 dh_md5sums
13:41:22 #11 2.936 dh_builddeb
13:41:22 #11 2.955 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:41:22 #11 2.981 
13:41:22 #11 2.981 The package has been created.
13:41:22 #11 2.981 Attention, the package has been created in the current directory,
13:41:22 #11 2.981 not in ".." as indicated by the message above!
13:41:22 #11 3.008 Selecting previously unselected package docker-ce-build-deps.
13:41:22 #11 3.029 (Reading database ... 27524 files and directories currently installed.)
13:41:22 #11 3.030 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:41:22 #11 3.036 Unpacking docker-ce-build-deps (1.0) ...
13:41:22 #12 2.777 dh binary
13:41:22 #12 2.853    dh_update_autotools_config
13:41:22 #12 2.883    dh_autoreconf
13:41:22 #12 2.927    create-stamp debian/debhelper-build-stamp
13:41:22 #12 2.927    dh_prep
13:41:22 #12 2.958    dh_install
13:41:22 #12 2.990    dh_installdocs
13:41:22 #12 3.031    dh_installchangelogs
13:41:22 #12 3.119    dh_perl
13:41:22 #12 6.794 debconf: delaying package configuration, since apt-utils is not installed
13:41:22 #12 6.840 Fetched 7894 kB in 1s (5669 kB/s)
13:41:22 #12 6.868 Selecting previously unselected package bash-completion.
13:41:22 #12 6.868 (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 ... 26049 files and directories currently installed.)
13:41:22 #12 6.888 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
13:41:22 #8 75.66 Setting up libdata-optlist-perl (0.110-1.1) ...
13:41:22 #8 75.68 Setting up libipc-run-perl (20200505.0-1) ...
13:41:22 #8 75.69 Setting up git (1:2.30.2-1) ...
13:41:22 #8 75.72 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
13:41:22 #8 75.74 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:41:22 #12 1.036 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
13:41:22 #12 1.036 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
13:41:22 #12 1.099 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
13:41:22 #12 1.173 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
13:41:22 #12 3.160    dh_link
13:41:22 #12 3.194    dh_strip_nondeterminism
13:41:22 #12 3.257    dh_compress
13:41:22 #12 3.295    dh_fixperms
13:41:22 #12 3.334    dh_missing
13:41:22 #12 3.359    dh_installdeb
13:41:22 #17 exporting layers 9.3s done
13:41:22 #17 writing image sha256:d72499a3c9edb775f5a7de58547c9f353f03688256cfea46665d4c85996b414e done
13:41:22 #17 naming to docker.io/debbuild-raspbian-buster/aarch64 done
13:41:22 #17 DONE 9.3s
13:41:22 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/raspbian-buster:/build  debbuild-raspbian-buster/aarch64
13:41:22 + set -e
13:41:22 + mkdir -p /root/build-deb/engine
13:41:22 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:22 #8 75.95 Setting up libcontextual-return-perl (0.004014-2) ...
13:41:22 #8 75.96 Setting up libwww-robotrules-perl (6.02-1) ...
13:41:22 #8 75.98 Setting up libtypes-serialiser-perl (1.01-1) ...
13:41:22 #8 75.99 Setting up g++ (4:10.2.1-1) ...
13:41:22 #8 76.02 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:41:22 #8 76.03 Setting up libhtml-parser-perl (3.75-1+b1) ...
13:41:22 #8 76.04 Setting up libgit-wrapper-perl (0.048-1) ...
13:41:22 #8 76.06 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:41:22 #11 13.42   Running scriptlet: selinux-policy-targeted-36.8-1.fc36.noarch          67/108 
13:41:22 #11 22.45   Installing       : python3-policycoreutils-3.3-4.fc36.noarch           68/108 
13:41:22 #11 22.50   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch      69/108 
13:41:22 #11 22.50   Installing       : policycoreutils-devel-3.3-4.fc36.x86_64             70/108 
13:41:22 #11 22.64   Installing       : selinux-policy-devel-36.8-1.fc36.noarch             71/108 
13:41:22 #11 22.67   Running scriptlet: selinux-policy-devel-36.8-1.fc36.noarch             71/108 
13:41:22 #11 22.68   Installing       : libedit-3.1-41.20210910cvs.fc36.x86_64              72/108 
13:41:22 #11 22.69   Installing       : libcbor-0.7.0-5.fc36.x86_64                         73/108 
13:41:22 #11 22.72   Installing       : libfido2-1.10.0-3.fc36.x86_64                       74/108 
13:41:22 #11 22.74   Installing       : openssh-clients-8.8p1-1.fc36.1.x86_64               75/108 
13:41:22 #11 22.77   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.x86_64               75/108 
13:41:22 #11 22.77   Installing       : libbtrfsutil-5.16.2-1.fc36.x86_64                   76/108 
13:41:22 #11 22.78   Installing       : libbtrfs-5.16.2-1.fc36.x86_64                       77/108 
13:41:22 #11 22.81   Installing       : libbpf-2:0.5.0-2.fc36.x86_64                        78/108 
13:41:22 #11 22.82   Installing       : less-590-3.fc36.x86_64                              79/108 
13:41:22 #11 22.93   Installing       : git-core-2.36.0-1.fc36.x86_64                       80/108 
13:41:22 #11 22.99   Installing       : git-core-doc-2.36.0-1.fc36.noarch                   81/108 
13:41:22 #11 23.03   Installing       : perl-Git-2.36.0-1.fc36.noarch                       82/108 
13:41:22 #11 23.03   Installing       : git-2.36.0-1.fc36.x86_64                            83/108 
13:41:22 #11 23.04   Installing       : e2fsprogs-libs-1.46.5-2.fc36.x86_64                 84/108 
13:41:22 #11 23.10   Installing       : btrfs-progs-5.16.2-1.fc36.x86_64                    85/108 
13:41:22 #11 23.11   Installing       : dbus-common-1:1.14.0-1.fc36.noarch                  86/108 
13:41:22 #11 23.13   Running scriptlet: dbus-common-1:1.14.0-1.fc36.noarch                  86/108 
13:41:22 #11 23.14   Running scriptlet: dbus-broker-29-5.fc36.x86_64                        87/108 
13:41:22 #11 23.20 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
13:41:22 #11 23.20 
13:41:22 #11 23.20   Installing       : dbus-broker-29-5.fc36.x86_64                        87/108 
13:41:22 #11 23.21   Running scriptlet: dbus-broker-29-5.fc36.x86_64                        87/108 
13:41:22 #11 23.22   Installing       : dbus-1:1.14.0-1.fc36.x86_64                         88/108 
13:41:22 #11 23.24   Installing       : device-mapper-libs-1.02.175-7.fc36.x86_64           89/108 
13:41:22 #11 23.26   Installing       : cryptsetup-libs-2.4.3-2.fc36.x86_64                 90/108 
13:41:22 #11 23.29   Installing       : device-mapper-1.02.175-7.fc36.x86_64                91/108 
13:41:22 #11 23.31   Installing       : systemd-networkd-250.3-8.fc36.x86_64                92/108 
13:41:22 #11 23.34   Running scriptlet: systemd-networkd-250.3-8.fc36.x86_64                92/108 
13:41:22 #12 3.395    dh_gencontrol
13:41:22 #8 76.07 Setting up librole-tiny-perl (2.002004-1) ...
13:41:22 #8 76.09 Setting up gnupg (2.2.27-2+deb11u1) ...
13:41:22 #8 76.10 Setting up build-essential (12.9) ...
13:41:22 #8 76.11 Setting up python3-unidiff (0.5.5-2) ...
13:41:22 #8 76.27 Setting up lsb-release (11.1.0) ...
13:41:22 #8 76.29 Setting up libfont-ttf-perl (1.06-1.1) ...
13:41:22 #8 76.30 Setting up libfile-homedir-perl (1.006-1) ...
13:41:22 #8 76.32 Setting up python3-magic (2:0.4.20-3) ...
13:41:22 #11 23.36   Installing       : systemd-pam-250.3-8.fc36.x86_64                     93/108 
13:41:22 #11 23.38   Installing       : systemd-resolved-250.3-8.fc36.x86_64                94/108 
13:41:22 #11 23.39   Running scriptlet: systemd-resolved-250.3-8.fc36.x86_64                94/108 
13:41:22 #11 23.52   Installing       : systemd-250.3-8.fc36.x86_64                         95/108 
13:41:22 #15 exporting layers 6.3s done
13:41:22 #15 writing image sha256:92d72453ae867fff5dfdf82ba100a9d337669cb609eb14e73e2ddebf63af79c1 done
13:41:22 #15 naming to docker.io/rpmbuild-fedora-35/x86_64 done
13:41:22 #15 DONE 6.3s
13:41:22 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-35/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-35/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-35/x86_64 -ba --define '_gitcommit_cli bfa9b40' --define '_gitcommit_engine 613b798' --define '_release 0' --define '_version 0.0.0.20220503081348.bfa9b40' --define '_origversion 0.0.0-20220503081348-bfa9b40' --define '_buildx_rpm_version 0.8.2' --define '_buildx_version v0.8.2' --define '_compose_rpm_version 2.5.0' --define '_compose_version v2.5.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
13:41:22 #12 3.516    dh_md5sums
13:41:22 #12 3.554    dh_builddeb
13:41:22 #12 3.584 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:41:22 #12 3.677  dpkg-genbuildinfo --build=binary
13:41:22 #8 76.47 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
13:41:22 #8 76.48 Setting up pristine-tar (1.49) ...
13:41:22 #8 76.49 Setting up libio-socket-ssl-perl (2.069-1) ...
13:41:22 #8 76.50 Setting up libsub-exporter-perl (0.987-1) ...
13:41:22 #8 76.52 Setting up libc-devtools (2.31-13+deb11u3) ...
13:41:22 #8 76.53 Setting up libalgorithm-merge-perl (0.08-3) ...
13:41:22 #8 76.56 Setting up libhttp-message-perl (6.28-1) ...
13:41:22 #8 76.57 Setting up libhtml-form-perl (6.07-1) ...
13:41:22 #11 3.092 Reading package lists...
13:41:23 #11 23.57   Running scriptlet: systemd-250.3-8.fc36.x86_64                         95/108 
13:41:23 #11 23.72 Creating group 'input' with GID 104.
13:41:23 #11 23.72 Creating group 'kvm' with GID 36.
13:41:23 #11 23.72 Creating group 'render' with GID 105.
13:41:23 #11 23.72 Creating group 'sgx' with GID 106.
13:41:23 #11 23.72 Creating group 'systemd-journal' with GID 190.
13:41:23 #11 23.72 Creating group 'systemd-network' with GID 192.
13:41:23 #11 23.72 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
13:41:23 #11 23.72 Creating group 'systemd-oom' with GID 998.
13:41:23 #11 23.72 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
13:41:23 #11 23.72 Creating group 'systemd-resolve' with GID 193.
13:41:23 #11 23.72 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
13:41:23 #11 23.72 
13:41:23 #11 23.74   Installing       : systemd-devel-250.3-8.fc36.x86_64                   96/108 
13:41:23 #11 23.76   Installing       : device-mapper-devel-1.02.175-7.fc36.x86_64          97/108 
13:41:23 #11 23.77   Installing       : btrfs-progs-devel-5.16.2-1.fc36.x86_64              98/108 
13:41:23 #11 23.78   Installing       : libtool-2.4.6-50.fc36.x86_64                        99/108 
13:41:23 #11 23.83   Installing       : libtool-ltdl-devel-2.4.6-50.fc36.x86_64            100/108 
13:41:23 #11 23.84   Installing       : annobin-plugin-gcc-10.67-1.fc36.x86_64             101/108 
13:41:23 #12 7.418 Unpacking bash-completion (1:2.10-1ubuntu1) ...
13:41:23 #12 7.560 Selecting previously unselected package cmake-data.
13:41:23 #12 7.560 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
13:41:23 #12 7.570 Unpacking cmake-data (3.16.3-1ubuntu1) ...
13:41:23 #12 3.825  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
13:41:23 #12 3.906 dpkg-genchanges: info: binary-only upload (no source code included)
13:41:23 #12 3.909  dpkg-source --after-build .
13:41:23 #12 4.008 dpkg-buildpackage: info: binary-only upload (no source included)
13:41:23 #12 4.013 
13:41:23 #12 4.013 The package has been created.
13:41:23 #12 4.013 Attention, the package has been created in the current directory,
13:41:23 #12 4.013 not in ".." as indicated by the message above!
13:41:23 #12 4.062 Selecting previously unselected package docker-ce-build-deps.
13:41:23 #12 4.079 (Reading database ... 26509 files and directories currently installed.)
13:41:23 #8 76.58 Setting up python3-pkg-resources (52.0.0-4) ...
13:41:23 #8 76.79 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:41:23 #8 76.81 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
13:41:23 #8 76.82 Setting up libjson-xs-perl (4.030-1+b1) ...
13:41:23 #11 3.933 Building dependency tree...
13:41:23 #11 4.097 Reading state information...
13:41:23 #11 4.118 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:41:23 #11 4.163 Starting 2 pkgProblemResolver with broken count: 0
13:41:23 #11 4.166 Done
13:41:23 #11 4.186  Done
13:41:23 #11 4.193 Starting pkgProblemResolver with broken count: 0
13:41:23 #11 4.221 Starting 2 pkgProblemResolver with broken count: 0
13:41:23 #11 23.87   Running scriptlet: annobin-plugin-gcc-10.67-1.fc36.x86_64             101/108 
13:41:23 #11 23.89   Installing       : gcc-plugin-annobin-12.0.1-0.16.fc36.x86_64         102/108 
13:41:23 #11 23.89   Installing       : libseccomp-devel-2.5.3-2.fc36.x86_64               103/108 
13:41:23 #11 23.93   Installing       : which-2.21-32.fc36.x86_64                          104/108 
13:41:23 #11 23.93   Cleanup          : systemd-libs-250.3-4.fc36.x86_64                   105/108 
13:41:23 #11 23.96   Cleanup          : libgcc-12.0.1-0.12.fc36.x86_64                     106/108 
13:41:23 #11 23.96   Running scriptlet: libgcc-12.0.1-0.12.fc36.x86_64                     106/108 
13:41:23 #11 23.99   Cleanup          : libgomp-12.0.1-0.12.fc36.x86_64                    107/108 
13:41:23 #11 23.99   Cleanup          : audit-libs-3.0.7-1.fc36.x86_64                     108/108 
13:41:23 #11 24.04   Running scriptlet: selinux-policy-targeted-36.8-1.fc36.noarch         108/108 
13:41:23 #11 24.05   Running scriptlet: systemd-resolved-250.3-8.fc36.x86_64               108/108 
13:41:23 #12 8.017 Selecting previously unselected package libarchive13:armhf.
13:41:23 #12 8.021 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_armhf.deb ...
13:41:23 #12 8.029 Unpacking libarchive13:armhf (3.4.0-2ubuntu1.2) ...
13:41:23 #12 8.091 Selecting previously unselected package libjsoncpp1:armhf.
13:41:23 #12 8.094 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_armhf.deb ...
13:41:23 + mkdir -p /root/build-deb/cli
13:41:23 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:23 #12 4.080 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:41:23 #12 4.084 Unpacking docker-ce-build-deps (1.0) ...
13:41:23 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:41:23 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:41:23 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:41:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.A01Ski
13:41:23 + umask 022
13:41:23 + cd /root/rpmbuild/BUILD
13:41:23 + cd /root/rpmbuild/BUILD
13:41:23 + rm -rf src
13:41:23 + /usr/bin/mkdir -p src
13:41:23 + cd src
13:41:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:23 + /usr/bin/tar -xof -
13:41:23 #12 1.407 Reading package lists...
13:41:23 #8 76.83 Setting up libhttp-negotiate-perl (6.01-1) ...
13:41:23 #8 76.85 Setting up libio-prompter-perl (0.004015-1) ...
13:41:23 #8 76.86 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:41:23 #8 76.87 Setting up libhttp-cookies-perl (6.10-1) ...
13:41:23 #8 76.88 Setting up python3-apt (2.2.1) ...
13:41:23 #8 77.06 Setting up po-debconf (1.0.21+nmu1) ...
13:41:23 #8 77.07 Setting up libhtml-tree-perl (5.07-2) ...
13:41:23 #11 4.223 Done
13:41:23 #11 4.354 The following additional packages will be installed:
13:41:23 #11 4.354   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
13:41:23 #11 4.354   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
13:41:23 #11 4.354   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
13:41:23 #11 4.354   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
13:41:23 #11 4.354   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
13:41:23 #11 4.354 Suggested packages:
13:41:23 #11 4.354   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:41:23 #11 24.08   Running scriptlet: audit-libs-3.0.7-1.fc36.x86_64                     108/108 
13:41:23 #11 24.37   Verifying        : autoconf-2.71-2.fc36.noarch                          1/108 
13:41:23 #11 24.37   Verifying        : automake-1.16.5-4.fc36.noarch                        2/108 
13:41:23 #11 24.37   Verifying        : btrfs-progs-5.16.2-1.fc36.x86_64                     3/108 
13:41:23 #11 24.37   Verifying        : btrfs-progs-devel-5.16.2-1.fc36.x86_64               4/108 
13:41:23 #11 24.37   Verifying        : checkpolicy-3.3-2.fc36.x86_64                        5/108 
13:41:23 #11 24.37   Verifying        : cmake-3.22.2-1.fc36.x86_64                           6/108 
13:41:23 #11 24.37   Verifying        : cmake-data-3.22.2-1.fc36.noarch                      7/108 
13:41:23 #11 24.37   Verifying        : cmake-filesystem-3.22.2-1.fc36.x86_64                8/108 
13:41:23 #11 24.37   Verifying        : cmake-rpm-macros-3.22.2-1.fc36.noarch                9/108 
13:41:23 #11 24.37   Verifying        : cpp-12.0.1-0.16.fc36.x86_64                         10/108 
13:41:23 #11 24.37   Verifying        : cryptsetup-libs-2.4.3-2.fc36.x86_64                 11/108 
13:41:23 #11 24.37   Verifying        : dbus-1:1.14.0-1.fc36.x86_64                         12/108 
13:41:23 #11 24.37   Verifying        : dbus-broker-29-5.fc36.x86_64                        13/108 
13:41:23 #11 24.37   Verifying        : dbus-common-1:1.14.0-1.fc36.noarch                  14/108 
13:41:23 #11 24.37   Verifying        : device-mapper-1.02.175-7.fc36.x86_64                15/108 
13:41:23 #11 24.37   Verifying        : device-mapper-devel-1.02.175-7.fc36.x86_64          16/108 
13:41:23 #11 24.37   Verifying        : device-mapper-libs-1.02.175-7.fc36.x86_64           17/108 
13:41:23 #11 24.37   Verifying        : e2fsprogs-libs-1.46.5-2.fc36.x86_64                 18/108 
13:41:23 #11 24.37   Verifying        : gc-8.0.6-2.fc36.x86_64                              19/108 
13:41:23 #11 24.37   Verifying        : gcc-12.0.1-0.16.fc36.x86_64                         20/108 
13:41:23 #11 24.37   Verifying        : gcc-plugin-annobin-12.0.1-0.16.fc36.x86_64          21/108 
13:41:23 #11 24.37   Verifying        : guile22-2.2.7-5.fc36.x86_64                         22/108 
13:41:23 #11 24.37   Verifying        : jsoncpp-1.9.5-2.fc36.x86_64                         23/108 
13:41:23 #11 24.37   Verifying        : kmod-libs-29-7.fc36.x86_64                          24/108 
13:41:23 #11 24.37   Verifying        : less-590-3.fc36.x86_64                              25/108 
13:41:23 #11 24.37   Verifying        : libbpf-2:0.5.0-2.fc36.x86_64                        26/108 
13:41:23 #11 24.37   Verifying        : libbtrfs-5.16.2-1.fc36.x86_64                       27/108 
13:41:23 #11 24.37   Verifying        : libbtrfsutil-5.16.2-1.fc36.x86_64                   28/108 
13:41:23 #11 24.37   Verifying        : libcbor-0.7.0-5.fc36.x86_64                         29/108 
13:41:23 #11 24.37   Verifying        : libedit-3.1-41.20210910cvs.fc36.x86_64              30/108 
13:41:23 #11 24.37   Verifying        : libfdisk-2.38-0.2.fc36.x86_64                       31/108 
13:41:23 #11 24.37   Verifying        : libfido2-1.10.0-3.fc36.x86_64                       32/108 
13:41:23 #11 24.37   Verifying        : libmpc-1.2.1-4.fc36.x86_64                          33/108 
13:41:23 #11 24.37   Verifying        : libseccomp-2.5.3-2.fc36.x86_64                      34/108 
13:41:23 #11 24.37   Verifying        : libseccomp-devel-2.5.3-2.fc36.x86_64                35/108 
13:41:23 #11 24.37   Verifying        : libselinux-devel-3.3-4.fc36.x86_64                  36/108 
13:41:23 #11 24.37   Verifying        : libselinux-utils-3.3-4.fc36.x86_64                  37/108 
13:41:23 #11 24.37   Verifying        : libsepol-devel-3.3-3.fc36.x86_64                    38/108 
13:41:23 #11 24.37   Verifying        : libtool-2.4.6-50.fc36.x86_64                        39/108 
13:41:23 #11 24.37   Verifying        : libtool-ltdl-2.4.6-50.fc36.x86_64                   40/108 
13:41:23 #11 24.37   Verifying        : libtool-ltdl-devel-2.4.6-50.fc36.x86_64             41/108 
13:41:23 #11 24.37   Verifying        : libutempter-1.2.1-6.fc36.x86_64                     42/108 
13:41:23 #11 24.37   Verifying        : libuv-1:1.44.1-1.fc36.x86_64                        43/108 
13:41:23 #11 24.37   Verifying        : libxcrypt-devel-4.4.28-1.fc36.x86_64                44/108 
13:41:23 #11 24.37   Verifying        : libxcrypt-static-4.4.28-1.fc36.x86_64               45/108 
13:41:23 #11 24.37   Verifying        : libxkbcommon-1.4.0-1.fc36.x86_64                    46/108 
13:41:23 #11 24.37   Verifying        : lzo-2.10-6.fc36.x86_64                              47/108 
13:41:23 #11 24.37   Verifying        : m4-1.4.19-3.fc36.x86_64                             48/108 
13:41:23 #11 24.37   Verifying        : make-1:4.3-7.fc36.x86_64                            49/108 
13:41:23 #11 24.37   Verifying        : openssh-8.8p1-1.fc36.1.x86_64                       50/108 
13:41:23 #11 24.37   Verifying        : openssh-clients-8.8p1-1.fc36.1.x86_64               51/108 
13:41:23 #11 24.37   Verifying        : pcre2-devel-10.39-1.fc36.1.x86_64                   52/108 
13:41:23 #11 24.37   Verifying        : pcre2-utf16-10.39-1.fc36.1.x86_64                   53/108 
13:41:23 #11 24.37   Verifying        : pcre2-utf32-10.39-1.fc36.1.x86_64                   54/108 
13:41:23 #11 24.37   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                  55/108 
13:41:23 #11 24.37   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch         56/108 
13:41:23 #11 24.37   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                 57/108 
13:41:23 #11 24.37   Verifying        : perl-File-Find-1.39-486.fc36.noarch                 58/108 
13:41:23 #11 24.37   Verifying        : perl-TermReadKey-2.38-12.fc36.x86_64                59/108 
13:41:23 #11 24.37   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch              60/108 
13:41:23 #11 24.37   Verifying        : perl-lib-0.65-486.fc36.x86_64                       61/108 
13:41:23 #11 24.37   Verifying        : perl-threads-1:2.26-449.fc36.x86_64                 62/108 
13:41:23 #11 24.37   Verifying        : perl-threads-shared-1.62-479.fc36.x86_64            63/108 
13:41:23 #11 24.37   Verifying        : policycoreutils-3.3-4.fc36.x86_64                   64/108 
13:41:23 #11 24.37   Verifying        : policycoreutils-devel-3.3-4.fc36.x86_64             65/108 
13:41:23 #11 24.37   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch      66/108 
13:41:23 #11 24.37   Verifying        : python3-audit-3.0.8-1.fc36.x86_64                   67/108 
13:41:23 #11 24.37   Verifying        : python3-libselinux-3.3-4.fc36.x86_64                68/108 
13:41:23 #11 24.37   Verifying        : python3-libsemanage-3.3-3.fc36.x86_64               69/108 
13:41:23 #11 24.37   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch           70/108 
13:41:23 #11 24.37   Verifying        : python3-setools-4.4.0-5.fc36.x86_64                 71/108 
13:41:23 #11 24.37   Verifying        : python3-setuptools-59.6.0-2.fc36.noarch             72/108 
13:41:23 #11 24.37   Verifying        : qrencode-libs-4.1.1-2.fc36.x86_64                   73/108 
13:41:23 #11 24.37   Verifying        : rhash-1.4.2-2.fc36.x86_64                           74/108 
13:41:23 #11 24.37   Verifying        : rpm-plugin-selinux-4.17.0-10.fc36.x86_64            75/108 
13:41:23 #11 24.37   Verifying        : selinux-policy-36.8-1.fc36.noarch                   76/108 
13:41:23 #11 24.38   Verifying        : selinux-policy-devel-36.8-1.fc36.noarch             77/108 
13:41:23 #11 24.38   Verifying        : selinux-policy-targeted-36.8-1.fc36.noarch          78/108 
13:41:23 #11 24.38   Verifying        : systemd-250.3-8.fc36.x86_64                         79/108 
13:41:23 #11 24.38   Verifying        : systemd-devel-250.3-8.fc36.x86_64                   80/108 
13:41:23 #11 24.38   Verifying        : systemd-networkd-250.3-8.fc36.x86_64                81/108 
13:41:23 #11 24.38   Verifying        : systemd-pam-250.3-8.fc36.x86_64                     82/108 
13:41:23 #11 24.38   Verifying        : systemd-resolved-250.3-8.fc36.x86_64                83/108 
13:41:23 #11 24.38   Verifying        : systemd-rpm-macros-250.3-8.fc36.noarch              84/108 
13:41:23 #11 24.38   Verifying        : util-linux-2.38-0.2.fc36.x86_64                     85/108 
13:41:23 #11 24.38   Verifying        : which-2.21-32.fc36.x86_64                           86/108 
13:41:23 #11 24.38   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch               87/108 
13:41:23 #11 24.38   Verifying        : annobin-docs-10.67-1.fc36.noarch                    88/108 
13:41:23 #11 24.38   Verifying        : annobin-plugin-gcc-10.67-1.fc36.x86_64              89/108 
13:41:23 #11 24.38   Verifying        : emacs-filesystem-1:27.2-11.fc36.noarch              90/108 
13:41:23 #11 24.38   Verifying        : git-2.36.0-1.fc36.x86_64                            91/108 
13:41:23 #11 24.38   Verifying        : git-core-2.36.0-1.fc36.x86_64                       92/108 
13:41:23 #11 24.38   Verifying        : git-core-doc-2.36.0-1.fc36.noarch                   93/108 
13:41:23 #11 24.38   Verifying        : glibc-devel-2.35-5.fc36.x86_64                      94/108 
13:41:23 #11 24.38   Verifying        : glibc-headers-x86-2.35-5.fc36.noarch                95/108 
13:41:23 #11 24.38   Verifying        : glibc-static-2.35-5.fc36.x86_64                     96/108 
13:41:23 #11 24.38   Verifying        : kernel-headers-5.17.4-300.fc36.x86_64               97/108 
13:41:23 #11 24.38   Verifying        : libargon2-20171227-9.fc36.x86_64                    98/108 
13:41:23 #11 24.38   Verifying        : perl-Git-2.36.0-1.fc36.noarch                       99/108 
13:41:23 #11 24.38   Verifying        : vim-filesystem-2:8.2.4845-1.fc36.noarch            100/108 
13:41:23 #11 24.38   Verifying        : audit-libs-3.0.8-1.fc36.x86_64                     101/108 
13:41:23 #11 24.38   Verifying        : audit-libs-3.0.7-1.fc36.x86_64                     102/108 
13:41:23 #11 24.38   Verifying        : libgcc-12.0.1-0.16.fc36.x86_64                     103/108 
13:41:23 #11 24.38   Verifying        : libgcc-12.0.1-0.12.fc36.x86_64                     104/108 
13:41:23 #11 24.38   Verifying        : libgomp-12.0.1-0.16.fc36.x86_64                    105/108 
13:41:23 #11 24.38   Verifying        : libgomp-12.0.1-0.12.fc36.x86_64                    106/108 
13:41:23 #11 24.38   Verifying        : systemd-libs-250.3-8.fc36.x86_64                   107/108 
13:41:23 #12 8.098 Unpacking libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
13:41:23 #12 8.144 Selecting previously unselected package librhash0:armhf.
13:41:23 #12 8.147 Preparing to unpack .../04-librhash0_1.3.9-1_armhf.deb ...
13:41:23 #12 8.152 Unpacking librhash0:armhf (1.3.9-1) ...
13:41:23 #12 8.198 Selecting previously unselected package libuv1:armhf.
13:41:23 #12 8.201 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_armhf.deb ...
13:41:23 #12 8.205 Unpacking libuv1:armhf (1.34.2-1ubuntu1.3) ...
13:41:23 #12 8.241 Selecting previously unselected package cmake.
13:41:23 #12 8.244 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_armhf.deb ...
13:41:23 #12 8.249 Unpacking cmake (3.16.3-1ubuntu1) ...
13:41:23 + mkdir -p /root/build-deb/buildx
13:41:23 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:23 #8 77.09 Setting up libparams-classify-perl (0.015-1+b3) ...
13:41:23 #8 77.10 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:41:23 #8 77.11 Setting up libhtml-format-perl (2.12-1.1) ...
13:41:23 #8 77.12 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:41:23 #8 77.19 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:41:23 #8 77.25 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:23 #11 4.675 The following NEW packages will be installed:
13:41:23 #11 4.676   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
13:41:23 #11 4.676   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
13:41:23 #11 4.677   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
13:41:23 #11 4.677   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
13:41:23 #11 4.678   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
13:41:23 #11 24.38   Verifying        : systemd-libs-250.3-4.fc36.x86_64                   108/108 
13:41:23 #11 24.59 
13:41:23 #11 24.59 Upgraded:
13:41:23 #11 24.59   audit-libs-3.0.8-1.fc36.x86_64         libgcc-12.0.1-0.16.fc36.x86_64         
13:41:23 #11 24.59   libgomp-12.0.1-0.16.fc36.x86_64        systemd-libs-250.3-8.fc36.x86_64       
13:41:23 #11 24.59 Installed:
13:41:23 #11 24.59   annobin-docs-10.67-1.fc36.noarch                                              
13:41:23 #11 24.59   annobin-plugin-gcc-10.67-1.fc36.x86_64                                        
13:41:23 #11 24.59   autoconf-2.71-2.fc36.noarch                                                   
13:41:23 #11 24.59   automake-1.16.5-4.fc36.noarch                                                 
13:41:23 #11 24.59   btrfs-progs-5.16.2-1.fc36.x86_64                                              
13:41:23 #11 24.59   btrfs-progs-devel-5.16.2-1.fc36.x86_64                                        
13:41:23 #11 24.59   checkpolicy-3.3-2.fc36.x86_64                                                 
13:41:23 #11 24.59   cmake-3.22.2-1.fc36.x86_64                                                    
13:41:23 #11 24.59   cmake-data-3.22.2-1.fc36.noarch                                               
13:41:23 #11 24.59   cmake-filesystem-3.22.2-1.fc36.x86_64                                         
13:41:23 #11 24.59   cmake-rpm-macros-3.22.2-1.fc36.noarch                                         
13:41:23 #11 24.59   cpp-12.0.1-0.16.fc36.x86_64                                                   
13:41:23 #11 24.59   cryptsetup-libs-2.4.3-2.fc36.x86_64                                           
13:41:23 #11 24.59   dbus-1:1.14.0-1.fc36.x86_64                                                   
13:41:23 #11 24.59   dbus-broker-29-5.fc36.x86_64                                                  
13:41:23 #11 24.59   dbus-common-1:1.14.0-1.fc36.noarch                                            
13:41:23 #11 24.59   device-mapper-1.02.175-7.fc36.x86_64                                          
13:41:23 #11 24.59   device-mapper-devel-1.02.175-7.fc36.x86_64                                    
13:41:23 #11 24.59   device-mapper-libs-1.02.175-7.fc36.x86_64                                     
13:41:23 #11 24.59   e2fsprogs-libs-1.46.5-2.fc36.x86_64                                           
13:41:23 #11 24.59   emacs-filesystem-1:27.2-11.fc36.noarch                                        
13:41:23 #11 24.59   gc-8.0.6-2.fc36.x86_64                                                        
13:41:23 #11 24.59   gcc-12.0.1-0.16.fc36.x86_64                                                   
13:41:23 #11 24.59   gcc-plugin-annobin-12.0.1-0.16.fc36.x86_64                                    
13:41:23 #11 24.59   git-2.36.0-1.fc36.x86_64                                                      
13:41:23 #11 24.59   git-core-2.36.0-1.fc36.x86_64                                                 
13:41:23 #11 24.59   git-core-doc-2.36.0-1.fc36.noarch                                             
13:41:23 #11 24.59   glibc-devel-2.35-5.fc36.x86_64                                                
13:41:23 #11 24.59   glibc-headers-x86-2.35-5.fc36.noarch                                          
13:41:23 #11 24.59   glibc-static-2.35-5.fc36.x86_64                                               
13:41:23 #11 24.59   guile22-2.2.7-5.fc36.x86_64                                                   
13:41:23 #11 24.59   jsoncpp-1.9.5-2.fc36.x86_64                                                   
13:41:23 #11 24.59   kernel-headers-5.17.4-300.fc36.x86_64                                         
13:41:23 #11 24.59   kmod-libs-29-7.fc36.x86_64                                                    
13:41:23 #11 24.59   less-590-3.fc36.x86_64                                                        
13:41:23 #11 24.59   libargon2-20171227-9.fc36.x86_64                                              
13:41:23 #11 24.59   libbpf-2:0.5.0-2.fc36.x86_64                                                  
13:41:23 #11 24.59   libbtrfs-5.16.2-1.fc36.x86_64                                                 
13:41:23 #11 24.59   libbtrfsutil-5.16.2-1.fc36.x86_64                                             
13:41:23 #11 24.59   libcbor-0.7.0-5.fc36.x86_64                                                   
13:41:23 #11 24.59   libedit-3.1-41.20210910cvs.fc36.x86_64                                        
13:41:23 #11 24.59   libfdisk-2.38-0.2.fc36.x86_64                                                 
13:41:23 #11 24.59   libfido2-1.10.0-3.fc36.x86_64                                                 
13:41:23 #11 24.59   libmpc-1.2.1-4.fc36.x86_64                                                    
13:41:23 #11 24.59   libseccomp-2.5.3-2.fc36.x86_64                                                
13:41:23 #11 24.59   libseccomp-devel-2.5.3-2.fc36.x86_64                                          
13:41:23 #11 24.59   libselinux-devel-3.3-4.fc36.x86_64                                            
13:41:23 #11 24.59   libselinux-utils-3.3-4.fc36.x86_64                                            
13:41:23 #11 24.59   libsepol-devel-3.3-3.fc36.x86_64                                              
13:41:23 #11 24.59   libtool-2.4.6-50.fc36.x86_64                                                  
13:41:23 #11 24.59   libtool-ltdl-2.4.6-50.fc36.x86_64                                             
13:41:23 #11 24.59   libtool-ltdl-devel-2.4.6-50.fc36.x86_64                                       
13:41:23 #11 24.59   libutempter-1.2.1-6.fc36.x86_64                                               
13:41:23 #11 24.59   libuv-1:1.44.1-1.fc36.x86_64                                                  
13:41:23 #11 24.59   libxcrypt-devel-4.4.28-1.fc36.x86_64                                          
13:41:23 #11 24.59   libxcrypt-static-4.4.28-1.fc36.x86_64                                         
13:41:23 #11 24.59   libxkbcommon-1.4.0-1.fc36.x86_64                                              
13:41:23 #11 24.59   lzo-2.10-6.fc36.x86_64                                                        
13:41:23 #11 24.59   m4-1.4.19-3.fc36.x86_64                                                       
13:41:23 #11 24.59   make-1:4.3-7.fc36.x86_64                                                      
13:41:23 #11 24.59   openssh-8.8p1-1.fc36.1.x86_64                                                 
13:41:23 #11 24.59   openssh-clients-8.8p1-1.fc36.1.x86_64                                         
13:41:23 #11 24.59   pcre2-devel-10.39-1.fc36.1.x86_64                                             
13:41:23 #11 24.59   pcre2-utf16-10.39-1.fc36.1.x86_64                                             
13:41:23 #11 24.59   pcre2-utf32-10.39-1.fc36.1.x86_64                                             
13:41:23 #11 24.59   perl-Error-1:0.17029-8.fc36.noarch                                            
13:41:23 #11 24.59   perl-File-Compare-1.100.600-486.fc36.noarch                                   
13:41:23 #11 24.59   perl-File-Copy-2.35-486.fc36.noarch                                           
13:41:23 #11 24.59   perl-File-Find-1.39-486.fc36.noarch                                           
13:41:23 #11 24.59   perl-Git-2.36.0-1.fc36.noarch                                                 
13:41:23 #11 24.59   perl-TermReadKey-2.38-12.fc36.x86_64                                          
13:41:23 #11 24.59   perl-Thread-Queue-3.14-479.fc36.noarch                                        
13:41:23 #11 24.59   perl-lib-0.65-486.fc36.x86_64                                                 
13:41:23 #11 24.59   perl-threads-1:2.26-449.fc36.x86_64                                           
13:41:23 #11 24.59   perl-threads-shared-1.62-479.fc36.x86_64                                      
13:41:23 #11 24.59   policycoreutils-3.3-4.fc36.x86_64                                             
13:41:23 #11 24.59   policycoreutils-devel-3.3-4.fc36.x86_64                                       
13:41:23 #11 24.59   policycoreutils-python-utils-3.3-4.fc36.noarch                                
13:41:23 #11 24.59   python3-audit-3.0.8-1.fc36.x86_64                                             
13:41:23 #11 24.59   python3-libselinux-3.3-4.fc36.x86_64                                          
13:41:23 #11 24.59   python3-libsemanage-3.3-3.fc36.x86_64                                         
13:41:23 #11 24.59   python3-policycoreutils-3.3-4.fc36.noarch                                     
13:41:23 #11 24.59   python3-setools-4.4.0-5.fc36.x86_64                                           
13:41:23 #11 24.59   python3-setuptools-59.6.0-2.fc36.noarch                                       
13:41:23 #11 24.59   qrencode-libs-4.1.1-2.fc36.x86_64                                             
13:41:23 #11 24.59   rhash-1.4.2-2.fc36.x86_64                                                     
13:41:23 #11 24.59   rpm-plugin-selinux-4.17.0-10.fc36.x86_64                                      
13:41:23 #11 24.59   selinux-policy-36.8-1.fc36.noarch                                             
13:41:23 #11 24.59   selinux-policy-devel-36.8-1.fc36.noarch                                       
13:41:23 #11 24.59   selinux-policy-targeted-36.8-1.fc36.noarch                                    
13:41:23 #11 24.59   systemd-250.3-8.fc36.x86_64                                                   
13:41:23 #11 24.59   systemd-devel-250.3-8.fc36.x86_64                                             
13:41:23 #11 24.59   systemd-networkd-250.3-8.fc36.x86_64                                          
13:41:23 #11 24.59   systemd-pam-250.3-8.fc36.x86_64                                               
13:41:23 #11 24.59   systemd-resolved-250.3-8.fc36.x86_64                                          
13:41:23 #11 24.59   systemd-rpm-macros-250.3-8.fc36.noarch                                        
13:41:23 #11 24.59   util-linux-2.38-0.2.fc36.x86_64                                               
13:41:23 #11 24.59   vim-filesystem-2:8.2.4845-1.fc36.noarch                                       
13:41:23 #11 24.59   which-2.21-32.fc36.x86_64                                                     
13:41:23 #11 24.59   xkeyboard-config-2.35.1-1.fc36.noarch                                         
13:41:23 #11 24.59 
13:41:23 #11 24.59 Complete!
13:41:23 #11 DONE 24.7s
13:41:24 + STATUS=0
13:41:24 + '[' 0 -ne 0 ']'
13:41:24 + /usr/bin/tar -xof -
13:41:24 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:24 #8 77.37 
13:41:24 #8 77.37 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:24 #8 77.43 Setting up python3-chardet (4.0.0-1) ...
13:41:24 #11 4.952 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
13:41:24 #11 4.952 1 not fully installed or removed.
13:41:24 #11 4.952 Need to get 8132 kB of archives.
13:41:24 #11 4.952 After this operation, 28.9 MB of additional disk space will be used.
13:41:24 #11 4.952 Get:1 http://deb.debian.org/debian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
13:41:24 #11 4.957 Get:2 http://deb.debian.org/debian buster/main armhf cmake-data all 3.13.4-1 [1476 kB]
13:41:24 #11 4.976 Get:3 http://deb.debian.org/debian buster/main armhf libprocps7 armhf 2:3.3.15-2 [58.7 kB]
13:41:24 #11 4.977 Get:4 http://deb.debian.org/debian buster/main armhf procps armhf 2:3.3.15-2 [248 kB]
13:41:24 #11 4.981 Get:5 http://deb.debian.org/debian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u1 [277 kB]
13:41:24 #11 4.985 Get:6 http://deb.debian.org/debian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [67.8 kB]
13:41:24 #11 4.987 Get:7 http://deb.debian.org/debian buster/main armhf librhash0 armhf 1.3.8-1 [134 kB]
13:41:24 #11 4.989 Get:8 http://deb.debian.org/debian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [98.3 kB]
13:41:24 #11 4.991 Get:9 http://deb.debian.org/debian buster/main armhf cmake armhf 3.13.4-1 [2848 kB]
13:41:24 #11 5.025 Get:10 http://deb.debian.org/debian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
13:41:24 #11 5.026 Get:11 http://deb.debian.org/debian buster/main armhf libbtrfs0 armhf 4.20.1-2 [40.1 kB]
13:41:24 #11 5.027 Get:12 http://deb.debian.org/debian buster/main armhf libbtrfs-dev armhf 4.20.1-2 [76.1 kB]
13:41:24 #11 5.029 Get:13 http://deb.debian.org/debian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.0 kB]
13:41:24 #11 5.051 Get:14 http://deb.debian.org/debian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [131 kB]
13:41:24 #11 5.054 Get:15 http://deb.debian.org/debian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.4 kB]
13:41:24 #11 5.055 Get:16 http://deb.debian.org/debian buster/main armhf libudev-dev armhf 241-7~deb10u8 [110 kB]
13:41:24 #12 2.663 dpkg-buildpackage: info: source package docker-ce-build-deps
13:41:24 #12 2.663 dpkg-buildpackage: info: source version 1.0
13:41:24 #12 2.663 dpkg-buildpackage: info: source distribution unstable
13:41:24 #12 2.663 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:41:24 #12 2.700 dpkg-buildpackage: info: host architecture armhf
13:41:24 #12 2.703  dpkg-source --before-build .
13:41:24 #12 2.798  debian/rules clean
13:41:24 #12 2.799 dh clean
13:41:24 #12 2.879    dh_clean
13:41:24 #12 2.909  debian/rules binary
13:41:24 #12 2.910 dh binary
13:41:24 #12 2.979    dh_update_autotools_config
13:41:24 #12 3.007    dh_autoreconf
13:41:24 #12 3.048    create-stamp debian/debhelper-build-stamp
13:41:24 #12 3.048    dh_prep
13:41:24 
13:41:24 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
13:41:24 #13 sha256:e14c7c553a2a70dc061f7e68bfc41d8303fc82c9220a77dca9d8b4f3efe7c35f
13:41:24 #12 8.608 Selecting previously unselected package dh-apparmor.
13:41:24 #12 8.611 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
13:41:24 #12 8.615 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
13:41:24 #12 8.650 Selecting previously unselected package libbtrfs0:armhf.
13:41:24 #12 8.653 Preparing to unpack .../08-libbtrfs0_5.4.1-2_armhf.deb ...
13:41:24 #12 8.658 Unpacking libbtrfs0:armhf (5.4.1-2) ...
13:41:24 #12 8.704 Selecting previously unselected package libbtrfs-dev:armhf.
13:41:24 #12 8.707 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_armhf.deb ...
13:41:24 #12 8.711 Unpacking libbtrfs-dev:armhf (5.4.1-2) ...
13:41:24 #12 8.772 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:41:24 #12 8.775 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
13:41:24 #12 8.779 Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:41:24 #13 DONE 3.4s
13:41:24 #8 77.74 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:41:24 #8 77.76 Setting up libmodule-runtime-perl (0.016-1) ...
13:41:24 #8 77.77 Setting up libmailtools-perl (2.21-1) ...
13:41:24 #8 77.78 Setting up python3-debian (0.1.39) ...
13:41:24 #12 3.077    dh_auto_install --destdir=debian/docker-ce-build-deps/
13:41:24 #12 3.127    dh_install
13:41:24 #12 3.161    dh_installdocs
13:41:24 #12 3.198    dh_installchangelogs
13:41:24 #12 3.281    dh_perl
13:41:24 #11 5.057 Get:17 http://deb.debian.org/debian buster/main armhf libsepol1-dev armhf 2.8-1 [318 kB]
13:41:24 #11 5.061 Get:18 http://deb.debian.org/debian buster/main armhf libpcre16-3 armhf 2:8.39-12 [238 kB]
13:41:24 #11 5.065 Get:19 http://deb.debian.org/debian buster/main armhf libpcre32-3 armhf 2:8.39-12 [231 kB]
13:41:24 #11 5.068 Get:20 http://deb.debian.org/debian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
13:41:24 #11 5.071 Get:21 http://deb.debian.org/debian buster/main armhf libpcre3-dev armhf 2:8.39-12 [585 kB]
13:41:24 #11 5.077 Get:22 http://deb.debian.org/debian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [162 kB]
13:41:24 #11 5.080 Get:23 http://deb.debian.org/debian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
13:41:24 #11 5.081 Get:24 http://deb.debian.org/debian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.3 kB]
13:41:24 #11 5.082 Get:25 http://deb.debian.org/debian buster/main armhf libsystemd-dev armhf 241-7~deb10u8 [322 kB]
13:41:24 #11 5.098 Get:26 http://deb.debian.org/debian buster/main armhf pkg-config armhf 0.29-6 [60.7 kB]
13:41:24 #11 5.347 debconf: delaying package configuration, since apt-utils is not installed
13:41:24 #12 4.236 Reading package lists...
13:41:24 #15 DONE 3.3s
13:41:24 
13:41:24 #16 [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
13:41:24 #16 DONE 0.1s
13:41:24 
13:41:24 #17 [cross-true 1/6] RUN dpkg --add-architecture arm64
13:41:24 #17 DONE 0.2s
13:41:24 
13:41:24 #18 [cross-true 2/6] RUN dpkg --add-architecture armel
13:41:24 #12 8.824 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:41:24 #12 8.827 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
13:41:24 #12 8.832 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:41:24 #12 8.861 Selecting previously unselected package libudev-dev:armhf.
13:41:24 #12 8.864 Preparing to unpack .../12-libudev-dev_245.4-4ubuntu3.16_armhf.deb ...
13:41:24 #12 8.868 Unpacking libudev-dev:armhf (245.4-4ubuntu3.16) ...
13:41:24 #12 8.909 Preparing to unpack .../13-libsepol1_3.0-1ubuntu0.1_armhf.deb ...
13:41:24 #12 8.923 Unpacking libsepol1:armhf (3.0-1ubuntu0.1) over (3.0-1) ...
13:41:24 #12 9.009 Setting up libsepol1:armhf (3.0-1ubuntu0.1) ...
13:41:24 #12 9.060 Selecting previously unselected package libsepol1-dev:armhf.
13:41:24 
13:41:24 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
13:41:24 #14 sha256:6cae9908a2d94ba7de9fea32b7a55256d7a7e03996aefe3bb0602a5d35419c3c
13:41:24 #14 DONE 0.0s
13:41:24 
13:41:24 #15 exporting to image
13:41:24 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:24 #15 exporting layers
13:41:24 #8 77.96 Setting up python3-requests (2.25.1+dfsg-2) ...
13:41:24 #8 78.13 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:41:24 #12 3.320    dh_link
13:41:24 #12 3.353    dh_strip_nondeterminism
13:41:24 #12 3.415    dh_compress
13:41:24 #12 3.452    dh_fixperms
13:41:24 #12 3.490    dh_missing
13:41:24 #12 3.516    dh_installdeb
13:41:24 #12 3.550    dh_gencontrol
13:41:24 + STATUS=0
13:41:24 + '[' 0 -ne 0 ']'
13:41:24 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:41:24 + RPM_EC=0
13:41:24 ++ jobs -p
13:41:24 + exit 0
13:41:24 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Eji6qG
13:41:24 + umask 022
13:41:24 + cd /root/rpmbuild/BUILD
13:41:24 + cd src
13:41:24 + export DOCKER_GITCOMMIT=613b798
13:41:24 + DOCKER_GITCOMMIT=613b798
13:41:24 + mkdir -p /go/src/github.com/docker
13:41:24 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:41:24 + pushd /root/rpmbuild/BUILD/src/engine
13:41:24 + TMP_GOPATH=/go
13:41:24 + hack/dockerfile/install/install.sh tini
13:41:24 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:41:24 + RM_GOPATH=0
13:41:24 + TMP_GOPATH=/go
13:41:24 + : /usr/local/bin
13:41:24 + '[' -z /go ']'
13:41:24 + export GOPATH=/go
13:41:24 + GOPATH=/go
13:41:24 + case "$(go env GOARCH)" in
13:41:24 ++ go env GOARCH
13:41:24 + export GO_BUILDMODE=-buildmode=pie
13:41:24 + GO_BUILDMODE=-buildmode=pie
13:41:24 ++ dirname hack/dockerfile/install/install.sh
13:41:24 + dir=hack/dockerfile/install
13:41:24 + bin=tini
13:41:24 + shift
13:41:24 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:41:24 + . hack/dockerfile/install/tini.installer
13:41:24 ++ : v0.19.0
13:41:24 + install_tini
13:41:24 Install tini version v0.19.0
13:41:24 + echo 'Install tini version v0.19.0'
13:41:24 + git clone https://github.com/krallin/tini.git /go/tini
13:41:24 Cloning into '/go/tini'...
13:41:24 + cd /go/tini
13:41:24 + git checkout -q v0.19.0
13:41:24 + cmake .
13:41:24 + mkdir -p /root/build-deb/compose
13:41:24 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:24 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:24 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:24 + mkdir -p /go/src/github.com/docker
13:41:24 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:24 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:24 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:24 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:24 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:24 + EPOCH=5
13:41:24 + EPOCH_SEP=
13:41:24 + [[ ! -z 5 ]]
13:41:24 + EPOCH_SEP=:
13:41:24 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:24 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:24 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:24 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:24 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:24 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:24 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:24 + debSource=docker-ce
13:41:24 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:24 + debMaintainer='Docker <support@docker.com>'
13:41:24 ++ date --rfc-2822
13:41:24 + debDate='Wed, 04 May 2022 13:41:24 +0000'
13:41:24 + cat
13:41:24 + export CLI_GITCOMMIT=bfa9b40
13:41:24 + CLI_GITCOMMIT=bfa9b40
13:41:24 + export ENGINE_GITCOMMIT=613b798
13:41:24 + ENGINE_GITCOMMIT=613b798
13:41:24 + export SCAN_GITCOMMIT=061fe0a
13:41:24 + SCAN_GITCOMMIT=061fe0a
13:41:24 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:24 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:24 + dpkg-buildpackage -uc -us -I.git
13:41:24 dpkg-buildpackage: info: source package docker-ce
13:41:24 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~raspbian-buster
13:41:24 dpkg-buildpackage: info: source distribution buster
13:41:24 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:24  dpkg-source -I.git --before-build .
13:41:24 dpkg-buildpackage: info: host architecture armhf
13:41:24 #11 5.383 Fetched 8132 kB in 0s (20.1 MB/s)
13:41:24 #11 5.430 Selecting previously unselected package bash-completion.
13:41:24 #11 5.430 (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 ... 27528 files and directories currently installed.)
13:41:24 #11 5.449 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
13:41:24 #12 5.198 Building dependency tree...
13:41:24 #12 5.387 Reading state information...
13:41:24 #18 DONE 0.1s
13:41:24 
13:41:24 #19 [cross-true 3/6] RUN dpkg --add-architecture armhf
13:41:24 #19 DONE 0.1s
13:41:24 
13:41:24 #20 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
13:41:24 #12 9.060 (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 ... 29716 files and directories currently installed.)
13:41:24 #12 9.081 Preparing to unpack .../0-libsepol1-dev_3.0-1ubuntu0.1_armhf.deb ...
13:41:24 #12 9.085 Unpacking libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
13:41:24 #12 9.157 Selecting previously unselected package libpcre2-16-0:armhf.
13:41:24 #12 9.160 Preparing to unpack .../1-libpcre2-16-0_10.34-7_armhf.deb ...
13:41:24 #12 9.165 Unpacking libpcre2-16-0:armhf (10.34-7) ...
13:41:24 #12 9.218 Selecting previously unselected package libpcre2-32-0:armhf.
13:41:24 #12 9.221 Preparing to unpack .../2-libpcre2-32-0_10.34-7_armhf.deb ...
13:41:24 #12 9.226 Unpacking libpcre2-32-0:armhf (10.34-7) ...
13:41:24 #12 9.272 Selecting previously unselected package libpcre2-posix2:armhf.
13:41:24 #12 9.276 Preparing to unpack .../3-libpcre2-posix2_10.34-7_armhf.deb ...
13:41:24 #12 9.280 Unpacking libpcre2-posix2:armhf (10.34-7) ...
13:41:24 #12 9.311 Selecting previously unselected package libpcre2-dev:armhf.
13:41:24 #12 9.314 Preparing to unpack .../4-libpcre2-dev_10.34-7_armhf.deb ...
13:41:24 #12 9.318 Unpacking libpcre2-dev:armhf (10.34-7) ...
13:41:24 #8 78.18 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:41:24 #8 78.25 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:41:24 #8 78.32 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:24 #12 3.671    dh_md5sums
13:41:24 #12 3.716    dh_builddeb
13:41:24 #12 3.735 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:41:24 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:41:24   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:41:24   CMake.
13:41:24 
13:41:24   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:41:24   CMake that the project does not need compatibility with older versions.
13:41:24 
13:41:24 
13:41:24 -- The C compiler identification is GNU 11.3.1
13:41:24 -- Detecting C compiler ABI info
13:41:24 -- Detecting C compiler ABI info - done
13:41:24 -- Check for working C compiler: /usr/bin/cc - skipped
13:41:24 -- Detecting C compile features
13:41:24 -- Detecting C compile features - done
13:41:24 -- Performing Test HAS_BUILTIN_FORTIFY
13:41:24 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:41:24 -- Configuring done
13:41:24 -- Generating done
13:41:24 -- Build files have been written to: /go/tini
13:41:24 + make tini-static
13:41:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:41:24  debian/rules clean
13:41:24 dh clean --with=bash-completion
13:41:24    dh_clean
13:41:24 #12 5.393 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:41:24 #12 5.621 Starting 2 pkgProblemResolver with broken count: 0
13:41:24 #12 5.625 Done
13:41:24 #12 5.806  Done
13:41:24 #20 DONE 0.2s
13:41:24 
13:41:24 #21 [cross-true 5/6] RUN dpkg --add-architecture s390x
13:41:24 #21 DONE 0.1s
13:41:24 
13:41:24 #22 [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
13:41:24 #12 9.405 Selecting previously unselected package libselinux1-dev:armhf.
13:41:24 #12 9.408 Preparing to unpack .../5-libselinux1-dev_3.0-1build2_armhf.deb ...
13:41:24 #12 9.411 Unpacking libselinux1-dev:armhf (3.0-1build2) ...
13:41:24 #12 9.455 Selecting previously unselected package libdevmapper-dev:armhf.
13:41:24 #12 9.457 Preparing to unpack .../6-libdevmapper-dev_2%3a1.02.167-1ubuntu1_armhf.deb ...
13:41:24 #12 9.461 Unpacking libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
13:41:24 #12 9.493 Selecting previously unselected package libseccomp-dev:armhf.
13:41:24 #12 9.495 Preparing to unpack .../7-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_armhf.deb ...
13:41:24 #12 9.499 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
13:41:24 #12 9.534 Selecting previously unselected package libsystemd-dev:armhf.
13:41:24 #12 9.537 Preparing to unpack .../8-libsystemd-dev_245.4-4ubuntu3.16_armhf.deb ...
13:41:24 #12 9.541 Unpacking libsystemd-dev:armhf (245.4-4ubuntu3.16) ...
13:41:24 #12 9.609 Selecting previously unselected package pkg-config.
13:41:25 #8 78.44 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:25 #8 78.50 Setting up dh-strip-nondeterminism (1.12.0-1) ...
13:41:25 #8 78.52 Setting up libconst-fast-perl (0.014-1.1) ...
13:41:25 #8 78.53 Setting up libhttp-daemon-perl (6.12-1) ...
13:41:25 #8 78.54 Setting up libdata-dpath-perl (0.58-1) ...
13:41:25 #8 78.55 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:41:25 #8 78.56 Setting up libpackage-stash-perl (0.39-1) ...
13:41:25 #8 78.57 Setting up libimport-into-perl (1.002005-1) ...
13:41:25 #8 78.59 Setting up libmoo-perl (2.004004-1) ...
13:41:25 #8 78.60 Setting up liblist-someutils-perl (0.58-1) ...
13:41:25 #8 78.61 Setting up debhelper (13.3.4) ...
13:41:25 #8 78.62 Setting up libmime-tools-perl (5.509-1) ...
13:41:25 #8 78.63 Setting up dput (1.1.0) ...
13:41:25 #12 3.825  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
13:41:25 #12 3.988  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
13:41:25 #12 4.077 dpkg-genchanges: info: binary-only upload (no source code included)
13:41:25 [100%] Linking C executable tini-static
13:41:25  dpkg-source -I.git -b .
13:41:25 #12 5.990 Starting pkgProblemResolver with broken count: 0
13:41:25 #12 6.023 Starting 2 pkgProblemResolver with broken count: 0
13:41:25 #12 6.027 Done
13:41:25 #22 0.420 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:41:25 #22 0.421 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:41:25 #11 6.031 Unpacking bash-completion (1:2.8-6) ...
13:41:25 #12 9.612 Preparing to unpack .../9-pkg-config_0.29.1-0ubuntu4_armhf.deb ...
13:41:25 #12 9.616 Unpacking pkg-config (0.29.1-0ubuntu4) ...
13:41:25 #12 9.659 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
13:41:25 #12 9.673 Setting up libarchive13:armhf (3.4.0-2ubuntu1.2) ...
13:41:25 #12 9.683 Setting up libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
13:41:25 #12 9.694 Setting up libpcre2-16-0:armhf (10.34-7) ...
13:41:25 #12 9.705 Setting up libbtrfs0:armhf (5.4.1-2) ...
13:41:25 #12 9.717 Setting up libpcre2-32-0:armhf (10.34-7) ...
13:41:25 #12 9.728 Setting up libuv1:armhf (1.34.2-1ubuntu1.3) ...
13:41:25 #12 9.739 Setting up bash-completion (1:2.10-1ubuntu1) ...
13:41:25 #14 DONE 3.6s
13:41:25 
13:41:25 #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:25 #11 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 1.6s done
13:41:25 #11 extracting sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 0.6s done
13:41:25 #11 extracting sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 0.4s done
13:41:25 #11 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d
13:41:25 #11 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 1.9s done
13:41:25 #11 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5
13:41:25 #8 78.81 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
13:41:25 #8 78.82 Setting up equivs (2.3.1) ...
13:41:25 #8 78.83 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:41:25 #8 78.84 Setting up libparams-validate-perl:armhf (1.30-1+b1) ...
13:41:25 #8 78.85 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
13:41:25 #8 78.87 Setting up libnamespace-clean-perl (0.27-1) ...
13:41:25 #8 78.88 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
13:41:25 #8 78.89 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:41:25 #12 4.080  dpkg-source --after-build .
13:41:25 #12 4.185 dpkg-buildpackage: info: binary-only upload (no source included)
13:41:25 #12 4.199 
13:41:25 #12 4.199 The package has been created.
13:41:25 #12 4.199 Attention, the package has been created in the current directory,
13:41:25 #12 4.199 not in ".." as indicated by the message above!
13:41:25 #12 4.293 Selecting previously unselected package docker-ce-build-deps.
13:41:25 [100%] Built target tini-static
13:41:25 + mkdir -p /usr/local/bin
13:41:25 + cp tini-static /usr/local/bin/docker-init
13:41:25 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:25 + PRODUCT=docker
13:41:25 + hack/make.sh dynbinary
13:41:25 
13:41:25 Removing bundles/
13:41:25 
13:41:25 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:25 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:25 GOOS="" GOARCH="" GOARM=""
13:41:25 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~raspbian'
13:41:25 dpkg-source: info: using source format '1.0'
13:41:25 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster.tar.gz
13:41:25 #22 0.431 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:41:25 #22 0.564 Get:4 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:41:25 #22 0.578 Get:5 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:41:25 #22 0.580 Get:6 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:41:25 #22 0.582 Get:7 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:41:25 #22 0.582 Get:8 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:41:25 #11 6.177 Selecting previously unselected package cmake-data.
13:41:25 #11 6.180 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
13:41:25 #11 6.188 Unpacking cmake-data (3.13.4-1) ...
13:41:25 #8 78.91 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:41:25 #8 78.92 Setting up libmoox-struct-perl (0.020-1) ...
13:41:25 #8 78.93 Setting up lintian (2.104.0) ...
13:41:25 #8 78.95 Setting up licensecheck (3.1.1-2) ...
13:41:25 #8 78.96 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:41:25 #8 78.98 Setting up libwww-perl (6.52-1) ...
13:41:25 #8 78.99 Setting up devscripts (2.21.3+deb11u1) ...
13:41:25 #12 4.316 (Reading database ... 25292 files and directories currently installed.)
13:41:25 #12 4.316 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:41:25 #12 4.323 Unpacking docker-ce-build-deps (1.0) ...
13:41:25 #11 6.597 Selecting previously unselected package libprocps7:armhf.
13:41:25 #11 6.601 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_armhf.deb ...
13:41:25 #11 6.609 Unpacking libprocps7:armhf (2:3.3.15-2) ...
13:41:25 #11 6.654 Selecting previously unselected package procps.
13:41:25 #11 6.658 Preparing to unpack .../03-procps_2%3a3.3.15-2_armhf.deb ...
13:41:25 #11 6.663 Unpacking procps (2:3.3.15-2) ...
13:41:25 #22 0.736 Get:9 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:41:25 #12 6.341 The following additional packages will be installed:
13:41:25 #12 6.341   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:41:25 #12 6.342   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:41:25 #12 6.342   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:41:25 #12 6.343   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:41:25 #12 6.343   libsystemd-dev libudev-dev libuv1 pkg-config
13:41:25 #12 6.345 Suggested packages:
13:41:25 #12 6.345   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:41:25 #12 6.346 Recommended packages:
13:41:25 #12 6.346   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
13:41:25 #12 6.398 The following NEW packages will be installed:
13:41:25 #12 6.398   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:41:25 #12 6.399   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:41:25 #12 6.399   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:41:25 #12 6.400   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:41:25 #12 6.400   libsystemd-dev libudev-dev libuv1 pkg-config
13:41:25 #12 10.29 Setting up pkg-config (0.29.1-0ubuntu4) ...
13:41:25 #12 10.34 Setting up libudev-dev:armhf (245.4-4ubuntu3.16) ...
13:41:25 #12 10.35 Setting up libpcre2-posix2:armhf (10.34-7) ...
13:41:25 #12 10.37 Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:41:25 #12 10.38 Setting up libbtrfs-dev:armhf (5.4.1-2) ...
13:41:25 #12 10.40 Setting up librhash0:armhf (1.3.9-1) ...
13:41:25 #12 10.41 Setting up cmake-data (3.16.3-1ubuntu1) ...
13:41:25 #12 10.42 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
13:41:25 #12 10.43 Setting up libsystemd-dev:armhf (245.4-4ubuntu3.16) ...
13:41:25 #12 10.45 Setting up libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
13:41:25 #12 10.46 Setting up libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:41:25 #12 10.47 Setting up libpcre2-dev:armhf (10.34-7) ...
13:41:25 #12 10.48 Setting up libselinux1-dev:armhf (3.0-1build2) ...
13:41:25 #12 10.49 Setting up libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
13:41:25 #12 10.50 Setting up cmake (3.16.3-1ubuntu1) ...
13:41:25 #8 79.16 Setting up libxml-parser-perl:armhf (2.46-2) ...
13:41:25 #8 79.17 Setting up libxml-sax-expat-perl (0.51-1) ...
13:41:25 #8 79.22 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:41:25 #8 79.27 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:41:25 #11 6.733 Selecting previously unselected package libarchive13:armhf.
13:41:25 #11 6.736 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u1_armhf.deb ...
13:41:25 #11 6.742 Unpacking libarchive13:armhf (3.3.3-4+deb10u1) ...
13:41:25 #11 6.804 Selecting previously unselected package libjsoncpp1:armhf.
13:41:25 #11 6.808 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_armhf.deb ...
13:41:25 #11 6.813 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
13:41:25 #11 6.856 Selecting previously unselected package librhash0:armhf.
13:41:25 #11 6.861 Preparing to unpack .../06-librhash0_1.3.8-1_armhf.deb ...
13:41:25 #11 6.866 Unpacking librhash0:armhf (1.3.8-1) ...
13:41:25 #11 6.918 Selecting previously unselected package libuv1:armhf.
13:41:25 #11 6.922 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_armhf.deb ...
13:41:25 #11 6.926 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
13:41:25 #22 0.894 Get:10 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:41:25 #22 1.070 Get:11 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:41:25 #12 6.827 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
13:41:25 #12 6.827 1 not fully installed or removed.
13:41:25 #12 6.827 Need to get 10.5 MB of archives.
13:41:25 #12 6.827 After this operation, 36.2 MB of additional disk space will be used.
13:41:25 #12 6.827 Get:1 http://ports.ubuntu.com/ubuntu-ports impish/main armhf bash-completion all 1:2.11-2ubuntu1 [179 kB]
13:41:26 #12 10.52 Setting up docker-ce-build-deps (1.0) ...
13:41:26 #12 10.53 Processing triggers for man-db (2.9.1-1) ...
13:41:26 #12 10.57 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
13:41:26 #8 79.40 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:41:26 #8 79.43 Setting up libsoap-lite-perl (1.27-1) ...
13:41:26 #8 79.44 Setting up libxmlrpc-lite-perl (0.717-4) ...
13:41:26 #8 79.45 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:41:26 #8 79.49 Processing triggers for ca-certificates (20210119) ...
13:41:26 #8 79.50 Updating certificates in /etc/ssl/certs...
13:41:26 #11 6.958 Selecting previously unselected package cmake.
13:41:26 #11 6.962 Preparing to unpack .../08-cmake_3.13.4-1_armhf.deb ...
13:41:26 #11 6.966 Unpacking cmake (3.13.4-1) ...
13:41:26 #22 1.245 Get:12 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:41:26 #22 1.395 Get:13 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:41:26 #12 DONE 10.9s
13:41:26 
13:41:26 #13 [stage-1 6/9] COPY sources/ /sources
13:41:26 #13 sha256:75972a69953e6b290d8a97f711935022b248fe2130bae27d3cf0a81279fe9bc8
13:41:26 #8 79.84 0 added, 0 removed; done.
13:41:26 #8 79.84 Running hooks in /etc/ca-certificates/update.d...
13:41:26 #8 79.84 done.
13:41:26 #11 7.321 Selecting previously unselected package dh-apparmor.
13:41:26 #11 7.324 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
13:41:26 #11 7.330 Unpacking dh-apparmor (2.13.2-10) ...
13:41:26 #11 7.368 Selecting previously unselected package libbtrfs0.
13:41:26 #11 7.371 Preparing to unpack .../10-libbtrfs0_4.20.1-2_armhf.deb ...
13:41:26 #11 7.376 Unpacking libbtrfs0 (4.20.1-2) ...
13:41:26 #11 7.414 Selecting previously unselected package libbtrfs-dev.
13:41:26 #11 7.417 Preparing to unpack .../11-libbtrfs-dev_4.20.1-2_armhf.deb ...
13:41:26 #11 7.423 Unpacking libbtrfs-dev (4.20.1-2) ...
13:41:26 #11 7.463 Selecting previously unselected package dmsetup.
13:41:26 #11 7.466 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_armhf.deb ...
13:41:26 #22 1.547 Get:14 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:41:26 #22 1.548 Get:15 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:41:26 #22 1.548 Get:16 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:41:26 #22 1.549 Get:17 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:41:26 #22 1.550 Get:18 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:41:26 #12 7.186 Get:2 http://ports.ubuntu.com/ubuntu-ports impish/main armhf cmake-data all 3.18.4-2ubuntu2 [1728 kB]
13:41:26 #13 DONE 2.2s
13:41:26 
13:41:26 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
13:41:26 #14 sha256:35f11139090b7e6bb64a2957194482a904a20681985fbd76dc15c7274221bcdb
13:41:26 #14 DONE 0.0s
13:41:26 
13:41:26 #15 exporting to image
13:41:26 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:26 #15 exporting layers
13:41:26 #11 7.471 Unpacking dmsetup (2:1.02.155-3) ...
13:41:26 #11 7.516 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:41:26 #11 7.519 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
13:41:26 #11 7.523 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
13:41:26 #11 7.570 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:41:26 #11 7.573 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
13:41:26 #11 7.578 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
13:41:26 #11 7.613 Selecting previously unselected package libudev-dev:armhf.
13:41:26 #11 7.617 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_armhf.deb ...
13:41:26 #11 7.625 Unpacking libudev-dev:armhf (241-7~deb10u8) ...
13:41:26 #12 7.492 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libarchive13 armhf 3.4.3-2ubuntu0.2 [331 kB]
13:41:26 #12 7.508 Get:4 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjsoncpp24 armhf 1.9.4-4build1 [72.6 kB]
13:41:26 #12 7.516 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/main armhf librhash0 armhf 1.4.1-2build1 [141 kB]
13:41:26 #12 7.523 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libuv1 armhf 1.40.0-2ubuntu1 [75.6 kB]
13:41:26 #12 7.527 Get:7 http://ports.ubuntu.com/ubuntu-ports impish/main armhf cmake armhf 3.18.4-2ubuntu2 [4131 kB]
13:41:26 #12 7.675 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/universe armhf dh-apparmor all 3.0.3-0ubuntu1 [9456 B]
13:41:26 #12 7.677 Get:9 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libbtrfs0 armhf 5.10.1-2build1 [201 kB]
13:41:26 #12 7.684 Get:10 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libbtrfs-dev armhf 5.10.1-2build1 [268 kB]
13:41:26 #13 DONE 0.5s
13:41:26 
13:41:26 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:41:26 #15 sha256:c544796c3e9e385cad5deb0c141e62fcc3d1b08655bd426fa1c4a16fef7a02fc
13:41:26 #8 DONE 80.2s
13:41:26 
13:41:26 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:41:26 #10 sha256:08eb7f1e0bc7ea2e7d1359e07fc4d749fccdb73e15cc32c3b7c0e35a8a04d2ab
13:41:26 #10 DONE 0.1s
13:41:26 
13:41: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
13:41:26 #11 sha256:385d9703fe7f3629d5fd0e8433bbc4525ca13d92f8bf1ee2591ef6e1397b67f1
13:41:26 #11 7.679 Selecting previously unselected package libsepol1-dev:armhf.
13:41:26 #11 7.682 Preparing to unpack .../16-libsepol1-dev_2.8-1_armhf.deb ...
13:41:26 #11 7.686 Unpacking libsepol1-dev:armhf (2.8-1) ...
13:41:26 #11 7.756 Selecting previously unselected package libpcre16-3:armhf.
13:41:26 #11 7.763 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_armhf.deb ...
13:41:26 #11 7.768 Unpacking libpcre16-3:armhf (2:8.39-12) ...
13:41:26 #11 7.826 Selecting previously unselected package libpcre32-3:armhf.
13:41:26 #11 7.826 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_armhf.deb ...
13:41:26 #11 7.830 Unpacking libpcre32-3:armhf (2:8.39-12) ...
13:41:26 #11 7.877 Selecting previously unselected package libpcrecpp0v5:armhf.
13:41:26 #11 7.877 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
13:41:26 #11 7.880 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
13:41:26 #11 7.916 Selecting previously unselected package libpcre3-dev:armhf.
13:41:26 #11 7.918 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_armhf.deb ...
13:41:26 #11 7.925 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
13:41:26 #12 4.576 Reading package lists...
13:41:26 #12 5.513 Building dependency tree...
13:41:26 #12 5.687 Reading state information...
13:41:26 #12 5.693 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:41:26 #12 5.907 Starting 2 pkgProblemResolver with broken count: 0
13:41:27 #12 7.707 Get:11 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu3 [134 kB]
13:41:27 #12 7.711 Get:12 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1ubuntu3 [11.6 kB]
13:41:27 #12 7.723 Get:13 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libudev-dev armhf 248.3-1ubuntu8.5 [20.7 kB]
13:41:27 #12 7.729 Get:14 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsepol1-dev armhf 3.1-1ubuntu2.1 [348 kB]
13:41:27 #12 7.731 Get:15 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpcre2-16-0 armhf 10.37-0ubuntu2 [172 kB]
13:41:27 #12 7.735 Get:16 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpcre2-32-0 armhf 10.37-0ubuntu2 [162 kB]
13:41:27 #12 7.751 Get:17 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpcre2-posix3 armhf 10.37-0ubuntu2 [5518 B]
13:41:27 #12 7.825 Get:18 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpcre2-dev armhf 10.37-0ubuntu2 [643 kB]
13:41:27 #12 7.836 Get:19 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libselinux1-dev armhf 3.1-3build2 [151 kB]
13:41:27 #12 7.838 Get:20 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevmapper-dev armhf 2:1.02.175-2.1ubuntu3 [36.5 kB]
13:41:27 #12 7.838 Get:21 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1 [79.5 kB]
13:41:27 #12 7.839 Get:22 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsystemd-dev armhf 248.3-1ubuntu8.5 [303 kB]
13:41:27 #12 7.844 Get:23 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libglib2.0-0 armhf 2.68.4-1ubuntu1 [1287 kB]
13:41:27 #12 7.911 Get:24 http://ports.ubuntu.com/ubuntu-ports impish/main armhf pkg-config armhf 0.29.2-1ubuntu1 [43.4 kB]
13:41:27 #15 DONE 5.6s
13:41:27 
13:41:27 #16 [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
13:41:27 #11 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 1.5s done
13:41:27 #11 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d
13:41:27 #11 8.001 Selecting previously unselected package libselinux1-dev:armhf.
13:41:27 #11 8.004 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_armhf.deb ...
13:41:27 #11 8.008 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
13:41:27 #11 8.065 Selecting previously unselected package libdevmapper-dev:armhf.
13:41:27 #11 8.067 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
13:41:27 #11 8.071 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
13:41:27 #11 8.105 Selecting previously unselected package libseccomp-dev:armhf.
13:41:27 #11 8.108 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_armhf.deb ...
13:41:27 #11 8.112 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
13:41:27 #11 8.145 Selecting previously unselected package libsystemd-dev:armhf.
13:41:27 #11 8.148 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_armhf.deb ...
13:41:27 #11 8.153 Unpacking libsystemd-dev:armhf (241-7~deb10u8) ...
13:41:27 #11 8.238 Selecting previously unselected package pkg-config.
13:41:27 #12 5.910 Done
13:41:27 #12 6.097  Done
13:41:27 #12 8.132 debconf: delaying package configuration, since apt-utils is not installed
13:41:27 #12 8.188 Fetched 10.5 MB in 2s (7012 kB/s)
13:41:27 #12 8.219 Selecting previously unselected package bash-completion.
13:41:27 #16 DONE 0.2s
13:41:27 
13:41:27 #17 [cross-true 1/6] RUN dpkg --add-architecture arm64
13:41:27 #17 DONE 0.2s
13:41:27 
13:41:27 #18 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:41:27 #11 8.240 Preparing to unpack .../25-pkg-config_0.29-6_armhf.deb ...
13:41:27 #11 8.243 Unpacking pkg-config (0.29-6) ...
13:41:27 #11 8.309 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
13:41:27 #11 8.319 Setting up libseccomp-dev:armhf (2.3.3-4) ...
13:41:27 #11 8.329 Setting up libpcre16-3:armhf (2:8.39-12) ...
13:41:27 #11 8.339 Setting up libarchive13:armhf (3.3.3-4+deb10u1) ...
13:41:27 #11 8.349 Setting up libprocps7:armhf (2:3.3.15-2) ...
13:41:27 #11 8.359 Setting up libsepol1-dev:armhf (2.8-1) ...
13:41:27 #11 8.368 Setting up libbtrfs0 (4.20.1-2) ...
13:41:27 #11 8.377 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
13:41:27 #11 8.388 Setting up bash-completion (1:2.8-6) ...
13:41:27 #11 0.708 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
13:41:27 #11 0.708 Hit:2 http://deb.debian.org/debian bullseye InRelease
13:41:27 #11 0.708 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
13:41:27 #12 6.286 Starting pkgProblemResolver with broken count: 0
13:41:27 #12 6.317 Starting 2 pkgProblemResolver with broken count: 0
13:41:27 #12 6.321 Done
13:41:27 #12 8.219 (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 ... 26513 files and directories currently installed.)
13:41:27 #12 8.235 Preparing to unpack .../00-bash-completion_1%3a2.11-2ubuntu1_all.deb ...
13:41:27 #18 ...
13:41:27 
13:41:27 #19 [cross-true 2/6] RUN dpkg --add-architecture armel
13:41:27 #19 DONE 0.1s
13:41:27 
13:41:27 #20 [cross-true 3/6] RUN dpkg --add-architecture armhf
13:41:27 #20 DONE 0.1s
13:41:27 
13:41:27 #18 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:41:27 #12 6.612 The following additional packages will be installed:
13:41:27 #18 0.536 go: downloading github.com/tc-hib/go-winres v0.2.3
13:41:27 #18 ...
13:41:27 
13:41:27 #21 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
13:41:27 #21 DONE 0.2s
13:41:27 #12 6.613   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
13:41:27 #12 6.613   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:41:27 #12 6.613   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
13:41:27 #12 6.613   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
13:41:27 #12 6.613   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libsystemd0
13:41:27 #12 6.614   libudev-dev libudev1 libuv1 pkg-config
13:41:27 #12 6.616 Suggested packages:
13:41:27 #12 6.616   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
13:41:27 #12 6.616 Recommended packages:
13:41:27 #12 6.616   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
13:41:27 #12 6.669 The following NEW packages will be installed:
13:41:27 #12 6.670   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
13:41:27 #12 6.670   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:41:27 #12 6.671   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
13:41:27 #12 6.671   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
13:41:27 #12 6.671   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
13:41:27 #12 6.672   libuv1 pkg-config
13:41:27 #12 6.673 The following packages will be upgraded:
13:41:27 #12 6.674   libsystemd0 libudev1
13:41:28 #11 8.959 Setting up libpcre32-3:armhf (2:8.39-12) ...
13:41:28 #11 8.970 Setting up pkg-config (0.29-6) ...
13:41:28 #11 9.015 Setting up libudev-dev:armhf (241-7~deb10u8) ...
13:41:28 #11 9.031 Setting up libbtrfs-dev (4.20.1-2) ...
13:41:28 #11 9.042 Setting up librhash0:armhf (1.3.8-1) ...
13:41:28 #12 8.850 Unpacking bash-completion (1:2.11-2ubuntu1) ...
13:41:28 #12 9.075 Selecting previously unselected package cmake-data.
13:41:28 #12 9.075 Preparing to unpack .../01-cmake-data_3.18.4-2ubuntu2_all.deb ...
13:41:28 #12 9.090 Unpacking cmake-data (3.18.4-2ubuntu2) ...
13:41:28 
13:41:28 #22 [cross-true 5/6] RUN dpkg --add-architecture s390x
13:41:28 #22 DONE 0.1s
13:41:28 
13:41:28 #23 [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
13:41:28 #12 7.102 2 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
13:41:28 #12 7.102 1 not fully installed or removed.
13:41:28 #12 7.102 Need to get 11.3 MB of archives.
13:41:28 #12 7.102 After this operation, 38.8 MB of additional disk space will be used.
13:41:28 #12 7.102 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bash-completion all 1:2.11-5ubuntu1 [180 kB]
13:41:28 #11 9.054 Setting up procps (2:3.3.15-2) ...
13:41:28 #11 9.083 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
13:41:28 #11 9.103 Setting up cmake-data (3.13.4-1) ...
13:41:28 #11 9.119 Setting up dh-apparmor (2.13.2-10) ...
13:41:28 #11 9.130 Setting up libsystemd-dev:armhf (241-7~deb10u8) ...
13:41:28 #11 9.139 Setting up libjsoncpp1:armhf (1.7.4-3) ...
13:41:28 #11 9.150 Setting up libpcre3-dev:armhf (2:8.39-12) ...
13:41:28 #11 9.159 Setting up cmake (3.13.4-1) ...
13:41:28 #11 9.169 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
13:41:28 #11 9.180 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
13:41:28 #11 9.190 Setting up dmsetup (2:1.02.155-3) ...
13:41:28 #11 9.203 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
13:41:28 #11 9.214 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
13:41:28 #11 9.224 Setting up docker-ce-build-deps (1.0) ...
13:41:28 #11 9.236 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:41:28 #11 9.257 Processing triggers for man-db (2.8.5-2) ...
13:41:28 #23 0.418 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:41:28 #23 0.426 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:41:28 #23 0.441 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:41:28 #23 0.520 Get:4 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:41:28 #17 exporting layers 6.6s done
13:41:28 #17 writing image sha256:92232145ab53eb665ad75d18837cf060c51e91e3007d2c67ba9d709b4d1aa291 done
13:41:28 #17 naming to docker.io/debbuild-debian-bullseye/x86_64 done
13:41:28 #17 DONE 6.6s
13:41:28 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/x86_64
13:41:28 #11 1.031 Reading package lists...
13:41:28 #12 9.427 Selecting previously unselected package libarchive13:armhf.
13:41:28 #12 9.431 Preparing to unpack .../02-libarchive13_3.4.3-2ubuntu0.2_armhf.deb ...
13:41:28 #12 9.439 Unpacking libarchive13:armhf (3.4.3-2ubuntu0.2) ...
13:41:28 #12 9.508 Selecting previously unselected package libjsoncpp24:armhf.
13:41:28 #12 9.510 Preparing to unpack .../03-libjsoncpp24_1.9.4-4build1_armhf.deb ...
13:41:28 #12 9.514 Unpacking libjsoncpp24:armhf (1.9.4-4build1) ...
13:41:28 #12 9.556 Selecting previously unselected package librhash0:armhf.
13:41:28 #12 9.559 Preparing to unpack .../04-librhash0_1.4.1-2build1_armhf.deb ...
13:41:28 #12 9.563 Unpacking librhash0:armhf (1.4.1-2build1) ...
13:41:28 #12 9.600 Selecting previously unselected package libuv1:armhf.
13:41:28 #12 9.601 Preparing to unpack .../05-libuv1_1.40.0-2ubuntu1_armhf.deb ...
13:41:28 #12 9.606 Unpacking libuv1:armhf (1.40.0-2ubuntu1) ...
13:41:28 #12 9.637 Selecting previously unselected package cmake.
13:41:28 #23 0.532 Get:5 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:41:28 #23 0.532 Get:6 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:41:28 #23 0.534 Get:7 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:41:28 #23 0.534 Get:8 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:41:28 #23 0.638 Get:9 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:41:28 #23 0.774 Get:10 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:41:28 + set -e
13:41:28 + mkdir -p /root/build-deb/engine
13:41:28 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:28 #12 7.463 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive13 armhf 3.6.0-1ubuntu1 [338 kB]
13:41:28 #12 7.578 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjsoncpp25 armhf 1.9.5-3 [72.4 kB]
13:41:28 #12 7.597 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librhash0 armhf 1.4.2-1ubuntu1 [141 kB]
13:41:28 #12 7.620 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuv1 armhf 1.43.0-1 [76.9 kB]
13:41:28 #12 7.630 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
13:41:28 #12 7.631 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf emacsen-common all 3.0.4 [14.9 kB]
13:41:28 #12 7.633 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cmake-data all 3.22.1-1ubuntu1 [1912 kB]
13:41:28 #12 7.770 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cmake armhf 3.22.1-1ubuntu1 [4642 kB]
13:41:28 #11 2.087 dpkg-buildpackage: info: source package docker-ce-build-deps
13:41:28 #11 2.087 dpkg-buildpackage: info: source version 1.0
13:41:28 #11 2.087 dpkg-buildpackage: info: source distribution unstable
13:41:28 #11 2.087 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:41:28 #11 2.121 dpkg-buildpackage: info: host architecture armhf
13:41:28 #11 2.121  dpkg-source --before-build .
13:41:28 #11 2.219  debian/rules clean
13:41:28 #11 2.223 dh clean
13:41:28 #11 2.299    dh_clean
13:41:28 #11 2.331  debian/rules binary
13:41:28 #12 9.639 Preparing to unpack .../06-cmake_3.18.4-2ubuntu2_armhf.deb ...
13:41:28 #12 9.643 Unpacking cmake (3.18.4-2ubuntu2) ...
13:41:28 #12 9.787 Selecting previously unselected package dh-apparmor.
13:41:28 #12 9.788 Preparing to unpack .../07-dh-apparmor_3.0.3-0ubuntu1_all.deb ...
13:41:28 #12 9.791 Unpacking dh-apparmor (3.0.3-0ubuntu1) ...
13:41:28 #12 9.828 Selecting previously unselected package libbtrfs0:armhf.
13:41:28 #12 9.829 Preparing to unpack .../08-libbtrfs0_5.10.1-2build1_armhf.deb ...
13:41:28 #12 9.834 Unpacking libbtrfs0:armhf (5.10.1-2build1) ...
13:41:28 #12 9.864 Selecting previously unselected package libbtrfs-dev:armhf.
13:41:28 #12 9.866 Preparing to unpack .../09-libbtrfs-dev_5.10.1-2build1_armhf.deb ...
13:41:28 #12 9.870 Unpacking libbtrfs-dev:armhf (5.10.1-2build1) ...
13:41:28 #12 9.912 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:41:29 #12 8.041 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf dh-apparmor all 3.0.4-2ubuntu2 [9472 B]
13:41:29 #11 2.332 dh binary
13:41:29 #11 2.399    dh_update_autotools_config
13:41:29 #11 2.426    dh_autoreconf
13:41:29 #11 2.465    create-stamp debian/debhelper-build-stamp
13:41:29 #11 2.465    dh_prep
13:41:29 #12 9.915 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu3_armhf.deb ...
13:41:29 #12 9.919 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu3) ...
13:41:29 #12 9.979 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:41:29 #12 9.979 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu3_armhf.deb ...
13:41:29 #12 9.983 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu3) ...
13:41:29 #12 10.01 Selecting previously unselected package libudev-dev:armhf.
13:41:29 #12 10.01 Preparing to unpack .../12-libudev-dev_248.3-1ubuntu8.5_armhf.deb ...
13:41:29 #12 10.02 Unpacking libudev-dev:armhf (248.3-1ubuntu8.5) ...
13:41:29 #12 10.05 Selecting previously unselected package libsepol1-dev:armhf.
13:41:29 #12 10.05 Preparing to unpack .../13-libsepol1-dev_3.1-1ubuntu2.1_armhf.deb ...
13:41:29 #12 10.05 Unpacking libsepol1-dev:armhf (3.1-1ubuntu2.1) ...
13:41:29 #12 10.10 Selecting previously unselected package libpcre2-16-0:armhf.
13:41:29 #12 10.11 Preparing to unpack .../14-libpcre2-16-0_10.37-0ubuntu2_armhf.deb ...
13:41:29 #12 10.11 Unpacking libpcre2-16-0:armhf (10.37-0ubuntu2) ...
13:41:29 #12 10.15 Selecting previously unselected package libpcre2-32-0:armhf.
13:41:29 #12 10.15 Preparing to unpack .../15-libpcre2-32-0_10.37-0ubuntu2_armhf.deb ...
13:41:29 #23 0.970 Get:11 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:41:29 #23 1.150 Get:12 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:41:29 #24 DONE 57.6s
13:41:29 
13:41:29 #25 [darwin/arm64 binary 1/1] COPY --from=build /out .
13:41:29 #25 DONE 0.0s
13:41:29 
13:41:29 #26 exporting to client
13:41:29 #26 copying files darwin/arm64 8.39MB 0.1s
13:41:29 #26 copying files darwin/arm64 25.35MB 0.3s done
13:41:29 #26 DONE 0.3s
13:41:29 + docker buildx build --platform darwin/arm64 --build-arg BUILDKIT_MULTI_PLATFORM=true --output ./bin --target binaries .
13:41:29 #1 [internal] load build definition from Dockerfile
13:41:29 #1 transferring dockerfile: 2.90kB 0.0s done
13:41:29 #1 DONE 0.0s
13:41:29 
13:41:29 #2 [internal] load .dockerignore
13:41:29 #2 transferring context: 69B done
13:41:29 #2 DONE 0.0s
13:41:29 
13:41:29 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:41:29 #3 DONE 0.6s
13:41:29 
13:41:29 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:41:29 #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:41:29 #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.2s done
13:41:29 #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s done
13:41:29 #4 DONE 0.4s
13:41:29 
13:41:29 #5 [linux/arm64 internal] load metadata for docker.io/library/golang:1.17-alpine
13:41:29 #5 DONE 0.3s
13:41:29 
13:41:29 #6 [linux/arm64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0
13:41:29 #6 DONE 0.4s
13:41:29 
13:41:29 #7 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996
13:41:29 #7 resolve docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996 0.0s done
13:41:29 #7 sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 13.99kB / 13.99kB 0.1s done
13:41:29 #7 extracting sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 0.0s done
13:41:29 #7 DONE 0.2s
13:41:29 
13:41:29 #8 [linux/arm64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:41:29 #8 resolve docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d 0.0s done
13:41:29 #8 sha256:d8fb42bb649cca1e4a9427e17aefb723d3ffd4ec35381839c591618eb2dacb4f 126B / 126B 0.1s done
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 1.05MB / 104.47MB 0.2s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 16.78MB / 104.47MB 0.3s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 22.21MB / 104.47MB 0.6s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 32.51MB / 104.47MB 0.8s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 42.99MB / 104.47MB 0.9s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 51.38MB / 104.47MB 1.1s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 56.70MB / 104.47MB 1.2s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 63.96MB / 104.47MB 1.4s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 71.30MB / 104.47MB 1.5s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 93.32MB / 104.47MB 1.7s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 102.76MB / 104.47MB 1.8s
13:41:29 #8 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 104.47MB / 104.47MB 2.7s done
13:41:29 #8 ...
13:41:29 
13:41:29 #9 [internal] load build context
13:41:29 #9 transferring context: 58.48MB 2.7s done
13:41:29 #9 DONE 2.9s
13:41:29 
13:41:29 #8 [linux/arm64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:41:29 #8 extracting sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911
13:41:29 #8 extracting sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 2.7s done
13:41:29 #8 extracting sha256:d8fb42bb649cca1e4a9427e17aefb723d3ffd4ec35381839c591618eb2dacb4f 0.0s done
13:41:29 #8 DONE 5.6s
13:41:29 
13:41:29 #10 [linux/arm64 gobase 1/3] COPY --from=xx / /
13:41:29 #12 8.042 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbtrfs0 armhf 5.16.2-1 [12.6 kB]
13:41:29 #12 8.043 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbtrfs-dev armhf 5.16.2-1 [47.0 kB]
13:41:29 #12 8.047 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libudev1 armhf 249.11-0ubuntu3.1 [69.5 kB]
13:41:29 #12 8.049 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu4 [134 kB]
13:41:29 #12 8.053 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1ubuntu4 [11.6 kB]
13:41:29 #12 8.057 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libudev-dev armhf 249.11-0ubuntu3.1 [20.7 kB]
13:41:29 #12 8.059 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsepol-dev armhf 3.3-1build1 [357 kB]
13:41:29 #12 8.063 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-16-0 armhf 10.39-3build1 [173 kB]
13:41:29 #12 8.115 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-32-0 armhf 10.39-3build1 [163 kB]
13:41:29 #12 8.187 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-posix3 armhf 10.39-3build1 [5532 B]
13:41:29 + mkdir -p /root/build-deb/cli
13:41:29 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:29 #11 2.492    dh_install
13:41:29 #11 2.524    dh_installdocs
13:41:29 #11 2.561    dh_installchangelogs
13:41:29 #11 2.642    dh_perl
13:41:29 #11 2.677    dh_link
13:41:29 #11 2.710    dh_strip_nondeterminism
13:41:29 #12 10.16 Unpacking libpcre2-32-0:armhf (10.37-0ubuntu2) ...
13:41:29 #12 10.21 Selecting previously unselected package libpcre2-posix3:armhf.
13:41:29 #12 10.21 Preparing to unpack .../16-libpcre2-posix3_10.37-0ubuntu2_armhf.deb ...
13:41:29 #12 10.22 Unpacking libpcre2-posix3:armhf (10.37-0ubuntu2) ...
13:41:29 #12 10.25 Selecting previously unselected package libpcre2-dev:armhf.
13:41:29 #12 10.25 Preparing to unpack .../17-libpcre2-dev_10.37-0ubuntu2_armhf.deb ...
13:41:29 #12 10.26 Unpacking libpcre2-dev:armhf (10.37-0ubuntu2) ...
13:41:29 #12 10.32 Selecting previously unselected package libselinux1-dev:armhf.
13:41:29 #12 10.32 Preparing to unpack .../18-libselinux1-dev_3.1-3build2_armhf.deb ...
13:41:29 #12 10.33 Unpacking libselinux1-dev:armhf (3.1-3build2) ...
13:41:29 #12 10.38 Selecting previously unselected package libdevmapper-dev:armhf.
13:41:29 #12 10.38 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2.1ubuntu3_armhf.deb ...
13:41:29 #23 1.324 Get:13 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:41:29 #23 1.496 Get:14 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:41:29 #12 8.188 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-dev armhf 10.39-3build1 [645 kB]
13:41:29 #12 8.198 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libselinux1-dev armhf 3.3-1build2 [153 kB]
13:41:29 #12 8.201 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-dev armhf 2:1.02.175-2.1ubuntu4 [36.6 kB]
13:41:29 #12 8.202 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libseccomp-dev armhf 2.5.3-2ubuntu2 [89.0 kB]
13:41:29 #12 8.203 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd0 armhf 249.11-0ubuntu3.1 [295 kB]
13:41:29 #12 8.207 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd-dev armhf 249.11-0ubuntu3.1 [306 kB]
13:41:29 #12 8.212 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libglib2.0-0 armhf 2.72.1-1 [1325 kB]
13:41:29 #12 8.280 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkg-config armhf 0.29.2-1ubuntu3 [46.0 kB]
13:41:29 #12 8.453 debconf: delaying package configuration, since apt-utils is not installed
13:41:29 + mkdir -p /root/build-deb/buildx
13:41:29 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:29 #11 DONE 10.4s
13:41:29 
13:41:29 #12 [stage-1 5/8] COPY sources/ /sources
13:41:29 #12 sha256:d1afad63d3a11add09d0d3ea58f1eae5cc34ddeff131e79de7b6b1af401507fa
13:41:29 #15 exporting layers 5.6s done
13:41:29 #15 writing image sha256:7a0e8efbdff7d586ed822b1f81592dedb25b254c4324121df7ad3914b1395f44 done
13:41:29 #15 naming to docker.io/rpmbuild-fedora-34/x86_64 done
13:41:29 #15 DONE 5.6s
13:41:29 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-34/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-34/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-34/x86_64 -ba --define '_gitcommit_cli bfa9b40' --define '_gitcommit_engine 613b798' --define '_release 0' --define '_version 0.0.0.20220503081348.bfa9b40' --define '_origversion 0.0.0-20220503081348-bfa9b40' --define '_buildx_rpm_version 0.8.2' --define '_buildx_version v0.8.2' --define '_compose_rpm_version 2.5.0' --define '_compose_version v2.5.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
13:41:29 #11 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 2.9s done
13:41:29 #11 extracting sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 0.0s done
13:41:29 #11 DONE 14.1s
13:41:29 #11 2.770    dh_compress
13:41:29 #11 2.807    dh_fixperms
13:41:29 #11 2.845    dh_missing
13:41:29 #11 2.871    dh_installdeb
13:41:29 #11 2.903    dh_gencontrol
13:41:29 #12 10.38 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu3) ...
13:41:29 #12 10.41 Selecting previously unselected package libseccomp-dev:armhf.
13:41:29 #12 10.41 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1_armhf.deb ...
13:41:29 #12 10.42 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1) ...
13:41:29 #12 10.46 Selecting previously unselected package libsystemd-dev:armhf.
13:41:29 #12 10.46 Preparing to unpack .../21-libsystemd-dev_248.3-1ubuntu8.5_armhf.deb ...
13:41:29 #12 10.46 Unpacking libsystemd-dev:armhf (248.3-1ubuntu8.5) ...
13:41:29 #12 10.52 Selecting previously unselected package libglib2.0-0:armhf.
13:41:29 #12 10.53 Preparing to unpack .../22-libglib2.0-0_2.68.4-1ubuntu1_armhf.deb ...
13:41:29 #12 10.53 Unpacking libglib2.0-0:armhf (2.68.4-1ubuntu1) ...
13:41:29 #12 10.60 Selecting previously unselected package pkg-config.
13:41:29 #12 10.60 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu1_armhf.deb ...
13:41:29 #12 10.60 Unpacking pkg-config (0.29.2-1ubuntu1) ...
13:41:29 #22 ...
13:41:29 
13:41:29 #23 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:41:29 #0 0.458 go: downloading github.com/tc-hib/go-winres v0.2.3
13:41:29 #0 0.962 go: downloading github.com/tc-hib/winres v0.1.5
13:41:29 #0 1.085 go: downloading github.com/urfave/cli/v2 v2.3.0
13:41:29 #0 1.100 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
13:41:29 #0 1.109 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
13:41:29 #0 1.337 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:41:29 #0 1.346 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:41:29 #0 4.147 NAME:
13:41:29 #0 4.148    go-winres - A tool for embedding resources in Windows executables
13:41:29 #0 4.148 
13:41:29 #0 4.148 USAGE:
13:41:29 #0 4.149    go-winres [global options] command [command options] [arguments...]
13:41:29 #0 4.149 
13:41:29 #0 4.150 COMMANDS:
13:41:29 #0 4.150    init     Create an initial ./winres/winres.json
13:41:29 #0 4.151    make     Make syso files for the "go build" command
13:41:29 #0 4.151    simply   Make syso files for the "go build" command (simplified)
13:41:29 #0 4.151    extract  Extract all resources from an executable
13:41:29 #0 4.151    patch    Replace resources in an executable file (exe, dll)
13:41:29 #0 4.151    help, h  Shows a list of commands or help for one command
13:41:29 #0 4.151 
13:41:29 #0 4.151 GLOBAL OPTIONS:
13:41:29 #0 4.152    --help, -h  show help (default: false)
13:41:29 #23 DONE 5.2s
13:41:29 
13:41:29 #22 [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
13:41:29 #17 exporting layers 9.9s done
13:41:29 #17 writing image sha256:3e9e5a26934143e8ee27569e9c8ef88bc2f3a4c47e241d83b550e7dbf43179e2 done
13:41:29 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
13:41:29 #17 DONE 9.9s
13:41:29 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
13:41:29 #23 1.500 Get:15 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:41:29 #23 1.502 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:41:29 #23 1.504 Get:17 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:41:29 #23 1.508 Get:18 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:41:29 #12 8.487 Fetched 11.3 MB in 2s (7051 kB/s)
13:41:29 #12 8.511 Selecting previously unselected package bash-completion.
13:41:29 #12 8.512 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25296 files and directories currently installed.)
13:41:29 #12 8.533 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
13:41:29 #12 8.547 Unpacking bash-completion (1:2.11-5ubuntu1) ...
13:41:29 #12 8.681 Selecting previously unselected package libarchive13:armhf.
13:41:29 #12 8.684 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_armhf.deb ...
13:41:29 #12 8.692 Unpacking libarchive13:armhf (3.6.0-1ubuntu1) ...
13:41:29 #12 8.734 Selecting previously unselected package libjsoncpp25:armhf.
13:41:29 #12 8.738 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_armhf.deb ...
13:41:29 #12 8.743 Unpacking libjsoncpp25:armhf (1.9.5-3) ...
13:41:29 #12 8.782 Selecting previously unselected package librhash0:armhf.
13:41:29 #12 8.785 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_armhf.deb ...
13:41:29 #12 8.789 Unpacking librhash0:armhf (1.4.2-1ubuntu1) ...
13:41:29 #12 8.828 Selecting previously unselected package libuv1:armhf.
13:41:29 #12 8.830 Preparing to unpack .../04-libuv1_1.43.0-1_armhf.deb ...
13:41:29 #12 8.835 Unpacking libuv1:armhf (1.43.0-1) ...
13:41:29 #10 DONE 1.9s
13:41:29 
13:41:29 #11 [linux/arm64 gobase 2/3] RUN apk add --no-cache file git
13:41:29 #0 0.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
13:41:29 #12 DONE 0.3s
13:41:29 
13:41:29 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:41:29 #14 sha256:13f9bcff67ff62306ba8d30d992e16269818cb9c6c2d111f9b3543a7cf46457a
13:41:29 
13:41:29 #15 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:41:29 #11 3.024    dh_md5sums
13:41:29 #11 3.057    dh_builddeb
13:41:29 #11 3.082 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:41:29 #11 3.101  dpkg-genbuildinfo --build=binary
13:41:29 #11 3.248  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
13:41:29 #12 10.68 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1) ...
13:41:29 #12 10.70 Setting up libarchive13:armhf (3.4.3-2ubuntu0.2) ...
13:41:29 #12 10.71 Setting up libglib2.0-0:armhf (2.68.4-1ubuntu1) ...
13:41:29 #12 10.72 No schema files found: doing nothing.
13:41:29 #12 10.73 Setting up libsepol1-dev:armhf (3.1-1ubuntu2.1) ...
13:41:29 #12 10.74 Setting up libpcre2-16-0:armhf (10.37-0ubuntu2) ...
13:41:29 #12 10.76 Setting up libbtrfs0:armhf (5.10.1-2build1) ...
13:41:29 #12 10.77 Setting up libpcre2-32-0:armhf (10.37-0ubuntu2) ...
13:41:29 #12 10.78 Setting up libuv1:armhf (1.40.0-2ubuntu1) ...
13:41:29 #12 10.79 Setting up bash-completion (1:2.11-2ubuntu1) ...
13:41:30 + set -e
13:41:30 + mkdir -p /root/build-deb/engine
13:41:30 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:30 #12 8.874 Selecting previously unselected package dh-elpa-helper.
13:41:30 #12 8.874 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
13:41:30 #12 8.878 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
13:41:30 #12 8.926 Selecting previously unselected package emacsen-common.
13:41:30 #12 8.926 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
13:41:30 #12 8.939 Unpacking emacsen-common (3.0.4) ...
13:41:30 #12 8.983 Selecting previously unselected package cmake-data.
13:41:30 #12 8.983 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1_all.deb ...
13:41:30 #12 8.990 Unpacking cmake-data (3.22.1-1ubuntu1) ...
13:41:30 #15 DONE 3.1s
13:41:30 
13:41:30 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:41:30 #16 sha256:df1e2119ab45e1df4b94907519b164551832f6c3ad058d6d112d13dc0a234226
13:41:30 #16 DONE 0.0s
13:41:30 
13:41:30 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:41:30 #17 sha256:edff797e9076eec933d6950eb408b2ecc403cdd9bb22c56c78a748befe55cc93
13:41:30 #17 DONE 0.0s
13:41:30 
13:41:30 #18 exporting to image
13:41:30 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:30 #18 exporting layers
13:41:30 + mkdir -p /root/build-deb/compose
13:41:30 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:30 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:30 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:30 + mkdir -p /go/src/github.com/docker
13:41:30 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:30 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:30 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:30 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:30 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:30 + EPOCH=5
13:41:30 + EPOCH_SEP=
13:41:30 + [[ ! -z 5 ]]
13:41:30 + EPOCH_SEP=:
13:41:30 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:30 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:30 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:30 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:30 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:30 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:30 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:30 + debSource=docker-ce
13:41:30 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:30 + debMaintainer='Docker <support@docker.com>'
13:41:30 ++ date --rfc-2822
13:41:30 + debDate='Wed, 04 May 2022 13:41:30 +0000'
13:41:30 + cat
13:41:30 + export CLI_GITCOMMIT=bfa9b40
13:41:30 + CLI_GITCOMMIT=bfa9b40
13:41:30 + export ENGINE_GITCOMMIT=613b798
13:41:30 + ENGINE_GITCOMMIT=613b798
13:41:30 + export SCAN_GITCOMMIT=061fe0a
13:41:30 + SCAN_GITCOMMIT=061fe0a
13:41:30 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:30 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:30 + dpkg-buildpackage -uc -us -I.git
13:41:30 dpkg-buildpackage: info: source package docker-ce
13:41:30 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~debian-bullseye
13:41:30 dpkg-buildpackage: info: source distribution bullseye
13:41:30 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:30 dpkg-buildpackage: info: host architecture amd64
13:41:30  dpkg-source -I.git --before-build .
13:41:30 #11 3.326 dpkg-genchanges: info: binary-only upload (no source code included)
13:41:30 #11 3.329  dpkg-source --after-build .
13:41:30 #11 3.429 dpkg-buildpackage: info: binary-only upload (no source included)
13:41:30 #11 3.433 
13:41:30 #11 3.433 The package has been created.
13:41:30 #11 3.433 Attention, the package has been created in the current directory,
13:41:30 #11 3.433 not in ".." as indicated by the message above!
13:41:30 #11 3.483 Selecting previously unselected package docker-ce-build-deps.
13:41:30 #11 3.499 (Reading database ... 28346 files and directories currently installed.)
13:41:30 #11 3.500 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:41:30 #11 3.503 Unpacking docker-ce-build-deps (1.0) ...
13:41:30 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:41:30 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:41:30 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:41:30 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eHUBAh
13:41:30 + umask 022
13:41:30 + cd /root/rpmbuild/BUILD
13:41:30 + cd /root/rpmbuild/BUILD
13:41:30 + rm -rf src
13:41:30 + /usr/bin/mkdir -p src
13:41:30 + cd src
13:41:30 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:30 + /usr/bin/tar -xof -
13:41:30 #22 5.435 Fetched 40.6 MB in 5s (7702 kB/s)
13:41:30  debian/rules clean
13:41:30 dh clean --with=bash-completion
13:41:30    dh_clean
13:41:30 #12 11.35 Setting up pkg-config (0.29.2-1ubuntu1) ...
13:41:30 #12 11.40 Setting up libudev-dev:armhf (248.3-1ubuntu8.5) ...
13:41:30 #12 11.42 Setting up libjsoncpp24:armhf (1.9.4-4build1) ...
13:41:30 #12 11.43 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu3) ...
13:41:30 #12 11.44 Setting up libpcre2-posix3:armhf (10.37-0ubuntu2) ...
13:41:30 #12 11.45 Setting up libbtrfs-dev:armhf (5.10.1-2build1) ...
13:41:30 #12 11.46 Setting up librhash0:armhf (1.4.1-2build1) ...
13:41:30 #12 9.296 Selecting previously unselected package cmake.
13:41:30 #12 9.299 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1_armhf.deb ...
13:41:30 #12 9.303 Unpacking cmake (3.22.1-1ubuntu1) ...
13:41:30 #12 9.421 Selecting previously unselected package dh-apparmor.
13:41:30 #12 9.423 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2_all.deb ...
13:41:30 #12 9.427 Unpacking dh-apparmor (3.0.4-2ubuntu2) ...
13:41:30 #12 9.459 Selecting previously unselected package libbtrfs0:armhf.
13:41:30 #12 9.462 Preparing to unpack .../10-libbtrfs0_5.16.2-1_armhf.deb ...
13:41:30 #12 9.466 Unpacking libbtrfs0:armhf (5.16.2-1) ...
13:41:30 #12 9.499 Selecting previously unselected package libbtrfs-dev:armhf.
13:41:30 #12 9.501 Preparing to unpack .../11-libbtrfs-dev_5.16.2-1_armhf.deb ...
13:41:30 #12 9.505 Unpacking libbtrfs-dev:armhf (5.16.2-1) ...
13:41:30 #12 9.546 Preparing to unpack .../12-libudev1_249.11-0ubuntu3.1_armhf.deb ...
13:41:30 #12 9.560 Unpacking libudev1:armhf (249.11-0ubuntu3.1) over (249.11-0ubuntu3) ...
13:41:30 #12 9.616 Setting up libudev1:armhf (249.11-0ubuntu3.1) ...
13:41:30  dpkg-source -I.git -b .
13:41:30 + STATUS=0
13:41:30 + '[' 0 -ne 0 ']'
13:41:30 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:30 + /usr/bin/tar -xof -
13:41:30 #12 11.47 Setting up cmake-data (3.18.4-2ubuntu2) ...
13:41:30 #12 11.49 Setting up dh-apparmor (3.0.3-0ubuntu1) ...
13:41:30 #12 11.51 Setting up libsystemd-dev:armhf (248.3-1ubuntu8.5) ...
13:41:30 #12 11.52 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu3) ...
13:41:30 #12 11.54 Setting up libpcre2-dev:armhf (10.37-0ubuntu2) ...
13:41:30 #12 11.55 Setting up libselinux1-dev:armhf (3.1-3build2) ...
13:41:30 #12 11.57 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu3) ...
13:41:30 #12 11.58 Setting up cmake (3.18.4-2ubuntu2) ...
13:41:30 #12 11.60 Setting up docker-ce-build-deps (1.0) ...
13:41:30 #12 11.61 Processing triggers for man-db (2.9.4-2) ...
13:41:30 #12 11.65 Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
13:41:30 #12 9.656 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:41:30 #12 9.656 (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 ... 29212 files and directories currently installed.)
13:41:30 #12 9.673 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
13:41:30 #12 9.677 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:41:30 #12 9.714 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:41:30 #12 9.716 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
13:41:30 #12 9.719 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:41:30 #12 9.747 Selecting previously unselected package libudev-dev:armhf.
13:41:30 #12 9.750 Preparing to unpack .../02-libudev-dev_249.11-0ubuntu3.1_armhf.deb ...
13:41:30 #12 9.753 Unpacking libudev-dev:armhf (249.11-0ubuntu3.1) ...
13:41:30 #12 9.794 Selecting previously unselected package libsepol-dev:armhf.
13:41:30 #12 9.796 Preparing to unpack .../03-libsepol-dev_3.3-1build1_armhf.deb ...
13:41:30 #12 9.800 Unpacking libsepol-dev:armhf (3.3-1build1) ...
13:41:30 #12 9.844 Selecting previously unselected package libpcre2-16-0:armhf.
13:41:30 #17 exporting layers 10.9s done
13:41:30 #17 writing image sha256:a57da5893ab769281991d30038a46748b9bd0cd0fd1b71997954f83a6f089af1 done
13:41:30 #17 naming to docker.io/debbuild-ubuntu-bionic/aarch64 done
13:41:30 #17 DONE 10.9s
13:41:30 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/aarch64
13:41:30 + set -e
13:41:30 + mkdir -p /root/build-deb/engine
13:41:30 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:30 + mkdir -p /root/build-deb/cli
13:41:30 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:30 + mkdir -p /root/build-deb/buildx
13:41:30 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:30 + mkdir -p /root/build-deb/compose
13:41:30 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:30 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:30 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:30 + mkdir -p /go/src/github.com/docker
13:41:30 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:30 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:30 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:30 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:30 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:30 + EPOCH=5
13:41:30 + EPOCH_SEP=
13:41:30 + [[ ! -z 5 ]]
13:41:30 + EPOCH_SEP=:
13:41:30 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:30 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:30 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:30 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:30 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:30 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:30 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:30 + debSource=docker-ce
13:41:30 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:30 + debMaintainer='Docker <support@docker.com>'
13:41:30 ++ date --rfc-2822
13:41:30 + debDate='Wed, 04 May 2022 13:41:30 +0000'
13:41:30 + cat
13:41:30 + export CLI_GITCOMMIT=bfa9b40
13:41:30 + CLI_GITCOMMIT=bfa9b40
13:41:30 + export ENGINE_GITCOMMIT=613b798
13:41:30 + ENGINE_GITCOMMIT=613b798
13:41:30 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:30 + export SCAN_GITCOMMIT=061fe0a
13:41:30 + SCAN_GITCOMMIT=061fe0a
13:41:30 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:30 + dpkg-buildpackage -uc -us -I.git
13:41:30 dpkg-buildpackage: info: source package docker-ce
13:41:30 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic
13:41:30 dpkg-buildpackage: info: source distribution bionic
13:41:30 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:30 dpkg-buildpackage: info: host architecture armhf
13:41:30  dpkg-source -I.git --before-build build-deb
13:41:30 dpkg-source: warning: native package version may not have a revision
13:41:30 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~debian'
13:41:30 dpkg-source: info: using source format '1.0'
13:41:30 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz
13:41:30 + mkdir -p /root/build-deb/cli
13:41:30 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:31 #12 9.847 Preparing to unpack .../04-libpcre2-16-0_10.39-3build1_armhf.deb ...
13:41:31 #12 9.851 Unpacking libpcre2-16-0:armhf (10.39-3build1) ...
13:41:31 #12 9.885 Selecting previously unselected package libpcre2-32-0:armhf.
13:41:31 #12 9.888 Preparing to unpack .../05-libpcre2-32-0_10.39-3build1_armhf.deb ...
13:41:31 #12 9.892 Unpacking libpcre2-32-0:armhf (10.39-3build1) ...
13:41:31 #12 9.944 Selecting previously unselected package libpcre2-posix3:armhf.
13:41:31 #12 9.946 Preparing to unpack .../06-libpcre2-posix3_10.39-3build1_armhf.deb ...
13:41:31 #12 9.952 Unpacking libpcre2-posix3:armhf (10.39-3build1) ...
13:41:31 #12 10.03 Selecting previously unselected package libpcre2-dev:armhf.
13:41:31 #12 10.03 Preparing to unpack .../07-libpcre2-dev_10.39-3build1_armhf.deb ...
13:41:31 #12 10.03 Unpacking libpcre2-dev:armhf (10.39-3build1) ...
13:41:31 #12 10.08 Selecting previously unselected package libselinux1-dev:armhf.
13:41:31  debian/rules clean
13:41:31 dh clean --with=bash-completion
13:41:31    dh_clean
13:41:31 + mkdir -p /root/build-deb/buildx
13:41:31 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:31 #11 1.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
13:41:31 #11 1.341 (1/8) Installing libmagic (5.41-r0)
13:41:31 #11 1.365 (2/8) Installing file (5.41-r0)
13:41:31 #11 1.366 (3/8) Installing brotli-libs (1.0.9-r5)
13:41:31 #11 1.374 (4/8) Installing nghttp2-libs (1.46.0-r0)
13:41:31 #11 1.377 (5/8) Installing libcurl (7.80.0-r1)
13:41:31 + STATUS=0
13:41:31 + '[' 0 -ne 0 ']'
13:41:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:41:31 + RPM_EC=0
13:41:31 ++ jobs -p
13:41:31 + exit 0
13:41:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XwvcCQ
13:41:31 + umask 022
13:41:31 + cd /root/rpmbuild/BUILD
13:41:31 + cd src
13:41:31 + export DOCKER_GITCOMMIT=613b798
13:41:31 + DOCKER_GITCOMMIT=613b798
13:41:31 + mkdir -p /go/src/github.com/docker
13:41:31 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:41:31 + pushd /root/rpmbuild/BUILD/src/engine
13:41:31 + TMP_GOPATH=/go
13:41:31 + hack/dockerfile/install/install.sh tini
13:41:31 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:41:31 + RM_GOPATH=0
13:41:31 + TMP_GOPATH=/go
13:41:31 + : /usr/local/bin
13:41:31 + '[' -z /go ']'
13:41:31 + export GOPATH=/go
13:41:31 + GOPATH=/go
13:41:31 + case "$(go env GOARCH)" in
13:41:31 ++ go env GOARCH
13:41:31 + export GO_BUILDMODE=-buildmode=pie
13:41:31 + GO_BUILDMODE=-buildmode=pie
13:41:31 ++ dirname hack/dockerfile/install/install.sh
13:41:31 + dir=hack/dockerfile/install
13:41:31 + bin=tini
13:41:31 + shift
13:41:31 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:41:31 + . hack/dockerfile/install/tini.installer
13:41:31 ++ : v0.19.0
13:41:31 + install_tini
13:41:31 + echo 'Install tini version v0.19.0'
13:41:31 Install tini version v0.19.0
13:41:31 + git clone https://github.com/krallin/tini.git /go/tini
13:41:31 Cloning into '/go/tini'...
13:41:31 #12 DONE 12.0s
13:41:31 
13:41:31 #13 [stage-1 6/9] COPY sources/ /sources
13:41:31 #13 sha256:aca3ecc000552e2be925959ddf46d69189531840e18fe35e57650147e9e3fad6
13:41:31 #11 3.634 Reading package lists...
13:41:31 #11 4.397 Building dependency tree...
13:41:31 #11 4.563 Reading state information...
13:41:31 #12 10.08 Preparing to unpack .../08-libselinux1-dev_3.3-1build2_armhf.deb ...
13:41:31 #12 10.09 Unpacking libselinux1-dev:armhf (3.3-1build2) ...
13:41:31 #12 10.13 Selecting previously unselected package libdevmapper-dev:armhf.
13:41:31 #12 10.13 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
13:41:31 #12 10.13 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
13:41:31 #12 10.16 Selecting previously unselected package libseccomp-dev:armhf.
13:41:31 #12 10.16 Preparing to unpack .../10-libseccomp-dev_2.5.3-2ubuntu2_armhf.deb ...
13:41:31 #12 10.17 Unpacking libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
13:41:31 #12 10.22 Preparing to unpack .../11-libsystemd0_249.11-0ubuntu3.1_armhf.deb ...
13:41:31 #12 10.24 Unpacking libsystemd0:armhf (249.11-0ubuntu3.1) over (249.11-0ubuntu3) ...
13:41:31 #12 10.36 Setting up libsystemd0:armhf (249.11-0ubuntu3.1) ...
13:41:31  dpkg-source -I.git -b build-deb
13:41:31 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:41:31 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:41:31 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:41:31 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc
13:41:31  debian/rules build
13:41:31 dh build --with=bash-completion
13:41:31    dh_update_autotools_config
13:41:31 #11 1.383 (6/8) Installing expat (2.4.7-r0)
13:41:31 #11 1.386 (7/8) Installing pcre2 (10.39-r0)
13:41:31 #11 1.392 (8/8) Installing git (2.34.2-r0)
13:41:31 #11 1.497 Executing busybox-1.34.1-r5.trigger
13:41:31 #11 1.502 OK: 26 MiB in 23 packages
13:41:31 + cd /go/tini
13:41:31 + git checkout -q v0.19.0
13:41:31 + cmake .
13:41:31 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:41:31   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:41:31   CMake.
13:41:31 
13:41:31   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:41:31   CMake that the project does not need compatibility with older versions.
13:41:31 
13:41:31 
13:41:31 -- The C compiler identification is GNU 11.2.1
13:41:31 -- Detecting C compiler ABI info
13:41:31 #13 DONE 0.6s
13:41:31 #11 4.584 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:41:31 #11 4.784 Starting 2 pkgProblemResolver with broken count: 0
13:41:31 #11 4.786 Done
13:41:31 #11 4.954  Done
13:41:31 #12 10.39 Selecting previously unselected package libsystemd-dev:armhf.
13:41:31 #12 10.39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29742 files and directories currently installed.)
13:41:31 #12 10.41 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.1_armhf.deb ...
13:41:31 #12 10.42 Unpacking libsystemd-dev:armhf (249.11-0ubuntu3.1) ...
13:41:31 #12 10.49 Selecting previously unselected package libglib2.0-0:armhf.
13:41:31 #12 10.50 Preparing to unpack .../libglib2.0-0_2.72.1-1_armhf.deb ...
13:41:31 #12 10.50 Unpacking libglib2.0-0:armhf (2.72.1-1) ...
13:41:31 #12 10.57 Selecting previously unselected package pkg-config.
13:41:31 #12 10.57 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_armhf.deb ...
13:41:31 #12 10.58 Unpacking pkg-config (0.29.2-1ubuntu3) ...
13:41:31 dpkg-source: info: using source format '1.0'
13:41:31 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz
13:41:31    dh_autoreconf
13:41:31    debian/rules override_dh_auto_build
13:41:31 make[1]: Entering directory '/root/build-deb'
13:41:31 # Build the daemon and dependencies
13:41:31 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:31 
13:41:31 Removing bundles/
13:41:31 
13:41:31 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:31 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:31 GOOS="" GOARCH="" GOARM=""
13:41:31 #11 DONE 1.8s
13:41:31 
13:41:31 #12 [linux/arm64 gobase 3/3] WORKDIR /src
13:41:31 #12 DONE 0.0s
13:41:31 
13:41:31 #13 [linux/arm64 buildx-version 1/1] RUN --mount=target=.   PKG=github.com/docker/buildx VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) REVISION=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);   echo "-X ${PKG}/version.Version=${VERSION} -X ${PKG}/version.Revision=${REVISION} -X ${PKG}/version.Package=${PKG}" | tee /tmp/.ldflags;   echo -n "${VERSION}" | tee /tmp/.version;
13:41:31 + mkdir -p /root/build-deb/compose
13:41:31 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:31 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:31 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:31 + mkdir -p /go/src/github.com/docker
13:41:31 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:31 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:31 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:31 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:31 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:31 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:31 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:31 + EPOCH=5
13:41:31 + EPOCH_SEP=
13:41:31 + [[ ! -z 5 ]]
13:41:31 + EPOCH_SEP=:
13:41:31 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:31 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:31 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:31 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:31 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:31 + debSource=docker-ce
13:41:31 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:31 + debMaintainer='Docker <support@docker.com>'
13:41:31 ++ date --rfc-2822
13:41:31 + debDate='Wed, 04 May 2022 13:41:31 +0000'
13:41:31 + cat
13:41:31 + export CLI_GITCOMMIT=bfa9b40
13:41:31 + CLI_GITCOMMIT=bfa9b40
13:41:31 + export ENGINE_GITCOMMIT=613b798
13:41:31 + ENGINE_GITCOMMIT=613b798
13:41:31 + export SCAN_GITCOMMIT=061fe0a
13:41:31 + SCAN_GITCOMMIT=061fe0a
13:41:31 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:31 + dpkg-buildpackage -uc -us -I.git
13:41:31 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:31 -- Detecting C compiler ABI info - done
13:41:31 -- Check for working C compiler: /usr/bin/cc - skipped
13:41:31 -- Detecting C compile features
13:41:31 -- Detecting C compile features - done
13:41:31 -- Performing Test HAS_BUILTIN_FORTIFY
13:41:31 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:41:31 -- Configuring done
13:41:31 -- Generating done
13:41:31 -- Build files have been written to: /go/tini
13:41:31 + make tini-static
13:41:31 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:41:31 
13:41:31 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:41:31 #15 sha256:b6d9afb86d89b91620fb342ce950309bf98bb357a6605a7f7950a444aabbe799
13:41:31 #11 5.112 Starting pkgProblemResolver with broken count: 0
13:41:31 #11 5.149 Starting 2 pkgProblemResolver with broken count: 0
13:41:31 #11 5.152 Done
13:41:31 #15 exporting layers 5.8s done
13:41:31 #15 writing image sha256:56e8ea7b507aec258b3fc5a6ffc0aea60ea89cee4aa9a8380c224b8ac8cb9dc8 done
13:41:31 #15 naming to docker.io/rpmbuild-fedora-36/x86_64 done
13:41:31 #15 DONE 5.8s
13:41:31 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-36/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/fedora-36/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-36/x86_64 -ba --define '_gitcommit_cli bfa9b40' --define '_gitcommit_engine 613b798' --define '_release 0' --define '_version 0.0.0.20220503081348.bfa9b40' --define '_origversion 0.0.0-20220503081348-bfa9b40' --define '_buildx_rpm_version 0.8.2' --define '_buildx_version v0.8.2' --define '_compose_rpm_version 2.5.0' --define '_compose_version v2.5.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
13:41:31 #12 10.65 Setting up libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
13:41:31 #12 10.69 Setting up libarchive13:armhf (3.6.0-1ubuntu1) ...
13:41:31 #12 10.77 Setting up libglib2.0-0:armhf (2.72.1-1) ...
13:41:31 #12 10.81 No schema files found: doing nothing.
13:41:31 #12 10.82 Setting up libpcre2-16-0:armhf (10.39-3build1) ...
13:41:31 #12 10.85 Setting up libbtrfs0:armhf (5.16.2-1) ...
13:41:31 #12 10.87 Setting up libpcre2-32-0:armhf (10.39-3build1) ...
13:41:32 dpkg-buildpackage: info: source package docker-ce
13:41:32 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye
13:41:32 dpkg-buildpackage: info: source distribution bullseye
13:41:32 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:32  dpkg-source -I.git --before-build .
13:41:32 dpkg-buildpackage: info: host architecture armhf
13:41:32 [100%] Linking C executable tini-static
13:41:32 [100%] Built target tini-static
13:41:32 + mkdir -p /usr/local/bin
13:41:32 + cp tini-static /usr/local/bin/docker-init
13:41:32 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:32 + PRODUCT=docker
13:41:32 + hack/make.sh dynbinary
13:41:32 
13:41:32 #12 10.88 Setting up libuv1:armhf (1.43.0-1) ...
13:41:32 #12 10.90 Setting up emacsen-common (3.0.4) ...
13:41:32 #12 10.94 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
13:41:32 #12 10.95 Setting up bash-completion (1:2.11-5ubuntu1) ...
13:41:32 #12 10.98 Setting up libjsoncpp25:armhf (1.9.5-3) ...
13:41:32 #12 11.00 Setting up pkg-config (0.29.2-1ubuntu3) ...
13:41:32 #12 11.05 Setting up libudev-dev:armhf (249.11-0ubuntu3.1) ...
13:41:32 #12 11.07 Setting up libsepol-dev:armhf (3.3-1build1) ...
13:41:32 #12 11.12 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:41:32  debian/rules clean
13:41:32 dh clean --with=bash-completion
13:41:32    dh_clean
13:41:32 Removing bundles/
13:41:32 
13:41:32 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:32 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:32 GOOS="" GOARCH="" GOARM=""
13:41:32 #12 11.13 Setting up libpcre2-posix3:armhf (10.39-3build1) ...
13:41:32 #12 11.14 Setting up libbtrfs-dev:armhf (5.16.2-1) ...
13:41:32 #12 11.16 Setting up librhash0:armhf (1.4.2-1ubuntu1) ...
13:41:32 #12 11.17 Setting up cmake-data (3.22.1-1ubuntu1) ...
13:41:32 #12 11.22 Setting up dh-apparmor (3.0.4-2ubuntu2) ...
13:41:32 #12 11.23 Setting up libsystemd-dev:armhf (249.11-0ubuntu3.1) ...
13:41:32 #12 11.24 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:41:32 #12 11.25 Setting up libpcre2-dev:armhf (10.39-3build1) ...
13:41:32 #12 11.26 Setting up libselinux1-dev:armhf (3.3-1build2) ...
13:41:32 #12 11.28 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
13:41:32 #12 11.29 Setting up cmake (3.22.1-1ubuntu1) ...
13:41:32 #12 11.30 Setting up docker-ce-build-deps (1.0) ...
13:41:32 #12 11.31 Processing triggers for man-db (2.10.2-1) ...
13:41:32 #11 5.453 The following additional packages will be installed:
13:41:32 #11 5.453   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
13:41:32 #11 5.453   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
13:41:32 #11 5.453   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:41:32 #11 5.454   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:41:32 #11 5.454   libsystemd-dev libudev-dev libuv1 pkg-config procps
13:41:32 #11 5.456 Suggested packages:
13:41:32 #11 5.456   cmake-doc ninja-build apparmor-easyprof seccomp
13:41:32 #11 5.456 Recommended packages:
13:41:32 #11 5.456   psmisc
13:41:32 #11 5.716 The following NEW packages will be installed:
13:41:32 #11 5.716   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
13:41:32 #11 5.717   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
13:41:32 #11 5.717   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:41:32 #11 5.717   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:41:32 #11 5.717   libsystemd-dev libudev-dev libuv1 pkg-config procps
13:41:32 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:41:32 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:41:32 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:41:32 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yEAjA7
13:41:32 + umask 022
13:41:32 + cd /root/rpmbuild/BUILD
13:41:32 + cd /root/rpmbuild/BUILD
13:41:32 + rm -rf src
13:41:32 + /usr/bin/mkdir -p src
13:41:32 + cd src
13:41:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:32 + /usr/bin/tar -xof -
13:41:32 #13 0.731 -X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx
13:41:32 #13 0.732 v0.8.2#13 DONE 0.8s
13:41:32 
13:41:32 #14 [linux/arm64 buildx-build 1/1] RUN --mount=type=bind,target=.   --mount=type=cache,target=/root/.cache   --mount=type=cache,target=/go/pkg/mod   --mount=type=bind,source=/tmp/.ldflags,target=/tmp/.ldflags,from=buildx-version   set -x; xx-go build -ldflags "$(cat /tmp/.ldflags) -w -s" -o /usr/bin/buildx ./cmd/buildx &&   xx-verify --static /usr/bin/buildx
13:41:32 #0 0.061 + cat /tmp/.ldflags
13:41:32 #14 0.062 + xx-go build -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -w -s' -o /usr/bin/buildx ./cmd/buildx
13:41:32 #12 11.41 Processing triggers for libc-bin (2.35-0ubuntu3) ...
13:41:32 #11 5.988 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
13:41:32 #11 5.988 1 not fully installed or removed.
13:41:32 #11 5.988 Need to get 9529 kB of archives.
13:41:32 #11 5.988 After this operation, 34.9 MB of additional disk space will be used.
13:41:32 #11 5.988 Get:1 http://deb.debian.org/debian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
13:41:32 #11 5.993 Get:2 http://deb.debian.org/debian bullseye/main armhf cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:41:32 #11 6.001 Get:3 http://deb.debian.org/debian bullseye/main armhf libncurses6 armhf 6.2+20201114-2 [80.5 kB]
13:41:32 #11 6.003 Get:4 http://deb.debian.org/debian bullseye/main armhf libprocps8 armhf 2:3.3.17-5 [60.7 kB]
13:41:32 #11 6.006 Get:5 http://deb.debian.org/debian bullseye/main armhf procps armhf 2:3.3.17-5 [492 kB]
13:41:32 #11 6.016 Get:6 http://deb.debian.org/debian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [68.5 kB]
13:41:32 #11 6.022 Get:7 http://deb.debian.org/debian bullseye/main armhf librhash0 armhf 1.4.1-2 [144 kB]
13:41:32 #11 6.023 Get:8 http://deb.debian.org/debian bullseye/main armhf libuv1 armhf 1.40.0-2 [120 kB]
13:41:32 #11 6.025 Get:9 http://deb.debian.org/debian bullseye/main armhf cmake armhf 3.18.4-2+deb11u1 [3534 kB]
13:41:32 #11 6.074 Get:10 http://deb.debian.org/debian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
13:41:32 #11 6.074 Get:11 http://deb.debian.org/debian bullseye/main armhf libbtrfs0 armhf 5.10.1-2 [204 kB]
13:41:32 #11 6.076 Get:12 http://deb.debian.org/debian bullseye/main armhf libbtrfs-dev armhf 5.10.1-2 [264 kB]
13:41:32 #11 6.083 Get:13 http://deb.debian.org/debian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [92.1 kB]
13:41:32 #11 6.084 Get:14 http://deb.debian.org/debian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [135 kB]
13:41:32 #11 6.097 Get:15 http://deb.debian.org/debian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.2 kB]
13:41:32 #22 5.435 Reading package lists...
13:41:32 #12 DONE 11.8s
13:41:32 #11 6.111 Get:16 http://deb.debian.org/debian bullseye/main armhf libudev-dev armhf 247.3-7 [123 kB]
13:41:32 #11 6.112 Get:17 http://deb.debian.org/debian bullseye/main armhf libsepol1-dev armhf 3.1-1 [317 kB]
13:41:32 #11 6.114 Get:18 http://deb.debian.org/debian bullseye/main armhf libpcre2-16-0 armhf 10.36-2 [197 kB]
13:41:32 #11 6.116 Get:19 http://deb.debian.org/debian bullseye/main armhf libpcre2-32-0 armhf 10.36-2 [188 kB]
13:41:32 #11 6.117 Get:20 http://deb.debian.org/debian bullseye/main armhf libpcre2-posix2 armhf 10.36-2 [48.5 kB]
13:41:32 #11 6.138 Get:21 http://deb.debian.org/debian bullseye/main armhf libpcre2-dev armhf 10.36-2 [638 kB]
13:41:32 #11 6.142 Get:22 http://deb.debian.org/debian bullseye/main armhf libselinux1-dev armhf 3.1-3 [163 kB]
13:41:32 #11 6.144 Get:23 http://deb.debian.org/debian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
13:41:32 #11 6.146 Get:24 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
13:41:32 #11 6.147 Get:25 http://deb.debian.org/debian bullseye/main armhf libsystemd-dev armhf 247.3-7 [401 kB]
13:41:32 #11 6.149 Get:26 http://deb.debian.org/debian bullseye/main armhf pkg-config armhf 0.29.2-1 [62.4 kB]
13:41:32 #11 6.369 debconf: delaying package configuration, since apt-utils is not installed
13:41:33 + STATUS=0
13:41:33 + '[' 0 -ne 0 ']'
13:41:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:41:33 + /usr/bin/tar -xof -
13:41:33 #14 DONE 2.8s
13:41:33 
13:41:33 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:41:33 #15 sha256:4819ae2305a1e12c872f11aaf1a9a777dd1ac73f82ba5e1335599bef35ec1ca0
13:41:33 #15 DONE 0.0s
13:41:33 
13:41:33 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:41:33 #16 sha256:43ffd7bd2e0bd60d541463687c6db09e16c3e2ee82bb15074c03232484296e83
13:41:33 #16 DONE 0.0s
13:41:33 
13:41:33 #17 exporting to image
13:41:33 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:33 #17 exporting layers
13:41:33 
13:41:33 #13 [stage-1 6/9] COPY sources/ /sources
13:41:33 #13 sha256:db9efed2569072ef117fafa03d02ee2fc4ffd4c905fdaef3fb7234579c7dc90b
13:41:33 #11 6.411 Fetched 9529 kB in 0s (21.5 MB/s)
13:41:33 #11 6.446 Selecting previously unselected package bash-completion.
13:41:33 #11 6.446 (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 ... 28350 files and directories currently installed.)
13:41:33 #11 6.462 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
13:41:33 #11 6.921 Unpacking bash-completion (1:2.11-2) ...
13:41:33  dpkg-source -I.git -b .
13:41:33 dpkg-source: warning: native package version may not have a revision
13:41:33 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~raspbian'
13:41:33 dpkg-source: info: using source format '1.0'
13:41:33 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye.tar.gz
13:41:33 #13 DONE 0.7s
13:41:33 
13:41:33 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:41:33 #15 sha256:7d14efcb9ff237b1f8fd2e4d13a2e5dff13ea4a50388db094bbb664ad747a453
13:41:33 #24 121.5 + bin/containerd
13:41:33 + STATUS=0
13:41:33 + '[' 0 -ne 0 ']'
13:41:33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:41:33 + RPM_EC=0
13:41:33 ++ jobs -p
13:41:33 + exit 0
13:41:33 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kc0WKg
13:41:33 + umask 022
13:41:33 + cd /root/rpmbuild/BUILD
13:41:33 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:41:33 + export CFLAGS
13:41:33 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:41:33 + export CXXFLAGS
13:41:33 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:41:33 + export FFLAGS
13:41:33 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:41:33 + export FCFLAGS
13:41:33 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.ld'
13:41:33 + export LDFLAGS
13:41:33 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:41:33 + export LT_SYS_LIBRARY_PATH
13:41:33 + CC=gcc
13:41:33 + export CC
13:41:33 + CXX=g++
13:41:33 + export CXX
13:41:33 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:41:33 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220503081348.bfa9b40-0.fc36 x86_64
13:41:33 + cd src
13:41:33 + export DOCKER_GITCOMMIT=613b798
13:41:33 + DOCKER_GITCOMMIT=613b798
13:41:33 + mkdir -p /go/src/github.com/docker
13:41:33 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:41:33 + pushd /root/rpmbuild/BUILD/src/engine
13:41:33 + TMP_GOPATH=/go
13:41:33 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:41:33 + hack/dockerfile/install/install.sh tini
13:41:33 + RM_GOPATH=0
13:41:33 + TMP_GOPATH=/go
13:41:33 + : /usr/local/bin
13:41:33 + '[' -z /go ']'
13:41:33 + export GOPATH=/go
13:41:33 + GOPATH=/go
13:41:33 + case "$(go env GOARCH)" in
13:41:33 ++ go env GOARCH
13:41:33 + export GO_BUILDMODE=-buildmode=pie
13:41:33 + GO_BUILDMODE=-buildmode=pie
13:41:33 ++ dirname hack/dockerfile/install/install.sh
13:41:33 + dir=hack/dockerfile/install
13:41:33 + bin=tini
13:41:33 + shift
13:41:33 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:41:33 + . hack/dockerfile/install/tini.installer
13:41:33 ++ : v0.19.0
13:41:33 + install_tini
13:41:33 Install tini version v0.19.0
13:41:33 + echo 'Install tini version v0.19.0'
13:41:33 + git clone https://github.com/krallin/tini.git /go/tini
13:41:33 Cloning into '/go/tini'...
13:41:33 + cd /go/tini
13:41:33 + git checkout -q v0.19.0
13:41:33 + cmake .
13:41:34 #23 5.370 Fetched 40.6 MB in 5s (7791 kB/s)
13:41:34 #23 5.370 Reading package lists...
13:41:34 #23 ...
13:41:34 
13:41:34 #18 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:41:34 #18 1.330 go: downloading github.com/tc-hib/winres v0.1.5
13:41:34 #18 1.576 go: downloading github.com/urfave/cli/v2 v2.3.0
13:41:34 #18 1.600 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
13:41:34 #18 1.622 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
13:41:34 #18 1.918 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:41:34 #18 1.931 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:41:34 #18 5.072 NAME:
13:41:34 #18 5.073    go-winres - A tool for embedding resources in Windows executables
13:41:34 #18 5.073 
13:41:34 #18 5.073 USAGE:
13:41:34 #18 5.074    go-winres [global options] command [command options] [arguments...]
13:41:34 #18 5.074 
13:41:34 #18 5.074 COMMANDS:
13:41:34 #18 5.075    init     Create an initial ./winres/winres.json
13:41:34 #18 5.076    make     Make syso files for the "go build" command
13:41:34 #18 5.076    simply   Make syso files for the "go build" command (simplified)
13:41:34 #18 5.077    extract  Extract all resources from an executable
13:41:34 #18 5.077    patch    Replace resources in an executable file (exe, dll)
13:41:34 #18 5.078    help, h  Shows a list of commands or help for one command
13:41:34 #18 5.078 
13:41:34 #18 5.079 GLOBAL OPTIONS:
13:41:34 #18 5.079    --help, -h  show help (default: false)
13:41:34 #18 DONE 6.5s
13:41:34 
13:41:34 #23 [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
13:41:34 #11 7.083 Selecting previously unselected package cmake-data.
13:41:34 #11 7.085 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:41:34 #11 7.094 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:41:34 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:41:34   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:41:34   CMake.
13:41:34 
13:41:34   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:41:34   CMake that the project does not need compatibility with older versions.
13:41:34 
13:41:34 
13:41:34 -- The C compiler identification is GNU 12.0.1
13:41:34 -- Detecting C compiler ABI info
13:41:34 #11 7.413 Selecting previously unselected package libncurses6:armhf.
13:41:34 #11 7.417 Preparing to unpack .../02-libncurses6_6.2+20201114-2_armhf.deb ...
13:41:34 #11 7.423 Unpacking libncurses6:armhf (6.2+20201114-2) ...
13:41:34 #11 7.459 Selecting previously unselected package libprocps8:armhf.
13:41:34 #11 7.461 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_armhf.deb ...
13:41:34 #11 7.465 Unpacking libprocps8:armhf (2:3.3.17-5) ...
13:41:34 #11 7.508 Selecting previously unselected package procps.
13:41:34 #11 7.511 Preparing to unpack .../04-procps_2%3a3.3.17-5_armhf.deb ...
13:41:34 #11 7.521 Unpacking procps (2:3.3.17-5) ...
13:41:34 #11 7.615 Selecting previously unselected package libjsoncpp24:armhf.
13:41:34 -- Detecting C compiler ABI info - done
13:41:34 -- Check for working C compiler: /usr/bin/gcc - skipped
13:41:34 -- Detecting C compile features
13:41:34 -- Detecting C compile features - done
13:41:34 -- Performing Test HAS_BUILTIN_FORTIFY
13:41:34 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:41:34 -- Configuring done
13:41:34 -- Generating done
13:41:34 -- Build files have been written to: /go/tini
13:41:34 + make tini-static
13:41:34 #11 7.618 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_armhf.deb ...
13:41:34 #11 7.622 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
13:41:34 #11 7.659 Selecting previously unselected package librhash0:armhf.
13:41:34 #11 7.661 Preparing to unpack .../06-librhash0_1.4.1-2_armhf.deb ...
13:41:34 #11 7.665 Unpacking librhash0:armhf (1.4.1-2) ...
13:41:34 #11 7.708 Selecting previously unselected package libuv1:armhf.
13:41:34 #11 7.711 Preparing to unpack .../07-libuv1_1.40.0-2_armhf.deb ...
13:41:34 #11 7.715 Unpacking libuv1:armhf (1.40.0-2) ...
13:41:34 #11 7.754 Selecting previously unselected package cmake.
13:41:34 #11 7.756 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_armhf.deb ...
13:41:34 #11 7.760 Unpacking cmake (3.18.4-2+deb11u1) ...
13:41:34 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:41:34 [100%] Linking C executable tini-static
13:41:34 #11 8.114 Selecting previously unselected package dh-apparmor.
13:41:34 #11 8.117 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
13:41:34 #11 8.121 Unpacking dh-apparmor (2.13.6-10) ...
13:41:34 #11 8.160 Selecting previously unselected package libbtrfs0:armhf.
13:41:35 #11 8.163 Preparing to unpack .../10-libbtrfs0_5.10.1-2_armhf.deb ...
13:41:35 #11 8.172 Unpacking libbtrfs0:armhf (5.10.1-2) ...
13:41:35 #11 8.214 Selecting previously unselected package libbtrfs-dev:armhf.
13:41:35 #11 8.217 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_armhf.deb ...
13:41:35 #11 8.220 Unpacking libbtrfs-dev:armhf (5.10.1-2) ...
13:41:35 #11 8.276 Selecting previously unselected package dmsetup.
13:41:35 #11 8.279 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
13:41:35 #11 8.284 Unpacking dmsetup (2:1.02.175-2.1) ...
13:41:35 #11 8.323 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:41:35 #11 8.326 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
13:41:35 #11 8.329 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
13:41:35 #11 8.372 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:41:35 #11 8.374 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
13:41:35 #11 8.379 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
13:41:35 #15 DONE 2.9s
13:41:35 
13:41:35 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:41:35 #16 sha256:03b31f2b663d8f4da09b2aefe3b94c579acbb547c4af492cbd9d87475c5962d9
13:41:35 #16 DONE 0.0s
13:41:35 
13:41:35 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:41:35 #17 sha256:0e390591c3a91bd0327c46fe1c9e5077d4040853eadaa9de5d2479041bc2a955
13:41:35 #17 DONE 0.0s
13:41:35 
13:41:35 #18 exporting to image
13:41:35 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:35 #18 exporting layers
13:41:35 #15 DONE 4.6s
13:41:35 
13:41:35 #16 [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
13:41:35 #16 DONE 0.1s
13:41:35 
13:41:35 #17 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:41:35 #17 DONE 0.1s
13:41:35 
13:41:35 #18 [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
13:41:35 #18 0.209 + RM_GOPATH=0
13:41:35 #18 0.209 + TMP_GOPATH=
13:41:35 #18 0.209 + : /build
13:41:35 #18 0.211 + '[' -z '' ']'
13:41:35 #18 0.211 ++ mktemp -d
13:41:35 #18 0.212 + export GOPATH=/tmp/tmp.W8kkNOVZwz
13:41:35 #18 0.212 + GOPATH=/tmp/tmp.W8kkNOVZwz
13:41:35 #18 0.212 + RM_GOPATH=1
13:41:35 #18 0.212 + case "$(go env GOARCH)" in
13:41:35 #18 0.213 ++ go env GOARCH
13:41:35 #18 0.217 + export GO_BUILDMODE=-buildmode=pie
13:41:35 #18 0.217 + GO_BUILDMODE=-buildmode=pie
13:41:35 #18 0.219 ++ dirname /install.sh
13:41:35 #18 0.219 + dir=/
13:41:35 #18 0.219 + bin=rootlesskit
13:41:35 #18 0.219 + shift
13:41:35 #18 0.220 + '[' '!' -f //rootlesskit.installer ']'
13:41:35 #18 0.220 + . //rootlesskit.installer
13:41:35 #18 0.221 ++ : 1920341cd41e047834a21007424162a2dc946315
13:41:35 #18 0.221 + install_rootlesskit
13:41:35 #18 0.221 + case "$1" in
13:41:35 #18 0.222 + export CGO_ENABLED=0
13:41:35 #18 0.222 + CGO_ENABLED=0
13:41:35 #18 0.222 + _install_rootlesskit
13:41:35 #18 0.223 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:41:35 #18 0.223 + for f in rootlesskit rootlesskit-docker-proxy
13:41:35 #18 0.223 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:41:35 #18 0.223 + GOBIN=/build
13:41:35 #18 0.223 + GO111MODULE=on
13:41:35 #18 0.224 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:41:35 #18 0.647 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:41:35 [100%] Built target tini-static
13:41:35 + mkdir -p /usr/local/bin
13:41:35 + cp tini-static /usr/local/bin/docker-init
13:41:35 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:35 + PRODUCT=docker
13:41:35 + hack/make.sh dynbinary
13:41:35 
13:41:35 Removing bundles/
13:41:35 
13:41:35 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:35 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:35 GOOS="" GOARCH="" GOARM=""
13:41:35 #11 8.406 Selecting previously unselected package libudev-dev:armhf.
13:41:35 #11 8.409 Preparing to unpack .../15-libudev-dev_247.3-7_armhf.deb ...
13:41:35 #11 8.412 Unpacking libudev-dev:armhf (247.3-7) ...
13:41:35 #11 8.463 Selecting previously unselected package libsepol1-dev:armhf.
13:41:35 #11 8.465 Preparing to unpack .../16-libsepol1-dev_3.1-1_armhf.deb ...
13:41:35 #11 8.469 Unpacking libsepol1-dev:armhf (3.1-1) ...
13:41:35 #11 8.534 Selecting previously unselected package libpcre2-16-0:armhf.
13:41:35 #11 8.537 Preparing to unpack .../17-libpcre2-16-0_10.36-2_armhf.deb ...
13:41:35 #11 8.540 Unpacking libpcre2-16-0:armhf (10.36-2) ...
13:41:35 #11 8.589 Selecting previously unselected package libpcre2-32-0:armhf.
13:41:35 #11 8.591 Preparing to unpack .../18-libpcre2-32-0_10.36-2_armhf.deb ...
13:41:35 #11 8.595 Unpacking libpcre2-32-0:armhf (10.36-2) ...
13:41:35 #11 8.643 Selecting previously unselected package libpcre2-posix2:armhf.
13:41:35 #11 8.646 Preparing to unpack .../19-libpcre2-posix2_10.36-2_armhf.deb ...
13:41:35 #11 8.650 Unpacking libpcre2-posix2:armhf (10.36-2) ...
13:41:35 #11 8.679 Selecting previously unselected package libpcre2-dev:armhf.
13:41:35 #11 8.682 Preparing to unpack .../20-libpcre2-dev_10.36-2_armhf.deb ...
13:41:35 #11 8.686 Unpacking libpcre2-dev:armhf (10.36-2) ...
13:41:35 #11 8.767 Selecting previously unselected package libselinux1-dev:armhf.
13:41:35 #22 7.901 Reading package lists...
13:41:35 #11 8.770 Preparing to unpack .../21-libselinux1-dev_3.1-3_armhf.deb ...
13:41:35 #11 8.774 Unpacking libselinux1-dev:armhf (3.1-3) ...
13:41:35 #11 8.823 Selecting previously unselected package libdevmapper-dev:armhf.
13:41:35 #11 8.825 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
13:41:35 #11 8.829 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
13:41:35 #11 8.857 Selecting previously unselected package libseccomp-dev:armhf.
13:41:35 #11 8.860 Preparing to unpack .../23-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
13:41:35 #11 8.864 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
13:41:35 #11 8.902 Selecting previously unselected package libsystemd-dev:armhf.
13:41:35 #11 8.905 Preparing to unpack .../24-libsystemd-dev_247.3-7_armhf.deb ...
13:41:35 #11 8.911 Unpacking libsystemd-dev:armhf (247.3-7) ...
13:41:35 #11 9.005 Selecting previously unselected package pkg-config.
13:41:35 #11 9.008 Preparing to unpack .../25-pkg-config_0.29.2-1_armhf.deb ...
13:41:35 #11 9.012 Unpacking pkg-config (0.29.2-1) ...
13:41:35 #11 9.084 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
13:41:35 #11 9.094 Setting up libsepol1-dev:armhf (3.1-1) ...
13:41:35 #11 9.105 Setting up libpcre2-16-0:armhf (10.36-2) ...
13:41:35 #11 9.116 Setting up libbtrfs0:armhf (5.10.1-2) ...
13:41:35 #11 9.127 Setting up libpcre2-32-0:armhf (10.36-2) ...
13:41:35 #11 9.137 Setting up libuv1:armhf (1.40.0-2) ...
13:41:35 #11 9.147 Setting up bash-completion (1:2.11-2) ...
13:41:36 #22 10.37 Building dependency tree...
13:41:36 #11 9.660 Setting up libncurses6:armhf (6.2+20201114-2) ...
13:41:36 #11 9.670 Setting up pkg-config (0.29.2-1) ...
13:41:36 #11 9.719 Setting up libudev-dev:armhf (247.3-7) ...
13:41:36 #11 9.728 Setting up libpcre2-posix2:armhf (10.36-2) ...
13:41:36 #11 9.738 Setting up libjsoncpp24:armhf (1.9.4-4) ...
13:41:36 #11 9.749 Setting up libbtrfs-dev:armhf (5.10.1-2) ...
13:41:36 #11 9.759 Setting up librhash0:armhf (1.4.1-2) ...
13:41:36 #11 9.769 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:41:36 #11 9.784 Setting up dh-apparmor (2.13.6-10) ...
13:41:36 #18 1.775 go: downloading github.com/sirupsen/logrus v1.8.1
13:41:36 #18 1.776 go: downloading github.com/urfave/cli/v2 v2.4.0
13:41:36 #18 1.879 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:41:36 #23 5.370 Reading package lists...
13:41:36 #22 11.75 The following additional packages will be installed:
13:41:36 #22 11.75   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
13:41:36 #22 11.75   binutils-powerpc64le-linux-gnu binutils-s390x-linux-gnu bzip2
13:41:36 #22 11.75   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
13:41:36 #22 11.75   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-arm-linux-gnueabi
13:41:36 #22 11.75   cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu cpp-s390x-linux-gnu
13:41:36 #22 11.75   cross-config dpkg-cross dpkg-dev file g++-10-arm-linux-gnueabi
13:41:36 #22 11.75   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
13:41:36 #22 11.75   g++-10-s390x-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
13:41:36 #22 11.75   g++-powerpc64le-linux-gnu g++-s390x-linux-gnu gcc-10-arm-linux-gnueabi
13:41:36 #22 11.75   gcc-10-arm-linux-gnueabi-base gcc-10-arm-linux-gnueabihf
13:41:36 #22 11.75   gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
13:41:36 #22 11.75   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
13:41:36 #22 11.75   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-arm-linux-gnueabi
13:41:36 #22 11.75   gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu gcc-s390x-linux-gnu
13:41:36 #22 11.75   libasan6-armel-cross libasan6-armhf-cross libasan6-ppc64el-cross
13:41:36 #22 11.75   libasan6-s390x-cross libatomic1-armel-cross libatomic1-armhf-cross
13:41:36 #22 11.75   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-armel-cross
13:41:36 #22 11.75   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
13:41:36 #22 11.75   libc6-dev-ppc64el-cross libc6-dev-s390x-cross libc6-ppc64el-cross
13:41:36 #22 11.75   libc6-s390x-cross libconfig-auto-perl libconfig-inifiles-perl
13:41:36 #22 11.75   libdebian-dpkgcross-perl libfile-homedir-perl libfile-which-perl
13:41:36 #22 11.75   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
13:41:36 #22 11.75   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-armel-cross
13:41:36 #22 11.75   libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross libgcc-s1-s390x-cross
13:41:36 #22 11.75   libgomp1-armel-cross libgomp1-armhf-cross libgomp1-ppc64el-cross
13:41:36 #22 11.75   libgomp1-s390x-cross libicu67 libio-string-perl libitm1-ppc64el-cross
13:41:36 #22 11.75   libitm1-s390x-cross liblocale-gettext-perl liblsan0-ppc64el-cross
13:41:36 #22 11.75   libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
13:41:36 #22 11.75   libstdc++-10-dev-armel-cross libstdc++-10-dev-armhf-cross
13:41:36 #22 11.75   libstdc++-10-dev-ppc64el-cross libstdc++-10-dev-s390x-cross
13:41:36 #22 11.75   libstdc++6-armel-cross libstdc++6-armhf-cross libstdc++6-ppc64el-cross
13:41:36 #22 11.75   libstdc++6-s390x-cross libtsan0-ppc64el-cross libubsan1-armel-cross
13:41:36 #22 11.75   libubsan1-armhf-cross libubsan1-ppc64el-cross libubsan1-s390x-cross
13:41:36 #22 11.75   libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-base-perl
13:41:36 #22 11.75   libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
13:41:36 #22 11.75   linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
13:41:36 #22 11.76   linux-libc-dev-ppc64el-cross linux-libc-dev-s390x-cross patch xz-utils
13:41:36 #22 11.77 Suggested packages:
13:41:36 #22 11.77   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
13:41:36 #22 11.77   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
13:41:36 #22 11.77   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
13:41:36 #22 11.77   bison gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
13:41:36 #22 11.77   gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu libyaml-shell-perl ed
13:41:36 #22 11.77   diffutils-doc
13:41:36 #22 11.77 Recommended packages:
13:41:36 #22 11.77   fakeroot build-essential libalgorithm-merge-perl libwww-perl
13:41:36 #22 11.77   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
13:41:36 #11 9.794 Setting up libsystemd-dev:armhf (247.3-7) ...
13:41:36 #11 9.806 Setting up libprocps8:armhf (2:3.3.17-5) ...
13:41:36 #11 9.816 Setting up libpcre2-dev:armhf (10.36-2) ...
13:41:36 #11 9.827 Setting up libselinux1-dev:armhf (3.1-3) ...
13:41:36 #11 9.838 Setting up procps (2:3.3.17-5) ...
13:41:36 #11 9.880 Setting up cmake (3.18.4-2+deb11u1) ...
13:41:36 #11 9.894 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
13:41:36 #11 9.912 Setting up dmsetup (2:1.02.175-2.1) ...
13:41:36 #11 9.924 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
13:41:36 #11 9.936 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
13:41:36 #11 9.951 Setting up docker-ce-build-deps (1.0) ...
13:41:36 #11 9.966 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:41:36 #11 9.986 Processing triggers for man-db (2.9.4-2) ...
13:41:37 #15 DONE 3.3s
13:41:37 
13:41:37 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:41:37 #16 sha256:14783e1bd8014af75cae4075fdfead53a8b9b168eba27cbb454df7fec4db2692
13:41:37 #16 DONE 0.0s
13:41:37 
13:41:37 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:41:37 #17 sha256:0a0defe542a5b5b73303a4e860df4681c1edf5887f64d44c0e1744512e68a026
13:41:37 #17 DONE 0.0s
13:41:37 
13:41:37 #18 exporting to image
13:41:37 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:37 #18 exporting layers
13:41:37 #18 2.588 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:41:37 #18 2.820 go: downloading github.com/google/uuid v1.3.0
13:41:37 #18 2.845 go: downloading github.com/moby/vpnkit v0.5.0
13:41:37 #18 2.856 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:41:37 #18 2.953 go: downloading github.com/gofrs/flock v0.8.1
13:41:37 #22 12.68 The following NEW packages will be installed:
13:41:37 #22 12.68   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
13:41:37 #22 12.68   binutils-powerpc64le-linux-gnu binutils-s390x-linux-gnu bzip2
13:41:37 #22 12.68   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
13:41:37 #22 12.68   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-arm-linux-gnueabi
13:41:37 #22 12.68   cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu cpp-s390x-linux-gnu
13:41:37 #22 12.68   cross-config crossbuild-essential-arm64 crossbuild-essential-armel
13:41:37 #22 12.68   crossbuild-essential-armhf crossbuild-essential-ppc64el
13:41:37 #22 12.68   crossbuild-essential-s390x dpkg-cross dpkg-dev file g++-10-arm-linux-gnueabi
13:41:37 #22 12.68   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
13:41:37 #22 12.68   g++-10-s390x-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
13:41:37 #22 12.68   g++-powerpc64le-linux-gnu g++-s390x-linux-gnu gcc-10-arm-linux-gnueabi
13:41:37 #22 12.68   gcc-10-arm-linux-gnueabi-base gcc-10-arm-linux-gnueabihf
13:41:37 #22 12.68   gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
13:41:37 #22 12.68   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
13:41:37 #22 12.68   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-arm-linux-gnueabi
13:41:37 #22 12.68   gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu gcc-s390x-linux-gnu
13:41:37 #22 12.68   libasan6-armel-cross libasan6-armhf-cross libasan6-ppc64el-cross
13:41:37 #22 12.68   libasan6-s390x-cross libatomic1-armel-cross libatomic1-armhf-cross
13:41:37 #22 12.68   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-armel-cross
13:41:37 #22 12.68   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
13:41:37 #22 12.68   libc6-dev-ppc64el-cross libc6-dev-s390x-cross libc6-ppc64el-cross
13:41:37 #22 12.68   libc6-s390x-cross libconfig-auto-perl libconfig-inifiles-perl
13:41:37 #22 12.68   libdebian-dpkgcross-perl libfile-homedir-perl libfile-which-perl
13:41:37 #22 12.68   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
13:41:37 #22 12.68   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-armel-cross
13:41:37 #22 12.68   libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross libgcc-s1-s390x-cross
13:41:37 #22 12.68   libgomp1-armel-cross libgomp1-armhf-cross libgomp1-ppc64el-cross
13:41:37 #22 12.68   libgomp1-s390x-cross libicu67 libio-string-perl libitm1-ppc64el-cross
13:41:37 #22 12.68   libitm1-s390x-cross liblocale-gettext-perl liblsan0-ppc64el-cross
13:41:37 #22 12.68   libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
13:41:37 #22 12.68   libstdc++-10-dev-armel-cross libstdc++-10-dev-armhf-cross
13:41:37 #22 12.68   libstdc++-10-dev-ppc64el-cross libstdc++-10-dev-s390x-cross
13:41:37 #22 12.68   libstdc++6-armel-cross libstdc++6-armhf-cross libstdc++6-ppc64el-cross
13:41:37 #22 12.68   libstdc++6-s390x-cross libtsan0-ppc64el-cross libubsan1-armel-cross
13:41:37 #22 12.68   libubsan1-armhf-cross libubsan1-ppc64el-cross libubsan1-s390x-cross
13:41:37 #22 12.68   libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-base-perl
13:41:37 #22 12.68   libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
13:41:37 #22 12.68   linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
13:41:37 #22 12.68   linux-libc-dev-ppc64el-cross linux-libc-dev-s390x-cross patch xz-utils
13:41:37 #18 2.969 go: downloading github.com/gorilla/mux v1.8.0
13:41:37 #18 3.004 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:41:37 #18 3.103 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:41:37 #18 3.137 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:41:37 #22 13.00 0 upgraded, 111 newly installed, 0 to remove and 3 not upgraded.
13:41:37 #22 13.00 Need to get 602 MB of archives.
13:41:37 #22 13.00 After this operation, 2632 MB of additional disk space will be used.
13:41:37 #22 13.00 Get:1 http://deb.debian.org/debian bullseye/main arm64 liblocale-gettext-perl arm64 1.07-4+b1 [18.9 kB]
13:41:37 #22 13.01 Get:2 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
13:41:37 #22 13.01 Get:3 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
13:41:37 #22 13.02 Get:4 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
13:41:37 #22 13.02 Get:5 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
13:41:37 #22 13.02 Get:6 http://deb.debian.org/debian bullseye/main arm64 binutils-arm-linux-gnueabi arm64 2.35.2-2 [2484 kB]
13:41:37 #22 13.03 Get:7 http://security.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
13:41:37 #22 13.06 Get:8 http://deb.debian.org/debian bullseye/main arm64 binutils-arm-linux-gnueabihf arm64 2.35.2-2 [2483 kB]
13:41:38 #22 13.14 Get:9 http://deb.debian.org/debian bullseye/main arm64 binutils-powerpc64le-linux-gnu arm64 2.35.2-2 [2073 kB]
13:41:38 #18 3.604 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:41:38 #18 3.649 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:41:38 #18 exporting layers 8.3s done
13:41:38 #18 writing image sha256:c15332dd0df45c71db8074a568c20c9fcd6c73eeb796f7f7f1f76581eb1f8444 done
13:41:38 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
13:41:38 #18 DONE 8.3s
13:41:38 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/aarch64
13:41:38 #11 DONE 11.5s
13:41:38 
13:41:38 #12 [stage-1 5/8] COPY sources/ /sources
13:41:38 #12 sha256:896653d5614e1ea01137483a25a0b536fa1660cdb9db4c8c1e65edff9730716c
13:41:38 #12 DONE 0.4s
13:41:38 
13:41:38 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:41:38 #14 sha256:338acfb8ba611768cd997697ad5422d81eec9353fec85ed0b4faecfdd894358e
13:41:38 #22 13.54 Get:10 http://deb.debian.org/debian bullseye/main arm64 binutils-s390x-linux-gnu arm64 2.35.2-2 [1793 kB]
13:41:38 #22 13.56 Get:11 http://deb.debian.org/debian bullseye/main arm64 gcc-10-arm-linux-gnueabi-base arm64 10.2.1-6cross1 [202 kB]
13:41:38 #22 13.56 Get:12 http://deb.debian.org/debian bullseye/main arm64 cpp-10-arm-linux-gnueabi arm64 10.2.1-6cross1 [42.8 MB]
13:41:38 + set -e
13:41:38 + mkdir -p /root/build-deb/engine
13:41:38 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:39 + mkdir -p /root/build-deb/cli
13:41:39 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:39 #23 8.047 Reading package lists...
13:41:39 #22 14.32 Get:13 http://deb.debian.org/debian bullseye/main arm64 gcc-10-arm-linux-gnueabihf-base arm64 10.2.1-6cross1 [202 kB]
13:41:39 #22 14.32 Get:14 http://deb.debian.org/debian bullseye/main arm64 cpp-10-arm-linux-gnueabihf arm64 10.2.1-6cross1 [42.8 MB]
13:41:39 + mkdir -p /root/build-deb/buildx
13:41:39 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:39 #23 10.71 Building dependency tree...
13:41:39 + mkdir -p /root/build-deb/compose
13:41:39 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:39 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:39 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:39 + mkdir -p /go/src/github.com/docker
13:41:39 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:39 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:39 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:39 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:39 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:39 + EPOCH=5
13:41:39 + EPOCH_SEP=
13:41:39 + [[ ! -z 5 ]]
13:41:39 + EPOCH_SEP=:
13:41:39 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:39 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:39 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:39 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:39 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:39 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:39 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:39 + debSource=docker-ce
13:41:39 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:39 + debMaintainer='Docker <support@docker.com>'
13:41:39 ++ date --rfc-2822
13:41:39 + debDate='Wed, 04 May 2022 13:41:39 +0000'
13:41:39 + cat
13:41:39 + export CLI_GITCOMMIT=bfa9b40
13:41:39 + CLI_GITCOMMIT=bfa9b40
13:41:39 + export ENGINE_GITCOMMIT=613b798
13:41:39 + ENGINE_GITCOMMIT=613b798
13:41:39 + export SCAN_GITCOMMIT=061fe0a
13:41:39 + SCAN_GITCOMMIT=061fe0a
13:41:39 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:39 + dpkg-buildpackage -uc -us -I.git
13:41:39 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:39 dpkg-buildpackage: info: source package docker-ce
13:41:39 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-focal
13:41:39 dpkg-buildpackage: info: source distribution focal
13:41:39 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:39 dpkg-buildpackage: info: host architecture armhf
13:41:39  dpkg-source -I.git --before-build .
13:41:40  debian/rules clean
13:41:40 dh clean --with=bash-completion
13:41:40    dh_clean
13:41:40 #22 15.09 Get:15 http://deb.debian.org/debian bullseye/main arm64 gcc-10-powerpc64le-linux-gnu-base arm64 10.2.1-6cross1 [202 kB]
13:41:40 #22 15.10 Get:16 http://deb.debian.org/debian bullseye/main arm64 cpp-10-powerpc64le-linux-gnu arm64 10.2.1-6cross1 [41.6 MB]
13:41:40 #23 12.34 The following additional packages will be installed:
13:41:40  dpkg-source -I.git -b .
13:41:40 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:41:40 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:41:40 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:41:40 dpkg-source: info: using source format '1.0'
13:41:40 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz
13:41:40 #23 12.34   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
13:41:40 #23 12.34   binutils-powerpc64le-linux-gnu binutils-s390x-linux-gnu bzip2
13:41:40 #23 12.34   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
13:41:40 #23 12.34   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-arm-linux-gnueabi
13:41:40 #23 12.34   cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu cpp-s390x-linux-gnu
13:41:40 #23 12.34   cross-config dpkg-cross dpkg-dev file g++-10-arm-linux-gnueabi
13:41:40 #23 12.34   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
13:41:40 #23 12.34   g++-10-s390x-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
13:41:40 #23 12.34   g++-powerpc64le-linux-gnu g++-s390x-linux-gnu gcc-10-arm-linux-gnueabi
13:41:40 #23 12.34   gcc-10-arm-linux-gnueabi-base gcc-10-arm-linux-gnueabihf
13:41:40 #23 12.34   gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
13:41:40 #23 12.34   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
13:41:40 #23 12.34   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-arm-linux-gnueabi
13:41:40 #23 12.34   gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu gcc-s390x-linux-gnu
13:41:40 #23 12.34   libasan6-armel-cross libasan6-armhf-cross libasan6-ppc64el-cross
13:41:40 #23 12.34   libasan6-s390x-cross libatomic1-armel-cross libatomic1-armhf-cross
13:41:40 #23 12.34   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-armel-cross
13:41:40 #23 12.34   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
13:41:40 #23 12.34   libc6-dev-ppc64el-cross libc6-dev-s390x-cross libc6-ppc64el-cross
13:41:40 #23 12.35   libc6-s390x-cross libconfig-auto-perl libconfig-inifiles-perl
13:41:40 #23 12.35   libdebian-dpkgcross-perl libfile-homedir-perl libfile-which-perl
13:41:40 #23 12.35   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
13:41:40 #23 12.35   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-armel-cross
13:41:40 #23 12.35   libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross libgcc-s1-s390x-cross
13:41:40 #23 12.35   libgomp1-armel-cross libgomp1-armhf-cross libgomp1-ppc64el-cross
13:41:40 #23 12.35   libgomp1-s390x-cross libicu67 libio-string-perl libitm1-ppc64el-cross
13:41:40 #23 12.35   libitm1-s390x-cross liblocale-gettext-perl liblsan0-ppc64el-cross
13:41:40 #23 12.35   libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
13:41:40 #23 12.35   libstdc++-10-dev-armel-cross libstdc++-10-dev-armhf-cross
13:41:40 #23 12.35   libstdc++-10-dev-ppc64el-cross libstdc++-10-dev-s390x-cross
13:41:40 #23 12.35   libstdc++6-armel-cross libstdc++6-armhf-cross libstdc++6-ppc64el-cross
13:41:40 #23 12.35   libstdc++6-s390x-cross libtsan0-ppc64el-cross libubsan1-armel-cross
13:41:40 #23 12.35   libubsan1-armhf-cross libubsan1-ppc64el-cross libubsan1-s390x-cross
13:41:40 #23 12.35   libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-base-perl
13:41:40 #23 12.35   libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
13:41:40 #23 12.35   linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
13:41:40 #23 12.35   linux-libc-dev-ppc64el-cross linux-libc-dev-s390x-cross patch xz-utils
13:41:40 #23 12.37 Suggested packages:
13:41:40 #23 12.37   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
13:41:40 #23 12.37   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
13:41:40 #23 12.37   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
13:41:40 #23 12.37   bison gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
13:41:40 #23 12.37   gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu libyaml-shell-perl ed
13:41:40 #23 12.37   diffutils-doc
13:41:40 #23 12.37 Recommended packages:
13:41:40 #23 12.37   fakeroot build-essential libalgorithm-merge-perl libwww-perl
13:41:40 #23 12.37   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
13:41:41 #23 13.29 The following NEW packages will be installed:
13:41:41 #23 13.29   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
13:41:41 #23 13.29   binutils-powerpc64le-linux-gnu binutils-s390x-linux-gnu bzip2
13:41:41 #23 13.29   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
13:41:41 #23 13.29   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-arm-linux-gnueabi
13:41:41 #23 13.29   cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu cpp-s390x-linux-gnu
13:41:41 #23 13.29   cross-config crossbuild-essential-arm64 crossbuild-essential-armel
13:41:41 #23 13.29   crossbuild-essential-armhf crossbuild-essential-ppc64el
13:41:41 #23 13.29   crossbuild-essential-s390x dpkg-cross dpkg-dev file g++-10-arm-linux-gnueabi
13:41:41 #23 13.29   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
13:41:41 #23 13.29   g++-10-s390x-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
13:41:41 #23 13.29   g++-powerpc64le-linux-gnu g++-s390x-linux-gnu gcc-10-arm-linux-gnueabi
13:41:41 #23 13.29   gcc-10-arm-linux-gnueabi-base gcc-10-arm-linux-gnueabihf
13:41:41 #23 13.29   gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
13:41:41 #23 13.29   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
13:41:41 #23 13.29   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-arm-linux-gnueabi
13:41:41 #23 13.29   gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu gcc-s390x-linux-gnu
13:41:41 #23 13.29   libasan6-armel-cross libasan6-armhf-cross libasan6-ppc64el-cross
13:41:41 #23 13.29   libasan6-s390x-cross libatomic1-armel-cross libatomic1-armhf-cross
13:41:41 #23 13.29   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-armel-cross
13:41:41 #23 13.29   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
13:41:41 #23 13.29   libc6-dev-ppc64el-cross libc6-dev-s390x-cross libc6-ppc64el-cross
13:41:41 #23 13.29   libc6-s390x-cross libconfig-auto-perl libconfig-inifiles-perl
13:41:41 #23 13.29   libdebian-dpkgcross-perl libfile-homedir-perl libfile-which-perl
13:41:41 #23 13.29   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
13:41:41 #23 13.29   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-armel-cross
13:41:41 #23 13.29   libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross libgcc-s1-s390x-cross
13:41:41 #23 13.29   libgomp1-armel-cross libgomp1-armhf-cross libgomp1-ppc64el-cross
13:41:41 #23 13.29   libgomp1-s390x-cross libicu67 libio-string-perl libitm1-ppc64el-cross
13:41:41 #23 13.29   libitm1-s390x-cross liblocale-gettext-perl liblsan0-ppc64el-cross
13:41:41 #23 13.29   libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
13:41:41 #23 13.29   libstdc++-10-dev-armel-cross libstdc++-10-dev-armhf-cross
13:41:41 #23 13.29   libstdc++-10-dev-ppc64el-cross libstdc++-10-dev-s390x-cross
13:41:41 #23 13.29   libstdc++6-armel-cross libstdc++6-armhf-cross libstdc++6-ppc64el-cross
13:41:41 #23 13.30   libstdc++6-s390x-cross libtsan0-ppc64el-cross libubsan1-armel-cross
13:41:41 #23 13.30   libubsan1-armhf-cross libubsan1-ppc64el-cross libubsan1-s390x-cross
13:41:41 #23 13.30   libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-base-perl
13:41:41 #23 13.30   libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
13:41:41 #23 13.30   linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
13:41:41 #23 13.30   linux-libc-dev-ppc64el-cross linux-libc-dev-s390x-cross patch xz-utils
13:41:41 #23 13.63 0 upgraded, 111 newly installed, 0 to remove and 3 not upgraded.
13:41:41 #23 13.63 Need to get 602 MB of archives.
13:41:41 #23 13.63 After this operation, 2632 MB of additional disk space will be used.
13:41:41 #23 13.63 Get:1 http://deb.debian.org/debian bullseye/main arm64 liblocale-gettext-perl arm64 1.07-4+b1 [18.9 kB]
13:41:41 #23 13.63 Get:2 http://security.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
13:41:41 #23 13.63 Get:3 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
13:41:41 #23 13.63 Get:4 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
13:41:41 #23 13.64 Get:5 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
13:41:41 #23 13.64 Get:6 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
13:41:41 #23 13.64 Get:7 http://deb.debian.org/debian bullseye/main arm64 binutils-arm-linux-gnueabi arm64 2.35.2-2 [2484 kB]
13:41:41 #23 13.69 Get:8 http://deb.debian.org/debian bullseye/main arm64 binutils-arm-linux-gnueabihf arm64 2.35.2-2 [2483 kB]
13:41:41 #23 13.73 Get:9 http://deb.debian.org/debian bullseye/main arm64 binutils-powerpc64le-linux-gnu arm64 2.35.2-2 [2073 kB]
13:41:41 #23 13.76 Get:10 http://deb.debian.org/debian bullseye/main arm64 binutils-s390x-linux-gnu arm64 2.35.2-2 [1793 kB]
13:41:41 #23 13.81 Get:11 http://deb.debian.org/debian bullseye/main arm64 gcc-10-arm-linux-gnueabi-base arm64 10.2.1-6cross1 [202 kB]
13:41:41 #14 DONE 3.0s
13:41:41 
13:41:41 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:41:41 #15 sha256:640c9ddaf5520b53cd3b877c2e098e766df34db7a5715bfa3c8363cbde1e128f
13:41:41 #15 DONE 0.0s
13:41:41 
13:41:41 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:41:41 #16 sha256:5496a0a9e365e8dcce82654876fc170ca9ab721e4684535be3af0259e2bf34ed
13:41:41 #16 DONE 0.0s
13:41:41 
13:41:41 #17 exporting to image
13:41:41 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:41 #17 exporting layers
13:41:42 #23 13.81 Get:12 http://deb.debian.org/debian bullseye/main arm64 cpp-10-arm-linux-gnueabi arm64 10.2.1-6cross1 [42.8 MB]
13:41:42 #22 16.99 Get:17 http://deb.debian.org/debian bullseye/main arm64 gcc-10-s390x-linux-gnu-base arm64 10.2.1-6cross1 [202 kB]
13:41:42 #22 16.99 Get:18 http://deb.debian.org/debian bullseye/main arm64 cpp-10-s390x-linux-gnu arm64 10.2.1-6cross1 [39.9 MB]
13:41:42 #18 ...
13:41:42 
13:41:42 #19 [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
13:41:42 #0 0.537 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:41:42 #0 0.538 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:41:42 #0 0.547 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:41:42 #0 0.676 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:41:42 #0 0.894 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:41:42 #0 1.188 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:41:42 #0 3.078 Fetched 8399 kB in 3s (2988 kB/s)
13:41:42 #0 3.078 Reading package lists...
13:41:42 #0 4.429 Reading package lists...
13:41:42 #0 5.791 Building dependency tree...
13:41:42 #0 6.753 The following additional packages will be installed:
13:41:42 #0 6.755   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
13:41:42 #0 6.757 Suggested packages:
13:41:42 #0 6.760   cmake-doc ninja-build lrzip
13:41:42 #0 6.760 Recommended packages:
13:41:42 #0 6.761   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:41:42 #0 7.037 The following NEW packages will be installed:
13:41:42 #0 7.039   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
13:41:42 #0 7.040   vim-common xxd
13:41:42 #0 7.326 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
13:41:42 #0 7.326 Need to get 15.6 MB of archives.
13:41:42 #0 7.326 After this operation, 67.4 MB of additional disk space will be used.
13:41:42 #0 7.326 Get:1 http://deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
13:41:42 #0 7.332 Get:2 http://deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:41:42 #0 7.334 Get:3 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:41:42 #0 7.353 Get:4 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
13:41:42 #0 7.467 Get:5 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u1 [629 kB]
13:41:42 #0 7.472 Get:6 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
13:41:42 #0 7.474 Get:7 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
13:41:42 #0 7.481 Get:8 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
13:41:42 #0 7.484 Get:9 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
13:41:42 #0 7.486 Get:10 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
13:41:42 #0 7.828 debconf: delaying package configuration, since apt-utils is not installed
13:41:42 #0 7.946 Fetched 15.6 MB in 0s (32.6 MB/s)
13:41:42 #0 7.988 Selecting previously unselected package xxd.
13:41:42 #0 7.988 (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 ... 15700 files and directories currently installed.)
13:41:42 #0 8.017 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
13:41:42 #0 8.022 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:41:42 #23 14.66 Get:13 http://deb.debian.org/debian bullseye/main arm64 gcc-10-arm-linux-gnueabihf-base arm64 10.2.1-6cross1 [202 kB]
13:41:42 #22 17.69 Get:19 http://deb.debian.org/debian bullseye/main arm64 cpp-arm-linux-gnueabi arm64 4:10.2.1-1 [16.8 kB]
13:41:42 #22 17.69 Get:20 http://deb.debian.org/debian bullseye/main arm64 cpp-arm-linux-gnueabihf arm64 4:10.2.1-1 [16.8 kB]
13:41:42 #22 17.71 Get:21 http://deb.debian.org/debian bullseye/main arm64 cpp-powerpc64le-linux-gnu arm64 4:10.2.1-1 [16.8 kB]
13:41:42 #22 17.71 Get:22 http://deb.debian.org/debian bullseye/main arm64 cpp-s390x-linux-gnu arm64 4:10.2.1-1 [16.8 kB]
13:41:42 #22 17.71 Get:23 http://deb.debian.org/debian bullseye/main arm64 cross-config all 2.6.18+nmu1 [31.5 kB]
13:41:42 #22 17.71 Get:24 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
13:41:42 #22 17.72 Get:25 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.9 [2153 kB]
13:41:42 #22 17.73 Get:26 http://deb.debian.org/debian bullseye/main arm64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
13:41:42 #22 17.74 Get:27 http://deb.debian.org/debian bullseye/main arm64 libio-string-perl all 1.08-3.1 [11.8 kB]
13:41:42 #22 17.74 Get:28 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
13:41:42 #22 17.86 Get:29 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u1 [629 kB]
13:41:42 #22 17.88 Get:30 http://deb.debian.org/debian bullseye/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
13:41:42 #22 17.88 Get:31 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
13:41:42 #22 17.88 Get:32 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
13:41:42 #22 17.88 Get:33 http://deb.debian.org/debian bullseye/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2+b1 [326 kB]
13:41:42 #22 17.88 Get:34 http://deb.debian.org/debian bullseye/main arm64 libxml-simple-perl all 2.25-1 [72.0 kB]
13:41:42 #22 17.88 Get:35 http://deb.debian.org/debian bullseye/main arm64 libyaml-perl all 1.30-1 [67.7 kB]
13:41:42 #22 17.88 Get:36 http://deb.debian.org/debian bullseye/main arm64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
13:41:42 #22 17.88 Get:37 http://deb.debian.org/debian bullseye/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
13:41:42 #22 17.88 Get:38 http://deb.debian.org/debian bullseye/main arm64 libfile-homedir-perl all 1.006-1 [43.8 kB]
13:41:42 #22 17.89 Get:39 http://deb.debian.org/debian bullseye/main arm64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
13:41:42 #22 17.89 Get:40 http://deb.debian.org/debian bullseye/main arm64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
13:41:42 #22 17.89 Get:41 http://deb.debian.org/debian bullseye/main arm64 crossbuild-essential-arm64 all 12.9 [6708 B]
13:41:42 #22 17.89 Get:42 http://deb.debian.org/debian bullseye/main arm64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
13:41:42 #22 17.89 Get:43 http://deb.debian.org/debian bullseye/main arm64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
13:41:42 #22 17.90 Get:44 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
13:41:42 #22 17.90 Get:45 http://deb.debian.org/debian bullseye/main arm64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
13:41:42 #22 17.90 Get:46 http://deb.debian.org/debian bullseye/main arm64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
13:41:42 #22 17.90 Get:47 http://deb.debian.org/debian bullseye/main arm64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
13:41:42 #22 17.93 Get:48 http://deb.debian.org/debian bullseye/main arm64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
13:41:42 #22 17.93 Get:49 http://deb.debian.org/debian bullseye/main arm64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
13:41:42 #22 17.95 Get:50 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
13:41:42 #0 8.099 Selecting previously unselected package vim-common.
13:41:42 #19 8.102 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:41:42 #19 8.111 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:41:42 #19 8.211 Selecting previously unselected package cmake-data.
13:41:42 #19 8.215 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:41:42 #19 8.221 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:41:42 #23 14.66 Get:14 http://deb.debian.org/debian bullseye/main arm64 cpp-10-arm-linux-gnueabihf arm64 10.2.1-6cross1 [42.8 MB]
13:41:42 #22 17.95 Get:51 http://deb.debian.org/debian bullseye/main arm64 gcc-10-arm-linux-gnueabi arm64 10.2.1-6cross1 [48.2 MB]
13:41:43 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster.dsc
13:41:43  debian/rules build
13:41:43 dh build --with=bash-completion
13:41:43    dh_update_autotools_config
13:41:43    dh_autoreconf
13:41:43    debian/rules override_dh_auto_build
13:41:43 make[1]: Entering directory '/root/build-deb'
13:41:43 # Build the daemon and dependencies
13:41:43 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:43 
13:41:43 Removing bundles/
13:41:43 
13:41:43 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:43 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:43 GOOS="" GOARCH="" GOARM=""
13:41:43 #23 15.37 Get:15 http://deb.debian.org/debian bullseye/main arm64 gcc-10-powerpc64le-linux-gnu-base arm64 10.2.1-6cross1 [202 kB]
13:41:43 #23 15.38 Get:16 http://deb.debian.org/debian bullseye/main arm64 cpp-10-powerpc64le-linux-gnu arm64 10.2.1-6cross1 [41.6 MB]
13:41:43 #22 19.07 Get:52 http://deb.debian.org/debian bullseye/main arm64 gcc-arm-linux-gnueabi arm64 4:10.2.1-1 [1460 B]
13:41:43 #22 19.08 Get:53 http://deb.debian.org/debian bullseye/main arm64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
13:41:43 #22 19.10 Get:54 http://deb.debian.org/debian bullseye/main arm64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
13:41:44 #22 19.16 Get:55 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
13:41:44 #22 19.20 Get:56 http://deb.debian.org/debian bullseye/main arm64 g++-10-arm-linux-gnueabi arm64 10.2.1-6cross1 [45.8 MB]
13:41:44 #23 16.04 Get:17 http://deb.debian.org/debian bullseye/main arm64 gcc-10-s390x-linux-gnu-base arm64 10.2.1-6cross1 [202 kB]
13:41:44 #23 16.04 Get:18 http://deb.debian.org/debian bullseye/main arm64 cpp-10-s390x-linux-gnu arm64 10.2.1-6cross1 [39.9 MB]
13:41:44 #19 ...
13:41:44 
13:41:44 #20 [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
13:41:44 #0 0.576 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:41:44 #0 0.585 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:41:44 #0 0.585 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:41:44 #0 0.757 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:41:44 #0 1.030 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:41:44 #0 1.438 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:41:44 #0 3.647 Fetched 8399 kB in 3s (2522 kB/s)
13:41:44 #0 3.647 Reading package lists...
13:41:44 #0 5.113 Reading package lists...
13:41:44 #0 6.412 Building dependency tree...
13:41:44 #0 7.276 The following additional packages will be installed:
13:41:44 #0 7.277   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:41:44 #0 7.278   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
13:41:44 #0 7.278   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
13:41:44 #0 7.279   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
13:41:44 #0 7.280   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
13:41:44 #0 7.280   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
13:41:44 #0 7.281   mingw-w64-common mingw-w64-x86-64-dev
13:41:44 #0 7.283 Suggested packages:
13:41:44 #0 7.284   gcc-10-locales seccomp wine64
13:41:44 #0 7.671 The following NEW packages will be installed:
13:41:44 #0 7.676   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:41:44 #0 7.677   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
13:41:44 #0 7.677   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
13:41:44 #0 7.678   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
13:41:44 #0 7.679   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
13:41:44 #0 7.679   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:41:44 #0 7.680   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
13:41:44 #0 7.681   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
13:41:44 #0 7.682   mingw-w64-x86-64-dev
13:41:44 #0 7.962 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded.
13:41:44 #0 7.962 Need to get 108 MB of archives.
13:41:44 #0 7.962 After this operation, 620 MB of additional disk space will be used.
13:41:44 #0 7.962 Get:1 http://deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
13:41:44 #0 8.148 Get:2 http://deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
13:41:44 #0 8.530 Get:3 http://deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
13:41:44 #0 8.538 Get:4 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
13:41:44 #0 8.542 Get:5 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
13:41:44 #0 8.544 Get:6 http://deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
13:41:44 #0 8.610 Get:7 http://deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
13:41:44 #0 8.721 Get:8 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
13:41:44 #0 8.837 Get:9 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
13:41:44 #0 9.316 Get:10 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
13:41:44 #23 16.70 Get:19 http://deb.debian.org/debian bullseye/main arm64 cpp-arm-linux-gnueabi arm64 4:10.2.1-1 [16.8 kB]
13:41:44 #23 16.70 Get:20 http://deb.debian.org/debian bullseye/main arm64 cpp-arm-linux-gnueabihf arm64 4:10.2.1-1 [16.8 kB]
13:41:44 #23 16.70 Get:21 http://deb.debian.org/debian bullseye/main arm64 cpp-powerpc64le-linux-gnu arm64 4:10.2.1-1 [16.8 kB]
13:41:44 #23 16.70 Get:22 http://deb.debian.org/debian bullseye/main arm64 cpp-s390x-linux-gnu arm64 4:10.2.1-1 [16.8 kB]
13:41:44 #23 16.70 Get:23 http://deb.debian.org/debian bullseye/main arm64 cross-config all 2.6.18+nmu1 [31.5 kB]
13:41:44 #23 16.70 Get:24 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
13:41:44 #23 16.70 Get:25 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.9 [2153 kB]
13:41:44 #23 16.73 Get:26 http://deb.debian.org/debian bullseye/main arm64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
13:41:44 #23 16.73 Get:27 http://deb.debian.org/debian bullseye/main arm64 libio-string-perl all 1.08-3.1 [11.8 kB]
13:41:44 #23 16.73 Get:28 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
13:41:44 #23 16.86 Get:29 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u1 [629 kB]
13:41:44 #23 16.87 Get:30 http://deb.debian.org/debian bullseye/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
13:41:44 #23 16.89 Get:31 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
13:41:44 #23 16.89 Get:32 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
13:41:44 #23 16.89 Get:33 http://deb.debian.org/debian bullseye/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2+b1 [326 kB]
13:41:44 #23 16.89 Get:34 http://deb.debian.org/debian bullseye/main arm64 libxml-simple-perl all 2.25-1 [72.0 kB]
13:41:44 #23 16.89 Get:35 http://deb.debian.org/debian bullseye/main arm64 libyaml-perl all 1.30-1 [67.7 kB]
13:41:44 #23 16.89 Get:36 http://deb.debian.org/debian bullseye/main arm64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
13:41:44 #23 16.90 Get:37 http://deb.debian.org/debian bullseye/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
13:41:44 #23 16.90 Get:38 http://deb.debian.org/debian bullseye/main arm64 libfile-homedir-perl all 1.006-1 [43.8 kB]
13:41:44 #23 16.90 Get:39 http://deb.debian.org/debian bullseye/main arm64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
13:41:44 #23 16.90 Get:40 http://deb.debian.org/debian bullseye/main arm64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
13:41:44 #23 16.90 Get:41 http://deb.debian.org/debian bullseye/main arm64 crossbuild-essential-arm64 all 12.9 [6708 B]
13:41:44 #23 16.90 Get:42 http://deb.debian.org/debian bullseye/main arm64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
13:41:44 #23 16.91 Get:43 http://deb.debian.org/debian bullseye/main arm64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
13:41:44 #23 16.91 Get:44 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
13:41:44 #23 16.91 Get:45 http://deb.debian.org/debian bullseye/main arm64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
13:41:44 #23 16.92 Get:46 http://deb.debian.org/debian bullseye/main arm64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
13:41:44 #23 16.92 Get:47 http://deb.debian.org/debian bullseye/main arm64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
13:41:44 #23 16.95 Get:48 http://deb.debian.org/debian bullseye/main arm64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
13:41:44 #23 16.95 Get:49 http://deb.debian.org/debian bullseye/main arm64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
13:41:44 #20 ...
13:41:44 
13:41:44 #21 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:41:44 #0 0.439 go: downloading github.com/tc-hib/go-winres v0.2.3
13:41:44 #0 0.847 go: downloading github.com/tc-hib/winres v0.1.5
13:41:44 #0 1.176 go: downloading github.com/urfave/cli/v2 v2.3.0
13:41:44 #0 1.219 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
13:41:44 #0 1.274 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
13:41:44 #0 1.798 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:41:44 #0 1.837 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:41:44 #0 9.278 NAME:
13:41:44 #0 9.278    go-winres - A tool for embedding resources in Windows executables
13:41:44 #0 9.279 
13:41:44 #0 9.280 USAGE:
13:41:44 #0 9.281    go-winres [global options] command [command options] [arguments...]
13:41:44 #0 9.282 
13:41:44 #0 9.283 COMMANDS:
13:41:44 #0 9.284    init     Create an initial ./winres/winres.json
13:41:44 #0 9.286    make     Make syso files for the "go build" command
13:41:44 #0 9.288    simply   Make syso files for the "go build" command (simplified)
13:41:44 #0 9.290    extract  Extract all resources from an executable
13:41:44 #0 9.292    patch    Replace resources in an executable file (exe, dll)
13:41:44 #0 9.294    help, h  Shows a list of commands or help for one command
13:41:44 #0 9.296 
13:41:44 #0 9.297 GLOBAL OPTIONS:
13:41:44 #0 9.298    --help, -h  show help (default: false)
13:41:44 #21 ...
13:41:44 
13:41:44 #22 [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
13:41:44 #0 0.529 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:41:44 #0 0.529 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:41:44 #0 0.540 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:41:44 #0 0.688 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:41:44 #0 0.894 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:41:44 #0 1.370 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:41:44 #0 3.661 Fetched 8399 kB in 3s (2474 kB/s)
13:41:44 #0 3.661 Reading package lists...
13:41:44 #0 5.007 Reading package lists...
13:41:44 #0 6.566 Building dependency tree...
13:41:44 #0 7.494 The following additional packages will be installed:
13:41:44 #0 7.506   libbtrfs0
13:41:44 #0 7.552 The following NEW packages will be installed:
13:41:44 #0 7.562   libbtrfs-dev libbtrfs0
13:41:44 #0 7.861 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
13:41:44 #0 7.861 Need to get 454 kB of archives.
13:41:44 #0 7.861 After this operation, 1275 kB of additional disk space will be used.
13:41:44 #0 7.861 Get:1 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
13:41:44 #0 7.868 Get:2 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
13:41:44 #0 8.209 debconf: delaying package configuration, since apt-utils is not installed
13:41:44 #0 8.284 Fetched 454 kB in 0s (1532 kB/s)
13:41:44 #0 8.316 Selecting previously unselected package libbtrfs0:arm64.
13:41:44 #0 8.316 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15700 files and directories currently installed.)
13:41:44 #0 8.336 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
13:41:44 #0 8.346 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
13:41:44 #0 8.427 Selecting previously unselected package libbtrfs-dev:arm64.
13:41:44 #0 8.430 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
13:41:44 #0 8.438 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
13:41:44 #0 8.581 Setting up libbtrfs0:arm64 (5.10.1-2) ...
13:41:44 #0 8.596 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
13:41:44 #0 8.676 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:41:44 #22 ...
13:41:44 
13:41:44 #20 [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
13:41:44 #20 10.41 Get:11 http://deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
13:41:45 #22 20.08 Get:57 http://deb.debian.org/debian bullseye/main arm64 g++-arm-linux-gnueabi arm64 4:10.2.1-1 [1176 B]
13:41:45 #22 20.08 Get:58 http://deb.debian.org/debian bullseye/main arm64 crossbuild-essential-armel all 12.9 [6704 B]
13:41:45 #22 20.08 Get:59 http://deb.debian.org/debian bullseye/main arm64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
13:41:45 #22 20.09 Get:60 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
13:41:45 #22 20.09 Get:61 http://deb.debian.org/debian bullseye/main arm64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
13:41:45 #22 20.09 Get:62 http://deb.debian.org/debian bullseye/main arm64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
13:41:45 #22 20.09 Get:63 http://deb.debian.org/debian bullseye/main arm64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
13:41:45 #22 20.12 Get:64 http://deb.debian.org/debian bullseye/main arm64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
13:41:45 #22 20.13 Get:65 http://deb.debian.org/debian bullseye/main arm64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
13:41:45 #22 20.14 Get:66 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
13:41:45 #22 20.14 Get:67 http://deb.debian.org/debian bullseye/main arm64 gcc-10-arm-linux-gnueabihf arm64 10.2.1-6cross1 [48.2 MB]
13:41:45 #23 16.96 Get:50 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
13:41:45 #23 16.97 Get:51 http://deb.debian.org/debian bullseye/main arm64 gcc-10-arm-linux-gnueabi arm64 10.2.1-6cross1 [48.2 MB]
13:41:45 #20 10.81 Get:12 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
13:41:45 #17 exporting layers 10.7s done
13:41:45 #17 writing image sha256:c88f512ad33d4fa3a5ddc58d4080942598cff78ca9f0e816ff922f31a86a0984 done
13:41:45 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
13:41:45 #17 DONE 10.7s
13:41:45 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/debian-buster:/build  debbuild-debian-buster/aarch64
13:41:45 + set -e
13:41:45 + mkdir -p /root/build-deb/engine
13:41:45 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:45 + mkdir -p /root/build-deb/cli
13:41:45 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:45 + mkdir -p /root/build-deb/buildx
13:41:45 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:45 + mkdir -p /root/build-deb/compose
13:41:45 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:45 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:45 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:45 + mkdir -p /go/src/github.com/docker
13:41:45 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:45 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:45 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:45 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:45 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:45 + EPOCH=5
13:41:45 + EPOCH_SEP=
13:41:45 + [[ ! -z 5 ]]
13:41:45 + EPOCH_SEP=:
13:41:45 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:45 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:45 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:45 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:45 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:45 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:45 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:45 + debSource=docker-ce
13:41:45 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:45 + debMaintainer='Docker <support@docker.com>'
13:41:45 ++ date --rfc-2822
13:41:45 + debDate='Wed, 04 May 2022 13:41:44 +0000'
13:41:45 + cat
13:41:45 + export CLI_GITCOMMIT=bfa9b40
13:41:45 + CLI_GITCOMMIT=bfa9b40
13:41:45 + export ENGINE_GITCOMMIT=613b798
13:41:45 + ENGINE_GITCOMMIT=613b798
13:41:45 + export SCAN_GITCOMMIT=061fe0a
13:41:45 + SCAN_GITCOMMIT=061fe0a
13:41:45 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:45 + dpkg-buildpackage -uc -us -I.git
13:41:45 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:45 dpkg-buildpackage: info: source package docker-ce
13:41:45 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~debian-buster
13:41:45 dpkg-buildpackage: info: source distribution buster
13:41:45 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:45 dpkg-buildpackage: info: host architecture armhf
13:41:45  dpkg-source -I.git --before-build .
13:41:45  debian/rules clean
13:41:45 dh clean --with=bash-completion
13:41:45    dh_clean
13:41:45 #20 11.15 Get:13 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
13:41:45  dpkg-source -I.git -b .
13:41:45 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~debian'
13:41:45 dpkg-source: info: using source format '1.0'
13:41:45 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz
13:41:45 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc
13:41:45  debian/rules build
13:41:45 dh build --with=bash-completion
13:41:45    dh_update_autotools_config
13:41:45    dh_autoreconf
13:41:45    debian/rules override_dh_auto_build
13:41:45 make[1]: Entering directory '/root/build-deb'
13:41:45 # Build the daemon and dependencies
13:41:45 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:45 
13:41:45 Removing bundles/
13:41:45 
13:41:45 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:45 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:45 GOOS="" GOARCH="" GOARM=""
13:41:46 #22 21.16 Get:68 http://deb.debian.org/debian bullseye/main arm64 gcc-arm-linux-gnueabihf arm64 4:10.2.1-1 [1468 B]
13:41:46 #22 21.16 Get:69 http://deb.debian.org/debian bullseye/main arm64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
13:41:46 #22 21.20 Get:70 http://deb.debian.org/debian bullseye/main arm64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
13:41:46 #22 21.21 Get:71 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
13:41:46 #22 21.25 Get:72 http://deb.debian.org/debian bullseye/main arm64 g++-10-arm-linux-gnueabihf arm64 10.2.1-6cross1 [45.7 MB]
13:41:46 #23 17.70 Get:52 http://deb.debian.org/debian bullseye/main arm64 gcc-arm-linux-gnueabi arm64 4:10.2.1-1 [1460 B]
13:41:46 #23 17.70 Get:53 http://deb.debian.org/debian bullseye/main arm64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
13:41:46 #23 17.74 Get:54 http://deb.debian.org/debian bullseye/main arm64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
13:41:46 #23 17.76 Get:55 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
13:41:46 #23 17.79 Get:56 http://deb.debian.org/debian bullseye/main arm64 g++-10-arm-linux-gnueabi arm64 10.2.1-6cross1 [45.8 MB]
13:41:46 #20 11.67 Get:14 http://deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
13:41:46 #23 18.50 Get:57 http://deb.debian.org/debian bullseye/main arm64 g++-arm-linux-gnueabi arm64 4:10.2.1-1 [1176 B]
13:41:46 #23 18.50 Get:58 http://deb.debian.org/debian bullseye/main arm64 crossbuild-essential-armel all 12.9 [6704 B]
13:41:46 #23 18.50 Get:59 http://deb.debian.org/debian bullseye/main arm64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
13:41:46 #23 18.52 Get:60 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
13:41:46 #23 18.52 Get:61 http://deb.debian.org/debian bullseye/main arm64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
13:41:46 #23 18.52 Get:62 http://deb.debian.org/debian bullseye/main arm64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
13:41:46 #23 18.52 Get:63 http://deb.debian.org/debian bullseye/main arm64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
13:41:46 #23 18.54 Get:64 http://deb.debian.org/debian bullseye/main arm64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
13:41:46 #23 18.55 Get:65 http://deb.debian.org/debian bullseye/main arm64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
13:41:46 #23 18.56 Get:66 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
13:41:46 #23 18.56 Get:67 http://deb.debian.org/debian bullseye/main arm64 gcc-10-arm-linux-gnueabihf arm64 10.2.1-6cross1 [48.2 MB]
13:41:46 #20 12.25 Get:15 http://deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
13:41:46 #20 12.26 Get:16 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
13:41:46 #20 12.29 Get:17 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
13:41:46 #20 12.30 Get:18 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
13:41:46 #20 12.31 Get:19 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
13:41:46 #22 22.09 Get:73 http://deb.debian.org/debian bullseye/main arm64 g++-arm-linux-gnueabihf arm64 4:10.2.1-1 [1184 B]
13:41:46 #22 22.09 Get:74 http://deb.debian.org/debian bullseye/main arm64 crossbuild-essential-armhf all 12.9 [6708 B]
13:41:46 #22 22.09 Get:75 http://deb.debian.org/debian bullseye/main arm64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
13:41:46 #22 22.10 Get:76 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
13:41:46 #22 22.10 Get:77 http://deb.debian.org/debian bullseye/main arm64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
13:41:46 #22 22.10 Get:78 http://deb.debian.org/debian bullseye/main arm64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
13:41:46 #22 22.12 Get:79 http://deb.debian.org/debian bullseye/main arm64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
13:41:46 #22 22.12 Get:80 http://deb.debian.org/debian bullseye/main arm64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
13:41:46 #22 22.14 Get:81 http://deb.debian.org/debian bullseye/main arm64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
13:41:46 #22 22.15 Get:82 http://deb.debian.org/debian bullseye/main arm64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
13:41:46 #22 22.20 Get:83 http://deb.debian.org/debian bullseye/main arm64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
13:41:47 #18 exporting layers 8.4s done
13:41:47 #18 writing image sha256:9770aa0df4aa74a2942bbbeeed232663eb6bc0cccb792adfe1f81372ae7d5812 done
13:41:47 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
13:41:47 #18 DONE 8.4s
13:41:47 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/aarch64
13:41:47 + set -e
13:41:47 + mkdir -p /root/build-deb/engine
13:41:47 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:47 + mkdir -p /root/build-deb/cli
13:41:47 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:47 + mkdir -p /root/build-deb/buildx
13:41:47 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:47 + mkdir -p /root/build-deb/compose
13:41:47 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:47 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:47 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:47 + mkdir -p /go/src/github.com/docker
13:41:47 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:47 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:47 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:47 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:47 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:47 + EPOCH=5
13:41:47 + EPOCH_SEP=
13:41:47 + [[ ! -z 5 ]]
13:41:47 + EPOCH_SEP=:
13:41:47 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:47 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:47 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:47 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:47 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:47 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:47 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:47 + debSource=docker-ce
13:41:47 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:47 + debMaintainer='Docker <support@docker.com>'
13:41:47 ++ date --rfc-2822
13:41:47 + debDate='Wed, 04 May 2022 13:41:46 +0000'
13:41:47 + cat
13:41:47 + export CLI_GITCOMMIT=bfa9b40
13:41:47 + CLI_GITCOMMIT=bfa9b40
13:41:47 + export ENGINE_GITCOMMIT=613b798
13:41:47 + ENGINE_GITCOMMIT=613b798
13:41:47 + export SCAN_GITCOMMIT=061fe0a
13:41:47 + SCAN_GITCOMMIT=061fe0a
13:41:47 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:47 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:47 + dpkg-buildpackage -uc -us -I.git
13:41:47 #20 12.32 Get:20 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
13:41:47 #20 12.32 Get:21 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
13:41:47 #20 12.33 Get:22 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
13:41:47 #20 12.48 Get:23 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
13:41:47 #20 12.51 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
13:41:47 #20 12.51 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
13:41:47 #20 12.51 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
13:41:47 #20 12.52 Get:27 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
13:41:47 #20 12.52 Get:28 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
13:41:47 #20 12.52 Get:29 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
13:41:47 #20 12.52 Get:30 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
13:41:47 #22 22.20 Get:84 http://deb.debian.org/debian bullseye/main arm64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
13:41:47 #22 22.23 Get:85 http://deb.debian.org/debian bullseye/main arm64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
13:41:47 #22 22.23 Get:86 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
13:41:47 #22 22.25 Get:87 http://deb.debian.org/debian bullseye/main arm64 gcc-10-powerpc64le-linux-gnu arm64 10.2.1-6cross1 [46.9 MB]
13:41:47 #23 19.30 Get:68 http://deb.debian.org/debian bullseye/main arm64 gcc-arm-linux-gnueabihf arm64 4:10.2.1-1 [1468 B]
13:41:47 dpkg-buildpackage: info: source package docker-ce
13:41:47 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy
13:41:47 dpkg-buildpackage: info: source distribution jammy
13:41:47 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:47 dpkg-buildpackage: info: host architecture armhf
13:41:47  dpkg-source -I.git --before-build .
13:41:47 #20 ...
13:41:47 
13:41:47 #21 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:41:47 #21 DONE 12.6s
13:41:47 
13:41:47 #22 [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
13:41:47 #22 DONE 12.6s
13:41:47 
13:41:47 #23 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:41:47 #23 DONE 0.1s
13:41:47 
13:41:47 #20 [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
13:41:47 #20 12.75 debconf: delaying package configuration, since apt-utils is not installed
13:41:47 #20 12.99 Fetched 108 MB in 5s (22.4 MB/s)
13:41:47 #18 exporting layers 12.3s done
13:41:47 #18 writing image sha256:f905b114f984b7ca77ca1ad166de833fbfdc27352bd619e80e7169b381191bc3 done
13:41:47 #18 naming to docker.io/debbuild-ubuntu-impish/aarch64 done
13:41:47 #18 DONE 12.3s
13:41:47 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/ubuntu-impish:/build  debbuild-ubuntu-impish/aarch64
13:41:47 + set -e
13:41:47 + mkdir -p /root/build-deb/engine
13:41:47 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:47 #23 19.30 Get:69 http://deb.debian.org/debian bullseye/main arm64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
13:41:47 #23 19.31 Get:70 http://deb.debian.org/debian bullseye/main arm64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
13:41:47 #23 19.34 Get:71 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
13:41:47 #23 19.37 Get:72 http://deb.debian.org/debian bullseye/main arm64 g++-10-arm-linux-gnueabihf arm64 10.2.1-6cross1 [45.7 MB]
13:41:47  debian/rules clean
13:41:47 dh clean --with=bash-completion
13:41:47    dh_clean
13:41:47 #20 13.09 Selecting previously unselected package binutils-mingw-w64-i686.
13:41:47 #20 13.09 (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 ... 15700 files and directories currently installed.)
13:41:47 #20 13.12 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
13:41:47 #20 13.12 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:41:47  dpkg-source -I.git -b .
13:41:47 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:41:47 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:41:47 dpkg-source: warning: native package version may not have a revision
13:41:47 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:41:47 dpkg-source: info: using source format '1.0'
13:41:47 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz
13:41:47 + mkdir -p /root/build-deb/cli
13:41:47 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:48 #23 20.09 Get:73 http://deb.debian.org/debian bullseye/main arm64 g++-arm-linux-gnueabihf arm64 4:10.2.1-1 [1184 B]
13:41:48 #23 20.09 Get:74 http://deb.debian.org/debian bullseye/main arm64 crossbuild-essential-armhf all 12.9 [6708 B]
13:41:48 #23 20.09 Get:75 http://deb.debian.org/debian bullseye/main arm64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
13:41:48 #23 20.10 Get:76 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
13:41:48 #23 20.10 Get:77 http://deb.debian.org/debian bullseye/main arm64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
13:41:48 #23 20.10 Get:78 http://deb.debian.org/debian bullseye/main arm64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
13:41:48 #23 20.10 Get:79 http://deb.debian.org/debian bullseye/main arm64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
13:41:48 #23 20.10 Get:80 http://deb.debian.org/debian bullseye/main arm64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
13:41:48 #23 20.12 Get:81 http://deb.debian.org/debian bullseye/main arm64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
13:41:48 #23 20.15 Get:82 http://deb.debian.org/debian bullseye/main arm64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
13:41:48 #23 20.17 Get:83 http://deb.debian.org/debian bullseye/main arm64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
13:41:48 + mkdir -p /root/build-deb/buildx
13:41:48 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:48 #23 20.18 Get:84 http://deb.debian.org/debian bullseye/main arm64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
13:41:48 #23 20.19 Get:85 http://deb.debian.org/debian bullseye/main arm64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
13:41:48 #23 20.19 Get:86 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
13:41:48 #23 20.21 Get:87 http://deb.debian.org/debian bullseye/main arm64 gcc-10-powerpc64le-linux-gnu arm64 10.2.1-6cross1 [46.9 MB]
13:41:48 #20 13.97 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:41:48 #20 13.97 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
13:41:48 #20 13.98 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:41:48 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye.dsc
13:41:48  debian/rules build
13:41:48 dh build --with=bash-completion
13:41:48    dh_update_autotools_config
13:41:48    dh_autoreconf
13:41:48    debian/rules override_dh_auto_build
13:41:48 make[1]: Entering directory '/root/build-deb'
13:41:48 # Build the daemon and dependencies
13:41:48 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:48 
13:41:48 Removing bundles/
13:41:48 
13:41:48 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:48 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:48 GOOS="" GOARCH="" GOARM=""
13:41:48 + mkdir -p /root/build-deb/compose
13:41:48 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:48 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:48 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:48 + mkdir -p /go/src/github.com/docker
13:41:48 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:48 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:48 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:48 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:48 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:48 + EPOCH=5
13:41:48 + EPOCH_SEP=
13:41:48 + [[ ! -z 5 ]]
13:41:48 + EPOCH_SEP=:
13:41:48 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:48 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:48 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:48 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:48 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:48 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:48 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:48 + debSource=docker-ce
13:41:48 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:48 + debMaintainer='Docker <support@docker.com>'
13:41:48 ++ date --rfc-2822
13:41:48 + debDate='Wed, 04 May 2022 13:41:48 +0000'
13:41:48 + cat
13:41:48 + export CLI_GITCOMMIT=bfa9b40
13:41:48 + CLI_GITCOMMIT=bfa9b40
13:41:48 + export ENGINE_GITCOMMIT=613b798
13:41:48 + ENGINE_GITCOMMIT=613b798
13:41:48 + export SCAN_GITCOMMIT=061fe0a
13:41:48 + SCAN_GITCOMMIT=061fe0a
13:41:48 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:48 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:48 + dpkg-buildpackage -uc -us -I.git
13:41:48 dpkg-buildpackage: info: source package docker-ce
13:41:48 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~ubuntu-impish
13:41:48 dpkg-buildpackage: info: source distribution impish
13:41:48 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:48 dpkg-buildpackage: info: host architecture armhf
13:41:48  dpkg-source -I.git --before-build .
13:41:48  debian/rules clean
13:41:48 dh clean --with=bash-completion
13:41:48    dh_clean
13:41:49 #22 24.07 Get:88 http://deb.debian.org/debian bullseye/main arm64 gcc-powerpc64le-linux-gnu arm64 4:10.2.1-1 [1468 B]
13:41:49 #22 24.07 Get:89 http://deb.debian.org/debian bullseye/main arm64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
13:41:49 #22 24.10 Get:90 http://deb.debian.org/debian bullseye/main arm64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
13:41:49 #22 24.15 Get:91 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
13:41:49 #22 24.18 Get:92 http://deb.debian.org/debian bullseye/main arm64 g++-10-powerpc64le-linux-gnu arm64 10.2.1-6cross1 [44.6 MB]
13:41:49  dpkg-source -I.git -b .
13:41:49 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:41:49 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:41:49 dpkg-source: warning: native package version may not have a revision
13:41:49 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~ubuntu'
13:41:49 dpkg-source: info: using source format '1.0'
13:41:49 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz
13:41:49 #23 20.98 Get:88 http://deb.debian.org/debian bullseye/main arm64 gcc-powerpc64le-linux-gnu arm64 4:10.2.1-1 [1468 B]
13:41:49 #23 20.99 Get:89 http://deb.debian.org/debian bullseye/main arm64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
13:41:49 #23 21.00 Get:90 http://deb.debian.org/debian bullseye/main arm64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
13:41:49 #23 21.03 Get:91 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
13:41:49 #23 21.05 Get:92 http://deb.debian.org/debian bullseye/main arm64 g++-10-powerpc64le-linux-gnu arm64 10.2.1-6cross1 [44.6 MB]
13:41:49 #20 14.79 Selecting previously unselected package binutils-mingw-w64.
13:41:49 #20 14.79 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
13:41:49 #20 14.80 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
13:41:49 #20 ...
13:41:49 
13:41:49 #19 [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
13:41:49 #19 10.90 Selecting previously unselected package libicu67:arm64.
13:41:49 #19 10.91 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
13:41:49 #19 11.22 Unpacking libicu67:arm64 (67.1-7) ...
13:41:49 #19 12.73 Selecting previously unselected package libxml2:arm64.
13:41:49 #19 12.73 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_arm64.deb ...
13:41:49 #19 12.74 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ...
13:41:49 #19 12.99 Selecting previously unselected package libarchive13:arm64.
13:41:49 #19 13.00 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
13:41:49 #19 13.03 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:41:49 #19 13.23 Selecting previously unselected package libjsoncpp24:arm64.
13:41:49 #19 13.23 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
13:41:49 #19 13.24 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
13:41:49 #19 13.34 Selecting previously unselected package librhash0:arm64.
13:41:49 #19 13.34 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
13:41:49 #19 13.34 Unpacking librhash0:arm64 (1.4.1-2) ...
13:41:49 #19 13.47 Selecting previously unselected package libuv1:arm64.
13:41:49 #19 13.47 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
13:41:49 #19 13.48 Unpacking libuv1:arm64 (1.40.0-2) ...
13:41:49 #19 13.53 Selecting previously unselected package cmake.
13:41:49 #19 13.53 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
13:41:49 #19 13.53 Unpacking cmake (3.18.4-2+deb11u1) ...
13:41:49 #19 14.54 Setting up libicu67:arm64 (67.1-7) ...
13:41:49 #19 14.57 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:41:49 #19 14.59 Setting up libuv1:arm64 (1.40.0-2) ...
13:41:49 #19 14.61 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:41:49 #19 14.63 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
13:41:49 #19 14.65 Setting up librhash0:arm64 (1.4.1-2) ...
13:41:49 #19 14.66 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:41:49 #19 14.67 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ...
13:41:49 #19 14.69 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:41:49 #19 14.70 Setting up cmake (3.18.4-2+deb11u1) ...
13:41:49 #19 14.72 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:41:49 #19 DONE 15.1s
13:41:49 
13:41:49 #20 [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
13:41:49 #20 15.10 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:41:49 #20 15.10 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:41:49 #20 15.14 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:41:49 #20 ...
13:41:49 
13:41:49 #24 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:41:49 #24 DONE 0.2s
13:41:49 
13:41:49 #20 [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
13:41:49 #20 15.28 Selecting previously unselected package dmsetup.
13:41:49 #20 15.28 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
13:41:49 #20 15.33 Unpacking dmsetup (2:1.02.175-2.1) ...
13:41:49 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc
13:41:49  debian/rules build
13:41:49 dh build --with=bash-completion
13:41:49    dh_update_autotools_config
13:41:49    dh_autoreconf
13:41:49    debian/rules override_dh_auto_build
13:41:49 make[1]: Entering directory '/root/build-deb'
13:41:49 # Build the daemon and dependencies
13:41:49 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:49 
13:41:49 Removing bundles/
13:41:49 
13:41:49 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:49 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:49 GOOS="" GOARCH="" GOARM=""
13:41:50 #20 15.45 Selecting previously unselected package mingw-w64-common.
13:41:50 #20 15.45 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
13:41:50 #20 15.46 Unpacking mingw-w64-common (8.0.0-1) ...
13:41:50 #23 22.15 Get:93 http://deb.debian.org/debian bullseye/main arm64 g++-powerpc64le-linux-gnu arm64 4:10.2.1-1 [1184 B]
13:41:50 #23 22.16 Get:94 http://deb.debian.org/debian bullseye/main arm64 crossbuild-essential-ppc64el all 12.9 [6716 B]
13:41:50 #23 22.16 Get:95 http://deb.debian.org/debian bullseye/main arm64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
13:41:50 #23 22.16 Get:96 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
13:41:50 #23 22.18 Get:97 http://deb.debian.org/debian bullseye/main arm64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
13:41:50 #23 22.18 Get:98 http://deb.debian.org/debian bullseye/main arm64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
13:41:50 #23 22.18 Get:99 http://deb.debian.org/debian bullseye/main arm64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
13:41:50 #23 22.18 Get:100 http://deb.debian.org/debian bullseye/main arm64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
13:41:50 #23 22.19 Get:101 http://deb.debian.org/debian bullseye/main arm64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
13:41:50 #23 22.20 Get:102 http://deb.debian.org/debian bullseye/main arm64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
13:41:50 #23 22.22 Get:103 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
13:41:50 #23 22.23 Get:104 http://deb.debian.org/debian bullseye/main arm64 gcc-10-s390x-linux-gnu arm64 10.2.1-6cross1 [44.5 MB]
13:41:50 #22 25.75 Get:93 http://deb.debian.org/debian bullseye/main arm64 g++-powerpc64le-linux-gnu arm64 4:10.2.1-1 [1184 B]
13:41:50 #22 25.75 Get:94 http://deb.debian.org/debian bullseye/main arm64 crossbuild-essential-ppc64el all 12.9 [6716 B]
13:41:50 #22 25.75 Get:95 http://deb.debian.org/debian bullseye/main arm64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
13:41:50 #22 25.76 Get:96 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
13:41:50 #22 25.78 Get:97 http://deb.debian.org/debian bullseye/main arm64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
13:41:50 #22 25.78 Get:98 http://deb.debian.org/debian bullseye/main arm64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
13:41:50 #22 25.79 Get:99 http://deb.debian.org/debian bullseye/main arm64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
13:41:50 #22 25.79 Get:100 http://deb.debian.org/debian bullseye/main arm64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
13:41:50 #22 25.81 Get:101 http://deb.debian.org/debian bullseye/main arm64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
13:41:50 #22 25.82 Get:102 http://deb.debian.org/debian bullseye/main arm64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
13:41:50 #22 25.83 Get:103 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
13:41:50 #22 25.87 Get:104 http://deb.debian.org/debian bullseye/main arm64 gcc-10-s390x-linux-gnu arm64 10.2.1-6cross1 [44.5 MB]
13:41:51 #23 22.99 Get:105 http://deb.debian.org/debian bullseye/main arm64 gcc-s390x-linux-gnu arm64 4:10.2.1-1 [1456 B]
13:41:51 #23 22.99 Get:106 http://deb.debian.org/debian bullseye/main arm64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
13:41:51 #23 23.00 Get:107 http://deb.debian.org/debian bullseye/main arm64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
13:41:51 #23 23.04 Get:108 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
13:41:51 #23 23.05 Get:109 http://deb.debian.org/debian bullseye/main arm64 g++-10-s390x-linux-gnu arm64 10.2.1-6cross1 [42.8 MB]
13:41:51 #12 37.35 Checking for new repos for mirrors
13:41:51 #12 37.35 Getting requirements for /root/rpmbuild/SPECS/docker-buildx-plugin.spec
13:41:51 #12 37.35  --> Already installed : bash-4.2.46-34.el7.x86_64
13:41:51 #12 37.35 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
13:41:51 #12 37.35  --> 1:make-3.82-24.el7.x86_64
13:41:51 #12 37.48  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
13:41:51 #12 37.48  --> git-1.8.3.1-23.el7_8.x86_64
13:41:51 #12 37.49 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
13:41:51 #12 37.49  --> Already installed : bash-4.2.46-34.el7.x86_64
13:41:51 #12 37.49 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
13:41:51 #12 37.49  --> Already installed : bash-4.2.46-34.el7.x86_64
13:41:51 #12 37.49  --> btrfs-progs-devel-4.9.1-1.el7.x86_64
13:41:51 #12 37.49  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
13:41:51 #12 37.49  --> cmake-2.8.12.2-2.el7.x86_64
13:41:51 #12 37.49  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
13:41:51 #12 37.49  --> gcc-4.8.5-44.el7.x86_64
13:41:51 #12 37.49  --> git-1.8.3.1-23.el7_8.x86_64
13:41:51 #12 37.50  --> glibc-static-2.17-325.el7_9.x86_64
13:41:51 #12 37.50  --> libarchive-3.1.2-14.el7_7.x86_64
13:41:51 #12 37.50  --> libseccomp-devel-2.3.1-4.el7.x86_64
13:41:51 #12 37.50  --> libselinux-devel-2.5-15.el7.x86_64
13:41:51 #12 37.50  --> libtool-2.4.2-22.el7_3.x86_64
13:41:51 #12 37.50  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
13:41:51 #12 37.50  --> 1:make-3.82-24.el7.x86_64
13:41:51 #12 37.50  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
13:41:51 #12 37.51  --> Already installed : systemd-219-78.el7.x86_64
13:41:51 #12 37.51  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
13:41:51 #12 37.51  --> systemd-devel-219-78.el7_9.5.x86_64
13:41:51 #12 37.51  --> Already installed : 2:tar-1.26-35.el7.x86_64
13:41:51 #12 37.51  --> which-2.20-7.el7.x86_64
13:41:51 #12 37.51 Getting requirements for /root/rpmbuild/SPECS/docker-compose-plugin.spec
13:41:51 #12 37.51  --> Already installed : bash-4.2.46-34.el7.x86_64
13:41:51 #12 37.52 Getting requirements for /root/rpmbuild/SPECS/docker-scan-plugin.spec
13:41:51 #12 37.52  --> Already installed : bash-4.2.46-34.el7.x86_64
13:41:51 #12 37.52 --> Running transaction check
13:41:51 #12 37.52 ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed
13:41:51 #12 37.52 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
13:41:51 #12 37.65 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
13:41:51 #12 37.65 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
13:41:51 #12 37.66 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed
13:41:51 #12 37.66 --> 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
13:41:51 #12 37.67 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
13:41:51 #12 37.67 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
13:41:51 #12 37.67 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
13:41:51 #12 37.67 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
13:41:51 #12 37.68 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
13:41:51 #12 37.68 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
13:41:51 #12 37.68 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
13:41:51 #12 37.68 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
13:41:51 #12 37.70 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
13:41:51 #12 37.70 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
13:41:51 #12 37.70 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
13:41:51 #12 37.70 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
13:41:51 #12 37.70 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
13:41:51 #12 37.70 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
13:41:51 #12 37.71 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
13:41:51 #12 37.71 ---> Package glibc-static.x86_64 0:2.17-325.el7_9 will be installed
13:41:51 #12 37.71 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
13:41:51 #12 37.71 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64
13:41:51 #12 37.71 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
13:41:51 #12 37.71 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
13:41:51 #12 37.72 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
13:41:51 #12 37.72 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
13:41:51 #12 37.72 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
13:41:51 #12 37.72 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
13:41:51 #12 37.72 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
13:41:51 #12 37.72 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
13:41:51 #12 37.72 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
13:41:51 #12 37.72 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
13:41:51 #12 37.73 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
13:41:51 #12 37.73 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
13:41:51 #12 37.73 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
13:41:51 #12 37.73 ---> Package make.x86_64 1:3.82-24.el7 will be installed
13:41:51 #12 37.73 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
13:41:51 #12 37.73 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
13:41:51 #12 37.73 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
13:41:51 #12 37.74 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
13:41:51 #12 37.74 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
13:41:51 #12 37.74 ---> Package systemd-devel.x86_64 0:219-78.el7_9.5 will be installed
13:41:51 #12 37.74 --> Processing Dependency: systemd-libs = 219-78.el7_9.5 for package: systemd-devel-219-78.el7_9.5.x86_64
13:41:51 #12 37.75 --> Processing Dependency: systemd = 219-78.el7_9.5 for package: systemd-devel-219-78.el7_9.5.x86_64
13:41:51 #12 37.75 Package: systemd-219-78.el7_9.5.src - can't co-install with systemd-219-78.el7_9.5.x86_64
13:41:51 #12 37.75 ---> Package which.x86_64 0:2.20-7.el7 will be installed
13:41:51 #12 37.75 --> Running transaction check
13:41:51 #12 37.75 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
13:41:51 #12 37.76 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
13:41:51 #12 37.76 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
13:41:51 #12 37.76 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
13:41:51 #12 37.76 ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed
13:41:51 #12 37.77 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64
13:41:51 #12 37.77 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
13:41:51 #12 37.77 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
13:41:51 #12 37.77 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated
13:41:51 #12 37.77 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64
13:41:51 #12 37.77 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
13:41:51 #12 37.78 ---> Package glibc-devel.x86_64 0:2.17-325.el7_9 will be installed
13:41:51 #12 37.78 --> Processing Dependency: glibc-headers = 2.17-325.el7_9 for package: glibc-devel-2.17-325.el7_9.x86_64
13:41:51 #12 37.78 --> Processing Dependency: glibc = 2.17-325.el7_9 for package: glibc-devel-2.17-325.el7_9.x86_64
13:41:51 #12 37.80 Package: glibc-2.17-325.el7_9.src - can't co-install with glibc-2.17-325.el7_9.x86_64
13:41:51 #12 37.80 Package: glibc-2.17-325.el7_9.src - can't co-install with glibc-2.17-325.el7_9.x86_64
13:41:51 #12 37.80 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-325.el7_9.x86_64
13:41:51 #12 37.81 ---> Package less.x86_64 0:458-9.el7 will be installed
13:41:51 #12 37.81 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
13:41:51 #12 37.81 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
13:41:51 #12 37.81 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
13:41:51 #12 37.81 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
13:41:51 #12 37.81 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
13:41:51 #12 37.81 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
13:41:51 #12 37.81 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
13:41:51 #12 37.81 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
13:41:51 #12 37.81 ---> Package openssh-clients.x86_64 0:7.4p1-22.el7_9 will be installed
13:41:51 #12 37.81 --> Processing Dependency: openssh = 7.4p1-22.el7_9 for package: openssh-clients-7.4p1-22.el7_9.x86_64
13:41:51 #12 37.82 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-22.el7_9.x86_64
13:41:51 #12 37.82 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-22.el7_9.x86_64
13:41:51 #12 37.82 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-22.el7_9.x86_64
13:41:51 #12 37.82 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
13:41:51 #12 37.82 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
13:41:51 #12 37.82 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
13:41:51 #12 37.82 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
13:41:51 #12 37.83 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
13:41:51 #12 37.83 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
13:41:51 #12 37.83 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed
13:41:51 #12 37.83 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
13:41:51 #12 37.83 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
13:41:51 #12 37.83 ---> Package systemd.x86_64 0:219-78.el7 will be updated
13:41:51 #12 37.84 ---> Package systemd.x86_64 0:219-78.el7_9.5 will be an update
13:41:51 #12 37.85 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated
13:41:51 #12 37.85 ---> Package systemd-libs.x86_64 0:219-78.el7_9.5 will be an update
13:41:51 #12 37.85 --> Running transaction check
13:41:51 #12 37.85 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated
13:41:51 #12 37.85 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
13:41:51 #12 37.85 ---> Package e2fsprogs-libs.x86_64 0:1.42.9-19.el7 will be installed
13:41:51 #12 37.85 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
13:41:51 #12 37.85 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
13:41:51 #12 37.86 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
13:41:51 #12 37.86 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
13:41:51 #12 37.86 ---> Package glibc.x86_64 0:2.17-325.el7_9 will be an update
13:41:51 #12 37.86 ---> Package glibc-headers.x86_64 0:2.17-325.el7_9 will be installed
13:41:51 #12 37.86 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-325.el7_9.x86_64
13:41:51 #12 37.87 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-325.el7_9.x86_64
13:41:51 #12 37.87 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
13:41:51 #12 37.87 ---> Package openssh.x86_64 0:7.4p1-22.el7_9 will be installed
13:41:51 #12 37.87 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
13:41:51 #12 37.87 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
13:41:51 #12 37.88 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
13:41:51 #12 37.88 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
13:41:51 #12 37.88 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
13:41:51 #12 37.88 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.88 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.89 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.89 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.89 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.89 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.89 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.89 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.89 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.89 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.89 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:41:51 #12 37.89 --> Running transaction check
13:41:51 #12 37.89 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
13:41:51 #12 37.90 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
13:41:51 #12 37.90 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
13:41:51 #12 37.90 ---> Package glibc-common.x86_64 0:2.17-325.el7_9 will be an update
13:41:51 #12 37.90 ---> Package kernel-headers.x86_64 0:3.10.0-1160.62.1.el7 will be installed
13:41:51 #12 37.90 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
13:41:51 #12 37.90 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
13:41:51 #12 37.90 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
13:41:51 #12 37.90 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
13:41:51 #12 37.90 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
13:41:51 #12 37.90 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
13:41:51 #12 37.92 --> Finished Dependency Resolution
13:41:51 #12 37.94 
13:41:51 #12 37.94 Dependencies Resolved
13:41:51 #12 37.95 
13:41:51 #12 37.95 ================================================================================
13:41:51 #12 37.95  Package                   Arch      Version                   Repository  Size
13:41:51 #12 37.95 ================================================================================
13:41:51 #12 37.95 Installing:
13:41:51 #12 37.95  btrfs-progs-devel         x86_64    4.9.1-1.el7               base        47 k
13:41:51 #12 37.95  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
13:41:51 #12 37.95  device-mapper-devel       x86_64    7:1.02.170-6.el7_9.5      updates    206 k
13:41:51 #12 37.95  gcc                       x86_64    4.8.5-44.el7              base        16 M
13:41:51 #12 37.95  git                       x86_64    1.8.3.1-23.el7_8          base       4.4 M
13:41:51 #12 37.95  glibc-static              x86_64    2.17-325.el7_9            updates    1.6 M
13:41:51 #12 37.95  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
13:41:51 #12 37.95  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
13:41:51 #12 37.95  libselinux-devel          x86_64    2.5-15.el7                base       187 k
13:41:51 #12 37.95  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
13:41:51 #12 37.95  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
13:41:51 #12 37.95  make                      x86_64    1:3.82-24.el7             base       421 k
13:41:51 #12 37.95  selinux-policy-devel      noarch    3.13.1-268.el7_9.2        updates    1.7 M
13:41:51 #12 37.95  systemd-devel             x86_64    219-78.el7_9.5            updates    216 k
13:41:51 #12 37.95  which                     x86_64    2.20-7.el7                base        41 k
13:41:51 #12 37.95 Installing for dependencies:
13:41:51 #12 37.95  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
13:41:51 #12 37.95  autoconf                  noarch    2.69-11.el7               base       701 k
13:41:51 #12 37.95  automake                  noarch    1.13.4-3.el7              base       679 k
13:41:51 #12 37.95  btrfs-progs               x86_64    4.9.1-1.el7               base       678 k
13:41:51 #12 37.95  checkpolicy               x86_64    2.5-8.el7                 base       295 k
13:41:51 #12 37.95  cpp                       x86_64    4.8.5-44.el7              base       5.9 M
13:41:51 #12 37.95  e2fsprogs-libs            x86_64    1.42.9-19.el7             base       168 k
13:41:51 #12 37.95  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
13:41:51 #12 37.95  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
13:41:51 #12 37.95  glibc-devel               x86_64    2.17-325.el7_9            updates    1.1 M
13:41:51 #12 37.95  glibc-headers             x86_64    2.17-325.el7_9            updates    691 k
13:41:51 #12 37.95  kernel-headers            x86_64    3.10.0-1160.62.1.el7      updates    9.1 M
13:41:51 #12 37.95  less                      x86_64    458-9.el7                 base       120 k
13:41:51 #12 37.95  libcgroup                 x86_64    0.41-21.el7               base        66 k
13:41:51 #12 37.95  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
13:41:51 #12 37.95  libgomp                   x86_64    4.8.5-44.el7              base       159 k
13:41:51 #12 37.95  libmpc                    x86_64    1.0.1-3.el7               base        51 k
13:41:51 #12 37.95  libseccomp                x86_64    2.3.1-4.el7               base        56 k
13:41:51 #12 37.95  libselinux-python         x86_64    2.5-15.el7                base       236 k
13:41:51 #12 37.95  libselinux-utils          x86_64    2.5-15.el7                base       151 k
13:41:51 #12 37.95  libsemanage-python        x86_64    2.5-14.el7                base       113 k
13:41:51 #12 37.95  libsepol-devel            x86_64    2.5-10.el7                base        77 k
13:41:51 #12 37.95  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
13:41:51 #12 37.95  lzo                       x86_64    2.06-8.el7                base        59 k
13:41:51 #12 37.95  m4                        x86_64    1.4.16-10.el7             base       256 k
13:41:51 #12 37.95  mpfr                      x86_64    3.1.1-4.el7               base       203 k
13:41:51 #12 37.95  openssh                   x86_64    7.4p1-22.el7_9            updates    510 k
13:41:51 #12 37.95  openssh-clients           x86_64    7.4p1-22.el7_9            updates    655 k
13:41:51 #12 37.95  pcre-devel                x86_64    8.32-17.el7               base       480 k
13:41:51 #12 37.95  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
13:41:51 #12 37.95  perl-Error                noarch    1:0.17020-2.el7           base        32 k
13:41:51 #12 37.95  perl-Git                  noarch    1.8.3.1-23.el7_8          base        56 k
13:41:51 #12 37.95  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
13:41:51 #12 37.95  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
13:41:51 #12 37.95  policycoreutils           x86_64    2.5-34.el7                base       917 k
13:41:51 #12 37.95  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
13:41:51 #12 37.95  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
13:41:51 #12 37.95  python-IPy                noarch    0.75-6.el7                base        32 k
13:41:51 #12 37.95  rsync                     x86_64    3.1.2-10.el7              base       404 k
13:41:51 #12 37.95  selinux-policy            noarch    3.13.1-268.el7_9.2        updates    498 k
13:41:51 #12 37.95  setools-libs              x86_64    3.3.8-4.el7               base       620 k
13:41:51 #12 37.95 Updating for dependencies:
13:41:51 #12 37.95  device-mapper             x86_64    7:1.02.170-6.el7_9.5      updates    297 k
13:41:51 #12 37.95  device-mapper-libs        x86_64    7:1.02.170-6.el7_9.5      updates    325 k
13:41:51 #12 37.95  glibc                     x86_64    2.17-325.el7_9            updates    3.6 M
13:41:51 #12 37.95  glibc-common              x86_64    2.17-325.el7_9            updates     12 M
13:41:51 #12 37.95  systemd                   x86_64    219-78.el7_9.5            updates    5.1 M
13:41:51 #12 37.95  systemd-libs              x86_64    219-78.el7_9.5            updates    419 k
13:41:51 #12 37.95 
13:41:51 #12 37.95 Transaction Summary
13:41:51 #12 37.95 ================================================================================
13:41:51 #12 37.95 Install  15 Packages (+41 Dependent packages)
13:41:51 #12 37.95 Upgrade              (  6 Dependent packages)
13:41:51 #12 37.95 
13:41:51 #12 37.95 Total download size: 81 M
13:41:51 #12 37.95 Downloading packages:
13:41:51 #12 37.96 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
13:41:51 #22 26.91 Get:105 http://deb.debian.org/debian bullseye/main arm64 gcc-s390x-linux-gnu arm64 4:10.2.1-1 [1456 B]
13:41:51 #20 17.36 Selecting previously unselected package mingw-w64-x86-64-dev.
13:41:51 #20 17.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
13:41:51 #20 17.38 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
13:41:51 #22 26.91 Get:106 http://deb.debian.org/debian bullseye/main arm64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
13:41:51 #22 26.97 Get:107 http://deb.debian.org/debian bullseye/main arm64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
13:41:51 #22 26.98 Get:108 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
13:41:51 #22 27.05 Get:109 http://deb.debian.org/debian bullseye/main arm64 g++-10-s390x-linux-gnu arm64 10.2.1-6cross1 [42.8 MB]
13:41:52 #23 24.02 Get:110 http://deb.debian.org/debian bullseye/main arm64 g++-s390x-linux-gnu arm64 4:10.2.1-1 [1176 B]
13:41:52 #23 24.02 Get:111 http://deb.debian.org/debian bullseye/main arm64 crossbuild-essential-s390x all 12.9 [6704 B]
13:41:52 #23 24.34 debconf: delaying package configuration, since apt-utils is not installed
13:41:52 #23 24.46 Fetched 602 MB in 11s (56.4 MB/s)
13:41:52 #23 24.48 Selecting previously unselected package liblocale-gettext-perl.
13:41:52 #23 24.48 (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 ... 15700 files and directories currently installed.)
13:41:52 #23 24.49 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_arm64.deb ...
13:41:52 #23 24.50 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
13:41:52 #23 24.53 Selecting previously unselected package bzip2.
13:41:52 #23 24.53 Preparing to unpack .../001-bzip2_1.0.8-4_arm64.deb ...
13:41:52 #23 24.54 Unpacking bzip2 (1.0.8-4) ...
13:41:52 #23 24.57 Selecting previously unselected package libmagic-mgc.
13:41:52 #23 24.57 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_arm64.deb ...
13:41:52 #23 24.58 Unpacking libmagic-mgc (1:5.39-3) ...
13:41:52 #20 ...
13:41:52 
13:41:52 #25 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:41:52 #0 0.232 + RM_GOPATH=0
13:41:52 #0 0.232 + TMP_GOPATH=
13:41:52 #0 0.232 + : /build
13:41:52 #0 0.232 + '[' -z '' ']'
13:41:52 #0 0.234 ++ mktemp -d
13:41:52 #0 0.235 + export GOPATH=/tmp/tmp.twu4srLiNx
13:41:52 #0 0.236 + GOPATH=/tmp/tmp.twu4srLiNx
13:41:52 #0 0.237 + RM_GOPATH=1
13:41:52 #0 0.237 + case "$(go env GOARCH)" in
13:41:52 #0 0.238 ++ go env GOARCH
13:41:52 #0 0.244 + export GO_BUILDMODE=-buildmode=pie
13:41:52 #0 0.245 + GO_BUILDMODE=-buildmode=pie
13:41:52 #0 0.246 ++ dirname /install.sh
13:41:52 #0 0.246 + dir=/
13:41:52 #0 0.246 + bin=tini
13:41:52 #0 0.246 + shift
13:41:52 #0 0.247 Install tini version v0.19.0
13:41:52 #0 0.247 + '[' '!' -f //tini.installer ']'
13:41:52 #0 0.247 + . //tini.installer
13:41:52 #0 0.247 ++ : v0.19.0
13:41:52 #0 0.247 + install_tini
13:41:52 #0 0.247 + echo 'Install tini version v0.19.0'
13:41:52 #0 0.247 + git clone https://github.com/krallin/tini.git /tmp/tmp.twu4srLiNx/tini
13:41:52 #0 0.248 Cloning into '/tmp/tmp.twu4srLiNx/tini'...
13:41:52 #0 0.673 + cd /tmp/tmp.twu4srLiNx/tini
13:41:52 #0 0.673 + git checkout -q v0.19.0
13:41:52 #0 0.693 + cmake .
13:41:52 #0 0.873 -- The C compiler identification is GNU 10.2.1
13:41:52 #0 0.906 -- Detecting C compiler ABI info
13:41:52 #0 1.128 -- Detecting C compiler ABI info - done
13:41:52 #0 1.171 -- Check for working C compiler: /usr/bin/cc - skipped
13:41:52 #0 1.175 -- Detecting C compile features
13:41:52 #0 1.177 -- Detecting C compile features - done
13:41:52 #0 1.187 -- Performing Test HAS_BUILTIN_FORTIFY
13:41:52 #0 1.332 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:41:52 #0 1.368 -- Configuring done
13:41:52 #0 1.374 -- Generating done
13:41:52 #0 1.378 -- Build files have been written to: /tmp/tmp.twu4srLiNx/tini
13:41:52 #0 1.385 + make tini-static
13:41:52 #0 1.513 Scanning dependencies of target tini-static
13:41:52 #0 1.607 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:41:52 #0 2.096 [100%] Linking C executable tini-static
13:41:52 #0 2.239 [100%] Built target tini-static
13:41:52 #0 2.262 + mkdir -p /build
13:41:52 #0 2.264 + cp tini-static /build/docker-init
13:41:52 #25 DONE 3.0s
13:41:52 #22 28.02 Get:110 http://deb.debian.org/debian bullseye/main arm64 g++-s390x-linux-gnu arm64 4:10.2.1-1 [1176 B]
13:41:52 #22 28.03 Get:111 http://deb.debian.org/debian bullseye/main arm64 crossbuild-essential-s390x all 12.9 [6704 B]
13:41:52 #23 24.68 Selecting previously unselected package libmagic1:arm64.
13:41:52 #23 24.68 Preparing to unpack .../003-libmagic1_1%3a5.39-3_arm64.deb ...
13:41:52 #23 24.69 Unpacking libmagic1:arm64 (1:5.39-3) ...
13:41:52 #23 24.75 Selecting previously unselected package file.
13:41:52 #23 24.76 Preparing to unpack .../004-file_1%3a5.39-3_arm64.deb ...
13:41:52 #23 24.76 Unpacking file (1:5.39-3) ...
13:41:52 #23 24.80 Selecting previously unselected package xz-utils.
13:41:52 #23 24.80 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
13:41:52 #23 24.81 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:41:52 #23 24.86 Selecting previously unselected package binutils-arm-linux-gnueabi.
13:41:52 #23 24.86 Preparing to unpack .../006-binutils-arm-linux-gnueabi_2.35.2-2_arm64.deb ...
13:41:52 #23 24.86 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
13:41:53 
13:41:53 #26 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:41:53 #0 0.171 + RM_GOPATH=0
13:41:53 #0 0.172 + TMP_GOPATH=
13:41:53 #0 0.172 + : /build
13:41:53 #0 0.172 + '[' -z '' ']'
13:41:53 #0 0.173 ++ mktemp -d
13:41:53 #0 0.186 + export GOPATH=/tmp/tmp.pbedeA62kp
13:41:53 #0 0.186 + GOPATH=/tmp/tmp.pbedeA62kp
13:41:53 #0 0.186 + RM_GOPATH=1
13:41:53 #0 0.187 + case "$(go env GOARCH)" in
13:41:53 #0 0.187 ++ go env GOARCH
13:41:53 #0 0.195 + export GO_BUILDMODE=-buildmode=pie
13:41:53 #0 0.195 + GO_BUILDMODE=-buildmode=pie
13:41:53 #0 0.196 ++ dirname /install.sh
13:41:53 #0 0.198 + dir=/
13:41:53 #0 0.200 + bin=containerd
13:41:53 #0 0.200 + shift
13:41:53 #0 0.200 + '[' '!' -f //containerd.installer ']'
13:41:53 #0 0.201 + . //containerd.installer
13:41:53 #0 0.201 ++ set -e
13:41:53 #0 0.201 ++ : v1.6.3
13:41:53 #0 0.202 + install_containerd
13:41:53 #0 0.203 + echo 'Install containerd version v1.6.3'
13:41:53 #0 0.203 Install containerd version v1.6.3
13:41:53 #0 0.203 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pbedeA62kp/src/github.com/containerd/containerd
13:41:53 #0 0.205 Cloning into '/tmp/tmp.pbedeA62kp/src/github.com/containerd/containerd'...
13:41:53 #22 28.35 debconf: delaying package configuration, since apt-utils is not installed
13:41:53 #22 28.47 Fetched 602 MB in 15s (39.3 MB/s)
13:41:53 #23 25.11 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:41:53 #23 25.11 Preparing to unpack .../007-binutils-arm-linux-gnueabihf_2.35.2-2_arm64.deb ...
13:41:53 #23 25.12 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
13:41:53 #22 28.50 Selecting previously unselected package liblocale-gettext-perl.
13:41:53 #22 28.50 (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 ... 15700 files and directories currently installed.)
13:41:53 #22 28.51 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_arm64.deb ...
13:41:53 #22 28.51 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
13:41:53 #22 28.54 Selecting previously unselected package bzip2.
13:41:53 #22 28.54 Preparing to unpack .../001-bzip2_1.0.8-4_arm64.deb ...
13:41:53 #22 28.55 Unpacking bzip2 (1.0.8-4) ...
13:41:53 #22 28.58 Selecting previously unselected package libmagic-mgc.
13:41:53 #12 78.54 --------------------------------------------------------------------------------
13:41:53 #22 28.58 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_arm64.deb ...
13:41:53 #22 28.59 Unpacking libmagic-mgc (1:5.39-3) ...
13:41:53 #22 28.66 Selecting previously unselected package libmagic1:arm64.
13:41:53 #22 28.66 Preparing to unpack .../003-libmagic1_1%3a5.39-3_arm64.deb ...
13:41:53 #22 28.67 Unpacking libmagic1:arm64 (1:5.39-3) ...
13:41:53 #22 28.71 Selecting previously unselected package file.
13:41:53 #12 78.54 Total                                              2.0 MB/s |  75 MB  00:37     
13:41:53 #12 78.78 Running transaction check
13:41:53 #12 79.04 Running transaction test
13:41:53 #12 79.27 Transaction test succeeded
13:41:53 #12 79.27 Running transaction
13:41:53 #23 25.36 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
13:41:53 #23 25.36 Preparing to unpack .../008-binutils-powerpc64le-linux-gnu_2.35.2-2_arm64.deb ...
13:41:53 #23 25.37 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
13:41:53 #22 28.71 Preparing to unpack .../004-file_1%3a5.39-3_arm64.deb ...
13:41:53 #22 28.72 Unpacking file (1:5.39-3) ...
13:41:53 #22 28.76 Selecting previously unselected package xz-utils.
13:41:53 #22 28.76 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
13:41:53 #22 28.76 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:41:53 #22 28.81 Selecting previously unselected package binutils-arm-linux-gnueabi.
13:41:53 #22 28.81 Preparing to unpack .../006-binutils-arm-linux-gnueabi_2.35.2-2_arm64.deb ...
13:41:53 #22 28.82 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
13:41:53 #23 25.60 Selecting previously unselected package binutils-s390x-linux-gnu.
13:41:53 #23 25.60 Preparing to unpack .../009-binutils-s390x-linux-gnu_2.35.2-2_arm64.deb ...
13:41:53 #23 25.61 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
13:41:53 #23 25.79 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:arm64.
13:41:53 #22 29.06 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:41:53 #22 29.07 Preparing to unpack .../007-binutils-arm-linux-gnueabihf_2.35.2-2_arm64.deb ...
13:41:53 #22 29.07 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
13:41:53 #23 25.79 Preparing to unpack .../010-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_arm64.deb ...
13:41:53 #23 25.80 Unpacking gcc-10-arm-linux-gnueabi-base:arm64 (10.2.1-6cross1) ...
13:41:53 #23 25.84 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
13:41:53 #23 25.84 Preparing to unpack .../011-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_arm64.deb ...
13:41:53 #23 25.85 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:41:54 #26 ...
13:41:54 
13:41:54 #20 [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
13:41:54 #20 19.49 Selecting previously unselected package gcc-mingw-w64-base.
13:41:54 #20 19.49 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
13:41:54 #20 19.49 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:41:54 #20 19.56 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
13:41:54 #20 19.56 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
13:41:54 #20 19.57 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:41:54 #17 exporting layers 10.9s done
13:41:54 #17 writing image sha256:39d5cb1ff25648d1a5b4776961dfe279e8d5cdd452a2bc5dca7c2c1ae041a606 done
13:41:54 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
13:41:54 #17 DONE 10.9s
13:41:54 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220503081348-bfa9b40 -e VERSION=0.0.0-20220503081348-bfa9b40 -e CLI_GITCOMMIT=bfa9b40 -e ENGINE_GITCOMMIT=613b798 -e BUILDX_VERSION=v0.8.2 -e COMPOSE_VERSION=v2.5.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/aarch64
13:41:54 + set -e
13:41:54 + mkdir -p /root/build-deb/engine
13:41:54 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:41:54 + mkdir -p /root/build-deb/cli
13:41:54 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:41:54 + mkdir -p /root/build-deb/buildx
13:41:54 + tar -C /root/build-deb -xzf /sources/buildx.tgz
13:41:54 #22 29.32 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
13:41:54 #22 29.32 Preparing to unpack .../008-binutils-powerpc64le-linux-gnu_2.35.2-2_arm64.deb ...
13:41:54 #22 29.32 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
13:41:54 + mkdir -p /root/build-deb/compose
13:41:54 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:41:54 + mkdir -p /root/build-deb/scan-cli-plugin
13:41:54 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:41:54 + mkdir -p /go/src/github.com/docker
13:41:54 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:41:54 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:41:54 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
13:41:54 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:41:54 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:41:54 + EPOCH=5
13:41:54 + EPOCH_SEP=
13:41:54 + [[ ! -z 5 ]]
13:41:54 + EPOCH_SEP=:
13:41:54 + [[ -z 0.0.0-20220503081348-bfa9b40 ]]
13:41:54 + echo VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:54 VERSION AAA 0.0.0-20220503081348-bfa9b40
13:41:54 VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:54 + VERSION=0.0.0-20220503081348-bfa9b40
13:41:54 + echo VERSION bbb 0.0.0-20220503081348-bfa9b40
13:41:54 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:41:54 + debSource=docker-ce
13:41:54 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:41:54 + debMaintainer='Docker <support@docker.com>'
13:41:54 ++ date --rfc-2822
13:41:54 + debDate='Wed, 04 May 2022 13:41:54 +0000'
13:41:54 + cat
13:41:54 + export CLI_GITCOMMIT=bfa9b40
13:41:54 + CLI_GITCOMMIT=bfa9b40
13:41:54 + export ENGINE_GITCOMMIT=613b798
13:41:54 + ENGINE_GITCOMMIT=613b798
13:41:54 + export SCAN_GITCOMMIT=061fe0a
13:41:54 + SCAN_GITCOMMIT=061fe0a
13:41:54 + echo VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:54 + dpkg-buildpackage -uc -us -I.git
13:41:54 VERSION BBB 0.0.0-20220503081348-bfa9b40
13:41:54 dpkg-buildpackage: info: source package docker-ce
13:41:54 dpkg-buildpackage: info: source version 5:0.0.0-20220503081348-bfa9b40-0~debian-bullseye
13:41:54 dpkg-buildpackage: info: source distribution bullseye
13:41:54 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:41:54  dpkg-source -I.git --before-build .
13:41:54 dpkg-buildpackage: info: host architecture armhf
13:41:54 #22 29.54 Selecting previously unselected package binutils-s390x-linux-gnu.
13:41:54 #22 29.55 Preparing to unpack .../009-binutils-s390x-linux-gnu_2.35.2-2_arm64.deb ...
13:41:54 #22 29.55 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
13:41:54 #22 29.73 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:arm64.
13:41:54  debian/rules clean
13:41:54 dh clean --with=bash-completion
13:41:54    dh_clean
13:41:54 #22 29.74 Preparing to unpack .../010-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_arm64.deb ...
13:41:54 #22 29.74 Unpacking gcc-10-arm-linux-gnueabi-base:arm64 (10.2.1-6cross1) ...
13:41:54 #22 29.78 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
13:41:54 #22 29.78 Preparing to unpack .../011-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_arm64.deb ...
13:41:54 #22 29.78 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:41:54  dpkg-source -I.git -b .
13:41:54 dpkg-source: warning: native package version may not have a revision
13:41:54 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220503081348-bfa9b40-0~debian'
13:41:54 dpkg-source: info: using source format '1.0'
13:41:54 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz
13:41:55 #24 DONE 77.5s
13:41:55 
13:41:55 #25 [windows/amd64 binary 1/1] COPY --from=build /out .
13:41:55 #25 DONE 0.1s
13:41:55 
13:41:55 #26 exporting to client
13:41:55 #26 copying files windows/amd64 23B
13:41:55 #26 copying files windows/amd64 26.12MB 0.5s done
13:41:55 #26 DONE 0.5s
13:41:55 + docker buildx build --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg VERSION=0.0.0-20220503081348-bfa9b40 --build-arg CONTAINERD_VERSION --build-arg RUNC_VERSION --build-arg CROSS=true --build-arg DOCKER_CROSSPLATFORMS=windows/amd64 --build-arg CGO_ENABLED= --output ./bundles --target cross .
13:41:55 #1 [internal] load .dockerignore
13:41:55 #1 transferring context: 145B done
13:41:55 #1 DONE 0.0s
13:41:55 
13:41:55 #2 [internal] load build definition from Dockerfile
13:41:55 #2 transferring dockerfile: 17.43kB 0.0s done
13:41:55 #2 DONE 0.1s
13:41:55 
13:41:55 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:41:55 #3 DONE 0.5s
13:41:55 
13:41:55 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:41:55 #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:41:55 #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.1s done
13:41:55 #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
13:41:55 #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
13:41:55 #4 DONE 0.4s
13:41:55 
13:41:55 #5 [auth] djs55/vpnkit:pull token for registry-1.docker.io
13:41:55 #5 DONE 0.0s
13:41:55 
13:41:55 #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:41:55 #6 ...
13:41:55 
13:41:55 #7 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye
13:41:55 #7 DONE 0.8s
13:41:55 
13:41:55 #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:41:55 #6 DONE 0.8s
13:41:55 
13:41:55 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:41:55 #8 DONE 0.8s
13:41:55 
13:41:55 #9 [internal] load build context
13:41:55 #9 DONE 0.0s
13:41:55 
13:41:55 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:55 #10 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.0s done
13:41:55 #10 DONE 0.0s
13:41:55 
13:41:55 #11 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:55 #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:55 #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:41:55 #11 ...
13:41:55 
13:41:55 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:41:55 #10 DONE 0.3s
13:41:55 
13:41:55 #11 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:41:55 #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.2s
13:41:55 #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.3s
13:41:55 #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done
13:41:55 #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
13:41:55 #20 21.45 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
13:41:55 #20 21.45 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
13:41:55 #20 21.46 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:41:57 #12 80.24   Updating   : glibc-2.17-325.el7_9.aarch64                                1/68 
13:41:57 #12 83.96   Updating   : glibc-common-2.17-325.el7_9.aarch64                         2/68 
13:41:58 #22 33.14 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:arm64.
13:41:58 #22 33.14 Preparing to unpack .../012-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_arm64.deb ...
13:41:58 #22 33.15 Unpacking gcc-10-arm-linux-gnueabihf-base:arm64 (10.2.1-6cross1) ...
13:41:58 #22 33.19 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
13:41:58 #22 33.19 Preparing to unpack .../013-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_arm64.deb ...
13:41:58 #22 33.19 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:41:58 #23 29.28 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:arm64.
13:41:58 #23 29.28 Preparing to unpack .../012-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_arm64.deb ...
13:41:58 #23 29.29 Unpacking gcc-10-arm-linux-gnueabihf-base:arm64 (10.2.1-6cross1) ...
13:41:58 #23 29.32 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
13:41:58 #23 29.32 Preparing to unpack .../013-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_arm64.deb ...
13:41:58 #23 29.33 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:41:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc
13:41:58  debian/rules build
13:41:58 dh build --with=bash-completion
13:41:58    dh_update_autotools_config
13:41:58    dh_autoreconf
13:41:58    debian/rules override_dh_auto_build
13:41:58 make[1]: Entering directory '/root/build-deb'
13:41:58 # Build the daemon and dependencies
13:41:58 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:41:58 
13:41:58 Removing bundles/
13:41:58 
13:41:58 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:58 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:41:58 GOOS="" GOARCH="" GOARM=""
13:41:58 #12 84.07   Updating   : systemd-libs-219-78.el7_9.5.aarch64                         3/68 
13:41:59 #12 85.53   Updating   : systemd-219-78.el7_9.5.aarch64                              4/68 
13:41:59 #12 86.06 Failed to get D-Bus connection: Operation not permitted
13:41:59 #12 86.10   Installing : mpfr-3.1.1-4.el7.aarch64                                    5/68 
13:42:00 #20 24.91 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
13:42:00 #20 24.91 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
13:42:00 #20 24.92 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:42:00 #20 ...
13:42:00 
13:42:00 #26 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:42:00 #26 12.60 + cd /tmp/tmp.pbedeA62kp/src/github.com/containerd/containerd
13:42:00 #26 12.60 + git checkout -q v1.6.3
13:42:00 #12 86.39   Installing : libmpc-1.0.1-3.el7.aarch64                                  6/68 
13:42:00 #26 13.15 + export 'BUILDTAGS=netgo osusergo static_build'
13:42:00 #26 13.15 + BUILDTAGS='netgo osusergo static_build'
13:42:00 #26 13.15 + export EXTRA_FLAGS=-buildmode=pie
13:42:00 #26 13.15 + EXTRA_FLAGS=-buildmode=pie
13:42:00 #26 13.15 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:42:00 #26 13.16 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:42:00 #26 13.16 + '[' '' = dynamic ']'
13:42:00 #26 13.16 + make
13:42:00 #12 86.70   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.aarch64             7/68 
13:42:00 #11 ...
13:42:00 
13:42:00 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:42:00 #10 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 0.3s done
13:42:00 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 5.1s
13:42:00 #10 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 4.2s done
13:42:00 #10 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 3.2s done
13:42:00 #10 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 0.5s done
13:42:00 #10 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 0.4s done
13:42:00 #10 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 3.3s done
13:42:00 #10 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 5.6s done
13:42:00 #10 DONE 6.0s
13:42:00 
13:42:00 #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:42:00 #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:42:00 #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.2s done
13:42:00 #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.7s done
13:42:00 #12 DONE 6.0s
13:42:00 
13:42:00 #11 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:42:00 #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.3s done
13:42:00 #11 DONE 6.0s
13:42:00 
13:42:00 #9 [internal] load build context
13:42:00 #9 transferring context: 60.53MB 6.0s
13:42:00 #9 transferring context: 60.99MB 6.0s done
13:42:00 #9 DONE 6.1s
13:42:00 
13:42:00 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:42:00 #10 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a
13:42:00 #10 ...
13:42:00 
13:42:00 #13 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:42:00 #13 DONE 0.1s
13:42:00 #12 87.00   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.aarch64                  8/68 
13:42:00 
13:42:00 #14 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:42:01 #12 87.31   Installing : 1:make-3.82-24.el7.aarch64                                  9/68 
13:42:01 #12 87.63   Installing : checkpolicy-2.5-8.el7.aarch64                              10/68 
13:42:01 #26 14.11 + bin/ctr
13:42:01 #22 36.57 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:arm64.
13:42:01 #22 36.57 Preparing to unpack .../014-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_arm64.deb ...
13:42:01 #22 36.57 Unpacking gcc-10-powerpc64le-linux-gnu-base:arm64 (10.2.1-6cross1) ...
13:42:01 #22 36.62 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
13:42:01 #22 36.62 Preparing to unpack .../015-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:01 #22 36.63 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:01 #23 32.72 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:arm64.
13:42:01 #23 32.72 Preparing to unpack .../014-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_arm64.deb ...
13:42:01 #23 32.72 Unpacking gcc-10-powerpc64le-linux-gnu-base:arm64 (10.2.1-6cross1) ...
13:42:01 #23 32.76 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
13:42:01 #23 32.76 Preparing to unpack .../015-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:01 #23 32.77 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:01 #12 87.66   Installing : lzo-2.06-8.el7.aarch64                                     11/68 
13:42:01 #12 87.96   Installing : m4-1.4.16-10.el7.aarch64                                   12/68 
13:42:01 #12 88.24   Installing : 1:perl-Error-0.17020-2.el7.noarch                          13/68 
13:42:02 #12 88.30   Installing : libarchive-3.1.2-14.el7_7.aarch64                          14/68 
13:42:03 #12 89.18   Installing : cpp-4.8.5-44.el7.aarch64                                   15/68 
13:42:03 #14 DONE 2.4s
13:42:03 
13:42:03 #10 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972
13:42:03 #10 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 2.2s done
13:42:03 #10 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.4s done
13:42:03 #10 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04
13:42:03 #10 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.3s done
13:42:03 #10 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28
13:42:03 #12 89.49   Installing : rsync-3.1.2-10.el7.aarch64                                 16/68 
13:42:03 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc
13:42:03  debian/rules build
13:42:03 dh build --with=bash-completion
13:42:03    dh_update_autotools_config
13:42:03    dh_autoreconf
13:42:03    debian/rules override_dh_auto_build
13:42:03 make[1]: Entering directory '/root/build-deb'
13:42:03 # Build the daemon and dependencies
13:42:03 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:42:03 
13:42:03 Removing bundles/
13:42:03 
13:42:03 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:42:03 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:03 GOOS="" GOARCH="" GOARM=""
13:42:03 #12 90.04   Installing : libcgroup-0.41-21.el7.aarch64                              17/68 
13:42:03 #24 DONE 77.2s
13:42:03 
13:42:03 #25 [darwin/amd64 binary 1/1] COPY --from=build /out .
13:42:03 #25 DONE 0.1s
13:42:03 
13:42:03 #26 exporting to client
13:42:03 #26 copying files darwin/amd64 22B
13:42:03 #26 copying files darwin/amd64 26.33MB 0.5s done
13:42:03 #26 DONE 0.5s
13:42:03 + docker buildx build --platform darwin/amd64 --build-arg BUILDKIT_MULTI_PLATFORM=true --output ./bin --target binaries .
13:42:03 #1 [internal] load build definition from Dockerfile
13:42:03 #1 transferring dockerfile: 2.90kB 0.0s done
13:42:03 #1 DONE 0.0s
13:42:03 
13:42:03 #2 [internal] load .dockerignore
13:42:03 #2 transferring context: 69B done
13:42:03 #2 DONE 0.0s
13:42:03 
13:42:03 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:42:03 #3 DONE 0.5s
13:42:03 
13:42:03 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:42:03 #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:42:03 #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
13:42:03 #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done
13:42:03 #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
13:42:03 #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
13:42:03 #4 DONE 0.5s
13:42:03 
13:42:03 #5 [linux/amd64 internal] load metadata for docker.io/library/golang:1.17-alpine
13:42:03 #5 DONE 0.4s
13:42:03 
13:42:03 #6 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0
13:42:03 #6 DONE 0.5s
13:42:04 #12 90.34   Installing : systemd-devel-219-78.el7_9.5.aarch64                       18/68 
13:42:04 #12 90.38   Installing : libselinux-utils-2.5-15.el7.aarch64                        19/68 
13:42:04 #12 90.51   Installing : policycoreutils-2.5-34.el7.aarch64                         20/68 
13:42:04 #23 36.06 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:arm64.
13:42:04 #23 36.07 Preparing to unpack .../016-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_arm64.deb ...
13:42:04 #23 36.07 Unpacking gcc-10-s390x-linux-gnu-base:arm64 (10.2.1-6cross1) ...
13:42:04 #23 36.11 Selecting previously unselected package cpp-10-s390x-linux-gnu.
13:42:04 #23 36.11 Preparing to unpack .../017-cpp-10-s390x-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:04 #23 36.11 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:04 
13:42:04 #7 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996
13:42:04 #7 resolve docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996 0.0s done
13:42:04 #7 sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 13.99kB / 13.99kB 0.1s done
13:42:04 #7 extracting sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 0.1s done
13:42:04 #7 DONE 0.2s
13:42:04 
13:42:04 #8 [linux/amd64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:42:04 #8 resolve docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d 0.0s done
13:42:04 #8 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 7.34MB / 110.24MB 0.2s
13:42:04 #8 sha256:f1849c0ca460162eccf24ec388b1da86b0a755ecf24754307ec19cf6db259931 0B / 157B 0.2s
13:42:04 #8 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 22.02MB / 110.24MB 0.3s
13:42:04 #12 90.54   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   21/68 
13:42:04 #8 sha256:f1849c0ca460162eccf24ec388b1da86b0a755ecf24754307ec19cf6db259931 157B / 157B 0.4s done
13:42:04 #8 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 50.33MB / 110.24MB 0.6s
13:42:04 #22 39.88 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:arm64.
13:42:04 #22 39.88 Preparing to unpack .../016-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_arm64.deb ...
13:42:04 #22 39.88 Unpacking gcc-10-s390x-linux-gnu-base:arm64 (10.2.1-6cross1) ...
13:42:04 #22 39.93 Selecting previously unselected package cpp-10-s390x-linux-gnu.
13:42:04 #22 39.93 Preparing to unpack .../017-cpp-10-s390x-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:04 #22 39.94 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:04 #12 91.09   Installing : libedit-3.0-12.20121213cvs.el7.aarch64                     22/68 
13:42:04 #8 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 62.91MB / 110.24MB 0.8s
13:42:05 #12 91.36   Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64                        23/68 
13:42:05 #8 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 77.18MB / 110.24MB 0.9s
13:42:05 #12 91.65   Installing : libsemanage-python-2.5-14.el7.aarch64                      24/68 
13:42:05 #12 91.70   Installing : libselinux-python-2.5-15.el7.aarch64                       25/68 
13:42:05 #12 91.73   Installing : less-458-9.el7.aarch64                                     26/68 
13:42:05 #12 91.75   Installing : fipscheck-1.4.1-6.el7.aarch64                              27/68 
13:42:05 #10 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 1.9s done
13:42:05 #10 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba
13:42:05 #8 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 91.23MB / 110.24MB 1.1s
13:42:05 #8 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 102.76MB / 110.24MB 1.2s
13:42:05 #8 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 110.24MB / 110.24MB 1.4s
13:42:05 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc
13:42:05  debian/rules build
13:42:05 dh build --with=bash-completion
13:42:05    dh_update_autotools_config
13:42:05    dh_autoreconf
13:42:05    debian/rules override_dh_auto_build
13:42:05 make[1]: Entering directory '/root/build-deb'
13:42:05 # Build the daemon and dependencies
13:42:05 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:42:05 
13:42:05 Removing bundles/
13:42:05 
13:42:05 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:42:05 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:05 GOOS="" GOARCH="" GOARM=""
13:42:05 #12 91.77   Installing : fipscheck-lib-1.4.1-6.el7.aarch64                          28/68 
13:42:05 #12 92.38   Installing : openssh-7.4p1-22.el7_9.aarch64                             29/68 
13:42:06 #12 92.50   Installing : openssh-clients-7.4p1-22.el7_9.aarch64                     30/68 
13:42:06 #12 92.55   Installing : audit-libs-python-2.8.5-4.el7.aarch64                      31/68 
13:42:06 #12 92.57   Installing : perl-TermReadKey-2.30-20.el7.aarch64                       32/68 
13:42:06 #8 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 110.24MB / 110.24MB 2.2s done
13:42:06 #8 extracting sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13
13:42:06 #26 ...
13:42:06 
13:42:06 #18 [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
13:42:06 #18 25.54 + for f in rootlesskit rootlesskit-docker-proxy
13:42:06 #18 25.54 + GOBIN=/build
13:42:06 #18 25.54 + GO111MODULE=on
13:42:06 #18 25.54 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:42:06 #18 27.42 rootlesskit version 1.0.0
13:42:06 #18 27.43 Usage of /build/rootlesskit-docker-proxy:
13:42:06 #18 27.43   -container-ip string
13:42:06 #18 27.43     	container ip
13:42:06 #18 27.43   -container-port int
13:42:06 #18 27.43     	container port (default -1)
13:42:06 #18 27.43   -host-ip string
13:42:06 #18 27.43     	host ip
13:42:06 #18 27.43   -host-port int
13:42:06 #18 27.43     	host port (default -1)
13:42:06 #18 27.43   -proto string
13:42:06 #18 27.43     	proxy protocol (default "tcp")
13:42:06 #18 DONE 31.5s
13:42:06 
13:42:06 #27 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:42:06 #27 DONE 0.5s
13:42:06 
13:42:06 #20 [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
13:42:06 #20 26.41 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
13:42:06 #20 26.41 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
13:42:06 #20 26.42 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:42:06 #20 29.31 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
13:42:06 #20 29.32 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
13:42:06 #20 29.46 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:42:06 #20 ...
13:42:06 
13:42:06 #28 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:42:06 #28 DONE 0.0s
13:42:06 
13:42:06 #20 [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
13:42:06 #20 32.14 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
13:42:06 #20 32.14 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
13:42:06 #20 32.15 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:42:06 #12 92.59   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           33/68 
13:42:06 #12 93.25   Installing : git-1.8.3.1-23.el7_8.aarch64                               34/68 
13:42:07 #10 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 2.1s done
13:42:07 #10 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f
13:42:07 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc
13:42:07  debian/rules build
13:42:07 dh build --with=bash-completion
13:42:07    dh_update_autotools_config
13:42:07    dh_autoreconf
13:42:07    debian/rules override_dh_auto_build
13:42:07 make[1]: Entering directory '/root/build-deb'
13:42:07 # Build the daemon and dependencies
13:42:07 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:42:07 
13:42:07 Removing bundles/
13:42:07 
13:42:07 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:42:07 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:07 GOOS="" GOARCH="" GOARM=""
13:42:07 #12 93.32   Installing : libgomp-4.8.5-44.el7.aarch64                               35/68 
13:42:07 #23 39.27 Selecting previously unselected package cpp-arm-linux-gnueabi.
13:42:07 #23 39.28 Preparing to unpack .../018-cpp-arm-linux-gnueabi_4%3a10.2.1-1_arm64.deb ...
13:42:07 #23 39.28 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:07 #23 39.31 Selecting previously unselected package cpp-arm-linux-gnueabihf.
13:42:07 #23 39.31 Preparing to unpack .../019-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_arm64.deb ...
13:42:07 #23 39.31 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:07 #23 39.35 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
13:42:07 #23 39.35 Preparing to unpack .../020-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:07 #23 39.35 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:07 #23 39.39 Selecting previously unselected package cpp-s390x-linux-gnu.
13:42:07 #12 93.67   Installing : setools-libs-3.3.8-4.el7.aarch64                           36/68 
13:42:07 #23 39.39 Preparing to unpack .../021-cpp-s390x-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:07 #23 39.40 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
13:42:07 #23 39.43 Selecting previously unselected package cross-config.
13:42:07 #23 39.43 Preparing to unpack .../022-cross-config_2.6.18+nmu1_all.deb ...
13:42:07 #23 39.43 Unpacking cross-config (2.6.18+nmu1) ...
13:42:07 #23 39.47 Selecting previously unselected package patch.
13:42:07 #23 39.47 Preparing to unpack .../023-patch_2.7.6-7_arm64.deb ...
13:42:07 #23 39.48 Unpacking patch (2.7.6-7) ...
13:42:07 #23 39.51 Selecting previously unselected package dpkg-dev.
13:42:07 #23 39.52 Preparing to unpack .../024-dpkg-dev_1.20.9_all.deb ...
13:42:07 #23 39.52 Unpacking dpkg-dev (1.20.9) ...
13:42:07 #23 39.63 Selecting previously unselected package libconfig-inifiles-perl.
13:42:07 #12 93.98   Installing : libseccomp-2.3.1-4.el7.aarch64                             37/68 
13:42:07 #23 39.64 Preparing to unpack .../025-libconfig-inifiles-perl_3.000003-1_all.deb ...
13:42:07 #23 39.64 Unpacking libconfig-inifiles-perl (3.000003-1) ...
13:42:07 #23 39.68 Selecting previously unselected package libio-string-perl.
13:42:07 #23 39.68 Preparing to unpack .../026-libio-string-perl_1.08-3.1_all.deb ...
13:42:07 #23 39.69 Unpacking libio-string-perl (1.08-3.1) ...
13:42:07 #23 39.73 Selecting previously unselected package libicu67:arm64.
13:42:07 #23 39.73 Preparing to unpack .../027-libicu67_67.1-7_arm64.deb ...
13:42:07 #23 39.74 Unpacking libicu67:arm64 (67.1-7) ...
13:42:07 #8 ...
13:42:07 
13:42:07 #9 [internal] load build context
13:42:07 #9 transferring context: 58.48MB 3.8s done
13:42:07 #9 DONE 3.9s
13:42:07 
13:42:07 #8 [linux/amd64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:42:08 #22 43.31 Selecting previously unselected package cpp-arm-linux-gnueabi.
13:42:08 #12 94.29   Installing : e2fsprogs-libs-1.42.9-19.el7.aarch64                       38/68 
13:42:08 #22 43.31 Preparing to unpack .../018-cpp-arm-linux-gnueabi_4%3a10.2.1-1_arm64.deb ...
13:42:08 #22 43.32 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:08 #22 43.35 Selecting previously unselected package cpp-arm-linux-gnueabihf.
13:42:08 #22 43.35 Preparing to unpack .../019-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_arm64.deb ...
13:42:08 #22 43.35 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:08 #22 43.38 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
13:42:08 #22 43.38 Preparing to unpack .../020-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:08 #22 43.39 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:08 #22 43.42 Selecting previously unselected package cpp-s390x-linux-gnu.
13:42:08 #22 43.42 Preparing to unpack .../021-cpp-s390x-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:08 #22 43.42 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
13:42:08 #22 43.46 Selecting previously unselected package cross-config.
13:42:08 #22 43.46 Preparing to unpack .../022-cross-config_2.6.18+nmu1_all.deb ...
13:42:08 #22 43.47 Unpacking cross-config (2.6.18+nmu1) ...
13:42:08 #22 43.49 Selecting previously unselected package patch.
13:42:08 #22 43.49 Preparing to unpack .../023-patch_2.7.6-7_arm64.deb ...
13:42:08 #22 43.50 Unpacking patch (2.7.6-7) ...
13:42:08 #22 43.53 Selecting previously unselected package dpkg-dev.
13:42:08 #22 43.54 Preparing to unpack .../024-dpkg-dev_1.20.9_all.deb ...
13:42:08 #22 43.54 Unpacking dpkg-dev (1.20.9) ...
13:42:08 #22 43.65 Selecting previously unselected package libconfig-inifiles-perl.
13:42:08 #12 94.70   Installing : btrfs-progs-4.9.1-1.el7.aarch64                            39/68 
13:42:08 #12 94.73   Installing : perl-Data-Dumper-2.145-3.el7.aarch64                       40/68 
13:42:08 #20 33.92 Selecting previously unselected package g++-mingw-w64-x86-64.
13:42:08 #20 33.93 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
13:42:08 #20 33.93 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:42:08 #20 33.99 Selecting previously unselected package libapparmor1:arm64.
13:42:08 #20 33.99 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
13:42:08 #20 34.00 Unpacking libapparmor1:arm64 (2.13.6-10) ...
13:42:08 #20 34.04 Selecting previously unselected package libapparmor-dev:arm64.
13:42:08 #20 34.05 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
13:42:08 #20 34.05 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
13:42:08 #20 34.11 Selecting previously unselected package libbtrfs0:arm64.
13:42:08 #20 34.11 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
13:42:08 #20 34.11 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
13:42:08 #22 43.65 Preparing to unpack .../025-libconfig-inifiles-perl_3.000003-1_all.deb ...
13:42:08 #22 43.65 Unpacking libconfig-inifiles-perl (3.000003-1) ...
13:42:08 #22 43.69 Selecting previously unselected package libio-string-perl.
13:42:08 #22 43.69 Preparing to unpack .../026-libio-string-perl_1.08-3.1_all.deb ...
13:42:08 #22 43.69 Unpacking libio-string-perl (1.08-3.1) ...
13:42:08 #22 43.73 Selecting previously unselected package libicu67:arm64.
13:42:08 #22 43.73 Preparing to unpack .../027-libicu67_67.1-7_arm64.deb ...
13:42:08 #22 43.73 Unpacking libicu67:arm64 (67.1-7) ...
13:42:08 #12 94.82   Installing : autoconf-2.69-11.el7.noarch                                41/68 
13:42:08 #12 95.09 install-info: No such file or directory for /usr/share/info/autoconf.info
13:42:08 #12 95.11   Installing : python-IPy-0.75-6.el7.noarch                               42/68 
13:42:08 #20 34.17 Selecting previously unselected package libbtrfs-dev:arm64.
13:42:08 #20 34.17 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
13:42:08 #20 34.18 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
13:42:08 #20 34.25 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:42:08 #20 34.25 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:42:08 #20 34.26 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:42:08 #20 34.29 Selecting previously unselected package libudev-dev:arm64.
13:42:08 #20 34.29 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
13:42:08 #20 34.30 Unpacking libudev-dev:arm64 (247.3-7) ...
13:42:08 #20 34.35 Selecting previously unselected package libsepol1-dev:arm64.
13:42:08 #20 34.35 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
13:42:08 #20 34.36 Unpacking libsepol1-dev:arm64 (3.1-1) ...
13:42:08 #23 40.62 Selecting previously unselected package libxml2:arm64.
13:42:08 #23 40.62 Preparing to unpack .../028-libxml2_2.9.10+dfsg-6.7+deb11u1_arm64.deb ...
13:42:08 #23 40.63 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ...
13:42:08 #23 40.70 Selecting previously unselected package libxml-namespacesupport-perl.
13:42:08 #23 40.71 Preparing to unpack .../029-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:42:08 #23 40.71 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:42:08 #23 40.74 Selecting previously unselected package libxml-sax-base-perl.
13:42:08 #23 40.74 Preparing to unpack .../030-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:42:08 #23 40.75 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:42:08 #23 40.80 Selecting previously unselected package libxml-sax-perl.
13:42:08 #23 40.80 Preparing to unpack .../031-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:42:08 #23 40.81 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:42:08 #23 40.85 Selecting previously unselected package libxml-libxml-perl.
13:42:08 #12 95.20   Installing : policycoreutils-python-2.5-34.el7.aarch64                  43/68 
13:42:08 #20 34.46 Selecting previously unselected package libpcre2-16-0:arm64.
13:42:08 #20 34.46 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
13:42:08 #20 34.47 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
13:42:08 #20 34.53 Selecting previously unselected package libpcre2-32-0:arm64.
13:42:08 #20 34.53 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
13:42:08 #20 34.54 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
13:42:09 #23 40.85 Preparing to unpack .../032-libxml-libxml-perl_2.0134+dfsg-2+b1_arm64.deb ...
13:42:09 #23 40.86 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:42:09 #23 40.91 Selecting previously unselected package libxml-simple-perl.
13:42:09 #23 40.92 Preparing to unpack .../033-libxml-simple-perl_2.25-1_all.deb ...
13:42:09 #23 40.92 Unpacking libxml-simple-perl (2.25-1) ...
13:42:09 #23 40.96 Selecting previously unselected package libyaml-perl.
13:42:09 #23 40.97 Preparing to unpack .../034-libyaml-perl_1.30-1_all.deb ...
13:42:09 #23 40.97 Unpacking libyaml-perl (1.30-1) ...
13:42:09 #23 41.00 Selecting previously unselected package libconfig-auto-perl.
13:42:09 #23 41.01 Preparing to unpack .../035-libconfig-auto-perl_0.44-1.1_all.deb ...
13:42:09 #23 41.01 Unpacking libconfig-auto-perl (0.44-1.1) ...
13:42:09 #23 41.05 Selecting previously unselected package libfile-which-perl.
13:42:09 #23 41.05 Preparing to unpack .../036-libfile-which-perl_1.23-1_all.deb ...
13:42:09 #23 41.05 Unpacking libfile-which-perl (1.23-1) ...
13:42:09 #23 41.09 Selecting previously unselected package libfile-homedir-perl.
13:42:09 #20 34.61 Selecting previously unselected package libpcre2-posix2:arm64.
13:42:09 #20 34.61 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
13:42:09 #20 34.62 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
13:42:09 #20 34.65 Selecting previously unselected package libpcre2-dev:arm64.
13:42:09 #20 34.66 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
13:42:09 #20 34.66 Unpacking libpcre2-dev:arm64 (10.36-2) ...
13:42:09 #20 34.78 Selecting previously unselected package libselinux1-dev:arm64.
13:42:09 #20 34.78 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
13:42:09 #20 34.78 Unpacking libselinux1-dev:arm64 (3.1-3) ...
13:42:09 #20 34.86 Selecting previously unselected package libdevmapper-dev:arm64.
13:42:09 #20 34.86 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
13:42:09 #20 34.87 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:42:09 #20 34.90 Selecting previously unselected package libseccomp-dev:arm64.
13:42:09 #20 34.90 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
13:42:09 #20 34.91 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:42:09 #23 41.09 Preparing to unpack .../037-libfile-homedir-perl_1.006-1_all.deb ...
13:42:09 #23 41.09 Unpacking libfile-homedir-perl (1.006-1) ...
13:42:09 #23 41.13 Selecting previously unselected package libdebian-dpkgcross-perl.
13:42:09 #23 41.13 Preparing to unpack .../038-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
13:42:09 #23 41.13 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
13:42:09 #23 41.18 Selecting previously unselected package dpkg-cross.
13:42:09 #23 41.18 Preparing to unpack .../039-dpkg-cross_2.6.18+nmu1_all.deb ...
13:42:09 #23 41.19 Unpacking dpkg-cross (2.6.18+nmu1) ...
13:42:09 #23 41.22 Selecting previously unselected package crossbuild-essential-arm64.
13:42:09 #23 41.22 Preparing to unpack .../040-crossbuild-essential-arm64_12.9_all.deb ...
13:42:09 #23 41.22 Unpacking crossbuild-essential-arm64 (12.9) ...
13:42:09 #23 41.25 Selecting previously unselected package gcc-10-cross-base.
13:42:09 #23 41.25 Preparing to unpack .../041-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
13:42:09 #23 41.26 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
13:42:09 #23 41.29 Selecting previously unselected package libc6-armel-cross.
13:42:09 #23 41.30 Preparing to unpack .../042-libc6-armel-cross_2.31-9cross4_all.deb ...
13:42:09 #23 41.30 Unpacking libc6-armel-cross (2.31-9cross4) ...
13:42:09 #12 95.28   Installing : policycoreutils-devel-2.5-34.el7.aarch64                   44/68 
13:42:09 #20 34.96 Selecting previously unselected package libsystemd-dev:arm64.
13:42:09 #20 34.97 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ...
13:42:09 #20 34.98 Unpacking libsystemd-dev:arm64 (247.3-7) ...
13:42:09 #20 35.14 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:42:09 #20 35.16 Setting up libapparmor1:arm64 (2.13.6-10) ...
13:42:09 #20 35.17 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:42:09 #20 35.18 Setting up libsepol1-dev:arm64 (3.1-1) ...
13:42:09 #20 35.20 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:42:09 #20 35.21 Setting up libpcre2-16-0:arm64 (10.36-2) ...
13:42:09 #20 35.22 Setting up libbtrfs0:arm64 (5.10.1-2) ...
13:42:09 #22 44.78 Selecting previously unselected package libxml2:arm64.
13:42:09 #22 44.78 Preparing to unpack .../028-libxml2_2.9.10+dfsg-6.7+deb11u1_arm64.deb ...
13:42:09 #22 44.78 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ...
13:42:09 #23 41.41 Selecting previously unselected package libgcc-s1-armel-cross.
13:42:09 #23 41.41 Preparing to unpack .../043-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
13:42:09 #23 41.42 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
13:42:09 #23 41.47 Selecting previously unselected package libgomp1-armel-cross.
13:42:09 #23 41.47 Preparing to unpack .../044-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
13:42:09 #23 41.48 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
13:42:09 #23 41.51 Selecting previously unselected package libatomic1-armel-cross.
13:42:09 #23 41.51 Preparing to unpack .../045-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
13:42:09 #23 41.52 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
13:42:09 #23 41.55 Selecting previously unselected package libasan6-armel-cross.
13:42:09 #23 41.55 Preparing to unpack .../046-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
13:42:09 #23 41.56 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
13:42:09 #20 35.23 Setting up libpcre2-32-0:arm64 (10.36-2) ...
13:42:09 #20 35.24 Setting up libudev-dev:arm64 (247.3-7) ...
13:42:09 #20 35.25 Setting up libpcre2-posix2:arm64 (10.36-2) ...
13:42:09 #20 35.26 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:42:09 #20 35.27 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
13:42:09 #20 35.29 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:42:09 #20 35.30 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
13:42:09 #20 35.31 Setting up mingw-w64-common (8.0.0-1) ...
13:42:09 #20 35.32 Setting up libsystemd-dev:arm64 (247.3-7) ...
13:42:09 #20 35.33 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
13:42:09 #20 35.35 Setting up libpcre2-dev:arm64 (10.36-2) ...
13:42:09 #20 35.36 Setting up libselinux1-dev:arm64 (3.1-3) ...
13:42:09 #20 35.37 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:42:09 #20 35.38 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:42:09 #20 35.39 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:42:09 #20 35.40 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:42:09 #20 35.41 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:42:09 #20 35.41 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
13:42:09 #20 35.42 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:42:09 #22 44.85 Selecting previously unselected package libxml-namespacesupport-perl.
13:42:09 #22 44.86 Preparing to unpack .../029-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:42:09 #22 44.86 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:42:09 #22 44.89 Selecting previously unselected package libxml-sax-base-perl.
13:42:09 #22 44.89 Preparing to unpack .../030-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:42:09 #22 44.90 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:42:09 #22 44.94 Selecting previously unselected package libxml-sax-perl.
13:42:09 #22 44.94 Preparing to unpack .../031-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:42:09 #22 44.95 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:42:09 #22 44.98 Selecting previously unselected package libxml-libxml-perl.
13:42:09 #22 44.98 Preparing to unpack .../032-libxml-libxml-perl_2.0134+dfsg-2+b1_arm64.deb ...
13:42:09 #22 44.99 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:42:09 #22 45.04 Selecting previously unselected package libxml-simple-perl.
13:42:09 #22 45.04 Preparing to unpack .../033-libxml-simple-perl_2.25-1_all.deb ...
13:42:09 #22 45.05 Unpacking libxml-simple-perl (2.25-1) ...
13:42:09 #22 45.08 Selecting previously unselected package libyaml-perl.
13:42:09 #22 45.08 Preparing to unpack .../034-libyaml-perl_1.30-1_all.deb ...
13:42:09 #22 45.08 Unpacking libyaml-perl (1.30-1) ...
13:42:09 #23 41.75 Selecting previously unselected package libstdc++6-armel-cross.
13:42:09 #23 41.75 Preparing to unpack .../047-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
13:42:09 #23 41.76 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
13:42:09 #23 41.82 Selecting previously unselected package libubsan1-armel-cross.
13:42:09 #23 41.82 Preparing to unpack .../048-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
13:42:09 #23 41.82 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
13:42:10 #20 35.43 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:42:10 #20 35.44 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:42:10 #20 35.46 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:42:10 #20 35.47 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:42:10 #20 35.49 Setting up dmsetup (2:1.02.175-2.1) ...
13:42:10 #20 35.50 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:42:10 #20 35.52 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:42:10 #20 35.53 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:42:10 #22 45.12 Selecting previously unselected package libconfig-auto-perl.
13:42:10 #22 45.12 Preparing to unpack .../035-libconfig-auto-perl_0.44-1.1_all.deb ...
13:42:10 #22 45.13 Unpacking libconfig-auto-perl (0.44-1.1) ...
13:42:10 #22 45.16 Selecting previously unselected package libfile-which-perl.
13:42:10 #22 45.17 Preparing to unpack .../036-libfile-which-perl_1.23-1_all.deb ...
13:42:10 #22 45.17 Unpacking libfile-which-perl (1.23-1) ...
13:42:10 #22 45.20 Selecting previously unselected package libfile-homedir-perl.
13:42:10 #22 45.20 Preparing to unpack .../037-libfile-homedir-perl_1.006-1_all.deb ...
13:42:10 #22 45.20 Unpacking libfile-homedir-perl (1.006-1) ...
13:42:10 #22 45.24 Selecting previously unselected package libdebian-dpkgcross-perl.
13:42:10 #22 45.24 Preparing to unpack .../038-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
13:42:10 #22 45.24 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
13:42:10 #22 45.28 Selecting previously unselected package dpkg-cross.
13:42:10 #22 45.28 Preparing to unpack .../039-dpkg-cross_2.6.18+nmu1_all.deb ...
13:42:10 #22 45.29 Unpacking dpkg-cross (2.6.18+nmu1) ...
13:42:10 #22 45.32 Selecting previously unselected package crossbuild-essential-arm64.
13:42:10 #23 41.91 Selecting previously unselected package libgcc-10-dev-armel-cross.
13:42:10 #23 41.91 Preparing to unpack .../049-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
13:42:10 #23 41.92 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
13:42:10 #23 42.02 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
13:42:10 #23 42.02 Preparing to unpack .../050-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_arm64.deb ...
13:42:10 #23 42.03 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:10 #22 45.32 Preparing to unpack .../040-crossbuild-essential-arm64_12.9_all.deb ...
13:42:10 #22 45.33 Unpacking crossbuild-essential-arm64 (12.9) ...
13:42:10 #22 45.36 Selecting previously unselected package gcc-10-cross-base.
13:42:10 #22 45.36 Preparing to unpack .../041-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
13:42:10 #22 45.36 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
13:42:10 #22 45.40 Selecting previously unselected package libc6-armel-cross.
13:42:10 #22 45.40 Preparing to unpack .../042-libc6-armel-cross_2.31-9cross4_all.deb ...
13:42:10 #22 45.40 Unpacking libc6-armel-cross (2.31-9cross4) ...
13:42:10 #22 45.51 Selecting previously unselected package libgcc-s1-armel-cross.
13:42:10 #22 45.52 Preparing to unpack .../043-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
13:42:10 #22 45.52 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
13:42:10 #22 45.55 Selecting previously unselected package libgomp1-armel-cross.
13:42:10 #22 45.55 Preparing to unpack .../044-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
13:42:10 #22 45.56 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
13:42:10 #22 45.60 Selecting previously unselected package libatomic1-armel-cross.
13:42:10 #12 96.01   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             45/68 
13:42:10 #20 DONE 36.2s
13:42:10 
13:42:10 #29 [binary-base 1/7] COPY --from=tini          /build/ /usr/local/bin/
13:42:10 #29 DONE 0.1s
13:42:10 
13:42:10 #30 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:42:10 #22 45.60 Preparing to unpack .../045-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
13:42:10 #22 45.60 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
13:42:10 #22 45.64 Selecting previously unselected package libasan6-armel-cross.
13:42:10 #22 45.64 Preparing to unpack .../046-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
13:42:10 #22 45.65 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
13:42:10 #22 45.84 Selecting previously unselected package libstdc++6-armel-cross.
13:42:10 #22 45.84 Preparing to unpack .../047-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
13:42:10 #22 45.85 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
13:42:10 #12 96.71   Installing : kernel-headers-4.18.0-348.20.1.el7.aarch64                 46/68 
13:42:10 #30 DONE 0.1s
13:42:10 
13:42:10 #31 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:42:10 #22 45.91 Selecting previously unselected package libubsan1-armel-cross.
13:42:10 #22 45.91 Preparing to unpack .../048-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
13:42:10 #22 45.92 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
13:42:10 #22 46.00 Selecting previously unselected package libgcc-10-dev-armel-cross.
13:42:10 #22 46.01 Preparing to unpack .../049-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
13:42:10 #22 46.01 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
13:42:10 #22 46.11 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
13:42:10 #12 97.23   Installing : glibc-headers-2.17-325.el7_9.aarch64                       47/68 
13:42:11 #31 0.140 + RM_GOPATH=0
13:42:11 #31 0.142 + TMP_GOPATH=
13:42:11 #31 0.143 + : /build
13:42:11 #31 0.143 + '[' -z '' ']'
13:42:11 #31 0.144 ++ mktemp -d
13:42:11 #31 0.145 + export GOPATH=/tmp/tmp.wSeb82l8g5
13:42:11 #31 0.146 + GOPATH=/tmp/tmp.wSeb82l8g5
13:42:11 #31 0.146 + RM_GOPATH=1
13:42:11 #31 0.147 + case "$(go env GOARCH)" in
13:42:11 #31 0.148 ++ go env GOARCH
13:42:11 #31 0.152 + export GO_BUILDMODE=-buildmode=pie
13:42:11 #31 0.152 + GO_BUILDMODE=-buildmode=pie
13:42:11 #31 0.154 ++ dirname /install.sh
13:42:11 #31 0.155 + dir=/
13:42:11 #31 0.155 + bin=runc
13:42:11 #31 0.155 + shift
13:42:11 #31 0.155 + '[' '!' -f //runc.installer ']'
13:42:11 #31 0.155 + . //runc.installer
13:42:11 #31 0.155 ++ set -e
13:42:11 #31 0.155 ++ : v1.1.1
13:42:11 #31 0.155 + install_runc
13:42:11 #31 0.155 + RUNC_BUILDTAGS=seccomp
13:42:11 #31 0.155 + echo 'Install runc version v1.1.1 (build tags: seccomp)'
13:42:11 #31 0.155 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.wSeb82l8g5/src/github.com/opencontainers/runc
13:42:11 #31 0.155 Install runc version v1.1.1 (build tags: seccomp)
13:42:11 #31 0.158 Cloning into '/tmp/tmp.wSeb82l8g5/src/github.com/opencontainers/runc'...
13:42:11 #22 46.11 Preparing to unpack .../050-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_arm64.deb ...
13:42:11 #22 46.12 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:11 #8 extracting sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 4.4s done
13:42:11 #8 extracting sha256:f1849c0ca460162eccf24ec388b1da86b0a755ecf24754307ec19cf6db259931 0.0s done
13:42:11 #8 DONE 6.8s
13:42:11 
13:42:11 #10 [linux/amd64 gobase 1/3] COPY --from=xx / /
13:42:12 #12 97.33   Installing : glibc-devel-2.17-325.el7_9.aarch64                         48/68 
13:42:12 #12 98.60   Installing : gcc-4.8.5-44.el7.aarch64                                   49/68 
13:42:12 #12 98.90   Installing : libsepol-devel-2.5-10.el7.aarch64                          50/68 
13:42:12 #10 DONE 1.6s
13:42:12 
13:42:12 #11 [linux/amd64 gobase 2/3] RUN apk add --no-cache file git
13:42:12 #0 0.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
13:42:12 #12 98.95   Installing : perl-Test-Harness-3.28-3.el7.noarch                        51/68 
13:42:12 #12 99.05   Installing : automake-1.13.4-3.el7.noarch                               52/68 
13:42:12 #12 99.32 install-info: No such file or directory for /usr/share/info/automake.info.gz
13:42:12 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc
13:42:12  debian/rules build
13:42:12 dh build --with=bash-completion
13:42:12    dh_update_autotools_config
13:42:12    dh_autoreconf
13:42:12    debian/rules override_dh_auto_build
13:42:12 make[1]: Entering directory '/root/build-deb'
13:42:12 # Build the daemon and dependencies
13:42:12 cd engine && DOCKER_GITCOMMIT=613b798 PRODUCT=docker ./hack/make.sh dynbinary
13:42:12 
13:42:12 Removing bundles/
13:42:12 
13:42:12 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:42:12 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:12 GOOS="" GOARCH="" GOARM=""
13:42:13 #12 99.39   Installing : pcre-devel-8.32-17.el7.aarch64                             53/68 
13:42:13 #12 99.42   Installing : libselinux-devel-2.5-15.el7.aarch64                        54/68 
13:42:13 #12 99.45   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64           55/68 
13:42:13 #12 99.60   Installing : libtool-2.4.2-22.el7_3.aarch64                             56/68 
13:42:13 #12 99.87 install-info: No such file or directory for /usr/share/info/libtool.info.gz
13:42:13 #12 100.1   Installing : glibc-static-2.17-325.el7_9.aarch64                        57/68 
13:42:13 #12 100.1   Installing : btrfs-progs-devel-4.9.1-1.el7.aarch64                      58/68 
13:42:13 #12 100.2   Installing : libseccomp-devel-2.3.1-4.el7.aarch64                       59/68 
13:42:13 #11 1.179 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
13:42:13 #11 1.357 (1/8) Installing libmagic (5.41-r0)
13:42:13 #11 1.382 (2/8) Installing file (5.41-r0)
13:42:13 #11 1.385 (3/8) Installing brotli-libs (1.0.9-r5)
13:42:13 #11 1.394 (4/8) Installing nghttp2-libs (1.46.0-r0)
13:42:13 #11 1.397 (5/8) Installing libcurl (7.80.0-r1)
13:42:13 #11 1.408 (6/8) Installing expat (2.4.7-r0)
13:42:13 #11 1.411 (7/8) Installing pcre2 (10.39-r0)
13:42:13 #11 1.419 (8/8) Installing git (2.34.2-r0)
13:42:13 #11 1.523 Executing busybox-1.34.1-r5.trigger
13:42:13 #11 1.528 OK: 26 MiB in 23 packages
13:42:14 #11 DONE 1.8s
13:42:14 
13:42:14 #12 [linux/amd64 gobase 3/3] WORKDIR /src
13:42:14 #12 DONE 0.0s
13:42:14 
13:42:14 #13 [linux/amd64 buildx-version 1/1] RUN --mount=target=.   PKG=github.com/docker/buildx VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) REVISION=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);   echo "-X ${PKG}/version.Version=${VERSION} -X ${PKG}/version.Revision=${REVISION} -X ${PKG}/version.Package=${PKG}" | tee /tmp/.ldflags;   echo -n "${VERSION}" | tee /tmp/.version;
13:42:14 #31 3.317 + cd /tmp/tmp.wSeb82l8g5/src/github.com/opencontainers/runc
13:42:14 #31 3.318 + git checkout -q v1.1.1
13:42:14 #31 3.433 + '[' -z '' ']'
13:42:14 #31 3.434 + target=static
13:42:14 #31 3.434 + make BUILDTAGS=seccomp static
13:42:14 #31 3.471 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc .
13:42:15 #12 100.2   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.aarch64                  60/68 
13:42:15 #12 101.2   Installing : cmake-2.8.12.2-2.el7.aarch64                               61/68 
13:42:15 #12 101.3   Installing : which-2.20-7.el7.aarch64                                   62/68 
13:42:15 #12 101.5 install-info: No such file or directory for /usr/share/info/which.info.gz
13:42:15 #13 0.719 -X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx
13:42:15 #13 0.720 v0.8.2#13 DONE 0.8s
13:42:15 
13:42:15 #14 [linux/amd64 buildx-build 1/1] RUN --mount=type=bind,target=.   --mount=type=cache,target=/root/.cache   --mount=type=cache,target=/go/pkg/mod   --mount=type=bind,source=/tmp/.ldflags,target=/tmp/.ldflags,from=buildx-version   set -x; xx-go build -ldflags "$(cat /tmp/.ldflags) -w -s" -o /usr/bin/buildx ./cmd/buildx &&   xx-verify --static /usr/bin/buildx
13:42:15 #0 0.081 + cat /tmp/.ldflags
13:42:15 #14 0.082 + xx-go build -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -w -s' -o /usr/bin/buildx ./cmd/buildx
13:42:15 #23 46.86 Selecting previously unselected package gcc-arm-linux-gnueabi.
13:42:15 #23 46.86 Preparing to unpack .../051-gcc-arm-linux-gnueabi_4%3a10.2.1-1_arm64.deb ...
13:42:15 #23 47.04 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:15 #12 101.5   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.aarch64                63/68 
13:42:15 #12 102.1   Cleanup    : 7:device-mapper-1.02.170-6.el7.aarch64                     64/68 
13:42:16 #12 102.3   Cleanup    : systemd-219-78.el7.aarch64                                 65/68 
13:42:16 #23 48.07 Selecting previously unselected package linux-libc-dev-armel-cross.
13:42:16 #23 48.07 Preparing to unpack .../052-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
13:42:16 #22 50.64 Selecting previously unselected package gcc-arm-linux-gnueabi.
13:42:16 #22 50.64 Preparing to unpack .../051-gcc-arm-linux-gnueabi_4%3a10.2.1-1_arm64.deb ...
13:42:16 #22 50.82 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:16 #12 102.6   Cleanup    : systemd-libs-219-78.el7.aarch64                            66/68 
13:42:16 #23 48.33 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
13:42:16 #22 51.73 Selecting previously unselected package linux-libc-dev-armel-cross.
13:42:16 #22 51.73 Preparing to unpack .../052-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
13:42:16 #22 51.92 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
13:42:16 #12 102.9   Cleanup    : glibc-2.17-317.el7.aarch64                                 67/68 
13:42:17 #12 103.2   Cleanup    : glibc-common-2.17-317.el7.aarch64                          68/68 
13:42:17 #12 103.5   Verifying  : glibc-common-2.17-325.el7_9.aarch64                         1/68 
13:42:17 #12 103.6   Verifying  : rsync-3.1.2-10.el7.aarch64                                  2/68 
13:42:17 #12 103.6   Verifying  : openssh-clients-7.4p1-22.el7_9.aarch64                      3/68 
13:42:17 #12 103.6   Verifying  : pcre-devel-8.32-17.el7.aarch64                              4/68 
13:42:17 #12 103.6   Verifying  : glibc-devel-2.17-325.el7_9.aarch64                          5/68 
13:42:17 #12 103.6   Verifying  : libselinux-utils-2.5-15.el7.aarch64                         6/68 
13:42:17 #12 103.6   Verifying  : libarchive-3.1.2-14.el7_7.aarch64                           7/68 
13:42:17 #12 103.6   Verifying  : btrfs-progs-4.9.1-1.el7.aarch64                             8/68 
13:42:17 #12 103.6   Verifying  : automake-1.13.4-3.el7.noarch                                9/68 
13:42:17 #12 103.6   Verifying  : libseccomp-devel-2.3.1-4.el7.aarch64                       10/68 
13:42:17 #12 103.7   Verifying  : glibc-static-2.17-325.el7_9.aarch64                        11/68 
13:42:17 #12 103.7   Verifying  : 1:make-3.82-24.el7.aarch64                                 12/68 
13:42:17 #12 103.7   Verifying  : libcgroup-0.41-21.el7.aarch64                              13/68 
13:42:17 #12 103.7   Verifying  : systemd-libs-219-78.el7_9.5.aarch64                        14/68 
13:42:17 #12 103.7   Verifying  : checkpolicy-2.5-8.el7.aarch64                              15/68 
13:42:17 #12 103.7   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        16/68 
13:42:17 #12 103.7   Verifying  : libedit-3.0-12.20121213cvs.el7.aarch64                     17/68 
13:42:17 #12 103.7   Verifying  : openssh-7.4p1-22.el7_9.aarch64                             18/68 
13:42:17 #12 103.7   Verifying  : libtool-ltdl-2.4.2-22.el7_3.aarch64                        19/68 
13:42:17 #12 103.8   Verifying  : libsemanage-python-2.5-14.el7.aarch64                      20/68 
13:42:17 #12 103.8   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.aarch64                 21/68 
13:42:17 #12 103.8   Verifying  : btrfs-progs-devel-4.9.1-1.el7.aarch64                      22/68 
13:42:17 #23 49.15 Selecting previously unselected package libc6-dev-armel-cross.
13:42:17 #23 49.15 Preparing to unpack .../053-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
13:42:17 #23 49.16 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
13:42:17 #10 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 9.1s done
13:42:17 #10 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 0.0s done
13:42:17 #10 DONE 22.2s
13:42:17 
13:42:17 #15 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:42:17 #12 103.8   Verifying  : libselinux-python-2.5-15.el7.aarch64                       23/68 
13:42:17 #12 103.8   Verifying  : glibc-2.17-325.el7_9.aarch64                               24/68 
13:42:17 #12 103.8   Verifying  : which-2.20-7.el7.aarch64                                   25/68 
13:42:17 #12 103.8   Verifying  : less-458-9.el7.aarch64                                     26/68 
13:42:17 #12 103.8   Verifying  : mpfr-3.1.1-4.el7.aarch64                                   27/68 
13:42:17 #12 103.8   Verifying  : glibc-headers-2.17-325.el7_9.aarch64                       28/68 
13:42:17 #12 103.9   Verifying  : libmpc-1.0.1-3.el7.aarch64                                 29/68 
13:42:17 #12 103.9   Verifying  : systemd-219-78.el7_9.5.aarch64                             30/68 
13:42:17 #12 103.9   Verifying  : fipscheck-1.4.1-6.el7.aarch64                              31/68 
13:42:17 #12 103.9   Verifying  : fipscheck-lib-1.4.1-6.el7.aarch64                          32/68 
13:42:17 #12 103.9   Verifying  : cpp-4.8.5-44.el7.aarch64                                   33/68 
13:42:17 #12 103.9   Verifying  : libtool-2.4.2-22.el7_3.aarch64                             34/68 
13:42:17 #12 103.9   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             35/68 
13:42:17 #12 103.9   Verifying  : lzo-2.06-8.el7.aarch64                                     36/68 
13:42:17 #12 104.0   Verifying  : audit-libs-python-2.8.5-4.el7.aarch64                      37/68 
13:42:17 #12 104.0   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64           38/68 
13:42:17 #12 104.0   Verifying  : libsepol-devel-2.5-10.el7.aarch64                          39/68 
13:42:17 #12 104.0   Verifying  : cmake-2.8.12.2-2.el7.aarch64                               40/68 
13:42:17 #12 104.0   Verifying  : libselinux-devel-2.5-15.el7.aarch64                        41/68 
13:42:17 #23 49.45 Selecting previously unselected package libstdc++-10-dev-armel-cross.
13:42:17 #23 49.45 Preparing to unpack .../054-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
13:42:17 #23 49.45 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
13:42:17 #12 104.0   Verifying  : perl-TermReadKey-2.30-20.el7.aarch64                       42/68 
13:42:17 #12 104.0   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   43/68 
13:42:17 #12 104.0   Verifying  : policycoreutils-devel-2.5-34.el7.aarch64                   44/68 
13:42:17 #12 104.0   Verifying  : policycoreutils-2.5-34.el7.aarch64                         45/68 
13:42:17 #12 104.1   Verifying  : gcc-4.8.5-44.el7.aarch64                                   46/68 
13:42:17 #12 104.1   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          47/68 
13:42:17 #12 104.1   Verifying  : kernel-headers-4.18.0-348.20.1.el7.aarch64                 48/68 
13:42:17 #12 104.1   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.aarch64                  49/68 
13:42:17 #12 104.1   Verifying  : libgomp-4.8.5-44.el7.aarch64                               50/68 
13:42:17 #12 104.1   Verifying  : setools-libs-3.3.8-4.el7.aarch64                           51/68 
13:42:17 #12 104.2   Verifying  : autoconf-2.69-11.el7.noarch                                52/68 
13:42:17 #12 104.2   Verifying  : policycoreutils-python-2.5-34.el7.aarch64                  53/68 
13:42:17 #12 104.2   Verifying  : python-IPy-0.75-6.el7.noarch                               54/68 
13:42:17 #12 104.2   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.aarch64            55/68 
13:42:17 #12 104.2   Verifying  : m4-1.4.16-10.el7.aarch64                                   56/68 
13:42:17 #12 104.2   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           57/68 
13:42:17 #12 104.2   Verifying  : systemd-devel-219-78.el7_9.5.aarch64                       58/68 
13:42:17 #23 49.67 Selecting previously unselected package g++-10-arm-linux-gnueabi.
13:42:17 #23 49.68 Preparing to unpack .../055-g++-10-arm-linux-gnueabi_10.2.1-6cross1_arm64.deb ...
13:42:17 #23 49.68 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:17 #12 104.2   Verifying  : libseccomp-2.3.1-4.el7.aarch64                             59/68 
13:42:17 #12 104.2   Verifying  : e2fsprogs-libs-1.42.9-19.el7.aarch64                       60/68 
13:42:17 #12 104.3   Verifying  : git-1.8.3.1-23.el7_8.aarch64                               61/68 
13:42:17 #12 104.3   Verifying  : perl-Data-Dumper-2.145-3.el7.aarch64                       62/68 
13:42:17 #12 104.3   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.aarch64                63/68 
13:42:17 #12 104.3   Verifying  : systemd-219-78.el7.aarch64                                 64/68 
13:42:17 #12 104.3   Verifying  : 7:device-mapper-1.02.170-6.el7.aarch64                     65/68 
13:42:17 #12 104.3   Verifying  : systemd-libs-219-78.el7.aarch64                            66/68 
13:42:17 #12 104.3   Verifying  : glibc-2.17-317.el7.aarch64                                 67/68 
13:42:17 #12 104.3   Verifying  : glibc-common-2.17-317.el7.aarch64                          68/68 
13:42:17 #12 104.3 
13:42:17 #12 104.3 Installed:
13:42:17 #12 104.3   btrfs-progs-devel.aarch64 0:4.9.1-1.el7                                       
13:42:17 #12 104.3   cmake.aarch64 0:2.8.12.2-2.el7                                                
13:42:17 #12 104.3   device-mapper-devel.aarch64 7:1.02.170-6.el7_9.5                              
13:42:17 #12 104.3   gcc.aarch64 0:4.8.5-44.el7                                                    
13:42:17 #12 104.3   git.aarch64 0:1.8.3.1-23.el7_8                                                
13:42:17 #12 104.3   glibc-static.aarch64 0:2.17-325.el7_9                                         
13:42:17 #12 104.3   libarchive.aarch64 0:3.1.2-14.el7_7                                           
13:42:17 #12 104.3   libseccomp-devel.aarch64 0:2.3.1-4.el7                                        
13:42:17 #12 104.3   libselinux-devel.aarch64 0:2.5-15.el7                                         
13:42:17 #12 104.3   libtool.aarch64 0:2.4.2-22.el7_3                                              
13:42:17 #12 104.3   libtool-ltdl-devel.aarch64 0:2.4.2-22.el7_3                                   
13:42:17 #12 104.3   make.aarch64 1:3.82-24.el7                                                    
13:42:17 #12 104.3   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
13:42:17 #12 104.3   systemd-devel.aarch64 0:219-78.el7_9.5                                        
13:42:17 #12 104.3   which.aarch64 0:2.20-7.el7                                                    
13:42:17 #12 104.3 
13:42:17 #12 104.3 Dependency Installed:
13:42:17 #12 104.3   audit-libs-python.aarch64 0:2.8.5-4.el7                                       
13:42:17 #12 104.3   autoconf.noarch 0:2.69-11.el7                                                 
13:42:17 #12 104.3   automake.noarch 0:1.13.4-3.el7                                                
13:42:17 #12 104.3   btrfs-progs.aarch64 0:4.9.1-1.el7                                             
13:42:17 #12 104.3   checkpolicy.aarch64 0:2.5-8.el7                                               
13:42:17 #12 104.3   cpp.aarch64 0:4.8.5-44.el7                                                    
13:42:17 #12 104.3   e2fsprogs-libs.aarch64 0:1.42.9-19.el7                                        
13:42:17 #12 104.3   fipscheck.aarch64 0:1.4.1-6.el7                                               
13:42:17 #12 104.3   fipscheck-lib.aarch64 0:1.4.1-6.el7                                           
13:42:17 #12 104.3   glibc-devel.aarch64 0:2.17-325.el7_9                                          
13:42:17 #12 104.3   glibc-headers.aarch64 0:2.17-325.el7_9                                        
13:42:17 #12 104.3   kernel-headers.aarch64 0:4.18.0-348.20.1.el7                                  
13:42:17 #12 104.3   less.aarch64 0:458-9.el7                                                      
13:42:17 #12 104.3   libcgroup.aarch64 0:0.41-21.el7                                               
13:42:17 #12 104.3   libedit.aarch64 0:3.0-12.20121213cvs.el7                                      
13:42:17 #12 104.3   libgomp.aarch64 0:4.8.5-44.el7                                                
13:42:17 #12 104.3   libmpc.aarch64 0:1.0.1-3.el7                                                  
13:42:17 #12 104.3   libseccomp.aarch64 0:2.3.1-4.el7                                              
13:42:17 #12 104.3   libselinux-python.aarch64 0:2.5-15.el7                                        
13:42:17 #12 104.3   libselinux-utils.aarch64 0:2.5-15.el7                                         
13:42:17 #12 104.3   libsemanage-python.aarch64 0:2.5-14.el7                                       
13:42:17 #12 104.3   libsepol-devel.aarch64 0:2.5-10.el7                                           
13:42:17 #12 104.3   libtool-ltdl.aarch64 0:2.4.2-22.el7_3                                         
13:42:17 #12 104.3   lzo.aarch64 0:2.06-8.el7                                                      
13:42:17 #12 104.3   m4.aarch64 0:1.4.16-10.el7                                                    
13:42:17 #12 104.3   mpfr.aarch64 0:3.1.1-4.el7                                                    
13:42:17 #12 104.3   openssh.aarch64 0:7.4p1-22.el7_9                                              
13:42:17 #12 104.3   openssh-clients.aarch64 0:7.4p1-22.el7_9                                      
13:42:17 #12 104.3   pcre-devel.aarch64 0:8.32-17.el7                                              
13:42:17 #12 104.3   perl-Data-Dumper.aarch64 0:2.145-3.el7                                        
13:42:17 #12 104.3   perl-Error.noarch 1:0.17020-2.el7                                             
13:42:17 #12 104.3   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
13:42:17 #12 104.3   perl-TermReadKey.aarch64 0:2.30-20.el7                                        
13:42:17 #12 104.3   perl-Test-Harness.noarch 0:3.28-3.el7                                         
13:42:17 #12 104.3   policycoreutils.aarch64 0:2.5-34.el7                                          
13:42:17 #12 104.3   policycoreutils-devel.aarch64 0:2.5-34.el7                                    
13:42:17 #12 104.3   policycoreutils-python.aarch64 0:2.5-34.el7                                   
13:42:17 #12 104.3   python-IPy.noarch 0:0.75-6.el7                                                
13:42:17 #12 104.3   rsync.aarch64 0:3.1.2-10.el7                                                  
13:42:17 #12 104.3   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
13:42:17 #12 104.3   setools-libs.aarch64 0:3.3.8-4.el7                                            
13:42:17 #12 104.3 
13:42:17 #12 104.3 Dependency Updated:
13:42:17 #12 104.3   device-mapper.aarch64 7:1.02.170-6.el7_9.5                                    
13:42:17 #12 104.3   device-mapper-libs.aarch64 7:1.02.170-6.el7_9.5                               
13:42:17 #12 104.3   glibc.aarch64 0:2.17-325.el7_9                                                
13:42:17 #12 104.3   glibc-common.aarch64 0:2.17-325.el7_9                                         
13:42:17 #12 104.3   systemd.aarch64 0:219-78.el7_9.5                                              
13:42:17 #12 104.3   systemd-libs.aarch64 0:219-78.el7_9.5                                         
13:42:17 #12 104.3 
13:42:17 #12 104.3 Complete!
13:42:18 #22 52.94 Selecting previously unselected package libc6-dev-armel-cross.
13:42:18 #22 52.94 Preparing to unpack .../053-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
13:42:18 #22 53.08 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
13:42:18 #22 53.26 Selecting previously unselected package libstdc++-10-dev-armel-cross.
13:42:18 #22 53.26 Preparing to unpack .../054-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
13:42:18 #22 53.27 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
13:42:18 #12 104.5 Loaded plugins: fastestmirror, ovl
13:42:18 #12 104.6 Enabling base-source repository
13:42:18 #12 104.6 Enabling extras-source repository
13:42:18 #12 104.6 Enabling updates-source repository
13:42:18 #12 104.6 Loading mirror speeds from cached hostfile
13:42:18 #12 104.6  * base: download.cf.centos.org
13:42:18 #12 104.6  * extras: download.cf.centos.org
13:42:18 #12 104.6  * updates: download.cf.centos.org
13:42:18 #12 104.6 Checking for new repos for mirrors
13:42:18 #12 104.7 Getting requirements for /root/rpmbuild/SPECS/docker-buildx-plugin.spec
13:42:18 #12 104.7  --> Already installed : bash-4.2.46-34.el7.aarch64
13:42:18 #12 104.7 No uninstalled build requires
13:42:18 #22 53.48 Selecting previously unselected package g++-10-arm-linux-gnueabi.
13:42:18 #22 53.49 Preparing to unpack .../055-g++-10-arm-linux-gnueabi_10.2.1-6cross1_arm64.deb ...
13:42:18 #22 53.49 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:18 #12 DONE 105.1s
13:42:18 
13:42:18 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
13:42:18 #14 sha256:f4156727ec442662167edf5106dde12bf95336f71a64d8836ab1d3b2c382357b
13:42:20 #15 DONE 3.5s
13:42:20 
13:42:20 #16 [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
13:42:20 #16 DONE 0.1s
13:42:20 
13:42:20 #17 [cross-true 1/6] RUN dpkg --add-architecture arm64
13:42:20 #17 DONE 0.2s
13:42:20 
13:42:20 #18 [cross-true 2/6] RUN dpkg --add-architecture armel
13:42:20 #18 DONE 0.1s
13:42:20 
13:42:20 #19 [cross-true 3/6] RUN dpkg --add-architecture armhf
13:42:20 #19 DONE 0.1s
13:42:20 
13:42:20 #20 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:42:20 #14 DONE 2.2s
13:42:20 #20 ...
13:42:20 
13:42:20 #21 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
13:42:20 #21 DONE 0.1s
13:42:20 
13:42:20 #20 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:42:20 #20 0.464 go: downloading github.com/tc-hib/go-winres v0.2.3
13:42:20 #20 ...
13:42:20 
13:42:20 #22 [cross-true 5/6] RUN dpkg --add-architecture s390x
13:42:20 #22 DONE 0.1s
13:42:20 
13:42:20 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
13:42:20 #15 sha256:2b726fea5d4b70bacea7a8eae5fe6068b60ba47791128860f08bb359438cb914
13:42:20 #15 DONE 0.0s
13:42:20 
13:42:20 #16 exporting to image
13:42:20 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:42:20 #16 exporting layers
13:42:21 
13:42:21 #23 [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
13:42:21 #23 0.415 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:42:21 #23 0.429 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:42:21 #23 0.430 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:42:21 #23 0.561 Get:4 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:42:21 #23 0.580 Get:5 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:42:21 #23 0.584 Get:6 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:42:21 #23 0.588 Get:7 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:42:21 #23 0.589 Get:8 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:42:21 #23 0.591 Get:9 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB]
13:42:21 #23 0.894 Get:10 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:42:21 #23 53.28 Selecting previously unselected package g++-arm-linux-gnueabi.
13:42:21 #23 53.28 Preparing to unpack .../056-g++-arm-linux-gnueabi_4%3a10.2.1-1_arm64.deb ...
13:42:21 #23 53.29 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:21 #23 53.32 Selecting previously unselected package crossbuild-essential-armel.
13:42:21 #23 53.32 Preparing to unpack .../057-crossbuild-essential-armel_12.9_all.deb ...
13:42:21 #23 53.33 Unpacking crossbuild-essential-armel (12.9) ...
13:42:21 #23 53.39 Selecting previously unselected package libc6-armhf-cross.
13:42:21 #23 53.39 Preparing to unpack .../058-libc6-armhf-cross_2.31-9cross4_all.deb ...
13:42:21 #23 53.39 Unpacking libc6-armhf-cross (2.31-9cross4) ...
13:42:21 #23 53.49 Selecting previously unselected package libgcc-s1-armhf-cross.
13:42:21 #23 53.50 Preparing to unpack .../059-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:21 #23 53.50 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
13:42:21 #23 53.53 Selecting previously unselected package libgomp1-armhf-cross.
13:42:21 #23 53.54 Preparing to unpack .../060-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:21 #23 53.54 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
13:42:21 #23 53.57 Selecting previously unselected package libatomic1-armhf-cross.
13:42:21 #23 53.58 Preparing to unpack .../061-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:21 #23 53.58 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
13:42:21 #23 53.62 Selecting previously unselected package libasan6-armhf-cross.
13:42:21 #23 53.62 Preparing to unpack .../062-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:21 #23 53.62 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
13:42:21 #23 53.81 Selecting previously unselected package libstdc++6-armhf-cross.
13:42:21 #23 53.82 Preparing to unpack .../063-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:21 #23 53.82 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
13:42:21 #23 53.88 Selecting previously unselected package libubsan1-armhf-cross.
13:42:21 #23 53.89 Preparing to unpack .../064-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:21 #23 53.89 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
13:42:21 #23 53.98 Selecting previously unselected package libgcc-10-dev-armhf-cross.
13:42:21 #23 53.98 Preparing to unpack .../065-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:21 #23 53.99 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
13:42:22 #23 1.129 Get:11 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:42:22 #23 1.378 Get:12 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:42:22 #23 54.09 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
13:42:22 #23 54.09 Preparing to unpack .../066-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_arm64.deb ...
13:42:22 #23 54.10 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:42:22 #23 1.638 Get:13 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:42:22 #22 57.11 Selecting previously unselected package g++-arm-linux-gnueabi.
13:42:22 #22 57.11 Preparing to unpack .../056-g++-arm-linux-gnueabi_4%3a10.2.1-1_arm64.deb ...
13:42:22 #22 57.12 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:22 #22 57.15 Selecting previously unselected package crossbuild-essential-armel.
13:42:22 #22 57.15 Preparing to unpack .../057-crossbuild-essential-armel_12.9_all.deb ...
13:42:22 #22 57.15 Unpacking crossbuild-essential-armel (12.9) ...
13:42:22 #22 57.18 Selecting previously unselected package libc6-armhf-cross.
13:42:22 #22 57.19 Preparing to unpack .../058-libc6-armhf-cross_2.31-9cross4_all.deb ...
13:42:22 #22 57.19 Unpacking libc6-armhf-cross (2.31-9cross4) ...
13:42:22 #22 57.30 Selecting previously unselected package libgcc-s1-armhf-cross.
13:42:22 #22 57.30 Preparing to unpack .../059-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:22 #22 57.30 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
13:42:22 #22 57.34 Selecting previously unselected package libgomp1-armhf-cross.
13:42:22 #22 57.34 Preparing to unpack .../060-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:22 #22 57.34 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
13:42:22 #22 57.39 Selecting previously unselected package libatomic1-armhf-cross.
13:42:22 #22 57.39 Preparing to unpack .../061-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:22 #22 57.40 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
13:42:22 #22 57.43 Selecting previously unselected package libasan6-armhf-cross.
13:42:22 #22 57.44 Preparing to unpack .../062-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:22 #22 57.44 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
13:42:22 #22 57.64 Selecting previously unselected package libstdc++6-armhf-cross.
13:42:22 #22 57.64 Preparing to unpack .../063-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:22 #22 57.65 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
13:42:22 #22 57.71 Selecting previously unselected package libubsan1-armhf-cross.
13:42:22 #23 1.922 Get:14 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:42:22 #22 57.72 Preparing to unpack .../064-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:22 #22 57.72 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
13:42:22 #22 57.81 Selecting previously unselected package libgcc-10-dev-armhf-cross.
13:42:22 #22 57.81 Preparing to unpack .../065-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:22 #22 57.81 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
13:42:22 #22 57.91 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
13:42:22 #22 57.92 Preparing to unpack .../066-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_arm64.deb ...
13:42:22 #22 57.92 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:42:22 #16 exporting layers 2.0s done
13:42:22 #16 writing image sha256:40fa9a8405181e0b11424c4c57b8b967f8f51ad2ba3b1866b6a05704954ea9d1 done
13:42:22 #16 naming to docker.io/rpmbuild-centos-7/aarch64 done
13:42:22 #16 DONE 2.0s
13:42:22 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/aarch64 -ba --define '_gitcommit_cli bfa9b40' --define '_gitcommit_engine 613b798' --define '_release 0' --define '_version 0.0.0.20220503081348.bfa9b40' --define '_origversion 0.0.0-20220503081348-bfa9b40' --define '_buildx_rpm_version 0.8.2' --define '_buildx_version v0.8.2' --define '_compose_rpm_version 2.5.0' --define '_compose_version v2.5.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec
13:42:23 #23 2.154 Get:15 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:42:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uZAzly
13:42:23 + umask 022
13:42:23 + cd /root/rpmbuild/BUILD
13:42:23 + cd /root/rpmbuild/BUILD
13:42:23 + rm -rf src
13:42:23 + /usr/bin/mkdir -p src
13:42:23 + cd src
13:42:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:42:23 + /usr/bin/tar -xf -
13:42:23 #23 2.405 Get:16 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:42:23 #23 2.426 Get:17 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:42:23 #23 2.427 Get:18 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:42:23 #23 2.428 Get:19 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:42:23 #23 2.429 Get:20 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:42:23 #23 2.434 Get:21 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:42:24 + STATUS=0
13:42:24 + '[' 0 -ne 0 ']'
13:42:24 + /usr/bin/tar -xf -
13:42:24 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:42:24 + STATUS=0
13:42:24 + '[' 0 -ne 0 ']'
13:42:24 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:42:24 + exit 0
13:42:24 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.D9No3c
13:42:24 + umask 022
13:42:24 + cd /root/rpmbuild/BUILD
13:42:24 + cd src
13:42:24 + export DOCKER_GITCOMMIT=613b798
13:42:24 + DOCKER_GITCOMMIT=613b798
13:42:24 + mkdir -p /go/src/github.com/docker
13:42:24 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:42:24 + pushd /root/rpmbuild/BUILD/src/engine
13:42:24 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:42:24 + TMP_GOPATH=/go
13:42:24 + hack/dockerfile/install/install.sh tini
13:42:24 + RM_GOPATH=0
13:42:24 + TMP_GOPATH=/go
13:42:24 + : /usr/local/bin
13:42:24 + '[' -z /go ']'
13:42:24 + export GOPATH=/go
13:42:24 + GOPATH=/go
13:42:24 + case "$(go env GOARCH)" in
13:42:24 ++ go env GOARCH
13:42:24 + export GO_BUILDMODE=-buildmode=pie
13:42:24 + GO_BUILDMODE=-buildmode=pie
13:42:24 ++ dirname hack/dockerfile/install/install.sh
13:42:24 + dir=hack/dockerfile/install
13:42:24 + bin=tini
13:42:24 + shift
13:42:24 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:42:24 + . hack/dockerfile/install/tini.installer
13:42:24 ++ : v0.19.0
13:42:24 + install_tini
13:42:24 + echo 'Install tini version v0.19.0'
13:42:24 Install tini version v0.19.0
13:42:24 + git clone https://github.com/krallin/tini.git /go/tini
13:42:24 Cloning into '/go/tini'...
13:42:25 + cd /go/tini
13:42:25 + git checkout -q v0.19.0
13:42:25 + cmake .
13:42:25 -- The C compiler identification is GNU 4.8.5
13:42:25 -- Check for working C compiler: /usr/bin/cc
13:42:25 -- Check for working C compiler: /usr/bin/cc -- works
13:42:25 -- Detecting C compiler ABI info
13:42:25 -- Detecting C compiler ABI info - done
13:42:25 -- Performing Test HAS_BUILTIN_FORTIFY
13:42:25 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:42:25 -- Configuring done
13:42:25 -- Generating done
13:42:25 -- Build files have been written to: /go/tini
13:42:25 + make tini-static
13:42:25 Scanning dependencies of target tini-static
13:42:25 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:42:25 Linking C executable tini-static
13:42:25 [100%] Built target tini-static
13:42:25 + mkdir -p /usr/local/bin
13:42:25 + cp tini-static /usr/local/bin/docker-init
13:42:25 + VERSION=0.0.0-20220503081348-bfa9b40
13:42:25 + PRODUCT=docker
13:42:25 + hack/make.sh dynbinary
13:42:25 
13:42:25 Removing bundles/
13:42:25 
13:42:25 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:42:25 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:25 GOOS="" GOARCH="" GOARM=""
13:42:26 #23 57.95 Selecting previously unselected package gcc-arm-linux-gnueabihf.
13:42:26 #23 57.95 Preparing to unpack .../067-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_arm64.deb ...
13:42:26 #23 57.97 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:26 #23 58.02 Selecting previously unselected package linux-libc-dev-armhf-cross.
13:42:26 #23 58.03 Preparing to unpack .../068-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
13:42:26 #23 58.03 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
13:42:26 #23 58.21 Selecting previously unselected package libc6-dev-armhf-cross.
13:42:26 #23 58.21 Preparing to unpack .../069-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
13:42:26 #23 58.22 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
13:42:26 #23 58.41 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
13:42:26 #23 58.42 Preparing to unpack .../070-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:26 #23 58.42 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
13:42:27 #22 61.73 Selecting previously unselected package gcc-arm-linux-gnueabihf.
13:42:27 #22 61.73 Preparing to unpack .../067-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_arm64.deb ...
13:42:27 #22 61.73 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:27 #22 61.77 Selecting previously unselected package linux-libc-dev-armhf-cross.
13:42:27 #22 61.77 Preparing to unpack .../068-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
13:42:27 #22 61.77 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
13:42:27 #22 61.91 Selecting previously unselected package libc6-dev-armhf-cross.
13:42:27 #22 61.92 Preparing to unpack .../069-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
13:42:27 #22 61.92 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
13:42:27 #22 62.10 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
13:42:27 #22 62.11 Preparing to unpack .../070-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
13:42:27 #22 62.11 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
13:42:27 #23 59.04 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
13:42:27 #23 59.04 Preparing to unpack .../071-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_arm64.deb ...
13:42:27 #23 59.05 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:42:27 #23 ...
13:42:27 
13:42:27 #20 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
13:42:27 #20 0.910 go: downloading github.com/tc-hib/winres v0.1.5
13:42:27 #20 1.245 go: downloading github.com/urfave/cli/v2 v2.3.0
13:42:27 #20 1.271 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
13:42:27 #20 1.293 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
13:42:27 #20 1.753 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:42:27 #20 1.818 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:42:27 #20 6.315 NAME:
13:42:27 #20 6.315    go-winres - A tool for embedding resources in Windows executables
13:42:27 #20 6.315 
13:42:27 #20 6.315 USAGE:
13:42:27 #20 6.315    go-winres [global options] command [command options] [arguments...]
13:42:27 #20 6.315 
13:42:27 #20 6.315 COMMANDS:
13:42:27 #20 6.315    init     Create an initial ./winres/winres.json
13:42:27 #20 6.315    make     Make syso files for the "go build" command
13:42:27 #20 6.315    simply   Make syso files for the "go build" command (simplified)
13:42:27 #20 6.315    extract  Extract all resources from an executable
13:42:27 #20 6.315    patch    Replace resources in an executable file (exe, dll)
13:42:27 #20 6.315    help, h  Shows a list of commands or help for one command
13:42:27 #20 6.315 
13:42:27 #20 6.315 GLOBAL OPTIONS:
13:42:27 #20 6.315    --help, -h  show help (default: false)
13:42:27 #20 DONE 7.3s
13:42:27 
13:42:27 #23 [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
13:42:27 #22 63.07 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
13:42:27 #22 63.07 Preparing to unpack .../071-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_arm64.deb ...
13:42:27 #22 63.08 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:42:29 #23 8.662 Fetched 48.9 MB in 9s (5746 kB/s)
13:42:30 #24 176.1 # github.com/containerd/containerd/cmd/containerd
13:42:30 #24 176.1 /usr/bin/ld: /tmp/go-link-947493217/000019.o: in function `New':
13:42:30 #24 176.1 /tmp/tmp.n2Mp65XzuL/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
13:42:30 #24 176.2 + bin/containerd-stress
13:42:30 #24 177.3 + bin/containerd-shim
13:42:31 #23 63.54 Selecting previously unselected package g++-arm-linux-gnueabihf.
13:42:31 #23 63.54 Preparing to unpack .../072-g++-arm-linux-gnueabihf_4%3a10.2.1-1_arm64.deb ...
13:42:31 #23 63.70 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:32 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:32 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:32 GOOS="" GOARCH="" GOARM=""
13:42:32 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:32 
13:42:32 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:42:32 + RM_GOPATH=0
13:42:32 + TMP_GOPATH=/go
13:42:32 + : /usr/local/bin
13:42:32 + '[' -z /go ']'
13:42:32 + export GOPATH=/go
13:42:32 + GOPATH=/go
13:42:32 + case "$(go env GOARCH)" in
13:42:32 ++ go env GOARCH
13:42:32 + export GO_BUILDMODE=-buildmode=pie
13:42:32 + GO_BUILDMODE=-buildmode=pie
13:42:32 ++ dirname hack/dockerfile/install/install.sh
13:42:32 + dir=hack/dockerfile/install
13:42:32 + bin=tini
13:42:32 + shift
13:42:32 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:42:32 + . hack/dockerfile/install/tini.installer
13:42:32 ++ : v0.19.0
13:42:32 + install_tini
13:42:32 + echo 'Install tini version v0.19.0'
13:42:32 Install tini version v0.19.0
13:42:32 + git clone https://github.com/krallin/tini.git /go/tini
13:42:32 Cloning into '/go/tini'...
13:42:32 + cd /go/tini
13:42:32 + git checkout -q v0.19.0
13:42:32 + cmake .
13:42:32 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:42:32   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:42:32   CMake.
13:42:32 
13:42:32   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:42:32   CMake that the project does not need compatibility with older versions.
13:42:32 
13:42:32 
13:42:32 -- The C compiler identification is GNU 11.2.0
13:42:32 -- Detecting C compiler ABI info
13:42:32 -- Detecting C compiler ABI info - done
13:42:32 -- Check for working C compiler: /usr/bin/cc - skipped
13:42:32 -- Detecting C compile features
13:42:32 -- Detecting C compile features - done
13:42:32 -- Performing Test HAS_BUILTIN_FORTIFY
13:42:32 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:42:32 -- Configuring done
13:42:32 -- Generating done
13:42:32 -- Build files have been written to: /go/tini
13:42:32 + make tini-static
13:42:32 make[2]: Entering directory '/go/tini'
13:42:32 make[3]: Entering directory '/go/tini'
13:42:32 make[4]: Entering directory '/go/tini'
13:42:32 make[5]: Entering directory '/go/tini'
13:42:32 make[5]: Leaving directory '/go/tini'
13:42:32 make[5]: Entering directory '/go/tini'
13:42:32 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:42:32 [100%] Linking C executable tini-static
13:42:32 make[5]: Leaving directory '/go/tini'
13:42:32 [100%] Built target tini-static
13:42:32 make[4]: Leaving directory '/go/tini'
13:42:32 make[3]: Leaving directory '/go/tini'
13:42:32 make[2]: Leaving directory '/go/tini'
13:42:32 + mkdir -p /usr/local/bin
13:42:32 + cp tini-static /usr/local/bin/docker-init
13:42:32 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:42:32 + RM_GOPATH=0
13:42:32 + TMP_GOPATH=/go
13:42:32 + : /usr/local/bin
13:42:32 + '[' -z /go ']'
13:42:32 + export GOPATH=/go
13:42:32 + GOPATH=/go
13:42:32 + case "$(go env GOARCH)" in
13:42:32 ++ go env GOARCH
13:42:32 + export GO_BUILDMODE=-buildmode=pie
13:42:32 + GO_BUILDMODE=-buildmode=pie
13:42:32 ++ dirname hack/dockerfile/install/install.sh
13:42:32 + dir=hack/dockerfile/install
13:42:32 + bin=rootlesskit
13:42:32 + shift
13:42:32 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:42:32 + . hack/dockerfile/install/rootlesskit.installer
13:42:32 ++ : 1920341cd41e047834a21007424162a2dc946315
13:42:32 + install_rootlesskit dynamic
13:42:32 + case "$1" in
13:42:32 + install_rootlesskit_dynamic
13:42:32 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:42:32 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:42:32 + export BUILD_MODE=-buildmode=pie
13:42:32 + BUILD_MODE=-buildmode=pie
13:42:32 + _install_rootlesskit
13:42:32 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:42:32 + for f in rootlesskit rootlesskit-docker-proxy
13:42:32 + GOBIN=/usr/local/bin
13:42:32 + GO111MODULE=on
13:42:32 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:42:32 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:42:32 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:32 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:32 GOOS="" GOARCH="" GOARM=""
13:42:32 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:32 
13:42:32 + popd
13:42:32 + exit 0
13:42:32 ~/rpmbuild/BUILD/src
13:42:32 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Uw8yTi
13:42:32 + umask 022
13:42:32 + cd /root/rpmbuild/BUILD
13:42:32 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64 '!=' / ']'
13:42:32 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:42:32 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:42:32 + mkdir -p /root/rpmbuild/BUILDROOT
13:42:32 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:42:32 + cd src
13:42:32 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:42:32 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin/dockerd
13:42:32 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:42:32 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin/docker-proxy
13:42:32 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin/docker-init
13:42:32 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/lib/systemd/system/docker.service
13:42:32 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/lib/systemd/system/docker.socket
13:42:32 + /usr/lib/rpm/check-buildroot
13:42:32 + /usr/lib/rpm/redhat/brp-ldconfig
13:42:32 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:42:32 + /usr/lib/rpm/brp-compress
13:42:32 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:42:32 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:42:32 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:42:32 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:42:32 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:42:32 + /usr/lib/rpm/brp-python-hardlink
13:42:32 + PYTHON3=/usr/libexec/platform-python
13:42:32 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:42:32 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.yulDgj
13:42:32 + umask 022
13:42:32 + cd /root/rpmbuild/BUILD
13:42:32 + cd src
13:42:32 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:42:32 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:42:32 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798' = 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:42:32 + echo 'PASS: daemon version OK'
13:42:32 PASS: daemon version OK
13:42:32 + exit 0
13:42:32 Processing files: docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:42:32 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin/docker-proxy
13:42:32 Provides: docker-ce = 3:0.0.0.20220503081348.bfa9b40-0.el8 docker-ce(aarch-64) = 3:0.0.0.20220503081348.bfa9b40-0.el8
13:42:32 Requires(interp): /bin/sh /bin/sh /bin/sh
13:42:32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:42:32 Requires(post): /bin/sh
13:42:32 Requires(preun): /bin/sh
13:42:32 Requires(postun): /bin/sh
13:42:32 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:42:32 Conflicts: docker docker-ee docker-engine-cs docker-io
13:42:32 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:42:32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:42:32 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.src.rpm
13:42:32 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64.rpm
13:42:32 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Gz3CNg
13:42:32 + umask 022
13:42:32 + cd /root/rpmbuild/BUILD
13:42:32 + cd src
13:42:32 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:42:32 + exit 0
13:42:32 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4ZjOnh
13:42:32 + umask 022
13:42:32 + cd /root/rpmbuild/BUILD
13:42:32 + cd /root/rpmbuild/BUILD
13:42:32 + rm -rf src
13:42:32 + /usr/bin/mkdir -p src
13:42:32 + cd src
13:42:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:42:32 + /usr/bin/tar -xof -
13:42:32 + STATUS=0
13:42:32 + '[' 0 -ne 0 ']'
13:42:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:42:32 + /usr/bin/tar -xof -
13:42:32 + STATUS=0
13:42:32 + '[' 0 -ne 0 ']'
13:42:32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:42:32 + exit 0
13:42:32 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JOogSi
13:42:32 + umask 022
13:42:32 + cd /root/rpmbuild/BUILD
13:42:32 + cd src
13:42:32 + mkdir -p /go/src/github.com/docker
13:42:32 + rm -f /go/src/github.com/docker/cli
13:42:32 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:42:32 + pushd /go/src/github.com/docker/cli
13:42:32 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:42:32 + VERSION=0.0.0-20220503081348-bfa9b40
13:42:32 + GITCOMMIT=bfa9b40
13:42:32 + GO_LINKMODE=dynamic
13:42:32 + ./scripts/build/binary
13:42:32 Building dynamic docker-linux-arm64
13:42:32 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:42:32Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:42:32 #23 64.56 Selecting previously unselected package crossbuild-essential-armhf.
13:42:32 #23 64.56 Preparing to unpack .../073-crossbuild-essential-armhf_12.9_all.deb ...
13:42:32 #23 64.75 Unpacking crossbuild-essential-armhf (12.9) ...
13:42:32 #23 8.662 Reading package lists...
13:42:33 #22 67.92 Selecting previously unselected package g++-arm-linux-gnueabihf.
13:42:33 #22 67.92 Preparing to unpack .../072-g++-arm-linux-gnueabihf_4%3a10.2.1-1_arm64.deb ...
13:42:33 #22 68.16 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:33 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:42:34 #23 65.77 Selecting previously unselected package libc6-ppc64el-cross.
13:42:34 #23 65.77 Preparing to unpack .../074-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
13:42:34 #23 65.96 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
13:42:34 #23 66.18 Selecting previously unselected package libgcc-s1-ppc64el-cross.
13:42:34 #23 66.19 Preparing to unpack .../075-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:34 #23 66.19 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
13:42:34 #23 66.23 Selecting previously unselected package libgomp1-ppc64el-cross.
13:42:34 #23 66.23 Preparing to unpack .../076-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:34 #23 66.24 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
13:42:34 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:34 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:34 GOOS="" GOARCH="" GOARM=""
13:42:34 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:34 
13:42:34 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:42:34 + RM_GOPATH=0
13:42:34 + TMP_GOPATH=/go
13:42:34 + : /usr/local/bin
13:42:34 + '[' -z /go ']'
13:42:34 + export GOPATH=/go
13:42:34 + GOPATH=/go
13:42:34 + case "$(go env GOARCH)" in
13:42:34 ++ go env GOARCH
13:42:34 + export GO_BUILDMODE=-buildmode=pie
13:42:34 + GO_BUILDMODE=-buildmode=pie
13:42:34 ++ dirname hack/dockerfile/install/install.sh
13:42:34 + dir=hack/dockerfile/install
13:42:34 + bin=tini
13:42:34 + shift
13:42:34 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:42:34 + . hack/dockerfile/install/tini.installer
13:42:34 ++ : v0.19.0
13:42:34 + install_tini
13:42:34 + echo 'Install tini version v0.19.0'
13:42:34 + git clone https://github.com/krallin/tini.git /go/tini
13:42:34 Install tini version v0.19.0
13:42:34 Cloning into '/go/tini'...
13:42:34 + cd /go/tini
13:42:34 + git checkout -q v0.19.0
13:42:34 + cmake .
13:42:34 -- The C compiler identification is GNU 7.5.0
13:42:34 -- Check for working C compiler: /usr/bin/cc
13:42:34 -- Check for working C compiler: /usr/bin/cc -- works
13:42:34 -- Detecting C compiler ABI info
13:42:34 -- Detecting C compiler ABI info - done
13:42:34 -- Detecting C compile features
13:42:34 -- Detecting C compile features - done
13:42:34 -- Performing Test HAS_BUILTIN_FORTIFY
13:42:34 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:42:34 -- Configuring done
13:42:34 -- Generating done
13:42:34 -- Build files have been written to: /go/tini
13:42:34 + make tini-static
13:42:34 make[2]: Entering directory '/go/tini'
13:42:34 make[3]: Entering directory '/go/tini'
13:42:34 make[4]: Entering directory '/go/tini'
13:42:34 make[5]: Entering directory '/go/tini'
13:42:34 Scanning dependencies of target tini-static
13:42:34 make[5]: Leaving directory '/go/tini'
13:42:34 make[5]: Entering directory '/go/tini'
13:42:34 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:42:34 [100%] Linking C executable tini-static
13:42:34 make[5]: Leaving directory '/go/tini'
13:42:34 [100%] Built target tini-static
13:42:34 make[4]: Leaving directory '/go/tini'
13:42:34 make[3]: Leaving directory '/go/tini'
13:42:34 make[2]: Leaving directory '/go/tini'
13:42:34 + mkdir -p /usr/local/bin
13:42:34 + cp tini-static /usr/local/bin/docker-init
13:42:34 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:42:34 + RM_GOPATH=0
13:42:34 + TMP_GOPATH=/go
13:42:34 + : /usr/local/bin
13:42:34 + '[' -z /go ']'
13:42:34 + export GOPATH=/go
13:42:34 + GOPATH=/go
13:42:34 + case "$(go env GOARCH)" in
13:42:34 ++ go env GOARCH
13:42:34 + export GO_BUILDMODE=-buildmode=pie
13:42:34 + GO_BUILDMODE=-buildmode=pie
13:42:34 ++ dirname hack/dockerfile/install/install.sh
13:42:34 + dir=hack/dockerfile/install
13:42:34 + bin=rootlesskit
13:42:34 + shift
13:42:34 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:42:34 + . hack/dockerfile/install/rootlesskit.installer
13:42:34 ++ : 1920341cd41e047834a21007424162a2dc946315
13:42:34 + install_rootlesskit dynamic
13:42:34 + case "$1" in
13:42:34 + install_rootlesskit_dynamic
13:42:34 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:42:34 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:42:34 + export BUILD_MODE=-buildmode=pie
13:42:34 + BUILD_MODE=-buildmode=pie
13:42:34 + _install_rootlesskit
13:42:34 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:42:34 + for f in rootlesskit rootlesskit-docker-proxy
13:42:34 + GOBIN=/usr/local/bin
13:42:34 + GO111MODULE=on
13:42:34 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:42:34 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:42:34 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:42:34 #23 66.29 Selecting previously unselected package libitm1-ppc64el-cross.
13:42:34 #23 66.29 Preparing to unpack .../077-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:34 #23 66.30 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
13:42:34 #23 66.35 Selecting previously unselected package libatomic1-ppc64el-cross.
13:42:34 #23 66.35 Preparing to unpack .../078-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:34 #23 66.37 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
13:42:34 #23 66.40 Selecting previously unselected package libasan6-ppc64el-cross.
13:42:34 #23 66.41 Preparing to unpack .../079-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:34 #23 66.41 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
13:42:34 #22 69.59 Selecting previously unselected package crossbuild-essential-armhf.
13:42:34 #22 69.59 Preparing to unpack .../073-crossbuild-essential-armhf_12.9_all.deb ...
13:42:34 #23 66.64 Selecting previously unselected package liblsan0-ppc64el-cross.
13:42:34 #23 66.64 Preparing to unpack .../080-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:34 #23 66.65 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
13:42:34 #23 66.75 Selecting previously unselected package libtsan0-ppc64el-cross.
13:42:34 #23 66.75 Preparing to unpack .../081-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:34 #23 66.76 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
13:42:34 #22 69.85 Unpacking crossbuild-essential-armhf (12.9) ...
13:42:35 #23 66.97 Selecting previously unselected package libstdc++6-ppc64el-cross.
13:42:35 #23 66.98 Preparing to unpack .../082-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:35 #23 66.98 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
13:42:35 #23 67.05 Selecting previously unselected package libubsan1-ppc64el-cross.
13:42:35 #23 67.06 Preparing to unpack .../083-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:35 #23 67.11 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
13:42:35 #23 67.20 Selecting previously unselected package libquadmath0-ppc64el-cross.
13:42:35 #23 67.20 Preparing to unpack .../084-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:35 #23 67.21 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
13:42:35 #23 67.25 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
13:42:35 #23 67.26 Preparing to unpack .../085-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:35 #23 67.26 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:42:35 #23 11.68 Reading package lists...
13:42:35 #23 67.43 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
13:42:35 #23 67.43 Preparing to unpack .../086-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:35 #23 67.44 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:36 #23 14.68 Building dependency tree...
13:42:36 #22 71.42 Selecting previously unselected package libc6-ppc64el-cross.
13:42:36 #22 71.42 Preparing to unpack .../074-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
13:42:36 #22 71.58 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
13:42:36 #23 15.98 The following additional packages will be installed:
13:42:36 #23 15.98   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
13:42:36 #23 15.98   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
13:42:36 #23 15.98   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
13:42:36 #23 15.98   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
13:42:36 #23 15.98   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
13:42:36 #23 15.98   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
13:42:36 #23 15.98   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
13:42:36 #23 15.98   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
13:42:36 #23 15.98   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
13:42:36 #23 15.98   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
13:42:36 #23 15.98   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
13:42:36 #23 15.98   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
13:42:36 #23 15.98   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
13:42:36 #23 15.98   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
13:42:36 #23 15.98   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
13:42:36 #23 15.98   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
13:42:36 #23 15.98   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
13:42:36 #23 15.98   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
13:42:36 #23 15.98   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
13:42:36 #23 15.98   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
13:42:36 #23 15.98   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
13:42:36 #23 15.98   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
13:42:36 #23 15.98   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
13:42:36 #23 15.98   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
13:42:36 #23 15.98   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
13:42:36 #23 15.98   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
13:42:36 #23 15.98   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
13:42:36 #23 15.98   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
13:42:36 #23 15.98   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
13:42:36 #23 15.98   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
13:42:36 #23 15.98   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
13:42:36 #23 15.99   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
13:42:36 #23 15.99   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
13:42:36 #23 15.99   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
13:42:36 #23 15.99   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
13:42:36 #23 15.99   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
13:42:36 #23 15.99   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
13:42:36 #23 15.99   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
13:42:36 #23 15.99   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
13:42:36 #23 15.99   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
13:42:36 #23 15.99   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
13:42:36 #23 15.99   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
13:42:36 #23 15.99   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
13:42:36 #23 15.99   linux-libc-dev-s390x-cross patch xz-utils
13:42:36 #23 16.00 Suggested packages:
13:42:36 #23 16.00   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
13:42:36 #23 16.00   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
13:42:36 #23 16.00   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
13:42:36 #23 16.00   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
13:42:36 #23 16.00   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
13:42:36 #23 16.00   libyaml-shell-perl ed diffutils-doc
13:42:36 #23 16.00 Recommended packages:
13:42:36 #23 16.00   fakeroot build-essential libalgorithm-merge-perl libwww-perl
13:42:36 #23 16.00   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
13:42:37 #22 72.48 Selecting previously unselected package libgcc-s1-ppc64el-cross.
13:42:37 #22 72.49 Preparing to unpack .../075-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:37 #22 72.49 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
13:42:37 #22 72.52 Selecting previously unselected package libgomp1-ppc64el-cross.
13:42:37 #22 72.53 Preparing to unpack .../076-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:37 #22 72.53 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
13:42:37 #22 72.58 Selecting previously unselected package libitm1-ppc64el-cross.
13:42:37 #22 72.58 Preparing to unpack .../077-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:37 #22 72.59 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
13:42:37 #22 72.62 Selecting previously unselected package libatomic1-ppc64el-cross.
13:42:37 #22 72.62 Preparing to unpack .../078-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:37 #22 72.63 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
13:42:37 #22 72.66 Selecting previously unselected package libasan6-ppc64el-cross.
13:42:37 #22 72.66 Preparing to unpack .../079-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:37 #22 72.67 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
13:42:37 #22 72.90 Selecting previously unselected package liblsan0-ppc64el-cross.
13:42:37 #22 72.90 Preparing to unpack .../080-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:37 #22 72.90 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
13:42:37 #22 73.00 Selecting previously unselected package libtsan0-ppc64el-cross.
13:42:38 #22 73.00 Preparing to unpack .../081-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:38 #22 73.01 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
13:42:38 #22 73.20 Selecting previously unselected package libstdc++6-ppc64el-cross.
13:42:38 #22 73.20 Preparing to unpack .../082-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:38 #22 73.21 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
13:42:38 #22 73.28 Selecting previously unselected package libubsan1-ppc64el-cross.
13:42:38 #23 17.19 The following NEW packages will be installed:
13:42:38 #23 17.19   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
13:42:38 #23 17.19   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
13:42:38 #23 17.19   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
13:42:38 #23 17.19   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
13:42:38 #23 17.19   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
13:42:38 #23 17.19   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
13:42:38 #23 17.19   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
13:42:38 #23 17.19   crossbuild-essential-armel crossbuild-essential-armhf
13:42:38 #23 17.19   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
13:42:38 #23 17.19   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
13:42:38 #23 17.19   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
13:42:38 #23 17.19   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
13:42:38 #23 17.19   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
13:42:38 #23 17.19   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
13:42:38 #23 17.19   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
13:42:38 #23 17.19   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
13:42:38 #23 17.19   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
13:42:38 #23 17.19   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
13:42:38 #23 17.19   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
13:42:38 #23 17.19   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
13:42:38 #23 17.19   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
13:42:38 #23 17.19   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
13:42:38 #23 17.19   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
13:42:38 #23 17.19   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
13:42:38 #23 17.19   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
13:42:38 #23 17.19   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
13:42:38 #23 17.19   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
13:42:38 #23 17.19   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
13:42:38 #23 17.19   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
13:42:38 #23 17.19   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
13:42:38 #23 17.19   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
13:42:38 #23 17.19   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
13:42:38 #23 17.19   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
13:42:38 #23 17.19   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
13:42:38 #23 17.19   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
13:42:38 #23 17.19   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
13:42:38 #23 17.19   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
13:42:38 #23 17.19   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
13:42:38 #23 17.19   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
13:42:38 #23 17.19   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
13:42:38 #23 17.19   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
13:42:38 #23 17.19   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
13:42:38 #23 17.19   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
13:42:38 #23 17.19   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
13:42:38 #23 17.19   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
13:42:38 #23 17.19   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
13:42:38 #23 17.20   linux-libc-dev-s390x-cross patch xz-utils
13:42:38 #22 73.29 Preparing to unpack .../083-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:38 #22 73.37 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
13:42:38 #22 73.46 Selecting previously unselected package libquadmath0-ppc64el-cross.
13:42:38 #22 73.46 Preparing to unpack .../084-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:38 #22 73.46 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
13:42:38 #22 73.50 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
13:42:38 #22 73.51 Preparing to unpack .../085-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:38 #22 73.51 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:42:38 #23 17.51 0 upgraded, 133 newly installed, 0 to remove and 3 not upgraded.
13:42:38 #23 17.51 Need to get 787 MB of archives.
13:42:38 #23 17.51 After this operation, 3385 MB of additional disk space will be used.
13:42:38 #23 17.51 Get:1 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
13:42:38 #23 17.51 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
13:42:38 #23 17.51 Get:3 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
13:42:38 #23 17.52 Get:4 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
13:42:38 #23 17.52 Get:5 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
13:42:38 #23 17.52 Get:6 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
13:42:38 #23 17.53 Get:7 http://deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
13:42:38 #23 17.55 Get:8 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
13:42:38 #23 17.60 Get:9 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
13:42:38 #23 17.61 Get:10 http://deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
13:42:38 #23 17.64 Get:11 http://deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
13:42:38 #23 17.67 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
13:42:38 #23 17.67 Get:13 http://deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB]
13:42:38 #22 73.67 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
13:42:38 #22 73.67 Preparing to unpack .../086-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:38 #22 73.67 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:39 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:39 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:39 GOOS="" GOARCH="" GOARM=""
13:42:39 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:39 
13:42:39 + popd
13:42:39 ~/rpmbuild/BUILD/src
13:42:39 + RPM_EC=0
13:42:39 ++ jobs -p
13:42:39 + exit 0
13:42:39 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VRTsfJ
13:42:39 + umask 022
13:42:39 + cd /root/rpmbuild/BUILD
13:42:39 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64 '!=' / ']'
13:42:39 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:42:39 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:42:39 + mkdir -p /root/rpmbuild/BUILDROOT
13:42:39 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:42:39 + cd src
13:42:39 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:42:39 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin/dockerd
13:42:39 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:42:39 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin/docker-proxy
13:42:39 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin/docker-init
13:42:39 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/lib/systemd/system/docker.service
13:42:39 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/lib/systemd/system/docker.socket
13:42:39 + /usr/lib/rpm/check-buildroot
13:42:39 + /usr/lib/rpm/redhat/brp-ldconfig
13:42:39 + /usr/lib/rpm/brp-compress
13:42:39 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:42:39 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:42:39 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:42:39 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:42:39 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:42:39 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:42:39 + /usr/lib/rpm/brp-python-hardlink
13:42:39 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:42:39 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rFUTWe
13:42:39 + umask 022
13:42:39 + cd /root/rpmbuild/BUILD
13:42:39 + cd src
13:42:39 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:42:39 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:42:39 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798' = 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:42:39 PASS: daemon version OK
13:42:39 + echo 'PASS: daemon version OK'
13:42:39 + RPM_EC=0
13:42:39 ++ jobs -p
13:42:39 + exit 0
13:42:39 Processing files: docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:42:39 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin/docker-proxy
13:42:39 Provides: docker-ce = 3:0.0.0.20220503081348.bfa9b40-0.fc34 docker-ce(aarch-64) = 3:0.0.0.20220503081348.bfa9b40-0.fc34
13:42:39 Requires(interp): /bin/sh /bin/sh /bin/sh
13:42:39 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:42:39 Requires(post): /bin/sh
13:42:39 Requires(preun): /bin/sh
13:42:39 Requires(postun): /bin/sh
13:42:39 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:42:39 Conflicts: docker docker-ee docker-engine-cs docker-io
13:42:39 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:42:39 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:42:39 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.src.rpm
13:42:39 #23 18.44 Get:14 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB]
13:42:39 #23 18.45 Get:15 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB]
13:42:39 #23 71.14 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
13:42:39 #23 71.14 Preparing to unpack .../087-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:39 #23 71.15 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:39 #23 71.18 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
13:42:39 #23 71.18 Preparing to unpack .../088-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
13:42:39 #23 71.19 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
13:42:39 #23 71.34 Selecting previously unselected package libc6-dev-ppc64el-cross.
13:42:39 #23 71.34 Preparing to unpack .../089-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
13:42:39 #23 71.35 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
13:42:39 #23 71.62 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
13:42:39 #23 71.62 Preparing to unpack .../090-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:39 #23 71.63 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:42:39 #23 71.85 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
13:42:39 #23 19.14 Get:16 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB]
13:42:39 #23 19.15 Get:17 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB]
13:42:40 #23 71.85 Preparing to unpack .../091-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:40 #23 71.86 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:40 #23 19.95 Get:18 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
13:42:40 #23 19.95 Get:19 http://deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB]
13:42:41 #23 20.64 Get:20 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
13:42:41 #23 20.64 Get:21 http://deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB]
13:42:42 #23 21.28 Get:22 http://deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
13:42:42 #23 21.28 Get:23 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB]
13:42:42 #23 21.28 Get:24 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB]
13:42:42 #23 21.28 Get:25 http://deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
13:42:42 #23 21.29 Get:26 http://deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
13:42:42 #23 21.29 Get:27 http://deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
13:42:42 #23 21.29 Get:28 http://deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
13:42:42 #23 21.29 Get:29 http://deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
13:42:42 #23 21.31 Get:30 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
13:42:42 #23 21.31 Get:31 http://deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
13:42:42 #23 21.31 Get:32 http://deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
13:42:42 #23 21.31 Get:33 http://deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
13:42:42 #23 21.31 Get:34 http://deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
13:42:42 #23 21.33 Get:35 http://deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
13:42:42 #23 21.35 Get:36 http://deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
13:42:42 #23 21.36 Get:37 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
13:42:42 #23 21.38 Get:38 http://deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
13:42:42 #23 21.39 Get:39 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
13:42:42 #23 21.40 Get:40 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
13:42:42 #24 188.8 + bin/containerd-shim-runc-v1
13:42:42 #22 77.91 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
13:42:42 #22 77.91 Preparing to unpack .../087-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:42 #22 77.92 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:42 #22 77.95 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
13:42:42 #22 77.96 Preparing to unpack .../088-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
13:42:42 #22 77.96 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
13:42:43 #22 78.10 Selecting previously unselected package libc6-dev-ppc64el-cross.
13:42:43 #22 78.11 Preparing to unpack .../089-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
13:42:43 #22 78.11 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
13:42:43 #23 22.29 Get:41 http://deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
13:42:43 #23 22.29 Get:42 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
13:42:43 #23 22.30 Get:43 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
13:42:43 #23 22.33 Get:44 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
13:42:43 #23 22.35 Get:45 http://deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB]
13:42:43 #22 78.39 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
13:42:43 #22 78.39 Preparing to unpack .../090-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:42:43 #22 78.39 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:42:43 #23 75.42 Selecting previously unselected package g++-powerpc64le-linux-gnu.
13:42:43 #22 78.62 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
13:42:43 #22 78.62 Preparing to unpack .../091-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:43 #22 78.62 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:43 #23 75.42 Preparing to unpack .../092-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:43 #23 75.43 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:43 #23 75.46 Selecting previously unselected package crossbuild-essential-ppc64el.
13:42:43 #23 75.47 Preparing to unpack .../093-crossbuild-essential-ppc64el_12.9_all.deb ...
13:42:43 #23 75.47 Unpacking crossbuild-essential-ppc64el (12.9) ...
13:42:43 #23 75.51 Selecting previously unselected package libc6-s390x-cross.
13:42:43 #23 75.51 Preparing to unpack .../094-libc6-s390x-cross_2.31-9cross4_all.deb ...
13:42:43 #23 75.51 Unpacking libc6-s390x-cross (2.31-9cross4) ...
13:42:43 #23 75.66 Selecting previously unselected package libgcc-s1-s390x-cross.
13:42:43 #23 75.66 Preparing to unpack .../095-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:43 #23 75.66 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
13:42:43 #23 75.69 Selecting previously unselected package libgomp1-s390x-cross.
13:42:43 #23 75.70 Preparing to unpack .../096-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:43 #23 75.70 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
13:42:43 #23 75.74 Selecting previously unselected package libitm1-s390x-cross.
13:42:43 #23 75.74 Preparing to unpack .../097-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:43 #23 75.75 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
13:42:43 #23 75.78 Selecting previously unselected package libatomic1-s390x-cross.
13:42:43 #23 75.79 Preparing to unpack .../098-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:43 #23 75.79 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
13:42:43 #23 75.83 Selecting previously unselected package libasan6-s390x-cross.
13:42:43 #23 75.83 Preparing to unpack .../099-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:43 #23 75.83 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
13:42:44 #23 76.03 Selecting previously unselected package libstdc++6-s390x-cross.
13:42:44 #23 76.03 Preparing to unpack .../100-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:44 #23 76.03 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
13:42:44 #23 76.10 Selecting previously unselected package libubsan1-s390x-cross.
13:42:44 #23 76.11 Preparing to unpack .../101-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:44 #23 76.11 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
13:42:44 #23 76.20 Selecting previously unselected package libgcc-10-dev-s390x-cross.
13:42:44 #23 76.20 Preparing to unpack .../102-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:44 #23 23.13 Get:46 http://deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
13:42:44 #23 23.13 Get:47 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
13:42:44 #23 23.13 Get:48 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
13:42:44 #23 23.16 Get:49 http://deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
13:42:44 #23 23.16 Get:50 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
13:42:44 #23 23.16 Get:51 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
13:42:44 #23 23.27 Get:52 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB]
13:42:44 #23 23.28 Get:53 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
13:42:44 #23 23.29 Get:54 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
13:42:44 #23 23.29 Get:55 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
13:42:44 #23 23.29 Get:56 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
13:42:44 #23 23.30 Get:57 http://deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
13:42:44 #23 23.30 Get:58 http://deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
13:42:44 #23 23.30 Get:59 http://deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
13:42:44 #23 23.30 Get:60 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
13:42:44 #23 23.30 Get:61 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
13:42:44 #23 23.30 Get:62 http://deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
13:42:44 #23 23.30 Get:63 http://deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
13:42:44 #23 23.30 Get:64 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
13:42:44 #23 23.30 Get:65 http://deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
13:42:44 #23 23.31 Get:66 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
13:42:44 #23 23.31 Get:67 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
13:42:44 #23 23.32 Get:68 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
13:42:44 #23 23.32 Get:69 http://deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
13:42:44 #23 23.33 Get:70 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
13:42:44 #23 23.34 Get:71 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
13:42:44 #23 23.36 Get:72 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
13:42:44 #23 23.37 Get:73 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB]
13:42:44 #23 76.21 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
13:42:44 #23 76.30 Selecting previously unselected package gcc-10-s390x-linux-gnu.
13:42:44 #23 76.30 Preparing to unpack .../103-gcc-10-s390x-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:44 #23 76.31 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:45 #23 24.17 Get:74 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
13:42:45 #23 24.19 Get:75 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
13:42:45 #23 24.20 Get:76 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
13:42:45 #23 24.22 Get:77 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
13:42:45 #23 24.24 Get:78 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB]
13:42:46 #23 24.95 Get:79 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
13:42:46 #23 24.95 Get:80 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
13:42:46 #23 24.95 Get:81 http://deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
13:42:46 #23 24.97 Get:82 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
13:42:46 #23 24.97 Get:83 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
13:42:46 #23 24.97 Get:84 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
13:42:46 #23 24.98 Get:85 http://deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
13:42:46 #23 24.99 Get:86 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
13:42:46 #23 24.99 Get:87 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
13:42:46 #23 25.02 Get:88 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
13:42:46 #23 25.02 Get:89 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB]
13:42:46 #23 25.81 Get:90 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
13:42:46 go: downloading github.com/sirupsen/logrus v1.8.1
13:42:46 go: downloading github.com/urfave/cli/v2 v2.4.0
13:42:46 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:42:46 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:42:46 #23 25.82 Get:91 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
13:42:46 #23 25.83 Get:92 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
13:42:46 #23 25.85 Get:93 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
13:42:46 #23 25.87 Get:94 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB]
13:42:46 go: downloading github.com/google/uuid v1.3.0
13:42:46 go: downloading github.com/moby/vpnkit v0.5.0
13:42:46 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:42:46 go: downloading github.com/gofrs/flock v0.8.1
13:42:46 go: downloading github.com/gorilla/mux v1.8.0
13:42:46 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:42:46 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:42:46 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:42:46 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:42:47 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:47 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:47 GOOS="" GOARCH="" GOARM=""
13:42:47 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:47 
13:42:47 + popd
13:42:47 ~/rpmbuild/BUILD/src
13:42:47 + RPM_EC=0
13:42:47 ++ jobs -p
13:42:47 + exit 0
13:42:47 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4BSyDD
13:42:47 + umask 022
13:42:47 + cd /root/rpmbuild/BUILD
13:42:47 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64 '!=' / ']'
13:42:47 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:42:47 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:42:47 + mkdir -p /root/rpmbuild/BUILDROOT
13:42:47 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:42:47 + cd src
13:42:47 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:42:47 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin/dockerd
13:42:47 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:42:47 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin/docker-proxy
13:42:47 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin/docker-init
13:42:47 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/lib/systemd/system/docker.service
13:42:47 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/lib/systemd/system/docker.socket
13:42:47 + /usr/lib/rpm/check-buildroot
13:42:47 + /usr/lib/rpm/redhat/brp-ldconfig
13:42:47 + /usr/lib/rpm/brp-compress
13:42:47 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:42:47 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:42:47 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:42:47 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:42:47 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:42:47 + /usr/lib/rpm/check-rpaths
13:42:47 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:42:47 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:42:47 + /usr/lib/rpm/redhat/brp-python-hardlink
13:42:47 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HPZkH9
13:42:47 + umask 022
13:42:47 + cd /root/rpmbuild/BUILD
13:42:47 + cd src
13:42:47 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:42:47 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:42:47 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798' = 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:42:47 + echo 'PASS: daemon version OK'
13:42:47 + RPM_EC=0
13:42:47 PASS: daemon version OK
13:42:47 ++ jobs -p
13:42:47 + exit 0
13:42:47 Processing files: docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:42:47 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin/docker-proxy
13:42:47 Provides: docker-ce = 3:0.0.0.20220503081348.bfa9b40-0.fc35 docker-ce(aarch-64) = 3:0.0.0.20220503081348.bfa9b40-0.fc35
13:42:47 Requires(interp): /bin/sh /bin/sh /bin/sh
13:42:47 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:42:47 Requires(post): /bin/sh
13:42:47 Requires(preun): /bin/sh
13:42:47 Requires(postun): /bin/sh
13:42:47 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:42:47 Conflicts: docker docker-ee docker-engine-cs docker-io
13:42:47 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:42:47 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:42:47 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.src.rpm
13:42:47 #23 26.63 Get:95 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
13:42:47 #23 26.64 Get:96 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
13:42:47 #23 26.64 Get:97 http://deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
13:42:47 #23 26.66 Get:98 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
13:42:47 #23 26.66 Get:99 http://deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
13:42:47 #23 26.66 Get:100 http://deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
13:42:47 #23 26.66 Get:101 http://deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
13:42:47 #23 26.66 Get:102 http://deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
13:42:47 #22 82.12 Selecting previously unselected package g++-powerpc64le-linux-gnu.
13:42:47 #22 82.12 Preparing to unpack .../092-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:47 #22 82.13 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:47 #22 82.16 Selecting previously unselected package crossbuild-essential-ppc64el.
13:42:47 #22 82.16 Preparing to unpack .../093-crossbuild-essential-ppc64el_12.9_all.deb ...
13:42:47 #22 82.17 Unpacking crossbuild-essential-ppc64el (12.9) ...
13:42:47 #22 82.20 Selecting previously unselected package libc6-s390x-cross.
13:42:47 #22 82.21 Preparing to unpack .../094-libc6-s390x-cross_2.31-9cross4_all.deb ...
13:42:47 #22 82.21 Unpacking libc6-s390x-cross (2.31-9cross4) ...
13:42:47 #22 82.33 Selecting previously unselected package libgcc-s1-s390x-cross.
13:42:47 #22 82.33 Preparing to unpack .../095-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:47 #22 82.34 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
13:42:47 #22 82.37 Selecting previously unselected package libgomp1-s390x-cross.
13:42:47 #22 82.37 Preparing to unpack .../096-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:47 #22 82.38 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
13:42:47 #22 82.41 Selecting previously unselected package libitm1-s390x-cross.
13:42:47 #22 82.42 Preparing to unpack .../097-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:47 #22 82.42 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
13:42:47 #22 82.46 Selecting previously unselected package libatomic1-s390x-cross.
13:42:47 #22 82.46 Preparing to unpack .../098-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:47 #22 82.46 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
13:42:47 #22 82.50 Selecting previously unselected package libasan6-s390x-cross.
13:42:47 #22 82.50 Preparing to unpack .../099-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:47 #22 82.50 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
13:42:47 #22 82.70 Selecting previously unselected package libstdc++6-s390x-cross.
13:42:47 #22 82.70 Preparing to unpack .../100-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:47 #22 82.70 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
13:42:47 #22 82.78 Selecting previously unselected package libubsan1-s390x-cross.
13:42:47 #22 82.78 Preparing to unpack .../101-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:47 #22 82.78 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
13:42:47 #22 82.87 Selecting previously unselected package libgcc-10-dev-s390x-cross.
13:42:47 #22 82.87 Preparing to unpack .../102-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:47 #22 82.88 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
13:42:47 #22 82.97 Selecting previously unselected package gcc-10-s390x-linux-gnu.
13:42:47 #24 195.3 + bin/containerd-shim-runc-v2
13:42:47 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:42:48 #22 82.98 Preparing to unpack .../103-gcc-10-s390x-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:48 #22 82.98 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:48 #24 196.1 + binaries
13:42:48 #24 196.1 + install -D bin/containerd /build/containerd
13:42:48 #24 196.2 + install -D bin/containerd-shim /build/containerd-shim
13:42:48 #24 196.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:42:48 #24 196.2 + install -D bin/ctr /build/ctr
13:42:48 #23 79.76 Selecting previously unselected package gcc-s390x-linux-gnu.
13:42:48 #23 79.77 Preparing to unpack .../104-gcc-s390x-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:48 #23 79.77 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
13:42:48 #23 79.80 Selecting previously unselected package linux-libc-dev-s390x-cross.
13:42:48 #23 79.80 Preparing to unpack .../105-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
13:42:48 #23 79.81 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
13:42:48 #23 79.97 Selecting previously unselected package libc6-dev-s390x-cross.
13:42:48 #23 79.97 Preparing to unpack .../106-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
13:42:48 #23 79.97 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
13:42:48 #23 80.19 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
13:42:48 #23 80.20 Preparing to unpack .../107-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:48 #23 80.20 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
13:42:48 #23 80.42 Selecting previously unselected package g++-10-s390x-linux-gnu.
13:42:48 #23 80.43 Preparing to unpack .../108-g++-10-s390x-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:48 #23 80.43 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:48 #24 DONE 196.7s
13:42:49 #23 28.13 Get:103 http://deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
13:42:49 #23 28.14 Get:104 http://deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
13:42:49 #23 28.16 Get:105 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
13:42:49 #23 28.17 Get:106 http://deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
13:42:49 #23 28.18 Get:107 http://deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
13:42:49 #23 28.19 Get:108 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
13:42:49 #23 28.20 Get:109 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB]
13:42:49 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:49 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:49 GOOS="" GOARCH="" GOARM=""
13:42:49 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:49 
13:42:49 + popd
13:42:49 + RPM_EC=0
13:42:49 ~/rpmbuild/BUILD/src
13:42:49 ++ jobs -p
13:42:49 + exit 0
13:42:49 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YJ1x9w
13:42:49 + umask 022
13:42:49 + cd /root/rpmbuild/BUILD
13:42:49 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64 '!=' / ']'
13:42:49 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:42:49 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:42:49 + mkdir -p /root/rpmbuild/BUILDROOT
13:42:49 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:42:49 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:42:49 + export CFLAGS
13:42:49 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:42:49 + export CXXFLAGS
13:42:49 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:42:49 + export FFLAGS
13:42:49 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:42:49 + export FCFLAGS
13:42:49 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.ld'
13:42:49 + export LDFLAGS
13:42:49 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:42:49 + export LT_SYS_LIBRARY_PATH
13:42:49 + CC=gcc
13:42:49 + export CC
13:42:49 + CXX=g++
13:42:49 + export CXX
13:42:49 + cd src
13:42:49 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:42:49 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/bin/dockerd
13:42:49 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:42:49 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/bin/docker-proxy
13:42:49 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/bin/docker-init
13:42:49 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/lib/systemd/system/docker.service
13:42:49 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/lib/systemd/system/docker.socket
13:42:49 + /usr/lib/rpm/check-buildroot
13:42:49 + /usr/lib/rpm/redhat/brp-ldconfig
13:42:49 + /usr/lib/rpm/brp-compress
13:42:49 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:42:49 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:42:49 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:42:49 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:42:49 + /usr/lib/rpm/check-rpaths
13:42:49 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:42:49 + /usr/lib/rpm/brp-remove-la-files
13:42:49 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:42:49 + /usr/lib/rpm/redhat/brp-python-hardlink
13:42:49 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GBNJ6p
13:42:49 + umask 022
13:42:49 + cd /root/rpmbuild/BUILD
13:42:49 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:42:49 + export CFLAGS
13:42:49 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:42:49 + export CXXFLAGS
13:42:49 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:42:49 + export FFLAGS
13:42:49 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:42:49 + export FCFLAGS
13:42:49 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.ld'
13:42:49 + export LDFLAGS
13:42:49 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:42:49 + export LT_SYS_LIBRARY_PATH
13:42:49 + CC=gcc
13:42:49 + export CC
13:42:49 + CXX=g++
13:42:49 + export CXX
13:42:49 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:42:49 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220503081348.bfa9b40-0.fc36 aarch64
13:42:49 + cd src
13:42:49 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:42:49 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:42:49 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798' = 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:42:49 + echo 'PASS: daemon version OK'
13:42:49 + RPM_EC=0
13:42:49 PASS: daemon version OK
13:42:49 ++ jobs -p
13:42:49 + exit 0
13:42:49 Processing files: docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:42:49 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/bin/docker-proxy
13:42:49 Provides: docker-ce = 3:0.0.0.20220503081348.bfa9b40-0.fc36 docker-ce(aarch-64) = 3:0.0.0.20220503081348.bfa9b40-0.fc36
13:42:49 Requires(interp): /bin/sh /bin/sh /bin/sh
13:42:49 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:42:49 Requires(post): /bin/sh
13:42:49 Requires(preun): /bin/sh
13:42:49 Requires(postun): /bin/sh
13:42:49 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:42:49 Conflicts: docker docker-ee docker-engine-cs docker-io
13:42:49 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:42:49 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:42:49 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.src.rpm
13:42:49 
13:42:49 #33 [binary-base 3/7] COPY --from=containerd    /build/ /usr/local/bin/
13:42:49 #33 DONE 0.2s
13:42:49 
13:42:49 #34 [binary-base 4/7] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:42:49 #34 DONE 0.1s
13:42:49 
13:42:49 #35 [binary-base 5/7] COPY --from=vpnkit        /build/ /usr/local/bin/
13:42:49 #23 28.99 Get:110 http://deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
13:42:49 #23 28.99 Get:111 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
13:42:49 #23 29.01 Get:112 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
13:42:49 #23 29.04 Get:113 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
13:42:49 #23 29.06 Get:114 http://deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
13:42:50 #35 DONE 0.2s
13:42:50 
13:42:50 #36 [binary-base 6/7] COPY --from=gowinres      /build/ /usr/local/bin/
13:42:50 #36 DONE 0.1s
13:42:50 
13:42:50 #37 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
13:42:50 #37 DONE 0.0s
13:42:50 
13:42:50 #38 [build-binary 1/1] RUN --mount=type=cache,target=/root/.cache     --mount=type=bind,target=.,ro     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy         hack/make.sh binary
13:42:50 #38 0.127 
13:42:50 #38 0.190 Removing /build/bundles/
13:42:50 #38 0.191 
13:42:50 #38 0.197 ---> Making bundle: binary (in /build/bundles/binary)
13:42:50 #38 0.226 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:50 #38 0.227 GOOS="" GOARCH="" GOARM=""
13:42:50 #23 29.80 Get:115 http://deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
13:42:50 #23 29.81 Get:116 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
13:42:50 #23 29.81 Get:117 http://deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
13:42:50 #23 29.82 Get:118 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
13:42:50 #23 29.83 Get:119 http://deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
13:42:50 #23 29.83 Get:120 http://deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
13:42:50 #23 29.83 Get:121 http://deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
13:42:50 #23 29.83 Get:122 http://deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
13:42:50 #23 29.89 Get:123 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
13:42:50 #23 29.89 Get:124 http://deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
13:42:50 #23 29.90 Get:125 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
13:42:50 #23 29.92 Get:126 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
13:42:51 #22 86.42 Selecting previously unselected package gcc-s390x-linux-gnu.
13:42:51 #22 86.42 Preparing to unpack .../104-gcc-s390x-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:51 #22 86.43 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
13:42:51 #22 86.46 Selecting previously unselected package linux-libc-dev-s390x-cross.
13:42:51 #22 86.47 Preparing to unpack .../105-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
13:42:51 #22 86.47 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
13:42:51 #22 86.61 Selecting previously unselected package libc6-dev-s390x-cross.
13:42:51 #22 86.61 Preparing to unpack .../106-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
13:42:51 #22 86.62 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
13:42:51 #22 86.81 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
13:42:51 #22 86.82 Preparing to unpack .../107-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
13:42:51 #22 86.82 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
13:42:51 #23 30.68 Get:127 http://deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
13:42:51 #23 30.68 Get:128 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
13:42:51 #23 30.70 Get:129 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
13:42:51 #23 30.73 Get:130 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
13:42:51 #23 30.74 Get:131 http://deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB]
13:42:52 #22 87.04 Selecting previously unselected package g++-10-s390x-linux-gnu.
13:42:52 #22 87.04 Preparing to unpack .../108-g++-10-s390x-linux-gnu_10.2.1-6cross1_arm64.deb ...
13:42:52 #22 87.04 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:52 #23 31.50 Get:132 http://deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
13:42:52 #23 31.51 Get:133 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
13:42:52 #23 31.78 debconf: delaying package configuration, since apt-utils is not installed
13:42:52 #23 31.89 Fetched 787 MB in 14s (55.2 MB/s)
13:42:52 #23 83.99 Selecting previously unselected package g++-s390x-linux-gnu.
13:42:52 #23 83.99 Preparing to unpack .../109-g++-s390x-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:52 #23 84.00 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
13:42:52 #23 84.03 Selecting previously unselected package crossbuild-essential-s390x.
13:42:52 #23 84.03 Preparing to unpack .../110-crossbuild-essential-s390x_12.9_all.deb ...
13:42:52 #23 84.03 Unpacking crossbuild-essential-s390x (12.9) ...
13:42:52 #23 84.12 Setting up libconfig-inifiles-perl (3.000003-1) ...
13:42:52 #23 84.13 Setting up libfile-which-perl (1.23-1) ...
13:42:52 #23 84.14 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
13:42:52 #23 84.15 Setting up libc6-armhf-cross (2.31-9cross4) ...
13:42:52 #23 84.16 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
13:42:52 #23 84.17 Setting up gcc-10-powerpc64le-linux-gnu-base:arm64 (10.2.1-6cross1) ...
13:42:52 #23 84.19 Setting up libicu67:arm64 (67.1-7) ...
13:42:52 #23 84.20 Setting up libmagic-mgc (1:5.39-3) ...
13:42:52 #23 84.21 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
13:42:52 #23 84.22 Setting up libc6-s390x-cross (2.31-9cross4) ...
13:42:52 #23 84.23 Setting up libmagic1:arm64 (1:5.39-3) ...
13:42:52 #23 84.25 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:42:52 #23 84.26 Setting up file (1:5.39-3) ...
13:42:52 #23 84.28 Setting up gcc-10-arm-linux-gnueabi-base:arm64 (10.2.1-6cross1) ...
13:42:52 #23 84.29 Setting up bzip2 (1.0.8-4) ...
13:42:52 #23 84.30 Setting up libyaml-perl (1.30-1) ...
13:42:52 #23 84.31 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
13:42:52 #23 84.32 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:42:52 #23 84.33 Setting up libio-string-perl (1.08-3.1) ...
13:42:52 #23 84.35 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
13:42:52 #23 84.36 Setting up cross-config (2.6.18+nmu1) ...
13:42:52 #23 84.46 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:42:52 #23 84.47 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:42:52 #23 84.48 Setting up patch (2.7.6-7) ...
13:42:52 #23 84.50 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
13:42:52 #23 84.51 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
13:42:52 #23 84.52 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
13:42:52 #23 84.53 Setting up libc6-armel-cross (2.31-9cross4) ...
13:42:52 #23 84.54 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
13:42:52 #23 84.56 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
13:42:52 #23 84.57 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
13:42:52 #23 84.58 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
13:42:52 #23 84.59 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
13:42:52 #23 84.60 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:52 #23 84.61 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
13:42:52 #23 84.62 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
13:42:52 #23 84.64 Setting up libfile-homedir-perl (1.006-1) ...
13:42:52 #23 84.65 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
13:42:52 #23 84.66 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
13:42:52 #23 84.67 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ...
13:42:52 #23 84.68 Setting up gcc-10-s390x-linux-gnu-base:arm64 (10.2.1-6cross1) ...
13:42:52 #23 84.69 Setting up liblocale-gettext-perl (1.07-4+b1) ...
13:42:52 #23 84.71 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:52 #23 84.72 Setting up gcc-10-arm-linux-gnueabihf-base:arm64 (10.2.1-6cross1) ...
13:42:52 #23 84.73 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:52 #23 84.74 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
13:42:52 #23 84.75 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
13:42:52 #23 84.76 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
13:42:52 #23 84.78 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
13:42:52 #23 84.79 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
13:42:52 #23 84.80 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
13:42:52 #23 84.82 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
13:42:52 #23 84.84 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
13:42:52 #23 84.85 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
13:42:52 #23 84.86 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
13:42:52 #23 84.87 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
13:42:52 #23 84.88 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
13:42:52 #23 31.91 Selecting previously unselected package liblocale-gettext-perl.
13:42:52 #23 31.91 (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 ... 15709 files and directories currently installed.)
13:42:52 #23 31.92 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
13:42:52 #23 31.92 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
13:42:52 #23 31.95 Selecting previously unselected package bzip2.
13:42:52 #23 31.95 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
13:42:52 #23 31.95 Unpacking bzip2 (1.0.8-4) ...
13:42:52 #23 31.98 Selecting previously unselected package libmagic-mgc.
13:42:52 #23 31.98 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
13:42:52 #23 31.99 Unpacking libmagic-mgc (1:5.39-3) ...
13:42:52 #23 32.07 Selecting previously unselected package libmagic1:amd64.
13:42:52 #23 32.07 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
13:42:52 #23 32.08 Unpacking libmagic1:amd64 (1:5.39-3) ...
13:42:52 #23 32.12 Selecting previously unselected package file.
13:42:53 #23 84.89 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
13:42:53 #23 84.90 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:42:53 #23 84.96 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:42:53 #23 85.03 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:42:53 #23 85.15 
13:42:53 #23 32.12 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
13:42:53 #23 32.13 Unpacking file (1:5.39-3) ...
13:42:53 #23 32.16 Selecting previously unselected package xz-utils.
13:42:53 #23 32.16 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
13:42:53 #23 32.16 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
13:42:53 #23 32.21 Selecting previously unselected package binutils-aarch64-linux-gnu.
13:42:53 #23 32.21 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
13:42:53 #23 32.21 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
13:42:53 #23 85.15 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:42:53 #23 85.22 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
13:42:53 #23 85.23 Setting up dpkg-dev (1.20.9) ...
13:42:53 #23 85.25 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:53 #23 85.26 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
13:42:53 #23 85.27 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
13:42:53 #23 85.29 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
13:42:53 #23 85.30 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
13:42:53 #23 85.31 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:42:53 #23 85.32 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
13:42:53 #23 85.33 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
13:42:53 #23 85.35 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
13:42:53 #23 85.36 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:42:53 #23 85.40 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:42:53 #23 32.54 Selecting previously unselected package binutils-arm-linux-gnueabi.
13:42:53 #23 32.54 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
13:42:53 #23 32.54 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
13:42:53 #23 85.47 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:42:53 #23 85.54 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:42:53 #23 85.67 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:42:53 #23 32.84 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:42:53 #23 32.84 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
13:42:53 #23 32.84 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
13:42:53 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:53 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:53 GOOS="" GOARCH="" GOARM=""
13:42:53 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:53 
13:42:53 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:42:53 + RM_GOPATH=0
13:42:53 + TMP_GOPATH=/go
13:42:53 + : /usr/local/bin
13:42:53 + '[' -z /go ']'
13:42:53 + export GOPATH=/go
13:42:53 + GOPATH=/go
13:42:53 + case "$(go env GOARCH)" in
13:42:53 ++ go env GOARCH
13:42:53 + export GO_BUILDMODE=-buildmode=pie
13:42:53 + GO_BUILDMODE=-buildmode=pie
13:42:53 ++ dirname hack/dockerfile/install/install.sh
13:42:53 + dir=hack/dockerfile/install
13:42:53 + bin=tini
13:42:53 + shift
13:42:53 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:42:53 + . hack/dockerfile/install/tini.installer
13:42:53 ++ : v0.19.0
13:42:53 + install_tini
13:42:53 + echo 'Install tini version v0.19.0'
13:42:53 Install tini version v0.19.0
13:42:53 + git clone https://github.com/krallin/tini.git /go/tini
13:42:53 Cloning into '/go/tini'...
13:42:53 + cd /go/tini
13:42:53 + git checkout -q v0.19.0
13:42:53 + cmake .
13:42:53 -- The C compiler identification is GNU 8.3.0
13:42:53 -- Check for working C compiler: /usr/bin/cc
13:42:53 -- Check for working C compiler: /usr/bin/cc -- works
13:42:53 -- Detecting C compiler ABI info
13:42:53 -- Detecting C compiler ABI info - done
13:42:53 -- Detecting C compile features
13:42:53 -- Detecting C compile features - done
13:42:53 -- Performing Test HAS_BUILTIN_FORTIFY
13:42:53 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:42:53 -- Configuring done
13:42:53 -- Generating done
13:42:53 -- Build files have been written to: /go/tini
13:42:53 + make tini-static
13:42:53 make[2]: Entering directory '/go/tini'
13:42:53 make[3]: Entering directory '/go/tini'
13:42:53 make[4]: Entering directory '/go/tini'
13:42:53 make[5]: Entering directory '/go/tini'
13:42:53 Scanning dependencies of target tini-static
13:42:53 make[5]: Leaving directory '/go/tini'
13:42:53 make[5]: Entering directory '/go/tini'
13:42:53 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:42:53 [100%] Linking C executable tini-static
13:42:53 make[5]: Leaving directory '/go/tini'
13:42:53 [100%] Built target tini-static
13:42:53 make[4]: Leaving directory '/go/tini'
13:42:53 make[3]: Leaving directory '/go/tini'
13:42:53 make[2]: Leaving directory '/go/tini'
13:42:53 + mkdir -p /usr/local/bin
13:42:53 + cp tini-static /usr/local/bin/docker-init
13:42:53 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:42:53 + RM_GOPATH=0
13:42:53 + TMP_GOPATH=/go
13:42:53 + : /usr/local/bin
13:42:53 + '[' -z /go ']'
13:42:53 + export GOPATH=/go
13:42:53 + GOPATH=/go
13:42:53 + case "$(go env GOARCH)" in
13:42:53 ++ go env GOARCH
13:42:53 + export GO_BUILDMODE=-buildmode=pie
13:42:53 + GO_BUILDMODE=-buildmode=pie
13:42:53 ++ dirname hack/dockerfile/install/install.sh
13:42:53 + dir=hack/dockerfile/install
13:42:53 + bin=rootlesskit
13:42:53 + shift
13:42:53 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:42:53 + . hack/dockerfile/install/rootlesskit.installer
13:42:53 ++ : 1920341cd41e047834a21007424162a2dc946315
13:42:53 + install_rootlesskit dynamic
13:42:53 + case "$1" in
13:42:53 + install_rootlesskit_dynamic
13:42:53 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:42:53 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:42:53 + export BUILD_MODE=-buildmode=pie
13:42:53 + BUILD_MODE=-buildmode=pie
13:42:53 + _install_rootlesskit
13:42:53 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:42:53 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:42:53 + for f in rootlesskit rootlesskit-docker-proxy
13:42:53 + GOBIN=/usr/local/bin
13:42:53 + GO111MODULE=on
13:42:53 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:42:53 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:42:53 #23 85.73 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:53 #23 85.74 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
13:42:53 #23 85.76 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:53 #23 85.77 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
13:42:53 #23 85.82 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
13:42:53 #23 85.83 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:42:53 #23 85.84 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
13:42:53 #23 85.86 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
13:42:53 #23 85.87 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
13:42:53 #23 85.88 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
13:42:54 #23 85.89 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
13:42:54 #23 85.90 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:42:54 #23 85.91 Setting up libxml-simple-perl (2.25-1) ...
13:42:54 #23 85.93 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:54 #23 85.94 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:54 #23 85.96 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:54 #23 85.97 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:42:54 #23 85.98 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
13:42:54 #23 85.99 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
13:42:54 #23 86.00 Setting up libconfig-auto-perl (0.44-1.1) ...
13:42:54 #23 86.02 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:42:54 #23 86.03 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
13:42:54 #23 86.04 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:54 #23 86.05 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:54 #23 86.06 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:54 #23 86.07 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
13:42:54 #23 86.09 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
13:42:54 #23 86.10 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:54 #23 86.11 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:54 #23 86.12 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:54 #23 86.13 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
13:42:54 #23 86.15 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:54 #23 86.16 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:54 #23 86.17 Setting up dpkg-cross (2.6.18+nmu1) ...
13:42:54 #23 86.20 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:54 #23 33.15 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
13:42:54 #23 33.15 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
13:42:54 #23 33.16 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
13:42:54 #23 33.43 Selecting previously unselected package binutils-s390x-linux-gnu.
13:42:54 #23 86.21 Setting up crossbuild-essential-armel (12.9) ...
13:42:54 #23 86.23 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
13:42:54 #23 86.24 Setting up crossbuild-essential-armhf (12.9) ...
13:42:54 #23 86.26 Setting up crossbuild-essential-arm64 (12.9) ...
13:42:54 #23 86.27 Setting up crossbuild-essential-s390x (12.9) ...
13:42:54 #23 86.28 Setting up crossbuild-essential-ppc64el (12.9) ...
13:42:54 #23 86.29 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:42:54 + for f in rootlesskit rootlesskit-docker-proxy
13:42:54 + GOBIN=/usr/local/bin
13:42:54 + GO111MODULE=on
13:42:54 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:42:54 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:54 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:54 GOOS="" GOARCH="" GOARM=""
13:42:54 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:54 
13:42:54 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:42:54 + RM_GOPATH=0
13:42:54 + TMP_GOPATH=/go
13:42:54 + : /usr/local/bin
13:42:54 + '[' -z /go ']'
13:42:54 + export GOPATH=/go
13:42:54 + GOPATH=/go
13:42:54 + case "$(go env GOARCH)" in
13:42:54 ++ go env GOARCH
13:42:54 + export GO_BUILDMODE=-buildmode=pie
13:42:54 + GO_BUILDMODE=-buildmode=pie
13:42:54 ++ dirname hack/dockerfile/install/install.sh
13:42:54 + dir=hack/dockerfile/install
13:42:54 + bin=tini
13:42:54 + shift
13:42:54 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:42:54 + . hack/dockerfile/install/tini.installer
13:42:54 ++ : v0.19.0
13:42:54 + install_tini
13:42:54 + echo 'Install tini version v0.19.0'
13:42:54 Install tini version v0.19.0
13:42:54 + git clone https://github.com/krallin/tini.git /go/tini
13:42:54 Cloning into '/go/tini'...
13:42:54 + cd /go/tini
13:42:54 + git checkout -q v0.19.0
13:42:54 + cmake .
13:42:54 -- The C compiler identification is GNU 9.4.0
13:42:54 -- Check for working C compiler: /usr/bin/cc
13:42:54 -- Check for working C compiler: /usr/bin/cc -- works
13:42:54 -- Detecting C compiler ABI info
13:42:54 -- Detecting C compiler ABI info - done
13:42:54 -- Detecting C compile features
13:42:54 -- Detecting C compile features - done
13:42:54 -- Performing Test HAS_BUILTIN_FORTIFY
13:42:54 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:42:54 -- Configuring done
13:42:54 -- Generating done
13:42:54 -- Build files have been written to: /go/tini
13:42:54 + make tini-static
13:42:54 make[2]: Entering directory '/go/tini'
13:42:54 make[3]: Entering directory '/go/tini'
13:42:54 make[4]: Entering directory '/go/tini'
13:42:54 make[5]: Entering directory '/go/tini'
13:42:54 Scanning dependencies of target tini-static
13:42:54 make[5]: Leaving directory '/go/tini'
13:42:54 make[5]: Entering directory '/go/tini'
13:42:54 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:42:54 [100%] Linking C executable tini-static
13:42:54 make[5]: Leaving directory '/go/tini'
13:42:54 [100%] Built target tini-static
13:42:54 make[4]: Leaving directory '/go/tini'
13:42:54 make[3]: Leaving directory '/go/tini'
13:42:54 make[2]: Leaving directory '/go/tini'
13:42:54 + mkdir -p /usr/local/bin
13:42:54 + cp tini-static /usr/local/bin/docker-init
13:42:54 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:42:54 + RM_GOPATH=0
13:42:54 + TMP_GOPATH=/go
13:42:54 + : /usr/local/bin
13:42:54 + '[' -z /go ']'
13:42:54 + export GOPATH=/go
13:42:54 + GOPATH=/go
13:42:54 + case "$(go env GOARCH)" in
13:42:54 ++ go env GOARCH
13:42:54 + export GO_BUILDMODE=-buildmode=pie
13:42:54 + GO_BUILDMODE=-buildmode=pie
13:42:54 ++ dirname hack/dockerfile/install/install.sh
13:42:54 + dir=hack/dockerfile/install
13:42:54 + bin=rootlesskit
13:42:54 + shift
13:42:54 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:42:54 + . hack/dockerfile/install/rootlesskit.installer
13:42:54 ++ : 1920341cd41e047834a21007424162a2dc946315
13:42:54 + install_rootlesskit dynamic
13:42:54 + case "$1" in
13:42:54 + install_rootlesskit_dynamic
13:42:54 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:42:54 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:42:54 + export BUILD_MODE=-buildmode=pie
13:42:54 + BUILD_MODE=-buildmode=pie
13:42:54 + _install_rootlesskit
13:42:54 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:42:54 + for f in rootlesskit rootlesskit-docker-proxy
13:42:54 + GOBIN=/usr/local/bin
13:42:54 + GO111MODULE=on
13:42:54 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:42:54 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:42:54 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:42:54 #23 33.43 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
13:42:54 #23 33.43 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
13:42:54 #23 33.66 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
13:42:54 #23 33.66 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
13:42:54 #23 33.66 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:42:54 #23 33.71 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
13:42:54 + return
13:42:54 # Build the CLI
13:42:54 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:42:54 #23 33.72 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:42:54 #23 33.72 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:42:55 Building dynamic docker-linux-arm64
13:42:55 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:40:42Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:42:55 go: downloading github.com/sirupsen/logrus v1.8.1
13:42:55 go: downloading github.com/urfave/cli/v2 v2.4.0
13:42:55 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:42:55 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:42:55 go: downloading github.com/google/uuid v1.3.0
13:42:55 go: downloading github.com/moby/vpnkit v0.5.0
13:42:55 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:42:55 go: downloading github.com/gofrs/flock v0.8.1
13:42:55 go: downloading github.com/gorilla/mux v1.8.0
13:42:55 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:42:55 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:42:55 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:42:55 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:42:55 #22 90.76 Selecting previously unselected package g++-s390x-linux-gnu.
13:42:55 #22 90.76 Preparing to unpack .../109-g++-s390x-linux-gnu_4%3a10.2.1-1_arm64.deb ...
13:42:55 #22 90.77 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
13:42:55 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:42:55 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:55 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:55 GOOS="" GOARCH="" GOARM=""
13:42:55 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:55 
13:42:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:42:55 + RM_GOPATH=0
13:42:55 + TMP_GOPATH=/go
13:42:55 + : /usr/local/bin
13:42:55 + '[' -z /go ']'
13:42:55 + export GOPATH=/go
13:42:55 + GOPATH=/go
13:42:55 + case "$(go env GOARCH)" in
13:42:55 ++ go env GOARCH
13:42:55 + export GO_BUILDMODE=-buildmode=pie
13:42:55 + GO_BUILDMODE=-buildmode=pie
13:42:55 ++ dirname hack/dockerfile/install/install.sh
13:42:55 + dir=hack/dockerfile/install
13:42:55 + bin=tini
13:42:55 + shift
13:42:55 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:42:55 + . hack/dockerfile/install/tini.installer
13:42:55 ++ : v0.19.0
13:42:55 Install tini version v0.19.0
13:42:55 + install_tini
13:42:55 + echo 'Install tini version v0.19.0'
13:42:55 + git clone https://github.com/krallin/tini.git /go/tini
13:42:55 Cloning into '/go/tini'...
13:42:55 + cd /go/tini
13:42:55 + git checkout -q v0.19.0
13:42:55 + cmake .
13:42:55 -- The C compiler identification is GNU 10.2.1
13:42:55 -- Detecting C compiler ABI info
13:42:55 -- Detecting C compiler ABI info - done
13:42:55 -- Check for working C compiler: /usr/bin/cc - skipped
13:42:55 -- Detecting C compile features
13:42:55 -- Detecting C compile features - done
13:42:55 -- Performing Test HAS_BUILTIN_FORTIFY
13:42:55 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:42:55 -- Configuring done
13:42:55 -- Generating done
13:42:55 -- Build files have been written to: /go/tini
13:42:55 + make tini-static
13:42:55 make[2]: Entering directory '/go/tini'
13:42:55 make[3]: Entering directory '/go/tini'
13:42:55 make[4]: Entering directory '/go/tini'
13:42:55 make[5]: Entering directory '/go/tini'
13:42:55 Scanning dependencies of target tini-static
13:42:55 make[5]: Leaving directory '/go/tini'
13:42:55 make[5]: Entering directory '/go/tini'
13:42:55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:42:55 [100%] Linking C executable tini-static
13:42:55 make[5]: Leaving directory '/go/tini'
13:42:55 [100%] Built target tini-static
13:42:55 make[4]: Leaving directory '/go/tini'
13:42:55 make[3]: Leaving directory '/go/tini'
13:42:55 make[2]: Leaving directory '/go/tini'
13:42:55 + mkdir -p /usr/local/bin
13:42:55 + cp tini-static /usr/local/bin/docker-init
13:42:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:42:55 + RM_GOPATH=0
13:42:55 + TMP_GOPATH=/go
13:42:55 + : /usr/local/bin
13:42:55 + '[' -z /go ']'
13:42:55 + export GOPATH=/go
13:42:55 + GOPATH=/go
13:42:55 + case "$(go env GOARCH)" in
13:42:55 ++ go env GOARCH
13:42:55 + export GO_BUILDMODE=-buildmode=pie
13:42:55 + GO_BUILDMODE=-buildmode=pie
13:42:55 ++ dirname hack/dockerfile/install/install.sh
13:42:55 + dir=hack/dockerfile/install
13:42:55 + bin=rootlesskit
13:42:55 + shift
13:42:55 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:42:55 + . hack/dockerfile/install/rootlesskit.installer
13:42:55 ++ : 1920341cd41e047834a21007424162a2dc946315
13:42:55 + install_rootlesskit dynamic
13:42:55 + case "$1" in
13:42:55 + install_rootlesskit_dynamic
13:42:55 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:42:55 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:42:55 + export BUILD_MODE=-buildmode=pie
13:42:55 + BUILD_MODE=-buildmode=pie
13:42:55 + _install_rootlesskit
13:42:55 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:42:55 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:42:55 + for f in rootlesskit rootlesskit-docker-proxy
13:42:55 + GOBIN=/usr/local/bin
13:42:55 + GO111MODULE=on
13:42:55 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:42:55 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:42:56 #22 91.26 Selecting previously unselected package crossbuild-essential-s390x.
13:42:56 #22 91.26 Preparing to unpack .../110-crossbuild-essential-s390x_12.9_all.deb ...
13:42:56 #22 91.30 Unpacking crossbuild-essential-s390x (12.9) ...
13:42:56 #22 91.50 Setting up libconfig-inifiles-perl (3.000003-1) ...
13:42:56 #22 91.61 Setting up libfile-which-perl (1.23-1) ...
13:42:56 #22 91.67 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
13:42:56 #22 91.76 Setting up libc6-armhf-cross (2.31-9cross4) ...
13:42:56 #22 91.85 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
13:42:56 #22 91.99 Setting up gcc-10-powerpc64le-linux-gnu-base:arm64 (10.2.1-6cross1) ...
13:42:57 #22 92.13 Setting up libicu67:arm64 (67.1-7) ...
13:42:57 #22 92.15 Setting up libmagic-mgc (1:5.39-3) ...
13:42:57 #22 92.16 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
13:42:57 #22 92.17 Setting up libc6-s390x-cross (2.31-9cross4) ...
13:42:57 #22 92.18 Setting up libmagic1:arm64 (1:5.39-3) ...
13:42:57 #22 92.21 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:42:57 #22 92.22 Setting up file (1:5.39-3) ...
13:42:57 #22 92.23 Setting up gcc-10-arm-linux-gnueabi-base:arm64 (10.2.1-6cross1) ...
13:42:57 #22 92.24 Setting up bzip2 (1.0.8-4) ...
13:42:57 #22 92.26 Setting up libyaml-perl (1.30-1) ...
13:42:57 #22 92.30 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
13:42:57 #22 92.31 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:42:57 #22 92.32 Setting up libio-string-perl (1.08-3.1) ...
13:42:57 #22 92.34 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
13:42:57 #22 92.35 Setting up cross-config (2.6.18+nmu1) ...
13:42:57 #22 92.50 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:42:57 #22 92.52 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:42:57 #22 92.53 Setting up patch (2.7.6-7) ...
13:42:57 #22 92.54 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
13:42:57 #22 92.56 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
13:42:57 #22 92.57 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
13:42:57 #22 92.58 Setting up libc6-armel-cross (2.31-9cross4) ...
13:42:57 #22 92.59 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
13:42:57 #22 92.61 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
13:42:57 #22 92.63 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
13:42:57 #22 92.64 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
13:42:57 #22 92.66 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
13:42:57 #22 92.67 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:57 #22 92.68 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
13:42:57 #22 92.70 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
13:42:57 #22 92.71 Setting up libfile-homedir-perl (1.006-1) ...
13:42:57 #22 92.74 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
13:42:57 #22 92.75 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
13:42:57 #22 92.76 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ...
13:42:57 #22 92.77 Setting up gcc-10-s390x-linux-gnu-base:arm64 (10.2.1-6cross1) ...
13:42:57 #22 92.79 Setting up liblocale-gettext-perl (1.07-4+b1) ...
13:42:57 #22 92.80 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:57 #22 92.82 Setting up gcc-10-arm-linux-gnueabihf-base:arm64 (10.2.1-6cross1) ...
13:42:57 #22 92.83 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:57 #22 92.84 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
13:42:57 #22 92.85 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
13:42:57 #22 92.87 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
13:42:57 #22 92.89 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
13:42:57 #22 92.90 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
13:42:57 #22 92.92 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
13:42:57 #22 92.93 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
13:42:57 #22 92.94 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
13:42:57 #22 92.96 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
13:42:57 #22 92.98 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
13:42:57 #22 92.99 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
13:42:57 #22 93.00 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
13:42:57 #22 93.01 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
13:42:57 #22 93.03 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:42:57 #22 93.08 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:42:58 #22 93.14 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:42:58 #22 93.26 
13:42:58 #22 93.26 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:42:58 #22 93.29 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
13:42:58 #22 93.30 Setting up dpkg-dev (1.20.9) ...
13:42:58 #22 93.33 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:58 #22 93.34 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
13:42:58 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:42:58 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:58 GOOS="" GOARCH="" GOARM=""
13:42:58 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:42:58 
13:42:58 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:42:58 + RM_GOPATH=0
13:42:58 + TMP_GOPATH=/go
13:42:58 + : /usr/local/bin
13:42:58 + '[' -z /go ']'
13:42:58 + export GOPATH=/go
13:42:58 + GOPATH=/go
13:42:58 + case "$(go env GOARCH)" in
13:42:58 ++ go env GOARCH
13:42:58 + export GO_BUILDMODE=-buildmode=pie
13:42:58 + GO_BUILDMODE=-buildmode=pie
13:42:58 ++ dirname hack/dockerfile/install/install.sh
13:42:58 + dir=hack/dockerfile/install
13:42:58 + bin=tini
13:42:58 + shift
13:42:58 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:42:58 + . hack/dockerfile/install/tini.installer
13:42:58 ++ : v0.19.0
13:42:58 + install_tini
13:42:58 + echo 'Install tini version v0.19.0'
13:42:58 + git clone https://github.com/krallin/tini.git /go/tini
13:42:58 Install tini version v0.19.0
13:42:58 Cloning into '/go/tini'...
13:42:58 + cd /go/tini
13:42:58 + git checkout -q v0.19.0
13:42:58 + cmake .
13:42:58 -- The C compiler identification is GNU 11.2.0
13:42:58 -- Detecting C compiler ABI info
13:42:58 -- Detecting C compiler ABI info - done
13:42:58 -- Check for working C compiler: /usr/bin/cc - skipped
13:42:58 -- Detecting C compile features
13:42:58 -- Detecting C compile features - done
13:42:58 -- Performing Test HAS_BUILTIN_FORTIFY
13:42:58 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:42:58 -- Configuring done
13:42:58 -- Generating done
13:42:58 -- Build files have been written to: /go/tini
13:42:58 + make tini-static
13:42:58 make[2]: Entering directory '/go/tini'
13:42:58 make[3]: Entering directory '/go/tini'
13:42:58 make[4]: Entering directory '/go/tini'
13:42:58 make[5]: Entering directory '/go/tini'
13:42:58 Scanning dependencies of target tini-static
13:42:58 make[5]: Leaving directory '/go/tini'
13:42:58 make[5]: Entering directory '/go/tini'
13:42:58 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:42:58 [100%] Linking C executable tini-static
13:42:58 make[5]: Leaving directory '/go/tini'
13:42:58 [100%] Built target tini-static
13:42:58 make[4]: Leaving directory '/go/tini'
13:42:58 make[3]: Leaving directory '/go/tini'
13:42:58 make[2]: Leaving directory '/go/tini'
13:42:58 + mkdir -p /usr/local/bin
13:42:58 + cp tini-static /usr/local/bin/docker-init
13:42:58 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:42:58 + RM_GOPATH=0
13:42:58 + TMP_GOPATH=/go
13:42:58 + : /usr/local/bin
13:42:58 + '[' -z /go ']'
13:42:58 + export GOPATH=/go
13:42:58 + GOPATH=/go
13:42:58 + case "$(go env GOARCH)" in
13:42:58 ++ go env GOARCH
13:42:58 + export GO_BUILDMODE=-buildmode=pie
13:42:58 + GO_BUILDMODE=-buildmode=pie
13:42:58 ++ dirname hack/dockerfile/install/install.sh
13:42:58 + dir=hack/dockerfile/install
13:42:58 + bin=rootlesskit
13:42:58 + shift
13:42:58 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:42:58 + . hack/dockerfile/install/rootlesskit.installer
13:42:58 ++ : 1920341cd41e047834a21007424162a2dc946315
13:42:58 + install_rootlesskit dynamic
13:42:58 + case "$1" in
13:42:58 + install_rootlesskit_dynamic
13:42:58 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:42:58 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:42:58 + export BUILD_MODE=-buildmode=pie
13:42:58 + BUILD_MODE=-buildmode=pie
13:42:58 + _install_rootlesskit
13:42:58 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:42:58 + for f in rootlesskit rootlesskit-docker-proxy
13:42:58 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:42:58 + GOBIN=/usr/local/bin
13:42:58 + GO111MODULE=on
13:42:58 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:42:58 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:42:58 #22 93.35 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
13:42:58 #22 93.37 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
13:42:58 #22 93.38 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
13:42:58 #22 93.39 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:42:58 #22 93.40 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
13:42:58 #22 93.42 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
13:42:58 #22 93.43 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
13:42:58 #22 93.44 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:42:58 #22 93.49 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:42:58 #22 93.55 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:42:58 #22 93.62 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:42:58 #22 93.74 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:42:58 #22 93.77 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:58 #22 93.78 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
13:42:58 #22 93.79 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:58 #22 93.81 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
13:42:58 #22 93.84 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
13:42:58 #22 93.85 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:42:58 #22 93.86 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
13:42:58 #22 93.88 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
13:42:58 #22 93.89 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
13:42:58 #22 93.91 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
13:42:58 #22 93.92 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
13:42:58 #22 93.93 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:42:58 #22 93.95 Setting up libxml-simple-perl (2.25-1) ...
13:42:58 #22 93.96 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:58 #22 93.98 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:58 #22 93.99 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
13:42:58 #22 94.01 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:42:58 #22 94.02 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
13:42:58 #22 94.04 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
13:42:58 #22 94.05 Setting up libconfig-auto-perl (0.44-1.1) ...
13:42:58 #22 94.07 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:42:58 #22 94.08 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
13:42:58 #22 94.09 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:58 #22 94.11 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:58 #22 94.12 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:58 #22 94.13 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
13:42:58 #22 94.15 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
13:42:58 #23 38.21 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
13:42:59 #12 97.38 --------------------------------------------------------------------------------
13:42:59 #12 97.38 Total                                              1.4 MB/s |  81 MB  00:59     
13:42:59 #12 97.53 Running transaction check
13:42:59 #12 97.69 Running transaction test
13:42:59 #12 97.84 Transaction test succeeded
13:42:59 #12 97.84 Running transaction
13:42:59 #12 98.41   Updating   : glibc-2.17-325.el7_9.x86_64                                 1/68 
13:42:59 #12 101.3   Updating   : glibc-common-2.17-325.el7_9.x86_64                          2/68 
13:42:59 #12 101.4   Installing : fipscheck-1.4.1-6.el7.x86_64                                3/68 
13:42:59 #12 101.4   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            4/68 
13:42:59 #12 102.0   Installing : mpfr-3.1.1-4.el7.x86_64                                     5/68 
13:42:59 #12 102.5   Updating   : systemd-libs-219-78.el7_9.5.x86_64                          6/68 
13:42:59 #12 104.3   Updating   : systemd-219-78.el7_9.5.x86_64                               7/68 
13:42:59 #12 105.0 Failed to get D-Bus connection: Operation not permitted
13:42:59 #12 105.1   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64              8/68 
13:42:59 #12 105.7   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                   9/68 
13:42:59 #12 106.2   Installing : libmpc-1.0.1-3.el7.x86_64                                  10/68 
13:42:59 #12 106.8   Installing : lzo-2.06-8.el7.x86_64                                      11/68 
13:42:59 #22 94.16 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:42:59 #22 94.17 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:59 #22 94.18 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
13:42:59 #22 94.20 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
13:42:59 #22 94.21 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:59 #22 94.23 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:42:59 #22 94.24 Setting up dpkg-cross (2.6.18+nmu1) ...
13:42:59 #22 94.27 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:42:59 #22 94.28 Setting up crossbuild-essential-armel (12.9) ...
13:42:59 #22 94.30 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
13:42:59 #22 94.31 Setting up crossbuild-essential-armhf (12.9) ...
13:42:59 #22 94.33 Setting up crossbuild-essential-arm64 (12.9) ...
13:42:59 #22 94.34 Setting up crossbuild-essential-s390x (12.9) ...
13:42:59 #22 94.36 Setting up crossbuild-essential-ppc64el (12.9) ...
13:42:59 #22 94.37 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:42:59 #23 38.21 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
13:42:59 #23 38.22 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
13:42:59 #23 38.25 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
13:42:59 #23 38.25 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
13:42:59 #23 38.26 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:42:59 #12 107.3   Installing : m4-1.4.16-10.el7.x86_64                                    12/68 
13:42:59 #22 DONE 94.5s
13:42:59 
13:42:59 #24 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:42:59 #12 107.9   Installing : checkpolicy-2.5-8.el7.x86_64                               13/68 
13:42:59 #24 DONE 0.2s
13:42:59 
13:42:59 #25 [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
13:42:59 #25 0.175 + RM_GOPATH=0
13:42:59 #25 0.175 + TMP_GOPATH=
13:42:59 #25 0.175 + : /build
13:42:59 #25 0.175 + '[' -z '' ']'
13:42:59 #25 0.176 ++ mktemp -d
13:42:59 #25 0.177 + export GOPATH=/tmp/tmp.uHQAOh6bU2
13:42:59 #25 0.177 + GOPATH=/tmp/tmp.uHQAOh6bU2
13:42:59 #25 0.177 + RM_GOPATH=1
13:42:59 #25 0.177 + case "$(go env GOARCH)" in
13:42:59 #25 0.178 ++ go env GOARCH
13:42:59 #25 0.188 + export GO_BUILDMODE=-buildmode=pie
13:42:59 #25 0.188 + GO_BUILDMODE=-buildmode=pie
13:42:59 #25 0.189 ++ dirname /install.sh
13:42:59 #25 0.191 + dir=/
13:42:59 #25 0.192 + bin=rootlesskit
13:42:59 #25 0.192 + shift
13:42:59 #25 0.192 + '[' '!' -f //rootlesskit.installer ']'
13:42:59 #25 0.192 + . //rootlesskit.installer
13:42:59 #25 0.192 ++ : 1920341cd41e047834a21007424162a2dc946315
13:42:59 #25 0.192 + install_rootlesskit
13:42:59 #25 0.192 + case "$1" in
13:42:59 #25 0.192 + export CGO_ENABLED=0
13:42:59 #25 0.192 + CGO_ENABLED=0
13:42:59 #25 0.192 + _install_rootlesskit
13:42:59 #25 0.193 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:42:59 #25 0.193 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:42:59 #25 0.193 + for f in rootlesskit rootlesskit-docker-proxy
13:42:59 #25 0.193 + GOBIN=/build
13:42:59 #25 0.193 + GO111MODULE=on
13:42:59 #25 0.193 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:42:59 #25 0.540 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:00 #12 108.0   Installing : 1:make-3.82-24.el7.x86_64                                  14/68 
13:43:00 #12 108.6   Installing : 1:perl-Error-0.17020-2.el7.noarch                          15/68 
13:43:01 #25 1.424 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:01 #25 1.438 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:01 #25 1.579 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:01 #25 2.096 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:01 #12 108.6   Installing : libarchive-3.1.2-14.el7_7.x86_64                           16/68 
13:43:01 #25 2.320 go: downloading github.com/google/uuid v1.3.0
13:43:01 #25 2.336 go: downloading github.com/moby/vpnkit v0.5.0
13:43:01 #25 2.370 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:01 #25 2.436 go: downloading github.com/gofrs/flock v0.8.1
13:43:02 #25 2.448 go: downloading github.com/gorilla/mux v1.8.0
13:43:02 #25 2.481 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:02 #25 2.568 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:02 #25 2.624 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:02 #25 2.649 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:02 #12 109.8   Installing : cpp-4.8.5-44.el7.x86_64                                    17/68 
13:43:02 #12 110.4   Installing : systemd-devel-219-78.el7_9.5.x86_64                        18/68 
13:43:02 + for f in rootlesskit rootlesskit-docker-proxy
13:43:02 + GOBIN=/usr/local/bin
13:43:02 + GO111MODULE=on
13:43:02 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:02 + return
13:43:02 # Build the CLI
13:43:02 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:43:02 #23 DONE 93.6s
13:43:02 
13:43:02 #24 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:43:02 #24 DONE 0.2s
13:43:02 
13:43:02 #25 [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
13:43:02 #25 0.672 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:43:02 #25 0.687 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:43:02 #25 0.690 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:43:02 #25 0.861 Get:4 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:43:02 Building dynamic docker-linux-arm64
13:43:02 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:40:52Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:43:02 #25 3.008 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:02 #25 0.909 Get:5 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:43:02 #25 0.913 Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:43:02 #25 0.915 Get:7 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:43:02 #25 0.917 Get:8 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:43:02 #25 1.145 Get:9 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:43:03 #25 1.464 Get:10 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:43:03 #25 1.618 Get:11 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:43:03 #23 42.47 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
13:43:03 #23 42.47 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
13:43:03 #23 42.47 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
13:43:03 #23 42.50 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
13:43:03 #23 42.50 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
13:43:03 #23 42.51 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:43:03 #12 110.4   Installing : rsync-3.1.2-10.el7.x86_64                                  19/68 
13:43:03 #25 1.991 Get:12 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:43:04 #12 111.5   Installing : libcgroup-0.41-21.el7.x86_64                               20/68 
13:43:04 #12 112.7   Installing : openssh-7.4p1-22.el7_9.x86_64                              21/68 
13:43:04 #12 112.7   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       22/68 
13:43:04 #12 112.8   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        23/68 
13:43:04 #25 2.521 Get:13 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:43:04 #25 2.933 Get:14 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:43:04 #25 2.934 Get:15 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:43:04 #25 2.935 Get:16 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:43:04 #25 2.944 Get:17 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:43:04 #25 2.948 Get:18 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:43:05 #12 112.8   Installing : libseccomp-2.3.1-4.el7.x86_64                              24/68 
13:43:05 #12 113.3   Installing : libselinux-utils-2.5-15.el7.x86_64                         25/68 
13:43:05 #12 113.4   Installing : policycoreutils-2.5-34.el7.x86_64                          26/68 
13:43:06 #12 113.5   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   27/68 
13:43:06 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:06 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:06 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:06 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:06 go: downloading github.com/google/uuid v1.3.0
13:43:06 go: downloading github.com/moby/vpnkit v0.5.0
13:43:06 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:06 go: downloading github.com/gofrs/flock v0.8.1
13:43:06 go: downloading github.com/gorilla/mux v1.8.0
13:43:06 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:06 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:06 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:06 #12 114.6   Installing : setools-libs-3.3.8-4.el7.x86_64                            28/68 
13:43:06 #12 115.2   Installing : libsemanage-python-2.5-14.el7.x86_64                       29/68 
13:43:06 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:07 #12 115.2   Installing : e2fsprogs-libs-1.42.9-19.el7.x86_64                        30/68 
13:43:07 #12 115.9   Installing : btrfs-progs-4.9.1-1.el7.x86_64                             31/68 
13:43:07 #23 46.73 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
13:43:07 #23 46.73 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
13:43:07 #23 46.75 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:43:07 #23 46.78 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
13:43:07 #23 46.78 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:43:07 #23 46.79 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:43:07 #12 115.9   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        32/68 
13:43:08 #12 116.0   Installing : autoconf-2.69-11.el7.noarch                                33/68 
13:43:08 #12 116.5 install-info: No such file or directory for /usr/share/info/autoconf.info
13:43:08 #12 116.5   Installing : libselinux-python-2.5-15.el7.x86_64                        34/68 
13:43:08 #12 116.6   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         35/68 
13:43:09 #25 ...
13:43:09 
13:43:09 #26 [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
13:43:09 #0 0.197 + RM_GOPATH=0
13:43:09 #0 0.198 + TMP_GOPATH=
13:43:09 #0 0.198 + : /build
13:43:09 #0 0.198 + '[' -z '' ']'
13:43:09 #0 0.198 ++ mktemp -d
13:43:09 #0 0.202 + export GOPATH=/tmp/tmp.74EVZSxe63
13:43:09 #0 0.203 + GOPATH=/tmp/tmp.74EVZSxe63
13:43:09 #0 0.203 + RM_GOPATH=1
13:43:09 #0 0.204 + case "$(go env GOARCH)" in
13:43:09 #0 0.205 ++ go env GOARCH
13:43:09 #0 0.212 + export GO_BUILDMODE=-buildmode=pie
13:43:09 #0 0.212 + GO_BUILDMODE=-buildmode=pie
13:43:09 #0 0.212 ++ dirname /install.sh
13:43:09 #0 0.217 + dir=/
13:43:09 #0 0.217 + bin=rootlesskit
13:43:09 #0 0.218 + shift
13:43:09 #0 0.218 + '[' '!' -f //rootlesskit.installer ']'
13:43:09 #0 0.218 + . //rootlesskit.installer
13:43:09 #0 0.219 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:09 #0 0.219 + install_rootlesskit
13:43:09 #0 0.219 + case "$1" in
13:43:09 #0 0.219 + export CGO_ENABLED=0
13:43:09 #0 0.219 + CGO_ENABLED=0
13:43:09 #0 0.219 + _install_rootlesskit
13:43:09 #0 0.220 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:09 #0 0.220 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:09 #0 0.220 + for f in rootlesskit rootlesskit-docker-proxy
13:43:09 #0 0.220 + GOBIN=/build
13:43:09 #0 0.220 + GO111MODULE=on
13:43:09 #0 0.221 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:09 #0 0.606 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:09 #0 2.345 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:09 #0 2.348 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:09 #0 2.557 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:09 #0 3.303 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:09 #0 3.469 go: downloading github.com/google/uuid v1.3.0
13:43:09 #0 3.472 go: downloading github.com/moby/vpnkit v0.5.0
13:43:09 #0 3.532 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:09 #0 3.584 go: downloading github.com/gofrs/flock v0.8.1
13:43:09 #0 3.608 go: downloading github.com/gorilla/mux v1.8.0
13:43:09 #0 3.714 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:09 #0 3.891 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:09 #0 3.922 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:09 #0 5.154 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:09 #0 5.212 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:09 #14 83.94 + xx-verify --static /usr/bin/buildx
13:43:09 #14 DONE 85.8s
13:43:09 
13:43:09 #15 [darwin/arm64 binaries-unix 1/1] COPY --from=buildx-build /usr/bin/buildx /
13:43:09 #15 DONE 0.1s
13:43:09 
13:43:09 #16 exporting to client
13:43:09 #16 copying files darwin/arm64 8.23MB 0.1s
13:43:09 #16 copying files darwin/arm64 56.04MB 0.7s done
13:43:09 #16 DONE 0.7s
13:43:09 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/darwin/arm64 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/darwin/arm64/docker-0.0.0-20220503081348-bfa9b40.tar.tgz docker
13:43:09 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/darwin/arm64 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/darwin/arm64/docker-buildx-plugin-0.8.2.tar.gz docker-buildx
13:43:09 + cd /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/darwin/arm64
13:43:09 + rm -r docker-buildx/ docker/
13:43:09 + tar -zvcf /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/bundles-ce-static-darwin-aarch64.tar.gz .
13:43:09 ./
13:43:09 ./docker-0.0.0-20220503081348-bfa9b40.tar.tgz
13:43:09 ./docker-buildx-plugin-0.8.2.tar.gz
13:43:09 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] sh
13:43:09 + make clean
13:43:09 Unable to find image 'alpine:latest' locally
13:43:09 latest: Pulling from library/alpine
13:43:09 9981e73032c8: Pulling fs layer
13:43:09 9981e73032c8: Verifying Checksum
13:43:09 9981e73032c8: Download complete
13:43:09 #12 117.2   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      36/68 
13:43:09 #12 117.8   Installing : openssh-clients-7.4p1-22.el7_9.x86_64                      37/68 
13:43:09 9981e73032c8: Pull complete
13:43:09 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:43:09 Status: Downloaded newer image for alpine:latest
13:43:09 #12 117.8   Installing : libgomp-4.8.5-44.el7.x86_64                                38/68 
13:43:09 #12 118.4   Installing : less-458-9.el7.x86_64                                      39/68 
13:43:10 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:10 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:10 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:10 #12 118.4   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           40/68 
13:43:10 #12 119.0   Installing : git-1.8.3.1-23.el7_8.x86_64                                41/68 
13:43:10 #31 50.71 + mkdir -p /build
13:43:10 #31 50.71 + cp runc /build/runc
13:43:10 #31 DONE 51.5s
13:43:10 
13:43:10 #26 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:43:10 #26 ...
13:43:10 
13:43:10 #32 [binary-base 2/7] COPY --from=runc          /build/ /usr/local/bin/
13:43:10 #32 DONE 0.2s
13:43:10 
13:43:10 #26 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:43:10 #26 81.72 + bin/containerd
13:43:10 #12 119.1   Installing : pcre-devel-8.32-17.el7.x86_64                              42/68 
13:43:10 #12 119.1   Installing : libsepol-devel-2.5-10.el7.x86_64                           43/68 
13:43:10 #12 119.1   Installing : libselinux-devel-2.5-15.el7.x86_64                         44/68 
13:43:10 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:10 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:10 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:10 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:10 go: downloading github.com/google/uuid v1.3.0
13:43:10 go: downloading github.com/moby/vpnkit v0.5.0
13:43:10 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:10 go: downloading github.com/gofrs/flock v0.8.1
13:43:10 go: downloading github.com/gorilla/mux v1.8.0
13:43:10 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:10 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:10 #25 ...
13:43:10 
13:43:10 #26 [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
13:43:10 #0 0.620 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:43:10 #0 0.620 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:43:10 #0 0.630 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:43:10 #0 0.800 Get:4 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:43:10 #0 0.960 Get:5 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:43:10 #0 1.079 Get:6 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:43:10 #0 1.184 Get:7 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:43:10 #0 1.375 Get:8 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:43:10 #0 1.650 Get:9 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:43:10 #0 1.663 Get:10 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:43:10 #0 1.664 Get:11 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:43:10 #0 1.664 Get:12 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:43:10 #0 1.664 Get:13 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:43:10 #0 2.377 Get:14 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:43:10 #0 2.383 Get:15 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:43:10 #0 2.386 Get:16 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:43:10 #0 2.386 Get:17 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:43:10 #0 2.386 Get:18 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:43:10 #26 ...
13:43:10 
13:43:10 #27 [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
13:43:10 #0 0.595 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:43:10 #0 0.595 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:43:10 #0 0.603 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:43:10 #0 0.779 Get:4 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:43:10 #0 0.798 Get:5 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:43:10 #0 0.804 Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:43:10 #0 0.806 Get:7 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:43:10 #0 0.860 Get:8 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:43:10 #0 1.080 Get:9 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:43:10 #0 1.249 Get:10 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:43:10 #0 1.447 Get:11 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:43:10 #0 1.567 Get:12 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:43:10 #0 1.731 Get:13 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:43:10 #0 2.090 Get:14 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:43:10 #0 2.095 Get:15 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:43:10 #0 2.098 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:43:10 #0 2.099 Get:17 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:43:10 #0 2.105 Get:18 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:43:10 #27 ...
13:43:10 
13:43:10 #28 [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
13:43:10 #0 0.639 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:43:10 #0 0.640 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:43:10 #0 0.649 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:43:10 #0 0.843 Get:4 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:43:10 #0 0.861 Get:5 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:43:10 #0 0.862 Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:43:10 #0 0.863 Get:7 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:43:10 #0 0.865 Get:8 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:43:10 #0 1.185 Get:9 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:43:10 #0 1.401 Get:10 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:43:10 #0 1.617 Get:11 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:43:10 #0 1.795 Get:12 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:43:10 #0 2.106 Get:13 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:43:10 #0 2.267 Get:14 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:43:10 #0 2.268 Get:15 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:43:10 #0 2.268 Get:16 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:43:10 #0 2.268 Get:17 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:43:10 #0 2.268 Get:18 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:43:10 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:11 #12 119.1   Installing : python-IPy-0.75-6.el7.noarch                               45/68 
13:43:11 #12 119.2   Installing : policycoreutils-python-2.5-34.el7.x86_64                   46/68 
13:43:11 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:11 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:11 go: downloading github.com/google/uuid v1.3.0
13:43:11 go: downloading github.com/moby/vpnkit v0.5.0
13:43:11 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:11 go: downloading github.com/gofrs/flock v0.8.1
13:43:11 go: downloading github.com/gorilla/mux v1.8.0
13:43:11 #12 119.3   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    47/68 
13:43:11 #28 ...
13:43:11 
13:43:11 #27 [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
13:43:11 #27 11.79 Fetched 40.6 MB in 11s (3555 kB/s)
13:43:11 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:11 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:11 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:11 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64.rpm
13:43:11 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0n1WTh
13:43:11 + umask 022
13:43:11 + cd /root/rpmbuild/BUILD
13:43:11 + cd src
13:43:11 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:43:11 + RPM_EC=0
13:43:11 ++ jobs -p
13:43:11 + exit 0
13:43:11 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XwQeAc
13:43:11 + umask 022
13:43:11 + cd /root/rpmbuild/BUILD
13:43:11 + cd /root/rpmbuild/BUILD
13:43:11 + rm -rf src
13:43:11 + /usr/bin/mkdir -p src
13:43:11 + cd src
13:43:11 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:43:11 + /usr/bin/tar -xof -
13:43:11 + STATUS=0
13:43:11 + '[' 0 -ne 0 ']'
13:43:11 + /usr/bin/tar -xof -
13:43:11 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:43:11 + STATUS=0
13:43:11 + '[' 0 -ne 0 ']'
13:43:11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:43:11 + RPM_EC=0
13:43:11 ++ jobs -p
13:43:11 + exit 0
13:43:11 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IyWPUA
13:43:11 + umask 022
13:43:11 + cd /root/rpmbuild/BUILD
13:43:11 + cd src
13:43:11 + mkdir -p /go/src/github.com/docker
13:43:11 + rm -f /go/src/github.com/docker/cli
13:43:11 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:43:11 + pushd /go/src/github.com/docker/cli
13:43:11 + VERSION=0.0.0-20220503081348-bfa9b40
13:43:11 + GITCOMMIT=bfa9b40
13:43:11 + GO_LINKMODE=dynamic
13:43:11 + ./scripts/build/binary
13:43:11 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:43:11 Building dynamic docker-linux-arm64
13:43:11 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:43:07Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:43:11 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:43:11 + make manpages
13:43:11 scripts/docs/generate-man.sh
13:43:11 + cp -r . /tmp/docker-cli-docsgen.VNu5GowEFH/
13:43:11 + cd /tmp/docker-cli-docsgen.VNu5GowEFH
13:43:11 + ./scripts/vendor init
13:43:11 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:43:11 + cp man/tools.go .
13:43:11 + ./scripts/vendor update
13:43:11 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:43:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:11 go: downloading github.com/spf13/cobra v1.4.0
13:43:11 go: downloading github.com/spf13/pflag v1.0.5
13:43:11 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:43:11 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:11 #12 119.8   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             48/68 
13:43:11 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:11 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:11 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:11 go: downloading github.com/google/uuid v1.3.0
13:43:11 go: downloading github.com/moby/vpnkit v0.5.0
13:43:11 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:11 go: downloading github.com/gofrs/flock v0.8.1
13:43:11 go: downloading github.com/gorilla/mux v1.8.0
13:43:11 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:11 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:11 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:11 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:12 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:12 #12 120.4   Installing : perl-Test-Harness-3.28-3.el7.noarch                        49/68 
13:43:12 #26 ...
13:43:12 
13:43:12 #27 [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
13:43:12 #0 0.632 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:43:12 #0 0.633 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:43:12 #0 0.643 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:43:12 #0 0.838 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:43:12 #0 0.862 Get:5 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:43:12 #0 0.872 Get:6 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:43:12 #0 0.872 Get:7 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:43:12 #0 0.873 Get:8 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:43:12 #0 1.129 Get:9 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:43:12 #0 1.534 Get:10 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:43:12 #0 1.978 Get:11 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:43:12 #0 2.519 Get:12 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:43:12 #0 2.846 Get:13 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:43:12 #0 3.062 Get:14 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:43:12 #0 3.063 Get:15 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:43:12 #0 3.070 Get:16 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:43:12 #0 3.071 Get:17 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:43:12 #0 3.072 Get:18 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:43:12 #27 ...
13:43:12 
13:43:12 #28 [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
13:43:12 #0 0.665 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:43:12 #0 0.682 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:43:12 #0 0.682 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:43:12 #0 0.880 Get:4 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:43:12 #0 0.905 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:43:12 #0 0.905 Get:6 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:43:12 #0 0.907 Get:7 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:43:12 #0 0.910 Get:8 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:43:12 #0 1.188 Get:9 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:43:12 #0 1.520 Get:10 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:43:12 #0 1.894 Get:11 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:43:12 #0 2.412 Get:12 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:43:12 #0 2.684 Get:13 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:43:12 #0 3.021 Get:14 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:43:12 #0 3.022 Get:15 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:43:12 #0 3.023 Get:16 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:43:12 #0 3.026 Get:17 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:43:12 #0 3.030 Get:18 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:43:12 #12 120.5   Installing : automake-1.13.4-3.el7.noarch                               50/68 
13:43:12 #12 121.1 install-info: No such file or directory for /usr/share/info/automake.info.gz
13:43:12 #23 51.74 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
13:43:12 #23 51.74 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
13:43:12 #23 51.85 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:43:13 + for f in rootlesskit rootlesskit-docker-proxy
13:43:13 + GOBIN=/usr/local/bin
13:43:13 + GO111MODULE=on
13:43:13 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:13 + return
13:43:13 # Build the CLI
13:43:13 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:43:13 Building dynamic docker-linux-arm64
13:43:13 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:02Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:43:13 #12 121.3   Installing : kernel-headers-3.10.0-1160.62.1.el7.x86_64                 51/68 
13:43:13 #12 122.1   Installing : glibc-headers-2.17-325.el7_9.x86_64                        52/68 
13:43:13 #23 52.78 Selecting previously unselected package cpp-10-s390x-linux-gnu.
13:43:13 #23 52.78 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:43:13 #23 52.95 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:43:14 make -C rpm clean
13:43:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:43:14 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:43:14 rm -f -r rpmbuild/
13:43:14 docker builder prune -f --filter until=24h
13:43:14 Total reclaimed space: 0B
13:43:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:43:14 make -C deb clean
13:43:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:43:14 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:43:14 rm -f -r debbuild
13:43:14 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:43:14 rm -f -r sources
13:43:14 docker builder prune -f --filter until=24h
13:43:14 Total reclaimed space: 0B
13:43:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:43:14 make -C static clean
13:43:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:43:14 Removing build artifacts
13:43:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:43:15 #12 122.2   Installing : glibc-devel-2.17-325.el7_9.x86_64                          53/68 
13:43:16 #12 123.9   Installing : gcc-4.8.5-44.el7.x86_64                                    54/68 
13:43:16 #12 124.5   Installing : libtool-2.4.2-22.el7_3.x86_64                              55/68 
13:43:16 #12 125.1 install-info: No such file or directory for /usr/share/info/libtool.info.gz
13:43:16 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:16 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:16 GOOS="" GOARCH="" GOARM=""
13:43:16 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:16 
13:43:16 + popd
13:43:16 ~/rpmbuild/BUILD/src
13:43:16 + exit 0
13:43:16 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BLvnei
13:43:16 + umask 022
13:43:16 + cd /root/rpmbuild/BUILD
13:43:16 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64 '!=' / ']'
13:43:16 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:43:16 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:43:16 + mkdir -p /root/rpmbuild/BUILDROOT
13:43:16 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:43:16 + cd src
13:43:16 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:43:16 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin/dockerd
13:43:16 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:43:16 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin/docker-proxy
13:43:16 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin/docker-init
13:43:16 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/lib/systemd/system/docker.service
13:43:16 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/lib/systemd/system/docker.socket
13:43:16 + /usr/lib/rpm/check-buildroot
13:43:16 + /usr/lib/rpm/redhat/brp-ldconfig
13:43:16 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:43:16 + /usr/lib/rpm/brp-compress
13:43:16 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:43:16 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:43:16 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:43:16 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:43:16 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:43:16 + /usr/lib/rpm/brp-python-hardlink
13:43:16 + PYTHON3=/usr/libexec/platform-python
13:43:16 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:43:16 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KuiXDf
13:43:16 + umask 022
13:43:16 + cd /root/rpmbuild/BUILD
13:43:16 + cd src
13:43:16 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:43:16 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:43:16 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798' = 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:43:16 + echo 'PASS: daemon version OK'
13:43:16 PASS: daemon version OK
13:43:16 + exit 0
13:43:16 Processing files: docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:43:16 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin/docker-proxy
13:43:16 Provides: docker-ce = 3:0.0.0.20220503081348.bfa9b40-0.el8 docker-ce(x86-64) = 3:0.0.0.20220503081348.bfa9b40-0.el8
13:43:16 Requires(interp): /bin/sh /bin/sh /bin/sh
13:43:16 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:43:16 Requires(post): /bin/sh
13:43:16 Requires(preun): /bin/sh
13:43:16 Requires(postun): /bin/sh
13:43:16 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:43:16 Conflicts: docker docker-ee docker-engine-cs docker-io
13:43:16 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:43:16 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:43:16 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.src.rpm
13:43:17 #12 125.3   Installing : glibc-static-2.17-325.el7_9.x86_64                         56/68 
13:43:17 #12 125.3   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            57/68 
13:43:17 #12 125.4   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   58/68 
13:43:17 #12 125.4   Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64                       59/68 
13:43:17 + for f in rootlesskit rootlesskit-docker-proxy
13:43:17 + GOBIN=/usr/local/bin
13:43:17 + GO111MODULE=on
13:43:17 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:17 #28 15.40 Fetched 40.6 MB in 15s (2708 kB/s)
13:43:17 #28 15.40 Reading package lists...
13:43:17 #28 ...
13:43:17 
13:43:17 #25 [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
13:43:17 #25 15.52 Fetched 40.6 MB in 15s (2690 kB/s)
13:43:17 + return
13:43:17 # Build the CLI
13:43:17 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:43:17 Building dynamic docker-linux-arm64
13:43:17 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:01Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:43:17 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:17 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:17 GOOS="" GOARCH="" GOARM=""
13:43:17 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:17 
13:43:17 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:17 + RM_GOPATH=0
13:43:17 + TMP_GOPATH=/go
13:43:17 + : /usr/local/bin
13:43:17 + '[' -z /go ']'
13:43:17 + export GOPATH=/go
13:43:17 + GOPATH=/go
13:43:17 + case "$(go env GOARCH)" in
13:43:17 ++ go env GOARCH
13:43:17 + export GO_BUILDMODE=-buildmode=pie
13:43:17 + GO_BUILDMODE=-buildmode=pie
13:43:17 ++ dirname hack/dockerfile/install/install.sh
13:43:17 + dir=hack/dockerfile/install
13:43:17 + bin=tini
13:43:17 + shift
13:43:17 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:17 + . hack/dockerfile/install/tini.installer
13:43:17 ++ : v0.19.0
13:43:17 + install_tini
13:43:17 + echo 'Install tini version v0.19.0'
13:43:17 Install tini version v0.19.0
13:43:17 + git clone https://github.com/krallin/tini.git /go/tini
13:43:17 Cloning into '/go/tini'...
13:43:17 + cd /go/tini
13:43:17 + git checkout -q v0.19.0
13:43:17 + cmake .
13:43:17 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:43:17   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:43:17   CMake.
13:43:17 
13:43:17   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:43:17   CMake that the project does not need compatibility with older versions.
13:43:17 
13:43:17 
13:43:17 -- The C compiler identification is GNU 11.2.0
13:43:17 -- Detecting C compiler ABI info
13:43:17 -- Detecting C compiler ABI info - done
13:43:17 -- Check for working C compiler: /usr/bin/cc - skipped
13:43:17 -- Detecting C compile features
13:43:17 -- Detecting C compile features - done
13:43:17 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:17 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:43:17 -- Configuring done
13:43:17 -- Generating done
13:43:17 -- Build files have been written to: /go/tini
13:43:17 + make tini-static
13:43:17 make[2]: Entering directory '/go/tini'
13:43:17 make[3]: Entering directory '/go/tini'
13:43:17 make[4]: Entering directory '/go/tini'
13:43:17 make[5]: Entering directory '/go/tini'
13:43:17 make[5]: Leaving directory '/go/tini'
13:43:17 make[5]: Entering directory '/go/tini'
13:43:17 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:17 [100%] Linking C executable tini-static
13:43:17 make[5]: Leaving directory '/go/tini'
13:43:17 [100%] Built target tini-static
13:43:17 make[4]: Leaving directory '/go/tini'
13:43:17 make[3]: Leaving directory '/go/tini'
13:43:17 make[2]: Leaving directory '/go/tini'
13:43:17 + mkdir -p /usr/local/bin
13:43:17 + cp tini-static /usr/local/bin/docker-init
13:43:17 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:17 + RM_GOPATH=0
13:43:17 + TMP_GOPATH=/go
13:43:17 + : /usr/local/bin
13:43:17 + '[' -z /go ']'
13:43:17 + export GOPATH=/go
13:43:17 + GOPATH=/go
13:43:17 + case "$(go env GOARCH)" in
13:43:17 ++ go env GOARCH
13:43:17 + export GO_BUILDMODE=-buildmode=pie
13:43:17 + GO_BUILDMODE=-buildmode=pie
13:43:17 ++ dirname hack/dockerfile/install/install.sh
13:43:17 + dir=hack/dockerfile/install
13:43:17 + bin=rootlesskit
13:43:17 + shift
13:43:17 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:17 + . hack/dockerfile/install/rootlesskit.installer
13:43:17 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:17 + install_rootlesskit dynamic
13:43:17 + case "$1" in
13:43:17 + install_rootlesskit_dynamic
13:43:17 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:17 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:17 + export BUILD_MODE=-buildmode=pie
13:43:17 + BUILD_MODE=-buildmode=pie
13:43:17 + _install_rootlesskit
13:43:17 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:17 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:17 + for f in rootlesskit rootlesskit-docker-proxy
13:43:17 + GOBIN=/usr/local/bin
13:43:17 + GO111MODULE=on
13:43:17 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:17 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:18 #27 11.79 Reading package lists...
13:43:18 #27 ...
13:43:18 
13:43:18 #26 [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
13:43:18 #26 11.94 Fetched 40.6 MB in 12s (3525 kB/s)
13:43:18 #26 11.94 Reading package lists...
13:43:18 #26 18.71 Reading package lists...
13:43:18 #26 ...
13:43:18 
13:43:18 #27 [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
13:43:18 #27 11.79 Reading package lists...
13:43:18 #23 56.85 Selecting previously unselected package cpp-aarch64-linux-gnu.
13:43:18 #23 56.86 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:43:18 #23 56.86 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
13:43:18 #23 56.89 Selecting previously unselected package cpp-arm-linux-gnueabi.
13:43:18 #23 56.89 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
13:43:18 #23 56.89 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
13:43:18 #23 56.92 Selecting previously unselected package cpp-arm-linux-gnueabihf.
13:43:18 #23 56.92 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
13:43:18 #23 56.92 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
13:43:18 #23 56.95 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
13:43:18 #23 56.95 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:43:18 #23 56.96 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:43:18 #23 56.98 Selecting previously unselected package cpp-s390x-linux-gnu.
13:43:18 #23 56.98 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:43:18 #23 56.99 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
13:43:18 #23 57.01 Selecting previously unselected package cross-config.
13:43:18 #23 57.01 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
13:43:18 #23 57.02 Unpacking cross-config (2.6.18+nmu1) ...
13:43:18 #23 57.04 Selecting previously unselected package gcc-10-cross-base.
13:43:18 #23 57.04 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
13:43:18 #23 57.05 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
13:43:18 #23 57.08 Selecting previously unselected package libc6-arm64-cross.
13:43:18 #23 57.08 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
13:43:18 #23 57.09 Unpacking libc6-arm64-cross (2.31-9cross4) ...
13:43:18 #23 57.21 Selecting previously unselected package libgcc-s1-arm64-cross.
13:43:18 #23 57.22 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:18 #23 57.22 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
13:43:18 #23 57.25 Selecting previously unselected package libgomp1-arm64-cross.
13:43:18 #23 57.25 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:18 #23 57.26 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
13:43:18 #23 57.29 Selecting previously unselected package libitm1-arm64-cross.
13:43:18 #23 57.29 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:18 #23 57.30 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
13:43:18 #23 57.33 Selecting previously unselected package libatomic1-arm64-cross.
13:43:18 #23 57.33 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:18 #12 125.5   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        60/68 
13:43:18 #12 126.3   Installing : cmake-2.8.12.2-2.el7.x86_64                                61/68 
13:43:18 + for f in rootlesskit rootlesskit-docker-proxy
13:43:18 + GOBIN=/usr/local/bin
13:43:18 + GO111MODULE=on
13:43:18 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:18 #23 57.33 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
13:43:18 #23 57.36 Selecting previously unselected package libasan6-arm64-cross.
13:43:18 #23 57.36 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:18 #23 57.37 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
13:43:18 #23 57.59 Selecting previously unselected package liblsan0-arm64-cross.
13:43:18 + return
13:43:18 #23 57.60 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:18 #23 57.60 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
13:43:18 #23 57.70 Selecting previously unselected package libtsan0-arm64-cross.
13:43:18 #23 57.70 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:18 #23 57.71 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
13:43:18 + for f in rootlesskit rootlesskit-docker-proxy
13:43:18 + GOBIN=/usr/local/bin
13:43:18 + GO111MODULE=on
13:43:18 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:18 #12 126.4   Installing : which-2.20-7.el7.x86_64                                    62/68 
13:43:18 #12 126.9 install-info: No such file or directory for /usr/share/info/which.info.gz
13:43:18 # Build the CLI
13:43:18 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:43:18 Building dynamic docker-linux-arm64
13:43:18 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:03Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:43:18 #23 57.93 Selecting previously unselected package libstdc++6-arm64-cross.
13:43:18 #23 57.93 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:18 #23 57.94 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
13:43:18 #23 58.01 Selecting previously unselected package libubsan1-arm64-cross.
13:43:18 #23 58.01 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:18 #23 58.01 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
13:43:18 #23 58.11 Selecting previously unselected package libgcc-10-dev-arm64-cross.
13:43:18 + return
13:43:18 # Build the CLI
13:43:18 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:43:18 Building dynamic docker-linux-arm64
13:43:18 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:05Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:43:19 #23 58.11 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:19 #23 58.11 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
13:43:19 #23 58.24 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
13:43:19 #12 127.4   Cleanup    : 7:device-mapper-1.02.170-6.el7.x86_64                      63/68 
13:43:19 #23 58.25 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:43:19 #23 58.25 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:43:19 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64.rpm
13:43:19 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xknfVz
13:43:19 + umask 022
13:43:19 + cd /root/rpmbuild/BUILD
13:43:19 + cd src
13:43:19 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:43:19 + RPM_EC=0
13:43:19 ++ jobs -p
13:43:19 + exit 0
13:43:19 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.z5PoGb
13:43:19 + umask 022
13:43:19 + cd /root/rpmbuild/BUILD
13:43:19 + cd /root/rpmbuild/BUILD
13:43:19 + rm -rf src
13:43:19 + /usr/bin/mkdir -p src
13:43:19 + cd src
13:43:19 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:43:19 + /usr/bin/tar -xof -
13:43:19 + STATUS=0
13:43:19 + '[' 0 -ne 0 ']'
13:43:19 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:43:19 + /usr/bin/tar -xof -
13:43:19 + STATUS=0
13:43:19 + '[' 0 -ne 0 ']'
13:43:19 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:43:19 + RPM_EC=0
13:43:19 ++ jobs -p
13:43:19 + exit 0
13:43:19 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.S8O0Zp
13:43:19 + umask 022
13:43:19 + cd /root/rpmbuild/BUILD
13:43:19 + cd src
13:43:19 + mkdir -p /go/src/github.com/docker
13:43:19 + rm -f /go/src/github.com/docker/cli
13:43:19 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:43:19 + pushd /go/src/github.com/docker/cli
13:43:19 + VERSION=0.0.0-20220503081348-bfa9b40
13:43:19 + GITCOMMIT=bfa9b40
13:43:19 + GO_LINKMODE=dynamic
13:43:19 + ./scripts/build/binary
13:43:19 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:43:19 Building dynamic docker-linux-arm64
13:43:19 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:43:18Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:43:19 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64.rpm
13:43:19 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZUVqYh
13:43:19 + umask 022
13:43:19 + cd /root/rpmbuild/BUILD
13:43:19 + cd src
13:43:19 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:43:19 + exit 0
13:43:19 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.n11jIh
13:43:19 + umask 022
13:43:19 + cd /root/rpmbuild/BUILD
13:43:19 + cd /root/rpmbuild/BUILD
13:43:19 + rm -rf src
13:43:19 + /usr/bin/mkdir -p src
13:43:19 + cd src
13:43:19 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:43:19 + /usr/bin/tar -xof -
13:43:20 #12 127.5   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 64/68 
13:43:20 + STATUS=0
13:43:20 + '[' 0 -ne 0 ']'
13:43:20 + /usr/bin/tar -xof -
13:43:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:43:20 + STATUS=0
13:43:20 + '[' 0 -ne 0 ']'
13:43:20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:43:20 + exit 0
13:43:20 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pP9Y1h
13:43:20 + umask 022
13:43:20 + cd /root/rpmbuild/BUILD
13:43:20 + cd src
13:43:20 + mkdir -p /go/src/github.com/docker
13:43:20 + rm -f /go/src/github.com/docker/cli
13:43:20 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:43:20 + pushd /go/src/github.com/docker/cli
13:43:20 + VERSION=0.0.0-20220503081348-bfa9b40
13:43:20 + GITCOMMIT=bfa9b40
13:43:20 + GO_LINKMODE=dynamic
13:43:20 + ./scripts/build/binary
13:43:20 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:43:20 Building dynamic docker-linux-amd64
13:43:20 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:43:20Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:43:20 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:20 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:20 GOOS="" GOARCH="" GOARM=""
13:43:20 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:20 
13:43:20 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:20 + RM_GOPATH=0
13:43:20 + TMP_GOPATH=/go
13:43:20 + : /usr/local/bin
13:43:20 + '[' -z /go ']'
13:43:20 + export GOPATH=/go
13:43:20 + GOPATH=/go
13:43:20 + case "$(go env GOARCH)" in
13:43:20 ++ go env GOARCH
13:43:20 + export GO_BUILDMODE=-buildmode=pie
13:43:20 + GO_BUILDMODE=-buildmode=pie
13:43:20 ++ dirname hack/dockerfile/install/install.sh
13:43:20 + dir=hack/dockerfile/install
13:43:20 + bin=tini
13:43:20 + shift
13:43:20 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:20 + . hack/dockerfile/install/tini.installer
13:43:20 ++ : v0.19.0
13:43:20 + install_tini
13:43:20 + echo 'Install tini version v0.19.0'
13:43:20 Install tini version v0.19.0
13:43:20 + git clone https://github.com/krallin/tini.git /go/tini
13:43:20 Cloning into '/go/tini'...
13:43:20 + cd /go/tini
13:43:20 + git checkout -q v0.19.0
13:43:20 + cmake .
13:43:20 -- The C compiler identification is GNU 7.5.0
13:43:20 -- Check for working C compiler: /usr/bin/cc
13:43:20 -- Check for working C compiler: /usr/bin/cc -- works
13:43:20 -- Detecting C compiler ABI info
13:43:20 -- Detecting C compiler ABI info - done
13:43:20 -- Detecting C compile features
13:43:20 -- Detecting C compile features - done
13:43:20 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:20 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:43:20 -- Configuring done
13:43:20 -- Generating done
13:43:20 -- Build files have been written to: /go/tini
13:43:20 + make tini-static
13:43:20 make[2]: Entering directory '/go/tini'
13:43:20 make[3]: Entering directory '/go/tini'
13:43:20 make[4]: Entering directory '/go/tini'
13:43:20 make[5]: Entering directory '/go/tini'
13:43:20 Scanning dependencies of target tini-static
13:43:20 make[5]: Leaving directory '/go/tini'
13:43:20 make[5]: Entering directory '/go/tini'
13:43:20 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:20 [100%] Linking C executable tini-static
13:43:20 make[5]: Leaving directory '/go/tini'
13:43:20 [100%] Built target tini-static
13:43:20 make[4]: Leaving directory '/go/tini'
13:43:20 make[3]: Leaving directory '/go/tini'
13:43:20 make[2]: Leaving directory '/go/tini'
13:43:20 + mkdir -p /usr/local/bin
13:43:20 + cp tini-static /usr/local/bin/docker-init
13:43:20 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:20 + RM_GOPATH=0
13:43:20 + TMP_GOPATH=/go
13:43:20 + : /usr/local/bin
13:43:20 + '[' -z /go ']'
13:43:20 + export GOPATH=/go
13:43:20 + GOPATH=/go
13:43:20 + case "$(go env GOARCH)" in
13:43:20 ++ go env GOARCH
13:43:20 + export GO_BUILDMODE=-buildmode=pie
13:43:20 + GO_BUILDMODE=-buildmode=pie
13:43:20 ++ dirname hack/dockerfile/install/install.sh
13:43:20 + dir=hack/dockerfile/install
13:43:20 + bin=rootlesskit
13:43:20 + shift
13:43:20 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:20 + . hack/dockerfile/install/rootlesskit.installer
13:43:20 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:20 + install_rootlesskit dynamic
13:43:20 + case "$1" in
13:43:20 + install_rootlesskit_dynamic
13:43:20 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:20 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:20 + export BUILD_MODE=-buildmode=pie
13:43:20 + BUILD_MODE=-buildmode=pie
13:43:20 + _install_rootlesskit
13:43:20 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:20 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:20 + for f in rootlesskit rootlesskit-docker-proxy
13:43:20 + GOBIN=/usr/local/bin
13:43:20 + GO111MODULE=on
13:43:20 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:20 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:21 #12 128.5   Cleanup    : systemd-219-78.el7.x86_64                                  65/68 
13:43:21 #12 129.1   Cleanup    : systemd-libs-219-78.el7.x86_64                             66/68 
13:43:21 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.rpm
13:43:21 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.T31RBw
13:43:21 + umask 022
13:43:21 + cd /root/rpmbuild/BUILD
13:43:21 + cd src
13:43:21 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:43:21 + RPM_EC=0
13:43:21 ++ jobs -p
13:43:21 + exit 0
13:43:21 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.k2jluO
13:43:21 + umask 022
13:43:21 + cd /root/rpmbuild/BUILD
13:43:21 + cd /root/rpmbuild/BUILD
13:43:21 + rm -rf src
13:43:21 + /usr/bin/mkdir -p src
13:43:21 + cd src
13:43:21 + /usr/bin/tar -xof -
13:43:21 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:43:21 + STATUS=0
13:43:21 + '[' 0 -ne 0 ']'
13:43:21 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:43:21 + /usr/bin/tar -xof -
13:43:21 + STATUS=0
13:43:21 + '[' 0 -ne 0 ']'
13:43:21 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:43:21 + RPM_EC=0
13:43:21 ++ jobs -p
13:43:21 + exit 0
13:43:21 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0zoYGf
13:43:21 + umask 022
13:43:21 + cd /root/rpmbuild/BUILD
13:43:21 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:43:21 + export CFLAGS
13:43:21 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:43:21 + export CXXFLAGS
13:43:21 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:43:21 + export FFLAGS
13:43:21 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:43:21 + export FCFLAGS
13:43:21 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.ld'
13:43:21 + export LDFLAGS
13:43:21 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:43:21 + export LT_SYS_LIBRARY_PATH
13:43:21 + CC=gcc
13:43:21 + export CC
13:43:21 + CXX=g++
13:43:21 + export CXX
13:43:21 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:43:21 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220503081348.bfa9b40-0.fc36 aarch64
13:43:21 + cd src
13:43:21 + mkdir -p /go/src/github.com/docker
13:43:21 + rm -f /go/src/github.com/docker/cli
13:43:21 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:43:21 + pushd /go/src/github.com/docker/cli
13:43:21 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:43:21 + VERSION=0.0.0-20220503081348-bfa9b40
13:43:21 + GITCOMMIT=bfa9b40
13:43:21 + GO_LINKMODE=dynamic
13:43:21 + ./scripts/build/binary
13:43:21 Building dynamic docker-linux-arm64
13:43:21 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:43:20Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:43:21 #27 18.80 Reading package lists...
13:43:21 #27 ...
13:43:21 
13:43:21 #28 [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
13:43:21 #28 12.36 Fetched 40.6 MB in 12s (3389 kB/s)
13:43:21 #28 12.36 Reading package lists...
13:43:21 #12 129.7   Cleanup    : glibc-2.17-317.el7.x86_64                                  67/68 
13:43:22 #12 130.2   Cleanup    : glibc-common-2.17-317.el7.x86_64                           68/68 
13:43:22 #12 130.9   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/68 
13:43:22 #12 130.9   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          2/68 
13:43:22 #12 130.9   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/68 
13:43:22 #12 130.9   Verifying  : kernel-headers-3.10.0-1160.62.1.el7.x86_64                  4/68 
13:43:22 #12 130.9   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    5/68 
13:43:22 #12 131.0   Verifying  : openssh-clients-7.4p1-22.el7_9.x86_64                       6/68 
13:43:22 #12 131.0   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                 7/68 
13:43:22 #12 131.0   Verifying  : btrfs-progs-devel-4.9.1-1.el7.x86_64                        8/68 
13:43:22 #12 131.0   Verifying  : glibc-common-2.17-325.el7_9.x86_64                          9/68 
13:43:22 #12 131.0   Verifying  : automake-1.13.4-3.el7.noarch                               10/68 
13:43:22 #12 131.0   Verifying  : lzo-2.06-8.el7.x86_64                                      11/68 
13:43:22 #12 131.0   Verifying  : m4-1.4.16-10.el7.x86_64                                    12/68 
13:43:22 #12 131.0   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64             13/68 
13:43:22 #12 131.1   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       14/68 
13:43:22 #12 131.1   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                15/68 
13:43:22 #12 131.1   Verifying  : checkpolicy-2.5-8.el7.x86_64                               16/68 
13:43:22 #12 131.1   Verifying  : btrfs-progs-4.9.1-1.el7.x86_64                             17/68 
13:43:22 #12 131.1   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        18/68 
13:43:22 #12 131.1   Verifying  : policycoreutils-2.5-34.el7.x86_64                          19/68 
13:43:22 #12 131.1   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        20/68 
13:43:22 #12 131.1   Verifying  : which-2.20-7.el7.x86_64                                    21/68 
13:43:22 #12 131.1   Verifying  : glibc-devel-2.17-325.el7_9.x86_64                          22/68 
13:43:22 #12 131.2   Verifying  : cpp-4.8.5-44.el7.x86_64                                    23/68 
13:43:22 #12 131.2   Verifying  : python-IPy-0.75-6.el7.noarch                               24/68 
13:43:22 #12 131.2   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              25/68 
13:43:22 #12 131.2   Verifying  : systemd-devel-219-78.el7_9.5.x86_64                        26/68 
13:43:22 #12 131.2   Verifying  : fipscheck-1.4.1-6.el7.x86_64                               27/68 
13:43:22 #12 131.2   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         28/68 
13:43:22 #12 131.2   Verifying  : 1:make-3.82-24.el7.x86_64                                  29/68 
13:43:22 #12 131.2   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           30/68 
13:43:22 #12 131.2   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              31/68 
13:43:22 #12 131.2   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            32/68 
13:43:22 #12 131.3   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       33/68 
13:43:22 #12 131.3   Verifying  : e2fsprogs-libs-1.42.9-19.el7.x86_64                        34/68 
13:43:22 #12 131.3   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           35/68 
13:43:22 #12 131.3   Verifying  : mpfr-3.1.1-4.el7.x86_64                                    36/68 
13:43:22 #12 131.3   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        37/68 
13:43:22 #12 131.3   Verifying  : openssh-7.4p1-22.el7_9.x86_64                              38/68 
13:43:22 #12 131.3   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             39/68 
13:43:22 #12 131.3   Verifying  : libselinux-python-2.5-15.el7.x86_64                        40/68 
13:43:22 #12 131.4   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        41/68 
13:43:22 #12 131.4   Verifying  : gcc-4.8.5-44.el7.x86_64                                    42/68 
13:43:22 #12 131.4   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  43/68 
13:43:22 #12 131.4   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         44/68 
13:43:22 #12 131.4   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   45/68 
13:43:22 #12 131.4   Verifying  : glibc-2.17-325.el7_9.x86_64                                46/68 
13:43:22 #12 131.4   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           47/68 
13:43:22 #12 131.4   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          48/68 
13:43:22 #12 131.4   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    49/68 
13:43:22 #12 131.5   Verifying  : pcre-devel-8.32-17.el7.x86_64                              50/68 
13:43:22 #25 15.52 Reading package lists...
13:43:22 #25 21.25 Reading package lists...
13:43:22 #25 ...
13:43:22 
13:43:22 #28 [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
13:43:22 #28 15.40 Reading package lists...
13:43:23 #12 131.5   Verifying  : systemd-219-78.el7_9.5.x86_64                              51/68 
13:43:23 #12 131.5   Verifying  : autoconf-2.69-11.el7.noarch                                52/68 
13:43:23 #12 131.5   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      53/68 
13:43:23 #12 131.5   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            54/68 
13:43:23 #12 131.5   Verifying  : rsync-3.1.2-10.el7.x86_64                                  55/68 
13:43:23 #12 131.5   Verifying  : glibc-headers-2.17-325.el7_9.x86_64                        56/68 
13:43:23 #12 131.5   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  57/68 
13:43:23 #12 131.6   Verifying  : systemd-libs-219-78.el7_9.5.x86_64                         58/68 
13:43:23 #12 131.6   Verifying  : glibc-static-2.17-325.el7_9.x86_64                         59/68 
13:43:23 #12 131.6   Verifying  : libgomp-4.8.5-44.el7.x86_64                                60/68 
13:43:23 #12 131.6   Verifying  : less-458-9.el7.x86_64                                      61/68 
13:43:23 #12 131.6   Verifying  : libcgroup-0.41-21.el7.x86_64                               62/68 
13:43:23 #12 131.6   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 63/68 
13:43:23 #12 131.6   Verifying  : glibc-2.17-317.el7.x86_64                                  64/68 
13:43:23 #12 131.6   Verifying  : glibc-common-2.17-317.el7.x86_64                           65/68 
13:43:23 #12 131.6   Verifying  : systemd-libs-219-78.el7.x86_64                             66/68 
13:43:23 #12 131.6   Verifying  : 7:device-mapper-1.02.170-6.el7.x86_64                      67/68 
13:43:23 #12 131.6   Verifying  : systemd-219-78.el7.x86_64                                  68/68 
13:43:23 #12 131.7 
13:43:23 #12 131.7 Installed:
13:43:23 #12 131.7   btrfs-progs-devel.x86_64 0:4.9.1-1.el7                                        
13:43:23 #12 131.7   cmake.x86_64 0:2.8.12.2-2.el7                                                 
13:43:23 #12 131.7   device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5                               
13:43:23 #12 131.7   gcc.x86_64 0:4.8.5-44.el7                                                     
13:43:23 #12 131.7   git.x86_64 0:1.8.3.1-23.el7_8                                                 
13:43:23 #12 131.7   glibc-static.x86_64 0:2.17-325.el7_9                                          
13:43:23 #12 131.7   libarchive.x86_64 0:3.1.2-14.el7_7                                            
13:43:23 #12 131.7   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
13:43:23 #12 131.7   libselinux-devel.x86_64 0:2.5-15.el7                                          
13:43:23 #12 131.7   libtool.x86_64 0:2.4.2-22.el7_3                                               
13:43:23 #12 131.7   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
13:43:23 #12 131.7   make.x86_64 1:3.82-24.el7                                                     
13:43:23 #12 131.7   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
13:43:23 #12 131.7   systemd-devel.x86_64 0:219-78.el7_9.5                                         
13:43:23 #12 131.7   which.x86_64 0:2.20-7.el7                                                     
13:43:23 #12 131.7 
13:43:23 #12 131.7 Dependency Installed:
13:43:23 #12 131.7   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
13:43:23 #12 131.7   autoconf.noarch 0:2.69-11.el7                                                 
13:43:23 #12 131.7   automake.noarch 0:1.13.4-3.el7                                                
13:43:23 #12 131.7   btrfs-progs.x86_64 0:4.9.1-1.el7                                              
13:43:23 #12 131.7   checkpolicy.x86_64 0:2.5-8.el7                                                
13:43:23 #12 131.7   cpp.x86_64 0:4.8.5-44.el7                                                     
13:43:23 #12 131.7   e2fsprogs-libs.x86_64 0:1.42.9-19.el7                                         
13:43:23 #12 131.7   fipscheck.x86_64 0:1.4.1-6.el7                                                
13:43:23 #12 131.7   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
13:43:23 #12 131.7   glibc-devel.x86_64 0:2.17-325.el7_9                                           
13:43:23 #12 131.7   glibc-headers.x86_64 0:2.17-325.el7_9                                         
13:43:23 #12 131.7   kernel-headers.x86_64 0:3.10.0-1160.62.1.el7                                  
13:43:23 #12 131.7   less.x86_64 0:458-9.el7                                                       
13:43:23 #12 131.7   libcgroup.x86_64 0:0.41-21.el7                                                
13:43:23 #12 131.7   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
13:43:23 #12 131.7   libgomp.x86_64 0:4.8.5-44.el7                                                 
13:43:23 #12 131.7   libmpc.x86_64 0:1.0.1-3.el7                                                   
13:43:23 #12 131.7   libseccomp.x86_64 0:2.3.1-4.el7                                               
13:43:23 #12 131.7   libselinux-python.x86_64 0:2.5-15.el7                                         
13:43:23 #12 131.7   libselinux-utils.x86_64 0:2.5-15.el7                                          
13:43:23 #12 131.7   libsemanage-python.x86_64 0:2.5-14.el7                                        
13:43:23 #12 131.7   libsepol-devel.x86_64 0:2.5-10.el7                                            
13:43:23 #12 131.7   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
13:43:23 #12 131.7   lzo.x86_64 0:2.06-8.el7                                                       
13:43:23 #12 131.7   m4.x86_64 0:1.4.16-10.el7                                                     
13:43:23 #12 131.7   mpfr.x86_64 0:3.1.1-4.el7                                                     
13:43:23 #12 131.7   openssh.x86_64 0:7.4p1-22.el7_9                                               
13:43:23 #12 131.7   openssh-clients.x86_64 0:7.4p1-22.el7_9                                       
13:43:23 #12 131.7   pcre-devel.x86_64 0:8.32-17.el7                                               
13:43:23 #12 131.7   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
13:43:23 #12 131.7   perl-Error.noarch 1:0.17020-2.el7                                             
13:43:23 #12 131.7   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
13:43:23 #12 131.7   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
13:43:23 #12 131.7   perl-Test-Harness.noarch 0:3.28-3.el7                                         
13:43:23 #12 131.7   policycoreutils.x86_64 0:2.5-34.el7                                           
13:43:23 #12 131.7   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
13:43:23 #12 131.7   policycoreutils-python.x86_64 0:2.5-34.el7                                    
13:43:23 #12 131.7   python-IPy.noarch 0:0.75-6.el7                                                
13:43:23 #12 131.7   rsync.x86_64 0:3.1.2-10.el7                                                   
13:43:23 #12 131.7   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
13:43:23 #12 131.7   setools-libs.x86_64 0:3.3.8-4.el7                                             
13:43:23 #12 131.7 
13:43:23 #12 131.7 Dependency Updated:
13:43:23 #12 131.7   device-mapper.x86_64 7:1.02.170-6.el7_9.5                                     
13:43:23 #12 131.7   device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5                                
13:43:23 #12 131.7   glibc.x86_64 0:2.17-325.el7_9                                                 
13:43:23 #12 131.7   glibc-common.x86_64 0:2.17-325.el7_9                                          
13:43:23 #12 131.7   systemd.x86_64 0:219-78.el7_9.5                                               
13:43:23 #12 131.7   systemd-libs.x86_64 0:219-78.el7_9.5                                          
13:43:23 #12 131.7 
13:43:23 #12 131.7 Complete!
13:43:23 #28 18.79 Reading package lists...
13:43:23 #28 ...
13:43:23 
13:43:23 #27 [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
13:43:23 #27 18.80 Reading package lists...
13:43:23 #12 DONE 132.1s
13:43:23 
13:43:23 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
13:43:23 #14 sha256:d7ae6642e20d65a12e4a1767392ad040b95c6e5c6fba3f9cf9a78a4f4eead1e9
13:43:24 #23 63.42 Selecting previously unselected package gcc-aarch64-linux-gnu.
13:43:24 #23 63.42 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:43:24 #23 63.43 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
13:43:24 #23 63.45 Selecting previously unselected package linux-libc-dev-arm64-cross.
13:43:24 #23 63.46 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
13:43:24 #23 63.46 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
13:43:24 #23 63.62 Selecting previously unselected package libc6-dev-arm64-cross.
13:43:24 #23 63.62 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
13:43:24 #23 63.63 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
13:43:24 #23 63.87 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
13:43:24 #23 63.87 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
13:43:24 #23 63.88 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
13:43:24 #23 64.14 Selecting previously unselected package g++-10-aarch64-linux-gnu.
13:43:24 #27 24.09 Building dependency tree...
13:43:25 #23 64.15 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:43:25 #23 64.15 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:43:26 #27 26.88 The following additional packages will be installed:
13:43:26 #27 26.89   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:43:26 #27 26.89   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
13:43:26 #27 26.89   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
13:43:26 #27 26.89   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
13:43:26 #27 26.89   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
13:43:26 #27 26.90   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
13:43:26 #27 26.90   mingw-w64-common mingw-w64-x86-64-dev
13:43:26 #27 26.92 Suggested packages:
13:43:26 #27 26.93   gcc-10-locales seccomp wine64
13:43:26 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:26 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:26 GOOS="" GOARCH="" GOARM=""
13:43:26 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:26 
13:43:26 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:26 + RM_GOPATH=0
13:43:26 + TMP_GOPATH=/go
13:43:26 + : /usr/local/bin
13:43:26 + '[' -z /go ']'
13:43:26 + export GOPATH=/go
13:43:26 + GOPATH=/go
13:43:26 + case "$(go env GOARCH)" in
13:43:26 ++ go env GOARCH
13:43:26 + export GO_BUILDMODE=-buildmode=pie
13:43:26 + GO_BUILDMODE=-buildmode=pie
13:43:26 ++ dirname hack/dockerfile/install/install.sh
13:43:26 + dir=hack/dockerfile/install
13:43:26 + bin=tini
13:43:26 + shift
13:43:26 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:26 + . hack/dockerfile/install/tini.installer
13:43:26 ++ : v0.19.0
13:43:26 + install_tini
13:43:26 Install tini version v0.19.0
13:43:26 + echo 'Install tini version v0.19.0'
13:43:26 + git clone https://github.com/krallin/tini.git /go/tini
13:43:26 Cloning into '/go/tini'...
13:43:26 + cd /go/tini
13:43:26 + git checkout -q v0.19.0
13:43:26 + cmake .
13:43:26 -- The C compiler identification is GNU 9.4.0
13:43:26 -- Check for working C compiler: /usr/bin/cc
13:43:26 -- Check for working C compiler: /usr/bin/cc -- works
13:43:26 -- Detecting C compiler ABI info
13:43:26 -- Detecting C compiler ABI info - done
13:43:26 -- Detecting C compile features
13:43:26 -- Detecting C compile features - done
13:43:26 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:26 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:43:26 -- Configuring done
13:43:26 -- Generating done
13:43:26 -- Build files have been written to: /go/tini
13:43:26 + make tini-static
13:43:26 make[2]: Entering directory '/go/tini'
13:43:26 make[3]: Entering directory '/go/tini'
13:43:26 make[4]: Entering directory '/go/tini'
13:43:26 make[5]: Entering directory '/go/tini'
13:43:26 Scanning dependencies of target tini-static
13:43:26 make[5]: Leaving directory '/go/tini'
13:43:26 make[5]: Entering directory '/go/tini'
13:43:26 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:26 [100%] Linking C executable tini-static
13:43:26 make[5]: Leaving directory '/go/tini'
13:43:26 [100%] Built target tini-static
13:43:26 make[4]: Leaving directory '/go/tini'
13:43:26 make[3]: Leaving directory '/go/tini'
13:43:26 make[2]: Leaving directory '/go/tini'
13:43:26 + mkdir -p /usr/local/bin
13:43:26 + cp tini-static /usr/local/bin/docker-init
13:43:26 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:26 + RM_GOPATH=0
13:43:26 + TMP_GOPATH=/go
13:43:26 + : /usr/local/bin
13:43:26 + '[' -z /go ']'
13:43:26 + export GOPATH=/go
13:43:26 + GOPATH=/go
13:43:26 + case "$(go env GOARCH)" in
13:43:26 ++ go env GOARCH
13:43:26 + export GO_BUILDMODE=-buildmode=pie
13:43:26 + GO_BUILDMODE=-buildmode=pie
13:43:26 ++ dirname hack/dockerfile/install/install.sh
13:43:26 + dir=hack/dockerfile/install
13:43:26 + bin=rootlesskit
13:43:26 + shift
13:43:26 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:26 + . hack/dockerfile/install/rootlesskit.installer
13:43:26 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:26 + install_rootlesskit dynamic
13:43:26 + case "$1" in
13:43:26 + install_rootlesskit_dynamic
13:43:26 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:26 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:26 + export BUILD_MODE=-buildmode=pie
13:43:26 + BUILD_MODE=-buildmode=pie
13:43:26 + _install_rootlesskit
13:43:26 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:26 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:26 + for f in rootlesskit rootlesskit-docker-proxy
13:43:26 + GOBIN=/usr/local/bin
13:43:26 + GO111MODULE=on
13:43:26 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:26 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:26 go: downloading github.com/fvbommel/sortorder v1.0.2
13:43:26 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:43:26 go: downloading github.com/morikuni/aec v1.0.0
13:43:26 go: downloading github.com/pkg/errors v0.9.1
13:43:26 go: downloading github.com/google/go-cmp v0.5.7
13:43:26 #27 27.51 The following NEW packages will be installed:
13:43:26 #27 27.52   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:43:26 #27 27.52   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
13:43:26 #27 27.52   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
13:43:26 #27 27.52   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
13:43:26 #27 27.52   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
13:43:26 #27 27.52   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:43:26 #27 27.52   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
13:43:26 #27 27.52   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
13:43:26 #27 27.53   mingw-w64-x86-64-dev
13:43:26 go: downloading gotest.tools/v3 v3.1.0
13:43:27 #14 DONE 2.7s
13:43:27 
13:43:27 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
13:43:27 #15 sha256:db4d4ab89ad12f4d4d838d0bb9e0521e3911baddcd3f7cc53aaf1d21c3cc95cd
13:43:27 #15 DONE 0.0s
13:43:27 
13:43:27 #16 exporting to image
13:43:27 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:43:27 #16 exporting layers
13:43:27 #27 27.89 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded.
13:43:27 #27 27.89 Need to get 108 MB of archives.
13:43:27 #27 27.89 After this operation, 620 MB of additional disk space will be used.
13:43:27 #27 27.89 Get:1 http://deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
13:43:27 #27 27.92 Get:2 http://deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
13:43:27 #27 27.94 Get:3 http://deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
13:43:27 #27 27.94 Get:4 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
13:43:27 #27 27.94 Get:5 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
13:43:27 #27 27.94 Get:6 http://deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
13:43:27 #27 27.98 Get:7 http://deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
13:43:27 #27 28.01 Get:8 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
13:43:27 #27 28.02 Get:9 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
13:43:27 #28 21.36 Reading package lists...
13:43:27 #28 ...
13:43:27 
13:43:27 #27 [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
13:43:27 #27 15.71 Fetched 40.6 MB in 15s (2647 kB/s)
13:43:27 #27 15.71 Reading package lists...
13:43:27 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:27 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:27 GOOS="" GOARCH="" GOARM=""
13:43:27 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:27 
13:43:27 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:27 + RM_GOPATH=0
13:43:27 + TMP_GOPATH=/go
13:43:27 + : /usr/local/bin
13:43:27 + '[' -z /go ']'
13:43:27 + export GOPATH=/go
13:43:27 + GOPATH=/go
13:43:27 + case "$(go env GOARCH)" in
13:43:27 ++ go env GOARCH
13:43:27 + export GO_BUILDMODE=-buildmode=pie
13:43:27 + GO_BUILDMODE=-buildmode=pie
13:43:27 ++ dirname hack/dockerfile/install/install.sh
13:43:27 + dir=hack/dockerfile/install
13:43:27 + bin=tini
13:43:27 + shift
13:43:27 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:27 + . hack/dockerfile/install/tini.installer
13:43:27 ++ : v0.19.0
13:43:27 + install_tini
13:43:27 + echo 'Install tini version v0.19.0'
13:43:27 Install tini version v0.19.0
13:43:27 + git clone https://github.com/krallin/tini.git /go/tini
13:43:27 Cloning into '/go/tini'...
13:43:27 + cd /go/tini
13:43:27 + git checkout -q v0.19.0
13:43:27 + cmake .
13:43:27 -- The C compiler identification is GNU 11.2.0
13:43:27 -- Detecting C compiler ABI info
13:43:27 -- Detecting C compiler ABI info - done
13:43:27 -- Check for working C compiler: /usr/bin/cc - skipped
13:43:27 -- Detecting C compile features
13:43:27 -- Detecting C compile features - done
13:43:27 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:27 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:43:27 -- Configuring done
13:43:27 -- Generating done
13:43:27 -- Build files have been written to: /go/tini
13:43:27 + make tini-static
13:43:27 make[2]: Entering directory '/go/tini'
13:43:27 make[3]: Entering directory '/go/tini'
13:43:27 make[4]: Entering directory '/go/tini'
13:43:27 make[5]: Entering directory '/go/tini'
13:43:27 Scanning dependencies of target tini-static
13:43:27 make[5]: Leaving directory '/go/tini'
13:43:27 make[5]: Entering directory '/go/tini'
13:43:27 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:27 [100%] Linking C executable tini-static
13:43:27 make[5]: Leaving directory '/go/tini'
13:43:27 [100%] Built target tini-static
13:43:27 make[4]: Leaving directory '/go/tini'
13:43:27 make[3]: Leaving directory '/go/tini'
13:43:27 make[2]: Leaving directory '/go/tini'
13:43:27 + mkdir -p /usr/local/bin
13:43:27 + cp tini-static /usr/local/bin/docker-init
13:43:27 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:27 + RM_GOPATH=0
13:43:27 + TMP_GOPATH=/go
13:43:27 + : /usr/local/bin
13:43:27 + '[' -z /go ']'
13:43:27 + export GOPATH=/go
13:43:27 + GOPATH=/go
13:43:27 + case "$(go env GOARCH)" in
13:43:27 ++ go env GOARCH
13:43:27 + export GO_BUILDMODE=-buildmode=pie
13:43:27 + GO_BUILDMODE=-buildmode=pie
13:43:27 ++ dirname hack/dockerfile/install/install.sh
13:43:27 + dir=hack/dockerfile/install
13:43:27 + bin=rootlesskit
13:43:27 + shift
13:43:27 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:27 + . hack/dockerfile/install/rootlesskit.installer
13:43:27 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:27 + install_rootlesskit dynamic
13:43:27 + case "$1" in
13:43:27 + install_rootlesskit_dynamic
13:43:27 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:27 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:27 + export BUILD_MODE=-buildmode=pie
13:43:27 + BUILD_MODE=-buildmode=pie
13:43:27 + _install_rootlesskit
13:43:27 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:27 + for f in rootlesskit rootlesskit-docker-proxy
13:43:27 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:27 + GOBIN=/usr/local/bin
13:43:27 + GO111MODULE=on
13:43:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:27 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:27 #27 28.16 Get:10 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
13:43:27 #27 28.45 Get:11 http://deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
13:43:28 #27 28.59 Get:12 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
13:43:28 #27 28.73 Get:13 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
13:43:28 #27 21.20 Reading package lists...
13:43:28 #27 ...
13:43:28 
13:43:28 #25 [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
13:43:28 #25 21.25 Reading package lists...
13:43:28 #27 29.00 Get:14 http://deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
13:43:28 #27 29.12 Get:15 http://deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
13:43:28 #27 29.13 Get:16 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
13:43:28 #27 29.13 Get:17 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
13:43:28 #27 29.13 Get:18 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
13:43:28 #27 29.14 Get:19 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
13:43:28 #27 29.14 Get:20 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
13:43:28 #27 29.14 Get:21 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
13:43:28 #27 29.14 Get:22 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
13:43:28 #27 29.14 Get:23 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
13:43:28 #27 29.14 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
13:43:28 #27 29.15 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
13:43:28 #27 29.15 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
13:43:28 #27 29.15 Get:27 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
13:43:28 #27 29.16 Get:28 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
13:43:28 #27 29.16 Get:29 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
13:43:28 #27 29.16 Get:30 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
13:43:28 go: downloading github.com/docker/go-units v0.4.0
13:43:28 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:43:28 go: downloading github.com/docker/go-connections v0.4.0
13:43:29 #27 ...
13:43:29 
13:43:29 #26 [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
13:43:29 #26 18.71 Reading package lists...
13:43:29 #26 24.46 Building dependency tree...
13:43:29 #26 27.46 The following additional packages will be installed:
13:43:29 #26 27.47   libbtrfs0
13:43:29 #26 27.64 The following NEW packages will be installed:
13:43:29 #26 27.64   libbtrfs-dev libbtrfs0
13:43:29 #26 28.04 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
13:43:29 #26 28.04 Need to get 454 kB of archives.
13:43:29 #26 28.04 After this operation, 1275 kB of additional disk space will be used.
13:43:29 #26 28.04 Get:1 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
13:43:29 #26 28.04 Get:2 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
13:43:29 #26 28.64 debconf: delaying package configuration, since apt-utils is not installed
13:43:29 #26 28.95 Fetched 454 kB in 0s (1540 kB/s)
13:43:29 #26 29.02 Selecting previously unselected package libbtrfs0:arm64.
13:43:29 #26 29.02 (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 ... 27318 files and directories currently installed.)
13:43:29 #26 29.07 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
13:43:29 #26 29.08 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
13:43:29 #26 29.20 Selecting previously unselected package libbtrfs-dev:arm64.
13:43:29 #26 29.21 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
13:43:29 #26 29.21 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
13:43:29 #26 29.38 Setting up libbtrfs0:arm64 (5.10.1-2) ...
13:43:29 #26 29.40 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
13:43:29 #26 29.42 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:43:29 #26 DONE 29.7s
13:43:29 
13:43:29 #29 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:43:29 #29 DONE 0.1s
13:43:29 
13:43:29 #27 [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
13:43:29 #27 29.69 debconf: delaying package configuration, since apt-utils is not installed
13:43:29 #27 ...
13:43:29 
13:43:29 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:43:29 #30 0.151 + RM_GOPATH=0
13:43:29 #30 0.151 + TMP_GOPATH=
13:43:29 #30 0.151 + : /build
13:43:29 #30 0.151 + '[' -z '' ']'
13:43:29 #30 0.152 ++ mktemp -d
13:43:29 #30 0.153 + export GOPATH=/tmp/tmp.3ba5DNtXre
13:43:29 #30 0.153 + GOPATH=/tmp/tmp.3ba5DNtXre
13:43:29 #30 0.153 + RM_GOPATH=1
13:43:29 #30 0.153 + case "$(go env GOARCH)" in
13:43:29 #30 0.153 ++ go env GOARCH
13:43:29 #30 0.163 + export GO_BUILDMODE=-buildmode=pie
13:43:29 #30 0.163 + GO_BUILDMODE=-buildmode=pie
13:43:29 #30 0.169 ++ dirname /install.sh
13:43:29 #30 0.170 + dir=/
13:43:29 #30 0.170 + bin=containerd
13:43:29 #30 0.170 + shift
13:43:29 #30 0.171 + '[' '!' -f //containerd.installer ']'
13:43:29 #30 0.171 + . //containerd.installer
13:43:29 #30 0.172 ++ set -e
13:43:29 #30 0.172 ++ : v1.6.3
13:43:29 #30 0.173 + install_containerd
13:43:29 #30 0.174 + echo 'Install containerd version v1.6.3'
13:43:29 #30 0.174 Install containerd version v1.6.3
13:43:29 #30 0.175 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3ba5DNtXre/src/github.com/containerd/containerd
13:43:29 #30 0.178 Cloning into '/tmp/tmp.3ba5DNtXre/src/github.com/containerd/containerd'...
13:43:29 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:29 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:43:30 go: downloading golang.org/x/text v0.3.7
13:43:30 #23 69.03 Selecting previously unselected package g++-aarch64-linux-gnu.
13:43:30 #23 69.03 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:43:30 #23 69.04 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
13:43:30 #23 69.06 Selecting previously unselected package patch.
13:43:30 #23 69.06 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
13:43:30 #23 69.07 Unpacking patch (2.7.6-7) ...
13:43:30 #23 69.11 Selecting previously unselected package dpkg-dev.
13:43:30 #23 69.11 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ...
13:43:30 #23 69.11 Unpacking dpkg-dev (1.20.9) ...
13:43:30 #23 69.25 Selecting previously unselected package libconfig-inifiles-perl.
13:43:30 #23 69.25 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
13:43:30 #23 69.26 Unpacking libconfig-inifiles-perl (3.000003-1) ...
13:43:30 #23 69.30 Selecting previously unselected package libio-string-perl.
13:43:30 #23 69.30 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
13:43:30 #23 69.30 Unpacking libio-string-perl (1.08-3.1) ...
13:43:30 #23 69.34 Selecting previously unselected package libicu67:amd64.
13:43:30 #23 69.35 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
13:43:30 #23 69.35 Unpacking libicu67:amd64 (67.1-7) ...
13:43:30 #25 26.78 Building dependency tree...
13:43:31 #16 exporting layers 4.7s done
13:43:31 #16 writing image sha256:38729bae2ed9dd929b384351c9b276e066ad95f4881426211a1a0672cf9effac done
13:43:31 #16 naming to docker.io/rpmbuild-centos-7/x86_64 done
13:43:31 #16 DONE 4.7s
13:43:31 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/x86_64 -ba --define '_gitcommit_cli bfa9b40' --define '_gitcommit_engine 613b798' --define '_release 0' --define '_version 0.0.0.20220503081348.bfa9b40' --define '_origversion 0.0.0-20220503081348-bfa9b40' --define '_buildx_rpm_version 0.8.2' --define '_buildx_version v0.8.2' --define '_compose_rpm_version 2.5.0' --define '_compose_version v2.5.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
13:43:31 #30 ...
13:43:31 
13:43:31 #28 [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
13:43:31 #28 18.79 Reading package lists...
13:43:31 #28 24.16 Building dependency tree...
13:43:31 #28 27.18 The following additional packages will be installed:
13:43:31 #28 27.21   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
13:43:31 #28 27.23 Suggested packages:
13:43:31 #28 27.23   cmake-doc ninja-build lrzip
13:43:31 #28 27.23 Recommended packages:
13:43:31 #28 27.24   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:43:31 #28 27.76 The following NEW packages will be installed:
13:43:31 #28 27.78   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
13:43:31 #28 28.10 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded.
13:43:31 #28 28.10 Need to get 6461 kB of archives.
13:43:31 #28 28.10 After this operation, 31.6 MB of additional disk space will be used.
13:43:31 #28 28.10 Get:1 http://deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
13:43:31 #28 28.11 Get:2 http://deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:43:31 #28 28.11 Get:3 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:43:31 #28 28.13 Get:4 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
13:43:31 #28 28.14 Get:5 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
13:43:31 #28 28.14 Get:6 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
13:43:31 #28 28.14 Get:7 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
13:43:31 #28 28.14 Get:8 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
13:43:31 #28 28.79 debconf: delaying package configuration, since apt-utils is not installed
13:43:31 #28 29.03 Fetched 6461 kB in 0s (17.9 MB/s)
13:43:31 #28 29.07 Selecting previously unselected package xxd.
13:43:31 #28 29.07 (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 ... 27318 files and directories currently installed.)
13:43:31 #28 29.11 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
13:43:31 #28 29.13 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:43:31 #28 29.25 Selecting previously unselected package vim-common.
13:43:31 #28 29.25 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:43:31 #28 29.27 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:43:31 #28 29.40 Selecting previously unselected package cmake-data.
13:43:31 #28 29.40 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:43:31 #28 29.41 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:43:31 #28 30.25 Selecting previously unselected package libarchive13:arm64.
13:43:31 #28 30.25 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
13:43:31 #28 30.26 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:43:31 #28 30.39 Selecting previously unselected package libjsoncpp24:arm64.
13:43:31 #28 30.40 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
13:43:31 #28 30.41 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
13:43:31 #28 30.49 Selecting previously unselected package librhash0:arm64.
13:43:31 #28 30.49 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
13:43:31 #28 30.50 Unpacking librhash0:arm64 (1.4.1-2) ...
13:43:31 #28 30.58 Selecting previously unselected package libuv1:arm64.
13:43:31 #28 30.59 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
13:43:31 #28 30.60 Unpacking libuv1:arm64 (1.40.0-2) ...
13:43:31 #28 30.66 Selecting previously unselected package cmake.
13:43:31 #28 30.66 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
13:43:31 #28 30.67 Unpacking cmake (3.18.4-2+deb11u1) ...
13:43:31 #28 31.63 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:43:31 #28 31.64 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:43:31 #28 31.66 Setting up libuv1:arm64 (1.40.0-2) ...
13:43:31 #28 31.67 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:43:31 #28 31.69 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
13:43:31 #28 31.71 Setting up librhash0:arm64 (1.4.1-2) ...
13:43:31 #28 31.72 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:43:31 #28 31.74 Setting up cmake (3.18.4-2+deb11u1) ...
13:43:31 #28 31.76 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:43:31 #28 DONE 32.0s
13:43:31 #23 70.41 Selecting previously unselected package libxml2:amd64.
13:43:31 #23 70.41 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ...
13:43:31 #23 70.42 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ...
13:43:31 #23 70.53 Selecting previously unselected package libxml-namespacesupport-perl.
13:43:31 #23 70.53 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:43:31 #23 70.53 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:43:31 #23 70.63 Selecting previously unselected package libxml-sax-base-perl.
13:43:31 
13:43:31 #31 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:43:31 #31 DONE 0.1s
13:43:31 
13:43:31 #32 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:43:31 #32 0.152 + RM_GOPATH=0
13:43:31 #32 0.152 + TMP_GOPATH=
13:43:31 #32 0.152 + : /build
13:43:31 #32 0.152 + '[' -z '' ']'
13:43:31 #32 0.153 ++ mktemp -d
13:43:31 #32 0.154 + export GOPATH=/tmp/tmp.V7E53avyrW
13:43:31 #32 0.154 + GOPATH=/tmp/tmp.V7E53avyrW
13:43:31 #32 0.154 + RM_GOPATH=1
13:43:31 #32 0.155 + case "$(go env GOARCH)" in
13:43:31 #32 0.155 ++ go env GOARCH
13:43:31 #32 0.160 + export GO_BUILDMODE=-buildmode=pie
13:43:31 #23 70.64 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:43:31 #23 70.87 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:43:31 #23 70.93 Selecting previously unselected package libxml-sax-perl.
13:43:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ybO3EF
13:43:31 + umask 022
13:43:31 + cd /root/rpmbuild/BUILD
13:43:31 + cd /root/rpmbuild/BUILD
13:43:31 + rm -rf src
13:43:31 + /usr/bin/mkdir -p src
13:43:31 + cd src
13:43:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:43:31 + /usr/bin/tar -xf -
13:43:31 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:31 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:31 GOOS="" GOARCH="" GOARM=""
13:43:31 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:31 
13:43:31 + popd
13:43:31 ~/rpmbuild/BUILD/src
13:43:31 + RPM_EC=0
13:43:31 ++ jobs -p
13:43:31 + exit 0
13:43:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OBZFHT
13:43:31 + umask 022
13:43:31 + cd /root/rpmbuild/BUILD
13:43:31 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64 '!=' / ']'
13:43:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:43:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:43:31 + mkdir -p /root/rpmbuild/BUILDROOT
13:43:31 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:43:31 + cd src
13:43:31 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:43:31 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin/dockerd
13:43:31 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:43:31 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin/docker-proxy
13:43:31 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin/docker-init
13:43:31 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/lib/systemd/system/docker.service
13:43:31 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/lib/systemd/system/docker.socket
13:43:31 + /usr/lib/rpm/check-buildroot
13:43:31 + /usr/lib/rpm/redhat/brp-ldconfig
13:43:31 + /usr/lib/rpm/brp-compress
13:43:31 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:43:31 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:43:31 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:43:31 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:43:31 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:43:31 + /usr/lib/rpm/check-rpaths
13:43:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:43:31 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:43:31 + /usr/lib/rpm/redhat/brp-python-hardlink
13:43:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.N4hrb0
13:43:31 + umask 022
13:43:31 + cd /root/rpmbuild/BUILD
13:43:31 + cd src
13:43:31 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:43:31 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:43:31 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798' = 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:43:31 + echo 'PASS: daemon version OK'
13:43:31 PASS: daemon version OK
13:43:31 + RPM_EC=0
13:43:31 ++ jobs -p
13:43:31 + exit 0
13:43:31 Processing files: docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:43:31 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin/docker-proxy
13:43:31 Provides: docker-ce = 3:0.0.0.20220503081348.bfa9b40-0.fc35 docker-ce(x86-64) = 3:0.0.0.20220503081348.bfa9b40-0.fc35
13:43:31 Requires(interp): /bin/sh /bin/sh /bin/sh
13:43:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:43:31 Requires(post): /bin/sh
13:43:31 Requires(preun): /bin/sh
13:43:31 Requires(postun): /bin/sh
13:43:31 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.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:43:31 Conflicts: docker docker-ee docker-engine-cs docker-io
13:43:31 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:43:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:43:31 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.src.rpm
13:43:31 #32 0.160 + GO_BUILDMODE=-buildmode=pie
13:43:31 #32 0.161 ++ dirname /install.sh
13:43:31 #32 0.163 + dir=/
13:43:31 #32 0.163 + bin=tini
13:43:31 #32 0.163 + shift
13:43:31 #32 0.163 + '[' '!' -f //tini.installer ']'
13:43:31 #32 0.163 + . //tini.installer
13:43:31 #32 0.163 ++ : v0.19.0
13:43:31 #32 0.164 + install_tini
13:43:31 #32 0.164 + echo 'Install tini version v0.19.0'
13:43:31 #32 0.164 Install tini version v0.19.0
13:43:31 #32 0.164 + git clone https://github.com/krallin/tini.git /tmp/tmp.V7E53avyrW/tini
13:43:31 #32 0.169 Cloning into '/tmp/tmp.V7E53avyrW/tini'...
13:43:31 #23 70.93 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:43:31 #23 70.94 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:43:31 #23 71.03 Selecting previously unselected package libxml-libxml-perl.
13:43:31 #23 71.03 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
13:43:31 #23 71.04 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:43:31 #23 71.13 Selecting previously unselected package libxml-simple-perl.
13:43:32 #32 0.538 + cd /tmp/tmp.V7E53avyrW/tini
13:43:32 #32 0.538 + git checkout -q v0.19.0
13:43:32 #32 0.545 + cmake .
13:43:32 #32 0.708 -- The C compiler identification is GNU 10.2.1
13:43:32 #32 0.751 -- Detecting C compiler ABI info
13:43:32 #23 71.13 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
13:43:32 #23 71.14 Unpacking libxml-simple-perl (2.25-1) ...
13:43:32 #23 71.19 Selecting previously unselected package libyaml-perl.
13:43:32 #23 71.19 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
13:43:32 #23 71.20 Unpacking libyaml-perl (1.30-1) ...
13:43:32 #32 1.014 -- Detecting C compiler ABI info - done
13:43:32 #25 30.41 The following additional packages will be installed:
13:43:32 #25 30.43   libbtrfs0
13:43:32 #25 30.59 The following NEW packages will be installed:
13:43:32 #25 30.60   libbtrfs-dev libbtrfs0
13:43:32 #32 1.063 -- Check for working C compiler: /usr/bin/cc - skipped
13:43:32 #32 1.064 -- Detecting C compile features
13:43:32 #32 1.071 -- Detecting C compile features - done
13:43:32 #32 1.087 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:32 + STATUS=0
13:43:32 + '[' 0 -ne 0 ']'
13:43:32 + /usr/bin/tar -xf -
13:43:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:43:32 #25 30.99 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
13:43:32 #25 30.99 Need to get 454 kB of archives.
13:43:32 #25 30.99 After this operation, 1275 kB of additional disk space will be used.
13:43:32 #25 30.99 Get:1 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
13:43:32 #25 31.01 Get:2 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
13:43:32 #32 1.181 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:43:32 #32 1.213 -- Configuring done
13:43:32 #32 1.225 -- Generating done
13:43:32 #32 1.229 -- Build files have been written to: /tmp/tmp.V7E53avyrW/tini
13:43:32 #32 1.233 + make tini-static
13:43:32 #32 1.349 Scanning dependencies of target tini-static
13:43:32 #32 1.370 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:33 + STATUS=0
13:43:33 + '[' 0 -ne 0 ']'
13:43:33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:43:33 + exit 0
13:43:33 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VGxZRl
13:43:33 + umask 022
13:43:33 + cd /root/rpmbuild/BUILD
13:43:33 + cd src
13:43:33 + export DOCKER_GITCOMMIT=613b798
13:43:33 + DOCKER_GITCOMMIT=613b798
13:43:33 + mkdir -p /go/src/github.com/docker
13:43:33 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:43:33 + pushd /root/rpmbuild/BUILD/src/engine
13:43:33 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:43:33 + TMP_GOPATH=/go
13:43:33 + hack/dockerfile/install/install.sh tini
13:43:33 + RM_GOPATH=0
13:43:33 + TMP_GOPATH=/go
13:43:33 + : /usr/local/bin
13:43:33 + '[' -z /go ']'
13:43:33 + export GOPATH=/go
13:43:33 + GOPATH=/go
13:43:33 + case "$(go env GOARCH)" in
13:43:33 ++ go env GOARCH
13:43:33 + export GO_BUILDMODE=-buildmode=pie
13:43:33 + GO_BUILDMODE=-buildmode=pie
13:43:33 ++ dirname hack/dockerfile/install/install.sh
13:43:33 + dir=hack/dockerfile/install
13:43:33 + bin=tini
13:43:33 + shift
13:43:33 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:33 + . hack/dockerfile/install/tini.installer
13:43:33 ++ : v0.19.0
13:43:33 + install_tini
13:43:33 + echo 'Install tini version v0.19.0'
13:43:33 Install tini version v0.19.0
13:43:33 + git clone https://github.com/krallin/tini.git /go/tini
13:43:33 Cloning into '/go/tini'...
13:43:33 #25 31.54 debconf: delaying package configuration, since apt-utils is not installed
13:43:33 #25 31.75 Fetched 454 kB in 0s (1465 kB/s)
13:43:33 #32 1.778 [100%] Linking C executable tini-static
13:43:33 #32 1.927 [100%] Built target tini-static
13:43:33 #32 1.962 + mkdir -p /build
13:43:33 #32 1.964 + cp tini-static /build/docker-init
13:43:33 + cd /go/tini
13:43:33 + git checkout -q v0.19.0
13:43:33 + cmake .
13:43:33 #25 31.84 Selecting previously unselected package libbtrfs0:arm64.
13:43:33 #25 31.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27318 files and directories currently installed.)
13:43:33 #25 31.89 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
13:43:33 #25 31.91 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
13:43:33 #32 DONE 2.3s
13:43:33 
13:43:33 #27 [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
13:43:33 #27 29.91 Fetched 108 MB in 2s (70.1 MB/s)
13:43:33 #27 29.97 Selecting previously unselected package binutils-mingw-w64-i686.
13:43:33 #27 29.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 ... 27318 files and directories currently installed.)
13:43:33 #27 30.00 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
13:43:33 #27 30.01 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:43:33 #27 30.61 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:43:33 #27 30.62 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
13:43:33 #27 30.62 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:43:33 #27 31.45 Selecting previously unselected package binutils-mingw-w64.
13:43:33 #27 31.45 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
13:43:33 #27 31.46 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
13:43:33 #27 31.54 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:43:33 #27 31.54 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:43:33 #27 31.55 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:43:33 #27 31.64 Selecting previously unselected package dmsetup.
13:43:33 #27 31.64 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
13:43:33 #27 31.65 Unpacking dmsetup (2:1.02.175-2.1) ...
13:43:33 #27 31.71 Selecting previously unselected package mingw-w64-common.
13:43:33 #27 31.71 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
13:43:33 #27 31.72 Unpacking mingw-w64-common (8.0.0-1) ...
13:43:33 #27 33.74 Selecting previously unselected package mingw-w64-x86-64-dev.
13:43:33 #27 33.74 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
13:43:33 #27 33.75 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
13:43:33 make[2]: Entering directory '/root/build-deb/cli'
13:43:33 scripts/docs/generate-man.sh
13:43:33 + cp -r . /tmp/docker-cli-docsgen.MmVQBacgXV/
13:43:33 + cd /tmp/docker-cli-docsgen.MmVQBacgXV
13:43:33 + ./scripts/vendor init
13:43:33 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:43:33 + cp man/tools.go .
13:43:33 + ./scripts/vendor update
13:43:33 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:43:33 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:43:33 -- The C compiler identification is GNU 4.8.5
13:43:33 -- Check for working C compiler: /usr/bin/cc
13:43:33 -- Check for working C compiler: /usr/bin/cc -- works
13:43:33 -- Detecting C compiler ABI info
13:43:33 -- Detecting C compiler ABI info - done
13:43:33 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:33 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:43:33 -- Configuring done
13:43:33 -- Generating done
13:43:33 -- Build files have been written to: /go/tini
13:43:33 + make tini-static
13:43:33 Scanning dependencies of target tini-static
13:43:33 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:33 #25 32.06 Selecting previously unselected package libbtrfs-dev:arm64.
13:43:33 #25 32.06 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
13:43:33 #25 32.08 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
13:43:34 Linking C executable tini-static
13:43:34 [100%] Built target tini-static
13:43:34 + mkdir -p /usr/local/bin
13:43:34 + cp tini-static /usr/local/bin/docker-init
13:43:34 + VERSION=0.0.0-20220503081348-bfa9b40
13:43:34 + PRODUCT=docker
13:43:34 + hack/make.sh dynbinary
13:43:34 
13:43:34 Removing bundles/
13:43:34 
13:43:34 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:43:34 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:34 GOOS="" GOARCH="" GOARM=""
13:43:34 #25 32.32 Setting up libbtrfs0:arm64 (5.10.1-2) ...
13:43:34 #25 32.34 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
13:43:34 #25 32.37 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:43:34 go: downloading github.com/mattn/go-runewidth v0.0.13
13:43:34 #25 DONE 32.7s
13:43:34 
13:43:34 #27 [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
13:43:34 #27 21.20 Reading package lists...
13:43:34 #27 27.15 Building dependency tree...
13:43:34 #27 30.76 The following additional packages will be installed:
13:43:34 #27 30.77   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:43:34 #27 30.77   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
13:43:34 #27 30.77   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
13:43:34 #27 30.77   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
13:43:34 #27 30.78   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
13:43:34 #27 30.78   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
13:43:34 #27 30.78   mingw-w64-common mingw-w64-x86-64-dev
13:43:34 #27 30.80 Suggested packages:
13:43:34 #27 30.81   gcc-10-locales seccomp wine64
13:43:34 #27 31.27 The following NEW packages will be installed:
13:43:34 #27 31.27   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:43:34 #27 31.27   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
13:43:34 #27 31.27   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
13:43:34 #27 31.27   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
13:43:34 #27 31.27   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
13:43:34 #27 31.27   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:43:34 #27 31.28   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
13:43:34 #27 31.28   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
13:43:34 #27 31.28   mingw-w64-x86-64-dev
13:43:34 #27 31.65 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded.
13:43:34 #27 31.65 Need to get 108 MB of archives.
13:43:34 #27 31.65 After this operation, 620 MB of additional disk space will be used.
13:43:34 #27 31.65 Get:1 http://deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
13:43:34 #27 31.68 Get:2 http://deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
13:43:34 #27 31.71 Get:3 http://deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
13:43:34 #27 31.71 Get:4 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
13:43:34 #27 31.72 Get:5 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
13:43:34 #27 31.72 Get:6 http://deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
13:43:34 #27 31.78 Get:7 http://deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
13:43:34 #27 31.83 Get:8 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
13:43:34 #27 31.83 Get:9 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
13:43:34 #27 31.99 Get:10 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
13:43:34 #27 32.30 Get:11 http://deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
13:43:34 #27 32.43 Get:12 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
13:43:34 #27 32.55 Get:13 http://deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
13:43:34 #27 ...
13:43:34 
13:43:34 #29 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:43:34 #29 DONE 0.1s
13:43:34 
13:43:34 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:43:34 go: downloading github.com/containerd/containerd v1.6.3
13:43:34 #30 0.180 + RM_GOPATH=0
13:43:34 #30 0.181 + TMP_GOPATH=
13:43:34 #30 0.181 + : /build
13:43:34 #30 0.181 + '[' -z '' ']'
13:43:34 #30 0.182 ++ mktemp -d
13:43:34 #30 0.184 + export GOPATH=/tmp/tmp.Rjd4kJvJnZ
13:43:34 #30 0.184 + GOPATH=/tmp/tmp.Rjd4kJvJnZ
13:43:34 #30 0.185 + RM_GOPATH=1
13:43:34 #30 0.185 + case "$(go env GOARCH)" in
13:43:34 #30 0.186 ++ go env GOARCH
13:43:34 #30 0.196 + export GO_BUILDMODE=-buildmode=pie
13:43:34 #30 0.196 + GO_BUILDMODE=-buildmode=pie
13:43:34 #30 0.197 ++ dirname /install.sh
13:43:34 #30 0.199 + dir=/
13:43:34 #30 0.199 + bin=containerd
13:43:34 #30 0.199 + shift
13:43:34 #30 0.199 + '[' '!' -f //containerd.installer ']'
13:43:34 #30 0.200 + . //containerd.installer
13:43:34 #30 0.200 ++ set -e
13:43:34 #30 0.200 ++ : v1.6.3
13:43:34 #30 0.201 + install_containerd
13:43:34 #30 0.201 + echo 'Install containerd version v1.6.3'
13:43:34 #30 0.201 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Rjd4kJvJnZ/src/github.com/containerd/containerd
13:43:34 #30 0.202 Install containerd version v1.6.3
13:43:34 #30 0.205 Cloning into '/tmp/tmp.Rjd4kJvJnZ/src/github.com/containerd/containerd'...
13:43:34 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:34 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:34 GOOS="" GOARCH="" GOARM=""
13:43:34 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:34 
13:43:34 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:34 + RM_GOPATH=0
13:43:34 + TMP_GOPATH=/go
13:43:34 + : /usr/local/bin
13:43:34 + '[' -z /go ']'
13:43:34 + export GOPATH=/go
13:43:34 + GOPATH=/go
13:43:34 + case "$(go env GOARCH)" in
13:43:34 ++ go env GOARCH
13:43:34 + export GO_BUILDMODE=-buildmode=pie
13:43:34 + GO_BUILDMODE=-buildmode=pie
13:43:34 ++ dirname hack/dockerfile/install/install.sh
13:43:34 + dir=hack/dockerfile/install
13:43:34 + bin=tini
13:43:34 + shift
13:43:34 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:34 + . hack/dockerfile/install/tini.installer
13:43:34 ++ : v0.19.0
13:43:34 + install_tini
13:43:34 + echo 'Install tini version v0.19.0'
13:43:34 + git clone https://github.com/krallin/tini.git /go/tini
13:43:34 Install tini version v0.19.0
13:43:34 Cloning into '/go/tini'...
13:43:34 + cd /go/tini
13:43:34 + git checkout -q v0.19.0
13:43:34 + cmake .
13:43:34 -- The C compiler identification is GNU 8.3.0
13:43:34 -- Check for working C compiler: /usr/bin/cc
13:43:34 -- Check for working C compiler: /usr/bin/cc -- works
13:43:34 -- Detecting C compiler ABI info
13:43:34 -- Detecting C compiler ABI info - done
13:43:34 -- Detecting C compile features
13:43:34 -- Detecting C compile features - done
13:43:34 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:34 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:43:34 -- Configuring done
13:43:34 -- Generating done
13:43:34 -- Build files have been written to: /go/tini
13:43:34 + make tini-static
13:43:34 make[2]: Entering directory '/go/tini'
13:43:34 make[3]: Entering directory '/go/tini'
13:43:34 make[4]: Entering directory '/go/tini'
13:43:34 make[5]: Entering directory '/go/tini'
13:43:34 Scanning dependencies of target tini-static
13:43:34 make[5]: Leaving directory '/go/tini'
13:43:34 make[5]: Entering directory '/go/tini'
13:43:34 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:35 [100%] Linking C executable tini-static
13:43:35 make[5]: Leaving directory '/go/tini'
13:43:35 [100%] Built target tini-static
13:43:35 make[4]: Leaving directory '/go/tini'
13:43:35 make[3]: Leaving directory '/go/tini'
13:43:35 make[2]: Leaving directory '/go/tini'
13:43:35 + mkdir -p /usr/local/bin
13:43:35 + cp tini-static /usr/local/bin/docker-init
13:43:35 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:35 + RM_GOPATH=0
13:43:35 + TMP_GOPATH=/go
13:43:35 + : /usr/local/bin
13:43:35 + '[' -z /go ']'
13:43:35 + export GOPATH=/go
13:43:35 + GOPATH=/go
13:43:35 + case "$(go env GOARCH)" in
13:43:35 ++ go env GOARCH
13:43:35 + export GO_BUILDMODE=-buildmode=pie
13:43:35 + GO_BUILDMODE=-buildmode=pie
13:43:35 ++ dirname hack/dockerfile/install/install.sh
13:43:35 + dir=hack/dockerfile/install
13:43:35 + bin=rootlesskit
13:43:35 + shift
13:43:35 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:35 + . hack/dockerfile/install/rootlesskit.installer
13:43:35 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:35 + install_rootlesskit dynamic
13:43:35 + case "$1" in
13:43:35 + install_rootlesskit_dynamic
13:43:35 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:35 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:35 + export BUILD_MODE=-buildmode=pie
13:43:35 + BUILD_MODE=-buildmode=pie
13:43:35 + _install_rootlesskit
13:43:35 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:35 + for f in rootlesskit rootlesskit-docker-proxy
13:43:35 + GOBIN=/usr/local/bin
13:43:35 + GO111MODULE=on
13:43:35 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:35 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:35 #27 35.81 Selecting previously unselected package gcc-mingw-w64-base.
13:43:35 #27 35.82 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
13:43:35 #27 35.82 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:43:35 #27 35.88 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
13:43:35 #27 35.88 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
13:43:35 #27 35.88 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:43:35 #23 74.39 Selecting previously unselected package libconfig-auto-perl.
13:43:35 #23 74.40 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
13:43:35 #23 74.42 Unpacking libconfig-auto-perl (0.44-1.1) ...
13:43:35 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:35 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:35 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:35 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:35 go: downloading github.com/google/uuid v1.3.0
13:43:35 go: downloading github.com/moby/vpnkit v0.5.0
13:43:35 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:35 go: downloading github.com/gofrs/flock v0.8.1
13:43:35 go: downloading github.com/gorilla/mux v1.8.0
13:43:35 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:35 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:35 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:35 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:36 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:36 go: downloading github.com/moby/sys/signal v0.7.0
13:43:36 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:36 #23 75.62 Selecting previously unselected package libfile-which-perl.
13:43:36 #23 75.62 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
13:43:36 #23 75.94 Unpacking libfile-which-perl (1.23-1) ...
13:43:36 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:43:37 #27 ...
13:43:37 
13:43:37 #25 [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
13:43:37 #25 35.40 + for f in rootlesskit rootlesskit-docker-proxy
13:43:37 #25 35.40 + GOBIN=/build
13:43:37 #25 35.40 + GO111MODULE=on
13:43:37 #25 35.40 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:37 #25 37.29 rootlesskit version 1.0.0
13:43:37 #25 37.30 Usage of /build/rootlesskit-docker-proxy:
13:43:37 #25 37.30   -container-ip string
13:43:37 #25 37.30     	container ip
13:43:37 #25 37.30   -container-port int
13:43:37 #25 37.30     	container port (default -1)
13:43:37 #25 37.30   -host-ip string
13:43:37 #25 37.30     	host ip
13:43:37 #25 37.30   -host-port int
13:43:37 #25 37.30     	host port (default -1)
13:43:37 #25 37.30   -proto string
13:43:37 #25 37.30     	proxy protocol (default "tcp")
13:43:37 #25 DONE 37.4s
13:43:37 
13:43:37 #33 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:43:37 #33 DONE 0.1s
13:43:37 
13:43:37 #34 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:43:37 #34 DONE 0.0s
13:43:37 
13:43:37 #27 [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
13:43:37 #27 37.85 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
13:43:37 #27 37.86 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
13:43:37 #27 37.86 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:43:37 #23 76.59 Selecting previously unselected package libfile-homedir-perl.
13:43:37 #23 76.59 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
13:43:37 #23 76.67 Unpacking libfile-homedir-perl (1.006-1) ...
13:43:37 #23 77.05 Selecting previously unselected package libdebian-dpkgcross-perl.
13:43:37 #23 77.05 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
13:43:37 #23 77.07 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
13:43:37 #30 ...
13:43:37 
13:43:37 #28 [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
13:43:37 #28 21.36 Reading package lists...
13:43:37 #28 27.13 Building dependency tree...
13:43:37 #28 30.50 The following additional packages will be installed:
13:43:37 #28 30.51   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
13:43:37 #28 30.53 Suggested packages:
13:43:37 #28 30.53   cmake-doc ninja-build lrzip
13:43:37 #28 30.54 Recommended packages:
13:43:37 #28 30.54   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:43:37 #28 30.95 The following NEW packages will be installed:
13:43:37 #28 30.96   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
13:43:37 #28 31.37 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded.
13:43:37 #28 31.37 Need to get 6461 kB of archives.
13:43:37 #28 31.37 After this operation, 31.6 MB of additional disk space will be used.
13:43:37 #28 31.37 Get:1 http://deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
13:43:37 #28 31.38 Get:2 http://deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:43:37 #28 31.38 Get:3 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:43:37 #28 31.39 Get:4 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
13:43:37 #28 31.41 Get:5 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
13:43:37 #28 31.41 Get:6 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
13:43:37 #28 31.41 Get:7 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
13:43:37 #28 31.41 Get:8 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
13:43:37 #28 32.05 debconf: delaying package configuration, since apt-utils is not installed
13:43:37 #28 32.29 Fetched 6461 kB in 0s (17.9 MB/s)
13:43:37 #28 32.34 Selecting previously unselected package xxd.
13:43:37 #28 32.35 (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 ... 27318 files and directories currently installed.)
13:43:37 #28 32.40 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
13:43:37 #28 32.43 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:43:37 #28 32.58 Selecting previously unselected package vim-common.
13:43:37 #28 32.61 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:43:37 #28 32.64 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:43:37 #28 32.83 Selecting previously unselected package cmake-data.
13:43:37 #28 32.84 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:43:37 #28 32.86 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:43:37 #28 33.87 Selecting previously unselected package libarchive13:arm64.
13:43:37 #28 33.89 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
13:43:37 #28 33.90 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:43:37 #28 34.04 Selecting previously unselected package libjsoncpp24:arm64.
13:43:37 #28 34.04 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
13:43:37 #28 34.05 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
13:43:37 #28 34.15 Selecting previously unselected package librhash0:arm64.
13:43:37 #28 34.15 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
13:43:37 #28 34.15 Unpacking librhash0:arm64 (1.4.1-2) ...
13:43:37 #28 34.24 Selecting previously unselected package libuv1:arm64.
13:43:37 #28 34.25 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
13:43:37 #28 34.27 Unpacking libuv1:arm64 (1.40.0-2) ...
13:43:37 #28 34.34 Selecting previously unselected package cmake.
13:43:37 #28 34.34 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
13:43:37 #28 34.34 Unpacking cmake (3.18.4-2+deb11u1) ...
13:43:37 #28 35.35 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
13:43:37 #28 35.37 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:43:37 #28 35.38 Setting up libuv1:arm64 (1.40.0-2) ...
13:43:37 #28 35.40 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:43:37 #28 35.43 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
13:43:37 #28 35.44 Setting up librhash0:arm64 (1.4.1-2) ...
13:43:37 #28 35.46 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:43:37 #28 35.48 Setting up cmake (3.18.4-2+deb11u1) ...
13:43:37 #28 35.49 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:43:37 #28 DONE 35.8s
13:43:37 
13:43:37 #31 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:43:37 #31 DONE 0.1s
13:43:37 
13:43:37 #27 [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
13:43:37 #27 32.92 Get:14 http://deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
13:43:37 #27 33.04 Get:15 http://deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
13:43:37 #27 33.04 Get:16 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
13:43:37 #27 33.04 Get:17 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
13:43:37 #27 33.04 Get:18 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
13:43:37 #27 33.05 Get:19 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
13:43:37 #27 33.06 Get:20 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
13:43:37 #27 33.06 Get:21 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
13:43:37 #27 33.06 Get:22 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
13:43:37 #27 33.06 Get:23 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
13:43:37 #27 33.06 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
13:43:37 #27 33.07 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
13:43:37 #27 33.07 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
13:43:37 #27 33.07 Get:27 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
13:43:37 #27 33.08 Get:28 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
13:43:37 #27 33.08 Get:29 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
13:43:37 #27 33.08 Get:30 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
13:43:37 #27 33.74 debconf: delaying package configuration, since apt-utils is not installed
13:43:37 #27 33.97 Fetched 108 MB in 2s (62.7 MB/s)
13:43:37 #27 34.02 Selecting previously unselected package binutils-mingw-w64-i686.
13:43:37 #27 34.02 (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 ... 27318 files and directories currently installed.)
13:43:37 #27 34.05 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
13:43:37 #27 34.06 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:43:37 #27 34.85 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:43:37 #27 34.86 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
13:43:37 #27 34.87 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:43:37 #27 35.78 Selecting previously unselected package binutils-mingw-w64.
13:43:37 #27 35.78 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
13:43:37 #27 35.81 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
13:43:37 #27 35.87 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:43:37 #27 35.88 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:43:37 #27 35.90 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:43:37 #27 35.97 Selecting previously unselected package dmsetup.
13:43:37 #27 35.99 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
13:43:37 #27 35.99 Unpacking dmsetup (2:1.02.175-2.1) ...
13:43:37 #27 36.06 Selecting previously unselected package mingw-w64-common.
13:43:37 #27 36.07 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
13:43:37 #27 36.08 Unpacking mingw-w64-common (8.0.0-1) ...
13:43:38 #23 77.32 Selecting previously unselected package dpkg-cross.
13:43:38 #23 77.32 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
13:43:38 #23 77.37 Unpacking dpkg-cross (2.6.18+nmu1) ...
13:43:38 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:43:38 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:38 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:38 GOOS="" GOARCH="" GOARM=""
13:43:38 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:38 
13:43:38 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:38 + RM_GOPATH=0
13:43:38 + TMP_GOPATH=/go
13:43:38 + : /usr/local/bin
13:43:38 + '[' -z /go ']'
13:43:38 + export GOPATH=/go
13:43:38 + GOPATH=/go
13:43:38 + case "$(go env GOARCH)" in
13:43:38 ++ go env GOARCH
13:43:38 + export GO_BUILDMODE=-buildmode=pie
13:43:38 + GO_BUILDMODE=-buildmode=pie
13:43:38 ++ dirname hack/dockerfile/install/install.sh
13:43:38 + dir=hack/dockerfile/install
13:43:38 + bin=tini
13:43:38 + shift
13:43:38 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:38 + . hack/dockerfile/install/tini.installer
13:43:38 ++ : v0.19.0
13:43:38 + install_tini
13:43:38 + echo 'Install tini version v0.19.0'
13:43:38 + git clone https://github.com/krallin/tini.git /go/tini
13:43:38 Install tini version v0.19.0
13:43:38 Cloning into '/go/tini'...
13:43:38 + cd /go/tini
13:43:38 + git checkout -q v0.19.0
13:43:38 + cmake .
13:43:38 -- The C compiler identification is GNU 8.3.0
13:43:38 -- Check for working C compiler: /usr/bin/cc
13:43:38 -- Check for working C compiler: /usr/bin/cc -- works
13:43:38 -- Detecting C compiler ABI info
13:43:38 -- Detecting C compiler ABI info - done
13:43:38 -- Detecting C compile features
13:43:38 -- Detecting C compile features - done
13:43:38 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:38 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:43:38 -- Configuring done
13:43:38 -- Generating done
13:43:38 -- Build files have been written to: /go/tini
13:43:38 + make tini-static
13:43:38 make[2]: Entering directory '/go/tini'
13:43:38 make[3]: Entering directory '/go/tini'
13:43:38 make[4]: Entering directory '/go/tini'
13:43:38 make[5]: Entering directory '/go/tini'
13:43:38 Scanning dependencies of target tini-static
13:43:38 make[5]: Leaving directory '/go/tini'
13:43:38 make[5]: Entering directory '/go/tini'
13:43:38 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:38 [100%] Linking C executable tini-static
13:43:38 make[5]: Leaving directory '/go/tini'
13:43:38 [100%] Built target tini-static
13:43:38 make[4]: Leaving directory '/go/tini'
13:43:38 make[3]: Leaving directory '/go/tini'
13:43:38 make[2]: Leaving directory '/go/tini'
13:43:38 + mkdir -p /usr/local/bin
13:43:38 + cp tini-static /usr/local/bin/docker-init
13:43:38 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:38 + RM_GOPATH=0
13:43:38 + TMP_GOPATH=/go
13:43:38 + : /usr/local/bin
13:43:38 + '[' -z /go ']'
13:43:38 + export GOPATH=/go
13:43:38 + GOPATH=/go
13:43:38 + case "$(go env GOARCH)" in
13:43:38 ++ go env GOARCH
13:43:38 + export GO_BUILDMODE=-buildmode=pie
13:43:38 + GO_BUILDMODE=-buildmode=pie
13:43:38 ++ dirname hack/dockerfile/install/install.sh
13:43:38 + dir=hack/dockerfile/install
13:43:38 + bin=rootlesskit
13:43:38 + shift
13:43:38 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:38 + . hack/dockerfile/install/rootlesskit.installer
13:43:38 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:38 + install_rootlesskit dynamic
13:43:38 + case "$1" in
13:43:38 + install_rootlesskit_dynamic
13:43:38 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:38 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:38 + export BUILD_MODE=-buildmode=pie
13:43:38 + BUILD_MODE=-buildmode=pie
13:43:38 + _install_rootlesskit
13:43:38 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:38 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:38 + for f in rootlesskit rootlesskit-docker-proxy
13:43:38 + GOBIN=/usr/local/bin
13:43:38 + GO111MODULE=on
13:43:38 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:38 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:38 #23 77.44 Selecting previously unselected package crossbuild-essential-arm64.
13:43:38 #23 77.44 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
13:43:38 #23 77.45 Unpacking crossbuild-essential-arm64 (12.9) ...
13:43:38 #23 77.49 Selecting previously unselected package libc6-armel-cross.
13:43:38 #23 77.49 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
13:43:38 #23 77.50 Unpacking libc6-armel-cross (2.31-9cross4) ...
13:43:38 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:38 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:38 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:38 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:38 go: downloading github.com/google/uuid v1.3.0
13:43:38 go: downloading github.com/moby/vpnkit v0.5.0
13:43:38 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:38 go: downloading github.com/gofrs/flock v0.8.1
13:43:38 go: downloading github.com/gorilla/mux v1.8.0
13:43:38 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:38 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:38 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:38 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:38 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:38 #23 77.72 Selecting previously unselected package libgcc-s1-armel-cross.
13:43:38 #23 77.73 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
13:43:38 #23 77.74 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
13:43:38 #23 77.80 Selecting previously unselected package libgomp1-armel-cross.
13:43:38 #23 77.80 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
13:43:38 #23 77.81 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
13:43:38 #23 77.87 Selecting previously unselected package libatomic1-armel-cross.
13:43:38 #23 77.87 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
13:43:38 #23 77.87 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
13:43:38 #23 77.92 Selecting previously unselected package libasan6-armel-cross.
13:43:38 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:38 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:38 GOOS="" GOARCH="" GOARM=""
13:43:38 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:38 
13:43:38 ~/rpmbuild/BUILD/src
13:43:38 + popd
13:43:38 + RPM_EC=0
13:43:38 ++ jobs -p
13:43:38 + exit 0
13:43:38 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3RMPiY
13:43:38 + umask 022
13:43:38 + cd /root/rpmbuild/BUILD
13:43:38 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64 '!=' / ']'
13:43:38 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:43:38 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:43:38 + mkdir -p /root/rpmbuild/BUILDROOT
13:43:38 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:43:38 + cd src
13:43:38 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:43:38 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin/dockerd
13:43:38 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:43:38 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin/docker-proxy
13:43:38 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin/docker-init
13:43:38 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/lib/systemd/system/docker.service
13:43:38 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/lib/systemd/system/docker.socket
13:43:38 + /usr/lib/rpm/check-buildroot
13:43:38 + /usr/lib/rpm/redhat/brp-ldconfig
13:43:38 + /usr/lib/rpm/brp-compress
13:43:38 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:43:38 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:43:38 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:43:38 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:43:38 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:43:38 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:43:38 + /usr/lib/rpm/brp-python-hardlink
13:43:38 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:43:38 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.crdxS5
13:43:38 + umask 022
13:43:38 + cd /root/rpmbuild/BUILD
13:43:38 + cd src
13:43:38 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:43:38 PASS: daemon version OK
13:43:38 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:43:38 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798' = 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:43:38 + echo 'PASS: daemon version OK'
13:43:38 + RPM_EC=0
13:43:38 ++ jobs -p
13:43:38 + exit 0
13:43:38 Processing files: docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:43:38 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin/docker-proxy
13:43:38 Provides: docker-ce = 3:0.0.0.20220503081348.bfa9b40-0.fc34 docker-ce(x86-64) = 3:0.0.0.20220503081348.bfa9b40-0.fc34
13:43:38 Requires(interp): /bin/sh /bin/sh /bin/sh
13:43:38 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:43:38 Requires(post): /bin/sh
13:43:38 Requires(preun): /bin/sh
13:43:38 Requires(postun): /bin/sh
13:43:38 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)
13:43:38 Conflicts: docker docker-ee docker-engine-cs docker-io
13:43:38 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:43:38 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:43:38 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.src.rpm
13:43:38 #23 77.92 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
13:43:38 #23 77.92 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
13:43:39 #23 78.32 Selecting previously unselected package libstdc++6-armel-cross.
13:43:39 #23 78.32 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
13:43:39 #23 78.33 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
13:43:39 #23 78.41 Selecting previously unselected package libubsan1-armel-cross.
13:43:39 #23 78.41 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
13:43:39 #23 78.42 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
13:43:39 go: downloading github.com/moby/buildkit v0.10.2
13:43:39 #23 78.55 Selecting previously unselected package libgcc-10-dev-armel-cross.
13:43:39 #23 78.55 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
13:43:39 #23 78.56 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
13:43:39 #23 78.73 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
13:43:39 #23 78.73 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
13:43:39 #23 78.73 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:43:39 #27 ...
13:43:39 
13:43:39 #32 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:43:39 #0 0.131 + RM_GOPATH=0
13:43:39 #0 0.131 + TMP_GOPATH=
13:43:39 #0 0.131 + : /build
13:43:39 #0 0.131 + '[' -z '' ']'
13:43:39 #0 0.132 ++ mktemp -d
13:43:39 #0 0.134 + export GOPATH=/tmp/tmp.TUqoiRsSS0
13:43:39 #0 0.134 + GOPATH=/tmp/tmp.TUqoiRsSS0
13:43:39 #0 0.134 + RM_GOPATH=1
13:43:39 #0 0.135 + case "$(go env GOARCH)" in
13:43:39 #0 0.137 ++ go env GOARCH
13:43:39 #0 0.146 + export GO_BUILDMODE=-buildmode=pie
13:43:39 #0 0.146 + GO_BUILDMODE=-buildmode=pie
13:43:39 #0 0.151 ++ dirname /install.sh
13:43:39 #0 0.152 + dir=/
13:43:39 #0 0.152 + bin=tini
13:43:39 #0 0.152 + shift
13:43:39 #0 0.152 + '[' '!' -f //tini.installer ']'
13:43:39 #0 0.152 + . //tini.installer
13:43:39 #0 0.153 ++ : v0.19.0
13:43:39 #0 0.153 + install_tini
13:43:39 #0 0.153 + echo 'Install tini version v0.19.0'
13:43:39 #0 0.153 Install tini version v0.19.0
13:43:39 #0 0.153 + git clone https://github.com/krallin/tini.git /tmp/tmp.TUqoiRsSS0/tini
13:43:39 #0 0.155 Cloning into '/tmp/tmp.TUqoiRsSS0/tini'...
13:43:39 #0 0.523 + cd /tmp/tmp.TUqoiRsSS0/tini
13:43:39 #0 0.523 + git checkout -q v0.19.0
13:43:39 #0 0.533 + cmake .
13:43:39 #0 0.627 -- The C compiler identification is GNU 10.2.1
13:43:39 #0 0.639 -- Detecting C compiler ABI info
13:43:39 #0 0.854 -- Detecting C compiler ABI info - done
13:43:39 #0 0.886 -- Check for working C compiler: /usr/bin/cc - skipped
13:43:39 #0 0.901 -- Detecting C compile features
13:43:39 #0 0.902 -- Detecting C compile features - done
13:43:39 #0 0.914 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:39 #0 0.972 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:43:39 #0 0.990 -- Configuring done
13:43:39 #0 0.996 -- Generating done
13:43:39 #0 0.998 -- Build files have been written to: /tmp/tmp.TUqoiRsSS0/tini
13:43:39 #0 1.015 + make tini-static
13:43:39 #0 1.136 Scanning dependencies of target tini-static
13:43:39 #0 1.170 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:39 #0 1.635 [100%] Linking C executable tini-static
13:43:39 #0 1.763 [100%] Built target tini-static
13:43:39 #0 1.787 + mkdir -p /build
13:43:39 #0 1.789 + cp tini-static /build/docker-init
13:43:39 #32 DONE 2.0s
13:43:39 
13:43:39 #27 [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
13:43:39 #27 38.02 Selecting previously unselected package mingw-w64-x86-64-dev.
13:43:39 #27 38.03 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
13:43:39 #27 38.04 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
13:43:40 #27 40.65 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
13:43:40 #27 40.65 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
13:43:40 #27 40.66 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:43:41 #27 41.67 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
13:43:41 #27 41.67 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
13:43:41 #27 41.68 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:43:41 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:41 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:41 GOOS="" GOARCH="" GOARM=""
13:43:41 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:41 
13:43:41 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:41 + RM_GOPATH=0
13:43:41 + TMP_GOPATH=/go
13:43:41 + : /usr/local/bin
13:43:41 + '[' -z /go ']'
13:43:41 + export GOPATH=/go
13:43:41 + GOPATH=/go
13:43:41 + case "$(go env GOARCH)" in
13:43:41 ++ go env GOARCH
13:43:41 + export GO_BUILDMODE=-buildmode=pie
13:43:41 + GO_BUILDMODE=-buildmode=pie
13:43:41 ++ dirname hack/dockerfile/install/install.sh
13:43:41 + dir=hack/dockerfile/install
13:43:41 + bin=tini
13:43:41 + shift
13:43:41 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:41 Install tini version v0.19.0
13:43:41 + . hack/dockerfile/install/tini.installer
13:43:41 ++ : v0.19.0
13:43:41 + install_tini
13:43:41 + echo 'Install tini version v0.19.0'
13:43:41 + git clone https://github.com/krallin/tini.git /go/tini
13:43:41 Cloning into '/go/tini'...
13:43:41 + cd /go/tini
13:43:41 + git checkout -q v0.19.0
13:43:41 + cmake .
13:43:41 -- The C compiler identification is GNU 7.5.0
13:43:41 -- Check for working C compiler: /usr/bin/cc
13:43:41 -- Check for working C compiler: /usr/bin/cc -- works
13:43:41 -- Detecting C compiler ABI info
13:43:41 -- Detecting C compiler ABI info - done
13:43:41 -- Detecting C compile features
13:43:41 -- Detecting C compile features - done
13:43:41 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:41 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:43:41 -- Configuring done
13:43:41 -- Generating done
13:43:41 -- Build files have been written to: /go/tini
13:43:41 + make tini-static
13:43:41 make[2]: Entering directory '/go/tini'
13:43:41 make[3]: Entering directory '/go/tini'
13:43:41 make[4]: Entering directory '/go/tini'
13:43:41 make[5]: Entering directory '/go/tini'
13:43:41 Scanning dependencies of target tini-static
13:43:41 make[5]: Leaving directory '/go/tini'
13:43:41 make[5]: Entering directory '/go/tini'
13:43:41 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:41 [100%] Linking C executable tini-static
13:43:41 make[5]: Leaving directory '/go/tini'
13:43:41 [100%] Built target tini-static
13:43:41 make[4]: Leaving directory '/go/tini'
13:43:41 make[3]: Leaving directory '/go/tini'
13:43:41 make[2]: Leaving directory '/go/tini'
13:43:41 + mkdir -p /usr/local/bin
13:43:41 + cp tini-static /usr/local/bin/docker-init
13:43:41 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:41 + RM_GOPATH=0
13:43:41 + TMP_GOPATH=/go
13:43:41 + : /usr/local/bin
13:43:41 + '[' -z /go ']'
13:43:41 + export GOPATH=/go
13:43:41 + GOPATH=/go
13:43:41 + case "$(go env GOARCH)" in
13:43:41 ++ go env GOARCH
13:43:41 + export GO_BUILDMODE=-buildmode=pie
13:43:41 + GO_BUILDMODE=-buildmode=pie
13:43:41 ++ dirname hack/dockerfile/install/install.sh
13:43:41 + dir=hack/dockerfile/install
13:43:41 + bin=rootlesskit
13:43:41 + shift
13:43:41 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:41 + . hack/dockerfile/install/rootlesskit.installer
13:43:41 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:41 + install_rootlesskit dynamic
13:43:41 + case "$1" in
13:43:41 + install_rootlesskit_dynamic
13:43:41 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:41 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:41 + export BUILD_MODE=-buildmode=pie
13:43:41 + BUILD_MODE=-buildmode=pie
13:43:41 + _install_rootlesskit
13:43:41 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:41 + for f in rootlesskit rootlesskit-docker-proxy
13:43:41 + GOBIN=/usr/local/bin
13:43:41 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:41 + GO111MODULE=on
13:43:41 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:41 make[2]: Entering directory '/root/build-deb/cli'
13:43:41 scripts/docs/generate-man.sh
13:43:41 + cp -r . /tmp/docker-cli-docsgen.1H5hfVbC5I/
13:43:41 + cd /tmp/docker-cli-docsgen.1H5hfVbC5I
13:43:41 + ./scripts/vendor init
13:43:41 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:43:41 + cp man/tools.go .
13:43:41 + ./scripts/vendor update
13:43:41 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:43:41 go: downloading github.com/spf13/cobra v1.4.0
13:43:41 go: downloading github.com/spf13/pflag v1.0.5
13:43:41 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:43:41 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:41 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:41 GOOS="" GOARCH="" GOARM=""
13:43:41 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:41 
13:43:41 + popd
13:43:41 + RPM_EC=0
13:43:41 ++ jobs -p
13:43:41 + exit 0
13:43:41 ~/rpmbuild/BUILD/src
13:43:41 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NC7ynY
13:43:41 + umask 022
13:43:41 + cd /root/rpmbuild/BUILD
13:43:41 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64 '!=' / ']'
13:43:41 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:43:41 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:43:41 + mkdir -p /root/rpmbuild/BUILDROOT
13:43:41 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:43:41 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:43:41 + export CFLAGS
13:43:41 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:43:41 + export CXXFLAGS
13:43:41 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:43:41 + export FFLAGS
13:43:41 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:43:41 + export FCFLAGS
13:43:41 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.ld'
13:43:41 + export LDFLAGS
13:43:41 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:43:41 + export LT_SYS_LIBRARY_PATH
13:43:41 + CC=gcc
13:43:41 + export CC
13:43:41 + CXX=g++
13:43:41 + export CXX
13:43:41 + cd src
13:43:41 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:43:41 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/bin/dockerd
13:43:41 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:43:41 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/bin/docker-proxy
13:43:41 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/bin/docker-init
13:43:41 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/lib/systemd/system/docker.service
13:43:41 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/lib/systemd/system/docker.socket
13:43:41 + /usr/lib/rpm/check-buildroot
13:43:41 + /usr/lib/rpm/redhat/brp-ldconfig
13:43:41 + /usr/lib/rpm/brp-compress
13:43:41 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:43:41 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:43:41 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:43:41 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:43:41 + /usr/lib/rpm/check-rpaths
13:43:41 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:43:41 + /usr/lib/rpm/brp-remove-la-files
13:43:41 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:43:41 + /usr/lib/rpm/redhat/brp-python-hardlink
13:43:41 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Xa0pFA
13:43:41 + umask 022
13:43:41 + cd /root/rpmbuild/BUILD
13:43:41 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:43:41 + export CFLAGS
13:43:41 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:43:41 + export CXXFLAGS
13:43:41 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:43:41 + export FFLAGS
13:43:41 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:43:41 + export FCFLAGS
13:43:41 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.ld'
13:43:41 + export LDFLAGS
13:43:41 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:43:41 + export LT_SYS_LIBRARY_PATH
13:43:41 + CC=gcc
13:43:41 + export CC
13:43:41 + CXX=g++
13:43:41 + export CXX
13:43:41 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:43:41 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220503081348.bfa9b40-0.fc36 x86_64
13:43:41 + cd src
13:43:41 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:43:41 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:43:41 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798' = 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:43:41 + echo 'PASS: daemon version OK'
13:43:41 PASS: daemon version OK
13:43:41 + RPM_EC=0
13:43:41 ++ jobs -p
13:43:41 + exit 0
13:43:41 Processing files: docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:43:41 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/bin/docker-proxy
13:43:41 Provides: docker-ce = 3:0.0.0.20220503081348.bfa9b40-0.fc36 docker-ce(x86-64) = 3:0.0.0.20220503081348.bfa9b40-0.fc36
13:43:41 Requires(interp): /bin/sh /bin/sh /bin/sh
13:43:41 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:43:41 Requires(post): /bin/sh
13:43:41 Requires(preun): /bin/sh
13:43:41 Requires(postun): /bin/sh
13:43:41 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.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:43:41 Conflicts: docker docker-ee docker-engine-cs docker-io
13:43:41 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:43:41 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:43:41 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.src.rpm
13:43:41 #27 39.86 Selecting previously unselected package gcc-mingw-w64-base.
13:43:41 #27 39.87 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
13:43:41 #27 39.87 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:43:41 #27 39.93 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
13:43:41 #27 39.93 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
13:43:41 #27 39.94 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:43:41 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:42 #27 42.82 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
13:43:42 #27 42.82 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
13:43:42 #27 42.83 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:43:42 go: downloading github.com/opencontainers/go-digest v1.0.0
13:43:42 go: downloading gopkg.in/yaml.v2 v2.4.0
13:43:42 go: downloading github.com/gogo/protobuf v1.3.2
13:43:43 + for f in rootlesskit rootlesskit-docker-proxy
13:43:43 + GOBIN=/usr/local/bin
13:43:43 + GO111MODULE=on
13:43:43 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:43 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:43:43 + make manpages
13:43:43 scripts/docs/generate-man.sh
13:43:43 + cp -r . /tmp/docker-cli-docsgen.LEAA3XAiGr/
13:43:43 #27 ...
13:43:43 
13:43:43 #26 [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
13:43:43 #26 38.94 + for f in rootlesskit rootlesskit-docker-proxy
13:43:43 #26 38.94 + GOBIN=/build
13:43:43 #26 38.94 + GO111MODULE=on
13:43:43 #26 38.94 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:43 #26 41.09 rootlesskit version 1.0.0
13:43:43 #26 41.09 Usage of /build/rootlesskit-docker-proxy:
13:43:43 #26 41.09   -container-ip string
13:43:43 #26 41.09     	container ip
13:43:43 #26 41.10   -container-port int
13:43:43 #26 41.10     	container port (default -1)
13:43:43 #26 41.10   -host-ip string
13:43:43 #26 41.10     	host ip
13:43:43 #26 41.10   -host-port int
13:43:43 #26 41.10     	host port (default -1)
13:43:43 #26 41.10   -proto string
13:43:43 #26 41.10     	proxy protocol (default "tcp")
13:43:43 #26 DONE 41.4s
13:43:43 
13:43:43 #33 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:43:43 #33 DONE 0.1s
13:43:43 
13:43:43 #34 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:43:43 #34 DONE 0.0s
13:43:43 
13:43:43 #27 [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
13:43:43 #27 41.89 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
13:43:43 #27 41.89 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
13:43:43 #27 41.89 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:43:43 + cd /tmp/docker-cli-docsgen.LEAA3XAiGr
13:43:43 + ./scripts/vendor init
13:43:43 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:43:43 + cp man/tools.go .
13:43:43 + ./scripts/vendor update
13:43:43 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:43:43 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:43 go: downloading github.com/spf13/cobra v1.4.0
13:43:44 go: downloading github.com/spf13/pflag v1.0.5
13:43:44 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:44 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:44 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:44 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:44 go: downloading github.com/google/uuid v1.3.0
13:43:44 go: downloading github.com/moby/vpnkit v0.5.0
13:43:44 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:44 go: downloading github.com/gofrs/flock v0.8.1
13:43:44 go: downloading github.com/gorilla/mux v1.8.0
13:43:44 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:44 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:44 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:44 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:44 + return
13:43:44 # Build the CLI
13:43:44 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:43:44 Building dynamic docker-linux-amd64
13:43:44 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:40:55Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:43:44 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:43:45 + for f in rootlesskit rootlesskit-docker-proxy
13:43:45 + GOBIN=/usr/local/bin
13:43:45 + GO111MODULE=on
13:43:45 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:45 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:43:45 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:43:45 #27 45.39 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
13:43:45 #27 45.39 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
13:43:45 #27 45.40 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:43:45 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:45 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:45 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:45 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:45 go: downloading github.com/google/uuid v1.3.0
13:43:45 go: downloading github.com/moby/vpnkit v0.5.0
13:43:45 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:45 go: downloading github.com/gofrs/flock v0.8.1
13:43:45 go: downloading github.com/gorilla/mux v1.8.0
13:43:45 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:45 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:45 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:45 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:46 #27 46.54 Selecting previously unselected package g++-mingw-w64-x86-64.
13:43:46 #27 46.55 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
13:43:46 #27 46.55 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:43:46 #27 46.61 Selecting previously unselected package libapparmor1:arm64.
13:43:46 #27 46.62 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
13:43:46 #27 46.63 Unpacking libapparmor1:arm64 (2.13.6-10) ...
13:43:46 #27 46.67 Selecting previously unselected package libapparmor-dev:arm64.
13:43:46 #27 46.68 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
13:43:46 #27 46.68 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
13:43:46 #27 46.74 Selecting previously unselected package libbtrfs0:arm64.
13:43:46 #27 46.74 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
13:43:46 #27 46.75 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
13:43:46 #27 46.80 Selecting previously unselected package libbtrfs-dev:arm64.
13:43:46 #27 46.80 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
13:43:46 #27 46.81 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
13:43:46 #27 46.87 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:43:46 #27 46.87 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:43:46 #27 46.88 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:43:46 #23 84.44 Selecting previously unselected package gcc-arm-linux-gnueabi.
13:43:46 #23 84.45 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
13:43:46 #23 84.49 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
13:43:46 #23 84.59 Selecting previously unselected package linux-libc-dev-armel-cross.
13:43:46 #23 84.59 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
13:43:46 #23 84.59 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
13:43:46 #23 84.76 Selecting previously unselected package libc6-dev-armel-cross.
13:43:46 #23 84.76 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
13:43:46 #23 84.77 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
13:43:46 #23 84.98 Selecting previously unselected package libstdc++-10-dev-armel-cross.
13:43:46 #23 84.98 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
13:43:46 #23 84.99 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
13:43:46 #23 85.23 Selecting previously unselected package g++-10-arm-linux-gnueabi.
13:43:46 #23 85.24 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
13:43:46 #23 85.24 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:43:46 #27 46.91 Selecting previously unselected package libudev-dev:arm64.
13:43:46 #27 46.92 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
13:43:46 #27 46.92 Unpacking libudev-dev:arm64 (247.3-7) ...
13:43:46 #27 46.97 Selecting previously unselected package libsepol1-dev:arm64.
13:43:46 #27 46.98 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
13:43:46 #27 46.98 Unpacking libsepol1-dev:arm64 (3.1-1) ...
13:43:46 #27 47.07 Selecting previously unselected package libpcre2-16-0:arm64.
13:43:46 #27 47.07 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
13:43:46 #27 47.08 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
13:43:46 #27 47.15 Selecting previously unselected package libpcre2-32-0:arm64.
13:43:46 #27 47.15 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
13:43:46 #27 47.16 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
13:43:46 #27 47.21 Selecting previously unselected package libpcre2-posix2:arm64.
13:43:46 + return
13:43:46 # Build the CLI
13:43:46 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:43:46 Building dynamic docker-linux-amd64
13:43:46 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:00Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:43:46 #27 47.22 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
13:43:46 #27 47.22 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
13:43:46 #27 47.26 Selecting previously unselected package libpcre2-dev:arm64.
13:43:46 #27 47.26 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
13:43:46 #27 47.27 Unpacking libpcre2-dev:arm64 (10.36-2) ...
13:43:46 #27 47.39 Selecting previously unselected package libselinux1-dev:arm64.
13:43:46 #27 47.39 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
13:43:46 #27 47.40 Unpacking libselinux1-dev:arm64 (3.1-3) ...
13:43:46 #27 47.48 Selecting previously unselected package libdevmapper-dev:arm64.
13:43:47 #27 47.49 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
13:43:47 #27 47.49 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:43:47 #27 47.54 Selecting previously unselected package libseccomp-dev:arm64.
13:43:47 #27 47.54 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
13:43:47 #27 47.55 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:43:47 #27 47.60 Selecting previously unselected package libsystemd-dev:arm64.
13:43:47 #27 47.60 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ...
13:43:47 #27 47.61 Unpacking libsystemd-dev:arm64 (247.3-7) ...
13:43:47 #27 44.79 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
13:43:47 #27 44.79 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
13:43:47 #27 44.80 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:43:47 #27 47.77 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:43:47 #27 47.79 Setting up libapparmor1:arm64 (2.13.6-10) ...
13:43:47 #27 47.81 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:43:47 #27 47.82 Setting up libsepol1-dev:arm64 (3.1-1) ...
13:43:47 #27 47.84 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:43:47 #27 47.85 Setting up libpcre2-16-0:arm64 (10.36-2) ...
13:43:47 #27 47.86 Setting up libbtrfs0:arm64 (5.10.1-2) ...
13:43:47 #27 47.87 Setting up libpcre2-32-0:arm64 (10.36-2) ...
13:43:47 #27 47.89 Setting up libudev-dev:arm64 (247.3-7) ...
13:43:47 #27 47.90 Setting up libpcre2-posix2:arm64 (10.36-2) ...
13:43:47 #27 47.91 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:43:47 #27 47.92 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
13:43:47 #27 47.94 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:43:47 #27 47.95 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
13:43:47 #27 47.97 Setting up mingw-w64-common (8.0.0-1) ...
13:43:47 #27 47.98 Setting up libsystemd-dev:arm64 (247.3-7) ...
13:43:47 #27 47.99 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
13:43:47 #27 48.01 Setting up libpcre2-dev:arm64 (10.36-2) ...
13:43:47 #27 48.02 Setting up libselinux1-dev:arm64 (3.1-3) ...
13:43:47 #27 48.03 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:43:47 #27 48.05 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:43:47 #27 48.06 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:43:47 #27 48.07 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:43:47 #27 48.08 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:43:47 #27 48.09 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
13:43:47 #27 48.11 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:43:47 #27 48.12 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:43:47 #27 48.13 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:43:47 #27 48.15 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:43:47 #27 48.16 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:43:47 #27 48.18 Setting up dmsetup (2:1.02.175-2.1) ...
13:43:47 #27 48.19 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:43:47 #27 48.21 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:43:47 #27 48.23 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:43:47 #27 45.97 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
13:43:47 #27 45.97 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
13:43:47 #27 45.98 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:43:48 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:43:48 go: downloading github.com/fvbommel/sortorder v1.0.2
13:43:48 go: downloading github.com/morikuni/aec v1.0.0
13:43:48 go: downloading github.com/pkg/errors v0.9.1
13:43:48 go: downloading github.com/spf13/cobra v1.4.0
13:43:48 #27 DONE 49.2s
13:43:48 
13:43:48 #35 [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
13:43:49 #27 47.33 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
13:43:49 #27 47.34 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
13:43:49 #27 47.35 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:43:49 go: downloading github.com/spf13/pflag v1.0.5
13:43:49 #35 0.455 Hit:1 http://deb.debian.org/debian bullseye InRelease
13:43:49 #35 0.455 Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
13:43:49 #35 0.455 Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
13:43:49 go: downloading github.com/google/go-cmp v0.5.7
13:43:49 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:43:49 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:43:49 go: downloading gotest.tools/v3 v3.1.0
13:43:49 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:43:49 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:49 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:49 GOOS="" GOARCH="" GOARM=""
13:43:49 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:49 
13:43:49 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:49 + RM_GOPATH=0
13:43:49 + TMP_GOPATH=/go
13:43:49 + : /usr/local/bin
13:43:49 + '[' -z /go ']'
13:43:49 + export GOPATH=/go
13:43:49 + GOPATH=/go
13:43:49 + case "$(go env GOARCH)" in
13:43:49 ++ go env GOARCH
13:43:49 + export GO_BUILDMODE=-buildmode=pie
13:43:49 + GO_BUILDMODE=-buildmode=pie
13:43:49 ++ dirname hack/dockerfile/install/install.sh
13:43:49 + dir=hack/dockerfile/install
13:43:49 + bin=tini
13:43:49 + shift
13:43:49 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:49 + . hack/dockerfile/install/tini.installer
13:43:49 ++ : v0.19.0
13:43:49 Install tini version v0.19.0
13:43:49 + install_tini
13:43:49 + echo 'Install tini version v0.19.0'
13:43:49 + git clone https://github.com/krallin/tini.git /go/tini
13:43:49 Cloning into '/go/tini'...
13:43:49 + cd /go/tini
13:43:49 + git checkout -q v0.19.0
13:43:49 + cmake .
13:43:49 -- The C compiler identification is GNU 9.4.0
13:43:49 -- Check for working C compiler: /usr/bin/cc
13:43:49 -- Check for working C compiler: /usr/bin/cc -- works
13:43:49 -- Detecting C compiler ABI info
13:43:49 -- Detecting C compiler ABI info - done
13:43:49 -- Detecting C compile features
13:43:49 -- Detecting C compile features - done
13:43:49 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:49 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:43:49 -- Configuring done
13:43:49 -- Generating done
13:43:49 -- Build files have been written to: /go/tini
13:43:49 + make tini-static
13:43:49 make[2]: Entering directory '/go/tini'
13:43:49 make[3]: Entering directory '/go/tini'
13:43:49 make[4]: Entering directory '/go/tini'
13:43:49 make[5]: Entering directory '/go/tini'
13:43:49 Scanning dependencies of target tini-static
13:43:49 make[5]: Leaving directory '/go/tini'
13:43:49 make[5]: Entering directory '/go/tini'
13:43:49 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:49 [100%] Linking C executable tini-static
13:43:50 #35 0.855 Reading package lists...
13:43:50 #35 ...
13:43:50 
13:43:50 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:43:50 #30 10.75 + cd /tmp/tmp.3ba5DNtXre/src/github.com/containerd/containerd
13:43:50 #30 10.75 + git checkout -q v1.6.3
13:43:50 #30 11.30 + export 'BUILDTAGS=netgo osusergo static_build'
13:43:50 #30 11.30 + BUILDTAGS='netgo osusergo static_build'
13:43:50 #30 11.30 + export EXTRA_FLAGS=-buildmode=pie
13:43:50 #30 11.30 + EXTRA_FLAGS=-buildmode=pie
13:43:50 #30 11.30 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:43:50 #30 11.30 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:43:50 #30 11.30 + '[' '' = dynamic ']'
13:43:50 #30 11.30 + make
13:43:50 #30 12.14 + bin/ctr
13:43:50 make[5]: Leaving directory '/go/tini'
13:43:50 [100%] Built target tini-static
13:43:50 make[4]: Leaving directory '/go/tini'
13:43:50 make[3]: Leaving directory '/go/tini'
13:43:50 make[2]: Leaving directory '/go/tini'
13:43:50 + mkdir -p /usr/local/bin
13:43:50 + cp tini-static /usr/local/bin/docker-init
13:43:50 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:50 + RM_GOPATH=0
13:43:50 + TMP_GOPATH=/go
13:43:50 + : /usr/local/bin
13:43:50 + '[' -z /go ']'
13:43:50 + export GOPATH=/go
13:43:50 + GOPATH=/go
13:43:50 + case "$(go env GOARCH)" in
13:43:50 ++ go env GOARCH
13:43:50 + export GO_BUILDMODE=-buildmode=pie
13:43:50 + GO_BUILDMODE=-buildmode=pie
13:43:50 ++ dirname hack/dockerfile/install/install.sh
13:43:50 + dir=hack/dockerfile/install
13:43:50 + bin=rootlesskit
13:43:50 + shift
13:43:50 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:50 + . hack/dockerfile/install/rootlesskit.installer
13:43:50 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:50 + install_rootlesskit dynamic
13:43:50 + case "$1" in
13:43:50 + install_rootlesskit_dynamic
13:43:50 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:50 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:50 + export BUILD_MODE=-buildmode=pie
13:43:50 + BUILD_MODE=-buildmode=pie
13:43:50 + _install_rootlesskit
13:43:50 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:50 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:50 + for f in rootlesskit rootlesskit-docker-proxy
13:43:50 + GOBIN=/usr/local/bin
13:43:50 + GO111MODULE=on
13:43:50 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:50 go: downloading github.com/imdario/mergo v0.3.12
13:43:50 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:43:50 #23 89.75 Selecting previously unselected package g++-arm-linux-gnueabi.
13:43:50 #23 89.75 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
13:43:50 #23 89.75 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
13:43:50 #23 89.78 Selecting previously unselected package crossbuild-essential-armel.
13:43:50 #23 89.78 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
13:43:50 #23 89.79 Unpacking crossbuild-essential-armel (12.9) ...
13:43:50 #23 89.82 Selecting previously unselected package libc6-armhf-cross.
13:43:50 go: downloading github.com/docker/go-units v0.4.0
13:43:50 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:43:50 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:43:50 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:50 #23 89.82 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
13:43:50 #23 89.82 Unpacking libc6-armhf-cross (2.31-9cross4) ...
13:43:50 #23 89.93 Selecting previously unselected package libgcc-s1-armhf-cross.
13:43:50 #23 89.93 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
13:43:50 #23 89.94 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
13:43:50 #23 89.97 Selecting previously unselected package libgomp1-armhf-cross.
13:43:50 #23 89.97 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
13:43:50 #23 89.97 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
13:43:50 #23 90.00 Selecting previously unselected package libatomic1-armhf-cross.
13:43:50 #23 90.00 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
13:43:50 #23 90.02 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
13:43:50 #23 90.05 Selecting previously unselected package libasan6-armhf-cross.
13:43:50 go: downloading github.com/docker/go-connections v0.4.0
13:43:50 go: downloading github.com/creack/pty v1.1.11
13:43:50 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:43:51 + for f in rootlesskit rootlesskit-docker-proxy
13:43:51 + GOBIN=/usr/local/bin
13:43:51 + GO111MODULE=on
13:43:51 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:51 #23 90.05 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
13:43:51 #23 90.05 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
13:43:51 #23 90.27 Selecting previously unselected package libstdc++6-armhf-cross.
13:43:51 #23 90.27 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
13:43:51 #23 90.28 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
13:43:51 #23 90.34 Selecting previously unselected package libubsan1-armhf-cross.
13:43:51 go: downloading github.com/gorilla/mux v1.8.0
13:43:51 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:43:51 #23 90.34 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
13:43:51 #23 90.35 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
13:43:51 #23 90.46 Selecting previously unselected package libgcc-10-dev-armhf-cross.
13:43:51 #23 90.46 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
13:43:51 #23 90.46 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
13:43:51 #23 90.57 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
13:43:51 #23 90.57 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
13:43:51 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:43:51 #27 49.84 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
13:43:51 #27 49.84 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
13:43:51 #27 49.84 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:43:51 + return
13:43:51 # Build the CLI
13:43:51 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:43:51 Building dynamic docker-linux-amd64
13:43:51 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:06Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:43:51 #23 90.58 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:43:52 go: downloading golang.org/x/text v0.3.7
13:43:52 + for f in rootlesskit rootlesskit-docker-proxy
13:43:52 + GOBIN=/usr/local/bin
13:43:52 + GO111MODULE=on
13:43:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:43:52 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:52 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:52 GOOS="" GOARCH="" GOARM=""
13:43:52 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:52 
13:43:52 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:52 + RM_GOPATH=0
13:43:52 + TMP_GOPATH=/go
13:43:52 + : /usr/local/bin
13:43:52 + '[' -z /go ']'
13:43:52 + export GOPATH=/go
13:43:52 + GOPATH=/go
13:43:52 + case "$(go env GOARCH)" in
13:43:52 ++ go env GOARCH
13:43:52 + export GO_BUILDMODE=-buildmode=pie
13:43:52 + GO_BUILDMODE=-buildmode=pie
13:43:52 ++ dirname hack/dockerfile/install/install.sh
13:43:52 + dir=hack/dockerfile/install
13:43:52 + bin=tini
13:43:52 + shift
13:43:52 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:52 + . hack/dockerfile/install/tini.installer
13:43:52 ++ : v0.19.0
13:43:52 + install_tini
13:43:52 + echo 'Install tini version v0.19.0'
13:43:52 + git clone https://github.com/krallin/tini.git /go/tini
13:43:52 Install tini version v0.19.0
13:43:52 Cloning into '/go/tini'...
13:43:52 + cd /go/tini
13:43:52 + git checkout -q v0.19.0
13:43:52 + cmake .
13:43:52 -- The C compiler identification is GNU 10.2.1
13:43:52 -- Detecting C compiler ABI info
13:43:52 -- Detecting C compiler ABI info - done
13:43:52 -- Check for working C compiler: /usr/bin/cc - skipped
13:43:52 -- Detecting C compile features
13:43:52 -- Detecting C compile features - done
13:43:52 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:52 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:43:52 -- Configuring done
13:43:52 -- Generating done
13:43:52 -- Build files have been written to: /go/tini
13:43:52 + make tini-static
13:43:52 make[2]: Entering directory '/go/tini'
13:43:52 make[3]: Entering directory '/go/tini'
13:43:52 make[4]: Entering directory '/go/tini'
13:43:52 make[5]: Entering directory '/go/tini'
13:43:52 Scanning dependencies of target tini-static
13:43:52 make[5]: Leaving directory '/go/tini'
13:43:52 make[5]: Entering directory '/go/tini'
13:43:52 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:52 [100%] Linking C executable tini-static
13:43:52 make[5]: Leaving directory '/go/tini'
13:43:52 [100%] Built target tini-static
13:43:52 make[4]: Leaving directory '/go/tini'
13:43:52 make[3]: Leaving directory '/go/tini'
13:43:52 make[2]: Leaving directory '/go/tini'
13:43:52 + mkdir -p /usr/local/bin
13:43:52 + cp tini-static /usr/local/bin/docker-init
13:43:52 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:52 + RM_GOPATH=0
13:43:52 + TMP_GOPATH=/go
13:43:52 + : /usr/local/bin
13:43:52 + '[' -z /go ']'
13:43:52 + export GOPATH=/go
13:43:52 + GOPATH=/go
13:43:52 + case "$(go env GOARCH)" in
13:43:52 ++ go env GOARCH
13:43:52 + export GO_BUILDMODE=-buildmode=pie
13:43:52 + GO_BUILDMODE=-buildmode=pie
13:43:52 ++ dirname hack/dockerfile/install/install.sh
13:43:52 + dir=hack/dockerfile/install
13:43:52 + bin=rootlesskit
13:43:52 + shift
13:43:52 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:52 + . hack/dockerfile/install/rootlesskit.installer
13:43:52 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:52 + install_rootlesskit dynamic
13:43:52 + case "$1" in
13:43:52 + install_rootlesskit_dynamic
13:43:52 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:52 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:52 + export BUILD_MODE=-buildmode=pie
13:43:52 + BUILD_MODE=-buildmode=pie
13:43:52 + _install_rootlesskit
13:43:52 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:52 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:52 + for f in rootlesskit rootlesskit-docker-proxy
13:43:52 + GOBIN=/usr/local/bin
13:43:52 + GO111MODULE=on
13:43:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:52 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:52 make[2]: Entering directory '/root/build-deb/cli'
13:43:52 scripts/docs/generate-man.sh
13:43:52 + cp -r . /tmp/docker-cli-docsgen.8yjdonZ1W0/
13:43:52 + cd /tmp/docker-cli-docsgen.8yjdonZ1W0
13:43:52 + ./scripts/vendor init
13:43:52 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:43:52 + cp man/tools.go .
13:43:52 + ./scripts/vendor update
13:43:52 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:43:52 go: downloading github.com/spf13/cobra v1.4.0
13:43:52 go: downloading github.com/spf13/pflag v1.0.5
13:43:52 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:43:52 #30 ...
13:43:52 
13:43:52 #35 [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
13:43:52 #35 0.855 Reading package lists...
13:43:52 #27 50.96 Selecting previously unselected package g++-mingw-w64-x86-64.
13:43:52 #27 50.97 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
13:43:52 #27 50.98 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:43:52 #27 51.03 Selecting previously unselected package libapparmor1:arm64.
13:43:52 #27 51.04 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
13:43:52 #27 51.04 Unpacking libapparmor1:arm64 (2.13.6-10) ...
13:43:52 #27 51.10 Selecting previously unselected package libapparmor-dev:arm64.
13:43:52 #27 51.10 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
13:43:52 #27 51.10 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
13:43:52 #27 51.17 Selecting previously unselected package libbtrfs0:arm64.
13:43:52 #27 51.17 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
13:43:52 #27 51.18 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
13:43:52 #27 51.23 Selecting previously unselected package libbtrfs-dev:arm64.
13:43:52 #27 51.24 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
13:43:52 #27 51.24 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
13:43:52 #27 51.31 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:43:52 #27 51.32 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
13:43:52 #27 51.33 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:43:52 #27 51.38 Selecting previously unselected package libudev-dev:arm64.
13:43:53 + return
13:43:53 # Build the CLI
13:43:53 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:43:53 Building dynamic docker-linux-amd64
13:43:53 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:05Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:43:53 #27 51.38 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
13:43:53 #27 51.39 Unpacking libudev-dev:arm64 (247.3-7) ...
13:43:53 #27 51.44 Selecting previously unselected package libsepol1-dev:arm64.
13:43:53 #27 51.44 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
13:43:53 #27 51.45 Unpacking libsepol1-dev:arm64 (3.1-1) ...
13:43:53 #27 51.54 Selecting previously unselected package libpcre2-16-0:arm64.
13:43:53 #27 51.55 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
13:43:53 #27 51.55 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
13:43:53 #27 51.62 Selecting previously unselected package libpcre2-32-0:arm64.
13:43:53 #27 51.63 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
13:43:53 #27 51.63 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
13:43:53 #27 51.69 Selecting previously unselected package libpcre2-posix2:arm64.
13:43:53 #27 51.70 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
13:43:53 #27 51.70 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
13:43:53 #27 51.75 Selecting previously unselected package libpcre2-dev:arm64.
13:43:53 #27 51.75 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
13:43:53 #27 51.76 Unpacking libpcre2-dev:arm64 (10.36-2) ...
13:43:53 #27 51.89 Selecting previously unselected package libselinux1-dev:arm64.
13:43:53 #27 51.90 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
13:43:53 #27 51.93 Unpacking libselinux1-dev:arm64 (3.1-3) ...
13:43:53 #27 52.02 Selecting previously unselected package libdevmapper-dev:arm64.
13:43:53 #27 52.02 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
13:43:53 #27 52.03 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:43:53 #27 52.07 Selecting previously unselected package libseccomp-dev:arm64.
13:43:53 #27 52.08 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
13:43:53 #27 52.08 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:43:54 #27 52.14 Selecting previously unselected package libsystemd-dev:arm64.
13:43:54 #27 52.15 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ...
13:43:54 #27 52.16 Unpacking libsystemd-dev:arm64 (247.3-7) ...
13:43:54 #27 52.35 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:43:54 #27 52.36 Setting up libapparmor1:arm64 (2.13.6-10) ...
13:43:54 #27 52.37 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:43:54 #27 52.39 Setting up libsepol1-dev:arm64 (3.1-1) ...
13:43:54 #27 52.40 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:43:54 #27 52.42 Setting up libpcre2-16-0:arm64 (10.36-2) ...
13:43:54 #27 52.46 Setting up libbtrfs0:arm64 (5.10.1-2) ...
13:43:54 #27 52.47 Setting up libpcre2-32-0:arm64 (10.36-2) ...
13:43:54 #27 52.49 Setting up libudev-dev:arm64 (247.3-7) ...
13:43:54 #27 52.50 Setting up libpcre2-posix2:arm64 (10.36-2) ...
13:43:54 #27 52.52 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:43:54 #27 52.53 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
13:43:54 #27 52.54 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:43:54 #27 52.56 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
13:43:54 #27 52.57 Setting up mingw-w64-common (8.0.0-1) ...
13:43:54 #27 52.59 Setting up libsystemd-dev:arm64 (247.3-7) ...
13:43:54 #27 52.60 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
13:43:54 #27 52.61 Setting up libpcre2-dev:arm64 (10.36-2) ...
13:43:54 #27 52.62 Setting up libselinux1-dev:arm64 (3.1-3) ...
13:43:54 #27 52.63 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:43:54 #27 52.65 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:43:54 #27 52.66 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:43:54 #27 52.67 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:43:54 #27 52.68 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:43:54 #27 52.69 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
13:43:54 #27 52.70 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:43:54 #27 52.71 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:43:54 #27 52.72 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:43:54 #27 52.74 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:43:54 #27 52.76 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
13:43:54 #27 52.77 Setting up dmsetup (2:1.02.175-2.1) ...
13:43:54 #27 52.78 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
13:43:54 #27 52.80 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
13:43:54 #27 52.81 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:43:55 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:55 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:55 GOOS="" GOARCH="" GOARM=""
13:43:55 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:55 
13:43:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:55 + RM_GOPATH=0
13:43:55 + TMP_GOPATH=/go
13:43:55 + : /usr/local/bin
13:43:55 + '[' -z /go ']'
13:43:55 + export GOPATH=/go
13:43:55 + GOPATH=/go
13:43:55 + case "$(go env GOARCH)" in
13:43:55 ++ go env GOARCH
13:43:55 + export GO_BUILDMODE=-buildmode=pie
13:43:55 + GO_BUILDMODE=-buildmode=pie
13:43:55 ++ dirname hack/dockerfile/install/install.sh
13:43:55 + dir=hack/dockerfile/install
13:43:55 + bin=tini
13:43:55 + shift
13:43:55 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:55 + . hack/dockerfile/install/tini.installer
13:43:55 ++ : v0.19.0
13:43:55 + install_tini
13:43:55 + echo 'Install tini version v0.19.0'
13:43:55 + git clone https://github.com/krallin/tini.git /go/tini
13:43:55 Install tini version v0.19.0
13:43:55 Cloning into '/go/tini'...
13:43:55 + cd /go/tini
13:43:55 + git checkout -q v0.19.0
13:43:55 + cmake .
13:43:55 -- The C compiler identification is GNU 8.3.0
13:43:55 -- Check for working C compiler: /usr/bin/cc
13:43:55 -- Check for working C compiler: /usr/bin/cc -- works
13:43:55 -- Detecting C compiler ABI info
13:43:55 -- Detecting C compiler ABI info - done
13:43:55 -- Detecting C compile features
13:43:55 -- Detecting C compile features - done
13:43:55 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:55 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:43:55 -- Configuring done
13:43:55 -- Generating done
13:43:55 -- Build files have been written to: /go/tini
13:43:55 + make tini-static
13:43:55 make[2]: Entering directory '/go/tini'
13:43:55 make[3]: Entering directory '/go/tini'
13:43:55 make[4]: Entering directory '/go/tini'
13:43:55 make[5]: Entering directory '/go/tini'
13:43:55 Scanning dependencies of target tini-static
13:43:55 make[5]: Leaving directory '/go/tini'
13:43:55 make[5]: Entering directory '/go/tini'
13:43:55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:55 [100%] Linking C executable tini-static
13:43:55 make[5]: Leaving directory '/go/tini'
13:43:55 [100%] Built target tini-static
13:43:55 make[4]: Leaving directory '/go/tini'
13:43:55 make[3]: Leaving directory '/go/tini'
13:43:55 make[2]: Leaving directory '/go/tini'
13:43:55 + mkdir -p /usr/local/bin
13:43:55 + cp tini-static /usr/local/bin/docker-init
13:43:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:55 + RM_GOPATH=0
13:43:55 + TMP_GOPATH=/go
13:43:55 + : /usr/local/bin
13:43:55 + '[' -z /go ']'
13:43:55 + export GOPATH=/go
13:43:55 + GOPATH=/go
13:43:55 + case "$(go env GOARCH)" in
13:43:55 ++ go env GOARCH
13:43:55 + export GO_BUILDMODE=-buildmode=pie
13:43:55 + GO_BUILDMODE=-buildmode=pie
13:43:55 ++ dirname hack/dockerfile/install/install.sh
13:43:55 + dir=hack/dockerfile/install
13:43:55 + bin=rootlesskit
13:43:55 + shift
13:43:55 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:55 + . hack/dockerfile/install/rootlesskit.installer
13:43:55 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:55 + install_rootlesskit dynamic
13:43:55 + case "$1" in
13:43:55 + install_rootlesskit_dynamic
13:43:55 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:55 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:55 + export BUILD_MODE=-buildmode=pie
13:43:55 + BUILD_MODE=-buildmode=pie
13:43:55 + _install_rootlesskit
13:43:55 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:55 + for f in rootlesskit rootlesskit-docker-proxy
13:43:55 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:55 + GOBIN=/usr/local/bin
13:43:55 + GO111MODULE=on
13:43:55 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:55 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:43:55 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:55 GOOS="" GOARCH="" GOARM=""
13:43:55 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:43:55 
13:43:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:55 + RM_GOPATH=0
13:43:55 + TMP_GOPATH=/go
13:43:55 + : /usr/local/bin
13:43:55 + '[' -z /go ']'
13:43:55 + export GOPATH=/go
13:43:55 + GOPATH=/go
13:43:55 + case "$(go env GOARCH)" in
13:43:55 ++ go env GOARCH
13:43:55 + export GO_BUILDMODE=-buildmode=pie
13:43:55 + GO_BUILDMODE=-buildmode=pie
13:43:55 ++ dirname hack/dockerfile/install/install.sh
13:43:55 + dir=hack/dockerfile/install
13:43:55 + bin=tini
13:43:55 + shift
13:43:55 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:55 + . hack/dockerfile/install/tini.installer
13:43:55 ++ : v0.19.0
13:43:55 Install tini version v0.19.0
13:43:55 + install_tini
13:43:55 + echo 'Install tini version v0.19.0'
13:43:55 + git clone https://github.com/krallin/tini.git /go/tini
13:43:55 Cloning into '/go/tini'...
13:43:55 + cd /go/tini
13:43:55 + git checkout -q v0.19.0
13:43:55 + cmake .
13:43:55 -- The C compiler identification is GNU 10.2.1
13:43:55 -- Detecting C compiler ABI info
13:43:55 -- Detecting C compiler ABI info - done
13:43:55 -- Check for working C compiler: /usr/bin/cc - skipped
13:43:55 -- Detecting C compile features
13:43:55 -- Detecting C compile features - done
13:43:55 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:55 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:43:55 -- Configuring done
13:43:55 -- Generating done
13:43:55 -- Build files have been written to: /go/tini
13:43:55 + make tini-static
13:43:55 make[2]: Entering directory '/go/tini'
13:43:55 make[3]: Entering directory '/go/tini'
13:43:55 make[4]: Entering directory '/go/tini'
13:43:55 make[5]: Entering directory '/go/tini'
13:43:55 Scanning dependencies of target tini-static
13:43:55 make[5]: Leaving directory '/go/tini'
13:43:55 make[5]: Entering directory '/go/tini'
13:43:55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:55 [100%] Linking C executable tini-static
13:43:55 make[5]: Leaving directory '/go/tini'
13:43:55 [100%] Built target tini-static
13:43:55 make[4]: Leaving directory '/go/tini'
13:43:55 make[3]: Leaving directory '/go/tini'
13:43:55 make[2]: Leaving directory '/go/tini'
13:43:55 + mkdir -p /usr/local/bin
13:43:55 + cp tini-static /usr/local/bin/docker-init
13:43:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:55 + RM_GOPATH=0
13:43:55 + TMP_GOPATH=/go
13:43:55 + : /usr/local/bin
13:43:55 + '[' -z /go ']'
13:43:55 + export GOPATH=/go
13:43:55 + GOPATH=/go
13:43:55 + case "$(go env GOARCH)" in
13:43:55 ++ go env GOARCH
13:43:55 + export GO_BUILDMODE=-buildmode=pie
13:43:55 + GO_BUILDMODE=-buildmode=pie
13:43:55 ++ dirname hack/dockerfile/install/install.sh
13:43:55 + dir=hack/dockerfile/install
13:43:55 + bin=rootlesskit
13:43:55 + shift
13:43:55 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:55 + . hack/dockerfile/install/rootlesskit.installer
13:43:55 ++ : 1920341cd41e047834a21007424162a2dc946315
13:43:55 + install_rootlesskit dynamic
13:43:55 + case "$1" in
13:43:55 + install_rootlesskit_dynamic
13:43:55 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:55 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:55 + export BUILD_MODE=-buildmode=pie
13:43:55 + BUILD_MODE=-buildmode=pie
13:43:55 + _install_rootlesskit
13:43:55 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:43:55 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:43:55 + for f in rootlesskit rootlesskit-docker-proxy
13:43:55 + GOBIN=/usr/local/bin
13:43:55 + GO111MODULE=on
13:43:55 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:43:55 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:55 #35 3.501 Reading package lists...
13:43:55 #35 6.100 Building dependency tree...
13:43:55 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:43:55 #35 6.818 Reading state information...
13:43:55 #27 DONE 53.8s
13:43:55 
13:43:55 #35 [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
13:43:55 #35 ...
13:43:55 
13:43:55 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:43:55 #30 11.45 + cd /tmp/tmp.Rjd4kJvJnZ/src/github.com/containerd/containerd
13:43:55 #30 11.45 + git checkout -q v1.6.3
13:43:55 #30 11.95 + export 'BUILDTAGS=netgo osusergo static_build'
13:43:55 #30 11.95 + BUILDTAGS='netgo osusergo static_build'
13:43:55 #30 11.95 + export EXTRA_FLAGS=-buildmode=pie
13:43:55 #30 11.95 + EXTRA_FLAGS=-buildmode=pie
13:43:55 #30 11.95 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:43:55 #30 11.95 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:43:55 #30 11.95 + '[' '' = dynamic ']'
13:43:55 #30 11.95 + make
13:43:55 #30 12.76 + bin/ctr
13:43:55 #30 ...
13:43:55 
13:43:55 #35 [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
13:43:55 #35 0.473 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
13:43:55 #35 0.474 Hit:2 http://deb.debian.org/debian bullseye InRelease
13:43:56 #35 0.474 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
13:43:56 go: downloading github.com/fvbommel/sortorder v1.0.2
13:43:56 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:43:56 go: downloading github.com/morikuni/aec v1.0.0
13:43:56 go: downloading github.com/pkg/errors v0.9.1
13:43:56 go: downloading github.com/google/go-cmp v0.5.7
13:43:56 go: downloading gotest.tools/v3 v3.1.0
13:43:56 #35 7.701 libapparmor-dev is already the newest version (2.13.6-10).
13:43:56 #35 7.701 libseccomp-dev is already the newest version (2.5.1-1+deb11u1).
13:43:56 #35 7.701 The following additional packages will be installed:
13:43:56 go: downloading github.com/mattn/go-runewidth v0.0.13
13:43:56 go: downloading github.com/containerd/containerd v1.6.3
13:43:56 #35 7.703   gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el gcc-10-base:s390x
13:43:56 #35 7.703   libapparmor1:armel libapparmor1:armhf libapparmor1:ppc64el
13:43:56 #35 7.704   libapparmor1:s390x libc6:armel libc6:armhf libc6:ppc64el libc6:s390x
13:43:56 #35 7.705   libcrypt1:armel libcrypt1:armhf libcrypt1:ppc64el libcrypt1:s390x
13:43:56 #35 7.708   libgcc-s1:armel libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x
13:43:56 #35 7.712   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
13:43:56 #35 7.723 Suggested packages:
13:43:56 #35 7.723   glibc-doc:armel libc-l10n:armel locales:armel glibc-doc:armhf
13:43:56 #35 7.723   libc-l10n:armhf locales:armhf glibc-doc:ppc64el libc-l10n:ppc64el
13:43:56 #35 7.724   locales:ppc64el glibc-doc:s390x libc-l10n:s390x locales:s390x seccomp:armel
13:43:56 #35 7.724   seccomp:armhf seccomp:ppc64el seccomp:s390x
13:43:56 #35 7.724 Recommended packages:
13:43:56 #35 7.724   libidn2-0:armel libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf
13:43:56 #35 7.725   libnss-nis:armhf libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
13:43:56 #35 7.725   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
13:43:56 #35 7.981 The following NEW packages will be installed:
13:43:56 go: downloading github.com/sirupsen/logrus v1.8.1
13:43:56 go: downloading github.com/urfave/cli/v2 v2.4.0
13:43:56 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:43:56 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:43:56 go: downloading github.com/google/uuid v1.3.0
13:43:56 go: downloading github.com/moby/vpnkit v0.5.0
13:43:56 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:43:56 go: downloading github.com/gofrs/flock v0.8.1
13:43:56 go: downloading github.com/gorilla/mux v1.8.0
13:43:56 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:43:56 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:56 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:43:56 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:43:56 make[2]: Entering directory '/root/build-deb/cli'
13:43:56 scripts/docs/generate-man.sh
13:43:56 + cp -r . /tmp/docker-cli-docsgen.yAA2JB0Fha/
13:43:56 + cd /tmp/docker-cli-docsgen.yAA2JB0Fha
13:43:56 + ./scripts/vendor init
13:43:56 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:43:56 + cp man/tools.go .
13:43:56 + ./scripts/vendor update
13:43:56 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:43:56 go: downloading github.com/spf13/cobra v1.4.0
13:43:56 go: downloading github.com/spf13/pflag v1.0.5
13:43:56 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:43:56 #35 7.983   gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el gcc-10-base:s390x
13:43:56 #35 7.983   libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el
13:43:56 #35 7.983   libapparmor-dev:s390x libapparmor1:armel libapparmor1:armhf
13:43:56 #35 7.984   libapparmor1:ppc64el libapparmor1:s390x libc6:armel libc6:armhf
13:43:56 #35 7.985   libc6:ppc64el libc6:s390x libcrypt1:armel libcrypt1:armhf libcrypt1:ppc64el
13:43:56 #35 7.986   libcrypt1:s390x libgcc-s1:armel libgcc-s1:armhf libgcc-s1:ppc64el
13:43:56 #35 7.989   libgcc-s1:s390x libseccomp-dev:armel libseccomp-dev:armhf
13:43:56 #35 7.989   libseccomp-dev:ppc64el libseccomp-dev:s390x libseccomp2:armel
13:43:56 #35 7.991   libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
13:43:56 #23 95.35 Selecting previously unselected package gcc-arm-linux-gnueabihf.
13:43:56 #23 95.35 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
13:43:56 #23 95.36 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
13:43:56 #23 95.40 Selecting previously unselected package linux-libc-dev-armhf-cross.
13:43:56 #23 95.40 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
13:43:56 #23 95.41 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
13:43:56 #23 95.57 Selecting previously unselected package libc6-dev-armhf-cross.
13:43:56 #23 95.57 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
13:43:56 #23 95.58 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
13:43:56 #23 95.80 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
13:43:56 #23 95.80 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
13:43:56 #23 95.80 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
13:43:56 #23 96.09 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
13:43:57 #35 8.307 0 upgraded, 32 newly installed, 0 to remove and 3 not upgraded.
13:43:57 #35 8.307 Need to get 12.8 MB of archives.
13:43:57 #35 8.307 After this operation, 60.8 MB of additional disk space will be used.
13:43:57 #35 8.307 Get:1 http://deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
13:43:57 #35 8.319 Get:2 http://deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
13:43:57 #35 8.321 Get:3 http://deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
13:43:57 #35 8.323 Get:4 http://deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
13:43:57 #35 8.328 Get:5 http://deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
13:43:57 #35 8.329 Get:6 http://deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
13:43:57 #35 8.330 Get:7 http://deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB]
13:43:57 #35 8.351 Get:8 http://deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
13:43:57 #35 8.357 Get:9 http://deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
13:43:57 #35 8.359 Get:10 http://deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
13:43:57 #35 8.359 Get:11 http://deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
13:43:57 #35 8.361 Get:12 http://deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB]
13:43:57 #35 8.391 Get:13 http://deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
13:43:57 #35 8.392 Get:14 http://deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
13:43:57 #35 8.394 Get:15 http://deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
13:43:57 #35 8.395 Get:16 http://deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
13:43:57 #35 8.396 Get:17 http://deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB]
13:43:57 #35 8.422 Get:18 http://deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
13:43:57 #35 8.423 Get:19 http://deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
13:43:57 #35 8.424 Get:20 http://deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
13:43:57 #35 8.425 Get:21 http://deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
13:43:57 #35 8.426 Get:22 http://deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB]
13:43:57 #35 8.448 Get:23 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
13:43:57 #35 8.449 Get:24 http://deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
13:43:57 #35 8.453 Get:25 http://deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
13:43:57 #35 8.454 Get:26 http://deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
13:43:57 #35 8.454 Get:27 http://deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
13:43:57 #35 8.455 Get:28 http://deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
13:43:57 #35 8.458 Get:29 http://deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
13:43:57 #35 8.459 Get:30 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
13:43:57 #35 8.460 Get:31 http://deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
13:43:57 #35 8.461 Get:32 http://deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
13:43:57 #23 96.10 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
13:43:57 #23 96.10 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:43:57 go: downloading github.com/docker/go-units v0.4.0
13:43:57 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:43:57 #26 123.4 # github.com/containerd/containerd/cmd/containerd
13:43:57 #26 123.4 /usr/bin/ld: /tmp/go-link-923457065/000019.o: in function `New':
13:43:57 #26 123.4 /tmp/tmp.pbedeA62kp/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
13:43:57 #26 123.5 + bin/containerd-stress
13:43:57 #26 124.4 + bin/containerd-shim
13:43:57 go: downloading github.com/docker/go-connections v0.4.0
13:43:57 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:43:57 make[2]: Entering directory '/root/build-deb/cli'
13:43:57 scripts/docs/generate-man.sh
13:43:57 + cp -r . /tmp/docker-cli-docsgen.0W7dAQrVfh/
13:43:57 + cd /tmp/docker-cli-docsgen.0W7dAQrVfh
13:43:57 + ./scripts/vendor init
13:43:57 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:43:57 + cp man/tools.go .
13:43:57 + ./scripts/vendor update
13:43:57 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:43:57 go: downloading github.com/spf13/cobra v1.4.0
13:43:57 go: downloading github.com/spf13/pflag v1.0.5
13:43:57 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:43:57 make[2]: Entering directory '/root/build-deb/cli'
13:43:57 scripts/docs/generate-man.sh
13:43:57 + cp -r . /tmp/docker-cli-docsgen.7CHsDWOrZB/
13:43:57 + cd /tmp/docker-cli-docsgen.7CHsDWOrZB
13:43:57 + ./scripts/vendor init
13:43:57 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:43:57 + cp man/tools.go .
13:43:57 + ./scripts/vendor update
13:43:57 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:43:57 go: downloading github.com/spf13/cobra v1.4.0
13:43:57 go: downloading github.com/spf13/pflag v1.0.5
13:43:57 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:43:57 #35 8.862 debconf: delaying package configuration, since apt-utils is not installed
13:43:57 #35 9.032 Fetched 12.8 MB in 0s (29.5 MB/s)
13:43:57 #35 9.061 Selecting previously unselected package gcc-10-base:armhf.
13:43:57 #35 9.061 (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 ... 35619 files and directories currently installed.)
13:43:57 #35 9.096 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armhf.deb ...
13:43:57 go: downloading github.com/moby/sys/signal v0.7.0
13:43:57 #35 9.102 Unpacking gcc-10-base:armhf (10.2.1-6) ...
13:43:57 #35 9.159 Selecting previously unselected package gcc-10-base:ppc64el.
13:43:57 #35 9.159 Preparing to unpack .../01-gcc-10-base_10.2.1-6_ppc64el.deb ...
13:43:57 #35 9.163 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
13:43:57 #35 9.206 Selecting previously unselected package gcc-10-base:s390x.
13:43:57 #35 9.206 Preparing to unpack .../02-gcc-10-base_10.2.1-6_s390x.deb ...
13:43:57 #35 9.210 Unpacking gcc-10-base:s390x (10.2.1-6) ...
13:43:57 #35 9.258 Selecting previously unselected package gcc-10-base:armel.
13:43:57 #35 9.260 Preparing to unpack .../03-gcc-10-base_10.2.1-6_armel.deb ...
13:43:57 #35 9.266 Unpacking gcc-10-base:armel (10.2.1-6) ...
13:43:57 #35 9.320 Selecting previously unselected package libgcc-s1:armhf.
13:43:57 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:43:57 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:43:58 #35 9.324 Preparing to unpack .../04-libgcc-s1_10.2.1-6_armhf.deb ...
13:43:58 #35 9.333 Unpacking libgcc-s1:armhf (10.2.1-6) ...
13:43:58 #35 9.378 Selecting previously unselected package libcrypt1:armhf.
13:43:58 #35 9.383 Preparing to unpack .../05-libcrypt1_1%3a4.4.18-4_armhf.deb ...
13:43:58 #35 9.388 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
13:43:58 #35 9.457 Selecting previously unselected package libc6:armhf.
13:43:58 #35 9.457 Preparing to unpack .../06-libc6_2.31-13+deb11u3_armhf.deb ...
13:43:58 #35 9.580 Unpacking libc6:armhf (2.31-13+deb11u3) ...
13:43:58 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:43:58 + make manpages
13:43:58 scripts/docs/generate-man.sh
13:43:58 + cp -r . /tmp/docker-cli-docsgen.HzTAIylrKz/
13:43:58 + cd /tmp/docker-cli-docsgen.HzTAIylrKz
13:43:58 + ./scripts/vendor init
13:43:58 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:43:58 + cp man/tools.go .
13:43:58 + ./scripts/vendor update
13:43:58 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:43:58 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:43:58 go: downloading github.com/spf13/cobra v1.4.0
13:43:58 go: downloading github.com/spf13/pflag v1.0.5
13:43:58 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:43:58 go: downloading golang.org/x/text v0.3.7
13:43:58 #35 9.934 Selecting previously unselected package libapparmor1:armhf.
13:43:58 #35 9.934 Preparing to unpack .../07-libapparmor1_2.13.6-10_armhf.deb ...
13:43:58 #35 9.942 Unpacking libapparmor1:armhf (2.13.6-10) ...
13:43:58 #35 9.997 Selecting previously unselected package libapparmor-dev:armhf.
13:43:58 #35 10.00 Preparing to unpack .../08-libapparmor-dev_2.13.6-10_armhf.deb ...
13:43:58 #35 10.01 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
13:43:58 #35 10.07 Selecting previously unselected package libgcc-s1:s390x.
13:43:58 #35 10.07 Preparing to unpack .../09-libgcc-s1_10.2.1-6_s390x.deb ...
13:43:58 #35 10.08 Unpacking libgcc-s1:s390x (10.2.1-6) ...
13:43:58 #35 10.13 Selecting previously unselected package libcrypt1:s390x.
13:43:58 #35 10.13 Preparing to unpack .../10-libcrypt1_1%3a4.4.18-4_s390x.deb ...
13:43:58 #35 10.14 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
13:43:58 #35 10.22 Selecting previously unselected package libc6:s390x.
13:43:58 #35 10.23 Preparing to unpack .../11-libc6_2.31-13+deb11u3_s390x.deb ...
13:43:58 #35 10.37 Unpacking libc6:s390x (2.31-13+deb11u3) ...
13:43:59 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:43:59 #35 10.70 Selecting previously unselected package libapparmor1:s390x.
13:43:59 #35 10.70 Preparing to unpack .../12-libapparmor1_2.13.6-10_s390x.deb ...
13:43:59 #35 10.70 Unpacking libapparmor1:s390x (2.13.6-10) ...
13:43:59 #35 10.75 Selecting previously unselected package libapparmor-dev:s390x.
13:43:59 #35 10.75 Preparing to unpack .../13-libapparmor-dev_2.13.6-10_s390x.deb ...
13:43:59 #35 10.75 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
13:43:59 #35 10.80 Selecting previously unselected package libgcc-s1:armel.
13:43:59 #35 10.81 Preparing to unpack .../14-libgcc-s1_10.2.1-6_armel.deb ...
13:43:59 #35 10.81 Unpacking libgcc-s1:armel (10.2.1-6) ...
13:43:59 #35 10.86 Selecting previously unselected package libcrypt1:armel.
13:43:59 #35 10.86 Preparing to unpack .../15-libcrypt1_1%3a4.4.18-4_armel.deb ...
13:43:59 #35 10.87 Unpacking libcrypt1:armel (1:4.4.18-4) ...
13:43:59 #26 132.6 + bin/containerd-shim-runc-v1
13:43:59 #35 0.894 Reading package lists...
13:43:59 #35 10.95 Selecting previously unselected package libc6:armel.
13:43:59 #35 10.96 Preparing to unpack .../16-libc6_2.31-13+deb11u3_armel.deb ...
13:43:59 #35 11.07 Unpacking libc6:armel (2.31-13+deb11u3) ...
13:43:59 go: downloading github.com/moby/buildkit v0.10.2
13:44:00 #35 11.43 Selecting previously unselected package libapparmor1:armel.
13:44:00 #35 11.43 Preparing to unpack .../17-libapparmor1_2.13.6-10_armel.deb ...
13:44:00 #35 11.44 Unpacking libapparmor1:armel (2.13.6-10) ...
13:44:00 #35 11.49 Selecting previously unselected package libapparmor-dev:armel.
13:44:00 #35 11.49 Preparing to unpack .../18-libapparmor-dev_2.13.6-10_armel.deb ...
13:44:00 #35 11.49 Unpacking libapparmor-dev:armel (2.13.6-10) ...
13:44:00 #35 11.54 Selecting previously unselected package libgcc-s1:ppc64el.
13:44:00 #35 11.55 Preparing to unpack .../19-libgcc-s1_10.2.1-6_ppc64el.deb ...
13:44:00 #35 11.56 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
13:44:00 #35 11.61 Selecting previously unselected package libcrypt1:ppc64el.
13:44:00 #35 11.62 Preparing to unpack .../20-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
13:44:00 #35 11.62 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
13:44:00 #35 11.69 Selecting previously unselected package libc6:ppc64el.
13:44:00 #35 11.70 Preparing to unpack .../21-libc6_2.31-13+deb11u3_ppc64el.deb ...
13:44:00 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:44:00 + make manpages
13:44:00 scripts/docs/generate-man.sh
13:44:00 + cp -r . /tmp/docker-cli-docsgen.jgvNeDWKlU/
13:44:00 + cd /tmp/docker-cli-docsgen.jgvNeDWKlU
13:44:00 + ./scripts/vendor init
13:44:00 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:44:00 + cp man/tools.go .
13:44:00 + ./scripts/vendor update
13:44:00 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:44:00 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:00 go: downloading github.com/spf13/cobra v1.4.0
13:44:00 go: downloading github.com/spf13/pflag v1.0.5
13:44:00 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:44:00 #35 11.84 Unpacking libc6:ppc64el (2.31-13+deb11u3) ...
13:44:00 #35 12.28 Selecting previously unselected package libapparmor1:ppc64el.
13:44:00 #35 12.28 Preparing to unpack .../22-libapparmor1_2.13.6-10_ppc64el.deb ...
13:44:00 #35 12.29 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
13:44:00 #35 12.33 Selecting previously unselected package libapparmor-dev:ppc64el.
13:44:00 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:01 #35 12.33 Preparing to unpack .../23-libapparmor-dev_2.13.6-10_ppc64el.deb ...
13:44:01 #35 12.34 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
13:44:01 #35 12.41 Selecting previously unselected package libseccomp2:s390x.
13:44:01 #35 12.41 Preparing to unpack .../24-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
13:44:01 #35 12.42 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
13:44:01 #35 12.46 Selecting previously unselected package libseccomp-dev:s390x.
13:44:01 #35 12.46 Preparing to unpack .../25-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
13:44:01 #35 12.47 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
13:44:01 #35 12.52 Selecting previously unselected package libseccomp2:ppc64el.
13:44:01 #35 12.53 Preparing to unpack .../26-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
13:44:01 #35 12.53 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
13:44:01 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:01 #35 12.57 Selecting previously unselected package libseccomp-dev:ppc64el.
13:44:01 #35 12.58 Preparing to unpack .../27-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
13:44:01 #35 12.58 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
13:44:01 #35 12.65 Selecting previously unselected package libseccomp2:armhf.
13:44:01 #35 12.65 Preparing to unpack .../28-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
13:44:01 #35 12.66 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
13:44:01 #35 12.71 Selecting previously unselected package libseccomp-dev:armhf.
13:44:01 #35 12.71 Preparing to unpack .../29-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
13:44:01 #35 12.72 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
13:44:01 #35 12.78 Selecting previously unselected package libseccomp2:armel.
13:44:01 #35 12.78 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
13:44:01 #35 12.79 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
13:44:01 #35 12.83 Selecting previously unselected package libseccomp-dev:armel.
13:44:01 #35 12.83 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
13:44:01 #35 12.84 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
13:44:01 #35 12.93 Setting up gcc-10-base:armel (10.2.1-6) ...
13:44:01 #35 12.95 Setting up gcc-10-base:armhf (10.2.1-6) ...
13:44:01 #35 12.96 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
13:44:01 #35 12.98 Setting up gcc-10-base:s390x (10.2.1-6) ...
13:44:01 #35 12.99 Setting up libcrypt1:armel (1:4.4.18-4) ...
13:44:01 #35 13.00 Setting up libcrypt1:armhf (1:4.4.18-4) ...
13:44:01 #35 13.02 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
13:44:01 #35 13.03 Setting up libcrypt1:s390x (1:4.4.18-4) ...
13:44:01 #35 13.05 Setting up libgcc-s1:armel (10.2.1-6) ...
13:44:01 #35 13.06 Setting up libgcc-s1:armhf (10.2.1-6) ...
13:44:01 #35 13.07 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
13:44:01 #35 13.09 Setting up libgcc-s1:s390x (10.2.1-6) ...
13:44:01 #35 13.11 Setting up libc6:armel (2.31-13+deb11u3) ...
13:44:02 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:44:02 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:44:02 GOOS="" GOARCH="" GOARM=""
13:44:02 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:44:02 
13:44:02 + popd
13:44:02 ~/rpmbuild/BUILD/src
13:44:02 + exit 0
13:44:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.veNlk9
13:44:02 + umask 022
13:44:02 + cd /root/rpmbuild/BUILD
13:44:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64 '!=' / ']'
13:44:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:44:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:44:02 + mkdir -p /root/rpmbuild/BUILDROOT
13:44:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:44:02 + cd src
13:44:02 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:44:02 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/bin/dockerd
13:44:02 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:44:02 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/bin/docker-proxy
13:44:02 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/bin/docker-init
13:44:02 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/lib/systemd/system/docker.service
13:44:02 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/lib/systemd/system/docker.socket
13:44:02 + /usr/lib/rpm/check-buildroot
13:44:02 + /usr/lib/rpm/redhat/brp-compress
13:44:02 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:44:02 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:44:02 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:44:02 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:44:02 + /usr/lib/rpm/redhat/brp-python-hardlink
13:44:02 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:44:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.s4pfBI
13:44:02 + umask 022
13:44:02 + cd /root/rpmbuild/BUILD
13:44:02 + cd src
13:44:02 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:44:02 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:44:02 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798' = 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:44:02 + echo 'PASS: daemon version OK'
13:44:02 + exit 0
13:44:02 PASS: daemon version OK
13:44:02 Processing files: docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:44:02 Provides: docker-ce = 3:0.0.0.20220503081348.bfa9b40-0.el7 docker-ce(aarch-64) = 3:0.0.0.20220503081348.bfa9b40-0.el7
13:44:02 Requires(interp): /bin/sh /bin/sh /bin/sh
13:44:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:44:02 Requires(post): /bin/sh
13:44:02 Requires(preun): /bin/sh
13:44:02 Requires(postun): /bin/sh
13:44:02 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:44:02 Conflicts: docker docker-io docker-engine-cs docker-ee
13:44:02 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
13:44:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:44:02 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.src.rpm
13:44:02 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64.rpm
13:44:02 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JhGXQu
13:44:02 + umask 022
13:44:02 + cd /root/rpmbuild/BUILD
13:44:02 + cd src
13:44:02 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:44:02 + exit 0
13:44:02 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fefZRB
13:44:02 + umask 022
13:44:02 + cd /root/rpmbuild/BUILD
13:44:02 + cd /root/rpmbuild/BUILD
13:44:02 + rm -rf src
13:44:02 + /usr/bin/mkdir -p src
13:44:02 + cd src
13:44:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:44:02 + /usr/bin/tar -xf -
13:44:02 + STATUS=0
13:44:02 + '[' 0 -ne 0 ']'
13:44:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:44:02 + /usr/bin/tar -xf -
13:44:02 + STATUS=0
13:44:02 + '[' 0 -ne 0 ']'
13:44:02 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:44:02 + exit 0
13:44:02 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.s5gCns
13:44:02 + umask 022
13:44:02 + cd /root/rpmbuild/BUILD
13:44:02 + cd src
13:44:02 + mkdir -p /go/src/github.com/docker
13:44:02 + rm -f /go/src/github.com/docker/cli
13:44:02 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:44:02 + pushd /go/src/github.com/docker/cli
13:44:02 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:44:02 + VERSION=0.0.0-20220503081348-bfa9b40
13:44:02 + GITCOMMIT=bfa9b40
13:44:02 + GO_LINKMODE=dynamic
13:44:02 + ./scripts/build/binary
13:44:02 Building dynamic docker-linux-arm64
13:44:02 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:43:58Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:44:02 #35 3.672 Reading package lists...
13:44:02 #23 100.7 Selecting previously unselected package g++-arm-linux-gnueabihf.
13:44:02 #23 100.7 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
13:44:02 #23 100.7 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
13:44:02 #23 100.7 Selecting previously unselected package crossbuild-essential-armhf.
13:44:02 #23 100.7 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
13:44:02 #23 100.7 Unpacking crossbuild-essential-armhf (12.9) ...
13:44:02 #23 100.7 Selecting previously unselected package libc6-ppc64el-cross.
13:44:02 #23 100.8 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
13:44:02 #23 100.8 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
13:44:02 #23 100.9 Selecting previously unselected package libgcc-s1-ppc64el-cross.
13:44:02 #23 100.9 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 100.9 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #23 101.0 Selecting previously unselected package libgomp1-ppc64el-cross.
13:44:02 #23 101.0 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 101.0 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #23 101.0 Selecting previously unselected package libitm1-ppc64el-cross.
13:44:02 #23 101.0 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 101.0 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #23 101.1 Selecting previously unselected package libatomic1-ppc64el-cross.
13:44:02 #23 101.1 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 101.1 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #23 101.1 Selecting previously unselected package libasan6-ppc64el-cross.
13:44:02 #23 101.1 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 101.1 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #23 101.3 Selecting previously unselected package liblsan0-ppc64el-cross.
13:44:02 #23 101.3 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 101.3 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #23 101.4 Selecting previously unselected package libtsan0-ppc64el-cross.
13:44:02 #23 101.4 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 101.4 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #23 101.7 Selecting previously unselected package libstdc++6-ppc64el-cross.
13:44:02 #23 101.7 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 101.7 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #23 101.8 Selecting previously unselected package libubsan1-ppc64el-cross.
13:44:02 #23 101.8 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 101.8 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #35 6.418 Building dependency tree...
13:44:02 #35 7.229 Reading state information...
13:44:02 #23 101.9 Selecting previously unselected package libquadmath0-ppc64el-cross.
13:44:02 #23 101.9 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 101.9 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #23 101.9 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
13:44:02 #23 101.9 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:02 #23 101.9 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:44:02 #23 102.1 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
13:44:03 #23 102.1 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:44:03 #23 102.1 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:44:03 #35 14.27 Setting up libc6:armhf (2.31-13+deb11u3) ...
13:44:03 go: downloading github.com/gogo/protobuf v1.3.2
13:44:03 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:03 go: downloading github.com/containerd/containerd v1.6.3
13:44:03 #35 8.221 libapparmor-dev is already the newest version (2.13.6-10).
13:44:03 #35 8.221 libseccomp-dev is already the newest version (2.5.1-1+deb11u1).
13:44:03 #35 8.221 The following additional packages will be installed:
13:44:03 #35 8.223   gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el gcc-10-base:s390x
13:44:03 #35 8.223   libapparmor1:armel libapparmor1:armhf libapparmor1:ppc64el
13:44:03 #35 8.224   libapparmor1:s390x libc6:armel libc6:armhf libc6:ppc64el libc6:s390x
13:44:03 #35 8.225   libcrypt1:armel libcrypt1:armhf libcrypt1:ppc64el libcrypt1:s390x
13:44:03 #35 8.229   libgcc-s1:armel libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x
13:44:03 #35 8.233   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
13:44:03 #35 8.246 Suggested packages:
13:44:03 #35 8.246   glibc-doc:armel libc-l10n:armel locales:armel glibc-doc:armhf
13:44:03 #35 8.246   libc-l10n:armhf locales:armhf glibc-doc:ppc64el libc-l10n:ppc64el
13:44:03 #35 8.246   locales:ppc64el glibc-doc:s390x libc-l10n:s390x locales:s390x seccomp:armel
13:44:03 #35 8.247   seccomp:armhf seccomp:ppc64el seccomp:s390x
13:44:03 #35 8.247 Recommended packages:
13:44:03 #35 8.247   libidn2-0:armel libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf
13:44:03 #35 8.247   libnss-nis:armhf libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
13:44:03 #35 8.247   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
13:44:03 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:04 + for f in rootlesskit rootlesskit-docker-proxy
13:44:04 + GOBIN=/usr/local/bin
13:44:04 + GO111MODULE=on
13:44:04 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:44:04 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:04 #35 15.47 Setting up libc6:ppc64el (2.31-13+deb11u3) ...
13:44:04 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:44:04 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:44:04 GOOS="" GOARCH="" GOARM=""
13:44:04 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:44:04 
13:44:04 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:44:04 + RM_GOPATH=0
13:44:04 + TMP_GOPATH=/go
13:44:04 + : /usr/local/bin
13:44:04 + '[' -z /go ']'
13:44:04 + export GOPATH=/go
13:44:04 + GOPATH=/go
13:44:04 + case "$(go env GOARCH)" in
13:44:04 ++ go env GOARCH
13:44:04 + export GO_BUILDMODE=-buildmode=pie
13:44:04 + GO_BUILDMODE=-buildmode=pie
13:44:04 ++ dirname hack/dockerfile/install/install.sh
13:44:04 + dir=hack/dockerfile/install
13:44:04 + bin=tini
13:44:04 + shift
13:44:04 Install tini version v0.19.0
13:44:04 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:44:04 + . hack/dockerfile/install/tini.installer
13:44:04 ++ : v0.19.0
13:44:04 + install_tini
13:44:04 + echo 'Install tini version v0.19.0'
13:44:04 + git clone https://github.com/krallin/tini.git /go/tini
13:44:04 Cloning into '/go/tini'...
13:44:04 + cd /go/tini
13:44:04 + git checkout -q v0.19.0
13:44:04 + cmake .
13:44:04 -- The C compiler identification is GNU 10.2.1
13:44:04 -- Detecting C compiler ABI info
13:44:04 -- Detecting C compiler ABI info - done
13:44:04 -- Check for working C compiler: /usr/bin/cc - skipped
13:44:04 -- Detecting C compile features
13:44:04 -- Detecting C compile features - done
13:44:04 -- Performing Test HAS_BUILTIN_FORTIFY
13:44:04 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:44:04 -- Configuring done
13:44:04 -- Generating done
13:44:04 -- Build files have been written to: /go/tini
13:44:04 + make tini-static
13:44:04 make[2]: Entering directory '/go/tini'
13:44:04 make[3]: Entering directory '/go/tini'
13:44:04 make[4]: Entering directory '/go/tini'
13:44:04 make[5]: Entering directory '/go/tini'
13:44:04 Scanning dependencies of target tini-static
13:44:04 make[5]: Leaving directory '/go/tini'
13:44:04 make[5]: Entering directory '/go/tini'
13:44:04 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:44:04 [100%] Linking C executable tini-static
13:44:04 make[5]: Leaving directory '/go/tini'
13:44:04 [100%] Built target tini-static
13:44:04 make[4]: Leaving directory '/go/tini'
13:44:04 make[3]: Leaving directory '/go/tini'
13:44:04 make[2]: Leaving directory '/go/tini'
13:44:04 + mkdir -p /usr/local/bin
13:44:04 + cp tini-static /usr/local/bin/docker-init
13:44:04 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:44:04 + RM_GOPATH=0
13:44:04 + TMP_GOPATH=/go
13:44:04 + : /usr/local/bin
13:44:04 + '[' -z /go ']'
13:44:04 + export GOPATH=/go
13:44:04 + GOPATH=/go
13:44:04 + case "$(go env GOARCH)" in
13:44:04 ++ go env GOARCH
13:44:04 + export GO_BUILDMODE=-buildmode=pie
13:44:04 + GO_BUILDMODE=-buildmode=pie
13:44:04 ++ dirname hack/dockerfile/install/install.sh
13:44:04 + dir=hack/dockerfile/install
13:44:04 + bin=rootlesskit
13:44:04 + shift
13:44:04 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:44:04 + . hack/dockerfile/install/rootlesskit.installer
13:44:04 ++ : 1920341cd41e047834a21007424162a2dc946315
13:44:04 + install_rootlesskit dynamic
13:44:04 + case "$1" in
13:44:04 + install_rootlesskit_dynamic
13:44:04 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:44:04 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:44:04 + export BUILD_MODE=-buildmode=pie
13:44:04 + BUILD_MODE=-buildmode=pie
13:44:04 + _install_rootlesskit
13:44:04 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:44:04 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:44:04 + for f in rootlesskit rootlesskit-docker-proxy
13:44:04 + GOBIN=/usr/local/bin
13:44:04 + GO111MODULE=on
13:44:04 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:44:04 go: downloading github.com/moby/sys/signal v0.7.0
13:44:04 #35 8.522 The following NEW packages will be installed:
13:44:04 #35 8.523   gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el gcc-10-base:s390x
13:44:04 #35 8.524   libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el
13:44:04 #35 8.525   libapparmor-dev:s390x libapparmor1:armel libapparmor1:armhf
13:44:04 #35 8.525   libapparmor1:ppc64el libapparmor1:s390x libc6:armel libc6:armhf
13:44:04 #35 8.526   libc6:ppc64el libc6:s390x libcrypt1:armel libcrypt1:armhf libcrypt1:ppc64el
13:44:04 #35 8.527   libcrypt1:s390x libgcc-s1:armel libgcc-s1:armhf libgcc-s1:ppc64el
13:44:04 #35 8.530   libgcc-s1:s390x libseccomp-dev:armel libseccomp-dev:armhf
13:44:04 #35 8.530   libseccomp-dev:ppc64el libseccomp-dev:s390x libseccomp2:armel
13:44:04 #35 8.533   libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
13:44:04 #35 8.866 0 upgraded, 32 newly installed, 0 to remove and 3 not upgraded.
13:44:04 #35 8.866 Need to get 12.8 MB of archives.
13:44:04 #35 8.866 After this operation, 60.8 MB of additional disk space will be used.
13:44:04 #35 8.866 Get:1 http://deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
13:44:04 #35 8.871 Get:2 http://deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
13:44:04 #35 8.874 Get:3 http://deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
13:44:04 #35 8.876 Get:4 http://deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
13:44:04 #35 8.878 Get:5 http://deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
13:44:04 #35 8.882 Get:6 http://deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
13:44:04 #35 8.883 Get:7 http://deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB]
13:44:04 #35 8.907 Get:8 http://deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
13:44:04 #35 8.909 Get:9 http://deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
13:44:04 #35 8.911 Get:10 http://deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
13:44:04 #35 8.912 Get:11 http://deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
13:44:04 #35 8.914 Get:12 http://deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB]
13:44:04 #35 8.938 Get:13 http://deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
13:44:04 #35 8.941 Get:14 http://deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
13:44:04 #35 8.943 Get:15 http://deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
13:44:04 #35 8.945 Get:16 http://deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
13:44:04 #35 8.947 Get:17 http://deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB]
13:44:04 #35 8.971 Get:18 http://deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
13:44:04 #35 8.973 Get:19 http://deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
13:44:04 #35 8.975 Get:20 http://deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
13:44:04 #35 8.978 Get:21 http://deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
13:44:04 #35 8.980 Get:22 http://deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB]
13:44:04 #35 9.003 Get:23 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
13:44:04 #35 9.005 Get:24 http://deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
13:44:04 #35 9.006 Get:25 http://deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
13:44:04 #35 9.008 Get:26 http://deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
13:44:04 #35 9.009 Get:27 http://deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
13:44:04 #35 9.010 Get:28 http://deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
13:44:04 #35 9.011 Get:29 http://deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
13:44:04 #35 9.012 Get:30 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
13:44:04 #35 9.015 Get:31 http://deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
13:44:04 #35 9.015 Get:32 http://deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
13:44:04 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:44:04 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:44:04 + return
13:44:04 # Build the CLI
13:44:04 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:44:05 #26 137.4 + bin/containerd-shim-runc-v2
13:44:05 Building dynamic docker-linux-amd64
13:44:05 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:18Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:44:05 #35 9.455 debconf: delaying package configuration, since apt-utils is not installed
13:44:05 #35 9.634 Fetched 12.8 MB in 0s (29.8 MB/s)
13:44:05 #35 9.667 Selecting previously unselected package gcc-10-base:armhf.
13:44:05 #35 9.667 (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 ... 35619 files and directories currently installed.)
13:44:05 #35 9.707 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armhf.deb ...
13:44:05 #35 9.713 Unpacking gcc-10-base:armhf (10.2.1-6) ...
13:44:05 #35 9.761 Selecting previously unselected package gcc-10-base:ppc64el.
13:44:05 #35 9.761 Preparing to unpack .../01-gcc-10-base_10.2.1-6_ppc64el.deb ...
13:44:05 #35 9.767 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
13:44:05 #35 9.815 Selecting previously unselected package gcc-10-base:s390x.
13:44:05 #26 138.1 + binaries
13:44:05 #26 138.1 + install -D bin/containerd /build/containerd
13:44:05 #26 138.1 + install -D bin/containerd-shim /build/containerd-shim
13:44:05 #26 138.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:44:05 #26 138.1 + install -D bin/ctr /build/ctr
13:44:05 #35 9.821 Preparing to unpack .../02-gcc-10-base_10.2.1-6_s390x.deb ...
13:44:05 #35 9.829 Unpacking gcc-10-base:s390x (10.2.1-6) ...
13:44:05 #35 9.880 Selecting previously unselected package gcc-10-base:armel.
13:44:05 #35 9.880 Preparing to unpack .../03-gcc-10-base_10.2.1-6_armel.deb ...
13:44:05 #35 9.886 Unpacking gcc-10-base:armel (10.2.1-6) ...
13:44:05 #35 16.67 Setting up libc6:s390x (2.31-13+deb11u3) ...
13:44:05 #35 9.978 Selecting previously unselected package libgcc-s1:armhf.
13:44:05 #35 9.978 Preparing to unpack .../04-libgcc-s1_10.2.1-6_armhf.deb ...
13:44:05 #35 9.986 Unpacking libgcc-s1:armhf (10.2.1-6) ...
13:44:05 #35 10.04 Selecting previously unselected package libcrypt1:armhf.
13:44:05 #35 10.04 Preparing to unpack .../05-libcrypt1_1%3a4.4.18-4_armhf.deb ...
13:44:05 #35 10.05 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
13:44:05 #35 10.12 Selecting previously unselected package libc6:armhf.
13:44:05 #35 10.12 Preparing to unpack .../06-libc6_2.31-13+deb11u3_armhf.deb ...
13:44:06 #35 10.26 Unpacking libc6:armhf (2.31-13+deb11u3) ...
13:44:06 #35 10.62 Selecting previously unselected package libapparmor1:armhf.
13:44:06 #35 10.62 Preparing to unpack .../07-libapparmor1_2.13.6-10_armhf.deb ...
13:44:06 #35 10.64 Unpacking libapparmor1:armhf (2.13.6-10) ...
13:44:06 #35 10.69 Selecting previously unselected package libapparmor-dev:armhf.
13:44:06 #35 10.70 Preparing to unpack .../08-libapparmor-dev_2.13.6-10_armhf.deb ...
13:44:06 #35 10.70 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
13:44:06 #35 10.76 Selecting previously unselected package libgcc-s1:s390x.
13:44:06 #35 10.77 Preparing to unpack .../09-libgcc-s1_10.2.1-6_s390x.deb ...
13:44:06 #35 10.78 Unpacking libgcc-s1:s390x (10.2.1-6) ...
13:44:06 #35 10.82 Selecting previously unselected package libcrypt1:s390x.
13:44:06 #35 10.83 Preparing to unpack .../10-libcrypt1_1%3a4.4.18-4_s390x.deb ...
13:44:06 #35 10.84 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
13:44:06 #35 10.91 Selecting previously unselected package libc6:s390x.
13:44:06 #35 10.92 Preparing to unpack .../11-libc6_2.31-13+deb11u3_s390x.deb ...
13:44:06 #35 17.86 Setting up libapparmor1:armel (2.13.6-10) ...
13:44:06 #35 17.87 Setting up libapparmor1:armhf (2.13.6-10) ...
13:44:06 #35 17.89 Setting up libapparmor1:ppc64el (2.13.6-10) ...
13:44:06 #35 17.91 Setting up libapparmor1:s390x (2.13.6-10) ...
13:44:06 #35 17.92 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
13:44:06 #35 17.95 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
13:44:06 #35 17.97 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
13:44:06 #35 17.99 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
13:44:06 #35 18.00 Setting up libapparmor-dev:armel (2.13.6-10) ...
13:44:06 #35 18.02 Setting up libapparmor-dev:armhf (2.13.6-10) ...
13:44:06 #35 18.05 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
13:44:06 #35 18.06 Setting up libapparmor-dev:s390x (2.13.6-10) ...
13:44:06 #35 18.08 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
13:44:06 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:06 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:06 go: downloading github.com/morikuni/aec v1.0.0
13:44:06 go: downloading github.com/pkg/errors v0.9.1
13:44:06 go: downloading github.com/google/go-cmp v0.5.7
13:44:06 go: downloading gotest.tools/v3 v3.1.0
13:44:06 go: downloading github.com/docker/go-units v0.4.0
13:44:06 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:06 go: downloading github.com/docker/go-connections v0.4.0
13:44:06 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:06 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:06 go: downloading golang.org/x/text v0.3.7
13:44:06 #35 11.05 Unpacking libc6:s390x (2.31-13+deb11u3) ...
13:44:06 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:44:06 #35 18.09 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
13:44:06 #35 18.11 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
13:44:06 #35 18.12 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
13:44:06 #35 18.14 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:44:07 #35 11.39 Selecting previously unselected package libapparmor1:s390x.
13:44:07 #35 11.39 Preparing to unpack .../12-libapparmor1_2.13.6-10_s390x.deb ...
13:44:07 #35 11.40 Unpacking libapparmor1:s390x (2.13.6-10) ...
13:44:07 #35 11.45 Selecting previously unselected package libapparmor-dev:s390x.
13:44:07 #35 11.45 Preparing to unpack .../13-libapparmor-dev_2.13.6-10_s390x.deb ...
13:44:07 #35 11.46 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
13:44:07 #35 11.51 Selecting previously unselected package libgcc-s1:armel.
13:44:07 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:07 go: downloading github.com/urfave/cli/v2 v2.4.0
13:44:07 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:44:07 go: downloading github.com/google/uuid v1.3.0
13:44:07 go: downloading github.com/moby/vpnkit v0.5.0
13:44:07 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:44:07 go: downloading github.com/gofrs/flock v0.8.1
13:44:07 go: downloading github.com/gorilla/mux v1.8.0
13:44:07 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:44:07 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:44:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:07 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:44:07 + make manpages
13:44:07 scripts/docs/generate-man.sh
13:44:07 + cp -r . /tmp/docker-cli-docsgen.Z0OrQdXVzt/
13:44:07 + cd /tmp/docker-cli-docsgen.Z0OrQdXVzt
13:44:07 + ./scripts/vendor init
13:44:07 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:44:07 + cp man/tools.go .
13:44:07 + ./scripts/vendor update
13:44:07 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:44:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:07 go: downloading github.com/spf13/cobra v1.4.0
13:44:07 go: downloading github.com/spf13/pflag v1.0.5
13:44:07 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:44:07 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:07 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:07 go: downloading github.com/morikuni/aec v1.0.0
13:44:07 go: downloading github.com/pkg/errors v0.9.1
13:44:07 go: downloading github.com/google/go-cmp v0.5.7
13:44:07 go: downloading gotest.tools/v3 v3.1.0
13:44:07 #35 11.52 Preparing to unpack .../14-libgcc-s1_10.2.1-6_armel.deb ...
13:44:07 #35 11.52 Unpacking libgcc-s1:armel (10.2.1-6) ...
13:44:07 #35 11.57 Selecting previously unselected package libcrypt1:armel.
13:44:07 #35 11.57 Preparing to unpack .../15-libcrypt1_1%3a4.4.18-4_armel.deb ...
13:44:07 #35 11.58 Unpacking libcrypt1:armel (1:4.4.18-4) ...
13:44:07 #35 11.65 Selecting previously unselected package libc6:armel.
13:44:07 #35 11.65 Preparing to unpack .../16-libc6_2.31-13+deb11u3_armel.deb ...
13:44:07 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:44:07 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:44:07 #35 DONE 18.5s
13:44:07 
13:44:07 #36 [binary-base 1/7] COPY --from=tini          /build/ /usr/local/bin/
13:44:07 #36 DONE 0.1s
13:44:07 
13:44:07 #37 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:44:07 #37 DONE 0.1s
13:44:07 
13:44:07 #38 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:44:07 #38 0.101 + RM_GOPATH=0
13:44:07 #38 0.101 + TMP_GOPATH=
13:44:07 #38 0.101 + : /build
13:44:07 #38 0.101 + '[' -z '' ']'
13:44:07 #38 0.101 ++ mktemp -d
13:44:07 #38 0.103 + export GOPATH=/tmp/tmp.AIbwFNtdrv
13:44:07 #38 0.104 + GOPATH=/tmp/tmp.AIbwFNtdrv
13:44:07 #38 0.104 + RM_GOPATH=1
13:44:07 #38 0.105 + case "$(go env GOARCH)" in
13:44:07 #38 0.105 ++ go env GOARCH
13:44:07 #38 0.112 + export GO_BUILDMODE=-buildmode=pie
13:44:07 #38 0.112 + GO_BUILDMODE=-buildmode=pie
13:44:07 #38 0.114 ++ dirname /install.sh
13:44:07 #38 0.115 + dir=/
13:44:07 #38 0.116 + bin=runc
13:44:07 #38 0.116 + shift
13:44:07 #38 0.116 + '[' '!' -f //runc.installer ']'
13:44:07 #38 0.116 + . //runc.installer
13:44:07 #38 0.116 ++ set -e
13:44:07 #38 0.116 ++ : v1.1.1
13:44:07 #38 0.116 + install_runc
13:44:07 #38 0.116 + RUNC_BUILDTAGS=seccomp
13:44:07 #38 0.116 + echo 'Install runc version v1.1.1 (build tags: seccomp)'
13:44:07 #38 0.116 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.AIbwFNtdrv/src/github.com/opencontainers/runc
13:44:07 #38 0.117 Install runc version v1.1.1 (build tags: seccomp)
13:44:07 #38 0.118 Cloning into '/tmp/tmp.AIbwFNtdrv/src/github.com/opencontainers/runc'...
13:44:07 #35 11.79 Unpacking libc6:armel (2.31-13+deb11u3) ...
13:44:07 go: downloading github.com/moby/buildkit v0.10.2
13:44:08 go: downloading github.com/docker/go-units v0.4.0
13:44:08 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:08 #35 12.12 Selecting previously unselected package libapparmor1:armel.
13:44:08 #35 12.12 Preparing to unpack .../17-libapparmor1_2.13.6-10_armel.deb ...
13:44:08 #35 12.13 Unpacking libapparmor1:armel (2.13.6-10) ...
13:44:08 #35 12.18 Selecting previously unselected package libapparmor-dev:armel.
13:44:08 #35 12.18 Preparing to unpack .../18-libapparmor-dev_2.13.6-10_armel.deb ...
13:44:08 #35 12.19 Unpacking libapparmor-dev:armel (2.13.6-10) ...
13:44:08 #35 12.25 Selecting previously unselected package libgcc-s1:ppc64el.
13:44:08 #35 12.25 Preparing to unpack .../19-libgcc-s1_10.2.1-6_ppc64el.deb ...
13:44:08 #35 12.26 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
13:44:08 #35 12.31 Selecting previously unselected package libcrypt1:ppc64el.
13:44:08 #35 12.32 Preparing to unpack .../20-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
13:44:08 #35 12.33 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
13:44:08 #35 12.41 Selecting previously unselected package libc6:ppc64el.
13:44:08 #35 12.42 Preparing to unpack .../21-libc6_2.31-13+deb11u3_ppc64el.deb ...
13:44:08 #26 DONE 140.4s
13:44:08 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:08 go: downloading github.com/urfave/cli/v2 v2.4.0
13:44:08 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:44:08 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:44:08 go: downloading github.com/google/uuid v1.3.0
13:44:08 go: downloading github.com/moby/vpnkit v0.5.0
13:44:08 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:44:08 go: downloading github.com/gofrs/flock v0.8.1
13:44:08 go: downloading github.com/gorilla/mux v1.8.0
13:44:08 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:44:08 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:08 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:44:08 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:44:08 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:08 
13:44:08 #33 [binary-base 3/7] COPY --from=containerd    /build/ /usr/local/bin/
13:44:08 #35 12.56 Unpacking libc6:ppc64el (2.31-13+deb11u3) ...
13:44:08 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:08 go: downloading github.com/urfave/cli/v2 v2.4.0
13:44:08 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:44:08 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:44:08 go: downloading github.com/google/uuid v1.3.0
13:44:08 go: downloading github.com/moby/vpnkit v0.5.0
13:44:08 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:44:08 go: downloading github.com/gofrs/flock v0.8.1
13:44:08 go: downloading github.com/gorilla/mux v1.8.0
13:44:08 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:44:08 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:08 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:44:08 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:44:08 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:08 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:08 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:08 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:08 #23 107.6 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
13:44:08 #23 107.6 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:44:08 #23 107.6 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:44:08 #23 107.7 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
13:44:08 go: downloading github.com/docker/go-connections v0.4.0
13:44:08 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:08 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:08 #23 107.7 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
13:44:08 #23 107.7 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
13:44:08 #23 107.8 Selecting previously unselected package libc6-dev-ppc64el-cross.
13:44:08 #23 107.8 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
13:44:08 #23 107.9 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
13:44:08 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:08 #35 13.01 Selecting previously unselected package libapparmor1:ppc64el.
13:44:08 #35 13.02 Preparing to unpack .../22-libapparmor1_2.13.6-10_ppc64el.deb ...
13:44:08 #35 13.02 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
13:44:08 #35 13.08 Selecting previously unselected package libapparmor-dev:ppc64el.
13:44:08 #35 13.08 Preparing to unpack .../23-libapparmor-dev_2.13.6-10_ppc64el.deb ...
13:44:08 #35 13.09 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
13:44:08 #35 13.16 Selecting previously unselected package libseccomp2:s390x.
13:44:08 #35 13.16 Preparing to unpack .../24-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
13:44:08 #35 13.17 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
13:44:08 #35 13.21 Selecting previously unselected package libseccomp-dev:s390x.
13:44:08 #35 13.22 Preparing to unpack .../25-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
13:44:08 #35 13.23 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
13:44:08 #35 13.30 Selecting previously unselected package libseccomp2:ppc64el.
13:44:08 #35 13.30 Preparing to unpack .../26-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
13:44:08 #35 13.31 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
13:44:08 #35 13.37 Selecting previously unselected package libseccomp-dev:ppc64el.
13:44:08 #35 13.38 Preparing to unpack .../27-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
13:44:08 #35 13.39 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
13:44:08 go: downloading github.com/imdario/mergo v0.3.12
13:44:08 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:09 #35 13.47 Selecting previously unselected package libseccomp2:armhf.
13:44:09 #35 13.47 Preparing to unpack .../28-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
13:44:09 #35 13.48 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
13:44:09 #35 13.52 Selecting previously unselected package libseccomp-dev:armhf.
13:44:09 #35 13.52 Preparing to unpack .../29-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
13:44:09 #35 13.53 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
13:44:09 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:09 #33 DONE 0.9s
13:44:09 
13:44:09 #34 [binary-base 4/7] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:44:09 #34 DONE 0.2s
13:44:09 #35 13.61 Selecting previously unselected package libseccomp2:armel.
13:44:09 #35 13.61 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
13:44:09 #35 13.62 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
13:44:09 #35 13.66 Selecting previously unselected package libseccomp-dev:armel.
13:44:09 #35 13.66 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
13:44:09 #35 13.67 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
13:44:09 #35 13.75 Setting up gcc-10-base:armel (10.2.1-6) ...
13:44:09 #35 13.76 Setting up gcc-10-base:armhf (10.2.1-6) ...
13:44:09 #35 13.78 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
13:44:09 #35 13.79 Setting up gcc-10-base:s390x (10.2.1-6) ...
13:44:09 #35 13.80 Setting up libcrypt1:armel (1:4.4.18-4) ...
13:44:09 #35 13.82 Setting up libcrypt1:armhf (1:4.4.18-4) ...
13:44:09 #35 13.83 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
13:44:09 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:09 go: downloading golang.org/x/text v0.3.7
13:44:09 #38 2.237 + cd /tmp/tmp.AIbwFNtdrv/src/github.com/opencontainers/runc
13:44:09 #38 2.238 + git checkout -q v1.1.1
13:44:09 
13:44:09 #35 [binary-base 5/7] COPY --from=vpnkit        /build/ /usr/local/bin/
13:44:09 #23 108.6 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
13:44:09 #23 108.6 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
13:44:09 #23 108.6 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:44:09 #23 108.8 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
13:44:09 #35 13.85 Setting up libcrypt1:s390x (1:4.4.18-4) ...
13:44:09 #35 13.86 Setting up libgcc-s1:armel (10.2.1-6) ...
13:44:09 #35 13.88 Setting up libgcc-s1:armhf (10.2.1-6) ...
13:44:09 #35 13.89 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
13:44:09 #35 13.90 Setting up libgcc-s1:s390x (10.2.1-6) ...
13:44:09 #35 13.92 Setting up libc6:armel (2.31-13+deb11u3) ...
13:44:09 go: downloading github.com/creack/pty v1.1.11
13:44:09 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:09 #38 2.347 + '[' -z '' ']'
13:44:09 #38 2.348 + target=static
13:44:09 #38 2.348 + make BUILDTAGS=seccomp static
13:44:09 #38 2.572 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc .
13:44:09 #23 108.8 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:44:09 #23 108.9 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:44:10 #35 DONE 0.8s
13:44:10 
13:44:10 #36 [binary-base 6/7] COPY --from=gowinres      /build/ /usr/local/bin/
13:44:10 #36 DONE 0.0s
13:44:10 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:10 
13:44:10 #37 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
13:44:10 #37 DONE 0.0s
13:44:10 
13:44:10 #38 [build-binary 1/1] RUN --mount=type=cache,target=/root/.cache     --mount=type=bind,target=.,ro     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy         hack/make.sh binary
13:44:10 #0 0.088 
13:44:10 #38 0.148 Removing /build/bundles/
13:44:10 #38 0.149 
13:44:10 #38 0.154 ---> Making bundle: binary (in /build/bundles/binary)
13:44:10 #38 0.180 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:44:10 #38 0.180 GOOS="" GOARCH="" GOARM=""
13:44:10 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64.rpm
13:44:10 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UrmsoJ
13:44:10 + umask 022
13:44:10 + cd /root/rpmbuild/BUILD
13:44:10 + cd src
13:44:10 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:44:10 + RPM_EC=0
13:44:10 ++ jobs -p
13:44:10 + exit 0
13:44:10 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IAvE9Q
13:44:10 + umask 022
13:44:10 + cd /root/rpmbuild/BUILD
13:44:10 + cd /root/rpmbuild/BUILD
13:44:10 + rm -rf src
13:44:10 + /usr/bin/mkdir -p src
13:44:10 + cd src
13:44:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:44:10 + /usr/bin/tar -xof -
13:44:10 + STATUS=0
13:44:10 + '[' 0 -ne 0 ']'
13:44:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:44:10 + /usr/bin/tar -xof -
13:44:10 + STATUS=0
13:44:10 + '[' 0 -ne 0 ']'
13:44:10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:44:10 + RPM_EC=0
13:44:10 ++ jobs -p
13:44:10 + exit 0
13:44:10 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.H4WQ7A
13:44:10 + umask 022
13:44:10 + cd /root/rpmbuild/BUILD
13:44:10 + cd src
13:44:10 + mkdir -p /go/src/github.com/docker
13:44:10 + rm -f /go/src/github.com/docker/cli
13:44:10 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:44:10 + pushd /go/src/github.com/docker/cli
13:44:10 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:44:10 + VERSION=0.0.0-20220503081348-bfa9b40
13:44:10 + GITCOMMIT=bfa9b40
13:44:10 + GO_LINKMODE=dynamic
13:44:10 + ./scripts/build/binary
13:44:10 Building dynamic docker-linux-amd64
13:44:10 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:44:07Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:44:10 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:10 go: downloading github.com/containerd/containerd v1.6.3
13:44:11 #35 15.11 Setting up libc6:armhf (2.31-13+deb11u3) ...
13:44:11 go: downloading github.com/gogo/protobuf v1.3.2
13:44:11 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:11 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:11 #35 16.31 Setting up libc6:ppc64el (2.31-13+deb11u3) ...
13:44:12 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:44:12 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:44:12 GOOS="" GOARCH="" GOARM=""
13:44:12 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:44:12 
13:44:12 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:44:12 + RM_GOPATH=0
13:44:12 + TMP_GOPATH=/go
13:44:12 + : /usr/local/bin
13:44:12 + '[' -z /go ']'
13:44:12 + export GOPATH=/go
13:44:12 + GOPATH=/go
13:44:12 + case "$(go env GOARCH)" in
13:44:12 ++ go env GOARCH
13:44:12 + export GO_BUILDMODE=-buildmode=pie
13:44:12 + GO_BUILDMODE=-buildmode=pie
13:44:12 ++ dirname hack/dockerfile/install/install.sh
13:44:12 + dir=hack/dockerfile/install
13:44:12 + bin=tini
13:44:12 + shift
13:44:12 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:44:12 + . hack/dockerfile/install/tini.installer
13:44:12 ++ : v0.19.0
13:44:12 + install_tini
13:44:12 + echo 'Install tini version v0.19.0'
13:44:12 + git clone https://github.com/krallin/tini.git /go/tini
13:44:12 Install tini version v0.19.0
13:44:12 Cloning into '/go/tini'...
13:44:12 + cd /go/tini
13:44:12 + git checkout -q v0.19.0
13:44:12 + cmake .
13:44:12 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:44:12   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:44:12   CMake.
13:44:12 
13:44:12   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:44:12   CMake that the project does not need compatibility with older versions.
13:44:12 
13:44:12 
13:44:12 -- The C compiler identification is GNU 11.2.0
13:44:12 -- Detecting C compiler ABI info
13:44:12 -- Detecting C compiler ABI info - done
13:44:12 -- Check for working C compiler: /usr/bin/cc - skipped
13:44:12 -- Detecting C compile features
13:44:12 -- Detecting C compile features - done
13:44:12 -- Performing Test HAS_BUILTIN_FORTIFY
13:44:12 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:44:12 -- Configuring done
13:44:12 -- Generating done
13:44:12 -- Build files have been written to: /go/tini
13:44:12 + make tini-static
13:44:12 make[2]: Entering directory '/go/tini'
13:44:12 make[3]: Entering directory '/go/tini'
13:44:12 make[4]: Entering directory '/go/tini'
13:44:12 make[5]: Entering directory '/go/tini'
13:44:12 make[5]: Leaving directory '/go/tini'
13:44:12 make[5]: Entering directory '/go/tini'
13:44:12 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:44:12 [100%] Linking C executable tini-static
13:44:12 make[5]: Leaving directory '/go/tini'
13:44:12 [100%] Built target tini-static
13:44:12 make[4]: Leaving directory '/go/tini'
13:44:12 make[3]: Leaving directory '/go/tini'
13:44:12 make[2]: Leaving directory '/go/tini'
13:44:12 + mkdir -p /usr/local/bin
13:44:12 + cp tini-static /usr/local/bin/docker-init
13:44:12 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:44:12 + RM_GOPATH=0
13:44:12 + TMP_GOPATH=/go
13:44:12 + : /usr/local/bin
13:44:12 + '[' -z /go ']'
13:44:12 + export GOPATH=/go
13:44:12 + GOPATH=/go
13:44:12 + case "$(go env GOARCH)" in
13:44:12 ++ go env GOARCH
13:44:12 + export GO_BUILDMODE=-buildmode=pie
13:44:12 + GO_BUILDMODE=-buildmode=pie
13:44:12 ++ dirname hack/dockerfile/install/install.sh
13:44:12 + dir=hack/dockerfile/install
13:44:12 + bin=rootlesskit
13:44:12 + shift
13:44:12 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:44:12 + . hack/dockerfile/install/rootlesskit.installer
13:44:12 ++ : 1920341cd41e047834a21007424162a2dc946315
13:44:12 + install_rootlesskit dynamic
13:44:12 + case "$1" in
13:44:12 + install_rootlesskit_dynamic
13:44:12 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:44:12 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:44:12 + export BUILD_MODE=-buildmode=pie
13:44:12 + BUILD_MODE=-buildmode=pie
13:44:12 + _install_rootlesskit
13:44:12 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:44:12 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:44:12 + for f in rootlesskit rootlesskit-docker-proxy
13:44:12 + GOBIN=/usr/local/bin
13:44:12 + GO111MODULE=on
13:44:12 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:44:12 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:44:12 go: downloading github.com/moby/sys/signal v0.7.0
13:44:13 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:44:13 + for f in rootlesskit rootlesskit-docker-proxy
13:44:13 + GOBIN=/usr/local/bin
13:44:13 + GO111MODULE=on
13:44:13 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:44:13 #35 17.50 Setting up libc6:s390x (2.31-13+deb11u3) ...
13:44:13 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:13 go: downloading github.com/containerd/containerd v1.6.3
13:44:13 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:44:13 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:44:13 GOOS="" GOARCH="" GOARM=""
13:44:13 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:44:13 
13:44:13 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:44:13 + RM_GOPATH=0
13:44:13 + TMP_GOPATH=/go
13:44:13 + : /usr/local/bin
13:44:13 + '[' -z /go ']'
13:44:13 + export GOPATH=/go
13:44:13 + GOPATH=/go
13:44:13 + case "$(go env GOARCH)" in
13:44:13 ++ go env GOARCH
13:44:13 + export GO_BUILDMODE=-buildmode=pie
13:44:13 + GO_BUILDMODE=-buildmode=pie
13:44:13 ++ dirname hack/dockerfile/install/install.sh
13:44:13 + dir=hack/dockerfile/install
13:44:13 + bin=tini
13:44:13 + shift
13:44:13 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:44:13 + . hack/dockerfile/install/tini.installer
13:44:13 ++ : v0.19.0
13:44:13 + install_tini
13:44:13 + echo 'Install tini version v0.19.0'
13:44:13 + git clone https://github.com/krallin/tini.git /go/tini
13:44:13 Install tini version v0.19.0
13:44:13 Cloning into '/go/tini'...
13:44:13 + cd /go/tini
13:44:13 + git checkout -q v0.19.0
13:44:13 + cmake .
13:44:13 -- The C compiler identification is GNU 11.2.0
13:44:13 -- Detecting C compiler ABI info
13:44:13 -- Detecting C compiler ABI info - done
13:44:13 -- Check for working C compiler: /usr/bin/cc - skipped
13:44:13 -- Detecting C compile features
13:44:13 -- Detecting C compile features - done
13:44:13 -- Performing Test HAS_BUILTIN_FORTIFY
13:44:13 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:44:13 -- Configuring done
13:44:13 -- Generating done
13:44:13 -- Build files have been written to: /go/tini
13:44:13 + make tini-static
13:44:13 make[2]: Entering directory '/go/tini'
13:44:13 make[3]: Entering directory '/go/tini'
13:44:13 make[4]: Entering directory '/go/tini'
13:44:13 make[5]: Entering directory '/go/tini'
13:44:13 Scanning dependencies of target tini-static
13:44:13 make[5]: Leaving directory '/go/tini'
13:44:13 make[5]: Entering directory '/go/tini'
13:44:13 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:44:13 [100%] Linking C executable tini-static
13:44:13 make[5]: Leaving directory '/go/tini'
13:44:13 [100%] Built target tini-static
13:44:13 make[4]: Leaving directory '/go/tini'
13:44:13 make[3]: Leaving directory '/go/tini'
13:44:13 make[2]: Leaving directory '/go/tini'
13:44:13 + mkdir -p /usr/local/bin
13:44:13 + cp tini-static /usr/local/bin/docker-init
13:44:13 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:44:13 + RM_GOPATH=0
13:44:13 + TMP_GOPATH=/go
13:44:13 + : /usr/local/bin
13:44:13 + '[' -z /go ']'
13:44:13 + export GOPATH=/go
13:44:13 + GOPATH=/go
13:44:13 + case "$(go env GOARCH)" in
13:44:13 ++ go env GOARCH
13:44:13 + export GO_BUILDMODE=-buildmode=pie
13:44:13 + GO_BUILDMODE=-buildmode=pie
13:44:13 ++ dirname hack/dockerfile/install/install.sh
13:44:13 + dir=hack/dockerfile/install
13:44:13 + bin=rootlesskit
13:44:13 + shift
13:44:13 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:44:13 + . hack/dockerfile/install/rootlesskit.installer
13:44:13 ++ : 1920341cd41e047834a21007424162a2dc946315
13:44:13 + install_rootlesskit dynamic
13:44:13 + case "$1" in
13:44:13 + install_rootlesskit_dynamic
13:44:13 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:44:13 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:44:13 + export BUILD_MODE=-buildmode=pie
13:44:13 + BUILD_MODE=-buildmode=pie
13:44:13 + _install_rootlesskit
13:44:13 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:44:13 + for f in rootlesskit rootlesskit-docker-proxy
13:44:13 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:44:13 + GOBIN=/usr/local/bin
13:44:13 + GO111MODULE=on
13:44:13 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:44:13 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:44:14 + return
13:44:14 # Build the CLI
13:44:14 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:44:14 Building dynamic docker-linux-arm-v6
13:44:14 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:24Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:44:14 #35 18.70 Setting up libapparmor1:armel (2.13.6-10) ...
13:44:14 #35 18.71 Setting up libapparmor1:armhf (2.13.6-10) ...
13:44:14 #35 18.74 Setting up libapparmor1:ppc64el (2.13.6-10) ...
13:44:14 #35 18.75 Setting up libapparmor1:s390x (2.13.6-10) ...
13:44:14 #35 18.77 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
13:44:14 #35 18.78 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
13:44:14 #35 18.80 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
13:44:14 #35 18.81 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
13:44:14 #35 18.83 Setting up libapparmor-dev:armel (2.13.6-10) ...
13:44:14 #35 18.85 Setting up libapparmor-dev:armhf (2.13.6-10) ...
13:44:14 #35 18.87 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
13:44:14 #35 18.88 Setting up libapparmor-dev:s390x (2.13.6-10) ...
13:44:14 #35 18.90 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
13:44:14 #35 18.91 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
13:44:14 #35 18.93 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
13:44:14 #35 18.95 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
13:44:14 #35 18.97 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:44:14 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:14 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:14 go: downloading github.com/morikuni/aec v1.0.0
13:44:14 go: downloading github.com/pkg/errors v0.9.1
13:44:14 go: downloading github.com/google/go-cmp v0.5.7
13:44:14 go: downloading gotest.tools/v3 v3.1.0
13:44:14 go: downloading github.com/docker/go-units v0.4.0
13:44:14 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:14 go: downloading github.com/docker/go-connections v0.4.0
13:44:14 + for f in rootlesskit rootlesskit-docker-proxy
13:44:14 + GOBIN=/usr/local/bin
13:44:14 + GO111MODULE=on
13:44:14 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:44:15 + for f in rootlesskit rootlesskit-docker-proxy
13:44:15 + GOBIN=/usr/local/bin
13:44:15 + GO111MODULE=on
13:44:15 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:44:15 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:44:15 #35 DONE 19.4s
13:44:15 
13:44:15 #36 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:44:15 #36 DONE 0.2s
13:44:15 
13:44:15 #37 [binary-base 1/7] COPY --from=tini          /build/ /usr/local/bin/
13:44:15 #37 DONE 0.1s
13:44:15 
13:44:15 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:44:15 #30 ...
13:44:15 
13:44:15 #38 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:44:15 #0 0.108 + RM_GOPATH=0
13:44:15 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:15 go: downloading github.com/moby/buildkit v0.10.2
13:44:15 #38 0.108 + TMP_GOPATH=
13:44:15 #38 0.108 + : /build
13:44:15 #38 0.108 + '[' -z '' ']'
13:44:15 #38 0.109 ++ mktemp -d
13:44:15 #38 0.110 + export GOPATH=/tmp/tmp.gFu2rq2Lax
13:44:15 #38 0.110 + GOPATH=/tmp/tmp.gFu2rq2Lax
13:44:15 #38 0.110 + RM_GOPATH=1
13:44:15 #38 0.110 + case "$(go env GOARCH)" in
13:44:15 #38 0.111 ++ go env GOARCH
13:44:15 #38 0.118 + export GO_BUILDMODE=-buildmode=pie
13:44:15 #38 0.118 + GO_BUILDMODE=-buildmode=pie
13:44:15 #38 0.118 ++ dirname /install.sh
13:44:15 #38 0.119 + dir=/
13:44:15 #38 0.120 + bin=runc
13:44:15 #38 0.120 + shift
13:44:15 #38 0.120 + '[' '!' -f //runc.installer ']'
13:44:15 #38 0.120 + . //runc.installer
13:44:15 #38 0.121 ++ set -e
13:44:15 #38 0.121 ++ : v1.1.1
13:44:15 #38 0.122 + install_runc
13:44:15 #38 0.122 + RUNC_BUILDTAGS=seccomp
13:44:15 #38 0.122 + echo 'Install runc version v1.1.1 (build tags: seccomp)'
13:44:15 #38 0.122 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gFu2rq2Lax/src/github.com/opencontainers/runc
13:44:15 #38 0.122 Install runc version v1.1.1 (build tags: seccomp)
13:44:15 #38 0.124 Cloning into '/tmp/tmp.gFu2rq2Lax/src/github.com/opencontainers/runc'...
13:44:15 go: downloading github.com/moby/sys/signal v0.7.0
13:44:15 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:44:15 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:15 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:15 go: downloading github.com/morikuni/aec v1.0.0
13:44:15 go: downloading github.com/pkg/errors v0.9.1
13:44:15 go: downloading github.com/google/go-cmp v0.5.7
13:44:15 go: downloading gotest.tools/v3 v3.1.0
13:44:15 go: downloading github.com/docker/go-units v0.4.0
13:44:15 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:15 go: downloading github.com/docker/go-connections v0.4.0
13:44:15 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:15 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:15 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:15 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:15 go: downloading github.com/morikuni/aec v1.0.0
13:44:15 go: downloading github.com/pkg/errors v0.9.1
13:44:15 go: downloading github.com/google/go-cmp v0.5.7
13:44:15 go: downloading gotest.tools/v3 v3.1.0
13:44:15 go: downloading golang.org/x/text v0.3.7
13:44:15 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:15 + return
13:44:15 # Build the CLI
13:44:15 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:44:15 Building dynamic docker-linux-amd64
13:44:15 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:30Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:44:16 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:16 go: downloading github.com/docker/go-units v0.4.0
13:44:16 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:16 + return
13:44:16 # Build the CLI
13:44:16 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:44:16 Building dynamic docker-linux-arm-v6
13:44:16 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:30Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:44:16 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:16 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:16 go: downloading golang.org/x/text v0.3.7
13:44:16 go: downloading github.com/imdario/mergo v0.3.12
13:44:16 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:16 go: downloading github.com/docker/go-connections v0.4.0
13:44:16 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:44:16 go: downloading github.com/morikuni/aec v1.0.0
13:44:16 go: downloading github.com/pkg/errors v0.9.1
13:44:16 go: downloading github.com/google/go-cmp v0.5.7
13:44:17 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:17 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:17 go: downloading github.com/urfave/cli/v2 v2.4.0
13:44:17 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:44:17 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:44:17 go: downloading github.com/google/uuid v1.3.0
13:44:17 go: downloading github.com/moby/vpnkit v0.5.0
13:44:17 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:44:17 go: downloading github.com/gofrs/flock v0.8.1
13:44:17 go: downloading github.com/gorilla/mux v1.8.0
13:44:17 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:44:17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:17 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:44:17 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:44:17 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:17 go: downloading github.com/urfave/cli/v2 v2.4.0
13:44:17 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:44:17 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:44:17 go: downloading github.com/google/uuid v1.3.0
13:44:17 go: downloading github.com/moby/vpnkit v0.5.0
13:44:17 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:44:17 go: downloading github.com/gofrs/flock v0.8.1
13:44:17 go: downloading github.com/gorilla/mux v1.8.0
13:44:17 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:44:17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:17 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:44:17 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:44:17 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:17 go: downloading gotest.tools/v3 v3.1.0
13:44:17 go: downloading github.com/creack/pty v1.1.11
13:44:17 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:17 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:17 #38 2.113 + cd /tmp/tmp.gFu2rq2Lax/src/github.com/opencontainers/runc
13:44:17 #38 2.113 + git checkout -q v1.1.1
13:44:17 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:17 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64.rpm
13:44:17 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xSkz85
13:44:17 + umask 022
13:44:17 + cd /root/rpmbuild/BUILD
13:44:17 + cd src
13:44:17 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:44:17 + RPM_EC=0
13:44:17 ++ jobs -p
13:44:17 + exit 0
13:44:17 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MUmqQE
13:44:17 + umask 022
13:44:17 + cd /root/rpmbuild/BUILD
13:44:17 + cd /root/rpmbuild/BUILD
13:44:17 + rm -rf src
13:44:17 + /usr/bin/mkdir -p src
13:44:17 + cd src
13:44:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:44:17 + /usr/bin/tar -xof -
13:44:17 + STATUS=0
13:44:17 + '[' 0 -ne 0 ']'
13:44:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:44:17 + /usr/bin/tar -xof -
13:44:17 + STATUS=0
13:44:17 + '[' 0 -ne 0 ']'
13:44:17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:44:17 + RPM_EC=0
13:44:17 ++ jobs -p
13:44:17 + exit 0
13:44:17 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DCCkik
13:44:17 + umask 022
13:44:17 + cd /root/rpmbuild/BUILD
13:44:17 + cd src
13:44:17 + mkdir -p /go/src/github.com/docker
13:44:17 + rm -f /go/src/github.com/docker/cli
13:44:17 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:44:17 + pushd /go/src/github.com/docker/cli
13:44:17 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:44:17 + VERSION=0.0.0-20220503081348-bfa9b40
13:44:17 + GITCOMMIT=bfa9b40
13:44:17 + GO_LINKMODE=dynamic
13:44:17 + ./scripts/build/binary
13:44:17 Building dynamic docker-linux-amd64
13:44:17 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:44:15Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:44:17 #38 2.244 + '[' -z '' ']'
13:44:17 #38 2.244 + target=static
13:44:17 #38 2.244 + make BUILDTAGS=seccomp static
13:44:17 #38 2.452 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc .
13:44:17 go: downloading github.com/docker/go-units v0.4.0
13:44:17 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:17 go: downloading github.com/moby/buildkit v0.10.2
13:44:17 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:18 #23 117.2 Selecting previously unselected package g++-powerpc64le-linux-gnu.
13:44:18 #23 117.2 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:44:18 #23 117.2 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:44:18 #23 117.2 Selecting previously unselected package crossbuild-essential-ppc64el.
13:44:18 #23 117.2 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
13:44:18 #23 117.2 Unpacking crossbuild-essential-ppc64el (12.9) ...
13:44:18 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:18 #23 117.2 Selecting previously unselected package libc6-s390x-cross.
13:44:18 #23 117.2 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
13:44:18 #23 117.2 Unpacking libc6-s390x-cross (2.31-9cross4) ...
13:44:18 #23 117.4 Selecting previously unselected package libgcc-s1-s390x-cross.
13:44:18 #23 117.4 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
13:44:18 #23 117.4 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
13:44:18 #23 117.4 Selecting previously unselected package libgomp1-s390x-cross.
13:44:18 #23 117.4 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
13:44:18 #23 117.4 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
13:44:18 #23 117.5 Selecting previously unselected package libitm1-s390x-cross.
13:44:18 #23 117.5 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
13:44:18 #23 117.5 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
13:44:18 #23 117.5 Selecting previously unselected package libatomic1-s390x-cross.
13:44:18 go: downloading golang.org/x/text v0.3.7
13:44:18 go: downloading github.com/docker/go-connections v0.4.0
13:44:18 #23 117.5 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
13:44:18 #23 117.5 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
13:44:18 #23 117.5 Selecting previously unselected package libasan6-s390x-cross.
13:44:18 #23 117.5 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
13:44:18 #23 117.6 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
13:44:18 #23 117.8 Selecting previously unselected package libstdc++6-s390x-cross.
13:44:18 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:18 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:18 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:18 #23 117.8 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
13:44:18 #23 117.8 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
13:44:18 #23 117.9 Selecting previously unselected package libubsan1-s390x-cross.
13:44:18 #23 117.9 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
13:44:18 #23 117.9 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
13:44:18 #23 118.0 Selecting previously unselected package libgcc-10-dev-s390x-cross.
13:44:18 #23 118.0 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
13:44:18 #23 118.0 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
13:44:18 go: downloading github.com/gogo/protobuf v1.3.2
13:44:18 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:19 #23 118.1 Selecting previously unselected package gcc-10-s390x-linux-gnu.
13:44:19 #23 118.1 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:44:19 #23 118.1 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:44:19 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:19 go: downloading golang.org/x/text v0.3.7
13:44:19 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:20 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:20 go: downloading github.com/containerd/containerd v1.6.3
13:44:20 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.rpm
13:44:20 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Zze0AF
13:44:20 + umask 022
13:44:20 + cd /root/rpmbuild/BUILD
13:44:20 + cd src
13:44:20 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:44:20 + RPM_EC=0
13:44:20 ++ jobs -p
13:44:20 + exit 0
13:44:20 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6mOZT2
13:44:20 + umask 022
13:44:20 + cd /root/rpmbuild/BUILD
13:44:20 + cd /root/rpmbuild/BUILD
13:44:20 + rm -rf src
13:44:20 + /usr/bin/mkdir -p src
13:44:20 + cd src
13:44:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:44:20 + /usr/bin/tar -xof -
13:44:20 + STATUS=0
13:44:20 + '[' 0 -ne 0 ']'
13:44:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:44:20 + /usr/bin/tar -xof -
13:44:20 + STATUS=0
13:44:20 + '[' 0 -ne 0 ']'
13:44:20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:44:20 + RPM_EC=0
13:44:20 ++ jobs -p
13:44:20 + exit 0
13:44:20 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SPx4l7
13:44:20 + umask 022
13:44:20 + cd /root/rpmbuild/BUILD
13:44:20 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:44:20 + export CFLAGS
13:44:20 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:44:20 + export CXXFLAGS
13:44:20 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:44:20 + export FFLAGS
13:44:20 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:44:20 + export FCFLAGS
13:44:20 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.ld'
13:44:20 + export LDFLAGS
13:44:20 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:44:20 + export LT_SYS_LIBRARY_PATH
13:44:20 + CC=gcc
13:44:20 + export CC
13:44:20 + CXX=g++
13:44:20 + export CXX
13:44:20 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:44:20 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220503081348.bfa9b40-0.fc36 x86_64
13:44:20 + cd src
13:44:20 + mkdir -p /go/src/github.com/docker
13:44:20 + rm -f /go/src/github.com/docker/cli
13:44:20 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:44:20 + pushd /go/src/github.com/docker/cli
13:44:20 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:44:20 + VERSION=0.0.0-20220503081348-bfa9b40
13:44:20 + GITCOMMIT=bfa9b40
13:44:20 + GO_LINKMODE=dynamic
13:44:20 + ./scripts/build/binary
13:44:20 Building dynamic docker-linux-amd64
13:44:20 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:44:18Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:44:20 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:20 go: downloading github.com/containerd/containerd v1.6.3
13:44:21 go: downloading github.com/gogo/protobuf v1.3.2
13:44:21 go: downloading github.com/moby/sys/signal v0.7.0
13:44:21 #14 113.2 + xx-verify --static /usr/bin/buildx
13:44:21 #14 DONE 114.3s
13:44:21 
13:44:21 #15 [darwin/amd64 binaries-unix 1/1] COPY --from=buildx-build /usr/bin/buildx /
13:44:21 #15 DONE 0.1s
13:44:21 
13:44:21 #16 exporting to client
13:44:21 #16 copying files darwin/amd64 6.49MB 0.1s
13:44:21 #16 copying files darwin/amd64 53.57MB 0.9s done
13:44:21 #16 DONE 0.9s
13:44:21 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/darwin/amd64 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/darwin/amd64/docker-0.0.0-20220503081348-bfa9b40.tar.tgz docker
13:44:21 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/darwin/amd64 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/darwin/amd64/docker-buildx-plugin-0.8.2.tar.gz docker-buildx
13:44:21 + cd /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/darwin/amd64
13:44:21 + rm -r docker-buildx/ docker/
13:44:21 + tar -zvcf /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/bundles-ce-static-darwin-x86_64.tar.gz .
13:44:21 ./
13:44:21 ./docker-0.0.0-20220503081348-bfa9b40.tar.tgz
13:44:21 ./docker-buildx-plugin-0.8.2.tar.gz
13:44:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] sh
13:44:21 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:21 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:21 go: downloading github.com/moby/sys/signal v0.7.0
13:44:21 + make clean
13:44:21 Unable to find image 'alpine:latest' locally
13:44:22 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:22 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:44:22 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:22 go: downloading github.com/urfave/cli/v2 v2.4.0
13:44:22 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:44:22 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:44:22 go: downloading github.com/google/uuid v1.3.0
13:44:22 go: downloading github.com/moby/vpnkit v0.5.0
13:44:22 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:44:22 go: downloading github.com/gofrs/flock v0.8.1
13:44:22 go: downloading github.com/gorilla/mux v1.8.0
13:44:22 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:44:22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:22 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:44:22 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:44:22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:22 latest: Pulling from library/alpine
13:44:22 df9b9388f04a: Pulling fs layer
13:44:22 df9b9388f04a: Verifying Checksum
13:44:22 df9b9388f04a: Download complete
13:44:22 go: downloading github.com/containerd/containerd v1.6.3
13:44:22 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:22 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:22 go: downloading github.com/morikuni/aec v1.0.0
13:44:22 go: downloading github.com/pkg/errors v0.9.1
13:44:22 go: downloading github.com/google/go-cmp v0.5.7
13:44:22 go: downloading gotest.tools/v3 v3.1.0
13:44:22 go: downloading github.com/docker/go-units v0.4.0
13:44:22 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:22 go: downloading github.com/docker/go-connections v0.4.0
13:44:22 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:22 df9b9388f04a: Pull complete
13:44:22 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:44:22 Status: Downloaded newer image for alpine:latest
13:44:22 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:44:22 + for f in rootlesskit rootlesskit-docker-proxy
13:44:22 + GOBIN=/usr/local/bin
13:44:22 + GO111MODULE=on
13:44:22 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:44:22 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:22 go: downloading golang.org/x/text v0.3.7
13:44:23 #23 122.5 Selecting previously unselected package gcc-s390x-linux-gnu.
13:44:23 #23 122.5 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:44:23 #23 122.5 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
13:44:23 #23 122.6 Selecting previously unselected package linux-libc-dev-s390x-cross.
13:44:23 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:23 + return
13:44:23 # Build the CLI
13:44:23 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:44:23 #23 122.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
13:44:23 #23 122.6 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
13:44:23 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:23 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:23 Building dynamic docker-linux-arm-v6
13:44:23 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:39Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:44:23 #23 122.8 Selecting previously unselected package libc6-dev-s390x-cross.
13:44:23 #23 122.8 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
13:44:23 #23 122.8 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
13:44:23 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:44:23 go: downloading github.com/containerd/containerd v1.6.3
13:44:24 #23 123.0 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
13:44:24 #23 123.0 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
13:44:24 #23 123.0 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
13:44:24 #23 123.3 Selecting previously unselected package g++-10-s390x-linux-gnu.
13:44:24 go: downloading github.com/moby/sys/signal v0.7.0
13:44:24 #23 123.3 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
13:44:24 #23 123.3 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:44:24 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:44:24 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:44:24 go: downloading github.com/moby/buildkit v0.10.2
13:44:24 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:24 go: downloading github.com/urfave/cli/v2 v2.4.0
13:44:24 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:44:24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:44:24 go: downloading github.com/google/uuid v1.3.0
13:44:24 go: downloading github.com/moby/vpnkit v0.5.0
13:44:24 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:44:24 go: downloading github.com/gofrs/flock v0.8.1
13:44:24 go: downloading github.com/gorilla/mux v1.8.0
13:44:24 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:44:24 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:24 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:44:24 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:44:24 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:24 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:24 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:24 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:25 go: downloading github.com/imdario/mergo v0.3.12
13:44:25 go: downloading github.com/moby/buildkit v0.10.2
13:44:25 go: downloading github.com/gogo/protobuf v1.3.2
13:44:25 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:25 go: downloading github.com/moby/sys/signal v0.7.0
13:44:25 + for f in rootlesskit rootlesskit-docker-proxy
13:44:25 + GOBIN=/usr/local/bin
13:44:25 + GO111MODULE=on
13:44:25 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:44:25 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:25 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:44:26 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:26 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:26 go: downloading github.com/creack/pty v1.1.11
13:44:26 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:26 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:44:26 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:26 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:26 go: downloading github.com/gorilla/mux v1.8.0
13:44:26 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:26 go: downloading github.com/imdario/mergo v0.3.12
13:44:26 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:26 + return
13:44:26 # Build the CLI
13:44:26 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:44:26 Building dynamic docker-linux-arm-v6
13:44:26 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:31Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:44:26 go: downloading github.com/moby/buildkit v0.10.2
13:44:26 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:27 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:27 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:27 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:27 + for f in rootlesskit rootlesskit-docker-proxy
13:44:27 + GOBIN=/usr/local/bin
13:44:27 + GO111MODULE=on
13:44:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:44:27 go: downloading github.com/creack/pty v1.1.11
13:44:27 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:27 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:27 make -C rpm clean
13:44:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:44:27 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:44:27 rm -f -r rpmbuild/
13:44:27 docker builder prune -f --filter until=24h
13:44:27 Total reclaimed space: 0B
13:44:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:44:27 make -C deb clean
13:44:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:44:27 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:44:27 rm -f -r debbuild
13:44:27 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:44:27 rm -f -r sources
13:44:27 docker builder prune -f --filter until=24h
13:44:27 Total reclaimed space: 0B
13:44:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:44:27 make -C static clean
13:44:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:44:27 Removing build artifacts
13:44:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:44:27 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:27 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:44:27 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:27 go: downloading github.com/containerd/containerd v1.6.3
13:44:28 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:28 go: downloading github.com/moby/buildkit v0.10.2
13:44:28 #23 127.6 Selecting previously unselected package g++-s390x-linux-gnu.
13:44:28 #23 127.6 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
13:44:28 #23 127.6 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
13:44:28 #23 127.7 Selecting previously unselected package crossbuild-essential-s390x.
13:44:28 #23 127.7 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
13:44:28 #23 127.7 Unpacking crossbuild-essential-s390x (12.9) ...
13:44:28 #23 127.7 Setting up libconfig-inifiles-perl (3.000003-1) ...
13:44:28 #23 127.7 Setting up libfile-which-perl (1.23-1) ...
13:44:28 #23 127.7 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
13:44:28 #23 127.7 Setting up libc6-armhf-cross (2.31-9cross4) ...
13:44:28 #23 127.8 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
13:44:28 #23 127.8 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:44:28 #23 127.8 Setting up libicu67:amd64 (67.1-7) ...
13:44:28 #23 127.8 Setting up libmagic-mgc (1:5.39-3) ...
13:44:28 #23 127.8 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
13:44:28 #23 127.8 Setting up libc6-s390x-cross (2.31-9cross4) ...
13:44:28 #23 127.8 Setting up libmagic1:amd64 (1:5.39-3) ...
13:44:28 #23 127.8 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:44:28 #23 127.8 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
13:44:28 #23 127.9 Setting up file (1:5.39-3) ...
13:44:28 #23 127.9 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
13:44:28 #23 127.9 Setting up bzip2 (1.0.8-4) ...
13:44:28 #23 127.9 Setting up libyaml-perl (1.30-1) ...
13:44:28 #23 127.9 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
13:44:28 #23 127.9 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:44:28 #23 127.9 Setting up libio-string-perl (1.08-3.1) ...
13:44:28 #23 127.9 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
13:44:28 #23 127.9 Setting up cross-config (2.6.18+nmu1) ...
13:44:29 go: downloading github.com/gogo/protobuf v1.3.2
13:44:29 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:29 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:29 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:29 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:29 go: downloading github.com/morikuni/aec v1.0.0
13:44:29 go: downloading github.com/pkg/errors v0.9.1
13:44:29 go: downloading github.com/google/go-cmp v0.5.7
13:44:29 go: downloading gotest.tools/v3 v3.1.0
13:44:29 go: downloading github.com/docker/go-units v0.4.0
13:44:29 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:29 go: downloading github.com/docker/go-connections v0.4.0
13:44:29 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:29 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:29 go: downloading golang.org/x/text v0.3.7
13:44:29 #23 128.0 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
13:44:29 #23 128.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:44:29 #23 128.1 Setting up libc6-arm64-cross (2.31-9cross4) ...
13:44:29 #23 128.1 Setting up patch (2.7.6-7) ...
13:44:29 #23 128.1 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
13:44:29 #23 128.1 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
13:44:29 #23 128.1 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
13:44:29 #23 128.1 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
13:44:29 #23 128.1 Setting up libc6-armel-cross (2.31-9cross4) ...
13:44:29 #23 128.1 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
13:44:29 #23 128.1 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
13:44:29 #23 128.2 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
13:44:29 #23 128.2 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
13:44:29 #23 128.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
13:44:29 #23 128.2 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:44:29 #23 128.2 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
13:44:29 #23 128.2 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
13:44:29 #23 128.2 Setting up libfile-homedir-perl (1.006-1) ...
13:44:29 #23 128.2 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
13:44:29 #23 128.2 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
13:44:29 #23 128.3 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ...
13:44:29 #23 128.3 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:44:29 #23 128.3 Setting up liblocale-gettext-perl (1.07-4+b1) ...
13:44:29 #23 128.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:44:29 go: downloading github.com/moby/sys/signal v0.7.0
13:44:29 + return
13:44:29 # Build the CLI
13:44:29 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:44:29 Building dynamic docker-linux-arm-v6
13:44:29 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:44Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:44:29 #23 128.3 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
13:44:29 #23 128.3 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:44:29 #23 128.3 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
13:44:29 #23 128.4 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
13:44:29 #23 128.4 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
13:44:29 #23 128.4 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
13:44:29 #23 128.4 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
13:44:29 #23 128.4 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
13:44:29 #23 128.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
13:44:29 #23 128.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
13:44:29 #23 128.4 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
13:44:29 #23 128.4 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
13:44:29 #23 128.4 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
13:44:29 #23 128.5 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
13:44:29 #23 128.5 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
13:44:29 #23 128.5 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
13:44:29 #23 128.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
13:44:29 #23 128.5 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
13:44:29 #23 128.5 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
13:44:29 #23 128.5 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
13:44:29 #23 128.5 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
13:44:29 #23 128.5 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
13:44:29 #23 128.6 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
13:44:29 #23 128.6 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:44:29 #23 128.6 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:44:29 #23 128.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:44:29 #23 128.8 
13:44:29 #23 128.8 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:44:29 #23 128.8 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
13:44:29 #23 128.9 Setting up dpkg-dev (1.20.9) ...
13:44:29 #23 128.9 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
13:44:29 #23 128.9 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
13:44:29 #23 128.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
13:44:29 #23 128.9 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
13:44:29 #23 128.9 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
13:44:29 #23 128.9 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
13:44:29 #23 128.9 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:44:29 #23 128.9 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
13:44:29 #23 129.0 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
13:44:29 #23 129.0 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
13:44:29 #23 129.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
13:44:29 #23 129.0 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
13:44:29 #23 129.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:44:29 #23 129.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:44:29 go: downloading github.com/gogo/protobuf v1.3.2
13:44:30 #23 129.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:44:30 #23 129.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:44:30 #23 129.3 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:44:30 #23 129.3 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:44:30 #23 129.3 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
13:44:30 #23 129.3 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
13:44:30 #23 129.4 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
13:44:30 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:44:30 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:30 #23 129.4 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
13:44:30 #23 129.4 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
13:44:30 #23 129.4 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:44:30 #23 129.4 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
13:44:30 #23 129.4 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
13:44:30 #23 129.4 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
13:44:30 #23 129.4 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
13:44:30 #23 129.5 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
13:44:30 #23 129.5 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
13:44:30 #23 129.5 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
13:44:30 #23 129.5 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
13:44:30 #23 129.5 Setting up libxml-simple-perl (2.25-1) ...
13:44:30 #23 129.5 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
13:44:30 #23 129.5 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:44:30 #23 129.5 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
13:44:30 #23 129.5 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:44:30 #23 129.5 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
13:44:30 #23 129.5 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
13:44:30 #23 129.6 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
13:44:30 #23 129.6 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:44:30 #23 129.6 Setting up libconfig-auto-perl (0.44-1.1) ...
13:44:30 #23 129.6 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
13:44:30 #23 129.6 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
13:44:30 #23 129.6 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
13:44:30 #23 129.6 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:44:30 #23 129.6 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
13:44:30 #23 129.6 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
13:44:30 #23 129.7 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
13:44:30 #23 129.7 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
13:44:30 #23 129.7 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
13:44:30 #23 129.7 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
13:44:30 #23 129.7 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:44:30 #23 129.7 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
13:44:30 #23 129.7 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
13:44:30 #23 129.7 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:44:30 #23 129.8 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
13:44:30 #23 129.8 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
13:44:30 #23 129.8 Setting up dpkg-cross (2.6.18+nmu1) ...
13:44:30 #23 129.8 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
13:44:30 #23 129.8 Setting up crossbuild-essential-armel (12.9) ...
13:44:30 #23 129.8 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
13:44:30 #23 129.8 Setting up crossbuild-essential-armhf (12.9) ...
13:44:30 #23 129.9 Setting up crossbuild-essential-arm64 (12.9) ...
13:44:30 #23 129.9 Setting up crossbuild-essential-s390x (12.9) ...
13:44:30 #23 129.9 Setting up crossbuild-essential-ppc64el (12.9) ...
13:44:30 #23 129.9 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:44:30 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:31 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:44:31 make[2]: Entering directory '/root/build-deb/cli'
13:44:31 scripts/docs/generate-man.sh
13:44:31 + cp -r . /tmp/docker-cli-docsgen.kQnUvbtLsU/
13:44:31 + cd /tmp/docker-cli-docsgen.kQnUvbtLsU
13:44:31 + ./scripts/vendor init
13:44:31 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:44:31 + cp man/tools.go .
13:44:31 + ./scripts/vendor update
13:44:31 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:44:31 go: downloading github.com/spf13/cobra v1.4.0
13:44:31 go: downloading github.com/spf13/pflag v1.0.5
13:44:31 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:44:31 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:31 go: downloading github.com/urfave/cli/v2 v2.4.0
13:44:31 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:44:31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:44:31 go: downloading github.com/google/uuid v1.3.0
13:44:31 go: downloading github.com/moby/vpnkit v0.5.0
13:44:31 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:44:31 go: downloading github.com/gofrs/flock v0.8.1
13:44:31 go: downloading github.com/gorilla/mux v1.8.0
13:44:31 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:44:31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:31 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:44:31 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:44:31 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:31 go: downloading github.com/moby/buildkit v0.10.2
13:44:31 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:31 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:31 go: downloading github.com/urfave/cli/v2 v2.4.0
13:44:31 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:44:31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:44:31 go: downloading github.com/google/uuid v1.3.0
13:44:31 go: downloading github.com/moby/vpnkit v0.5.0
13:44:31 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:44:31 go: downloading github.com/gofrs/flock v0.8.1
13:44:31 go: downloading github.com/gorilla/mux v1.8.0
13:44:31 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:44:31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:31 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:44:31 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:44:31 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:31 #23 DONE 131.1s
13:44:31 
13:44:31 #24 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
13:44:32 go: downloading github.com/gogo/protobuf v1.3.2
13:44:32 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:32 #24 DONE 0.2s
13:44:32 
13:44:32 #25 [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
13:44:32 #25 0.253 + RM_GOPATH=0
13:44:32 #25 0.254 + TMP_GOPATH=
13:44:32 #25 0.254 + : /build
13:44:32 #25 0.254 + '[' -z '' ']'
13:44:32 #25 0.255 ++ mktemp -d
13:44:32 #25 0.256 + export GOPATH=/tmp/tmp.O2JKzpAR7H
13:44:32 #25 0.256 + GOPATH=/tmp/tmp.O2JKzpAR7H
13:44:32 #25 0.257 + RM_GOPATH=1
13:44:32 #25 0.257 + case "$(go env GOARCH)" in
13:44:32 #25 0.258 ++ go env GOARCH
13:44:32 #25 0.271 + export GO_BUILDMODE=-buildmode=pie
13:44:32 #25 0.271 + GO_BUILDMODE=-buildmode=pie
13:44:32 #25 0.276 ++ dirname /install.sh
13:44:32 #25 0.278 + dir=/
13:44:32 #25 0.278 + bin=rootlesskit
13:44:32 #25 0.278 + shift
13:44:32 #25 0.278 + '[' '!' -f //rootlesskit.installer ']'
13:44:32 #25 0.278 + . //rootlesskit.installer
13:44:32 #25 0.279 ++ : 1920341cd41e047834a21007424162a2dc946315
13:44:32 #25 0.279 + install_rootlesskit
13:44:32 #25 0.279 + case "$1" in
13:44:32 #25 0.279 + export CGO_ENABLED=0
13:44:32 #25 0.279 + CGO_ENABLED=0
13:44:32 #25 0.279 + _install_rootlesskit
13:44:32 #25 0.280 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:44:32 #25 0.281 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:44:32 #25 0.281 + for f in rootlesskit rootlesskit-docker-proxy
13:44:32 #25 0.281 + GOBIN=/build
13:44:32 #25 0.281 + GO111MODULE=on
13:44:32 #25 0.281 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:44:32 #25 0.698 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:44:32 + for f in rootlesskit rootlesskit-docker-proxy
13:44:32 + GOBIN=/usr/local/bin
13:44:32 + GO111MODULE=on
13:44:32 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:44:33 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:33 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:33 make[2]: Entering directory '/root/build-deb/cli'
13:44:33 scripts/docs/generate-man.sh
13:44:33 + cp -r . /tmp/docker-cli-docsgen.gzc1l3o3US/
13:44:33 + cd /tmp/docker-cli-docsgen.gzc1l3o3US
13:44:33 + ./scripts/vendor init
13:44:33 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:44:33 + cp man/tools.go .
13:44:33 + ./scripts/vendor update
13:44:33 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:44:33 go: downloading github.com/spf13/cobra v1.4.0
13:44:33 go: downloading github.com/spf13/pflag v1.0.5
13:44:33 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:44:33 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:33 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:33 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:33 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:33 + return
13:44:33 # Build the CLI
13:44:33 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:44:33 Building dynamic docker-linux-arm-v6
13:44:33 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:46Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:44:33 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:34 go: downloading github.com/imdario/mergo v0.3.12
13:44:34 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:34 #25 1.806 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:34 #25 1.812 go: downloading github.com/urfave/cli/v2 v2.4.0
13:44:34 #25 1.996 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:44:34 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:34 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:34 go: downloading github.com/imdario/mergo v0.3.12
13:44:34 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:44:34 + make manpages
13:44:34 scripts/docs/generate-man.sh
13:44:34 + cp -r . /tmp/docker-cli-docsgen.dpZYuib1fy/
13:44:34 + cd /tmp/docker-cli-docsgen.dpZYuib1fy
13:44:34 + ./scripts/vendor init
13:44:34 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:44:34 + cp man/tools.go .
13:44:34 + ./scripts/vendor update
13:44:34 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:44:34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:34 go: downloading github.com/spf13/cobra v1.4.0
13:44:34 go: downloading github.com/spf13/pflag v1.0.5
13:44:34 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:44:34 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:34 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:34 go: downloading github.com/morikuni/aec v1.0.0
13:44:34 go: downloading github.com/pkg/errors v0.9.1
13:44:34 go: downloading github.com/google/go-cmp v0.5.7
13:44:34 go: downloading gotest.tools/v3 v3.1.0
13:44:34 go: downloading github.com/docker/go-units v0.4.0
13:44:34 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:34 go: downloading github.com/docker/go-connections v0.4.0
13:44:34 go: downloading github.com/sirupsen/logrus v1.8.1
13:44:34 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:34 go: downloading golang.org/x/text v0.3.7
13:44:34 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:34 go: downloading github.com/containerd/containerd v1.6.3
13:44:34 go: downloading github.com/moby/sys/signal v0.7.0
13:44:34 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:44:34 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:44:34 go: downloading github.com/moby/buildkit v0.10.2
13:44:34 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:34 go: downloading github.com/gogo/protobuf v1.3.2
13:44:34 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:34 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:34 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:34 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:34 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:34 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:34 go: downloading github.com/creack/pty v1.1.11
13:44:34 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:34 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:34 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:34 go: downloading github.com/imdario/mergo v0.3.12
13:44:34 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:34 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:34 go: downloading github.com/creack/pty v1.1.11
13:44:34 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:34 go: downloading github.com/gorilla/mux v1.8.0
13:44:34 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:35 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:35 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:35 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:35 #25 2.983 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:44:35 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:35 #25 3.271 go: downloading github.com/google/uuid v1.3.0
13:44:35 #25 3.305 go: downloading github.com/moby/vpnkit v0.5.0
13:44:35 go: downloading github.com/creack/pty v1.1.11
13:44:35 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:35 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:35 go: downloading github.com/containerd/containerd v1.6.3
13:44:35 #25 3.312 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:44:35 #25 3.357 go: downloading github.com/gofrs/flock v0.8.1
13:44:35 #25 3.379 go: downloading github.com/gorilla/mux v1.8.0
13:44:35 #25 3.456 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:44:35 #25 3.610 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:35 #25 3.735 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:44:35 go: downloading github.com/imdario/mergo v0.3.12
13:44:35 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:35 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:35 go: downloading github.com/gogo/protobuf v1.3.2
13:44:35 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:36 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:36 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:36 go: downloading github.com/moby/sys/signal v0.7.0
13:44:36 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:44:36 go: downloading github.com/stretchr/testify v1.7.0
13:44:36 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:44:36 go: downloading github.com/rivo/uniseg v0.2.0
13:44:36 go: downloading github.com/klauspost/compress v1.15.1
13:44:36 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:44:36 go: downloading github.com/moby/sys/symlink v0.2.0
13:44:36 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:44:36 go: downloading github.com/opencontainers/runc v1.1.1
13:44:36 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:44:36 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:44:36 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:44:36 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:44:36 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:44:36 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:44:36 go: downloading google.golang.org/grpc v1.45.0
13:44:36 go: downloading github.com/creack/pty v1.1.11
13:44:36 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:36 #25 4.462 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:44:36 #25 4.531 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:36 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:44:36 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:44:36 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:44:36 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:44:36 go: downloading github.com/Microsoft/go-winio v0.5.2
13:44:36 go: downloading github.com/russross/blackfriday v1.6.0
13:44:36 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:44:36 go: downloading github.com/davecgh/go-spew v1.1.1
13:44:36 go: downloading github.com/pmezard/go-difflib v1.0.0
13:44:36 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:44:36 go: downloading github.com/miekg/pkcs11 v1.1.1
13:44:36 go: downloading github.com/prometheus/client_golang v1.12.1
13:44:36 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:37 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:44:37 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:44:37 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:44:37 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:44:37 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:37 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:44:37 go: downloading github.com/golang/protobuf v1.5.2
13:44:37 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:44:37 + for f in rootlesskit rootlesskit-docker-proxy
13:44:37 + GOBIN=/usr/local/bin
13:44:37 + GO111MODULE=on
13:44:37 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:44:38 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:38 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:38 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:38 make[2]: Entering directory '/root/build-deb/cli'
13:44:38 scripts/docs/generate-man.sh
13:44:38 + cp -r . /tmp/docker-cli-docsgen.lHs1L89V72/
13:44:38 + cd /tmp/docker-cli-docsgen.lHs1L89V72
13:44:38 + ./scripts/vendor init
13:44:38 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:44:38 + cp man/tools.go .
13:44:38 + ./scripts/vendor update
13:44:38 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:44:38 go: downloading github.com/spf13/cobra v1.4.0
13:44:38 go: downloading github.com/spf13/pflag v1.0.5
13:44:38 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:44:38 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:44:38 + return
13:44:38 # Build the CLI
13:44:38 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:44:38 Building dynamic docker-linux-arm-v6
13:44:38 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:54Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:44:38 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:44:38 go: downloading github.com/beorn7/perks v1.0.1
13:44:38 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:44:38 go: downloading github.com/prometheus/client_model v0.2.0
13:44:38 go: downloading github.com/prometheus/common v0.32.1
13:44:38 go: downloading github.com/prometheus/procfs v0.7.3
13:44:38 go: downloading google.golang.org/protobuf v1.27.1
13:44:38 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:44:38 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:44:38 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:44:38 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:44:38 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:44:38 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:44:38 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:44:38 go: downloading github.com/kr/text v0.2.0
13:44:38 go: downloading github.com/docker/go-metrics v0.0.1
13:44:38 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:44:38 go: downloading github.com/BurntSushi/toml v0.3.1
13:44:38 go: downloading github.com/kr/pretty v0.2.1
13:44:38 go: downloading github.com/magiconair/properties v1.5.3
13:44:38 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:44:38 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:44:38 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:44:38 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:44:38 + go mod vendor -modfile=vendor.mod
13:44:39 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:39 go: downloading github.com/imdario/mergo v0.3.12
13:44:39 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:39 make[2]: Entering directory '/root/build-deb/cli'
13:44:39 scripts/docs/generate-man.sh
13:44:39 + cp -r . /tmp/docker-cli-docsgen.VqjqbU93Bg/
13:44:39 + cd /tmp/docker-cli-docsgen.VqjqbU93Bg
13:44:39 + ./scripts/vendor init
13:44:39 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:44:39 + cp man/tools.go .
13:44:39 + ./scripts/vendor update
13:44:39 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:44:39 go: downloading github.com/spf13/cobra v1.4.0
13:44:39 go: downloading github.com/spf13/pflag v1.0.5
13:44:39 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:44:39 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:39 + for f in rootlesskit rootlesskit-docker-proxy
13:44:39 + GOBIN=/usr/local/bin
13:44:39 + GO111MODULE=on
13:44:39 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:44:40 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:44:40 go: downloading github.com/creack/pty v1.1.11
13:44:40 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:40 + return
13:44:40 # Build the CLI
13:44:40 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20220503081348-bfa9b40 GITCOMMIT=bfa9b40 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
13:44:40 Building dynamic docker-linux-arm-v6
13:44:40 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:41:48Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
13:44:40 go: downloading github.com/gorilla/mux v1.8.0
13:44:40 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:40 go: downloading github.com/moby/buildkit v0.10.2
13:44:41 #38 106.0 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:44:41 #38 106.5 Copying nested executables into /build/bundles/binary-daemon
13:44:41 #38 107.8 Building: /build/bundles/binary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:44:41 #38 107.8 GOOS="" GOARCH="" GOARM=""
13:44:41 #38 108.1 Created binary: /build/bundles/binary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:44:41 #38 108.1 
13:44:41 #38 DONE 108.6s
13:44:41 
13:44:41 #39 [binary 1/1] COPY --from=build-binary /build/bundles/ /
13:44:41 #39 DONE 0.2s
13:44:41 
13:44:41 #40 exporting to client
13:44:41 #40 copying files 6.00MB 0.1s
13:44:42 #25 ...
13:44:42 
13:44:42 #26 [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
13:44:42 #0 0.715 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:44:42 #0 0.719 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:44:42 #0 0.748 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:44:42 #0 1.006 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:44:42 #0 1.232 Get:5 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:44:42 #0 1.618 Get:6 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:44:42 #0 2.102 Get:7 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:44:42 #0 2.685 Get:8 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:44:42 #0 3.145 Get:9 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:44:42 #0 3.414 Get:10 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:44:42 #0 3.418 Get:11 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:44:42 #0 3.422 Get:12 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:44:42 #0 3.423 Get:13 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB]
13:44:42 #0 3.426 Get:14 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:44:42 #0 3.427 Get:15 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:44:42 #0 3.567 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:44:42 #0 3.568 Get:17 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:44:42 #0 3.570 Get:18 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:44:42 #0 3.571 Get:19 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:44:42 #0 3.572 Get:20 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:44:42 #0 3.572 Get:21 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:44:42 #26 ...
13:44:42 
13:44:42 #27 [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
13:44:42 #0 0.723 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:44:42 #0 0.744 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:44:42 #0 0.745 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:44:42 #0 0.983 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB]
13:44:42 #0 1.009 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:44:42 #0 1.015 Get:6 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:44:42 #0 1.018 Get:7 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:44:42 #0 1.028 Get:8 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:44:42 #0 1.032 Get:9 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:44:42 #0 1.426 Get:10 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:44:42 #0 1.683 Get:11 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:44:42 #0 1.926 Get:12 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:44:42 #0 2.257 Get:13 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:44:42 #0 2.611 Get:14 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:44:42 #0 2.842 Get:15 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:44:42 #0 3.109 Get:16 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:44:42 #0 3.110 Get:17 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:44:42 #0 3.112 Get:18 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:44:42 #0 3.113 Get:19 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:44:42 #0 3.114 Get:20 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:44:42 #0 3.115 Get:21 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:44:42 #27 ...
13:44:42 
13:44:42 #28 [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
13:44:42 #0 0.656 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
13:44:42 #0 0.657 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
13:44:42 #0 0.667 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
13:44:42 #0 0.803 Get:4 http://security.debian.org/debian-security bullseye-security/main armel Packages [128 kB]
13:44:42 #0 0.834 Get:5 http://security.debian.org/debian-security bullseye-security/main armhf Packages [129 kB]
13:44:42 #0 0.835 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [127 kB]
13:44:42 #0 0.836 Get:7 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [126 kB]
13:44:42 #0 0.836 Get:8 http://security.debian.org/debian-security bullseye-security/main s390x Packages [121 kB]
13:44:42 #0 0.838 Get:9 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB]
13:44:42 #0 1.265 Get:10 http://deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
13:44:42 #0 1.561 Get:11 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
13:44:42 #0 2.036 Get:12 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
13:44:42 #0 2.546 Get:13 http://deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
13:44:42 #0 3.009 Get:14 http://deb.debian.org/debian bullseye/main armel Packages [7865 kB]
13:44:42 #0 3.362 Get:15 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
13:44:42 #0 3.658 Get:16 http://deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
13:44:42 #0 3.659 Get:17 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
13:44:42 #0 3.660 Get:18 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B]
13:44:42 #0 3.661 Get:19 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
13:44:42 #0 3.666 Get:20 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
13:44:42 #0 3.670 Get:21 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
13:44:42 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:42 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:42 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:42 go: downloading github.com/opencontainers/go-digest v1.0.0
13:44:43 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:43 go: downloading gopkg.in/yaml.v2 v2.4.0
13:44:43 #40 copying files 206.93MB 3.5s done
13:44:43 #40 DONE 3.5s
13:44:43 + mkdir -p ./bundles/linux/amd64
13:44:43 + cp -r ./bundles/binary-daemon/containerd ./bundles/binary-daemon/containerd-shim ./bundles/binary-daemon/containerd-shim-runc-v2 ./bundles/binary-daemon/containerd-shim-runc-v2.md5 ./bundles/binary-daemon/containerd-shim-runc-v2.sha256 ./bundles/binary-daemon/containerd-shim.md5 ./bundles/binary-daemon/containerd-shim.sha256 ./bundles/binary-daemon/containerd.md5 ./bundles/binary-daemon/containerd.sha256 ./bundles/binary-daemon/ctr ./bundles/binary-daemon/ctr.md5 ./bundles/binary-daemon/ctr.sha256 ./bundles/binary-daemon/docker-init ./bundles/binary-daemon/docker-init.md5 ./bundles/binary-daemon/docker-init.sha256 ./bundles/binary-daemon/docker-proxy ./bundles/binary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 ./bundles/binary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.md5 ./bundles/binary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.sha256 ./bundles/binary-daemon/dockerd ./bundles/binary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 ./bundles/binary-daemon/dockerd-0.0.0-20220503081348-bfa9b40.md5 ./bundles/binary-daemon/dockerd-0.0.0-20220503081348-bfa9b40.sha256 ./bundles/binary-daemon/dockerd-rootless-setuptool.sh ./bundles/binary-daemon/dockerd-rootless-setuptool.sh.md5 ./bundles/binary-daemon/dockerd-rootless-setuptool.sh.sha256 ./bundles/binary-daemon/dockerd-rootless.sh ./bundles/binary-daemon/dockerd-rootless.sh.md5 ./bundles/binary-daemon/dockerd-rootless.sh.sha256 ./bundles/binary-daemon/rootlesskit ./bundles/binary-daemon/rootlesskit-docker-proxy ./bundles/binary-daemon/rootlesskit-docker-proxy.md5 ./bundles/binary-daemon/rootlesskit-docker-proxy.sha256 ./bundles/binary-daemon/rootlesskit.md5 ./bundles/binary-daemon/rootlesskit.sha256 ./bundles/binary-daemon/runc ./bundles/binary-daemon/runc.md5 ./bundles/binary-daemon/runc.sha256 ./bundles/binary-daemon/vpnkit ./bundles/binary-daemon/vpnkit.md5 ./bundles/binary-daemon/vpnkit.sha256 ./bundles/linux/amd64/
13:44:43 + docker buildx build --platform linux/amd64 --build-arg BUILDKIT_MULTI_PLATFORM=true --output ./bin --target binaries .
13:44:43 #1 [internal] load build definition from Dockerfile
13:44:43 #1 transferring dockerfile: 2.90kB 0.0s done
13:44:43 #1 DONE 0.0s
13:44:43 
13:44:43 #2 [internal] load .dockerignore
13:44:43 #2 transferring context: 69B done
13:44:43 go: downloading github.com/imdario/mergo v0.3.12
13:44:43 #2 DONE 0.0s
13:44:43 
13:44:43 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:44:43 #3 DONE 0.0s
13:44:43 
13:44:43 #4 resolve image config for docker.io/docker/dockerfile:1.3
13:44:43 #4 DONE 0.2s
13:44:43 
13:44:43 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:44:43 #5 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:44:43 #5 CACHED
13:44:44 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:44 go: downloading github.com/gogo/protobuf v1.3.2
13:44:44 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:44 
13:44:44 #6 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:44:44 #6 DONE 0.0s
13:44:44 
13:44:44 #7 [auth] library/golang:pull token for registry-1.docker.io
13:44:44 #7 DONE 0.0s
13:44:44 
13:44:44 #8 [linux/amd64 internal] load metadata for docker.io/library/golang:1.17-alpine
13:44:44 go: downloading github.com/creack/pty v1.1.11
13:44:44 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:44 #8 ...
13:44:44 
13:44:44 #9 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0
13:44:44 #9 DONE 0.6s
13:44:44 
13:44:44 #8 [linux/amd64 internal] load metadata for docker.io/library/golang:1.17-alpine
13:44:44 #8 DONE 0.6s
13:44:45 go: downloading github.com/gorilla/mux v1.8.0
13:44:46 
13:44:46 #10 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996
13:44:46 #10 resolve docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996 0.0s done
13:44:46 #10 DONE 0.0s
13:44:46 
13:44:46 #11 [linux/amd64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:44:46 #11 resolve docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d 0.0s done
13:44:46 #11 DONE 0.1s
13:44:46 
13:44:46 #10 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996
13:44:46 #10 sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 13.99kB / 13.99kB 0.1s done
13:44:46 #10 extracting sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176
13:44:46 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:46 #10 extracting sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 0.1s done
13:44:46 #10 DONE 0.2s
13:44:46 
13:44:46 #12 [internal] load build context
13:44:46 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:44:46 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:44:49 #12 transferring context: 35.50MB 2.5s
13:44:50 #12 transferring context: 58.48MB 3.9s done
13:44:50 #12 DONE 3.9s
13:44:50 
13:44:50 #11 [linux/amd64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:44:50 #11 sha256:f1849c0ca460162eccf24ec388b1da86b0a755ecf24754307ec19cf6db259931 157B / 157B 0.0s done
13:44:50 #11 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 110.24MB / 110.24MB 1.4s done
13:44:50 #11 extracting sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13
13:44:50 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:44:50 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:44:51 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:44:51 go: downloading github.com/imdario/mergo v0.3.12
13:44:51 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:44:51 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:44:52 make[2]: Entering directory '/root/build-deb/cli'
13:44:52 scripts/docs/generate-man.sh
13:44:52 + cp -r . /tmp/docker-cli-docsgen.wsIFjc0qUu/
13:44:52 + cd /tmp/docker-cli-docsgen.wsIFjc0qUu
13:44:52 + ./scripts/vendor init
13:44:52 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:44:52 + cp man/tools.go .
13:44:52 + ./scripts/vendor update
13:44:52 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:44:52 go: downloading github.com/spf13/cobra v1.4.0
13:44:52 go: downloading github.com/spf13/pflag v1.0.5
13:44:52 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:44:52 go: downloading github.com/creack/pty v1.1.11
13:44:52 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:44:52 #28 ...
13:44:52 
13:44:52 #27 [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
13:44:52 #27 18.87 Fetched 48.9 MB in 18s (2656 kB/s)
13:44:52 go: downloading github.com/gorilla/mux v1.8.0
13:44:52 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:44:53 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:53 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:53 go: downloading github.com/morikuni/aec v1.0.0
13:44:53 go: downloading github.com/pkg/errors v0.9.1
13:44:53 go: downloading github.com/google/go-cmp v0.5.7
13:44:53 go: downloading gotest.tools/v3 v3.1.0
13:44:53 go: downloading github.com/docker/go-units v0.4.0
13:44:53 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:53 go: downloading github.com/docker/go-connections v0.4.0
13:44:53 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:53 go: downloading golang.org/x/text v0.3.7
13:44:53 #11 extracting sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 5.2s done
13:44:53 #11 DONE 6.8s
13:44:53 
13:44:53 #11 [linux/amd64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:44:53 #11 extracting sha256:f1849c0ca460162eccf24ec388b1da86b0a755ecf24754307ec19cf6db259931 0.0s done
13:44:53 #11 DONE 6.8s
13:44:53 
13:44:53 #13 [linux/amd64 gobase 1/3] COPY --from=xx / /
13:44:53 #13 DONE 0.7s
13:44:53 
13:44:53 #14 [linux/amd64 gobase 2/3] RUN apk add --no-cache file git
13:44:53 #14 0.127 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
13:44:54 #14 1.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
13:44:55 go: downloading github.com/fvbommel/sortorder v1.0.2
13:44:55 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:44:55 go: downloading github.com/morikuni/aec v1.0.0
13:44:55 go: downloading github.com/pkg/errors v0.9.1
13:44:55 go: downloading github.com/google/go-cmp v0.5.7
13:44:55 go: downloading gotest.tools/v3 v3.1.0
13:44:55 go: downloading github.com/docker/go-units v0.4.0
13:44:55 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:44:55 go: downloading github.com/docker/go-connections v0.4.0
13:44:55 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:44:55 go: downloading golang.org/x/text v0.3.7
13:44:55 #14 1.424 (1/8) Installing libmagic (5.41-r0)
13:44:55 #14 1.452 (2/8) Installing file (5.41-r0)
13:44:55 #14 1.455 (3/8) Installing brotli-libs (1.0.9-r5)
13:44:55 #14 1.464 (4/8) Installing nghttp2-libs (1.46.0-r0)
13:44:55 #14 1.468 (5/8) Installing libcurl (7.80.0-r1)
13:44:55 #14 1.477 (6/8) Installing expat (2.4.7-r0)
13:44:55 #14 1.481 (7/8) Installing pcre2 (10.39-r0)
13:44:55 #14 1.489 (8/8) Installing git (2.34.2-r0)
13:44:55 #14 1.604 Executing busybox-1.34.1-r5.trigger
13:44:55 #14 1.609 OK: 26 MiB in 23 packages
13:44:55 #14 DONE 1.7s
13:44:55 
13:44:55 #15 [linux/amd64 gobase 3/3] WORKDIR /src
13:44:55 #15 DONE 0.0s
13:44:55 
13:44:55 #16 [linux/amd64 buildx-version 1/1] RUN --mount=target=.   PKG=github.com/docker/buildx VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) REVISION=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);   echo "-X ${PKG}/version.Version=${VERSION} -X ${PKG}/version.Revision=${REVISION} -X ${PKG}/version.Package=${PKG}" | tee /tmp/.ldflags;   echo -n "${VERSION}" | tee /tmp/.version;
13:44:56 #16 0.769 -X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx
13:44:56 #16 0.771 v0.8.2#16 DONE 0.8s
13:44:56 
13:44:56 #17 [linux/amd64 buildx-build 1/1] RUN --mount=type=bind,target=.   --mount=type=cache,target=/root/.cache   --mount=type=cache,target=/go/pkg/mod   --mount=type=bind,source=/tmp/.ldflags,target=/tmp/.ldflags,from=buildx-version   set -x; xx-go build -ldflags "$(cat /tmp/.ldflags) -w -s" -o /usr/bin/buildx ./cmd/buildx &&   xx-verify --static /usr/bin/buildx
13:44:56 #38 ...
13:44:56 
13:44:56 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:44:56 #30 81.67 + bin/containerd
13:44:56 #17 0.083 + cat /tmp/.ldflags
13:44:56 #17 0.084 + xx-go build -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -w -s' -o /usr/bin/buildx ./cmd/buildx
13:44:56 #30 ...
13:44:56 
13:44:56 #38 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:44:56 #38 49.36 + mkdir -p /build
13:44:56 #38 49.36 + cp runc /build/runc
13:44:57 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:44:57 + make manpages
13:44:57 scripts/docs/generate-man.sh
13:44:57 + cp -r . /tmp/docker-cli-docsgen.6r6ykG6joa/
13:44:57 + cd /tmp/docker-cli-docsgen.6r6ykG6joa
13:44:57 + ./scripts/vendor init
13:44:57 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:44:57 + cp man/tools.go .
13:44:57 + ./scripts/vendor update
13:44:57 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:44:57 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:44:57 go: downloading github.com/spf13/cobra v1.4.0
13:44:57 go: downloading github.com/spf13/pflag v1.0.5
13:44:57 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:44:57 #38 DONE 49.8s
13:44:57 
13:44:57 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:44:57 #30 ...
13:44:57 
13:44:57 #39 [binary-base 2/7] COPY --from=runc          /build/ /usr/local/bin/
13:44:58 #39 DONE 0.2s
13:44:58 
13:44:58 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:44:58 go: downloading github.com/mattn/go-runewidth v0.0.13
13:44:58 go: downloading github.com/containerd/containerd v1.6.3
13:44:58 #27 18.87 Reading package lists...
13:44:58 #27 ...
13:44:58 
13:44:58 #26 [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
13:44:58 #26 19.55 Fetched 48.9 MB in 19s (2560 kB/s)
13:44:59 go: downloading github.com/moby/sys/signal v0.7.0
13:44:59 #26 19.55 Reading package lists...
13:44:59 #26 ...
13:44:59 
13:44:59 #27 [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
13:44:59 #27 18.87 Reading package lists...
13:45:00 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:00 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:00 go: downloading github.com/morikuni/aec v1.0.0
13:45:00 go: downloading github.com/pkg/errors v0.9.1
13:45:00 go: downloading github.com/google/go-cmp v0.5.7
13:45:00 go: downloading gotest.tools/v3 v3.1.0
13:45:00 go: downloading github.com/docker/go-units v0.4.0
13:45:00 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:00 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:00 go: downloading github.com/containerd/containerd v1.6.3
13:45:00 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:00 go: downloading github.com/docker/go-connections v0.4.0
13:45:00 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:01 #27 27.82 Reading package lists...
13:45:01 #27 ...
13:45:01 
13:45:01 #28 [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
13:45:01 #28 19.21 Fetched 48.9 MB in 19s (2604 kB/s)
13:45:01 #28 19.21 Reading package lists...
13:45:01 #28 28.76 Reading package lists...
13:45:01 #28 ...
13:45:01 
13:45:01 #26 [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
13:45:01 #26 19.55 Reading package lists...
13:45:01 go: downloading golang.org/x/text v0.3.7
13:45:01 go: downloading github.com/moby/sys/signal v0.7.0
13:45:01 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:01 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:01 go: downloading github.com/morikuni/aec v1.0.0
13:45:01 go: downloading github.com/pkg/errors v0.9.1
13:45:01 go: downloading github.com/google/go-cmp v0.5.7
13:45:01 go: downloading gotest.tools/v3 v3.1.0
13:45:01 go: downloading github.com/docker/go-units v0.4.0
13:45:01 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:01 go: downloading github.com/docker/go-connections v0.4.0
13:45:01 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:02 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:02 make[2]: Entering directory '/root/build-deb/cli'
13:45:02 scripts/docs/generate-man.sh
13:45:02 + cp -r . /tmp/docker-cli-docsgen.bwxVJSL4au/
13:45:02 + cd /tmp/docker-cli-docsgen.bwxVJSL4au
13:45:02 + ./scripts/vendor init
13:45:02 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:02 + cp man/tools.go .
13:45:02 + ./scripts/vendor update
13:45:02 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:02 go: downloading github.com/spf13/cobra v1.4.0
13:45:02 go: downloading github.com/spf13/pflag v1.0.5
13:45:02 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:02 go: downloading golang.org/x/text v0.3.7
13:45:03 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:03 go: downloading github.com/moby/buildkit v0.10.2
13:45:04 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:45:04 + make manpages
13:45:04 scripts/docs/generate-man.sh
13:45:04 + cp -r . /tmp/docker-cli-docsgen.GVarxtfJF5/
13:45:04 + cd /tmp/docker-cli-docsgen.GVarxtfJF5
13:45:04 + ./scripts/vendor init
13:45:04 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:04 + cp man/tools.go .
13:45:04 + ./scripts/vendor update
13:45:04 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:04 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:45:04 go: downloading github.com/spf13/cobra v1.4.0
13:45:04 go: downloading github.com/spf13/pflag v1.0.5
13:45:04 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:04 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:04 #38 ...
13:45:04 
13:45:04 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:45:04 #30 87.12 + bin/containerd
13:45:04 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:04 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:04 go: downloading github.com/moby/buildkit v0.10.2
13:45:05 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:05 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:06 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:06 go: downloading github.com/containerd/containerd v1.6.3
13:45:07 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:45:07 + make manpages
13:45:07 scripts/docs/generate-man.sh
13:45:07 + cp -r . /tmp/docker-cli-docsgen.agBAzNEOlJ/
13:45:07 + cd /tmp/docker-cli-docsgen.agBAzNEOlJ
13:45:07 + ./scripts/vendor init
13:45:07 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:07 + cp man/tools.go .
13:45:07 + ./scripts/vendor update
13:45:07 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:45:07 go: downloading github.com/spf13/cobra v1.4.0
13:45:07 go: downloading github.com/spf13/pflag v1.0.5
13:45:07 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:07 go: downloading github.com/gogo/protobuf v1.3.2
13:45:07 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:07 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:07 go: downloading github.com/moby/sys/signal v0.7.0
13:45:08 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:08 go: downloading github.com/gogo/protobuf v1.3.2
13:45:08 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:08 #30 ...
13:45:08 
13:45:08 #38 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:45:08 #38 53.02 + mkdir -p /build
13:45:08 #38 53.02 + cp runc /build/runc
13:45:08 #38 DONE 53.6s
13:45:08 
13:45:08 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:45:09 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:09 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:09 go: downloading github.com/containerd/containerd v1.6.3
13:45:09 #26 28.68 Reading package lists...
13:45:09 #26 ...
13:45:09 
13:45:09 #27 [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
13:45:09 #27 27.82 Reading package lists...
13:45:09 go: downloading github.com/moby/sys/signal v0.7.0
13:45:09 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:10 #30 ...
13:45:10 
13:45:10 #39 [binary-base 2/7] COPY --from=runc          /build/ /usr/local/bin/
13:45:10 #39 DONE 0.2s
13:45:10 
13:45:10 #30 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
13:45:10 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:10 go: downloading github.com/moby/buildkit v0.10.2
13:45:10 make[2]: Entering directory '/root/build-deb/cli'
13:45:10 scripts/docs/generate-man.sh
13:45:10 + cp -r . /tmp/docker-cli-docsgen.nqzkEAbYeD/
13:45:10 + cd /tmp/docker-cli-docsgen.nqzkEAbYeD
13:45:10 + ./scripts/vendor init
13:45:10 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:10 + cp man/tools.go .
13:45:10 + ./scripts/vendor update
13:45:10 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:10 go: downloading github.com/spf13/cobra v1.4.0
13:45:10 go: downloading github.com/spf13/pflag v1.0.5
13:45:10 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:11 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:11 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:11 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:11 #27 37.17 Building dependency tree...
13:45:11 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:11 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:12 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:12 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:45:12 ++ pwd
13:45:12 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:45:12 Project root: .
13:45:12 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:45:12 INFO: man/src/attach.md found
13:45:12 WARN: man/src/build.md does not exist, skipping
13:45:12 WARN: man/src/builder/build.md does not exist, skipping
13:45:12 WARN: man/src/builder/prune.md does not exist, skipping
13:45:12 WARN: man/src/builder.md does not exist, skipping
13:45:12 WARN: man/src/checkpoint/create.md does not exist, skipping
13:45:12 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:45:12 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:45:12 WARN: man/src/checkpoint.md does not exist, skipping
13:45:12 INFO: man/src/commit.md found
13:45:12 WARN: man/src/config/create.md does not exist, skipping
13:45:12 WARN: man/src/config/inspect.md does not exist, skipping
13:45:12 WARN: man/src/config/ls.md does not exist, skipping
13:45:12 WARN: man/src/config/rm.md does not exist, skipping
13:45:12 WARN: man/src/config.md does not exist, skipping
13:45:12 INFO: man/src/container/attach.md found
13:45:12 INFO: man/src/container/commit.md found
13:45:12 INFO: man/src/container/cp.md found
13:45:12 INFO: man/src/container/create.md found
13:45:12 INFO: man/src/container/diff.md found
13:45:12 INFO: man/src/container/exec.md found
13:45:12 INFO: man/src/container/export.md found
13:45:12 WARN: man/src/container/inspect.md does not exist, skipping
13:45:12 INFO: man/src/container/kill.md found
13:45:12 INFO: man/src/container/logs.md found
13:45:12 INFO: man/src/container/ls.md found
13:45:12 INFO: man/src/container/pause.md found
13:45:12 INFO: man/src/container/port.md found
13:45:12 WARN: man/src/container/prune.md does not exist, skipping
13:45:12 INFO: man/src/container/rename.md found
13:45:12 INFO: man/src/container/restart.md found
13:45:12 INFO: man/src/container/rm.md found
13:45:12 INFO: man/src/container/run.md found
13:45:12 INFO: man/src/container/start.md found
13:45:12 INFO: man/src/container/stats.md found
13:45:12 INFO: man/src/container/stop.md found
13:45:12 INFO: man/src/container/top.md found
13:45:12 INFO: man/src/container/unpause.md found
13:45:12 INFO: man/src/container/update.md found
13:45:12 INFO: man/src/container/wait.md found
13:45:12 WARN: man/src/container.md does not exist, skipping
13:45:12 WARN: man/src/context/create.md does not exist, skipping
13:45:12 WARN: man/src/context/export.md does not exist, skipping
13:45:12 WARN: man/src/context/import.md does not exist, skipping
13:45:12 WARN: man/src/context/inspect.md does not exist, skipping
13:45:12 WARN: man/src/context/ls.md does not exist, skipping
13:45:12 WARN: man/src/context/rm.md does not exist, skipping
13:45:12 WARN: man/src/context/show.md does not exist, skipping
13:45:12 WARN: man/src/context/update.md does not exist, skipping
13:45:12 WARN: man/src/context/use.md does not exist, skipping
13:45:12 WARN: man/src/context.md does not exist, skipping
13:45:12 INFO: man/src/cp.md found
13:45:12 INFO: man/src/create.md found
13:45:12 INFO: man/src/diff.md found
13:45:12 INFO: man/src/events.md found
13:45:12 INFO: man/src/exec.md found
13:45:12 INFO: man/src/export.md found
13:45:12 INFO: man/src/history.md found
13:45:12 INFO: man/src/image/build.md found
13:45:12 INFO: man/src/image/history.md found
13:45:12 INFO: man/src/image/import.md found
13:45:12 WARN: man/src/image/inspect.md does not exist, skipping
13:45:12 INFO: man/src/image/load.md found
13:45:12 INFO: man/src/image/ls.md found
13:45:12 WARN: man/src/image/prune.md does not exist, skipping
13:45:12 INFO: man/src/image/pull.md found
13:45:12 INFO: man/src/image/push.md found
13:45:12 INFO: man/src/image/rm.md found
13:45:12 INFO: man/src/image/save.md found
13:45:12 INFO: man/src/image/tag.md found
13:45:12 WARN: man/src/image.md does not exist, skipping
13:45:12 INFO: man/src/images.md found
13:45:12 INFO: man/src/import.md found
13:45:12 INFO: man/src/info.md found
13:45:12 INFO: man/src/inspect.md found
13:45:12 INFO: man/src/kill.md found
13:45:12 INFO: man/src/load.md found
13:45:12 INFO: man/src/login.md found
13:45:12 INFO: man/src/logout.md found
13:45:12 INFO: man/src/logs.md found
13:45:12 WARN: man/src/manifest/annotate.md does not exist, skipping
13:45:12 WARN: man/src/manifest/create.md does not exist, skipping
13:45:12 WARN: man/src/manifest/inspect.md does not exist, skipping
13:45:12 WARN: man/src/manifest/push.md does not exist, skipping
13:45:12 WARN: man/src/manifest/rm.md does not exist, skipping
13:45:12 WARN: man/src/manifest.md does not exist, skipping
13:45:12 INFO: man/src/network/connect.md found
13:45:12 INFO: man/src/network/create.md found
13:45:12 INFO: man/src/network/disconnect.md found
13:45:12 INFO: man/src/network/inspect.md found
13:45:12 INFO: man/src/network/ls.md found
13:45:12 WARN: man/src/network/prune.md does not exist, skipping
13:45:12 INFO: man/src/network/rm.md found
13:45:12 WARN: man/src/network.md does not exist, skipping
13:45:12 WARN: man/src/node/demote.md does not exist, skipping
13:45:12 WARN: man/src/node/inspect.md does not exist, skipping
13:45:12 WARN: man/src/node/ls.md does not exist, skipping
13:45:12 WARN: man/src/node/promote.md does not exist, skipping
13:45:12 WARN: man/src/node/ps.md does not exist, skipping
13:45:12 WARN: man/src/node/rm.md does not exist, skipping
13:45:12 WARN: man/src/node/update.md does not exist, skipping
13:45:12 WARN: man/src/node.md does not exist, skipping
13:45:12 INFO: man/src/pause.md found
13:45:12 WARN: man/src/plugin/create.md does not exist, skipping
13:45:12 WARN: man/src/plugin/disable.md does not exist, skipping
13:45:12 WARN: man/src/plugin/enable.md does not exist, skipping
13:45:12 WARN: man/src/plugin/inspect.md does not exist, skipping
13:45:12 WARN: man/src/plugin/install.md does not exist, skipping
13:45:12 INFO: man/src/plugin/ls.md found
13:45:12 WARN: man/src/plugin/push.md does not exist, skipping
13:45:12 WARN: man/src/plugin/rm.md does not exist, skipping
13:45:12 WARN: man/src/plugin/set.md does not exist, skipping
13:45:12 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:45:12 WARN: man/src/plugin.md does not exist, skipping
13:45:12 INFO: man/src/port.md found
13:45:12 INFO: man/src/ps.md found
13:45:12 INFO: man/src/pull.md found
13:45:12 INFO: man/src/push.md found
13:45:12 INFO: man/src/rename.md found
13:45:12 INFO: man/src/restart.md found
13:45:12 INFO: man/src/rm.md found
13:45:12 INFO: man/src/rmi.md found
13:45:12 WARN: man/src/run.md does not exist, skipping
13:45:12 INFO: man/src/save.md found
13:45:12 INFO: man/src/search.md found
13:45:12 WARN: man/src/secret/create.md does not exist, skipping
13:45:12 WARN: man/src/secret/inspect.md does not exist, skipping
13:45:12 WARN: man/src/secret/ls.md does not exist, skipping
13:45:12 WARN: man/src/secret/rm.md does not exist, skipping
13:45:12 WARN: man/src/secret.md does not exist, skipping
13:45:12 WARN: man/src/service/create.md does not exist, skipping
13:45:12 WARN: man/src/service/inspect.md does not exist, skipping
13:45:12 WARN: man/src/service/logs.md does not exist, skipping
13:45:12 WARN: man/src/service/ls.md does not exist, skipping
13:45:12 WARN: man/src/service/ps.md does not exist, skipping
13:45:12 WARN: man/src/service/rm.md does not exist, skipping
13:45:12 WARN: man/src/service/rollback.md does not exist, skipping
13:45:12 WARN: man/src/service/scale.md does not exist, skipping
13:45:12 WARN: man/src/service/update.md does not exist, skipping
13:45:12 WARN: man/src/service.md does not exist, skipping
13:45:12 WARN: man/src/stack/config.md does not exist, skipping
13:45:12 WARN: man/src/stack/deploy.md does not exist, skipping
13:45:12 WARN: man/src/stack/ls.md does not exist, skipping
13:45:12 WARN: man/src/stack/ps.md does not exist, skipping
13:45:12 WARN: man/src/stack/rm.md does not exist, skipping
13:45:12 WARN: man/src/stack/services.md does not exist, skipping
13:45:12 WARN: man/src/stack.md does not exist, skipping
13:45:12 INFO: man/src/start.md found
13:45:12 INFO: man/src/stats.md found
13:45:12 INFO: man/src/stop.md found
13:45:12 WARN: man/src/swarm/ca.md does not exist, skipping
13:45:12 WARN: man/src/swarm/init.md does not exist, skipping
13:45:12 WARN: man/src/swarm/join.md does not exist, skipping
13:45:12 WARN: man/src/swarm/join-token.md does not exist, skipping
13:45:12 WARN: man/src/swarm/leave.md does not exist, skipping
13:45:12 WARN: man/src/swarm/unlock.md does not exist, skipping
13:45:12 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:45:12 WARN: man/src/swarm/update.md does not exist, skipping
13:45:12 WARN: man/src/swarm.md does not exist, skipping
13:45:12 WARN: man/src/system/df.md does not exist, skipping
13:45:12 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:45:12 INFO: man/src/system/events.md found
13:45:12 INFO: man/src/system/info.md found
13:45:12 WARN: man/src/system/prune.md does not exist, skipping
13:45:12 WARN: man/src/system.md does not exist, skipping
13:45:12 INFO: man/src/tag.md found
13:45:12 INFO: man/src/top.md found
13:45:12 WARN: man/src/trust/inspect.md does not exist, skipping
13:45:12 WARN: man/src/trust/key/generate.md does not exist, skipping
13:45:12 WARN: man/src/trust/key/load.md does not exist, skipping
13:45:12 WARN: man/src/trust/key.md does not exist, skipping
13:45:12 WARN: man/src/trust/revoke.md does not exist, skipping
13:45:12 WARN: man/src/trust/sign.md does not exist, skipping
13:45:12 WARN: man/src/trust/signer/add.md does not exist, skipping
13:45:12 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:45:12 WARN: man/src/trust/signer.md does not exist, skipping
13:45:12 WARN: man/src/trust.md does not exist, skipping
13:45:12 INFO: man/src/unpause.md found
13:45:12 INFO: man/src/update.md found
13:45:12 INFO: man/src/version.md found
13:45:12 INFO: man/src/volume/create.md found
13:45:12 INFO: man/src/volume/inspect.md found
13:45:12 INFO: man/src/volume/ls.md found
13:45:12 WARN: man/src/volume/prune.md does not exist, skipping
13:45:12 WARN: man/src/volume/rm.md does not exist, skipping
13:45:12 INFO: man/src/volume.md found
13:45:12 INFO: man/src/wait.md found
13:45:12 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:45:12 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:45:12 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:45:12 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:45:12 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:45:12 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:45:12 + popd
13:45:12 + exit 0
13:45:12 ~/rpmbuild/BUILD/src
13:45:12 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.robjUy
13:45:12 + umask 022
13:45:12 + cd /root/rpmbuild/BUILD
13:45:12 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64 '!=' / ']'
13:45:12 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:12 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:12 + mkdir -p /root/rpmbuild/BUILDROOT
13:45:12 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:12 + cd src
13:45:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/bin
13:45:12 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/bin/docker
13:45:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/bash-completion/completions
13:45:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/zsh/vendor-completions
13:45:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/fish/vendor_completions.d
13:45:12 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/bash-completion/completions/docker
13:45:12 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/zsh/vendor-completions/_docker
13:45:12 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:45:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/man/man1
13:45:12 + 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-show.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-config.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.20220503081348.bfa9b40-0.el7.aarch64/usr/share/man/man1
13:45:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/man/man5
13:45:12 + 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.20220503081348.bfa9b40-0.el7.aarch64/usr/share/man/man5
13:45:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/man/man8
13:45:12 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/man/man8
13:45:12 + mkdir -p build-docs
13:45:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:45:12 + cp cli/LICENSE build-docs/LICENSE
13:45:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:45:12 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:45:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:45:12 + cp cli/NOTICE build-docs/NOTICE
13:45:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:45:12 + cp cli/README.md build-docs/README.md
13:45:12 + /usr/lib/rpm/check-buildroot
13:45:12 + /usr/lib/rpm/redhat/brp-compress
13:45:12 make[2]: Entering directory '/root/build-deb/cli'
13:45:12 scripts/docs/generate-man.sh
13:45:12 + cp -r . /tmp/docker-cli-docsgen.Q3yxOtyjpj/
13:45:12 + cd /tmp/docker-cli-docsgen.Q3yxOtyjpj
13:45:12 + ./scripts/vendor init
13:45:12 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:12 + cp man/tools.go .
13:45:12 + ./scripts/vendor update
13:45:12 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:12 go: downloading github.com/spf13/cobra v1.4.0
13:45:12 go: downloading github.com/spf13/pflag v1.0.5
13:45:12 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:12 go: downloading github.com/imdario/mergo v0.3.12
13:45:12 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:12 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:45:12 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:45:12 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:45:12 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:45:12 + /usr/lib/rpm/redhat/brp-python-hardlink
13:45:12 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:45:12 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mHgTCk
13:45:12 + umask 022
13:45:12 + cd /root/rpmbuild/BUILD
13:45:12 + cd src
13:45:12 ++ cli/build/docker --version
13:45:12 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:45:12 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40' = 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:45:12 + echo 'PASS: cli version OK'
13:45:12 PASS: cli version OK
13:45:12 + exit 0
13:45:12 Processing files: docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:12 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PPbb7d
13:45:12 + umask 022
13:45:12 + cd /root/rpmbuild/BUILD
13:45:12 + cd src
13:45:12 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:45:12 + export DOCDIR
13:45:12 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:45:12 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:45:12 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:45:12 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:45:12 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:45:12 + exit 0
13:45:13 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:13 go: downloading github.com/moby/buildkit v0.10.2
13:45:13 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:13 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:13 go: downloading github.com/creack/pty v1.1.11
13:45:13 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:13 Provides: docker-ce-cli = 1:0.0.0.20220503081348.bfa9b40-0.el7 docker-ce-cli(aarch-64) = 1:0.0.0.20220503081348.bfa9b40-0.el7
13:45:13 Requires(interp): /bin/sh
13:45:13 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:45:13 Requires(post): /bin/sh
13:45:13 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
13:45:13 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
13:45:13 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:13 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:13 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.src.rpm
13:45:13 #27 41.50 The following additional packages will be installed:
13:45:13 #27 41.53   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
13:45:13 #27 41.58 Suggested packages:
13:45:13 #27 41.58   cmake-doc ninja-build lrzip
13:45:13 #27 41.58 Recommended packages:
13:45:13 #27 41.58   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:45:13 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:14 #27 42.22 The following NEW packages will be installed:
13:45:14 go: downloading github.com/imdario/mergo v0.3.12
13:45:14 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:14 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:14 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:14 go: downloading github.com/morikuni/aec v1.0.0
13:45:14 go: downloading github.com/pkg/errors v0.9.1
13:45:14 go: downloading github.com/google/go-cmp v0.5.7
13:45:14 go: downloading gotest.tools/v3 v3.1.0
13:45:14 go: downloading github.com/docker/go-units v0.4.0
13:45:14 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:14 go: downloading github.com/docker/go-connections v0.4.0
13:45:14 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:14 go: downloading github.com/gogo/protobuf v1.3.2
13:45:14 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:14 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:14 #27 42.23   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
13:45:14 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:14 go: downloading golang.org/x/text v0.3.7
13:45:14 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:14 #27 42.62 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded.
13:45:14 #27 42.62 Need to get 8418 kB of archives.
13:45:14 #27 42.62 After this operation, 34.9 MB of additional disk space will be used.
13:45:14 #27 42.62 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
13:45:14 #27 42.63 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
13:45:14 #27 42.63 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
13:45:14 #27 42.67 Get:4 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
13:45:14 #27 42.68 Get:5 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
13:45:14 #27 42.68 Get:6 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
13:45:14 #27 42.69 Get:7 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
13:45:14 #27 42.69 Get:8 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
13:45:14 go: downloading github.com/creack/pty v1.1.11
13:45:14 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:14 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:15 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:15 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:15 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:15 go: downloading github.com/morikuni/aec v1.0.0
13:45:15 go: downloading github.com/pkg/errors v0.9.1
13:45:15 go: downloading github.com/google/go-cmp v0.5.7
13:45:15 go: downloading gotest.tools/v3 v3.1.0
13:45:15 #27 43.53 debconf: delaying package configuration, since apt-utils is not installed
13:45:15 #27 43.76 Fetched 8418 kB in 0s (18.2 MB/s)
13:45:15 #27 ...
13:45:15 
13:45:15 #26 [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
13:45:15 #26 28.68 Reading package lists...
13:45:15 #26 37.92 Building dependency tree...
13:45:15 #26 41.98 The following additional packages will be installed:
13:45:15 #26 41.99   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:45:15 #26 42.00   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
13:45:15 #26 42.00   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
13:45:15 #26 42.00   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
13:45:15 #26 42.01   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
13:45:15 #26 42.02   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
13:45:15 #26 42.02   mingw-w64-common mingw-w64-x86-64-dev
13:45:15 #26 42.05 Suggested packages:
13:45:15 #26 42.05   gcc-10-locales seccomp wine64
13:45:15 #26 42.85 The following NEW packages will be installed:
13:45:15 #26 42.85   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:45:15 #26 42.86   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
13:45:15 #26 42.86   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
13:45:15 #26 42.86   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
13:45:15 #26 42.86   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
13:45:15 #26 42.86   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:45:15 #26 42.87   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
13:45:15 #26 42.87   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
13:45:15 #26 42.88   mingw-w64-x86-64-dev
13:45:15 #26 43.34 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded.
13:45:15 #26 43.34 Need to get 115 MB of archives.
13:45:15 #26 43.34 After this operation, 645 MB of additional disk space will be used.
13:45:15 #26 43.34 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
13:45:15 #26 43.41 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]
13:45:15 #26 43.48 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
13:45:15 #26 43.48 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
13:45:15 #26 43.49 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
13:45:15 #26 43.50 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
13:45:15 #26 43.62 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
13:45:15 #26 43.71 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
13:45:15 #26 43.71 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]
13:45:15 #26 43.92 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]
13:45:15 #26 ...
13:45:15 
13:45:15 #27 [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
13:45:15 #27 43.81 Selecting previously unselected package xxd.
13:45:15 #27 43.81 (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 ... 30207 files and directories currently installed.)
13:45:15 #27 43.88 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
13:45:15 #27 43.88 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
13:45:16 #27 43.98 Selecting previously unselected package vim-common.
13:45:16 #27 43.99 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
13:45:16 #27 44.02 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
13:45:16 #27 44.18 Selecting previously unselected package cmake-data.
13:45:16 go: downloading github.com/docker/go-units v0.4.0
13:45:16 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:16 go: downloading github.com/docker/go-connections v0.4.0
13:45:16 #27 44.18 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
13:45:16 #27 44.19 Unpacking cmake-data (3.18.4-2+deb11u1) ...
13:45:16 go: downloading github.com/gogo/protobuf v1.3.2
13:45:16 go: downloading github.com/sirupsen/logrus v1.8.1
13:45:16 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:16 #27 ...
13:45:16 
13:45:16 #28 [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
13:45:16 #28 28.76 Reading package lists...
13:45:16 #28 37.92 Building dependency tree...
13:45:16 #28 42.10 The following additional packages will be installed:
13:45:16 #28 42.11   libbtrfs0
13:45:16 #28 42.37 The following NEW packages will be installed:
13:45:16 #28 42.39   libbtrfs-dev libbtrfs0
13:45:16 #28 42.76 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
13:45:16 #28 42.76 Need to get 460 kB of archives.
13:45:16 #28 42.76 After this operation, 1237 kB of additional disk space will be used.
13:45:16 #28 42.76 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:45:16 #28 42.77 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:45:16 #28 43.44 debconf: delaying package configuration, since apt-utils is not installed
13:45:16 #28 43.67 Fetched 460 kB in 0s (1578 kB/s)
13:45:16 #28 43.74 Selecting previously unselected package libbtrfs0:amd64.
13:45:16 #28 43.74 (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 ... 30207 files and directories currently installed.)
13:45:16 #28 43.81 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
13:45:16 #28 43.82 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:45:16 #28 43.96 Selecting previously unselected package libbtrfs-dev:amd64.
13:45:16 #28 43.98 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
13:45:16 #28 43.98 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:45:16 #28 44.17 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:45:16 #28 44.18 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:45:16 #28 44.25 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:45:16 #28 DONE 45.0s
13:45:16 
13:45:16 #27 [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
13:45:16 #27 44.93 Selecting previously unselected package libarchive13:amd64.
13:45:16 #27 44.94 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
13:45:16 #27 44.94 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:45:16 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:16 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64.rpm
13:45:16 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8ujrz3
13:45:16 + umask 022
13:45:16 + cd /root/rpmbuild/BUILD
13:45:16 + cd src
13:45:16 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:16 + exit 0
13:45:16 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bc0sBb
13:45:16 + umask 022
13:45:16 + cd /root/rpmbuild/BUILD
13:45:16 + cd /root/rpmbuild/BUILD
13:45:16 + rm -rf src
13:45:17 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:17 #27 ...
13:45:17 
13:45:17 #29 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
13:45:17 #29 DONE 0.1s
13:45:17 
13:45:17 #27 [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
13:45:17 #27 45.08 Selecting previously unselected package libjsoncpp24:amd64.
13:45:17 #27 45.09 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
13:45:17 #27 45.09 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
13:45:17 #27 45.21 Selecting previously unselected package librhash0:amd64.
13:45:17 #27 45.22 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
13:45:17 #27 45.23 Unpacking librhash0:amd64 (1.4.1-2) ...
13:45:17 go: downloading golang.org/x/text v0.3.7
13:45:17 + /usr/bin/mkdir -p src
13:45:17 + cd src
13:45:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:45:17 + /usr/bin/tar -xf -
13:45:17 #27 45.35 Selecting previously unselected package libuv1:amd64.
13:45:17 #27 45.36 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
13:45:17 #27 45.37 Unpacking libuv1:amd64 (1.40.0-2) ...
13:45:17 #27 45.44 Selecting previously unselected package cmake.
13:45:17 #27 45.45 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
13:45:17 #27 45.45 Unpacking cmake (3.18.4-2+deb11u1) ...
13:45:17 + STATUS=0
13:45:17 + '[' 0 -ne 0 ']'
13:45:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:45:17 + /usr/bin/tar -xf -
13:45:18 + STATUS=0
13:45:18 + '[' 0 -ne 0 ']'
13:45:18 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:45:18 + exit 0
13:45:18 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MnkLXv
13:45:18 + umask 022
13:45:18 + cd /root/rpmbuild/BUILD
13:45:18 + cd src
13:45:18 + export DOCKER_GITCOMMIT=613b798
13:45:18 + DOCKER_GITCOMMIT=613b798
13:45:18 + mkdir -p /go/src/github.com/docker
13:45:18 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:45:18 + TMP_GOPATH=/go
13:45:18 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:45:18 + RM_GOPATH=0
13:45:18 + TMP_GOPATH=/go
13:45:18 + : /usr/local/bin
13:45:18 + '[' -z /go ']'
13:45:18 + export GOPATH=/go
13:45:18 + GOPATH=/go
13:45:18 + case "$(go env GOARCH)" in
13:45:18 ++ go env GOARCH
13:45:18 + export GO_BUILDMODE=-buildmode=pie
13:45:18 + GO_BUILDMODE=-buildmode=pie
13:45:18 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:45:18 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:45:18 + bin=rootlesskit
13:45:18 + shift
13:45:18 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:45:18 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:45:18 ++ : 1920341cd41e047834a21007424162a2dc946315
13:45:18 + install_rootlesskit dynamic
13:45:18 + case "$1" in
13:45:18 + install_rootlesskit_dynamic
13:45:18 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:45:18 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:45:18 + export BUILD_MODE=-buildmode=pie
13:45:18 + BUILD_MODE=-buildmode=pie
13:45:18 + _install_rootlesskit
13:45:18 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:45:18 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:45:18 + for f in rootlesskit rootlesskit-docker-proxy
13:45:18 + GOBIN=/usr/local/bin
13:45:18 + GO111MODULE=on
13:45:18 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:45:18 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:45:18 #27 46.81 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
13:45:18 #27 46.83 Setting up xxd (2:8.2.2434-3+deb11u1) ...
13:45:18 #27 46.85 Setting up libuv1:amd64 (1.40.0-2) ...
13:45:18 #27 46.86 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
13:45:18 #27 46.88 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
13:45:18 #27 46.90 Setting up librhash0:amd64 (1.4.1-2) ...
13:45:18 #27 46.92 Setting up cmake-data (3.18.4-2+deb11u1) ...
13:45:18 #27 46.93 Setting up cmake (3.18.4-2+deb11u1) ...
13:45:19 #27 46.95 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:45:19 #27 DONE 47.3s
13:45:19 
13:45:19 #26 [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
13:45:19 #26 44.65 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]
13:45:19 #26 44.88 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]
13:45:19 #26 45.05 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]
13:45:19 #26 45.56 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]
13:45:19 #26 45.75 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
13:45:19 #26 45.76 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
13:45:19 #26 45.76 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
13:45:19 #26 45.76 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
13:45:19 #26 45.76 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
13:45:19 #26 45.77 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
13:45:19 #26 45.77 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
13:45:19 #26 45.78 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
13:45:19 #26 45.78 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
13:45:19 #26 45.78 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
13:45:19 #26 45.79 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
13:45:19 #26 45.79 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
13:45:19 #26 45.81 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
13:45:19 #26 45.81 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
13:45:19 #26 45.81 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
13:45:19 #26 45.82 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
13:45:19 #26 46.63 debconf: delaying package configuration, since apt-utils is not installed
13:45:19 #26 46.94 Fetched 115 MB in 3s (41.3 MB/s)
13:45:19 #26 46.99 Selecting previously unselected package binutils-mingw-w64-i686.
13:45:19 #26 46.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 ... 30207 files and directories currently installed.)
13:45:19 #26 47.07 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
13:45:19 #26 47.08 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:45:19 #26 ...
13:45:19 
13:45:19 #30 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
13:45:19 #30 DONE 0.1s
13:45:19 
13:45:19 #25 [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
13:45:19 #25 44.47 + for f in rootlesskit rootlesskit-docker-proxy
13:45:19 #25 44.47 + GOBIN=/build
13:45:19 #25 44.47 + GO111MODULE=on
13:45:19 #25 44.47 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:45:19 #25 47.36 rootlesskit version 1.0.0
13:45:19 #25 47.37 Usage of /build/rootlesskit-docker-proxy:
13:45:19 #25 47.37   -container-ip string
13:45:19 #25 47.37     	container ip
13:45:19 #25 47.37   -container-port int
13:45:19 #25 47.37     	container port (default -1)
13:45:19 #25 47.37   -host-ip string
13:45:19 #25 47.37     	host ip
13:45:19 #25 47.37   -host-port int
13:45:19 #25 47.37     	host port (default -1)
13:45:19 #25 47.37   -proto string
13:45:19 #25 47.37     	proxy protocol (default "tcp")
13:45:19 #25 DONE 47.4s
13:45:19 
13:45:19 #31 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:45:19 #0 0.172 + RM_GOPATH=0
13:45:19 #0 0.174 + TMP_GOPATH=
13:45:19 #0 0.174 + : /build
13:45:19 #0 0.175 + '[' -z '' ']'
13:45:19 #0 0.176 ++ mktemp -d
13:45:19 #0 0.186 + export GOPATH=/tmp/tmp.epUCjd7CtM
13:45:19 #0 0.186 + GOPATH=/tmp/tmp.epUCjd7CtM
13:45:19 #0 0.186 + RM_GOPATH=1
13:45:19 #0 0.191 + case "$(go env GOARCH)" in
13:45:19 #0 0.192 ++ go env GOARCH
13:45:19 #0 0.196 + export GO_BUILDMODE=-buildmode=pie
13:45:19 #0 0.200 + GO_BUILDMODE=-buildmode=pie
13:45:19 #0 0.201 ++ dirname /install.sh
13:45:19 #0 0.202 + dir=/
13:45:19 #0 0.203 + bin=tini
13:45:19 #0 0.204 + shift
13:45:19 #0 0.204 + '[' '!' -f //tini.installer ']'
13:45:19 #0 0.206 + . //tini.installer
13:45:19 #0 0.206 ++ : v0.19.0
13:45:19 #0 0.207 + install_tini
13:45:19 #0 0.208 + echo 'Install tini version v0.19.0'
13:45:19 #0 0.208 Install tini version v0.19.0
13:45:19 #0 0.209 + git clone https://github.com/krallin/tini.git /tmp/tmp.epUCjd7CtM/tini
13:45:19 #0 0.211 Cloning into '/tmp/tmp.epUCjd7CtM/tini'...
13:45:19 #31 ...
13:45:19 
13:45:19 #32 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
13:45:19 #32 DONE 0.1s
13:45:19 go: downloading github.com/urfave/cli/v2 v2.4.0
13:45:19 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:45:19 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:45:19 go: downloading github.com/google/uuid v1.3.0
13:45:19 go: downloading github.com/moby/vpnkit v0.5.0
13:45:19 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:45:19 go: downloading github.com/gofrs/flock v0.8.1
13:45:19 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:45:19 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:19 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:19 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:19 go: downloading github.com/imdario/mergo v0.3.12
13:45:19 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:19 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:19 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:19 go: downloading github.com/containerd/containerd v1.6.3
13:45:19 
13:45:19 #33 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:45:19 #33 DONE 0.1s
13:45:19 
13:45:19 #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
13:45:19 #0 0.238 + RM_GOPATH=0
13:45:19 #0 0.238 + TMP_GOPATH=
13:45:19 #0 0.238 + : /build
13:45:19 #0 0.238 + '[' -z '' ']'
13:45:19 #0 0.238 ++ mktemp -d
13:45:19 #0 0.243 + export GOPATH=/tmp/tmp.pejk54beWn
13:45:19 #0 0.243 + GOPATH=/tmp/tmp.pejk54beWn
13:45:19 #0 0.246 + RM_GOPATH=1
13:45:19 #0 0.247 + case "$(go env GOARCH)" in
13:45:19 #0 0.250 ++ go env GOARCH
13:45:19 #0 0.259 + export GO_BUILDMODE=-buildmode=pie
13:45:19 #0 0.259 + GO_BUILDMODE=-buildmode=pie
13:45:19 #0 0.260 ++ dirname /install.sh
13:45:19 #0 0.263 + dir=/
13:45:19 #0 0.264 + bin=containerd
13:45:19 #0 0.264 + shift
13:45:19 #0 0.264 + '[' '!' -f //containerd.installer ']'
13:45:19 #0 0.265 + . //containerd.installer
13:45:19 #0 0.266 ++ set -e
13:45:19 #0 0.266 ++ : v1.6.3
13:45:19 #0 0.267 + install_containerd
13:45:19 #0 0.268 + echo 'Install containerd version v1.6.3'
13:45:19 #0 0.269 Install containerd version v1.6.3
13:45:19 #0 0.269 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pejk54beWn/src/github.com/containerd/containerd
13:45:19 #0 0.271 Cloning into '/tmp/tmp.pejk54beWn/src/github.com/containerd/containerd'...
13:45:19 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:45:19 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:45:19 make[2]: Entering directory '/root/build-deb/cli'
13:45:19 scripts/docs/generate-man.sh
13:45:19 + cp -r . /tmp/docker-cli-docsgen.rb6A7Oqv5F/
13:45:19 + cd /tmp/docker-cli-docsgen.rb6A7Oqv5F
13:45:19 + ./scripts/vendor init
13:45:19 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:19 + cp man/tools.go .
13:45:19 + ./scripts/vendor update
13:45:19 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:19 go: downloading github.com/spf13/cobra v1.4.0
13:45:19 go: downloading github.com/spf13/pflag v1.0.5
13:45:19 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:20 go: downloading github.com/creack/pty v1.1.11
13:45:20 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:20 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:21 go: downloading github.com/moby/sys/signal v0.7.0
13:45:21 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:21 #34 ...
13:45:21 
13:45:21 #31 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
13:45:21 #31 0.649 + cd /tmp/tmp.epUCjd7CtM/tini
13:45:21 #31 0.649 + git checkout -q v0.19.0
13:45:21 #31 0.672 + cmake .
13:45:21 #31 0.871 -- The C compiler identification is GNU 10.2.1
13:45:21 #31 0.902 -- Detecting C compiler ABI info
13:45:21 #31 1.126 -- Detecting C compiler ABI info - done
13:45:21 #31 1.176 -- Check for working C compiler: /usr/bin/cc - skipped
13:45:21 #31 1.181 -- Detecting C compile features
13:45:21 #31 1.183 -- Detecting C compile features - done
13:45:21 #31 1.202 -- Performing Test HAS_BUILTIN_FORTIFY
13:45:21 #31 1.290 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:45:21 #31 1.356 -- Configuring done
13:45:21 #31 1.369 -- Generating done
13:45:21 #31 1.380 -- Build files have been written to: /tmp/tmp.epUCjd7CtM/tini
13:45:21 #31 1.392 + make tini-static
13:45:21 #31 1.631 Scanning dependencies of target tini-static
13:45:21 #31 1.728 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:45:21 #31 2.076 [100%] Linking C executable tini-static
13:45:21 #31 2.237 [100%] Built target tini-static
13:45:21 #31 2.255 + mkdir -p /build
13:45:21 #31 2.257 + cp tini-static /build/docker-init
13:45:21 #31 DONE 2.4s
13:45:21 
13:45:21 #26 [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
13:45:21 #26 48.18 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:45:21 #26 48.19 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
13:45:21 #26 48.20 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:45:21 #26 49.37 Selecting previously unselected package binutils-mingw-w64.
13:45:21 #26 49.38 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
13:45:21 #26 49.39 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
13:45:21 #26 49.46 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:45:21 #26 49.46 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:45:21 #26 49.48 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:45:21 #26 49.54 Selecting previously unselected package dmsetup.
13:45:21 #26 49.55 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
13:45:21 #26 49.55 Unpacking dmsetup (2:1.02.175-2.1) ...
13:45:21 #26 49.63 Selecting previously unselected package mingw-w64-common.
13:45:21 #26 49.63 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
13:45:21 #26 49.64 Unpacking mingw-w64-common (8.0.0-1) ...
13:45:22 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:22 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:22 go: downloading github.com/morikuni/aec v1.0.0
13:45:22 go: downloading github.com/pkg/errors v0.9.1
13:45:22 go: downloading github.com/google/go-cmp v0.5.7
13:45:22 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:22 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:22 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:22 go: downloading github.com/imdario/mergo v0.3.12
13:45:22 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:22 go: downloading gotest.tools/v3 v3.1.0
13:45:22 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:23 make[2]: Entering directory '/root/build-deb/cli'
13:45:23 scripts/docs/generate-man.sh
13:45:23 + cp -r . /tmp/docker-cli-docsgen.npOjyztSxx/
13:45:23 + cd /tmp/docker-cli-docsgen.npOjyztSxx
13:45:23 + ./scripts/vendor init
13:45:23 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:23 + cp man/tools.go .
13:45:23 + ./scripts/vendor update
13:45:23 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:23 go: downloading github.com/spf13/cobra v1.4.0
13:45:23 go: downloading github.com/spf13/pflag v1.0.5
13:45:23 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:23 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:23 go: downloading github.com/creack/pty v1.1.11
13:45:23 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:23 #26 51.39 Selecting previously unselected package mingw-w64-x86-64-dev.
13:45:23 #26 51.40 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
13:45:23 #26 51.40 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
13:45:23 go: downloading github.com/docker/go-units v0.4.0
13:45:23 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:23 go: downloading github.com/docker/go-connections v0.4.0
13:45:23 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:23 go: downloading github.com/containerd/containerd v1.6.3
13:45:23 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:23 go: downloading github.com/sirupsen/logrus v1.8.1
13:45:24 go: downloading github.com/moby/buildkit v0.10.2
13:45:24 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:24 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:24 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:24 go: downloading github.com/morikuni/aec v1.0.0
13:45:24 go: downloading github.com/pkg/errors v0.9.1
13:45:24 go: downloading github.com/google/go-cmp v0.5.7
13:45:24 go: downloading gotest.tools/v3 v3.1.0
13:45:24 go: downloading github.com/docker/go-units v0.4.0
13:45:24 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:24 go: downloading golang.org/x/text v0.3.7
13:45:24 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:25 #26 52.97 Selecting previously unselected package gcc-mingw-w64-base.
13:45:25 #26 52.98 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
13:45:25 #26 52.98 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:45:25 #26 53.07 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
13:45:25 #26 53.07 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
13:45:25 #26 53.08 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:45:25 go: downloading github.com/docker/go-connections v0.4.0
13:45:25 + for f in rootlesskit rootlesskit-docker-proxy
13:45:25 + GOBIN=/usr/local/bin
13:45:25 + GO111MODULE=on
13:45:25 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:45:25 go: downloading github.com/moby/sys/signal v0.7.0
13:45:25 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:25 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:25 go: downloading github.com/gogo/protobuf v1.3.2
13:45:25 make[2]: Entering directory '/root/build-deb/cli'
13:45:25 scripts/docs/generate-man.sh
13:45:25 + cp -r . /tmp/docker-cli-docsgen.zau4gxuxJM/
13:45:25 + cd /tmp/docker-cli-docsgen.zau4gxuxJM
13:45:25 + ./scripts/vendor init
13:45:25 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:25 + cp man/tools.go .
13:45:25 + ./scripts/vendor update
13:45:25 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:25 go: downloading github.com/spf13/cobra v1.4.0
13:45:25 go: downloading github.com/spf13/pflag v1.0.5
13:45:25 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:25 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:25 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:25 go: downloading github.com/morikuni/aec v1.0.0
13:45:25 go: downloading github.com/pkg/errors v0.9.1
13:45:25 go: downloading golang.org/x/text v0.3.7
13:45:26 + return
13:45:26 + exit 0
13:45:26 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rfDL0v
13:45:26 + umask 022
13:45:26 + cd /root/rpmbuild/BUILD
13:45:26 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64 '!=' / ']'
13:45:26 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:26 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:26 + mkdir -p /root/rpmbuild/BUILDROOT
13:45:26 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:26 + cd src
13:45:26 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/bin/dockerd-rootless.sh
13:45:26 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:45:26 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/bin/rootlesskit
13:45:26 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64/usr/bin/rootlesskit-docker-proxy
13:45:26 + /usr/lib/rpm/check-buildroot
13:45:26 + /usr/lib/rpm/redhat/brp-compress
13:45:26 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:45:26 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:45:26 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:45:26 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:45:26 + /usr/lib/rpm/redhat/brp-python-hardlink
13:45:26 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:45:26 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Q6fQtK
13:45:26 + umask 022
13:45:26 + cd /root/rpmbuild/BUILD
13:45:26 + cd src
13:45:26 + /usr/local/bin/rootlesskit -v
13:45:26 rootlesskit version 1.0.0
13:45:26 + exit 0
13:45:26 go: downloading github.com/google/go-cmp v0.5.7
13:45:26 go: downloading gotest.tools/v3 v3.1.0
13:45:26 Processing files: docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:26 Provides: docker-ce-rootless-extras = 0:0.0.0.20220503081348.bfa9b40-0.el7 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220503081348.bfa9b40-0.el7
13:45:26 Requires(interp): /bin/sh /bin/sh /bin/sh
13:45:26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:45:26 Requires(post): /bin/sh
13:45:26 Requires(preun): /bin/sh
13:45:26 Requires(postun): /bin/sh
13:45:26 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
13:45:26 Conflicts: rootlesskit
13:45:26 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:27 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:27 #26 55.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
13:45:27 #26 55.15 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
13:45:27 #26 55.16 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:45:27 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:27 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:27 go: downloading github.com/morikuni/aec v1.0.0
13:45:27 go: downloading github.com/pkg/errors v0.9.1
13:45:27 go: downloading github.com/google/go-cmp v0.5.7
13:45:27 go: downloading gotest.tools/v3 v3.1.0
13:45:27 go: downloading github.com/docker/go-units v0.4.0
13:45:27 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:27 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.src.rpm
13:45:27 go: downloading github.com/docker/go-connections v0.4.0
13:45:27 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:28 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:28 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:28 go: downloading github.com/docker/go-units v0.4.0
13:45:28 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:28 go: downloading golang.org/x/text v0.3.7
13:45:28 go: downloading github.com/docker/go-connections v0.4.0
13:45:29 go: downloading github.com/moby/buildkit v0.10.2
13:45:29 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:29 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:29 go: downloading github.com/morikuni/aec v1.0.0
13:45:29 go: downloading github.com/pkg/errors v0.9.1
13:45:29 go: downloading github.com/google/go-cmp v0.5.7
13:45:29 go: downloading gotest.tools/v3 v3.1.0
13:45:29 go: downloading github.com/docker/go-units v0.4.0
13:45:29 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:29 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:29 go: downloading github.com/docker/go-connections v0.4.0
13:45:29 #26 ...
13:45:29 
13:45:29 #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
13:45:29 #34 12.55 + cd /tmp/tmp.pejk54beWn/src/github.com/containerd/containerd
13:45:29 #34 12.55 + git checkout -q v1.6.3
13:45:29 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:29 make[2]: Entering directory '/root/build-deb/cli'
13:45:29 scripts/docs/generate-man.sh
13:45:29 + cp -r . /tmp/docker-cli-docsgen.Ro5AcJsf2Z/
13:45:29 + cd /tmp/docker-cli-docsgen.Ro5AcJsf2Z
13:45:29 + ./scripts/vendor init
13:45:29 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:29 + cp man/tools.go .
13:45:29 + ./scripts/vendor update
13:45:29 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:29 go: downloading github.com/spf13/cobra v1.4.0
13:45:29 go: downloading github.com/spf13/pflag v1.0.5
13:45:29 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:30 go: downloading golang.org/x/text v0.3.7
13:45:30 go: downloading github.com/sirupsen/logrus v1.8.1
13:45:30 go: downloading github.com/containerd/containerd v1.6.3
13:45:30 #34 13.14 + export 'BUILDTAGS=netgo osusergo static_build'
13:45:30 #34 13.14 + BUILDTAGS='netgo osusergo static_build'
13:45:30 #34 13.14 + export EXTRA_FLAGS=-buildmode=pie
13:45:30 #34 13.14 + EXTRA_FLAGS=-buildmode=pie
13:45:30 #34 13.14 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:45:30 #34 13.14 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:45:30 #34 13.14 + '[' '' = dynamic ']'
13:45:30 #34 13.14 + make
13:45:30 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:30 go: downloading golang.org/x/text v0.3.7
13:45:30 #34 13.82 + bin/ctr
13:45:31 go: downloading github.com/moby/sys/signal v0.7.0
13:45:31 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64.rpm
13:45:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.f4D1jX
13:45:31 + umask 022
13:45:31 + cd /root/rpmbuild/BUILD
13:45:31 + cd src
13:45:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.aarch64
13:45:31 + exit 0
13:45:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rpcswe
13:45:31 + umask 022
13:45:31 + cd /root/rpmbuild/BUILD
13:45:31 + cd /root/rpmbuild/BUILD
13:45:31 + rm -rf src
13:45:31 + /usr/bin/mkdir -p src
13:45:31 + cd src
13:45:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:45:31 + /usr/bin/tar -xf -
13:45:31 #38 72.76 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:45:31 #38 73.20 Copying nested executables into /build/bundles/binary-daemon
13:45:31 #38 74.43 Building: /build/bundles/binary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:45:31 #38 74.43 GOOS="" GOARCH="" GOARM=""
13:45:31 #38 74.65 Created binary: /build/bundles/binary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:45:31 #38 74.67 
13:45:31 #38 DONE 77.3s
13:45:31 
13:45:31 #39 [binary 1/1] COPY --from=build-binary /build/bundles/ /
13:45:31 #39 DONE 0.2s
13:45:31 
13:45:31 #40 exporting to client
13:45:31 #40 copying files 6.66MB 0.1s
13:45:31 #40 copying files 205.90MB 2.6s done
13:45:31 #40 DONE 2.6s
13:45:31 + mkdir -p ./bundles/linux/arm64
13:45:31 + cp -r ./bundles/binary-daemon/containerd ./bundles/binary-daemon/containerd-shim ./bundles/binary-daemon/containerd-shim-runc-v2 ./bundles/binary-daemon/containerd-shim-runc-v2.md5 ./bundles/binary-daemon/containerd-shim-runc-v2.sha256 ./bundles/binary-daemon/containerd-shim.md5 ./bundles/binary-daemon/containerd-shim.sha256 ./bundles/binary-daemon/containerd.md5 ./bundles/binary-daemon/containerd.sha256 ./bundles/binary-daemon/ctr ./bundles/binary-daemon/ctr.md5 ./bundles/binary-daemon/ctr.sha256 ./bundles/binary-daemon/docker-init ./bundles/binary-daemon/docker-init.md5 ./bundles/binary-daemon/docker-init.sha256 ./bundles/binary-daemon/docker-proxy ./bundles/binary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 ./bundles/binary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.md5 ./bundles/binary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.sha256 ./bundles/binary-daemon/dockerd ./bundles/binary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 ./bundles/binary-daemon/dockerd-0.0.0-20220503081348-bfa9b40.md5 ./bundles/binary-daemon/dockerd-0.0.0-20220503081348-bfa9b40.sha256 ./bundles/binary-daemon/dockerd-rootless-setuptool.sh ./bundles/binary-daemon/dockerd-rootless-setuptool.sh.md5 ./bundles/binary-daemon/dockerd-rootless-setuptool.sh.sha256 ./bundles/binary-daemon/dockerd-rootless.sh ./bundles/binary-daemon/dockerd-rootless.sh.md5 ./bundles/binary-daemon/dockerd-rootless.sh.sha256 ./bundles/binary-daemon/rootlesskit ./bundles/binary-daemon/rootlesskit-docker-proxy ./bundles/binary-daemon/rootlesskit-docker-proxy.md5 ./bundles/binary-daemon/rootlesskit-docker-proxy.sha256 ./bundles/binary-daemon/rootlesskit.md5 ./bundles/binary-daemon/rootlesskit.sha256 ./bundles/binary-daemon/runc ./bundles/binary-daemon/runc.md5 ./bundles/binary-daemon/runc.sha256 ./bundles/binary-daemon/vpnkit ./bundles/binary-daemon/vpnkit.md5 ./bundles/binary-daemon/vpnkit.sha256 ./bundles/linux/arm64/
13:45:31 + docker buildx build --platform linux/arm64 --build-arg BUILDKIT_MULTI_PLATFORM=true --output ./bin --target binaries .
13:45:31 #1 [internal] load build definition from Dockerfile
13:45:31 #1 transferring dockerfile: 2.90kB done
13:45:31 #1 DONE 0.0s
13:45:31 
13:45:31 #2 [internal] load .dockerignore
13:45:31 #2 transferring context: 69B done
13:45:31 #2 DONE 0.0s
13:45:31 
13:45:31 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:45:31 #3 DONE 0.0s
13:45:31 
13:45:31 #4 resolve image config for docker.io/docker/dockerfile:1.3
13:45:31 #4 DONE 0.2s
13:45:31 
13:45:31 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:45:31 #5 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:45:31 #5 CACHED
13:45:31 
13:45:31 #6 [auth] library/golang:pull token for registry-1.docker.io
13:45:31 #6 DONE 0.0s
13:45:31 
13:45:31 #7 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:45:31 #7 DONE 0.0s
13:45:31 
13:45:31 #8 [linux/arm64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0
13:45:31 + STATUS=0
13:45:31 + '[' 0 -ne 0 ']'
13:45:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:45:31 + /usr/bin/tar -xf -
13:45:32 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:32 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:32 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:32 #8 DONE 0.8s
13:45:32 
13:45:32 #9 [linux/arm64 internal] load metadata for docker.io/library/golang:1.17-alpine
13:45:32 #9 DONE 0.8s
13:45:32 + STATUS=0
13:45:32 + '[' 0 -ne 0 ']'
13:45:32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:45:32 + exit 0
13:45:32 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ET5gLC
13:45:32 + umask 022
13:45:32 + cd /root/rpmbuild/BUILD
13:45:32 + cd src
13:45:32 + pushd /root/rpmbuild/BUILD/src/buildx
13:45:32 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:45:32 + bash -c 'CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=%{_buildx_gitcommit} -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx'
13:45:32 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:32 go: downloading github.com/containerd/containerd v1.6.3
13:45:32 go: downloading github.com/moby/sys/signal v0.7.0
13:45:32 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:32 go: downloading github.com/gogo/protobuf v1.3.2
13:45:33 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:33 go: downloading github.com/containerd/containerd v1.6.3
13:45:33 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:33 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:33 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:33 
13:45:33 #10 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996
13:45:33 #10 resolve docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996 0.0s done
13:45:33 #10 sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 13.99kB / 13.99kB 0.0s done
13:45:33 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:33 #10 extracting sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 0.0s done
13:45:33 #10 DONE 0.1s
13:45:33 
13:45:33 #11 [linux/arm64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:45:33 #11 resolve docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d 0.0s done
13:45:33 #11 sha256:d8fb42bb649cca1e4a9427e17aefb723d3ffd4ec35381839c591618eb2dacb4f 126B / 126B 0.1s done
13:45:33 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 4.19MB / 104.47MB 0.2s
13:45:33 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 16.78MB / 104.47MB 0.3s
13:45:34 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:34 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 22.02MB / 104.47MB 0.5s
13:45:34 go: downloading github.com/imdario/mergo v0.3.12
13:45:34 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 32.51MB / 104.47MB 0.8s
13:45:34 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:34 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:34 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:34 make[2]: Entering directory '/root/build-deb/cli'
13:45:34 scripts/docs/generate-man.sh
13:45:34 + cp -r . /tmp/docker-cli-docsgen.1ewmUeObgo/
13:45:34 + cd /tmp/docker-cli-docsgen.1ewmUeObgo
13:45:34 + ./scripts/vendor init
13:45:34 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:34 + cp man/tools.go .
13:45:34 + ./scripts/vendor update
13:45:34 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:34 go: downloading github.com/spf13/cobra v1.4.0
13:45:34 go: downloading github.com/spf13/pflag v1.0.5
13:45:34 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:34 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 51.38MB / 104.47MB 0.9s
13:45:34 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:34 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:34 go: downloading github.com/morikuni/aec v1.0.0
13:45:34 go: downloading github.com/pkg/errors v0.9.1
13:45:34 go: downloading github.com/google/go-cmp v0.5.7
13:45:34 go: downloading gotest.tools/v3 v3.1.0
13:45:34 go: downloading github.com/docker/go-units v0.4.0
13:45:34 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:34 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:35 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 66.06MB / 104.47MB 1.2s
13:45:35 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 77.59MB / 104.47MB 1.4s
13:45:35 go: downloading github.com/docker/go-connections v0.4.0
13:45:35 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:35 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:35 go: downloading github.com/containerd/containerd v1.6.3
13:45:35 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 92.27MB / 104.47MB 1.5s
13:45:35 go: downloading github.com/creack/pty v1.1.11
13:45:35 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:35 go: downloading github.com/moby/buildkit v0.10.2
13:45:35 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 102.76MB / 104.47MB 1.7s
13:45:35 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 104.47MB / 104.47MB 1.8s done
13:45:35 #11 extracting sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911
13:45:35 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:35 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:35 go: downloading github.com/moby/buildkit v0.10.2
13:45:36 #34 ...
13:45:36 
13:45:36 #26 [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
13:45:36 #26 58.85 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
13:45:36 #26 58.86 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
13:45:36 #26 58.87 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:45:36 #26 60.43 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
13:45:36 #26 60.44 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
13:45:36 #26 60.45 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:45:36 #26 62.17 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
13:45:36 #26 62.18 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
13:45:36 #26 62.19 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:45:36 make[2]: Entering directory '/root/build-deb/cli'
13:45:36 scripts/docs/generate-man.sh
13:45:36 + cp -r . /tmp/docker-cli-docsgen.QkyTV3Q55p/
13:45:36 + cd /tmp/docker-cli-docsgen.QkyTV3Q55p
13:45:36 + ./scripts/vendor init
13:45:36 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:45:36 + cp man/tools.go .
13:45:36 + ./scripts/vendor update
13:45:36 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:45:36 go: downloading github.com/spf13/cobra v1.4.0
13:45:36 go: downloading github.com/spf13/pflag v1.0.5
13:45:36 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:45:36 #11 ...
13:45:36 
13:45:36 #12 [internal] load build context
13:45:36 #12 transferring context: 58.48MB 2.7s done
13:45:36 #12 DONE 2.8s
13:45:36 go: downloading golang.org/x/text v0.3.7
13:45:36 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:36 
13:45:36 #11 [linux/arm64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:45:36 #30 124.3 # github.com/containerd/containerd/cmd/containerd
13:45:36 #30 124.3 /usr/bin/ld: /tmp/go-link-107029175/000019.o: in function `New':
13:45:36 #30 124.3 /tmp/tmp.3ba5DNtXre/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
13:45:36 #30 124.4 + bin/containerd-stress
13:45:36 #30 125.4 + bin/containerd-shim
13:45:37 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:37 go: downloading github.com/containerd/containerd v1.6.3
13:45:37 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:37 go: downloading github.com/moby/sys/signal v0.7.0
13:45:37 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:37 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:37 go: downloading github.com/moby/sys/signal v0.7.0
13:45:38 #26 66.08 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
13:45:38 #26 66.08 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
13:45:38 #26 66.09 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:45:38 go: downloading github.com/moby/sys/signal v0.7.0
13:45:38 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:38 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:38 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:38 go: downloading github.com/moby/buildkit v0.10.2
13:45:38 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:38 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:38 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:39 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:39 go: downloading github.com/gogo/protobuf v1.3.2
13:45:39 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:39 #11 extracting sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 3.6s done
13:45:39 #11 DONE 5.6s
13:45:39 
13:45:39 #11 [linux/arm64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:45:39 #11 extracting sha256:d8fb42bb649cca1e4a9427e17aefb723d3ffd4ec35381839c591618eb2dacb4f 0.0s done
13:45:39 #11 DONE 5.6s
13:45:39 
13:45:39 #13 [linux/arm64 gobase 1/3] COPY --from=xx / /
13:45:39 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:39 go: downloading github.com/imdario/mergo v0.3.12
13:45:39 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:39 go: downloading github.com/gogo/protobuf v1.3.2
13:45:39 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:39 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:40 #26 67.70 Selecting previously unselected package g++-mingw-w64-x86-64.
13:45:40 #26 67.71 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
13:45:40 #26 67.72 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:45:40 #26 67.78 Selecting previously unselected package libapparmor1:amd64.
13:45:40 #26 67.79 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
13:45:40 #26 67.79 Unpacking libapparmor1:amd64 (2.13.6-10) ...
13:45:40 #26 67.84 Selecting previously unselected package libapparmor-dev:amd64.
13:45:40 #26 67.85 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
13:45:40 #26 67.86 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
13:45:40 #26 67.93 Selecting previously unselected package libbtrfs0:amd64.
13:45:40 #26 67.94 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
13:45:40 #26 67.94 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
13:45:40 #26 68.01 Selecting previously unselected package libbtrfs-dev:amd64.
13:45:40 #26 68.02 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
13:45:40 #26 68.02 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
13:45:40 #26 68.10 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:45:40 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:40 #13 DONE 0.8s
13:45:40 
13:45:40 #14 [linux/arm64 gobase 2/3] RUN apk add --no-cache file git
13:45:40 #0 0.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
13:45:40 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:40 go: downloading github.com/moby/buildkit v0.10.2
13:45:40 #26 68.11 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
13:45:40 #26 68.12 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:45:40 #26 68.16 Selecting previously unselected package libudev-dev:amd64.
13:45:40 #26 68.17 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
13:45:40 #26 68.17 Unpacking libudev-dev:amd64 (247.3-7) ...
13:45:40 #26 68.25 Selecting previously unselected package libsepol1-dev:amd64.
13:45:40 #26 68.25 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
13:45:40 #26 68.26 Unpacking libsepol1-dev:amd64 (3.1-1) ...
13:45:40 #26 68.39 Selecting previously unselected package libpcre2-16-0:amd64.
13:45:40 go: downloading github.com/creack/pty v1.1.11
13:45:40 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:40 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:40 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:40 go: downloading github.com/morikuni/aec v1.0.0
13:45:40 go: downloading github.com/pkg/errors v0.9.1
13:45:40 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:45:40 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:45:40 GOOS="" GOARCH="" GOARM=""
13:45:40 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:45:40 
13:45:40 ~/rpmbuild/BUILD/src
13:45:40 + popd
13:45:40 + exit 0
13:45:40 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ejcRdc
13:45:40 + umask 022
13:45:40 + cd /root/rpmbuild/BUILD
13:45:40 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64 '!=' / ']'
13:45:40 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:45:40 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:45:40 + mkdir -p /root/rpmbuild/BUILDROOT
13:45:40 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:45:40 + cd src
13:45:40 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:45:40 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/bin/dockerd
13:45:40 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
13:45:40 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/bin/docker-proxy
13:45:40 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/bin/docker-init
13:45:40 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/lib/systemd/system/docker.service
13:45:40 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/lib/systemd/system/docker.socket
13:45:40 + /usr/lib/rpm/check-buildroot
13:45:40 + /usr/lib/rpm/redhat/brp-compress
13:45:40 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:45:40 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:45:40 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:45:40 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:45:40 + /usr/lib/rpm/redhat/brp-python-hardlink
13:45:40 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:45:40 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.tW1L62
13:45:40 + umask 022
13:45:40 + cd /root/rpmbuild/BUILD
13:45:40 + cd src
13:45:40 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:45:40 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:45:40 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798' = 'Docker version 0.0.0-20220503081348-bfa9b40, build 613b798'
13:45:40 + echo 'PASS: daemon version OK'
13:45:40 PASS: daemon version OK
13:45:40 + exit 0
13:45:40 Processing files: docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:45:40 Provides: docker-ce = 3:0.0.0.20220503081348.bfa9b40-0.el7 docker-ce(x86-64) = 3:0.0.0.20220503081348.bfa9b40-0.el7
13:45:40 Requires(interp): /bin/sh /bin/sh /bin/sh
13:45:40 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:45:40 Requires(post): /bin/sh
13:45:40 Requires(preun): /bin/sh
13:45:40 Requires(postun): /bin/sh
13:45:40 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:45:40 Conflicts: docker docker-io docker-engine-cs docker-ee
13:45:40 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
13:45:40 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:45:40 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.src.rpm
13:45:40 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:40 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:40 #26 68.39 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
13:45:40 #26 68.39 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
13:45:40 #26 68.47 Selecting previously unselected package libpcre2-32-0:amd64.
13:45:40 #26 68.47 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
13:45:40 #26 68.48 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
13:45:40 #26 68.56 Selecting previously unselected package libpcre2-posix2:amd64.
13:45:40 #26 68.57 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
13:45:40 #26 68.58 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
13:45:40 #26 68.62 Selecting previously unselected package libpcre2-dev:amd64.
13:45:40 #26 68.63 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
13:45:40 #26 68.63 Unpacking libpcre2-dev:amd64 (10.36-2) ...
13:45:40 go: downloading github.com/gorilla/mux v1.8.0
13:45:40 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:40 go: downloading github.com/google/go-cmp v0.5.7
13:45:40 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:40 #26 68.84 Selecting previously unselected package libselinux1-dev:amd64.
13:45:40 #26 68.85 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
13:45:40 #26 68.86 Unpacking libselinux1-dev:amd64 (3.1-3) ...
13:45:40 go: downloading gotest.tools/v3 v3.1.0
13:45:41 go: downloading github.com/containerd/containerd v1.6.3
13:45:41 #26 68.95 Selecting previously unselected package libdevmapper-dev:amd64.
13:45:41 #26 68.96 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
13:45:41 #26 68.97 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:45:41 #26 69.02 Selecting previously unselected package libseccomp-dev:amd64.
13:45:41 #26 69.03 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
13:45:41 #26 69.03 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:45:41 go: downloading github.com/imdario/mergo v0.3.12
13:45:41 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:41 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:41 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:41 go: downloading github.com/morikuni/aec v1.0.0
13:45:41 go: downloading github.com/pkg/errors v0.9.1
13:45:41 go: downloading github.com/google/go-cmp v0.5.7
13:45:41 go: downloading gotest.tools/v3 v3.1.0
13:45:41 go: downloading github.com/docker/go-units v0.4.0
13:45:41 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:41 #14 1.184 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
13:45:41 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:41 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:41 #26 69.10 Selecting previously unselected package libsystemd-dev:amd64.
13:45:41 #26 69.11 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
13:45:41 #26 69.12 Unpacking libsystemd-dev:amd64 (247.3-7) ...
13:45:41 #26 69.35 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
13:45:41 #26 69.36 Setting up libapparmor1:amd64 (2.13.6-10) ...
13:45:41 #26 69.37 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
13:45:41 #26 69.39 Setting up libsepol1-dev:amd64 (3.1-1) ...
13:45:41 #26 69.40 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
13:45:41 #26 69.41 Setting up libpcre2-16-0:amd64 (10.36-2) ...
13:45:41 #26 69.42 Setting up libbtrfs0:amd64 (5.10.1-2) ...
13:45:41 #26 69.43 Setting up libpcre2-32-0:amd64 (10.36-2) ...
13:45:41 #26 69.45 Setting up libudev-dev:amd64 (247.3-7) ...
13:45:41 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:41 #14 1.373 (1/8) Installing libmagic (5.41-r0)
13:45:41 #14 1.398 (2/8) Installing file (5.41-r0)
13:45:41 #14 1.400 (3/8) Installing brotli-libs (1.0.9-r5)
13:45:41 #14 1.409 (4/8) Installing nghttp2-libs (1.46.0-r0)
13:45:41 #14 1.414 (5/8) Installing libcurl (7.80.0-r1)
13:45:41 #14 1.422 (6/8) Installing expat (2.4.7-r0)
13:45:41 #14 1.425 (7/8) Installing pcre2 (10.39-r0)
13:45:41 #14 1.445 (8/8) Installing git (2.34.2-r0)
13:45:41 #14 1.546 Executing busybox-1.34.1-r5.trigger
13:45:41 go: downloading github.com/gogo/protobuf v1.3.2
13:45:41 go: downloading github.com/docker/go-units v0.4.0
13:45:41 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:41 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:41 #14 1.552 OK: 26 MiB in 23 packages
13:45:41 #14 DONE 1.7s
13:45:41 
13:45:41 #15 [linux/arm64 gobase 3/3] WORKDIR /src
13:45:41 #15 DONE 0.0s
13:45:41 
13:45:41 #16 [linux/arm64 buildx-version 1/1] RUN --mount=target=.   PKG=github.com/docker/buildx VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) REVISION=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);   echo "-X ${PKG}/version.Version=${VERSION} -X ${PKG}/version.Revision=${REVISION} -X ${PKG}/version.Package=${PKG}" | tee /tmp/.ldflags;   echo -n "${VERSION}" | tee /tmp/.version;
13:45:41 #26 69.46 Setting up libpcre2-posix2:amd64 (10.36-2) ...
13:45:41 #26 69.47 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
13:45:41 #26 69.48 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
13:45:41 #26 69.49 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
13:45:41 #26 69.50 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
13:45:41 #26 69.52 Setting up mingw-w64-common (8.0.0-1) ...
13:45:41 #26 69.53 Setting up libsystemd-dev:amd64 (247.3-7) ...
13:45:41 #26 69.54 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
13:45:41 #26 69.55 Setting up libpcre2-dev:amd64 (10.36-2) ...
13:45:41 #26 69.56 Setting up libselinux1-dev:amd64 (3.1-3) ...
13:45:41 #26 69.57 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
13:45:41 #26 69.58 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:45:41 #26 69.59 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:45:41 #26 69.60 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:45:41 #26 69.61 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:45:41 #26 69.62 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
13:45:41 #26 69.63 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
13:45:41 #26 69.64 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:45:41 #26 69.65 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
13:45:41 #26 69.66 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
13:45:41 #26 69.68 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
13:45:41 #26 69.69 Setting up dmsetup (2:1.02.175-2.1) ...
13:45:41 #26 69.71 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
13:45:41 #26 69.72 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
13:45:41 #26 69.73 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:45:41 go: downloading github.com/docker/go-connections v0.4.0
13:45:41 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:41 go: downloading github.com/gogo/protobuf v1.3.2
13:45:41 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:41 go: downloading github.com/docker/go-connections v0.4.0
13:45:41 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:42 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:42 go: downloading github.com/moby/buildkit v0.10.2
13:45:42 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64.rpm
13:45:42 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4ga2Hb
13:45:42 + umask 022
13:45:42 + cd /root/rpmbuild/BUILD
13:45:42 + cd src
13:45:42 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:45:42 + exit 0
13:45:42 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.blgmvx
13:45:42 + umask 022
13:45:42 + cd /root/rpmbuild/BUILD
13:45:42 + cd /root/rpmbuild/BUILD
13:45:42 + rm -rf src
13:45:42 + /usr/bin/mkdir -p src
13:45:42 + cd src
13:45:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:45:42 + /usr/bin/tar -xf -
13:45:42 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:42 go: downloading golang.org/x/text v0.3.7
13:45:42 #16 0.729 -X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx
13:45:42 #16 0.729 v0.8.2#16 DONE 0.8s
13:45:42 
13:45:42 #17 [linux/arm64 buildx-build 1/1] RUN --mount=type=bind,target=.   --mount=type=cache,target=/root/.cache   --mount=type=cache,target=/go/pkg/mod   --mount=type=bind,source=/tmp/.ldflags,target=/tmp/.ldflags,from=buildx-version   set -x; xx-go build -ldflags "$(cat /tmp/.ldflags) -w -s" -o /usr/bin/buildx ./cmd/buildx &&   xx-verify --static /usr/bin/buildx
13:45:42 #0 0.068 + cat /tmp/.ldflags
13:45:42 #17 0.069 + xx-go build -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -w -s' -o /usr/bin/buildx ./cmd/buildx
13:45:42 + STATUS=0
13:45:42 + '[' 0 -ne 0 ']'
13:45:42 + /usr/bin/tar -xf -
13:45:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:45:42 + STATUS=0
13:45:42 + '[' 0 -ne 0 ']'
13:45:42 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:45:42 + exit 0
13:45:42 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6VJZBV
13:45:42 + umask 022
13:45:42 + cd /root/rpmbuild/BUILD
13:45:42 + cd src
13:45:42 + mkdir -p /go/src/github.com/docker
13:45:42 + rm -f /go/src/github.com/docker/cli
13:45:42 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:45:42 + pushd /go/src/github.com/docker/cli
13:45:42 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:45:42 + VERSION=0.0.0-20220503081348-bfa9b40
13:45:42 + GITCOMMIT=bfa9b40
13:45:42 + GO_LINKMODE=dynamic
13:45:42 + ./scripts/build/binary
13:45:42 Building dynamic docker-linux-amd64
13:45:42 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -w -X "github.com/docker/cli/cli/version.GitCommit=bfa9b40" -X "github.com/docker/cli/cli/version.BuildTime=2022-05-04T13:45:42Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20220503081348-bfa9b40" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
13:45:43 #26 DONE 71.1s
13:45:43 
13:45:43 #35 [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
13:45:43 go: downloading golang.org/x/text v0.3.7
13:45:43 #30 133.7 + bin/containerd-shim-runc-v1
13:45:43 #35 0.600 Hit:1 http://deb.debian.org/debian bullseye InRelease
13:45:43 #35 0.601 Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
13:45:43 #35 0.601 Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
13:45:44 go: downloading github.com/moby/sys/signal v0.7.0
13:45:44 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:44 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:44 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:44 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:44 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:44 go: downloading github.com/morikuni/aec v1.0.0
13:45:44 go: downloading github.com/pkg/errors v0.9.1
13:45:44 go: downloading github.com/google/go-cmp v0.5.7
13:45:44 go: downloading gotest.tools/v3 v3.1.0
13:45:44 go: downloading github.com/docker/go-units v0.4.0
13:45:44 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:44 go: downloading github.com/docker/go-connections v0.4.0
13:45:45 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:45 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:45 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:45 go: downloading github.com/imdario/mergo v0.3.12
13:45:45 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:45 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:45 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:45 go: downloading golang.org/x/text v0.3.7
13:45:45 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:45 go: downloading github.com/creack/pty v1.1.11
13:45:45 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:46 go: downloading github.com/moby/buildkit v0.10.2
13:45:46 go: downloading github.com/creack/pty v1.1.11
13:45:46 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:46 go: downloading github.com/gorilla/mux v1.8.0
13:45:46 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:46 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:46 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:46 go: downloading github.com/gogo/protobuf v1.3.2
13:45:46 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:46 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:47 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:47 go: downloading github.com/gogo/protobuf v1.3.2
13:45:47 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:47 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:47 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:47 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:47 #30 138.5 + bin/containerd-shim-runc-v2
13:45:47 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:47 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:48 go: downloading github.com/containerd/containerd v1.6.3
13:45:48 go: downloading github.com/containerd/containerd v1.6.3
13:45:48 #30 139.2 + binaries
13:45:48 #30 139.2 + install -D bin/containerd /build/containerd
13:45:48 #30 139.2 + install -D bin/containerd-shim /build/containerd-shim
13:45:48 go: downloading github.com/imdario/mergo v0.3.12
13:45:48 #30 139.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:45:48 #30 139.2 + install -D bin/ctr /build/ctr
13:45:48 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:48 #30 132.9 # github.com/containerd/containerd/cmd/containerd
13:45:48 #30 132.9 /usr/bin/ld: /tmp/go-link-2336647305/000019.o: in function `New':
13:45:48 #30 132.9 /tmp/tmp.Rjd4kJvJnZ/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
13:45:48 #30 133.0 + bin/containerd-stress
13:45:48 #30 134.0 + bin/containerd-shim
13:45:49 #30 DONE 139.7s
13:45:49 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:49 go: downloading github.com/creack/pty v1.1.11
13:45:49 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:49 #35 1.124 Reading package lists...
13:45:49 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:49 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:49 go: downloading github.com/morikuni/aec v1.0.0
13:45:49 go: downloading github.com/pkg/errors v0.9.1
13:45:49 go: downloading github.com/google/go-cmp v0.5.7
13:45:49 go: downloading gotest.tools/v3 v3.1.0
13:45:49 go: downloading github.com/docker/go-units v0.4.0
13:45:49 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:49 
13:45:49 #40 [binary-base 3/7] COPY --from=containerd    /build/ /usr/local/bin/
13:45:49 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:49 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:49 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:49 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:49 go: downloading github.com/docker/go-connections v0.4.0
13:45:49 #40 DONE 0.2s
13:45:49 
13:45:49 #41 [binary-base 4/7] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:45:49 #41 DONE 0.1s
13:45:49 
13:45:49 #42 [binary-base 5/7] COPY --from=vpnkit        /build/ /usr/local/bin/
13:45:49 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:49 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:50 go: downloading github.com/containerd/containerd v1.6.3
13:45:50 #42 DONE 0.2s
13:45:50 
13:45:50 #43 [binary-base 6/7] COPY --from=gowinres      /build/ /usr/local/bin/
13:45:50 #43 DONE 0.1s
13:45:50 
13:45:50 #44 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
13:45:50 #44 DONE 0.0s
13:45:50 
13:45:50 #45 [build-cross 1/1] RUN --mount=type=cache,target=/root/.cache     --mount=type=bind,target=.,ro     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy         hack/make.sh cross
13:45:50 #0 0.087 
13:45:50 #45 0.150 Removing /build/bundles/
13:45:50 #45 0.151 
13:45:50 #45 0.156 ---> Making bundle: cross (in /build/bundles/cross)
13:45:50 #45 0.157 Cross building: /build/bundles/cross/linux/arm/v6
13:45:50 #45 0.193 Building: /build/bundles/cross/linux/arm/v6-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:45:50 #45 0.193 GOOS="linux" GOARCH="arm" GOARM="6"
13:45:50 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:50 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:50 go: downloading github.com/moby/sys/signal v0.7.0
13:45:50 go: downloading github.com/moby/sys/signal v0.7.0
13:45:50 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:50 go: downloading golang.org/x/text v0.3.7
13:45:51 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:51 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:51 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:51 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:51 go: downloading github.com/fvbommel/sortorder v1.0.2
13:45:51 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:45:51 go: downloading github.com/imdario/mergo v0.3.12
13:45:51 go: downloading github.com/morikuni/aec v1.0.0
13:45:51 go: downloading github.com/pkg/errors v0.9.1
13:45:51 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:51 go: downloading github.com/google/go-cmp v0.5.7
13:45:51 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:51 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:52 go: downloading gotest.tools/v3 v3.1.0
13:45:52 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:52 go: downloading github.com/imdario/mergo v0.3.12
13:45:52 go: downloading github.com/docker/go-units v0.4.0
13:45:52 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:45:53 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:53 go: downloading github.com/docker/go-connections v0.4.0
13:45:53 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:53 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:53 go: downloading github.com/moby/sys/signal v0.7.0
13:45:53 go: downloading github.com/moby/buildkit v0.10.2
13:45:53 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:53 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:53 #35 5.902 Reading package lists...
13:45:53 go: downloading github.com/moby/buildkit v0.10.2
13:45:53 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:45:53 go: downloading github.com/creack/pty v1.1.11
13:45:53 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:53 go: downloading github.com/creack/pty v1.1.11
13:45:53 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:53 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:53 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:45:53 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:54 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:54 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:45:54 go: downloading github.com/gogo/protobuf v1.3.2
13:45:54 go: downloading github.com/gorilla/mux v1.8.0
13:45:54 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:54 #35 10.45 Building dependency tree...
13:45:54 #35 11.55 Reading state information...
13:45:54 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:54 go: downloading golang.org/x/text v0.3.7
13:45:54 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:45:54 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:54 go: downloading github.com/imdario/mergo v0.3.12
13:45:55 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:45:55 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:45:55 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:45:55 go: downloading github.com/moby/buildkit v0.10.2
13:45:55 #35 12.69 The following additional packages will be installed:
13:45:55 #35 12.69   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
13:45:55 #35 12.69   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
13:45:55 #35 12.69   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
13:45:55 #35 12.69   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
13:45:55 #35 12.69   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
13:45:55 #35 12.70   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
13:45:55 #35 12.70   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
13:45:55 #35 12.71 Suggested packages:
13:45:55 #35 12.71   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
13:45:55 #35 12.71   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
13:45:55 #35 12.71   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
13:45:55 #35 12.71   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
13:45:55 #35 12.71   seccomp:ppc64el seccomp:s390x
13:45:55 #35 12.71 Recommended packages:
13:45:55 #35 12.71   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
13:45:55 #35 12.71   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
13:45:55 #35 12.71   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
13:45:55 #35 12.71   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
13:45:56 go: downloading github.com/creack/pty v1.1.11
13:45:56 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:45:56 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:56 go: downloading github.com/containerd/containerd v1.6.3
13:45:56 #35 13.14 The following NEW packages will be installed:
13:45:56 #35 13.14   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
13:45:56 #35 13.14   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
13:45:56 #35 13.14   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
13:45:56 #35 13.14   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
13:45:56 #35 13.14   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
13:45:56 #35 13.14   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
13:45:56 #35 13.14   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
13:45:56 #35 13.15   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
13:45:56 #35 13.15   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
13:45:56 #35 13.15   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
13:45:56 #35 13.15   libseccomp2:ppc64el libseccomp2:s390x
13:45:56 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:45:56 go: downloading github.com/opencontainers/go-digest v1.0.0
13:45:56 #35 13.50 0 upgraded, 40 newly installed, 0 to remove and 3 not upgraded.
13:45:56 #35 13.50 Need to get 15.9 MB of archives.
13:45:56 #35 13.50 After this operation, 73.0 MB of additional disk space will be used.
13:45:56 #35 13.50 Get:1 http://deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
13:45:56 #35 13.51 Get:2 http://deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
13:45:56 #35 13.51 Get:3 http://deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
13:45:56 #35 13.52 Get:4 http://deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
13:45:56 #35 13.52 Get:5 http://deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
13:45:56 #35 13.53 Get:6 http://deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
13:45:56 #35 13.53 Get:7 http://deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
13:45:56 #35 13.53 Get:8 http://deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB]
13:45:56 #35 13.56 Get:9 http://deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
13:45:56 go: downloading gopkg.in/yaml.v2 v2.4.0
13:45:56 #35 13.56 Get:10 http://deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
13:45:56 #35 13.57 Get:11 http://deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
13:45:56 #35 13.57 Get:12 http://deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
13:45:56 #35 13.57 Get:13 http://deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB]
13:45:56 #35 13.61 Get:14 http://deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
13:45:56 #35 13.61 Get:15 http://deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
13:45:56 #35 13.62 Get:16 http://deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
13:45:56 #35 13.62 Get:17 http://deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
13:45:56 #35 13.62 Get:18 http://deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB]
13:45:56 #35 13.66 Get:19 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
13:45:56 #35 13.66 Get:20 http://deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
13:45:56 #35 13.67 Get:21 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
13:45:56 #35 13.67 Get:22 http://deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
13:45:56 #35 13.68 Get:23 http://deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB]
13:45:56 #35 13.71 Get:24 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
13:45:56 #35 13.71 Get:25 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
13:45:56 #35 13.71 Get:26 http://deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
13:45:56 #35 13.71 Get:27 http://deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
13:45:56 #35 13.71 Get:28 http://deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB]
13:45:56 #35 13.74 Get:29 http://deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
13:45:56 #35 13.74 Get:30 http://deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
13:45:56 #35 13.75 Get:31 http://deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
13:45:56 #35 13.75 Get:32 http://deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
13:45:56 #35 13.75 Get:33 http://deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
13:45:56 #35 13.75 Get:34 http://deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
13:45:56 #35 13.75 Get:35 http://deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
13:45:56 #35 13.75 Get:36 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
13:45:56 #35 13.75 Get:37 http://deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
13:45:56 #35 13.76 Get:38 http://deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
13:45:56 #35 13.76 Get:39 http://deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
13:45:56 #35 13.76 Get:40 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
13:45:57 #35 14.21 debconf: delaying package configuration, since apt-utils is not installed
13:45:57 #35 14.43 Fetched 15.9 MB in 1s (29.8 MB/s)
13:45:57 #35 14.47 Selecting previously unselected package gcc-10-base:armel.
13:45:57 go: downloading github.com/gogo/protobuf v1.3.2
13:45:57 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:57 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:57 #35 14.47 (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 ... 38508 files and directories currently installed.)
13:45:57 #35 14.51 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
13:45:57 #35 14.52 Unpacking gcc-10-base:armel (10.2.1-6) ...
13:45:57 #35 14.59 Selecting previously unselected package gcc-10-base:armhf.
13:45:57 #35 14.59 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
13:45:57 #35 14.60 Unpacking gcc-10-base:armhf (10.2.1-6) ...
13:45:57 #35 14.64 Selecting previously unselected package gcc-10-base:ppc64el.
13:45:57 #35 14.65 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
13:45:57 #35 14.66 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
13:45:57 #35 14.70 Selecting previously unselected package gcc-10-base:s390x.
13:45:57 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:57 #35 14.71 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
13:45:57 #35 14.72 Unpacking gcc-10-base:s390x (10.2.1-6) ...
13:45:57 #35 14.77 Selecting previously unselected package gcc-10-base:arm64.
13:45:57 #35 14.79 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
13:45:57 #35 14.80 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
13:45:58 #35 14.86 Selecting previously unselected package libgcc-s1:armel.
13:45:58 #35 14.86 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
13:45:58 #35 14.87 Unpacking libgcc-s1:armel (10.2.1-6) ...
13:45:58 #35 14.92 Selecting previously unselected package libcrypt1:armel.
13:45:58 #35 14.93 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
13:45:58 #35 14.93 Unpacking libcrypt1:armel (1:4.4.18-4) ...
13:45:58 #35 15.01 Selecting previously unselected package libc6:armel.
13:45:58 #35 15.02 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ...
13:45:58 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:58 #35 15.19 Unpacking libc6:armel (2.31-13+deb11u3) ...
13:45:58 #35 15.59 Selecting previously unselected package libapparmor1:armel.
13:45:58 #35 15.60 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
13:45:58 #35 15.61 Unpacking libapparmor1:armel (2.13.6-10) ...
13:45:58 #35 15.66 Selecting previously unselected package libapparmor-dev:armel.
13:45:58 #35 15.67 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
13:45:58 #35 15.68 Unpacking libapparmor-dev:armel (2.13.6-10) ...
13:45:58 go: downloading github.com/moby/sys/signal v0.7.0
13:45:58 #30 142.9 + bin/containerd-shim-runc-v1
13:45:58 go: downloading github.com/mattn/go-runewidth v0.0.13
13:45:58 #35 15.74 Selecting previously unselected package libgcc-s1:arm64.
13:45:58 #35 15.75 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
13:45:58 #35 15.75 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
13:45:58 #35 15.80 Selecting previously unselected package libcrypt1:arm64.
13:45:58 #35 15.81 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
13:45:58 #35 15.81 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
13:45:58 #35 15.89 Selecting previously unselected package libc6:arm64.
13:45:58 #35 15.90 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ...
13:45:59 #35 16.08 Unpacking libc6:arm64 (2.31-13+deb11u3) ...
13:45:59 go: downloading github.com/gogo/protobuf v1.3.2
13:45:59 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:59 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:45:59 go: downloading github.com/containerd/containerd v1.6.3
13:45:59 #35 16.49 Selecting previously unselected package libapparmor1:arm64.
13:45:59 #35 16.49 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
13:45:59 #35 16.50 Unpacking libapparmor1:arm64 (2.13.6-10) ...
13:45:59 #35 16.55 Selecting previously unselected package libapparmor-dev:arm64.
13:45:59 #35 16.56 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
13:45:59 #35 16.57 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
13:45:59 #35 16.63 Selecting previously unselected package libgcc-s1:s390x.
13:45:59 #35 16.64 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
13:45:59 #35 16.66 Unpacking libgcc-s1:s390x (10.2.1-6) ...
13:45:59 #35 16.70 Selecting previously unselected package libcrypt1:s390x.
13:45:59 #35 16.71 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
13:45:59 #35 16.72 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
13:45:59 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:45:59 #35 16.80 Selecting previously unselected package libc6:s390x.
13:45:59 #35 16.80 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ...
13:46:00 #35 17.00 Unpacking libc6:s390x (2.31-13+deb11u3) ...
13:46:00 #35 17.62 Selecting previously unselected package libapparmor1:s390x.
13:46:00 #35 17.63 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
13:46:00 #35 17.63 Unpacking libapparmor1:s390x (2.13.6-10) ...
13:46:00 #35 17.68 Selecting previously unselected package libapparmor-dev:s390x.
13:46:00 #35 17.69 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
13:46:00 #35 17.70 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
13:46:00 #35 17.76 Selecting previously unselected package libgcc-s1:armhf.
13:46:00 #35 17.76 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
13:46:00 #35 17.77 Unpacking libgcc-s1:armhf (10.2.1-6) ...
13:46:00 #35 17.81 Selecting previously unselected package libcrypt1:armhf.
13:46:00 #35 17.82 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
13:46:00 #35 17.83 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
13:46:01 #35 17.91 Selecting previously unselected package libc6:armhf.
13:46:01 #35 17.92 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ...
13:46:01 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:46:01 go: downloading github.com/moby/buildkit v0.10.2
13:46:01 #35 18.10 Unpacking libc6:armhf (2.31-13+deb11u3) ...
13:46:01 #35 18.55 Selecting previously unselected package libapparmor1:armhf.
13:46:01 #35 18.56 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
13:46:01 #35 18.56 Unpacking libapparmor1:armhf (2.13.6-10) ...
13:46:01 #35 18.62 Selecting previously unselected package libapparmor-dev:armhf.
13:46:01 #35 18.62 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
13:46:01 #35 18.63 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
13:46:01 #35 18.69 Selecting previously unselected package libgcc-s1:ppc64el.
13:46:01 #35 18.71 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
13:46:01 #35 18.71 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
13:46:01 #35 18.76 Selecting previously unselected package libcrypt1:ppc64el.
13:46:01 #35 18.77 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
13:46:01 #35 18.78 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
13:46:01 #35 18.86 Selecting previously unselected package libc6:ppc64el.
13:46:01 go: downloading github.com/moby/sys/signal v0.7.0
13:46:02 go: downloading github.com/opencontainers/go-digest v1.0.0
13:46:02 #35 18.87 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ...
13:46:02 #35 19.07 Unpacking libc6:ppc64el (2.31-13+deb11u3) ...
13:46:02 go: downloading github.com/gogo/protobuf v1.3.2
13:46:02 #35 19.69 Selecting previously unselected package libapparmor1:ppc64el.
13:46:02 #35 19.70 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
13:46:02 #35 19.71 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
13:46:02 #35 19.76 Selecting previously unselected package libapparmor-dev:ppc64el.
13:46:02 go: downloading gopkg.in/yaml.v2 v2.4.0
13:46:02 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:46:02 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:46:02 #35 19.76 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
13:46:02 #35 19.77 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
13:46:02 #35 19.84 Selecting previously unselected package libseccomp2:s390x.
13:46:02 #35 19.85 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
13:46:02 #35 19.86 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
13:46:02 #35 19.90 Selecting previously unselected package libseccomp-dev:s390x.
13:46:02 #35 19.90 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
13:46:02 #35 19.91 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
13:46:02 #35 19.98 Selecting previously unselected package libseccomp2:ppc64el.
13:46:02 #35 19.99 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
13:46:02 #35 19.99 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
13:46:02 #35 20.04 Selecting previously unselected package libseccomp-dev:ppc64el.
13:46:02 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:46:02 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:46:03 #30 147.9 + bin/containerd-shim-runc-v2
13:46:03 #35 20.04 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
13:46:03 #35 20.05 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
13:46:03 #35 20.11 Selecting previously unselected package libseccomp2:armhf.
13:46:03 #35 20.12 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
13:46:03 #35 20.12 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
13:46:03 #35 20.17 Selecting previously unselected package libseccomp-dev:armhf.
13:46:03 #35 20.17 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
13:46:03 #35 20.18 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
13:46:03 #35 20.23 Selecting previously unselected package libseccomp2:armel.
13:46:03 #35 20.24 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
13:46:03 #35 20.25 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
13:46:03 #35 20.30 Selecting previously unselected package libseccomp-dev:armel.
13:46:03 #30 148.7 + binaries
13:46:03 #30 148.7 + install -D bin/containerd /build/containerd
13:46:03 #30 148.7 + install -D bin/containerd-shim /build/containerd-shim
13:46:03 #30 148.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:46:03 #30 148.7 + install -D bin/ctr /build/ctr
13:46:03 #35 20.30 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
13:46:03 #35 20.31 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
13:46:03 #35 20.36 Selecting previously unselected package libseccomp2:arm64.
13:46:03 #35 20.37 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
13:46:03 #35 20.38 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ...
13:46:03 #35 20.42 Selecting previously unselected package libseccomp-dev:arm64.
13:46:03 #35 20.43 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
13:46:03 #35 20.43 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:46:03 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:46:03 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:46:03 go: downloading github.com/imdario/mergo v0.3.12
13:46:03 #35 20.52 Setting up gcc-10-base:arm64 (10.2.1-6) ...
13:46:03 #35 20.57 Setting up gcc-10-base:armel (10.2.1-6) ...
13:46:03 #35 20.58 Setting up gcc-10-base:armhf (10.2.1-6) ...
13:46:03 #35 20.60 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
13:46:03 #35 20.61 Setting up gcc-10-base:s390x (10.2.1-6) ...
13:46:03 #35 20.63 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
13:46:03 #35 20.64 Setting up libcrypt1:armel (1:4.4.18-4) ...
13:46:03 #35 20.66 Setting up libcrypt1:armhf (1:4.4.18-4) ...
13:46:03 #35 20.67 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
13:46:03 #35 20.68 Setting up libcrypt1:s390x (1:4.4.18-4) ...
13:46:03 #35 20.69 Setting up libgcc-s1:arm64 (10.2.1-6) ...
13:46:03 #35 20.71 Setting up libgcc-s1:armel (10.2.1-6) ...
13:46:03 #35 20.73 Setting up libgcc-s1:armhf (10.2.1-6) ...
13:46:03 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:46:03 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:46:03 #30 DONE 149.3s
13:46:03 #35 20.74 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
13:46:03 #35 20.76 Setting up libgcc-s1:s390x (10.2.1-6) ...
13:46:03 #35 20.77 Setting up libc6:arm64 (2.31-13+deb11u3) ...
13:46:04 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:46:04 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:46:04 go: downloading github.com/imdario/mergo v0.3.12
13:46:04 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:46:04 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:46:04 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:46:04 go: downloading github.com/moby/buildkit v0.10.2
13:46:04 go: downloading github.com/creack/pty v1.1.11
13:46:04 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:46:04 
13:46:04 #40 [binary-base 3/7] COPY --from=containerd    /build/ /usr/local/bin/
13:46:04 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:46:04 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:46:05 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:46:05 #40 DONE 0.2s
13:46:05 
13:46:05 #41 [binary-base 4/7] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:46:05 #41 DONE 0.1s
13:46:05 
13:46:05 #42 [binary-base 5/7] COPY --from=vpnkit        /build/ /usr/local/bin/
13:46:05 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:46:05 #42 DONE 0.3s
13:46:05 
13:46:05 #43 [binary-base 6/7] COPY --from=gowinres      /build/ /usr/local/bin/
13:46:05 #43 DONE 0.1s
13:46:05 
13:46:05 #44 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
13:46:05 #44 DONE 0.0s
13:46:05 
13:46:05 #45 [build-cross 1/1] RUN --mount=type=cache,target=/root/.cache     --mount=type=bind,target=.,ro     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy         hack/make.sh cross
13:46:05 #0 0.100 
13:46:05 #35 21.99 Setting up libc6:armel (2.31-13+deb11u3) ...
13:46:05 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:46:05 go: downloading github.com/creack/pty v1.1.11
13:46:05 go: downloading github.com/opencontainers/go-digest v1.0.0
13:46:05 #45 0.169 Removing /build/bundles/
13:46:05 #45 0.170 
13:46:05 #45 0.176 ---> Making bundle: cross (in /build/bundles/cross)
13:46:05 #45 0.177 Cross building: /build/bundles/cross/linux/arm/v7
13:46:05 #45 0.216 Building: /build/bundles/cross/linux/arm/v7-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:46:05 #45 0.217 GOOS="linux" GOARCH="arm" GOARM="7"
13:46:05 go: downloading github.com/imdario/mergo v0.3.12
13:46:05 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:46:05 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:46:06 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:46:06 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:46:06 go: downloading gopkg.in/yaml.v2 v2.4.0
13:46:06 #35 23.21 Setting up libc6:armhf (2.31-13+deb11u3) ...
13:46:06 go: downloading github.com/creack/pty v1.1.11
13:46:06 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:46:07 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:46:07 #35 24.49 Setting up libc6:ppc64el (2.31-13+deb11u3) ...
13:46:08 go: downloading github.com/gogo/protobuf v1.3.2
13:46:08 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:46:08 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:46:09 #35 25.77 Setting up libc6:s390x (2.31-13+deb11u3) ...
13:46:09 #35 26.98 Setting up libapparmor1:arm64 (2.13.6-10) ...
13:46:09 #35 26.99 Setting up libapparmor1:armel (2.13.6-10) ...
13:46:10 #35 27.01 Setting up libapparmor1:armhf (2.13.6-10) ...
13:46:10 #35 27.02 Setting up libapparmor1:ppc64el (2.13.6-10) ...
13:46:10 #35 27.03 Setting up libapparmor1:s390x (2.13.6-10) ...
13:46:10 #35 27.04 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
13:46:10 #35 27.06 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
13:46:10 #35 27.07 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
13:46:10 #35 27.08 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
13:46:10 #35 27.09 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
13:46:10 #35 27.11 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
13:46:10 #35 27.12 Setting up libapparmor-dev:armel (2.13.6-10) ...
13:46:10 #35 27.13 Setting up libapparmor-dev:armhf (2.13.6-10) ...
13:46:10 #35 27.14 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
13:46:10 #35 27.16 Setting up libapparmor-dev:s390x (2.13.6-10) ...
13:46:10 #35 27.17 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
13:46:10 #35 27.18 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
13:46:10 #35 27.19 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
13:46:10 #35 27.21 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
13:46:10 #35 27.22 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
13:46:10 #35 27.23 Processing triggers for libc-bin (2.31-13+deb11u3) ...
13:46:10 #35 DONE 27.5s
13:46:10 
13:46:10 #36 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
13:46:10 #36 DONE 0.1s
13:46:10 
13:46:10 #37 [binary-base 1/7] COPY --from=tini          /build/ /usr/local/bin/
13:46:10 #37 DONE 0.1s
13:46:10 
13:46:10 #38 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:46:10 go: downloading gopkg.in/yaml.v2 v2.4.0
13:46:10 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:46:10 #38 0.195 + RM_GOPATH=0
13:46:10 #38 0.195 + TMP_GOPATH=
13:46:10 #38 0.195 + : /build
13:46:10 #38 0.195 + '[' -z '' ']'
13:46:10 #38 0.195 ++ mktemp -d
13:46:10 #38 0.196 + export GOPATH=/tmp/tmp.vkjciHkSZn
13:46:10 #38 0.197 + GOPATH=/tmp/tmp.vkjciHkSZn
13:46:10 #38 0.197 + RM_GOPATH=1
13:46:10 #38 0.197 + case "$(go env GOARCH)" in
13:46:10 #38 0.200 ++ go env GOARCH
13:46:10 #38 0.204 + export GO_BUILDMODE=-buildmode=pie
13:46:10 #38 0.204 + GO_BUILDMODE=-buildmode=pie
13:46:10 #38 0.207 ++ dirname /install.sh
13:46:10 #38 0.208 + dir=/
13:46:10 #38 0.208 + bin=runc
13:46:10 #38 0.208 + shift
13:46:10 #38 0.209 + '[' '!' -f //runc.installer ']'
13:46:10 #38 0.209 + . //runc.installer
13:46:10 #38 0.209 ++ set -e
13:46:10 #38 0.210 ++ : v1.1.1
13:46:10 #38 0.211 + install_runc
13:46:10 #38 0.211 + RUNC_BUILDTAGS=seccomp
13:46:10 #38 0.211 + echo 'Install runc version v1.1.1 (build tags: seccomp)'
13:46:10 #38 0.211 Install runc version v1.1.1 (build tags: seccomp)
13:46:10 #38 0.211 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vkjciHkSZn/src/github.com/opencontainers/runc
13:46:10 #38 0.213 Cloning into '/tmp/tmp.vkjciHkSZn/src/github.com/opencontainers/runc'...
13:46:10 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:46:11 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:46:12 go: downloading github.com/imdario/mergo v0.3.12
13:46:12 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:46:12 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:46:13 go: downloading github.com/creack/pty v1.1.11
13:46:13 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:46:13 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:46:14 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:46:14 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:46:14 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:46:14 #38 3.159 + cd /tmp/tmp.vkjciHkSZn/src/github.com/opencontainers/runc
13:46:14 #38 3.160 + git checkout -q v1.1.1
13:46:14 #38 3.302 + '[' -z '' ']'
13:46:14 #38 3.303 + target=static
13:46:14 #38 3.304 + make BUILDTAGS=seccomp static
13:46:14 #38 3.554 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc .
13:46:14 go: downloading github.com/imdario/mergo v0.3.12
13:46:14 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:46:14 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:46:15 go: downloading github.com/creack/pty v1.1.11
13:46:15 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:46:15 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:46:29 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:46:29 + make manpages
13:46:29 scripts/docs/generate-man.sh
13:46:29 + cp -r . /tmp/docker-cli-docsgen.kkmlXOZtXk/
13:46:29 + cd /tmp/docker-cli-docsgen.kkmlXOZtXk
13:46:29 + ./scripts/vendor init
13:46:29 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
13:46:29 + cp man/tools.go .
13:46:29 + ./scripts/vendor update
13:46:29 + go mod tidy -compat=1.17 -modfile=vendor.mod
13:46:29 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
13:46:29 go: downloading github.com/spf13/cobra v1.4.0
13:46:29 go: downloading github.com/spf13/pflag v1.0.5
13:46:29 go: downloading github.com/docker/docker v20.10.3-0.20220429181837-2ed904cad705+incompatible
13:46:29 go: downloading github.com/fvbommel/sortorder v1.0.2
13:46:29 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
13:46:29 go: downloading github.com/morikuni/aec v1.0.0
13:46:29 go: downloading github.com/pkg/errors v0.9.1
13:46:29 go: downloading github.com/google/go-cmp v0.5.7
13:46:29 go: downloading gotest.tools/v3 v3.1.0
13:46:29 go: downloading github.com/docker/go-units v0.4.0
13:46:29 go: downloading github.com/docker/distribution v2.8.1+incompatible
13:46:29 go: downloading github.com/docker/go-connections v0.4.0
13:46:29 go: downloading github.com/sirupsen/logrus v1.8.1
13:46:29 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
13:46:29 go: downloading golang.org/x/text v0.3.7
13:46:29 go: downloading github.com/mattn/go-runewidth v0.0.13
13:46:29 go: downloading github.com/containerd/containerd v1.6.3
13:46:29 go: downloading github.com/moby/sys/signal v0.7.0
13:46:29 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
13:46:29 go: downloading golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
13:46:29 go: downloading github.com/moby/buildkit v0.10.2
13:46:29 go: downloading github.com/opencontainers/go-digest v1.0.0
13:46:29 go: downloading gopkg.in/yaml.v2 v2.4.0
13:46:29 go: downloading github.com/gogo/protobuf v1.3.2
13:46:29 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:46:29 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
13:46:29 go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
13:46:29 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
13:46:29 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
13:46:29 go: downloading github.com/imdario/mergo v0.3.12
13:46:29 go: downloading github.com/mitchellh/mapstructure v1.3.2
13:46:29 go: downloading github.com/docker/docker-credential-helpers v0.6.4
13:46:29 go: downloading github.com/creack/pty v1.1.11
13:46:29 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:46:29 go: downloading github.com/gorilla/mux v1.8.0
13:46:29 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
13:46:29 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:46:29 go: downloading github.com/stretchr/testify v1.7.0
13:46:29 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:46:29 go: downloading github.com/rivo/uniseg v0.2.0
13:46:29 go: downloading github.com/klauspost/compress v1.15.1
13:46:29 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:46:29 go: downloading github.com/moby/sys/symlink v0.2.0
13:46:29 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:46:29 go: downloading github.com/opencontainers/runc v1.1.1
13:46:29 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:46:29 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:46:30 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:46:30 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:46:30 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:46:30 go: downloading google.golang.org/grpc v1.45.0
13:46:30 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:46:30 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:46:30 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:46:30 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:46:30 go: downloading github.com/Microsoft/go-winio v0.5.2
13:46:30 go: downloading github.com/russross/blackfriday v1.6.0
13:46:30 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:46:30 go: downloading github.com/davecgh/go-spew v1.1.1
13:46:30 go: downloading github.com/pmezard/go-difflib v1.0.0
13:46:30 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:46:30 go: downloading github.com/miekg/pkcs11 v1.1.1
13:46:30 go: downloading github.com/prometheus/client_golang v1.12.1
13:46:30 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:46:30 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:46:30 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:46:30 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:46:31 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:46:31 go: downloading github.com/golang/protobuf v1.5.2
13:46:31 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:46:32 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:46:32 go: downloading github.com/beorn7/perks v1.0.1
13:46:32 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:46:32 go: downloading github.com/prometheus/client_model v0.2.0
13:46:32 go: downloading github.com/prometheus/common v0.32.1
13:46:32 go: downloading github.com/prometheus/procfs v0.7.3
13:46:32 go: downloading google.golang.org/protobuf v1.27.1
13:46:32 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:46:32 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:46:32 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:46:32 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:46:32 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:46:32 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:46:32 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:46:32 go: downloading github.com/kr/text v0.2.0
13:46:32 go: downloading github.com/docker/go-metrics v0.0.1
13:46:32 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:46:32 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:46:32 go: downloading github.com/BurntSushi/toml v0.3.1
13:46:32 go: downloading github.com/kr/pretty v0.2.1
13:46:32 go: downloading github.com/magiconair/properties v1.5.3
13:46:32 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:46:33 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:46:33 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:46:33 + go mod vendor -modfile=vendor.mod
13:46:34 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:46:48 #17 101.1 + xx-verify --static /usr/bin/buildx
13:46:48 #17 DONE 101.5s
13:46:48 
13:46:48 #18 [linux/amd64 binaries-unix 1/1] COPY --from=buildx-build /usr/bin/buildx /
13:46:48 #18 DONE 0.1s
13:46:48 
13:46:48 #19 exporting to client
13:46:48 #19 copying files linux/amd64 21B
13:46:48 #19 copying files linux/amd64 47.82MB 0.8s done
13:46:48 #19 DONE 0.8s
13:46:48 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/amd64 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/amd64/docker-0.0.0-20220503081348-bfa9b40.tar.tgz docker
13:46:48 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/amd64 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/amd64/docker-rootless-extras-0.0.0-20220503081348-bfa9b40.tar.tgz docker-rootless-extras
13:46:50 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/amd64 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/amd64/docker-buildx-plugin-0.8.2.tar.gz docker-buildx
13:46:53 + cd /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/amd64
13:46:53 + rm -r docker-buildx/ docker-rootless-extras/ docker/
13:46:53 + tar -zvcf /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/bundles-ce-static-linux-x86_64.tar.gz .
13:46:53 ./
13:46:53 ./docker-0.0.0-20220503081348-bfa9b40.tar.tgz
13:46:53 + popd
13:46:53 + exit 0
13:46:53 ~/rpmbuild/BUILD/src
13:46:53 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZAlREr
13:46:53 + umask 022
13:46:53 + cd /root/rpmbuild/BUILD
13:46:53 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.aarch64 '!=' / ']'
13:46:53 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.aarch64
13:46:53 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.aarch64
13:46:53 + mkdir -p /root/rpmbuild/BUILDROOT
13:46:53 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.aarch64
13:46:53 + cd src
13:46:53 + pushd /root/rpmbuild/BUILD/src/buildx
13:46:53 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:46:53 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:46:53 + popd
13:46:53 ~/rpmbuild/BUILD/src
13:46:53 + /usr/lib/rpm/check-buildroot
13:46:53 + /usr/lib/rpm/redhat/brp-compress
13:46:53 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:46:53 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:46:53 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:46:53 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:46:53 + /usr/lib/rpm/redhat/brp-python-hardlink
13:46:53 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:46:53 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.hd3yma
13:46:53 + umask 022
13:46:53 + cd /root/rpmbuild/BUILD
13:46:53 + cd src
13:46:53 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:46:53 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:46:53 + ver=v0.8.2
13:46:53 + test v0.8.2 = v0.8.2
13:46:53 + echo 'PASS: docker-buildx version OK'
13:46:53 PASS: docker-buildx version OK
13:46:53 + exit 0
13:46:53 Processing files: docker-buildx-plugin-0.8.2-0.el7.aarch64
13:46:53 Provides: docker-buildx-plugin = 0:0.8.2-0.el7 docker-buildx-plugin(aarch-64) = 0:0.8.2-0.el7
13:46:53 Requires(interp): /bin/sh /bin/sh /bin/sh
13:46:53 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:46:53 Requires(post): /bin/sh
13:46:53 Requires(preun): /bin/sh
13:46:53 Requires(postun): /bin/sh
13:46:53 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.aarch64
13:46:53 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.8.2-0.el7.src.rpm
13:46:55 ./docker-rootless-extras-0.0.0-20220503081348-bfa9b40.tar.tgz
13:46:56 ./docker-buildx-plugin-0.8.2.tar.gz
13:46:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] sh
13:46:56 + make clean
13:46:56 Unable to find image 'alpine:latest' locally
13:46:56 latest: Pulling from library/alpine
13:46:57 df9b9388f04a: Pulling fs layer
13:46:57 df9b9388f04a: Verifying Checksum
13:46:57 df9b9388f04a: Download complete
13:46:57 df9b9388f04a: Pull complete
13:46:57 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:46:57 Status: Downloaded newer image for alpine:latest
13:46:57 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:46:57 go: downloading github.com/stretchr/testify v1.7.0
13:46:57 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:46:57 go: downloading github.com/rivo/uniseg v0.2.0
13:46:57 go: downloading github.com/klauspost/compress v1.15.1
13:46:57 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:46:57 go: downloading github.com/moby/sys/symlink v0.2.0
13:46:57 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:46:57 go: downloading github.com/opencontainers/runc v1.1.1
13:46:57 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:46:57 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:46:59 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:46:59 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.8.2-0.el7.aarch64.rpm
13:46:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ipQvEM
13:46:59 + umask 022
13:46:59 + cd /root/rpmbuild/BUILD
13:46:59 + cd src
13:46:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.aarch64
13:46:59 + exit 0
13:46:59 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lxmU2d
13:46:59 + umask 022
13:46:59 + cd /root/rpmbuild/BUILD
13:46:59 + cd /root/rpmbuild/BUILD
13:46:59 + rm -rf src
13:46:59 + /usr/bin/mkdir -p src
13:46:59 + cd src
13:46:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:46:59 + /usr/bin/tar -xf -
13:46:59 + STATUS=0
13:46:59 + '[' 0 -ne 0 ']'
13:46:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:46:59 + /usr/bin/tar -xf -
13:46:59 + STATUS=0
13:46:59 + '[' 0 -ne 0 ']'
13:46:59 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:46:59 + exit 0
13:46:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0u5wjT
13:46:59 + umask 022
13:46:59 + cd /root/rpmbuild/BUILD
13:46:59 + cd src
13:46:59 + pushd /root/rpmbuild/BUILD/src/compose
13:46:59 + GOPROXY=https://proxy.golang.org
13:46:59 + GO111MODULE=on
13:46:59 + go mod download
13:46:59 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:46:59 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:46:59 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:46:59 go: downloading google.golang.org/grpc v1.45.0
13:46:59 make -C rpm clean
13:46:59 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:46:59 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:46:59 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:46:59 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:47:00 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:47:00 rm -f -r rpmbuild/
13:47:00 docker builder prune -f --filter until=24h
13:47:00 Total reclaimed space: 0B
13:47:00 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:47:00 make -C deb clean
13:47:00 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:47:00 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:47:00 rm -f -r debbuild
13:47:00 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:47:00 rm -f -r sources
13:47:00 docker builder prune -f --filter until=24h
13:47:00 Total reclaimed space: 0B
13:47:00 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:47:00 make -C static clean
13:47:00 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:47:00 go: downloading github.com/Microsoft/go-winio v0.5.2
13:47:00 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:47:00 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:47:00 Removing build artifacts
13:47:00 go: downloading github.com/russross/blackfriday v1.6.0
13:47:00 go: downloading github.com/davecgh/go-spew v1.1.1
13:47:00 go: downloading github.com/pmezard/go-difflib v1.0.0
13:47:00 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:47:00 go: downloading github.com/miekg/pkcs11 v1.1.1
13:47:00 go: downloading github.com/prometheus/client_golang v1.12.1
13:47:00 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:47:00 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:47:01 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:47:01 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:47:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:47:01 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:47:01 go: downloading github.com/golang/protobuf v1.5.2
13:47:01 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:47:03 #17 77.09 + xx-verify --static /usr/bin/buildx
13:47:03 #17 DONE 77.5s
13:47:03 
13:47:03 #18 [linux/arm64 binaries-unix 1/1] COPY --from=buildx-build /usr/bin/buildx /
13:47:03 #18 DONE 0.0s
13:47:03 
13:47:03 #19 exporting to client
13:47:03 #19 copying files linux/arm64 21B
13:47:03 #19 copying files linux/arm64 47.33MB 0.6s done
13:47:03 #19 DONE 0.6s
13:47:03 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm64 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm64/docker-0.0.0-20220503081348-bfa9b40.tar.tgz docker
13:47:05 + GOPROXY=https://proxy.golang.org
13:47:05 + GO111MODULE=on
13:47:05 + GIT_TAG=v2.5.0
13:47:05 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:47:05 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o bin/docker-compose ./cmd
13:47:08 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:47:08 go: downloading github.com/beorn7/perks v1.0.1
13:47:08 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:47:08 go: downloading github.com/prometheus/client_model v0.2.0
13:47:08 go: downloading github.com/prometheus/common v0.32.1
13:47:08 go: downloading github.com/prometheus/procfs v0.7.3
13:47:08 go: downloading google.golang.org/protobuf v1.27.1
13:47:08 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:47:08 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:47:08 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:47:08 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:47:08 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:47:08 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:47:08 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:47:08 go: downloading github.com/kr/text v0.2.0
13:47:09 go: downloading github.com/docker/go-metrics v0.0.1
13:47:09 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:47:09 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:47:09 go: downloading github.com/BurntSushi/toml v0.3.1
13:47:09 go: downloading github.com/kr/pretty v0.2.1
13:47:09 go: downloading github.com/magiconair/properties v1.5.3
13:47:09 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:47:09 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:47:09 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:47:09 + go mod vendor -modfile=vendor.mod
13:47:09 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:47:09 go: downloading github.com/stretchr/testify v1.7.0
13:47:09 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:47:09 go: downloading github.com/rivo/uniseg v0.2.0
13:47:09 go: downloading github.com/klauspost/compress v1.15.1
13:47:09 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:47:09 go: downloading github.com/moby/sys/symlink v0.2.0
13:47:09 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:47:09 go: downloading github.com/opencontainers/runc v1.1.1
13:47:09 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:47:10 #38 ...
13:47:10 
13:47:10 #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
13:47:10 #34 108.9 + bin/containerd
13:47:10 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:47:10 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm64 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm64/docker-rootless-extras-0.0.0-20220503081348-bfa9b40.tar.tgz docker-rootless-extras
13:47:11 #45 80.67 Created binary: /build/bundles/cross/linux/arm/v6-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:47:11 #45 81.14 Building: /build/bundles/cross/linux/arm/v6-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:47:11 #45 81.14 GOOS="linux" GOARCH="arm" GOARM="6"
13:47:11 #45 81.70 Created binary: /build/bundles/cross/linux/arm/v6-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:47:11 #45 81.73 
13:47:12 #45 DONE 82.1s
13:47:12 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:47:12 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:47:12 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:47:12 go: downloading google.golang.org/grpc v1.45.0
13:47:12 
13:47:12 #46 [cross 1/1] COPY --from=build-cross /build/bundles/ /
13:47:12 #46 DONE 0.1s
13:47:12 
13:47:12 #47 exporting to client
13:47:12 #47 copying files 8.40MB 0.1s
13:47:12 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:47:12 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:47:12 go: downloading github.com/russross/blackfriday v1.6.0
13:47:12 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:47:12 go: downloading github.com/Microsoft/go-winio v0.5.2
13:47:12 #47 copying files 62.21MB 0.8s done
13:47:12 #47 DONE 0.8s
13:47:12 + mkdir -p ./bundles/linux/arm/v6
13:47:12 + cp ./bundles/cross/linux/arm/v6-daemon/docker-proxy ./bundles/cross/linux/arm/v6-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 ./bundles/cross/linux/arm/v6-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.md5 ./bundles/cross/linux/arm/v6-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.sha256 ./bundles/cross/linux/arm/v6-daemon/dockerd ./bundles/cross/linux/arm/v6-daemon/dockerd-0.0.0-20220503081348-bfa9b40 ./bundles/cross/linux/arm/v6-daemon/dockerd-0.0.0-20220503081348-bfa9b40.md5 ./bundles/cross/linux/arm/v6-daemon/dockerd-0.0.0-20220503081348-bfa9b40.sha256 ./bundles/linux/arm/v6/
13:47:13 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:47:13 + docker buildx build --platform linux/arm/v6 --build-arg BUILDKIT_MULTI_PLATFORM=true --output ./bin --target binaries .
13:47:13 go: downloading github.com/davecgh/go-spew v1.1.1
13:47:13 go: downloading github.com/pmezard/go-difflib v1.0.0
13:47:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:47:13 go: downloading github.com/miekg/pkcs11 v1.1.1
13:47:13 go: downloading github.com/prometheus/client_golang v1.12.1
13:47:13 #1 [internal] load build definition from Dockerfile
13:47:13 #1 transferring dockerfile: 2.90kB done
13:47:13 #1 DONE 0.0s
13:47:13 
13:47:13 #2 [internal] load .dockerignore
13:47:13 #2 transferring context: 69B done
13:47:13 #2 DONE 0.0s
13:47:13 
13:47:13 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:47:13 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:47:13 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:47:13 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:47:13 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:47:13 #3 ...
13:47:13 
13:47:13 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:47:13 #4 DONE 0.0s
13:47:13 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm64 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm64/docker-buildx-plugin-0.8.2.tar.gz docker-buildx
13:47:14 
13:47:14 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:47:14 #3 DONE 0.2s
13:47:14 
13:47:14 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:47:14 #5 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:47:14 #5 CACHED
13:47:14 
13:47:14 #6 [linux/arm64 internal] load metadata for docker.io/library/golang:1.17-alpine
13:47:14 #6 ...
13:47:14 
13:47:14 #7 [auth] library/golang:pull token for registry-1.docker.io
13:47:14 #7 DONE 0.0s
13:47:14 
13:47:14 #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:47:14 #8 DONE 0.0s
13:47:14 
13:47:14 #9 [linux/arm64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0
13:47:14 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:47:14 go: downloading github.com/golang/protobuf v1.5.2
13:47:14 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:47:14 #9 DONE 0.7s
13:47:14 
13:47:14 #6 [linux/arm64 internal] load metadata for docker.io/library/golang:1.17-alpine
13:47:14 #6 DONE 0.7s
13:47:15 
13:47:15 #10 [linux/arm64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:47:15 #10 resolve docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d 0.0s done
13:47:15 #10 DONE 0.1s
13:47:15 
13:47:15 #11 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996
13:47:15 #11 resolve docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996 0.0s done
13:47:15 #11 sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 13.99kB / 13.99kB 0.1s done
13:47:15 #11 extracting sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 0.0s done
13:47:15 #11 DONE 0.1s
13:47:15 
13:47:15 #12 [internal] load build context
13:47:16 + cd /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm64
13:47:16 + rm -r docker-buildx/ docker-rootless-extras/ docker/
13:47:16 + tar -zvcf /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/bundles-ce-static-linux-aarch64.tar.gz .
13:47:16 ./
13:47:16 ./docker-rootless-extras-0.0.0-20220503081348-bfa9b40.tar.tgz
13:47:16 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:47:16 go: downloading github.com/stretchr/testify v1.7.0
13:47:16 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:47:16 go: downloading github.com/rivo/uniseg v0.2.0
13:47:16 go: downloading github.com/klauspost/compress v1.15.1
13:47:16 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:47:16 go: downloading github.com/moby/sys/symlink v0.2.0
13:47:16 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:47:16 go: downloading github.com/opencontainers/runc v1.1.1
13:47:16 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:47:16 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:47:16 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:47:16 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:47:16 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:47:16 go: downloading google.golang.org/grpc v1.45.0
13:47:16 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:47:16 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:47:16 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:47:16 go: downloading github.com/Microsoft/go-winio v0.5.2
13:47:16 go: downloading github.com/russross/blackfriday v1.6.0
13:47:16 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:47:16 go: downloading github.com/davecgh/go-spew v1.1.1
13:47:16 go: downloading github.com/pmezard/go-difflib v1.0.0
13:47:16 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:47:16 go: downloading github.com/miekg/pkcs11 v1.1.1
13:47:16 go: downloading github.com/prometheus/client_golang v1.12.1
13:47:16 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:47:16 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:47:16 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:47:16 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:47:16 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:47:16 go: downloading github.com/golang/protobuf v1.5.2
13:47:16 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:47:16 ./docker-0.0.0-20220503081348-bfa9b40.tar.tgz
13:47:18 #34 ...
13:47:18 
13:47:18 #38 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
13:47:18 #38 66.81 + mkdir -p /build
13:47:18 #38 66.82 + cp runc /build/runc
13:47:18 #38 DONE 67.2s
13:47:18 
13:47:18 #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
13:47:18 #12 transferring context: 58.48MB 3.1s done
13:47:18 #12 DONE 3.2s
13:47:18 
13:47:18 #10 [linux/arm64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:47:18 #10 sha256:d8fb42bb649cca1e4a9427e17aefb723d3ffd4ec35381839c591618eb2dacb4f 126B / 126B 0.1s done
13:47:18 #10 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 104.47MB / 104.47MB 1.5s done
13:47:18 #10 extracting sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911
13:47:19 #34 ...
13:47:19 
13:47:19 #39 [binary-base 2/7] COPY --from=runc          /build/ /usr/local/bin/
13:47:19 #39 DONE 0.1s
13:47:19 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:47:19 go: downloading github.com/stretchr/testify v1.7.0
13:47:19 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:47:19 go: downloading github.com/rivo/uniseg v0.2.0
13:47:19 go: downloading github.com/klauspost/compress v1.15.1
13:47:19 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:47:19 go: downloading github.com/moby/sys/symlink v0.2.0
13:47:19 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:47:19 go: downloading github.com/opencontainers/runc v1.1.1
13:47:19 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:47:19 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:47:19 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:47:19 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:47:19 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:47:19 go: downloading google.golang.org/grpc v1.45.0
13:47:19 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:47:19 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:47:19 go: downloading github.com/russross/blackfriday v1.6.0
13:47:19 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:47:19 go: downloading github.com/Microsoft/go-winio v0.5.2
13:47:19 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:47:19 go: downloading github.com/davecgh/go-spew v1.1.1
13:47:19 go: downloading github.com/pmezard/go-difflib v1.0.0
13:47:19 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:47:19 go: downloading github.com/miekg/pkcs11 v1.1.1
13:47:19 go: downloading github.com/prometheus/client_golang v1.12.1
13:47:19 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:47:19 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:47:19 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:47:19 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:47:19 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:47:19 go: downloading github.com/golang/protobuf v1.5.2
13:47:19 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:47:19 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:47:19 go: downloading github.com/beorn7/perks v1.0.1
13:47:19 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:47:19 
13:47:19 #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
13:47:19 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:47:19 go: downloading github.com/beorn7/perks v1.0.1
13:47:19 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:47:19 go: downloading github.com/prometheus/client_model v0.2.0
13:47:19 go: downloading github.com/prometheus/common v0.32.1
13:47:19 go: downloading github.com/prometheus/procfs v0.7.3
13:47:19 go: downloading google.golang.org/protobuf v1.27.1
13:47:19 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:47:19 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:47:19 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:47:19 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:47:19 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:47:19 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:47:19 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:47:19 go: downloading github.com/kr/text v0.2.0
13:47:19 go: downloading github.com/prometheus/client_model v0.2.0
13:47:19 go: downloading github.com/prometheus/common v0.32.1
13:47:19 go: downloading github.com/prometheus/procfs v0.7.3
13:47:19 go: downloading google.golang.org/protobuf v1.27.1
13:47:19 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:47:19 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:47:19 ./docker-buildx-plugin-0.8.2.tar.gz
13:47:19 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:47:19 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:47:19 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:47:19 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:47:19 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:47:19 go: downloading github.com/kr/text v0.2.0
13:47:19 go: downloading github.com/docker/go-metrics v0.0.1
13:47:19 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:47:19 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:47:19 go: downloading github.com/BurntSushi/toml v0.3.1
13:47:19 go: downloading github.com/kr/pretty v0.2.1
13:47:19 go: downloading github.com/magiconair/properties v1.5.3
13:47:19 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:47:19 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:47:19 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:47:19 + go mod vendor -modfile=vendor.mod
13:47:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] sh
13:47:20 go: downloading github.com/docker/go-metrics v0.0.1
13:47:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:47:20 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:47:20 go: downloading github.com/BurntSushi/toml v0.3.1
13:47:20 go: downloading github.com/kr/pretty v0.2.1
13:47:20 go: downloading github.com/magiconair/properties v1.5.3
13:47:20 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:47:20 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:47:20 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:47:20 + go mod vendor -modfile=vendor.mod
13:47:20 + make clean
13:47:20 Unable to find image 'alpine:latest' locally
13:47:20 #10 extracting sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 3.9s done
13:47:20 #10 extracting sha256:d8fb42bb649cca1e4a9427e17aefb723d3ffd4ec35381839c591618eb2dacb4f 0.0s done
13:47:20 #10 DONE 5.5s
13:47:20 
13:47:20 #13 [linux/arm64 gobase 1/3] COPY --from=xx / /
13:47:21 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:47:21 ++ pwd
13:47:21 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:47:21 Project root: .
13:47:21 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:47:21 INFO: man/src/attach.md found
13:47:21 WARN: man/src/build.md does not exist, skipping
13:47:21 WARN: man/src/builder/build.md does not exist, skipping
13:47:21 WARN: man/src/builder/prune.md does not exist, skipping
13:47:21 WARN: man/src/builder.md does not exist, skipping
13:47:21 WARN: man/src/checkpoint/create.md does not exist, skipping
13:47:21 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:47:21 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:47:21 WARN: man/src/checkpoint.md does not exist, skipping
13:47:21 INFO: man/src/commit.md found
13:47:21 WARN: man/src/config/create.md does not exist, skipping
13:47:21 WARN: man/src/config/inspect.md does not exist, skipping
13:47:21 WARN: man/src/config/ls.md does not exist, skipping
13:47:21 WARN: man/src/config/rm.md does not exist, skipping
13:47:21 WARN: man/src/config.md does not exist, skipping
13:47:21 INFO: man/src/container/attach.md found
13:47:21 INFO: man/src/container/commit.md found
13:47:21 INFO: man/src/container/cp.md found
13:47:21 INFO: man/src/container/create.md found
13:47:21 INFO: man/src/container/diff.md found
13:47:21 INFO: man/src/container/exec.md found
13:47:21 INFO: man/src/container/export.md found
13:47:21 WARN: man/src/container/inspect.md does not exist, skipping
13:47:21 INFO: man/src/container/kill.md found
13:47:21 INFO: man/src/container/logs.md found
13:47:21 INFO: man/src/container/ls.md found
13:47:21 INFO: man/src/container/pause.md found
13:47:21 INFO: man/src/container/port.md found
13:47:21 WARN: man/src/container/prune.md does not exist, skipping
13:47:21 INFO: man/src/container/rename.md found
13:47:21 INFO: man/src/container/restart.md found
13:47:21 INFO: man/src/container/rm.md found
13:47:21 INFO: man/src/container/run.md found
13:47:21 INFO: man/src/container/start.md found
13:47:21 INFO: man/src/container/stats.md found
13:47:21 INFO: man/src/container/stop.md found
13:47:21 INFO: man/src/container/top.md found
13:47:21 INFO: man/src/container/unpause.md found
13:47:21 INFO: man/src/container/update.md found
13:47:21 INFO: man/src/container/wait.md found
13:47:21 WARN: man/src/container.md does not exist, skipping
13:47:21 WARN: man/src/context/create.md does not exist, skipping
13:47:21 WARN: man/src/context/export.md does not exist, skipping
13:47:21 WARN: man/src/context/import.md does not exist, skipping
13:47:21 WARN: man/src/context/inspect.md does not exist, skipping
13:47:21 WARN: man/src/context/ls.md does not exist, skipping
13:47:21 WARN: man/src/context/rm.md does not exist, skipping
13:47:21 WARN: man/src/context/show.md does not exist, skipping
13:47:21 WARN: man/src/context/update.md does not exist, skipping
13:47:21 WARN: man/src/context/use.md does not exist, skipping
13:47:21 WARN: man/src/context.md does not exist, skipping
13:47:21 INFO: man/src/cp.md found
13:47:21 INFO: man/src/create.md found
13:47:21 INFO: man/src/diff.md found
13:47:21 INFO: man/src/events.md found
13:47:21 INFO: man/src/exec.md found
13:47:21 INFO: man/src/export.md found
13:47:21 INFO: man/src/history.md found
13:47:21 INFO: man/src/image/build.md found
13:47:21 INFO: man/src/image/history.md found
13:47:21 INFO: man/src/image/import.md found
13:47:21 WARN: man/src/image/inspect.md does not exist, skipping
13:47:21 INFO: man/src/image/load.md found
13:47:21 INFO: man/src/image/ls.md found
13:47:21 WARN: man/src/image/prune.md does not exist, skipping
13:47:21 INFO: man/src/image/pull.md found
13:47:21 INFO: man/src/image/push.md found
13:47:21 INFO: man/src/image/rm.md found
13:47:21 INFO: man/src/image/save.md found
13:47:21 INFO: man/src/image/tag.md found
13:47:21 WARN: man/src/image.md does not exist, skipping
13:47:21 INFO: man/src/images.md found
13:47:21 INFO: man/src/import.md found
13:47:21 INFO: man/src/info.md found
13:47:21 INFO: man/src/inspect.md found
13:47:21 INFO: man/src/kill.md found
13:47:21 INFO: man/src/load.md found
13:47:21 INFO: man/src/login.md found
13:47:21 INFO: man/src/logout.md found
13:47:21 INFO: man/src/logs.md found
13:47:21 WARN: man/src/manifest/annotate.md does not exist, skipping
13:47:21 WARN: man/src/manifest/create.md does not exist, skipping
13:47:21 WARN: man/src/manifest/inspect.md does not exist, skipping
13:47:21 WARN: man/src/manifest/push.md does not exist, skipping
13:47:21 WARN: man/src/manifest/rm.md does not exist, skipping
13:47:21 WARN: man/src/manifest.md does not exist, skipping
13:47:21 INFO: man/src/network/connect.md found
13:47:21 INFO: man/src/network/create.md found
13:47:21 INFO: man/src/network/disconnect.md found
13:47:21 INFO: man/src/network/inspect.md found
13:47:21 INFO: man/src/network/ls.md found
13:47:21 WARN: man/src/network/prune.md does not exist, skipping
13:47:21 INFO: man/src/network/rm.md found
13:47:21 WARN: man/src/network.md does not exist, skipping
13:47:21 WARN: man/src/node/demote.md does not exist, skipping
13:47:21 WARN: man/src/node/inspect.md does not exist, skipping
13:47:21 WARN: man/src/node/ls.md does not exist, skipping
13:47:21 WARN: man/src/node/promote.md does not exist, skipping
13:47:21 WARN: man/src/node/ps.md does not exist, skipping
13:47:21 WARN: man/src/node/rm.md does not exist, skipping
13:47:21 WARN: man/src/node/update.md does not exist, skipping
13:47:21 WARN: man/src/node.md does not exist, skipping
13:47:21 INFO: man/src/pause.md found
13:47:21 WARN: man/src/plugin/create.md does not exist, skipping
13:47:21 WARN: man/src/plugin/disable.md does not exist, skipping
13:47:21 WARN: man/src/plugin/enable.md does not exist, skipping
13:47:21 WARN: man/src/plugin/inspect.md does not exist, skipping
13:47:21 WARN: man/src/plugin/install.md does not exist, skipping
13:47:21 INFO: man/src/plugin/ls.md found
13:47:21 WARN: man/src/plugin/push.md does not exist, skipping
13:47:21 WARN: man/src/plugin/rm.md does not exist, skipping
13:47:21 WARN: man/src/plugin/set.md does not exist, skipping
13:47:21 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:47:21 WARN: man/src/plugin.md does not exist, skipping
13:47:21 INFO: man/src/port.md found
13:47:21 INFO: man/src/ps.md found
13:47:21 INFO: man/src/pull.md found
13:47:21 INFO: man/src/push.md found
13:47:21 INFO: man/src/rename.md found
13:47:21 INFO: man/src/restart.md found
13:47:21 INFO: man/src/rm.md found
13:47:21 INFO: man/src/rmi.md found
13:47:21 WARN: man/src/run.md does not exist, skipping
13:47:21 INFO: man/src/save.md found
13:47:21 INFO: man/src/search.md found
13:47:21 WARN: man/src/secret/create.md does not exist, skipping
13:47:21 WARN: man/src/secret/inspect.md does not exist, skipping
13:47:21 WARN: man/src/secret/ls.md does not exist, skipping
13:47:21 WARN: man/src/secret/rm.md does not exist, skipping
13:47:21 WARN: man/src/secret.md does not exist, skipping
13:47:21 WARN: man/src/service/create.md does not exist, skipping
13:47:21 WARN: man/src/service/inspect.md does not exist, skipping
13:47:21 WARN: man/src/service/logs.md does not exist, skipping
13:47:21 WARN: man/src/service/ls.md does not exist, skipping
13:47:21 WARN: man/src/service/ps.md does not exist, skipping
13:47:21 WARN: man/src/service/rm.md does not exist, skipping
13:47:21 WARN: man/src/service/rollback.md does not exist, skipping
13:47:21 WARN: man/src/service/scale.md does not exist, skipping
13:47:21 WARN: man/src/service/update.md does not exist, skipping
13:47:21 WARN: man/src/service.md does not exist, skipping
13:47:21 WARN: man/src/stack/config.md does not exist, skipping
13:47:21 WARN: man/src/stack/deploy.md does not exist, skipping
13:47:21 WARN: man/src/stack/ls.md does not exist, skipping
13:47:21 WARN: man/src/stack/ps.md does not exist, skipping
13:47:21 WARN: man/src/stack/rm.md does not exist, skipping
13:47:21 WARN: man/src/stack/services.md does not exist, skipping
13:47:21 WARN: man/src/stack.md does not exist, skipping
13:47:21 INFO: man/src/start.md found
13:47:21 INFO: man/src/stats.md found
13:47:21 INFO: man/src/stop.md found
13:47:21 WARN: man/src/swarm/ca.md does not exist, skipping
13:47:21 WARN: man/src/swarm/init.md does not exist, skipping
13:47:21 WARN: man/src/swarm/join.md does not exist, skipping
13:47:21 WARN: man/src/swarm/join-token.md does not exist, skipping
13:47:21 WARN: man/src/swarm/leave.md does not exist, skipping
13:47:21 WARN: man/src/swarm/unlock.md does not exist, skipping
13:47:21 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:47:21 WARN: man/src/swarm/update.md does not exist, skipping
13:47:21 WARN: man/src/swarm.md does not exist, skipping
13:47:21 WARN: man/src/system/df.md does not exist, skipping
13:47:21 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:47:21 INFO: man/src/system/events.md found
13:47:21 INFO: man/src/system/info.md found
13:47:21 WARN: man/src/system/prune.md does not exist, skipping
13:47:21 WARN: man/src/system.md does not exist, skipping
13:47:21 INFO: man/src/tag.md found
13:47:21 INFO: man/src/top.md found
13:47:21 WARN: man/src/trust/inspect.md does not exist, skipping
13:47:21 WARN: man/src/trust/key/generate.md does not exist, skipping
13:47:21 WARN: man/src/trust/key/load.md does not exist, skipping
13:47:21 WARN: man/src/trust/key.md does not exist, skipping
13:47:21 WARN: man/src/trust/revoke.md does not exist, skipping
13:47:21 WARN: man/src/trust/sign.md does not exist, skipping
13:47:21 WARN: man/src/trust/signer/add.md does not exist, skipping
13:47:21 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:47:21 WARN: man/src/trust/signer.md does not exist, skipping
13:47:21 WARN: man/src/trust.md does not exist, skipping
13:47:21 INFO: man/src/unpause.md found
13:47:21 INFO: man/src/update.md found
13:47:21 INFO: man/src/version.md found
13:47:21 INFO: man/src/volume/create.md found
13:47:21 INFO: man/src/volume/inspect.md found
13:47:21 INFO: man/src/volume/ls.md found
13:47:21 WARN: man/src/volume/prune.md does not exist, skipping
13:47:21 WARN: man/src/volume/rm.md does not exist, skipping
13:47:21 INFO: man/src/volume.md found
13:47:21 INFO: man/src/wait.md found
13:47:21 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:47:21 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:47:21 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:47:21 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:47:21 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:47:21 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:47:21 + popd
13:47:21 ~/rpmbuild/BUILD/src
13:47:21 + exit 0
13:47:21 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rAXfLr
13:47:21 + umask 022
13:47:21 + cd /root/rpmbuild/BUILD
13:47:21 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64 '!=' / ']'
13:47:21 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:21 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:21 + mkdir -p /root/rpmbuild/BUILDROOT
13:47:21 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:21 + cd src
13:47:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/bin
13:47:21 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/bin/docker
13:47:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/bash-completion/completions
13:47:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/zsh/vendor-completions
13:47:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/fish/vendor_completions.d
13:47:21 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/bash-completion/completions/docker
13:47:21 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
13:47:21 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:47:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/man/man1
13:47:21 + 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-show.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-config.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.20220503081348.bfa9b40-0.el7.x86_64/usr/share/man/man1
13:47:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/man/man5
13:47:21 + 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.20220503081348.bfa9b40-0.el7.x86_64/usr/share/man/man5
13:47:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/man/man8
13:47:21 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/man/man8
13:47:21 + mkdir -p build-docs
13:47:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:47:21 + cp cli/LICENSE build-docs/LICENSE
13:47:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:47:21 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:47:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:47:21 + cp cli/NOTICE build-docs/NOTICE
13:47:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:47:21 + cp cli/README.md build-docs/README.md
13:47:21 + /usr/lib/rpm/check-buildroot
13:47:21 + /usr/lib/rpm/redhat/brp-compress
13:47:21 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:47:21 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:47:21 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:47:21 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:47:21 + /usr/lib/rpm/redhat/brp-python-hardlink
13:47:21 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:47:21 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.epQ45Y
13:47:21 + umask 022
13:47:21 + cd /root/rpmbuild/BUILD
13:47:21 + cd src
13:47:21 ++ cli/build/docker --version
13:47:21 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:47:21 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40' = 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:47:21 + echo 'PASS: cli version OK'
13:47:21 PASS: cli version OK
13:47:21 + exit 0
13:47:21 Processing files: docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:21 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.N3oLzw
13:47:21 + umask 022
13:47:21 + cd /root/rpmbuild/BUILD
13:47:21 + cd src
13:47:21 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:47:21 + export DOCDIR
13:47:21 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:47:21 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:47:21 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:47:21 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:47:21 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20220503081348.bfa9b40
13:47:21 + exit 0
13:47:21 Provides: docker-ce-cli = 1:0.0.0.20220503081348.bfa9b40-0.el7 docker-ce-cli(x86-64) = 1:0.0.0.20220503081348.bfa9b40-0.el7
13:47:21 Requires(interp): /bin/sh
13:47:21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:47:21 Requires(post): /bin/sh
13:47:21 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
13:47:21 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
13:47:21 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:21 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.src.rpm
13:47:21 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64.rpm
13:47:21 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.c7qUxk
13:47:21 + umask 022
13:47:21 + cd /root/rpmbuild/BUILD
13:47:21 + cd src
13:47:21 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:21 + exit 0
13:47:21 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DAPwx1
13:47:21 + umask 022
13:47:21 + cd /root/rpmbuild/BUILD
13:47:21 + cd /root/rpmbuild/BUILD
13:47:21 + rm -rf src
13:47:21 + /usr/bin/mkdir -p src
13:47:21 + cd src
13:47:21 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:47:21 + /usr/bin/tar -xf -
13:47:21 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:47:21 go: downloading github.com/beorn7/perks v1.0.1
13:47:21 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:47:21 go: downloading github.com/prometheus/client_model v0.2.0
13:47:21 go: downloading github.com/prometheus/common v0.32.1
13:47:21 go: downloading github.com/prometheus/procfs v0.7.3
13:47:21 go: downloading google.golang.org/protobuf v1.27.1
13:47:21 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:47:21 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:47:21 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:47:21 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:47:21 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:47:21 + STATUS=0
13:47:21 + '[' 0 -ne 0 ']'
13:47:21 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:47:21 + /usr/bin/tar -xf -
13:47:21 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:47:21 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:47:21 go: downloading github.com/kr/text v0.2.0
13:47:21 #13 DONE 0.7s
13:47:21 
13:47:21 #14 [linux/arm64 gobase 2/3] RUN apk add --no-cache file git
13:47:21 #0 0.117 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
13:47:21 go: downloading github.com/docker/go-metrics v0.0.1
13:47:21 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:47:21 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:47:21 go: downloading github.com/BurntSushi/toml v0.3.1
13:47:21 go: downloading github.com/kr/pretty v0.2.1
13:47:21 go: downloading github.com/magiconair/properties v1.5.3
13:47:21 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:47:21 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:47:21 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:47:21 + go mod vendor -modfile=vendor.mod
13:47:22 + STATUS=0
13:47:22 + '[' 0 -ne 0 ']'
13:47:22 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:47:22 + exit 0
13:47:22 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IZegsM
13:47:22 + umask 022
13:47:22 + cd /root/rpmbuild/BUILD
13:47:22 + cd src
13:47:22 + export DOCKER_GITCOMMIT=613b798
13:47:22 + DOCKER_GITCOMMIT=613b798
13:47:22 + mkdir -p /go/src/github.com/docker
13:47:22 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:47:22 + TMP_GOPATH=/go
13:47:22 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:47:22 + RM_GOPATH=0
13:47:22 + TMP_GOPATH=/go
13:47:22 + : /usr/local/bin
13:47:22 + '[' -z /go ']'
13:47:22 + export GOPATH=/go
13:47:22 + GOPATH=/go
13:47:22 + case "$(go env GOARCH)" in
13:47:22 ++ go env GOARCH
13:47:22 + export GO_BUILDMODE=-buildmode=pie
13:47:22 + GO_BUILDMODE=-buildmode=pie
13:47:22 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:47:22 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:47:22 + bin=rootlesskit
13:47:22 + shift
13:47:22 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:47:22 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:47:22 ++ : 1920341cd41e047834a21007424162a2dc946315
13:47:22 + install_rootlesskit dynamic
13:47:22 + case "$1" in
13:47:22 + install_rootlesskit_dynamic
13:47:22 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:47:22 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:47:22 + export BUILD_MODE=-buildmode=pie
13:47:22 + BUILD_MODE=-buildmode=pie
13:47:22 + _install_rootlesskit
13:47:22 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:47:22 + for f in rootlesskit rootlesskit-docker-proxy
13:47:22 + GOBIN=/usr/local/bin
13:47:22 + GO111MODULE=on
13:47:22 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:47:22 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:47:22 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:47:22 #14 1.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
13:47:22 #14 1.390 (1/8) Installing libmagic (5.41-r0)
13:47:22 #14 1.415 (2/8) Installing file (5.41-r0)
13:47:22 #14 1.420 (3/8) Installing brotli-libs (1.0.9-r5)
13:47:22 #14 1.430 (4/8) Installing nghttp2-libs (1.46.0-r0)
13:47:22 #14 1.436 (5/8) Installing libcurl (7.80.0-r1)
13:47:22 #14 1.443 (6/8) Installing expat (2.4.7-r0)
13:47:22 #14 1.447 (7/8) Installing pcre2 (10.39-r0)
13:47:22 #14 1.455 (8/8) Installing git (2.34.2-r0)
13:47:22 #14 1.552 Executing busybox-1.34.1-r5.trigger
13:47:23 #14 1.558 OK: 26 MiB in 23 packages
13:47:23 #14 DONE 1.7s
13:47:23 
13:47:23 #15 [linux/arm64 gobase 3/3] WORKDIR /src
13:47:23 #15 DONE 0.0s
13:47:23 
13:47:23 #16 [linux/arm64 buildx-version 1/1] RUN --mount=target=.   PKG=github.com/docker/buildx VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) REVISION=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);   echo "-X ${PKG}/version.Version=${VERSION} -X ${PKG}/version.Revision=${REVISION} -X ${PKG}/version.Package=${PKG}" | tee /tmp/.ldflags;   echo -n "${VERSION}" | tee /tmp/.version;
13:47:23 go: downloading github.com/urfave/cli/v2 v2.4.0
13:47:23 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:47:23 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:47:23 go: downloading github.com/google/uuid v1.3.0
13:47:23 go: downloading github.com/moby/vpnkit v0.5.0
13:47:23 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:47:23 go: downloading github.com/gofrs/flock v0.8.1
13:47:23 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:47:23 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:47:23 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:47:24 #16 0.727 -X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx
13:47:24 #16 0.728 v0.8.2#16 DONE 0.8s
13:47:24 
13:47:24 #17 [linux/arm64 buildx-build 1/1] RUN --mount=type=bind,target=.   --mount=type=cache,target=/root/.cache   --mount=type=cache,target=/go/pkg/mod   --mount=type=bind,source=/tmp/.ldflags,target=/tmp/.ldflags,from=buildx-version   set -x; xx-go build -ldflags "$(cat /tmp/.ldflags) -w -s" -o /usr/bin/buildx ./cmd/buildx &&   xx-verify --static /usr/bin/buildx
13:47:24 #0 0.063 + cat /tmp/.ldflags
13:47:24 #17 0.065 + xx-go build -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -w -s' -o /usr/bin/buildx ./cmd/buildx
13:47:24 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:47:25 latest: Pulling from library/alpine
13:47:25 9981e73032c8: Pulling fs layer
13:47:25 9981e73032c8: Download complete
13:47:25 9981e73032c8: Pull complete
13:47:25 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:47:25 Status: Downloaded newer image for alpine:latest
13:47:26 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:47:26 go: downloading github.com/stretchr/testify v1.7.0
13:47:26 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:47:26 go: downloading github.com/rivo/uniseg v0.2.0
13:47:26 go: downloading github.com/klauspost/compress v1.15.1
13:47:27 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:47:27 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:47:27 go: downloading github.com/stretchr/testify v1.7.0
13:47:27 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:47:27 go: downloading github.com/rivo/uniseg v0.2.0
13:47:27 go: downloading github.com/klauspost/compress v1.15.1
13:47:27 go: downloading github.com/moby/sys/symlink v0.2.0
13:47:27 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:47:27 make -C rpm clean
13:47:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:47:27 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:47:27 rm -f -r rpmbuild/
13:47:27 docker builder prune -f --filter until=24h
13:47:27 Total reclaimed space: 0B
13:47:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:47:27 make -C deb clean
13:47:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:47:27 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:47:27 rm -f -r debbuild
13:47:27 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:47:27 rm -f -r sources
13:47:27 docker builder prune -f --filter until=24h
13:47:27 Total reclaimed space: 0B
13:47:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:47:27 make -C static clean
13:47:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:47:27 Removing build artifacts
13:47:27 go: downloading github.com/opencontainers/runc v1.1.1
13:47:28 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:47:28 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:47:28 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:47:28 go: downloading github.com/stretchr/testify v1.7.0
13:47:28 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:47:28 go: downloading github.com/rivo/uniseg v0.2.0
13:47:28 go: downloading github.com/klauspost/compress v1.15.1
13:47:28 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:47:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
13:47:28 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
[Pipeline] }
13:47:28 go: downloading github.com/moby/sys/symlink v0.2.0
13:47:28 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:47:28 go: downloading github.com/opencontainers/runc v1.1.1
13:47:29 go: downloading github.com/moby/sys/symlink v0.2.0
13:47:29 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:47:29 go: downloading github.com/opencontainers/runc v1.1.1
13:47:29 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:47:29 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:47:29 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:47:30 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:47:30 + for f in rootlesskit rootlesskit-docker-proxy
13:47:30 + GOBIN=/usr/local/bin
13:47:30 + GO111MODULE=on
13:47:30 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:47:30 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:47:30 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:47:30 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:47:30 go: downloading google.golang.org/grpc v1.45.0
13:47:31 + return
13:47:31 + exit 0
13:47:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3bw1cV
13:47:31 + umask 022
13:47:31 + cd /root/rpmbuild/BUILD
13:47:31 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64 '!=' / ']'
13:47:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:31 + mkdir -p /root/rpmbuild/BUILDROOT
13:47:31 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:31 + cd src
13:47:31 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/bin/dockerd-rootless.sh
13:47:31 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:47:31 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/bin/rootlesskit
13:47:31 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy
13:47:31 + /usr/lib/rpm/check-buildroot
13:47:31 + /usr/lib/rpm/redhat/brp-compress
13:47:31 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:47:31 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:47:31 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:47:31 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:47:31 + /usr/lib/rpm/redhat/brp-python-hardlink
13:47:31 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:47:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.IcPCd4
13:47:31 + umask 022
13:47:31 + cd /root/rpmbuild/BUILD
13:47:31 + cd src
13:47:31 + /usr/local/bin/rootlesskit -v
13:47:31 rootlesskit version 1.0.0
13:47:31 + exit 0
13:47:31 Processing files: docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:31 Provides: docker-ce-rootless-extras = 0:0.0.0.20220503081348.bfa9b40-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220503081348.bfa9b40-0.el7
13:47:31 Requires(interp): /bin/sh /bin/sh /bin/sh
13:47:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:47:31 Requires(post): /bin/sh
13:47:31 Requires(preun): /bin/sh
13:47:31 Requires(postun): /bin/sh
13:47:31 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
13:47:31 Conflicts: rootlesskit
13:47:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:31 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:47:31 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:47:31 go: downloading github.com/russross/blackfriday v1.6.0
13:47:31 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:47:31 go: downloading github.com/Microsoft/go-winio v0.5.2
13:47:31 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:47:31 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.src.rpm
13:47:31 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:47:31 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:47:31 go: downloading google.golang.org/grpc v1.45.0
13:47:31 go: downloading github.com/davecgh/go-spew v1.1.1
13:47:31 go: downloading github.com/pmezard/go-difflib v1.0.0
13:47:31 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:47:31 go: downloading github.com/miekg/pkcs11 v1.1.1
13:47:31 go: downloading github.com/prometheus/client_golang v1.12.1
13:47:32 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:47:32 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:47:32 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:47:32 go: downloading google.golang.org/grpc v1.45.0
13:47:32 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:47:32 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:47:32 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:47:32 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:47:32 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:47:32 go: downloading github.com/stretchr/testify v1.7.0
13:47:32 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:47:32 go: downloading github.com/rivo/uniseg v0.2.0
13:47:32 go: downloading github.com/klauspost/compress v1.15.1
13:47:32 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:47:32 go: downloading github.com/moby/sys/symlink v0.2.0
13:47:32 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:47:32 go: downloading github.com/opencontainers/runc v1.1.1
13:47:32 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:47:32 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:47:32 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:47:32 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:47:32 go: downloading google.golang.org/grpc v1.45.0
13:47:32 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:47:32 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:47:32 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:47:32 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:47:32 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:47:32 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:47:32 go: downloading github.com/Microsoft/go-winio v0.5.2
13:47:32 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:47:32 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:47:32 go: downloading github.com/russross/blackfriday v1.6.0
13:47:32 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:47:32 go: downloading github.com/Microsoft/go-winio v0.5.2
13:47:32 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:47:32 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:47:32 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:47:32 go: downloading github.com/russross/blackfriday v1.6.0
13:47:32 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:47:32 go: downloading github.com/Microsoft/go-winio v0.5.2
13:47:32 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:47:32 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:47:32 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:47:33 go: downloading github.com/davecgh/go-spew v1.1.1
13:47:33 go: downloading github.com/pmezard/go-difflib v1.0.0
13:47:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:47:33 go: downloading github.com/miekg/pkcs11 v1.1.1
13:47:33 go: downloading github.com/prometheus/client_golang v1.12.1
13:47:33 go: downloading github.com/russross/blackfriday v1.6.0
13:47:33 go: downloading github.com/davecgh/go-spew v1.1.1
13:47:33 go: downloading github.com/pmezard/go-difflib v1.0.0
13:47:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:47:33 go: downloading github.com/miekg/pkcs11 v1.1.1
13:47:33 go: downloading github.com/prometheus/client_golang v1.12.1
13:47:33 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:47:33 go: downloading github.com/golang/protobuf v1.5.2
13:47:33 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:47:33 go: downloading github.com/davecgh/go-spew v1.1.1
13:47:33 go: downloading github.com/pmezard/go-difflib v1.0.0
13:47:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:47:33 go: downloading github.com/miekg/pkcs11 v1.1.1
13:47:33 go: downloading github.com/prometheus/client_golang v1.12.1
13:47:33 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:47:33 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:47:33 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:47:33 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:47:33 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:47:33 go: downloading github.com/stretchr/testify v1.7.0
13:47:33 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:47:33 go: downloading github.com/rivo/uniseg v0.2.0
13:47:33 go: downloading github.com/klauspost/compress v1.15.1
13:47:33 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:47:33 go: downloading github.com/moby/sys/symlink v0.2.0
13:47:33 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:47:33 go: downloading github.com/opencontainers/runc v1.1.1
13:47:33 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:47:33 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:47:33 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:47:33 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:47:33 go: downloading google.golang.org/grpc v1.45.0
13:47:33 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:47:33 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:47:33 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:47:33 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:47:33 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:47:33 go: downloading github.com/Microsoft/go-winio v0.5.2
13:47:33 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:47:33 go: downloading github.com/russross/blackfriday v1.6.0
13:47:33 go: downloading github.com/davecgh/go-spew v1.1.1
13:47:33 go: downloading github.com/pmezard/go-difflib v1.0.0
13:47:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:47:33 go: downloading github.com/miekg/pkcs11 v1.1.1
13:47:33 go: downloading github.com/prometheus/client_golang v1.12.1
13:47:33 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:47:33 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:47:33 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:47:33 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:47:33 go: downloading github.com/golang/protobuf v1.5.2
13:47:33 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:47:33 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:47:33 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:47:33 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:47:33 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:47:33 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:47:33 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:47:33 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:47:33 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:47:34 go: downloading github.com/golang/protobuf v1.5.2
13:47:34 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:47:34 go: downloading github.com/golang/protobuf v1.5.2
13:47:34 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:47:34 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:47:34 go: downloading github.com/golang/protobuf v1.5.2
13:47:34 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:47:34 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:47:35 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64.rpm
13:47:35 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tSDyFI
13:47:35 + umask 022
13:47:35 + cd /root/rpmbuild/BUILD
13:47:35 + cd src
13:47:35 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el7.x86_64
13:47:35 + exit 0
13:47:35 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.krWFI2
13:47:35 + umask 022
13:47:35 + cd /root/rpmbuild/BUILD
13:47:35 + cd /root/rpmbuild/BUILD
13:47:35 + rm -rf src
13:47:35 + /usr/bin/mkdir -p src
13:47:35 + cd src
13:47:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:47:35 + /usr/bin/tar -xf -
13:47:35 + STATUS=0
13:47:35 + '[' 0 -ne 0 ']'
13:47:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:47:35 + /usr/bin/tar -xf -
13:47:36 + STATUS=0
13:47:36 + '[' 0 -ne 0 ']'
13:47:36 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:47:36 + exit 0
13:47:36 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HvzbYp
13:47:36 + umask 022
13:47:36 + cd /root/rpmbuild/BUILD
13:47:36 + cd src
13:47:36 + pushd /root/rpmbuild/BUILD/src/buildx
13:47:36 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:47:36 + bash -c 'CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=%{_buildx_gitcommit} -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx'
13:47:36 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:47:39 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:47:39 go: downloading github.com/beorn7/perks v1.0.1
13:47:39 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:47:39 go: downloading github.com/prometheus/client_model v0.2.0
13:47:39 go: downloading github.com/prometheus/common v0.32.1
13:47:39 go: downloading github.com/prometheus/procfs v0.7.3
13:47:39 go: downloading google.golang.org/protobuf v1.27.1
13:47:39 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:47:39 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:47:39 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:47:39 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:47:39 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:47:39 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:47:39 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:47:39 go: downloading github.com/beorn7/perks v1.0.1
13:47:39 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:47:39 go: downloading github.com/prometheus/client_model v0.2.0
13:47:39 go: downloading github.com/prometheus/common v0.32.1
13:47:39 go: downloading github.com/prometheus/procfs v0.7.3
13:47:39 go: downloading google.golang.org/protobuf v1.27.1
13:47:39 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:47:39 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:47:39 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:47:39 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:47:39 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:47:39 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:47:39 go: downloading github.com/kr/text v0.2.0
13:47:40 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:47:40 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:47:40 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:47:40 go: downloading github.com/docker/go-metrics v0.0.1
13:47:40 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:47:40 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:47:40 go: downloading github.com/BurntSushi/toml v0.3.1
13:47:40 go: downloading github.com/kr/pretty v0.2.1
13:47:40 go: downloading github.com/docker/go-metrics v0.0.1
13:47:40 go: downloading github.com/kr/text v0.2.0
13:47:40 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:47:40 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:47:40 go: downloading github.com/BurntSushi/toml v0.3.1
13:47:40 go: downloading github.com/magiconair/properties v1.5.3
13:47:40 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:47:40 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:47:40 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:47:40 + go mod vendor -modfile=vendor.mod
13:47:40 go: downloading github.com/kr/pretty v0.2.1
13:47:40 go: downloading github.com/magiconair/properties v1.5.3
13:47:40 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:47:40 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:47:40 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:47:40 + go mod vendor -modfile=vendor.mod
13:47:40 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:47:40 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:47:40 go: downloading github.com/beorn7/perks v1.0.1
13:47:40 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:47:40 go: downloading github.com/prometheus/client_model v0.2.0
13:47:40 go: downloading github.com/prometheus/common v0.32.1
13:47:40 go: downloading github.com/prometheus/procfs v0.7.3
13:47:40 go: downloading google.golang.org/protobuf v1.27.1
13:47:40 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:47:40 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:47:40 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:47:40 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:47:40 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:47:40 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:47:40 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:47:40 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:47:40 go: downloading github.com/beorn7/perks v1.0.1
13:47:40 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:47:40 go: downloading github.com/prometheus/client_model v0.2.0
13:47:40 go: downloading github.com/prometheus/common v0.32.1
13:47:40 go: downloading github.com/prometheus/procfs v0.7.3
13:47:40 go: downloading google.golang.org/protobuf v1.27.1
13:47:40 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:47:40 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:47:41 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:47:41 go: downloading github.com/beorn7/perks v1.0.1
13:47:41 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:47:41 go: downloading github.com/prometheus/client_model v0.2.0
13:47:41 go: downloading github.com/prometheus/common v0.32.1
13:47:41 go: downloading github.com/prometheus/procfs v0.7.3
13:47:41 go: downloading google.golang.org/protobuf v1.27.1
13:47:41 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:47:41 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:47:41 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:47:41 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:47:41 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:47:41 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:47:41 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:47:41 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:47:41 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:47:41 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:47:41 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:47:41 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:47:41 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:47:41 go: downloading github.com/kr/text v0.2.0
13:47:41 go: downloading github.com/docker/go-metrics v0.0.1
13:47:41 go: downloading github.com/kr/text v0.2.0
13:47:41 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:47:41 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:47:41 go: downloading github.com/BurntSushi/toml v0.3.1
13:47:41 go: downloading github.com/kr/pretty v0.2.1
13:47:41 go: downloading github.com/magiconair/properties v1.5.3
13:47:41 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:47:41 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:47:41 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:47:41 go: downloading github.com/docker/go-metrics v0.0.1
13:47:41 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:47:41 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:47:41 go: downloading github.com/BurntSushi/toml v0.3.1
13:47:41 go: downloading github.com/kr/pretty v0.2.1
13:47:41 go: downloading github.com/magiconair/properties v1.5.3
13:47:41 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:47:41 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:47:41 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:47:41 + go mod vendor -modfile=vendor.mod
13:47:41 go: downloading github.com/docker/go-metrics v0.0.1
13:47:41 go: downloading github.com/kr/text v0.2.0
13:47:41 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:47:41 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:47:41 go: downloading github.com/BurntSushi/toml v0.3.1
13:47:41 go: downloading github.com/kr/pretty v0.2.1
13:47:41 go: downloading github.com/magiconair/properties v1.5.3
13:47:41 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:47:41 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:47:41 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:47:41 + go mod vendor -modfile=vendor.mod
13:47:41 + go mod vendor -modfile=vendor.mod
13:47:42 #45 85.72 Created binary: /build/bundles/cross/linux/arm/v7-daemon/dockerd-0.0.0-20220503081348-bfa9b40
13:47:42 #45 86.19 Building: /build/bundles/cross/linux/arm/v7-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:47:42 #45 86.19 GOOS="linux" GOARCH="arm" GOARM="7"
13:47:42 #45 86.74 Created binary: /build/bundles/cross/linux/arm/v7-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40
13:47:42 #45 86.77 
13:47:42 #45 DONE 87.3s
13:47:42 
13:47:42 #46 [cross 1/1] COPY --from=build-cross /build/bundles/ /
13:47:42 #46 DONE 0.1s
13:47:42 
13:47:42 #47 exporting to client
13:47:42 #47 copying files 25B
13:47:42 #47 copying files 61.90MB 1.0s done
13:47:42 #47 DONE 1.0s
13:47:42 + mkdir -p ./bundles/linux/arm/v7
13:47:42 + cp ./bundles/cross/linux/arm/v7-daemon/docker-proxy ./bundles/cross/linux/arm/v7-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 ./bundles/cross/linux/arm/v7-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.md5 ./bundles/cross/linux/arm/v7-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.sha256 ./bundles/cross/linux/arm/v7-daemon/dockerd ./bundles/cross/linux/arm/v7-daemon/dockerd-0.0.0-20220503081348-bfa9b40 ./bundles/cross/linux/arm/v7-daemon/dockerd-0.0.0-20220503081348-bfa9b40.md5 ./bundles/cross/linux/arm/v7-daemon/dockerd-0.0.0-20220503081348-bfa9b40.sha256 ./bundles/linux/arm/v7/
13:47:42 + docker buildx build --platform linux/arm/v7 --build-arg BUILDKIT_MULTI_PLATFORM=true --output ./bin --target binaries .
13:47:42 #1 [internal] load build definition from Dockerfile
13:47:42 #1 transferring dockerfile: 2.90kB 0.0s done
13:47:42 #1 DONE 0.1s
13:47:42 
13:47:42 #2 [internal] load .dockerignore
13:47:42 #2 transferring context: 69B done
13:47:42 #2 DONE 0.1s
13:47:42 
13:47:42 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:47:42 #3 ...
13:47:42 
13:47:42 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:47:42 #4 DONE 0.0s
13:47:42 
13:47:42 #3 resolve image config for docker.io/docker/dockerfile:1.3
13:47:42 #3 DONE 0.2s
13:47:42 
13:47:42 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:47:42 #5 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:47:42 #5 CACHED
13:47:42 
13:47:42 #6 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:47:42 #6 DONE 0.0s
13:47:42 
13:47:42 #7 [auth] library/golang:pull token for registry-1.docker.io
13:47:42 #7 DONE 0.0s
13:47:42 
13:47:42 #8 [linux/arm64 internal] load metadata for docker.io/library/golang:1.17-alpine
13:47:42 #8 DONE 0.7s
13:47:42 
13:47:42 #9 [linux/arm64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0
13:47:42 #9 DONE 0.7s
13:47:42 
13:47:42 #10 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996
13:47:42 #10 resolve docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996 0.0s done
13:47:42 #10 DONE 0.1s
13:47:42 
13:47:42 #11 [linux/arm64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:47:42 #11 resolve docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d 0.0s done
13:47:42 #11 DONE 0.2s
13:47:42 
13:47:42 #10 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996
13:47:42 #10 sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 13.99kB / 13.99kB 0.1s done
13:47:42 #10 DONE 0.1s
13:47:42 
13:47:42 #12 [internal] load build context
13:47:42 #12 ...
13:47:42 
13:47:42 #10 [linux/arm64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996
13:47:42 #10 extracting sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 0.1s done
13:47:42 #10 DONE 0.2s
13:47:42 
13:47:42 #12 [internal] load build context
13:47:42 #12 transferring context: 58.48MB 3.1s done
13:47:42 #12 DONE 3.1s
13:47:42 
13:47:42 #11 [linux/arm64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:47:42 #11 sha256:d8fb42bb649cca1e4a9427e17aefb723d3ffd4ec35381839c591618eb2dacb4f 126B / 126B 0.1s done
13:47:42 #11 sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 104.47MB / 104.47MB 1.5s done
13:47:42 #11 extracting sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911
13:47:42 #11 extracting sha256:b49713a5d3bb0c356fa9c8fc70b5dafa275f19861e12ee2287a1b1ab50d06911 3.7s done
13:47:42 #11 extracting sha256:d8fb42bb649cca1e4a9427e17aefb723d3ffd4ec35381839c591618eb2dacb4f 0.0s done
13:47:42 #11 DONE 5.4s
13:47:42 
13:47:42 #13 [linux/arm64 gobase 1/3] COPY --from=xx / /
13:47:42 #13 DONE 0.8s
13:47:42 
13:47:42 #14 [linux/arm64 gobase 2/3] RUN apk add --no-cache file git
13:47:42 #0 0.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
13:47:43 #14 1.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
13:47:43 #14 1.429 (1/8) Installing libmagic (5.41-r0)
13:47:43 #14 1.455 (2/8) Installing file (5.41-r0)
13:47:43 #14 1.458 (3/8) Installing brotli-libs (1.0.9-r5)
13:47:43 #14 1.467 (4/8) Installing nghttp2-libs (1.46.0-r0)
13:47:43 #14 1.470 (5/8) Installing libcurl (7.80.0-r1)
13:47:43 #14 1.478 (6/8) Installing expat (2.4.7-r0)
13:47:43 #14 1.482 (7/8) Installing pcre2 (10.39-r0)
13:47:43 #14 1.490 (8/8) Installing git (2.34.2-r0)
13:47:43 #14 1.596 Executing busybox-1.34.1-r5.trigger
13:47:43 #14 1.603 OK: 26 MiB in 23 packages
13:47:43 #14 DONE 1.7s
13:47:43 
13:47:43 #15 [linux/arm64 gobase 3/3] WORKDIR /src
13:47:43 #15 DONE 0.0s
13:47:43 
13:47:43 #16 [linux/arm64 buildx-version 1/1] RUN --mount=target=.   PKG=github.com/docker/buildx VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) REVISION=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);   echo "-X ${PKG}/version.Version=${VERSION} -X ${PKG}/version.Revision=${REVISION} -X ${PKG}/version.Package=${PKG}" | tee /tmp/.ldflags;   echo -n "${VERSION}" | tee /tmp/.version;
13:47:44 #16 0.746 -X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx
13:47:44 #16 0.747 v0.8.2#16 DONE 0.8s
13:47:44 
13:47:44 #17 [linux/arm64 buildx-build 1/1] RUN --mount=type=bind,target=.   --mount=type=cache,target=/root/.cache   --mount=type=cache,target=/go/pkg/mod   --mount=type=bind,source=/tmp/.ldflags,target=/tmp/.ldflags,from=buildx-version   set -x; xx-go build -ldflags "$(cat /tmp/.ldflags) -w -s" -o /usr/bin/buildx ./cmd/buildx &&   xx-verify --static /usr/bin/buildx
13:47:44 #17 0.069 + cat /tmp/.ldflags
13:47:44 #17 0.071 + xx-go build -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -w -s' -o /usr/bin/buildx ./cmd/buildx
13:47:55 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:47:55 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:47:56 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:47:56 ++ pwd
13:47:56 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:47:56 Project root: .
13:47:56 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:47:56 INFO: man/src/attach.md found
13:47:56 WARN: man/src/build.md does not exist, skipping
13:47:56 WARN: man/src/builder/build.md does not exist, skipping
13:47:56 WARN: man/src/builder/prune.md does not exist, skipping
13:47:56 WARN: man/src/builder.md does not exist, skipping
13:47:56 WARN: man/src/checkpoint/create.md does not exist, skipping
13:47:56 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:47:56 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:47:56 WARN: man/src/checkpoint.md does not exist, skipping
13:47:56 INFO: man/src/commit.md found
13:47:56 WARN: man/src/config/create.md does not exist, skipping
13:47:56 WARN: man/src/config/inspect.md does not exist, skipping
13:47:56 WARN: man/src/config/ls.md does not exist, skipping
13:47:56 WARN: man/src/config/rm.md does not exist, skipping
13:47:56 WARN: man/src/config.md does not exist, skipping
13:47:56 INFO: man/src/container/attach.md found
13:47:56 INFO: man/src/container/commit.md found
13:47:56 INFO: man/src/container/cp.md found
13:47:56 INFO: man/src/container/create.md found
13:47:56 INFO: man/src/container/diff.md found
13:47:56 INFO: man/src/container/exec.md found
13:47:56 INFO: man/src/container/export.md found
13:47:56 WARN: man/src/container/inspect.md does not exist, skipping
13:47:56 INFO: man/src/container/kill.md found
13:47:56 INFO: man/src/container/logs.md found
13:47:56 INFO: man/src/container/ls.md found
13:47:56 INFO: man/src/container/pause.md found
13:47:56 INFO: man/src/container/port.md found
13:47:56 WARN: man/src/container/prune.md does not exist, skipping
13:47:56 INFO: man/src/container/rename.md found
13:47:56 INFO: man/src/container/restart.md found
13:47:56 INFO: man/src/container/rm.md found
13:47:56 INFO: man/src/container/run.md found
13:47:56 INFO: man/src/container/start.md found
13:47:56 INFO: man/src/container/stats.md found
13:47:56 INFO: man/src/container/stop.md found
13:47:56 INFO: man/src/container/top.md found
13:47:56 INFO: man/src/container/unpause.md found
13:47:56 INFO: man/src/container/update.md found
13:47:56 INFO: man/src/container/wait.md found
13:47:56 WARN: man/src/container.md does not exist, skipping
13:47:56 WARN: man/src/context/create.md does not exist, skipping
13:47:56 WARN: man/src/context/export.md does not exist, skipping
13:47:56 WARN: man/src/context/import.md does not exist, skipping
13:47:56 WARN: man/src/context/inspect.md does not exist, skipping
13:47:56 WARN: man/src/context/ls.md does not exist, skipping
13:47:56 WARN: man/src/context/rm.md does not exist, skipping
13:47:56 WARN: man/src/context/show.md does not exist, skipping
13:47:56 WARN: man/src/context/update.md does not exist, skipping
13:47:56 WARN: man/src/context/use.md does not exist, skipping
13:47:56 WARN: man/src/context.md does not exist, skipping
13:47:56 INFO: man/src/cp.md found
13:47:56 INFO: man/src/create.md found
13:47:56 INFO: man/src/diff.md found
13:47:56 INFO: man/src/events.md found
13:47:56 INFO: man/src/exec.md found
13:47:56 INFO: man/src/export.md found
13:47:56 INFO: man/src/history.md found
13:47:56 INFO: man/src/image/build.md found
13:47:56 INFO: man/src/image/history.md found
13:47:56 INFO: man/src/image/import.md found
13:47:56 WARN: man/src/image/inspect.md does not exist, skipping
13:47:56 INFO: man/src/image/load.md found
13:47:56 INFO: man/src/image/ls.md found
13:47:56 WARN: man/src/image/prune.md does not exist, skipping
13:47:56 INFO: man/src/image/pull.md found
13:47:56 INFO: man/src/image/push.md found
13:47:56 INFO: man/src/image/rm.md found
13:47:56 INFO: man/src/image/save.md found
13:47:56 INFO: man/src/image/tag.md found
13:47:56 WARN: man/src/image.md does not exist, skipping
13:47:56 INFO: man/src/images.md found
13:47:56 INFO: man/src/import.md found
13:47:56 INFO: man/src/info.md found
13:47:56 INFO: man/src/inspect.md found
13:47:56 INFO: man/src/kill.md found
13:47:56 INFO: man/src/load.md found
13:47:56 INFO: man/src/login.md found
13:47:56 INFO: man/src/logout.md found
13:47:56 INFO: man/src/logs.md found
13:47:56 WARN: man/src/manifest/annotate.md does not exist, skipping
13:47:56 WARN: man/src/manifest/create.md does not exist, skipping
13:47:56 WARN: man/src/manifest/inspect.md does not exist, skipping
13:47:56 WARN: man/src/manifest/push.md does not exist, skipping
13:47:56 WARN: man/src/manifest/rm.md does not exist, skipping
13:47:56 WARN: man/src/manifest.md does not exist, skipping
13:47:56 INFO: man/src/network/connect.md found
13:47:56 INFO: man/src/network/create.md found
13:47:56 INFO: man/src/network/disconnect.md found
13:47:56 INFO: man/src/network/inspect.md found
13:47:56 INFO: man/src/network/ls.md found
13:47:56 WARN: man/src/network/prune.md does not exist, skipping
13:47:56 INFO: man/src/network/rm.md found
13:47:56 WARN: man/src/network.md does not exist, skipping
13:47:56 WARN: man/src/node/demote.md does not exist, skipping
13:47:56 WARN: man/src/node/inspect.md does not exist, skipping
13:47:56 WARN: man/src/node/ls.md does not exist, skipping
13:47:56 WARN: man/src/node/promote.md does not exist, skipping
13:47:56 WARN: man/src/node/ps.md does not exist, skipping
13:47:56 WARN: man/src/node/rm.md does not exist, skipping
13:47:56 WARN: man/src/node/update.md does not exist, skipping
13:47:56 WARN: man/src/node.md does not exist, skipping
13:47:56 INFO: man/src/pause.md found
13:47:56 WARN: man/src/plugin/create.md does not exist, skipping
13:47:56 WARN: man/src/plugin/disable.md does not exist, skipping
13:47:56 WARN: man/src/plugin/enable.md does not exist, skipping
13:47:56 WARN: man/src/plugin/inspect.md does not exist, skipping
13:47:56 WARN: man/src/plugin/install.md does not exist, skipping
13:47:56 INFO: man/src/plugin/ls.md found
13:47:56 WARN: man/src/plugin/push.md does not exist, skipping
13:47:56 WARN: man/src/plugin/rm.md does not exist, skipping
13:47:56 WARN: man/src/plugin/set.md does not exist, skipping
13:47:56 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:47:56 WARN: man/src/plugin.md does not exist, skipping
13:47:56 INFO: man/src/port.md found
13:47:56 INFO: man/src/ps.md found
13:47:56 INFO: man/src/pull.md found
13:47:56 INFO: man/src/push.md found
13:47:56 INFO: man/src/rename.md found
13:47:56 INFO: man/src/restart.md found
13:47:56 INFO: man/src/rm.md found
13:47:56 INFO: man/src/rmi.md found
13:47:56 WARN: man/src/run.md does not exist, skipping
13:47:56 INFO: man/src/save.md found
13:47:56 INFO: man/src/search.md found
13:47:56 WARN: man/src/secret/create.md does not exist, skipping
13:47:56 WARN: man/src/secret/inspect.md does not exist, skipping
13:47:56 WARN: man/src/secret/ls.md does not exist, skipping
13:47:56 WARN: man/src/secret/rm.md does not exist, skipping
13:47:56 WARN: man/src/secret.md does not exist, skipping
13:47:56 WARN: man/src/service/create.md does not exist, skipping
13:47:56 WARN: man/src/service/inspect.md does not exist, skipping
13:47:56 WARN: man/src/service/logs.md does not exist, skipping
13:47:56 WARN: man/src/service/ls.md does not exist, skipping
13:47:56 WARN: man/src/service/ps.md does not exist, skipping
13:47:56 WARN: man/src/service/rm.md does not exist, skipping
13:47:56 WARN: man/src/service/rollback.md does not exist, skipping
13:47:56 WARN: man/src/service/scale.md does not exist, skipping
13:47:56 WARN: man/src/service/update.md does not exist, skipping
13:47:56 WARN: man/src/service.md does not exist, skipping
13:47:56 WARN: man/src/stack/config.md does not exist, skipping
13:47:56 WARN: man/src/stack/deploy.md does not exist, skipping
13:47:56 WARN: man/src/stack/ls.md does not exist, skipping
13:47:56 WARN: man/src/stack/ps.md does not exist, skipping
13:47:56 WARN: man/src/stack/rm.md does not exist, skipping
13:47:56 WARN: man/src/stack/services.md does not exist, skipping
13:47:56 WARN: man/src/stack.md does not exist, skipping
13:47:56 INFO: man/src/start.md found
13:47:56 INFO: man/src/stats.md found
13:47:56 INFO: man/src/stop.md found
13:47:56 WARN: man/src/swarm/ca.md does not exist, skipping
13:47:56 WARN: man/src/swarm/init.md does not exist, skipping
13:47:56 WARN: man/src/swarm/join.md does not exist, skipping
13:47:56 WARN: man/src/swarm/join-token.md does not exist, skipping
13:47:56 WARN: man/src/swarm/leave.md does not exist, skipping
13:47:56 WARN: man/src/swarm/unlock.md does not exist, skipping
13:47:56 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:47:56 WARN: man/src/swarm/update.md does not exist, skipping
13:47:56 WARN: man/src/swarm.md does not exist, skipping
13:47:56 WARN: man/src/system/df.md does not exist, skipping
13:47:56 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:47:56 INFO: man/src/system/events.md found
13:47:56 INFO: man/src/system/info.md found
13:47:56 WARN: man/src/system/prune.md does not exist, skipping
13:47:56 WARN: man/src/system.md does not exist, skipping
13:47:56 INFO: man/src/tag.md found
13:47:56 INFO: man/src/top.md found
13:47:56 WARN: man/src/trust/inspect.md does not exist, skipping
13:47:56 WARN: man/src/trust/key/generate.md does not exist, skipping
13:47:56 WARN: man/src/trust/key/load.md does not exist, skipping
13:47:56 WARN: man/src/trust/key.md does not exist, skipping
13:47:56 WARN: man/src/trust/revoke.md does not exist, skipping
13:47:56 WARN: man/src/trust/sign.md does not exist, skipping
13:47:56 WARN: man/src/trust/signer/add.md does not exist, skipping
13:47:56 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:47:56 WARN: man/src/trust/signer.md does not exist, skipping
13:47:56 WARN: man/src/trust.md does not exist, skipping
13:47:56 INFO: man/src/unpause.md found
13:47:56 INFO: man/src/update.md found
13:47:56 INFO: man/src/version.md found
13:47:56 INFO: man/src/volume/create.md found
13:47:56 INFO: man/src/volume/inspect.md found
13:47:56 INFO: man/src/volume/ls.md found
13:47:56 WARN: man/src/volume/prune.md does not exist, skipping
13:47:56 WARN: man/src/volume/rm.md does not exist, skipping
13:47:56 INFO: man/src/volume.md found
13:47:56 INFO: man/src/wait.md found
13:47:56 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:47:56 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:47:56 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:47:56 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:47:56 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:47:56 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:47:56 + popd
13:47:56 + exit 0
13:47:56 ~/rpmbuild/BUILD/src
13:47:56 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SpclHf
13:47:56 + umask 022
13:47:56 + cd /root/rpmbuild/BUILD
13:47:56 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64 '!=' / ']'
13:47:56 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:47:56 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:47:56 + mkdir -p /root/rpmbuild/BUILDROOT
13:47:56 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:47:56 + cd src
13:47:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin
13:47:56 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin/docker
13:47:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/bash-completion/completions
13:47:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/zsh/vendor-completions
13:47:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/fish/vendor_completions.d
13:47:56 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/bash-completion/completions/docker
13:47:56 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/zsh/vendor-completions/_docker
13:47:56 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:47:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/man/man1
13:47:56 + 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-show.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-config.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.20220503081348.bfa9b40-0.el8.aarch64/usr/share/man/man1
13:47:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/man/man5
13:47:56 + 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.20220503081348.bfa9b40-0.el8.aarch64/usr/share/man/man5
13:47:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/man/man8
13:47:56 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/man/man8
13:47:56 + mkdir -p build-docs
13:47:56 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:47:56 + cp cli/LICENSE build-docs/LICENSE
13:47:56 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:47:56 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:47:56 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:47:56 + cp cli/NOTICE build-docs/NOTICE
13:47:56 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:47:56 + cp cli/README.md build-docs/README.md
13:47:56 + /usr/lib/rpm/check-buildroot
13:47:56 + /usr/lib/rpm/redhat/brp-ldconfig
13:47:56 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:47:56 + /usr/lib/rpm/brp-compress
13:47:56 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:47:56 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:47:56 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:47:57 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:47:57 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:47:57 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:47:57 + /usr/lib/rpm/brp-python-hardlink
13:47:57 + PYTHON3=/usr/libexec/platform-python
13:47:57 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:47:57 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MXvB9h
13:47:57 + umask 022
13:47:57 + cd /root/rpmbuild/BUILD
13:47:57 + cd src
13:47:57 ++ cli/build/docker --version
13:47:57 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:47:57 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40' = 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:47:57 + echo 'PASS: cli version OK'
13:47:57 PASS: cli version OK
13:47:57 + exit 0
13:47:57 Processing files: docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:47:57 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TKMv0f
13:47:57 + umask 022
13:47:57 + cd /root/rpmbuild/BUILD
13:47:57 + cd src
13:47:57 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:47:57 + export LC_ALL=C
13:47:57 + LC_ALL=C
13:47:57 + export DOCDIR
13:47:57 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:47:57 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:47:57 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:47:57 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:47:57 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:47:57 + exit 0
13:47:58 Provides: docker-ce-cli = 1:0.0.0.20220503081348.bfa9b40-0.el8 docker-ce-cli(aarch-64) = 1:0.0.0.20220503081348.bfa9b40-0.el8
13:47:58 Requires(interp): /bin/sh
13:47:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:47:58 Requires(post): /bin/sh
13:47:58 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
13:47:58 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:47:58 Recommends: docker-buildx-plugin docker-compose-plugin
13:47:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:47:58 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.src.rpm
13:47:59 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:47:59 go: downloading github.com/stretchr/testify v1.7.0
13:47:59 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:47:59 go: downloading github.com/rivo/uniseg v0.2.0
13:47:59 go: downloading github.com/klauspost/compress v1.15.1
13:47:59 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:47:59 go: downloading github.com/moby/sys/symlink v0.2.0
13:47:59 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:47:59 go: downloading github.com/opencontainers/runc v1.1.1
13:47:59 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:47:59 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:47:59 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:48:01 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64.rpm
13:48:01 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vHZ9Ch
13:48:01 + umask 022
13:48:01 + cd /root/rpmbuild/BUILD
13:48:01 + cd src
13:48:01 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:48:01 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:01 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:01 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:01 go: downloading google.golang.org/grpc v1.45.0
13:48:01 + exit 0
13:48:01 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TEhiHh
13:48:01 + umask 022
13:48:01 + cd /root/rpmbuild/BUILD
13:48:01 + cd /root/rpmbuild/BUILD
13:48:01 + rm -rf src
13:48:01 + /usr/bin/mkdir -p src
13:48:01 + cd src
13:48:01 + /usr/bin/tar -xof -
13:48:01 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:48:02 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:02 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:02 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:48:02 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:02 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:02 + STATUS=0
13:48:02 + '[' 0 -ne 0 ']'
13:48:02 + /usr/bin/tar -xof -
13:48:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:48:02 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:02 go: downloading github.com/russross/blackfriday v1.6.0
13:48:02 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:02 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:02 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:02 + STATUS=0
13:48:02 + '[' 0 -ne 0 ']'
13:48:02 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:48:02 + exit 0
13:48:02 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JYFOdf
13:48:02 + umask 022
13:48:02 + cd /root/rpmbuild/BUILD
13:48:02 + cd src
13:48:02 + export DOCKER_GITCOMMIT=613b798
13:48:02 + DOCKER_GITCOMMIT=613b798
13:48:02 + mkdir -p /go/src/github.com/docker
13:48:02 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:48:02 + TMP_GOPATH=/go
13:48:02 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:48:02 + RM_GOPATH=0
13:48:02 + TMP_GOPATH=/go
13:48:02 + : /usr/local/bin
13:48:02 + '[' -z /go ']'
13:48:02 + export GOPATH=/go
13:48:02 + GOPATH=/go
13:48:02 + case "$(go env GOARCH)" in
13:48:02 ++ go env GOARCH
13:48:02 + export GO_BUILDMODE=-buildmode=pie
13:48:02 + GO_BUILDMODE=-buildmode=pie
13:48:02 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:48:02 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:48:02 + bin=rootlesskit
13:48:02 + shift
13:48:02 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:48:02 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:48:02 ++ : 1920341cd41e047834a21007424162a2dc946315
13:48:02 + install_rootlesskit dynamic
13:48:02 + case "$1" in
13:48:02 + install_rootlesskit_dynamic
13:48:02 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:48:02 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:48:02 + export BUILD_MODE=-buildmode=pie
13:48:02 + BUILD_MODE=-buildmode=pie
13:48:02 + _install_rootlesskit
13:48:02 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:48:02 + for f in rootlesskit rootlesskit-docker-proxy
13:48:02 + GOBIN=/usr/local/bin
13:48:02 + GO111MODULE=on
13:48:02 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:48:02 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:48:02 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:02 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:02 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:03 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:03 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:03 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:48:04 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:04 go: downloading github.com/golang/protobuf v1.5.2
13:48:04 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:04 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:48:04 ++ pwd
13:48:04 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:48:04 Project root: .
13:48:04 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:48:04 INFO: man/src/attach.md found
13:48:04 WARN: man/src/build.md does not exist, skipping
13:48:04 WARN: man/src/builder/build.md does not exist, skipping
13:48:04 WARN: man/src/builder/prune.md does not exist, skipping
13:48:04 WARN: man/src/builder.md does not exist, skipping
13:48:04 WARN: man/src/checkpoint/create.md does not exist, skipping
13:48:04 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:48:04 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:48:04 WARN: man/src/checkpoint.md does not exist, skipping
13:48:04 INFO: man/src/commit.md found
13:48:04 WARN: man/src/config/create.md does not exist, skipping
13:48:04 WARN: man/src/config/inspect.md does not exist, skipping
13:48:04 WARN: man/src/config/ls.md does not exist, skipping
13:48:04 WARN: man/src/config/rm.md does not exist, skipping
13:48:04 WARN: man/src/config.md does not exist, skipping
13:48:04 INFO: man/src/container/attach.md found
13:48:04 INFO: man/src/container/commit.md found
13:48:04 INFO: man/src/container/cp.md found
13:48:04 INFO: man/src/container/create.md found
13:48:04 INFO: man/src/container/diff.md found
13:48:04 INFO: man/src/container/exec.md found
13:48:04 INFO: man/src/container/export.md found
13:48:04 WARN: man/src/container/inspect.md does not exist, skipping
13:48:04 INFO: man/src/container/kill.md found
13:48:04 INFO: man/src/container/logs.md found
13:48:04 INFO: man/src/container/ls.md found
13:48:04 INFO: man/src/container/pause.md found
13:48:04 INFO: man/src/container/port.md found
13:48:04 WARN: man/src/container/prune.md does not exist, skipping
13:48:04 INFO: man/src/container/rename.md found
13:48:04 INFO: man/src/container/restart.md found
13:48:04 INFO: man/src/container/rm.md found
13:48:04 INFO: man/src/container/run.md found
13:48:04 INFO: man/src/container/start.md found
13:48:04 INFO: man/src/container/stats.md found
13:48:04 INFO: man/src/container/stop.md found
13:48:04 INFO: man/src/container/top.md found
13:48:04 INFO: man/src/container/unpause.md found
13:48:04 INFO: man/src/container/update.md found
13:48:04 INFO: man/src/container/wait.md found
13:48:04 WARN: man/src/container.md does not exist, skipping
13:48:04 WARN: man/src/context/create.md does not exist, skipping
13:48:04 WARN: man/src/context/export.md does not exist, skipping
13:48:04 WARN: man/src/context/import.md does not exist, skipping
13:48:04 WARN: man/src/context/inspect.md does not exist, skipping
13:48:04 WARN: man/src/context/ls.md does not exist, skipping
13:48:04 WARN: man/src/context/rm.md does not exist, skipping
13:48:04 WARN: man/src/context/show.md does not exist, skipping
13:48:04 WARN: man/src/context/update.md does not exist, skipping
13:48:04 WARN: man/src/context/use.md does not exist, skipping
13:48:04 WARN: man/src/context.md does not exist, skipping
13:48:04 INFO: man/src/cp.md found
13:48:04 INFO: man/src/create.md found
13:48:04 INFO: man/src/diff.md found
13:48:04 INFO: man/src/events.md found
13:48:04 INFO: man/src/exec.md found
13:48:04 INFO: man/src/export.md found
13:48:04 INFO: man/src/history.md found
13:48:04 INFO: man/src/image/build.md found
13:48:04 INFO: man/src/image/history.md found
13:48:04 INFO: man/src/image/import.md found
13:48:04 WARN: man/src/image/inspect.md does not exist, skipping
13:48:04 INFO: man/src/image/load.md found
13:48:04 INFO: man/src/image/ls.md found
13:48:04 WARN: man/src/image/prune.md does not exist, skipping
13:48:04 INFO: man/src/image/pull.md found
13:48:04 INFO: man/src/image/push.md found
13:48:04 INFO: man/src/image/rm.md found
13:48:04 INFO: man/src/image/save.md found
13:48:04 INFO: man/src/image/tag.md found
13:48:04 WARN: man/src/image.md does not exist, skipping
13:48:04 INFO: man/src/images.md found
13:48:04 INFO: man/src/import.md found
13:48:04 INFO: man/src/info.md found
13:48:04 INFO: man/src/inspect.md found
13:48:04 INFO: man/src/kill.md found
13:48:04 INFO: man/src/load.md found
13:48:04 INFO: man/src/login.md found
13:48:04 INFO: man/src/logout.md found
13:48:04 INFO: man/src/logs.md found
13:48:04 WARN: man/src/manifest/annotate.md does not exist, skipping
13:48:04 WARN: man/src/manifest/create.md does not exist, skipping
13:48:04 WARN: man/src/manifest/inspect.md does not exist, skipping
13:48:04 WARN: man/src/manifest/push.md does not exist, skipping
13:48:04 WARN: man/src/manifest/rm.md does not exist, skipping
13:48:04 WARN: man/src/manifest.md does not exist, skipping
13:48:04 INFO: man/src/network/connect.md found
13:48:04 INFO: man/src/network/create.md found
13:48:04 INFO: man/src/network/disconnect.md found
13:48:04 INFO: man/src/network/inspect.md found
13:48:04 INFO: man/src/network/ls.md found
13:48:04 WARN: man/src/network/prune.md does not exist, skipping
13:48:04 INFO: man/src/network/rm.md found
13:48:04 WARN: man/src/network.md does not exist, skipping
13:48:04 WARN: man/src/node/demote.md does not exist, skipping
13:48:04 WARN: man/src/node/inspect.md does not exist, skipping
13:48:04 WARN: man/src/node/ls.md does not exist, skipping
13:48:04 WARN: man/src/node/promote.md does not exist, skipping
13:48:04 WARN: man/src/node/ps.md does not exist, skipping
13:48:04 WARN: man/src/node/rm.md does not exist, skipping
13:48:04 WARN: man/src/node/update.md does not exist, skipping
13:48:04 WARN: man/src/node.md does not exist, skipping
13:48:04 INFO: man/src/pause.md found
13:48:04 WARN: man/src/plugin/create.md does not exist, skipping
13:48:04 WARN: man/src/plugin/disable.md does not exist, skipping
13:48:04 WARN: man/src/plugin/enable.md does not exist, skipping
13:48:04 WARN: man/src/plugin/inspect.md does not exist, skipping
13:48:04 WARN: man/src/plugin/install.md does not exist, skipping
13:48:04 INFO: man/src/plugin/ls.md found
13:48:04 WARN: man/src/plugin/push.md does not exist, skipping
13:48:04 WARN: man/src/plugin/rm.md does not exist, skipping
13:48:04 WARN: man/src/plugin/set.md does not exist, skipping
13:48:04 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:48:04 WARN: man/src/plugin.md does not exist, skipping
13:48:04 INFO: man/src/port.md found
13:48:04 INFO: man/src/ps.md found
13:48:04 INFO: man/src/pull.md found
13:48:04 INFO: man/src/push.md found
13:48:04 INFO: man/src/rename.md found
13:48:04 INFO: man/src/restart.md found
13:48:04 INFO: man/src/rm.md found
13:48:04 INFO: man/src/rmi.md found
13:48:04 WARN: man/src/run.md does not exist, skipping
13:48:04 INFO: man/src/save.md found
13:48:04 INFO: man/src/search.md found
13:48:04 WARN: man/src/secret/create.md does not exist, skipping
13:48:04 WARN: man/src/secret/inspect.md does not exist, skipping
13:48:04 WARN: man/src/secret/ls.md does not exist, skipping
13:48:04 WARN: man/src/secret/rm.md does not exist, skipping
13:48:04 WARN: man/src/secret.md does not exist, skipping
13:48:04 WARN: man/src/service/create.md does not exist, skipping
13:48:04 WARN: man/src/service/inspect.md does not exist, skipping
13:48:04 WARN: man/src/service/logs.md does not exist, skipping
13:48:04 WARN: man/src/service/ls.md does not exist, skipping
13:48:04 WARN: man/src/service/ps.md does not exist, skipping
13:48:04 WARN: man/src/service/rm.md does not exist, skipping
13:48:04 WARN: man/src/service/rollback.md does not exist, skipping
13:48:04 WARN: man/src/service/scale.md does not exist, skipping
13:48:04 WARN: man/src/service/update.md does not exist, skipping
13:48:04 WARN: man/src/service.md does not exist, skipping
13:48:04 WARN: man/src/stack/config.md does not exist, skipping
13:48:04 WARN: man/src/stack/deploy.md does not exist, skipping
13:48:04 WARN: man/src/stack/ls.md does not exist, skipping
13:48:04 WARN: man/src/stack/ps.md does not exist, skipping
13:48:04 WARN: man/src/stack/rm.md does not exist, skipping
13:48:04 WARN: man/src/stack/services.md does not exist, skipping
13:48:04 WARN: man/src/stack.md does not exist, skipping
13:48:04 INFO: man/src/start.md found
13:48:04 INFO: man/src/stats.md found
13:48:04 INFO: man/src/stop.md found
13:48:04 WARN: man/src/swarm/ca.md does not exist, skipping
13:48:04 WARN: man/src/swarm/init.md does not exist, skipping
13:48:04 WARN: man/src/swarm/join.md does not exist, skipping
13:48:04 WARN: man/src/swarm/join-token.md does not exist, skipping
13:48:04 WARN: man/src/swarm/leave.md does not exist, skipping
13:48:04 WARN: man/src/swarm/unlock.md does not exist, skipping
13:48:04 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:48:04 WARN: man/src/swarm/update.md does not exist, skipping
13:48:04 WARN: man/src/swarm.md does not exist, skipping
13:48:04 WARN: man/src/system/df.md does not exist, skipping
13:48:04 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:48:04 INFO: man/src/system/events.md found
13:48:04 INFO: man/src/system/info.md found
13:48:04 WARN: man/src/system/prune.md does not exist, skipping
13:48:04 WARN: man/src/system.md does not exist, skipping
13:48:04 INFO: man/src/tag.md found
13:48:04 INFO: man/src/top.md found
13:48:04 WARN: man/src/trust/inspect.md does not exist, skipping
13:48:04 WARN: man/src/trust/key/generate.md does not exist, skipping
13:48:04 WARN: man/src/trust/key/load.md does not exist, skipping
13:48:04 WARN: man/src/trust/key.md does not exist, skipping
13:48:04 WARN: man/src/trust/revoke.md does not exist, skipping
13:48:04 WARN: man/src/trust/sign.md does not exist, skipping
13:48:04 WARN: man/src/trust/signer/add.md does not exist, skipping
13:48:04 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:48:04 WARN: man/src/trust/signer.md does not exist, skipping
13:48:04 WARN: man/src/trust.md does not exist, skipping
13:48:04 INFO: man/src/unpause.md found
13:48:04 INFO: man/src/update.md found
13:48:04 INFO: man/src/version.md found
13:48:04 INFO: man/src/volume/create.md found
13:48:04 INFO: man/src/volume/inspect.md found
13:48:04 INFO: man/src/volume/ls.md found
13:48:04 WARN: man/src/volume/prune.md does not exist, skipping
13:48:04 WARN: man/src/volume/rm.md does not exist, skipping
13:48:04 INFO: man/src/volume.md found
13:48:04 INFO: man/src/wait.md found
13:48:04 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:48:04 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:48:04 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:48:04 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:48:04 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:48:04 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:48:04 make[2]: Leaving directory '/root/build-deb/cli'
13:48:04 # Build buildx plugin
13:48:04 cd /go/src/github.com/docker/buildx \
13:48:04 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:48:04 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:48:05 #34 167.1 # github.com/containerd/containerd/cmd/containerd
13:48:05 #34 167.1 /usr/bin/ld: /tmp/go-link-420059267/000019.o: in function `New':
13:48:05 #34 167.1 /tmp/tmp.pejk54beWn/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
13:48:05 #34 167.2 + bin/containerd-stress
13:48:05 #34 168.3 + bin/containerd-shim
13:48:06 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:06 go: downloading github.com/stretchr/testify v1.7.0
13:48:06 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:06 go: downloading github.com/rivo/uniseg v0.2.0
13:48:06 go: downloading github.com/klauspost/compress v1.15.1
13:48:06 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:06 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:06 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:06 go: downloading github.com/opencontainers/runc v1.1.1
13:48:06 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:06 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:06 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:48:07 ++ pwd
13:48:07 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:48:07 Project root: .
13:48:07 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:48:07 INFO: man/src/attach.md found
13:48:07 WARN: man/src/build.md does not exist, skipping
13:48:07 WARN: man/src/builder/build.md does not exist, skipping
13:48:07 WARN: man/src/builder/prune.md does not exist, skipping
13:48:07 WARN: man/src/builder.md does not exist, skipping
13:48:07 WARN: man/src/checkpoint/create.md does not exist, skipping
13:48:07 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:48:07 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:48:07 WARN: man/src/checkpoint.md does not exist, skipping
13:48:07 INFO: man/src/commit.md found
13:48:07 WARN: man/src/config/create.md does not exist, skipping
13:48:07 WARN: man/src/config/inspect.md does not exist, skipping
13:48:07 WARN: man/src/config/ls.md does not exist, skipping
13:48:07 WARN: man/src/config/rm.md does not exist, skipping
13:48:07 WARN: man/src/config.md does not exist, skipping
13:48:07 INFO: man/src/container/attach.md found
13:48:07 INFO: man/src/container/commit.md found
13:48:07 INFO: man/src/container/cp.md found
13:48:07 INFO: man/src/container/create.md found
13:48:07 INFO: man/src/container/diff.md found
13:48:07 INFO: man/src/container/exec.md found
13:48:07 INFO: man/src/container/export.md found
13:48:07 WARN: man/src/container/inspect.md does not exist, skipping
13:48:07 INFO: man/src/container/kill.md found
13:48:07 INFO: man/src/container/logs.md found
13:48:07 INFO: man/src/container/ls.md found
13:48:07 INFO: man/src/container/pause.md found
13:48:07 INFO: man/src/container/port.md found
13:48:07 WARN: man/src/container/prune.md does not exist, skipping
13:48:07 INFO: man/src/container/rename.md found
13:48:07 INFO: man/src/container/restart.md found
13:48:07 INFO: man/src/container/rm.md found
13:48:07 INFO: man/src/container/run.md found
13:48:07 INFO: man/src/container/start.md found
13:48:07 INFO: man/src/container/stats.md found
13:48:07 INFO: man/src/container/stop.md found
13:48:07 INFO: man/src/container/top.md found
13:48:07 INFO: man/src/container/unpause.md found
13:48:07 INFO: man/src/container/update.md found
13:48:07 INFO: man/src/container/wait.md found
13:48:07 WARN: man/src/container.md does not exist, skipping
13:48:07 WARN: man/src/context/create.md does not exist, skipping
13:48:07 WARN: man/src/context/export.md does not exist, skipping
13:48:07 WARN: man/src/context/import.md does not exist, skipping
13:48:07 WARN: man/src/context/inspect.md does not exist, skipping
13:48:07 WARN: man/src/context/ls.md does not exist, skipping
13:48:07 WARN: man/src/context/rm.md does not exist, skipping
13:48:07 WARN: man/src/context/show.md does not exist, skipping
13:48:07 WARN: man/src/context/update.md does not exist, skipping
13:48:07 WARN: man/src/context/use.md does not exist, skipping
13:48:07 WARN: man/src/context.md does not exist, skipping
13:48:07 INFO: man/src/cp.md found
13:48:07 INFO: man/src/create.md found
13:48:07 INFO: man/src/diff.md found
13:48:07 INFO: man/src/events.md found
13:48:07 INFO: man/src/exec.md found
13:48:07 INFO: man/src/export.md found
13:48:07 INFO: man/src/history.md found
13:48:07 INFO: man/src/image/build.md found
13:48:07 INFO: man/src/image/history.md found
13:48:07 INFO: man/src/image/import.md found
13:48:07 WARN: man/src/image/inspect.md does not exist, skipping
13:48:07 INFO: man/src/image/load.md found
13:48:07 INFO: man/src/image/ls.md found
13:48:07 WARN: man/src/image/prune.md does not exist, skipping
13:48:07 INFO: man/src/image/pull.md found
13:48:07 INFO: man/src/image/push.md found
13:48:07 INFO: man/src/image/rm.md found
13:48:07 INFO: man/src/image/save.md found
13:48:07 INFO: man/src/image/tag.md found
13:48:07 WARN: man/src/image.md does not exist, skipping
13:48:07 INFO: man/src/images.md found
13:48:07 INFO: man/src/import.md found
13:48:07 INFO: man/src/info.md found
13:48:07 INFO: man/src/inspect.md found
13:48:07 INFO: man/src/kill.md found
13:48:07 INFO: man/src/load.md found
13:48:07 INFO: man/src/login.md found
13:48:07 INFO: man/src/logout.md found
13:48:07 INFO: man/src/logs.md found
13:48:07 WARN: man/src/manifest/annotate.md does not exist, skipping
13:48:07 WARN: man/src/manifest/create.md does not exist, skipping
13:48:07 WARN: man/src/manifest/inspect.md does not exist, skipping
13:48:07 WARN: man/src/manifest/push.md does not exist, skipping
13:48:07 WARN: man/src/manifest/rm.md does not exist, skipping
13:48:07 WARN: man/src/manifest.md does not exist, skipping
13:48:07 INFO: man/src/network/connect.md found
13:48:07 INFO: man/src/network/create.md found
13:48:07 INFO: man/src/network/disconnect.md found
13:48:07 INFO: man/src/network/inspect.md found
13:48:07 INFO: man/src/network/ls.md found
13:48:07 WARN: man/src/network/prune.md does not exist, skipping
13:48:07 INFO: man/src/network/rm.md found
13:48:07 WARN: man/src/network.md does not exist, skipping
13:48:07 WARN: man/src/node/demote.md does not exist, skipping
13:48:07 WARN: man/src/node/inspect.md does not exist, skipping
13:48:07 WARN: man/src/node/ls.md does not exist, skipping
13:48:07 WARN: man/src/node/promote.md does not exist, skipping
13:48:07 WARN: man/src/node/ps.md does not exist, skipping
13:48:07 WARN: man/src/node/rm.md does not exist, skipping
13:48:07 WARN: man/src/node/update.md does not exist, skipping
13:48:07 WARN: man/src/node.md does not exist, skipping
13:48:07 INFO: man/src/pause.md found
13:48:07 WARN: man/src/plugin/create.md does not exist, skipping
13:48:07 WARN: man/src/plugin/disable.md does not exist, skipping
13:48:07 WARN: man/src/plugin/enable.md does not exist, skipping
13:48:07 WARN: man/src/plugin/inspect.md does not exist, skipping
13:48:07 WARN: man/src/plugin/install.md does not exist, skipping
13:48:07 INFO: man/src/plugin/ls.md found
13:48:07 WARN: man/src/plugin/push.md does not exist, skipping
13:48:07 WARN: man/src/plugin/rm.md does not exist, skipping
13:48:07 WARN: man/src/plugin/set.md does not exist, skipping
13:48:07 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:48:07 WARN: man/src/plugin.md does not exist, skipping
13:48:07 INFO: man/src/port.md found
13:48:07 INFO: man/src/ps.md found
13:48:07 INFO: man/src/pull.md found
13:48:07 INFO: man/src/push.md found
13:48:07 INFO: man/src/rename.md found
13:48:07 INFO: man/src/restart.md found
13:48:07 INFO: man/src/rm.md found
13:48:07 INFO: man/src/rmi.md found
13:48:07 WARN: man/src/run.md does not exist, skipping
13:48:07 INFO: man/src/save.md found
13:48:07 INFO: man/src/search.md found
13:48:07 WARN: man/src/secret/create.md does not exist, skipping
13:48:07 WARN: man/src/secret/inspect.md does not exist, skipping
13:48:07 WARN: man/src/secret/ls.md does not exist, skipping
13:48:07 WARN: man/src/secret/rm.md does not exist, skipping
13:48:07 WARN: man/src/secret.md does not exist, skipping
13:48:07 WARN: man/src/service/create.md does not exist, skipping
13:48:07 WARN: man/src/service/inspect.md does not exist, skipping
13:48:07 WARN: man/src/service/logs.md does not exist, skipping
13:48:07 WARN: man/src/service/ls.md does not exist, skipping
13:48:07 WARN: man/src/service/ps.md does not exist, skipping
13:48:07 WARN: man/src/service/rm.md does not exist, skipping
13:48:07 WARN: man/src/service/rollback.md does not exist, skipping
13:48:07 WARN: man/src/service/scale.md does not exist, skipping
13:48:07 WARN: man/src/service/update.md does not exist, skipping
13:48:07 WARN: man/src/service.md does not exist, skipping
13:48:07 WARN: man/src/stack/config.md does not exist, skipping
13:48:07 WARN: man/src/stack/deploy.md does not exist, skipping
13:48:07 WARN: man/src/stack/ls.md does not exist, skipping
13:48:07 WARN: man/src/stack/ps.md does not exist, skipping
13:48:07 WARN: man/src/stack/rm.md does not exist, skipping
13:48:07 WARN: man/src/stack/services.md does not exist, skipping
13:48:07 WARN: man/src/stack.md does not exist, skipping
13:48:07 INFO: man/src/start.md found
13:48:07 INFO: man/src/stats.md found
13:48:07 INFO: man/src/stop.md found
13:48:07 WARN: man/src/swarm/ca.md does not exist, skipping
13:48:07 WARN: man/src/swarm/init.md does not exist, skipping
13:48:07 WARN: man/src/swarm/join.md does not exist, skipping
13:48:07 WARN: man/src/swarm/join-token.md does not exist, skipping
13:48:07 WARN: man/src/swarm/leave.md does not exist, skipping
13:48:07 WARN: man/src/swarm/unlock.md does not exist, skipping
13:48:07 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:48:07 WARN: man/src/swarm/update.md does not exist, skipping
13:48:07 WARN: man/src/swarm.md does not exist, skipping
13:48:07 WARN: man/src/system/df.md does not exist, skipping
13:48:07 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:48:07 INFO: man/src/system/events.md found
13:48:07 INFO: man/src/system/info.md found
13:48:07 WARN: man/src/system/prune.md does not exist, skipping
13:48:07 WARN: man/src/system.md does not exist, skipping
13:48:07 INFO: man/src/tag.md found
13:48:07 INFO: man/src/top.md found
13:48:07 WARN: man/src/trust/inspect.md does not exist, skipping
13:48:07 WARN: man/src/trust/key/generate.md does not exist, skipping
13:48:07 WARN: man/src/trust/key/load.md does not exist, skipping
13:48:07 WARN: man/src/trust/key.md does not exist, skipping
13:48:07 WARN: man/src/trust/revoke.md does not exist, skipping
13:48:07 WARN: man/src/trust/sign.md does not exist, skipping
13:48:07 WARN: man/src/trust/signer/add.md does not exist, skipping
13:48:07 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:48:07 WARN: man/src/trust/signer.md does not exist, skipping
13:48:07 WARN: man/src/trust.md does not exist, skipping
13:48:07 INFO: man/src/unpause.md found
13:48:07 INFO: man/src/update.md found
13:48:07 INFO: man/src/version.md found
13:48:07 INFO: man/src/volume/create.md found
13:48:07 INFO: man/src/volume/inspect.md found
13:48:07 INFO: man/src/volume/ls.md found
13:48:07 WARN: man/src/volume/prune.md does not exist, skipping
13:48:07 WARN: man/src/volume/rm.md does not exist, skipping
13:48:07 INFO: man/src/volume.md found
13:48:07 INFO: man/src/wait.md found
13:48:07 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:48:07 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:48:07 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:48:07 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:48:07 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:48:07 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:48:07 make[2]: Leaving directory '/root/build-deb/cli'
13:48:07 # Build buildx plugin
13:48:07 cd /go/src/github.com/docker/buildx \
13:48:07 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:48:07 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:48:09 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:09 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:09 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:09 go: downloading google.golang.org/grpc v1.45.0
13:48:10 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:10 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:10 go: downloading github.com/russross/blackfriday v1.6.0
13:48:10 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:10 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:10 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:10 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:10 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:10 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:10 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:10 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:10 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:10 go: downloading github.com/beorn7/perks v1.0.1
13:48:10 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:10 go: downloading github.com/prometheus/client_model v0.2.0
13:48:10 go: downloading github.com/prometheus/common v0.32.1
13:48:10 go: downloading github.com/prometheus/procfs v0.7.3
13:48:10 go: downloading google.golang.org/protobuf v1.27.1
13:48:10 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:10 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:10 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:10 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:10 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:10 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:10 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:48:10 go: downloading github.com/kr/text v0.2.0
13:48:10 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:10 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:10 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:10 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:11 go: downloading github.com/docker/go-metrics v0.0.1
13:48:11 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:48:11 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:48:11 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:11 go: downloading github.com/kr/pretty v0.2.1
13:48:11 go: downloading github.com/magiconair/properties v1.5.3
13:48:11 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:48:11 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:48:11 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:48:11 + go mod vendor -modfile=vendor.mod
13:48:11 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:11 go: downloading github.com/stretchr/testify v1.7.0
13:48:11 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:11 go: downloading github.com/rivo/uniseg v0.2.0
13:48:11 go: downloading github.com/klauspost/compress v1.15.1
13:48:11 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:11 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:11 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:11 go: downloading github.com/opencontainers/runc v1.1.1
13:48:11 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:11 go: downloading github.com/urfave/cli/v2 v2.4.0
13:48:11 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:48:11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:48:11 go: downloading github.com/google/uuid v1.3.0
13:48:11 go: downloading github.com/moby/vpnkit v0.5.0
13:48:11 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:48:11 go: downloading github.com/gofrs/flock v0.8.1
13:48:11 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:48:11 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:48:11 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:48:12 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:12 go: downloading github.com/golang/protobuf v1.5.2
13:48:12 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:12 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:13 ~/rpmbuild/BUILD/src
13:48:13 + popd
13:48:13 + exit 0
13:48:13 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CbYikY
13:48:13 + umask 022
13:48:13 + cd /root/rpmbuild/BUILD
13:48:13 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64 '!=' / ']'
13:48:13 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64
13:48:13 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64
13:48:13 + mkdir -p /root/rpmbuild/BUILDROOT
13:48:13 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64
13:48:13 + cd src
13:48:13 + pushd /root/rpmbuild/BUILD/src/compose
13:48:13 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:48:13 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:48:13 + popd
13:48:13 ~/rpmbuild/BUILD/src
13:48:13 + for f in LICENSE MAINTAINERS NOTICE README.md
13:48:13 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:48:13 + for f in LICENSE MAINTAINERS NOTICE README.md
13:48:13 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:48:13 + for f in LICENSE MAINTAINERS NOTICE README.md
13:48:13 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:48:13 + for f in LICENSE MAINTAINERS NOTICE README.md
13:48:13 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:48:13 + /usr/lib/rpm/check-buildroot
13:48:13 + /usr/lib/rpm/redhat/brp-compress
13:48:13 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:48:13 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:48:13 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:48:13 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:48:13 + /usr/lib/rpm/redhat/brp-python-hardlink
13:48:13 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:48:13 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.cjFxgA
13:48:13 + umask 022
13:48:13 + cd /root/rpmbuild/BUILD
13:48:13 + cd src
13:48:13 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:48:13 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:48:13 + ver=v2.5.0
13:48:13 + test v2.5.0 = v2.5.0
13:48:13 + echo 'PASS: docker-compose version OK'
13:48:13 + exit 0
13:48:13 PASS: docker-compose version OK
13:48:13 Processing files: docker-compose-plugin-2.5.0-0.el7.aarch64
13:48:13 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.u34yaf
13:48:13 + umask 022
13:48:13 + cd /root/rpmbuild/BUILD
13:48:13 + cd src
13:48:13 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.5.0
13:48:13 + export DOCDIR
13:48:13 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.5.0
13:48:13 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.5.0
13:48:13 + exit 0
13:48:13 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QXigkT
13:48:13 + umask 022
13:48:13 + cd /root/rpmbuild/BUILD
13:48:13 + cd src
13:48:13 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.5.0
13:48:13 + export LICENSEDIR
13:48:13 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.5.0
13:48:13 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.5.0
13:48:13 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.5.0
13:48:13 + exit 0
13:48:13 Provides: docker-compose-plugin = 0:2.5.0-0.el7 docker-compose-plugin(aarch-64) = 0:2.5.0-0.el7
13:48:13 Requires(interp): /bin/sh /bin/sh /bin/sh
13:48:13 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:48:13 Requires(post): /bin/sh
13:48:13 Requires(preun): /bin/sh
13:48:13 Requires(postun): /bin/sh
13:48:13 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64
13:48:13 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.el7.src.rpm
13:48:13 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.5.0-0.el7.aarch64.rpm
13:48:13 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.S58RUO
13:48:13 + umask 022
13:48:13 + cd /root/rpmbuild/BUILD
13:48:13 + cd src
13:48:13 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.aarch64
13:48:13 + exit 0
13:48:13 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
13:48:13 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
[Pipeline] sh
13:48:13 + make clean
13:48:14 make -C rpm clean
13:48:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:48:14 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:48:14 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:14 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:14 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:14 go: downloading google.golang.org/grpc v1.45.0
13:48:15 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:15 go: downloading github.com/stretchr/testify v1.7.0
13:48:15 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:15 go: downloading github.com/rivo/uniseg v0.2.0
13:48:15 go: downloading github.com/klauspost/compress v1.15.1
13:48:15 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:15 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:15 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:15 go: downloading github.com/opencontainers/runc v1.1.1
13:48:15 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:15 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:15 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:48:15 ++ pwd
13:48:15 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:48:15 Project root: .
13:48:15 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:48:15 INFO: man/src/attach.md found
13:48:15 WARN: man/src/build.md does not exist, skipping
13:48:15 WARN: man/src/builder/build.md does not exist, skipping
13:48:15 WARN: man/src/builder/prune.md does not exist, skipping
13:48:15 WARN: man/src/builder.md does not exist, skipping
13:48:15 WARN: man/src/checkpoint/create.md does not exist, skipping
13:48:15 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:48:15 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:48:15 WARN: man/src/checkpoint.md does not exist, skipping
13:48:15 INFO: man/src/commit.md found
13:48:15 WARN: man/src/config/create.md does not exist, skipping
13:48:15 WARN: man/src/config/inspect.md does not exist, skipping
13:48:15 WARN: man/src/config/ls.md does not exist, skipping
13:48:15 WARN: man/src/config/rm.md does not exist, skipping
13:48:15 WARN: man/src/config.md does not exist, skipping
13:48:15 INFO: man/src/container/attach.md found
13:48:15 INFO: man/src/container/commit.md found
13:48:15 INFO: man/src/container/cp.md found
13:48:15 INFO: man/src/container/create.md found
13:48:15 INFO: man/src/container/diff.md found
13:48:15 INFO: man/src/container/exec.md found
13:48:15 INFO: man/src/container/export.md found
13:48:15 WARN: man/src/container/inspect.md does not exist, skipping
13:48:15 INFO: man/src/container/kill.md found
13:48:15 INFO: man/src/container/logs.md found
13:48:15 INFO: man/src/container/ls.md found
13:48:15 INFO: man/src/container/pause.md found
13:48:15 INFO: man/src/container/port.md found
13:48:15 WARN: man/src/container/prune.md does not exist, skipping
13:48:15 INFO: man/src/container/rename.md found
13:48:15 INFO: man/src/container/restart.md found
13:48:15 INFO: man/src/container/rm.md found
13:48:15 INFO: man/src/container/run.md found
13:48:15 INFO: man/src/container/start.md found
13:48:15 INFO: man/src/container/stats.md found
13:48:15 INFO: man/src/container/stop.md found
13:48:15 INFO: man/src/container/top.md found
13:48:15 INFO: man/src/container/unpause.md found
13:48:15 INFO: man/src/container/update.md found
13:48:15 INFO: man/src/container/wait.md found
13:48:15 WARN: man/src/container.md does not exist, skipping
13:48:15 WARN: man/src/context/create.md does not exist, skipping
13:48:15 WARN: man/src/context/export.md does not exist, skipping
13:48:15 WARN: man/src/context/import.md does not exist, skipping
13:48:15 WARN: man/src/context/inspect.md does not exist, skipping
13:48:15 WARN: man/src/context/ls.md does not exist, skipping
13:48:15 WARN: man/src/context/rm.md does not exist, skipping
13:48:15 WARN: man/src/context/show.md does not exist, skipping
13:48:15 WARN: man/src/context/update.md does not exist, skipping
13:48:15 WARN: man/src/context/use.md does not exist, skipping
13:48:15 WARN: man/src/context.md does not exist, skipping
13:48:15 INFO: man/src/cp.md found
13:48:15 INFO: man/src/create.md found
13:48:15 INFO: man/src/diff.md found
13:48:15 INFO: man/src/events.md found
13:48:15 INFO: man/src/exec.md found
13:48:15 INFO: man/src/export.md found
13:48:15 INFO: man/src/history.md found
13:48:15 INFO: man/src/image/build.md found
13:48:15 INFO: man/src/image/history.md found
13:48:15 INFO: man/src/image/import.md found
13:48:15 WARN: man/src/image/inspect.md does not exist, skipping
13:48:15 INFO: man/src/image/load.md found
13:48:15 INFO: man/src/image/ls.md found
13:48:15 WARN: man/src/image/prune.md does not exist, skipping
13:48:15 INFO: man/src/image/pull.md found
13:48:15 INFO: man/src/image/push.md found
13:48:15 INFO: man/src/image/rm.md found
13:48:15 INFO: man/src/image/save.md found
13:48:15 INFO: man/src/image/tag.md found
13:48:15 WARN: man/src/image.md does not exist, skipping
13:48:15 INFO: man/src/images.md found
13:48:15 INFO: man/src/import.md found
13:48:15 INFO: man/src/info.md found
13:48:15 INFO: man/src/inspect.md found
13:48:15 INFO: man/src/kill.md found
13:48:15 INFO: man/src/load.md found
13:48:15 INFO: man/src/login.md found
13:48:15 INFO: man/src/logout.md found
13:48:15 INFO: man/src/logs.md found
13:48:15 WARN: man/src/manifest/annotate.md does not exist, skipping
13:48:15 WARN: man/src/manifest/create.md does not exist, skipping
13:48:15 WARN: man/src/manifest/inspect.md does not exist, skipping
13:48:15 WARN: man/src/manifest/push.md does not exist, skipping
13:48:15 WARN: man/src/manifest/rm.md does not exist, skipping
13:48:15 WARN: man/src/manifest.md does not exist, skipping
13:48:15 INFO: man/src/network/connect.md found
13:48:15 INFO: man/src/network/create.md found
13:48:15 INFO: man/src/network/disconnect.md found
13:48:15 INFO: man/src/network/inspect.md found
13:48:15 INFO: man/src/network/ls.md found
13:48:15 WARN: man/src/network/prune.md does not exist, skipping
13:48:15 INFO: man/src/network/rm.md found
13:48:15 WARN: man/src/network.md does not exist, skipping
13:48:15 WARN: man/src/node/demote.md does not exist, skipping
13:48:15 WARN: man/src/node/inspect.md does not exist, skipping
13:48:15 WARN: man/src/node/ls.md does not exist, skipping
13:48:15 WARN: man/src/node/promote.md does not exist, skipping
13:48:15 WARN: man/src/node/ps.md does not exist, skipping
13:48:15 WARN: man/src/node/rm.md does not exist, skipping
13:48:15 WARN: man/src/node/update.md does not exist, skipping
13:48:15 WARN: man/src/node.md does not exist, skipping
13:48:15 INFO: man/src/pause.md found
13:48:15 WARN: man/src/plugin/create.md does not exist, skipping
13:48:15 WARN: man/src/plugin/disable.md does not exist, skipping
13:48:15 WARN: man/src/plugin/enable.md does not exist, skipping
13:48:15 WARN: man/src/plugin/inspect.md does not exist, skipping
13:48:15 WARN: man/src/plugin/install.md does not exist, skipping
13:48:15 INFO: man/src/plugin/ls.md found
13:48:15 WARN: man/src/plugin/push.md does not exist, skipping
13:48:15 WARN: man/src/plugin/rm.md does not exist, skipping
13:48:15 WARN: man/src/plugin/set.md does not exist, skipping
13:48:15 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:48:15 WARN: man/src/plugin.md does not exist, skipping
13:48:15 INFO: man/src/port.md found
13:48:15 INFO: man/src/ps.md found
13:48:15 INFO: man/src/pull.md found
13:48:15 INFO: man/src/push.md found
13:48:15 INFO: man/src/rename.md found
13:48:15 INFO: man/src/restart.md found
13:48:15 INFO: man/src/rm.md found
13:48:15 INFO: man/src/rmi.md found
13:48:15 WARN: man/src/run.md does not exist, skipping
13:48:15 INFO: man/src/save.md found
13:48:15 INFO: man/src/search.md found
13:48:15 WARN: man/src/secret/create.md does not exist, skipping
13:48:15 WARN: man/src/secret/inspect.md does not exist, skipping
13:48:15 WARN: man/src/secret/ls.md does not exist, skipping
13:48:15 WARN: man/src/secret/rm.md does not exist, skipping
13:48:15 WARN: man/src/secret.md does not exist, skipping
13:48:15 WARN: man/src/service/create.md does not exist, skipping
13:48:15 WARN: man/src/service/inspect.md does not exist, skipping
13:48:15 WARN: man/src/service/logs.md does not exist, skipping
13:48:15 WARN: man/src/service/ls.md does not exist, skipping
13:48:15 WARN: man/src/service/ps.md does not exist, skipping
13:48:15 WARN: man/src/service/rm.md does not exist, skipping
13:48:15 WARN: man/src/service/rollback.md does not exist, skipping
13:48:15 WARN: man/src/service/scale.md does not exist, skipping
13:48:15 WARN: man/src/service/update.md does not exist, skipping
13:48:15 WARN: man/src/service.md does not exist, skipping
13:48:15 WARN: man/src/stack/config.md does not exist, skipping
13:48:15 WARN: man/src/stack/deploy.md does not exist, skipping
13:48:15 WARN: man/src/stack/ls.md does not exist, skipping
13:48:15 WARN: man/src/stack/ps.md does not exist, skipping
13:48:15 WARN: man/src/stack/rm.md does not exist, skipping
13:48:15 WARN: man/src/stack/services.md does not exist, skipping
13:48:15 WARN: man/src/stack.md does not exist, skipping
13:48:15 INFO: man/src/start.md found
13:48:15 INFO: man/src/stats.md found
13:48:15 INFO: man/src/stop.md found
13:48:15 WARN: man/src/swarm/ca.md does not exist, skipping
13:48:15 WARN: man/src/swarm/init.md does not exist, skipping
13:48:15 WARN: man/src/swarm/join.md does not exist, skipping
13:48:15 WARN: man/src/swarm/join-token.md does not exist, skipping
13:48:15 WARN: man/src/swarm/leave.md does not exist, skipping
13:48:15 WARN: man/src/swarm/unlock.md does not exist, skipping
13:48:15 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:48:15 WARN: man/src/swarm/update.md does not exist, skipping
13:48:15 WARN: man/src/swarm.md does not exist, skipping
13:48:15 WARN: man/src/system/df.md does not exist, skipping
13:48:15 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:48:15 INFO: man/src/system/events.md found
13:48:15 INFO: man/src/system/info.md found
13:48:15 WARN: man/src/system/prune.md does not exist, skipping
13:48:15 WARN: man/src/system.md does not exist, skipping
13:48:15 INFO: man/src/tag.md found
13:48:15 INFO: man/src/top.md found
13:48:15 WARN: man/src/trust/inspect.md does not exist, skipping
13:48:15 WARN: man/src/trust/key/generate.md does not exist, skipping
13:48:15 WARN: man/src/trust/key/load.md does not exist, skipping
13:48:15 WARN: man/src/trust/key.md does not exist, skipping
13:48:15 WARN: man/src/trust/revoke.md does not exist, skipping
13:48:15 WARN: man/src/trust/sign.md does not exist, skipping
13:48:15 WARN: man/src/trust/signer/add.md does not exist, skipping
13:48:15 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:48:15 WARN: man/src/trust/signer.md does not exist, skipping
13:48:15 WARN: man/src/trust.md does not exist, skipping
13:48:15 INFO: man/src/unpause.md found
13:48:15 INFO: man/src/update.md found
13:48:15 INFO: man/src/version.md found
13:48:15 INFO: man/src/volume/create.md found
13:48:15 INFO: man/src/volume/inspect.md found
13:48:15 INFO: man/src/volume/ls.md found
13:48:15 WARN: man/src/volume/prune.md does not exist, skipping
13:48:15 WARN: man/src/volume/rm.md does not exist, skipping
13:48:15 INFO: man/src/volume.md found
13:48:15 INFO: man/src/wait.md found
13:48:15 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:48:15 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:48:15 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:48:15 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:48:15 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:48:15 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:48:15 make[2]: Leaving directory '/root/build-deb/cli'
13:48:15 # Build buildx plugin
13:48:15 cd /go/src/github.com/docker/buildx \
13:48:15 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:48:15 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:48:15 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:15 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:15 go: downloading github.com/russross/blackfriday v1.6.0
13:48:15 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:15 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:15 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:15 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:15 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:15 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:15 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:15 rm -f -r rpmbuild/
13:48:15 docker builder prune -f --filter until=24h
13:48:15 Total reclaimed space: 0B
13:48:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:48:15 make -C deb clean
13:48:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:48:15 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:48:15 rm -f -r debbuild
13:48:15 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:48:15 rm -f -r sources
13:48:15 docker builder prune -f --filter until=24h
13:48:15 Total reclaimed space: 0B
13:48:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:48:15 make -C static clean
13:48:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:48:15 Removing build artifacts
13:48:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:48:16 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:16 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:16 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:16 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:16 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:16 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:16 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:16 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:16 go: downloading google.golang.org/grpc v1.45.0
13:48:17 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:17 go: downloading github.com/golang/protobuf v1.5.2
13:48:17 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:17 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:17 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:17 go: downloading github.com/russross/blackfriday v1.6.0
13:48:17 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:17 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:17 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:17 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:17 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:17 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:17 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:18 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:18 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:18 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:18 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:18 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:18 #34 179.5 + bin/containerd-shim-runc-v1
13:48:18 + for f in rootlesskit rootlesskit-docker-proxy
13:48:18 + GOBIN=/usr/local/bin
13:48:18 + GO111MODULE=on
13:48:18 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:48:18 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:18 go: downloading github.com/beorn7/perks v1.0.1
13:48:18 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:18 go: downloading github.com/prometheus/client_model v0.2.0
13:48:18 go: downloading github.com/prometheus/common v0.32.1
13:48:18 go: downloading github.com/prometheus/procfs v0.7.3
13:48:18 go: downloading google.golang.org/protobuf v1.27.1
13:48:18 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:18 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:18 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:18 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:18 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:18 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:18 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:48:18 go: downloading github.com/kr/text v0.2.0
13:48:18 go: downloading github.com/docker/go-metrics v0.0.1
13:48:18 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:48:18 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:48:18 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:18 go: downloading github.com/kr/pretty v0.2.1
13:48:18 go: downloading github.com/magiconair/properties v1.5.3
13:48:18 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:48:18 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:48:18 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:48:18 + go mod vendor -modfile=vendor.mod
13:48:19 + return
13:48:19 + exit 0
13:48:19 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xvxX7i
13:48:19 + umask 022
13:48:19 + cd /root/rpmbuild/BUILD
13:48:19 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64 '!=' / ']'
13:48:19 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:48:19 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:48:19 + mkdir -p /root/rpmbuild/BUILDROOT
13:48:19 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:48:19 + cd src
13:48:19 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin/dockerd-rootless.sh
13:48:19 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:48:19 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin/rootlesskit
13:48:19 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64/usr/bin/rootlesskit-docker-proxy
13:48:19 + /usr/lib/rpm/check-buildroot
13:48:19 + /usr/lib/rpm/redhat/brp-ldconfig
13:48:19 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:48:19 + /usr/lib/rpm/brp-compress
13:48:19 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:48:19 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:19 go: downloading github.com/golang/protobuf v1.5.2
13:48:19 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:19 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:48:19 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:48:19 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:48:19 + /usr/lib/rpm/brp-python-hardlink
13:48:19 + PYTHON3=/usr/libexec/platform-python
13:48:19 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:48:19 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vVxRVi
13:48:19 + umask 022
13:48:19 + cd /root/rpmbuild/BUILD
13:48:19 + cd src
13:48:19 + /usr/local/bin/rootlesskit -v
13:48:19 rootlesskit version 1.0.0
13:48:19 + exit 0
13:48:19 Processing files: docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:48:19 Provides: docker-ce-rootless-extras = 0:0.0.0.20220503081348.bfa9b40-0.el8 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220503081348.bfa9b40-0.el8
13:48:19 Requires(interp): /bin/sh /bin/sh /bin/sh
13:48:19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:48:19 Requires(post): /bin/sh
13:48:19 Requires(preun): /bin/sh
13:48:19 Requires(postun): /bin/sh
13:48:19 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
13:48:19 Conflicts: rootlesskit
13:48:19 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:48:19 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.src.rpm
13:48:20 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:20 go: downloading github.com/stretchr/testify v1.7.0
13:48:20 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:20 go: downloading github.com/rivo/uniseg v0.2.0
13:48:20 go: downloading github.com/klauspost/compress v1.15.1
13:48:20 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:20 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:20 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:20 go: downloading github.com/opencontainers/runc v1.1.1
13:48:20 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:20 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:20 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:20 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:20 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:20 go: downloading google.golang.org/grpc v1.45.0
13:48:20 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:20 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:20 go: downloading github.com/russross/blackfriday v1.6.0
13:48:20 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:20 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:20 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:20 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:20 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:20 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:20 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:20 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:20 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:20 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:20 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:20 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:20 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:20 go: downloading github.com/golang/protobuf v1.5.2
13:48:20 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:22 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64.rpm
13:48:22 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zcTwmh
13:48:22 + umask 022
13:48:22 + cd /root/rpmbuild/BUILD
13:48:22 + cd src
13:48:22 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.aarch64
13:48:22 + exit 0
13:48:22 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.p7Xqpf
13:48:22 + umask 022
13:48:22 + cd /root/rpmbuild/BUILD
13:48:22 + cd /root/rpmbuild/BUILD
13:48:22 + rm -rf src
13:48:22 + /usr/bin/mkdir -p src
13:48:22 + cd src
13:48:22 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:48:22 + /usr/bin/tar -xof -
13:48:22 + STATUS=0
13:48:22 + '[' 0 -ne 0 ']'
13:48:22 + /usr/bin/tar -xof -
13:48:22 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:48:22 #34 185.7 + bin/containerd-shim-runc-v2
13:48:22 + STATUS=0
13:48:22 + '[' 0 -ne 0 ']'
13:48:22 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:48:22 + exit 0
13:48:22 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uXIeoi
13:48:22 + umask 022
13:48:22 + cd /root/rpmbuild/BUILD
13:48:22 + cd src
13:48:22 + pushd /root/rpmbuild/BUILD/src/buildx
13:48:22 + bash -c 'CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=%{_buildx_gitcommit} -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx'
13:48:22 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:48:23 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:23 go: downloading github.com/stretchr/testify v1.7.0
13:48:23 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:23 go: downloading github.com/rivo/uniseg v0.2.0
13:48:23 go: downloading github.com/klauspost/compress v1.15.1
13:48:23 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:23 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:23 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:23 go: downloading github.com/opencontainers/runc v1.1.1
13:48:23 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:23 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:23 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:23 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:23 go: downloading google.golang.org/grpc v1.45.0
13:48:23 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:23 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:23 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:23 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:48:23 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:23 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:23 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:23 go: downloading github.com/russross/blackfriday v1.6.0
13:48:23 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:23 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:23 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:23 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:23 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:23 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:23 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:23 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:23 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:23 go: downloading github.com/golang/protobuf v1.5.2
13:48:23 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:23 #34 186.5 + binaries
13:48:23 #34 186.5 + install -D bin/containerd /build/containerd
13:48:23 #34 186.5 + install -D bin/containerd-shim /build/containerd-shim
13:48:23 #34 186.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:48:23 #34 186.5 + install -D bin/ctr /build/ctr
13:48:23 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:23 go: downloading github.com/beorn7/perks v1.0.1
13:48:23 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:23 go: downloading github.com/prometheus/client_model v0.2.0
13:48:23 go: downloading github.com/prometheus/common v0.32.1
13:48:23 go: downloading github.com/prometheus/procfs v0.7.3
13:48:23 go: downloading google.golang.org/protobuf v1.27.1
13:48:23 #34 DONE 186.8s
13:48:23 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:23 go: downloading github.com/beorn7/perks v1.0.1
13:48:23 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:23 go: downloading github.com/prometheus/client_model v0.2.0
13:48:23 go: downloading github.com/prometheus/common v0.32.1
13:48:23 go: downloading github.com/prometheus/procfs v0.7.3
13:48:23 go: downloading google.golang.org/protobuf v1.27.1
13:48:23 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:23 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:23 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:23 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:23 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:23 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:23 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:48:23 go: downloading github.com/kr/text v0.2.0
13:48:23 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:23 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:23 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:23 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:23 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:23 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:24 go: downloading github.com/docker/go-metrics v0.0.1
13:48:24 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:48:24 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:48:24 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:24 go: downloading github.com/kr/pretty v0.2.1
13:48:24 go: downloading github.com/magiconair/properties v1.5.3
13:48:24 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:48:24 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:48:24 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:48:24 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:24 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:24 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:24 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:24 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:48:24 go: downloading github.com/kr/text v0.2.0
13:48:24 + go mod vendor -modfile=vendor.mod
13:48:24 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:24 go: downloading github.com/beorn7/perks v1.0.1
13:48:24 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:24 go: downloading github.com/prometheus/client_model v0.2.0
13:48:24 go: downloading github.com/prometheus/common v0.32.1
13:48:24 go: downloading github.com/prometheus/procfs v0.7.3
13:48:24 go: downloading google.golang.org/protobuf v1.27.1
13:48:24 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:24 go: downloading github.com/docker/go-metrics v0.0.1
13:48:24 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:48:24 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:48:24 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:24 go: downloading github.com/kr/pretty v0.2.1
13:48:24 go: downloading github.com/magiconair/properties v1.5.3
13:48:24 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:48:24 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:48:24 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:24 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:24 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:48:24 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:48:24 + go mod vendor -modfile=vendor.mod
13:48:25 
13:48:25 #40 [binary-base 3/7] COPY --from=containerd    /build/ /usr/local/bin/
13:48:25 #40 DONE 0.3s
13:48:25 
13:48:25 #41 [binary-base 4/7] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:48:25 #41 DONE 0.1s
13:48:25 
13:48:25 #42 [binary-base 5/7] COPY --from=vpnkit        /build/ /usr/local/bin/
13:48:25 go: downloading github.com/docker/go-metrics v0.0.1
13:48:25 go: downloading github.com/kr/text v0.2.0
13:48:25 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:25 go: downloading github.com/kr/pretty v0.2.1
13:48:25 go: downloading github.com/magiconair/properties v1.5.3
13:48:25 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:48:25 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:48:25 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:48:25 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:48:25 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:48:25 + go mod vendor -modfile=vendor.mod
13:48:25 #42 DONE 0.5s
13:48:25 
13:48:25 #43 [binary-base 6/7] COPY --from=gowinres      /build/ /usr/local/bin/
13:48:25 #43 DONE 0.1s
13:48:25 
13:48:25 #44 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
13:48:25 #44 DONE 0.0s
13:48:25 
13:48:25 #45 [build-cross 1/1] RUN --mount=type=cache,target=/root/.cache     --mount=type=bind,target=.,ro     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy         hack/make.sh cross
13:48:25 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:25 go: downloading github.com/beorn7/perks v1.0.1
13:48:25 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:25 go: downloading github.com/prometheus/client_model v0.2.0
13:48:25 go: downloading github.com/prometheus/common v0.32.1
13:48:25 go: downloading github.com/prometheus/procfs v0.7.3
13:48:25 go: downloading google.golang.org/protobuf v1.27.1
13:48:25 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:25 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:25 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:25 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:25 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:25 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:25 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:48:25 go: downloading github.com/kr/text v0.2.0
13:48:25 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:48:25 #45 0.116 
13:48:25 #45 0.179 Removing /build/bundles/
13:48:25 #45 0.180 
13:48:25 #45 0.186 ---> Making bundle: cross (in /build/bundles/cross)
13:48:25 #45 0.187 Cross building: /build/bundles/cross/windows/amd64
13:48:25 #45 0.222 +++++++ cat ./cli/winresources/dockerd/winres.json
13:48:25 #45 0.223 {
13:48:25 #45 0.223   "RT_GROUP_ICON": {
13:48:25 #45 0.223     "#1": {
13:48:25 #45 0.223       "0409": "../../winresources/docker.ico"
13:48:25 #45 0.223     }
13:48:25 #45 0.223   },
13:48:25 #45 0.223   "RT_MANIFEST": {
13:48:25 #45 0.223     "#1": {
13:48:25 #45 0.223       "0409": {
13:48:25 #45 0.223         "identity": {},
13:48:25 #45 0.223         "description": "Docker Engine",
13:48:25 #45 0.223         "minimum-os": "vista",
13:48:25 #45 0.223         "execution-level": "",
13:48:25 #45 0.223         "ui-access": false,
13:48:25 #45 0.223         "auto-elevate": false,
13:48:25 #45 0.223         "dpi-awareness": "unaware",
13:48:25 #45 0.223         "disable-theming": false,
13:48:25 #45 0.223         "disable-window-filtering": false,
13:48:25 #45 0.223         "high-resolution-scrolling-aware": false,
13:48:25 #45 0.223         "ultra-high-resolution-scrolling-aware": false,
13:48:25 #45 0.223         "long-path-aware": false,
13:48:25 #45 0.223         "printer-driver-isolation": false,
13:48:25 #45 0.223         "gdi-scaling": false,
13:48:25 #45 0.223         "segment-heap": false,
13:48:25 #45 0.223         "use-common-controls-v6": false
13:48:25 #45 0.223       }
13:48:25 #45 0.223     }
13:48:25 #45 0.223   },
13:48:25 #45 0.223   "RT_MESSAGETABLE": {
13:48:25 #45 0.223     "#1": {
13:48:25 #45 0.223       "0409": "../../winresources/event_messages.bin"
13:48:25 #45 0.223     }
13:48:25 #45 0.223   },
13:48:25 #45 0.223   "RT_VERSION": {
13:48:25 #45 0.223     "#1": {
13:48:25 #45 0.223       "0409": {
13:48:25 #45 0.223         "fixed": {
13:48:25 #45 0.223           "file_version": "0.0.0.0",
13:48:25 #45 0.223           "product_version": "0.0.0.0",
13:48:25 #45 0.223           "type": "Unknown"
13:48:25 #45 0.223         },
13:48:25 #45 0.223         "info": {
13:48:25 #45 0.223           "0000": {
13:48:25 #45 0.223             "CompanyName": "",
13:48:25 #45 0.223             "FileVersion": "0.0.0-20220503081348-bfa9b40",
13:48:25 #45 0.223             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
13:48:25 #45 0.223             "OriginalFileName": "dockerd-0.0.0-20220503081348-bfa9b40.exe",
13:48:25 #45 0.223             "ProductName": "",
13:48:25 #45 0.223             "ProductVersion": "0.0.0-20220503081348-bfa9b40",
13:48:25 #45 0.223             "SpecialBuild": "HEAD"
13:48:25 #45 0.223           }
13:48:25 #45 0.223         }
13:48:25 #45 0.223       }
13:48:25 #45 0.223     }
13:48:25 #45 0.223   }
13:48:25 #45 0.223 }
13:48:25 #45 0.234 cmd/dockerd/config.go
13:48:25 #45 0.234 cmd/dockerd/config_windows.go
13:48:25 #45 0.235 cmd/dockerd/daemon.go
13:48:25 #45 0.235 cmd/dockerd/daemon_test.go
13:48:25 #45 0.235 cmd/dockerd/daemon_windows.go
13:48:25 #45 0.235 cmd/dockerd/docker.go
13:48:25 #45 0.236 cmd/dockerd/docker_windows.go
13:48:25 #45 0.236 cmd/dockerd/genwinres_windows.go
13:48:25 #45 0.241 cmd/dockerd/metrics.go
13:48:25 #45 0.241 cmd/dockerd/options.go
13:48:25 #45 0.241 cmd/dockerd/options_test.go
13:48:25 #45 0.242 cmd/dockerd/service_windows.go
13:48:25 #45 0.266 Building: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20220503081348-bfa9b40.exe
13:48:25 #45 0.266 GOOS="windows" GOARCH="amd64" GOARM=""
13:48:26 go: downloading github.com/docker/go-metrics v0.0.1
13:48:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:48:26 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:48:26 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:26 go: downloading github.com/kr/pretty v0.2.1
13:48:26 go: downloading github.com/magiconair/properties v1.5.3
13:48:26 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:48:26 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:48:26 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:48:26 + go mod vendor -modfile=vendor.mod
13:48:27 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:48:27 ++ pwd
13:48:27 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:48:27 Project root: .
13:48:27 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:48:27 INFO: man/src/attach.md found
13:48:27 WARN: man/src/build.md does not exist, skipping
13:48:27 WARN: man/src/builder/build.md does not exist, skipping
13:48:27 WARN: man/src/builder/prune.md does not exist, skipping
13:48:27 WARN: man/src/builder.md does not exist, skipping
13:48:27 WARN: man/src/checkpoint/create.md does not exist, skipping
13:48:27 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:48:27 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:48:27 WARN: man/src/checkpoint.md does not exist, skipping
13:48:27 INFO: man/src/commit.md found
13:48:27 WARN: man/src/config/create.md does not exist, skipping
13:48:27 WARN: man/src/config/inspect.md does not exist, skipping
13:48:27 WARN: man/src/config/ls.md does not exist, skipping
13:48:27 WARN: man/src/config/rm.md does not exist, skipping
13:48:27 WARN: man/src/config.md does not exist, skipping
13:48:27 INFO: man/src/container/attach.md found
13:48:27 INFO: man/src/container/commit.md found
13:48:27 INFO: man/src/container/cp.md found
13:48:27 INFO: man/src/container/create.md found
13:48:27 INFO: man/src/container/diff.md found
13:48:27 INFO: man/src/container/exec.md found
13:48:27 INFO: man/src/container/export.md found
13:48:27 WARN: man/src/container/inspect.md does not exist, skipping
13:48:27 INFO: man/src/container/kill.md found
13:48:27 INFO: man/src/container/logs.md found
13:48:27 INFO: man/src/container/ls.md found
13:48:27 INFO: man/src/container/pause.md found
13:48:27 INFO: man/src/container/port.md found
13:48:27 WARN: man/src/container/prune.md does not exist, skipping
13:48:27 INFO: man/src/container/rename.md found
13:48:27 INFO: man/src/container/restart.md found
13:48:27 INFO: man/src/container/rm.md found
13:48:27 INFO: man/src/container/run.md found
13:48:27 INFO: man/src/container/start.md found
13:48:27 INFO: man/src/container/stats.md found
13:48:27 INFO: man/src/container/stop.md found
13:48:27 INFO: man/src/container/top.md found
13:48:27 INFO: man/src/container/unpause.md found
13:48:27 INFO: man/src/container/update.md found
13:48:27 INFO: man/src/container/wait.md found
13:48:27 WARN: man/src/container.md does not exist, skipping
13:48:27 WARN: man/src/context/create.md does not exist, skipping
13:48:27 WARN: man/src/context/export.md does not exist, skipping
13:48:27 WARN: man/src/context/import.md does not exist, skipping
13:48:27 WARN: man/src/context/inspect.md does not exist, skipping
13:48:27 WARN: man/src/context/ls.md does not exist, skipping
13:48:27 WARN: man/src/context/rm.md does not exist, skipping
13:48:27 WARN: man/src/context/show.md does not exist, skipping
13:48:27 WARN: man/src/context/update.md does not exist, skipping
13:48:27 WARN: man/src/context/use.md does not exist, skipping
13:48:27 WARN: man/src/context.md does not exist, skipping
13:48:27 INFO: man/src/cp.md found
13:48:27 INFO: man/src/create.md found
13:48:27 INFO: man/src/diff.md found
13:48:27 INFO: man/src/events.md found
13:48:27 INFO: man/src/exec.md found
13:48:27 INFO: man/src/export.md found
13:48:27 INFO: man/src/history.md found
13:48:27 INFO: man/src/image/build.md found
13:48:27 INFO: man/src/image/history.md found
13:48:27 INFO: man/src/image/import.md found
13:48:27 WARN: man/src/image/inspect.md does not exist, skipping
13:48:27 INFO: man/src/image/load.md found
13:48:27 INFO: man/src/image/ls.md found
13:48:27 WARN: man/src/image/prune.md does not exist, skipping
13:48:27 INFO: man/src/image/pull.md found
13:48:27 INFO: man/src/image/push.md found
13:48:27 INFO: man/src/image/rm.md found
13:48:27 INFO: man/src/image/save.md found
13:48:27 INFO: man/src/image/tag.md found
13:48:27 WARN: man/src/image.md does not exist, skipping
13:48:27 INFO: man/src/images.md found
13:48:27 INFO: man/src/import.md found
13:48:27 INFO: man/src/info.md found
13:48:27 INFO: man/src/inspect.md found
13:48:27 INFO: man/src/kill.md found
13:48:27 INFO: man/src/load.md found
13:48:27 INFO: man/src/login.md found
13:48:27 INFO: man/src/logout.md found
13:48:27 INFO: man/src/logs.md found
13:48:27 WARN: man/src/manifest/annotate.md does not exist, skipping
13:48:27 WARN: man/src/manifest/create.md does not exist, skipping
13:48:27 WARN: man/src/manifest/inspect.md does not exist, skipping
13:48:27 WARN: man/src/manifest/push.md does not exist, skipping
13:48:27 WARN: man/src/manifest/rm.md does not exist, skipping
13:48:27 WARN: man/src/manifest.md does not exist, skipping
13:48:27 INFO: man/src/network/connect.md found
13:48:27 INFO: man/src/network/create.md found
13:48:27 INFO: man/src/network/disconnect.md found
13:48:27 INFO: man/src/network/inspect.md found
13:48:27 INFO: man/src/network/ls.md found
13:48:27 WARN: man/src/network/prune.md does not exist, skipping
13:48:27 INFO: man/src/network/rm.md found
13:48:27 WARN: man/src/network.md does not exist, skipping
13:48:27 WARN: man/src/node/demote.md does not exist, skipping
13:48:27 WARN: man/src/node/inspect.md does not exist, skipping
13:48:27 WARN: man/src/node/ls.md does not exist, skipping
13:48:27 WARN: man/src/node/promote.md does not exist, skipping
13:48:27 WARN: man/src/node/ps.md does not exist, skipping
13:48:27 WARN: man/src/node/rm.md does not exist, skipping
13:48:27 WARN: man/src/node/update.md does not exist, skipping
13:48:27 WARN: man/src/node.md does not exist, skipping
13:48:27 INFO: man/src/pause.md found
13:48:27 WARN: man/src/plugin/create.md does not exist, skipping
13:48:27 WARN: man/src/plugin/disable.md does not exist, skipping
13:48:27 WARN: man/src/plugin/enable.md does not exist, skipping
13:48:27 WARN: man/src/plugin/inspect.md does not exist, skipping
13:48:27 WARN: man/src/plugin/install.md does not exist, skipping
13:48:27 INFO: man/src/plugin/ls.md found
13:48:27 WARN: man/src/plugin/push.md does not exist, skipping
13:48:27 WARN: man/src/plugin/rm.md does not exist, skipping
13:48:27 WARN: man/src/plugin/set.md does not exist, skipping
13:48:27 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:48:27 WARN: man/src/plugin.md does not exist, skipping
13:48:27 INFO: man/src/port.md found
13:48:27 INFO: man/src/ps.md found
13:48:27 INFO: man/src/pull.md found
13:48:27 INFO: man/src/push.md found
13:48:27 INFO: man/src/rename.md found
13:48:27 INFO: man/src/restart.md found
13:48:27 INFO: man/src/rm.md found
13:48:27 INFO: man/src/rmi.md found
13:48:27 WARN: man/src/run.md does not exist, skipping
13:48:27 INFO: man/src/save.md found
13:48:27 INFO: man/src/search.md found
13:48:27 WARN: man/src/secret/create.md does not exist, skipping
13:48:27 WARN: man/src/secret/inspect.md does not exist, skipping
13:48:27 WARN: man/src/secret/ls.md does not exist, skipping
13:48:27 WARN: man/src/secret/rm.md does not exist, skipping
13:48:27 WARN: man/src/secret.md does not exist, skipping
13:48:27 WARN: man/src/service/create.md does not exist, skipping
13:48:27 WARN: man/src/service/inspect.md does not exist, skipping
13:48:27 WARN: man/src/service/logs.md does not exist, skipping
13:48:27 WARN: man/src/service/ls.md does not exist, skipping
13:48:27 WARN: man/src/service/ps.md does not exist, skipping
13:48:27 WARN: man/src/service/rm.md does not exist, skipping
13:48:27 WARN: man/src/service/rollback.md does not exist, skipping
13:48:27 WARN: man/src/service/scale.md does not exist, skipping
13:48:27 WARN: man/src/service/update.md does not exist, skipping
13:48:27 WARN: man/src/service.md does not exist, skipping
13:48:27 WARN: man/src/stack/config.md does not exist, skipping
13:48:27 WARN: man/src/stack/deploy.md does not exist, skipping
13:48:27 WARN: man/src/stack/ls.md does not exist, skipping
13:48:27 WARN: man/src/stack/ps.md does not exist, skipping
13:48:27 WARN: man/src/stack/rm.md does not exist, skipping
13:48:27 WARN: man/src/stack/services.md does not exist, skipping
13:48:27 WARN: man/src/stack.md does not exist, skipping
13:48:27 INFO: man/src/start.md found
13:48:27 INFO: man/src/stats.md found
13:48:27 INFO: man/src/stop.md found
13:48:27 WARN: man/src/swarm/ca.md does not exist, skipping
13:48:27 WARN: man/src/swarm/init.md does not exist, skipping
13:48:27 WARN: man/src/swarm/join.md does not exist, skipping
13:48:27 WARN: man/src/swarm/join-token.md does not exist, skipping
13:48:27 WARN: man/src/swarm/leave.md does not exist, skipping
13:48:27 WARN: man/src/swarm/unlock.md does not exist, skipping
13:48:27 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:48:27 WARN: man/src/swarm/update.md does not exist, skipping
13:48:27 WARN: man/src/swarm.md does not exist, skipping
13:48:27 WARN: man/src/system/df.md does not exist, skipping
13:48:27 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:48:27 INFO: man/src/system/events.md found
13:48:27 INFO: man/src/system/info.md found
13:48:27 WARN: man/src/system/prune.md does not exist, skipping
13:48:27 WARN: man/src/system.md does not exist, skipping
13:48:27 INFO: man/src/tag.md found
13:48:27 INFO: man/src/top.md found
13:48:27 WARN: man/src/trust/inspect.md does not exist, skipping
13:48:27 WARN: man/src/trust/key/generate.md does not exist, skipping
13:48:27 WARN: man/src/trust/key/load.md does not exist, skipping
13:48:27 WARN: man/src/trust/key.md does not exist, skipping
13:48:27 WARN: man/src/trust/revoke.md does not exist, skipping
13:48:27 WARN: man/src/trust/sign.md does not exist, skipping
13:48:27 WARN: man/src/trust/signer/add.md does not exist, skipping
13:48:27 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:48:27 WARN: man/src/trust/signer.md does not exist, skipping
13:48:27 WARN: man/src/trust.md does not exist, skipping
13:48:27 INFO: man/src/unpause.md found
13:48:27 INFO: man/src/update.md found
13:48:27 INFO: man/src/version.md found
13:48:27 INFO: man/src/volume/create.md found
13:48:27 INFO: man/src/volume/inspect.md found
13:48:27 INFO: man/src/volume/ls.md found
13:48:27 WARN: man/src/volume/prune.md does not exist, skipping
13:48:27 WARN: man/src/volume/rm.md does not exist, skipping
13:48:27 INFO: man/src/volume.md found
13:48:27 INFO: man/src/wait.md found
13:48:27 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:48:27 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:48:27 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:48:27 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:48:27 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:48:27 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:48:27 make[2]: Leaving directory '/root/build-deb/cli'
13:48:27 # Build buildx plugin
13:48:27 cd /go/src/github.com/docker/buildx \
13:48:27 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:48:27 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:48:27 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:48:27 ++ pwd
13:48:27 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:48:27 Project root: .
13:48:27 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:48:27 INFO: man/src/attach.md found
13:48:27 WARN: man/src/build.md does not exist, skipping
13:48:27 WARN: man/src/builder/build.md does not exist, skipping
13:48:27 WARN: man/src/builder/prune.md does not exist, skipping
13:48:27 WARN: man/src/builder.md does not exist, skipping
13:48:27 WARN: man/src/checkpoint/create.md does not exist, skipping
13:48:27 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:48:27 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:48:27 WARN: man/src/checkpoint.md does not exist, skipping
13:48:27 INFO: man/src/commit.md found
13:48:27 WARN: man/src/config/create.md does not exist, skipping
13:48:27 WARN: man/src/config/inspect.md does not exist, skipping
13:48:27 WARN: man/src/config/ls.md does not exist, skipping
13:48:27 WARN: man/src/config/rm.md does not exist, skipping
13:48:27 WARN: man/src/config.md does not exist, skipping
13:48:27 INFO: man/src/container/attach.md found
13:48:27 INFO: man/src/container/commit.md found
13:48:27 INFO: man/src/container/cp.md found
13:48:27 INFO: man/src/container/create.md found
13:48:27 INFO: man/src/container/diff.md found
13:48:27 INFO: man/src/container/exec.md found
13:48:27 INFO: man/src/container/export.md found
13:48:27 WARN: man/src/container/inspect.md does not exist, skipping
13:48:27 INFO: man/src/container/kill.md found
13:48:27 INFO: man/src/container/logs.md found
13:48:27 INFO: man/src/container/ls.md found
13:48:27 INFO: man/src/container/pause.md found
13:48:27 INFO: man/src/container/port.md found
13:48:27 WARN: man/src/container/prune.md does not exist, skipping
13:48:27 INFO: man/src/container/rename.md found
13:48:27 INFO: man/src/container/restart.md found
13:48:27 INFO: man/src/container/rm.md found
13:48:27 INFO: man/src/container/run.md found
13:48:27 INFO: man/src/container/start.md found
13:48:27 INFO: man/src/container/stats.md found
13:48:27 INFO: man/src/container/stop.md found
13:48:27 INFO: man/src/container/top.md found
13:48:27 INFO: man/src/container/unpause.md found
13:48:27 INFO: man/src/container/update.md found
13:48:27 INFO: man/src/container/wait.md found
13:48:27 WARN: man/src/container.md does not exist, skipping
13:48:27 WARN: man/src/context/create.md does not exist, skipping
13:48:27 WARN: man/src/context/export.md does not exist, skipping
13:48:27 WARN: man/src/context/import.md does not exist, skipping
13:48:27 WARN: man/src/context/inspect.md does not exist, skipping
13:48:27 WARN: man/src/context/ls.md does not exist, skipping
13:48:27 WARN: man/src/context/rm.md does not exist, skipping
13:48:27 WARN: man/src/context/show.md does not exist, skipping
13:48:27 WARN: man/src/context/update.md does not exist, skipping
13:48:27 WARN: man/src/context/use.md does not exist, skipping
13:48:27 WARN: man/src/context.md does not exist, skipping
13:48:27 INFO: man/src/cp.md found
13:48:27 INFO: man/src/create.md found
13:48:27 INFO: man/src/diff.md found
13:48:27 INFO: man/src/events.md found
13:48:27 INFO: man/src/exec.md found
13:48:27 INFO: man/src/export.md found
13:48:27 INFO: man/src/history.md found
13:48:27 INFO: man/src/image/build.md found
13:48:27 INFO: man/src/image/history.md found
13:48:27 INFO: man/src/image/import.md found
13:48:27 WARN: man/src/image/inspect.md does not exist, skipping
13:48:27 INFO: man/src/image/load.md found
13:48:27 INFO: man/src/image/ls.md found
13:48:27 WARN: man/src/image/prune.md does not exist, skipping
13:48:27 INFO: man/src/image/pull.md found
13:48:27 INFO: man/src/image/push.md found
13:48:27 INFO: man/src/image/rm.md found
13:48:27 INFO: man/src/image/save.md found
13:48:27 INFO: man/src/image/tag.md found
13:48:27 WARN: man/src/image.md does not exist, skipping
13:48:27 INFO: man/src/images.md found
13:48:27 INFO: man/src/import.md found
13:48:27 INFO: man/src/info.md found
13:48:27 INFO: man/src/inspect.md found
13:48:27 INFO: man/src/kill.md found
13:48:27 INFO: man/src/load.md found
13:48:27 INFO: man/src/login.md found
13:48:27 INFO: man/src/logout.md found
13:48:27 INFO: man/src/logs.md found
13:48:27 WARN: man/src/manifest/annotate.md does not exist, skipping
13:48:27 WARN: man/src/manifest/create.md does not exist, skipping
13:48:27 WARN: man/src/manifest/inspect.md does not exist, skipping
13:48:27 WARN: man/src/manifest/push.md does not exist, skipping
13:48:27 WARN: man/src/manifest/rm.md does not exist, skipping
13:48:27 WARN: man/src/manifest.md does not exist, skipping
13:48:27 INFO: man/src/network/connect.md found
13:48:27 INFO: man/src/network/create.md found
13:48:27 INFO: man/src/network/disconnect.md found
13:48:27 INFO: man/src/network/inspect.md found
13:48:27 INFO: man/src/network/ls.md found
13:48:27 WARN: man/src/network/prune.md does not exist, skipping
13:48:27 INFO: man/src/network/rm.md found
13:48:27 WARN: man/src/network.md does not exist, skipping
13:48:27 WARN: man/src/node/demote.md does not exist, skipping
13:48:27 WARN: man/src/node/inspect.md does not exist, skipping
13:48:27 WARN: man/src/node/ls.md does not exist, skipping
13:48:27 WARN: man/src/node/promote.md does not exist, skipping
13:48:27 WARN: man/src/node/ps.md does not exist, skipping
13:48:27 WARN: man/src/node/rm.md does not exist, skipping
13:48:27 WARN: man/src/node/update.md does not exist, skipping
13:48:27 WARN: man/src/node.md does not exist, skipping
13:48:27 INFO: man/src/pause.md found
13:48:27 WARN: man/src/plugin/create.md does not exist, skipping
13:48:27 WARN: man/src/plugin/disable.md does not exist, skipping
13:48:27 WARN: man/src/plugin/enable.md does not exist, skipping
13:48:27 WARN: man/src/plugin/inspect.md does not exist, skipping
13:48:27 WARN: man/src/plugin/install.md does not exist, skipping
13:48:27 INFO: man/src/plugin/ls.md found
13:48:27 WARN: man/src/plugin/push.md does not exist, skipping
13:48:27 WARN: man/src/plugin/rm.md does not exist, skipping
13:48:27 WARN: man/src/plugin/set.md does not exist, skipping
13:48:27 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:48:27 WARN: man/src/plugin.md does not exist, skipping
13:48:27 INFO: man/src/port.md found
13:48:27 INFO: man/src/ps.md found
13:48:27 INFO: man/src/pull.md found
13:48:27 INFO: man/src/push.md found
13:48:27 INFO: man/src/rename.md found
13:48:27 INFO: man/src/restart.md found
13:48:27 INFO: man/src/rm.md found
13:48:27 INFO: man/src/rmi.md found
13:48:27 WARN: man/src/run.md does not exist, skipping
13:48:27 INFO: man/src/save.md found
13:48:27 INFO: man/src/search.md found
13:48:27 WARN: man/src/secret/create.md does not exist, skipping
13:48:27 WARN: man/src/secret/inspect.md does not exist, skipping
13:48:27 WARN: man/src/secret/ls.md does not exist, skipping
13:48:27 WARN: man/src/secret/rm.md does not exist, skipping
13:48:27 WARN: man/src/secret.md does not exist, skipping
13:48:27 WARN: man/src/service/create.md does not exist, skipping
13:48:27 WARN: man/src/service/inspect.md does not exist, skipping
13:48:27 WARN: man/src/service/logs.md does not exist, skipping
13:48:27 WARN: man/src/service/ls.md does not exist, skipping
13:48:27 WARN: man/src/service/ps.md does not exist, skipping
13:48:27 WARN: man/src/service/rm.md does not exist, skipping
13:48:27 WARN: man/src/service/rollback.md does not exist, skipping
13:48:27 WARN: man/src/service/scale.md does not exist, skipping
13:48:27 WARN: man/src/service/update.md does not exist, skipping
13:48:27 WARN: man/src/service.md does not exist, skipping
13:48:27 WARN: man/src/stack/config.md does not exist, skipping
13:48:27 WARN: man/src/stack/deploy.md does not exist, skipping
13:48:27 WARN: man/src/stack/ls.md does not exist, skipping
13:48:27 WARN: man/src/stack/ps.md does not exist, skipping
13:48:27 WARN: man/src/stack/rm.md does not exist, skipping
13:48:27 WARN: man/src/stack/services.md does not exist, skipping
13:48:27 WARN: man/src/stack.md does not exist, skipping
13:48:27 INFO: man/src/start.md found
13:48:27 INFO: man/src/stats.md found
13:48:27 INFO: man/src/stop.md found
13:48:27 WARN: man/src/swarm/ca.md does not exist, skipping
13:48:27 WARN: man/src/swarm/init.md does not exist, skipping
13:48:27 WARN: man/src/swarm/join.md does not exist, skipping
13:48:27 WARN: man/src/swarm/join-token.md does not exist, skipping
13:48:27 WARN: man/src/swarm/leave.md does not exist, skipping
13:48:27 WARN: man/src/swarm/unlock.md does not exist, skipping
13:48:27 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:48:27 WARN: man/src/swarm/update.md does not exist, skipping
13:48:27 WARN: man/src/swarm.md does not exist, skipping
13:48:27 WARN: man/src/system/df.md does not exist, skipping
13:48:27 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:48:27 INFO: man/src/system/events.md found
13:48:27 INFO: man/src/system/info.md found
13:48:27 WARN: man/src/system/prune.md does not exist, skipping
13:48:27 WARN: man/src/system.md does not exist, skipping
13:48:27 INFO: man/src/tag.md found
13:48:27 INFO: man/src/top.md found
13:48:27 WARN: man/src/trust/inspect.md does not exist, skipping
13:48:27 WARN: man/src/trust/key/generate.md does not exist, skipping
13:48:27 WARN: man/src/trust/key/load.md does not exist, skipping
13:48:27 WARN: man/src/trust/key.md does not exist, skipping
13:48:27 WARN: man/src/trust/revoke.md does not exist, skipping
13:48:27 WARN: man/src/trust/sign.md does not exist, skipping
13:48:27 WARN: man/src/trust/signer/add.md does not exist, skipping
13:48:27 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:48:27 WARN: man/src/trust/signer.md does not exist, skipping
13:48:27 WARN: man/src/trust.md does not exist, skipping
13:48:27 INFO: man/src/unpause.md found
13:48:27 INFO: man/src/update.md found
13:48:27 INFO: man/src/version.md found
13:48:27 INFO: man/src/volume/create.md found
13:48:27 INFO: man/src/volume/inspect.md found
13:48:27 INFO: man/src/volume/ls.md found
13:48:27 WARN: man/src/volume/prune.md does not exist, skipping
13:48:27 WARN: man/src/volume/rm.md does not exist, skipping
13:48:27 INFO: man/src/volume.md found
13:48:27 INFO: man/src/wait.md found
13:48:27 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:48:27 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:48:27 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:48:27 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:48:27 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:48:27 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:48:27 + popd
13:48:27 + RPM_EC=0
13:48:27 ~/rpmbuild/BUILD/src
13:48:27 ++ jobs -p
13:48:27 + exit 0
13:48:27 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KFRyRZ
13:48:27 + umask 022
13:48:27 + cd /root/rpmbuild/BUILD
13:48:27 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64 '!=' / ']'
13:48:27 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:27 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:27 + mkdir -p /root/rpmbuild/BUILDROOT
13:48:27 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:27 + cd src
13:48:27 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin
13:48:27 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin/docker
13:48:27 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/bash-completion/completions
13:48:27 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/zsh/vendor-completions
13:48:27 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/fish/vendor_completions.d
13:48:27 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/bash-completion/completions/docker
13:48:27 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/zsh/vendor-completions/_docker
13:48:27 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:48:27 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/man/man1
13:48:27 + 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-show.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-config.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.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/man/man1
13:48:27 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/man/man5
13:48:27 + 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.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/man/man5
13:48:27 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/man/man8
13:48:27 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/man/man8
13:48:27 + mkdir -p build-docs
13:48:27 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:48:27 + cp cli/LICENSE build-docs/LICENSE
13:48:27 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:48:27 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:48:27 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:48:27 + cp cli/NOTICE build-docs/NOTICE
13:48:27 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:48:27 + cp cli/README.md build-docs/README.md
13:48:27 + /usr/lib/rpm/check-buildroot
13:48:28 + /usr/lib/rpm/redhat/brp-ldconfig
13:48:28 + /usr/lib/rpm/brp-compress
13:48:28 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:48:28 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:48:28 ++ pwd
13:48:28 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:48:28 Project root: .
13:48:28 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:48:28 INFO: man/src/attach.md found
13:48:28 WARN: man/src/build.md does not exist, skipping
13:48:28 WARN: man/src/builder/build.md does not exist, skipping
13:48:28 WARN: man/src/builder/prune.md does not exist, skipping
13:48:28 WARN: man/src/builder.md does not exist, skipping
13:48:28 WARN: man/src/checkpoint/create.md does not exist, skipping
13:48:28 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:48:28 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:48:28 WARN: man/src/checkpoint.md does not exist, skipping
13:48:28 INFO: man/src/commit.md found
13:48:28 WARN: man/src/config/create.md does not exist, skipping
13:48:28 WARN: man/src/config/inspect.md does not exist, skipping
13:48:28 WARN: man/src/config/ls.md does not exist, skipping
13:48:28 WARN: man/src/config/rm.md does not exist, skipping
13:48:28 WARN: man/src/config.md does not exist, skipping
13:48:28 INFO: man/src/container/attach.md found
13:48:28 INFO: man/src/container/commit.md found
13:48:28 INFO: man/src/container/cp.md found
13:48:28 INFO: man/src/container/create.md found
13:48:28 INFO: man/src/container/diff.md found
13:48:28 INFO: man/src/container/exec.md found
13:48:28 INFO: man/src/container/export.md found
13:48:28 WARN: man/src/container/inspect.md does not exist, skipping
13:48:28 INFO: man/src/container/kill.md found
13:48:28 INFO: man/src/container/logs.md found
13:48:28 INFO: man/src/container/ls.md found
13:48:28 INFO: man/src/container/pause.md found
13:48:28 INFO: man/src/container/port.md found
13:48:28 WARN: man/src/container/prune.md does not exist, skipping
13:48:28 INFO: man/src/container/rename.md found
13:48:28 INFO: man/src/container/restart.md found
13:48:28 INFO: man/src/container/rm.md found
13:48:28 INFO: man/src/container/run.md found
13:48:28 INFO: man/src/container/start.md found
13:48:28 INFO: man/src/container/stats.md found
13:48:28 INFO: man/src/container/stop.md found
13:48:28 INFO: man/src/container/top.md found
13:48:28 INFO: man/src/container/unpause.md found
13:48:28 INFO: man/src/container/update.md found
13:48:28 INFO: man/src/container/wait.md found
13:48:28 WARN: man/src/container.md does not exist, skipping
13:48:28 WARN: man/src/context/create.md does not exist, skipping
13:48:28 WARN: man/src/context/export.md does not exist, skipping
13:48:28 WARN: man/src/context/import.md does not exist, skipping
13:48:28 WARN: man/src/context/inspect.md does not exist, skipping
13:48:28 WARN: man/src/context/ls.md does not exist, skipping
13:48:28 WARN: man/src/context/rm.md does not exist, skipping
13:48:28 WARN: man/src/context/show.md does not exist, skipping
13:48:28 WARN: man/src/context/update.md does not exist, skipping
13:48:28 WARN: man/src/context/use.md does not exist, skipping
13:48:28 WARN: man/src/context.md does not exist, skipping
13:48:28 INFO: man/src/cp.md found
13:48:28 INFO: man/src/create.md found
13:48:28 INFO: man/src/diff.md found
13:48:28 INFO: man/src/events.md found
13:48:28 INFO: man/src/exec.md found
13:48:28 INFO: man/src/export.md found
13:48:28 INFO: man/src/history.md found
13:48:28 INFO: man/src/image/build.md found
13:48:28 INFO: man/src/image/history.md found
13:48:28 INFO: man/src/image/import.md found
13:48:28 WARN: man/src/image/inspect.md does not exist, skipping
13:48:28 INFO: man/src/image/load.md found
13:48:28 INFO: man/src/image/ls.md found
13:48:28 WARN: man/src/image/prune.md does not exist, skipping
13:48:28 INFO: man/src/image/pull.md found
13:48:28 INFO: man/src/image/push.md found
13:48:28 INFO: man/src/image/rm.md found
13:48:28 INFO: man/src/image/save.md found
13:48:28 INFO: man/src/image/tag.md found
13:48:28 WARN: man/src/image.md does not exist, skipping
13:48:28 INFO: man/src/images.md found
13:48:28 INFO: man/src/import.md found
13:48:28 INFO: man/src/info.md found
13:48:28 INFO: man/src/inspect.md found
13:48:28 INFO: man/src/kill.md found
13:48:28 INFO: man/src/load.md found
13:48:28 INFO: man/src/login.md found
13:48:28 INFO: man/src/logout.md found
13:48:28 INFO: man/src/logs.md found
13:48:28 WARN: man/src/manifest/annotate.md does not exist, skipping
13:48:28 WARN: man/src/manifest/create.md does not exist, skipping
13:48:28 WARN: man/src/manifest/inspect.md does not exist, skipping
13:48:28 WARN: man/src/manifest/push.md does not exist, skipping
13:48:28 WARN: man/src/manifest/rm.md does not exist, skipping
13:48:28 WARN: man/src/manifest.md does not exist, skipping
13:48:28 INFO: man/src/network/connect.md found
13:48:28 INFO: man/src/network/create.md found
13:48:28 INFO: man/src/network/disconnect.md found
13:48:28 INFO: man/src/network/inspect.md found
13:48:28 INFO: man/src/network/ls.md found
13:48:28 WARN: man/src/network/prune.md does not exist, skipping
13:48:28 INFO: man/src/network/rm.md found
13:48:28 WARN: man/src/network.md does not exist, skipping
13:48:28 WARN: man/src/node/demote.md does not exist, skipping
13:48:28 WARN: man/src/node/inspect.md does not exist, skipping
13:48:28 WARN: man/src/node/ls.md does not exist, skipping
13:48:28 WARN: man/src/node/promote.md does not exist, skipping
13:48:28 WARN: man/src/node/ps.md does not exist, skipping
13:48:28 WARN: man/src/node/rm.md does not exist, skipping
13:48:28 WARN: man/src/node/update.md does not exist, skipping
13:48:28 WARN: man/src/node.md does not exist, skipping
13:48:28 INFO: man/src/pause.md found
13:48:28 WARN: man/src/plugin/create.md does not exist, skipping
13:48:28 WARN: man/src/plugin/disable.md does not exist, skipping
13:48:28 WARN: man/src/plugin/enable.md does not exist, skipping
13:48:28 WARN: man/src/plugin/inspect.md does not exist, skipping
13:48:28 WARN: man/src/plugin/install.md does not exist, skipping
13:48:28 INFO: man/src/plugin/ls.md found
13:48:28 WARN: man/src/plugin/push.md does not exist, skipping
13:48:28 WARN: man/src/plugin/rm.md does not exist, skipping
13:48:28 WARN: man/src/plugin/set.md does not exist, skipping
13:48:28 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:48:28 WARN: man/src/plugin.md does not exist, skipping
13:48:28 INFO: man/src/port.md found
13:48:28 INFO: man/src/ps.md found
13:48:28 INFO: man/src/pull.md found
13:48:28 INFO: man/src/push.md found
13:48:28 INFO: man/src/rename.md found
13:48:28 INFO: man/src/restart.md found
13:48:28 INFO: man/src/rm.md found
13:48:28 INFO: man/src/rmi.md found
13:48:28 WARN: man/src/run.md does not exist, skipping
13:48:28 INFO: man/src/save.md found
13:48:28 INFO: man/src/search.md found
13:48:28 WARN: man/src/secret/create.md does not exist, skipping
13:48:28 WARN: man/src/secret/inspect.md does not exist, skipping
13:48:28 WARN: man/src/secret/ls.md does not exist, skipping
13:48:28 WARN: man/src/secret/rm.md does not exist, skipping
13:48:28 WARN: man/src/secret.md does not exist, skipping
13:48:28 WARN: man/src/service/create.md does not exist, skipping
13:48:28 WARN: man/src/service/inspect.md does not exist, skipping
13:48:28 WARN: man/src/service/logs.md does not exist, skipping
13:48:28 WARN: man/src/service/ls.md does not exist, skipping
13:48:28 WARN: man/src/service/ps.md does not exist, skipping
13:48:28 WARN: man/src/service/rm.md does not exist, skipping
13:48:28 WARN: man/src/service/rollback.md does not exist, skipping
13:48:28 WARN: man/src/service/scale.md does not exist, skipping
13:48:28 WARN: man/src/service/update.md does not exist, skipping
13:48:28 WARN: man/src/service.md does not exist, skipping
13:48:28 WARN: man/src/stack/config.md does not exist, skipping
13:48:28 WARN: man/src/stack/deploy.md does not exist, skipping
13:48:28 WARN: man/src/stack/ls.md does not exist, skipping
13:48:28 WARN: man/src/stack/ps.md does not exist, skipping
13:48:28 WARN: man/src/stack/rm.md does not exist, skipping
13:48:28 WARN: man/src/stack/services.md does not exist, skipping
13:48:28 WARN: man/src/stack.md does not exist, skipping
13:48:28 INFO: man/src/start.md found
13:48:28 INFO: man/src/stats.md found
13:48:28 INFO: man/src/stop.md found
13:48:28 WARN: man/src/swarm/ca.md does not exist, skipping
13:48:28 WARN: man/src/swarm/init.md does not exist, skipping
13:48:28 WARN: man/src/swarm/join.md does not exist, skipping
13:48:28 WARN: man/src/swarm/join-token.md does not exist, skipping
13:48:28 WARN: man/src/swarm/leave.md does not exist, skipping
13:48:28 WARN: man/src/swarm/unlock.md does not exist, skipping
13:48:28 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:48:28 WARN: man/src/swarm/update.md does not exist, skipping
13:48:28 WARN: man/src/swarm.md does not exist, skipping
13:48:28 WARN: man/src/system/df.md does not exist, skipping
13:48:28 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:48:28 INFO: man/src/system/events.md found
13:48:28 INFO: man/src/system/info.md found
13:48:28 WARN: man/src/system/prune.md does not exist, skipping
13:48:28 WARN: man/src/system.md does not exist, skipping
13:48:28 INFO: man/src/tag.md found
13:48:28 INFO: man/src/top.md found
13:48:28 WARN: man/src/trust/inspect.md does not exist, skipping
13:48:28 WARN: man/src/trust/key/generate.md does not exist, skipping
13:48:28 WARN: man/src/trust/key/load.md does not exist, skipping
13:48:28 WARN: man/src/trust/key.md does not exist, skipping
13:48:28 WARN: man/src/trust/revoke.md does not exist, skipping
13:48:28 WARN: man/src/trust/sign.md does not exist, skipping
13:48:28 WARN: man/src/trust/signer/add.md does not exist, skipping
13:48:28 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:48:28 WARN: man/src/trust/signer.md does not exist, skipping
13:48:28 WARN: man/src/trust.md does not exist, skipping
13:48:28 INFO: man/src/unpause.md found
13:48:28 INFO: man/src/update.md found
13:48:28 INFO: man/src/version.md found
13:48:28 INFO: man/src/volume/create.md found
13:48:28 INFO: man/src/volume/inspect.md found
13:48:28 INFO: man/src/volume/ls.md found
13:48:28 WARN: man/src/volume/prune.md does not exist, skipping
13:48:28 WARN: man/src/volume/rm.md does not exist, skipping
13:48:28 INFO: man/src/volume.md found
13:48:28 INFO: man/src/wait.md found
13:48:28 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:48:28 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:48:28 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:48:28 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:48:28 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:48:28 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:48:28 make[2]: Leaving directory '/root/build-deb/cli'
13:48:28 # Build buildx plugin
13:48:28 cd /go/src/github.com/docker/buildx \
13:48:28 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:48:28 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:48:28 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:48:28 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:48:28 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:48:29 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:48:29 + /usr/lib/rpm/brp-python-hardlink
13:48:29 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:48:29 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.T4Af62
13:48:29 + umask 022
13:48:29 + cd /root/rpmbuild/BUILD
13:48:29 + cd src
13:48:29 ++ cli/build/docker --version
13:48:29 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:48:29 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40' = 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:48:29 + echo 'PASS: cli version OK'
13:48:29 + RPM_EC=0
13:48:29 PASS: cli version OK
13:48:29 ++ jobs -p
13:48:29 + exit 0
13:48:29 Processing files: docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:29 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NC3X3S
13:48:29 + umask 022
13:48:29 + cd /root/rpmbuild/BUILD
13:48:29 + cd src
13:48:29 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:48:29 + export LC_ALL=C
13:48:29 + LC_ALL=C
13:48:29 + export DOCDIR
13:48:29 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:48:29 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:48:29 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:48:29 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:48:29 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:48:29 + RPM_EC=0
13:48:29 ++ jobs -p
13:48:29 + exit 0
13:48:29 Provides: docker-ce-cli = 1:0.0.0.20220503081348.bfa9b40-0.fc34 docker-ce-cli(aarch-64) = 1:0.0.0.20220503081348.bfa9b40-0.fc34
13:48:29 Requires(interp): /bin/sh
13:48:29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:48:29 Requires(post): /bin/sh
13:48:29 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
13:48:29 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:48:29 Recommends: docker-buildx-plugin docker-compose-plugin
13:48:29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:29 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.src.rpm
13:48:30 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:48:32 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:48:32 ++ pwd
13:48:32 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:48:32 Project root: .
13:48:32 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:48:32 INFO: man/src/attach.md found
13:48:32 WARN: man/src/build.md does not exist, skipping
13:48:32 WARN: man/src/builder/build.md does not exist, skipping
13:48:32 WARN: man/src/builder/prune.md does not exist, skipping
13:48:32 WARN: man/src/builder.md does not exist, skipping
13:48:32 WARN: man/src/checkpoint/create.md does not exist, skipping
13:48:32 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:48:32 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:48:32 WARN: man/src/checkpoint.md does not exist, skipping
13:48:32 INFO: man/src/commit.md found
13:48:32 WARN: man/src/config/create.md does not exist, skipping
13:48:32 WARN: man/src/config/inspect.md does not exist, skipping
13:48:32 WARN: man/src/config/ls.md does not exist, skipping
13:48:32 WARN: man/src/config/rm.md does not exist, skipping
13:48:32 WARN: man/src/config.md does not exist, skipping
13:48:32 INFO: man/src/container/attach.md found
13:48:32 INFO: man/src/container/commit.md found
13:48:32 INFO: man/src/container/cp.md found
13:48:32 INFO: man/src/container/create.md found
13:48:32 INFO: man/src/container/diff.md found
13:48:32 INFO: man/src/container/exec.md found
13:48:32 INFO: man/src/container/export.md found
13:48:32 WARN: man/src/container/inspect.md does not exist, skipping
13:48:32 INFO: man/src/container/kill.md found
13:48:32 INFO: man/src/container/logs.md found
13:48:32 INFO: man/src/container/ls.md found
13:48:32 INFO: man/src/container/pause.md found
13:48:32 INFO: man/src/container/port.md found
13:48:32 WARN: man/src/container/prune.md does not exist, skipping
13:48:32 INFO: man/src/container/rename.md found
13:48:32 INFO: man/src/container/restart.md found
13:48:32 INFO: man/src/container/rm.md found
13:48:32 INFO: man/src/container/run.md found
13:48:32 INFO: man/src/container/start.md found
13:48:32 INFO: man/src/container/stats.md found
13:48:32 INFO: man/src/container/stop.md found
13:48:32 INFO: man/src/container/top.md found
13:48:32 INFO: man/src/container/unpause.md found
13:48:32 INFO: man/src/container/update.md found
13:48:32 INFO: man/src/container/wait.md found
13:48:32 WARN: man/src/container.md does not exist, skipping
13:48:32 WARN: man/src/context/create.md does not exist, skipping
13:48:32 WARN: man/src/context/export.md does not exist, skipping
13:48:32 WARN: man/src/context/import.md does not exist, skipping
13:48:32 WARN: man/src/context/inspect.md does not exist, skipping
13:48:32 WARN: man/src/context/ls.md does not exist, skipping
13:48:32 WARN: man/src/context/rm.md does not exist, skipping
13:48:32 WARN: man/src/context/show.md does not exist, skipping
13:48:32 WARN: man/src/context/update.md does not exist, skipping
13:48:32 WARN: man/src/context/use.md does not exist, skipping
13:48:32 WARN: man/src/context.md does not exist, skipping
13:48:32 INFO: man/src/cp.md found
13:48:32 INFO: man/src/create.md found
13:48:32 INFO: man/src/diff.md found
13:48:32 INFO: man/src/events.md found
13:48:32 INFO: man/src/exec.md found
13:48:32 INFO: man/src/export.md found
13:48:32 INFO: man/src/history.md found
13:48:32 INFO: man/src/image/build.md found
13:48:32 INFO: man/src/image/history.md found
13:48:32 INFO: man/src/image/import.md found
13:48:32 WARN: man/src/image/inspect.md does not exist, skipping
13:48:32 INFO: man/src/image/load.md found
13:48:32 INFO: man/src/image/ls.md found
13:48:32 WARN: man/src/image/prune.md does not exist, skipping
13:48:32 INFO: man/src/image/pull.md found
13:48:32 INFO: man/src/image/push.md found
13:48:32 INFO: man/src/image/rm.md found
13:48:32 INFO: man/src/image/save.md found
13:48:32 INFO: man/src/image/tag.md found
13:48:32 WARN: man/src/image.md does not exist, skipping
13:48:32 INFO: man/src/images.md found
13:48:32 INFO: man/src/import.md found
13:48:32 INFO: man/src/info.md found
13:48:32 INFO: man/src/inspect.md found
13:48:32 INFO: man/src/kill.md found
13:48:32 INFO: man/src/load.md found
13:48:32 INFO: man/src/login.md found
13:48:32 INFO: man/src/logout.md found
13:48:32 INFO: man/src/logs.md found
13:48:32 WARN: man/src/manifest/annotate.md does not exist, skipping
13:48:32 WARN: man/src/manifest/create.md does not exist, skipping
13:48:32 WARN: man/src/manifest/inspect.md does not exist, skipping
13:48:32 WARN: man/src/manifest/push.md does not exist, skipping
13:48:32 WARN: man/src/manifest/rm.md does not exist, skipping
13:48:32 WARN: man/src/manifest.md does not exist, skipping
13:48:32 INFO: man/src/network/connect.md found
13:48:32 INFO: man/src/network/create.md found
13:48:32 INFO: man/src/network/disconnect.md found
13:48:32 INFO: man/src/network/inspect.md found
13:48:32 INFO: man/src/network/ls.md found
13:48:32 WARN: man/src/network/prune.md does not exist, skipping
13:48:32 INFO: man/src/network/rm.md found
13:48:32 WARN: man/src/network.md does not exist, skipping
13:48:32 WARN: man/src/node/demote.md does not exist, skipping
13:48:32 WARN: man/src/node/inspect.md does not exist, skipping
13:48:32 WARN: man/src/node/ls.md does not exist, skipping
13:48:32 WARN: man/src/node/promote.md does not exist, skipping
13:48:32 WARN: man/src/node/ps.md does not exist, skipping
13:48:32 WARN: man/src/node/rm.md does not exist, skipping
13:48:32 WARN: man/src/node/update.md does not exist, skipping
13:48:32 WARN: man/src/node.md does not exist, skipping
13:48:32 INFO: man/src/pause.md found
13:48:32 WARN: man/src/plugin/create.md does not exist, skipping
13:48:32 WARN: man/src/plugin/disable.md does not exist, skipping
13:48:32 WARN: man/src/plugin/enable.md does not exist, skipping
13:48:32 WARN: man/src/plugin/inspect.md does not exist, skipping
13:48:32 WARN: man/src/plugin/install.md does not exist, skipping
13:48:32 INFO: man/src/plugin/ls.md found
13:48:32 WARN: man/src/plugin/push.md does not exist, skipping
13:48:32 WARN: man/src/plugin/rm.md does not exist, skipping
13:48:32 WARN: man/src/plugin/set.md does not exist, skipping
13:48:32 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:48:32 WARN: man/src/plugin.md does not exist, skipping
13:48:32 INFO: man/src/port.md found
13:48:32 INFO: man/src/ps.md found
13:48:32 INFO: man/src/pull.md found
13:48:32 INFO: man/src/push.md found
13:48:32 INFO: man/src/rename.md found
13:48:32 INFO: man/src/restart.md found
13:48:32 INFO: man/src/rm.md found
13:48:32 INFO: man/src/rmi.md found
13:48:32 WARN: man/src/run.md does not exist, skipping
13:48:32 INFO: man/src/save.md found
13:48:32 INFO: man/src/search.md found
13:48:32 WARN: man/src/secret/create.md does not exist, skipping
13:48:32 WARN: man/src/secret/inspect.md does not exist, skipping
13:48:32 WARN: man/src/secret/ls.md does not exist, skipping
13:48:32 WARN: man/src/secret/rm.md does not exist, skipping
13:48:32 WARN: man/src/secret.md does not exist, skipping
13:48:32 WARN: man/src/service/create.md does not exist, skipping
13:48:32 WARN: man/src/service/inspect.md does not exist, skipping
13:48:32 WARN: man/src/service/logs.md does not exist, skipping
13:48:32 WARN: man/src/service/ls.md does not exist, skipping
13:48:32 WARN: man/src/service/ps.md does not exist, skipping
13:48:32 WARN: man/src/service/rm.md does not exist, skipping
13:48:32 WARN: man/src/service/rollback.md does not exist, skipping
13:48:32 WARN: man/src/service/scale.md does not exist, skipping
13:48:32 WARN: man/src/service/update.md does not exist, skipping
13:48:32 WARN: man/src/service.md does not exist, skipping
13:48:32 WARN: man/src/stack/config.md does not exist, skipping
13:48:32 WARN: man/src/stack/deploy.md does not exist, skipping
13:48:32 WARN: man/src/stack/ls.md does not exist, skipping
13:48:32 WARN: man/src/stack/ps.md does not exist, skipping
13:48:32 WARN: man/src/stack/rm.md does not exist, skipping
13:48:32 WARN: man/src/stack/services.md does not exist, skipping
13:48:32 WARN: man/src/stack.md does not exist, skipping
13:48:32 INFO: man/src/start.md found
13:48:32 INFO: man/src/stats.md found
13:48:32 INFO: man/src/stop.md found
13:48:32 WARN: man/src/swarm/ca.md does not exist, skipping
13:48:32 WARN: man/src/swarm/init.md does not exist, skipping
13:48:32 WARN: man/src/swarm/join.md does not exist, skipping
13:48:32 WARN: man/src/swarm/join-token.md does not exist, skipping
13:48:32 WARN: man/src/swarm/leave.md does not exist, skipping
13:48:32 WARN: man/src/swarm/unlock.md does not exist, skipping
13:48:32 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:48:32 WARN: man/src/swarm/update.md does not exist, skipping
13:48:32 WARN: man/src/swarm.md does not exist, skipping
13:48:32 WARN: man/src/system/df.md does not exist, skipping
13:48:32 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:48:32 INFO: man/src/system/events.md found
13:48:32 INFO: man/src/system/info.md found
13:48:32 WARN: man/src/system/prune.md does not exist, skipping
13:48:32 WARN: man/src/system.md does not exist, skipping
13:48:32 INFO: man/src/tag.md found
13:48:32 INFO: man/src/top.md found
13:48:32 WARN: man/src/trust/inspect.md does not exist, skipping
13:48:32 WARN: man/src/trust/key/generate.md does not exist, skipping
13:48:32 WARN: man/src/trust/key/load.md does not exist, skipping
13:48:32 WARN: man/src/trust/key.md does not exist, skipping
13:48:32 WARN: man/src/trust/revoke.md does not exist, skipping
13:48:32 WARN: man/src/trust/sign.md does not exist, skipping
13:48:32 WARN: man/src/trust/signer/add.md does not exist, skipping
13:48:32 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:48:32 WARN: man/src/trust/signer.md does not exist, skipping
13:48:32 WARN: man/src/trust.md does not exist, skipping
13:48:32 INFO: man/src/unpause.md found
13:48:32 INFO: man/src/update.md found
13:48:32 INFO: man/src/version.md found
13:48:32 INFO: man/src/volume/create.md found
13:48:32 INFO: man/src/volume/inspect.md found
13:48:32 INFO: man/src/volume/ls.md found
13:48:32 WARN: man/src/volume/prune.md does not exist, skipping
13:48:32 WARN: man/src/volume/rm.md does not exist, skipping
13:48:32 INFO: man/src/volume.md found
13:48:32 INFO: man/src/wait.md found
13:48:32 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:48:32 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:48:32 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:48:32 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:48:32 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:48:32 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:48:32 make[2]: Leaving directory '/root/build-deb/cli'
13:48:32 # Build buildx plugin
13:48:32 cd /go/src/github.com/docker/buildx \
13:48:32 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:48:32 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:48:35 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:48:35 ++ pwd
13:48:35 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:48:35 Project root: .
13:48:35 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:48:35 INFO: man/src/attach.md found
13:48:35 WARN: man/src/build.md does not exist, skipping
13:48:35 WARN: man/src/builder/build.md does not exist, skipping
13:48:35 WARN: man/src/builder/prune.md does not exist, skipping
13:48:35 WARN: man/src/builder.md does not exist, skipping
13:48:35 WARN: man/src/checkpoint/create.md does not exist, skipping
13:48:35 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:48:35 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:48:35 WARN: man/src/checkpoint.md does not exist, skipping
13:48:35 INFO: man/src/commit.md found
13:48:35 WARN: man/src/config/create.md does not exist, skipping
13:48:35 WARN: man/src/config/inspect.md does not exist, skipping
13:48:35 WARN: man/src/config/ls.md does not exist, skipping
13:48:35 WARN: man/src/config/rm.md does not exist, skipping
13:48:35 WARN: man/src/config.md does not exist, skipping
13:48:35 INFO: man/src/container/attach.md found
13:48:35 INFO: man/src/container/commit.md found
13:48:35 INFO: man/src/container/cp.md found
13:48:35 INFO: man/src/container/create.md found
13:48:35 INFO: man/src/container/diff.md found
13:48:35 INFO: man/src/container/exec.md found
13:48:35 INFO: man/src/container/export.md found
13:48:35 WARN: man/src/container/inspect.md does not exist, skipping
13:48:35 INFO: man/src/container/kill.md found
13:48:35 INFO: man/src/container/logs.md found
13:48:35 INFO: man/src/container/ls.md found
13:48:35 INFO: man/src/container/pause.md found
13:48:35 INFO: man/src/container/port.md found
13:48:35 WARN: man/src/container/prune.md does not exist, skipping
13:48:35 INFO: man/src/container/rename.md found
13:48:35 INFO: man/src/container/restart.md found
13:48:35 INFO: man/src/container/rm.md found
13:48:35 INFO: man/src/container/run.md found
13:48:35 INFO: man/src/container/start.md found
13:48:35 INFO: man/src/container/stats.md found
13:48:35 INFO: man/src/container/stop.md found
13:48:35 INFO: man/src/container/top.md found
13:48:35 INFO: man/src/container/unpause.md found
13:48:35 INFO: man/src/container/update.md found
13:48:35 INFO: man/src/container/wait.md found
13:48:35 WARN: man/src/container.md does not exist, skipping
13:48:35 WARN: man/src/context/create.md does not exist, skipping
13:48:35 WARN: man/src/context/export.md does not exist, skipping
13:48:35 WARN: man/src/context/import.md does not exist, skipping
13:48:35 WARN: man/src/context/inspect.md does not exist, skipping
13:48:35 WARN: man/src/context/ls.md does not exist, skipping
13:48:35 WARN: man/src/context/rm.md does not exist, skipping
13:48:35 WARN: man/src/context/show.md does not exist, skipping
13:48:35 WARN: man/src/context/update.md does not exist, skipping
13:48:35 WARN: man/src/context/use.md does not exist, skipping
13:48:35 WARN: man/src/context.md does not exist, skipping
13:48:35 INFO: man/src/cp.md found
13:48:35 INFO: man/src/create.md found
13:48:35 INFO: man/src/diff.md found
13:48:35 INFO: man/src/events.md found
13:48:35 INFO: man/src/exec.md found
13:48:35 INFO: man/src/export.md found
13:48:35 INFO: man/src/history.md found
13:48:35 INFO: man/src/image/build.md found
13:48:35 INFO: man/src/image/history.md found
13:48:35 INFO: man/src/image/import.md found
13:48:35 WARN: man/src/image/inspect.md does not exist, skipping
13:48:35 INFO: man/src/image/load.md found
13:48:35 INFO: man/src/image/ls.md found
13:48:35 WARN: man/src/image/prune.md does not exist, skipping
13:48:35 INFO: man/src/image/pull.md found
13:48:35 INFO: man/src/image/push.md found
13:48:35 INFO: man/src/image/rm.md found
13:48:35 INFO: man/src/image/save.md found
13:48:35 INFO: man/src/image/tag.md found
13:48:35 WARN: man/src/image.md does not exist, skipping
13:48:35 INFO: man/src/images.md found
13:48:35 INFO: man/src/import.md found
13:48:35 INFO: man/src/info.md found
13:48:35 INFO: man/src/inspect.md found
13:48:35 INFO: man/src/kill.md found
13:48:35 INFO: man/src/load.md found
13:48:35 INFO: man/src/login.md found
13:48:35 INFO: man/src/logout.md found
13:48:35 INFO: man/src/logs.md found
13:48:35 WARN: man/src/manifest/annotate.md does not exist, skipping
13:48:35 WARN: man/src/manifest/create.md does not exist, skipping
13:48:35 WARN: man/src/manifest/inspect.md does not exist, skipping
13:48:35 WARN: man/src/manifest/push.md does not exist, skipping
13:48:35 WARN: man/src/manifest/rm.md does not exist, skipping
13:48:35 WARN: man/src/manifest.md does not exist, skipping
13:48:35 INFO: man/src/network/connect.md found
13:48:35 INFO: man/src/network/create.md found
13:48:35 INFO: man/src/network/disconnect.md found
13:48:35 INFO: man/src/network/inspect.md found
13:48:35 INFO: man/src/network/ls.md found
13:48:35 WARN: man/src/network/prune.md does not exist, skipping
13:48:35 INFO: man/src/network/rm.md found
13:48:35 WARN: man/src/network.md does not exist, skipping
13:48:35 WARN: man/src/node/demote.md does not exist, skipping
13:48:35 WARN: man/src/node/inspect.md does not exist, skipping
13:48:35 WARN: man/src/node/ls.md does not exist, skipping
13:48:35 WARN: man/src/node/promote.md does not exist, skipping
13:48:35 WARN: man/src/node/ps.md does not exist, skipping
13:48:35 WARN: man/src/node/rm.md does not exist, skipping
13:48:35 WARN: man/src/node/update.md does not exist, skipping
13:48:35 WARN: man/src/node.md does not exist, skipping
13:48:35 INFO: man/src/pause.md found
13:48:35 WARN: man/src/plugin/create.md does not exist, skipping
13:48:35 WARN: man/src/plugin/disable.md does not exist, skipping
13:48:35 WARN: man/src/plugin/enable.md does not exist, skipping
13:48:35 WARN: man/src/plugin/inspect.md does not exist, skipping
13:48:35 WARN: man/src/plugin/install.md does not exist, skipping
13:48:35 INFO: man/src/plugin/ls.md found
13:48:35 WARN: man/src/plugin/push.md does not exist, skipping
13:48:35 WARN: man/src/plugin/rm.md does not exist, skipping
13:48:35 WARN: man/src/plugin/set.md does not exist, skipping
13:48:35 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:48:35 WARN: man/src/plugin.md does not exist, skipping
13:48:35 INFO: man/src/port.md found
13:48:35 INFO: man/src/ps.md found
13:48:35 INFO: man/src/pull.md found
13:48:35 INFO: man/src/push.md found
13:48:35 INFO: man/src/rename.md found
13:48:35 INFO: man/src/restart.md found
13:48:35 INFO: man/src/rm.md found
13:48:35 INFO: man/src/rmi.md found
13:48:35 WARN: man/src/run.md does not exist, skipping
13:48:35 INFO: man/src/save.md found
13:48:35 INFO: man/src/search.md found
13:48:35 WARN: man/src/secret/create.md does not exist, skipping
13:48:35 WARN: man/src/secret/inspect.md does not exist, skipping
13:48:35 WARN: man/src/secret/ls.md does not exist, skipping
13:48:35 WARN: man/src/secret/rm.md does not exist, skipping
13:48:35 WARN: man/src/secret.md does not exist, skipping
13:48:35 WARN: man/src/service/create.md does not exist, skipping
13:48:35 WARN: man/src/service/inspect.md does not exist, skipping
13:48:35 WARN: man/src/service/logs.md does not exist, skipping
13:48:35 WARN: man/src/service/ls.md does not exist, skipping
13:48:35 WARN: man/src/service/ps.md does not exist, skipping
13:48:35 WARN: man/src/service/rm.md does not exist, skipping
13:48:35 WARN: man/src/service/rollback.md does not exist, skipping
13:48:35 WARN: man/src/service/scale.md does not exist, skipping
13:48:35 WARN: man/src/service/update.md does not exist, skipping
13:48:35 WARN: man/src/service.md does not exist, skipping
13:48:35 WARN: man/src/stack/config.md does not exist, skipping
13:48:35 WARN: man/src/stack/deploy.md does not exist, skipping
13:48:35 WARN: man/src/stack/ls.md does not exist, skipping
13:48:35 WARN: man/src/stack/ps.md does not exist, skipping
13:48:35 WARN: man/src/stack/rm.md does not exist, skipping
13:48:35 WARN: man/src/stack/services.md does not exist, skipping
13:48:35 WARN: man/src/stack.md does not exist, skipping
13:48:35 INFO: man/src/start.md found
13:48:35 INFO: man/src/stats.md found
13:48:35 INFO: man/src/stop.md found
13:48:35 WARN: man/src/swarm/ca.md does not exist, skipping
13:48:35 WARN: man/src/swarm/init.md does not exist, skipping
13:48:35 WARN: man/src/swarm/join.md does not exist, skipping
13:48:35 WARN: man/src/swarm/join-token.md does not exist, skipping
13:48:35 WARN: man/src/swarm/leave.md does not exist, skipping
13:48:35 WARN: man/src/swarm/unlock.md does not exist, skipping
13:48:35 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:48:35 WARN: man/src/swarm/update.md does not exist, skipping
13:48:35 WARN: man/src/swarm.md does not exist, skipping
13:48:35 WARN: man/src/system/df.md does not exist, skipping
13:48:35 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:48:35 INFO: man/src/system/events.md found
13:48:35 INFO: man/src/system/info.md found
13:48:35 WARN: man/src/system/prune.md does not exist, skipping
13:48:35 WARN: man/src/system.md does not exist, skipping
13:48:35 INFO: man/src/tag.md found
13:48:35 INFO: man/src/top.md found
13:48:35 WARN: man/src/trust/inspect.md does not exist, skipping
13:48:35 WARN: man/src/trust/key/generate.md does not exist, skipping
13:48:35 WARN: man/src/trust/key/load.md does not exist, skipping
13:48:35 WARN: man/src/trust/key.md does not exist, skipping
13:48:35 WARN: man/src/trust/revoke.md does not exist, skipping
13:48:35 WARN: man/src/trust/sign.md does not exist, skipping
13:48:35 WARN: man/src/trust/signer/add.md does not exist, skipping
13:48:35 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:48:35 WARN: man/src/trust/signer.md does not exist, skipping
13:48:35 WARN: man/src/trust.md does not exist, skipping
13:48:35 INFO: man/src/unpause.md found
13:48:35 INFO: man/src/update.md found
13:48:35 INFO: man/src/version.md found
13:48:35 INFO: man/src/volume/create.md found
13:48:35 INFO: man/src/volume/inspect.md found
13:48:35 INFO: man/src/volume/ls.md found
13:48:35 WARN: man/src/volume/prune.md does not exist, skipping
13:48:35 WARN: man/src/volume/rm.md does not exist, skipping
13:48:35 INFO: man/src/volume.md found
13:48:35 INFO: man/src/wait.md found
13:48:35 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:48:35 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:48:35 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:48:35 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:48:35 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:48:35 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:48:35 ~/rpmbuild/BUILD/src
13:48:35 + popd
13:48:35 + RPM_EC=0
13:48:35 ++ jobs -p
13:48:35 + exit 0
13:48:35 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.q2lucD
13:48:35 + umask 022
13:48:35 + cd /root/rpmbuild/BUILD
13:48:35 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64 '!=' / ']'
13:48:35 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:48:35 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:48:35 + mkdir -p /root/rpmbuild/BUILDROOT
13:48:35 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:48:35 + cd src
13:48:35 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin
13:48:35 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin/docker
13:48:35 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/bash-completion/completions
13:48:35 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/zsh/vendor-completions
13:48:35 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/fish/vendor_completions.d
13:48:35 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/bash-completion/completions/docker
13:48:35 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/zsh/vendor-completions/_docker
13:48:35 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:48:35 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/man/man1
13:48:35 + 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-show.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-config.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.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/man/man1
13:48:35 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/man/man5
13:48:35 + 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.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/man/man5
13:48:35 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/man/man8
13:48:35 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/man/man8
13:48:35 + mkdir -p build-docs
13:48:35 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:48:35 + cp cli/LICENSE build-docs/LICENSE
13:48:35 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:48:35 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:48:35 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:48:35 + cp cli/NOTICE build-docs/NOTICE
13:48:35 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:48:35 + cp cli/README.md build-docs/README.md
13:48:35 + /usr/lib/rpm/check-buildroot
13:48:35 + /usr/lib/rpm/redhat/brp-ldconfig
13:48:35 + /usr/lib/rpm/brp-compress
13:48:35 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:48:35 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:48:35 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:48:35 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:48:35 + /usr/lib/rpm/check-rpaths
13:48:35 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:48:35 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:48:35 + /usr/lib/rpm/redhat/brp-python-hardlink
13:48:35 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.BmESML
13:48:35 + umask 022
13:48:35 + cd /root/rpmbuild/BUILD
13:48:35 + cd src
13:48:35 ++ cli/build/docker --version
13:48:35 PASS: cli version OK
13:48:35 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:48:35 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40' = 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:48:35 + echo 'PASS: cli version OK'
13:48:35 + RPM_EC=0
13:48:35 ++ jobs -p
13:48:35 + exit 0
13:48:35 Processing files: docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:48:35 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JP6pAn
13:48:35 + umask 022
13:48:35 + cd /root/rpmbuild/BUILD
13:48:35 + cd src
13:48:35 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/doc/docker-ce-cli
13:48:35 + export LC_ALL=C
13:48:35 + LC_ALL=C
13:48:35 + export DOCDIR
13:48:35 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/doc/docker-ce-cli
13:48:35 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/doc/docker-ce-cli
13:48:35 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/doc/docker-ce-cli
13:48:35 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/doc/docker-ce-cli
13:48:35 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/share/doc/docker-ce-cli
13:48:35 + RPM_EC=0
13:48:35 ++ jobs -p
13:48:35 + exit 0
13:48:35 Provides: docker-ce-cli = 1:0.0.0.20220503081348.bfa9b40-0.fc35 docker-ce-cli(aarch-64) = 1:0.0.0.20220503081348.bfa9b40-0.fc35
13:48:35 Requires(interp): /bin/sh
13:48:35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:48:35 Requires(post): /bin/sh
13:48:35 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
13:48:35 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:48:35 Recommends: docker-buildx-plugin docker-compose-plugin
13:48:35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:48:35 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.src.rpm
13:48:36 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:48:39 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:48:40 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:48:42 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64.rpm
13:48:42 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rfLRof
13:48:42 + umask 022
13:48:42 + cd /root/rpmbuild/BUILD
13:48:42 + cd src
13:48:42 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:42 + RPM_EC=0
13:48:42 ++ jobs -p
13:48:42 + exit 0
13:48:42 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ie4mXb
13:48:42 + umask 022
13:48:42 + cd /root/rpmbuild/BUILD
13:48:42 + cd /root/rpmbuild/BUILD
13:48:42 + rm -rf src
13:48:42 + /usr/bin/mkdir -p src
13:48:42 + cd src
13:48:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:48:42 + /usr/bin/tar -xof -
13:48:42 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:42 go: downloading github.com/stretchr/testify v1.7.0
13:48:42 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:42 go: downloading github.com/rivo/uniseg v0.2.0
13:48:42 go: downloading github.com/klauspost/compress v1.15.1
13:48:42 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:42 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:42 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:42 go: downloading github.com/opencontainers/runc v1.1.1
13:48:42 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:42 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:42 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:42 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:42 go: downloading google.golang.org/grpc v1.45.0
13:48:42 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:42 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:42 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:42 go: downloading github.com/russross/blackfriday v1.6.0
13:48:42 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:42 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:42 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:42 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:42 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:42 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:42 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:42 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:42 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:42 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:42 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:42 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:42 + STATUS=0
13:48:42 + '[' 0 -ne 0 ']'
13:48:42 + /usr/bin/tar -xof -
13:48:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:48:42 + STATUS=0
13:48:42 + '[' 0 -ne 0 ']'
13:48:42 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:48:42 + RPM_EC=0
13:48:42 ++ jobs -p
13:48:42 + exit 0
13:48:42 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5h8CHj
13:48:42 + umask 022
13:48:42 + cd /root/rpmbuild/BUILD
13:48:42 + cd src
13:48:42 + export DOCKER_GITCOMMIT=613b798
13:48:42 + DOCKER_GITCOMMIT=613b798
13:48:42 + mkdir -p /go/src/github.com/docker
13:48:42 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:48:42 + TMP_GOPATH=/go
13:48:42 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:48:42 + RM_GOPATH=0
13:48:42 + TMP_GOPATH=/go
13:48:42 + : /usr/local/bin
13:48:42 + '[' -z /go ']'
13:48:42 + export GOPATH=/go
13:48:42 + GOPATH=/go
13:48:42 + case "$(go env GOARCH)" in
13:48:42 ++ go env GOARCH
13:48:42 + export GO_BUILDMODE=-buildmode=pie
13:48:42 + GO_BUILDMODE=-buildmode=pie
13:48:42 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:48:42 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:48:42 + bin=rootlesskit
13:48:42 + shift
13:48:42 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:48:42 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:48:42 ++ : 1920341cd41e047834a21007424162a2dc946315
13:48:42 + install_rootlesskit dynamic
13:48:42 + case "$1" in
13:48:42 + install_rootlesskit_dynamic
13:48:42 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:48:42 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:48:42 + export BUILD_MODE=-buildmode=pie
13:48:42 + BUILD_MODE=-buildmode=pie
13:48:42 + _install_rootlesskit
13:48:42 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:48:42 + for f in rootlesskit rootlesskit-docker-proxy
13:48:42 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:48:42 + GOBIN=/usr/local/bin
13:48:42 + GO111MODULE=on
13:48:42 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:48:43 go: downloading github.com/golang/protobuf v1.5.2
13:48:43 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:43 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:48:43 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:48:45 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64.rpm
13:48:45 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Og3pPB
13:48:45 + umask 022
13:48:45 + cd /root/rpmbuild/BUILD
13:48:45 + cd src
13:48:45 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:48:45 + RPM_EC=0
13:48:45 ++ jobs -p
13:48:45 + exit 0
13:48:45 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fV3X9Q
13:48:45 + umask 022
13:48:45 + cd /root/rpmbuild/BUILD
13:48:45 + cd /root/rpmbuild/BUILD
13:48:45 + rm -rf src
13:48:45 + /usr/bin/mkdir -p src
13:48:45 + cd src
13:48:45 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:48:45 + /usr/bin/tar -xof -
13:48:45 + STATUS=0
13:48:45 + '[' 0 -ne 0 ']'
13:48:45 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:48:45 + /usr/bin/tar -xof -
13:48:46 + STATUS=0
13:48:46 + '[' 0 -ne 0 ']'
13:48:46 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:48:46 + RPM_EC=0
13:48:46 ++ jobs -p
13:48:46 + exit 0
13:48:46 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.m1blPM
13:48:46 + umask 022
13:48:46 + cd /root/rpmbuild/BUILD
13:48:46 + cd src
13:48:46 + export DOCKER_GITCOMMIT=613b798
13:48:46 + DOCKER_GITCOMMIT=613b798
13:48:46 + mkdir -p /go/src/github.com/docker
13:48:46 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:48:46 + TMP_GOPATH=/go
13:48:46 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:48:46 + RM_GOPATH=0
13:48:46 + TMP_GOPATH=/go
13:48:46 + : /usr/local/bin
13:48:46 + '[' -z /go ']'
13:48:46 + export GOPATH=/go
13:48:46 + GOPATH=/go
13:48:46 + case "$(go env GOARCH)" in
13:48:46 ++ go env GOARCH
13:48:46 + export GO_BUILDMODE=-buildmode=pie
13:48:46 + GO_BUILDMODE=-buildmode=pie
13:48:46 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:48:46 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:48:46 + bin=rootlesskit
13:48:46 + shift
13:48:46 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:48:46 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:48:46 ++ : 1920341cd41e047834a21007424162a2dc946315
13:48:46 + install_rootlesskit dynamic
13:48:46 + case "$1" in
13:48:46 + install_rootlesskit_dynamic
13:48:46 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:48:46 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:48:46 + export BUILD_MODE=-buildmode=pie
13:48:46 + BUILD_MODE=-buildmode=pie
13:48:46 + _install_rootlesskit
13:48:46 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:48:46 + for f in rootlesskit rootlesskit-docker-proxy
13:48:46 + GOBIN=/usr/local/bin
13:48:46 + GO111MODULE=on
13:48:46 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:48:46 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:48:46 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:48:47 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:47 go: downloading github.com/stretchr/testify v1.7.0
13:48:47 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:47 go: downloading github.com/rivo/uniseg v0.2.0
13:48:47 go: downloading github.com/klauspost/compress v1.15.1
13:48:47 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:47 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:47 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:47 go: downloading github.com/opencontainers/runc v1.1.1
13:48:47 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:47 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:47 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:47 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:47 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:47 go: downloading google.golang.org/grpc v1.45.0
13:48:47 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:47 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:47 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:48:47 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:47 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:47 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:47 go: downloading github.com/russross/blackfriday v1.6.0
13:48:47 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:47 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:47 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:47 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:47 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:47 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:47 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:47 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:47 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:47 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:47 go: downloading github.com/golang/protobuf v1.5.2
13:48:47 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:47 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:47 go: downloading github.com/stretchr/testify v1.7.0
13:48:47 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:47 go: downloading github.com/rivo/uniseg v0.2.0
13:48:47 go: downloading github.com/klauspost/compress v1.15.1
13:48:47 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:47 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:47 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:47 go: downloading github.com/opencontainers/runc v1.1.1
13:48:47 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:47 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:47 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:47 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:47 go: downloading google.golang.org/grpc v1.45.0
13:48:47 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:47 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:47 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:47 go: downloading github.com/russross/blackfriday v1.6.0
13:48:47 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:47 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:47 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:47 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:47 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:47 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:47 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:47 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:48 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:48 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:48 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:48 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:49 go: downloading github.com/golang/protobuf v1.5.2
13:48:49 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:49 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:49 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:49 go: downloading github.com/beorn7/perks v1.0.1
13:48:49 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:49 go: downloading github.com/prometheus/client_model v0.2.0
13:48:49 go: downloading github.com/prometheus/common v0.32.1
13:48:49 go: downloading github.com/prometheus/procfs v0.7.3
13:48:49 go: downloading google.golang.org/protobuf v1.27.1
13:48:49 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:49 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:49 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:49 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:49 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:49 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:49 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:48:50 go: downloading github.com/urfave/cli/v2 v2.4.0
13:48:50 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:48:50 go: downloading github.com/docker/go-metrics v0.0.1
13:48:50 go: downloading github.com/kr/text v0.2.0
13:48:50 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:48:50 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:48:50 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:50 go: downloading github.com/kr/pretty v0.2.1
13:48:50 go: downloading github.com/magiconair/properties v1.5.3
13:48:50 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:48:50 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:48:50 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:48:50 + go mod vendor -modfile=vendor.mod
13:48:50 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:48:50 go: downloading github.com/google/uuid v1.3.0
13:48:50 go: downloading github.com/moby/vpnkit v0.5.0
13:48:50 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:48:50 go: downloading github.com/gofrs/flock v0.8.1
13:48:50 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:48:50 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:48:50 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:48:52 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:52 go: downloading github.com/stretchr/testify v1.7.0
13:48:52 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:52 go: downloading github.com/rivo/uniseg v0.2.0
13:48:52 go: downloading github.com/klauspost/compress v1.15.1
13:48:52 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:52 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:52 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:52 go: downloading github.com/opencontainers/runc v1.1.1
13:48:52 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:52 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:52 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:52 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:52 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:52 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:52 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:52 go: downloading google.golang.org/grpc v1.45.0
13:48:52 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:48:52 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:52 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:52 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:52 go: downloading github.com/russross/blackfriday v1.6.0
13:48:52 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:52 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:52 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:52 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:52 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:52 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:52 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:52 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:52 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:52 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:52 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:52 go: downloading github.com/golang/protobuf v1.5.2
13:48:52 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:52 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:52 go: downloading github.com/stretchr/testify v1.7.0
13:48:52 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:52 go: downloading github.com/rivo/uniseg v0.2.0
13:48:52 go: downloading github.com/klauspost/compress v1.15.1
13:48:52 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:52 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:52 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:52 go: downloading github.com/opencontainers/runc v1.1.1
13:48:52 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:52 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:52 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:52 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:52 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:52 go: downloading google.golang.org/grpc v1.45.0
13:48:52 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:52 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:52 go: downloading github.com/russross/blackfriday v1.6.0
13:48:52 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:52 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:52 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:52 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:52 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:52 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:52 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:52 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:52 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:52 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:52 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:52 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:52 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:52 go: downloading github.com/golang/protobuf v1.5.2
13:48:52 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:53 go: downloading github.com/urfave/cli/v2 v2.4.0
13:48:53 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:48:53 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:53 go: downloading github.com/beorn7/perks v1.0.1
13:48:53 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:53 go: downloading github.com/prometheus/client_model v0.2.0
13:48:53 go: downloading github.com/prometheus/common v0.32.1
13:48:53 go: downloading github.com/prometheus/procfs v0.7.3
13:48:53 go: downloading google.golang.org/protobuf v1.27.1
13:48:53 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:53 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:53 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:53 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:53 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:53 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:53 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:48:53 go: downloading github.com/kr/text v0.2.0
13:48:53 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:48:53 go: downloading github.com/google/uuid v1.3.0
13:48:53 go: downloading github.com/docker/go-metrics v0.0.1
13:48:53 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:48:53 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:48:53 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:53 go: downloading github.com/kr/pretty v0.2.1
13:48:53 go: downloading github.com/magiconair/properties v1.5.3
13:48:53 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:48:53 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:48:53 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:48:53 + go mod vendor -modfile=vendor.mod
13:48:54 go: downloading github.com/moby/vpnkit v0.5.0
13:48:54 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:48:54 go: downloading github.com/gofrs/flock v0.8.1
13:48:54 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:48:54 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:48:54 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:48:54 go: downloading github.com/beorn7/perks v1.0.1
13:48:54 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:54 go: downloading github.com/prometheus/client_model v0.2.0
13:48:54 go: downloading github.com/prometheus/common v0.32.1
13:48:54 go: downloading github.com/prometheus/procfs v0.7.3
13:48:54 go: downloading google.golang.org/protobuf v1.27.1
13:48:54 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:54 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:54 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:54 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:54 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:54 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:54 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:48:54 go: downloading github.com/docker/go-metrics v0.0.1
13:48:54 go: downloading github.com/kr/text v0.2.0
13:48:54 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:48:54 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:48:54 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:54 go: downloading github.com/kr/pretty v0.2.1
13:48:54 go: downloading github.com/magiconair/properties v1.5.3
13:48:54 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:48:54 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:48:54 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:48:54 + go mod vendor -modfile=vendor.mod
13:48:56 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:56 go: downloading github.com/stretchr/testify v1.7.0
13:48:56 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:56 go: downloading github.com/rivo/uniseg v0.2.0
13:48:56 go: downloading github.com/klauspost/compress v1.15.1
13:48:56 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:56 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:56 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:56 go: downloading github.com/opencontainers/runc v1.1.1
13:48:56 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:56 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:48:56 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:48:56 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:48:56 go: downloading google.golang.org/grpc v1.45.0
13:48:56 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:48:56 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:48:56 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:48:56 go: downloading github.com/russross/blackfriday v1.6.0
13:48:56 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:48:56 go: downloading github.com/Microsoft/go-winio v0.5.2
13:48:56 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:48:56 go: downloading github.com/davecgh/go-spew v1.1.1
13:48:56 go: downloading github.com/pmezard/go-difflib v1.0.0
13:48:56 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:48:56 go: downloading github.com/miekg/pkcs11 v1.1.1
13:48:56 go: downloading github.com/prometheus/client_golang v1.12.1
13:48:56 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:48:56 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:48:56 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:48:56 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:48:56 go: downloading github.com/golang/protobuf v1.5.2
13:48:56 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:48:56 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:48:56 go: downloading github.com/stretchr/testify v1.7.0
13:48:56 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:48:56 go: downloading github.com/rivo/uniseg v0.2.0
13:48:56 go: downloading github.com/klauspost/compress v1.15.1
13:48:57 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:57 go: downloading github.com/beorn7/perks v1.0.1
13:48:57 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:57 go: downloading github.com/prometheus/client_model v0.2.0
13:48:57 go: downloading github.com/prometheus/common v0.32.1
13:48:57 + for f in rootlesskit rootlesskit-docker-proxy
13:48:57 + GOBIN=/usr/local/bin
13:48:57 + GO111MODULE=on
13:48:57 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:48:57 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:48:57 go: downloading github.com/prometheus/procfs v0.7.3
13:48:57 go: downloading google.golang.org/protobuf v1.27.1
13:48:57 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:57 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:57 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:57 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:57 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:57 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:57 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:48:57 go: downloading github.com/kr/text v0.2.0
13:48:58 + return
13:48:58 + RPM_EC=0
13:48:58 ++ jobs -p
13:48:58 + exit 0
13:48:58 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hv1nJD
13:48:58 + umask 022
13:48:58 + cd /root/rpmbuild/BUILD
13:48:58 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64 '!=' / ']'
13:48:58 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:58 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:58 + mkdir -p /root/rpmbuild/BUILDROOT
13:48:58 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:58 + cd src
13:48:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin/dockerd-rootless.sh
13:48:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:48:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin/rootlesskit
13:48:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64/usr/bin/rootlesskit-docker-proxy
13:48:58 + /usr/lib/rpm/check-buildroot
13:48:58 go: downloading github.com/docker/go-metrics v0.0.1
13:48:58 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:48:58 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:48:58 go: downloading github.com/BurntSushi/toml v0.3.1
13:48:58 go: downloading github.com/kr/pretty v0.2.1
13:48:58 go: downloading github.com/magiconair/properties v1.5.3
13:48:58 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:48:58 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:48:58 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:48:58 + go mod vendor -modfile=vendor.mod
13:48:58 + /usr/lib/rpm/redhat/brp-ldconfig
13:48:58 + /usr/lib/rpm/brp-compress
13:48:58 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:48:58 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:48:58 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:48:58 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:48:58 go: downloading github.com/moby/sys/symlink v0.2.0
13:48:58 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:48:58 go: downloading github.com/opencontainers/runc v1.1.1
13:48:58 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:48:58 + /usr/lib/rpm/brp-python-hardlink
13:48:58 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:48:58 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:48:58 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:48:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aBPNX0
13:48:58 + umask 022
13:48:58 + cd /root/rpmbuild/BUILD
13:48:58 + cd src
13:48:58 + /usr/local/bin/rootlesskit -v
13:48:58 rootlesskit version 1.0.0
13:48:58 + RPM_EC=0
13:48:58 ++ jobs -p
13:48:58 + exit 0
13:48:58 Processing files: docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:58 Provides: docker-ce-rootless-extras = 0:0.0.0.20220503081348.bfa9b40-0.fc34 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220503081348.bfa9b40-0.fc34
13:48:58 Requires(interp): /bin/sh /bin/sh /bin/sh
13:48:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:48:58 Requires(post): /bin/sh
13:48:58 Requires(preun): /bin/sh
13:48:58 Requires(postun): /bin/sh
13:48:58 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
13:48:58 Conflicts: rootlesskit
13:48:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:48:59 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.src.rpm
13:48:59 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:48:59 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:48:59 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:48:59 go: downloading github.com/beorn7/perks v1.0.1
13:48:59 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:48:59 go: downloading github.com/prometheus/client_model v0.2.0
13:48:59 go: downloading github.com/prometheus/common v0.32.1
13:48:59 go: downloading github.com/prometheus/procfs v0.7.3
13:48:59 go: downloading google.golang.org/protobuf v1.27.1
13:48:59 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:48:59 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:48:59 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:48:59 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:48:59 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:48:59 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:48:59 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:49:00 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:49:00 go: downloading github.com/docker/go-metrics v0.0.1
13:49:00 go: downloading github.com/kr/text v0.2.0
13:49:00 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:49:00 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:49:00 go: downloading github.com/BurntSushi/toml v0.3.1
13:49:00 go: downloading github.com/kr/pretty v0.2.1
13:49:00 go: downloading github.com/magiconair/properties v1.5.3
13:49:00 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:49:00 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:49:00 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:49:00 + go mod vendor -modfile=vendor.mod
13:49:00 #17 87.10 + xx-verify --static /usr/bin/buildx
13:49:00 #17 DONE 87.5s
13:49:00 
13:49:00 #18 [linux/arm/v6 binaries-unix 1/1] COPY --from=buildx-build /usr/bin/buildx /
13:49:00 #18 DONE 0.0s
13:49:00 
13:49:00 #19 exporting to client
13:49:00 #19 copying files linux/arm/v6 22B
13:49:00 #19 copying files linux/arm/v6 42.02MB 0.6s done
13:49:00 #19 DONE 0.6s
13:49:00 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm/v6 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm/v6/docker-0.0.0-20220503081348-bfa9b40.tar.tgz docker
13:49:00 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm/v6 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm/v6/docker-buildx-plugin-0.8.2.tar.gz docker-buildx
13:49:00 + cd /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm/v6
13:49:00 + rm -r docker-buildx/ docker/
13:49:00 + tar -zvcf /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/bundles-ce-static-linux-armel.tar.gz .
13:49:00 ./
13:49:00 ./docker-0.0.0-20220503081348-bfa9b40.tar.tgz
13:49:00 + for f in rootlesskit rootlesskit-docker-proxy
13:49:00 + GOBIN=/usr/local/bin
13:49:00 + GO111MODULE=on
13:49:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:49:00 ./docker-buildx-plugin-0.8.2.tar.gz
13:49:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] sh
13:49:01 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:49:01 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:49:01 go: downloading github.com/beorn7/perks v1.0.1
13:49:01 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:49:01 go: downloading github.com/prometheus/client_model v0.2.0
13:49:01 go: downloading github.com/prometheus/common v0.32.1
13:49:01 go: downloading github.com/prometheus/procfs v0.7.3
13:49:01 go: downloading google.golang.org/protobuf v1.27.1
13:49:01 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:49:01 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:49:01 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:49:01 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:49:01 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:49:01 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:49:01 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:49:01 + make clean
13:49:01 Unable to find image 'alpine:latest' locally
13:49:01 latest: Pulling from library/alpine
13:49:01 9981e73032c8: Pulling fs layer
13:49:01 9981e73032c8: Download complete
13:49:01 go: downloading github.com/docker/go-metrics v0.0.1
13:49:01 go: downloading github.com/kr/text v0.2.0
13:49:01 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:49:01 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:49:01 go: downloading github.com/BurntSushi/toml v0.3.1
13:49:01 go: downloading github.com/kr/pretty v0.2.1
13:49:01 go: downloading github.com/magiconair/properties v1.5.3
13:49:01 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:49:01 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:49:01 go: downloading google.golang.org/grpc v1.45.0
13:49:02 + return
13:49:02 + RPM_EC=0
13:49:02 ++ jobs -p
13:49:02 + exit 0
13:49:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CEmjhv
13:49:02 + umask 022
13:49:02 + cd /root/rpmbuild/BUILD
13:49:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64 '!=' / ']'
13:49:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:49:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:49:02 + mkdir -p /root/rpmbuild/BUILDROOT
13:49:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:49:02 + cd src
13:49:02 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin/dockerd-rootless.sh
13:49:02 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:49:02 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin/rootlesskit
13:49:02 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64/usr/bin/rootlesskit-docker-proxy
13:49:02 + /usr/lib/rpm/check-buildroot
13:49:02 + /usr/lib/rpm/redhat/brp-ldconfig
13:49:02 + /usr/lib/rpm/brp-compress
13:49:02 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:49:02 9981e73032c8: Pull complete
13:49:02 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:49:02 Status: Downloaded newer image for alpine:latest
13:49:02 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:49:02 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:49:02 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:49:02 + go mod vendor -modfile=vendor.mod
13:49:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:49:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:49:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:49:02 + /usr/lib/rpm/check-rpaths
13:49:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:49:02 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:49:02 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:49:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:49:02 + /usr/lib/rpm/redhat/brp-python-hardlink
13:49:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.JKUDCC
13:49:02 + umask 022
13:49:02 + cd /root/rpmbuild/BUILD
13:49:02 + cd src
13:49:02 + /usr/local/bin/rootlesskit -v
13:49:02 rootlesskit version 1.0.0
13:49:02 + RPM_EC=0
13:49:02 ++ jobs -p
13:49:02 + exit 0
13:49:02 Processing files: docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:49:02 Provides: docker-ce-rootless-extras = 0:0.0.0.20220503081348.bfa9b40-0.fc35 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220503081348.bfa9b40-0.fc35
13:49:02 Requires(interp): /bin/sh /bin/sh /bin/sh
13:49:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:49:02 Requires(post): /bin/sh
13:49:02 Requires(preun): /bin/sh
13:49:02 Requires(postun): /bin/sh
13:49:02 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
13:49:02 Conflicts: rootlesskit
13:49:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:49:02 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:49:02 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:49:02 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:49:02 go: downloading github.com/russross/blackfriday v1.6.0
13:49:03 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.src.rpm
13:49:03 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:49:03 go: downloading github.com/Microsoft/go-winio v0.5.2
13:49:03 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:49:03 go: downloading github.com/davecgh/go-spew v1.1.1
13:49:03 go: downloading github.com/pmezard/go-difflib v1.0.0
13:49:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:49:03 go: downloading github.com/miekg/pkcs11 v1.1.1
13:49:03 go: downloading github.com/prometheus/client_golang v1.12.1
13:49:04 make -C rpm clean
13:49:04 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:49:04 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:49:04 rm -f -r rpmbuild/
13:49:04 docker builder prune -f --filter until=24h
13:49:04 Total reclaimed space: 0B
13:49:04 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:49:04 make -C deb clean
13:49:04 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:49:04 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:49:04 rm -f -r debbuild
13:49:04 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:49:04 rm -f -r sources
13:49:04 docker builder prune -f --filter until=24h
13:49:04 Total reclaimed space: 0B
13:49:04 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:49:04 make -C static clean
13:49:04 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:49:04 Removing build artifacts
13:49:04 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:49:04 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:49:04 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:49:04 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:49:04 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:49:05 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:05 go: downloading github.com/golang/protobuf v1.5.2
13:49:05 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:49:05 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64.rpm
13:49:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GvItPC
13:49:05 + umask 022
13:49:05 + cd /root/rpmbuild/BUILD
13:49:05 + cd src
13:49:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.aarch64
13:49:05 + RPM_EC=0
13:49:05 ++ jobs -p
13:49:05 + exit 0
13:49:05 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bYwqew
13:49:05 + umask 022
13:49:05 + cd /root/rpmbuild/BUILD
13:49:05 + cd /root/rpmbuild/BUILD
13:49:05 + rm -rf src
13:49:05 + /usr/bin/mkdir -p src
13:49:05 + cd src
13:49:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:49:05 + /usr/bin/tar -xof -
13:49:05 + STATUS=0
13:49:05 + '[' 0 -ne 0 ']'
13:49:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:49:05 + /usr/bin/tar -xof -
13:49:05 + STATUS=0
13:49:05 + '[' 0 -ne 0 ']'
13:49:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:49:06 + RPM_EC=0
13:49:06 ++ jobs -p
13:49:06 + exit 0
13:49:06 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FBhRl4
13:49:06 + umask 022
13:49:06 + cd /root/rpmbuild/BUILD
13:49:06 + cd src
13:49:06 + pushd /root/rpmbuild/BUILD/src/buildx
13:49:06 + bash -c 'CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=%{_buildx_gitcommit} -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx'
13:49:06 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:49:06 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:09 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64.rpm
13:49:09 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Sr5PdG
13:49:09 + umask 022
13:49:09 + cd /root/rpmbuild/BUILD
13:49:09 + cd src
13:49:09 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.aarch64
13:49:09 + RPM_EC=0
13:49:09 ++ jobs -p
13:49:09 + exit 0
13:49:09 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xY4S61
13:49:09 + umask 022
13:49:09 + cd /root/rpmbuild/BUILD
13:49:09 + cd /root/rpmbuild/BUILD
13:49:09 + rm -rf src
13:49:09 + /usr/bin/mkdir -p src
13:49:09 + cd src
13:49:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:49:09 + /usr/bin/tar -xof -
13:49:09 + STATUS=0
13:49:09 + '[' 0 -ne 0 ']'
13:49:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:49:09 + /usr/bin/tar -xof -
13:49:09 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:09 + STATUS=0
13:49:09 + '[' 0 -ne 0 ']'
13:49:09 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:49:09 + RPM_EC=0
13:49:09 ++ jobs -p
13:49:09 + exit 0
13:49:09 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nWXoSv
13:49:09 + umask 022
13:49:09 + cd /root/rpmbuild/BUILD
13:49:09 + cd src
13:49:09 + pushd /root/rpmbuild/BUILD/src/buildx
13:49:09 + bash -c 'CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=%{_buildx_gitcommit} -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx'
13:49:09 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:49:12 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:49:12 ++ pwd
13:49:12 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:49:12 Project root: .
13:49:12 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:12 INFO: man/src/attach.md found
13:49:12 WARN: man/src/build.md does not exist, skipping
13:49:12 WARN: man/src/builder/build.md does not exist, skipping
13:49:12 WARN: man/src/builder/prune.md does not exist, skipping
13:49:12 WARN: man/src/builder.md does not exist, skipping
13:49:12 WARN: man/src/checkpoint/create.md does not exist, skipping
13:49:12 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:49:12 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:49:12 WARN: man/src/checkpoint.md does not exist, skipping
13:49:12 INFO: man/src/commit.md found
13:49:12 WARN: man/src/config/create.md does not exist, skipping
13:49:12 WARN: man/src/config/inspect.md does not exist, skipping
13:49:12 WARN: man/src/config/ls.md does not exist, skipping
13:49:12 WARN: man/src/config/rm.md does not exist, skipping
13:49:12 WARN: man/src/config.md does not exist, skipping
13:49:12 INFO: man/src/container/attach.md found
13:49:12 INFO: man/src/container/commit.md found
13:49:12 INFO: man/src/container/cp.md found
13:49:12 INFO: man/src/container/create.md found
13:49:12 INFO: man/src/container/diff.md found
13:49:12 INFO: man/src/container/exec.md found
13:49:12 INFO: man/src/container/export.md found
13:49:12 WARN: man/src/container/inspect.md does not exist, skipping
13:49:12 INFO: man/src/container/kill.md found
13:49:12 INFO: man/src/container/logs.md found
13:49:12 INFO: man/src/container/ls.md found
13:49:12 INFO: man/src/container/pause.md found
13:49:12 INFO: man/src/container/port.md found
13:49:12 WARN: man/src/container/prune.md does not exist, skipping
13:49:12 INFO: man/src/container/rename.md found
13:49:12 INFO: man/src/container/restart.md found
13:49:12 INFO: man/src/container/rm.md found
13:49:12 INFO: man/src/container/run.md found
13:49:12 INFO: man/src/container/start.md found
13:49:12 INFO: man/src/container/stats.md found
13:49:12 INFO: man/src/container/stop.md found
13:49:12 INFO: man/src/container/top.md found
13:49:12 INFO: man/src/container/unpause.md found
13:49:12 INFO: man/src/container/update.md found
13:49:12 INFO: man/src/container/wait.md found
13:49:12 WARN: man/src/container.md does not exist, skipping
13:49:12 WARN: man/src/context/create.md does not exist, skipping
13:49:12 WARN: man/src/context/export.md does not exist, skipping
13:49:12 WARN: man/src/context/import.md does not exist, skipping
13:49:12 WARN: man/src/context/inspect.md does not exist, skipping
13:49:12 WARN: man/src/context/ls.md does not exist, skipping
13:49:12 WARN: man/src/context/rm.md does not exist, skipping
13:49:12 WARN: man/src/context/show.md does not exist, skipping
13:49:12 WARN: man/src/context/update.md does not exist, skipping
13:49:12 WARN: man/src/context/use.md does not exist, skipping
13:49:12 WARN: man/src/context.md does not exist, skipping
13:49:12 INFO: man/src/cp.md found
13:49:12 INFO: man/src/create.md found
13:49:12 INFO: man/src/diff.md found
13:49:12 INFO: man/src/events.md found
13:49:12 INFO: man/src/exec.md found
13:49:12 INFO: man/src/export.md found
13:49:12 INFO: man/src/history.md found
13:49:12 INFO: man/src/image/build.md found
13:49:12 INFO: man/src/image/history.md found
13:49:12 INFO: man/src/image/import.md found
13:49:12 WARN: man/src/image/inspect.md does not exist, skipping
13:49:12 INFO: man/src/image/load.md found
13:49:12 INFO: man/src/image/ls.md found
13:49:12 WARN: man/src/image/prune.md does not exist, skipping
13:49:12 INFO: man/src/image/pull.md found
13:49:12 INFO: man/src/image/push.md found
13:49:12 INFO: man/src/image/rm.md found
13:49:12 INFO: man/src/image/save.md found
13:49:12 INFO: man/src/image/tag.md found
13:49:12 WARN: man/src/image.md does not exist, skipping
13:49:12 INFO: man/src/images.md found
13:49:12 INFO: man/src/import.md found
13:49:12 INFO: man/src/info.md found
13:49:12 INFO: man/src/inspect.md found
13:49:12 INFO: man/src/kill.md found
13:49:12 INFO: man/src/load.md found
13:49:12 INFO: man/src/login.md found
13:49:12 INFO: man/src/logout.md found
13:49:12 INFO: man/src/logs.md found
13:49:12 WARN: man/src/manifest/annotate.md does not exist, skipping
13:49:12 WARN: man/src/manifest/create.md does not exist, skipping
13:49:12 WARN: man/src/manifest/inspect.md does not exist, skipping
13:49:12 WARN: man/src/manifest/push.md does not exist, skipping
13:49:12 WARN: man/src/manifest/rm.md does not exist, skipping
13:49:12 WARN: man/src/manifest.md does not exist, skipping
13:49:12 INFO: man/src/network/connect.md found
13:49:12 INFO: man/src/network/create.md found
13:49:12 INFO: man/src/network/disconnect.md found
13:49:12 INFO: man/src/network/inspect.md found
13:49:12 INFO: man/src/network/ls.md found
13:49:12 WARN: man/src/network/prune.md does not exist, skipping
13:49:12 INFO: man/src/network/rm.md found
13:49:12 WARN: man/src/network.md does not exist, skipping
13:49:12 WARN: man/src/node/demote.md does not exist, skipping
13:49:12 WARN: man/src/node/inspect.md does not exist, skipping
13:49:12 WARN: man/src/node/ls.md does not exist, skipping
13:49:12 WARN: man/src/node/promote.md does not exist, skipping
13:49:12 WARN: man/src/node/ps.md does not exist, skipping
13:49:12 WARN: man/src/node/rm.md does not exist, skipping
13:49:12 WARN: man/src/node/update.md does not exist, skipping
13:49:12 WARN: man/src/node.md does not exist, skipping
13:49:12 INFO: man/src/pause.md found
13:49:12 WARN: man/src/plugin/create.md does not exist, skipping
13:49:12 WARN: man/src/plugin/disable.md does not exist, skipping
13:49:12 WARN: man/src/plugin/enable.md does not exist, skipping
13:49:12 WARN: man/src/plugin/inspect.md does not exist, skipping
13:49:12 WARN: man/src/plugin/install.md does not exist, skipping
13:49:12 INFO: man/src/plugin/ls.md found
13:49:12 WARN: man/src/plugin/push.md does not exist, skipping
13:49:12 WARN: man/src/plugin/rm.md does not exist, skipping
13:49:12 WARN: man/src/plugin/set.md does not exist, skipping
13:49:12 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:49:12 WARN: man/src/plugin.md does not exist, skipping
13:49:12 INFO: man/src/port.md found
13:49:12 INFO: man/src/ps.md found
13:49:12 INFO: man/src/pull.md found
13:49:12 INFO: man/src/push.md found
13:49:12 INFO: man/src/rename.md found
13:49:12 INFO: man/src/restart.md found
13:49:12 INFO: man/src/rm.md found
13:49:12 INFO: man/src/rmi.md found
13:49:12 WARN: man/src/run.md does not exist, skipping
13:49:12 INFO: man/src/save.md found
13:49:12 INFO: man/src/search.md found
13:49:12 WARN: man/src/secret/create.md does not exist, skipping
13:49:12 WARN: man/src/secret/inspect.md does not exist, skipping
13:49:12 WARN: man/src/secret/ls.md does not exist, skipping
13:49:12 WARN: man/src/secret/rm.md does not exist, skipping
13:49:12 WARN: man/src/secret.md does not exist, skipping
13:49:12 WARN: man/src/service/create.md does not exist, skipping
13:49:12 WARN: man/src/service/inspect.md does not exist, skipping
13:49:12 WARN: man/src/service/logs.md does not exist, skipping
13:49:12 WARN: man/src/service/ls.md does not exist, skipping
13:49:12 WARN: man/src/service/ps.md does not exist, skipping
13:49:12 WARN: man/src/service/rm.md does not exist, skipping
13:49:12 WARN: man/src/service/rollback.md does not exist, skipping
13:49:12 WARN: man/src/service/scale.md does not exist, skipping
13:49:12 WARN: man/src/service/update.md does not exist, skipping
13:49:12 WARN: man/src/service.md does not exist, skipping
13:49:12 WARN: man/src/stack/config.md does not exist, skipping
13:49:12 WARN: man/src/stack/deploy.md does not exist, skipping
13:49:12 WARN: man/src/stack/ls.md does not exist, skipping
13:49:12 WARN: man/src/stack/ps.md does not exist, skipping
13:49:12 WARN: man/src/stack/rm.md does not exist, skipping
13:49:12 WARN: man/src/stack/services.md does not exist, skipping
13:49:12 WARN: man/src/stack.md does not exist, skipping
13:49:12 INFO: man/src/start.md found
13:49:12 INFO: man/src/stats.md found
13:49:12 INFO: man/src/stop.md found
13:49:12 WARN: man/src/swarm/ca.md does not exist, skipping
13:49:12 WARN: man/src/swarm/init.md does not exist, skipping
13:49:12 WARN: man/src/swarm/join.md does not exist, skipping
13:49:12 WARN: man/src/swarm/join-token.md does not exist, skipping
13:49:12 WARN: man/src/swarm/leave.md does not exist, skipping
13:49:12 WARN: man/src/swarm/unlock.md does not exist, skipping
13:49:12 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:49:12 WARN: man/src/swarm/update.md does not exist, skipping
13:49:12 WARN: man/src/swarm.md does not exist, skipping
13:49:12 WARN: man/src/system/df.md does not exist, skipping
13:49:12 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:49:12 INFO: man/src/system/events.md found
13:49:12 INFO: man/src/system/info.md found
13:49:12 WARN: man/src/system/prune.md does not exist, skipping
13:49:12 WARN: man/src/system.md does not exist, skipping
13:49:12 INFO: man/src/tag.md found
13:49:12 INFO: man/src/top.md found
13:49:12 WARN: man/src/trust/inspect.md does not exist, skipping
13:49:12 WARN: man/src/trust/key/generate.md does not exist, skipping
13:49:12 WARN: man/src/trust/key/load.md does not exist, skipping
13:49:12 WARN: man/src/trust/key.md does not exist, skipping
13:49:12 WARN: man/src/trust/revoke.md does not exist, skipping
13:49:12 WARN: man/src/trust/sign.md does not exist, skipping
13:49:12 WARN: man/src/trust/signer/add.md does not exist, skipping
13:49:12 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:49:12 WARN: man/src/trust/signer.md does not exist, skipping
13:49:12 WARN: man/src/trust.md does not exist, skipping
13:49:12 INFO: man/src/unpause.md found
13:49:12 INFO: man/src/update.md found
13:49:12 INFO: man/src/version.md found
13:49:12 INFO: man/src/volume/create.md found
13:49:12 INFO: man/src/volume/inspect.md found
13:49:12 INFO: man/src/volume/ls.md found
13:49:12 WARN: man/src/volume/prune.md does not exist, skipping
13:49:12 WARN: man/src/volume/rm.md does not exist, skipping
13:49:12 INFO: man/src/volume.md found
13:49:12 INFO: man/src/wait.md found
13:49:12 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:49:12 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:49:12 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:49:12 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:49:12 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:49:12 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:49:12 ~/rpmbuild/BUILD/src
13:49:12 + popd
13:49:12 + exit 0
13:49:12 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7c8Ani
13:49:12 + umask 022
13:49:12 + cd /root/rpmbuild/BUILD
13:49:12 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64 '!=' / ']'
13:49:12 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:12 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:12 + mkdir -p /root/rpmbuild/BUILDROOT
13:49:12 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:12 + cd src
13:49:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin
13:49:12 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin/docker
13:49:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/bash-completion/completions
13:49:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/zsh/vendor-completions
13:49:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/fish/vendor_completions.d
13:49:12 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/bash-completion/completions/docker
13:49:12 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/zsh/vendor-completions/_docker
13:49:12 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:49:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/man/man1
13:49:12 + 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-show.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-config.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.20220503081348.bfa9b40-0.el8.x86_64/usr/share/man/man1
13:49:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/man/man5
13:49:12 + 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.20220503081348.bfa9b40-0.el8.x86_64/usr/share/man/man5
13:49:12 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/man/man8
13:49:12 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/man/man8
13:49:12 + mkdir -p build-docs
13:49:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:12 + cp cli/LICENSE build-docs/LICENSE
13:49:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:12 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:49:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:12 + cp cli/NOTICE build-docs/NOTICE
13:49:12 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:12 + cp cli/README.md build-docs/README.md
13:49:12 + /usr/lib/rpm/check-buildroot
13:49:12 + /usr/lib/rpm/redhat/brp-ldconfig
13:49:12 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:49:12 + /usr/lib/rpm/brp-compress
13:49:12 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:49:12 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:49:12 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:49:12 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:49:12 + /usr/lib/rpm/brp-python-hardlink
13:49:12 + PYTHON3=/usr/libexec/platform-python
13:49:12 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:49:12 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Hw80xh
13:49:12 + umask 022
13:49:12 + cd /root/rpmbuild/BUILD
13:49:12 + cd src
13:49:12 ++ cli/build/docker --version
13:49:12 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:49:12 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40' = 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:49:12 + echo 'PASS: cli version OK'
13:49:12 PASS: cli version OK
13:49:12 + exit 0
13:49:12 Processing files: docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:12 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Y70F4e
13:49:12 + umask 022
13:49:12 + cd /root/rpmbuild/BUILD
13:49:12 + cd src
13:49:12 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:49:12 + export LC_ALL=C
13:49:12 + LC_ALL=C
13:49:12 + export DOCDIR
13:49:12 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:49:12 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:49:12 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:49:12 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:49:12 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:49:12 + exit 0
13:49:12 Provides: docker-ce-cli = 1:0.0.0.20220503081348.bfa9b40-0.el8 docker-ce-cli(x86-64) = 1:0.0.0.20220503081348.bfa9b40-0.el8
13:49:12 Requires(interp): /bin/sh
13:49:12 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:49:12 Requires(post): /bin/sh
13:49:12 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
13:49:12 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:49:12 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
13:49:12 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:12 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.src.rpm
13:49:12 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64.rpm
13:49:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ggjrej
13:49:12 + umask 022
13:49:12 + cd /root/rpmbuild/BUILD
13:49:12 + cd src
13:49:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:12 + exit 0
13:49:12 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DSla2f
13:49:12 + umask 022
13:49:12 + cd /root/rpmbuild/BUILD
13:49:12 + cd /root/rpmbuild/BUILD
13:49:12 + rm -rf src
13:49:12 + /usr/bin/mkdir -p src
13:49:12 + cd src
13:49:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:49:12 + /usr/bin/tar -xof -
13:49:12 + STATUS=0
13:49:12 + '[' 0 -ne 0 ']'
13:49:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:49:12 + /usr/bin/tar -xof -
13:49:13 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:13 + STATUS=0
13:49:13 + '[' 0 -ne 0 ']'
13:49:13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:49:13 + exit 0
13:49:13 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oFM8jg
13:49:13 + umask 022
13:49:13 + cd /root/rpmbuild/BUILD
13:49:13 + cd src
13:49:13 + export DOCKER_GITCOMMIT=613b798
13:49:13 + DOCKER_GITCOMMIT=613b798
13:49:13 + mkdir -p /go/src/github.com/docker
13:49:13 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:49:13 + TMP_GOPATH=/go
13:49:13 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:49:13 + RM_GOPATH=0
13:49:13 + TMP_GOPATH=/go
13:49:13 + : /usr/local/bin
13:49:13 + '[' -z /go ']'
13:49:13 + export GOPATH=/go
13:49:13 + GOPATH=/go
13:49:13 + case "$(go env GOARCH)" in
13:49:13 ++ go env GOARCH
13:49:13 + export GO_BUILDMODE=-buildmode=pie
13:49:13 + GO_BUILDMODE=-buildmode=pie
13:49:13 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:49:13 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:49:13 + bin=rootlesskit
13:49:13 + shift
13:49:13 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:49:13 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:49:13 ++ : 1920341cd41e047834a21007424162a2dc946315
13:49:13 + install_rootlesskit dynamic
13:49:13 + case "$1" in
13:49:13 + install_rootlesskit_dynamic
13:49:13 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:49:13 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:49:13 + export BUILD_MODE=-buildmode=pie
13:49:13 + BUILD_MODE=-buildmode=pie
13:49:13 + _install_rootlesskit
13:49:13 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:49:13 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:49:13 + for f in rootlesskit rootlesskit-docker-proxy
13:49:13 + GOBIN=/usr/local/bin
13:49:13 + GO111MODULE=on
13:49:13 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:49:13 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:49:13 go: downloading github.com/stretchr/testify v1.7.0
13:49:13 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:49:13 go: downloading github.com/rivo/uniseg v0.2.0
13:49:13 go: downloading github.com/klauspost/compress v1.15.1
13:49:13 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:49:13 go: downloading github.com/moby/sys/symlink v0.2.0
13:49:13 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:49:13 go: downloading github.com/opencontainers/runc v1.1.1
13:49:13 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:49:13 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:49:13 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:49:13 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:49:13 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:49:13 go: downloading google.golang.org/grpc v1.45.0
13:49:13 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:49:13 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:49:13 go: downloading github.com/russross/blackfriday v1.6.0
13:49:13 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:49:13 go: downloading github.com/Microsoft/go-winio v0.5.2
13:49:13 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:49:13 go: downloading github.com/davecgh/go-spew v1.1.1
13:49:13 go: downloading github.com/pmezard/go-difflib v1.0.0
13:49:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:49:13 go: downloading github.com/miekg/pkcs11 v1.1.1
13:49:13 go: downloading github.com/prometheus/client_golang v1.12.1
13:49:13 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:49:13 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:49:13 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:49:13 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:49:13 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:49:13 go: downloading github.com/golang/protobuf v1.5.2
13:49:13 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:49:13 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:49:15 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:15 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:49:15 go: downloading github.com/stretchr/testify v1.7.0
13:49:15 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:49:15 go: downloading github.com/rivo/uniseg v0.2.0
13:49:15 go: downloading github.com/klauspost/compress v1.15.1
13:49:15 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:49:15 go: downloading github.com/moby/sys/symlink v0.2.0
13:49:15 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:49:15 go: downloading github.com/opencontainers/runc v1.1.1
13:49:15 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:49:15 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:49:15 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:49:15 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:49:15 go: downloading google.golang.org/grpc v1.45.0
13:49:15 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:49:15 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:49:15 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:49:15 go: downloading github.com/russross/blackfriday v1.6.0
13:49:15 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:49:15 go: downloading github.com/Microsoft/go-winio v0.5.2
13:49:15 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:49:15 go: downloading github.com/davecgh/go-spew v1.1.1
13:49:15 go: downloading github.com/pmezard/go-difflib v1.0.0
13:49:15 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:49:15 go: downloading github.com/miekg/pkcs11 v1.1.1
13:49:15 go: downloading github.com/prometheus/client_golang v1.12.1
13:49:15 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:49:15 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:49:15 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:49:15 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:49:15 go: downloading github.com/golang/protobuf v1.5.2
13:49:15 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:49:15 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:49:15 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:49:15 go: downloading github.com/beorn7/perks v1.0.1
13:49:15 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:49:15 go: downloading github.com/prometheus/client_model v0.2.0
13:49:15 go: downloading github.com/prometheus/common v0.32.1
13:49:15 go: downloading github.com/prometheus/procfs v0.7.3
13:49:15 go: downloading google.golang.org/protobuf v1.27.1
13:49:15 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:49:15 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:49:15 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:49:15 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:49:15 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:49:15 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:49:15 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:49:15 go: downloading github.com/docker/go-metrics v0.0.1
13:49:15 go: downloading github.com/kr/text v0.2.0
13:49:15 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:49:15 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:49:15 go: downloading github.com/BurntSushi/toml v0.3.1
13:49:16 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:49:16 go: downloading github.com/stretchr/testify v1.7.0
13:49:16 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:49:16 go: downloading github.com/rivo/uniseg v0.2.0
13:49:16 go: downloading github.com/klauspost/compress v1.15.1
13:49:16 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:49:16 go: downloading github.com/moby/sys/symlink v0.2.0
13:49:16 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:49:16 go: downloading github.com/opencontainers/runc v1.1.1
13:49:16 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:49:16 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:49:16 go: downloading github.com/kr/pretty v0.2.1
13:49:16 go: downloading github.com/magiconair/properties v1.5.3
13:49:16 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:49:16 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:49:16 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:49:16 + go mod vendor -modfile=vendor.mod
13:49:16 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:49:16 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:49:16 go: downloading google.golang.org/grpc v1.45.0
13:49:17 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:17 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:49:17 ++ pwd
13:49:17 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:49:17 Project root: .
13:49:17 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:17 INFO: man/src/attach.md found
13:49:17 WARN: man/src/build.md does not exist, skipping
13:49:17 WARN: man/src/builder/build.md does not exist, skipping
13:49:17 WARN: man/src/builder/prune.md does not exist, skipping
13:49:17 WARN: man/src/builder.md does not exist, skipping
13:49:17 WARN: man/src/checkpoint/create.md does not exist, skipping
13:49:17 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:49:17 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:49:17 WARN: man/src/checkpoint.md does not exist, skipping
13:49:17 INFO: man/src/commit.md found
13:49:17 WARN: man/src/config/create.md does not exist, skipping
13:49:17 WARN: man/src/config/inspect.md does not exist, skipping
13:49:17 WARN: man/src/config/ls.md does not exist, skipping
13:49:17 WARN: man/src/config/rm.md does not exist, skipping
13:49:17 WARN: man/src/config.md does not exist, skipping
13:49:17 INFO: man/src/container/attach.md found
13:49:17 INFO: man/src/container/commit.md found
13:49:17 INFO: man/src/container/cp.md found
13:49:17 INFO: man/src/container/create.md found
13:49:17 INFO: man/src/container/diff.md found
13:49:17 INFO: man/src/container/exec.md found
13:49:17 INFO: man/src/container/export.md found
13:49:17 WARN: man/src/container/inspect.md does not exist, skipping
13:49:17 INFO: man/src/container/kill.md found
13:49:17 INFO: man/src/container/logs.md found
13:49:17 INFO: man/src/container/ls.md found
13:49:17 INFO: man/src/container/pause.md found
13:49:17 INFO: man/src/container/port.md found
13:49:17 WARN: man/src/container/prune.md does not exist, skipping
13:49:17 INFO: man/src/container/rename.md found
13:49:17 INFO: man/src/container/restart.md found
13:49:17 INFO: man/src/container/rm.md found
13:49:17 INFO: man/src/container/run.md found
13:49:17 INFO: man/src/container/start.md found
13:49:17 INFO: man/src/container/stats.md found
13:49:17 INFO: man/src/container/stop.md found
13:49:17 INFO: man/src/container/top.md found
13:49:17 INFO: man/src/container/unpause.md found
13:49:17 INFO: man/src/container/update.md found
13:49:17 INFO: man/src/container/wait.md found
13:49:17 WARN: man/src/container.md does not exist, skipping
13:49:17 WARN: man/src/context/create.md does not exist, skipping
13:49:17 WARN: man/src/context/export.md does not exist, skipping
13:49:17 WARN: man/src/context/import.md does not exist, skipping
13:49:17 WARN: man/src/context/inspect.md does not exist, skipping
13:49:17 WARN: man/src/context/ls.md does not exist, skipping
13:49:17 WARN: man/src/context/rm.md does not exist, skipping
13:49:17 WARN: man/src/context/show.md does not exist, skipping
13:49:17 WARN: man/src/context/update.md does not exist, skipping
13:49:17 WARN: man/src/context/use.md does not exist, skipping
13:49:17 WARN: man/src/context.md does not exist, skipping
13:49:17 INFO: man/src/cp.md found
13:49:17 INFO: man/src/create.md found
13:49:17 INFO: man/src/diff.md found
13:49:17 INFO: man/src/events.md found
13:49:17 INFO: man/src/exec.md found
13:49:17 INFO: man/src/export.md found
13:49:17 INFO: man/src/history.md found
13:49:17 INFO: man/src/image/build.md found
13:49:17 INFO: man/src/image/history.md found
13:49:17 INFO: man/src/image/import.md found
13:49:17 WARN: man/src/image/inspect.md does not exist, skipping
13:49:17 INFO: man/src/image/load.md found
13:49:17 INFO: man/src/image/ls.md found
13:49:17 WARN: man/src/image/prune.md does not exist, skipping
13:49:17 INFO: man/src/image/pull.md found
13:49:17 INFO: man/src/image/push.md found
13:49:17 INFO: man/src/image/rm.md found
13:49:17 INFO: man/src/image/save.md found
13:49:17 INFO: man/src/image/tag.md found
13:49:17 WARN: man/src/image.md does not exist, skipping
13:49:17 INFO: man/src/images.md found
13:49:17 INFO: man/src/import.md found
13:49:17 INFO: man/src/info.md found
13:49:17 INFO: man/src/inspect.md found
13:49:17 INFO: man/src/kill.md found
13:49:17 INFO: man/src/load.md found
13:49:17 INFO: man/src/login.md found
13:49:17 INFO: man/src/logout.md found
13:49:17 INFO: man/src/logs.md found
13:49:17 WARN: man/src/manifest/annotate.md does not exist, skipping
13:49:17 WARN: man/src/manifest/create.md does not exist, skipping
13:49:17 WARN: man/src/manifest/inspect.md does not exist, skipping
13:49:17 WARN: man/src/manifest/push.md does not exist, skipping
13:49:17 WARN: man/src/manifest/rm.md does not exist, skipping
13:49:17 WARN: man/src/manifest.md does not exist, skipping
13:49:17 INFO: man/src/network/connect.md found
13:49:17 INFO: man/src/network/create.md found
13:49:17 INFO: man/src/network/disconnect.md found
13:49:17 INFO: man/src/network/inspect.md found
13:49:17 INFO: man/src/network/ls.md found
13:49:17 WARN: man/src/network/prune.md does not exist, skipping
13:49:17 INFO: man/src/network/rm.md found
13:49:17 WARN: man/src/network.md does not exist, skipping
13:49:17 WARN: man/src/node/demote.md does not exist, skipping
13:49:17 WARN: man/src/node/inspect.md does not exist, skipping
13:49:17 WARN: man/src/node/ls.md does not exist, skipping
13:49:17 WARN: man/src/node/promote.md does not exist, skipping
13:49:17 WARN: man/src/node/ps.md does not exist, skipping
13:49:17 WARN: man/src/node/rm.md does not exist, skipping
13:49:17 WARN: man/src/node/update.md does not exist, skipping
13:49:17 WARN: man/src/node.md does not exist, skipping
13:49:17 INFO: man/src/pause.md found
13:49:17 WARN: man/src/plugin/create.md does not exist, skipping
13:49:17 WARN: man/src/plugin/disable.md does not exist, skipping
13:49:17 WARN: man/src/plugin/enable.md does not exist, skipping
13:49:17 WARN: man/src/plugin/inspect.md does not exist, skipping
13:49:17 WARN: man/src/plugin/install.md does not exist, skipping
13:49:17 INFO: man/src/plugin/ls.md found
13:49:17 WARN: man/src/plugin/push.md does not exist, skipping
13:49:17 WARN: man/src/plugin/rm.md does not exist, skipping
13:49:17 WARN: man/src/plugin/set.md does not exist, skipping
13:49:17 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:49:17 WARN: man/src/plugin.md does not exist, skipping
13:49:17 INFO: man/src/port.md found
13:49:17 INFO: man/src/ps.md found
13:49:17 INFO: man/src/pull.md found
13:49:17 INFO: man/src/push.md found
13:49:17 INFO: man/src/rename.md found
13:49:17 INFO: man/src/restart.md found
13:49:17 INFO: man/src/rm.md found
13:49:17 INFO: man/src/rmi.md found
13:49:17 WARN: man/src/run.md does not exist, skipping
13:49:17 INFO: man/src/save.md found
13:49:17 INFO: man/src/search.md found
13:49:17 WARN: man/src/secret/create.md does not exist, skipping
13:49:17 WARN: man/src/secret/inspect.md does not exist, skipping
13:49:17 WARN: man/src/secret/ls.md does not exist, skipping
13:49:17 WARN: man/src/secret/rm.md does not exist, skipping
13:49:17 WARN: man/src/secret.md does not exist, skipping
13:49:17 WARN: man/src/service/create.md does not exist, skipping
13:49:17 WARN: man/src/service/inspect.md does not exist, skipping
13:49:17 WARN: man/src/service/logs.md does not exist, skipping
13:49:17 WARN: man/src/service/ls.md does not exist, skipping
13:49:17 WARN: man/src/service/ps.md does not exist, skipping
13:49:17 WARN: man/src/service/rm.md does not exist, skipping
13:49:17 WARN: man/src/service/rollback.md does not exist, skipping
13:49:17 WARN: man/src/service/scale.md does not exist, skipping
13:49:17 WARN: man/src/service/update.md does not exist, skipping
13:49:17 WARN: man/src/service.md does not exist, skipping
13:49:17 WARN: man/src/stack/config.md does not exist, skipping
13:49:17 WARN: man/src/stack/deploy.md does not exist, skipping
13:49:17 WARN: man/src/stack/ls.md does not exist, skipping
13:49:17 WARN: man/src/stack/ps.md does not exist, skipping
13:49:17 WARN: man/src/stack/rm.md does not exist, skipping
13:49:17 WARN: man/src/stack/services.md does not exist, skipping
13:49:17 WARN: man/src/stack.md does not exist, skipping
13:49:17 INFO: man/src/start.md found
13:49:17 INFO: man/src/stats.md found
13:49:17 INFO: man/src/stop.md found
13:49:17 WARN: man/src/swarm/ca.md does not exist, skipping
13:49:17 WARN: man/src/swarm/init.md does not exist, skipping
13:49:17 WARN: man/src/swarm/join.md does not exist, skipping
13:49:17 WARN: man/src/swarm/join-token.md does not exist, skipping
13:49:17 WARN: man/src/swarm/leave.md does not exist, skipping
13:49:17 WARN: man/src/swarm/unlock.md does not exist, skipping
13:49:17 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:49:17 WARN: man/src/swarm/update.md does not exist, skipping
13:49:17 WARN: man/src/swarm.md does not exist, skipping
13:49:17 WARN: man/src/system/df.md does not exist, skipping
13:49:17 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:49:17 INFO: man/src/system/events.md found
13:49:17 INFO: man/src/system/info.md found
13:49:17 WARN: man/src/system/prune.md does not exist, skipping
13:49:17 WARN: man/src/system.md does not exist, skipping
13:49:17 INFO: man/src/tag.md found
13:49:17 INFO: man/src/top.md found
13:49:17 WARN: man/src/trust/inspect.md does not exist, skipping
13:49:17 WARN: man/src/trust/key/generate.md does not exist, skipping
13:49:17 WARN: man/src/trust/key/load.md does not exist, skipping
13:49:17 WARN: man/src/trust/key.md does not exist, skipping
13:49:17 WARN: man/src/trust/revoke.md does not exist, skipping
13:49:17 WARN: man/src/trust/sign.md does not exist, skipping
13:49:17 WARN: man/src/trust/signer/add.md does not exist, skipping
13:49:17 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:49:17 WARN: man/src/trust/signer.md does not exist, skipping
13:49:17 WARN: man/src/trust.md does not exist, skipping
13:49:17 INFO: man/src/unpause.md found
13:49:17 INFO: man/src/update.md found
13:49:17 INFO: man/src/version.md found
13:49:17 INFO: man/src/volume/create.md found
13:49:17 INFO: man/src/volume/inspect.md found
13:49:17 INFO: man/src/volume/ls.md found
13:49:17 WARN: man/src/volume/prune.md does not exist, skipping
13:49:17 WARN: man/src/volume/rm.md does not exist, skipping
13:49:17 INFO: man/src/volume.md found
13:49:17 INFO: man/src/wait.md found
13:49:17 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:49:17 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:49:17 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:49:17 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:49:17 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:49:17 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:49:17 make[2]: Leaving directory '/root/build-deb/cli'
13:49:17 # Build buildx plugin
13:49:17 cd /go/src/github.com/docker/buildx \
13:49:17 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:17 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:49:17 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:49:17 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:49:17 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:49:17 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:49:17 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:49:17 go: downloading github.com/Microsoft/go-winio v0.5.2
13:49:17 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:49:17 go: downloading github.com/russross/blackfriday v1.6.0
13:49:17 go: downloading github.com/davecgh/go-spew v1.1.1
13:49:17 go: downloading github.com/pmezard/go-difflib v1.0.0
13:49:17 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:49:18 go: downloading github.com/miekg/pkcs11 v1.1.1
13:49:18 go: downloading github.com/prometheus/client_golang v1.12.1
13:49:18 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:49:18 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:49:18 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:49:18 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:49:19 go: downloading github.com/golang/protobuf v1.5.2
13:49:19 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:49:20 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:49:20 go: downloading github.com/stretchr/testify v1.7.0
13:49:20 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:49:20 go: downloading github.com/rivo/uniseg v0.2.0
13:49:20 go: downloading github.com/klauspost/compress v1.15.1
13:49:20 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:49:20 go: downloading github.com/moby/sys/symlink v0.2.0
13:49:20 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:49:20 go: downloading github.com/opencontainers/runc v1.1.1
13:49:20 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:49:20 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:49:20 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:49:20 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:49:20 go: downloading google.golang.org/grpc v1.45.0
13:49:20 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:49:20 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:49:20 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:49:20 go: downloading github.com/russross/blackfriday v1.6.0
13:49:20 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:49:20 go: downloading github.com/Microsoft/go-winio v0.5.2
13:49:20 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:49:20 go: downloading github.com/davecgh/go-spew v1.1.1
13:49:20 go: downloading github.com/pmezard/go-difflib v1.0.0
13:49:20 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:49:20 go: downloading github.com/miekg/pkcs11 v1.1.1
13:49:20 go: downloading github.com/prometheus/client_golang v1.12.1
13:49:20 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:49:20 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:49:20 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:49:20 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:49:20 go: downloading github.com/golang/protobuf v1.5.2
13:49:20 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:49:21 #17 92.66 + xx-verify --static /usr/bin/buildx
13:49:21 #17 DONE 93.2s
13:49:21 
13:49:21 #18 [linux/arm/v7 binaries-unix 1/1] COPY --from=buildx-build /usr/bin/buildx /
13:49:21 #18 DONE 0.0s
13:49:21 
13:49:21 #19 exporting to client
13:49:21 #19 copying files linux/arm/v7 7.96MB 0.1s
13:49:21 #19 copying files linux/arm/v7 42.02MB 0.6s done
13:49:21 #19 DONE 0.6s
13:49:21 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm/v7 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm/v7/docker-0.0.0-20220503081348-bfa9b40.tar.tgz docker
13:49:21 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:49:21 go: downloading github.com/beorn7/perks v1.0.1
13:49:21 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:49:21 go: downloading github.com/prometheus/client_model v0.2.0
13:49:21 go: downloading github.com/prometheus/common v0.32.1
13:49:21 go: downloading github.com/prometheus/procfs v0.7.3
13:49:21 go: downloading google.golang.org/protobuf v1.27.1
13:49:21 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:49:21 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:49:21 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:49:21 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:49:21 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:49:21 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:49:21 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:49:21 go: downloading github.com/kr/text v0.2.0
13:49:21 go: downloading github.com/urfave/cli/v2 v2.4.0
13:49:21 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:49:21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:49:21 go: downloading github.com/google/uuid v1.3.0
13:49:21 go: downloading github.com/moby/vpnkit v0.5.0
13:49:21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:49:21 go: downloading github.com/gofrs/flock v0.8.1
13:49:21 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:49:21 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:49:21 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:49:22 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:49:22 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:49:22 go: downloading github.com/beorn7/perks v1.0.1
13:49:22 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:49:22 go: downloading github.com/prometheus/client_model v0.2.0
13:49:22 go: downloading github.com/prometheus/common v0.32.1
13:49:22 go: downloading github.com/prometheus/procfs v0.7.3
13:49:22 go: downloading google.golang.org/protobuf v1.27.1
13:49:22 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:49:22 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:49:22 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:49:22 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:49:22 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:49:22 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:49:22 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:49:22 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:49:22 ++ pwd
13:49:22 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:49:22 Project root: .
13:49:22 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:22 INFO: man/src/attach.md found
13:49:22 WARN: man/src/build.md does not exist, skipping
13:49:22 WARN: man/src/builder/build.md does not exist, skipping
13:49:22 WARN: man/src/builder/prune.md does not exist, skipping
13:49:22 WARN: man/src/builder.md does not exist, skipping
13:49:22 WARN: man/src/checkpoint/create.md does not exist, skipping
13:49:22 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:49:22 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:49:22 WARN: man/src/checkpoint.md does not exist, skipping
13:49:22 INFO: man/src/commit.md found
13:49:22 WARN: man/src/config/create.md does not exist, skipping
13:49:22 WARN: man/src/config/inspect.md does not exist, skipping
13:49:22 WARN: man/src/config/ls.md does not exist, skipping
13:49:22 WARN: man/src/config/rm.md does not exist, skipping
13:49:22 WARN: man/src/config.md does not exist, skipping
13:49:22 INFO: man/src/container/attach.md found
13:49:22 INFO: man/src/container/commit.md found
13:49:22 INFO: man/src/container/cp.md found
13:49:22 INFO: man/src/container/create.md found
13:49:22 INFO: man/src/container/diff.md found
13:49:22 INFO: man/src/container/exec.md found
13:49:22 INFO: man/src/container/export.md found
13:49:22 WARN: man/src/container/inspect.md does not exist, skipping
13:49:22 INFO: man/src/container/kill.md found
13:49:22 INFO: man/src/container/logs.md found
13:49:22 INFO: man/src/container/ls.md found
13:49:22 INFO: man/src/container/pause.md found
13:49:22 INFO: man/src/container/port.md found
13:49:22 WARN: man/src/container/prune.md does not exist, skipping
13:49:22 INFO: man/src/container/rename.md found
13:49:22 INFO: man/src/container/restart.md found
13:49:22 INFO: man/src/container/rm.md found
13:49:22 INFO: man/src/container/run.md found
13:49:22 INFO: man/src/container/start.md found
13:49:22 INFO: man/src/container/stats.md found
13:49:22 INFO: man/src/container/stop.md found
13:49:22 INFO: man/src/container/top.md found
13:49:22 INFO: man/src/container/unpause.md found
13:49:22 INFO: man/src/container/update.md found
13:49:22 INFO: man/src/container/wait.md found
13:49:22 WARN: man/src/container.md does not exist, skipping
13:49:22 WARN: man/src/context/create.md does not exist, skipping
13:49:22 WARN: man/src/context/export.md does not exist, skipping
13:49:22 WARN: man/src/context/import.md does not exist, skipping
13:49:22 WARN: man/src/context/inspect.md does not exist, skipping
13:49:22 WARN: man/src/context/ls.md does not exist, skipping
13:49:22 WARN: man/src/context/rm.md does not exist, skipping
13:49:22 WARN: man/src/context/show.md does not exist, skipping
13:49:22 WARN: man/src/context/update.md does not exist, skipping
13:49:22 WARN: man/src/context/use.md does not exist, skipping
13:49:22 WARN: man/src/context.md does not exist, skipping
13:49:22 INFO: man/src/cp.md found
13:49:22 INFO: man/src/create.md found
13:49:22 INFO: man/src/diff.md found
13:49:22 INFO: man/src/events.md found
13:49:22 INFO: man/src/exec.md found
13:49:22 INFO: man/src/export.md found
13:49:22 INFO: man/src/history.md found
13:49:22 INFO: man/src/image/build.md found
13:49:22 INFO: man/src/image/history.md found
13:49:22 INFO: man/src/image/import.md found
13:49:22 WARN: man/src/image/inspect.md does not exist, skipping
13:49:22 INFO: man/src/image/load.md found
13:49:22 INFO: man/src/image/ls.md found
13:49:22 WARN: man/src/image/prune.md does not exist, skipping
13:49:22 INFO: man/src/image/pull.md found
13:49:22 INFO: man/src/image/push.md found
13:49:22 INFO: man/src/image/rm.md found
13:49:22 INFO: man/src/image/save.md found
13:49:22 INFO: man/src/image/tag.md found
13:49:22 WARN: man/src/image.md does not exist, skipping
13:49:22 INFO: man/src/images.md found
13:49:22 INFO: man/src/import.md found
13:49:22 INFO: man/src/info.md found
13:49:22 INFO: man/src/inspect.md found
13:49:22 INFO: man/src/kill.md found
13:49:22 INFO: man/src/load.md found
13:49:22 INFO: man/src/login.md found
13:49:22 INFO: man/src/logout.md found
13:49:22 INFO: man/src/logs.md found
13:49:22 WARN: man/src/manifest/annotate.md does not exist, skipping
13:49:22 WARN: man/src/manifest/create.md does not exist, skipping
13:49:22 WARN: man/src/manifest/inspect.md does not exist, skipping
13:49:22 WARN: man/src/manifest/push.md does not exist, skipping
13:49:22 WARN: man/src/manifest/rm.md does not exist, skipping
13:49:22 WARN: man/src/manifest.md does not exist, skipping
13:49:22 INFO: man/src/network/connect.md found
13:49:22 INFO: man/src/network/create.md found
13:49:22 INFO: man/src/network/disconnect.md found
13:49:22 INFO: man/src/network/inspect.md found
13:49:22 INFO: man/src/network/ls.md found
13:49:22 WARN: man/src/network/prune.md does not exist, skipping
13:49:22 INFO: man/src/network/rm.md found
13:49:22 WARN: man/src/network.md does not exist, skipping
13:49:22 WARN: man/src/node/demote.md does not exist, skipping
13:49:22 WARN: man/src/node/inspect.md does not exist, skipping
13:49:22 WARN: man/src/node/ls.md does not exist, skipping
13:49:22 WARN: man/src/node/promote.md does not exist, skipping
13:49:22 WARN: man/src/node/ps.md does not exist, skipping
13:49:22 WARN: man/src/node/rm.md does not exist, skipping
13:49:22 WARN: man/src/node/update.md does not exist, skipping
13:49:22 WARN: man/src/node.md does not exist, skipping
13:49:22 INFO: man/src/pause.md found
13:49:22 WARN: man/src/plugin/create.md does not exist, skipping
13:49:22 WARN: man/src/plugin/disable.md does not exist, skipping
13:49:22 WARN: man/src/plugin/enable.md does not exist, skipping
13:49:22 WARN: man/src/plugin/inspect.md does not exist, skipping
13:49:22 WARN: man/src/plugin/install.md does not exist, skipping
13:49:22 INFO: man/src/plugin/ls.md found
13:49:22 WARN: man/src/plugin/push.md does not exist, skipping
13:49:22 WARN: man/src/plugin/rm.md does not exist, skipping
13:49:22 WARN: man/src/plugin/set.md does not exist, skipping
13:49:22 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:49:22 WARN: man/src/plugin.md does not exist, skipping
13:49:22 INFO: man/src/port.md found
13:49:22 INFO: man/src/ps.md found
13:49:22 INFO: man/src/pull.md found
13:49:22 INFO: man/src/push.md found
13:49:22 INFO: man/src/rename.md found
13:49:22 INFO: man/src/restart.md found
13:49:22 INFO: man/src/rm.md found
13:49:22 INFO: man/src/rmi.md found
13:49:22 WARN: man/src/run.md does not exist, skipping
13:49:22 INFO: man/src/save.md found
13:49:22 INFO: man/src/search.md found
13:49:22 WARN: man/src/secret/create.md does not exist, skipping
13:49:22 WARN: man/src/secret/inspect.md does not exist, skipping
13:49:22 WARN: man/src/secret/ls.md does not exist, skipping
13:49:22 WARN: man/src/secret/rm.md does not exist, skipping
13:49:22 WARN: man/src/secret.md does not exist, skipping
13:49:22 WARN: man/src/service/create.md does not exist, skipping
13:49:22 WARN: man/src/service/inspect.md does not exist, skipping
13:49:22 WARN: man/src/service/logs.md does not exist, skipping
13:49:22 WARN: man/src/service/ls.md does not exist, skipping
13:49:22 WARN: man/src/service/ps.md does not exist, skipping
13:49:22 WARN: man/src/service/rm.md does not exist, skipping
13:49:22 WARN: man/src/service/rollback.md does not exist, skipping
13:49:22 WARN: man/src/service/scale.md does not exist, skipping
13:49:22 WARN: man/src/service/update.md does not exist, skipping
13:49:22 WARN: man/src/service.md does not exist, skipping
13:49:22 WARN: man/src/stack/config.md does not exist, skipping
13:49:22 WARN: man/src/stack/deploy.md does not exist, skipping
13:49:22 WARN: man/src/stack/ls.md does not exist, skipping
13:49:22 WARN: man/src/stack/ps.md does not exist, skipping
13:49:22 WARN: man/src/stack/rm.md does not exist, skipping
13:49:22 WARN: man/src/stack/services.md does not exist, skipping
13:49:22 WARN: man/src/stack.md does not exist, skipping
13:49:22 INFO: man/src/start.md found
13:49:22 INFO: man/src/stats.md found
13:49:22 INFO: man/src/stop.md found
13:49:22 WARN: man/src/swarm/ca.md does not exist, skipping
13:49:22 WARN: man/src/swarm/init.md does not exist, skipping
13:49:22 WARN: man/src/swarm/join.md does not exist, skipping
13:49:22 WARN: man/src/swarm/join-token.md does not exist, skipping
13:49:22 WARN: man/src/swarm/leave.md does not exist, skipping
13:49:22 WARN: man/src/swarm/unlock.md does not exist, skipping
13:49:22 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:49:22 WARN: man/src/swarm/update.md does not exist, skipping
13:49:22 WARN: man/src/swarm.md does not exist, skipping
13:49:22 WARN: man/src/system/df.md does not exist, skipping
13:49:22 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:49:22 INFO: man/src/system/events.md found
13:49:22 INFO: man/src/system/info.md found
13:49:22 WARN: man/src/system/prune.md does not exist, skipping
13:49:22 WARN: man/src/system.md does not exist, skipping
13:49:22 INFO: man/src/tag.md found
13:49:22 INFO: man/src/top.md found
13:49:22 WARN: man/src/trust/inspect.md does not exist, skipping
13:49:22 WARN: man/src/trust/key/generate.md does not exist, skipping
13:49:22 WARN: man/src/trust/key/load.md does not exist, skipping
13:49:22 WARN: man/src/trust/key.md does not exist, skipping
13:49:22 WARN: man/src/trust/revoke.md does not exist, skipping
13:49:22 WARN: man/src/trust/sign.md does not exist, skipping
13:49:22 WARN: man/src/trust/signer/add.md does not exist, skipping
13:49:22 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:49:22 WARN: man/src/trust/signer.md does not exist, skipping
13:49:22 WARN: man/src/trust.md does not exist, skipping
13:49:22 INFO: man/src/unpause.md found
13:49:22 INFO: man/src/update.md found
13:49:22 INFO: man/src/version.md found
13:49:22 INFO: man/src/volume/create.md found
13:49:22 INFO: man/src/volume/inspect.md found
13:49:22 INFO: man/src/volume/ls.md found
13:49:22 WARN: man/src/volume/prune.md does not exist, skipping
13:49:22 WARN: man/src/volume/rm.md does not exist, skipping
13:49:22 INFO: man/src/volume.md found
13:49:22 INFO: man/src/wait.md found
13:49:22 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:49:22 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:49:22 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:49:22 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:49:22 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:49:22 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:49:22 + popd
13:49:22 ~/rpmbuild/BUILD/src
13:49:22 + RPM_EC=0
13:49:22 ++ jobs -p
13:49:22 + exit 0
13:49:22 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IcrNBh
13:49:22 + umask 022
13:49:22 + cd /root/rpmbuild/BUILD
13:49:22 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64 '!=' / ']'
13:49:22 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:22 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:22 + mkdir -p /root/rpmbuild/BUILDROOT
13:49:22 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:22 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:49:22 + export CFLAGS
13:49:22 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:49:22 + export CXXFLAGS
13:49:22 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:49:22 + export FFLAGS
13:49:22 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:49:22 + export FCFLAGS
13:49:22 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.ld'
13:49:22 + export LDFLAGS
13:49:22 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:49:22 + export LT_SYS_LIBRARY_PATH
13:49:22 + CC=gcc
13:49:22 + export CC
13:49:22 + CXX=g++
13:49:22 + export CXX
13:49:22 + cd src
13:49:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/bin
13:49:22 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/bin/docker
13:49:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/bash-completion/completions
13:49:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/zsh/vendor-completions
13:49:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/fish/vendor_completions.d
13:49:22 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/bash-completion/completions/docker
13:49:22 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/zsh/vendor-completions/_docker
13:49:22 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:49:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/man/man1
13:49:22 + 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-show.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-config.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.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/man/man1
13:49:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/man/man5
13:49:22 + 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.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/man/man5
13:49:22 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/man/man8
13:49:22 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/man/man8
13:49:22 + mkdir -p build-docs
13:49:22 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:22 + cp cli/LICENSE build-docs/LICENSE
13:49:22 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:22 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:49:22 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:22 + cp cli/NOTICE build-docs/NOTICE
13:49:22 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:22 + cp cli/README.md build-docs/README.md
13:49:22 + /usr/lib/rpm/check-buildroot
13:49:22 + /usr/lib/rpm/redhat/brp-ldconfig
13:49:22 + /usr/lib/rpm/brp-compress
13:49:22 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:49:22 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:49:22 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:49:22 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:49:22 + /usr/lib/rpm/check-rpaths
13:49:22 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:49:22 + /usr/lib/rpm/brp-remove-la-files
13:49:22 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:49:22 + /usr/lib/rpm/redhat/brp-python-hardlink
13:49:22 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DBoZr4
13:49:22 + umask 022
13:49:22 + cd /root/rpmbuild/BUILD
13:49:22 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:49:22 + export CFLAGS
13:49:22 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:49:22 + export CXXFLAGS
13:49:22 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:49:22 + export FFLAGS
13:49:22 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:49:22 + export FCFLAGS
13:49:22 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.ld'
13:49:22 + export LDFLAGS
13:49:22 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:49:22 + export LT_SYS_LIBRARY_PATH
13:49:22 + CC=gcc
13:49:22 + export CC
13:49:22 + CXX=g++
13:49:22 + export CXX
13:49:22 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:49:22 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220503081348.bfa9b40-0.fc36 aarch64
13:49:22 + cd src
13:49:22 ++ cli/build/docker --version
13:49:22 PASS: cli version OK
13:49:22 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:49:22 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40' = 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:49:22 + echo 'PASS: cli version OK'
13:49:22 + RPM_EC=0
13:49:22 ++ jobs -p
13:49:22 + exit 0
13:49:22 Processing files: docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:22 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VMvgqc
13:49:22 + umask 022
13:49:22 + cd /root/rpmbuild/BUILD
13:49:22 + cd src
13:49:22 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:49:22 + export LC_ALL=C
13:49:22 + LC_ALL=C
13:49:22 + export DOCDIR
13:49:22 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:49:22 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:49:22 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:49:22 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:49:22 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:49:22 + RPM_EC=0
13:49:22 ++ jobs -p
13:49:22 + exit 0
13:49:22 Provides: docker-ce-cli = 1:0.0.0.20220503081348.bfa9b40-0.fc36 docker-ce-cli(aarch-64) = 1:0.0.0.20220503081348.bfa9b40-0.fc36
13:49:22 Requires(interp): /bin/sh
13:49:22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:49:22 Requires(post): /bin/sh
13:49:22 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
13:49:22 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:49:22 Recommends: docker-buildx-plugin docker-compose-plugin
13:49:22 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:22 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.src.rpm
13:49:22 go: downloading github.com/docker/go-metrics v0.0.1
13:49:22 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:49:22 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:49:22 go: downloading github.com/BurntSushi/toml v0.3.1
13:49:22 go: downloading github.com/kr/pretty v0.2.1
13:49:22 go: downloading github.com/magiconair/properties v1.5.3
13:49:22 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:49:22 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:49:22 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:49:22 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:49:22 go: downloading github.com/stretchr/testify v1.7.0
13:49:22 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:49:22 go: downloading github.com/rivo/uniseg v0.2.0
13:49:22 go: downloading github.com/klauspost/compress v1.15.1
13:49:22 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:49:22 go: downloading github.com/moby/sys/symlink v0.2.0
13:49:22 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:49:22 go: downloading github.com/opencontainers/runc v1.1.1
13:49:22 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:49:22 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:49:22 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:49:22 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:49:22 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:49:22 go: downloading google.golang.org/grpc v1.45.0
13:49:22 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:49:22 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:49:22 go: downloading github.com/russross/blackfriday v1.6.0
13:49:22 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:49:22 go: downloading github.com/Microsoft/go-winio v0.5.2
13:49:22 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:49:22 go: downloading github.com/davecgh/go-spew v1.1.1
13:49:22 go: downloading github.com/pmezard/go-difflib v1.0.0
13:49:22 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:49:22 go: downloading github.com/miekg/pkcs11 v1.1.1
13:49:22 go: downloading github.com/prometheus/client_golang v1.12.1
13:49:22 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:49:22 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:49:22 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:49:22 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:49:22 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:49:22 go: downloading github.com/golang/protobuf v1.5.2
13:49:22 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:49:22 + go mod vendor -modfile=vendor.mod
13:49:22 go: downloading github.com/docker/go-metrics v0.0.1
13:49:22 go: downloading github.com/kr/text v0.2.0
13:49:22 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:49:22 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:49:22 go: downloading github.com/BurntSushi/toml v0.3.1
13:49:22 go: downloading github.com/kr/pretty v0.2.1
13:49:22 go: downloading github.com/magiconair/properties v1.5.3
13:49:22 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:49:22 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:49:22 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:49:22 + go mod vendor -modfile=vendor.mod
13:49:23 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:49:23 ++ pwd
13:49:23 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:49:23 Project root: .
13:49:23 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:23 INFO: man/src/attach.md found
13:49:23 WARN: man/src/build.md does not exist, skipping
13:49:23 WARN: man/src/builder/build.md does not exist, skipping
13:49:23 WARN: man/src/builder/prune.md does not exist, skipping
13:49:23 WARN: man/src/builder.md does not exist, skipping
13:49:23 WARN: man/src/checkpoint/create.md does not exist, skipping
13:49:23 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:49:23 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:49:23 WARN: man/src/checkpoint.md does not exist, skipping
13:49:23 INFO: man/src/commit.md found
13:49:23 WARN: man/src/config/create.md does not exist, skipping
13:49:23 WARN: man/src/config/inspect.md does not exist, skipping
13:49:23 WARN: man/src/config/ls.md does not exist, skipping
13:49:23 WARN: man/src/config/rm.md does not exist, skipping
13:49:23 WARN: man/src/config.md does not exist, skipping
13:49:23 INFO: man/src/container/attach.md found
13:49:23 INFO: man/src/container/commit.md found
13:49:23 INFO: man/src/container/cp.md found
13:49:23 INFO: man/src/container/create.md found
13:49:23 INFO: man/src/container/diff.md found
13:49:23 INFO: man/src/container/exec.md found
13:49:23 INFO: man/src/container/export.md found
13:49:23 WARN: man/src/container/inspect.md does not exist, skipping
13:49:23 INFO: man/src/container/kill.md found
13:49:23 INFO: man/src/container/logs.md found
13:49:23 INFO: man/src/container/ls.md found
13:49:23 INFO: man/src/container/pause.md found
13:49:23 INFO: man/src/container/port.md found
13:49:23 WARN: man/src/container/prune.md does not exist, skipping
13:49:23 INFO: man/src/container/rename.md found
13:49:23 INFO: man/src/container/restart.md found
13:49:23 INFO: man/src/container/rm.md found
13:49:23 INFO: man/src/container/run.md found
13:49:23 INFO: man/src/container/start.md found
13:49:23 INFO: man/src/container/stats.md found
13:49:23 INFO: man/src/container/stop.md found
13:49:23 INFO: man/src/container/top.md found
13:49:23 INFO: man/src/container/unpause.md found
13:49:23 INFO: man/src/container/update.md found
13:49:23 INFO: man/src/container/wait.md found
13:49:23 WARN: man/src/container.md does not exist, skipping
13:49:23 WARN: man/src/context/create.md does not exist, skipping
13:49:23 WARN: man/src/context/export.md does not exist, skipping
13:49:23 WARN: man/src/context/import.md does not exist, skipping
13:49:23 WARN: man/src/context/inspect.md does not exist, skipping
13:49:23 WARN: man/src/context/ls.md does not exist, skipping
13:49:23 WARN: man/src/context/rm.md does not exist, skipping
13:49:23 WARN: man/src/context/show.md does not exist, skipping
13:49:23 WARN: man/src/context/update.md does not exist, skipping
13:49:23 WARN: man/src/context/use.md does not exist, skipping
13:49:23 WARN: man/src/context.md does not exist, skipping
13:49:23 INFO: man/src/cp.md found
13:49:23 INFO: man/src/create.md found
13:49:23 INFO: man/src/diff.md found
13:49:23 INFO: man/src/events.md found
13:49:23 INFO: man/src/exec.md found
13:49:23 INFO: man/src/export.md found
13:49:23 INFO: man/src/history.md found
13:49:23 INFO: man/src/image/build.md found
13:49:23 INFO: man/src/image/history.md found
13:49:23 INFO: man/src/image/import.md found
13:49:23 WARN: man/src/image/inspect.md does not exist, skipping
13:49:23 INFO: man/src/image/load.md found
13:49:23 INFO: man/src/image/ls.md found
13:49:23 WARN: man/src/image/prune.md does not exist, skipping
13:49:23 INFO: man/src/image/pull.md found
13:49:23 INFO: man/src/image/push.md found
13:49:23 INFO: man/src/image/rm.md found
13:49:23 INFO: man/src/image/save.md found
13:49:23 INFO: man/src/image/tag.md found
13:49:23 WARN: man/src/image.md does not exist, skipping
13:49:23 INFO: man/src/images.md found
13:49:23 INFO: man/src/import.md found
13:49:23 INFO: man/src/info.md found
13:49:23 INFO: man/src/inspect.md found
13:49:23 INFO: man/src/kill.md found
13:49:23 INFO: man/src/load.md found
13:49:23 INFO: man/src/login.md found
13:49:23 INFO: man/src/logout.md found
13:49:23 INFO: man/src/logs.md found
13:49:23 WARN: man/src/manifest/annotate.md does not exist, skipping
13:49:23 WARN: man/src/manifest/create.md does not exist, skipping
13:49:23 WARN: man/src/manifest/inspect.md does not exist, skipping
13:49:23 WARN: man/src/manifest/push.md does not exist, skipping
13:49:23 WARN: man/src/manifest/rm.md does not exist, skipping
13:49:23 WARN: man/src/manifest.md does not exist, skipping
13:49:23 INFO: man/src/network/connect.md found
13:49:23 INFO: man/src/network/create.md found
13:49:23 INFO: man/src/network/disconnect.md found
13:49:23 INFO: man/src/network/inspect.md found
13:49:23 INFO: man/src/network/ls.md found
13:49:23 WARN: man/src/network/prune.md does not exist, skipping
13:49:23 INFO: man/src/network/rm.md found
13:49:23 WARN: man/src/network.md does not exist, skipping
13:49:23 WARN: man/src/node/demote.md does not exist, skipping
13:49:23 WARN: man/src/node/inspect.md does not exist, skipping
13:49:23 WARN: man/src/node/ls.md does not exist, skipping
13:49:23 WARN: man/src/node/promote.md does not exist, skipping
13:49:23 WARN: man/src/node/ps.md does not exist, skipping
13:49:23 WARN: man/src/node/rm.md does not exist, skipping
13:49:23 WARN: man/src/node/update.md does not exist, skipping
13:49:23 WARN: man/src/node.md does not exist, skipping
13:49:23 INFO: man/src/pause.md found
13:49:23 WARN: man/src/plugin/create.md does not exist, skipping
13:49:23 WARN: man/src/plugin/disable.md does not exist, skipping
13:49:23 WARN: man/src/plugin/enable.md does not exist, skipping
13:49:23 WARN: man/src/plugin/inspect.md does not exist, skipping
13:49:23 WARN: man/src/plugin/install.md does not exist, skipping
13:49:23 INFO: man/src/plugin/ls.md found
13:49:23 WARN: man/src/plugin/push.md does not exist, skipping
13:49:23 WARN: man/src/plugin/rm.md does not exist, skipping
13:49:23 WARN: man/src/plugin/set.md does not exist, skipping
13:49:23 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:49:23 WARN: man/src/plugin.md does not exist, skipping
13:49:23 INFO: man/src/port.md found
13:49:23 INFO: man/src/ps.md found
13:49:23 INFO: man/src/pull.md found
13:49:23 INFO: man/src/push.md found
13:49:23 INFO: man/src/rename.md found
13:49:23 INFO: man/src/restart.md found
13:49:23 INFO: man/src/rm.md found
13:49:23 INFO: man/src/rmi.md found
13:49:23 WARN: man/src/run.md does not exist, skipping
13:49:23 INFO: man/src/save.md found
13:49:23 INFO: man/src/search.md found
13:49:23 WARN: man/src/secret/create.md does not exist, skipping
13:49:23 WARN: man/src/secret/inspect.md does not exist, skipping
13:49:23 WARN: man/src/secret/ls.md does not exist, skipping
13:49:23 WARN: man/src/secret/rm.md does not exist, skipping
13:49:23 WARN: man/src/secret.md does not exist, skipping
13:49:23 WARN: man/src/service/create.md does not exist, skipping
13:49:23 WARN: man/src/service/inspect.md does not exist, skipping
13:49:23 WARN: man/src/service/logs.md does not exist, skipping
13:49:23 WARN: man/src/service/ls.md does not exist, skipping
13:49:23 WARN: man/src/service/ps.md does not exist, skipping
13:49:23 WARN: man/src/service/rm.md does not exist, skipping
13:49:23 WARN: man/src/service/rollback.md does not exist, skipping
13:49:23 WARN: man/src/service/scale.md does not exist, skipping
13:49:23 WARN: man/src/service/update.md does not exist, skipping
13:49:23 WARN: man/src/service.md does not exist, skipping
13:49:23 WARN: man/src/stack/config.md does not exist, skipping
13:49:23 WARN: man/src/stack/deploy.md does not exist, skipping
13:49:23 WARN: man/src/stack/ls.md does not exist, skipping
13:49:23 WARN: man/src/stack/ps.md does not exist, skipping
13:49:23 WARN: man/src/stack/rm.md does not exist, skipping
13:49:23 WARN: man/src/stack/services.md does not exist, skipping
13:49:23 WARN: man/src/stack.md does not exist, skipping
13:49:23 INFO: man/src/start.md found
13:49:23 INFO: man/src/stats.md found
13:49:23 INFO: man/src/stop.md found
13:49:23 WARN: man/src/swarm/ca.md does not exist, skipping
13:49:23 WARN: man/src/swarm/init.md does not exist, skipping
13:49:23 WARN: man/src/swarm/join.md does not exist, skipping
13:49:23 WARN: man/src/swarm/join-token.md does not exist, skipping
13:49:23 WARN: man/src/swarm/leave.md does not exist, skipping
13:49:23 WARN: man/src/swarm/unlock.md does not exist, skipping
13:49:23 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:49:23 WARN: man/src/swarm/update.md does not exist, skipping
13:49:23 WARN: man/src/swarm.md does not exist, skipping
13:49:23 WARN: man/src/system/df.md does not exist, skipping
13:49:23 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:49:23 INFO: man/src/system/events.md found
13:49:23 INFO: man/src/system/info.md found
13:49:23 WARN: man/src/system/prune.md does not exist, skipping
13:49:23 WARN: man/src/system.md does not exist, skipping
13:49:23 INFO: man/src/tag.md found
13:49:23 INFO: man/src/top.md found
13:49:23 WARN: man/src/trust/inspect.md does not exist, skipping
13:49:23 WARN: man/src/trust/key/generate.md does not exist, skipping
13:49:23 WARN: man/src/trust/key/load.md does not exist, skipping
13:49:23 WARN: man/src/trust/key.md does not exist, skipping
13:49:23 WARN: man/src/trust/revoke.md does not exist, skipping
13:49:23 WARN: man/src/trust/sign.md does not exist, skipping
13:49:23 WARN: man/src/trust/signer/add.md does not exist, skipping
13:49:23 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:49:23 WARN: man/src/trust/signer.md does not exist, skipping
13:49:23 WARN: man/src/trust.md does not exist, skipping
13:49:23 INFO: man/src/unpause.md found
13:49:23 INFO: man/src/update.md found
13:49:23 INFO: man/src/version.md found
13:49:23 INFO: man/src/volume/create.md found
13:49:23 INFO: man/src/volume/inspect.md found
13:49:23 INFO: man/src/volume/ls.md found
13:49:23 WARN: man/src/volume/prune.md does not exist, skipping
13:49:23 WARN: man/src/volume/rm.md does not exist, skipping
13:49:23 INFO: man/src/volume.md found
13:49:23 INFO: man/src/wait.md found
13:49:23 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:49:23 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:49:23 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:49:23 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:49:23 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:49:23 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:49:23 make[2]: Leaving directory '/root/build-deb/cli'
13:49:23 # Build buildx plugin
13:49:23 cd /go/src/github.com/docker/buildx \
13:49:23 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:23 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:49:23 + tar -C /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm/v7 -c -z -f /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm/v7/docker-buildx-plugin-0.8.2.tar.gz docker-buildx
13:49:25 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:49:25 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:49:25 go: downloading github.com/beorn7/perks v1.0.1
13:49:25 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:49:25 go: downloading github.com/prometheus/client_model v0.2.0
13:49:25 go: downloading github.com/prometheus/common v0.32.1
13:49:25 go: downloading github.com/prometheus/procfs v0.7.3
13:49:25 go: downloading google.golang.org/protobuf v1.27.1
13:49:25 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:49:25 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:49:25 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:49:25 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:49:25 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:49:25 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:49:25 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:49:25 # Build the compose plugin
13:49:25 # FIXME: using GOPROXY, to work around:
13:49:25 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:49:25 cd /go/src/github.com/docker/compose \
13:49:25 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:49:25 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:25 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:49:25 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:49:26 go: downloading github.com/docker/go-metrics v0.0.1
13:49:26 go: downloading github.com/kr/text v0.2.0
13:49:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:49:26 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:49:26 ++ pwd
13:49:26 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:49:26 Project root: .
13:49:26 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:26 INFO: man/src/attach.md found
13:49:26 WARN: man/src/build.md does not exist, skipping
13:49:26 WARN: man/src/builder/build.md does not exist, skipping
13:49:26 WARN: man/src/builder/prune.md does not exist, skipping
13:49:26 WARN: man/src/builder.md does not exist, skipping
13:49:26 WARN: man/src/checkpoint/create.md does not exist, skipping
13:49:26 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:49:26 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:49:26 WARN: man/src/checkpoint.md does not exist, skipping
13:49:26 INFO: man/src/commit.md found
13:49:26 WARN: man/src/config/create.md does not exist, skipping
13:49:26 WARN: man/src/config/inspect.md does not exist, skipping
13:49:26 WARN: man/src/config/ls.md does not exist, skipping
13:49:26 WARN: man/src/config/rm.md does not exist, skipping
13:49:26 WARN: man/src/config.md does not exist, skipping
13:49:26 INFO: man/src/container/attach.md found
13:49:26 INFO: man/src/container/commit.md found
13:49:26 INFO: man/src/container/cp.md found
13:49:26 INFO: man/src/container/create.md found
13:49:26 INFO: man/src/container/diff.md found
13:49:26 INFO: man/src/container/exec.md found
13:49:26 INFO: man/src/container/export.md found
13:49:26 WARN: man/src/container/inspect.md does not exist, skipping
13:49:26 INFO: man/src/container/kill.md found
13:49:26 INFO: man/src/container/logs.md found
13:49:26 INFO: man/src/container/ls.md found
13:49:26 INFO: man/src/container/pause.md found
13:49:26 INFO: man/src/container/port.md found
13:49:26 WARN: man/src/container/prune.md does not exist, skipping
13:49:26 INFO: man/src/container/rename.md found
13:49:26 INFO: man/src/container/restart.md found
13:49:26 INFO: man/src/container/rm.md found
13:49:26 INFO: man/src/container/run.md found
13:49:26 INFO: man/src/container/start.md found
13:49:26 INFO: man/src/container/stats.md found
13:49:26 INFO: man/src/container/stop.md found
13:49:26 INFO: man/src/container/top.md found
13:49:26 INFO: man/src/container/unpause.md found
13:49:26 INFO: man/src/container/update.md found
13:49:26 INFO: man/src/container/wait.md found
13:49:26 WARN: man/src/container.md does not exist, skipping
13:49:26 WARN: man/src/context/create.md does not exist, skipping
13:49:26 WARN: man/src/context/export.md does not exist, skipping
13:49:26 WARN: man/src/context/import.md does not exist, skipping
13:49:26 WARN: man/src/context/inspect.md does not exist, skipping
13:49:26 WARN: man/src/context/ls.md does not exist, skipping
13:49:26 WARN: man/src/context/rm.md does not exist, skipping
13:49:26 WARN: man/src/context/show.md does not exist, skipping
13:49:26 WARN: man/src/context/update.md does not exist, skipping
13:49:26 WARN: man/src/context/use.md does not exist, skipping
13:49:26 WARN: man/src/context.md does not exist, skipping
13:49:26 INFO: man/src/cp.md found
13:49:26 INFO: man/src/create.md found
13:49:26 INFO: man/src/diff.md found
13:49:26 INFO: man/src/events.md found
13:49:26 INFO: man/src/exec.md found
13:49:26 INFO: man/src/export.md found
13:49:26 INFO: man/src/history.md found
13:49:26 INFO: man/src/image/build.md found
13:49:26 INFO: man/src/image/history.md found
13:49:26 INFO: man/src/image/import.md found
13:49:26 WARN: man/src/image/inspect.md does not exist, skipping
13:49:26 INFO: man/src/image/load.md found
13:49:26 INFO: man/src/image/ls.md found
13:49:26 WARN: man/src/image/prune.md does not exist, skipping
13:49:26 INFO: man/src/image/pull.md found
13:49:26 INFO: man/src/image/push.md found
13:49:26 INFO: man/src/image/rm.md found
13:49:26 INFO: man/src/image/save.md found
13:49:26 INFO: man/src/image/tag.md found
13:49:26 WARN: man/src/image.md does not exist, skipping
13:49:26 INFO: man/src/images.md found
13:49:26 INFO: man/src/import.md found
13:49:26 INFO: man/src/info.md found
13:49:26 INFO: man/src/inspect.md found
13:49:26 INFO: man/src/kill.md found
13:49:26 INFO: man/src/load.md found
13:49:26 INFO: man/src/login.md found
13:49:26 INFO: man/src/logout.md found
13:49:26 INFO: man/src/logs.md found
13:49:26 WARN: man/src/manifest/annotate.md does not exist, skipping
13:49:26 WARN: man/src/manifest/create.md does not exist, skipping
13:49:26 WARN: man/src/manifest/inspect.md does not exist, skipping
13:49:26 WARN: man/src/manifest/push.md does not exist, skipping
13:49:26 WARN: man/src/manifest/rm.md does not exist, skipping
13:49:26 WARN: man/src/manifest.md does not exist, skipping
13:49:26 INFO: man/src/network/connect.md found
13:49:26 INFO: man/src/network/create.md found
13:49:26 INFO: man/src/network/disconnect.md found
13:49:26 INFO: man/src/network/inspect.md found
13:49:26 INFO: man/src/network/ls.md found
13:49:26 WARN: man/src/network/prune.md does not exist, skipping
13:49:26 INFO: man/src/network/rm.md found
13:49:26 WARN: man/src/network.md does not exist, skipping
13:49:26 WARN: man/src/node/demote.md does not exist, skipping
13:49:26 WARN: man/src/node/inspect.md does not exist, skipping
13:49:26 WARN: man/src/node/ls.md does not exist, skipping
13:49:26 WARN: man/src/node/promote.md does not exist, skipping
13:49:26 WARN: man/src/node/ps.md does not exist, skipping
13:49:26 WARN: man/src/node/rm.md does not exist, skipping
13:49:26 WARN: man/src/node/update.md does not exist, skipping
13:49:26 WARN: man/src/node.md does not exist, skipping
13:49:26 INFO: man/src/pause.md found
13:49:26 WARN: man/src/plugin/create.md does not exist, skipping
13:49:26 WARN: man/src/plugin/disable.md does not exist, skipping
13:49:26 WARN: man/src/plugin/enable.md does not exist, skipping
13:49:26 WARN: man/src/plugin/inspect.md does not exist, skipping
13:49:26 WARN: man/src/plugin/install.md does not exist, skipping
13:49:26 INFO: man/src/plugin/ls.md found
13:49:26 WARN: man/src/plugin/push.md does not exist, skipping
13:49:26 WARN: man/src/plugin/rm.md does not exist, skipping
13:49:26 WARN: man/src/plugin/set.md does not exist, skipping
13:49:26 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:49:26 WARN: man/src/plugin.md does not exist, skipping
13:49:26 INFO: man/src/port.md found
13:49:26 INFO: man/src/ps.md found
13:49:26 INFO: man/src/pull.md found
13:49:26 INFO: man/src/push.md found
13:49:26 INFO: man/src/rename.md found
13:49:26 INFO: man/src/restart.md found
13:49:26 INFO: man/src/rm.md found
13:49:26 INFO: man/src/rmi.md found
13:49:26 WARN: man/src/run.md does not exist, skipping
13:49:26 INFO: man/src/save.md found
13:49:26 INFO: man/src/search.md found
13:49:26 WARN: man/src/secret/create.md does not exist, skipping
13:49:26 WARN: man/src/secret/inspect.md does not exist, skipping
13:49:26 WARN: man/src/secret/ls.md does not exist, skipping
13:49:26 WARN: man/src/secret/rm.md does not exist, skipping
13:49:26 WARN: man/src/secret.md does not exist, skipping
13:49:26 WARN: man/src/service/create.md does not exist, skipping
13:49:26 WARN: man/src/service/inspect.md does not exist, skipping
13:49:26 WARN: man/src/service/logs.md does not exist, skipping
13:49:26 WARN: man/src/service/ls.md does not exist, skipping
13:49:26 WARN: man/src/service/ps.md does not exist, skipping
13:49:26 WARN: man/src/service/rm.md does not exist, skipping
13:49:26 WARN: man/src/service/rollback.md does not exist, skipping
13:49:26 WARN: man/src/service/scale.md does not exist, skipping
13:49:26 WARN: man/src/service/update.md does not exist, skipping
13:49:26 WARN: man/src/service.md does not exist, skipping
13:49:26 WARN: man/src/stack/config.md does not exist, skipping
13:49:26 WARN: man/src/stack/deploy.md does not exist, skipping
13:49:26 WARN: man/src/stack/ls.md does not exist, skipping
13:49:26 WARN: man/src/stack/ps.md does not exist, skipping
13:49:26 WARN: man/src/stack/rm.md does not exist, skipping
13:49:26 WARN: man/src/stack/services.md does not exist, skipping
13:49:26 WARN: man/src/stack.md does not exist, skipping
13:49:26 INFO: man/src/start.md found
13:49:26 INFO: man/src/stats.md found
13:49:26 INFO: man/src/stop.md found
13:49:26 WARN: man/src/swarm/ca.md does not exist, skipping
13:49:26 WARN: man/src/swarm/init.md does not exist, skipping
13:49:26 WARN: man/src/swarm/join.md does not exist, skipping
13:49:26 WARN: man/src/swarm/join-token.md does not exist, skipping
13:49:26 WARN: man/src/swarm/leave.md does not exist, skipping
13:49:26 WARN: man/src/swarm/unlock.md does not exist, skipping
13:49:26 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:49:26 WARN: man/src/swarm/update.md does not exist, skipping
13:49:26 WARN: man/src/swarm.md does not exist, skipping
13:49:26 WARN: man/src/system/df.md does not exist, skipping
13:49:26 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:49:26 INFO: man/src/system/events.md found
13:49:26 INFO: man/src/system/info.md found
13:49:26 WARN: man/src/system/prune.md does not exist, skipping
13:49:26 WARN: man/src/system.md does not exist, skipping
13:49:26 INFO: man/src/tag.md found
13:49:26 INFO: man/src/top.md found
13:49:26 WARN: man/src/trust/inspect.md does not exist, skipping
13:49:26 WARN: man/src/trust/key/generate.md does not exist, skipping
13:49:26 WARN: man/src/trust/key/load.md does not exist, skipping
13:49:26 WARN: man/src/trust/key.md does not exist, skipping
13:49:26 WARN: man/src/trust/revoke.md does not exist, skipping
13:49:26 WARN: man/src/trust/sign.md does not exist, skipping
13:49:26 WARN: man/src/trust/signer/add.md does not exist, skipping
13:49:26 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:49:26 WARN: man/src/trust/signer.md does not exist, skipping
13:49:26 WARN: man/src/trust.md does not exist, skipping
13:49:26 INFO: man/src/unpause.md found
13:49:26 INFO: man/src/update.md found
13:49:26 INFO: man/src/version.md found
13:49:26 INFO: man/src/volume/create.md found
13:49:26 INFO: man/src/volume/inspect.md found
13:49:26 INFO: man/src/volume/ls.md found
13:49:26 WARN: man/src/volume/prune.md does not exist, skipping
13:49:26 WARN: man/src/volume/rm.md does not exist, skipping
13:49:26 INFO: man/src/volume.md found
13:49:26 INFO: man/src/wait.md found
13:49:26 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:49:26 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:49:26 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:49:26 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:49:26 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:49:26 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:49:26 make[2]: Leaving directory '/root/build-deb/cli'
13:49:26 # Build buildx plugin
13:49:26 cd /go/src/github.com/docker/buildx \
13:49:26 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:26 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:49:26 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:49:26 go: downloading github.com/BurntSushi/toml v0.3.1
13:49:26 go: downloading github.com/kr/pretty v0.2.1
13:49:26 go: downloading github.com/magiconair/properties v1.5.3
13:49:26 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:49:26 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:49:26 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:49:26 + go mod vendor -modfile=vendor.mod
13:49:26 + cd /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/linux/arm/v7
13:49:26 + rm -r docker-buildx/ docker/
13:49:26 + tar -zvcf /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/bundles-ce-static-linux-armhf.tar.gz .
13:49:26 ./
13:49:26 ./docker-0.0.0-20220503081348-bfa9b40.tar.tgz
13:49:26 make[2]: Entering directory '/root/build-deb/compose'
13:49:26 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:49:27 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
13:49:27 go: downloading github.com/stretchr/testify v1.7.0
13:49:27 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
13:49:27 go: downloading github.com/rivo/uniseg v0.2.0
13:49:27 go: downloading github.com/klauspost/compress v1.15.1
13:49:27 go: downloading github.com/Microsoft/hcsshim v0.9.2
13:49:27 go: downloading github.com/moby/sys/symlink v0.2.0
13:49:27 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
13:49:27 go: downloading github.com/opencontainers/runc v1.1.1
13:49:27 go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
13:49:27 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
13:49:27 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
13:49:27 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
13:49:27 go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
13:49:27 go: downloading google.golang.org/grpc v1.45.0
13:49:27 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
13:49:27 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
13:49:27 go: downloading github.com/russross/blackfriday v1.6.0
13:49:27 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
13:49:27 go: downloading github.com/Microsoft/go-winio v0.5.2
13:49:27 go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
13:49:27 go: downloading github.com/davecgh/go-spew v1.1.1
13:49:27 go: downloading github.com/pmezard/go-difflib v1.0.0
13:49:27 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
13:49:27 go: downloading github.com/miekg/pkcs11 v1.1.1
13:49:27 go: downloading github.com/prometheus/client_golang v1.12.1
13:49:27 go: downloading github.com/go-sql-driver/mysql v1.5.0
13:49:27 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
13:49:27 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
13:49:27 go: downloading github.com/google/certificate-transparency-go v1.0.20
13:49:27 ./docker-buildx-plugin-0.8.2.tar.gz
13:49:27 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:49:27 ++ pwd
13:49:27 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:49:27 Project root: .
13:49:27 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:27 INFO: man/src/attach.md found
13:49:27 WARN: man/src/build.md does not exist, skipping
13:49:27 WARN: man/src/builder/build.md does not exist, skipping
13:49:27 WARN: man/src/builder/prune.md does not exist, skipping
13:49:27 WARN: man/src/builder.md does not exist, skipping
13:49:27 WARN: man/src/checkpoint/create.md does not exist, skipping
13:49:27 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:49:27 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:49:27 WARN: man/src/checkpoint.md does not exist, skipping
13:49:27 INFO: man/src/commit.md found
13:49:27 WARN: man/src/config/create.md does not exist, skipping
13:49:27 WARN: man/src/config/inspect.md does not exist, skipping
13:49:27 WARN: man/src/config/ls.md does not exist, skipping
13:49:27 WARN: man/src/config/rm.md does not exist, skipping
13:49:27 WARN: man/src/config.md does not exist, skipping
13:49:27 INFO: man/src/container/attach.md found
13:49:27 INFO: man/src/container/commit.md found
13:49:27 INFO: man/src/container/cp.md found
13:49:27 INFO: man/src/container/create.md found
13:49:27 INFO: man/src/container/diff.md found
13:49:27 INFO: man/src/container/exec.md found
13:49:27 INFO: man/src/container/export.md found
13:49:27 WARN: man/src/container/inspect.md does not exist, skipping
13:49:27 INFO: man/src/container/kill.md found
13:49:27 INFO: man/src/container/logs.md found
13:49:27 INFO: man/src/container/ls.md found
13:49:27 INFO: man/src/container/pause.md found
13:49:27 INFO: man/src/container/port.md found
13:49:27 WARN: man/src/container/prune.md does not exist, skipping
13:49:27 INFO: man/src/container/rename.md found
13:49:27 INFO: man/src/container/restart.md found
13:49:27 INFO: man/src/container/rm.md found
13:49:27 INFO: man/src/container/run.md found
13:49:27 INFO: man/src/container/start.md found
13:49:27 INFO: man/src/container/stats.md found
13:49:27 INFO: man/src/container/stop.md found
13:49:27 INFO: man/src/container/top.md found
13:49:27 INFO: man/src/container/unpause.md found
13:49:27 INFO: man/src/container/update.md found
13:49:27 INFO: man/src/container/wait.md found
13:49:27 WARN: man/src/container.md does not exist, skipping
13:49:27 WARN: man/src/context/create.md does not exist, skipping
13:49:27 WARN: man/src/context/export.md does not exist, skipping
13:49:27 WARN: man/src/context/import.md does not exist, skipping
13:49:27 WARN: man/src/context/inspect.md does not exist, skipping
13:49:27 WARN: man/src/context/ls.md does not exist, skipping
13:49:27 WARN: man/src/context/rm.md does not exist, skipping
13:49:27 WARN: man/src/context/show.md does not exist, skipping
13:49:27 WARN: man/src/context/update.md does not exist, skipping
13:49:27 WARN: man/src/context/use.md does not exist, skipping
13:49:27 WARN: man/src/context.md does not exist, skipping
13:49:27 INFO: man/src/cp.md found
13:49:27 INFO: man/src/create.md found
13:49:27 INFO: man/src/diff.md found
13:49:27 INFO: man/src/events.md found
13:49:27 INFO: man/src/exec.md found
13:49:27 INFO: man/src/export.md found
13:49:27 INFO: man/src/history.md found
13:49:27 INFO: man/src/image/build.md found
13:49:27 INFO: man/src/image/history.md found
13:49:27 INFO: man/src/image/import.md found
13:49:27 WARN: man/src/image/inspect.md does not exist, skipping
13:49:27 INFO: man/src/image/load.md found
13:49:27 INFO: man/src/image/ls.md found
13:49:27 WARN: man/src/image/prune.md does not exist, skipping
13:49:27 INFO: man/src/image/pull.md found
13:49:27 INFO: man/src/image/push.md found
13:49:27 INFO: man/src/image/rm.md found
13:49:27 INFO: man/src/image/save.md found
13:49:27 INFO: man/src/image/tag.md found
13:49:27 WARN: man/src/image.md does not exist, skipping
13:49:27 INFO: man/src/images.md found
13:49:27 INFO: man/src/import.md found
13:49:27 INFO: man/src/info.md found
13:49:27 INFO: man/src/inspect.md found
13:49:27 INFO: man/src/kill.md found
13:49:27 INFO: man/src/load.md found
13:49:27 INFO: man/src/login.md found
13:49:27 INFO: man/src/logout.md found
13:49:27 INFO: man/src/logs.md found
13:49:27 WARN: man/src/manifest/annotate.md does not exist, skipping
13:49:27 WARN: man/src/manifest/create.md does not exist, skipping
13:49:27 WARN: man/src/manifest/inspect.md does not exist, skipping
13:49:27 WARN: man/src/manifest/push.md does not exist, skipping
13:49:27 WARN: man/src/manifest/rm.md does not exist, skipping
13:49:27 WARN: man/src/manifest.md does not exist, skipping
13:49:27 INFO: man/src/network/connect.md found
13:49:27 INFO: man/src/network/create.md found
13:49:27 INFO: man/src/network/disconnect.md found
13:49:27 INFO: man/src/network/inspect.md found
13:49:27 INFO: man/src/network/ls.md found
13:49:27 WARN: man/src/network/prune.md does not exist, skipping
13:49:27 INFO: man/src/network/rm.md found
13:49:27 WARN: man/src/network.md does not exist, skipping
13:49:27 WARN: man/src/node/demote.md does not exist, skipping
13:49:27 WARN: man/src/node/inspect.md does not exist, skipping
13:49:27 WARN: man/src/node/ls.md does not exist, skipping
13:49:27 WARN: man/src/node/promote.md does not exist, skipping
13:49:27 WARN: man/src/node/ps.md does not exist, skipping
13:49:27 WARN: man/src/node/rm.md does not exist, skipping
13:49:27 WARN: man/src/node/update.md does not exist, skipping
13:49:27 WARN: man/src/node.md does not exist, skipping
13:49:27 INFO: man/src/pause.md found
13:49:27 WARN: man/src/plugin/create.md does not exist, skipping
13:49:27 WARN: man/src/plugin/disable.md does not exist, skipping
13:49:27 WARN: man/src/plugin/enable.md does not exist, skipping
13:49:27 WARN: man/src/plugin/inspect.md does not exist, skipping
13:49:27 WARN: man/src/plugin/install.md does not exist, skipping
13:49:27 INFO: man/src/plugin/ls.md found
13:49:27 WARN: man/src/plugin/push.md does not exist, skipping
13:49:27 WARN: man/src/plugin/rm.md does not exist, skipping
13:49:27 WARN: man/src/plugin/set.md does not exist, skipping
13:49:27 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:49:27 WARN: man/src/plugin.md does not exist, skipping
13:49:27 INFO: man/src/port.md found
13:49:27 INFO: man/src/ps.md found
13:49:27 INFO: man/src/pull.md found
13:49:27 INFO: man/src/push.md found
13:49:27 INFO: man/src/rename.md found
13:49:27 INFO: man/src/restart.md found
13:49:27 INFO: man/src/rm.md found
13:49:27 INFO: man/src/rmi.md found
13:49:27 WARN: man/src/run.md does not exist, skipping
13:49:27 INFO: man/src/save.md found
13:49:27 INFO: man/src/search.md found
13:49:27 WARN: man/src/secret/create.md does not exist, skipping
13:49:27 WARN: man/src/secret/inspect.md does not exist, skipping
13:49:27 WARN: man/src/secret/ls.md does not exist, skipping
13:49:27 WARN: man/src/secret/rm.md does not exist, skipping
13:49:27 WARN: man/src/secret.md does not exist, skipping
13:49:27 WARN: man/src/service/create.md does not exist, skipping
13:49:27 WARN: man/src/service/inspect.md does not exist, skipping
13:49:27 WARN: man/src/service/logs.md does not exist, skipping
13:49:27 WARN: man/src/service/ls.md does not exist, skipping
13:49:27 WARN: man/src/service/ps.md does not exist, skipping
13:49:27 WARN: man/src/service/rm.md does not exist, skipping
13:49:27 WARN: man/src/service/rollback.md does not exist, skipping
13:49:27 WARN: man/src/service/scale.md does not exist, skipping
13:49:27 WARN: man/src/service/update.md does not exist, skipping
13:49:27 WARN: man/src/service.md does not exist, skipping
13:49:27 WARN: man/src/stack/config.md does not exist, skipping
13:49:27 WARN: man/src/stack/deploy.md does not exist, skipping
13:49:27 WARN: man/src/stack/ls.md does not exist, skipping
13:49:27 WARN: man/src/stack/ps.md does not exist, skipping
13:49:27 WARN: man/src/stack/rm.md does not exist, skipping
13:49:27 WARN: man/src/stack/services.md does not exist, skipping
13:49:27 WARN: man/src/stack.md does not exist, skipping
13:49:27 INFO: man/src/start.md found
13:49:27 INFO: man/src/stats.md found
13:49:27 INFO: man/src/stop.md found
13:49:27 WARN: man/src/swarm/ca.md does not exist, skipping
13:49:27 WARN: man/src/swarm/init.md does not exist, skipping
13:49:27 WARN: man/src/swarm/join.md does not exist, skipping
13:49:27 WARN: man/src/swarm/join-token.md does not exist, skipping
13:49:27 WARN: man/src/swarm/leave.md does not exist, skipping
13:49:27 WARN: man/src/swarm/unlock.md does not exist, skipping
13:49:27 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:49:27 WARN: man/src/swarm/update.md does not exist, skipping
13:49:27 WARN: man/src/swarm.md does not exist, skipping
13:49:27 WARN: man/src/system/df.md does not exist, skipping
13:49:27 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:49:27 INFO: man/src/system/events.md found
13:49:27 INFO: man/src/system/info.md found
13:49:27 WARN: man/src/system/prune.md does not exist, skipping
13:49:27 WARN: man/src/system.md does not exist, skipping
13:49:27 INFO: man/src/tag.md found
13:49:27 INFO: man/src/top.md found
13:49:27 WARN: man/src/trust/inspect.md does not exist, skipping
13:49:27 WARN: man/src/trust/key/generate.md does not exist, skipping
13:49:27 WARN: man/src/trust/key/load.md does not exist, skipping
13:49:27 WARN: man/src/trust/key.md does not exist, skipping
13:49:27 WARN: man/src/trust/revoke.md does not exist, skipping
13:49:27 WARN: man/src/trust/sign.md does not exist, skipping
13:49:27 WARN: man/src/trust/signer/add.md does not exist, skipping
13:49:27 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:49:27 WARN: man/src/trust/signer.md does not exist, skipping
13:49:27 WARN: man/src/trust.md does not exist, skipping
13:49:27 INFO: man/src/unpause.md found
13:49:27 INFO: man/src/update.md found
13:49:27 INFO: man/src/version.md found
13:49:27 INFO: man/src/volume/create.md found
13:49:27 INFO: man/src/volume/inspect.md found
13:49:27 INFO: man/src/volume/ls.md found
13:49:27 WARN: man/src/volume/prune.md does not exist, skipping
13:49:27 WARN: man/src/volume/rm.md does not exist, skipping
13:49:27 INFO: man/src/volume.md found
13:49:27 INFO: man/src/wait.md found
13:49:27 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:49:27 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:49:27 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:49:27 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:49:27 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:49:27 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:49:27 make[2]: Leaving directory '/root/build-deb/cli'
13:49:27 # Build buildx plugin
13:49:27 cd /go/src/github.com/docker/buildx \
13:49:27 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:27 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:49:27 + popd
13:49:27 + exit 0
13:49:27 ~/rpmbuild/BUILD/src
13:49:27 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WIRFWm
13:49:27 + umask 022
13:49:27 + cd /root/rpmbuild/BUILD
13:49:27 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.x86_64 '!=' / ']'
13:49:27 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.x86_64
13:49:27 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.x86_64
13:49:27 + mkdir -p /root/rpmbuild/BUILDROOT
13:49:27 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.x86_64
13:49:27 + cd src
13:49:27 + pushd /root/rpmbuild/BUILD/src/buildx
13:49:27 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:49:27 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:49:27 + popd
13:49:27 ~/rpmbuild/BUILD/src
13:49:27 + /usr/lib/rpm/check-buildroot
13:49:27 + /usr/lib/rpm/redhat/brp-compress
13:49:27 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:49:27 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:49:27 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:49:27 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:49:27 + /usr/lib/rpm/redhat/brp-python-hardlink
13:49:27 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:49:27 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zEJuxm
13:49:27 + umask 022
13:49:27 + cd /root/rpmbuild/BUILD
13:49:27 + cd src
13:49:27 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:49:27 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:49:27 + ver=v0.8.2
13:49:27 + test v0.8.2 = v0.8.2
13:49:27 + echo 'PASS: docker-buildx version OK'
13:49:27 PASS: docker-buildx version OK
13:49:27 + exit 0
13:49:27 Processing files: docker-buildx-plugin-0.8.2-0.el7.x86_64
13:49:27 Provides: docker-buildx-plugin = 0:0.8.2-0.el7 docker-buildx-plugin(x86-64) = 0:0.8.2-0.el7
13:49:27 Requires(interp): /bin/sh /bin/sh /bin/sh
13:49:27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:49:27 Requires(post): /bin/sh
13:49:27 Requires(preun): /bin/sh
13:49:27 Requires(postun): /bin/sh
13:49:27 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.x86_64
13:49:27 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.8.2-0.el7.src.rpm
13:49:27 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.8.2-0.el7.x86_64.rpm
13:49:27 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OfosYD
13:49:27 + umask 022
13:49:27 + cd /root/rpmbuild/BUILD
13:49:27 + cd src
13:49:27 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el7.x86_64
13:49:27 + exit 0
13:49:27 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ze9znT
13:49:27 + umask 022
13:49:27 + cd /root/rpmbuild/BUILD
13:49:27 + cd /root/rpmbuild/BUILD
13:49:27 + rm -rf src
13:49:27 + /usr/bin/mkdir -p src
13:49:27 + cd src
13:49:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:49:27 + /usr/bin/tar -xf -
13:49:27 + STATUS=0
13:49:27 + '[' 0 -ne 0 ']'
13:49:27 + /usr/bin/tar -xf -
13:49:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:49:27 + STATUS=0
13:49:27 + '[' 0 -ne 0 ']'
13:49:27 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:49:27 + exit 0
13:49:27 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EwANi9
13:49:27 + umask 022
13:49:27 + cd /root/rpmbuild/BUILD
13:49:27 + cd src
13:49:27 + pushd /root/rpmbuild/BUILD/src/compose
13:49:27 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:49:27 + GOPROXY=https://proxy.golang.org
13:49:27 + GO111MODULE=on
13:49:27 + go mod download
13:49:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] sh
13:49:28 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:49:28 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:49:28 go: downloading github.com/beorn7/perks v1.0.1
13:49:28 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:49:28 go: downloading github.com/prometheus/client_model v0.2.0
13:49:28 go: downloading github.com/prometheus/common v0.32.1
13:49:28 go: downloading github.com/prometheus/procfs v0.7.3
13:49:28 go: downloading google.golang.org/protobuf v1.27.1
13:49:28 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:49:28 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:49:28 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:49:28 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:49:28 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:49:28 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:49:28 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:49:28 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:28 + make clean
13:49:28 Unable to find image 'alpine:latest' locally
13:49:28 latest: Pulling from library/alpine
13:49:28 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
13:49:28 go: downloading github.com/golang/protobuf v1.5.2
13:49:28 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
13:49:28 9981e73032c8: Pulling fs layer
13:49:28 9981e73032c8: Verifying Checksum
13:49:28 9981e73032c8: Download complete
13:49:28 # Build the compose plugin
13:49:28 # FIXME: using GOPROXY, to work around:
13:49:28 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:49:28 cd /go/src/github.com/docker/compose \
13:49:28 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:49:28 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:28 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:49:28 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:49:28 go: downloading github.com/docker/go-metrics v0.0.1
13:49:28 go: downloading github.com/kr/text v0.2.0
13:49:28 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:49:28 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:49:28 go: downloading github.com/BurntSushi/toml v0.3.1
13:49:28 go: downloading github.com/kr/pretty v0.2.1
13:49:28 go: downloading github.com/magiconair/properties v1.5.3
13:49:28 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:49:28 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:49:28 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:49:28 9981e73032c8: Pull complete
13:49:28 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:49:28 Status: Downloaded newer image for alpine:latest
13:49:28 + go mod vendor -modfile=vendor.mod
13:49:29 + for f in rootlesskit rootlesskit-docker-proxy
13:49:29 + GOBIN=/usr/local/bin
13:49:29 + GO111MODULE=on
13:49:29 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:49:30 + return
13:49:30 + exit 0
13:49:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6vxZNi
13:49:30 + umask 022
13:49:30 + cd /root/rpmbuild/BUILD
13:49:30 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64 '!=' / ']'
13:49:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:30 + mkdir -p /root/rpmbuild/BUILDROOT
13:49:30 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:30 + cd src
13:49:30 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin/dockerd-rootless.sh
13:49:30 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:49:30 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin/rootlesskit
13:49:30 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64/usr/bin/rootlesskit-docker-proxy
13:49:30 + /usr/lib/rpm/check-buildroot
13:49:30 + /usr/lib/rpm/redhat/brp-ldconfig
13:49:30 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:49:30 + /usr/lib/rpm/brp-compress
13:49:30 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:49:30 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:49:30 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:49:30 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:49:30 + /usr/lib/rpm/brp-python-hardlink
13:49:30 + PYTHON3=/usr/libexec/platform-python
13:49:30 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:49:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.4gxfxj
13:49:30 + umask 022
13:49:30 + cd /root/rpmbuild/BUILD
13:49:30 + cd src
13:49:30 + /usr/local/bin/rootlesskit -v
13:49:30 rootlesskit version 1.0.0
13:49:30 + exit 0
13:49:30 Processing files: docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:30 Provides: docker-ce-rootless-extras = 0:0.0.0.20220503081348.bfa9b40-0.el8 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220503081348.bfa9b40-0.el8
13:49:30 Requires(interp): /bin/sh /bin/sh /bin/sh
13:49:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:49:30 Requires(post): /bin/sh
13:49:30 Requires(preun): /bin/sh
13:49:30 Requires(postun): /bin/sh
13:49:30 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
13:49:30 Conflicts: rootlesskit
13:49:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:30 make -C rpm clean
13:49:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:49:30 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:49:30 rm -f -r rpmbuild/
13:49:30 docker builder prune -f --filter until=24h
13:49:30 Total reclaimed space: 0B
13:49:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:49:30 make -C deb clean
13:49:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:49:30 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:49:30 rm -f -r debbuild
13:49:30 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:49:30 rm -f -r sources
13:49:30 docker builder prune -f --filter until=24h
13:49:30 Total reclaimed space: 0B
13:49:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:49:30 make -C static clean
13:49:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:49:30 Removing build artifacts
13:49:31 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.src.rpm
13:49:31 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:49:32 make[2]: Entering directory '/root/build-deb/compose'
13:49:32 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:49:32 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:49:32 go: downloading github.com/beorn7/perks v1.0.1
13:49:32 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:49:32 go: downloading github.com/prometheus/client_model v0.2.0
13:49:32 go: downloading github.com/prometheus/common v0.32.1
13:49:32 go: downloading github.com/prometheus/procfs v0.7.3
13:49:32 go: downloading google.golang.org/protobuf v1.27.1
13:49:32 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:49:32 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:49:32 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:49:32 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:49:32 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:49:32 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:49:32 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:49:32 go: downloading github.com/kr/text v0.2.0
13:49:32 go: downloading github.com/docker/go-metrics v0.0.1
13:49:32 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:49:32 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:49:32 go: downloading github.com/BurntSushi/toml v0.3.1
13:49:32 go: downloading github.com/kr/pretty v0.2.1
13:49:32 go: downloading github.com/magiconair/properties v1.5.3
13:49:32 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:49:32 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:49:32 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:49:32 + go mod vendor -modfile=vendor.mod
13:49:33 + GOPROXY=https://proxy.golang.org
13:49:33 + GO111MODULE=on
13:49:33 + GIT_TAG=v2.5.0
13:49:33 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:49:33 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o bin/docker-compose ./cmd
13:49:33 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64.rpm
13:49:33 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2ciJXg
13:49:33 + umask 022
13:49:33 + cd /root/rpmbuild/BUILD
13:49:33 + cd src
13:49:33 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.el8.x86_64
13:49:33 + exit 0
13:49:33 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.l7OXki
13:49:33 + umask 022
13:49:33 + cd /root/rpmbuild/BUILD
13:49:33 + cd /root/rpmbuild/BUILD
13:49:33 + rm -rf src
13:49:33 + /usr/bin/mkdir -p src
13:49:33 + cd src
13:49:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:49:33 + /usr/bin/tar -xof -
13:49:33 + STATUS=0
13:49:33 + '[' 0 -ne 0 ']'
13:49:33 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:49:33 + /usr/bin/tar -xof -
13:49:33 + STATUS=0
13:49:33 + '[' 0 -ne 0 ']'
13:49:33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:49:33 + exit 0
13:49:33 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OSjvcg
13:49:33 + umask 022
13:49:33 + cd /root/rpmbuild/BUILD
13:49:33 + cd src
13:49:33 + pushd /root/rpmbuild/BUILD/src/buildx
13:49:33 + bash -c 'CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=%{_buildx_gitcommit} -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx'
13:49:33 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:49:34 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.rpm
13:49:34 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mcVI39
13:49:34 + umask 022
13:49:34 + cd /root/rpmbuild/BUILD
13:49:34 + cd src
13:49:34 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:34 + RPM_EC=0
13:49:34 ++ jobs -p
13:49:34 + exit 0
13:49:34 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JYirPw
13:49:34 + umask 022
13:49:34 + cd /root/rpmbuild/BUILD
13:49:34 + cd /root/rpmbuild/BUILD
13:49:34 + rm -rf src
13:49:34 + /usr/bin/mkdir -p src
13:49:34 + cd src
13:49:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:49:34 + /usr/bin/tar -xof -
13:49:34 + STATUS=0
13:49:34 + '[' 0 -ne 0 ']'
13:49:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:49:34 + /usr/bin/tar -xof -
13:49:34 + STATUS=0
13:49:34 + '[' 0 -ne 0 ']'
13:49:34 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:49:34 + RPM_EC=0
13:49:34 ++ jobs -p
13:49:34 + exit 0
13:49:34 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WhKb69
13:49:34 + umask 022
13:49:34 + cd /root/rpmbuild/BUILD
13:49:34 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:49:34 + export CFLAGS
13:49:34 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:49:34 + export CXXFLAGS
13:49:34 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:49:34 + export FFLAGS
13:49:34 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:49:34 + export FCFLAGS
13:49:34 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.ld'
13:49:34 + export LDFLAGS
13:49:34 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:49:34 + export LT_SYS_LIBRARY_PATH
13:49:34 + CC=gcc
13:49:34 + export CC
13:49:34 + CXX=g++
13:49:34 + export CXX
13:49:34 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:49:34 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220503081348.bfa9b40-0.fc36 aarch64
13:49:34 + cd src
13:49:34 + export DOCKER_GITCOMMIT=613b798
13:49:34 + DOCKER_GITCOMMIT=613b798
13:49:34 + mkdir -p /go/src/github.com/docker
13:49:34 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:49:34 + TMP_GOPATH=/go
13:49:34 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:49:34 + RM_GOPATH=0
13:49:34 + TMP_GOPATH=/go
13:49:34 + : /usr/local/bin
13:49:34 + '[' -z /go ']'
13:49:34 + export GOPATH=/go
13:49:34 + GOPATH=/go
13:49:34 + case "$(go env GOARCH)" in
13:49:34 ++ go env GOARCH
13:49:34 + export GO_BUILDMODE=-buildmode=pie
13:49:34 + GO_BUILDMODE=-buildmode=pie
13:49:34 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:49:34 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:49:34 + bin=rootlesskit
13:49:34 + shift
13:49:34 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:49:34 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:49:34 ++ : 1920341cd41e047834a21007424162a2dc946315
13:49:34 + install_rootlesskit dynamic
13:49:34 + case "$1" in
13:49:34 + install_rootlesskit_dynamic
13:49:34 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:49:34 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:49:34 + export BUILD_MODE=-buildmode=pie
13:49:34 + BUILD_MODE=-buildmode=pie
13:49:34 + _install_rootlesskit
13:49:34 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:49:34 + for f in rootlesskit rootlesskit-docker-proxy
13:49:34 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:49:34 + GOBIN=/usr/local/bin
13:49:34 + GO111MODULE=on
13:49:34 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:49:35 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:49:36 # Build the compose plugin
13:49:36 # FIXME: using GOPROXY, to work around:
13:49:36 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:49:36 cd /go/src/github.com/docker/compose \
13:49:36 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:49:36 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:36 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:49:36 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:49:36 make[2]: Entering directory '/root/build-deb/compose'
13:49:36 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:49:37 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:37 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:38 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
13:49:38 go: downloading github.com/beorn7/perks v1.0.1
13:49:38 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:49:38 go: downloading github.com/prometheus/client_model v0.2.0
13:49:38 go: downloading github.com/prometheus/common v0.32.1
13:49:38 go: downloading github.com/prometheus/procfs v0.7.3
13:49:38 go: downloading google.golang.org/protobuf v1.27.1
13:49:38 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
13:49:38 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
13:49:38 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
13:49:38 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
13:49:38 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
13:49:38 go: downloading github.com/opentracing/opentracing-go v1.1.0
13:49:38 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
13:49:38 go: downloading github.com/kr/text v0.2.0
13:49:38 go: downloading github.com/docker/go-metrics v0.0.1
13:49:38 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
13:49:38 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
13:49:38 go: downloading github.com/BurntSushi/toml v0.3.1
13:49:38 go: downloading github.com/kr/pretty v0.2.1
13:49:38 go: downloading github.com/magiconair/properties v1.5.3
13:49:38 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
13:49:38 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
13:49:38 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
13:49:38 + go mod vendor -modfile=vendor.mod
13:49:44 go: downloading github.com/urfave/cli/v2 v2.4.0
13:49:44 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:49:44 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:49:44 go: downloading github.com/google/uuid v1.3.0
13:49:44 go: downloading github.com/moby/vpnkit v0.5.0
13:49:44 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:44 + popd
13:49:44 + exit 0
13:49:44 ~/rpmbuild/BUILD/src
13:49:44 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0oqOjg
13:49:44 + umask 022
13:49:44 + cd /root/rpmbuild/BUILD
13:49:44 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.aarch64 '!=' / ']'
13:49:44 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.aarch64
13:49:44 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.aarch64
13:49:44 + mkdir -p /root/rpmbuild/BUILDROOT
13:49:44 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.aarch64
13:49:44 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:49:44 + cd src
13:49:44 + pushd /root/rpmbuild/BUILD/src/buildx
13:49:44 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:49:44 ~/rpmbuild/BUILD/src
13:49:44 + popd
13:49:44 + /usr/lib/rpm/check-buildroot
13:49:44 + /usr/lib/rpm/redhat/brp-ldconfig
13:49:44 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:49:44 + /usr/lib/rpm/brp-compress
13:49:44 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:49:44 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:49:44 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:49:44 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:49:44 + /usr/lib/rpm/brp-python-hardlink
13:49:44 + PYTHON3=/usr/libexec/platform-python
13:49:44 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:49:44 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Xrn62e
13:49:44 + umask 022
13:49:44 + cd /root/rpmbuild/BUILD
13:49:44 + cd src
13:49:44 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:49:44 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:49:44 PASS: docker-buildx version OK
13:49:44 + ver=v0.8.2
13:49:44 + test v0.8.2 = v0.8.2
13:49:44 + echo 'PASS: docker-buildx version OK'
13:49:44 + exit 0
13:49:44 Processing files: docker-buildx-plugin-0.8.2-0.el8.aarch64
13:49:44 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:49:44 Provides: docker-buildx-plugin = 0:0.8.2-0.el8 docker-buildx-plugin(aarch-64) = 0:0.8.2-0.el8
13:49:44 Requires(interp): /bin/sh /bin/sh /bin/sh
13:49:44 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:49:44 Requires(post): /bin/sh
13:49:44 Requires(preun): /bin/sh
13:49:44 Requires(postun): /bin/sh
13:49:44 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.aarch64
13:49:44 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.8.2-0.el8.src.rpm
13:49:44 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:49:44 go: downloading github.com/gofrs/flock v0.8.1
13:49:44 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:49:44 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:49:44 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:49:46 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:47 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:49:48 # Build the compose plugin
13:49:48 # FIXME: using GOPROXY, to work around:
13:49:48 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:49:48 cd /go/src/github.com/docker/compose \
13:49:48 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:49:48 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:48 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:49:48 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:49:49 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.8.2-0.el8.aarch64.rpm
13:49:49 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HZjoSf
13:49:49 + umask 022
13:49:49 + cd /root/rpmbuild/BUILD
13:49:49 + cd src
13:49:49 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.aarch64
13:49:49 + exit 0
13:49:49 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ydKoyf
13:49:49 + umask 022
13:49:49 + cd /root/rpmbuild/BUILD
13:49:49 + cd /root/rpmbuild/BUILD
13:49:49 + rm -rf src
13:49:49 + /usr/bin/mkdir -p src
13:49:49 + cd src
13:49:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:49:49 + /usr/bin/tar -xof -
13:49:49 + STATUS=0
13:49:49 + '[' 0 -ne 0 ']'
13:49:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:49:49 + /usr/bin/tar -xof -
13:49:49 + STATUS=0
13:49:49 + '[' 0 -ne 0 ']'
13:49:49 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:49:49 + exit 0
13:49:49 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ng5TOg
13:49:49 + umask 022
13:49:49 + cd /root/rpmbuild/BUILD
13:49:49 + cd src
13:49:49 + pushd /root/rpmbuild/BUILD/src/compose
13:49:49 + GOPROXY=https://proxy.golang.org
13:49:49 + GO111MODULE=on
13:49:49 + go mod download
13:49:49 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:49:50 # Build the compose plugin
13:49:50 # FIXME: using GOPROXY, to work around:
13:49:50 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:49:50 cd /go/src/github.com/docker/compose \
13:49:50 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:49:50 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:50 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:49:50 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:49:50 make[2]: Entering directory '/root/build-deb/compose'
13:49:50 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:49:51 + for f in rootlesskit rootlesskit-docker-proxy
13:49:51 + GOBIN=/usr/local/bin
13:49:51 + GO111MODULE=on
13:49:51 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:49:51 make[2]: Entering directory '/root/build-deb/compose'
13:49:51 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:49:51 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:49:51 ++ pwd
13:49:51 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:49:51 Project root: .
13:49:51 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:51 INFO: man/src/attach.md found
13:49:51 WARN: man/src/build.md does not exist, skipping
13:49:51 WARN: man/src/builder/build.md does not exist, skipping
13:49:51 WARN: man/src/builder/prune.md does not exist, skipping
13:49:51 WARN: man/src/builder.md does not exist, skipping
13:49:51 WARN: man/src/checkpoint/create.md does not exist, skipping
13:49:51 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:49:51 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:49:51 WARN: man/src/checkpoint.md does not exist, skipping
13:49:51 INFO: man/src/commit.md found
13:49:51 WARN: man/src/config/create.md does not exist, skipping
13:49:51 WARN: man/src/config/inspect.md does not exist, skipping
13:49:51 WARN: man/src/config/ls.md does not exist, skipping
13:49:51 WARN: man/src/config/rm.md does not exist, skipping
13:49:51 WARN: man/src/config.md does not exist, skipping
13:49:51 INFO: man/src/container/attach.md found
13:49:51 INFO: man/src/container/commit.md found
13:49:51 INFO: man/src/container/cp.md found
13:49:51 INFO: man/src/container/create.md found
13:49:51 INFO: man/src/container/diff.md found
13:49:51 INFO: man/src/container/exec.md found
13:49:51 INFO: man/src/container/export.md found
13:49:51 WARN: man/src/container/inspect.md does not exist, skipping
13:49:51 INFO: man/src/container/kill.md found
13:49:51 INFO: man/src/container/logs.md found
13:49:51 INFO: man/src/container/ls.md found
13:49:51 INFO: man/src/container/pause.md found
13:49:51 INFO: man/src/container/port.md found
13:49:51 WARN: man/src/container/prune.md does not exist, skipping
13:49:51 INFO: man/src/container/rename.md found
13:49:51 INFO: man/src/container/restart.md found
13:49:51 INFO: man/src/container/rm.md found
13:49:51 INFO: man/src/container/run.md found
13:49:51 INFO: man/src/container/start.md found
13:49:51 INFO: man/src/container/stats.md found
13:49:51 INFO: man/src/container/stop.md found
13:49:51 INFO: man/src/container/top.md found
13:49:51 INFO: man/src/container/unpause.md found
13:49:51 INFO: man/src/container/update.md found
13:49:51 INFO: man/src/container/wait.md found
13:49:51 WARN: man/src/container.md does not exist, skipping
13:49:51 WARN: man/src/context/create.md does not exist, skipping
13:49:51 WARN: man/src/context/export.md does not exist, skipping
13:49:51 WARN: man/src/context/import.md does not exist, skipping
13:49:51 WARN: man/src/context/inspect.md does not exist, skipping
13:49:51 WARN: man/src/context/ls.md does not exist, skipping
13:49:51 WARN: man/src/context/rm.md does not exist, skipping
13:49:51 WARN: man/src/context/show.md does not exist, skipping
13:49:51 WARN: man/src/context/update.md does not exist, skipping
13:49:51 WARN: man/src/context/use.md does not exist, skipping
13:49:51 WARN: man/src/context.md does not exist, skipping
13:49:51 INFO: man/src/cp.md found
13:49:51 INFO: man/src/create.md found
13:49:51 INFO: man/src/diff.md found
13:49:51 INFO: man/src/events.md found
13:49:51 INFO: man/src/exec.md found
13:49:51 INFO: man/src/export.md found
13:49:51 INFO: man/src/history.md found
13:49:51 INFO: man/src/image/build.md found
13:49:51 INFO: man/src/image/history.md found
13:49:51 INFO: man/src/image/import.md found
13:49:51 WARN: man/src/image/inspect.md does not exist, skipping
13:49:51 INFO: man/src/image/load.md found
13:49:51 INFO: man/src/image/ls.md found
13:49:51 WARN: man/src/image/prune.md does not exist, skipping
13:49:51 INFO: man/src/image/pull.md found
13:49:51 INFO: man/src/image/push.md found
13:49:51 INFO: man/src/image/rm.md found
13:49:51 INFO: man/src/image/save.md found
13:49:51 INFO: man/src/image/tag.md found
13:49:51 WARN: man/src/image.md does not exist, skipping
13:49:51 INFO: man/src/images.md found
13:49:51 INFO: man/src/import.md found
13:49:51 INFO: man/src/info.md found
13:49:51 INFO: man/src/inspect.md found
13:49:51 INFO: man/src/kill.md found
13:49:51 INFO: man/src/load.md found
13:49:51 INFO: man/src/login.md found
13:49:51 INFO: man/src/logout.md found
13:49:51 INFO: man/src/logs.md found
13:49:51 WARN: man/src/manifest/annotate.md does not exist, skipping
13:49:51 WARN: man/src/manifest/create.md does not exist, skipping
13:49:51 WARN: man/src/manifest/inspect.md does not exist, skipping
13:49:51 WARN: man/src/manifest/push.md does not exist, skipping
13:49:51 WARN: man/src/manifest/rm.md does not exist, skipping
13:49:51 WARN: man/src/manifest.md does not exist, skipping
13:49:51 INFO: man/src/network/connect.md found
13:49:51 INFO: man/src/network/create.md found
13:49:51 INFO: man/src/network/disconnect.md found
13:49:51 INFO: man/src/network/inspect.md found
13:49:51 INFO: man/src/network/ls.md found
13:49:51 WARN: man/src/network/prune.md does not exist, skipping
13:49:51 INFO: man/src/network/rm.md found
13:49:51 WARN: man/src/network.md does not exist, skipping
13:49:51 WARN: man/src/node/demote.md does not exist, skipping
13:49:51 WARN: man/src/node/inspect.md does not exist, skipping
13:49:51 WARN: man/src/node/ls.md does not exist, skipping
13:49:51 WARN: man/src/node/promote.md does not exist, skipping
13:49:51 WARN: man/src/node/ps.md does not exist, skipping
13:49:51 WARN: man/src/node/rm.md does not exist, skipping
13:49:51 WARN: man/src/node/update.md does not exist, skipping
13:49:51 WARN: man/src/node.md does not exist, skipping
13:49:51 INFO: man/src/pause.md found
13:49:51 WARN: man/src/plugin/create.md does not exist, skipping
13:49:51 WARN: man/src/plugin/disable.md does not exist, skipping
13:49:51 WARN: man/src/plugin/enable.md does not exist, skipping
13:49:51 WARN: man/src/plugin/inspect.md does not exist, skipping
13:49:51 WARN: man/src/plugin/install.md does not exist, skipping
13:49:51 INFO: man/src/plugin/ls.md found
13:49:51 WARN: man/src/plugin/push.md does not exist, skipping
13:49:51 WARN: man/src/plugin/rm.md does not exist, skipping
13:49:51 WARN: man/src/plugin/set.md does not exist, skipping
13:49:51 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:49:51 WARN: man/src/plugin.md does not exist, skipping
13:49:51 INFO: man/src/port.md found
13:49:51 INFO: man/src/ps.md found
13:49:51 INFO: man/src/pull.md found
13:49:51 INFO: man/src/push.md found
13:49:51 INFO: man/src/rename.md found
13:49:51 INFO: man/src/restart.md found
13:49:51 INFO: man/src/rm.md found
13:49:51 INFO: man/src/rmi.md found
13:49:51 WARN: man/src/run.md does not exist, skipping
13:49:51 INFO: man/src/save.md found
13:49:51 INFO: man/src/search.md found
13:49:51 WARN: man/src/secret/create.md does not exist, skipping
13:49:51 WARN: man/src/secret/inspect.md does not exist, skipping
13:49:51 WARN: man/src/secret/ls.md does not exist, skipping
13:49:51 WARN: man/src/secret/rm.md does not exist, skipping
13:49:51 WARN: man/src/secret.md does not exist, skipping
13:49:51 WARN: man/src/service/create.md does not exist, skipping
13:49:51 WARN: man/src/service/inspect.md does not exist, skipping
13:49:51 WARN: man/src/service/logs.md does not exist, skipping
13:49:51 WARN: man/src/service/ls.md does not exist, skipping
13:49:51 WARN: man/src/service/ps.md does not exist, skipping
13:49:51 WARN: man/src/service/rm.md does not exist, skipping
13:49:51 WARN: man/src/service/rollback.md does not exist, skipping
13:49:51 WARN: man/src/service/scale.md does not exist, skipping
13:49:51 WARN: man/src/service/update.md does not exist, skipping
13:49:51 WARN: man/src/service.md does not exist, skipping
13:49:51 WARN: man/src/stack/config.md does not exist, skipping
13:49:51 WARN: man/src/stack/deploy.md does not exist, skipping
13:49:51 WARN: man/src/stack/ls.md does not exist, skipping
13:49:51 WARN: man/src/stack/ps.md does not exist, skipping
13:49:51 WARN: man/src/stack/rm.md does not exist, skipping
13:49:51 WARN: man/src/stack/services.md does not exist, skipping
13:49:51 WARN: man/src/stack.md does not exist, skipping
13:49:51 INFO: man/src/start.md found
13:49:51 INFO: man/src/stats.md found
13:49:51 INFO: man/src/stop.md found
13:49:51 WARN: man/src/swarm/ca.md does not exist, skipping
13:49:51 WARN: man/src/swarm/init.md does not exist, skipping
13:49:51 WARN: man/src/swarm/join.md does not exist, skipping
13:49:51 WARN: man/src/swarm/join-token.md does not exist, skipping
13:49:51 WARN: man/src/swarm/leave.md does not exist, skipping
13:49:51 WARN: man/src/swarm/unlock.md does not exist, skipping
13:49:51 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:49:51 WARN: man/src/swarm/update.md does not exist, skipping
13:49:51 WARN: man/src/swarm.md does not exist, skipping
13:49:51 WARN: man/src/system/df.md does not exist, skipping
13:49:51 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:49:51 INFO: man/src/system/events.md found
13:49:51 INFO: man/src/system/info.md found
13:49:51 WARN: man/src/system/prune.md does not exist, skipping
13:49:51 WARN: man/src/system.md does not exist, skipping
13:49:51 INFO: man/src/tag.md found
13:49:51 INFO: man/src/top.md found
13:49:51 WARN: man/src/trust/inspect.md does not exist, skipping
13:49:51 WARN: man/src/trust/key/generate.md does not exist, skipping
13:49:51 WARN: man/src/trust/key/load.md does not exist, skipping
13:49:51 WARN: man/src/trust/key.md does not exist, skipping
13:49:51 WARN: man/src/trust/revoke.md does not exist, skipping
13:49:51 WARN: man/src/trust/sign.md does not exist, skipping
13:49:51 WARN: man/src/trust/signer/add.md does not exist, skipping
13:49:51 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:49:51 WARN: man/src/trust/signer.md does not exist, skipping
13:49:51 WARN: man/src/trust.md does not exist, skipping
13:49:51 INFO: man/src/unpause.md found
13:49:51 INFO: man/src/update.md found
13:49:51 INFO: man/src/version.md found
13:49:51 INFO: man/src/volume/create.md found
13:49:51 INFO: man/src/volume/inspect.md found
13:49:51 INFO: man/src/volume/ls.md found
13:49:51 WARN: man/src/volume/prune.md does not exist, skipping
13:49:51 WARN: man/src/volume/rm.md does not exist, skipping
13:49:51 INFO: man/src/volume.md found
13:49:51 INFO: man/src/wait.md found
13:49:51 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:49:51 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:49:51 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:49:51 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:49:51 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:49:51 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:49:51 make[2]: Leaving directory '/root/build-deb/cli'
13:49:51 # Build buildx plugin
13:49:51 cd /go/src/github.com/docker/buildx \
13:49:51 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:51 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:49:52 + return
13:49:52 + RPM_EC=0
13:49:52 ++ jobs -p
13:49:52 + exit 0
13:49:52 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.p9BYFc
13:49:52 + umask 022
13:49:52 + cd /root/rpmbuild/BUILD
13:49:52 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64 '!=' / ']'
13:49:52 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:52 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:52 + mkdir -p /root/rpmbuild/BUILDROOT
13:49:52 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:52 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:49:52 + export CFLAGS
13:49:52 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:49:52 + export CXXFLAGS
13:49:52 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:49:52 + export FFLAGS
13:49:52 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:49:52 + export FCFLAGS
13:49:52 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.ld'
13:49:52 + export LDFLAGS
13:49:52 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:49:52 + export LT_SYS_LIBRARY_PATH
13:49:52 + CC=gcc
13:49:52 + export CC
13:49:52 + CXX=g++
13:49:52 + export CXX
13:49:52 + cd src
13:49:52 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/bin/dockerd-rootless.sh
13:49:52 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:49:52 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/bin/rootlesskit
13:49:52 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64/usr/bin/rootlesskit-docker-proxy
13:49:52 + /usr/lib/rpm/check-buildroot
13:49:52 + /usr/lib/rpm/redhat/brp-ldconfig
13:49:52 + /usr/lib/rpm/brp-compress
13:49:52 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:49:52 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:49:52 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:49:52 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:49:52 + /usr/lib/rpm/check-rpaths
13:49:52 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:49:52 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:49:52 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:49:52 + /usr/lib/rpm/brp-remove-la-files
13:49:52 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:49:52 + /usr/lib/rpm/redhat/brp-python-hardlink
13:49:52 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ecn9Tx
13:49:52 + umask 022
13:49:52 + cd /root/rpmbuild/BUILD
13:49:52 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:49:52 + export CFLAGS
13:49:52 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:49:52 + export CXXFLAGS
13:49:52 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:49:52 + export FFLAGS
13:49:52 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:49:52 + export FCFLAGS
13:49:52 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.ld'
13:49:52 + export LDFLAGS
13:49:52 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:49:52 + export LT_SYS_LIBRARY_PATH
13:49:52 + CC=gcc
13:49:52 + export CC
13:49:52 + CXX=g++
13:49:52 + export CXX
13:49:52 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:49:52 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220503081348.bfa9b40-0.fc36 aarch64
13:49:52 + cd src
13:49:52 + /usr/local/bin/rootlesskit -v
13:49:52 rootlesskit version 1.0.0
13:49:52 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:49:52 ++ pwd
13:49:52 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:49:52 Project root: .
13:49:52 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:52 INFO: man/src/attach.md found
13:49:52 WARN: man/src/build.md does not exist, skipping
13:49:52 WARN: man/src/builder/build.md does not exist, skipping
13:49:52 WARN: man/src/builder/prune.md does not exist, skipping
13:49:52 WARN: man/src/builder.md does not exist, skipping
13:49:52 WARN: man/src/checkpoint/create.md does not exist, skipping
13:49:52 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:49:52 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:49:52 WARN: man/src/checkpoint.md does not exist, skipping
13:49:52 INFO: man/src/commit.md found
13:49:52 WARN: man/src/config/create.md does not exist, skipping
13:49:52 WARN: man/src/config/inspect.md does not exist, skipping
13:49:52 WARN: man/src/config/ls.md does not exist, skipping
13:49:52 WARN: man/src/config/rm.md does not exist, skipping
13:49:52 WARN: man/src/config.md does not exist, skipping
13:49:52 INFO: man/src/container/attach.md found
13:49:52 INFO: man/src/container/commit.md found
13:49:52 INFO: man/src/container/cp.md found
13:49:52 INFO: man/src/container/create.md found
13:49:52 INFO: man/src/container/diff.md found
13:49:52 INFO: man/src/container/exec.md found
13:49:52 INFO: man/src/container/export.md found
13:49:52 WARN: man/src/container/inspect.md does not exist, skipping
13:49:52 INFO: man/src/container/kill.md found
13:49:52 INFO: man/src/container/logs.md found
13:49:52 INFO: man/src/container/ls.md found
13:49:52 INFO: man/src/container/pause.md found
13:49:52 INFO: man/src/container/port.md found
13:49:52 WARN: man/src/container/prune.md does not exist, skipping
13:49:52 INFO: man/src/container/rename.md found
13:49:52 INFO: man/src/container/restart.md found
13:49:52 INFO: man/src/container/rm.md found
13:49:52 INFO: man/src/container/run.md found
13:49:52 INFO: man/src/container/start.md found
13:49:52 INFO: man/src/container/stats.md found
13:49:52 INFO: man/src/container/stop.md found
13:49:52 INFO: man/src/container/top.md found
13:49:52 INFO: man/src/container/unpause.md found
13:49:52 INFO: man/src/container/update.md found
13:49:52 INFO: man/src/container/wait.md found
13:49:52 WARN: man/src/container.md does not exist, skipping
13:49:52 WARN: man/src/context/create.md does not exist, skipping
13:49:52 WARN: man/src/context/export.md does not exist, skipping
13:49:52 WARN: man/src/context/import.md does not exist, skipping
13:49:52 WARN: man/src/context/inspect.md does not exist, skipping
13:49:52 WARN: man/src/context/ls.md does not exist, skipping
13:49:52 WARN: man/src/context/rm.md does not exist, skipping
13:49:52 WARN: man/src/context/show.md does not exist, skipping
13:49:52 WARN: man/src/context/update.md does not exist, skipping
13:49:52 WARN: man/src/context/use.md does not exist, skipping
13:49:52 WARN: man/src/context.md does not exist, skipping
13:49:52 INFO: man/src/cp.md found
13:49:52 INFO: man/src/create.md found
13:49:52 INFO: man/src/diff.md found
13:49:52 INFO: man/src/events.md found
13:49:52 INFO: man/src/exec.md found
13:49:52 INFO: man/src/export.md found
13:49:52 INFO: man/src/history.md found
13:49:52 INFO: man/src/image/build.md found
13:49:52 INFO: man/src/image/history.md found
13:49:52 INFO: man/src/image/import.md found
13:49:52 WARN: man/src/image/inspect.md does not exist, skipping
13:49:52 INFO: man/src/image/load.md found
13:49:52 INFO: man/src/image/ls.md found
13:49:52 WARN: man/src/image/prune.md does not exist, skipping
13:49:52 INFO: man/src/image/pull.md found
13:49:52 INFO: man/src/image/push.md found
13:49:52 INFO: man/src/image/rm.md found
13:49:52 INFO: man/src/image/save.md found
13:49:52 INFO: man/src/image/tag.md found
13:49:52 WARN: man/src/image.md does not exist, skipping
13:49:52 INFO: man/src/images.md found
13:49:52 INFO: man/src/import.md found
13:49:52 INFO: man/src/info.md found
13:49:52 INFO: man/src/inspect.md found
13:49:52 INFO: man/src/kill.md found
13:49:52 INFO: man/src/load.md found
13:49:52 INFO: man/src/login.md found
13:49:52 INFO: man/src/logout.md found
13:49:52 INFO: man/src/logs.md found
13:49:52 WARN: man/src/manifest/annotate.md does not exist, skipping
13:49:52 WARN: man/src/manifest/create.md does not exist, skipping
13:49:52 WARN: man/src/manifest/inspect.md does not exist, skipping
13:49:52 WARN: man/src/manifest/push.md does not exist, skipping
13:49:52 WARN: man/src/manifest/rm.md does not exist, skipping
13:49:52 WARN: man/src/manifest.md does not exist, skipping
13:49:52 INFO: man/src/network/connect.md found
13:49:52 INFO: man/src/network/create.md found
13:49:52 INFO: man/src/network/disconnect.md found
13:49:52 INFO: man/src/network/inspect.md found
13:49:52 INFO: man/src/network/ls.md found
13:49:52 WARN: man/src/network/prune.md does not exist, skipping
13:49:52 INFO: man/src/network/rm.md found
13:49:52 WARN: man/src/network.md does not exist, skipping
13:49:52 WARN: man/src/node/demote.md does not exist, skipping
13:49:52 WARN: man/src/node/inspect.md does not exist, skipping
13:49:52 WARN: man/src/node/ls.md does not exist, skipping
13:49:52 WARN: man/src/node/promote.md does not exist, skipping
13:49:52 WARN: man/src/node/ps.md does not exist, skipping
13:49:52 WARN: man/src/node/rm.md does not exist, skipping
13:49:52 WARN: man/src/node/update.md does not exist, skipping
13:49:52 WARN: man/src/node.md does not exist, skipping
13:49:52 INFO: man/src/pause.md found
13:49:52 WARN: man/src/plugin/create.md does not exist, skipping
13:49:52 WARN: man/src/plugin/disable.md does not exist, skipping
13:49:52 WARN: man/src/plugin/enable.md does not exist, skipping
13:49:52 WARN: man/src/plugin/inspect.md does not exist, skipping
13:49:52 WARN: man/src/plugin/install.md does not exist, skipping
13:49:52 INFO: man/src/plugin/ls.md found
13:49:52 WARN: man/src/plugin/push.md does not exist, skipping
13:49:52 WARN: man/src/plugin/rm.md does not exist, skipping
13:49:52 WARN: man/src/plugin/set.md does not exist, skipping
13:49:52 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:49:52 WARN: man/src/plugin.md does not exist, skipping
13:49:52 INFO: man/src/port.md found
13:49:52 INFO: man/src/ps.md found
13:49:52 INFO: man/src/pull.md found
13:49:52 INFO: man/src/push.md found
13:49:52 INFO: man/src/rename.md found
13:49:52 INFO: man/src/restart.md found
13:49:52 INFO: man/src/rm.md found
13:49:52 INFO: man/src/rmi.md found
13:49:52 WARN: man/src/run.md does not exist, skipping
13:49:52 INFO: man/src/save.md found
13:49:52 INFO: man/src/search.md found
13:49:52 WARN: man/src/secret/create.md does not exist, skipping
13:49:52 WARN: man/src/secret/inspect.md does not exist, skipping
13:49:52 WARN: man/src/secret/ls.md does not exist, skipping
13:49:52 WARN: man/src/secret/rm.md does not exist, skipping
13:49:52 WARN: man/src/secret.md does not exist, skipping
13:49:52 WARN: man/src/service/create.md does not exist, skipping
13:49:52 WARN: man/src/service/inspect.md does not exist, skipping
13:49:52 WARN: man/src/service/logs.md does not exist, skipping
13:49:52 WARN: man/src/service/ls.md does not exist, skipping
13:49:52 WARN: man/src/service/ps.md does not exist, skipping
13:49:52 WARN: man/src/service/rm.md does not exist, skipping
13:49:52 WARN: man/src/service/rollback.md does not exist, skipping
13:49:52 WARN: man/src/service/scale.md does not exist, skipping
13:49:52 WARN: man/src/service/update.md does not exist, skipping
13:49:52 WARN: man/src/service.md does not exist, skipping
13:49:52 WARN: man/src/stack/config.md does not exist, skipping
13:49:52 WARN: man/src/stack/deploy.md does not exist, skipping
13:49:52 WARN: man/src/stack/ls.md does not exist, skipping
13:49:52 WARN: man/src/stack/ps.md does not exist, skipping
13:49:52 WARN: man/src/stack/rm.md does not exist, skipping
13:49:52 WARN: man/src/stack/services.md does not exist, skipping
13:49:52 WARN: man/src/stack.md does not exist, skipping
13:49:52 INFO: man/src/start.md found
13:49:52 INFO: man/src/stats.md found
13:49:52 INFO: man/src/stop.md found
13:49:52 WARN: man/src/swarm/ca.md does not exist, skipping
13:49:52 WARN: man/src/swarm/init.md does not exist, skipping
13:49:52 WARN: man/src/swarm/join.md does not exist, skipping
13:49:52 WARN: man/src/swarm/join-token.md does not exist, skipping
13:49:52 WARN: man/src/swarm/leave.md does not exist, skipping
13:49:52 WARN: man/src/swarm/unlock.md does not exist, skipping
13:49:52 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:49:52 WARN: man/src/swarm/update.md does not exist, skipping
13:49:52 WARN: man/src/swarm.md does not exist, skipping
13:49:52 WARN: man/src/system/df.md does not exist, skipping
13:49:52 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:49:52 INFO: man/src/system/events.md found
13:49:52 INFO: man/src/system/info.md found
13:49:52 WARN: man/src/system/prune.md does not exist, skipping
13:49:52 WARN: man/src/system.md does not exist, skipping
13:49:52 INFO: man/src/tag.md found
13:49:52 INFO: man/src/top.md found
13:49:52 WARN: man/src/trust/inspect.md does not exist, skipping
13:49:52 WARN: man/src/trust/key/generate.md does not exist, skipping
13:49:52 WARN: man/src/trust/key/load.md does not exist, skipping
13:49:52 WARN: man/src/trust/key.md does not exist, skipping
13:49:52 WARN: man/src/trust/revoke.md does not exist, skipping
13:49:52 WARN: man/src/trust/sign.md does not exist, skipping
13:49:52 WARN: man/src/trust/signer/add.md does not exist, skipping
13:49:52 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:49:52 WARN: man/src/trust/signer.md does not exist, skipping
13:49:52 WARN: man/src/trust.md does not exist, skipping
13:49:52 INFO: man/src/unpause.md found
13:49:52 INFO: man/src/update.md found
13:49:52 INFO: man/src/version.md found
13:49:52 INFO: man/src/volume/create.md found
13:49:52 INFO: man/src/volume/inspect.md found
13:49:52 INFO: man/src/volume/ls.md found
13:49:52 WARN: man/src/volume/prune.md does not exist, skipping
13:49:52 WARN: man/src/volume/rm.md does not exist, skipping
13:49:52 INFO: man/src/volume.md found
13:49:52 INFO: man/src/wait.md found
13:49:52 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:49:52 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:49:52 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:49:52 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:49:52 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:49:52 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:49:52 ~/rpmbuild/BUILD/src
13:49:52 + popd
13:49:52 + RPM_EC=0
13:49:52 ++ jobs -p
13:49:52 + exit 0
13:49:52 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NxUiYU
13:49:52 + umask 022
13:49:52 + cd /root/rpmbuild/BUILD
13:49:52 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64 '!=' / ']'
13:49:52 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:49:52 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:49:52 + mkdir -p /root/rpmbuild/BUILDROOT
13:49:52 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:49:52 + cd src
13:49:52 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin
13:49:52 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin/docker
13:49:52 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/bash-completion/completions
13:49:52 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/zsh/vendor-completions
13:49:52 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/fish/vendor_completions.d
13:49:52 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/bash-completion/completions/docker
13:49:52 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/zsh/vendor-completions/_docker
13:49:52 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:49:52 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/man/man1
13:49:52 + 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-show.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-config.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.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/man/man1
13:49:52 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/man/man5
13:49:52 + 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.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/man/man5
13:49:52 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/man/man8
13:49:52 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/man/man8
13:49:52 + mkdir -p build-docs
13:49:52 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:52 + cp cli/LICENSE build-docs/LICENSE
13:49:52 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:52 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:49:52 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:52 + cp cli/NOTICE build-docs/NOTICE
13:49:52 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:52 + cp cli/README.md build-docs/README.md
13:49:52 + /usr/lib/rpm/check-buildroot
13:49:52 + /usr/lib/rpm/redhat/brp-ldconfig
13:49:52 + /usr/lib/rpm/brp-compress
13:49:52 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:49:52 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:49:52 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:49:52 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:49:52 + /usr/lib/rpm/check-rpaths
13:49:52 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:49:52 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:49:52 + /usr/lib/rpm/redhat/brp-python-hardlink
13:49:52 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.omNmvP
13:49:52 + umask 022
13:49:52 + cd /root/rpmbuild/BUILD
13:49:52 + cd src
13:49:52 ++ cli/build/docker --version
13:49:52 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:49:52 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40' = 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:49:52 + echo 'PASS: cli version OK'
13:49:52 PASS: cli version OK
13:49:52 + RPM_EC=0
13:49:52 ++ jobs -p
13:49:52 + exit 0
13:49:52 Processing files: docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:49:52 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BuQgyb
13:49:52 + umask 022
13:49:52 + cd /root/rpmbuild/BUILD
13:49:52 + cd src
13:49:52 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:49:52 + export LC_ALL=C
13:49:52 + LC_ALL=C
13:49:52 + export DOCDIR
13:49:52 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:49:52 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:49:52 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:49:52 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:49:52 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/share/doc/docker-ce-cli
13:49:52 + RPM_EC=0
13:49:52 ++ jobs -p
13:49:52 + exit 0
13:49:52 Provides: docker-ce-cli = 1:0.0.0.20220503081348.bfa9b40-0.fc35 docker-ce-cli(x86-64) = 1:0.0.0.20220503081348.bfa9b40-0.fc35
13:49:52 Requires(interp): /bin/sh
13:49:52 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:49:52 Requires(post): /bin/sh
13:49:52 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
13:49:52 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:49:52 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
13:49:52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:49:52 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.src.rpm
13:49:53 + RPM_EC=0
13:49:53 ++ jobs -p
13:49:53 + exit 0
13:49:53 Processing files: docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:53 Provides: docker-ce-rootless-extras = 0:0.0.0.20220503081348.bfa9b40-0.fc36 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220503081348.bfa9b40-0.fc36
13:49:53 Requires(interp): /bin/sh /bin/sh /bin/sh
13:49:53 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:49:53 Requires(post): /bin/sh
13:49:53 Requires(preun): /bin/sh
13:49:53 Requires(postun): /bin/sh
13:49:53 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
13:49:53 Conflicts: rootlesskit
13:49:53 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:49:53 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.src.rpm
13:49:53 # Build the compose plugin
13:49:53 # FIXME: using GOPROXY, to work around:
13:49:53 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:49:53 cd /go/src/github.com/docker/compose \
13:49:53 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:49:53 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:53 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:49:53 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:49:56 + GOPROXY=https://proxy.golang.org
13:49:56 + GO111MODULE=on
13:49:56 + GIT_TAG=v2.5.0
13:49:56 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:49:56 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o bin/docker-compose ./cmd
13:49:56 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:49:56 ++ pwd
13:49:56 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:49:56 Project root: .
13:49:56 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:56 INFO: man/src/attach.md found
13:49:56 WARN: man/src/build.md does not exist, skipping
13:49:56 WARN: man/src/builder/build.md does not exist, skipping
13:49:56 WARN: man/src/builder/prune.md does not exist, skipping
13:49:56 WARN: man/src/builder.md does not exist, skipping
13:49:56 WARN: man/src/checkpoint/create.md does not exist, skipping
13:49:56 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:49:56 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:49:56 WARN: man/src/checkpoint.md does not exist, skipping
13:49:56 INFO: man/src/commit.md found
13:49:56 WARN: man/src/config/create.md does not exist, skipping
13:49:56 WARN: man/src/config/inspect.md does not exist, skipping
13:49:56 WARN: man/src/config/ls.md does not exist, skipping
13:49:56 WARN: man/src/config/rm.md does not exist, skipping
13:49:56 WARN: man/src/config.md does not exist, skipping
13:49:56 INFO: man/src/container/attach.md found
13:49:56 INFO: man/src/container/commit.md found
13:49:56 INFO: man/src/container/cp.md found
13:49:56 INFO: man/src/container/create.md found
13:49:56 INFO: man/src/container/diff.md found
13:49:56 INFO: man/src/container/exec.md found
13:49:56 INFO: man/src/container/export.md found
13:49:56 WARN: man/src/container/inspect.md does not exist, skipping
13:49:56 INFO: man/src/container/kill.md found
13:49:56 INFO: man/src/container/logs.md found
13:49:56 INFO: man/src/container/ls.md found
13:49:56 INFO: man/src/container/pause.md found
13:49:56 INFO: man/src/container/port.md found
13:49:56 WARN: man/src/container/prune.md does not exist, skipping
13:49:56 INFO: man/src/container/rename.md found
13:49:56 INFO: man/src/container/restart.md found
13:49:56 INFO: man/src/container/rm.md found
13:49:56 INFO: man/src/container/run.md found
13:49:56 INFO: man/src/container/start.md found
13:49:56 INFO: man/src/container/stats.md found
13:49:56 INFO: man/src/container/stop.md found
13:49:56 INFO: man/src/container/top.md found
13:49:56 INFO: man/src/container/unpause.md found
13:49:56 INFO: man/src/container/update.md found
13:49:56 INFO: man/src/container/wait.md found
13:49:56 WARN: man/src/container.md does not exist, skipping
13:49:56 WARN: man/src/context/create.md does not exist, skipping
13:49:56 WARN: man/src/context/export.md does not exist, skipping
13:49:56 WARN: man/src/context/import.md does not exist, skipping
13:49:56 WARN: man/src/context/inspect.md does not exist, skipping
13:49:56 WARN: man/src/context/ls.md does not exist, skipping
13:49:56 WARN: man/src/context/rm.md does not exist, skipping
13:49:56 WARN: man/src/context/show.md does not exist, skipping
13:49:56 WARN: man/src/context/update.md does not exist, skipping
13:49:56 WARN: man/src/context/use.md does not exist, skipping
13:49:56 WARN: man/src/context.md does not exist, skipping
13:49:56 INFO: man/src/cp.md found
13:49:56 INFO: man/src/create.md found
13:49:56 INFO: man/src/diff.md found
13:49:56 INFO: man/src/events.md found
13:49:56 INFO: man/src/exec.md found
13:49:56 INFO: man/src/export.md found
13:49:56 INFO: man/src/history.md found
13:49:56 INFO: man/src/image/build.md found
13:49:56 INFO: man/src/image/history.md found
13:49:56 INFO: man/src/image/import.md found
13:49:56 WARN: man/src/image/inspect.md does not exist, skipping
13:49:56 INFO: man/src/image/load.md found
13:49:56 INFO: man/src/image/ls.md found
13:49:56 WARN: man/src/image/prune.md does not exist, skipping
13:49:56 INFO: man/src/image/pull.md found
13:49:56 INFO: man/src/image/push.md found
13:49:56 INFO: man/src/image/rm.md found
13:49:56 INFO: man/src/image/save.md found
13:49:56 INFO: man/src/image/tag.md found
13:49:56 WARN: man/src/image.md does not exist, skipping
13:49:56 INFO: man/src/images.md found
13:49:56 INFO: man/src/import.md found
13:49:56 INFO: man/src/info.md found
13:49:56 INFO: man/src/inspect.md found
13:49:56 INFO: man/src/kill.md found
13:49:56 INFO: man/src/load.md found
13:49:56 INFO: man/src/login.md found
13:49:56 INFO: man/src/logout.md found
13:49:56 INFO: man/src/logs.md found
13:49:56 WARN: man/src/manifest/annotate.md does not exist, skipping
13:49:56 WARN: man/src/manifest/create.md does not exist, skipping
13:49:56 WARN: man/src/manifest/inspect.md does not exist, skipping
13:49:56 WARN: man/src/manifest/push.md does not exist, skipping
13:49:56 WARN: man/src/manifest/rm.md does not exist, skipping
13:49:56 WARN: man/src/manifest.md does not exist, skipping
13:49:56 INFO: man/src/network/connect.md found
13:49:56 INFO: man/src/network/create.md found
13:49:56 INFO: man/src/network/disconnect.md found
13:49:56 INFO: man/src/network/inspect.md found
13:49:56 INFO: man/src/network/ls.md found
13:49:56 WARN: man/src/network/prune.md does not exist, skipping
13:49:56 INFO: man/src/network/rm.md found
13:49:56 WARN: man/src/network.md does not exist, skipping
13:49:56 WARN: man/src/node/demote.md does not exist, skipping
13:49:56 WARN: man/src/node/inspect.md does not exist, skipping
13:49:56 WARN: man/src/node/ls.md does not exist, skipping
13:49:56 WARN: man/src/node/promote.md does not exist, skipping
13:49:56 WARN: man/src/node/ps.md does not exist, skipping
13:49:56 WARN: man/src/node/rm.md does not exist, skipping
13:49:56 WARN: man/src/node/update.md does not exist, skipping
13:49:56 WARN: man/src/node.md does not exist, skipping
13:49:56 INFO: man/src/pause.md found
13:49:56 WARN: man/src/plugin/create.md does not exist, skipping
13:49:56 WARN: man/src/plugin/disable.md does not exist, skipping
13:49:56 WARN: man/src/plugin/enable.md does not exist, skipping
13:49:56 WARN: man/src/plugin/inspect.md does not exist, skipping
13:49:56 WARN: man/src/plugin/install.md does not exist, skipping
13:49:56 INFO: man/src/plugin/ls.md found
13:49:56 WARN: man/src/plugin/push.md does not exist, skipping
13:49:56 WARN: man/src/plugin/rm.md does not exist, skipping
13:49:56 WARN: man/src/plugin/set.md does not exist, skipping
13:49:56 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:49:56 WARN: man/src/plugin.md does not exist, skipping
13:49:56 INFO: man/src/port.md found
13:49:56 INFO: man/src/ps.md found
13:49:56 INFO: man/src/pull.md found
13:49:56 INFO: man/src/push.md found
13:49:56 INFO: man/src/rename.md found
13:49:56 INFO: man/src/restart.md found
13:49:56 INFO: man/src/rm.md found
13:49:56 INFO: man/src/rmi.md found
13:49:56 WARN: man/src/run.md does not exist, skipping
13:49:56 INFO: man/src/save.md found
13:49:56 INFO: man/src/search.md found
13:49:56 WARN: man/src/secret/create.md does not exist, skipping
13:49:56 WARN: man/src/secret/inspect.md does not exist, skipping
13:49:56 WARN: man/src/secret/ls.md does not exist, skipping
13:49:56 WARN: man/src/secret/rm.md does not exist, skipping
13:49:56 WARN: man/src/secret.md does not exist, skipping
13:49:56 WARN: man/src/service/create.md does not exist, skipping
13:49:56 WARN: man/src/service/inspect.md does not exist, skipping
13:49:56 WARN: man/src/service/logs.md does not exist, skipping
13:49:56 WARN: man/src/service/ls.md does not exist, skipping
13:49:56 WARN: man/src/service/ps.md does not exist, skipping
13:49:56 WARN: man/src/service/rm.md does not exist, skipping
13:49:56 WARN: man/src/service/rollback.md does not exist, skipping
13:49:56 WARN: man/src/service/scale.md does not exist, skipping
13:49:56 WARN: man/src/service/update.md does not exist, skipping
13:49:56 WARN: man/src/service.md does not exist, skipping
13:49:56 WARN: man/src/stack/config.md does not exist, skipping
13:49:56 WARN: man/src/stack/deploy.md does not exist, skipping
13:49:56 WARN: man/src/stack/ls.md does not exist, skipping
13:49:56 WARN: man/src/stack/ps.md does not exist, skipping
13:49:56 WARN: man/src/stack/rm.md does not exist, skipping
13:49:56 WARN: man/src/stack/services.md does not exist, skipping
13:49:56 WARN: man/src/stack.md does not exist, skipping
13:49:56 INFO: man/src/start.md found
13:49:56 INFO: man/src/stats.md found
13:49:56 INFO: man/src/stop.md found
13:49:56 WARN: man/src/swarm/ca.md does not exist, skipping
13:49:56 WARN: man/src/swarm/init.md does not exist, skipping
13:49:56 WARN: man/src/swarm/join.md does not exist, skipping
13:49:56 WARN: man/src/swarm/join-token.md does not exist, skipping
13:49:56 WARN: man/src/swarm/leave.md does not exist, skipping
13:49:56 WARN: man/src/swarm/unlock.md does not exist, skipping
13:49:56 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:49:56 WARN: man/src/swarm/update.md does not exist, skipping
13:49:56 WARN: man/src/swarm.md does not exist, skipping
13:49:56 WARN: man/src/system/df.md does not exist, skipping
13:49:56 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:49:56 INFO: man/src/system/events.md found
13:49:56 INFO: man/src/system/info.md found
13:49:56 WARN: man/src/system/prune.md does not exist, skipping
13:49:56 WARN: man/src/system.md does not exist, skipping
13:49:56 INFO: man/src/tag.md found
13:49:56 INFO: man/src/top.md found
13:49:56 WARN: man/src/trust/inspect.md does not exist, skipping
13:49:56 WARN: man/src/trust/key/generate.md does not exist, skipping
13:49:56 WARN: man/src/trust/key/load.md does not exist, skipping
13:49:56 WARN: man/src/trust/key.md does not exist, skipping
13:49:56 WARN: man/src/trust/revoke.md does not exist, skipping
13:49:56 WARN: man/src/trust/sign.md does not exist, skipping
13:49:56 WARN: man/src/trust/signer/add.md does not exist, skipping
13:49:56 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:49:56 WARN: man/src/trust/signer.md does not exist, skipping
13:49:56 WARN: man/src/trust.md does not exist, skipping
13:49:56 INFO: man/src/unpause.md found
13:49:56 INFO: man/src/update.md found
13:49:56 INFO: man/src/version.md found
13:49:56 INFO: man/src/volume/create.md found
13:49:56 INFO: man/src/volume/inspect.md found
13:49:56 INFO: man/src/volume/ls.md found
13:49:56 WARN: man/src/volume/prune.md does not exist, skipping
13:49:56 WARN: man/src/volume/rm.md does not exist, skipping
13:49:56 INFO: man/src/volume.md found
13:49:56 INFO: man/src/wait.md found
13:49:56 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:49:56 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:49:56 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:49:56 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:49:56 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:49:56 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:49:56 + popd
13:49:56 ~/rpmbuild/BUILD/src
13:49:56 + RPM_EC=0
13:49:56 ++ jobs -p
13:49:56 + exit 0
13:49:56 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2GbcXj
13:49:56 + umask 022
13:49:56 + cd /root/rpmbuild/BUILD
13:49:56 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64 '!=' / ']'
13:49:56 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:49:56 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:49:56 + mkdir -p /root/rpmbuild/BUILDROOT
13:49:56 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:49:56 + cd src
13:49:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin
13:49:56 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin/docker
13:49:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/bash-completion/completions
13:49:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/zsh/vendor-completions
13:49:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/fish/vendor_completions.d
13:49:56 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/bash-completion/completions/docker
13:49:56 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/zsh/vendor-completions/_docker
13:49:56 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:49:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/man/man1
13:49:56 + 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-show.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-config.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.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/man/man1
13:49:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/man/man5
13:49:56 + 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.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/man/man5
13:49:56 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/man/man8
13:49:56 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/man/man8
13:49:56 + mkdir -p build-docs
13:49:56 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:56 + cp cli/LICENSE build-docs/LICENSE
13:49:56 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:56 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:49:56 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:56 + cp cli/NOTICE build-docs/NOTICE
13:49:56 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:49:56 + cp cli/README.md build-docs/README.md
13:49:56 + /usr/lib/rpm/check-buildroot
13:49:56 + /usr/lib/rpm/redhat/brp-ldconfig
13:49:56 + /usr/lib/rpm/brp-compress
13:49:56 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:49:56 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:49:56 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:49:56 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:49:56 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:49:56 + /usr/lib/rpm/brp-python-hardlink
13:49:56 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:49:56 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8LiH9A
13:49:56 + umask 022
13:49:56 + cd /root/rpmbuild/BUILD
13:49:56 + cd src
13:49:56 ++ cli/build/docker --version
13:49:56 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:49:56 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40' = 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:49:56 + echo 'PASS: cli version OK'
13:49:56 PASS: cli version OK
13:49:56 + RPM_EC=0
13:49:56 ++ jobs -p
13:49:56 + exit 0
13:49:56 Processing files: docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:49:56 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.He1QVL
13:49:56 + umask 022
13:49:56 + cd /root/rpmbuild/BUILD
13:49:56 + cd src
13:49:56 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:49:56 + export LC_ALL=C
13:49:56 + LC_ALL=C
13:49:56 + export DOCDIR
13:49:56 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:49:56 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:49:56 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:49:56 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:49:56 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/share/doc/docker-ce-cli
13:49:56 + RPM_EC=0
13:49:56 ++ jobs -p
13:49:56 + exit 0
13:49:56 Provides: docker-ce-cli = 1:0.0.0.20220503081348.bfa9b40-0.fc34 docker-ce-cli(x86-64) = 1:0.0.0.20220503081348.bfa9b40-0.fc34
13:49:56 Requires(interp): /bin/sh
13:49:56 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:49:56 Requires(post): /bin/sh
13:49:56 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)
13:49:56 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:49:56 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
13:49:56 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:49:56 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.src.rpm
13:49:56 make[2]: Entering directory '/root/build-deb/compose'
13:49:56 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:49:59 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:49:59 ++ pwd
13:49:59 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:49:59 Project root: .
13:49:59 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:59 INFO: man/src/attach.md found
13:49:59 WARN: man/src/build.md does not exist, skipping
13:49:59 WARN: man/src/builder/build.md does not exist, skipping
13:49:59 WARN: man/src/builder/prune.md does not exist, skipping
13:49:59 WARN: man/src/builder.md does not exist, skipping
13:49:59 WARN: man/src/checkpoint/create.md does not exist, skipping
13:49:59 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:49:59 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:49:59 WARN: man/src/checkpoint.md does not exist, skipping
13:49:59 INFO: man/src/commit.md found
13:49:59 WARN: man/src/config/create.md does not exist, skipping
13:49:59 WARN: man/src/config/inspect.md does not exist, skipping
13:49:59 WARN: man/src/config/ls.md does not exist, skipping
13:49:59 WARN: man/src/config/rm.md does not exist, skipping
13:49:59 WARN: man/src/config.md does not exist, skipping
13:49:59 INFO: man/src/container/attach.md found
13:49:59 INFO: man/src/container/commit.md found
13:49:59 INFO: man/src/container/cp.md found
13:49:59 INFO: man/src/container/create.md found
13:49:59 INFO: man/src/container/diff.md found
13:49:59 INFO: man/src/container/exec.md found
13:49:59 INFO: man/src/container/export.md found
13:49:59 WARN: man/src/container/inspect.md does not exist, skipping
13:49:59 INFO: man/src/container/kill.md found
13:49:59 INFO: man/src/container/logs.md found
13:49:59 INFO: man/src/container/ls.md found
13:49:59 INFO: man/src/container/pause.md found
13:49:59 INFO: man/src/container/port.md found
13:49:59 WARN: man/src/container/prune.md does not exist, skipping
13:49:59 INFO: man/src/container/rename.md found
13:49:59 INFO: man/src/container/restart.md found
13:49:59 INFO: man/src/container/rm.md found
13:49:59 INFO: man/src/container/run.md found
13:49:59 INFO: man/src/container/start.md found
13:49:59 INFO: man/src/container/stats.md found
13:49:59 INFO: man/src/container/stop.md found
13:49:59 INFO: man/src/container/top.md found
13:49:59 INFO: man/src/container/unpause.md found
13:49:59 INFO: man/src/container/update.md found
13:49:59 INFO: man/src/container/wait.md found
13:49:59 WARN: man/src/container.md does not exist, skipping
13:49:59 WARN: man/src/context/create.md does not exist, skipping
13:49:59 WARN: man/src/context/export.md does not exist, skipping
13:49:59 WARN: man/src/context/import.md does not exist, skipping
13:49:59 WARN: man/src/context/inspect.md does not exist, skipping
13:49:59 WARN: man/src/context/ls.md does not exist, skipping
13:49:59 WARN: man/src/context/rm.md does not exist, skipping
13:49:59 WARN: man/src/context/show.md does not exist, skipping
13:49:59 WARN: man/src/context/update.md does not exist, skipping
13:49:59 WARN: man/src/context/use.md does not exist, skipping
13:49:59 WARN: man/src/context.md does not exist, skipping
13:49:59 INFO: man/src/cp.md found
13:49:59 INFO: man/src/create.md found
13:49:59 INFO: man/src/diff.md found
13:49:59 INFO: man/src/events.md found
13:49:59 INFO: man/src/exec.md found
13:49:59 INFO: man/src/export.md found
13:49:59 INFO: man/src/history.md found
13:49:59 INFO: man/src/image/build.md found
13:49:59 INFO: man/src/image/history.md found
13:49:59 INFO: man/src/image/import.md found
13:49:59 WARN: man/src/image/inspect.md does not exist, skipping
13:49:59 INFO: man/src/image/load.md found
13:49:59 INFO: man/src/image/ls.md found
13:49:59 WARN: man/src/image/prune.md does not exist, skipping
13:49:59 INFO: man/src/image/pull.md found
13:49:59 INFO: man/src/image/push.md found
13:49:59 INFO: man/src/image/rm.md found
13:49:59 INFO: man/src/image/save.md found
13:49:59 INFO: man/src/image/tag.md found
13:49:59 WARN: man/src/image.md does not exist, skipping
13:49:59 INFO: man/src/images.md found
13:49:59 INFO: man/src/import.md found
13:49:59 INFO: man/src/info.md found
13:49:59 INFO: man/src/inspect.md found
13:49:59 INFO: man/src/kill.md found
13:49:59 INFO: man/src/load.md found
13:49:59 INFO: man/src/login.md found
13:49:59 INFO: man/src/logout.md found
13:49:59 INFO: man/src/logs.md found
13:49:59 WARN: man/src/manifest/annotate.md does not exist, skipping
13:49:59 WARN: man/src/manifest/create.md does not exist, skipping
13:49:59 WARN: man/src/manifest/inspect.md does not exist, skipping
13:49:59 WARN: man/src/manifest/push.md does not exist, skipping
13:49:59 WARN: man/src/manifest/rm.md does not exist, skipping
13:49:59 WARN: man/src/manifest.md does not exist, skipping
13:49:59 INFO: man/src/network/connect.md found
13:49:59 INFO: man/src/network/create.md found
13:49:59 INFO: man/src/network/disconnect.md found
13:49:59 INFO: man/src/network/inspect.md found
13:49:59 INFO: man/src/network/ls.md found
13:49:59 WARN: man/src/network/prune.md does not exist, skipping
13:49:59 INFO: man/src/network/rm.md found
13:49:59 WARN: man/src/network.md does not exist, skipping
13:49:59 WARN: man/src/node/demote.md does not exist, skipping
13:49:59 WARN: man/src/node/inspect.md does not exist, skipping
13:49:59 WARN: man/src/node/ls.md does not exist, skipping
13:49:59 WARN: man/src/node/promote.md does not exist, skipping
13:49:59 WARN: man/src/node/ps.md does not exist, skipping
13:49:59 WARN: man/src/node/rm.md does not exist, skipping
13:49:59 WARN: man/src/node/update.md does not exist, skipping
13:49:59 WARN: man/src/node.md does not exist, skipping
13:49:59 INFO: man/src/pause.md found
13:49:59 WARN: man/src/plugin/create.md does not exist, skipping
13:49:59 WARN: man/src/plugin/disable.md does not exist, skipping
13:49:59 WARN: man/src/plugin/enable.md does not exist, skipping
13:49:59 WARN: man/src/plugin/inspect.md does not exist, skipping
13:49:59 WARN: man/src/plugin/install.md does not exist, skipping
13:49:59 INFO: man/src/plugin/ls.md found
13:49:59 WARN: man/src/plugin/push.md does not exist, skipping
13:49:59 WARN: man/src/plugin/rm.md does not exist, skipping
13:49:59 WARN: man/src/plugin/set.md does not exist, skipping
13:49:59 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:49:59 WARN: man/src/plugin.md does not exist, skipping
13:49:59 INFO: man/src/port.md found
13:49:59 INFO: man/src/ps.md found
13:49:59 INFO: man/src/pull.md found
13:49:59 INFO: man/src/push.md found
13:49:59 INFO: man/src/rename.md found
13:49:59 INFO: man/src/restart.md found
13:49:59 INFO: man/src/rm.md found
13:49:59 INFO: man/src/rmi.md found
13:49:59 WARN: man/src/run.md does not exist, skipping
13:49:59 INFO: man/src/save.md found
13:49:59 INFO: man/src/search.md found
13:49:59 WARN: man/src/secret/create.md does not exist, skipping
13:49:59 WARN: man/src/secret/inspect.md does not exist, skipping
13:49:59 WARN: man/src/secret/ls.md does not exist, skipping
13:49:59 WARN: man/src/secret/rm.md does not exist, skipping
13:49:59 WARN: man/src/secret.md does not exist, skipping
13:49:59 WARN: man/src/service/create.md does not exist, skipping
13:49:59 WARN: man/src/service/inspect.md does not exist, skipping
13:49:59 WARN: man/src/service/logs.md does not exist, skipping
13:49:59 WARN: man/src/service/ls.md does not exist, skipping
13:49:59 WARN: man/src/service/ps.md does not exist, skipping
13:49:59 WARN: man/src/service/rm.md does not exist, skipping
13:49:59 WARN: man/src/service/rollback.md does not exist, skipping
13:49:59 WARN: man/src/service/scale.md does not exist, skipping
13:49:59 WARN: man/src/service/update.md does not exist, skipping
13:49:59 WARN: man/src/service.md does not exist, skipping
13:49:59 WARN: man/src/stack/config.md does not exist, skipping
13:49:59 WARN: man/src/stack/deploy.md does not exist, skipping
13:49:59 WARN: man/src/stack/ls.md does not exist, skipping
13:49:59 WARN: man/src/stack/ps.md does not exist, skipping
13:49:59 WARN: man/src/stack/rm.md does not exist, skipping
13:49:59 WARN: man/src/stack/services.md does not exist, skipping
13:49:59 WARN: man/src/stack.md does not exist, skipping
13:49:59 INFO: man/src/start.md found
13:49:59 INFO: man/src/stats.md found
13:49:59 INFO: man/src/stop.md found
13:49:59 WARN: man/src/swarm/ca.md does not exist, skipping
13:49:59 WARN: man/src/swarm/init.md does not exist, skipping
13:49:59 WARN: man/src/swarm/join.md does not exist, skipping
13:49:59 WARN: man/src/swarm/join-token.md does not exist, skipping
13:49:59 WARN: man/src/swarm/leave.md does not exist, skipping
13:49:59 WARN: man/src/swarm/unlock.md does not exist, skipping
13:49:59 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:49:59 WARN: man/src/swarm/update.md does not exist, skipping
13:49:59 WARN: man/src/swarm.md does not exist, skipping
13:49:59 WARN: man/src/system/df.md does not exist, skipping
13:49:59 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:49:59 INFO: man/src/system/events.md found
13:49:59 INFO: man/src/system/info.md found
13:49:59 WARN: man/src/system/prune.md does not exist, skipping
13:49:59 WARN: man/src/system.md does not exist, skipping
13:49:59 INFO: man/src/tag.md found
13:49:59 INFO: man/src/top.md found
13:49:59 WARN: man/src/trust/inspect.md does not exist, skipping
13:49:59 WARN: man/src/trust/key/generate.md does not exist, skipping
13:49:59 WARN: man/src/trust/key/load.md does not exist, skipping
13:49:59 WARN: man/src/trust/key.md does not exist, skipping
13:49:59 WARN: man/src/trust/revoke.md does not exist, skipping
13:49:59 WARN: man/src/trust/sign.md does not exist, skipping
13:49:59 WARN: man/src/trust/signer/add.md does not exist, skipping
13:49:59 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:49:59 WARN: man/src/trust/signer.md does not exist, skipping
13:49:59 WARN: man/src/trust.md does not exist, skipping
13:49:59 INFO: man/src/unpause.md found
13:49:59 INFO: man/src/update.md found
13:49:59 INFO: man/src/version.md found
13:49:59 INFO: man/src/volume/create.md found
13:49:59 INFO: man/src/volume/inspect.md found
13:49:59 INFO: man/src/volume/ls.md found
13:49:59 WARN: man/src/volume/prune.md does not exist, skipping
13:49:59 WARN: man/src/volume/rm.md does not exist, skipping
13:49:59 INFO: man/src/volume.md found
13:49:59 INFO: man/src/wait.md found
13:49:59 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:49:59 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:49:59 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:49:59 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:49:59 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:49:59 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:49:59 make[2]: Leaving directory '/root/build-deb/cli'
13:49:59 # Build buildx plugin
13:49:59 cd /go/src/github.com/docker/buildx \
13:49:59 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:49:59 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:50:00 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64.rpm
13:50:00 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.134ON8
13:50:00 + umask 022
13:50:00 + cd /root/rpmbuild/BUILD
13:50:00 + cd src
13:50:00 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.aarch64
13:50:00 + RPM_EC=0
13:50:00 ++ jobs -p
13:50:00 + exit 0
13:50:00 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5h84TT
13:50:00 + umask 022
13:50:00 + cd /root/rpmbuild/BUILD
13:50:00 + cd /root/rpmbuild/BUILD
13:50:00 + rm -rf src
13:50:00 + /usr/bin/mkdir -p src
13:50:00 + cd src
13:50:00 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:50:00 + /usr/bin/tar -xof -
13:50:00 + STATUS=0
13:50:00 + '[' 0 -ne 0 ']'
13:50:00 + /usr/bin/tar -xof -
13:50:00 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:50:00 + STATUS=0
13:50:00 + '[' 0 -ne 0 ']'
13:50:00 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:00 + RPM_EC=0
13:50:00 ++ jobs -p
13:50:00 + exit 0
13:50:00 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.n0CWG6
13:50:00 + umask 022
13:50:00 + cd /root/rpmbuild/BUILD
13:50:00 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:50:00 + export CFLAGS
13:50:00 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:50:00 + export CXXFLAGS
13:50:00 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:50:00 + export FFLAGS
13:50:00 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:50:00 + export FCFLAGS
13:50:00 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-buildx-plugin-0.8.2-0.fc36.aarch64.ld'
13:50:00 + export LDFLAGS
13:50:00 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:50:00 + export LT_SYS_LIBRARY_PATH
13:50:00 + CC=gcc
13:50:00 + export CC
13:50:00 + CXX=g++
13:50:00 + export CXX
13:50:00 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:50:00 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.8.2-0.fc36 aarch64
13:50:00 + cd src
13:50:00 + pushd /root/rpmbuild/BUILD/src/buildx
13:50:00 + bash -c 'CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=%{_buildx_gitcommit} -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx'
13:50:00 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:50:00 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
13:50:02 #45 92.36 Created binary: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20220503081348-bfa9b40.exe
13:50:02 #45 92.83 +++++++ cat ./cli/winresources/docker-proxy/winres.json
13:50:02 #45 92.83 {
13:50:02 #45 92.83   "RT_GROUP_ICON": {
13:50:02 #45 92.83     "#1": {
13:50:02 #45 92.83       "0409": "../../winresources/docker.ico"
13:50:02 #45 92.83     }
13:50:02 #45 92.83   },
13:50:02 #45 92.83   "RT_MANIFEST": {
13:50:02 #45 92.83     "#1": {
13:50:02 #45 92.83       "0409": {
13:50:02 #45 92.83         "identity": {},
13:50:02 #45 92.83         "description": "Docker Engine",
13:50:02 #45 92.83         "minimum-os": "vista",
13:50:02 #45 92.83         "execution-level": "",
13:50:02 #45 92.83         "ui-access": false,
13:50:02 #45 92.83         "auto-elevate": false,
13:50:02 #45 92.83         "dpi-awareness": "unaware",
13:50:02 #45 92.83         "disable-theming": false,
13:50:02 #45 92.83         "disable-window-filtering": false,
13:50:02 #45 92.83         "high-resolution-scrolling-aware": false,
13:50:02 #45 92.83         "ultra-high-resolution-scrolling-aware": false,
13:50:02 #45 92.83         "long-path-aware": false,
13:50:02 #45 92.83         "printer-driver-isolation": false,
13:50:02 #45 92.83         "gdi-scaling": false,
13:50:02 #45 92.83         "segment-heap": false,
13:50:02 #45 92.83         "use-common-controls-v6": false
13:50:02 #45 92.83       }
13:50:02 #45 92.83     }
13:50:02 #45 92.83   },
13:50:02 #45 92.83   "RT_MESSAGETABLE": {
13:50:02 #45 92.83     "#1": {
13:50:02 #45 92.83       "0409": "../../winresources/event_messages.bin"
13:50:02 #45 92.83     }
13:50:02 #45 92.83   },
13:50:02 #45 92.83   "RT_VERSION": {
13:50:02 #45 92.83     "#1": {
13:50:02 #45 92.83       "0409": {
13:50:02 #45 92.83         "fixed": {
13:50:02 #45 92.83           "file_version": "0.0.0.0",
13:50:02 #45 92.83           "product_version": "0.0.0.0",
13:50:02 #45 92.83           "type": "Unknown"
13:50:02 #45 92.83         },
13:50:02 #45 92.83         "info": {
13:50:02 #45 92.83           "0000": {
13:50:02 #45 92.83             "CompanyName": "",
13:50:02 #45 92.83             "FileVersion": "0.0.0-20220503081348-bfa9b40",
13:50:02 #45 92.83             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
13:50:02 #45 92.83             "OriginalFileName": "docker-proxy-0.0.0-20220503081348-bfa9b40.exe",
13:50:02 #45 92.83             "ProductName": "",
13:50:02 #45 92.83             "ProductVersion": "0.0.0-20220503081348-bfa9b40",
13:50:02 #45 92.83             "SpecialBuild": "HEAD"
13:50:02 #45 92.83           }
13:50:02 #45 92.83         }
13:50:02 #45 92.83       }
13:50:02 #45 92.83     }
13:50:02 #45 92.83   }
13:50:02 #45 92.83 }
13:50:02 #45 92.84 cmd/docker-proxy/genwinres_windows.go
13:50:02 #45 92.84 cmd/docker-proxy/main.go
13:50:02 #45 92.84 cmd/docker-proxy/network_proxy_test.go
13:50:02 #45 92.84 cmd/docker-proxy/proxy.go
13:50:02 #45 92.84 cmd/docker-proxy/sctp_proxy.go
13:50:02 #45 92.84 cmd/docker-proxy/tcp_proxy.go
13:50:02 #45 92.84 cmd/docker-proxy/udp_proxy.go
13:50:02 #45 92.87 Building: /build/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.exe
13:50:02 #45 92.87 GOOS="windows" GOARCH="amd64" GOARM=""
13:50:02 #45 93.14 Created binary: /build/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.exe
13:50:02 #45 93.17 Cloning into '/go/src/github.com/docker/windows-container-utility'...
13:50:02 #45 93.40 Building: /build/bundles/cross/windows/amd64/containerutility.exe
13:50:02 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64.rpm
13:50:02 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MoMg0R
13:50:02 + umask 022
13:50:02 + cd /root/rpmbuild/BUILD
13:50:02 + cd src
13:50:02 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:50:02 + RPM_EC=0
13:50:02 ++ jobs -p
13:50:02 + exit 0
13:50:02 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uyLUNI
13:50:02 + umask 022
13:50:02 + cd /root/rpmbuild/BUILD
13:50:02 + cd /root/rpmbuild/BUILD
13:50:02 + rm -rf src
13:50:02 + /usr/bin/mkdir -p src
13:50:02 + cd src
13:50:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:02 + /usr/bin/tar -xof -
13:50:03 + STATUS=0
13:50:03 + '[' 0 -ne 0 ']'
13:50:03 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:03 + /usr/bin/tar -xof -
13:50:03 + STATUS=0
13:50:03 + '[' 0 -ne 0 ']'
13:50:03 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:03 + RPM_EC=0
13:50:03 ++ jobs -p
13:50:03 + exit 0
13:50:03 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CojgNs
13:50:03 + umask 022
13:50:03 + cd /root/rpmbuild/BUILD
13:50:03 + cd src
13:50:03 + export DOCKER_GITCOMMIT=613b798
13:50:03 + DOCKER_GITCOMMIT=613b798
13:50:03 + mkdir -p /go/src/github.com/docker
13:50:03 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:50:03 + TMP_GOPATH=/go
13:50:03 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:50:03 + RM_GOPATH=0
13:50:03 + TMP_GOPATH=/go
13:50:03 + : /usr/local/bin
13:50:03 + '[' -z /go ']'
13:50:03 + export GOPATH=/go
13:50:03 + GOPATH=/go
13:50:03 + case "$(go env GOARCH)" in
13:50:03 ++ go env GOARCH
13:50:03 + export GO_BUILDMODE=-buildmode=pie
13:50:03 + GO_BUILDMODE=-buildmode=pie
13:50:03 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:50:03 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:50:03 + bin=rootlesskit
13:50:03 + shift
13:50:03 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:50:03 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:50:03 ++ : 1920341cd41e047834a21007424162a2dc946315
13:50:03 + install_rootlesskit dynamic
13:50:03 + case "$1" in
13:50:03 + install_rootlesskit_dynamic
13:50:03 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:50:03 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:50:03 + export BUILD_MODE=-buildmode=pie
13:50:03 + BUILD_MODE=-buildmode=pie
13:50:03 + _install_rootlesskit
13:50:03 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:50:03 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:50:03 + for f in rootlesskit rootlesskit-docker-proxy
13:50:03 + GOBIN=/usr/local/bin
13:50:03 + GO111MODULE=on
13:50:03 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:50:04 #45 98.35 
13:50:04 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:50:04 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64.rpm
13:50:04 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wYTFJ7
13:50:04 + umask 022
13:50:04 + cd /root/rpmbuild/BUILD
13:50:04 + cd src
13:50:04 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:50:04 + RPM_EC=0
13:50:04 ++ jobs -p
13:50:04 + exit 0
13:50:04 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nPJtIZ
13:50:04 + umask 022
13:50:04 + cd /root/rpmbuild/BUILD
13:50:04 + cd /root/rpmbuild/BUILD
13:50:04 + rm -rf src
13:50:04 + /usr/bin/mkdir -p src
13:50:04 + cd src
13:50:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:04 + /usr/bin/tar -xof -
13:50:04 + STATUS=0
13:50:04 + '[' 0 -ne 0 ']'
13:50:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:04 + /usr/bin/tar -xof -
13:50:04 + STATUS=0
13:50:04 + '[' 0 -ne 0 ']'
13:50:04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:04 + RPM_EC=0
13:50:04 ++ jobs -p
13:50:04 + exit 0
13:50:04 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oIB43w
13:50:04 + umask 022
13:50:04 + cd /root/rpmbuild/BUILD
13:50:04 + cd src
13:50:04 + export DOCKER_GITCOMMIT=613b798
13:50:04 + DOCKER_GITCOMMIT=613b798
13:50:04 + mkdir -p /go/src/github.com/docker
13:50:04 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:50:04 + TMP_GOPATH=/go
13:50:04 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:50:04 + RM_GOPATH=0
13:50:04 + TMP_GOPATH=/go
13:50:04 + : /usr/local/bin
13:50:04 + '[' -z /go ']'
13:50:04 + export GOPATH=/go
13:50:04 + GOPATH=/go
13:50:04 + case "$(go env GOARCH)" in
13:50:04 ++ go env GOARCH
13:50:04 + export GO_BUILDMODE=-buildmode=pie
13:50:04 + GO_BUILDMODE=-buildmode=pie
13:50:04 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:50:04 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:50:04 + bin=rootlesskit
13:50:04 + shift
13:50:04 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:50:04 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:50:04 ++ : 1920341cd41e047834a21007424162a2dc946315
13:50:04 + install_rootlesskit dynamic
13:50:04 + case "$1" in
13:50:04 + install_rootlesskit_dynamic
13:50:04 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:50:04 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:50:04 + export BUILD_MODE=-buildmode=pie
13:50:04 + BUILD_MODE=-buildmode=pie
13:50:04 + _install_rootlesskit
13:50:04 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:50:04 + for f in rootlesskit rootlesskit-docker-proxy
13:50:04 + GOBIN=/usr/local/bin
13:50:04 + GO111MODULE=on
13:50:04 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:50:04 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:50:04 #45 DONE 98.7s
13:50:04 
13:50:04 #46 [cross 1/1] COPY --from=build-cross /build/bundles/ /
13:50:04 #46 DONE 0.1s
13:50:04 
13:50:04 #47 exporting to client
13:50:04 #47 copying files 25B
13:50:05 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:50:05 #47 copying files 59.12MB 1.0s done
13:50:05 #47 DONE 1.0s
13:50:05 + mkdir -p ./bundles/windows/amd64
13:50:05 + cp ./bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.exe ./bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.exe.md5 ./bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40.exe.sha256 ./bundles/cross/windows/amd64-daemon/docker-proxy.exe ./bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20220503081348-bfa9b40.exe ./bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20220503081348-bfa9b40.exe.md5 ./bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20220503081348-bfa9b40.exe.sha256 ./bundles/cross/windows/amd64-daemon/dockerd.exe ./bundles/windows/amd64/
13:50:05 + docker buildx build --platform windows/amd64 --build-arg BUILDKIT_MULTI_PLATFORM=true --output ./bin --target binaries .
13:50:06 #1 [internal] load build definition from Dockerfile
13:50:06 #1 transferring dockerfile: 2.90kB 0.0s done
13:50:06 #1 DONE 0.0s
13:50:06 
13:50:06 #2 [internal] load .dockerignore
13:50:06 #2 transferring context: 69B done
13:50:06 #2 DONE 0.0s
13:50:06 
13:50:06 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:50:06 #3 DONE 0.0s
13:50:06 
13:50:06 #4 resolve image config for docker.io/docker/dockerfile:1.3
13:50:06 #4 DONE 0.2s
13:50:06 
13:50:06 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:50:06 #5 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
13:50:06 #5 CACHED
13:50:06 
13:50:06 #6 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:50:06 #6 DONE 0.0s
13:50:06 
13:50:06 #7 [auth] library/golang:pull token for registry-1.docker.io
13:50:06 #7 DONE 0.0s
13:50:06 
13:50:06 #8 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0
13:50:07 #8 DONE 0.7s
13:50:07 
13:50:07 #9 [linux/amd64 internal] load metadata for docker.io/library/golang:1.17-alpine
13:50:07 #9 DONE 0.6s
13:50:08 
13:50:08 #10 [linux/amd64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:50:08 #10 resolve docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d 0.0s done
13:50:08 #10 DONE 0.1s
13:50:08 
13:50:08 #11 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996
13:50:08 #11 resolve docker.io/tonistiigi/xx:1.0.0@sha256:494fa8488689d499edfaa16dba5922bc2b8cdfcb220bf884354aecbc1f2d8996 0.0s done
13:50:08 #11 sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 13.99kB / 13.99kB 0.0s done
13:50:08 #11 extracting sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176
13:50:08 #11 extracting sha256:25eaaac5d58a9b6ff4e90ee3cbd4149fd0861e2605d3d11c64e265ba5ba45176 0.1s done
13:50:08 #11 DONE 0.2s
13:50:08 
13:50:08 #12 [internal] load build context
13:50:11 go: downloading github.com/urfave/cli/v2 v2.4.0
13:50:11 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:50:11 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:50:11 ++ pwd
13:50:11 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:50:11 Project root: .
13:50:11 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:50:11 INFO: man/src/attach.md found
13:50:11 WARN: man/src/build.md does not exist, skipping
13:50:11 WARN: man/src/builder/build.md does not exist, skipping
13:50:11 WARN: man/src/builder/prune.md does not exist, skipping
13:50:11 WARN: man/src/builder.md does not exist, skipping
13:50:11 WARN: man/src/checkpoint/create.md does not exist, skipping
13:50:11 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:50:11 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:50:11 WARN: man/src/checkpoint.md does not exist, skipping
13:50:11 INFO: man/src/commit.md found
13:50:11 WARN: man/src/config/create.md does not exist, skipping
13:50:11 WARN: man/src/config/inspect.md does not exist, skipping
13:50:11 WARN: man/src/config/ls.md does not exist, skipping
13:50:11 WARN: man/src/config/rm.md does not exist, skipping
13:50:11 WARN: man/src/config.md does not exist, skipping
13:50:11 INFO: man/src/container/attach.md found
13:50:11 INFO: man/src/container/commit.md found
13:50:11 INFO: man/src/container/cp.md found
13:50:11 INFO: man/src/container/create.md found
13:50:11 INFO: man/src/container/diff.md found
13:50:11 INFO: man/src/container/exec.md found
13:50:11 INFO: man/src/container/export.md found
13:50:11 WARN: man/src/container/inspect.md does not exist, skipping
13:50:11 INFO: man/src/container/kill.md found
13:50:11 INFO: man/src/container/logs.md found
13:50:11 INFO: man/src/container/ls.md found
13:50:11 INFO: man/src/container/pause.md found
13:50:11 INFO: man/src/container/port.md found
13:50:11 WARN: man/src/container/prune.md does not exist, skipping
13:50:11 INFO: man/src/container/rename.md found
13:50:11 INFO: man/src/container/restart.md found
13:50:11 INFO: man/src/container/rm.md found
13:50:11 INFO: man/src/container/run.md found
13:50:11 INFO: man/src/container/start.md found
13:50:11 INFO: man/src/container/stats.md found
13:50:11 INFO: man/src/container/stop.md found
13:50:11 INFO: man/src/container/top.md found
13:50:11 INFO: man/src/container/unpause.md found
13:50:11 INFO: man/src/container/update.md found
13:50:11 INFO: man/src/container/wait.md found
13:50:11 WARN: man/src/container.md does not exist, skipping
13:50:11 WARN: man/src/context/create.md does not exist, skipping
13:50:11 WARN: man/src/context/export.md does not exist, skipping
13:50:11 WARN: man/src/context/import.md does not exist, skipping
13:50:11 WARN: man/src/context/inspect.md does not exist, skipping
13:50:11 WARN: man/src/context/ls.md does not exist, skipping
13:50:11 WARN: man/src/context/rm.md does not exist, skipping
13:50:11 WARN: man/src/context/show.md does not exist, skipping
13:50:11 WARN: man/src/context/update.md does not exist, skipping
13:50:11 WARN: man/src/context/use.md does not exist, skipping
13:50:11 WARN: man/src/context.md does not exist, skipping
13:50:11 INFO: man/src/cp.md found
13:50:11 INFO: man/src/create.md found
13:50:11 INFO: man/src/diff.md found
13:50:11 INFO: man/src/events.md found
13:50:11 INFO: man/src/exec.md found
13:50:11 INFO: man/src/export.md found
13:50:11 INFO: man/src/history.md found
13:50:11 INFO: man/src/image/build.md found
13:50:11 INFO: man/src/image/history.md found
13:50:11 INFO: man/src/image/import.md found
13:50:11 WARN: man/src/image/inspect.md does not exist, skipping
13:50:11 INFO: man/src/image/load.md found
13:50:11 INFO: man/src/image/ls.md found
13:50:11 WARN: man/src/image/prune.md does not exist, skipping
13:50:11 INFO: man/src/image/pull.md found
13:50:11 INFO: man/src/image/push.md found
13:50:11 INFO: man/src/image/rm.md found
13:50:11 INFO: man/src/image/save.md found
13:50:11 INFO: man/src/image/tag.md found
13:50:11 WARN: man/src/image.md does not exist, skipping
13:50:11 INFO: man/src/images.md found
13:50:11 INFO: man/src/import.md found
13:50:11 INFO: man/src/info.md found
13:50:11 INFO: man/src/inspect.md found
13:50:11 INFO: man/src/kill.md found
13:50:11 INFO: man/src/load.md found
13:50:11 INFO: man/src/login.md found
13:50:11 INFO: man/src/logout.md found
13:50:11 INFO: man/src/logs.md found
13:50:11 WARN: man/src/manifest/annotate.md does not exist, skipping
13:50:11 WARN: man/src/manifest/create.md does not exist, skipping
13:50:11 WARN: man/src/manifest/inspect.md does not exist, skipping
13:50:11 WARN: man/src/manifest/push.md does not exist, skipping
13:50:11 WARN: man/src/manifest/rm.md does not exist, skipping
13:50:11 WARN: man/src/manifest.md does not exist, skipping
13:50:11 INFO: man/src/network/connect.md found
13:50:11 INFO: man/src/network/create.md found
13:50:11 INFO: man/src/network/disconnect.md found
13:50:11 INFO: man/src/network/inspect.md found
13:50:11 INFO: man/src/network/ls.md found
13:50:11 WARN: man/src/network/prune.md does not exist, skipping
13:50:11 INFO: man/src/network/rm.md found
13:50:11 WARN: man/src/network.md does not exist, skipping
13:50:11 WARN: man/src/node/demote.md does not exist, skipping
13:50:11 WARN: man/src/node/inspect.md does not exist, skipping
13:50:11 WARN: man/src/node/ls.md does not exist, skipping
13:50:11 WARN: man/src/node/promote.md does not exist, skipping
13:50:11 WARN: man/src/node/ps.md does not exist, skipping
13:50:11 WARN: man/src/node/rm.md does not exist, skipping
13:50:11 WARN: man/src/node/update.md does not exist, skipping
13:50:11 WARN: man/src/node.md does not exist, skipping
13:50:11 INFO: man/src/pause.md found
13:50:11 WARN: man/src/plugin/create.md does not exist, skipping
13:50:11 WARN: man/src/plugin/disable.md does not exist, skipping
13:50:11 WARN: man/src/plugin/enable.md does not exist, skipping
13:50:11 WARN: man/src/plugin/inspect.md does not exist, skipping
13:50:11 WARN: man/src/plugin/install.md does not exist, skipping
13:50:11 INFO: man/src/plugin/ls.md found
13:50:11 WARN: man/src/plugin/push.md does not exist, skipping
13:50:11 WARN: man/src/plugin/rm.md does not exist, skipping
13:50:11 WARN: man/src/plugin/set.md does not exist, skipping
13:50:11 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:50:11 WARN: man/src/plugin.md does not exist, skipping
13:50:11 INFO: man/src/port.md found
13:50:11 INFO: man/src/ps.md found
13:50:11 INFO: man/src/pull.md found
13:50:11 INFO: man/src/push.md found
13:50:11 INFO: man/src/rename.md found
13:50:11 INFO: man/src/restart.md found
13:50:11 INFO: man/src/rm.md found
13:50:11 INFO: man/src/rmi.md found
13:50:11 WARN: man/src/run.md does not exist, skipping
13:50:11 INFO: man/src/save.md found
13:50:11 INFO: man/src/search.md found
13:50:11 WARN: man/src/secret/create.md does not exist, skipping
13:50:11 WARN: man/src/secret/inspect.md does not exist, skipping
13:50:11 WARN: man/src/secret/ls.md does not exist, skipping
13:50:11 WARN: man/src/secret/rm.md does not exist, skipping
13:50:11 WARN: man/src/secret.md does not exist, skipping
13:50:11 WARN: man/src/service/create.md does not exist, skipping
13:50:11 WARN: man/src/service/inspect.md does not exist, skipping
13:50:11 WARN: man/src/service/logs.md does not exist, skipping
13:50:11 WARN: man/src/service/ls.md does not exist, skipping
13:50:11 WARN: man/src/service/ps.md does not exist, skipping
13:50:11 WARN: man/src/service/rm.md does not exist, skipping
13:50:11 WARN: man/src/service/rollback.md does not exist, skipping
13:50:11 WARN: man/src/service/scale.md does not exist, skipping
13:50:11 WARN: man/src/service/update.md does not exist, skipping
13:50:11 WARN: man/src/service.md does not exist, skipping
13:50:11 WARN: man/src/stack/config.md does not exist, skipping
13:50:11 WARN: man/src/stack/deploy.md does not exist, skipping
13:50:11 WARN: man/src/stack/ls.md does not exist, skipping
13:50:11 WARN: man/src/stack/ps.md does not exist, skipping
13:50:11 WARN: man/src/stack/rm.md does not exist, skipping
13:50:11 WARN: man/src/stack/services.md does not exist, skipping
13:50:11 WARN: man/src/stack.md does not exist, skipping
13:50:11 INFO: man/src/start.md found
13:50:11 INFO: man/src/stats.md found
13:50:11 INFO: man/src/stop.md found
13:50:11 WARN: man/src/swarm/ca.md does not exist, skipping
13:50:11 WARN: man/src/swarm/init.md does not exist, skipping
13:50:11 WARN: man/src/swarm/join.md does not exist, skipping
13:50:11 WARN: man/src/swarm/join-token.md does not exist, skipping
13:50:11 WARN: man/src/swarm/leave.md does not exist, skipping
13:50:11 WARN: man/src/swarm/unlock.md does not exist, skipping
13:50:11 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:50:11 WARN: man/src/swarm/update.md does not exist, skipping
13:50:11 WARN: man/src/swarm.md does not exist, skipping
13:50:11 WARN: man/src/system/df.md does not exist, skipping
13:50:11 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:50:11 INFO: man/src/system/events.md found
13:50:11 INFO: man/src/system/info.md found
13:50:11 WARN: man/src/system/prune.md does not exist, skipping
13:50:11 WARN: man/src/system.md does not exist, skipping
13:50:11 INFO: man/src/tag.md found
13:50:11 INFO: man/src/top.md found
13:50:11 WARN: man/src/trust/inspect.md does not exist, skipping
13:50:11 WARN: man/src/trust/key/generate.md does not exist, skipping
13:50:11 WARN: man/src/trust/key/load.md does not exist, skipping
13:50:11 WARN: man/src/trust/key.md does not exist, skipping
13:50:11 WARN: man/src/trust/revoke.md does not exist, skipping
13:50:11 WARN: man/src/trust/sign.md does not exist, skipping
13:50:11 WARN: man/src/trust/signer/add.md does not exist, skipping
13:50:11 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:50:11 WARN: man/src/trust/signer.md does not exist, skipping
13:50:11 WARN: man/src/trust.md does not exist, skipping
13:50:11 INFO: man/src/unpause.md found
13:50:11 INFO: man/src/update.md found
13:50:11 INFO: man/src/version.md found
13:50:11 INFO: man/src/volume/create.md found
13:50:11 INFO: man/src/volume/inspect.md found
13:50:11 INFO: man/src/volume/ls.md found
13:50:11 WARN: man/src/volume/prune.md does not exist, skipping
13:50:11 WARN: man/src/volume/rm.md does not exist, skipping
13:50:11 INFO: man/src/volume.md found
13:50:11 INFO: man/src/wait.md found
13:50:11 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:50:11 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:50:11 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:50:11 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:50:11 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:50:11 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:50:11 make[2]: Leaving directory '/root/build-deb/cli'
13:50:11 # Build buildx plugin
13:50:11 cd /go/src/github.com/docker/buildx \
13:50:11 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:11 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:50:11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:50:11 go: downloading github.com/google/uuid v1.3.0
13:50:11 go: downloading github.com/moby/vpnkit v0.5.0
13:50:11 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:50:11 go: downloading github.com/gofrs/flock v0.8.1
13:50:11 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:50:11 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:50:11 #12 transferring context: 57.86MB 3.4s
13:50:11 #12 transferring context: 58.48MB 3.5s done
13:50:11 #12 DONE 3.6s
13:50:11 
13:50:11 #10 [linux/amd64 golatest 1/1] FROM docker.io/library/golang:1.17-alpine@sha256:5c2fcfeb58ad9d4948d94e7b2d0432a9bc38bee0f8dfb41d383f38a18b75c38d
13:50:11 #10 sha256:f1849c0ca460162eccf24ec388b1da86b0a755ecf24754307ec19cf6db259931 157B / 157B 0.0s done
13:50:11 #10 sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 110.24MB / 110.24MB 2.1s done
13:50:11 #10 extracting sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13
13:50:12 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:50:13 go: downloading github.com/urfave/cli/v2 v2.4.0
13:50:13 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:50:13 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:50:13 ++ pwd
13:50:13 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:50:13 Project root: .
13:50:13 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:50:13 INFO: man/src/attach.md found
13:50:13 WARN: man/src/build.md does not exist, skipping
13:50:13 WARN: man/src/builder/build.md does not exist, skipping
13:50:13 WARN: man/src/builder/prune.md does not exist, skipping
13:50:13 WARN: man/src/builder.md does not exist, skipping
13:50:13 WARN: man/src/checkpoint/create.md does not exist, skipping
13:50:13 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:50:13 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:50:13 WARN: man/src/checkpoint.md does not exist, skipping
13:50:13 INFO: man/src/commit.md found
13:50:13 WARN: man/src/config/create.md does not exist, skipping
13:50:13 WARN: man/src/config/inspect.md does not exist, skipping
13:50:13 WARN: man/src/config/ls.md does not exist, skipping
13:50:13 WARN: man/src/config/rm.md does not exist, skipping
13:50:13 WARN: man/src/config.md does not exist, skipping
13:50:13 INFO: man/src/container/attach.md found
13:50:13 INFO: man/src/container/commit.md found
13:50:13 INFO: man/src/container/cp.md found
13:50:13 INFO: man/src/container/create.md found
13:50:13 INFO: man/src/container/diff.md found
13:50:13 INFO: man/src/container/exec.md found
13:50:13 INFO: man/src/container/export.md found
13:50:13 WARN: man/src/container/inspect.md does not exist, skipping
13:50:13 INFO: man/src/container/kill.md found
13:50:13 INFO: man/src/container/logs.md found
13:50:13 INFO: man/src/container/ls.md found
13:50:13 INFO: man/src/container/pause.md found
13:50:13 INFO: man/src/container/port.md found
13:50:13 WARN: man/src/container/prune.md does not exist, skipping
13:50:13 INFO: man/src/container/rename.md found
13:50:13 INFO: man/src/container/restart.md found
13:50:13 INFO: man/src/container/rm.md found
13:50:13 INFO: man/src/container/run.md found
13:50:13 INFO: man/src/container/start.md found
13:50:13 INFO: man/src/container/stats.md found
13:50:13 INFO: man/src/container/stop.md found
13:50:13 INFO: man/src/container/top.md found
13:50:13 INFO: man/src/container/unpause.md found
13:50:13 INFO: man/src/container/update.md found
13:50:13 INFO: man/src/container/wait.md found
13:50:13 WARN: man/src/container.md does not exist, skipping
13:50:13 WARN: man/src/context/create.md does not exist, skipping
13:50:13 WARN: man/src/context/export.md does not exist, skipping
13:50:13 WARN: man/src/context/import.md does not exist, skipping
13:50:13 WARN: man/src/context/inspect.md does not exist, skipping
13:50:13 WARN: man/src/context/ls.md does not exist, skipping
13:50:13 WARN: man/src/context/rm.md does not exist, skipping
13:50:13 WARN: man/src/context/show.md does not exist, skipping
13:50:13 WARN: man/src/context/update.md does not exist, skipping
13:50:13 WARN: man/src/context/use.md does not exist, skipping
13:50:13 WARN: man/src/context.md does not exist, skipping
13:50:13 INFO: man/src/cp.md found
13:50:13 INFO: man/src/create.md found
13:50:13 INFO: man/src/diff.md found
13:50:13 INFO: man/src/events.md found
13:50:13 INFO: man/src/exec.md found
13:50:13 INFO: man/src/export.md found
13:50:13 INFO: man/src/history.md found
13:50:13 INFO: man/src/image/build.md found
13:50:13 INFO: man/src/image/history.md found
13:50:13 INFO: man/src/image/import.md found
13:50:13 WARN: man/src/image/inspect.md does not exist, skipping
13:50:13 INFO: man/src/image/load.md found
13:50:13 INFO: man/src/image/ls.md found
13:50:13 WARN: man/src/image/prune.md does not exist, skipping
13:50:13 INFO: man/src/image/pull.md found
13:50:13 INFO: man/src/image/push.md found
13:50:13 INFO: man/src/image/rm.md found
13:50:13 INFO: man/src/image/save.md found
13:50:13 INFO: man/src/image/tag.md found
13:50:13 WARN: man/src/image.md does not exist, skipping
13:50:13 INFO: man/src/images.md found
13:50:13 INFO: man/src/import.md found
13:50:13 INFO: man/src/info.md found
13:50:13 INFO: man/src/inspect.md found
13:50:13 INFO: man/src/kill.md found
13:50:13 INFO: man/src/load.md found
13:50:13 INFO: man/src/login.md found
13:50:13 INFO: man/src/logout.md found
13:50:13 INFO: man/src/logs.md found
13:50:13 WARN: man/src/manifest/annotate.md does not exist, skipping
13:50:13 WARN: man/src/manifest/create.md does not exist, skipping
13:50:13 WARN: man/src/manifest/inspect.md does not exist, skipping
13:50:13 WARN: man/src/manifest/push.md does not exist, skipping
13:50:13 WARN: man/src/manifest/rm.md does not exist, skipping
13:50:13 WARN: man/src/manifest.md does not exist, skipping
13:50:13 INFO: man/src/network/connect.md found
13:50:13 INFO: man/src/network/create.md found
13:50:13 INFO: man/src/network/disconnect.md found
13:50:13 INFO: man/src/network/inspect.md found
13:50:13 INFO: man/src/network/ls.md found
13:50:13 WARN: man/src/network/prune.md does not exist, skipping
13:50:13 INFO: man/src/network/rm.md found
13:50:13 WARN: man/src/network.md does not exist, skipping
13:50:13 WARN: man/src/node/demote.md does not exist, skipping
13:50:13 WARN: man/src/node/inspect.md does not exist, skipping
13:50:13 WARN: man/src/node/ls.md does not exist, skipping
13:50:13 WARN: man/src/node/promote.md does not exist, skipping
13:50:13 WARN: man/src/node/ps.md does not exist, skipping
13:50:13 WARN: man/src/node/rm.md does not exist, skipping
13:50:13 WARN: man/src/node/update.md does not exist, skipping
13:50:13 WARN: man/src/node.md does not exist, skipping
13:50:13 INFO: man/src/pause.md found
13:50:13 WARN: man/src/plugin/create.md does not exist, skipping
13:50:13 WARN: man/src/plugin/disable.md does not exist, skipping
13:50:13 WARN: man/src/plugin/enable.md does not exist, skipping
13:50:13 WARN: man/src/plugin/inspect.md does not exist, skipping
13:50:13 WARN: man/src/plugin/install.md does not exist, skipping
13:50:13 INFO: man/src/plugin/ls.md found
13:50:13 WARN: man/src/plugin/push.md does not exist, skipping
13:50:13 WARN: man/src/plugin/rm.md does not exist, skipping
13:50:13 WARN: man/src/plugin/set.md does not exist, skipping
13:50:13 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:50:13 WARN: man/src/plugin.md does not exist, skipping
13:50:13 INFO: man/src/port.md found
13:50:13 INFO: man/src/ps.md found
13:50:13 INFO: man/src/pull.md found
13:50:13 INFO: man/src/push.md found
13:50:13 INFO: man/src/rename.md found
13:50:13 INFO: man/src/restart.md found
13:50:13 INFO: man/src/rm.md found
13:50:13 INFO: man/src/rmi.md found
13:50:13 WARN: man/src/run.md does not exist, skipping
13:50:13 INFO: man/src/save.md found
13:50:13 INFO: man/src/search.md found
13:50:13 WARN: man/src/secret/create.md does not exist, skipping
13:50:13 WARN: man/src/secret/inspect.md does not exist, skipping
13:50:13 WARN: man/src/secret/ls.md does not exist, skipping
13:50:13 WARN: man/src/secret/rm.md does not exist, skipping
13:50:13 WARN: man/src/secret.md does not exist, skipping
13:50:13 WARN: man/src/service/create.md does not exist, skipping
13:50:13 WARN: man/src/service/inspect.md does not exist, skipping
13:50:13 WARN: man/src/service/logs.md does not exist, skipping
13:50:13 WARN: man/src/service/ls.md does not exist, skipping
13:50:13 WARN: man/src/service/ps.md does not exist, skipping
13:50:13 WARN: man/src/service/rm.md does not exist, skipping
13:50:13 WARN: man/src/service/rollback.md does not exist, skipping
13:50:13 WARN: man/src/service/scale.md does not exist, skipping
13:50:13 WARN: man/src/service/update.md does not exist, skipping
13:50:13 WARN: man/src/service.md does not exist, skipping
13:50:13 WARN: man/src/stack/config.md does not exist, skipping
13:50:13 WARN: man/src/stack/deploy.md does not exist, skipping
13:50:13 WARN: man/src/stack/ls.md does not exist, skipping
13:50:13 WARN: man/src/stack/ps.md does not exist, skipping
13:50:13 WARN: man/src/stack/rm.md does not exist, skipping
13:50:13 WARN: man/src/stack/services.md does not exist, skipping
13:50:13 WARN: man/src/stack.md does not exist, skipping
13:50:13 INFO: man/src/start.md found
13:50:13 INFO: man/src/stats.md found
13:50:13 INFO: man/src/stop.md found
13:50:13 WARN: man/src/swarm/ca.md does not exist, skipping
13:50:13 WARN: man/src/swarm/init.md does not exist, skipping
13:50:13 WARN: man/src/swarm/join.md does not exist, skipping
13:50:13 WARN: man/src/swarm/join-token.md does not exist, skipping
13:50:13 WARN: man/src/swarm/leave.md does not exist, skipping
13:50:13 WARN: man/src/swarm/unlock.md does not exist, skipping
13:50:13 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:50:13 WARN: man/src/swarm/update.md does not exist, skipping
13:50:13 WARN: man/src/swarm.md does not exist, skipping
13:50:13 WARN: man/src/system/df.md does not exist, skipping
13:50:13 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:50:13 INFO: man/src/system/events.md found
13:50:13 INFO: man/src/system/info.md found
13:50:13 WARN: man/src/system/prune.md does not exist, skipping
13:50:13 WARN: man/src/system.md does not exist, skipping
13:50:13 INFO: man/src/tag.md found
13:50:13 INFO: man/src/top.md found
13:50:13 WARN: man/src/trust/inspect.md does not exist, skipping
13:50:13 WARN: man/src/trust/key/generate.md does not exist, skipping
13:50:13 WARN: man/src/trust/key/load.md does not exist, skipping
13:50:13 WARN: man/src/trust/key.md does not exist, skipping
13:50:13 WARN: man/src/trust/revoke.md does not exist, skipping
13:50:13 WARN: man/src/trust/sign.md does not exist, skipping
13:50:13 WARN: man/src/trust/signer/add.md does not exist, skipping
13:50:13 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:50:13 WARN: man/src/trust/signer.md does not exist, skipping
13:50:13 WARN: man/src/trust.md does not exist, skipping
13:50:13 INFO: man/src/unpause.md found
13:50:13 INFO: man/src/update.md found
13:50:13 INFO: man/src/version.md found
13:50:13 INFO: man/src/volume/create.md found
13:50:13 INFO: man/src/volume/inspect.md found
13:50:13 INFO: man/src/volume/ls.md found
13:50:13 WARN: man/src/volume/prune.md does not exist, skipping
13:50:13 WARN: man/src/volume/rm.md does not exist, skipping
13:50:13 INFO: man/src/volume.md found
13:50:13 INFO: man/src/wait.md found
13:50:13 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:50:13 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:50:13 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:50:13 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:50:13 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:50:13 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:50:13 make[2]: Leaving directory '/root/build-deb/cli'
13:50:13 # Build buildx plugin
13:50:13 cd /go/src/github.com/docker/buildx \
13:50:13 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:13 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:50:13 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:50:13 go: downloading github.com/google/uuid v1.3.0
13:50:13 go: downloading github.com/moby/vpnkit v0.5.0
13:50:13 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:50:13 go: downloading github.com/gofrs/flock v0.8.1
13:50:13 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:50:13 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:50:14 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:50:14 #10 extracting sha256:447a8d7240ef06b915ded3f3837852c172f438c860eca533a9cda1442d258c13 4.5s done
13:50:14 #10 extracting sha256:f1849c0ca460162eccf24ec388b1da86b0a755ecf24754307ec19cf6db259931
13:50:14 #10 extracting sha256:f1849c0ca460162eccf24ec388b1da86b0a755ecf24754307ec19cf6db259931 0.0s done
13:50:14 #10 DONE 6.8s
13:50:14 
13:50:14 #13 [linux/amd64 gobase 1/3] COPY --from=xx / /
13:50:15 #13 DONE 0.7s
13:50:15 
13:50:15 #14 [linux/amd64 gobase 2/3] RUN apk add --no-cache file git
13:50:15 #14 0.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
13:50:16 #14 1.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
13:50:16 #14 1.430 (1/8) Installing libmagic (5.41-r0)
13:50:16 #14 1.453 (2/8) Installing file (5.41-r0)
13:50:16 #14 1.455 (3/8) Installing brotli-libs (1.0.9-r5)
13:50:16 #14 1.463 (4/8) Installing nghttp2-libs (1.46.0-r0)
13:50:16 #14 1.466 (5/8) Installing libcurl (7.80.0-r1)
13:50:16 #14 1.473 (6/8) Installing expat (2.4.7-r0)
13:50:16 #14 1.476 (7/8) Installing pcre2 (10.39-r0)
13:50:16 #14 1.491 (8/8) Installing git (2.34.2-r0)
13:50:16 #14 1.598 Executing busybox-1.34.1-r5.trigger
13:50:17 #14 1.606 OK: 26 MiB in 23 packages
13:50:17 #14 DONE 1.7s
13:50:17 
13:50:17 #15 [linux/amd64 gobase 3/3] WORKDIR /src
13:50:17 #15 DONE 0.0s
13:50:17 
13:50:17 #16 [linux/amd64 buildx-version 1/1] RUN --mount=target=.   PKG=github.com/docker/buildx VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) REVISION=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);   echo "-X ${PKG}/version.Version=${VERSION} -X ${PKG}/version.Revision=${REVISION} -X ${PKG}/version.Package=${PKG}" | tee /tmp/.ldflags;   echo -n "${VERSION}" | tee /tmp/.version;
13:50:17 #16 0.724 -X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx
13:50:17 #16 0.725 v0.8.2#16 DONE 0.7s
13:50:17 
13:50:17 #17 [linux/amd64 buildx-build 1/1] RUN --mount=type=bind,target=.   --mount=type=cache,target=/root/.cache   --mount=type=cache,target=/go/pkg/mod   --mount=type=bind,source=/tmp/.ldflags,target=/tmp/.ldflags,from=buildx-version   set -x; xx-go build -ldflags "$(cat /tmp/.ldflags) -w -s" -o /usr/bin/buildx ./cmd/buildx &&   xx-verify --static /usr/bin/buildx
13:50:17 #0 0.095 + cat /tmp/.ldflags
13:50:18 #17 0.096 + xx-go build -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -w -s' -o /usr/bin/buildx ./cmd/buildx
13:50:19 + for f in rootlesskit rootlesskit-docker-proxy
13:50:19 + GOBIN=/usr/local/bin
13:50:19 + GO111MODULE=on
13:50:19 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:50:20 + return
13:50:20 + RPM_EC=0
13:50:20 ++ jobs -p
13:50:20 + exit 0
13:50:20 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5Kpr9T
13:50:20 + umask 022
13:50:20 + cd /root/rpmbuild/BUILD
13:50:20 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64 '!=' / ']'
13:50:20 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:50:20 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:50:20 + mkdir -p /root/rpmbuild/BUILDROOT
13:50:20 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:50:20 + cd src
13:50:20 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin/dockerd-rootless.sh
13:50:20 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:50:20 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin/rootlesskit
13:50:20 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64/usr/bin/rootlesskit-docker-proxy
13:50:20 + /usr/lib/rpm/check-buildroot
13:50:20 + /usr/lib/rpm/redhat/brp-ldconfig
13:50:20 + /usr/lib/rpm/brp-compress
13:50:20 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:50:20 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:50:20 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:50:20 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:50:20 + /usr/lib/rpm/check-rpaths
13:50:20 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:50:20 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:50:20 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:50:20 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:50:20 + /usr/lib/rpm/redhat/brp-python-hardlink
13:50:20 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OyeyFK
13:50:20 + umask 022
13:50:20 + cd /root/rpmbuild/BUILD
13:50:20 + cd src
13:50:20 + /usr/local/bin/rootlesskit -v
13:50:20 rootlesskit version 1.0.0
13:50:20 + RPM_EC=0
13:50:20 ++ jobs -p
13:50:20 + exit 0
13:50:20 Processing files: docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:50:20 Provides: docker-ce-rootless-extras = 0:0.0.0.20220503081348.bfa9b40-0.fc35 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220503081348.bfa9b40-0.fc35
13:50:20 Requires(interp): /bin/sh /bin/sh /bin/sh
13:50:20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:50:20 Requires(post): /bin/sh
13:50:20 Requires(preun): /bin/sh
13:50:20 Requires(postun): /bin/sh
13:50:20 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
13:50:20 Conflicts: rootlesskit
13:50:20 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:50:21 + for f in rootlesskit rootlesskit-docker-proxy
13:50:21 + GOBIN=/usr/local/bin
13:50:21 + GO111MODULE=on
13:50:21 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:50:21 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.src.rpm
13:50:22 + return
13:50:22 + RPM_EC=0
13:50:22 ++ jobs -p
13:50:22 + exit 0
13:50:22 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9smgqu
13:50:22 + umask 022
13:50:22 + cd /root/rpmbuild/BUILD
13:50:22 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64 '!=' / ']'
13:50:22 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:50:22 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:50:22 + mkdir -p /root/rpmbuild/BUILDROOT
13:50:22 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:50:22 + cd src
13:50:22 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin/dockerd-rootless.sh
13:50:22 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:50:22 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin/rootlesskit
13:50:22 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64/usr/bin/rootlesskit-docker-proxy
13:50:22 + /usr/lib/rpm/check-buildroot
13:50:22 + /usr/lib/rpm/redhat/brp-ldconfig
13:50:22 + /usr/lib/rpm/brp-compress
13:50:22 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:50:22 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:50:22 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:50:22 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:50:22 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:50:22 + /usr/lib/rpm/brp-python-hardlink
13:50:22 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:50:22 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:50:22 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:50:22 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FdeSPc
13:50:22 + umask 022
13:50:22 + cd /root/rpmbuild/BUILD
13:50:22 + cd src
13:50:22 + /usr/local/bin/rootlesskit -v
13:50:22 rootlesskit version 1.0.0
13:50:22 + RPM_EC=0
13:50:22 ++ jobs -p
13:50:22 + exit 0
13:50:22 Processing files: docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:50:22 Provides: docker-ce-rootless-extras = 0:0.0.0.20220503081348.bfa9b40-0.fc34 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220503081348.bfa9b40-0.fc34
13:50:22 Requires(interp): /bin/sh /bin/sh /bin/sh
13:50:22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:50:22 Requires(post): /bin/sh
13:50:22 Requires(preun): /bin/sh
13:50:22 Requires(postun): /bin/sh
13:50:22 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)
13:50:22 Conflicts: rootlesskit
13:50:22 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:50:23 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.src.rpm
13:50:24 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:50:24 ++ pwd
13:50:24 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:50:24 Project root: .
13:50:24 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:50:24 INFO: man/src/attach.md found
13:50:24 WARN: man/src/build.md does not exist, skipping
13:50:24 WARN: man/src/builder/build.md does not exist, skipping
13:50:24 WARN: man/src/builder/prune.md does not exist, skipping
13:50:24 WARN: man/src/builder.md does not exist, skipping
13:50:24 WARN: man/src/checkpoint/create.md does not exist, skipping
13:50:24 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:50:24 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:50:24 WARN: man/src/checkpoint.md does not exist, skipping
13:50:24 INFO: man/src/commit.md found
13:50:24 WARN: man/src/config/create.md does not exist, skipping
13:50:24 WARN: man/src/config/inspect.md does not exist, skipping
13:50:24 WARN: man/src/config/ls.md does not exist, skipping
13:50:24 WARN: man/src/config/rm.md does not exist, skipping
13:50:24 WARN: man/src/config.md does not exist, skipping
13:50:24 INFO: man/src/container/attach.md found
13:50:24 INFO: man/src/container/commit.md found
13:50:24 INFO: man/src/container/cp.md found
13:50:24 INFO: man/src/container/create.md found
13:50:24 INFO: man/src/container/diff.md found
13:50:24 INFO: man/src/container/exec.md found
13:50:24 INFO: man/src/container/export.md found
13:50:24 WARN: man/src/container/inspect.md does not exist, skipping
13:50:24 INFO: man/src/container/kill.md found
13:50:24 INFO: man/src/container/logs.md found
13:50:24 INFO: man/src/container/ls.md found
13:50:24 INFO: man/src/container/pause.md found
13:50:24 INFO: man/src/container/port.md found
13:50:24 WARN: man/src/container/prune.md does not exist, skipping
13:50:24 INFO: man/src/container/rename.md found
13:50:24 INFO: man/src/container/restart.md found
13:50:24 INFO: man/src/container/rm.md found
13:50:24 INFO: man/src/container/run.md found
13:50:24 INFO: man/src/container/start.md found
13:50:24 INFO: man/src/container/stats.md found
13:50:24 INFO: man/src/container/stop.md found
13:50:24 INFO: man/src/container/top.md found
13:50:24 INFO: man/src/container/unpause.md found
13:50:24 INFO: man/src/container/update.md found
13:50:24 INFO: man/src/container/wait.md found
13:50:24 WARN: man/src/container.md does not exist, skipping
13:50:24 WARN: man/src/context/create.md does not exist, skipping
13:50:24 WARN: man/src/context/export.md does not exist, skipping
13:50:24 WARN: man/src/context/import.md does not exist, skipping
13:50:24 WARN: man/src/context/inspect.md does not exist, skipping
13:50:24 WARN: man/src/context/ls.md does not exist, skipping
13:50:24 WARN: man/src/context/rm.md does not exist, skipping
13:50:24 WARN: man/src/context/show.md does not exist, skipping
13:50:24 WARN: man/src/context/update.md does not exist, skipping
13:50:24 WARN: man/src/context/use.md does not exist, skipping
13:50:24 WARN: man/src/context.md does not exist, skipping
13:50:24 INFO: man/src/cp.md found
13:50:24 INFO: man/src/create.md found
13:50:24 INFO: man/src/diff.md found
13:50:24 INFO: man/src/events.md found
13:50:24 INFO: man/src/exec.md found
13:50:24 INFO: man/src/export.md found
13:50:24 INFO: man/src/history.md found
13:50:24 INFO: man/src/image/build.md found
13:50:24 INFO: man/src/image/history.md found
13:50:24 INFO: man/src/image/import.md found
13:50:24 WARN: man/src/image/inspect.md does not exist, skipping
13:50:24 INFO: man/src/image/load.md found
13:50:24 INFO: man/src/image/ls.md found
13:50:24 WARN: man/src/image/prune.md does not exist, skipping
13:50:24 INFO: man/src/image/pull.md found
13:50:24 INFO: man/src/image/push.md found
13:50:24 INFO: man/src/image/rm.md found
13:50:24 INFO: man/src/image/save.md found
13:50:24 INFO: man/src/image/tag.md found
13:50:24 WARN: man/src/image.md does not exist, skipping
13:50:24 INFO: man/src/images.md found
13:50:24 INFO: man/src/import.md found
13:50:24 INFO: man/src/info.md found
13:50:24 INFO: man/src/inspect.md found
13:50:24 INFO: man/src/kill.md found
13:50:24 INFO: man/src/load.md found
13:50:24 INFO: man/src/login.md found
13:50:24 INFO: man/src/logout.md found
13:50:24 INFO: man/src/logs.md found
13:50:24 WARN: man/src/manifest/annotate.md does not exist, skipping
13:50:24 WARN: man/src/manifest/create.md does not exist, skipping
13:50:24 WARN: man/src/manifest/inspect.md does not exist, skipping
13:50:24 WARN: man/src/manifest/push.md does not exist, skipping
13:50:24 WARN: man/src/manifest/rm.md does not exist, skipping
13:50:24 WARN: man/src/manifest.md does not exist, skipping
13:50:24 INFO: man/src/network/connect.md found
13:50:24 INFO: man/src/network/create.md found
13:50:24 INFO: man/src/network/disconnect.md found
13:50:24 INFO: man/src/network/inspect.md found
13:50:24 INFO: man/src/network/ls.md found
13:50:24 WARN: man/src/network/prune.md does not exist, skipping
13:50:24 INFO: man/src/network/rm.md found
13:50:24 WARN: man/src/network.md does not exist, skipping
13:50:24 WARN: man/src/node/demote.md does not exist, skipping
13:50:24 WARN: man/src/node/inspect.md does not exist, skipping
13:50:24 WARN: man/src/node/ls.md does not exist, skipping
13:50:24 WARN: man/src/node/promote.md does not exist, skipping
13:50:24 WARN: man/src/node/ps.md does not exist, skipping
13:50:24 WARN: man/src/node/rm.md does not exist, skipping
13:50:24 WARN: man/src/node/update.md does not exist, skipping
13:50:24 WARN: man/src/node.md does not exist, skipping
13:50:24 INFO: man/src/pause.md found
13:50:24 WARN: man/src/plugin/create.md does not exist, skipping
13:50:24 WARN: man/src/plugin/disable.md does not exist, skipping
13:50:24 WARN: man/src/plugin/enable.md does not exist, skipping
13:50:24 WARN: man/src/plugin/inspect.md does not exist, skipping
13:50:24 WARN: man/src/plugin/install.md does not exist, skipping
13:50:24 INFO: man/src/plugin/ls.md found
13:50:24 WARN: man/src/plugin/push.md does not exist, skipping
13:50:24 WARN: man/src/plugin/rm.md does not exist, skipping
13:50:24 WARN: man/src/plugin/set.md does not exist, skipping
13:50:24 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:50:24 WARN: man/src/plugin.md does not exist, skipping
13:50:24 INFO: man/src/port.md found
13:50:24 INFO: man/src/ps.md found
13:50:24 INFO: man/src/pull.md found
13:50:24 INFO: man/src/push.md found
13:50:24 INFO: man/src/rename.md found
13:50:24 INFO: man/src/restart.md found
13:50:24 INFO: man/src/rm.md found
13:50:24 INFO: man/src/rmi.md found
13:50:24 WARN: man/src/run.md does not exist, skipping
13:50:24 INFO: man/src/save.md found
13:50:24 INFO: man/src/search.md found
13:50:24 WARN: man/src/secret/create.md does not exist, skipping
13:50:24 WARN: man/src/secret/inspect.md does not exist, skipping
13:50:24 WARN: man/src/secret/ls.md does not exist, skipping
13:50:24 WARN: man/src/secret/rm.md does not exist, skipping
13:50:24 WARN: man/src/secret.md does not exist, skipping
13:50:24 WARN: man/src/service/create.md does not exist, skipping
13:50:24 WARN: man/src/service/inspect.md does not exist, skipping
13:50:24 WARN: man/src/service/logs.md does not exist, skipping
13:50:24 WARN: man/src/service/ls.md does not exist, skipping
13:50:24 WARN: man/src/service/ps.md does not exist, skipping
13:50:24 WARN: man/src/service/rm.md does not exist, skipping
13:50:24 WARN: man/src/service/rollback.md does not exist, skipping
13:50:24 WARN: man/src/service/scale.md does not exist, skipping
13:50:24 WARN: man/src/service/update.md does not exist, skipping
13:50:24 WARN: man/src/service.md does not exist, skipping
13:50:24 WARN: man/src/stack/config.md does not exist, skipping
13:50:24 WARN: man/src/stack/deploy.md does not exist, skipping
13:50:24 WARN: man/src/stack/ls.md does not exist, skipping
13:50:24 WARN: man/src/stack/ps.md does not exist, skipping
13:50:24 WARN: man/src/stack/rm.md does not exist, skipping
13:50:24 WARN: man/src/stack/services.md does not exist, skipping
13:50:24 WARN: man/src/stack.md does not exist, skipping
13:50:24 INFO: man/src/start.md found
13:50:24 INFO: man/src/stats.md found
13:50:24 INFO: man/src/stop.md found
13:50:24 WARN: man/src/swarm/ca.md does not exist, skipping
13:50:24 WARN: man/src/swarm/init.md does not exist, skipping
13:50:24 WARN: man/src/swarm/join.md does not exist, skipping
13:50:24 WARN: man/src/swarm/join-token.md does not exist, skipping
13:50:24 WARN: man/src/swarm/leave.md does not exist, skipping
13:50:24 WARN: man/src/swarm/unlock.md does not exist, skipping
13:50:24 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:50:24 WARN: man/src/swarm/update.md does not exist, skipping
13:50:24 WARN: man/src/swarm.md does not exist, skipping
13:50:24 WARN: man/src/system/df.md does not exist, skipping
13:50:24 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:50:24 INFO: man/src/system/events.md found
13:50:24 INFO: man/src/system/info.md found
13:50:24 WARN: man/src/system/prune.md does not exist, skipping
13:50:24 WARN: man/src/system.md does not exist, skipping
13:50:24 INFO: man/src/tag.md found
13:50:24 INFO: man/src/top.md found
13:50:24 WARN: man/src/trust/inspect.md does not exist, skipping
13:50:24 WARN: man/src/trust/key/generate.md does not exist, skipping
13:50:24 WARN: man/src/trust/key/load.md does not exist, skipping
13:50:24 WARN: man/src/trust/key.md does not exist, skipping
13:50:24 WARN: man/src/trust/revoke.md does not exist, skipping
13:50:24 WARN: man/src/trust/sign.md does not exist, skipping
13:50:24 WARN: man/src/trust/signer/add.md does not exist, skipping
13:50:24 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:50:24 WARN: man/src/trust/signer.md does not exist, skipping
13:50:24 WARN: man/src/trust.md does not exist, skipping
13:50:24 INFO: man/src/unpause.md found
13:50:24 INFO: man/src/update.md found
13:50:24 INFO: man/src/version.md found
13:50:24 INFO: man/src/volume/create.md found
13:50:24 INFO: man/src/volume/inspect.md found
13:50:24 INFO: man/src/volume/ls.md found
13:50:24 WARN: man/src/volume/prune.md does not exist, skipping
13:50:24 WARN: man/src/volume/rm.md does not exist, skipping
13:50:24 INFO: man/src/volume.md found
13:50:24 INFO: man/src/wait.md found
13:50:24 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:50:24 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:50:24 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:50:24 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:50:24 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:50:24 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:50:24 make[2]: Leaving directory '/root/build-deb/cli'
13:50:24 # Build buildx plugin
13:50:24 cd /go/src/github.com/docker/buildx \
13:50:24 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:24 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:50:26 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64.rpm
13:50:26 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.l1ffby
13:50:26 + umask 022
13:50:26 + cd /root/rpmbuild/BUILD
13:50:26 + cd src
13:50:26 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc35.x86_64
13:50:26 + RPM_EC=0
13:50:26 ++ jobs -p
13:50:26 + exit 0
13:50:27 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.q3nLbz
13:50:27 + umask 022
13:50:27 + cd /root/rpmbuild/BUILD
13:50:27 + cd /root/rpmbuild/BUILD
13:50:27 + rm -rf src
13:50:27 + /usr/bin/mkdir -p src
13:50:27 + cd src
13:50:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:50:27 + /usr/bin/tar -xof -
13:50:27 + STATUS=0
13:50:27 + '[' 0 -ne 0 ']'
13:50:27 + /usr/bin/tar -xof -
13:50:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:50:27 + STATUS=0
13:50:27 + '[' 0 -ne 0 ']'
13:50:27 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:28 + RPM_EC=0
13:50:28 ++ jobs -p
13:50:28 + exit 0
13:50:28 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TiXwNn
13:50:28 + umask 022
13:50:28 + cd /root/rpmbuild/BUILD
13:50:28 + cd src
13:50:28 + pushd /root/rpmbuild/BUILD/src/buildx
13:50:28 + bash -c 'CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=%{_buildx_gitcommit} -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx'
13:50:28 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:50:28 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64.rpm
13:50:28 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WHI24r
13:50:28 + umask 022
13:50:28 + cd /root/rpmbuild/BUILD
13:50:28 + cd src
13:50:28 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc34.x86_64
13:50:28 + RPM_EC=0
13:50:28 ++ jobs -p
13:50:28 + exit 0
13:50:28 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xUVV0T
13:50:28 + umask 022
13:50:28 + cd /root/rpmbuild/BUILD
13:50:28 + cd /root/rpmbuild/BUILD
13:50:28 + rm -rf src
13:50:28 + /usr/bin/mkdir -p src
13:50:28 + cd src
13:50:28 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:50:28 + /usr/bin/tar -xof -
13:50:29 + STATUS=0
13:50:29 + '[' 0 -ne 0 ']'
13:50:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:50:29 + /usr/bin/tar -xof -
13:50:29 + STATUS=0
13:50:29 + '[' 0 -ne 0 ']'
13:50:29 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:29 + RPM_EC=0
13:50:29 ++ jobs -p
13:50:29 + exit 0
13:50:29 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qPTu6g
13:50:29 + umask 022
13:50:29 + cd /root/rpmbuild/BUILD
13:50:29 + cd src
13:50:29 + pushd /root/rpmbuild/BUILD/src/buildx
13:50:29 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:50:29 + bash -c 'CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=%{_buildx_gitcommit} -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx'
13:50:30 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:50:30 ++ pwd
13:50:30 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:50:30 Project root: .
13:50:30 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:50:30 INFO: man/src/attach.md found
13:50:30 WARN: man/src/build.md does not exist, skipping
13:50:30 WARN: man/src/builder/build.md does not exist, skipping
13:50:30 WARN: man/src/builder/prune.md does not exist, skipping
13:50:30 WARN: man/src/builder.md does not exist, skipping
13:50:30 WARN: man/src/checkpoint/create.md does not exist, skipping
13:50:30 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:50:30 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:50:30 WARN: man/src/checkpoint.md does not exist, skipping
13:50:30 INFO: man/src/commit.md found
13:50:30 WARN: man/src/config/create.md does not exist, skipping
13:50:30 WARN: man/src/config/inspect.md does not exist, skipping
13:50:30 WARN: man/src/config/ls.md does not exist, skipping
13:50:30 WARN: man/src/config/rm.md does not exist, skipping
13:50:30 WARN: man/src/config.md does not exist, skipping
13:50:30 INFO: man/src/container/attach.md found
13:50:30 INFO: man/src/container/commit.md found
13:50:30 INFO: man/src/container/cp.md found
13:50:30 INFO: man/src/container/create.md found
13:50:30 INFO: man/src/container/diff.md found
13:50:30 INFO: man/src/container/exec.md found
13:50:30 INFO: man/src/container/export.md found
13:50:30 WARN: man/src/container/inspect.md does not exist, skipping
13:50:30 INFO: man/src/container/kill.md found
13:50:30 INFO: man/src/container/logs.md found
13:50:30 INFO: man/src/container/ls.md found
13:50:30 INFO: man/src/container/pause.md found
13:50:30 INFO: man/src/container/port.md found
13:50:30 WARN: man/src/container/prune.md does not exist, skipping
13:50:30 INFO: man/src/container/rename.md found
13:50:30 INFO: man/src/container/restart.md found
13:50:30 INFO: man/src/container/rm.md found
13:50:30 INFO: man/src/container/run.md found
13:50:30 INFO: man/src/container/start.md found
13:50:30 INFO: man/src/container/stats.md found
13:50:30 INFO: man/src/container/stop.md found
13:50:30 INFO: man/src/container/top.md found
13:50:30 INFO: man/src/container/unpause.md found
13:50:30 INFO: man/src/container/update.md found
13:50:30 INFO: man/src/container/wait.md found
13:50:30 WARN: man/src/container.md does not exist, skipping
13:50:30 WARN: man/src/context/create.md does not exist, skipping
13:50:30 WARN: man/src/context/export.md does not exist, skipping
13:50:30 WARN: man/src/context/import.md does not exist, skipping
13:50:30 WARN: man/src/context/inspect.md does not exist, skipping
13:50:30 WARN: man/src/context/ls.md does not exist, skipping
13:50:30 WARN: man/src/context/rm.md does not exist, skipping
13:50:30 WARN: man/src/context/show.md does not exist, skipping
13:50:30 WARN: man/src/context/update.md does not exist, skipping
13:50:30 WARN: man/src/context/use.md does not exist, skipping
13:50:30 WARN: man/src/context.md does not exist, skipping
13:50:30 INFO: man/src/cp.md found
13:50:30 INFO: man/src/create.md found
13:50:30 INFO: man/src/diff.md found
13:50:30 INFO: man/src/events.md found
13:50:30 INFO: man/src/exec.md found
13:50:30 INFO: man/src/export.md found
13:50:30 INFO: man/src/history.md found
13:50:30 INFO: man/src/image/build.md found
13:50:30 INFO: man/src/image/history.md found
13:50:30 INFO: man/src/image/import.md found
13:50:30 WARN: man/src/image/inspect.md does not exist, skipping
13:50:30 INFO: man/src/image/load.md found
13:50:30 INFO: man/src/image/ls.md found
13:50:30 WARN: man/src/image/prune.md does not exist, skipping
13:50:30 INFO: man/src/image/pull.md found
13:50:30 INFO: man/src/image/push.md found
13:50:30 INFO: man/src/image/rm.md found
13:50:30 INFO: man/src/image/save.md found
13:50:30 INFO: man/src/image/tag.md found
13:50:30 WARN: man/src/image.md does not exist, skipping
13:50:30 INFO: man/src/images.md found
13:50:30 INFO: man/src/import.md found
13:50:30 INFO: man/src/info.md found
13:50:30 INFO: man/src/inspect.md found
13:50:30 INFO: man/src/kill.md found
13:50:30 INFO: man/src/load.md found
13:50:30 INFO: man/src/login.md found
13:50:30 INFO: man/src/logout.md found
13:50:30 INFO: man/src/logs.md found
13:50:30 WARN: man/src/manifest/annotate.md does not exist, skipping
13:50:30 WARN: man/src/manifest/create.md does not exist, skipping
13:50:30 WARN: man/src/manifest/inspect.md does not exist, skipping
13:50:30 WARN: man/src/manifest/push.md does not exist, skipping
13:50:30 WARN: man/src/manifest/rm.md does not exist, skipping
13:50:30 WARN: man/src/manifest.md does not exist, skipping
13:50:30 INFO: man/src/network/connect.md found
13:50:30 INFO: man/src/network/create.md found
13:50:30 INFO: man/src/network/disconnect.md found
13:50:30 INFO: man/src/network/inspect.md found
13:50:30 INFO: man/src/network/ls.md found
13:50:30 WARN: man/src/network/prune.md does not exist, skipping
13:50:30 INFO: man/src/network/rm.md found
13:50:30 WARN: man/src/network.md does not exist, skipping
13:50:30 WARN: man/src/node/demote.md does not exist, skipping
13:50:30 WARN: man/src/node/inspect.md does not exist, skipping
13:50:30 WARN: man/src/node/ls.md does not exist, skipping
13:50:30 WARN: man/src/node/promote.md does not exist, skipping
13:50:30 WARN: man/src/node/ps.md does not exist, skipping
13:50:30 WARN: man/src/node/rm.md does not exist, skipping
13:50:30 WARN: man/src/node/update.md does not exist, skipping
13:50:30 WARN: man/src/node.md does not exist, skipping
13:50:30 INFO: man/src/pause.md found
13:50:30 WARN: man/src/plugin/create.md does not exist, skipping
13:50:30 WARN: man/src/plugin/disable.md does not exist, skipping
13:50:30 WARN: man/src/plugin/enable.md does not exist, skipping
13:50:30 WARN: man/src/plugin/inspect.md does not exist, skipping
13:50:30 WARN: man/src/plugin/install.md does not exist, skipping
13:50:30 INFO: man/src/plugin/ls.md found
13:50:30 WARN: man/src/plugin/push.md does not exist, skipping
13:50:30 WARN: man/src/plugin/rm.md does not exist, skipping
13:50:30 WARN: man/src/plugin/set.md does not exist, skipping
13:50:30 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:50:30 WARN: man/src/plugin.md does not exist, skipping
13:50:30 INFO: man/src/port.md found
13:50:30 INFO: man/src/ps.md found
13:50:30 INFO: man/src/pull.md found
13:50:30 INFO: man/src/push.md found
13:50:30 INFO: man/src/rename.md found
13:50:30 INFO: man/src/restart.md found
13:50:30 INFO: man/src/rm.md found
13:50:30 INFO: man/src/rmi.md found
13:50:30 WARN: man/src/run.md does not exist, skipping
13:50:30 INFO: man/src/save.md found
13:50:30 INFO: man/src/search.md found
13:50:30 WARN: man/src/secret/create.md does not exist, skipping
13:50:30 WARN: man/src/secret/inspect.md does not exist, skipping
13:50:30 WARN: man/src/secret/ls.md does not exist, skipping
13:50:30 WARN: man/src/secret/rm.md does not exist, skipping
13:50:30 WARN: man/src/secret.md does not exist, skipping
13:50:30 WARN: man/src/service/create.md does not exist, skipping
13:50:30 WARN: man/src/service/inspect.md does not exist, skipping
13:50:30 WARN: man/src/service/logs.md does not exist, skipping
13:50:30 WARN: man/src/service/ls.md does not exist, skipping
13:50:30 WARN: man/src/service/ps.md does not exist, skipping
13:50:30 WARN: man/src/service/rm.md does not exist, skipping
13:50:30 WARN: man/src/service/rollback.md does not exist, skipping
13:50:30 WARN: man/src/service/scale.md does not exist, skipping
13:50:30 WARN: man/src/service/update.md does not exist, skipping
13:50:30 WARN: man/src/service.md does not exist, skipping
13:50:30 WARN: man/src/stack/config.md does not exist, skipping
13:50:30 WARN: man/src/stack/deploy.md does not exist, skipping
13:50:30 WARN: man/src/stack/ls.md does not exist, skipping
13:50:30 WARN: man/src/stack/ps.md does not exist, skipping
13:50:30 WARN: man/src/stack/rm.md does not exist, skipping
13:50:30 WARN: man/src/stack/services.md does not exist, skipping
13:50:30 WARN: man/src/stack.md does not exist, skipping
13:50:30 INFO: man/src/start.md found
13:50:30 INFO: man/src/stats.md found
13:50:30 INFO: man/src/stop.md found
13:50:30 WARN: man/src/swarm/ca.md does not exist, skipping
13:50:30 WARN: man/src/swarm/init.md does not exist, skipping
13:50:30 WARN: man/src/swarm/join.md does not exist, skipping
13:50:30 WARN: man/src/swarm/join-token.md does not exist, skipping
13:50:30 WARN: man/src/swarm/leave.md does not exist, skipping
13:50:30 WARN: man/src/swarm/unlock.md does not exist, skipping
13:50:30 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:50:30 WARN: man/src/swarm/update.md does not exist, skipping
13:50:30 WARN: man/src/swarm.md does not exist, skipping
13:50:30 WARN: man/src/system/df.md does not exist, skipping
13:50:30 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:50:30 INFO: man/src/system/events.md found
13:50:30 INFO: man/src/system/info.md found
13:50:30 WARN: man/src/system/prune.md does not exist, skipping
13:50:30 WARN: man/src/system.md does not exist, skipping
13:50:30 INFO: man/src/tag.md found
13:50:30 INFO: man/src/top.md found
13:50:30 WARN: man/src/trust/inspect.md does not exist, skipping
13:50:30 WARN: man/src/trust/key/generate.md does not exist, skipping
13:50:30 WARN: man/src/trust/key/load.md does not exist, skipping
13:50:30 WARN: man/src/trust/key.md does not exist, skipping
13:50:30 WARN: man/src/trust/revoke.md does not exist, skipping
13:50:30 WARN: man/src/trust/sign.md does not exist, skipping
13:50:30 WARN: man/src/trust/signer/add.md does not exist, skipping
13:50:30 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:50:30 WARN: man/src/trust/signer.md does not exist, skipping
13:50:30 WARN: man/src/trust.md does not exist, skipping
13:50:30 INFO: man/src/unpause.md found
13:50:30 INFO: man/src/update.md found
13:50:30 INFO: man/src/version.md found
13:50:30 INFO: man/src/volume/create.md found
13:50:30 INFO: man/src/volume/inspect.md found
13:50:30 INFO: man/src/volume/ls.md found
13:50:30 WARN: man/src/volume/prune.md does not exist, skipping
13:50:30 WARN: man/src/volume/rm.md does not exist, skipping
13:50:30 INFO: man/src/volume.md found
13:50:30 INFO: man/src/wait.md found
13:50:30 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:50:30 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:50:30 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:50:30 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:50:30 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:50:30 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:50:30 ~/rpmbuild/BUILD/src
13:50:30 + popd
13:50:30 + RPM_EC=0
13:50:30 ++ jobs -p
13:50:30 + exit 0
13:50:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BZ0Qiu
13:50:30 + umask 022
13:50:30 + cd /root/rpmbuild/BUILD
13:50:30 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64 '!=' / ']'
13:50:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:50:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:50:30 + mkdir -p /root/rpmbuild/BUILDROOT
13:50:30 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:50:30 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:50:30 + export CFLAGS
13:50:30 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:50:30 + export CXXFLAGS
13:50:30 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:50:30 + export FFLAGS
13:50:30 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:50:30 + export FCFLAGS
13:50:30 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.ld'
13:50:30 + export LDFLAGS
13:50:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:50:30 + export LT_SYS_LIBRARY_PATH
13:50:30 + CC=gcc
13:50:30 + export CC
13:50:30 + CXX=g++
13:50:30 + export CXX
13:50:30 + cd src
13:50:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/bin
13:50:30 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/bin/docker
13:50:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/bash-completion/completions
13:50:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/zsh/vendor-completions
13:50:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/fish/vendor_completions.d
13:50:30 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/bash-completion/completions/docker
13:50:30 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/zsh/vendor-completions/_docker
13:50:30 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:50:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/man/man1
13:50:30 + 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-show.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-config.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.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/man/man1
13:50:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/man/man5
13:50:30 + 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.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/man/man5
13:50:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/man/man8
13:50:30 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/man/man8
13:50:30 + mkdir -p build-docs
13:50:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:50:30 + cp cli/LICENSE build-docs/LICENSE
13:50:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:50:30 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:50:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:50:30 + cp cli/NOTICE build-docs/NOTICE
13:50:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:50:30 + cp cli/README.md build-docs/README.md
13:50:30 + /usr/lib/rpm/check-buildroot
13:50:30 + /usr/lib/rpm/redhat/brp-ldconfig
13:50:30 + /usr/lib/rpm/brp-compress
13:50:30 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:50:30 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:50:30 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:50:30 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:50:30 + /usr/lib/rpm/check-rpaths
13:50:30 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:50:30 + /usr/lib/rpm/brp-remove-la-files
13:50:30 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:50:30 + /usr/lib/rpm/redhat/brp-python-hardlink
13:50:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.uvVD8y
13:50:30 + umask 022
13:50:30 + cd /root/rpmbuild/BUILD
13:50:30 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:50:30 + export CFLAGS
13:50:30 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:50:30 + export CXXFLAGS
13:50:30 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:50:30 + export FFLAGS
13:50:30 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:50:30 + export FCFLAGS
13:50:30 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.ld'
13:50:30 + export LDFLAGS
13:50:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:50:30 + export LT_SYS_LIBRARY_PATH
13:50:30 + CC=gcc
13:50:30 + export CC
13:50:30 + CXX=g++
13:50:30 + export CXX
13:50:30 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:50:30 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220503081348.bfa9b40-0.fc36 x86_64
13:50:30 + cd src
13:50:30 ++ cli/build/docker --version
13:50:30 PASS: cli version OK
13:50:30 + ver='Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:50:30 + test 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40' = 'Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40'
13:50:30 + echo 'PASS: cli version OK'
13:50:30 + RPM_EC=0
13:50:30 ++ jobs -p
13:50:30 + exit 0
13:50:30 Processing files: docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:50:30 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.f4NfsL
13:50:30 + umask 022
13:50:30 + cd /root/rpmbuild/BUILD
13:50:30 + cd src
13:50:30 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:50:30 + export LC_ALL=C
13:50:30 + LC_ALL=C
13:50:30 + export DOCDIR
13:50:30 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:50:30 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:50:30 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:50:30 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:50:30 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/share/doc/docker-ce-cli
13:50:30 + RPM_EC=0
13:50:30 ++ jobs -p
13:50:30 + exit 0
13:50:30 Provides: docker-ce-cli = 1:0.0.0.20220503081348.bfa9b40-0.fc36 docker-ce-cli(x86-64) = 1:0.0.0.20220503081348.bfa9b40-0.fc36
13:50:30 Requires(interp): /bin/sh
13:50:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:50:30 Requires(post): /bin/sh
13:50:30 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
13:50:30 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:50:30 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
13:50:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:50:30 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.src.rpm
13:50:33 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:50:33 ++ pwd
13:50:33 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:50:33 Project root: .
13:50:33 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:50:33 INFO: man/src/attach.md found
13:50:33 WARN: man/src/build.md does not exist, skipping
13:50:33 WARN: man/src/builder/build.md does not exist, skipping
13:50:33 WARN: man/src/builder/prune.md does not exist, skipping
13:50:33 WARN: man/src/builder.md does not exist, skipping
13:50:33 WARN: man/src/checkpoint/create.md does not exist, skipping
13:50:33 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:50:33 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:50:33 WARN: man/src/checkpoint.md does not exist, skipping
13:50:33 INFO: man/src/commit.md found
13:50:33 WARN: man/src/config/create.md does not exist, skipping
13:50:33 WARN: man/src/config/inspect.md does not exist, skipping
13:50:33 WARN: man/src/config/ls.md does not exist, skipping
13:50:33 WARN: man/src/config/rm.md does not exist, skipping
13:50:33 WARN: man/src/config.md does not exist, skipping
13:50:33 INFO: man/src/container/attach.md found
13:50:33 INFO: man/src/container/commit.md found
13:50:33 INFO: man/src/container/cp.md found
13:50:33 INFO: man/src/container/create.md found
13:50:33 INFO: man/src/container/diff.md found
13:50:33 INFO: man/src/container/exec.md found
13:50:33 INFO: man/src/container/export.md found
13:50:33 WARN: man/src/container/inspect.md does not exist, skipping
13:50:33 INFO: man/src/container/kill.md found
13:50:33 INFO: man/src/container/logs.md found
13:50:33 INFO: man/src/container/ls.md found
13:50:33 INFO: man/src/container/pause.md found
13:50:33 INFO: man/src/container/port.md found
13:50:33 WARN: man/src/container/prune.md does not exist, skipping
13:50:33 INFO: man/src/container/rename.md found
13:50:33 INFO: man/src/container/restart.md found
13:50:33 INFO: man/src/container/rm.md found
13:50:33 INFO: man/src/container/run.md found
13:50:33 INFO: man/src/container/start.md found
13:50:33 INFO: man/src/container/stats.md found
13:50:33 INFO: man/src/container/stop.md found
13:50:33 INFO: man/src/container/top.md found
13:50:33 INFO: man/src/container/unpause.md found
13:50:33 INFO: man/src/container/update.md found
13:50:33 INFO: man/src/container/wait.md found
13:50:33 WARN: man/src/container.md does not exist, skipping
13:50:33 WARN: man/src/context/create.md does not exist, skipping
13:50:33 WARN: man/src/context/export.md does not exist, skipping
13:50:33 WARN: man/src/context/import.md does not exist, skipping
13:50:33 WARN: man/src/context/inspect.md does not exist, skipping
13:50:33 WARN: man/src/context/ls.md does not exist, skipping
13:50:33 WARN: man/src/context/rm.md does not exist, skipping
13:50:33 WARN: man/src/context/show.md does not exist, skipping
13:50:33 WARN: man/src/context/update.md does not exist, skipping
13:50:33 WARN: man/src/context/use.md does not exist, skipping
13:50:33 WARN: man/src/context.md does not exist, skipping
13:50:33 INFO: man/src/cp.md found
13:50:33 INFO: man/src/create.md found
13:50:33 INFO: man/src/diff.md found
13:50:33 INFO: man/src/events.md found
13:50:33 INFO: man/src/exec.md found
13:50:33 INFO: man/src/export.md found
13:50:33 INFO: man/src/history.md found
13:50:33 INFO: man/src/image/build.md found
13:50:33 INFO: man/src/image/history.md found
13:50:33 INFO: man/src/image/import.md found
13:50:33 WARN: man/src/image/inspect.md does not exist, skipping
13:50:33 INFO: man/src/image/load.md found
13:50:33 INFO: man/src/image/ls.md found
13:50:33 WARN: man/src/image/prune.md does not exist, skipping
13:50:33 INFO: man/src/image/pull.md found
13:50:33 INFO: man/src/image/push.md found
13:50:33 INFO: man/src/image/rm.md found
13:50:33 INFO: man/src/image/save.md found
13:50:33 INFO: man/src/image/tag.md found
13:50:33 WARN: man/src/image.md does not exist, skipping
13:50:33 INFO: man/src/images.md found
13:50:33 INFO: man/src/import.md found
13:50:33 INFO: man/src/info.md found
13:50:33 INFO: man/src/inspect.md found
13:50:33 INFO: man/src/kill.md found
13:50:33 INFO: man/src/load.md found
13:50:33 INFO: man/src/login.md found
13:50:33 INFO: man/src/logout.md found
13:50:33 INFO: man/src/logs.md found
13:50:33 WARN: man/src/manifest/annotate.md does not exist, skipping
13:50:33 WARN: man/src/manifest/create.md does not exist, skipping
13:50:33 WARN: man/src/manifest/inspect.md does not exist, skipping
13:50:33 WARN: man/src/manifest/push.md does not exist, skipping
13:50:33 WARN: man/src/manifest/rm.md does not exist, skipping
13:50:33 WARN: man/src/manifest.md does not exist, skipping
13:50:33 INFO: man/src/network/connect.md found
13:50:33 INFO: man/src/network/create.md found
13:50:33 INFO: man/src/network/disconnect.md found
13:50:33 INFO: man/src/network/inspect.md found
13:50:33 INFO: man/src/network/ls.md found
13:50:33 WARN: man/src/network/prune.md does not exist, skipping
13:50:33 INFO: man/src/network/rm.md found
13:50:33 WARN: man/src/network.md does not exist, skipping
13:50:33 WARN: man/src/node/demote.md does not exist, skipping
13:50:33 WARN: man/src/node/inspect.md does not exist, skipping
13:50:33 WARN: man/src/node/ls.md does not exist, skipping
13:50:33 WARN: man/src/node/promote.md does not exist, skipping
13:50:33 WARN: man/src/node/ps.md does not exist, skipping
13:50:33 WARN: man/src/node/rm.md does not exist, skipping
13:50:33 WARN: man/src/node/update.md does not exist, skipping
13:50:33 WARN: man/src/node.md does not exist, skipping
13:50:33 INFO: man/src/pause.md found
13:50:33 WARN: man/src/plugin/create.md does not exist, skipping
13:50:33 WARN: man/src/plugin/disable.md does not exist, skipping
13:50:33 WARN: man/src/plugin/enable.md does not exist, skipping
13:50:33 WARN: man/src/plugin/inspect.md does not exist, skipping
13:50:33 WARN: man/src/plugin/install.md does not exist, skipping
13:50:33 INFO: man/src/plugin/ls.md found
13:50:33 WARN: man/src/plugin/push.md does not exist, skipping
13:50:33 WARN: man/src/plugin/rm.md does not exist, skipping
13:50:33 WARN: man/src/plugin/set.md does not exist, skipping
13:50:33 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:50:33 WARN: man/src/plugin.md does not exist, skipping
13:50:33 INFO: man/src/port.md found
13:50:33 INFO: man/src/ps.md found
13:50:33 INFO: man/src/pull.md found
13:50:33 INFO: man/src/push.md found
13:50:33 INFO: man/src/rename.md found
13:50:33 INFO: man/src/restart.md found
13:50:33 INFO: man/src/rm.md found
13:50:33 INFO: man/src/rmi.md found
13:50:33 WARN: man/src/run.md does not exist, skipping
13:50:33 INFO: man/src/save.md found
13:50:33 INFO: man/src/search.md found
13:50:33 WARN: man/src/secret/create.md does not exist, skipping
13:50:33 WARN: man/src/secret/inspect.md does not exist, skipping
13:50:33 WARN: man/src/secret/ls.md does not exist, skipping
13:50:33 WARN: man/src/secret/rm.md does not exist, skipping
13:50:33 WARN: man/src/secret.md does not exist, skipping
13:50:33 WARN: man/src/service/create.md does not exist, skipping
13:50:33 WARN: man/src/service/inspect.md does not exist, skipping
13:50:33 WARN: man/src/service/logs.md does not exist, skipping
13:50:33 WARN: man/src/service/ls.md does not exist, skipping
13:50:33 WARN: man/src/service/ps.md does not exist, skipping
13:50:33 WARN: man/src/service/rm.md does not exist, skipping
13:50:33 WARN: man/src/service/rollback.md does not exist, skipping
13:50:33 WARN: man/src/service/scale.md does not exist, skipping
13:50:33 WARN: man/src/service/update.md does not exist, skipping
13:50:33 WARN: man/src/service.md does not exist, skipping
13:50:33 WARN: man/src/stack/config.md does not exist, skipping
13:50:33 WARN: man/src/stack/deploy.md does not exist, skipping
13:50:33 WARN: man/src/stack/ls.md does not exist, skipping
13:50:33 WARN: man/src/stack/ps.md does not exist, skipping
13:50:33 WARN: man/src/stack/rm.md does not exist, skipping
13:50:33 WARN: man/src/stack/services.md does not exist, skipping
13:50:33 WARN: man/src/stack.md does not exist, skipping
13:50:33 INFO: man/src/start.md found
13:50:33 INFO: man/src/stats.md found
13:50:33 INFO: man/src/stop.md found
13:50:33 WARN: man/src/swarm/ca.md does not exist, skipping
13:50:33 WARN: man/src/swarm/init.md does not exist, skipping
13:50:33 WARN: man/src/swarm/join.md does not exist, skipping
13:50:33 WARN: man/src/swarm/join-token.md does not exist, skipping
13:50:33 WARN: man/src/swarm/leave.md does not exist, skipping
13:50:33 WARN: man/src/swarm/unlock.md does not exist, skipping
13:50:33 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:50:33 WARN: man/src/swarm/update.md does not exist, skipping
13:50:33 WARN: man/src/swarm.md does not exist, skipping
13:50:33 WARN: man/src/system/df.md does not exist, skipping
13:50:33 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:50:33 INFO: man/src/system/events.md found
13:50:33 INFO: man/src/system/info.md found
13:50:33 WARN: man/src/system/prune.md does not exist, skipping
13:50:33 WARN: man/src/system.md does not exist, skipping
13:50:33 INFO: man/src/tag.md found
13:50:33 INFO: man/src/top.md found
13:50:33 WARN: man/src/trust/inspect.md does not exist, skipping
13:50:33 WARN: man/src/trust/key/generate.md does not exist, skipping
13:50:33 WARN: man/src/trust/key/load.md does not exist, skipping
13:50:33 WARN: man/src/trust/key.md does not exist, skipping
13:50:33 WARN: man/src/trust/revoke.md does not exist, skipping
13:50:33 WARN: man/src/trust/sign.md does not exist, skipping
13:50:33 WARN: man/src/trust/signer/add.md does not exist, skipping
13:50:33 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:50:33 WARN: man/src/trust/signer.md does not exist, skipping
13:50:33 WARN: man/src/trust.md does not exist, skipping
13:50:33 INFO: man/src/unpause.md found
13:50:33 INFO: man/src/update.md found
13:50:33 INFO: man/src/version.md found
13:50:33 INFO: man/src/volume/create.md found
13:50:33 INFO: man/src/volume/inspect.md found
13:50:33 INFO: man/src/volume/ls.md found
13:50:33 WARN: man/src/volume/prune.md does not exist, skipping
13:50:33 WARN: man/src/volume/rm.md does not exist, skipping
13:50:33 INFO: man/src/volume.md found
13:50:33 INFO: man/src/wait.md found
13:50:33 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:50:33 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:50:33 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:50:33 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:50:33 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:50:33 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:50:33 make[2]: Leaving directory '/root/build-deb/cli'
13:50:33 # Build buildx plugin
13:50:33 cd /go/src/github.com/docker/buildx \
13:50:33 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:33 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:50:33 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:50:33 ++ pwd
13:50:33 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:50:33 Project root: .
13:50:33 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:50:33 INFO: man/src/attach.md found
13:50:33 WARN: man/src/build.md does not exist, skipping
13:50:33 WARN: man/src/builder/build.md does not exist, skipping
13:50:33 WARN: man/src/builder/prune.md does not exist, skipping
13:50:33 WARN: man/src/builder.md does not exist, skipping
13:50:33 WARN: man/src/checkpoint/create.md does not exist, skipping
13:50:33 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:50:33 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:50:33 WARN: man/src/checkpoint.md does not exist, skipping
13:50:33 INFO: man/src/commit.md found
13:50:33 WARN: man/src/config/create.md does not exist, skipping
13:50:33 WARN: man/src/config/inspect.md does not exist, skipping
13:50:33 WARN: man/src/config/ls.md does not exist, skipping
13:50:33 WARN: man/src/config/rm.md does not exist, skipping
13:50:33 WARN: man/src/config.md does not exist, skipping
13:50:33 INFO: man/src/container/attach.md found
13:50:33 INFO: man/src/container/commit.md found
13:50:33 INFO: man/src/container/cp.md found
13:50:33 INFO: man/src/container/create.md found
13:50:33 INFO: man/src/container/diff.md found
13:50:33 INFO: man/src/container/exec.md found
13:50:33 INFO: man/src/container/export.md found
13:50:33 WARN: man/src/container/inspect.md does not exist, skipping
13:50:33 INFO: man/src/container/kill.md found
13:50:33 INFO: man/src/container/logs.md found
13:50:33 INFO: man/src/container/ls.md found
13:50:33 INFO: man/src/container/pause.md found
13:50:33 INFO: man/src/container/port.md found
13:50:33 WARN: man/src/container/prune.md does not exist, skipping
13:50:33 INFO: man/src/container/rename.md found
13:50:33 INFO: man/src/container/restart.md found
13:50:33 INFO: man/src/container/rm.md found
13:50:33 INFO: man/src/container/run.md found
13:50:33 INFO: man/src/container/start.md found
13:50:33 INFO: man/src/container/stats.md found
13:50:33 INFO: man/src/container/stop.md found
13:50:33 INFO: man/src/container/top.md found
13:50:33 INFO: man/src/container/unpause.md found
13:50:33 INFO: man/src/container/update.md found
13:50:33 INFO: man/src/container/wait.md found
13:50:33 WARN: man/src/container.md does not exist, skipping
13:50:33 WARN: man/src/context/create.md does not exist, skipping
13:50:33 WARN: man/src/context/export.md does not exist, skipping
13:50:33 WARN: man/src/context/import.md does not exist, skipping
13:50:33 WARN: man/src/context/inspect.md does not exist, skipping
13:50:33 WARN: man/src/context/ls.md does not exist, skipping
13:50:33 WARN: man/src/context/rm.md does not exist, skipping
13:50:33 WARN: man/src/context/show.md does not exist, skipping
13:50:33 WARN: man/src/context/update.md does not exist, skipping
13:50:33 WARN: man/src/context/use.md does not exist, skipping
13:50:33 WARN: man/src/context.md does not exist, skipping
13:50:33 INFO: man/src/cp.md found
13:50:33 INFO: man/src/create.md found
13:50:33 INFO: man/src/diff.md found
13:50:33 INFO: man/src/events.md found
13:50:33 INFO: man/src/exec.md found
13:50:33 INFO: man/src/export.md found
13:50:33 INFO: man/src/history.md found
13:50:33 INFO: man/src/image/build.md found
13:50:33 INFO: man/src/image/history.md found
13:50:33 INFO: man/src/image/import.md found
13:50:33 WARN: man/src/image/inspect.md does not exist, skipping
13:50:33 INFO: man/src/image/load.md found
13:50:33 INFO: man/src/image/ls.md found
13:50:33 WARN: man/src/image/prune.md does not exist, skipping
13:50:33 INFO: man/src/image/pull.md found
13:50:33 INFO: man/src/image/push.md found
13:50:33 INFO: man/src/image/rm.md found
13:50:33 INFO: man/src/image/save.md found
13:50:33 INFO: man/src/image/tag.md found
13:50:33 WARN: man/src/image.md does not exist, skipping
13:50:33 INFO: man/src/images.md found
13:50:33 INFO: man/src/import.md found
13:50:33 INFO: man/src/info.md found
13:50:33 INFO: man/src/inspect.md found
13:50:33 INFO: man/src/kill.md found
13:50:33 INFO: man/src/load.md found
13:50:33 INFO: man/src/login.md found
13:50:33 INFO: man/src/logout.md found
13:50:33 INFO: man/src/logs.md found
13:50:33 WARN: man/src/manifest/annotate.md does not exist, skipping
13:50:33 WARN: man/src/manifest/create.md does not exist, skipping
13:50:33 WARN: man/src/manifest/inspect.md does not exist, skipping
13:50:33 WARN: man/src/manifest/push.md does not exist, skipping
13:50:33 WARN: man/src/manifest/rm.md does not exist, skipping
13:50:33 WARN: man/src/manifest.md does not exist, skipping
13:50:33 INFO: man/src/network/connect.md found
13:50:33 INFO: man/src/network/create.md found
13:50:33 INFO: man/src/network/disconnect.md found
13:50:33 INFO: man/src/network/inspect.md found
13:50:33 INFO: man/src/network/ls.md found
13:50:33 WARN: man/src/network/prune.md does not exist, skipping
13:50:33 INFO: man/src/network/rm.md found
13:50:33 WARN: man/src/network.md does not exist, skipping
13:50:33 WARN: man/src/node/demote.md does not exist, skipping
13:50:33 WARN: man/src/node/inspect.md does not exist, skipping
13:50:33 WARN: man/src/node/ls.md does not exist, skipping
13:50:33 WARN: man/src/node/promote.md does not exist, skipping
13:50:33 WARN: man/src/node/ps.md does not exist, skipping
13:50:33 WARN: man/src/node/rm.md does not exist, skipping
13:50:33 WARN: man/src/node/update.md does not exist, skipping
13:50:33 WARN: man/src/node.md does not exist, skipping
13:50:33 INFO: man/src/pause.md found
13:50:33 WARN: man/src/plugin/create.md does not exist, skipping
13:50:33 WARN: man/src/plugin/disable.md does not exist, skipping
13:50:33 WARN: man/src/plugin/enable.md does not exist, skipping
13:50:33 WARN: man/src/plugin/inspect.md does not exist, skipping
13:50:33 WARN: man/src/plugin/install.md does not exist, skipping
13:50:33 INFO: man/src/plugin/ls.md found
13:50:33 WARN: man/src/plugin/push.md does not exist, skipping
13:50:33 WARN: man/src/plugin/rm.md does not exist, skipping
13:50:33 WARN: man/src/plugin/set.md does not exist, skipping
13:50:33 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:50:33 WARN: man/src/plugin.md does not exist, skipping
13:50:33 INFO: man/src/port.md found
13:50:33 INFO: man/src/ps.md found
13:50:33 INFO: man/src/pull.md found
13:50:33 INFO: man/src/push.md found
13:50:33 INFO: man/src/rename.md found
13:50:33 INFO: man/src/restart.md found
13:50:33 INFO: man/src/rm.md found
13:50:33 INFO: man/src/rmi.md found
13:50:33 WARN: man/src/run.md does not exist, skipping
13:50:33 INFO: man/src/save.md found
13:50:33 INFO: man/src/search.md found
13:50:33 WARN: man/src/secret/create.md does not exist, skipping
13:50:33 WARN: man/src/secret/inspect.md does not exist, skipping
13:50:33 WARN: man/src/secret/ls.md does not exist, skipping
13:50:33 WARN: man/src/secret/rm.md does not exist, skipping
13:50:33 WARN: man/src/secret.md does not exist, skipping
13:50:33 WARN: man/src/service/create.md does not exist, skipping
13:50:33 WARN: man/src/service/inspect.md does not exist, skipping
13:50:33 WARN: man/src/service/logs.md does not exist, skipping
13:50:33 WARN: man/src/service/ls.md does not exist, skipping
13:50:33 WARN: man/src/service/ps.md does not exist, skipping
13:50:33 WARN: man/src/service/rm.md does not exist, skipping
13:50:33 WARN: man/src/service/rollback.md does not exist, skipping
13:50:33 WARN: man/src/service/scale.md does not exist, skipping
13:50:33 WARN: man/src/service/update.md does not exist, skipping
13:50:33 WARN: man/src/service.md does not exist, skipping
13:50:33 WARN: man/src/stack/config.md does not exist, skipping
13:50:33 WARN: man/src/stack/deploy.md does not exist, skipping
13:50:33 WARN: man/src/stack/ls.md does not exist, skipping
13:50:33 WARN: man/src/stack/ps.md does not exist, skipping
13:50:33 WARN: man/src/stack/rm.md does not exist, skipping
13:50:33 WARN: man/src/stack/services.md does not exist, skipping
13:50:33 WARN: man/src/stack.md does not exist, skipping
13:50:33 INFO: man/src/start.md found
13:50:33 INFO: man/src/stats.md found
13:50:33 INFO: man/src/stop.md found
13:50:33 WARN: man/src/swarm/ca.md does not exist, skipping
13:50:33 WARN: man/src/swarm/init.md does not exist, skipping
13:50:33 WARN: man/src/swarm/join.md does not exist, skipping
13:50:33 WARN: man/src/swarm/join-token.md does not exist, skipping
13:50:33 WARN: man/src/swarm/leave.md does not exist, skipping
13:50:33 WARN: man/src/swarm/unlock.md does not exist, skipping
13:50:33 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:50:33 WARN: man/src/swarm/update.md does not exist, skipping
13:50:33 WARN: man/src/swarm.md does not exist, skipping
13:50:33 WARN: man/src/system/df.md does not exist, skipping
13:50:33 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:50:33 INFO: man/src/system/events.md found
13:50:33 INFO: man/src/system/info.md found
13:50:33 WARN: man/src/system/prune.md does not exist, skipping
13:50:33 WARN: man/src/system.md does not exist, skipping
13:50:33 INFO: man/src/tag.md found
13:50:33 INFO: man/src/top.md found
13:50:33 WARN: man/src/trust/inspect.md does not exist, skipping
13:50:33 WARN: man/src/trust/key/generate.md does not exist, skipping
13:50:33 WARN: man/src/trust/key/load.md does not exist, skipping
13:50:33 WARN: man/src/trust/key.md does not exist, skipping
13:50:33 WARN: man/src/trust/revoke.md does not exist, skipping
13:50:33 WARN: man/src/trust/sign.md does not exist, skipping
13:50:33 WARN: man/src/trust/signer/add.md does not exist, skipping
13:50:33 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:50:33 WARN: man/src/trust/signer.md does not exist, skipping
13:50:33 WARN: man/src/trust.md does not exist, skipping
13:50:33 INFO: man/src/unpause.md found
13:50:33 INFO: man/src/update.md found
13:50:33 INFO: man/src/version.md found
13:50:33 INFO: man/src/volume/create.md found
13:50:33 INFO: man/src/volume/inspect.md found
13:50:33 INFO: man/src/volume/ls.md found
13:50:33 WARN: man/src/volume/prune.md does not exist, skipping
13:50:33 WARN: man/src/volume/rm.md does not exist, skipping
13:50:33 INFO: man/src/volume.md found
13:50:33 INFO: man/src/wait.md found
13:50:33 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:50:33 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:50:33 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:50:33 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:50:33 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:50:33 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:50:33 make[2]: Leaving directory '/root/build-deb/cli'
13:50:33 # Build buildx plugin
13:50:33 cd /go/src/github.com/docker/buildx \
13:50:33 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:33 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:50:34 make[2]: Leaving directory '/root/build-deb/compose'
13:50:34 # Build the scan-plugin
13:50:34 # TODO change once we support scan-plugin on other architectures
13:50:34 if [ "arm64" = "amd64" ]; then \
13:50:34 	cd /go/src/github.com/docker/scan-cli-plugin \
13:50:34 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:50:34 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:34 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:50:34 fi
13:50:34 make[1]: Leaving directory '/root/build-deb'
13:50:34    debian/rules override_dh_auto_test
13:50:34 make[1]: Entering directory '/root/build-deb'
13:50:34 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:50:34 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:50:34 PASS: daemon version OK
13:50:34 ver="$(cli/build/docker --version)"; \
13:50:34 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:50:34 PASS: cli version OK
13:50:34 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:34 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:50:34 PASS: docker-buildx version OK
13:50:34 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:34 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:50:34 PASS: docker-compose version OK
13:50:34 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:50:34 # TODO change once we support scan-plugin on other architectures
13:50:34 if [ "arm64" = "amd64" ]; then \
13:50:34 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:34 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:50:34 fi
13:50:34 make[1]: Leaving directory '/root/build-deb'
13:50:34    create-stamp debian/debhelper-build-stamp
13:50:34  debian/rules binary
13:50:34 dh binary --with=bash-completion
13:50:34    dh_testroot
13:50:34    dh_prep
13:50:34    debian/rules override_dh_auto_install
13:50:34 make[1]: Entering directory '/root/build-deb'
13:50:34 # docker-ce-cli install
13:50:34 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:50:34 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:50:34 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:50:34 # docker-ce install
13:50:34 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:50:34 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:50:34 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:50:34 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:50:34 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:50:34 # docker-buildx-plugin install
13:50:34 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:50:34 # docker-compose-plugin install
13:50:34 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:50:34 # docker-scan-plugin install
13:50:34 # TODO change once we support scan-plugin on other architectures
13:50:34 if [ "arm64" = "amd64" ]; then \
13:50:34 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:50:34 fi
13:50:34 # docker-ce-rootless-extras install
13:50:34 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:50:34 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:50:34 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:50:34 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:50:34 # TODO: how can we install vpnkit?
13:50:34 make[1]: Leaving directory '/root/build-deb'
13:50:34    debian/rules override_dh_install
13:50:34 make[1]: Entering directory '/root/build-deb'
13:50:34 dh_install
13:50:34 # TODO Can we do this from within our container?
13:50:34 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:50:34 make[1]: Leaving directory '/root/build-deb'
13:50:34    dh_installdocs
13:50:34    dh_installchangelogs
13:50:34    dh_installman
13:50:34    dh_bash-completion
13:50:34    dh_systemd_enable
13:50:34    debian/rules override_dh_installinit
13:50:34 make[1]: Entering directory '/root/build-deb'
13:50:34 # use "docker" as our service name, not "docker-ce"
13:50:34 dh_installinit --name=docker
13:50:34 make[1]: Leaving directory '/root/build-deb'
13:50:34    dh_systemd_start
13:50:34    dh_perl
13:50:34    dh_link
13:50:34    dh_strip_nondeterminism
13:50:34    dh_compress
13:50:34    dh_fixperms
13:50:34    dh_missing
13:50:34    debian/rules override_dh_strip
13:50:34 make[1]: Entering directory '/root/build-deb'
13:50:34 # Go has lots of problems with stripping, so just don't
13:50:34 make[1]: Leaving directory '/root/build-deb'
13:50:34    dh_makeshlibs
13:50:34    debian/rules override_dh_shlibdeps
13:50:34 make[1]: Entering directory '/root/build-deb'
13:50:34 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:50:34 make[1]: Leaving directory '/root/build-deb'
13:50:34    dh_installdeb
13:50:34    debian/rules override_dh_gencontrol
13:50:34 make[1]: Entering directory '/root/build-deb'
13:50:34 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:50:34 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:50:34 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:50:34 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:50:34 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:50:34 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:50:34 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:50:34 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:50:34 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:50:34 if [ "arm64" = "amd64" ]; then \
13:50:34 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:50:34 fi
13:50:34 dh_gencontrol --remaining-packages
13:50:34 make[1]: Leaving directory '/root/build-deb'
13:50:34    dh_md5sums
13:50:34    debian/rules override_dh_builddeb
13:50:34 make[1]: Entering directory '/root/build-deb'
13:50:34 dh_builddeb -- -Zxz
13:50:34 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-focal_arm64.deb'.
13:50:34 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb'.
13:50:39 make[2]: Leaving directory '/root/build-deb/compose'
13:50:39 # Build the scan-plugin
13:50:39 # TODO change once we support scan-plugin on other architectures
13:50:39 if [ "arm64" = "amd64" ]; then \
13:50:39 	cd /go/src/github.com/docker/scan-cli-plugin \
13:50:39 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:50:39 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:39 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:50:39 fi
13:50:39 make[1]: Leaving directory '/root/build-deb'
13:50:39    debian/rules override_dh_auto_test
13:50:39 make[1]: Entering directory '/root/build-deb'
13:50:39 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:50:39 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:50:39 PASS: daemon version OK
13:50:39 ver="$(cli/build/docker --version)"; \
13:50:39 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:50:39 PASS: cli version OK
13:50:39 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:39 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:50:39 PASS: docker-buildx version OK
13:50:39 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:39 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:50:39 PASS: docker-compose version OK
13:50:39 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:50:39 # TODO change once we support scan-plugin on other architectures
13:50:39 if [ "arm64" = "amd64" ]; then \
13:50:39 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:39 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:50:39 fi
13:50:39 make[1]: Leaving directory '/root/build-deb'
13:50:39    create-stamp debian/debhelper-build-stamp
13:50:39  debian/rules binary
13:50:39 dh binary --with=bash-completion
13:50:39    dh_testroot
13:50:39    dh_prep
13:50:39    debian/rules override_dh_auto_install
13:50:39 make[1]: Entering directory '/root/build-deb'
13:50:39 # docker-ce-cli install
13:50:39 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:50:39 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:50:39 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:50:39 # docker-ce install
13:50:39 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:50:39 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:50:39 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:50:39 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:50:39 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:50:39 # docker-buildx-plugin install
13:50:39 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:50:39 # docker-compose-plugin install
13:50:39 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:50:39 # docker-scan-plugin install
13:50:39 # TODO change once we support scan-plugin on other architectures
13:50:39 if [ "arm64" = "amd64" ]; then \
13:50:39 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:50:39 fi
13:50:39 # docker-ce-rootless-extras install
13:50:39 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:50:39 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:50:39 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:50:39 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:50:39 # TODO: how can we install vpnkit?
13:50:39 make[1]: Leaving directory '/root/build-deb'
13:50:39    debian/rules override_dh_install
13:50:39 make[1]: Entering directory '/root/build-deb'
13:50:39 dh_install
13:50:39 # TODO Can we do this from within our container?
13:50:39 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:50:39 make[1]: Leaving directory '/root/build-deb'
13:50:39    dh_installdocs
13:50:39    dh_installchangelogs
13:50:39    dh_installman
13:50:39    dh_bash-completion
13:50:39    dh_systemd_enable
13:50:39    debian/rules override_dh_installinit
13:50:39 make[1]: Entering directory '/root/build-deb'
13:50:39 # use "docker" as our service name, not "docker-ce"
13:50:39 dh_installinit --name=docker
13:50:39 make[1]: Leaving directory '/root/build-deb'
13:50:39    dh_systemd_start
13:50:39    dh_perl
13:50:39    dh_link
13:50:39    dh_strip_nondeterminism
13:50:39    dh_compress
13:50:39    dh_fixperms
13:50:39    dh_missing
13:50:39    debian/rules override_dh_strip
13:50:39 make[1]: Entering directory '/root/build-deb'
13:50:39 # Go has lots of problems with stripping, so just don't
13:50:39 make[1]: Leaving directory '/root/build-deb'
13:50:39    dh_makeshlibs
13:50:39    debian/rules override_dh_shlibdeps
13:50:39 make[1]: Entering directory '/root/build-deb'
13:50:39 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:50:39 make[1]: Leaving directory '/root/build-deb'
13:50:39    dh_installdeb
13:50:39    debian/rules override_dh_gencontrol
13:50:39 make[1]: Entering directory '/root/build-deb'
13:50:39 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:50:39 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:50:39 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:50:39 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:50:39 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:50:39 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:50:39 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:50:39 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:50:39 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:50:39 if [ "arm64" = "amd64" ]; then \
13:50:39 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:50:39 fi
13:50:39 dh_gencontrol --remaining-packages
13:50:39 make[1]: Leaving directory '/root/build-deb'
13:50:39    dh_md5sums
13:50:39    debian/rules override_dh_builddeb
13:50:39 make[1]: Entering directory '/root/build-deb'
13:50:39 dh_builddeb -- -Zxz
13:50:39 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-bionic_arm64.deb'.
13:50:39 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb'.
13:50:40 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.rpm
13:50:40 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MOSarq
13:50:40 + umask 022
13:50:40 + cd /root/rpmbuild/BUILD
13:50:40 + cd src
13:50:40 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:50:40 + RPM_EC=0
13:50:40 ++ jobs -p
13:50:40 + exit 0
13:50:40 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pDyPOJ
13:50:40 + umask 022
13:50:40 + cd /root/rpmbuild/BUILD
13:50:40 + cd /root/rpmbuild/BUILD
13:50:40 + rm -rf src
13:50:40 + /usr/bin/mkdir -p src
13:50:40 + cd src
13:50:40 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:40 + /usr/bin/tar -xof -
13:50:40 + STATUS=0
13:50:40 + '[' 0 -ne 0 ']'
13:50:40 + /usr/bin/tar -xof -
13:50:40 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:40 + STATUS=0
13:50:40 + '[' 0 -ne 0 ']'
13:50:40 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:40 + RPM_EC=0
13:50:40 ++ jobs -p
13:50:40 + exit 0
13:50:40 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fJpcJn
13:50:40 + umask 022
13:50:40 + cd /root/rpmbuild/BUILD
13:50:40 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:50:40 + export CFLAGS
13:50:40 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:50:40 + export CXXFLAGS
13:50:40 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:50:40 + export FFLAGS
13:50:40 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:50:40 + export FCFLAGS
13:50:40 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.ld'
13:50:40 + export LDFLAGS
13:50:40 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:50:40 + export LT_SYS_LIBRARY_PATH
13:50:40 + CC=gcc
13:50:40 + export CC
13:50:40 + CXX=g++
13:50:40 + export CXX
13:50:40 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:50:40 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220503081348.bfa9b40-0.fc36 x86_64
13:50:40 + cd src
13:50:40 + export DOCKER_GITCOMMIT=613b798
13:50:40 + DOCKER_GITCOMMIT=613b798
13:50:40 + mkdir -p /go/src/github.com/docker
13:50:40 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:50:40 + TMP_GOPATH=/go
13:50:40 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:50:40 + RM_GOPATH=0
13:50:40 + TMP_GOPATH=/go
13:50:40 + : /usr/local/bin
13:50:40 + '[' -z /go ']'
13:50:40 + export GOPATH=/go
13:50:40 + GOPATH=/go
13:50:40 + case "$(go env GOARCH)" in
13:50:40 ++ go env GOARCH
13:50:41 + export GO_BUILDMODE=-buildmode=pie
13:50:41 + GO_BUILDMODE=-buildmode=pie
13:50:41 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:50:41 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:50:41 + bin=rootlesskit
13:50:41 + shift
13:50:41 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:50:41 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:50:41 ++ : 1920341cd41e047834a21007424162a2dc946315
13:50:41 + install_rootlesskit dynamic
13:50:41 + case "$1" in
13:50:41 + install_rootlesskit_dynamic
13:50:41 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:50:41 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:50:41 + export BUILD_MODE=-buildmode=pie
13:50:41 + BUILD_MODE=-buildmode=pie
13:50:41 + _install_rootlesskit
13:50:41 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
13:50:41 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
13:50:41 + for f in rootlesskit rootlesskit-docker-proxy
13:50:41 + GOBIN=/usr/local/bin
13:50:41 + GO111MODULE=on
13:50:41 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
13:50:41 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
13:50:42 + popd
13:50:42 ~/rpmbuild/BUILD/src
13:50:42 + RPM_EC=0
13:50:42 ++ jobs -p
13:50:42 + exit 0
13:50:42 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jEpMDJ
13:50:42 + umask 022
13:50:42 + cd /root/rpmbuild/BUILD
13:50:42 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.aarch64 '!=' / ']'
13:50:42 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.aarch64
13:50:42 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.aarch64
13:50:42 + mkdir -p /root/rpmbuild/BUILDROOT
13:50:42 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.aarch64
13:50:42 + cd src
13:50:42 + pushd /root/rpmbuild/BUILD/src/buildx
13:50:42 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:50:42 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:50:42 ~/rpmbuild/BUILD/src
13:50:42 + popd
13:50:42 + /usr/lib/rpm/check-buildroot
13:50:42 + /usr/lib/rpm/redhat/brp-ldconfig
13:50:42 + /usr/lib/rpm/brp-compress
13:50:42 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:50:42 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:50:42 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:50:42 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:50:42 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:50:42 + /usr/lib/rpm/brp-python-hardlink
13:50:42 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:50:42 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.wkCstU
13:50:42 + umask 022
13:50:42 + cd /root/rpmbuild/BUILD
13:50:42 + cd src
13:50:42 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:50:42 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:50:42 + ver=v0.8.2
13:50:42 + test v0.8.2 = v0.8.2
13:50:42 + echo 'PASS: docker-buildx version OK'
13:50:42 PASS: docker-buildx version OK
13:50:42 + RPM_EC=0
13:50:42 ++ jobs -p
13:50:42 + exit 0
13:50:42 Processing files: docker-buildx-plugin-0.8.2-0.fc34.aarch64
13:50:42 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:50:42 Provides: docker-buildx-plugin = 0:0.8.2-0.fc34 docker-buildx-plugin(aarch-64) = 0:0.8.2-0.fc34
13:50:42 Requires(interp): /bin/sh /bin/sh /bin/sh
13:50:42 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:50:42 Requires(post): /bin/sh
13:50:42 Requires(preun): /bin/sh
13:50:42 Requires(postun): /bin/sh
13:50:42 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.aarch64
13:50:42 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.8.2-0.fc34.src.rpm
13:50:43 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:50:43 ++ pwd
13:50:43 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:50:43 Project root: .
13:50:43 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:50:43 INFO: man/src/attach.md found
13:50:43 WARN: man/src/build.md does not exist, skipping
13:50:43 WARN: man/src/builder/build.md does not exist, skipping
13:50:43 WARN: man/src/builder/prune.md does not exist, skipping
13:50:43 WARN: man/src/builder.md does not exist, skipping
13:50:43 WARN: man/src/checkpoint/create.md does not exist, skipping
13:50:43 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:50:43 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:50:43 WARN: man/src/checkpoint.md does not exist, skipping
13:50:43 INFO: man/src/commit.md found
13:50:43 WARN: man/src/config/create.md does not exist, skipping
13:50:43 WARN: man/src/config/inspect.md does not exist, skipping
13:50:43 WARN: man/src/config/ls.md does not exist, skipping
13:50:43 WARN: man/src/config/rm.md does not exist, skipping
13:50:43 WARN: man/src/config.md does not exist, skipping
13:50:43 INFO: man/src/container/attach.md found
13:50:43 INFO: man/src/container/commit.md found
13:50:43 INFO: man/src/container/cp.md found
13:50:43 INFO: man/src/container/create.md found
13:50:43 INFO: man/src/container/diff.md found
13:50:43 INFO: man/src/container/exec.md found
13:50:43 INFO: man/src/container/export.md found
13:50:43 WARN: man/src/container/inspect.md does not exist, skipping
13:50:43 INFO: man/src/container/kill.md found
13:50:43 INFO: man/src/container/logs.md found
13:50:43 INFO: man/src/container/ls.md found
13:50:43 INFO: man/src/container/pause.md found
13:50:43 INFO: man/src/container/port.md found
13:50:43 WARN: man/src/container/prune.md does not exist, skipping
13:50:43 INFO: man/src/container/rename.md found
13:50:43 INFO: man/src/container/restart.md found
13:50:43 INFO: man/src/container/rm.md found
13:50:43 INFO: man/src/container/run.md found
13:50:43 INFO: man/src/container/start.md found
13:50:43 INFO: man/src/container/stats.md found
13:50:43 INFO: man/src/container/stop.md found
13:50:43 INFO: man/src/container/top.md found
13:50:43 INFO: man/src/container/unpause.md found
13:50:43 INFO: man/src/container/update.md found
13:50:43 INFO: man/src/container/wait.md found
13:50:43 WARN: man/src/container.md does not exist, skipping
13:50:43 WARN: man/src/context/create.md does not exist, skipping
13:50:43 WARN: man/src/context/export.md does not exist, skipping
13:50:43 WARN: man/src/context/import.md does not exist, skipping
13:50:43 WARN: man/src/context/inspect.md does not exist, skipping
13:50:43 WARN: man/src/context/ls.md does not exist, skipping
13:50:43 WARN: man/src/context/rm.md does not exist, skipping
13:50:43 WARN: man/src/context/show.md does not exist, skipping
13:50:43 WARN: man/src/context/update.md does not exist, skipping
13:50:43 WARN: man/src/context/use.md does not exist, skipping
13:50:43 WARN: man/src/context.md does not exist, skipping
13:50:43 INFO: man/src/cp.md found
13:50:43 INFO: man/src/create.md found
13:50:43 INFO: man/src/diff.md found
13:50:43 INFO: man/src/events.md found
13:50:43 INFO: man/src/exec.md found
13:50:43 INFO: man/src/export.md found
13:50:43 INFO: man/src/history.md found
13:50:43 INFO: man/src/image/build.md found
13:50:43 INFO: man/src/image/history.md found
13:50:43 INFO: man/src/image/import.md found
13:50:43 WARN: man/src/image/inspect.md does not exist, skipping
13:50:43 INFO: man/src/image/load.md found
13:50:43 INFO: man/src/image/ls.md found
13:50:43 WARN: man/src/image/prune.md does not exist, skipping
13:50:43 INFO: man/src/image/pull.md found
13:50:43 INFO: man/src/image/push.md found
13:50:43 INFO: man/src/image/rm.md found
13:50:43 INFO: man/src/image/save.md found
13:50:43 INFO: man/src/image/tag.md found
13:50:43 WARN: man/src/image.md does not exist, skipping
13:50:43 INFO: man/src/images.md found
13:50:43 INFO: man/src/import.md found
13:50:43 INFO: man/src/info.md found
13:50:43 INFO: man/src/inspect.md found
13:50:43 INFO: man/src/kill.md found
13:50:43 INFO: man/src/load.md found
13:50:43 INFO: man/src/login.md found
13:50:43 INFO: man/src/logout.md found
13:50:43 INFO: man/src/logs.md found
13:50:43 WARN: man/src/manifest/annotate.md does not exist, skipping
13:50:43 WARN: man/src/manifest/create.md does not exist, skipping
13:50:43 WARN: man/src/manifest/inspect.md does not exist, skipping
13:50:43 WARN: man/src/manifest/push.md does not exist, skipping
13:50:43 WARN: man/src/manifest/rm.md does not exist, skipping
13:50:43 WARN: man/src/manifest.md does not exist, skipping
13:50:43 INFO: man/src/network/connect.md found
13:50:43 INFO: man/src/network/create.md found
13:50:43 INFO: man/src/network/disconnect.md found
13:50:43 INFO: man/src/network/inspect.md found
13:50:43 INFO: man/src/network/ls.md found
13:50:43 WARN: man/src/network/prune.md does not exist, skipping
13:50:43 INFO: man/src/network/rm.md found
13:50:43 WARN: man/src/network.md does not exist, skipping
13:50:43 WARN: man/src/node/demote.md does not exist, skipping
13:50:43 WARN: man/src/node/inspect.md does not exist, skipping
13:50:43 WARN: man/src/node/ls.md does not exist, skipping
13:50:43 WARN: man/src/node/promote.md does not exist, skipping
13:50:43 WARN: man/src/node/ps.md does not exist, skipping
13:50:43 WARN: man/src/node/rm.md does not exist, skipping
13:50:43 WARN: man/src/node/update.md does not exist, skipping
13:50:43 WARN: man/src/node.md does not exist, skipping
13:50:43 INFO: man/src/pause.md found
13:50:43 WARN: man/src/plugin/create.md does not exist, skipping
13:50:43 WARN: man/src/plugin/disable.md does not exist, skipping
13:50:43 WARN: man/src/plugin/enable.md does not exist, skipping
13:50:43 WARN: man/src/plugin/inspect.md does not exist, skipping
13:50:43 WARN: man/src/plugin/install.md does not exist, skipping
13:50:43 INFO: man/src/plugin/ls.md found
13:50:43 WARN: man/src/plugin/push.md does not exist, skipping
13:50:43 WARN: man/src/plugin/rm.md does not exist, skipping
13:50:43 WARN: man/src/plugin/set.md does not exist, skipping
13:50:43 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:50:43 WARN: man/src/plugin.md does not exist, skipping
13:50:43 INFO: man/src/port.md found
13:50:43 INFO: man/src/ps.md found
13:50:43 INFO: man/src/pull.md found
13:50:43 INFO: man/src/push.md found
13:50:43 INFO: man/src/rename.md found
13:50:43 INFO: man/src/restart.md found
13:50:43 INFO: man/src/rm.md found
13:50:43 INFO: man/src/rmi.md found
13:50:43 WARN: man/src/run.md does not exist, skipping
13:50:43 INFO: man/src/save.md found
13:50:43 INFO: man/src/search.md found
13:50:43 WARN: man/src/secret/create.md does not exist, skipping
13:50:43 WARN: man/src/secret/inspect.md does not exist, skipping
13:50:43 WARN: man/src/secret/ls.md does not exist, skipping
13:50:43 WARN: man/src/secret/rm.md does not exist, skipping
13:50:43 WARN: man/src/secret.md does not exist, skipping
13:50:43 WARN: man/src/service/create.md does not exist, skipping
13:50:43 WARN: man/src/service/inspect.md does not exist, skipping
13:50:43 WARN: man/src/service/logs.md does not exist, skipping
13:50:43 WARN: man/src/service/ls.md does not exist, skipping
13:50:43 WARN: man/src/service/ps.md does not exist, skipping
13:50:43 WARN: man/src/service/rm.md does not exist, skipping
13:50:43 WARN: man/src/service/rollback.md does not exist, skipping
13:50:43 WARN: man/src/service/scale.md does not exist, skipping
13:50:43 WARN: man/src/service/update.md does not exist, skipping
13:50:43 WARN: man/src/service.md does not exist, skipping
13:50:43 WARN: man/src/stack/config.md does not exist, skipping
13:50:43 WARN: man/src/stack/deploy.md does not exist, skipping
13:50:43 WARN: man/src/stack/ls.md does not exist, skipping
13:50:43 WARN: man/src/stack/ps.md does not exist, skipping
13:50:43 WARN: man/src/stack/rm.md does not exist, skipping
13:50:43 WARN: man/src/stack/services.md does not exist, skipping
13:50:43 WARN: man/src/stack.md does not exist, skipping
13:50:43 INFO: man/src/start.md found
13:50:43 INFO: man/src/stats.md found
13:50:43 INFO: man/src/stop.md found
13:50:43 WARN: man/src/swarm/ca.md does not exist, skipping
13:50:43 WARN: man/src/swarm/init.md does not exist, skipping
13:50:43 WARN: man/src/swarm/join.md does not exist, skipping
13:50:43 WARN: man/src/swarm/join-token.md does not exist, skipping
13:50:43 WARN: man/src/swarm/leave.md does not exist, skipping
13:50:43 WARN: man/src/swarm/unlock.md does not exist, skipping
13:50:43 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:50:43 WARN: man/src/swarm/update.md does not exist, skipping
13:50:43 WARN: man/src/swarm.md does not exist, skipping
13:50:43 WARN: man/src/system/df.md does not exist, skipping
13:50:43 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:50:43 INFO: man/src/system/events.md found
13:50:43 INFO: man/src/system/info.md found
13:50:43 WARN: man/src/system/prune.md does not exist, skipping
13:50:43 WARN: man/src/system.md does not exist, skipping
13:50:43 INFO: man/src/tag.md found
13:50:43 INFO: man/src/top.md found
13:50:43 WARN: man/src/trust/inspect.md does not exist, skipping
13:50:43 WARN: man/src/trust/key/generate.md does not exist, skipping
13:50:43 WARN: man/src/trust/key/load.md does not exist, skipping
13:50:43 WARN: man/src/trust/key.md does not exist, skipping
13:50:43 WARN: man/src/trust/revoke.md does not exist, skipping
13:50:43 WARN: man/src/trust/sign.md does not exist, skipping
13:50:43 WARN: man/src/trust/signer/add.md does not exist, skipping
13:50:43 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:50:43 WARN: man/src/trust/signer.md does not exist, skipping
13:50:43 WARN: man/src/trust.md does not exist, skipping
13:50:43 INFO: man/src/unpause.md found
13:50:43 INFO: man/src/update.md found
13:50:43 INFO: man/src/version.md found
13:50:43 INFO: man/src/volume/create.md found
13:50:43 INFO: man/src/volume/inspect.md found
13:50:43 INFO: man/src/volume/ls.md found
13:50:43 WARN: man/src/volume/prune.md does not exist, skipping
13:50:43 WARN: man/src/volume/rm.md does not exist, skipping
13:50:43 INFO: man/src/volume.md found
13:50:43 INFO: man/src/wait.md found
13:50:43 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:50:43 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:50:43 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:50:43 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:50:43 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:50:43 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:50:43 make[2]: Leaving directory '/root/build-deb/cli'
13:50:43 # Build buildx plugin
13:50:43 cd /go/src/github.com/docker/buildx \
13:50:43 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:43 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:50:43 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:50:43 ++ pwd
13:50:43 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:50:43 Project root: .
13:50:43 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:50:43 INFO: man/src/attach.md found
13:50:43 WARN: man/src/build.md does not exist, skipping
13:50:43 WARN: man/src/builder/build.md does not exist, skipping
13:50:43 WARN: man/src/builder/prune.md does not exist, skipping
13:50:43 WARN: man/src/builder.md does not exist, skipping
13:50:43 WARN: man/src/checkpoint/create.md does not exist, skipping
13:50:43 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:50:43 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:50:43 WARN: man/src/checkpoint.md does not exist, skipping
13:50:43 INFO: man/src/commit.md found
13:50:43 WARN: man/src/config/create.md does not exist, skipping
13:50:43 WARN: man/src/config/inspect.md does not exist, skipping
13:50:43 WARN: man/src/config/ls.md does not exist, skipping
13:50:43 WARN: man/src/config/rm.md does not exist, skipping
13:50:43 WARN: man/src/config.md does not exist, skipping
13:50:43 INFO: man/src/container/attach.md found
13:50:43 INFO: man/src/container/commit.md found
13:50:43 INFO: man/src/container/cp.md found
13:50:43 INFO: man/src/container/create.md found
13:50:43 INFO: man/src/container/diff.md found
13:50:43 INFO: man/src/container/exec.md found
13:50:43 INFO: man/src/container/export.md found
13:50:43 WARN: man/src/container/inspect.md does not exist, skipping
13:50:43 INFO: man/src/container/kill.md found
13:50:43 INFO: man/src/container/logs.md found
13:50:43 INFO: man/src/container/ls.md found
13:50:43 INFO: man/src/container/pause.md found
13:50:43 INFO: man/src/container/port.md found
13:50:43 WARN: man/src/container/prune.md does not exist, skipping
13:50:43 INFO: man/src/container/rename.md found
13:50:43 INFO: man/src/container/restart.md found
13:50:43 INFO: man/src/container/rm.md found
13:50:43 INFO: man/src/container/run.md found
13:50:43 INFO: man/src/container/start.md found
13:50:43 INFO: man/src/container/stats.md found
13:50:43 INFO: man/src/container/stop.md found
13:50:43 INFO: man/src/container/top.md found
13:50:43 INFO: man/src/container/unpause.md found
13:50:43 INFO: man/src/container/update.md found
13:50:43 INFO: man/src/container/wait.md found
13:50:43 WARN: man/src/container.md does not exist, skipping
13:50:43 WARN: man/src/context/create.md does not exist, skipping
13:50:43 WARN: man/src/context/export.md does not exist, skipping
13:50:43 WARN: man/src/context/import.md does not exist, skipping
13:50:43 WARN: man/src/context/inspect.md does not exist, skipping
13:50:43 WARN: man/src/context/ls.md does not exist, skipping
13:50:43 WARN: man/src/context/rm.md does not exist, skipping
13:50:43 WARN: man/src/context/show.md does not exist, skipping
13:50:43 WARN: man/src/context/update.md does not exist, skipping
13:50:43 WARN: man/src/context/use.md does not exist, skipping
13:50:43 WARN: man/src/context.md does not exist, skipping
13:50:43 INFO: man/src/cp.md found
13:50:43 INFO: man/src/create.md found
13:50:43 INFO: man/src/diff.md found
13:50:43 INFO: man/src/events.md found
13:50:43 INFO: man/src/exec.md found
13:50:43 INFO: man/src/export.md found
13:50:43 INFO: man/src/history.md found
13:50:43 INFO: man/src/image/build.md found
13:50:43 INFO: man/src/image/history.md found
13:50:43 INFO: man/src/image/import.md found
13:50:43 WARN: man/src/image/inspect.md does not exist, skipping
13:50:43 INFO: man/src/image/load.md found
13:50:43 INFO: man/src/image/ls.md found
13:50:43 WARN: man/src/image/prune.md does not exist, skipping
13:50:43 INFO: man/src/image/pull.md found
13:50:43 INFO: man/src/image/push.md found
13:50:43 INFO: man/src/image/rm.md found
13:50:43 INFO: man/src/image/save.md found
13:50:43 INFO: man/src/image/tag.md found
13:50:43 WARN: man/src/image.md does not exist, skipping
13:50:43 INFO: man/src/images.md found
13:50:43 INFO: man/src/import.md found
13:50:43 INFO: man/src/info.md found
13:50:43 INFO: man/src/inspect.md found
13:50:43 INFO: man/src/kill.md found
13:50:43 INFO: man/src/load.md found
13:50:43 INFO: man/src/login.md found
13:50:43 INFO: man/src/logout.md found
13:50:43 INFO: man/src/logs.md found
13:50:43 WARN: man/src/manifest/annotate.md does not exist, skipping
13:50:43 WARN: man/src/manifest/create.md does not exist, skipping
13:50:43 WARN: man/src/manifest/inspect.md does not exist, skipping
13:50:43 WARN: man/src/manifest/push.md does not exist, skipping
13:50:43 WARN: man/src/manifest/rm.md does not exist, skipping
13:50:43 WARN: man/src/manifest.md does not exist, skipping
13:50:43 INFO: man/src/network/connect.md found
13:50:43 INFO: man/src/network/create.md found
13:50:43 INFO: man/src/network/disconnect.md found
13:50:43 INFO: man/src/network/inspect.md found
13:50:43 INFO: man/src/network/ls.md found
13:50:43 WARN: man/src/network/prune.md does not exist, skipping
13:50:43 INFO: man/src/network/rm.md found
13:50:43 WARN: man/src/network.md does not exist, skipping
13:50:43 WARN: man/src/node/demote.md does not exist, skipping
13:50:43 WARN: man/src/node/inspect.md does not exist, skipping
13:50:43 WARN: man/src/node/ls.md does not exist, skipping
13:50:43 WARN: man/src/node/promote.md does not exist, skipping
13:50:43 WARN: man/src/node/ps.md does not exist, skipping
13:50:43 WARN: man/src/node/rm.md does not exist, skipping
13:50:43 WARN: man/src/node/update.md does not exist, skipping
13:50:43 WARN: man/src/node.md does not exist, skipping
13:50:43 INFO: man/src/pause.md found
13:50:43 WARN: man/src/plugin/create.md does not exist, skipping
13:50:43 WARN: man/src/plugin/disable.md does not exist, skipping
13:50:43 WARN: man/src/plugin/enable.md does not exist, skipping
13:50:43 WARN: man/src/plugin/inspect.md does not exist, skipping
13:50:43 WARN: man/src/plugin/install.md does not exist, skipping
13:50:43 INFO: man/src/plugin/ls.md found
13:50:43 WARN: man/src/plugin/push.md does not exist, skipping
13:50:43 WARN: man/src/plugin/rm.md does not exist, skipping
13:50:43 WARN: man/src/plugin/set.md does not exist, skipping
13:50:43 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:50:43 WARN: man/src/plugin.md does not exist, skipping
13:50:43 INFO: man/src/port.md found
13:50:43 INFO: man/src/ps.md found
13:50:43 INFO: man/src/pull.md found
13:50:43 INFO: man/src/push.md found
13:50:43 INFO: man/src/rename.md found
13:50:43 INFO: man/src/restart.md found
13:50:43 INFO: man/src/rm.md found
13:50:43 INFO: man/src/rmi.md found
13:50:43 WARN: man/src/run.md does not exist, skipping
13:50:43 INFO: man/src/save.md found
13:50:43 INFO: man/src/search.md found
13:50:43 WARN: man/src/secret/create.md does not exist, skipping
13:50:43 WARN: man/src/secret/inspect.md does not exist, skipping
13:50:43 WARN: man/src/secret/ls.md does not exist, skipping
13:50:43 WARN: man/src/secret/rm.md does not exist, skipping
13:50:43 WARN: man/src/secret.md does not exist, skipping
13:50:43 WARN: man/src/service/create.md does not exist, skipping
13:50:43 WARN: man/src/service/inspect.md does not exist, skipping
13:50:43 WARN: man/src/service/logs.md does not exist, skipping
13:50:43 WARN: man/src/service/ls.md does not exist, skipping
13:50:43 WARN: man/src/service/ps.md does not exist, skipping
13:50:43 WARN: man/src/service/rm.md does not exist, skipping
13:50:43 WARN: man/src/service/rollback.md does not exist, skipping
13:50:43 WARN: man/src/service/scale.md does not exist, skipping
13:50:43 WARN: man/src/service/update.md does not exist, skipping
13:50:43 WARN: man/src/service.md does not exist, skipping
13:50:43 WARN: man/src/stack/config.md does not exist, skipping
13:50:43 WARN: man/src/stack/deploy.md does not exist, skipping
13:50:43 WARN: man/src/stack/ls.md does not exist, skipping
13:50:43 WARN: man/src/stack/ps.md does not exist, skipping
13:50:43 WARN: man/src/stack/rm.md does not exist, skipping
13:50:43 WARN: man/src/stack/services.md does not exist, skipping
13:50:43 WARN: man/src/stack.md does not exist, skipping
13:50:43 INFO: man/src/start.md found
13:50:43 INFO: man/src/stats.md found
13:50:43 INFO: man/src/stop.md found
13:50:43 WARN: man/src/swarm/ca.md does not exist, skipping
13:50:43 WARN: man/src/swarm/init.md does not exist, skipping
13:50:43 WARN: man/src/swarm/join.md does not exist, skipping
13:50:43 WARN: man/src/swarm/join-token.md does not exist, skipping
13:50:43 WARN: man/src/swarm/leave.md does not exist, skipping
13:50:43 WARN: man/src/swarm/unlock.md does not exist, skipping
13:50:43 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:50:43 WARN: man/src/swarm/update.md does not exist, skipping
13:50:43 WARN: man/src/swarm.md does not exist, skipping
13:50:43 WARN: man/src/system/df.md does not exist, skipping
13:50:43 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:50:43 INFO: man/src/system/events.md found
13:50:43 INFO: man/src/system/info.md found
13:50:43 WARN: man/src/system/prune.md does not exist, skipping
13:50:43 WARN: man/src/system.md does not exist, skipping
13:50:43 INFO: man/src/tag.md found
13:50:43 INFO: man/src/top.md found
13:50:43 WARN: man/src/trust/inspect.md does not exist, skipping
13:50:43 WARN: man/src/trust/key/generate.md does not exist, skipping
13:50:43 WARN: man/src/trust/key/load.md does not exist, skipping
13:50:43 WARN: man/src/trust/key.md does not exist, skipping
13:50:43 WARN: man/src/trust/revoke.md does not exist, skipping
13:50:43 WARN: man/src/trust/sign.md does not exist, skipping
13:50:43 WARN: man/src/trust/signer/add.md does not exist, skipping
13:50:43 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:50:43 WARN: man/src/trust/signer.md does not exist, skipping
13:50:43 WARN: man/src/trust.md does not exist, skipping
13:50:43 INFO: man/src/unpause.md found
13:50:43 INFO: man/src/update.md found
13:50:43 INFO: man/src/version.md found
13:50:43 INFO: man/src/volume/create.md found
13:50:43 INFO: man/src/volume/inspect.md found
13:50:43 INFO: man/src/volume/ls.md found
13:50:43 WARN: man/src/volume/prune.md does not exist, skipping
13:50:43 WARN: man/src/volume/rm.md does not exist, skipping
13:50:43 INFO: man/src/volume.md found
13:50:43 INFO: man/src/wait.md found
13:50:43 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:50:43 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:50:43 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:50:43 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:50:43 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:50:43 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:50:43 make[2]: Leaving directory '/root/build-deb/cli'
13:50:43 # Build buildx plugin
13:50:43 cd /go/src/github.com/docker/buildx \
13:50:43 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:43 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:50:44 make[2]: Leaving directory '/root/build-deb/compose'
13:50:44 # Build the scan-plugin
13:50:44 # TODO change once we support scan-plugin on other architectures
13:50:44 if [ "arm64" = "amd64" ]; then \
13:50:44 	cd /go/src/github.com/docker/scan-cli-plugin \
13:50:44 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:50:44 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:44 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:50:44 fi
13:50:44 make[1]: Leaving directory '/root/build-deb'
13:50:44    debian/rules override_dh_auto_test
13:50:44 make[1]: Entering directory '/root/build-deb'
13:50:44 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:50:44 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:50:44 PASS: daemon version OK
13:50:44 ver="$(cli/build/docker --version)"; \
13:50:44 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:50:44 PASS: cli version OK
13:50:44 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:44 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:50:44 PASS: docker-buildx version OK
13:50:44 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:44 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:50:44 PASS: docker-compose version OK
13:50:44 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:50:44 # TODO change once we support scan-plugin on other architectures
13:50:44 if [ "arm64" = "amd64" ]; then \
13:50:44 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:44 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:50:44 fi
13:50:44 make[1]: Leaving directory '/root/build-deb'
13:50:44    create-stamp debian/debhelper-build-stamp
13:50:44  debian/rules binary
13:50:44 dh binary --with=bash-completion
13:50:44    dh_testroot
13:50:44    dh_prep
13:50:44    debian/rules override_dh_auto_install
13:50:44 make[1]: Entering directory '/root/build-deb'
13:50:44 # docker-ce-cli install
13:50:44 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:50:44 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:50:44 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:50:44 # docker-ce install
13:50:44 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:50:44 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:50:44 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:50:44 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:50:44 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:50:44 # docker-buildx-plugin install
13:50:44 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:50:44 # docker-compose-plugin install
13:50:44 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:50:44 # docker-scan-plugin install
13:50:44 # TODO change once we support scan-plugin on other architectures
13:50:44 if [ "arm64" = "amd64" ]; then \
13:50:44 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:50:44 fi
13:50:44 # docker-ce-rootless-extras install
13:50:44 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:50:44 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:50:44 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:50:44 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:50:44 # TODO: how can we install vpnkit?
13:50:44 make[1]: Leaving directory '/root/build-deb'
13:50:44    debian/rules override_dh_install
13:50:44 make[1]: Entering directory '/root/build-deb'
13:50:44 dh_install
13:50:44 # TODO Can we do this from within our container?
13:50:44 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:50:44 make[1]: Leaving directory '/root/build-deb'
13:50:44    dh_installdocs
13:50:44    dh_installchangelogs
13:50:44    dh_installman
13:50:44    dh_bash-completion
13:50:44    dh_systemd_enable
13:50:44    debian/rules override_dh_installinit
13:50:44 make[1]: Entering directory '/root/build-deb'
13:50:44 # use "docker" as our service name, not "docker-ce"
13:50:44 dh_installinit --name=docker
13:50:44 make[1]: Leaving directory '/root/build-deb'
13:50:44    dh_systemd_start
13:50:44    dh_perl
13:50:44    dh_link
13:50:44    dh_strip_nondeterminism
13:50:44    dh_compress
13:50:44    dh_fixperms
13:50:44    dh_missing
13:50:44    debian/rules override_dh_strip
13:50:44 make[1]: Entering directory '/root/build-deb'
13:50:44 # Go has lots of problems with stripping, so just don't
13:50:44 make[1]: Leaving directory '/root/build-deb'
13:50:44    dh_makeshlibs
13:50:44    debian/rules override_dh_shlibdeps
13:50:44 make[1]: Entering directory '/root/build-deb'
13:50:44 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:50:44 make[1]: Leaving directory '/root/build-deb'
13:50:44    dh_installdeb
13:50:44    debian/rules override_dh_gencontrol
13:50:44 make[1]: Entering directory '/root/build-deb'
13:50:44 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:50:44 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:50:44 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:50:44 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:50:44 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:50:44 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:50:44 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:50:44 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:50:44 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:50:44 if [ "arm64" = "amd64" ]; then \
13:50:44 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:50:44 fi
13:50:44 dh_gencontrol --remaining-packages
13:50:44 make[1]: Leaving directory '/root/build-deb'
13:50:44    dh_md5sums
13:50:44    debian/rules override_dh_builddeb
13:50:44 make[1]: Entering directory '/root/build-deb'
13:50:44 dh_builddeb -- -Zxz
13:50:44 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-jammy_arm64.deb'.
13:50:44 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb'.
13:50:46 make[2]: Leaving directory '/root/build-deb/compose'
13:50:46 # Build the scan-plugin
13:50:46 # TODO change once we support scan-plugin on other architectures
13:50:46 if [ "arm64" = "amd64" ]; then \
13:50:46 	cd /go/src/github.com/docker/scan-cli-plugin \
13:50:46 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:50:46 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:46 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:50:46 fi
13:50:46 make[1]: Leaving directory '/root/build-deb'
13:50:46    debian/rules override_dh_auto_test
13:50:46 make[1]: Entering directory '/root/build-deb'
13:50:46 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:50:46 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:50:46 PASS: daemon version OK
13:50:46 ver="$(cli/build/docker --version)"; \
13:50:46 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:50:46 PASS: cli version OK
13:50:46 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:46 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:50:46 PASS: docker-buildx version OK
13:50:46 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:46 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:50:46 PASS: docker-compose version OK
13:50:46 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:50:46 # TODO change once we support scan-plugin on other architectures
13:50:46 if [ "arm64" = "amd64" ]; then \
13:50:46 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:46 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:50:46 fi
13:50:46 make[1]: Leaving directory '/root/build-deb'
13:50:46    create-stamp debian/debhelper-build-stamp
13:50:46  debian/rules binary
13:50:46 dh binary --with=bash-completion
13:50:46    dh_testroot
13:50:46    dh_prep
13:50:46    debian/rules override_dh_auto_install
13:50:46 make[1]: Entering directory '/root/build-deb'
13:50:46 # docker-ce-cli install
13:50:46 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:50:46 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:50:46 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:50:46 # docker-ce install
13:50:46 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:50:46 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:50:46 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:50:46 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:50:46 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:50:46 # docker-buildx-plugin install
13:50:46 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:50:46 # docker-compose-plugin install
13:50:46 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:50:46 # docker-scan-plugin install
13:50:46 # TODO change once we support scan-plugin on other architectures
13:50:46 if [ "arm64" = "amd64" ]; then \
13:50:46 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:50:46 fi
13:50:46 # docker-ce-rootless-extras install
13:50:46 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:50:46 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:50:46 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:50:46 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:50:46 # TODO: how can we install vpnkit?
13:50:46 make[1]: Leaving directory '/root/build-deb'
13:50:46    debian/rules override_dh_install
13:50:46 make[1]: Entering directory '/root/build-deb'
13:50:46 dh_install
13:50:46 # TODO Can we do this from within our container?
13:50:46 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:50:46 make[1]: Leaving directory '/root/build-deb'
13:50:46    dh_installdocs
13:50:46    dh_installchangelogs
13:50:46    dh_installman
13:50:46 + popd
13:50:46 + RPM_EC=0
13:50:46 ~/rpmbuild/BUILD/src
13:50:46 ++ jobs -p
13:50:46 + exit 0
13:50:46 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lBZbtQ
13:50:46 + umask 022
13:50:46 + cd /root/rpmbuild/BUILD
13:50:46 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.aarch64 '!=' / ']'
13:50:46 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.aarch64
13:50:46 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.aarch64
13:50:46 + mkdir -p /root/rpmbuild/BUILDROOT
13:50:46 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.aarch64
13:50:46 + cd src
13:50:46 + pushd /root/rpmbuild/BUILD/src/buildx
13:50:46 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:50:46 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:50:46 + popd
13:50:46 ~/rpmbuild/BUILD/src
13:50:46 + /usr/lib/rpm/check-buildroot
13:50:46 + /usr/lib/rpm/redhat/brp-ldconfig
13:50:46 + /usr/lib/rpm/brp-compress
13:50:46 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:50:46 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:50:46 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:50:46 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:50:46 + /usr/lib/rpm/check-rpaths
13:50:46 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:50:46 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:50:46 + /usr/lib/rpm/redhat/brp-python-hardlink
13:50:46 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.YOzT1P
13:50:46 + umask 022
13:50:46 + cd /root/rpmbuild/BUILD
13:50:46 + cd src
13:50:46 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:50:46 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:50:46 + ver=v0.8.2
13:50:46 + test v0.8.2 = v0.8.2
13:50:46 PASS: docker-buildx version OK
13:50:46 + echo 'PASS: docker-buildx version OK'
13:50:46 + RPM_EC=0
13:50:46 ++ jobs -p
13:50:46 + exit 0
13:50:46 Processing files: docker-buildx-plugin-0.8.2-0.fc35.aarch64
13:50:46 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:50:46 Provides: docker-buildx-plugin = 0:0.8.2-0.fc35 docker-buildx-plugin(aarch-64) = 0:0.8.2-0.fc35
13:50:46 Requires(interp): /bin/sh /bin/sh /bin/sh
13:50:46 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:50:46 Requires(post): /bin/sh
13:50:46 Requires(preun): /bin/sh
13:50:46 Requires(postun): /bin/sh
13:50:46 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.aarch64
13:50:46 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.8.2-0.fc35.src.rpm
13:50:46    dh_bash-completion
13:50:46    dh_systemd_enable
13:50:46    debian/rules override_dh_installinit
13:50:46 make[1]: Entering directory '/root/build-deb'
13:50:46 # use "docker" as our service name, not "docker-ce"
13:50:46 dh_installinit --name=docker
13:50:47 make[1]: Leaving directory '/root/build-deb'
13:50:47    dh_systemd_start
13:50:47    dh_perl
13:50:47    dh_link
13:50:47    dh_strip_nondeterminism
13:50:47    dh_compress
13:50:47    dh_fixperms
13:50:47    dh_missing
13:50:47    debian/rules override_dh_strip
13:50:47 make[1]: Entering directory '/root/build-deb'
13:50:47 # Go has lots of problems with stripping, so just don't
13:50:47 make[1]: Leaving directory '/root/build-deb'
13:50:47    dh_makeshlibs
13:50:47    debian/rules override_dh_shlibdeps
13:50:47 make[1]: Entering directory '/root/build-deb'
13:50:47 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:50:51 make[1]: Leaving directory '/root/build-deb'
13:50:51    dh_installdeb
13:50:51    debian/rules override_dh_gencontrol
13:50:51 make[1]: Entering directory '/root/build-deb'
13:50:51 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:50:51 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:50:51 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:50:51 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:50:51 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:50:51 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:50:51 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:50:51 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:50:51 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:50:51 if [ "arm64" = "amd64" ]; then \
13:50:51 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:50:51 fi
13:50:51 dh_gencontrol --remaining-packages
13:50:51 make[1]: Leaving directory '/root/build-deb'
13:50:51    dh_md5sums
13:50:51 go: downloading github.com/urfave/cli/v2 v2.4.0
13:50:51 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
13:50:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
13:50:51 go: downloading github.com/google/uuid v1.3.0
13:50:51 go: downloading github.com/moby/vpnkit v0.5.0
13:50:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:50:51 go: downloading github.com/gofrs/flock v0.8.1
13:50:51 go: downloading github.com/moby/sys/mountinfo v0.6.0
13:50:51 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
13:50:51 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
13:50:51    debian/rules override_dh_builddeb
13:50:51 make[1]: Entering directory '/root/build-deb'
13:50:51 dh_builddeb -- -Zxz
13:50:51 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~debian-buster_arm64.deb'.
13:50:51 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb'.
13:50:54 ~/rpmbuild/BUILD/src
13:50:54 + popd
13:50:54 + exit 0
13:50:54 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7V9gH4
13:50:54 + umask 022
13:50:54 + cd /root/rpmbuild/BUILD
13:50:54 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64 '!=' / ']'
13:50:54 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64
13:50:54 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64
13:50:54 + mkdir -p /root/rpmbuild/BUILDROOT
13:50:54 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64
13:50:54 + cd src
13:50:54 + pushd /root/rpmbuild/BUILD/src/compose
13:50:54 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:50:54 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:50:54 + popd
13:50:54 ~/rpmbuild/BUILD/src
13:50:54 + for f in LICENSE MAINTAINERS NOTICE README.md
13:50:54 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:50:54 + for f in LICENSE MAINTAINERS NOTICE README.md
13:50:54 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:50:54 + for f in LICENSE MAINTAINERS NOTICE README.md
13:50:54 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:50:54 + for f in LICENSE MAINTAINERS NOTICE README.md
13:50:54 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:50:54 + /usr/lib/rpm/check-buildroot
13:50:54 + /usr/lib/rpm/redhat/brp-compress
13:50:54 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:50:54 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:50:54 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:50:54 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:50:54 + /usr/lib/rpm/redhat/brp-python-hardlink
13:50:54 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:50:54 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.45I4l1
13:50:54 + umask 022
13:50:54 + cd /root/rpmbuild/BUILD
13:50:54 + cd src
13:50:54 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:50:54 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:50:54 + ver=v2.5.0
13:50:54 + test v2.5.0 = v2.5.0
13:50:54 + echo 'PASS: docker-compose version OK'
13:50:54 PASS: docker-compose version OK
13:50:54 + exit 0
13:50:54 Processing files: docker-compose-plugin-2.5.0-0.el7.x86_64
13:50:54 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.f7sx4X
13:50:54 + umask 022
13:50:54 + cd /root/rpmbuild/BUILD
13:50:54 + cd src
13:50:54 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.5.0
13:50:54 + export DOCDIR
13:50:54 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.5.0
13:50:54 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.5.0
13:50:54 + exit 0
13:50:54 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Q7nLNU
13:50:54 + umask 022
13:50:54 + cd /root/rpmbuild/BUILD
13:50:54 + cd src
13:50:54 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.5.0
13:50:54 + export LICENSEDIR
13:50:54 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.5.0
13:50:54 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.5.0
13:50:54 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.5.0
13:50:54 + exit 0
13:50:54 Provides: docker-compose-plugin = 0:2.5.0-0.el7 docker-compose-plugin(x86-64) = 0:2.5.0-0.el7
13:50:54 Requires(interp): /bin/sh /bin/sh /bin/sh
13:50:54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:50:54 Requires(post): /bin/sh
13:50:54 Requires(preun): /bin/sh
13:50:54 Requires(postun): /bin/sh
13:50:54 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64
13:50:54 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.el7.src.rpm
13:50:54 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.5.0-0.el7.x86_64.rpm
13:50:54 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DoLGQU
13:50:54 + umask 022
13:50:54 + cd /root/rpmbuild/BUILD
13:50:54 + cd src
13:50:54 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el7.x86_64
13:50:54 + exit 0
13:50:54 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yd5ry0
13:50:54 + umask 022
13:50:54 + cd /root/rpmbuild/BUILD
13:50:54 + cd /root/rpmbuild/BUILD
13:50:54 + rm -rf src
13:50:54 + /usr/bin/mkdir -p src
13:50:54 + cd src
13:50:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:50:54 + /usr/bin/tar -xf -
13:50:54 + STATUS=0
13:50:54 + '[' 0 -ne 0 ']'
13:50:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:50:54 + /usr/bin/tar -xf -
13:50:54 + STATUS=0
13:50:54 + '[' 0 -ne 0 ']'
13:50:54 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:54 + exit 0
13:50:54 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.J37bl6
13:50:54 + umask 022
13:50:54 + cd /root/rpmbuild/BUILD
13:50:54 + cd src
13:50:54 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:50:54 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
13:50:54 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:50:54 GO111MODULE=on make -f builder.Makefile build
13:50:54 make[1]: Entering directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:50:54 mkdir -p bin
13:50:54 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:50:54 go: downloading github.com/docker/cli v20.10.9+incompatible
13:50:54 go: downloading github.com/docker/docker v20.10.9+incompatible
13:50:55 go: downloading github.com/spf13/cobra v1.2.1
13:50:55 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:50:55 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:50:55 go: downloading github.com/theupdateframework/notary v0.7.0
13:50:55 go: downloading github.com/opencontainers/image-spec v1.0.1
13:50:55 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:50:55 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:50:55 go: downloading github.com/containerd/containerd v1.5.7
13:50:55 go: downloading github.com/moby/sys/mount v0.2.0
13:50:55 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:50:56 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:50:56 go: downloading google.golang.org/grpc v1.40.0
13:50:56 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:50:56 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:50:56 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:50:56 go: downloading github.com/opencontainers/runc v1.0.2
13:50:56 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:50:56 go: downloading google.golang.org/protobuf v1.26.0
13:50:56 go: downloading github.com/prometheus/client_golang v1.7.1
13:50:56 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:50:56 go: downloading github.com/prometheus/common v0.10.0
13:50:56 go: downloading github.com/prometheus/procfs v0.6.0
13:50:57 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
13:50:57 ++ pwd
13:50:57 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
13:50:57 Project root: .
13:50:57 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:50:57 INFO: man/src/attach.md found
13:50:57 WARN: man/src/build.md does not exist, skipping
13:50:57 WARN: man/src/builder/build.md does not exist, skipping
13:50:57 WARN: man/src/builder/prune.md does not exist, skipping
13:50:57 WARN: man/src/builder.md does not exist, skipping
13:50:57 WARN: man/src/checkpoint/create.md does not exist, skipping
13:50:57 WARN: man/src/checkpoint/ls.md does not exist, skipping
13:50:57 WARN: man/src/checkpoint/rm.md does not exist, skipping
13:50:57 WARN: man/src/checkpoint.md does not exist, skipping
13:50:57 INFO: man/src/commit.md found
13:50:57 WARN: man/src/config/create.md does not exist, skipping
13:50:57 WARN: man/src/config/inspect.md does not exist, skipping
13:50:57 WARN: man/src/config/ls.md does not exist, skipping
13:50:57 WARN: man/src/config/rm.md does not exist, skipping
13:50:57 WARN: man/src/config.md does not exist, skipping
13:50:57 INFO: man/src/container/attach.md found
13:50:57 INFO: man/src/container/commit.md found
13:50:57 INFO: man/src/container/cp.md found
13:50:57 INFO: man/src/container/create.md found
13:50:57 INFO: man/src/container/diff.md found
13:50:57 INFO: man/src/container/exec.md found
13:50:57 INFO: man/src/container/export.md found
13:50:57 WARN: man/src/container/inspect.md does not exist, skipping
13:50:57 INFO: man/src/container/kill.md found
13:50:57 INFO: man/src/container/logs.md found
13:50:57 INFO: man/src/container/ls.md found
13:50:57 INFO: man/src/container/pause.md found
13:50:57 INFO: man/src/container/port.md found
13:50:57 WARN: man/src/container/prune.md does not exist, skipping
13:50:57 INFO: man/src/container/rename.md found
13:50:57 INFO: man/src/container/restart.md found
13:50:57 INFO: man/src/container/rm.md found
13:50:57 INFO: man/src/container/run.md found
13:50:57 INFO: man/src/container/start.md found
13:50:57 INFO: man/src/container/stats.md found
13:50:57 INFO: man/src/container/stop.md found
13:50:57 INFO: man/src/container/top.md found
13:50:57 INFO: man/src/container/unpause.md found
13:50:57 INFO: man/src/container/update.md found
13:50:57 INFO: man/src/container/wait.md found
13:50:57 WARN: man/src/container.md does not exist, skipping
13:50:57 WARN: man/src/context/create.md does not exist, skipping
13:50:57 WARN: man/src/context/export.md does not exist, skipping
13:50:57 WARN: man/src/context/import.md does not exist, skipping
13:50:57 WARN: man/src/context/inspect.md does not exist, skipping
13:50:57 WARN: man/src/context/ls.md does not exist, skipping
13:50:57 WARN: man/src/context/rm.md does not exist, skipping
13:50:57 WARN: man/src/context/show.md does not exist, skipping
13:50:57 WARN: man/src/context/update.md does not exist, skipping
13:50:57 WARN: man/src/context/use.md does not exist, skipping
13:50:57 WARN: man/src/context.md does not exist, skipping
13:50:57 INFO: man/src/cp.md found
13:50:57 INFO: man/src/create.md found
13:50:57 INFO: man/src/diff.md found
13:50:57 INFO: man/src/events.md found
13:50:57 INFO: man/src/exec.md found
13:50:57 INFO: man/src/export.md found
13:50:57 INFO: man/src/history.md found
13:50:57 INFO: man/src/image/build.md found
13:50:57 INFO: man/src/image/history.md found
13:50:57 INFO: man/src/image/import.md found
13:50:57 WARN: man/src/image/inspect.md does not exist, skipping
13:50:57 INFO: man/src/image/load.md found
13:50:57 INFO: man/src/image/ls.md found
13:50:57 WARN: man/src/image/prune.md does not exist, skipping
13:50:57 INFO: man/src/image/pull.md found
13:50:57 INFO: man/src/image/push.md found
13:50:57 INFO: man/src/image/rm.md found
13:50:57 INFO: man/src/image/save.md found
13:50:57 INFO: man/src/image/tag.md found
13:50:57 WARN: man/src/image.md does not exist, skipping
13:50:57 INFO: man/src/images.md found
13:50:57 INFO: man/src/import.md found
13:50:57 INFO: man/src/info.md found
13:50:57 INFO: man/src/inspect.md found
13:50:57 INFO: man/src/kill.md found
13:50:57 INFO: man/src/load.md found
13:50:57 INFO: man/src/login.md found
13:50:57 INFO: man/src/logout.md found
13:50:57 INFO: man/src/logs.md found
13:50:57 WARN: man/src/manifest/annotate.md does not exist, skipping
13:50:57 WARN: man/src/manifest/create.md does not exist, skipping
13:50:57 WARN: man/src/manifest/inspect.md does not exist, skipping
13:50:57 WARN: man/src/manifest/push.md does not exist, skipping
13:50:57 WARN: man/src/manifest/rm.md does not exist, skipping
13:50:57 WARN: man/src/manifest.md does not exist, skipping
13:50:57 INFO: man/src/network/connect.md found
13:50:57 INFO: man/src/network/create.md found
13:50:57 INFO: man/src/network/disconnect.md found
13:50:57 INFO: man/src/network/inspect.md found
13:50:57 INFO: man/src/network/ls.md found
13:50:57 WARN: man/src/network/prune.md does not exist, skipping
13:50:57 INFO: man/src/network/rm.md found
13:50:57 WARN: man/src/network.md does not exist, skipping
13:50:57 WARN: man/src/node/demote.md does not exist, skipping
13:50:57 WARN: man/src/node/inspect.md does not exist, skipping
13:50:57 WARN: man/src/node/ls.md does not exist, skipping
13:50:57 WARN: man/src/node/promote.md does not exist, skipping
13:50:57 WARN: man/src/node/ps.md does not exist, skipping
13:50:57 WARN: man/src/node/rm.md does not exist, skipping
13:50:57 WARN: man/src/node/update.md does not exist, skipping
13:50:57 WARN: man/src/node.md does not exist, skipping
13:50:57 INFO: man/src/pause.md found
13:50:57 WARN: man/src/plugin/create.md does not exist, skipping
13:50:57 WARN: man/src/plugin/disable.md does not exist, skipping
13:50:57 WARN: man/src/plugin/enable.md does not exist, skipping
13:50:57 WARN: man/src/plugin/inspect.md does not exist, skipping
13:50:57 WARN: man/src/plugin/install.md does not exist, skipping
13:50:57 INFO: man/src/plugin/ls.md found
13:50:57 WARN: man/src/plugin/push.md does not exist, skipping
13:50:57 WARN: man/src/plugin/rm.md does not exist, skipping
13:50:57 WARN: man/src/plugin/set.md does not exist, skipping
13:50:57 WARN: man/src/plugin/upgrade.md does not exist, skipping
13:50:57 WARN: man/src/plugin.md does not exist, skipping
13:50:57 INFO: man/src/port.md found
13:50:57 INFO: man/src/ps.md found
13:50:57 INFO: man/src/pull.md found
13:50:57 INFO: man/src/push.md found
13:50:57 INFO: man/src/rename.md found
13:50:57 INFO: man/src/restart.md found
13:50:57 INFO: man/src/rm.md found
13:50:57 INFO: man/src/rmi.md found
13:50:57 WARN: man/src/run.md does not exist, skipping
13:50:57 INFO: man/src/save.md found
13:50:57 INFO: man/src/search.md found
13:50:57 WARN: man/src/secret/create.md does not exist, skipping
13:50:57 WARN: man/src/secret/inspect.md does not exist, skipping
13:50:57 WARN: man/src/secret/ls.md does not exist, skipping
13:50:57 WARN: man/src/secret/rm.md does not exist, skipping
13:50:57 WARN: man/src/secret.md does not exist, skipping
13:50:57 WARN: man/src/service/create.md does not exist, skipping
13:50:57 WARN: man/src/service/inspect.md does not exist, skipping
13:50:57 WARN: man/src/service/logs.md does not exist, skipping
13:50:57 WARN: man/src/service/ls.md does not exist, skipping
13:50:57 WARN: man/src/service/ps.md does not exist, skipping
13:50:57 WARN: man/src/service/rm.md does not exist, skipping
13:50:57 WARN: man/src/service/rollback.md does not exist, skipping
13:50:57 WARN: man/src/service/scale.md does not exist, skipping
13:50:57 WARN: man/src/service/update.md does not exist, skipping
13:50:57 WARN: man/src/service.md does not exist, skipping
13:50:57 WARN: man/src/stack/config.md does not exist, skipping
13:50:57 WARN: man/src/stack/deploy.md does not exist, skipping
13:50:57 WARN: man/src/stack/ls.md does not exist, skipping
13:50:57 WARN: man/src/stack/ps.md does not exist, skipping
13:50:57 WARN: man/src/stack/rm.md does not exist, skipping
13:50:57 WARN: man/src/stack/services.md does not exist, skipping
13:50:57 WARN: man/src/stack.md does not exist, skipping
13:50:57 INFO: man/src/start.md found
13:50:57 INFO: man/src/stats.md found
13:50:57 INFO: man/src/stop.md found
13:50:57 WARN: man/src/swarm/ca.md does not exist, skipping
13:50:57 WARN: man/src/swarm/init.md does not exist, skipping
13:50:57 WARN: man/src/swarm/join.md does not exist, skipping
13:50:57 WARN: man/src/swarm/join-token.md does not exist, skipping
13:50:57 WARN: man/src/swarm/leave.md does not exist, skipping
13:50:57 WARN: man/src/swarm/unlock.md does not exist, skipping
13:50:57 WARN: man/src/swarm/unlock-key.md does not exist, skipping
13:50:57 WARN: man/src/swarm/update.md does not exist, skipping
13:50:57 WARN: man/src/swarm.md does not exist, skipping
13:50:57 WARN: man/src/system/df.md does not exist, skipping
13:50:57 WARN: man/src/system/dial-stdio.md does not exist, skipping
13:50:57 INFO: man/src/system/events.md found
13:50:57 INFO: man/src/system/info.md found
13:50:57 WARN: man/src/system/prune.md does not exist, skipping
13:50:57 WARN: man/src/system.md does not exist, skipping
13:50:57 INFO: man/src/tag.md found
13:50:57 INFO: man/src/top.md found
13:50:57 WARN: man/src/trust/inspect.md does not exist, skipping
13:50:57 WARN: man/src/trust/key/generate.md does not exist, skipping
13:50:57 WARN: man/src/trust/key/load.md does not exist, skipping
13:50:57 WARN: man/src/trust/key.md does not exist, skipping
13:50:57 WARN: man/src/trust/revoke.md does not exist, skipping
13:50:57 WARN: man/src/trust/sign.md does not exist, skipping
13:50:57 WARN: man/src/trust/signer/add.md does not exist, skipping
13:50:57 WARN: man/src/trust/signer/remove.md does not exist, skipping
13:50:57 WARN: man/src/trust/signer.md does not exist, skipping
13:50:57 WARN: man/src/trust.md does not exist, skipping
13:50:57 INFO: man/src/unpause.md found
13:50:57 INFO: man/src/update.md found
13:50:57 INFO: man/src/version.md found
13:50:57 INFO: man/src/volume/create.md found
13:50:57 INFO: man/src/volume/inspect.md found
13:50:57 INFO: man/src/volume/ls.md found
13:50:57 WARN: man/src/volume/prune.md does not exist, skipping
13:50:57 WARN: man/src/volume/rm.md does not exist, skipping
13:50:57 INFO: man/src/volume.md found
13:50:57 INFO: man/src/wait.md found
13:50:57 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
13:50:57 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
13:50:57 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
13:50:57 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
13:50:57 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
13:50:57 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
13:50:57 make[2]: Leaving directory '/root/build-deb/cli'
13:50:57 # Build buildx plugin
13:50:57 cd /go/src/github.com/docker/buildx \
13:50:57 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:57 && CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o /usr/libexec/docker/cli-plugins/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx
13:50:57 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.8.2-0.fc34.aarch64.rpm
13:50:57 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9Clqzu
13:50:57 + umask 022
13:50:57 + cd /root/rpmbuild/BUILD
13:50:57 + cd src
13:50:57 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.aarch64
13:50:57 + RPM_EC=0
13:50:57 ++ jobs -p
13:50:57 + exit 0
13:50:57 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5wfs6E
13:50:57 + umask 022
13:50:57 + cd /root/rpmbuild/BUILD
13:50:57 + cd /root/rpmbuild/BUILD
13:50:57 + rm -rf src
13:50:57 + /usr/bin/mkdir -p src
13:50:57 + cd src
13:50:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:50:57 + /usr/bin/tar -xof -
13:50:57 + STATUS=0
13:50:57 + '[' 0 -ne 0 ']'
13:50:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:50:57 + /usr/bin/tar -xof -
13:50:57 + STATUS=0
13:50:57 + '[' 0 -ne 0 ']'
13:50:57 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:57 + RPM_EC=0
13:50:57 ++ jobs -p
13:50:57 + exit 0
13:50:57 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OmOXN7
13:50:57 + umask 022
13:50:57 + cd /root/rpmbuild/BUILD
13:50:57 + cd src
13:50:57 + pushd /root/rpmbuild/BUILD/src/compose
13:50:57 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:50:57 + GOPROXY=https://proxy.golang.org
13:50:57 + GO111MODULE=on
13:50:57 + go mod download
13:50:59 make[2]: Leaving directory '/root/build-deb/compose'
13:50:59 # Build the scan-plugin
13:50:59 # TODO change once we support scan-plugin on other architectures
13:50:59 if [ "arm64" = "amd64" ]; then \
13:50:59 	cd /go/src/github.com/docker/scan-cli-plugin \
13:50:59 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:50:59 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:50:59 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:50:59 fi
13:50:59 make[1]: Leaving directory '/root/build-deb'
13:50:59    debian/rules override_dh_auto_test
13:50:59 make[1]: Entering directory '/root/build-deb'
13:50:59 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:50:59 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:50:59 PASS: daemon version OK
13:50:59 ver="$(cli/build/docker --version)"; \
13:50:59 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:50:59 PASS: cli version OK
13:50:59 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:59 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:50:59 PASS: docker-buildx version OK
13:50:59 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:59 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:50:59 PASS: docker-compose version OK
13:50:59 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:50:59 # TODO change once we support scan-plugin on other architectures
13:50:59 if [ "arm64" = "amd64" ]; then \
13:50:59 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:50:59 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:50:59 fi
13:50:59 make[1]: Leaving directory '/root/build-deb'
13:50:59    create-stamp debian/debhelper-build-stamp
13:50:59  debian/rules binary
13:50:59 dh binary --with=bash-completion
13:50:59    dh_testroot
13:50:59    dh_prep
13:50:59    debian/rules override_dh_auto_install
13:50:59 make[1]: Entering directory '/root/build-deb'
13:50:59 # docker-ce-cli install
13:50:59 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:50:59 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:50:59 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:50:59 # docker-ce install
13:50:59 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:50:59 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:50:59 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:50:59 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:50:59 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:50:59 # docker-buildx-plugin install
13:50:59 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:50:59 # docker-compose-plugin install
13:50:59 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:50:59 # docker-scan-plugin install
13:50:59 # TODO change once we support scan-plugin on other architectures
13:50:59 if [ "arm64" = "amd64" ]; then \
13:50:59 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:50:59 fi
13:50:59 # docker-ce-rootless-extras install
13:50:59 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:50:59 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:50:59 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:50:59 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:50:59 # TODO: how can we install vpnkit?
13:50:59 make[1]: Leaving directory '/root/build-deb'
13:50:59    debian/rules override_dh_install
13:50:59 make[1]: Entering directory '/root/build-deb'
13:50:59 dh_install
13:50:59 # TODO Can we do this from within our container?
13:50:59 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:50:59 make[1]: Leaving directory '/root/build-deb'
13:50:59    dh_installdocs
13:50:59    dh_installchangelogs
13:50:59    dh_installman
13:50:59    dh_bash-completion
13:50:59    dh_systemd_enable
13:50:59    debian/rules override_dh_installinit
13:50:59 make[1]: Entering directory '/root/build-deb'
13:50:59 # use "docker" as our service name, not "docker-ce"
13:50:59 dh_installinit --name=docker
13:50:59 make[1]: Leaving directory '/root/build-deb'
13:50:59    dh_systemd_start
13:50:59    dh_perl
13:50:59    dh_link
13:50:59    dh_strip_nondeterminism
13:50:59    dh_compress
13:50:59    dh_fixperms
13:50:59    dh_missing
13:50:59    debian/rules override_dh_strip
13:50:59 make[1]: Entering directory '/root/build-deb'
13:50:59 # Go has lots of problems with stripping, so just don't
13:50:59 make[1]: Leaving directory '/root/build-deb'
13:50:59    dh_makeshlibs
13:50:59    debian/rules override_dh_shlibdeps
13:50:59 make[1]: Entering directory '/root/build-deb'
13:50:59 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:50:59 make[1]: Leaving directory '/root/build-deb'
13:50:59    dh_installdeb
13:50:59    debian/rules override_dh_gencontrol
13:50:59 make[1]: Entering directory '/root/build-deb'
13:50:59 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:50:59 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:50:59 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:50:59 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:50:59 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:50:59 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:50:59 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:50:59 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:50:59 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:50:59 if [ "arm64" = "amd64" ]; then \
13:50:59 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:50:59 fi
13:50:59 dh_gencontrol --remaining-packages
13:50:59 make[1]: Leaving directory '/root/build-deb'
13:50:59    dh_md5sums
13:50:59    debian/rules override_dh_builddeb
13:50:59 make[1]: Entering directory '/root/build-deb'
13:50:59 dh_builddeb -- -Zxz
13:50:59 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-impish_arm64.deb'.
13:50:59 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb'.
13:50:59 + for f in rootlesskit rootlesskit-docker-proxy
13:50:59 + GOBIN=/usr/local/bin
13:50:59 + GO111MODULE=on
13:50:59 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
13:50:59 + return
13:50:59 + RPM_EC=0
13:50:59 ++ jobs -p
13:50:59 + exit 0
13:50:59 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rjXKPj
13:50:59 + umask 022
13:50:59 + cd /root/rpmbuild/BUILD
13:50:59 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64 '!=' / ']'
13:50:59 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:50:59 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:50:59 + mkdir -p /root/rpmbuild/BUILDROOT
13:50:59 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:50:59 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:50:59 + export CFLAGS
13:50:59 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:50:59 + export CXXFLAGS
13:50:59 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:50:59 + export FFLAGS
13:50:59 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:50:59 + export FCFLAGS
13:50:59 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.ld'
13:50:59 + export LDFLAGS
13:50:59 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:50:59 + export LT_SYS_LIBRARY_PATH
13:50:59 + CC=gcc
13:50:59 + export CC
13:50:59 + CXX=g++
13:50:59 + export CXX
13:50:59 + cd src
13:50:59 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/bin/dockerd-rootless.sh
13:50:59 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:50:59 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/bin/rootlesskit
13:50:59 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64/usr/bin/rootlesskit-docker-proxy
13:50:59 + /usr/lib/rpm/check-buildroot
13:50:59 + /usr/lib/rpm/redhat/brp-ldconfig
13:50:59 + /usr/lib/rpm/brp-compress
13:50:59 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:51:00 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:51:00 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:51:00 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:51:00 + /usr/lib/rpm/check-rpaths
13:51:00 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:51:00 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:51:00 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:51:00 + /usr/lib/rpm/brp-remove-la-files
13:51:00 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:51:00 + /usr/lib/rpm/redhat/brp-python-hardlink
13:51:00 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.2iXqZ9
13:51:00 + umask 022
13:51:00 + cd /root/rpmbuild/BUILD
13:51:00 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:51:00 + export CFLAGS
13:51:00 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:51:00 + export CXXFLAGS
13:51:00 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:51:00 + export FFLAGS
13:51:00 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:51:00 + export FCFLAGS
13:51:00 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.ld'
13:51:00 + export LDFLAGS
13:51:00 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:51:00 + export LT_SYS_LIBRARY_PATH
13:51:00 + CC=gcc
13:51:00 + export CC
13:51:00 + CXX=g++
13:51:00 + export CXX
13:51:00 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:51:00 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220503081348.bfa9b40-0.fc36 x86_64
13:51:00 + cd src
13:51:00 + /usr/local/bin/rootlesskit -v
13:51:00 rootlesskit version 1.0.0
13:51:00 + RPM_EC=0
13:51:00 ++ jobs -p
13:51:00 + exit 0
13:51:00 Processing files: docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:51:00 Provides: docker-ce-rootless-extras = 0:0.0.0.20220503081348.bfa9b40-0.fc36 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220503081348.bfa9b40-0.fc36
13:51:00 Requires(interp): /bin/sh /bin/sh /bin/sh
13:51:00 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:51:00 Requires(post): /bin/sh
13:51:00 Requires(preun): /bin/sh
13:51:00 Requires(postun): /bin/sh
13:51:00 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
13:51:00 Conflicts: rootlesskit
13:51:00 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:51:00 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.src.rpm
13:51:00 + GOPROXY=https://proxy.golang.org
13:51:00 + GO111MODULE=on
13:51:00 + GIT_TAG=v2.5.0
13:51:00 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:51:00 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o bin/docker-compose ./cmd
13:51:04 + popd
13:51:04 ~/rpmbuild/BUILD/src
13:51:04 + exit 0
13:51:04 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Y2PgZi
13:51:04 + umask 022
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64 '!=' / ']'
13:51:04 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64
13:51:04 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64
13:51:04 + mkdir -p /root/rpmbuild/BUILDROOT
13:51:04 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64
13:51:04 + cd src
13:51:04 + pushd /root/rpmbuild/BUILD/src/compose
13:51:04 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:51:04 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:51:04 + popd
13:51:04 ~/rpmbuild/BUILD/src
13:51:04 + for f in LICENSE MAINTAINERS NOTICE README.md
13:51:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:51:04 + for f in LICENSE MAINTAINERS NOTICE README.md
13:51:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:51:04 + for f in LICENSE MAINTAINERS NOTICE README.md
13:51:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:51:04 + for f in LICENSE MAINTAINERS NOTICE README.md
13:51:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:51:04 + /usr/lib/rpm/check-buildroot
13:51:04 + /usr/lib/rpm/redhat/brp-ldconfig
13:51:04 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:51:04 + /usr/lib/rpm/brp-compress
13:51:04 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:51:04 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:51:04 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:51:04 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:51:04 + /usr/lib/rpm/brp-python-hardlink
13:51:04 + PYTHON3=/usr/libexec/platform-python
13:51:04 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:51:04 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GIOtTe
13:51:04 + umask 022
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + cd src
13:51:04 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:51:04 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:51:04 + ver=v2.5.0
13:51:04 + test v2.5.0 = v2.5.0
13:51:04 + echo 'PASS: docker-compose version OK'
13:51:04 + exit 0
13:51:04 PASS: docker-compose version OK
13:51:04 Processing files: docker-compose-plugin-2.5.0-0.el8.aarch64
13:51:04 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AuMUZe
13:51:04 + umask 022
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + cd src
13:51:04 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:51:04 + export LC_ALL=C
13:51:04 + LC_ALL=C
13:51:04 + export DOCDIR
13:51:04 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:51:04 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:51:04 + exit 0
13:51:04 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.EtVy2f
13:51:04 + umask 022
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + cd src
13:51:04 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:51:04 + export LC_ALL=C
13:51:04 + LC_ALL=C
13:51:04 + export LICENSEDIR
13:51:04 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:51:04 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:51:04 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:51:04 + exit 0
13:51:04 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:51:04 Provides: docker-compose-plugin = 0:2.5.0-0.el8 docker-compose-plugin(aarch-64) = 0:2.5.0-0.el8
13:51:04 Requires(interp): /bin/sh /bin/sh /bin/sh
13:51:04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:51:04 Requires(post): /bin/sh
13:51:04 Requires(preun): /bin/sh
13:51:04 Requires(postun): /bin/sh
13:51:04 Enhances: docker-ce-cli
13:51:04 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64
13:51:04 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.el8.src.rpm
13:51:04 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.5.0-0.el8.aarch64.rpm
13:51:04 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.g9CKzf
13:51:04 + umask 022
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + cd src
13:51:04 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.aarch64
13:51:04 + exit 0
13:51:04 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
13:51:04 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.8.2-0.fc35.aarch64.rpm
13:51:04 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uy6TBD
13:51:04 + umask 022
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + cd src
13:51:04 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.aarch64
13:51:04 + RPM_EC=0
13:51:04 ++ jobs -p
13:51:04 + exit 0
13:51:04 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nMC9z0
13:51:04 + umask 022
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + rm -rf src
13:51:04 + /usr/bin/mkdir -p src
13:51:04 + cd src
13:51:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:51:04 + /usr/bin/tar -xof -
13:51:04 + STATUS=0
13:51:04 + '[' 0 -ne 0 ']'
13:51:04 + /usr/bin/tar -xof -
13:51:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:51:04 + STATUS=0
13:51:04 + '[' 0 -ne 0 ']'
13:51:04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:51:04 + RPM_EC=0
13:51:04 ++ jobs -p
13:51:04 + exit 0
13:51:04 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RF0Kpp
13:51:04 + umask 022
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + cd src
13:51:04 + pushd /root/rpmbuild/BUILD/src/compose
13:51:04 + GOPROXY=https://proxy.golang.org
13:51:04 + GO111MODULE=on
13:51:04 + go mod download
13:51:04 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:51:04 make[2]: Leaving directory '/root/build-deb/compose'
13:51:04 # Build the scan-plugin
13:51:04 # TODO change once we support scan-plugin on other architectures
13:51:04 if [ "arm64" = "amd64" ]; then \
13:51:04 	cd /go/src/github.com/docker/scan-cli-plugin \
13:51:04 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:51:04 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:51:04 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:51:04 fi
13:51:04 make[1]: Leaving directory '/root/build-deb'
13:51:04    debian/rules override_dh_auto_test
13:51:04 make[1]: Entering directory '/root/build-deb'
13:51:04 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:51:04 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:51:04 PASS: daemon version OK
13:51:04 ver="$(cli/build/docker --version)"; \
13:51:04 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:51:04 PASS: cli version OK
13:51:04 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:51:04 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:51:04 PASS: docker-buildx version OK
13:51:04 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:51:04 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:51:04 PASS: docker-compose version OK
13:51:04 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:51:04 # TODO change once we support scan-plugin on other architectures
13:51:04 if [ "arm64" = "amd64" ]; then \
13:51:04 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:51:04 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:51:04 fi
13:51:04 make[1]: Leaving directory '/root/build-deb'
13:51:04    create-stamp debian/debhelper-build-stamp
13:51:04  debian/rules binary
13:51:04 dh binary --with=bash-completion
13:51:04    dh_testroot
13:51:04    dh_prep
13:51:04    debian/rules override_dh_auto_install
13:51:04 make[1]: Entering directory '/root/build-deb'
13:51:04 # docker-ce-cli install
13:51:04 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:51:04 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:51:04 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:51:04 # docker-ce install
13:51:04 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:51:04 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:51:04 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:51:04 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:51:04 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:51:04 # docker-buildx-plugin install
13:51:04 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:51:04 # docker-compose-plugin install
13:51:04 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:51:04 # docker-scan-plugin install
13:51:04 # TODO change once we support scan-plugin on other architectures
13:51:04 if [ "arm64" = "amd64" ]; then \
13:51:04 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:51:04 fi
13:51:04 # docker-ce-rootless-extras install
13:51:04 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:51:04 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:51:04 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:51:04 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:51:04 # TODO: how can we install vpnkit?
13:51:04 make[1]: Leaving directory '/root/build-deb'
13:51:04    debian/rules override_dh_install
13:51:04 make[1]: Entering directory '/root/build-deb'
13:51:04 dh_install
13:51:04 # TODO Can we do this from within our container?
13:51:04 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:51:04 make[1]: Leaving directory '/root/build-deb'
13:51:04    dh_installdocs
13:51:04    dh_installchangelogs
13:51:04    dh_installman
13:51:04    dh_bash-completion
13:51:04    dh_systemd_enable
13:51:04    debian/rules override_dh_installinit
13:51:04 make[1]: Entering directory '/root/build-deb'
13:51:04 # use "docker" as our service name, not "docker-ce"
13:51:04 dh_installinit --name=docker
13:51:04 make[1]: Leaving directory '/root/build-deb'
13:51:04    dh_systemd_start
13:51:04    dh_perl
13:51:04    dh_link
13:51:04    dh_strip_nondeterminism
13:51:04    dh_compress
13:51:04    dh_fixperms
13:51:04    dh_missing
13:51:04    debian/rules override_dh_strip
13:51:04 make[1]: Entering directory '/root/build-deb'
13:51:04 # Go has lots of problems with stripping, so just don't
13:51:04 make[1]: Leaving directory '/root/build-deb'
13:51:04    dh_makeshlibs
13:51:04    debian/rules override_dh_shlibdeps
13:51:04 make[1]: Entering directory '/root/build-deb'
13:51:04 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:51:04 make[1]: Leaving directory '/root/build-deb'
13:51:04    dh_installdeb
13:51:04    debian/rules override_dh_gencontrol
13:51:04 make[1]: Entering directory '/root/build-deb'
13:51:04 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:51:04 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:51:04 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:51:04 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:51:04 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:51:04 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:51:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
[Pipeline] sh
13:51:05 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:51:05 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:51:05 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:51:05 if [ "arm64" = "amd64" ]; then \
13:51:05 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:51:05 fi
13:51:05 dh_gencontrol --remaining-packages
13:51:05 + make clean
13:51:05 make[1]: Leaving directory '/root/build-deb'
13:51:05    dh_md5sums
13:51:05    debian/rules override_dh_builddeb
13:51:05 make[1]: Entering directory '/root/build-deb'
13:51:05 dh_builddeb -- -Zxz
13:51:05 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~debian-bullseye_arm64.deb'.
13:51:05 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb'.
13:51:06 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64.rpm
13:51:06 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RnjLej
13:51:06 + umask 022
13:51:06 + cd /root/rpmbuild/BUILD
13:51:06 + cd src
13:51:06 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220503081348.bfa9b40-0.fc36.x86_64
13:51:06 + RPM_EC=0
13:51:06 ++ jobs -p
13:51:06 + exit 0
13:51:06 make -C rpm clean
13:51:06 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EIuyFG
13:51:06 + umask 022
13:51:06 + cd /root/rpmbuild/BUILD
13:51:06 + cd /root/rpmbuild/BUILD
13:51:06 + rm -rf src
13:51:06 + /usr/bin/mkdir -p src
13:51:06 + cd src
13:51:06 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:51:06 + /usr/bin/tar -xof -
13:51:06 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-focal_arm64.deb'.
13:51:06 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:06 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:51:06 + STATUS=0
13:51:06 + '[' 0 -ne 0 ']'
13:51:06 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
13:51:06 + /usr/bin/tar -xof -
13:51:07 rm -f -r rpmbuild/
13:51:07 docker builder prune -f --filter until=24h
13:51:07 Total reclaimed space: 0B
13:51:07 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:07 make -C deb clean
13:51:07 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:07 + STATUS=0
13:51:07 + '[' 0 -ne 0 ']'
13:51:07 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:51:07 + RPM_EC=0
13:51:07 ++ jobs -p
13:51:07 + exit 0
13:51:07 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Um9lvp
13:51:07 + umask 022
13:51:07 + cd /root/rpmbuild/BUILD
13:51:07 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:51:07 + export CFLAGS
13:51:07 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:51:07 + export CXXFLAGS
13:51:07 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:51:07 + export FFLAGS
13:51:07 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:51:07 + export FCFLAGS
13:51:07 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-buildx-plugin-0.8.2-0.fc36.x86_64.ld'
13:51:07 + export LDFLAGS
13:51:07 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:51:07 + export LT_SYS_LIBRARY_PATH
13:51:07 + CC=gcc
13:51:07 + export CC
13:51:07 + CXX=g++
13:51:07 + export CXX
13:51:07 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:51:07 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.8.2-0.fc36 x86_64
13:51:07 + cd src
13:51:07 + pushd /root/rpmbuild/BUILD/src/buildx
13:51:07 + bash -c 'CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "-X github.com/docker/buildx/version.Version=v0.8.2 -X github.com/docker/buildx/version.Revision=%{_buildx_gitcommit} -X github.com/docker/buildx/version.Package=github.com/docker/buildx" ./cmd/buildx'
13:51:07 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:51:07 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:51:07 rm -f -r debbuild
13:51:07 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:51:07 rm -f -r sources
13:51:07 docker builder prune -f --filter until=24h
13:51:07 Total reclaimed space: 0B
13:51:07 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:07 make -C static clean
13:51:07 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:51:07 Removing build artifacts
13:51:07 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:51:07 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb'.
13:51:07 + GOPROXY=https://proxy.golang.org
13:51:07 + GO111MODULE=on
13:51:07 + GIT_TAG=v2.5.0
13:51:07 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:51:07 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o bin/docker-compose ./cmd
13:51:08 # Build the compose plugin
13:51:08 # FIXME: using GOPROXY, to work around:
13:51:08 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:51:08 cd /go/src/github.com/docker/compose \
13:51:08 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:51:08 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:51:08 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:51:08 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:51:08 make[2]: Entering directory '/root/build-deb/compose'
13:51:08 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:51:11 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-bionic_arm64.deb'.
13:51:12 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb'.
13:51:14 # Build the compose plugin
13:51:14 # FIXME: using GOPROXY, to work around:
13:51:14 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:51:14 cd /go/src/github.com/docker/compose \
13:51:14 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:51:14 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:51:14 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:51:14 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:51:14 make[2]: Entering directory '/root/build-deb/compose'
13:51:14 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:51:14 make[1]: Leaving directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:51:14 + popd
13:51:14 ~/rpmbuild/BUILD/src
13:51:14 + exit 0
13:51:14 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0tGGi4
13:51:14 + umask 022
13:51:14 + cd /root/rpmbuild/BUILD
13:51:14 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64 '!=' / ']'
13:51:14 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64
13:51:14 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64
13:51:14 + mkdir -p /root/rpmbuild/BUILDROOT
13:51:14 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64
13:51:14 + cd src
13:51:14 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:51:14 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:51:14 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:51:14 ~/rpmbuild/BUILD/src
13:51:14 + popd
13:51:14 + /usr/lib/rpm/check-buildroot
13:51:14 + /usr/lib/rpm/redhat/brp-compress
13:51:14 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:51:14 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:51:14 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:51:14 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:51:14 + /usr/lib/rpm/redhat/brp-python-hardlink
13:51:14 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:51:14 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jKAkz2
13:51:14 + umask 022
13:51:14 + cd /root/rpmbuild/BUILD
13:51:14 + cd src
13:51:14 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
13:51:14 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:51:14 PASS: docker-scan version OK
13:51:14 + ver=v0.17.0
13:51:14 + test v0.17.0 = v0.17.0
13:51:14 + echo 'PASS: docker-scan version OK'
13:51:14 + exit 0
13:51:14 Processing files: docker-scan-plugin-0.17.0-0.el7.x86_64
13:51:14 Provides: docker-scan-plugin = 0:0.17.0-0.el7 docker-scan-plugin(x86-64) = 0:0.17.0-0.el7
13:51:14 Requires(interp): /bin/sh /bin/sh /bin/sh
13:51:14 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:51:14 Requires(post): /bin/sh
13:51:14 Requires(preun): /bin/sh
13:51:14 Requires(postun): /bin/sh
13:51:14 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64
13:51:14 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.el7.src.rpm
13:51:16 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.el7.x86_64.rpm
13:51:16 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.M1KBv2
13:51:16 + umask 022
13:51:16 + cd /root/rpmbuild/BUILD
13:51:16 + cd src
13:51:16 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el7.x86_64
13:51:16 + exit 0
13:51:16 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-jammy_arm64.deb'.
13:51:17 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb'.
13:51:17 # Build the compose plugin
13:51:17 # FIXME: using GOPROXY, to work around:
13:51:17 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:51:17 cd /go/src/github.com/docker/compose \
13:51:17 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:51:17 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:51:17 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:51:17 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:51:17 make[2]: Entering directory '/root/build-deb/compose'
13:51:17 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:51:18 # Build the compose plugin
13:51:18 # FIXME: using GOPROXY, to work around:
13:51:18 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:51:18 cd /go/src/github.com/docker/compose \
13:51:18 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:51:18 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:51:18 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:51:18 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:51:18 make[2]: Entering directory '/root/build-deb/compose'
13:51:18 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:51:19 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
13:51:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
[Pipeline] sh
13:51:20 + make clean
13:51:20 make -C rpm clean
13:51:21 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:21 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:51:21 rm -f -r rpmbuild/
13:51:21 docker builder prune -f --filter until=24h
13:51:21 Total reclaimed space: 0B
13:51:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:21 make -C deb clean
13:51:21 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:21 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:51:21 rm -f -r debbuild
13:51:21 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:51:21 rm -f -r sources
13:51:21 docker builder prune -f --filter until=24h
13:51:21 Total reclaimed space: 0B
13:51:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:21 make -C static clean
13:51:21 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:51:21 Removing build artifacts
13:51:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:51:22 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb'.
13:51:23 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~debian-buster_arm64.deb'.
13:51:25 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb'.
13:51:25 + popd
13:51:25 + exit 0
13:51:25 ~/rpmbuild/BUILD/src
13:51:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CPvmVg
13:51:25 + umask 022
13:51:25 + cd /root/rpmbuild/BUILD
13:51:25 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.x86_64 '!=' / ']'
13:51:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.x86_64
13:51:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.x86_64
13:51:25 + mkdir -p /root/rpmbuild/BUILDROOT
13:51:25 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.x86_64
13:51:25 + cd src
13:51:25 + pushd /root/rpmbuild/BUILD/src/buildx
13:51:25 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:51:25 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:51:25 + popd
13:51:25 ~/rpmbuild/BUILD/src
13:51:25 + /usr/lib/rpm/check-buildroot
13:51:25 + /usr/lib/rpm/redhat/brp-ldconfig
13:51:25 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:51:25 + /usr/lib/rpm/brp-compress
13:51:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:51:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:51:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:51:25 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:51:25 + /usr/lib/rpm/brp-python-hardlink
13:51:25 + PYTHON3=/usr/libexec/platform-python
13:51:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:51:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.k0dOsg
13:51:25 + umask 022
13:51:25 + cd /root/rpmbuild/BUILD
13:51:25 + cd src
13:51:25 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:51:25 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:51:25 + ver=v0.8.2
13:51:25 + test v0.8.2 = v0.8.2
13:51:25 + echo 'PASS: docker-buildx version OK'
13:51:25 PASS: docker-buildx version OK
13:51:25 + exit 0
13:51:25 Processing files: docker-buildx-plugin-0.8.2-0.el8.x86_64
13:51:25 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:51:25 Provides: docker-buildx-plugin = 0:0.8.2-0.el8 docker-buildx-plugin(x86-64) = 0:0.8.2-0.el8
13:51:25 Requires(interp): /bin/sh /bin/sh /bin/sh
13:51:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:51:25 Requires(post): /bin/sh
13:51:25 Requires(preun): /bin/sh
13:51:25 Requires(postun): /bin/sh
13:51:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.x86_64
13:51:25 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.8.2-0.el8.src.rpm
13:51:25 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.8.2-0.el8.x86_64.rpm
13:51:25 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xeMteg
13:51:25 + umask 022
13:51:25 + cd /root/rpmbuild/BUILD
13:51:25 + cd src
13:51:25 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.el8.x86_64
13:51:25 + exit 0
13:51:25 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XCudLg
13:51:25 + umask 022
13:51:25 + cd /root/rpmbuild/BUILD
13:51:25 + cd /root/rpmbuild/BUILD
13:51:25 + rm -rf src
13:51:25 + /usr/bin/mkdir -p src
13:51:25 + cd src
13:51:25 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:51:25 + /usr/bin/tar -xof -
13:51:25 + STATUS=0
13:51:25 + '[' 0 -ne 0 ']'
13:51:25 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:51:25 + /usr/bin/tar -xof -
13:51:25 + STATUS=0
13:51:25 + '[' 0 -ne 0 ']'
13:51:25 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:51:25 + exit 0
13:51:25 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OOLtLi
13:51:25 + umask 022
13:51:25 + cd /root/rpmbuild/BUILD
13:51:25 + cd src
13:51:25 + pushd /root/rpmbuild/BUILD/src/compose
13:51:25 + GOPROXY=https://proxy.golang.org
13:51:25 + GO111MODULE=on
13:51:25 + go mod download
13:51:25 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:51:27 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb'.
13:51:29 make[1]: Leaving directory '/root/build-deb'
13:51:29  dpkg-genbuildinfo
13:51:29 + GOPROXY=https://proxy.golang.org
13:51:29 + GO111MODULE=on
13:51:29 + GIT_TAG=v2.5.0
13:51:29 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:51:29 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o bin/docker-compose ./cmd
13:51:29  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.changes
13:51:30 dpkg-genchanges: info: including full source code in upload
13:51:30  dpkg-source -I.git --after-build .
13:51:30 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:51:30 + destination=/build
13:51:30 + mkdir -p /build
13:51:30 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-focal_arm64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb /root/docker-compose-plugin_2.5.0~ubuntu-focal_arm64.deb /build
13:51:30 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-focal_arm64.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-focal_arm64.deb'
13:51:30 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-focal_arm64.deb'
13:51:30 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb'
13:51:30 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb'
13:51:30 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb'
13:51:30 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb'
13:51:30 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc'
13:51:30 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc'
13:51:30 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz'
13:51:30 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz'
13:51:30 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.buildinfo'
13:51:30 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.buildinfo'
13:51:30 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.changes'
13:51:30 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.changes'
13:51:30 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb'
13:51:30 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_arm64.deb'
13:51:30 copied '/root/docker-compose-plugin_2.5.0~ubuntu-focal_arm64.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-focal_arm64.deb'
13:51:30 removed '/root/docker-compose-plugin_2.5.0~ubuntu-focal_arm64.deb'
13:51:32 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb'.
13:51:35 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
13:51:35 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:51:35 + make clean
13:51:36 make -C rpm clean
13:51:36 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:36 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:51:36 rm -f -r rpmbuild/
13:51:36 docker builder prune -f --filter until=24h
13:51:36 Total reclaimed space: 0B
13:51:36 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:36 make -C deb clean
13:51:36 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:36 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:51:37 + popd
13:51:37 ~/rpmbuild/BUILD/src
13:51:37 + RPM_EC=0
13:51:37 ++ jobs -p
13:51:37 + exit 0
13:51:37 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SvDxSn
13:51:37 + umask 022
13:51:37 + cd /root/rpmbuild/BUILD
13:51:37 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.aarch64 '!=' / ']'
13:51:37 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.aarch64
13:51:37 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.aarch64
13:51:37 + mkdir -p /root/rpmbuild/BUILDROOT
13:51:37 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.aarch64
13:51:37 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:51:37 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:51:37 + export CFLAGS
13:51:37 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:51:37 + export CXXFLAGS
13:51:37 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:51:37 + export FFLAGS
13:51:37 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:51:37 + export FCFLAGS
13:51:37 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-buildx-plugin-0.8.2-0.fc36.aarch64.ld'
13:51:37 + export LDFLAGS
13:51:37 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:51:37 + export LT_SYS_LIBRARY_PATH
13:51:37 + CC=gcc
13:51:37 + export CC
13:51:37 + CXX=g++
13:51:37 + export CXX
13:51:37 + cd src
13:51:37 + pushd /root/rpmbuild/BUILD/src/buildx
13:51:37 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:51:37 + popd
13:51:37 ~/rpmbuild/BUILD/src
13:51:37 + /usr/lib/rpm/check-buildroot
13:51:37 + /usr/lib/rpm/redhat/brp-ldconfig
13:51:37 + /usr/lib/rpm/brp-compress
13:51:37 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:51:37 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:51:37 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:51:37 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:51:37 + /usr/lib/rpm/check-rpaths
13:51:37 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:51:37 + /usr/lib/rpm/brp-remove-la-files
13:51:37 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:51:37 + /usr/lib/rpm/redhat/brp-python-hardlink
13:51:37 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.b7OKcb
13:51:37 + umask 022
13:51:37 + cd /root/rpmbuild/BUILD
13:51:37 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:51:37 + export CFLAGS
13:51:37 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:51:37 + export CXXFLAGS
13:51:37 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:51:37 + export FFLAGS
13:51:37 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:51:37 + export FCFLAGS
13:51:37 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-buildx-plugin-0.8.2-0.fc36.aarch64.ld'
13:51:37 + export LDFLAGS
13:51:37 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:51:37 + export LT_SYS_LIBRARY_PATH
13:51:37 + CC=gcc
13:51:37 + export CC
13:51:37 + CXX=g++
13:51:37 + export CXX
13:51:37 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:51:37 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.8.2-0.fc36 aarch64
13:51:37 + cd src
13:51:37 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:51:37 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:51:37 PASS: docker-buildx version OK
13:51:37 + ver=v0.8.2
13:51:37 + test v0.8.2 = v0.8.2
13:51:37 + echo 'PASS: docker-buildx version OK'
13:51:37 + RPM_EC=0
13:51:37 ++ jobs -p
13:51:37 + exit 0
13:51:37 Processing files: docker-buildx-plugin-0.8.2-0.fc36.aarch64
13:51:37 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:51:37 Provides: docker-buildx-plugin = 0:0.8.2-0.fc36 docker-buildx-plugin(aarch-64) = 0:0.8.2-0.fc36
13:51:37 Requires(interp): /bin/sh /bin/sh /bin/sh
13:51:37 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:51:37 Requires(post): /bin/sh
13:51:37 Requires(preun): /bin/sh
13:51:37 Requires(postun): /bin/sh
13:51:37 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.aarch64
13:51:37 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.8.2-0.fc36.src.rpm
13:51:37 rm -f -r debbuild
13:51:37 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:51:37 make[1]: Leaving directory '/root/build-deb'
13:51:37  dpkg-genbuildinfo
13:51:37  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.changes
13:51:37 dpkg-genchanges: info: including full source code in upload
13:51:37  dpkg-source -I.git --after-build build-deb
13:51:37 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:51:37 + destination=/build
13:51:37 + mkdir -p /build
13:51:37 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-bionic_arm64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb /root/docker-compose-plugin_2.5.0~ubuntu-bionic_arm64.deb /build
13:51:37 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-impish_arm64.deb'.
13:51:37 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb'.
13:51:37 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-bionic_arm64.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-bionic_arm64.deb'
13:51:37 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-bionic_arm64.deb'
13:51:37 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb'
13:51:37 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb'
13:51:37 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb'
13:51:37 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb'
13:51:37 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc'
13:51:37 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc'
13:51:37 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz'
13:51:37 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz'
13:51:37 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.buildinfo'
13:51:37 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.buildinfo'
13:51:37 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.changes'
13:51:37 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.changes'
13:51:37 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb'
13:51:37 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_arm64.deb'
13:51:37 copied '/root/docker-compose-plugin_2.5.0~ubuntu-bionic_arm64.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-bionic_arm64.deb'
13:51:37 removed '/root/docker-compose-plugin_2.5.0~ubuntu-bionic_arm64.deb'
13:51:38 rm -f -r sources
13:51:38 docker builder prune -f --filter until=24h
13:51:38 Total reclaimed space: 0B
13:51:38 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:38 make -C static clean
13:51:38 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:51:38 Removing build artifacts
13:51:38 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:51:40 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb'.
13:51:40 make[1]: Leaving directory '/root/build-deb'
13:51:40  dpkg-genbuildinfo -O../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.buildinfo
13:51:40  dpkg-genchanges -O../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.changes
13:51:40 dpkg-genchanges: info: including full source code in upload
13:51:40  dpkg-source -I.git --after-build .
13:51:41 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
13:51:41 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:51:41 + destination=/build
13:51:41 + mkdir -p /build
13:51:41 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-jammy_arm64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb /root/docker-compose-plugin_2.5.0~ubuntu-jammy_arm64.deb /build
13:51:41 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-jammy_arm64.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-jammy_arm64.deb'
13:51:41 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-jammy_arm64.deb'
13:51:41 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb'
13:51:41 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb'
13:51:41 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb'
13:51:41 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb'
13:51:41 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc'
13:51:41 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc'
13:51:41 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz'
13:51:41 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz'
13:51:41 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.buildinfo'
13:51:41 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.buildinfo'
13:51:41 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.changes'
13:51:41 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.changes'
13:51:41 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb'
13:51:41 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_arm64.deb'
13:51:41 copied '/root/docker-compose-plugin_2.5.0~ubuntu-jammy_arm64.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-jammy_arm64.deb'
13:51:41 removed '/root/docker-compose-plugin_2.5.0~ubuntu-jammy_arm64.deb'
13:51:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:51:42 + make clean
13:51:43 # Build the compose plugin
13:51:43 # FIXME: using GOPROXY, to work around:
13:51:43 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:51:43 cd /go/src/github.com/docker/compose \
13:51:43 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:51:43 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:51:43 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:51:43 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:51:43 make[2]: Entering directory '/root/build-deb/compose'
13:51:43 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:51:43 make -C rpm clean
13:51:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:43 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:51:43 rm -f -r rpmbuild/
13:51:43 docker builder prune -f --filter until=24h
13:51:43 Total reclaimed space: 0B
13:51:43 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:43 make -C deb clean
13:51:43 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:43 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:51:44 rm -f -r debbuild
13:51:44 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:51:44 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
13:51:44 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~debian-bullseye_arm64.deb'.
13:51:44 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb'.
13:51:45 rm -f -r sources
13:51:45 docker builder prune -f --filter until=24h
13:51:45 Total reclaimed space: 0B
13:51:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:45 make -C static clean
13:51:45 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:51:45 Removing build artifacts
13:51:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:51:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:51:45 + make clean
13:51:46 make[1]: Leaving directory '/root/build-deb'
13:51:46  dpkg-genbuildinfo
13:51:46  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.changes
13:51:47 make -C rpm clean
13:51:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:47 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:51:47 rm -f -r rpmbuild/
13:51:47 docker builder prune -f --filter until=24h
13:51:47 Total reclaimed space: 0B
13:51:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:47 make -C deb clean
13:51:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:47 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:51:47 dpkg-genchanges: info: including full source code in upload
13:51:47  dpkg-source -I.git --after-build .
13:51:47 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:51:47 + destination=/build
13:51:47 + mkdir -p /build
13:51:47 + mv -v /root/docker-buildx-plugin_0.8.2~debian-buster_arm64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb /root/docker-compose-plugin_2.5.0~debian-buster_arm64.deb /build
13:51:47 copied '/root/docker-buildx-plugin_0.8.2~debian-buster_arm64.deb' -> '/build/docker-buildx-plugin_0.8.2~debian-buster_arm64.deb'
13:51:47 removed '/root/docker-buildx-plugin_0.8.2~debian-buster_arm64.deb'
13:51:47 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb'
13:51:47 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb'
13:51:47 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb'
13:51:47 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb'
13:51:47 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc'
13:51:47 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc'
13:51:47 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz'
13:51:47 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz'
13:51:47 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.buildinfo'
13:51:47 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.buildinfo'
13:51:47 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.changes'
13:51:47 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.changes'
13:51:47 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb'
13:51:47 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_arm64.deb'
13:51:47 copied '/root/docker-compose-plugin_2.5.0~debian-buster_arm64.deb' -> '/build/docker-compose-plugin_2.5.0~debian-buster_arm64.deb'
13:51:47 removed '/root/docker-compose-plugin_2.5.0~debian-buster_arm64.deb'
13:51:47 rm -f -r debbuild
13:51:47 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:51:48 rm -f -r sources
13:51:48 docker builder prune -f --filter until=24h
13:51:48 Total reclaimed space: 0B
13:51:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:48 make -C static clean
13:51:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:51:48 Removing build artifacts
13:51:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:51:49 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb'.
13:51:51 # Build the compose plugin
13:51:51 # FIXME: using GOPROXY, to work around:
13:51:51 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:51:51 cd /go/src/github.com/docker/compose \
13:51:51 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:51:51 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:51:51 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:51:51 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:51:51 make[2]: Entering directory '/root/build-deb/compose'
13:51:51 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:51:51 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
13:51:51 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.8.2-0.fc36.aarch64.rpm
13:51:51 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cFYrdh
13:51:51 + umask 022
13:51:51 + cd /root/rpmbuild/BUILD
13:51:51 + cd src
13:51:51 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.aarch64
13:51:51 + RPM_EC=0
13:51:51 ++ jobs -p
13:51:51 + exit 0
13:51:51 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tJt8jn
13:51:51 + umask 022
13:51:51 + cd /root/rpmbuild/BUILD
13:51:51 + cd /root/rpmbuild/BUILD
13:51:51 + rm -rf src
13:51:51 + /usr/bin/mkdir -p src
13:51:51 + cd src
13:51:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:51:51 + /usr/bin/tar -xof -
13:51:51 + STATUS=0
13:51:51 + '[' 0 -ne 0 ']'
13:51:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:51:51 + /usr/bin/tar -xof -
13:51:51 + STATUS=0
13:51:51 + '[' 0 -ne 0 ']'
13:51:51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:51:51 + RPM_EC=0
13:51:51 ++ jobs -p
13:51:51 + exit 0
13:51:51 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.PjsVJm
13:51:51 + umask 022
13:51:51 + cd /root/rpmbuild/BUILD
13:51:51 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:51:51 + export CFLAGS
13:51:51 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:51:51 + export CXXFLAGS
13:51:51 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:51:51 + export FFLAGS
13:51:51 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:51:51 + export FCFLAGS
13:51:51 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.5.0-0.fc36.aarch64.ld'
13:51:51 + export LDFLAGS
13:51:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:51:51 + export LT_SYS_LIBRARY_PATH
13:51:51 + CC=gcc
13:51:51 + export CC
13:51:51 + CXX=g++
13:51:51 + export CXX
13:51:51 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:51:51 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.5.0-0.fc36 aarch64
13:51:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:51:52 + cd src
13:51:52 + pushd /root/rpmbuild/BUILD/src/compose
13:51:52 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:51:52 + GOPROXY=https://proxy.golang.org
13:51:52 + GO111MODULE=on
13:51:52 + go mod download
13:51:52 + make clean
13:51:53 make -C rpm clean
13:51:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:53 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:51:53 rm -f -r rpmbuild/
13:51:53 docker builder prune -f --filter until=24h
13:51:53 Total reclaimed space: 0B
13:51:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:51:53 make -C deb clean
13:51:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:53 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:51:54 rm -f -r debbuild
13:51:54 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:51:54 rm -f -r sources
13:51:54 docker builder prune -f --filter until=24h
13:51:55 Total reclaimed space: 0B
13:51:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:51:55 make -C static clean
13:51:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:51:55 Removing build artifacts
13:51:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:51:57 + GOPROXY=https://proxy.golang.org
13:51:57 + GO111MODULE=on
13:51:57 + GIT_TAG=v2.5.0
13:51:57 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:51:57 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o bin/docker-compose ./cmd
13:51:57 make[1]: Leaving directory '/root/build-deb'
13:51:57  dpkg-genbuildinfo
13:51:57  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.changes
13:51:58 dpkg-genchanges: info: including full source code in upload
13:51:58  dpkg-source -I.git --after-build .
13:51:58 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:51:58 + destination=/build
13:51:58 + mkdir -p /build
13:51:58 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-impish_arm64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb /root/docker-compose-plugin_2.5.0~ubuntu-impish_arm64.deb /build
13:51:59 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-impish_arm64.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-impish_arm64.deb'
13:51:59 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-impish_arm64.deb'
13:51:59 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb'
13:51:59 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb'
13:51:59 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb'
13:51:59 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb'
13:51:59 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc'
13:51:59 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc'
13:51:59 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz'
13:51:59 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz'
13:51:59 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.buildinfo'
13:51:59 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.buildinfo'
13:51:59 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.changes'
13:51:59 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.changes'
13:51:59 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb'
13:51:59 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_arm64.deb'
13:51:59 copied '/root/docker-compose-plugin_2.5.0~ubuntu-impish_arm64.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-impish_arm64.deb'
13:51:59 removed '/root/docker-compose-plugin_2.5.0~ubuntu-impish_arm64.deb'
13:51:59 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb'.
13:52:02 # Build the compose plugin
13:52:02 # FIXME: using GOPROXY, to work around:
13:52:02 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:52:02 cd /go/src/github.com/docker/compose \
13:52:02 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:52:02 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:02 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:52:02 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:52:02 make[2]: Entering directory '/root/build-deb/compose'
13:52:02 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:52:03 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-impish"
13:52:04 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:52:04 + make clean
13:52:04 # Build the compose plugin
13:52:04 # FIXME: using GOPROXY, to work around:
13:52:04 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:52:04 cd /go/src/github.com/docker/compose \
13:52:04 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:52:04 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:04 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:52:04 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:52:04 make[2]: Entering directory '/root/build-deb/compose'
13:52:04 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:52:05 make -C rpm clean
13:52:05 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:52:05 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:52:05 rm -f -r rpmbuild/
13:52:05 docker builder prune -f --filter until=24h
13:52:05 Total reclaimed space: 0B
13:52:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:52:05 make -C deb clean
13:52:05 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:52:05 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:52:06 make[1]: Leaving directory '/root/build-deb'
13:52:06  dpkg-genbuildinfo
13:52:06 rm -f -r debbuild
13:52:06 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:52:06  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.changes
13:52:07 rm -f -r sources
13:52:07 docker builder prune -f --filter until=24h
13:52:07 Total reclaimed space: 0B
13:52:07 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:52:07 make -C static clean
13:52:07 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:52:07 Removing build artifacts
13:52:07 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:52:07 dpkg-genchanges: info: including full source code in upload
13:52:07  dpkg-source -I.git --after-build .
13:52:07 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:52:07 + destination=/build
13:52:07 + mkdir -p /build
13:52:07 + mv -v /root/docker-buildx-plugin_0.8.2~debian-bullseye_arm64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb /root/docker-compose-plugin_2.5.0~debian-bullseye_arm64.deb /build
13:52:07 copied '/root/docker-buildx-plugin_0.8.2~debian-bullseye_arm64.deb' -> '/build/docker-buildx-plugin_0.8.2~debian-bullseye_arm64.deb'
13:52:07 removed '/root/docker-buildx-plugin_0.8.2~debian-bullseye_arm64.deb'
13:52:07 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb'
13:52:07 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb'
13:52:07 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb'
13:52:07 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb'
13:52:07 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc'
13:52:07 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc'
13:52:07 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz'
13:52:07 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz'
13:52:07 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.buildinfo'
13:52:07 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.buildinfo'
13:52:07 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.changes'
13:52:07 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.changes'
13:52:07 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb'
13:52:07 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_arm64.deb'
13:52:07 copied '/root/docker-compose-plugin_2.5.0~debian-bullseye_arm64.deb' -> '/build/docker-compose-plugin_2.5.0~debian-bullseye_arm64.deb'
13:52:07 removed '/root/docker-compose-plugin_2.5.0~debian-bullseye_arm64.deb'
13:52:08 + popd
13:52:08 + RPM_EC=0
13:52:08 ~/rpmbuild/BUILD/src
13:52:08 ++ jobs -p
13:52:08 + exit 0
13:52:08 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rZMgxg
13:52:08 + umask 022
13:52:08 + cd /root/rpmbuild/BUILD
13:52:08 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64 '!=' / ']'
13:52:08 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64
13:52:08 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64
13:52:08 + mkdir -p /root/rpmbuild/BUILDROOT
13:52:08 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64
13:52:08 + cd src
13:52:08 + pushd /root/rpmbuild/BUILD/src/compose
13:52:08 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:52:08 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:52:08 + popd
13:52:08 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:08 ~/rpmbuild/BUILD/src
13:52:08 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:52:08 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:08 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:52:08 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:08 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:52:08 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:08 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:52:08 + /usr/lib/rpm/check-buildroot
13:52:08 + /usr/lib/rpm/redhat/brp-ldconfig
13:52:08 + /usr/lib/rpm/brp-compress
13:52:08 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:52:08 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:52:08 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:52:08 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:52:08 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:52:08 + /usr/lib/rpm/brp-python-hardlink
13:52:08 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:52:08 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1XkkJm
13:52:08 + umask 022
13:52:08 + cd /root/rpmbuild/BUILD
13:52:08 + cd src
13:52:08 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:52:08 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:52:08 + ver=v2.5.0
13:52:08 + test v2.5.0 = v2.5.0
13:52:08 + echo 'PASS: docker-compose version OK'
13:52:08 + RPM_EC=0
13:52:08 PASS: docker-compose version OK
13:52:08 ++ jobs -p
13:52:08 + exit 0
13:52:08 Processing files: docker-compose-plugin-2.5.0-0.fc34.aarch64
13:52:08 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7v9L35
13:52:08 + umask 022
13:52:08 + cd /root/rpmbuild/BUILD
13:52:08 + cd src
13:52:08 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64/usr/share/doc/docker-compose-plugin
13:52:08 + export LC_ALL=C
13:52:08 + LC_ALL=C
13:52:08 + export DOCDIR
13:52:08 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64/usr/share/doc/docker-compose-plugin
13:52:08 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64/usr/share/doc/docker-compose-plugin
13:52:08 + RPM_EC=0
13:52:08 ++ jobs -p
13:52:08 + exit 0
13:52:08 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zj8ncn
13:52:08 + umask 022
13:52:08 + cd /root/rpmbuild/BUILD
13:52:08 + cd src
13:52:08 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64/usr/share/licenses/docker-compose-plugin
13:52:08 + export LC_ALL=C
13:52:08 + LC_ALL=C
13:52:08 + export LICENSEDIR
13:52:08 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64/usr/share/licenses/docker-compose-plugin
13:52:08 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64/usr/share/licenses/docker-compose-plugin
13:52:08 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64/usr/share/licenses/docker-compose-plugin
13:52:08 + RPM_EC=0
13:52:08 ++ jobs -p
13:52:08 + exit 0
13:52:08 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:52:08 Provides: docker-compose-plugin = 0:2.5.0-0.fc34 docker-compose-plugin(aarch-64) = 0:2.5.0-0.fc34
13:52:08 Requires(interp): /bin/sh /bin/sh /bin/sh
13:52:08 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:52:08 Requires(post): /bin/sh
13:52:08 Requires(preun): /bin/sh
13:52:08 Requires(postun): /bin/sh
13:52:08 Enhances: docker-ce-cli
13:52:08 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64
13:52:08 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.fc34.src.rpm
13:52:09 #17 110.7 + xx-verify --static /usr/bin/buildx
13:52:09 #17 DONE 111.1s
13:52:09 
13:52:09 #18 [windows/amd64 binaries-windows 1/1] COPY --from=buildx-build /usr/bin/buildx /buildx.exe
13:52:09 #18 DONE 0.1s
13:52:09 
13:52:09 #19 exporting to client
13:52:09 #19 copying files windows/amd64 23B
13:52:09 #19 copying files windows/amd64 49.15MB 0.8s done
13:52:09 #19 DONE 0.8s
13:52:09 + zip -r docker-0.0.0-20220503081348-bfa9b40.zip docker
13:52:10   adding: docker/ (stored 0%)
13:52:12 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
13:52:12 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:52:12 + make clean
13:52:13   adding: docker/dockerd.exe (deflated 70%)
13:52:13 make -C rpm clean
13:52:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:52:14 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:52:14 rm -f -r rpmbuild/
13:52:14 docker builder prune -f --filter until=24h
13:52:14 Total reclaimed space: 0B
13:52:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:52:14 make -C deb clean
13:52:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:52:14 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:52:14   adding: docker/docker.exe (deflated 68%)
13:52:14   adding: docker/docker-proxy.exe (deflated 60%)
13:52:14 + zip -r docker-buildx-plugin-0.8.2.zip docker-buildx
13:52:14   adding: docker-buildx/ (stored 0%)
13:52:14 rm -f -r debbuild
13:52:14 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:52:15 rm -f -r sources
13:52:15 docker builder prune -f --filter until=24h
13:52:15 Total reclaimed space: 0B
13:52:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:52:15 make -C static clean
13:52:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:52:15 Removing build artifacts
13:52:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:52:15 + popd
13:52:15 + RPM_EC=0
13:52:15 ~/rpmbuild/BUILD/src
13:52:15 ++ jobs -p
13:52:15 + exit 0
13:52:15 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LZJmQX
13:52:15 + umask 022
13:52:15 + cd /root/rpmbuild/BUILD
13:52:15 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64 '!=' / ']'
13:52:15 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64
13:52:15 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64
13:52:15 + mkdir -p /root/rpmbuild/BUILDROOT
13:52:15 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64
13:52:15 + cd src
13:52:15 + pushd /root/rpmbuild/BUILD/src/compose
13:52:15 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:52:15 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:52:15 + popd
13:52:15 ~/rpmbuild/BUILD/src
13:52:15 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:15 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:52:15 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:15 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:52:15 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:15 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:52:15 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:15 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:52:15 + /usr/lib/rpm/check-buildroot
13:52:15 + /usr/lib/rpm/redhat/brp-ldconfig
13:52:15 + /usr/lib/rpm/brp-compress
13:52:15 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:52:15 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:52:15 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:52:15 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:52:15 + /usr/lib/rpm/check-rpaths
13:52:15 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:52:15 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:52:15 + /usr/lib/rpm/redhat/brp-python-hardlink
13:52:15 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.V4MGkk
13:52:15 + umask 022
13:52:15 + cd /root/rpmbuild/BUILD
13:52:15 + cd src
13:52:15 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:52:15 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:52:15 + ver=v2.5.0
13:52:15 + test v2.5.0 = v2.5.0
13:52:15 + echo 'PASS: docker-compose version OK'
13:52:15 PASS: docker-compose version OK
13:52:15 + RPM_EC=0
13:52:15 ++ jobs -p
13:52:15 + exit 0
13:52:15 Processing files: docker-compose-plugin-2.5.0-0.fc35.aarch64
13:52:15 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XqQmvj
13:52:15 + umask 022
13:52:15 + cd /root/rpmbuild/BUILD
13:52:15 + cd src
13:52:15 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64/usr/share/doc/docker-compose-plugin
13:52:15 + export LC_ALL=C
13:52:15 + LC_ALL=C
13:52:15 + export DOCDIR
13:52:15 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64/usr/share/doc/docker-compose-plugin
13:52:15 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64/usr/share/doc/docker-compose-plugin
13:52:15 + RPM_EC=0
13:52:15 ++ jobs -p
13:52:15 + exit 0
13:52:15 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UyiB4Y
13:52:15 + umask 022
13:52:15 + cd /root/rpmbuild/BUILD
13:52:15 + cd src
13:52:15 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64/usr/share/licenses/docker-compose-plugin
13:52:15 + export LC_ALL=C
13:52:15 + LC_ALL=C
13:52:15 + export LICENSEDIR
13:52:15 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64/usr/share/licenses/docker-compose-plugin
13:52:15 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64/usr/share/licenses/docker-compose-plugin
13:52:15 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64/usr/share/licenses/docker-compose-plugin
13:52:15 + RPM_EC=0
13:52:15 ++ jobs -p
13:52:15 + exit 0
13:52:15 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:52:15 Provides: docker-compose-plugin = 0:2.5.0-0.fc35 docker-compose-plugin(aarch-64) = 0:2.5.0-0.fc35
13:52:15 Requires(interp): /bin/sh /bin/sh /bin/sh
13:52:15 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:52:15 Requires(post): /bin/sh
13:52:15 Requires(preun): /bin/sh
13:52:15 Requires(postun): /bin/sh
13:52:15 Enhances: docker-ce-cli
13:52:15 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64
13:52:15 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.fc35.src.rpm
13:52:15 # Build the compose plugin
13:52:15 # FIXME: using GOPROXY, to work around:
13:52:15 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:52:15 cd /go/src/github.com/docker/compose \
13:52:15 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:52:15 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:15 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:52:15 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:52:16 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.5.0-0.fc34.aarch64.rpm
13:52:16 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.y8KUx5
13:52:16 + umask 022
13:52:16 + cd /root/rpmbuild/BUILD
13:52:16 + cd src
13:52:16 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.aarch64
13:52:16 + RPM_EC=0
13:52:16 ++ jobs -p
13:52:16 + exit 0
13:52:16   adding: docker-buildx/docker-buildx.exe (deflated 70%)
13:52:16 + cd /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/windows/amd64
13:52:16 + rm -r docker-buildx/ docker/
13:52:16 + tar -zvcf /home/ubuntu/workspace/docker-ce-packaging_PR-665/static/build/bundles-ce-static-windows-x86_64.tar.gz .
13:52:16 ./
13:52:16 ./docker-buildx-plugin-0.8.2.zip
13:52:17 make[2]: Entering directory '/root/build-deb/compose'
13:52:17 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:52:17 ./docker-0.0.0-20220503081348-bfa9b40.zip
13:52:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] sh
13:52:18 + make clean
13:52:18 Unable to find image 'alpine:latest' locally
13:52:18 latest: Pulling from library/alpine
13:52:19 df9b9388f04a: Pulling fs layer
13:52:19 df9b9388f04a: Verifying Checksum
13:52:19 df9b9388f04a: Download complete
13:52:19 df9b9388f04a: Pull complete
13:52:19 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
13:52:19 Status: Downloaded newer image for alpine:latest
13:52:19 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-34"
13:52:19 ~/rpmbuild/BUILD/src
13:52:19 + popd
13:52:19 + RPM_EC=0
13:52:19 ++ jobs -p
13:52:19 + exit 0
13:52:19 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nDtuAF
13:52:19 + umask 022
13:52:19 + cd /root/rpmbuild/BUILD
13:52:19 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.x86_64 '!=' / ']'
13:52:19 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.x86_64
13:52:19 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.x86_64
13:52:19 + mkdir -p /root/rpmbuild/BUILDROOT
13:52:19 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.x86_64
13:52:19 + cd src
13:52:19 + pushd /root/rpmbuild/BUILD/src/buildx
13:52:19 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:52:19 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:52:19 + popd
13:52:19 ~/rpmbuild/BUILD/src
13:52:19 + /usr/lib/rpm/check-buildroot
13:52:19 + /usr/lib/rpm/redhat/brp-ldconfig
13:52:19 + /usr/lib/rpm/brp-compress
13:52:19 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:52:19 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:52:19 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:52:19 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:52:19 + /usr/lib/rpm/check-rpaths
13:52:19 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:52:19 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:52:19 + /usr/lib/rpm/redhat/brp-python-hardlink
13:52:19 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UFoBn1
13:52:19 + umask 022
13:52:19 + cd /root/rpmbuild/BUILD
13:52:19 + cd src
13:52:19 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:52:19 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:52:19 + ver=v0.8.2
13:52:19 + test v0.8.2 = v0.8.2
13:52:19 + echo 'PASS: docker-buildx version OK'
13:52:19 PASS: docker-buildx version OK
13:52:19 + RPM_EC=0
13:52:19 ++ jobs -p
13:52:19 + exit 0
13:52:19 Processing files: docker-buildx-plugin-0.8.2-0.fc35.x86_64
13:52:19 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:52:19 Provides: docker-buildx-plugin = 0:0.8.2-0.fc35 docker-buildx-plugin(x86-64) = 0:0.8.2-0.fc35
13:52:19 Requires(interp): /bin/sh /bin/sh /bin/sh
13:52:19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:52:19 Requires(post): /bin/sh
13:52:19 Requires(preun): /bin/sh
13:52:19 Requires(postun): /bin/sh
13:52:19 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.x86_64
13:52:19 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.8.2-0.fc35.src.rpm
13:52:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
[Pipeline] sh
13:52:20 + make clean
13:52:21 + popd
13:52:21 ~/rpmbuild/BUILD/src
13:52:21 + RPM_EC=0
13:52:21 ++ jobs -p
13:52:21 + exit 0
13:52:21 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ud5hh3
13:52:21 + umask 022
13:52:21 + cd /root/rpmbuild/BUILD
13:52:21 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.x86_64 '!=' / ']'
13:52:21 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.x86_64
13:52:21 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.x86_64
13:52:21 + mkdir -p /root/rpmbuild/BUILDROOT
13:52:21 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.x86_64
13:52:21 + cd src
13:52:21 + pushd /root/rpmbuild/BUILD/src/buildx
13:52:21 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:52:21 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:52:21 + popd
13:52:21 + /usr/lib/rpm/check-buildroot
13:52:21 ~/rpmbuild/BUILD/src
13:52:21 + /usr/lib/rpm/redhat/brp-ldconfig
13:52:21 + /usr/lib/rpm/brp-compress
13:52:21 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:52:21 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:52:21 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:52:21 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:52:21 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:52:21 + /usr/lib/rpm/brp-python-hardlink
13:52:21 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:52:21 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.nrG3U5
13:52:21 + umask 022
13:52:21 + cd /root/rpmbuild/BUILD
13:52:21 + cd src
13:52:21 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:52:21 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:52:21 PASS: docker-buildx version OK
13:52:21 + ver=v0.8.2
13:52:21 + test v0.8.2 = v0.8.2
13:52:21 + echo 'PASS: docker-buildx version OK'
13:52:21 + RPM_EC=0
13:52:21 ++ jobs -p
13:52:21 + exit 0
13:52:21 Processing files: docker-buildx-plugin-0.8.2-0.fc34.x86_64
13:52:21 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:52:21 Provides: docker-buildx-plugin = 0:0.8.2-0.fc34 docker-buildx-plugin(x86-64) = 0:0.8.2-0.fc34
13:52:21 Requires(interp): /bin/sh /bin/sh /bin/sh
13:52:21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:52:21 Requires(post): /bin/sh
13:52:21 Requires(preun): /bin/sh
13:52:21 Requires(postun): /bin/sh
13:52:21 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.x86_64
13:52:21 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.8.2-0.fc34.src.rpm
13:52:21 make -C rpm clean
13:52:21 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:52:21 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:52:21 rm -f -r rpmbuild/
13:52:21 docker builder prune -f --filter until=24h
13:52:21 Total reclaimed space: 0B
13:52:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:52:21 make -C deb clean
13:52:21 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:52:21 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:52:21 rm -f -r debbuild
13:52:21 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:52:21 rm -f -r sources
13:52:21 docker builder prune -f --filter until=24h
13:52:21 Total reclaimed space: 0B
13:52:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:52:21 make -C static clean
13:52:21 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:52:21 Removing build artifacts
13:52:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:52:21 make -C rpm clean
13:52:21 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:52:21 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:52:22 rm -f -r rpmbuild/
13:52:22 docker builder prune -f --filter until=24h
13:52:22 Total reclaimed space: 0B
13:52:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:52:22 make -C deb clean
13:52:22 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:52:22 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:52:22 rm -f -r debbuild
13:52:22 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:52:22 rm -f -r sources
13:52:22 docker builder prune -f --filter until=24h
13:52:22 Total reclaimed space: 0B
13:52:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:52:22 make -C static clean
13:52:22 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:52:22 Removing build artifacts
13:52:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:52:24 # Build the compose plugin
13:52:24 # FIXME: using GOPROXY, to work around:
13:52:24 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:52:24 cd /go/src/github.com/docker/compose \
13:52:24 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:52:24 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:24 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:52:24 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:52:25 # Build the compose plugin
13:52:25 # FIXME: using GOPROXY, to work around:
13:52:25 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:52:25 cd /go/src/github.com/docker/compose \
13:52:25 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:52:25 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:25 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:52:25 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:52:25 make[2]: Entering directory '/root/build-deb/compose'
13:52:25 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:52:25 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.5.0-0.fc35.aarch64.rpm
13:52:25 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8xWHom
13:52:25 + umask 022
13:52:25 + cd /root/rpmbuild/BUILD
13:52:25 + cd src
13:52:25 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.aarch64
13:52:25 + RPM_EC=0
13:52:25 ++ jobs -p
13:52:25 + exit 0
13:52:27 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-35"
13:52:27 make[2]: Entering directory '/root/build-deb/compose'
13:52:27 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:52:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
[Pipeline] sh
13:52:28 + make clean
13:52:29 make -C rpm clean
13:52:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:52:29 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:52:30 make[2]: Leaving directory '/root/build-deb/compose'
13:52:30 # Build the scan-plugin
13:52:30 # TODO change once we support scan-plugin on other architectures
13:52:30 if [ "amd64" = "amd64" ]; then \
13:52:30 	cd /go/src/github.com/docker/scan-cli-plugin \
13:52:30 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:52:30 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:30 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:52:30 fi
13:52:30 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:52:30 GO111MODULE=on make -f builder.Makefile build
13:52:30 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:52:30 mkdir -p bin
13:52:30 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:52:30 go: downloading github.com/docker/cli v20.10.9+incompatible
13:52:30 go: downloading github.com/docker/docker v20.10.9+incompatible
13:52:30 go: downloading github.com/spf13/cobra v1.2.1
13:52:30 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:52:30 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:52:30 go: downloading github.com/theupdateframework/notary v0.7.0
13:52:30 go: downloading github.com/opencontainers/image-spec v1.0.1
13:52:30 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:52:30 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:52:30 go: downloading github.com/containerd/containerd v1.5.7
13:52:30 go: downloading github.com/moby/sys/mount v0.2.0
13:52:30 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:52:30 rm -f -r rpmbuild/
13:52:30 docker builder prune -f --filter until=24h
13:52:30 Total reclaimed space: 0B
13:52:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:52:30 make -C deb clean
13:52:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:52:30 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:52:30 rm -f -r debbuild
13:52:30 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:52:30 rm -f -r sources
13:52:30 docker builder prune -f --filter until=24h
13:52:30 Total reclaimed space: 0B
13:52:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:52:30 make -C static clean
13:52:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:52:30 Removing build artifacts
13:52:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:52:32 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:52:34 # Build the compose plugin
13:52:34 # FIXME: using GOPROXY, to work around:
13:52:34 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:52:34 cd /go/src/github.com/docker/compose \
13:52:34 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:52:34 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:34 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:52:34 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:52:34 # Build the compose plugin
13:52:34 # FIXME: using GOPROXY, to work around:
13:52:34 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:52:34 cd /go/src/github.com/docker/compose \
13:52:34 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:52:34 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:34 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:52:34 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:52:35 make[2]: Entering directory '/root/build-deb/compose'
13:52:35 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:52:35 make[2]: Leaving directory '/root/build-deb/compose'
13:52:35 # Build the scan-plugin
13:52:35 # TODO change once we support scan-plugin on other architectures
13:52:35 if [ "amd64" = "amd64" ]; then \
13:52:35 	cd /go/src/github.com/docker/scan-cli-plugin \
13:52:35 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:52:35 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:35 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:52:35 fi
13:52:35 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:52:35 GO111MODULE=on make -f builder.Makefile build
13:52:35 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:52:35 mkdir -p bin
13:52:35 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:52:35 go: downloading github.com/docker/cli v20.10.9+incompatible
13:52:35 go: downloading github.com/docker/docker v20.10.9+incompatible
13:52:36 make[2]: Entering directory '/root/build-deb/compose'
13:52:36 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:52:36 go: downloading google.golang.org/grpc v1.40.0
13:52:36 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:52:36 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:52:36 go: downloading github.com/spf13/cobra v1.2.1
13:52:36 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:52:37 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:52:37 go: downloading github.com/opencontainers/runc v1.0.2
13:52:37 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:52:37 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.8.2-0.fc35.x86_64.rpm
13:52:37 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XpfXne
13:52:37 + umask 022
13:52:37 + cd /root/rpmbuild/BUILD
13:52:37 + cd src
13:52:37 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc35.x86_64
13:52:37 + RPM_EC=0
13:52:37 ++ jobs -p
13:52:37 + exit 0
13:52:37 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8HMdkm
13:52:37 + umask 022
13:52:37 + cd /root/rpmbuild/BUILD
13:52:37 + cd /root/rpmbuild/BUILD
13:52:37 + rm -rf src
13:52:37 + /usr/bin/mkdir -p src
13:52:37 + cd src
13:52:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:52:37 + /usr/bin/tar -xof -
13:52:37 + STATUS=0
13:52:37 + '[' 0 -ne 0 ']'
13:52:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:52:37 + /usr/bin/tar -xof -
13:52:37 + STATUS=0
13:52:37 + '[' 0 -ne 0 ']'
13:52:37 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:52:37 + RPM_EC=0
13:52:37 ++ jobs -p
13:52:37 + exit 0
13:52:37 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.70l7V3
13:52:37 + umask 022
13:52:37 + cd /root/rpmbuild/BUILD
13:52:37 + cd src
13:52:37 + pushd /root/rpmbuild/BUILD/src/compose
13:52:37 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:52:37 + GOPROXY=https://proxy.golang.org
13:52:37 + GO111MODULE=on
13:52:37 + go mod download
13:52:37 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:52:38 go: downloading github.com/theupdateframework/notary v0.7.0
13:52:39 go: downloading google.golang.org/protobuf v1.26.0
13:52:39 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.8.2-0.fc34.x86_64.rpm
13:52:39 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XuM9EN
13:52:39 + umask 022
13:52:39 + cd /root/rpmbuild/BUILD
13:52:39 + cd src
13:52:39 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc34.x86_64
13:52:39 + RPM_EC=0
13:52:39 ++ jobs -p
13:52:39 + exit 0
13:52:39 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Uf7GWr
13:52:39 + umask 022
13:52:39 + cd /root/rpmbuild/BUILD
13:52:39 + cd /root/rpmbuild/BUILD
13:52:39 + rm -rf src
13:52:39 + /usr/bin/mkdir -p src
13:52:39 + cd src
13:52:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:52:39 + /usr/bin/tar -xof -
13:52:39 + STATUS=0
13:52:39 + '[' 0 -ne 0 ']'
13:52:39 + /usr/bin/tar -xof -
13:52:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:52:39 + STATUS=0
13:52:39 + '[' 0 -ne 0 ']'
13:52:39 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:52:39 + RPM_EC=0
13:52:39 ++ jobs -p
13:52:39 + exit 0
13:52:39 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wZxAwu
13:52:39 + umask 022
13:52:39 + cd /root/rpmbuild/BUILD
13:52:39 + cd src
13:52:39 + pushd /root/rpmbuild/BUILD/src/compose
13:52:39 + GOPROXY=https://proxy.golang.org
13:52:39 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:52:39 + GO111MODULE=on
13:52:39 + go mod download
13:52:39 make[2]: Leaving directory '/root/build-deb/compose'
13:52:39 # Build the scan-plugin
13:52:39 # TODO change once we support scan-plugin on other architectures
13:52:39 if [ "amd64" = "amd64" ]; then \
13:52:39 	cd /go/src/github.com/docker/scan-cli-plugin \
13:52:39 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:52:39 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:39 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:52:39 fi
13:52:39 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:52:39 GO111MODULE=on make -f builder.Makefile build
13:52:39 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:52:39 mkdir -p bin
13:52:39 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:52:39 go: downloading github.com/docker/cli v20.10.9+incompatible
13:52:39 go: downloading github.com/docker/docker v20.10.9+incompatible
13:52:39 go: downloading github.com/spf13/cobra v1.2.1
13:52:39 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:52:39 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:52:39 go: downloading github.com/theupdateframework/notary v0.7.0
13:52:39 go: downloading github.com/opencontainers/image-spec v1.0.1
13:52:39 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:52:39 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:52:39 go: downloading github.com/containerd/containerd v1.5.7
13:52:39 go: downloading github.com/moby/sys/mount v0.2.0
13:52:39 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:52:39 go: downloading github.com/opencontainers/image-spec v1.0.1
13:52:39 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:52:39 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:52:39 go: downloading github.com/containerd/containerd v1.5.7
13:52:39 go: downloading github.com/moby/sys/mount v0.2.0
13:52:40 make[2]: Leaving directory '/root/build-deb/compose'
13:52:40 # Build the scan-plugin
13:52:40 # TODO change once we support scan-plugin on other architectures
13:52:40 if [ "amd64" = "amd64" ]; then \
13:52:40 	cd /go/src/github.com/docker/scan-cli-plugin \
13:52:40 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:52:40 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:40 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:52:40 fi
13:52:40 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:52:40 GO111MODULE=on make -f builder.Makefile build
13:52:40 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:52:40 mkdir -p bin
13:52:40 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:52:40 go: downloading github.com/docker/cli v20.10.9+incompatible
13:52:40 go: downloading github.com/docker/docker v20.10.9+incompatible
13:52:40 go: downloading github.com/spf13/cobra v1.2.1
13:52:40 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:52:40 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:52:40 go: downloading github.com/theupdateframework/notary v0.7.0
13:52:40 go: downloading github.com/opencontainers/image-spec v1.0.1
13:52:40 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:52:40 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:52:40 go: downloading github.com/containerd/containerd v1.5.7
13:52:40 go: downloading github.com/moby/sys/mount v0.2.0
13:52:40 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:52:40 go: downloading github.com/prometheus/client_golang v1.7.1
13:52:40 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:52:40 go: downloading github.com/prometheus/common v0.10.0
13:52:40 go: downloading github.com/prometheus/procfs v0.6.0
13:52:40 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:52:40 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:52:40 + GOPROXY=https://proxy.golang.org
13:52:40 + GO111MODULE=on
13:52:40 + GIT_TAG=v2.5.0
13:52:40 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:52:40 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o bin/docker-compose ./cmd
13:52:42 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:52:43 go: downloading google.golang.org/grpc v1.40.0
13:52:43 + GOPROXY=https://proxy.golang.org
13:52:43 + GO111MODULE=on
13:52:43 + GIT_TAG=v2.5.0
13:52:43 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:52:43 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o bin/docker-compose ./cmd
13:52:43 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:52:44 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:52:44 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:52:44 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:52:44 go: downloading github.com/opencontainers/runc v1.0.2
13:52:45 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:52:45 go: downloading google.golang.org/grpc v1.40.0
13:52:45 go: downloading google.golang.org/grpc v1.40.0
13:52:46 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:52:46 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:52:46 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:52:46 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:52:46 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:52:47 go: downloading google.golang.org/protobuf v1.26.0
13:52:47 go: downloading github.com/opencontainers/runc v1.0.2
13:52:47 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:52:47 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:52:47 go: downloading github.com/opencontainers/runc v1.0.2
13:52:47 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:52:48 go: downloading github.com/prometheus/client_golang v1.7.1
13:52:48 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:52:48 go: downloading github.com/prometheus/common v0.10.0
13:52:48 go: downloading github.com/prometheus/procfs v0.6.0
13:52:48 # Build the compose plugin
13:52:48 # FIXME: using GOPROXY, to work around:
13:52:48 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:52:48 cd /go/src/github.com/docker/compose \
13:52:48 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:52:48 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:52:48 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.5.0 \
13:52:48 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:52:48 go: downloading google.golang.org/protobuf v1.26.0
13:52:49 go: downloading google.golang.org/protobuf v1.26.0
13:52:49 make[2]: Entering directory '/root/build-deb/compose'
13:52:49 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:52:49 go: downloading github.com/prometheus/client_golang v1.7.1
13:52:50 go: downloading github.com/prometheus/client_golang v1.7.1
13:52:50 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:52:50 go: downloading github.com/prometheus/common v0.10.0
13:52:50 go: downloading github.com/prometheus/procfs v0.6.0
13:52:50 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:52:50 go: downloading github.com/prometheus/common v0.10.0
13:52:50 go: downloading github.com/prometheus/procfs v0.6.0
13:52:50 + popd
13:52:50 ~/rpmbuild/BUILD/src
13:52:50 + exit 0
13:52:50 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GEqfYg
13:52:50 + umask 022
13:52:50 + cd /root/rpmbuild/BUILD
13:52:50 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64 '!=' / ']'
13:52:50 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64
13:52:50 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64
13:52:50 + mkdir -p /root/rpmbuild/BUILDROOT
13:52:50 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64
13:52:50 + cd src
13:52:50 + pushd /root/rpmbuild/BUILD/src/compose
13:52:50 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:52:50 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:52:50 ~/rpmbuild/BUILD/src
13:52:50 + popd
13:52:50 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:50 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:52:50 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:50 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:52:50 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:50 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:52:50 + for f in LICENSE MAINTAINERS NOTICE README.md
13:52:50 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:52:50 + /usr/lib/rpm/check-buildroot
13:52:50 + /usr/lib/rpm/redhat/brp-ldconfig
13:52:50 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:52:50 + /usr/lib/rpm/brp-compress
13:52:50 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:52:50 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:52:50 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:52:50 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:52:50 + /usr/lib/rpm/brp-python-hardlink
13:52:50 + PYTHON3=/usr/libexec/platform-python
13:52:50 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:52:50 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.bTb10h
13:52:50 + umask 022
13:52:50 + cd /root/rpmbuild/BUILD
13:52:50 + cd src
13:52:50 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:52:50 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:52:50 PASS: docker-compose version OK
13:52:50 + ver=v2.5.0
13:52:50 + test v2.5.0 = v2.5.0
13:52:50 + echo 'PASS: docker-compose version OK'
13:52:50 + exit 0
13:52:50 Processing files: docker-compose-plugin-2.5.0-0.el8.x86_64
13:52:50 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7rJ0nh
13:52:50 + umask 022
13:52:50 + cd /root/rpmbuild/BUILD
13:52:50 + cd src
13:52:50 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64/usr/share/doc/docker-compose-plugin
13:52:50 + export LC_ALL=C
13:52:50 + LC_ALL=C
13:52:50 + export DOCDIR
13:52:50 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64/usr/share/doc/docker-compose-plugin
13:52:50 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64/usr/share/doc/docker-compose-plugin
13:52:50 + exit 0
13:52:50 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.m1gwLf
13:52:50 + umask 022
13:52:50 + cd /root/rpmbuild/BUILD
13:52:50 + cd src
13:52:50 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
13:52:50 + export LC_ALL=C
13:52:50 + LC_ALL=C
13:52:50 + export LICENSEDIR
13:52:50 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
13:52:50 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
13:52:50 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
13:52:50 + exit 0
13:52:50 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:52:50 Provides: docker-compose-plugin = 0:2.5.0-0.el8 docker-compose-plugin(x86-64) = 0:2.5.0-0.el8
13:52:50 Requires(interp): /bin/sh /bin/sh /bin/sh
13:52:50 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:52:50 Requires(post): /bin/sh
13:52:50 Requires(preun): /bin/sh
13:52:50 Requires(postun): /bin/sh
13:52:50 Enhances: docker-ce-cli
13:52:50 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64
13:52:50 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.el8.src.rpm
13:52:50 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.5.0-0.el8.x86_64.rpm
13:52:50 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.r26heh
13:52:50 + umask 022
13:52:50 + cd /root/rpmbuild/BUILD
13:52:50 + cd src
13:52:50 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.el8.x86_64
13:52:50 + exit 0
13:52:50 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Yn4k3h
13:52:50 + umask 022
13:52:50 + cd /root/rpmbuild/BUILD
13:52:50 + cd /root/rpmbuild/BUILD
13:52:50 + rm -rf src
13:52:50 + /usr/bin/mkdir -p src
13:52:50 + cd src
13:52:50 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:52:50 + /usr/bin/tar -xof -
13:52:50 + STATUS=0
13:52:50 + '[' 0 -ne 0 ']'
13:52:50 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:52:50 + /usr/bin/tar -xof -
13:52:50 + STATUS=0
13:52:50 + '[' 0 -ne 0 ']'
13:52:50 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:52:50 + exit 0
13:52:50 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zXb0dj
13:52:50 + umask 022
13:52:50 + cd /root/rpmbuild/BUILD
13:52:50 + cd src
13:52:50 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:52:50 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
13:52:50 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:52:50 GO111MODULE=on make -f builder.Makefile build
13:52:50 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:52:50 mkdir -p bin
13:52:50 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:52:50 go: downloading github.com/docker/cli v20.10.9+incompatible
13:52:55 go: downloading github.com/docker/docker v20.10.9+incompatible
13:52:57 go: downloading github.com/spf13/cobra v1.2.1
13:52:57 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:52:57 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:52:58 ~/rpmbuild/BUILD/src
13:52:58 + popd
13:52:58 + RPM_EC=0
13:52:58 ++ jobs -p
13:52:58 + exit 0
13:52:58 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.i9Q1Ia
13:52:58 + umask 022
13:52:58 + cd /root/rpmbuild/BUILD
13:52:58 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.x86_64 '!=' / ']'
13:52:58 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.x86_64
13:52:58 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.x86_64
13:52:58 + mkdir -p /root/rpmbuild/BUILDROOT
13:52:58 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.x86_64
13:52:58 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:52:58 + export CFLAGS
13:52:58 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:52:58 + export CXXFLAGS
13:52:58 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:52:58 + export FFLAGS
13:52:58 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:52:58 + export FCFLAGS
13:52:58 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-buildx-plugin-0.8.2-0.fc36.x86_64.ld'
13:52:58 + export LDFLAGS
13:52:58 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:52:58 + export LT_SYS_LIBRARY_PATH
13:52:58 + CC=gcc
13:52:58 + export CC
13:52:58 + CXX=g++
13:52:58 + export CXX
13:52:58 + cd src
13:52:58 + pushd /root/rpmbuild/BUILD/src/buildx
13:52:58 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
13:52:58 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:52:58 + popd
13:52:58 + /usr/lib/rpm/check-buildroot
13:52:58 ~/rpmbuild/BUILD/src
13:52:58 + /usr/lib/rpm/redhat/brp-ldconfig
13:52:58 + /usr/lib/rpm/brp-compress
13:52:58 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:52:58 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:52:58 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:52:58 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:52:58 + /usr/lib/rpm/check-rpaths
13:52:58 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:52:58 + /usr/lib/rpm/brp-remove-la-files
13:52:58 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:52:58 + /usr/lib/rpm/redhat/brp-python-hardlink
13:52:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xQp2N7
13:52:58 + umask 022
13:52:58 + cd /root/rpmbuild/BUILD
13:52:58 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:52:58 + export CFLAGS
13:52:58 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:52:58 + export CXXFLAGS
13:52:58 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:52:58 + export FFLAGS
13:52:58 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:52:58 + export FCFLAGS
13:52:58 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-buildx-plugin-0.8.2-0.fc36.x86_64.ld'
13:52:58 + export LDFLAGS
13:52:58 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:52:58 + export LT_SYS_LIBRARY_PATH
13:52:58 + CC=gcc
13:52:58 + export CC
13:52:58 + CXX=g++
13:52:58 + export CXX
13:52:58 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:52:58 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.8.2-0.fc36 x86_64
13:52:58 + cd src
13:52:58 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:52:58 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
13:52:58 + ver=v0.8.2
13:52:58 + test v0.8.2 = v0.8.2
13:52:58 + echo 'PASS: docker-buildx version OK'
13:52:58 PASS: docker-buildx version OK
13:52:58 + RPM_EC=0
13:52:58 ++ jobs -p
13:52:58 + exit 0
13:52:58 Processing files: docker-buildx-plugin-0.8.2-0.fc36.x86_64
13:52:58 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
13:52:58 Provides: docker-buildx-plugin = 0:0.8.2-0.fc36 docker-buildx-plugin(x86-64) = 0:0.8.2-0.fc36
13:52:58 Requires(interp): /bin/sh /bin/sh /bin/sh
13:52:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:52:58 Requires(post): /bin/sh
13:52:58 Requires(preun): /bin/sh
13:52:58 Requires(postun): /bin/sh
13:52:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.x86_64
13:52:58 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.8.2-0.fc36.src.rpm
13:52:58 go: downloading github.com/theupdateframework/notary v0.7.0
13:53:00 go: downloading github.com/opencontainers/image-spec v1.0.1
13:53:00 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:53:00 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:53:00 go: downloading github.com/containerd/containerd v1.5.7
13:53:00 go: downloading github.com/moby/sys/mount v0.2.0
13:53:01 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:53:02 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:02 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:02 make[1]: Leaving directory '/root/build-deb'
13:53:02    debian/rules override_dh_auto_test
13:53:02 make[1]: Entering directory '/root/build-deb'
13:53:02 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:53:02 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:53:02 PASS: daemon version OK
13:53:02 ver="$(cli/build/docker --version)"; \
13:53:02 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:53:02 PASS: cli version OK
13:53:02 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:02 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:53:02 PASS: docker-buildx version OK
13:53:02 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:02 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:53:02 PASS: docker-compose version OK
13:53:02 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:53:02 # TODO change once we support scan-plugin on other architectures
13:53:02 if [ "amd64" = "amd64" ]; then \
13:53:02 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:02 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:53:02 fi
13:53:02 PASS: docker-scan version OK
13:53:02 make[1]: Leaving directory '/root/build-deb'
13:53:02    create-stamp debian/debhelper-build-stamp
13:53:02  debian/rules binary
13:53:02 dh binary --with=bash-completion
13:53:02    dh_testroot
13:53:02    dh_prep
13:53:02    debian/rules override_dh_auto_install
13:53:02 make[1]: Entering directory '/root/build-deb'
13:53:02 # docker-ce-cli install
13:53:02 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:53:02 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:53:02 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:53:02 # docker-ce install
13:53:02 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:53:02 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:53:02 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:53:02 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:53:02 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:53:02 # docker-buildx-plugin install
13:53:02 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:53:02 # docker-compose-plugin install
13:53:02 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:53:02 # docker-scan-plugin install
13:53:02 # TODO change once we support scan-plugin on other architectures
13:53:02 if [ "amd64" = "amd64" ]; then \
13:53:02 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:53:02 fi
13:53:02 # docker-ce-rootless-extras install
13:53:02 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:53:02 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:53:02 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:53:02 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:53:02 # TODO: how can we install vpnkit?
13:53:02 make[1]: Leaving directory '/root/build-deb'
13:53:02    debian/rules override_dh_install
13:53:02 make[1]: Entering directory '/root/build-deb'
13:53:02 dh_install
13:53:02 # TODO Can we do this from within our container?
13:53:02 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:53:02 make[1]: Leaving directory '/root/build-deb'
13:53:02    dh_installdocs
13:53:02    dh_installchangelogs
13:53:03    dh_installman
13:53:04    dh_bash-completion
13:53:04    dh_systemd_enable
13:53:04    debian/rules override_dh_installinit
13:53:04 make[1]: Entering directory '/root/build-deb'
13:53:04 # use "docker" as our service name, not "docker-ce"
13:53:04 dh_installinit --name=docker
13:53:04 make[1]: Leaving directory '/root/build-deb'
13:53:04    dh_systemd_start
13:53:04    dh_perl
13:53:04    dh_link
13:53:04    dh_strip_nondeterminism
13:53:04    dh_compress
13:53:04    dh_fixperms
13:53:04 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:53:04    dh_missing
13:53:04    debian/rules override_dh_strip
13:53:04 make[1]: Entering directory '/root/build-deb'
13:53:04 # Go has lots of problems with stripping, so just don't
13:53:04 make[1]: Leaving directory '/root/build-deb'
13:53:04    dh_makeshlibs
13:53:04    debian/rules override_dh_shlibdeps
13:53:04 make[1]: Entering directory '/root/build-deb'
13:53:04 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:53:04 make[2]: Leaving directory '/root/build-deb/compose'
13:53:04 # Build the scan-plugin
13:53:04 # TODO change once we support scan-plugin on other architectures
13:53:04 if [ "amd64" = "amd64" ]; then \
13:53:04 	cd /go/src/github.com/docker/scan-cli-plugin \
13:53:04 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:53:04 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:53:04 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:53:04 fi
13:53:04 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:53:04 GO111MODULE=on make -f builder.Makefile build
13:53:04 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:53:04 mkdir -p bin
13:53:04 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:53:04 go: downloading github.com/docker/cli v20.10.9+incompatible
13:53:04 go: downloading github.com/docker/docker v20.10.9+incompatible
13:53:04 go: downloading github.com/spf13/cobra v1.2.1
13:53:04 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:53:04 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:53:04 go: downloading github.com/theupdateframework/notary v0.7.0
13:53:04 go: downloading github.com/opencontainers/image-spec v1.0.1
13:53:04 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:53:04 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:53:04 go: downloading github.com/containerd/containerd v1.5.7
13:53:04 go: downloading github.com/moby/sys/mount v0.2.0
13:53:04 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:53:05 + popd
13:53:05 + RPM_EC=0
13:53:05 ~/rpmbuild/BUILD/src
13:53:05 ++ jobs -p
13:53:05 + exit 0
13:53:05 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.q78GhB
13:53:05 + umask 022
13:53:05 + cd /root/rpmbuild/BUILD
13:53:05 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64 '!=' / ']'
13:53:05 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64
13:53:05 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64
13:53:05 + mkdir -p /root/rpmbuild/BUILDROOT
13:53:05 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64
13:53:05 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:53:05 + export CFLAGS
13:53:05 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:53:05 + export CXXFLAGS
13:53:05 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:53:05 + export FFLAGS
13:53:05 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:53:05 + export FCFLAGS
13:53:05 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.5.0-0.fc36.aarch64.ld'
13:53:05 + export LDFLAGS
13:53:05 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:53:05 + export LT_SYS_LIBRARY_PATH
13:53:05 + CC=gcc
13:53:05 + export CC
13:53:05 + CXX=g++
13:53:05 + export CXX
13:53:05 + cd src
13:53:05 + pushd /root/rpmbuild/BUILD/src/compose
13:53:05 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:53:05 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:53:05 + popd
13:53:05 ~/rpmbuild/BUILD/src
13:53:05 + for f in LICENSE MAINTAINERS NOTICE README.md
13:53:05 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:53:05 + for f in LICENSE MAINTAINERS NOTICE README.md
13:53:05 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:53:05 + for f in LICENSE MAINTAINERS NOTICE README.md
13:53:05 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:53:05 + for f in LICENSE MAINTAINERS NOTICE README.md
13:53:05 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:53:05 + /usr/lib/rpm/check-buildroot
13:53:05 + /usr/lib/rpm/redhat/brp-ldconfig
13:53:05 + /usr/lib/rpm/brp-compress
13:53:05 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:53:05 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:53:05 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:53:05 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:53:05 + /usr/lib/rpm/check-rpaths
13:53:05 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:53:05 + /usr/lib/rpm/brp-remove-la-files
13:53:05 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:53:05 + /usr/lib/rpm/redhat/brp-python-hardlink
13:53:05 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3osgfu
13:53:05 + umask 022
13:53:05 + cd /root/rpmbuild/BUILD
13:53:05 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:53:05 + export CFLAGS
13:53:05 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:53:05 + export CXXFLAGS
13:53:05 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:53:05 + export FFLAGS
13:53:05 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:53:05 + export FCFLAGS
13:53:05 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.5.0-0.fc36.aarch64.ld'
13:53:05 + export LDFLAGS
13:53:05 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:53:05 + export LT_SYS_LIBRARY_PATH
13:53:05 + CC=gcc
13:53:05 + export CC
13:53:05 + CXX=g++
13:53:05 + export CXX
13:53:05 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:53:05 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.5.0-0.fc36 aarch64
13:53:05 + cd src
13:53:05 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:53:05 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:53:05 + ver=v2.5.0
13:53:05 + test v2.5.0 = v2.5.0
13:53:05 + echo 'PASS: docker-compose version OK'
13:53:05 PASS: docker-compose version OK
13:53:05 + RPM_EC=0
13:53:05 ++ jobs -p
13:53:05 + exit 0
13:53:05 Processing files: docker-compose-plugin-2.5.0-0.fc36.aarch64
13:53:05 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PdU8FG
13:53:05 + umask 022
13:53:05 + cd /root/rpmbuild/BUILD
13:53:05 + cd src
13:53:05 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
13:53:05 + export LC_ALL=C
13:53:05 + LC_ALL=C
13:53:05 + export DOCDIR
13:53:05 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
13:53:05 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
13:53:05 + RPM_EC=0
13:53:05 ++ jobs -p
13:53:05 + exit 0
13:53:05 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3yOQkh
13:53:05 + umask 022
13:53:05 + cd /root/rpmbuild/BUILD
13:53:05 + cd src
13:53:05 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
13:53:05 + export LC_ALL=C
13:53:05 + LC_ALL=C
13:53:05 + export LICENSEDIR
13:53:05 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
13:53:05 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
13:53:05 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
13:53:05 + RPM_EC=0
13:53:05 ++ jobs -p
13:53:05 + exit 0
13:53:05 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:53:05 Provides: docker-compose-plugin = 0:2.5.0-0.fc36 docker-compose-plugin(aarch-64) = 0:2.5.0-0.fc36
13:53:05 Requires(interp): /bin/sh /bin/sh /bin/sh
13:53:05 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:53:05 Requires(post): /bin/sh
13:53:05 Requires(preun): /bin/sh
13:53:05 Requires(postun): /bin/sh
13:53:05 Enhances: docker-ce-cli
13:53:05 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64
13:53:05 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.fc36.src.rpm
13:53:06 go: downloading google.golang.org/grpc v1.40.0
13:53:06 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:53:07 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:53:07 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:53:08 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:53:08 go: downloading github.com/opencontainers/runc v1.0.2
13:53:08 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:53:10 go: downloading google.golang.org/grpc v1.40.0
13:53:10 go: downloading google.golang.org/protobuf v1.26.0
13:53:10 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:10 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:10 make[1]: Leaving directory '/root/build-deb'
13:53:10    debian/rules override_dh_auto_test
13:53:10 make[1]: Entering directory '/root/build-deb'
13:53:10 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:53:10 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:53:10 PASS: daemon version OK
13:53:10 ver="$(cli/build/docker --version)"; \
13:53:10 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:53:10 PASS: cli version OK
13:53:10 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:10 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:53:10 PASS: docker-buildx version OK
13:53:10 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:10 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:53:10 PASS: docker-compose version OK
13:53:10 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:53:10 # TODO change once we support scan-plugin on other architectures
13:53:10 if [ "amd64" = "amd64" ]; then \
13:53:10 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:10 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:53:10 fi
13:53:10 PASS: docker-scan version OK
13:53:10 make[1]: Leaving directory '/root/build-deb'
13:53:10    create-stamp debian/debhelper-build-stamp
13:53:10  debian/rules binary
13:53:10 dh binary --with=bash-completion
13:53:10    dh_testroot
13:53:10    dh_prep
13:53:10    debian/rules override_dh_auto_install
13:53:10 make[1]: Entering directory '/root/build-deb'
13:53:10 # docker-ce-cli install
13:53:10 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:53:10 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:53:10 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:53:10 # docker-ce install
13:53:10 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:53:10 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:53:10 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:53:10 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:53:10 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:53:10 # docker-buildx-plugin install
13:53:10 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:53:10 # docker-compose-plugin install
13:53:10 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:53:10 # docker-scan-plugin install
13:53:10 # TODO change once we support scan-plugin on other architectures
13:53:10 if [ "amd64" = "amd64" ]; then \
13:53:10 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:53:10 fi
13:53:10 # docker-ce-rootless-extras install
13:53:10 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:53:10 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:53:10 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:53:10 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:53:10 # TODO: how can we install vpnkit?
13:53:10 make[1]: Leaving directory '/root/build-deb'
13:53:10    debian/rules override_dh_install
13:53:10 make[1]: Entering directory '/root/build-deb'
13:53:10 dh_install
13:53:10 # TODO Can we do this from within our container?
13:53:10 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:53:10 make[1]: Leaving directory '/root/build-deb'
13:53:10    dh_installdocs
13:53:10 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:53:10 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:53:10    dh_installchangelogs
13:53:10    dh_installman
13:53:10    dh_bash-completion
13:53:10    dh_systemd_enable
13:53:10    debian/rules override_dh_installinit
13:53:10 make[1]: Entering directory '/root/build-deb'
13:53:10 # use "docker" as our service name, not "docker-ce"
13:53:10 dh_installinit --name=docker
13:53:11 make[1]: Leaving directory '/root/build-deb'
13:53:11    dh_systemd_start
13:53:11    dh_perl
13:53:11    dh_link
13:53:11    dh_strip_nondeterminism
13:53:11 go: downloading github.com/prometheus/client_golang v1.7.1
13:53:11 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:53:11 go: downloading github.com/prometheus/common v0.10.0
13:53:11 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:53:11 go: downloading github.com/opencontainers/runc v1.0.2
13:53:11 go: downloading github.com/prometheus/procfs v0.6.0
13:53:11 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:53:11    dh_compress
13:53:12 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:12 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:12 make[1]: Leaving directory '/root/build-deb'
13:53:12    debian/rules override_dh_auto_test
13:53:12 make[1]: Entering directory '/root/build-deb'
13:53:12 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:53:12 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:53:12    dh_fixperms
13:53:12    dh_missing
13:53:12    debian/rules override_dh_strip
13:53:12 make[1]: Entering directory '/root/build-deb'
13:53:12 # Go has lots of problems with stripping, so just don't
13:53:12 make[1]: Leaving directory '/root/build-deb'
13:53:12    dh_makeshlibs
13:53:12 PASS: daemon version OK
13:53:12 ver="$(cli/build/docker --version)"; \
13:53:12 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:53:12 PASS: cli version OK
13:53:12 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:12 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:53:12 PASS: docker-buildx version OK
13:53:12 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:12 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:53:12 PASS: docker-compose version OK
13:53:12 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:53:12 # TODO change once we support scan-plugin on other architectures
13:53:12 if [ "amd64" = "amd64" ]; then \
13:53:12 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:12 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:53:12 fi
13:53:12 PASS: docker-scan version OK
13:53:12 make[1]: Leaving directory '/root/build-deb'
13:53:12    create-stamp debian/debhelper-build-stamp
13:53:12  debian/rules binary
13:53:12 dh binary --with=bash-completion
13:53:12    dh_testroot
13:53:12    dh_prep
13:53:12    debian/rules override_dh_shlibdeps
13:53:12 make[1]: Entering directory '/root/build-deb'
13:53:12 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:53:12 make[2]: Leaving directory '/root/build-deb/compose'
13:53:12 # Build the scan-plugin
13:53:12 # TODO change once we support scan-plugin on other architectures
13:53:12 if [ "amd64" = "amd64" ]; then \
13:53:12 	cd /go/src/github.com/docker/scan-cli-plugin \
13:53:12 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:53:12 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:53:12 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:53:12 fi
13:53:12 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
13:53:12 GO111MODULE=on make -f builder.Makefile build
13:53:12 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
13:53:12 mkdir -p bin
13:53:12 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:53:12 go: downloading github.com/docker/cli v20.10.9+incompatible
13:53:12 go: downloading github.com/docker/docker v20.10.9+incompatible
13:53:12 go: downloading github.com/spf13/cobra v1.2.1
13:53:12 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:53:12 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:53:12 go: downloading github.com/theupdateframework/notary v0.7.0
13:53:12    debian/rules override_dh_auto_install
13:53:12 make[1]: Entering directory '/root/build-deb'
13:53:12 # docker-ce-cli install
13:53:12 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:53:12 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:53:12 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:53:12 # docker-ce install
13:53:12 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:53:12 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:53:12 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:53:12 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:53:12 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:53:12 # docker-buildx-plugin install
13:53:12 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:53:12 # docker-compose-plugin install
13:53:12 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:53:12 # docker-scan-plugin install
13:53:12 # TODO change once we support scan-plugin on other architectures
13:53:12 if [ "amd64" = "amd64" ]; then \
13:53:12 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:53:12 fi
13:53:12 # docker-ce-rootless-extras install
13:53:12 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:53:12 make[1]: Leaving directory '/root/build-deb'
13:53:12    dh_installdeb
13:53:12    debian/rules override_dh_gencontrol
13:53:12 make[1]: Entering directory '/root/build-deb'
13:53:12 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:53:12 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:53:12 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:53:12 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:53:12 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:53:12 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:53:12 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:53:12 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:53:12 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:53:12 if [ "amd64" = "amd64" ]; then \
13:53:12 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:53:12 fi
13:53:12 dh_gencontrol --remaining-packages
13:53:12 make[1]: Leaving directory '/root/build-deb'
13:53:12    dh_md5sums
13:53:12 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:53:12 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:53:12 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:53:12 # TODO: how can we install vpnkit?
13:53:12 make[1]: Leaving directory '/root/build-deb'
13:53:12    debian/rules override_dh_install
13:53:12 make[1]: Entering directory '/root/build-deb'
13:53:12 dh_install
13:53:12 # TODO Can we do this from within our container?
13:53:12 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:53:12 make[1]: Leaving directory '/root/build-deb'
13:53:12    dh_installdocs
13:53:12    dh_installchangelogs
13:53:12    debian/rules override_dh_builddeb
13:53:12 make[1]: Entering directory '/root/build-deb'
13:53:12 dh_builddeb -- -Zxz
13:53:12 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-bionic_amd64.deb'.
13:53:12 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb'.
13:53:13    dh_installman
13:53:13 go: downloading github.com/opencontainers/image-spec v1.0.1
13:53:13 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:53:13 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:53:13    dh_bash-completion
13:53:13    dh_systemd_enable
13:53:13    debian/rules override_dh_installinit
13:53:13 make[1]: Entering directory '/root/build-deb'
13:53:13 # use "docker" as our service name, not "docker-ce"
13:53:13 dh_installinit --name=docker
13:53:13 make[1]: Leaving directory '/root/build-deb'
13:53:13    dh_systemd_start
13:53:13    dh_perl
13:53:13    dh_link
13:53:13    dh_strip_nondeterminism
13:53:13 go: downloading google.golang.org/protobuf v1.26.0
13:53:13 go: downloading github.com/containerd/containerd v1.5.7
13:53:13 go: downloading github.com/moby/sys/mount v0.2.0
13:53:13 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:53:14 go: downloading github.com/prometheus/client_golang v1.7.1
13:53:14 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:53:14 go: downloading github.com/prometheus/common v0.10.0
13:53:14 go: downloading github.com/prometheus/procfs v0.6.0
13:53:14    dh_compress
13:53:14    dh_fixperms
13:53:14    dh_missing
13:53:14    debian/rules override_dh_strip
13:53:14 make[1]: Entering directory '/root/build-deb'
13:53:14 # Go has lots of problems with stripping, so just don't
13:53:14 make[1]: Leaving directory '/root/build-deb'
13:53:14    dh_makeshlibs
13:53:15    debian/rules override_dh_shlibdeps
13:53:15 make[1]: Entering directory '/root/build-deb'
13:53:15 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:53:15 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.5.0-0.fc36.aarch64.rpm
13:53:15 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NP4FpP
13:53:15 + umask 022
13:53:15 + cd /root/rpmbuild/BUILD
13:53:15 + cd src
13:53:15 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.aarch64
13:53:15 + RPM_EC=0
13:53:15 ++ jobs -p
13:53:15 + exit 0
13:53:16 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:16 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:16 make[1]: Leaving directory '/root/build-deb'
13:53:16    debian/rules override_dh_auto_test
13:53:16 make[1]: Entering directory '/root/build-deb'
13:53:16 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:53:16 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:53:16 PASS: daemon version OK
13:53:16 ver="$(cli/build/docker --version)"; \
13:53:16 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:53:16 PASS: cli version OK
13:53:16 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:16 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:53:16 PASS: docker-buildx version OK
13:53:16 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:16 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:53:16 PASS: docker-compose version OK
13:53:16 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:53:16 # TODO change once we support scan-plugin on other architectures
13:53:16 if [ "amd64" = "amd64" ]; then \
13:53:16 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:16 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:53:16 fi
13:53:16 PASS: docker-scan version OK
13:53:16 make[1]: Leaving directory '/root/build-deb'
13:53:16    create-stamp debian/debhelper-build-stamp
13:53:16  debian/rules binary
13:53:16 dh binary --with=bash-completion
13:53:16    dh_testroot
13:53:16    dh_prep
13:53:16    debian/rules override_dh_auto_install
13:53:16 make[1]: Entering directory '/root/build-deb'
13:53:16 # docker-ce-cli install
13:53:16 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:53:16 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:53:16 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:53:16 # docker-ce install
13:53:16 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:53:16 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:53:16 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:53:16 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:53:16 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:53:16 # docker-buildx-plugin install
13:53:16 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:53:16 # docker-compose-plugin install
13:53:16 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:53:16 # docker-scan-plugin install
13:53:16 # TODO change once we support scan-plugin on other architectures
13:53:16 if [ "amd64" = "amd64" ]; then \
13:53:16 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:53:16 fi
13:53:16 # docker-ce-rootless-extras install
13:53:16 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:53:16 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:53:16 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:53:16 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:53:16 # TODO: how can we install vpnkit?
13:53:16 make[1]: Leaving directory '/root/build-deb'
13:53:16    debian/rules override_dh_install
13:53:16 make[1]: Entering directory '/root/build-deb'
13:53:16 dh_install
13:53:16 # TODO Can we do this from within our container?
13:53:16 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:53:16 make[1]: Leaving directory '/root/build-deb'
13:53:16    dh_installdocs
13:53:16    dh_installchangelogs
13:53:16    dh_installman
13:53:16    dh_bash-completion
13:53:16    dh_systemd_enable
13:53:16    debian/rules override_dh_installinit
13:53:16 make[1]: Entering directory '/root/build-deb'
13:53:16 # use "docker" as our service name, not "docker-ce"
13:53:16 dh_installinit --name=docker
13:53:16 make[1]: Leaving directory '/root/build-deb'
13:53:16    dh_systemd_start
13:53:16    dh_perl
13:53:16    dh_link
13:53:16    dh_strip_nondeterminism
13:53:16    dh_compress
13:53:16    dh_fixperms
13:53:16    dh_missing
13:53:16    debian/rules override_dh_strip
13:53:16 make[1]: Entering directory '/root/build-deb'
13:53:16 # Go has lots of problems with stripping, so just don't
13:53:16 make[1]: Leaving directory '/root/build-deb'
13:53:16    dh_makeshlibs
13:53:16    debian/rules override_dh_shlibdeps
13:53:16 make[1]: Entering directory '/root/build-deb'
13:53:16 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:53:16 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.8.2-0.fc36.x86_64.rpm
13:53:16 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pGknkc
13:53:16 + umask 022
13:53:16 + cd /root/rpmbuild/BUILD
13:53:16 + cd src
13:53:16 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.8.2-0.fc36.x86_64
13:53:16 + RPM_EC=0
13:53:16 ++ jobs -p
13:53:16 + exit 0
13:53:16 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EpIQYX
13:53:16 + umask 022
13:53:16 + cd /root/rpmbuild/BUILD
13:53:16 + cd /root/rpmbuild/BUILD
13:53:16 + rm -rf src
13:53:16 + /usr/bin/mkdir -p src
13:53:16 + cd src
13:53:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:53:16 + /usr/bin/tar -xof -
13:53:16 + STATUS=0
13:53:16 + '[' 0 -ne 0 ']'
13:53:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:53:16 + /usr/bin/tar -xof -
13:53:16 + STATUS=0
13:53:16 + '[' 0 -ne 0 ']'
13:53:16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:53:16 + RPM_EC=0
13:53:16 ++ jobs -p
13:53:16 + exit 0
13:53:16 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.x3h9PE
13:53:16 + umask 022
13:53:16 + cd /root/rpmbuild/BUILD
13:53:16 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:53:16 + export CFLAGS
13:53:16 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:53:16 + export CXXFLAGS
13:53:16 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:53:16 + export FFLAGS
13:53:16 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:53:16 + export FCFLAGS
13:53:16 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.5.0-0.fc36.x86_64.ld'
13:53:16 + export LDFLAGS
13:53:16 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:53:16 + export LT_SYS_LIBRARY_PATH
13:53:16 + CC=gcc
13:53:16 + export CC
13:53:16 + CXX=g++
13:53:16 + export CXX
13:53:16 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:53:16 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.5.0-0.fc36 x86_64
13:53:16 + cd src
13:53:16 + pushd /root/rpmbuild/BUILD/src/compose
13:53:16 + GOPROXY=https://proxy.golang.org
13:53:16 + GO111MODULE=on
13:53:16 + go mod download
13:53:16 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:53:17 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:53:17 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
13:53:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
[Pipeline] sh
13:53:18 + make clean
13:53:19 go: downloading google.golang.org/grpc v1.40.0
13:53:19 make -C rpm clean
13:53:19 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:53:19 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:53:20 + GOPROXY=https://proxy.golang.org
13:53:20 + GO111MODULE=on
13:53:20 + GIT_TAG=v2.5.0
13:53:20 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:53:20 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.5.0"  -o bin/docker-compose ./cmd
13:53:20 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:53:20 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:53:20 rm -f -r rpmbuild/
13:53:20 docker builder prune -f --filter until=24h
13:53:20 Total reclaimed space: 0B
13:53:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:53:20 make -C deb clean
13:53:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:53:20 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:53:20 rm -f -r debbuild
13:53:20 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:53:20 rm -f -r sources
13:53:20 docker builder prune -f --filter until=24h
13:53:20 Total reclaimed space: 0B
13:53:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:53:20 make -C static clean
13:53:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:53:20 Removing build artifacts
13:53:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:53:20 make[1]: Leaving directory '/root/build-deb'
13:53:20    dh_installdeb
13:53:20    debian/rules override_dh_gencontrol
13:53:20 make[1]: Entering directory '/root/build-deb'
13:53:20 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:53:20 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:53:20 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:53:20 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:53:20 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:53:20 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:53:20 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:53:20 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:53:20 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:53:20 if [ "amd64" = "amd64" ]; then \
13:53:20 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:53:20 fi
13:53:20 dh_gencontrol --remaining-packages
13:53:20 make[1]: Leaving directory '/root/build-deb'
13:53:20    dh_md5sums
13:53:21    debian/rules override_dh_builddeb
13:53:21 make[1]: Entering directory '/root/build-deb'
13:53:21 dh_builddeb -- -Zxz
13:53:21 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-jammy_amd64.deb'.
13:53:21 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb'.
13:53:21 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:53:21 go: downloading github.com/opencontainers/runc v1.0.2
13:53:21 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:53:23 make[1]: Leaving directory '/root/build-deb'
13:53:23    dh_installdeb
13:53:23    debian/rules override_dh_gencontrol
13:53:23 make[1]: Entering directory '/root/build-deb'
13:53:23 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:53:23 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:53:23 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:53:23 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:53:23 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:53:23 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:53:23 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:53:23 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:53:23 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:53:23 if [ "amd64" = "amd64" ]; then \
13:53:23 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:53:23 fi
13:53:23 dh_gencontrol --remaining-packages
13:53:23 make[1]: Leaving directory '/root/build-deb'
13:53:23    dh_md5sums
13:53:23 make[1]: Leaving directory '/root/build-deb'
13:53:23    dh_installdeb
13:53:23    debian/rules override_dh_gencontrol
13:53:23 make[1]: Entering directory '/root/build-deb'
13:53:23 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:53:23 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:53:23 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:53:23 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:53:23 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:53:23 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:53:23 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:53:23 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:53:23 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:53:23 if [ "amd64" = "amd64" ]; then \
13:53:23 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:53:23 fi
13:53:23 dh_gencontrol --remaining-packages
13:53:23 make[1]: Leaving directory '/root/build-deb'
13:53:23    dh_md5sums
13:53:23 go: downloading google.golang.org/protobuf v1.26.0
13:53:23    debian/rules override_dh_builddeb
13:53:23 make[1]: Entering directory '/root/build-deb'
13:53:23 dh_builddeb -- -Zxz
13:53:23 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-impish_amd64.deb'.
13:53:23 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb'.
13:53:23    debian/rules override_dh_builddeb
13:53:23 make[1]: Entering directory '/root/build-deb'
13:53:23 dh_builddeb -- -Zxz
13:53:23 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-focal_amd64.deb'.
13:53:23 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb'.
13:53:24 make[2]: Leaving directory '/root/build-deb/compose'
13:53:24 # Build the scan-plugin
13:53:24 # TODO change once we support scan-plugin on other architectures
13:53:24 if [ "armhf" = "amd64" ]; then \
13:53:24 	cd /go/src/github.com/docker/scan-cli-plugin \
13:53:24 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:53:24 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:53:24 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:53:24 fi
13:53:24 make[1]: Leaving directory '/root/build-deb'
13:53:24    debian/rules override_dh_auto_test
13:53:24 make[1]: Entering directory '/root/build-deb'
13:53:24 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:53:24 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:53:24 PASS: daemon version OK
13:53:24 ver="$(cli/build/docker --version)"; \
13:53:24 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:53:24 PASS: cli version OK
13:53:24 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:24 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:53:24 PASS: docker-buildx version OK
13:53:24 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:24 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:53:24 PASS: docker-compose version OK
13:53:24 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:53:24 # TODO change once we support scan-plugin on other architectures
13:53:24 if [ "armhf" = "amd64" ]; then \
13:53:24 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:24 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:53:24 fi
13:53:24 make[1]: Leaving directory '/root/build-deb'
13:53:24    create-stamp debian/debhelper-build-stamp
13:53:24  debian/rules binary
13:53:24 dh binary --with=bash-completion
13:53:24    dh_testroot
13:53:24    dh_prep
13:53:24    debian/rules override_dh_auto_install
13:53:24 make[1]: Entering directory '/root/build-deb'
13:53:24 # docker-ce-cli install
13:53:24 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:53:24 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:53:24 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:53:24 # docker-ce install
13:53:24 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:53:24 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:53:24 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:53:24 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:53:24 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:53:24 # docker-buildx-plugin install
13:53:24 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:53:24 # docker-compose-plugin install
13:53:24 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:53:24 # docker-scan-plugin install
13:53:24 # TODO change once we support scan-plugin on other architectures
13:53:24 if [ "armhf" = "amd64" ]; then \
13:53:24 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:53:24 fi
13:53:24 # docker-ce-rootless-extras install
13:53:24 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:53:24 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:53:24 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:53:24 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:53:24 # TODO: how can we install vpnkit?
13:53:24 make[1]: Leaving directory '/root/build-deb'
13:53:24    debian/rules override_dh_install
13:53:24 make[1]: Entering directory '/root/build-deb'
13:53:24 dh_install
13:53:24 # TODO Can we do this from within our container?
13:53:24 go: downloading github.com/prometheus/client_golang v1.7.1
13:53:24 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:53:24 go: downloading github.com/prometheus/common v0.10.0
13:53:24 go: downloading github.com/prometheus/procfs v0.6.0
13:53:24 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:53:24 make[1]: Leaving directory '/root/build-deb'
13:53:24    dh_installdocs
13:53:24    dh_installchangelogs
13:53:24    dh_installman
13:53:24    dh_bash-completion
13:53:24    dh_systemd_enable
13:53:24    debian/rules override_dh_installinit
13:53:24 make[1]: Entering directory '/root/build-deb'
13:53:24 # use "docker" as our service name, not "docker-ce"
13:53:24 dh_installinit --name=docker
13:53:25 make[1]: Leaving directory '/root/build-deb'
13:53:25    dh_systemd_start
13:53:25    dh_perl
13:53:25    dh_link
13:53:25    dh_strip_nondeterminism
13:53:25    dh_compress
13:53:25    dh_fixperms
13:53:25    dh_missing
13:53:25    debian/rules override_dh_strip
13:53:25 make[1]: Entering directory '/root/build-deb'
13:53:25 # Go has lots of problems with stripping, so just don't
13:53:25 make[1]: Leaving directory '/root/build-deb'
13:53:25    dh_makeshlibs
13:53:25    debian/rules override_dh_shlibdeps
13:53:25 make[1]: Entering directory '/root/build-deb'
13:53:25 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:53:26 make[2]: Leaving directory '/root/build-deb/compose'
13:53:26 # Build the scan-plugin
13:53:26 # TODO change once we support scan-plugin on other architectures
13:53:26 if [ "armhf" = "amd64" ]; then \
13:53:26 	cd /go/src/github.com/docker/scan-cli-plugin \
13:53:26 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:53:26 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:53:26 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:53:26 fi
13:53:26 make[1]: Leaving directory '/root/build-deb'
13:53:26    debian/rules override_dh_auto_test
13:53:26 make[1]: Entering directory '/root/build-deb'
13:53:26 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:53:26 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:53:26 PASS: daemon version OK
13:53:26 ver="$(cli/build/docker --version)"; \
13:53:26 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:53:26 PASS: cli version OK
13:53:26 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:26 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:53:26 PASS: docker-buildx version OK
13:53:26 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:26 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:53:26 PASS: docker-compose version OK
13:53:26 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:53:26 # TODO change once we support scan-plugin on other architectures
13:53:26 if [ "armhf" = "amd64" ]; then \
13:53:26 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:26 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:53:26 fi
13:53:26 make[1]: Leaving directory '/root/build-deb'
13:53:26    create-stamp debian/debhelper-build-stamp
13:53:26  debian/rules binary
13:53:26 dh binary --with=bash-completion
13:53:26    dh_testroot
13:53:26    dh_prep
13:53:26    debian/rules override_dh_auto_install
13:53:26 make[1]: Entering directory '/root/build-deb'
13:53:26 # docker-ce-cli install
13:53:26 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:53:26 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:53:26 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:53:26 # docker-ce install
13:53:26 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:53:26 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:53:26 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:53:26 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:53:26 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:53:26 # docker-buildx-plugin install
13:53:26 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:53:26 # docker-compose-plugin install
13:53:26 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:53:26 # docker-scan-plugin install
13:53:26 # TODO change once we support scan-plugin on other architectures
13:53:26 if [ "armhf" = "amd64" ]; then \
13:53:26 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:53:26 fi
13:53:26 # docker-ce-rootless-extras install
13:53:26 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:53:26 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:53:26 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:53:26 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:53:26 # TODO: how can we install vpnkit?
13:53:26 make[1]: Leaving directory '/root/build-deb'
13:53:26    debian/rules override_dh_install
13:53:26 make[1]: Entering directory '/root/build-deb'
13:53:26 dh_install
13:53:26 # TODO Can we do this from within our container?
13:53:26 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:53:26 make[1]: Leaving directory '/root/build-deb'
13:53:26    dh_installdocs
13:53:26    dh_installchangelogs
13:53:26    dh_installman
13:53:26    dh_bash-completion
13:53:26    dh_systemd_enable
13:53:26    debian/rules override_dh_installinit
13:53:26 make[1]: Entering directory '/root/build-deb'
13:53:26 # use "docker" as our service name, not "docker-ce"
13:53:26 dh_installinit --name=docker
13:53:26 make[1]: Leaving directory '/root/build-deb'
13:53:26    dh_systemd_start
13:53:26    dh_perl
13:53:27    dh_link
13:53:27    dh_strip_nondeterminism
13:53:27    dh_compress
13:53:27    dh_fixperms
13:53:27    dh_missing
13:53:27    debian/rules override_dh_strip
13:53:27 make[1]: Entering directory '/root/build-deb'
13:53:27 # Go has lots of problems with stripping, so just don't
13:53:27 make[1]: Leaving directory '/root/build-deb'
13:53:27    dh_makeshlibs
13:53:27    debian/rules override_dh_shlibdeps
13:53:27 make[1]: Entering directory '/root/build-deb'
13:53:27 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:53:28 make[1]: Leaving directory '/root/build-deb'
13:53:28    dh_installdeb
13:53:28    debian/rules override_dh_gencontrol
13:53:28 make[1]: Entering directory '/root/build-deb'
13:53:28 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:53:28 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:53:28 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:53:28 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:53:28 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:53:28 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:53:28 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:53:28 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:53:28 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:53:28 if [ "armhf" = "amd64" ]; then \
13:53:28 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:53:28 fi
13:53:28 dh_gencontrol --remaining-packages
13:53:28 make[1]: Leaving directory '/root/build-deb'
13:53:28    dh_md5sums
13:53:29    debian/rules override_dh_builddeb
13:53:29 make[1]: Entering directory '/root/build-deb'
13:53:29 dh_builddeb -- -Zxz
13:53:29 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb'.
13:53:29 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-focal_armhf.deb'.
13:53:30 make[1]: Leaving directory '/root/build-deb'
13:53:30    dh_installdeb
13:53:30    debian/rules override_dh_gencontrol
13:53:30 make[1]: Entering directory '/root/build-deb'
13:53:30 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:53:30 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:53:30 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:53:30 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:53:30 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:53:30 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:53:30 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:53:30 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:53:30 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:53:30 if [ "armhf" = "amd64" ]; then \
13:53:30 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:53:30 fi
13:53:30 dh_gencontrol --remaining-packages
13:53:30 make[1]: Leaving directory '/root/build-deb'
13:53:30    dh_md5sums
13:53:30    debian/rules override_dh_builddeb
13:53:30 make[1]: Entering directory '/root/build-deb'
13:53:30 dh_builddeb -- -Zxz
13:53:31 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-bionic_armhf.deb'.
13:53:31 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb'.
13:53:33 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:53:33 + popd
13:53:33 + exit 0
13:53:33 ~/rpmbuild/BUILD/src
13:53:33 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.p9w4ij
13:53:33 + umask 022
13:53:33 + cd /root/rpmbuild/BUILD
13:53:33 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el8.x86_64 '!=' / ']'
13:53:33 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el8.x86_64
13:53:33 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el8.x86_64
13:53:33 + mkdir -p /root/rpmbuild/BUILDROOT
13:53:33 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el8.x86_64
13:53:33 + cd src
13:53:33 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:53:33 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:53:33 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:53:33 + popd
13:53:33 ~/rpmbuild/BUILD/src
13:53:33 + /usr/lib/rpm/check-buildroot
13:53:33 + /usr/lib/rpm/redhat/brp-ldconfig
13:53:33 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:53:33 + /usr/lib/rpm/brp-compress
13:53:33 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:53:33 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:53:33 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:53:33 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:53:33 + /usr/lib/rpm/brp-python-hardlink
13:53:33 + PYTHON3=/usr/libexec/platform-python
13:53:33 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:53:33 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MdBbjf
13:53:33 + umask 022
13:53:33 + cd /root/rpmbuild/BUILD
13:53:33 + cd src
13:53:33 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
13:53:33 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:53:33 PASS: docker-scan version OK
13:53:33 + ver=v0.17.0
13:53:33 + test v0.17.0 = v0.17.0
13:53:33 + echo 'PASS: docker-scan version OK'
13:53:33 + exit 0
13:53:33 Processing files: docker-scan-plugin-0.17.0-0.el8.x86_64
13:53:33 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:53:33 Provides: docker-scan-plugin = 0:0.17.0-0.el8 docker-scan-plugin(x86-64) = 0:0.17.0-0.el8
13:53:33 Requires(interp): /bin/sh /bin/sh /bin/sh
13:53:33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:53:33 Requires(post): /bin/sh
13:53:33 Requires(preun): /bin/sh
13:53:33 Requires(postun): /bin/sh
13:53:33 Enhances: docker-ce-cli
13:53:33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el8.x86_64
13:53:33 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.el8.src.rpm
13:53:35 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.el8.x86_64.rpm
13:53:35 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.n9rRwj
13:53:35 + umask 022
13:53:35 + cd /root/rpmbuild/BUILD
13:53:35 + cd src
13:53:35 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el8.x86_64
13:53:35 + exit 0
13:53:36 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:36 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:36 make[1]: Leaving directory '/root/build-deb'
13:53:36    debian/rules override_dh_auto_test
13:53:36 make[1]: Entering directory '/root/build-deb'
13:53:36 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:53:36 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:53:36 PASS: daemon version OK
13:53:36 ver="$(cli/build/docker --version)"; \
13:53:36 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:53:36 PASS: cli version OK
13:53:36 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:36 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:53:36 PASS: docker-buildx version OK
13:53:36 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:36 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:53:36 PASS: docker-compose version OK
13:53:36 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:53:36 # TODO change once we support scan-plugin on other architectures
13:53:36 if [ "amd64" = "amd64" ]; then \
13:53:36 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:36 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:53:36 fi
13:53:36 PASS: docker-scan version OK
13:53:36 make[1]: Leaving directory '/root/build-deb'
13:53:36    create-stamp debian/debhelper-build-stamp
13:53:36  debian/rules binary
13:53:36 dh binary --with=bash-completion
13:53:36    dh_testroot
13:53:36    dh_prep
13:53:36    debian/rules override_dh_auto_install
13:53:36 make[1]: Entering directory '/root/build-deb'
13:53:36 # docker-ce-cli install
13:53:36 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:53:36 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:53:36 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:53:36 # docker-ce install
13:53:36 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:53:36 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:53:36 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:53:37 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:53:37 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:53:37 # docker-buildx-plugin install
13:53:37 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:53:37 # docker-compose-plugin install
13:53:37 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:53:37 # docker-scan-plugin install
13:53:37 # TODO change once we support scan-plugin on other architectures
13:53:37 if [ "amd64" = "amd64" ]; then \
13:53:37 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:53:37 fi
13:53:37 # docker-ce-rootless-extras install
13:53:37 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:53:37 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:53:37 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:53:37 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:53:37 # TODO: how can we install vpnkit?
13:53:37 make[1]: Leaving directory '/root/build-deb'
13:53:37    debian/rules override_dh_install
13:53:37 make[1]: Entering directory '/root/build-deb'
13:53:37 dh_install
13:53:37 # TODO Can we do this from within our container?
13:53:37 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:53:37 make[1]: Leaving directory '/root/build-deb'
13:53:37    dh_installdocs
13:53:37    dh_installchangelogs
13:53:37    dh_installman
13:53:38    dh_bash-completion
13:53:38    dh_systemd_enable
13:53:38    debian/rules override_dh_installinit
13:53:38 make[1]: Entering directory '/root/build-deb'
13:53:38 # use "docker" as our service name, not "docker-ce"
13:53:38 dh_installinit --name=docker
13:53:38 make[1]: Leaving directory '/root/build-deb'
13:53:38    dh_systemd_start
13:53:38    dh_perl
13:53:38    dh_link
13:53:38    dh_strip_nondeterminism
13:53:38 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
13:53:38    dh_compress
13:53:38    dh_fixperms
13:53:38 make[2]: Leaving directory '/root/build-deb/compose'
13:53:38 # Build the scan-plugin
13:53:38 # TODO change once we support scan-plugin on other architectures
13:53:38 if [ "armhf" = "amd64" ]; then \
13:53:38 	cd /go/src/github.com/docker/scan-cli-plugin \
13:53:38 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:53:38 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:53:38 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:53:38 fi
13:53:38 make[1]: Leaving directory '/root/build-deb'
13:53:38    debian/rules override_dh_auto_test
13:53:38 make[1]: Entering directory '/root/build-deb'
13:53:38 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:53:38 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:53:38 PASS: daemon version OK
13:53:38 ver="$(cli/build/docker --version)"; \
13:53:38 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:53:38 PASS: cli version OK
13:53:38 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:38 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:53:38 PASS: docker-buildx version OK
13:53:38 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:38 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:53:38 PASS: docker-compose version OK
13:53:38 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:53:38 # TODO change once we support scan-plugin on other architectures
13:53:38 if [ "armhf" = "amd64" ]; then \
13:53:38 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:38 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:53:38 fi
13:53:38 make[1]: Leaving directory '/root/build-deb'
13:53:38    create-stamp debian/debhelper-build-stamp
13:53:38  debian/rules binary
13:53:38 dh binary --with=bash-completion
13:53:38    dh_testroot
13:53:38    dh_prep
13:53:38 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
[Pipeline] sh
13:53:38    dh_missing
13:53:38    debian/rules override_dh_strip
13:53:38 make[1]: Entering directory '/root/build-deb'
13:53:38 # Go has lots of problems with stripping, so just don't
13:53:38 make[1]: Leaving directory '/root/build-deb'
13:53:38    dh_makeshlibs
13:53:38    debian/rules override_dh_shlibdeps
13:53:38 make[1]: Entering directory '/root/build-deb'
13:53:38 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:53:38    debian/rules override_dh_auto_install
13:53:38 make[1]: Entering directory '/root/build-deb'
13:53:38 # docker-ce-cli install
13:53:38 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:53:38 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:53:38 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:53:38 # docker-ce install
13:53:38 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:53:38 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:53:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:53:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:53:38 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:53:38 # docker-buildx-plugin install
13:53:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:53:38 # docker-compose-plugin install
13:53:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:53:38 # docker-scan-plugin install
13:53:38 # TODO change once we support scan-plugin on other architectures
13:53:38 if [ "armhf" = "amd64" ]; then \
13:53:38 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:53:38 fi
13:53:38 # docker-ce-rootless-extras install
13:53:38 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:53:38 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:53:38 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:53:38 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:53:38 # TODO: how can we install vpnkit?
13:53:38 make[1]: Leaving directory '/root/build-deb'
13:53:38    debian/rules override_dh_install
13:53:38 make[1]: Entering directory '/root/build-deb'
13:53:38 dh_install
13:53:39 + make clean
13:53:39 # TODO Can we do this from within our container?
13:53:39 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:53:39 make[1]: Leaving directory '/root/build-deb'
13:53:39    dh_installdocs
13:53:39    dh_installchangelogs
13:53:39    dh_installman
13:53:39    dh_bash-completion
13:53:39    dh_systemd_enable
13:53:39    debian/rules override_dh_installinit
13:53:39 make[1]: Entering directory '/root/build-deb'
13:53:39 # use "docker" as our service name, not "docker-ce"
13:53:39 dh_installinit --name=docker
13:53:39 make[1]: Leaving directory '/root/build-deb'
13:53:39    dh_systemd_start
13:53:39    dh_perl
13:53:40    dh_link
13:53:40    dh_strip_nondeterminism
13:53:40    dh_compress
13:53:40    dh_fixperms
13:53:40    dh_missing
13:53:40    debian/rules override_dh_strip
13:53:40 make[1]: Entering directory '/root/build-deb'
13:53:40 # Go has lots of problems with stripping, so just don't
13:53:40 make[1]: Leaving directory '/root/build-deb'
13:53:40    dh_makeshlibs
13:53:40    debian/rules override_dh_shlibdeps
13:53:40 make[1]: Entering directory '/root/build-deb'
13:53:40 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:53:40 make -C rpm clean
13:53:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:53:40 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:53:40 rm -f -r rpmbuild/
13:53:40 docker builder prune -f --filter until=24h
13:53:40 Total reclaimed space: 0B
13:53:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:53:40 make -C deb clean
13:53:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:53:40 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:53:40 rm -f -r debbuild
13:53:40 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:53:40 rm -f -r sources
13:53:40 docker builder prune -f --filter until=24h
13:53:40 Total reclaimed space: 0B
13:53:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:53:40 make -C static clean
13:53:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:53:40 Removing build artifacts
13:53:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:53:43 make[1]: Leaving directory '/root/build-deb'
13:53:43    dh_installdeb
13:53:43    debian/rules override_dh_gencontrol
13:53:43 make[1]: Entering directory '/root/build-deb'
13:53:43 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:53:43 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:53:43 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:53:43 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:53:43 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:53:43 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:53:43 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:53:43 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:53:43 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:53:43 if [ "armhf" = "amd64" ]; then \
13:53:43 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:53:43 fi
13:53:43 dh_gencontrol --remaining-packages
13:53:43 make[1]: Leaving directory '/root/build-deb'
13:53:43    dh_md5sums
13:53:44    debian/rules override_dh_builddeb
13:53:44 make[1]: Entering directory '/root/build-deb'
13:53:44 dh_builddeb -- -Zxz
13:53:44 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~debian-buster_armhf.deb'.
13:53:44 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb'.
13:53:46 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:46 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
13:53:46 make[1]: Leaving directory '/root/build-deb'
13:53:46    debian/rules override_dh_auto_test
13:53:46 make[1]: Entering directory '/root/build-deb'
13:53:46 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:53:46 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:53:46 PASS: daemon version OK
13:53:46 ver="$(cli/build/docker --version)"; \
13:53:46 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:53:46 PASS: cli version OK
13:53:46 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:46 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:53:46 PASS: docker-buildx version OK
13:53:46 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:46 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:53:46 PASS: docker-compose version OK
13:53:46 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:53:46 # TODO change once we support scan-plugin on other architectures
13:53:46 if [ "amd64" = "amd64" ]; then \
13:53:46 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:46 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:53:46 fi
13:53:46 PASS: docker-scan version OK
13:53:46 make[1]: Leaving directory '/root/build-deb'
13:53:46    create-stamp debian/debhelper-build-stamp
13:53:46  debian/rules binary
13:53:46 dh binary --with=bash-completion
13:53:46    dh_testroot
13:53:46    dh_prep
13:53:46    debian/rules override_dh_auto_install
13:53:46 make[1]: Entering directory '/root/build-deb'
13:53:46 # docker-ce-cli install
13:53:46 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:53:46 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:53:46 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:53:46 # docker-ce install
13:53:46 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:53:46 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:53:46 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:53:46 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:53:46 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:53:46 # docker-buildx-plugin install
13:53:46 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:53:46 # docker-compose-plugin install
13:53:46 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:53:46 # docker-scan-plugin install
13:53:46 # TODO change once we support scan-plugin on other architectures
13:53:46 if [ "amd64" = "amd64" ]; then \
13:53:46 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:53:46 fi
13:53:46 # docker-ce-rootless-extras install
13:53:46 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:53:46 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:53:46 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:53:46 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:53:46 # TODO: how can we install vpnkit?
13:53:46 make[1]: Leaving directory '/root/build-deb'
13:53:46    debian/rules override_dh_install
13:53:46 make[1]: Entering directory '/root/build-deb'
13:53:46 dh_install
13:53:46 # TODO Can we do this from within our container?
13:53:46 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:53:46 make[1]: Leaving directory '/root/build-deb'
13:53:46    dh_installdocs
13:53:46    dh_installchangelogs
13:53:46 make[1]: Leaving directory '/root/build-deb'
13:53:46    dh_installdeb
13:53:46    debian/rules override_dh_gencontrol
13:53:46 make[1]: Entering directory '/root/build-deb'
13:53:46 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:53:46 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:53:46 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:53:46 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:53:46 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:53:46 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:53:46 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:53:46 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:53:46 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:53:46 if [ "amd64" = "amd64" ]; then \
13:53:46 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:53:46 fi
13:53:46 dh_gencontrol --remaining-packages
13:53:46 make[1]: Leaving directory '/root/build-deb'
13:53:46    dh_md5sums
13:53:46    debian/rules override_dh_builddeb
13:53:46 make[1]: Entering directory '/root/build-deb'
13:53:46 dh_builddeb -- -Zxz
13:53:47    dh_installman
13:53:47 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~debian-buster_amd64.deb'.
13:53:47 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb'.
13:53:47    dh_bash-completion
13:53:47    dh_systemd_enable
13:53:47    debian/rules override_dh_installinit
13:53:47 make[1]: Entering directory '/root/build-deb'
13:53:47 # use "docker" as our service name, not "docker-ce"
13:53:47 dh_installinit --name=docker
13:53:47 make[1]: Leaving directory '/root/build-deb'
13:53:47    dh_systemd_start
13:53:47    dh_perl
13:53:47    dh_link
13:53:47    dh_strip_nondeterminism
13:53:48    dh_compress
13:53:48    dh_fixperms
13:53:48    dh_missing
13:53:48    debian/rules override_dh_strip
13:53:48 make[1]: Entering directory '/root/build-deb'
13:53:48 # Go has lots of problems with stripping, so just don't
13:53:48 make[1]: Leaving directory '/root/build-deb'
13:53:48    dh_makeshlibs
13:53:48    debian/rules override_dh_shlibdeps
13:53:48 make[1]: Entering directory '/root/build-deb'
13:53:48 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:53:49 make[2]: Leaving directory '/root/build-deb/compose'
13:53:49 # Build the scan-plugin
13:53:49 # TODO change once we support scan-plugin on other architectures
13:53:49 if [ "armhf" = "amd64" ]; then \
13:53:49 	cd /go/src/github.com/docker/scan-cli-plugin \
13:53:49 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:53:49 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:53:49 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:53:49 fi
13:53:49 make[1]: Leaving directory '/root/build-deb'
13:53:49    debian/rules override_dh_auto_test
13:53:49 make[1]: Entering directory '/root/build-deb'
13:53:49 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:53:49 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:53:49 PASS: daemon version OK
13:53:49 ver="$(cli/build/docker --version)"; \
13:53:49 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:53:49 PASS: cli version OK
13:53:49 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:49 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:53:49 PASS: docker-buildx version OK
13:53:49 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:49 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:53:49 PASS: docker-compose version OK
13:53:49 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:53:49 # TODO change once we support scan-plugin on other architectures
13:53:49 if [ "armhf" = "amd64" ]; then \
13:53:49 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:53:49 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:53:49 fi
13:53:49 make[1]: Leaving directory '/root/build-deb'
13:53:49    create-stamp debian/debhelper-build-stamp
13:53:49  debian/rules binary
13:53:49 dh binary --with=bash-completion
13:53:49    dh_testroot
13:53:49    dh_prep
13:53:49    debian/rules override_dh_auto_install
13:53:49 make[1]: Entering directory '/root/build-deb'
13:53:49 # docker-ce-cli install
13:53:49 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:53:49 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:53:49 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:53:49 # docker-ce install
13:53:49 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:53:49 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:53:49 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:53:49 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:53:49 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:53:49 # docker-buildx-plugin install
13:53:49 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:53:49 # docker-compose-plugin install
13:53:49 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:53:49 # docker-scan-plugin install
13:53:49 # TODO change once we support scan-plugin on other architectures
13:53:49 if [ "armhf" = "amd64" ]; then \
13:53:49 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:53:49 fi
13:53:49 # docker-ce-rootless-extras install
13:53:49 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:53:49 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:53:49 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:53:49 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:53:49 # TODO: how can we install vpnkit?
13:53:49 make[1]: Leaving directory '/root/build-deb'
13:53:49    debian/rules override_dh_install
13:53:49 make[1]: Entering directory '/root/build-deb'
13:53:49 dh_install
13:53:49 # TODO Can we do this from within our container?
13:53:49 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:53:49 make[1]: Leaving directory '/root/build-deb'
13:53:49    dh_installdocs
13:53:49    dh_installchangelogs
13:53:49    dh_installman
13:53:50    dh_bash-completion
13:53:50    dh_systemd_enable
13:53:50    debian/rules override_dh_installinit
13:53:50 make[1]: Entering directory '/root/build-deb'
13:53:50 # use "docker" as our service name, not "docker-ce"
13:53:50 dh_installinit --name=docker
13:53:50 make[1]: Leaving directory '/root/build-deb'
13:53:50    dh_systemd_start
13:53:50    dh_perl
13:53:50    dh_link
13:53:50    dh_strip_nondeterminism
13:53:50    dh_compress
13:53:50    dh_fixperms
13:53:50    dh_missing
13:53:50    debian/rules override_dh_strip
13:53:50 make[1]: Entering directory '/root/build-deb'
13:53:50 # Go has lots of problems with stripping, so just don't
13:53:50 make[1]: Leaving directory '/root/build-deb'
13:53:50    dh_makeshlibs
13:53:51    debian/rules override_dh_shlibdeps
13:53:51 make[1]: Entering directory '/root/build-deb'
13:53:51 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:53:54 make[1]: Leaving directory '/root/build-deb'
13:53:54    dh_installdeb
13:53:54    debian/rules override_dh_gencontrol
13:53:54 make[1]: Entering directory '/root/build-deb'
13:53:54 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:53:54 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:53:54 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:53:54 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:53:54 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:53:54 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:53:54 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:53:54 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:53:54 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:53:54 if [ "armhf" = "amd64" ]; then \
13:53:54 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:53:54 fi
13:53:54 dh_gencontrol --remaining-packages
13:53:55 make[1]: Leaving directory '/root/build-deb'
13:53:55    dh_md5sums
13:53:55    debian/rules override_dh_builddeb
13:53:55 make[1]: Entering directory '/root/build-deb'
13:53:55 dh_builddeb -- -Zxz
13:53:55 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb'.
13:53:55 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~raspbian-buster_armhf.deb'.
13:53:57 make[1]: Leaving directory '/root/build-deb'
13:53:57    dh_installdeb
13:53:57    debian/rules override_dh_gencontrol
13:53:57 make[1]: Entering directory '/root/build-deb'
13:53:57 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:53:57 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:53:57 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:53:57 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:53:57 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:53:57 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:53:57 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:53:57 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:53:57 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:53:57 if [ "amd64" = "amd64" ]; then \
13:53:57 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:53:57 fi
13:53:57 dh_gencontrol --remaining-packages
13:53:57 make[1]: Leaving directory '/root/build-deb'
13:53:57    dh_md5sums
13:53:57    debian/rules override_dh_builddeb
13:53:57 make[1]: Entering directory '/root/build-deb'
13:53:57 dh_builddeb -- -Zxz
13:53:57 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~debian-bullseye_amd64.deb'.
13:53:57 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb'.
13:53:59 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-bionic_amd64.deb'.
13:54:01 make[2]: Leaving directory '/root/build-deb/compose'
13:54:01 # Build the scan-plugin
13:54:01 # TODO change once we support scan-plugin on other architectures
13:54:01 if [ "armhf" = "amd64" ]; then \
13:54:01 	cd /go/src/github.com/docker/scan-cli-plugin \
13:54:01 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:54:01 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:54:01 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:54:01 fi
13:54:01 make[1]: Leaving directory '/root/build-deb'
13:54:01    debian/rules override_dh_auto_test
13:54:01 make[1]: Entering directory '/root/build-deb'
13:54:01 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:54:01 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:54:01 PASS: daemon version OK
13:54:01 ver="$(cli/build/docker --version)"; \
13:54:01 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:54:01 PASS: cli version OK
13:54:01 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:01 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:54:01 PASS: docker-buildx version OK
13:54:01 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:01 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:54:01 PASS: docker-compose version OK
13:54:01 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:54:01 # TODO change once we support scan-plugin on other architectures
13:54:01 if [ "armhf" = "amd64" ]; then \
13:54:01 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:01 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:54:01 fi
13:54:01 make[1]: Leaving directory '/root/build-deb'
13:54:01    create-stamp debian/debhelper-build-stamp
13:54:01  debian/rules binary
13:54:01 dh binary --with=bash-completion
13:54:01    dh_testroot
13:54:01    dh_prep
13:54:01    debian/rules override_dh_auto_install
13:54:01 make[1]: Entering directory '/root/build-deb'
13:54:01 # docker-ce-cli install
13:54:01 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:54:01 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:54:01 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:54:01 # docker-ce install
13:54:01 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:54:01 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:54:01 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:54:01 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:54:01 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:54:01 # docker-buildx-plugin install
13:54:01 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:54:01 # docker-compose-plugin install
13:54:01 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:54:01 # docker-scan-plugin install
13:54:01 # TODO change once we support scan-plugin on other architectures
13:54:01 if [ "armhf" = "amd64" ]; then \
13:54:01 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:54:01 fi
13:54:01 # docker-ce-rootless-extras install
13:54:01 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:54:01 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:54:01 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:54:01 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:54:01 # TODO: how can we install vpnkit?
13:54:01 make[1]: Leaving directory '/root/build-deb'
13:54:01    debian/rules override_dh_install
13:54:01 make[1]: Entering directory '/root/build-deb'
13:54:01 dh_install
13:54:01 # TODO Can we do this from within our container?
13:54:01 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:54:01 make[1]: Leaving directory '/root/build-deb'
13:54:01    dh_installdocs
13:54:01    dh_installchangelogs
13:54:01    dh_installman
13:54:01    dh_bash-completion
13:54:01    dh_systemd_enable
13:54:01    debian/rules override_dh_installinit
13:54:01 make[1]: Entering directory '/root/build-deb'
13:54:01 # use "docker" as our service name, not "docker-ce"
13:54:01 dh_installinit --name=docker
13:54:01 make[1]: Leaving directory '/root/build-deb'
13:54:01    dh_systemd_start
13:54:01    dh_perl
13:54:01    dh_link
13:54:01    dh_strip_nondeterminism
13:54:01    dh_compress
13:54:01    dh_fixperms
13:54:01    dh_missing
13:54:01    debian/rules override_dh_strip
13:54:01 make[1]: Entering directory '/root/build-deb'
13:54:01 # Go has lots of problems with stripping, so just don't
13:54:01 make[1]: Leaving directory '/root/build-deb'
13:54:01    dh_makeshlibs
13:54:01    debian/rules override_dh_shlibdeps
13:54:01 make[1]: Entering directory '/root/build-deb'
13:54:01 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:54:01 make[1]: Leaving directory '/root/build-deb'
13:54:01    dh_installdeb
13:54:01    debian/rules override_dh_gencontrol
13:54:01 make[1]: Entering directory '/root/build-deb'
13:54:01 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:54:01 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:54:01 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:54:01 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:54:01 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:54:01 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:54:01 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:54:01 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:54:01 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:54:01 if [ "armhf" = "amd64" ]; then \
13:54:01 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:54:01 fi
13:54:01 dh_gencontrol --remaining-packages
13:54:01 make[1]: Leaving directory '/root/build-deb'
13:54:01    dh_md5sums
13:54:01    debian/rules override_dh_builddeb
13:54:01 make[1]: Entering directory '/root/build-deb'
13:54:01 dh_builddeb -- -Zxz
13:54:01 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-jammy_armhf.deb'.
13:54:01 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb'.
13:54:02 + popd
13:54:02 + RPM_EC=0
13:54:02 ~/rpmbuild/BUILD/src
13:54:02 ++ jobs -p
13:54:02 + exit 0
13:54:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9Cbh5w
13:54:02 + umask 022
13:54:02 + cd /root/rpmbuild/BUILD
13:54:02 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64 '!=' / ']'
13:54:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64
13:54:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64
13:54:02 + mkdir -p /root/rpmbuild/BUILDROOT
13:54:02 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64
13:54:02 + cd src
13:54:02 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:54:02 + pushd /root/rpmbuild/BUILD/src/compose
13:54:02 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:54:02 + popd
13:54:02 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:02 ~/rpmbuild/BUILD/src
13:54:02 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:54:02 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:02 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:54:02 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:02 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:54:02 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:02 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:54:02 + /usr/lib/rpm/check-buildroot
13:54:02 + /usr/lib/rpm/redhat/brp-ldconfig
13:54:02 + /usr/lib/rpm/brp-compress
13:54:02 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:54:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:54:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:54:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:54:02 + /usr/lib/rpm/check-rpaths
13:54:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:54:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:54:02 + /usr/lib/rpm/redhat/brp-python-hardlink
13:54:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VRU6cc
13:54:02 + umask 022
13:54:02 + cd /root/rpmbuild/BUILD
13:54:02 + cd src
13:54:02 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:54:02 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:54:02 PASS: docker-compose version OK
13:54:02 + ver=v2.5.0
13:54:02 + test v2.5.0 = v2.5.0
13:54:02 + echo 'PASS: docker-compose version OK'
13:54:02 + RPM_EC=0
13:54:02 ++ jobs -p
13:54:02 + exit 0
13:54:02 Processing files: docker-compose-plugin-2.5.0-0.fc35.x86_64
13:54:02 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lM7Diu
13:54:02 + umask 022
13:54:02 + cd /root/rpmbuild/BUILD
13:54:02 + cd src
13:54:02 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
13:54:02 + export LC_ALL=C
13:54:02 + LC_ALL=C
13:54:02 + export DOCDIR
13:54:02 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
13:54:02 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64/usr/share/doc/docker-compose-plugin
13:54:02 + RPM_EC=0
13:54:02 ++ jobs -p
13:54:02 + exit 0
13:54:02 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6ZralF
13:54:02 + umask 022
13:54:02 + cd /root/rpmbuild/BUILD
13:54:02 + cd src
13:54:02 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
13:54:02 + export LC_ALL=C
13:54:02 + LC_ALL=C
13:54:02 + export LICENSEDIR
13:54:02 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
13:54:02 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
13:54:02 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64/usr/share/licenses/docker-compose-plugin
13:54:02 + RPM_EC=0
13:54:02 ++ jobs -p
13:54:02 + exit 0
13:54:02 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:54:02 Provides: docker-compose-plugin = 0:2.5.0-0.fc35 docker-compose-plugin(x86-64) = 0:2.5.0-0.fc35
13:54:02 Requires(interp): /bin/sh /bin/sh /bin/sh
13:54:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:54:02 Requires(post): /bin/sh
13:54:02 Requires(preun): /bin/sh
13:54:02 Requires(postun): /bin/sh
13:54:02 Enhances: docker-ce-cli
13:54:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64
13:54:02 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.fc35.src.rpm
13:54:04 ~/rpmbuild/BUILD/src
13:54:04 + popd
13:54:04 + RPM_EC=0
13:54:04 ++ jobs -p
13:54:04 + exit 0
13:54:04 + umask 022
13:54:04 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uQiaZ8
13:54:04 + cd /root/rpmbuild/BUILD
13:54:04 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64 '!=' / ']'
13:54:04 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64
13:54:04 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64
13:54:04 + mkdir -p /root/rpmbuild/BUILDROOT
13:54:04 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64
13:54:04 + cd src
13:54:04 + pushd /root/rpmbuild/BUILD/src/compose
13:54:04 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:54:04 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:54:04 + popd
13:54:04 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:04 ~/rpmbuild/BUILD/src
13:54:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:54:04 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:54:04 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:54:04 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:54:04 + /usr/lib/rpm/check-buildroot
13:54:04 + /usr/lib/rpm/redhat/brp-ldconfig
13:54:04 + /usr/lib/rpm/brp-compress
13:54:04 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:54:04 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:54:04 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:54:04 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:54:04 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:54:04 + /usr/lib/rpm/brp-python-hardlink
13:54:04 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:54:04 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OQtAtH
13:54:04 + umask 022
13:54:04 + cd /root/rpmbuild/BUILD
13:54:04 + cd src
13:54:04 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:54:04 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:54:04 + ver=v2.5.0
13:54:04 + test v2.5.0 = v2.5.0
13:54:04 + echo 'PASS: docker-compose version OK'
13:54:04 PASS: docker-compose version OK
13:54:04 + RPM_EC=0
13:54:04 ++ jobs -p
13:54:04 + exit 0
13:54:04 Processing files: docker-compose-plugin-2.5.0-0.fc34.x86_64
13:54:04 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LwdMoK
13:54:04 + umask 022
13:54:04 + cd /root/rpmbuild/BUILD
13:54:04 + cd src
13:54:04 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64/usr/share/doc/docker-compose-plugin
13:54:04 + export LC_ALL=C
13:54:04 + LC_ALL=C
13:54:04 + export DOCDIR
13:54:04 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64/usr/share/doc/docker-compose-plugin
13:54:04 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64/usr/share/doc/docker-compose-plugin
13:54:04 + RPM_EC=0
13:54:04 ++ jobs -p
13:54:04 + exit 0
13:54:04 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.G3uf5l
13:54:04 + umask 022
13:54:04 + cd /root/rpmbuild/BUILD
13:54:04 + cd src
13:54:04 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
13:54:04 + export LC_ALL=C
13:54:04 + LC_ALL=C
13:54:04 + export LICENSEDIR
13:54:04 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
13:54:04 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
13:54:04 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64/usr/share/licenses/docker-compose-plugin
13:54:04 + RPM_EC=0
13:54:04 ++ jobs -p
13:54:04 + exit 0
13:54:04 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:54:04 Provides: docker-compose-plugin = 0:2.5.0-0.fc34 docker-compose-plugin(x86-64) = 0:2.5.0-0.fc34
13:54:04 Requires(interp): /bin/sh /bin/sh /bin/sh
13:54:04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:54:04 Requires(post): /bin/sh
13:54:04 Requires(preun): /bin/sh
13:54:04 Requires(postun): /bin/sh
13:54:04 Enhances: docker-ce-cli
13:54:04 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64
13:54:04 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.fc34.src.rpm
13:54:07 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-jammy_amd64.deb'.
13:54:08 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-focal_armhf.deb'.
13:54:08 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb'.
13:54:09 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb'.
13:54:09 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-bionic_armhf.deb'.
13:54:09 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb'.
13:54:10 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.5.0-0.fc35.x86_64.rpm
13:54:10 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iqLlxt
13:54:10 + umask 022
13:54:10 + cd /root/rpmbuild/BUILD
13:54:10 + cd src
13:54:10 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc35.x86_64
13:54:10 + RPM_EC=0
13:54:10 ++ jobs -p
13:54:10 + exit 0
13:54:10 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3sHe0k
13:54:10 + umask 022
13:54:10 + cd /root/rpmbuild/BUILD
13:54:10 + cd /root/rpmbuild/BUILD
13:54:10 + rm -rf src
13:54:10 + /usr/bin/mkdir -p src
13:54:10 + cd src
13:54:10 + /usr/bin/tar -xof -
13:54:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:54:10 + STATUS=0
13:54:10 + '[' 0 -ne 0 ']'
13:54:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:54:10 + /usr/bin/tar -xof -
13:54:10 + STATUS=0
13:54:10 + '[' 0 -ne 0 ']'
13:54:10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:54:10 + RPM_EC=0
13:54:10 ++ jobs -p
13:54:10 + exit 0
13:54:10 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2oinW0
13:54:10 + umask 022
13:54:10 + cd /root/rpmbuild/BUILD
13:54:10 + cd src
13:54:10 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:54:10 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:54:10 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
13:54:10 GO111MODULE=on make -f builder.Makefile build
13:54:10 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:54:10 mkdir -p bin
13:54:10 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:54:10 go: downloading github.com/docker/cli v20.10.9+incompatible
13:54:10 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-focal_amd64.deb'.
13:54:10 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-impish_amd64.deb'.
13:54:12 make[2]: Leaving directory '/root/build-deb/compose'
13:54:12 # Build the scan-plugin
13:54:12 # TODO change once we support scan-plugin on other architectures
13:54:12 if [ "armhf" = "amd64" ]; then \
13:54:12 	cd /go/src/github.com/docker/scan-cli-plugin \
13:54:12 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:54:12 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:54:12 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:54:12 fi
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    debian/rules override_dh_auto_test
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:54:12 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:54:12 PASS: daemon version OK
13:54:12 ver="$(cli/build/docker --version)"; \
13:54:12 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:54:12 PASS: cli version OK
13:54:12 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:12 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:54:12 PASS: docker-buildx version OK
13:54:12 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:12 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:54:12 PASS: docker-compose version OK
13:54:12 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:54:12 # TODO change once we support scan-plugin on other architectures
13:54:12 if [ "armhf" = "amd64" ]; then \
13:54:12 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:12 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:54:12 fi
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    create-stamp debian/debhelper-build-stamp
13:54:12  debian/rules binary
13:54:12 dh binary --with=bash-completion
13:54:12    dh_testroot
13:54:12    dh_prep
13:54:12    debian/rules override_dh_auto_install
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 # docker-ce-cli install
13:54:12 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:54:12 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:54:12 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:54:12 # docker-ce install
13:54:12 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:54:12 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:54:12 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:54:12 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:54:12 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:54:12 # docker-buildx-plugin install
13:54:12 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:54:12 # docker-compose-plugin install
13:54:12 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:54:12 # docker-scan-plugin install
13:54:12 # TODO change once we support scan-plugin on other architectures
13:54:12 if [ "armhf" = "amd64" ]; then \
13:54:12 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:54:12 fi
13:54:12 # docker-ce-rootless-extras install
13:54:12 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:54:12 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:54:12 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:54:12 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:54:12 # TODO: how can we install vpnkit?
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    debian/rules override_dh_install
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 dh_install
13:54:12 # TODO Can we do this from within our container?
13:54:12 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    dh_installdocs
13:54:12    dh_installchangelogs
13:54:12    dh_installman
13:54:12    dh_bash-completion
13:54:12    dh_systemd_enable
13:54:12    debian/rules override_dh_installinit
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 # use "docker" as our service name, not "docker-ce"
13:54:12 dh_installinit --name=docker
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    dh_systemd_start
13:54:12    dh_perl
13:54:12    dh_link
13:54:12    dh_strip_nondeterminism
13:54:12    dh_compress
13:54:12    dh_fixperms
13:54:12    dh_missing
13:54:12    debian/rules override_dh_strip
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 # Go has lots of problems with stripping, so just don't
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    dh_makeshlibs
13:54:12    debian/rules override_dh_shlibdeps
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    dh_installdeb
13:54:12    debian/rules override_dh_gencontrol
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:54:12 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:54:12 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:54:12 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:54:12 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:54:12 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:54:12 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:54:12 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:54:12 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:54:12 if [ "armhf" = "amd64" ]; then \
13:54:12 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:54:12 fi
13:54:12 dh_gencontrol --remaining-packages
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    dh_md5sums
13:54:12    debian/rules override_dh_builddeb
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 dh_builddeb -- -Zxz
13:54:12 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~ubuntu-impish_armhf.deb'.
13:54:12 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb'.
13:54:12 make[2]: Leaving directory '/root/build-deb/compose'
13:54:12 # Build the scan-plugin
13:54:12 # TODO change once we support scan-plugin on other architectures
13:54:12 if [ "armhf" = "amd64" ]; then \
13:54:12 	cd /go/src/github.com/docker/scan-cli-plugin \
13:54:12 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:54:12 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:54:12 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:54:12 fi
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    debian/rules override_dh_auto_test
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:54:12 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:54:12 PASS: daemon version OK
13:54:12 ver="$(cli/build/docker --version)"; \
13:54:12 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:54:12 PASS: cli version OK
13:54:12 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:12 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:54:12 PASS: docker-buildx version OK
13:54:12 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:12 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:54:12 PASS: docker-compose version OK
13:54:12 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:54:12 # TODO change once we support scan-plugin on other architectures
13:54:12 if [ "armhf" = "amd64" ]; then \
13:54:12 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:12 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:54:12 fi
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    create-stamp debian/debhelper-build-stamp
13:54:12  debian/rules binary
13:54:12 dh binary --with=bash-completion
13:54:12    dh_testroot
13:54:12    dh_prep
13:54:12    debian/rules override_dh_auto_install
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 # docker-ce-cli install
13:54:12 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:54:12 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:54:12 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:54:12 # docker-ce install
13:54:12 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:54:12 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:54:12 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:54:12 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:54:12 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:54:12 # docker-buildx-plugin install
13:54:12 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:54:12 # docker-compose-plugin install
13:54:12 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:54:12 # docker-scan-plugin install
13:54:12 # TODO change once we support scan-plugin on other architectures
13:54:12 if [ "armhf" = "amd64" ]; then \
13:54:12 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:54:12 fi
13:54:12 # docker-ce-rootless-extras install
13:54:12 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:54:12 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:54:12 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:54:12 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:54:12 # TODO: how can we install vpnkit?
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    debian/rules override_dh_install
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 dh_install
13:54:12 # TODO Can we do this from within our container?
13:54:12 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    dh_installdocs
13:54:12    dh_installchangelogs
13:54:12    dh_installman
13:54:12    dh_bash-completion
13:54:12    dh_systemd_enable
13:54:12    debian/rules override_dh_installinit
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 # use "docker" as our service name, not "docker-ce"
13:54:12 dh_installinit --name=docker
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    dh_systemd_start
13:54:12    dh_perl
13:54:12    dh_link
13:54:12    dh_strip_nondeterminism
13:54:12    dh_compress
13:54:12    dh_fixperms
13:54:12    dh_missing
13:54:12    debian/rules override_dh_strip
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 # Go has lots of problems with stripping, so just don't
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    dh_makeshlibs
13:54:12    debian/rules override_dh_shlibdeps
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    dh_installdeb
13:54:12    debian/rules override_dh_gencontrol
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:54:12 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:54:12 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:54:12 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:54:12 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:54:12 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:54:12 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:54:12 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:54:12 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:54:12 if [ "armhf" = "amd64" ]; then \
13:54:12 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:54:12 fi
13:54:12 dh_gencontrol --remaining-packages
13:54:12 make[1]: Leaving directory '/root/build-deb'
13:54:12    dh_md5sums
13:54:12    debian/rules override_dh_builddeb
13:54:12 make[1]: Entering directory '/root/build-deb'
13:54:12 dh_builddeb -- -Zxz
13:54:12 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~debian-bullseye_armhf.deb'.
13:54:12 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb'.
13:54:12 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.5.0-0.fc34.x86_64.rpm
13:54:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mCd2Hp
13:54:12 + umask 022
13:54:12 + cd /root/rpmbuild/BUILD
13:54:12 + cd src
13:54:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc34.x86_64
13:54:12 + RPM_EC=0
13:54:12 ++ jobs -p
13:54:12 + exit 0
13:54:12 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.E3GCOA
13:54:12 + umask 022
13:54:12 + cd /root/rpmbuild/BUILD
13:54:12 + cd /root/rpmbuild/BUILD
13:54:12 + rm -rf src
13:54:12 + /usr/bin/mkdir -p src
13:54:12 + cd src
13:54:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:54:12 + /usr/bin/tar -xof -
13:54:12 + STATUS=0
13:54:12 + '[' 0 -ne 0 ']'
13:54:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:54:12 + /usr/bin/tar -xof -
13:54:12 + STATUS=0
13:54:12 + '[' 0 -ne 0 ']'
13:54:12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:54:12 + RPM_EC=0
13:54:12 ++ jobs -p
13:54:12 + exit 0
13:54:12 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WzIfDb
13:54:12 + umask 022
13:54:12 + cd /root/rpmbuild/BUILD
13:54:12 + cd src
13:54:12 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:54:12 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
13:54:12 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:54:12 GO111MODULE=on make -f builder.Makefile build
13:54:12 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:54:12 mkdir -p bin
13:54:12 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:54:12 go: downloading github.com/docker/cli v20.10.9+incompatible
13:54:13 go: downloading github.com/docker/docker v20.10.9+incompatible
13:54:15 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb'.
13:54:16 go: downloading github.com/docker/docker v20.10.9+incompatible
13:54:16 go: downloading github.com/spf13/cobra v1.2.1
13:54:16 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:54:16 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:54:17 go: downloading github.com/theupdateframework/notary v0.7.0
13:54:17 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~ubuntu-bionic_amd64.deb'.
13:54:18 go: downloading github.com/spf13/cobra v1.2.1
13:54:18 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:54:18 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb'.
13:54:19 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:54:19 go: downloading github.com/opencontainers/image-spec v1.0.1
13:54:19 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:54:19 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:54:19 go: downloading github.com/containerd/containerd v1.5.7
13:54:19 go: downloading github.com/moby/sys/mount v0.2.0
13:54:19 go: downloading github.com/theupdateframework/notary v0.7.0
13:54:20 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:54:21 go: downloading github.com/opencontainers/image-spec v1.0.1
13:54:21 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:54:21 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:54:21 go: downloading github.com/containerd/containerd v1.5.7
13:54:21 go: downloading github.com/moby/sys/mount v0.2.0
13:54:21 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb'.
13:54:22 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:54:22 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:54:22 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb'.
13:54:22 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~debian-buster_armhf.deb'.
13:54:22 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb'.
13:54:23 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb'.
13:54:24 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~ubuntu-jammy_amd64.deb'.
13:54:25 go: downloading google.golang.org/grpc v1.40.0
13:54:25 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:54:25 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb'.
13:54:25 make[2]: Leaving directory '/root/build-deb/compose'
13:54:25 # Build the scan-plugin
13:54:25 # TODO change once we support scan-plugin on other architectures
13:54:25 if [ "armhf" = "amd64" ]; then \
13:54:25 	cd /go/src/github.com/docker/scan-cli-plugin \
13:54:25 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:54:25 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:54:25 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:54:25 fi
13:54:25 make[1]: Leaving directory '/root/build-deb'
13:54:25    debian/rules override_dh_auto_test
13:54:25 make[1]: Entering directory '/root/build-deb'
13:54:25 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:54:25 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build 613b798" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:54:25 PASS: daemon version OK
13:54:25 ver="$(cli/build/docker --version)"; \
13:54:25 	test "$ver" = "Docker version 0.0.0-20220503081348-bfa9b40, build bfa9b40" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:54:25 PASS: cli version OK
13:54:25 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:25 	test "$ver" = "v0.8.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
13:54:25 PASS: docker-buildx version OK
13:54:25 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:25 	test "$ver" = "v2.5.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:54:25 PASS: docker-compose version OK
13:54:25 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:54:25 # TODO change once we support scan-plugin on other architectures
13:54:25 if [ "armhf" = "amd64" ]; then \
13:54:25 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:54:25 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:54:25 fi
13:54:25 make[1]: Leaving directory '/root/build-deb'
13:54:25    create-stamp debian/debhelper-build-stamp
13:54:25  debian/rules binary
13:54:25 dh binary --with=bash-completion
13:54:25    dh_testroot
13:54:25    dh_prep
13:54:25    debian/rules override_dh_auto_install
13:54:25 make[1]: Entering directory '/root/build-deb'
13:54:25 # docker-ce-cli install
13:54:25 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:54:25 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:54:25 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:54:25 # docker-ce install
13:54:25 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:54:25 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:54:25 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/dockerd
13:54:25 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20220503081348-bfa9b40 debian/docker-ce/usr/bin/docker-proxy
13:54:25 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:54:25 # docker-buildx-plugin install
13:54:25 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
13:54:25 # docker-compose-plugin install
13:54:25 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:54:25 # docker-scan-plugin install
13:54:25 # TODO change once we support scan-plugin on other architectures
13:54:25 if [ "armhf" = "amd64" ]; then \
13:54:25 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:54:25 fi
13:54:25 # docker-ce-rootless-extras install
13:54:25 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:54:25 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:54:25 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:54:25 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:54:25 # TODO: how can we install vpnkit?
13:54:25 make[1]: Leaving directory '/root/build-deb'
13:54:25    debian/rules override_dh_install
13:54:25 make[1]: Entering directory '/root/build-deb'
13:54:25 dh_install
13:54:25 # TODO Can we do this from within our container?
13:54:25 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:54:25 make[1]: Leaving directory '/root/build-deb'
13:54:25    dh_installdocs
13:54:25    dh_installchangelogs
13:54:25    dh_installman
13:54:25    dh_bash-completion
13:54:25    dh_systemd_enable
13:54:25    debian/rules override_dh_installinit
13:54:25 make[1]: Entering directory '/root/build-deb'
13:54:25 # use "docker" as our service name, not "docker-ce"
13:54:25 dh_installinit --name=docker
13:54:25 make[1]: Leaving directory '/root/build-deb'
13:54:25    dh_systemd_start
13:54:25    dh_perl
13:54:25    dh_link
13:54:25    dh_strip_nondeterminism
13:54:25    dh_compress
13:54:25    dh_fixperms
13:54:25    dh_missing
13:54:25    debian/rules override_dh_strip
13:54:25 make[1]: Entering directory '/root/build-deb'
13:54:25 # Go has lots of problems with stripping, so just don't
13:54:25 make[1]: Leaving directory '/root/build-deb'
13:54:25    dh_makeshlibs
13:54:25    debian/rules override_dh_shlibdeps
13:54:25 make[1]: Entering directory '/root/build-deb'
13:54:25 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:54:25 make[1]: Leaving directory '/root/build-deb'
13:54:25    dh_installdeb
13:54:25    debian/rules override_dh_gencontrol
13:54:25 make[1]: Entering directory '/root/build-deb'
13:54:25 # Use separate version for the buildx-plugin package, then generate the other control files as usual
13:54:25 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
13:54:25 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_VERSION#v}~${DISTRO}-${SUITE}
13:54:25 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:54:25 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:54:25 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:54:25 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:54:25 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:54:25 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:54:25 if [ "armhf" = "amd64" ]; then \
13:54:25 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:54:25 fi
13:54:25 dh_gencontrol --remaining-packages
13:54:25 make[1]: Leaving directory '/root/build-deb'
13:54:25    dh_md5sums
13:54:25    debian/rules override_dh_builddeb
13:54:25 make[1]: Entering directory '/root/build-deb'
13:54:25 dh_builddeb -- -Zxz
13:54:25 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb'.
13:54:25 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.8.2~raspbian-bullseye_armhf.deb'.
13:54:26 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:54:26 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:54:26 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:54:26 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~ubuntu-impish_amd64.deb'.
13:54:27 go: downloading github.com/opencontainers/runc v1.0.2
13:54:27 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:54:27 go: downloading google.golang.org/grpc v1.40.0
13:54:28 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:54:28 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:54:28 go: downloading google.golang.org/protobuf v1.26.0
13:54:29 make[1]: Leaving directory '/root/build-deb'
13:54:29  dpkg-genbuildinfo
13:54:29 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:54:29 go: downloading github.com/opencontainers/runc v1.0.2
13:54:29 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:54:29 go: downloading github.com/prometheus/client_golang v1.7.1
13:54:29 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:54:29 go: downloading github.com/prometheus/common v0.10.0
13:54:29 go: downloading github.com/prometheus/procfs v0.6.0
13:54:30  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.changes
13:54:30 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~ubuntu-focal_amd64.deb'.
13:54:31 dpkg-genchanges: info: including full source code in upload
13:54:31  dpkg-source -I.git --after-build .
13:54:31 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:54:31 + destination=/build
13:54:31 + mkdir -p /build
13:54:31 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-focal_armhf.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb /root/docker-compose-plugin_2.5.0~ubuntu-focal_armhf.deb /build
13:54:31 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-focal_armhf.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-focal_armhf.deb'
13:54:31 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-focal_armhf.deb'
13:54:31 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb'
13:54:31 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb'
13:54:31 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb'
13:54:31 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb'
13:54:31 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc'
13:54:31 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc'
13:54:31 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz'
13:54:31 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz'
13:54:31 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.buildinfo'
13:54:31 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.buildinfo'
13:54:31 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.changes'
13:54:31 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.changes'
13:54:31 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb'
13:54:31 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_armhf.deb'
13:54:31 copied '/root/docker-compose-plugin_2.5.0~ubuntu-focal_armhf.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-focal_armhf.deb'
13:54:31 removed '/root/docker-compose-plugin_2.5.0~ubuntu-focal_armhf.deb'
13:54:31 go: downloading google.golang.org/protobuf v1.26.0
13:54:31 make[1]: Leaving directory '/root/build-deb'
13:54:31  dpkg-genbuildinfo
13:54:31  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.changes
13:54:32 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb'.
13:54:32 dpkg-genchanges: info: including full source code in upload
13:54:32  dpkg-source -I.git --after-build build-deb
13:54:32 go: downloading github.com/prometheus/client_golang v1.7.1
13:54:32 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:54:32 go: downloading github.com/prometheus/common v0.10.0
13:54:32 go: downloading github.com/prometheus/procfs v0.6.0
13:54:32 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:54:32 + destination=/build
13:54:32 + mkdir -p /build
13:54:32 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-bionic_armhf.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb /root/docker-compose-plugin_2.5.0~ubuntu-bionic_armhf.deb /build
13:54:32 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-bionic_armhf.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-bionic_armhf.deb'
13:54:32 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-bionic_armhf.deb'
13:54:32 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb'
13:54:32 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb'
13:54:32 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb'
13:54:32 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb'
13:54:32 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc'
13:54:32 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc'
13:54:32 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz'
13:54:32 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz'
13:54:32 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.buildinfo'
13:54:32 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.buildinfo'
13:54:32 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.changes'
13:54:32 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.changes'
13:54:32 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb'
13:54:32 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_armhf.deb'
13:54:32 copied '/root/docker-compose-plugin_2.5.0~ubuntu-bionic_armhf.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-bionic_armhf.deb'
13:54:32 removed '/root/docker-compose-plugin_2.5.0~ubuntu-bionic_armhf.deb'
13:54:33 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~debian-buster_amd64.deb'.
13:54:33 make[1]: Leaving directory '/root/build-deb'
13:54:33  dpkg-genbuildinfo
13:54:33 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-jammy_armhf.deb'.
13:54:33 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb'.
13:54:34 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~raspbian-buster_armhf.deb'.
13:54:34 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb'.
13:54:34  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.changes
13:54:34 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb'.
13:54:35 dpkg-genchanges: info: including full source code in upload
13:54:35  dpkg-source -I.git --after-build build-deb
13:54:35 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:54:35 + destination=/build
13:54:35 + mkdir -p /build
13:54:35 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-bionic_amd64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb /root/docker-compose-plugin_2.5.0~ubuntu-bionic_amd64.deb /root/docker-scan-plugin_0.17.0~ubuntu-bionic_amd64.deb /build
13:54:35 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-bionic_amd64.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-bionic_amd64.deb'
13:54:35 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-bionic_amd64.deb'
13:54:35 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb'
13:54:35 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb'
13:54:35 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb'
13:54:35 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb'
13:54:35 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc'
13:54:35 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.dsc'
13:54:35 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz'
13:54:35 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic.tar.gz'
13:54:35 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.buildinfo'
13:54:35 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.buildinfo'
13:54:35 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.changes'
13:54:35 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.changes'
13:54:35 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb'
13:54:35 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-bionic_amd64.deb'
13:54:35 copied '/root/docker-compose-plugin_2.5.0~ubuntu-bionic_amd64.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-bionic_amd64.deb'
13:54:35 removed '/root/docker-compose-plugin_2.5.0~ubuntu-bionic_amd64.deb'
13:54:35 copied '/root/docker-scan-plugin_0.17.0~ubuntu-bionic_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~ubuntu-bionic_amd64.deb'
13:54:35 removed '/root/docker-scan-plugin_0.17.0~ubuntu-bionic_amd64.deb'
13:54:35 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
13:54:36 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
13:54:36 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:54:36 + make clean
13:54:36 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:54:37 + make clean
13:54:37 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb'.
13:54:39 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb'.
13:54:39 make -C rpm clean
13:54:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:39 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:54:39 rm -f -r rpmbuild/
13:54:39 docker builder prune -f --filter until=24h
13:54:39 Total reclaimed space: 0B
13:54:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:39 make -C deb clean
13:54:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:39 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:54:39 rm -f -r debbuild
13:54:39 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:54:39 make -C rpm clean
13:54:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:39 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:54:39 rm -f -r rpmbuild/
13:54:39 docker builder prune -f --filter until=24h
13:54:39 Total reclaimed space: 0B
13:54:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:39 make -C deb clean
13:54:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:39 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:54:39 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
13:54:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:54:40 make[1]: Leaving directory '/root/build-deb'
13:54:40  dpkg-genbuildinfo -O../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.buildinfo
13:54:40 rm -f -r sources
13:54:40 docker builder prune -f --filter until=24h
13:54:40 Total reclaimed space: 0B
13:54:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:40 make -C static clean
13:54:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:54:40 Removing build artifacts
13:54:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
13:54:40 rm -f -r debbuild
13:54:40 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
[Pipeline] // withDockerRegistry
[Pipeline] }
13:54:40 + make clean
[Pipeline] // node
[Pipeline] }
13:54:40  dpkg-genchanges -O../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.changes
13:54:40 rm -f -r sources
13:54:40 docker builder prune -f --filter until=24h
13:54:40 Total reclaimed space: 0B
13:54:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:40 make -C static clean
13:54:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:54:40 Removing build artifacts
13:54:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:54:41 + popd
13:54:41 + RPM_EC=0
13:54:41 ~/rpmbuild/BUILD/src
13:54:41 ++ jobs -p
13:54:41 + exit 0
13:54:41 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fbT1fb
13:54:41 + umask 022
13:54:41 + cd /root/rpmbuild/BUILD
13:54:41 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64 '!=' / ']'
13:54:41 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64
13:54:41 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64
13:54:41 + mkdir -p /root/rpmbuild/BUILDROOT
13:54:41 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64
13:54:41 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:54:41 + export CFLAGS
13:54:41 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:54:41 + export CXXFLAGS
13:54:41 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:54:41 + export FFLAGS
13:54:41 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:54:41 + export FCFLAGS
13:54:41 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.5.0-0.fc36.x86_64.ld'
13:54:41 + export LDFLAGS
13:54:41 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:54:41 + export LT_SYS_LIBRARY_PATH
13:54:41 + CC=gcc
13:54:41 + export CC
13:54:41 + CXX=g++
13:54:41 + export CXX
13:54:41 + cd src
13:54:41 + pushd /root/rpmbuild/BUILD/src/compose
13:54:41 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:54:41 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:54:41 + popd
13:54:41 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:41 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:54:41 ~/rpmbuild/BUILD/src
13:54:41 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:41 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:54:41 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:41 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:54:41 + for f in LICENSE MAINTAINERS NOTICE README.md
13:54:41 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:54:41 + /usr/lib/rpm/check-buildroot
13:54:41 + /usr/lib/rpm/redhat/brp-ldconfig
13:54:41 + /usr/lib/rpm/brp-compress
13:54:41 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:54:41 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:54:41 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:54:41 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:54:41 + /usr/lib/rpm/check-rpaths
13:54:41 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:54:41 + /usr/lib/rpm/brp-remove-la-files
13:54:41 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:54:41 + /usr/lib/rpm/redhat/brp-python-hardlink
13:54:41 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fDZvLp
13:54:41 + umask 022
13:54:41 + cd /root/rpmbuild/BUILD
13:54:41 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:54:41 + export CFLAGS
13:54:41 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:54:41 + export CXXFLAGS
13:54:41 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:54:41 + export FFLAGS
13:54:41 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:54:41 + export FCFLAGS
13:54:41 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.5.0-0.fc36.x86_64.ld'
13:54:41 + export LDFLAGS
13:54:41 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:54:41 + export LT_SYS_LIBRARY_PATH
13:54:41 + CC=gcc
13:54:41 + export CC
13:54:41 + CXX=g++
13:54:41 + export CXX
13:54:41 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:54:41 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.5.0-0.fc36 x86_64
13:54:41 + cd src
13:54:41 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:54:41 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:54:41 + ver=v2.5.0
13:54:41 + test v2.5.0 = v2.5.0
13:54:41 + echo 'PASS: docker-compose version OK'
13:54:41 + RPM_EC=0
13:54:41 PASS: docker-compose version OK
13:54:41 ++ jobs -p
13:54:41 + exit 0
13:54:41 Processing files: docker-compose-plugin-2.5.0-0.fc36.x86_64
13:54:41 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RvPF4Q
13:54:41 + umask 022
13:54:41 + cd /root/rpmbuild/BUILD
13:54:41 + cd src
13:54:41 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
13:54:41 + export LC_ALL=C
13:54:41 + LC_ALL=C
13:54:41 + export DOCDIR
13:54:41 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
13:54:41 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
13:54:41 + RPM_EC=0
13:54:41 ++ jobs -p
13:54:41 + exit 0
13:54:41 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.iRrfgU
13:54:41 + umask 022
13:54:41 + cd /root/rpmbuild/BUILD
13:54:41 + cd src
13:54:41 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
13:54:41 + export LC_ALL=C
13:54:41 + LC_ALL=C
13:54:41 + export LICENSEDIR
13:54:41 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
13:54:41 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
13:54:41 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
13:54:41 + RPM_EC=0
13:54:41 ++ jobs -p
13:54:41 + exit 0
13:54:41 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
13:54:41 Provides: docker-compose-plugin = 0:2.5.0-0.fc36 docker-compose-plugin(x86-64) = 0:2.5.0-0.fc36
13:54:41 Requires(interp): /bin/sh /bin/sh /bin/sh
13:54:41 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:54:41 Requires(post): /bin/sh
13:54:41 Requires(preun): /bin/sh
13:54:41 Requires(postun): /bin/sh
13:54:41 Enhances: docker-ce-cli
13:54:41 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64
13:54:41 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.5.0-0.fc36.src.rpm
13:54:41 make -C rpm clean
13:54:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:41 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:54:41 rm -f -r rpmbuild/
13:54:41 docker builder prune -f --filter until=24h
13:54:41 Total reclaimed space: 0B
13:54:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:41 make -C deb clean
13:54:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:41 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:54:41 dpkg-genchanges: info: including full source code in upload
13:54:41  dpkg-source -I.git --after-build .
13:54:41 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:54:41 + destination=/build
13:54:41 + mkdir -p /build
13:54:41 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-jammy_amd64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb /root/docker-compose-plugin_2.5.0~ubuntu-jammy_amd64.deb /root/docker-scan-plugin_0.17.0~ubuntu-jammy_amd64.deb /build
13:54:42 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-jammy_amd64.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-jammy_amd64.deb'
13:54:42 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-jammy_amd64.deb'
13:54:42 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb'
13:54:42 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb'
13:54:42 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb'
13:54:42 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb'
13:54:42 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc'
13:54:42 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc'
13:54:42 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz'
13:54:42 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz'
13:54:42 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.buildinfo'
13:54:42 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.buildinfo'
13:54:42 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.changes'
13:54:42 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.changes'
13:54:42 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb'
13:54:42 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_amd64.deb'
13:54:42 copied '/root/docker-compose-plugin_2.5.0~ubuntu-jammy_amd64.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-jammy_amd64.deb'
13:54:42 removed '/root/docker-compose-plugin_2.5.0~ubuntu-jammy_amd64.deb'
13:54:42 copied '/root/docker-scan-plugin_0.17.0~ubuntu-jammy_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~ubuntu-jammy_amd64.deb'
13:54:42 removed '/root/docker-scan-plugin_0.17.0~ubuntu-jammy_amd64.deb'
13:54:42 rm -f -r debbuild
13:54:42 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:54:42 rm -f -r sources
13:54:42 docker builder prune -f --filter until=24h
13:54:42 Total reclaimed space: 0B
13:54:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:42 make -C static clean
13:54:42 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:54:42 Removing build artifacts
13:54:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:54:43 make[1]: Leaving directory '/root/build-deb'
13:54:43  dpkg-genbuildinfo
13:54:43  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.changes
13:54:43 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb'.
13:54:43 dpkg-genchanges: info: including full source code in upload
13:54:43  dpkg-source -I.git --after-build .
13:54:44 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~debian-bullseye_amd64.deb'.
13:54:44 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:54:44 + destination=/build
13:54:44 + mkdir -p /build
13:54:44 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-impish_amd64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb /root/docker-compose-plugin_2.5.0~ubuntu-impish_amd64.deb /root/docker-scan-plugin_0.17.0~ubuntu-impish_amd64.deb /build
13:54:44 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-impish_amd64.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-impish_amd64.deb'
13:54:44 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-impish_amd64.deb'
13:54:44 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb'
13:54:44 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb'
13:54:44 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb'
13:54:44 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb'
13:54:44 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc'
13:54:44 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc'
13:54:44 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz'
13:54:44 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz'
13:54:44 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.buildinfo'
13:54:44 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.buildinfo'
13:54:44 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.changes'
13:54:44 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.changes'
13:54:44 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb'
13:54:44 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_amd64.deb'
13:54:44 copied '/root/docker-compose-plugin_2.5.0~ubuntu-impish_amd64.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-impish_amd64.deb'
13:54:44 removed '/root/docker-compose-plugin_2.5.0~ubuntu-impish_amd64.deb'
13:54:44 copied '/root/docker-scan-plugin_0.17.0~ubuntu-impish_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~ubuntu-impish_amd64.deb'
13:54:44 removed '/root/docker-scan-plugin_0.17.0~ubuntu-impish_amd64.deb'
13:54:44 make[1]: Leaving directory '/root/build-deb'
13:54:44  dpkg-genbuildinfo
13:54:44 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~ubuntu-impish_armhf.deb'.
13:54:44 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~debian-bullseye_armhf.deb'.
13:54:44 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb'.
13:54:45  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.changes
13:54:46 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb'.
13:54:46 dpkg-genchanges: info: including full source code in upload
13:54:46  dpkg-source -I.git --after-build .
13:54:46 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:54:46 + destination=/build
13:54:46 + mkdir -p /build
13:54:46 + mv -v /root/docker-buildx-plugin_0.8.2~debian-buster_armhf.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb /root/docker-compose-plugin_2.5.0~debian-buster_armhf.deb /build
13:54:46 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb'.
13:54:46 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
13:54:46 copied '/root/docker-buildx-plugin_0.8.2~debian-buster_armhf.deb' -> '/build/docker-buildx-plugin_0.8.2~debian-buster_armhf.deb'
13:54:46 removed '/root/docker-buildx-plugin_0.8.2~debian-buster_armhf.deb'
13:54:46 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb'
13:54:46 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb'
13:54:46 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb'
13:54:46 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb'
13:54:46 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc'
13:54:46 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc'
13:54:46 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz'
13:54:46 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz'
13:54:46 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.buildinfo'
13:54:46 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.buildinfo'
13:54:46 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.changes'
13:54:46 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.changes'
13:54:46 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb'
13:54:46 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_armhf.deb'
13:54:46 copied '/root/docker-compose-plugin_2.5.0~debian-buster_armhf.deb' -> '/build/docker-compose-plugin_2.5.0~debian-buster_armhf.deb'
13:54:46 removed '/root/docker-compose-plugin_2.5.0~debian-buster_armhf.deb'
13:54:47 make[1]: Leaving directory '/root/build-deb'
13:54:47  dpkg-genbuildinfo
13:54:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:54:47 + make clean
13:54:47 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-impish"
13:54:47  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.changes
13:54:48 make -C rpm clean
13:54:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:48 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:54:48 rm -f -r rpmbuild/
13:54:48 docker builder prune -f --filter until=24h
13:54:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:54:48 dpkg-genchanges: info: including full source code in upload
13:54:48  dpkg-source -I.git --after-build .
13:54:48 Total reclaimed space: 0B
13:54:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:48 make -C deb clean
13:54:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:48 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:54:48 + make clean
13:54:48 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:54:48 + destination=/build
13:54:48 + mkdir -p /build
13:54:48 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-focal_amd64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb /root/docker-compose-plugin_2.5.0~ubuntu-focal_amd64.deb /root/docker-scan-plugin_0.17.0~ubuntu-focal_amd64.deb /build
13:54:48 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-focal_amd64.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-focal_amd64.deb'
13:54:48 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-focal_amd64.deb'
13:54:48 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb'
13:54:48 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb'
13:54:48 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb'
13:54:48 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb'
13:54:48 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc'
13:54:48 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.dsc'
13:54:48 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz'
13:54:48 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal.tar.gz'
13:54:48 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.buildinfo'
13:54:48 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.buildinfo'
13:54:48 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.changes'
13:54:48 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.changes'
13:54:48 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb'
13:54:48 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-focal_amd64.deb'
13:54:48 copied '/root/docker-compose-plugin_2.5.0~ubuntu-focal_amd64.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-focal_amd64.deb'
13:54:48 removed '/root/docker-compose-plugin_2.5.0~ubuntu-focal_amd64.deb'
13:54:48 copied '/root/docker-scan-plugin_0.17.0~ubuntu-focal_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~ubuntu-focal_amd64.deb'
13:54:48 removed '/root/docker-scan-plugin_0.17.0~ubuntu-focal_amd64.deb'
13:54:49 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb'.
13:54:49 rm -f -r debbuild
13:54:49 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:54:49 make -C rpm clean
13:54:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:49 rm -f -r sources
13:54:49 docker builder prune -f --filter until=24h
13:54:49 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:54:49 rm -f -r rpmbuild/
13:54:49 docker builder prune -f --filter until=24h
13:54:49 Total reclaimed space: 0B
13:54:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:49 make -C deb clean
13:54:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:49 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:54:50 Total reclaimed space: 0B
13:54:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:50 make -C static clean
13:54:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:54:50 Removing build artifacts
13:54:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:54:50 rm -f -r debbuild
13:54:50 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:54:50 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
13:54:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:54:50 + make clean
13:54:51 rm -f -r sources
13:54:51 docker builder prune -f --filter until=24h
13:54:51 Total reclaimed space: 0B
13:54:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:51 make -C static clean
13:54:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:54:51 Removing build artifacts
13:54:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:54:51 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.5.0-0.fc36.x86_64.rpm
13:54:51 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IfLb4L
13:54:51 + umask 022
13:54:51 + cd /root/rpmbuild/BUILD
13:54:51 + cd src
13:54:51 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.5.0-0.fc36.x86_64
13:54:51 + RPM_EC=0
13:54:51 ++ jobs -p
13:54:51 + exit 0
13:54:51 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.iD0eet
13:54:51 + umask 022
13:54:51 + cd /root/rpmbuild/BUILD
13:54:51 + cd /root/rpmbuild/BUILD
13:54:51 + rm -rf src
13:54:51 + /usr/bin/mkdir -p src
13:54:51 + cd src
13:54:51 + /usr/bin/tar -xof -
13:54:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:54:51 + STATUS=0
13:54:51 + '[' 0 -ne 0 ']'
13:54:51 + /usr/bin/tar -xof -
13:54:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
13:54:51 + STATUS=0
13:54:51 + '[' 0 -ne 0 ']'
13:54:51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:54:51 + RPM_EC=0
13:54:51 ++ jobs -p
13:54:51 + exit 0
13:54:51 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jDbA30
13:54:51 + umask 022
13:54:51 + cd /root/rpmbuild/BUILD
13:54:51 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:54:51 + export CFLAGS
13:54:51 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:54:51 + export CXXFLAGS
13:54:51 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:54:51 + export FFLAGS
13:54:51 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:54:51 + export FCFLAGS
13:54:51 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.17.0-0.fc36.x86_64.ld'
13:54:51 + export LDFLAGS
13:54:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:54:51 + export LT_SYS_LIBRARY_PATH
13:54:51 + CC=gcc
13:54:51 + export CC
13:54:51 + CXX=g++
13:54:51 + export CXX
13:54:51 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:54:51 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.17.0-0.fc36 x86_64
13:54:51 + cd src
13:54:51 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:54:51 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:54:51 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
13:54:51 GO111MODULE=on make -f builder.Makefile build
13:54:51 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:54:51 mkdir -p bin
13:54:51 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
13:54:51 go: downloading github.com/docker/cli v20.10.9+incompatible
13:54:51 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:54:51 + popd
13:54:51 + RPM_EC=0
13:54:51 ~/rpmbuild/BUILD/src
13:54:51 ++ jobs -p
13:54:51 + exit 0
13:54:51 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hOGxUa
13:54:51 + umask 022
13:54:51 + cd /root/rpmbuild/BUILD
13:54:51 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64 '!=' / ']'
13:54:51 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
13:54:51 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
13:54:51 + mkdir -p /root/rpmbuild/BUILDROOT
13:54:51 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
13:54:51 + cd src
13:54:51 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:54:51 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:54:51 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:54:51 + popd
13:54:51 + /usr/lib/rpm/check-buildroot
13:54:51 ~/rpmbuild/BUILD/src
13:54:51 + /usr/lib/rpm/redhat/brp-ldconfig
13:54:51 + /usr/lib/rpm/brp-compress
13:54:51 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:54:51 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:54:51 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:54:51 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~debian-buster_amd64.deb'.
13:54:51 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:54:51 + /usr/lib/rpm/check-rpaths
13:54:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:54:51 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:54:51 + /usr/lib/rpm/redhat/brp-python-hardlink
13:54:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.qaU7PG
13:54:51 + umask 022
13:54:51 + cd /root/rpmbuild/BUILD
13:54:51 + cd src
13:54:51 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
13:54:51 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:54:51 + ver=v0.17.0
13:54:51 + test v0.17.0 = v0.17.0
13:54:51 + echo 'PASS: docker-scan version OK'
13:54:51 PASS: docker-scan version OK
13:54:51 + RPM_EC=0
13:54:51 ++ jobs -p
13:54:51 + exit 0
13:54:51 Processing files: docker-scan-plugin-0.17.0-0.fc35.x86_64
13:54:51 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:54:51 Provides: docker-scan-plugin = 0:0.17.0-0.fc35 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc35
13:54:51 Requires(interp): /bin/sh /bin/sh /bin/sh
13:54:51 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:54:51 Requires(post): /bin/sh
13:54:51 Requires(preun): /bin/sh
13:54:51 Requires(postun): /bin/sh
13:54:51 Enhances: docker-ce-cli
13:54:51 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
13:54:51 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc35.src.rpm
13:54:52 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb'.
13:54:53 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
13:54:53 make -C rpm clean
13:54:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:53 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:54:53 rm -f -r rpmbuild/
13:54:53 docker builder prune -f --filter until=24h
13:54:53 Total reclaimed space: 0B
13:54:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:53 make -C deb clean
13:54:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:53 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:54:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:54:53 rm -f -r debbuild
13:54:53 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:54:53 go: downloading github.com/docker/docker v20.10.9+incompatible
13:54:54 + make clean
13:54:54 make[1]: Leaving directory '/root/build-deb'
13:54:54  dpkg-genbuildinfo -O../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.buildinfo
13:54:54  dpkg-genchanges -O../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.changes
13:54:54 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:54:54 + popd
13:54:54 ~/rpmbuild/BUILD/src
13:54:54 + RPM_EC=0
13:54:54 ++ jobs -p
13:54:54 + exit 0
13:54:54 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.z9gjne
13:54:54 + umask 022
13:54:54 + cd /root/rpmbuild/BUILD
13:54:54 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64 '!=' / ']'
13:54:54 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
13:54:54 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
13:54:54 + mkdir -p /root/rpmbuild/BUILDROOT
13:54:54 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
13:54:54 + cd src
13:54:54 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:54:54 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:54:54 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:54:54 + popd
13:54:54 + /usr/lib/rpm/check-buildroot
13:54:54 ~/rpmbuild/BUILD/src
13:54:54 + /usr/lib/rpm/redhat/brp-ldconfig
13:54:54 + /usr/lib/rpm/brp-compress
13:54:54 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:54:54 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:54:54 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:54:54 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:54:54 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:54:54 + /usr/lib/rpm/brp-python-hardlink
13:54:54 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:54:54 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.7seOJt
13:54:54 + umask 022
13:54:54 + cd /root/rpmbuild/BUILD
13:54:54 + cd src
13:54:54 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
13:54:54 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:54:54 PASS: docker-scan version OK
13:54:54 + ver=v0.17.0
13:54:54 + test v0.17.0 = v0.17.0
13:54:54 + echo 'PASS: docker-scan version OK'
13:54:54 + RPM_EC=0
13:54:54 ++ jobs -p
13:54:54 + exit 0
13:54:54 Processing files: docker-scan-plugin-0.17.0-0.fc34.x86_64
13:54:54 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:54:54 Provides: docker-scan-plugin = 0:0.17.0-0.fc34 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc34
13:54:54 Requires(interp): /bin/sh /bin/sh /bin/sh
13:54:54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:54:54 Requires(post): /bin/sh
13:54:54 Requires(preun): /bin/sh
13:54:54 Requires(postun): /bin/sh
13:54:54 Enhances: docker-ce-cli
13:54:54 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
13:54:54 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc34.src.rpm
13:54:54 rm -f -r sources
13:54:54 docker builder prune -f --filter until=24h
13:54:54 Total reclaimed space: 0B
13:54:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:54 make -C static clean
13:54:54 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:54:54 Removing build artifacts
13:54:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:54:55 dpkg-genchanges: info: including full source code in upload
13:54:55  dpkg-source -I.git --after-build .
13:54:55 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:54:55 + destination=/build
13:54:55 + mkdir -p /build
13:54:55 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-jammy_armhf.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb /root/docker-compose-plugin_2.5.0~ubuntu-jammy_armhf.deb /build
13:54:55 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-jammy_armhf.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-jammy_armhf.deb'
13:54:55 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-jammy_armhf.deb'
13:54:55 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb'
13:54:55 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb'
13:54:55 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb'
13:54:55 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb'
13:54:55 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc'
13:54:55 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.dsc'
13:54:55 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz'
13:54:55 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy.tar.gz'
13:54:55 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.buildinfo'
13:54:55 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.buildinfo'
13:54:55 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.changes'
13:54:55 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.changes'
13:54:55 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb'
13:54:55 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-jammy_armhf.deb'
13:54:55 copied '/root/docker-compose-plugin_2.5.0~ubuntu-jammy_armhf.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-jammy_armhf.deb'
13:54:55 removed '/root/docker-compose-plugin_2.5.0~ubuntu-jammy_armhf.deb'
13:54:55 make -C rpm clean
13:54:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:55 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:54:55 rm -f -r rpmbuild/
13:54:55 docker builder prune -f --filter until=24h
13:54:55 Total reclaimed space: 0B
13:54:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:54:55 make -C deb clean
13:54:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:55 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:54:55 rm -f -r debbuild
13:54:55 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:54:56 rm -f -r sources
13:54:56 docker builder prune -f --filter until=24h
13:54:56 Total reclaimed space: 0B
13:54:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:54:56 make -C static clean
13:54:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:54:56 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb'.
13:54:56 Removing build artifacts
13:54:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:54:57 go: downloading github.com/spf13/cobra v1.2.1
13:54:57 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
13:54:57 go: downloading github.com/docker/distribution v2.7.1+incompatible
13:54:57 make[1]: Leaving directory '/root/build-deb'
13:54:57  dpkg-genbuildinfo
13:54:57 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc35.x86_64.rpm
13:54:57 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JIxUhx
13:54:57 + umask 022
13:54:57 + cd /root/rpmbuild/BUILD
13:54:57 + cd src
13:54:57 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc35.x86_64
13:54:57 + RPM_EC=0
13:54:57 ++ jobs -p
13:54:57 + exit 0
13:54:57  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.changes
13:54:57 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.5.0~raspbian-bullseye_armhf.deb'.
13:54:57 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb'.
13:54:58 go: downloading github.com/theupdateframework/notary v0.7.0
13:54:58 dpkg-genchanges: info: including full source code in upload
13:54:58  dpkg-source -I.git --after-build .
13:54:58 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:54:58 + destination=/build
13:54:58 + mkdir -p /build
13:54:58 + mv -v /root/docker-buildx-plugin_0.8.2~raspbian-buster_armhf.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb /root/docker-compose-plugin_2.5.0~raspbian-buster_armhf.deb /build
13:54:58 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
13:54:58 copied '/root/docker-buildx-plugin_0.8.2~raspbian-buster_armhf.deb' -> '/build/docker-buildx-plugin_0.8.2~raspbian-buster_armhf.deb'
13:54:58 removed '/root/docker-buildx-plugin_0.8.2~raspbian-buster_armhf.deb'
13:54:58 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb'
13:54:58 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb'
13:54:58 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb'
13:54:58 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb'
13:54:58 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster.dsc'
13:54:58 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster.dsc'
13:54:58 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster.tar.gz'
13:54:58 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster.tar.gz'
13:54:58 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.buildinfo'
13:54:58 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.buildinfo'
13:54:58 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.changes'
13:54:58 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.changes'
13:54:58 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb'
13:54:58 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-buster_armhf.deb'
13:54:58 copied '/root/docker-compose-plugin_2.5.0~raspbian-buster_armhf.deb' -> '/build/docker-compose-plugin_2.5.0~raspbian-buster_armhf.deb'
13:54:58 removed '/root/docker-compose-plugin_2.5.0~raspbian-buster_armhf.deb'
13:54:58 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:54:59 + make clean
13:54:59 go: downloading github.com/opencontainers/image-spec v1.0.1
13:54:59 go: downloading github.com/Masterminds/semver/v3 v3.1.1
13:54:59 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:54:59 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc34.x86_64.rpm
13:54:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zw2lgc
13:54:59 + umask 022
13:54:59 + cd /root/rpmbuild/BUILD
13:54:59 + cd src
13:54:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc34.x86_64
13:54:59 + RPM_EC=0
13:54:59 ++ jobs -p
13:54:59 + exit 0
13:55:00 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb'.
13:55:00 go: downloading github.com/containerd/containerd v1.5.7
13:55:00 go: downloading github.com/moby/sys/mount v0.2.0
13:55:00 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb'.
13:55:00 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-35"
13:55:00 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
13:55:01 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb'.
13:55:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
[Pipeline] sh
13:55:01 + make clean
13:55:01 make -C rpm clean
13:55:01 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:01 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:55:01 rm -f -r rpmbuild/
13:55:01 docker builder prune -f --filter until=24h
13:55:01 Total reclaimed space: 0B
13:55:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:01 make -C deb clean
13:55:01 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:01 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:55:02 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster"
13:55:02 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:55:02 rm -f -r debbuild
13:55:02 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:55:02 + make clean
13:55:02 make -C rpm clean
13:55:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:02 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:55:02 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-34"
13:55:03 rm -f -r rpmbuild/
13:55:03 docker builder prune -f --filter until=24h
13:55:03 Total reclaimed space: 0B
13:55:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:03 make -C deb clean
13:55:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:03 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:55:03 rm -f -r debbuild
13:55:03 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:55:03 rm -f -r sources
13:55:03 docker builder prune -f --filter until=24h
13:55:03 Total reclaimed space: 0B
13:55:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:03 make -C static clean
13:55:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:55:03 Removing build artifacts
13:55:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
13:55:03 rm -f -r sources
13:55:03 docker builder prune -f --filter until=24h
13:55:03 Total reclaimed space: 0B
13:55:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:03 make -C static clean
13:55:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:55:03 Removing build artifacts
13:55:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:55:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
[Pipeline] sh
13:55:03 + make clean
13:55:03 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
13:55:05 make -C rpm clean
13:55:05 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:05 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:55:05 rm -f -r rpmbuild/
13:55:05 docker builder prune -f --filter until=24h
13:55:05 Total reclaimed space: 0B
13:55:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:05 make -C deb clean
13:55:05 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:05 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:55:05 make -C rpm clean
13:55:05 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:05 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:55:05 rm -f -r debbuild
13:55:05 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:55:05 rm -f -r rpmbuild/
13:55:05 docker builder prune -f --filter until=24h
13:55:05 Total reclaimed space: 0B
13:55:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:05 make -C deb clean
13:55:05 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:05 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:55:05 rm -f -r debbuild
13:55:05 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:55:05 rm -f -r sources
13:55:05 docker builder prune -f --filter until=24h
13:55:05 Total reclaimed space: 0B
13:55:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:05 make -C static clean
13:55:05 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:55:05 Removing build artifacts
13:55:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:55:06 rm -f -r sources
13:55:06 docker builder prune -f --filter until=24h
13:55:06 Total reclaimed space: 0B
13:55:06 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:06 make -C static clean
13:55:06 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:55:06 Removing build artifacts
13:55:06 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:55:06 make[1]: Leaving directory '/root/build-deb'
13:55:06  dpkg-genbuildinfo
13:55:06  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.changes
13:55:07 dpkg-genchanges: info: including full source code in upload
13:55:07  dpkg-source -I.git --after-build .
13:55:07 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:55:07 + destination=/build
13:55:07 + mkdir -p /build
13:55:07 + mv -v /root/docker-buildx-plugin_0.8.2~debian-bullseye_armhf.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb /root/docker-compose-plugin_2.5.0~debian-bullseye_armhf.deb /build
13:55:08 copied '/root/docker-buildx-plugin_0.8.2~debian-bullseye_armhf.deb' -> '/build/docker-buildx-plugin_0.8.2~debian-bullseye_armhf.deb'
13:55:08 removed '/root/docker-buildx-plugin_0.8.2~debian-bullseye_armhf.deb'
13:55:08 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb'
13:55:08 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb'
13:55:08 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb'
13:55:08 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb'
13:55:08 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc'
13:55:08 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc'
13:55:08 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz'
13:55:08 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz'
13:55:08 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.buildinfo'
13:55:08 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.buildinfo'
13:55:08 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.changes'
13:55:08 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.changes'
13:55:08 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb'
13:55:08 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_armhf.deb'
13:55:08 copied '/root/docker-compose-plugin_2.5.0~debian-bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.5.0~debian-bullseye_armhf.deb'
13:55:08 removed '/root/docker-compose-plugin_2.5.0~debian-bullseye_armhf.deb'
13:55:08 make[1]: Leaving directory '/root/build-deb'
13:55:08  dpkg-genbuildinfo
13:55:08 go: downloading google.golang.org/grpc v1.40.0
13:55:08 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb'.
13:55:08 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
13:55:08 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
13:55:08  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.changes
13:55:09 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:55:09 go: downloading github.com/opencontainers/runc v1.0.2
13:55:09 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
13:55:09 dpkg-genchanges: info: including full source code in upload
13:55:09  dpkg-source -I.git --after-build .
13:55:09 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:55:09 + destination=/build
13:55:09 + mkdir -p /build
13:55:09 + mv -v /root/docker-buildx-plugin_0.8.2~debian-buster_amd64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb /root/docker-compose-plugin_2.5.0~debian-buster_amd64.deb /root/docker-scan-plugin_0.17.0~debian-buster_amd64.deb /build
13:55:09 copied '/root/docker-buildx-plugin_0.8.2~debian-buster_amd64.deb' -> '/build/docker-buildx-plugin_0.8.2~debian-buster_amd64.deb'
13:55:09 removed '/root/docker-buildx-plugin_0.8.2~debian-buster_amd64.deb'
13:55:09 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb'
13:55:09 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb'
13:55:09 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb'
13:55:09 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb'
13:55:09 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc'
13:55:09 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.dsc'
13:55:09 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz'
13:55:09 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster.tar.gz'
13:55:09 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.buildinfo'
13:55:09 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.buildinfo'
13:55:09 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.changes'
13:55:09 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.changes'
13:55:09 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb'
13:55:09 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-buster_amd64.deb'
13:55:09 copied '/root/docker-compose-plugin_2.5.0~debian-buster_amd64.deb' -> '/build/docker-compose-plugin_2.5.0~debian-buster_amd64.deb'
13:55:09 removed '/root/docker-compose-plugin_2.5.0~debian-buster_amd64.deb'
13:55:09 copied '/root/docker-scan-plugin_0.17.0~debian-buster_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~debian-buster_amd64.deb'
13:55:09 removed '/root/docker-scan-plugin_0.17.0~debian-buster_amd64.deb'
13:55:10 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
13:55:11 make[1]: Leaving directory '/root/build-deb'
13:55:11  dpkg-genbuildinfo
13:55:11  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.changes
13:55:11 go: downloading google.golang.org/protobuf v1.26.0
13:55:11 dpkg-genchanges: info: including full source code in upload
13:55:11  dpkg-source -I.git --after-build .
13:55:11 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:55:11 + destination=/build
13:55:11 + mkdir -p /build
13:55:11 + mv -v /root/docker-buildx-plugin_0.8.2~ubuntu-impish_armhf.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb /root/docker-compose-plugin_2.5.0~ubuntu-impish_armhf.deb /build
13:55:11 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:55:11 copied '/root/docker-buildx-plugin_0.8.2~ubuntu-impish_armhf.deb' -> '/build/docker-buildx-plugin_0.8.2~ubuntu-impish_armhf.deb'
13:55:11 removed '/root/docker-buildx-plugin_0.8.2~ubuntu-impish_armhf.deb'
13:55:11 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb'
13:55:11 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb'
13:55:11 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb'
13:55:11 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb'
13:55:11 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc'
13:55:11 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.dsc'
13:55:11 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz'
13:55:11 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish.tar.gz'
13:55:11 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.buildinfo'
13:55:11 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.buildinfo'
13:55:11 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.changes'
13:55:11 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.changes'
13:55:11 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb'
13:55:11 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~ubuntu-impish_armhf.deb'
13:55:11 copied '/root/docker-compose-plugin_2.5.0~ubuntu-impish_armhf.deb' -> '/build/docker-compose-plugin_2.5.0~ubuntu-impish_armhf.deb'
13:55:11 removed '/root/docker-compose-plugin_2.5.0~ubuntu-impish_armhf.deb'
13:55:11 + make clean
13:55:12 go: downloading github.com/prometheus/client_golang v1.7.1
13:55:12 go: downloading github.com/cespare/xxhash/v2 v2.1.1
13:55:12 go: downloading github.com/prometheus/common v0.10.0
13:55:12 go: downloading github.com/prometheus/procfs v0.6.0
13:55:12 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb'.
13:55:13 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
13:55:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:55:14 + make clean
13:55:14 make -C rpm clean
13:55:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:14 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:55:14 rm -f -r rpmbuild/
13:55:14 docker builder prune -f --filter until=24h
13:55:14 Total reclaimed space: 0B
13:55:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:14 make -C deb clean
13:55:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:14 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:55:15 rm -f -r debbuild
13:55:15 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:55:15 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-impish"
13:55:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:55:15 make -C rpm clean
13:55:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:15 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:55:15 rm -f -r rpmbuild/
13:55:15 docker builder prune -f --filter until=24h
13:55:15 rm -f -r sources
13:55:15 docker builder prune -f --filter until=24h
13:55:15 Total reclaimed space: 0B
13:55:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:15 make -C static clean
13:55:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:55:15 Removing build artifacts
13:55:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
13:55:15 Total reclaimed space: 0B
13:55:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:15 make -C deb clean
13:55:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:15 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:55:15 + make clean
13:55:16 rm -f -r debbuild
13:55:16 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:55:16 make[1]: Leaving directory '/root/build-deb'
13:55:16  dpkg-genbuildinfo
13:55:16  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.changes
13:55:16 rm -f -r sources
13:55:16 docker builder prune -f --filter until=24h
13:55:17 Total reclaimed space: 0B
13:55:17 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:17 make -C static clean
13:55:17 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:55:17 Removing build artifacts
13:55:17 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:55:17 dpkg-genchanges: info: including full source code in upload
13:55:17  dpkg-source -I.git --after-build .
13:55:17 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:55:17 + destination=/build
13:55:17 + mkdir -p /build
13:55:17 + mv -v /root/docker-buildx-plugin_0.8.2~debian-bullseye_amd64.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb /root/docker-compose-plugin_2.5.0~debian-bullseye_amd64.deb /root/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb /build
13:55:17 copied '/root/docker-buildx-plugin_0.8.2~debian-bullseye_amd64.deb' -> '/build/docker-buildx-plugin_0.8.2~debian-bullseye_amd64.deb'
13:55:17 removed '/root/docker-buildx-plugin_0.8.2~debian-bullseye_amd64.deb'
13:55:17 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb'
13:55:17 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb'
13:55:17 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb'
13:55:17 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb'
13:55:17 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc'
13:55:17 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.dsc'
13:55:17 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz'
13:55:17 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye.tar.gz'
13:55:17 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.buildinfo'
13:55:17 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.buildinfo'
13:55:17 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.changes'
13:55:17 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.changes'
13:55:17 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb'
13:55:17 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~debian-bullseye_amd64.deb'
13:55:17 copied '/root/docker-compose-plugin_2.5.0~debian-bullseye_amd64.deb' -> '/build/docker-compose-plugin_2.5.0~debian-bullseye_amd64.deb'
13:55:17 removed '/root/docker-compose-plugin_2.5.0~debian-bullseye_amd64.deb'
13:55:17 copied '/root/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb'
13:55:17 removed '/root/docker-scan-plugin_0.17.0~debian-bullseye_amd64.deb'
13:55:18 make -C rpm clean
13:55:18 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:18 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:55:18 rm -f -r rpmbuild/
13:55:18 docker builder prune -f --filter until=24h
13:55:18 Total reclaimed space: 0B
13:55:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:18 make -C deb clean
13:55:18 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:18 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:55:18 rm -f -r debbuild
13:55:18 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:55:19 rm -f -r sources
13:55:19 docker builder prune -f --filter until=24h
13:55:19 Total reclaimed space: 0B
13:55:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:19 make -C static clean
13:55:19 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:55:19 Removing build artifacts
13:55:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:55:20 make[1]: Leaving directory '/root/build-deb'
13:55:20  dpkg-genbuildinfo
13:55:20  dpkg-genchanges  >../docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.changes
13:55:21 dpkg-genchanges: info: including full source code in upload
13:55:21  dpkg-source -I.git --after-build .
13:55:21 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:55:21 + destination=/build
13:55:21 + mkdir -p /build
13:55:21 + mv -v /root/docker-buildx-plugin_0.8.2~raspbian-bullseye_armhf.deb /root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye.dsc /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye.tar.gz /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.changes /root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb /root/docker-compose-plugin_2.5.0~raspbian-bullseye_armhf.deb /build
13:55:21 copied '/root/docker-buildx-plugin_0.8.2~raspbian-bullseye_armhf.deb' -> '/build/docker-buildx-plugin_0.8.2~raspbian-bullseye_armhf.deb'
13:55:21 removed '/root/docker-buildx-plugin_0.8.2~raspbian-bullseye_armhf.deb'
13:55:21 copied '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb'
13:55:21 removed '/root/docker-ce-cli_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb'
13:55:21 copied '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb'
13:55:21 removed '/root/docker-ce-rootless-extras_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb'
13:55:21 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye.dsc'
13:55:21 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye.dsc'
13:55:21 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye.tar.gz'
13:55:21 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye.tar.gz'
13:55:21 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.buildinfo'
13:55:21 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.buildinfo'
13:55:21 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.changes'
13:55:21 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.changes'
13:55:21 copied '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb'
13:55:21 removed '/root/docker-ce_0.0.0-20220503081348-bfa9b40-0~raspbian-bullseye_armhf.deb'
13:55:21 copied '/root/docker-compose-plugin_2.5.0~raspbian-bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.5.0~raspbian-bullseye_armhf.deb'
13:55:21 removed '/root/docker-compose-plugin_2.5.0~raspbian-bullseye_armhf.deb'
13:55:21 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
13:55:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:55:22 + make clean
13:55:23 make -C rpm clean
13:55:23 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:23 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:55:23 rm -f -r rpmbuild/
13:55:23 docker builder prune -f --filter until=24h
13:55:23 Total reclaimed space: 0B
13:55:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:23 make -C deb clean
13:55:23 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:23 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:55:24 rm -f -r debbuild
13:55:24 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:55:25 rm -f -r sources
13:55:25 docker builder prune -f --filter until=24h
13:55:25 Total reclaimed space: 0B
13:55:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:25 make -C static clean
13:55:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:55:25 Removing build artifacts
13:55:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:55:25 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
13:55:26 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
[Pipeline] sh
13:55:26 + make clean
13:55:29 make -C rpm clean
13:55:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:29 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:55:29 rm -f -r rpmbuild/
13:55:29 docker builder prune -f --filter until=24h
13:55:29 Total reclaimed space: 0B
13:55:29 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:29 make -C deb clean
13:55:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:29 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:55:29 rm -f -r debbuild
13:55:29 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:55:30 rm -f -r sources
13:55:30 docker builder prune -f --filter until=24h
13:55:30 Total reclaimed space: 0B
13:55:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:30 make -C static clean
13:55:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:55:30 Removing build artifacts
13:55:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
13:55:39 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
13:55:39 + popd
13:55:39 ~/rpmbuild/BUILD/src
13:55:39 + RPM_EC=0
13:55:39 ++ jobs -p
13:55:39 + exit 0
13:55:39 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.45BCf0
13:55:39 + umask 022
13:55:39 + cd /root/rpmbuild/BUILD
13:55:39 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64 '!=' / ']'
13:55:39 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
13:55:39 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
13:55:39 + mkdir -p /root/rpmbuild/BUILDROOT
13:55:39 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
13:55:39 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:55:39 + export CFLAGS
13:55:39 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:55:39 + export CXXFLAGS
13:55:39 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:55:39 + export FFLAGS
13:55:39 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:55:39 + export FCFLAGS
13:55:39 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.17.0-0.fc36.x86_64.ld'
13:55:39 + export LDFLAGS
13:55:39 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:55:39 + export LT_SYS_LIBRARY_PATH
13:55:39 + CC=gcc
13:55:39 + export CC
13:55:39 + CXX=g++
13:55:39 + export CXX
13:55:39 + cd src
13:55:39 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
13:55:39 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
13:55:39 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:55:39 ~/rpmbuild/BUILD/src
13:55:39 + popd
13:55:39 + /usr/lib/rpm/check-buildroot
13:55:39 + /usr/lib/rpm/redhat/brp-ldconfig
13:55:39 + /usr/lib/rpm/brp-compress
13:55:39 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:55:39 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:55:39 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:55:39 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:55:39 + /usr/lib/rpm/check-rpaths
13:55:39 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:55:39 + /usr/lib/rpm/brp-remove-la-files
13:55:39 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:55:39 + /usr/lib/rpm/redhat/brp-python-hardlink
13:55:39 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.SnU1me
13:55:39 + umask 022
13:55:39 + cd /root/rpmbuild/BUILD
13:55:39 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:55:39 + export CFLAGS
13:55:39 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
13:55:39 + export CXXFLAGS
13:55:39 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:55:39 + export FFLAGS
13:55:39 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
13:55:39 + export FCFLAGS
13:55:39 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.17.0-0.fc36.x86_64.ld'
13:55:39 + export LDFLAGS
13:55:39 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:55:39 + export LT_SYS_LIBRARY_PATH
13:55:39 + CC=gcc
13:55:39 + export CC
13:55:39 + CXX=g++
13:55:39 + export CXX
13:55:39 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:55:39 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.17.0-0.fc36 x86_64
13:55:39 + cd src
13:55:39 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
13:55:39 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:55:39 + ver=v0.17.0
13:55:39 + test v0.17.0 = v0.17.0
13:55:39 + echo 'PASS: docker-scan version OK'
13:55:39 + RPM_EC=0
13:55:39 PASS: docker-scan version OK
13:55:39 ++ jobs -p
13:55:39 + exit 0
13:55:39 Processing files: docker-scan-plugin-0.17.0-0.fc36.x86_64
13:55:39 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
13:55:39 Provides: docker-scan-plugin = 0:0.17.0-0.fc36 docker-scan-plugin(x86-64) = 0:0.17.0-0.fc36
13:55:39 Requires(interp): /bin/sh /bin/sh /bin/sh
13:55:39 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:55:39 Requires(post): /bin/sh
13:55:39 Requires(preun): /bin/sh
13:55:39 Requires(postun): /bin/sh
13:55:39 Enhances: docker-ce-cli
13:55:39 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
13:55:39 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.fc36.src.rpm
13:55:40 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.fc36.x86_64.rpm
13:55:40 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8fLchR
13:55:40 + umask 022
13:55:40 + cd /root/rpmbuild/BUILD
13:55:40 + cd src
13:55:40 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.fc36.x86_64
13:55:40 + RPM_EC=0
13:55:40 ++ jobs -p
13:55:40 + exit 0
13:55:43 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
13:55:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
[Pipeline] sh
13:55:44 + make clean
13:55:46 make -C rpm clean
13:55:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:46 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:55:46 rm -f -r rpmbuild/
13:55:46 docker builder prune -f --filter until=24h
13:55:46 Total reclaimed space: 0B
13:55:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/rpm'
13:55:46 make -C deb clean
13:55:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:46 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:55:46 rm -f -r debbuild
13:55:46 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-665/deb:/v -w /v alpine chown -R 1000:1000 sources
13:55:46 rm -f -r sources
13:55:46 docker builder prune -f --filter until=24h
13:55:46 Total reclaimed space: 0B
13:55:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/deb'
13:55:46 make -C static clean
13:55:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
13:55:46 Removing build artifacts
13:55:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-665/static'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS